]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog.trunk
Merge from trunk
[gnu-emacs] / lisp / ChangeLog.trunk
1 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
2
3 * isearch.el (isearch-mode-map): Bind C-y to isearch-yank-kill,
4 and move isearch-yank-line to M-s C-e (Bug#8183).
5
6 2011-03-06 Alan Mackenzie <acm@muc.de>
7
8 * progmodes/cc-engine.el (c-guess-basic-syntax): Reindent.
9 (c-guess-basic-syntax): Move CASE 19 to a different place,
10 correctly to process template-args-cont lines.
11
12 2011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
13
14 * calc/calc-ext.el (calc-init-extensions): Rename
15 calc-logunits-dblevel and calc-logunits-nplevel to calc-dblevel
16 and calc-nplevel, respectively. Add keybindings for calc-spn,
17 calc-midi and calc-freq. Add autoloads for calcFunc-spn,
18 calcFunc-midi, calcFunc-freq, calc-spn, calc-midi and calc-freq.
19
20 * calc/calc-units.el (calc-dblevel): Rename from
21 calc-logunits-dblevel.
22 (calc-nplevel): Rename from calc-logunits-nplevel.
23 (math-midi-round, math-freqp, math-midip, math-spnp)
24 (math-spn-to-midi, math-midi-to-spn, math-freq-to-spn)
25 (math-midi-to-freq, math-spn-to-freq, calcFunc-spn, calcFunc-midi)
26 (calcFunc-freq, calc-freq, calc-midi, calc-spn): New functions.
27 (math-notes): New variable.
28
29 * calc/calc.el (calc-note-threshold): New variable.
30
31 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
32
33 * emacs-lisp/package.el (package-archives): Accept either ordinary
34 directory names, in addition to HTTP URLs.
35 (package--with-work-buffer): New macro. Handle normal directories.
36 (package-handle-response): Don't display the failing buffer.
37 (package-download-single, package-download-tar)
38 (package--download-one-archive): Use package--with-work-buffer.
39 (package-archive-base): Rename from package-archive-url.
40
41 2011-03-06 Glenn Morris <rgm@gnu.org>
42
43 * generic-x.el (generic-unix-modes): Add xmodmap-generic-mode.
44 (xmodmap-generic-mode): Respect generic-extras-enable-list.
45
46 2011-03-06 Daniel Clemente <dcl441-bugs@yahoo.com> (tiny change)
47
48 * generic-x.el (xmodmap-generic-mode): New. (Bug#2065)
49
50 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
51
52 * allout.el (allout-init, allout-prefixed-keybindings)
53 (allout-unprefixed-keybindings):
54 * progmodes/prolog.el (prolog-find-term):
55 Fix typos in docstrings.
56
57 2011-03-06 Nikolaj Schumacher <me@nschum.de> (tiny change)
58
59 * emacs-lisp/elp.el (elp-results): Fix off-by-one in header. (Bug#2746)
60
61 2011-03-06 Kevin Ryde <user42@zip.com.au>
62
63 * textmodes/sgml-mode.el (sgml-fill-nobreak): Give it a doc. (Bug#5326)
64
65 2011-03-06 Michael Shields <shields@msrl.com> (tiny change)
66
67 * window.el (one-window-p, walk-windows, display-buffer):
68 Doc fixes. (Bug#5567)
69
70 2011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
71
72 * cus-edit.el (custom-prompt-variable): Use the `custom-get' property
73 of the variable if it exists.
74
75 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
76
77 * bookmark.el:
78 * desktop.el:
79 * emacs-lock.el:
80 * ps-print.el:
81 * saveplace.el:
82 * net/tramp-cache.el:
83 * obsolete/fast-lock.el:
84 * textmodes/reftex.el:
85 Don't set `kill-emacs-hook' on noninteractive sessions (bug#8137).
86
87 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
88
89 * files.el (delete-directory, copy-directory, list-directory):
90 Use read-directory-name.
91
92 * find-file.el (ff-find-the-other-file):
93 * net/ange-ftp.el (ange-ftp-make-directory):
94 * printing.el (pr-interactive-dir):
95 * progmodes/ada-prj.el (ada-prj-load-directory):
96 * progmodes/ebnf2ps.el (ebnf-print-directory)
97 (ebnf-spool-directory, ebnf-eps-directory)
98 (ebnf-syntax-directory):
99 * shell.el (shell):
100 * speedbar.el (speedbar-create-directory):
101 * vc/emerge.el (emerge-merge-directories):
102 * vc/vc-dir.el (vc-dir):
103 * vc/vc.el (vc-create-tag, vc-retrieve-tag): Likewise.
104
105 2011-03-05 Chong Yidong <cyd@stupidchicken.com>
106
107 * help-mode.el (help-buffer): If we are to return the current
108 buffer, signal an error if it's not in Help mode (Bug#8147).
109
110 2011-03-05 Reuben Thomas <rrt@sc3d.org>
111
112 * files.el (file-name-version-regexp): Handle backup files of the
113 form `foo.js.~HEAD~1~' (Bug#8159).
114
115 2011-03-05 Glenn Morris <rgm@gnu.org>
116
117 * eshell/esh-var.el: Don't require esh-test when compiling.
118 * eshell/em-banner.el, eshell/esh-cmd.el, eshell/esh-mode.el:
119 * eshell/esh-var.el, eshell/eshell.el: Move tests to esh-test.
120 * eshell/esh-test.el: Move to ../../test/eshell.el.
121
122 2011-03-05 David Engster <deng@randomsample.de>
123
124 * files.el (save-some-buffers): Report the names of buffers saved
125 automatically due to buffer-save-without-query (Bug#8134).
126
127 2011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
128
129 * net/rcirc.el: Add QuakeNet authentication support.
130 (rcirc-authinfo, rcirc-check-auth-status)
131 (rcirc-authenticate): Support QuakeNet.
132
133 2011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
134
135 * net/rcirc.el: Add functionality to authenticate before
136 autojoining channels.
137 (rcirc-authenticate-before-join): New option.
138 (rcirc-authenticated-hook): New variable.
139 (rcirc-connect): Make local variable rcirc-user-authenticated.
140 (rcirc-handler-001): Respect rcirc-authenticate-before-join.
141 (rcirc-check-auth-status, rcirc-join-channels-post-auth):
142 New functions.
143 (rcirc-handler-PRIVMSG, rcirc-handler-NOTICE):
144 Call rcirc-check-auth-status.
145
146 2011-03-05 Alex Harsanyi <AlexHarsanyi@gmail.com>
147
148 * net/soap-client.el (soap-namespace-put-link): Check if the target
149 name is fully qualified -- use only the name part.
150 (soap-parse-complex-type, soap-parse-sequence): Recognize xsd:all
151 types, treated the same as xsd:sequence. (Bug#8166)
152
153 2011-03-05 Eli Zaretskii <eliz@gnu.org>
154
155 * files.el (find-file-noselect): Don't ask about re-visiting
156 non-literally if the file is already visited in image-mode.
157 (Bug#8177)
158
159 2011-03-05 Glenn Morris <rgm@gnu.org>
160
161 * eshell/esh-mode.el (eshell-kill-buffer-function): New function.
162 (eshell-mode): Use eshell-kill-buffer-function.
163 Run the -initialize functions independently of the -load-hooks.
164 * eshell/esh-proc.el (eshell-kill-process-function): New function.
165 (eshell-gather-process-output, eshell-sentinel)
166 (eshell-interrupt-process, eshell-kill-process, eshell-quit-process):
167 Use eshell-kill-process-function.
168 * eshell/em-alias.el (eshell-alias-load-hook):
169 * eshell/em-banner.el (eshell-banner-load-hook):
170 * eshell/em-cmpl.el (eshell-cmpl-load-hook):
171 * eshell/em-dirs.el (eshell-dirs-load-hook):
172 * eshell/em-glob.el (eshell-glob-load-hook):
173 * eshell/em-hist.el (eshell-hist-load-hook):
174 * eshell/em-pred.el (eshell-pred-load-hook):
175 * eshell/em-prompt.el (eshell-prompt-load-hook):
176 * eshell/em-rebind.el (eshell-rebind-load-hook):
177 * eshell/em-script.el (eshell-script-load-hook):
178 * eshell/em-smart.el (eshell-smart-load-hook):
179 * eshell/em-term.el (eshell-term-load-hook):
180 * eshell/em-unix.el (eshell-unix-load-hook):
181 * eshell/esh-arg.el (eshell-arg-load-hook):
182 * eshell/esh-cmd.el (eshell-cmd-load-hook):
183 * eshell/esh-ext.el (eshell-ext-load-hook):
184 * eshell/esh-io.el (eshell-io-load-hook):
185 * eshell/esh-mode.el (eshell-exit-hook):
186 * eshell/esh-proc.el (eshell-proc-load-hook, eshell-kill-hook):
187 * eshell/esh-var.el (eshell-var-load-hook):
188 Set default hook values to nil. (Bug#5375)
189
190 * eshell/esh-module.el (eshell-module-unload-hook)
191 (eshell-modules-list): Remove leading * from defcustom docs.
192
193 * eshell/esh-util.el (eshell-for): Make it obsolete.
194 * eshell/em-alias.el (eshell/alias, eshell-alias-completions):
195 * eshell/em-dirs.el (eshell-save-some-last-dir):
196 * eshell/em-hist.el (eshell-save-some-history)
197 (eshell-hist-parse-modifier):
198 * eshell/em-ls.el (eshell-ls-dir, eshell-ls-files)
199 (eshell-ls-entries):
200 * eshell/em-unix.el (eshell/cat, eshell/du, eshell/su):
201 * eshell/esh-cmd.el (eshell-invoke-directly, eshell-do-eval)
202 (eshell/which):
203 * eshell/esh-ext.el (eshell-find-interpreter):
204 * eshell/esh-mode.el (eshell-mode):
205 * eshell/esh-module.el (eshell-unload-extension-modules):
206 * eshell/esh-proc.el (eshell-process-interact):
207 * eshell/esh-test.el (eshell-test):
208 * eshell/esh-util.el (eshell-flatten-list, eshell-winnow-list):
209 * eshell/esh-var.el (eshell/env, eshell-environment-variables)
210 (eshell-variables-list):
211 * eshell/eshell.el (eshell-unload-all-modules):
212 Replace eshell-for with dolist.
213
214 2011-03-04 Glenn Morris <rgm@gnu.org>
215
216 * vc/vc-bzr.el (vc-bzr-after-dir-status): Handle bzr 2.3.0. (Bug#8170)
217
218 2011-03-04 Tom Tromey <tromey@redhat.com>
219
220 * progmodes/gud.el (gdb-script-mode): Derive from prog-mode.
221
222 2011-03-04 Glenn Morris <rgm@gnu.org>
223
224 * outline.el (outline-regexp): No longer allow nil.
225 (outline-heading-end-regexp): Add safety predicate. (Bug#7619)
226
227 * net/browse-url.el (browse-url):
228 Handle deleted default-directory. (Bug#6077)
229
230 * recentf.el (recentf-include-p): In case of a buggy predicate,
231 err on the side of including, not excluding. (Bug#5843)
232
233 2011-03-04 Jay Belanger <jay.p.belanger@gmail.com>
234
235 * calc/calc-units.el (math-to-standard-rec): Don't treat subscripted
236 variables as units.
237
238 2011-03-04 Bob Rogers <rogers@rgrjr.dyndns.org>
239
240 * emacs-lisp/ewoc.el (ewoc-goto-next): Give a more explicit error
241 if there is no node. (Bug#3261)
242
243 2011-03-04 Leo <sdl.web@gmail.com>
244
245 * vc/diff-mode.el (diff-mode): Fix whitespace-style. (Bug#8139)
246
247 * time.el (display-time-world-list): Fix typo. (Bug#7571)
248
249 2011-03-04 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
250
251 * cus-edit.el (custom-buffer-create-internal):
252 Split search string before passing it to `customize-apropos' (bug#8136).
253
254 2011-03-04 Drew Adams <drew.adams@oracle.com>
255
256 * image-dired.el (image-dired-cmd-read-exif-data-options):
257 Fix typo in docstring (bug#8156).
258
259 2011-03-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
260
261 * net/rcirc.el (rcirc-cmd-join): Accept comma-separated input.
262
263 2011-03-03 Christian Ohler <ohler@gnu.org>
264
265 * emacs-lisp/ert.el (ert--explain-equal): New function.
266 (ert--explain-equal-rec): Renamed from `ert--explain-not-equal'.
267 All callers changed.
268 (ert--explain-equal-including-properties): Renamed from
269 `ert--explain-not-equal-including-properties'. All callers
270 changed.
271
272 2011-03-03 Christian Ohler <ohler@gnu.org>
273
274 * emacs-lisp/ert.el (ert--stats-set-test-and-result)
275 (ert-char-for-test-result, ert-string-for-test-result)
276 (ert-run-tests-batch, ert--print-test-for-ewoc):
277 Handle `ert-test-quit'.
278
279 2011-03-03 David Abrahams <dave@boostpro.com> (tiny change)
280
281 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
282 Move ediff-defvar-local calls after defcustoms. (Bug#1821)
283
284 2011-03-03 Glenn Morris <rgm@gnu.org>
285
286 * files.el (file-truename): Doc fix. (Bug#2341)
287
288 2011-03-03 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
289
290 * vc/vc-dir.el (vc-dir-mode-map): Bind vc-dir-find-file to e (Bug#7349).
291
292 2011-03-03 Vagn Johansen <gonz808@hotmail.com> (tiny change)
293
294 * vc/vc-svn.el (vc-svn-after-dir-status): Some MS Windows svn client
295 programs output backslashes. (Bug#7663)
296
297 2011-03-03 Glenn Morris <rgm@gnu.org>
298
299 * mail/sendmail.el (mail-mode-map): Remove mail-sent-via.
300 (mail-mode): Remove mail-sent-via from the doc.
301 (mail-sent-via): Make it obsolete. (Bug#1776)
302
303 * progmodes/grep.el (grep-highlight-matches): Doc fix.
304 (grep-process-setup): No highlighting without font-lock. (Bug#8084)
305
306 * vc/vc-bzr.el (vc-bzr-state-heuristic): Handle dirstate entries
307 with no parents. (Bug#8025)
308
309 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
310
311 * password-cache.el (password-in-cache-p): Add autoload.
312
313 2011-03-02 Glenn Morris <rgm@gnu.org>
314
315 * man.el (Man-support-local-filenames): Also handle Red Hat's man.
316 * dired-x.el (Man-support-local-filenames): Autoload it.
317 (dired-guess-shell-alist-default): Also handle Red Hat's man.
318
319 * dired-x.el (dired-default-directory-alist, dired-default-directory):
320 Mark as obsolete.
321 (dired-smart-shell-command): Just call dired-current-directory.
322
323 * dired-x.el (dired-jump-other-window): Add autoload.
324 (dired-default-directory-alist, dired-default-directory): Doc fixes.
325 (dired-default-directory-alist): Mark as risky.
326
327 * dired-x.el (dired-omit-here-always): Make it obsolete.
328
329 2011-03-02 Chong Yidong <cyd@stupidchicken.com>
330
331 * textmodes/artist.el (artist-curr-go): Default to pen-line.
332 (artist-select-op-pen-line): New function.
333 (artist-menu-map): New variable.
334 (artist-mode-map): Add a menu to the menu-bar.
335
336 2011-03-02 Jay Belanger <jay.p.belanger@gmail.com>
337
338 * calc/calc-math.el (calcFunc-log10): Check for symbolic mode
339 when evaluating.
340
341 * calc/calc-units.el (math-conditional-apply, math-conditional-pow):
342 New function.
343 (math-logunits-add, math-logunits-mul, math-logunits-divide):
344 (math-logunits-quant, math-logunits-level):
345 Use `math-conditional-apply' and `math-conditional-pow' to evaluate
346 functions.
347 (math-logunits-level): Extract units from ratio.
348
349 2011-03-01 Juanma Barranquero <lekktu@gmail.com>
350
351 * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
352
353 2011-03-01 Glenn Morris <rgm@gnu.org>
354
355 * calendar/cal-hebrew.el (calendar-hebrew-birthday)
356 (diary-hebrew-birthday): Rename and rework functions added
357 in previous change.
358
359 2011-03-01 Ed Reingold <reingold@emr.cs.iit.edu>
360
361 * calendar/cal-hebrew.el (hebrew-calendar-birthday)
362 (diary-hebrew-birthday): New functions.
363
364 2011-03-01 Glenn Morris <rgm@gnu.org>
365
366 * dired.el (dired-safe-switches-p): Beef it up.
367 (dired-actual-switches): Use it for the safe-local prop. (Bug#3230)
368
369 2011-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
370
371 * dired.el (dired-safe-switches-p): New function.
372
373 2011-03-01 Glenn Morris <rgm@gnu.org>
374
375 * files.el (dir-locals-collect-variables):
376 Add the ability to exclude subdirectories. (Bug#8100)
377
378 * dired-x.el (dired-omit-here-always): Add `(subdirs . nil)' to locals.
379
380 2011-02-28 Christoph Scholtes <cschol2112@googlemail.com>
381
382 * ido.el (ido-everywhere): Doc fix.
383 (ido-mode): Doc fix.
384
385 2011-02-28 Glenn Morris <rgm@gnu.org>
386
387 * dired-x.el (dired-guess-shell-alist-default): Use \\', not $.
388
389 2011-02-28 Michael Albinus <michael.albinus@gmx.de>
390
391 * net/tramp-cmds.el (tramp-append-tramp-buffers): Dump load-path
392 shadows.
393
394 2011-02-28 Antoine Levitt <antoine.levitt@gmail.com>
395
396 * dired-x.el (dired-guess-shell-alist-default): Add rar and 7z.
397
398 2011-02-28 Juanma Barranquero <lekktu@gmail.com>
399
400 * emacs-lisp/pcase.el (pcase, pcase--u1, pcase--q1):
401 Fix typos in docstrings.
402
403 2011-02-28 Stephen Berman <stephen.berman@gmx.net>
404
405 * dired-aux.el (dired-update-file-line):
406 Fix 2010-11-09 change. (Bug#8131)
407
408 2011-02-28 Eli Zaretskii <eliz@gnu.org>
409
410 * international/mule-cmds.el (set-default-coding-systems): Use the
411 -unix variant of encoding in default-keyboard-coding-system.
412 (Bug#8122)
413
414 2011-02-27 Chong Yidong <cyd@stupidchicken.com>
415
416 * facemenu.el (list-colors-display): Use with-help-window (Bug#8048).
417
418 2011-02-27 Prestoo Ten <prestooten@gmail.com> (tiny change)
419
420 * term/screen.el: New file (Bug#2650).
421
422 2011-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
423
424 * emacs-lisp/pcase.el (pcase--if): Try to invert test to reduce depth.
425 (pcase-mutually-exclusive-predicates): New var.
426 (pcase--split-consp, pcase--split-pred): Use it.
427 (pcase--split-equal, pcase--split-member): When splitting against
428 a pure predicate, run it to know the outcome.
429 (pcase--u1): Mark vars that are actually used.
430 (pcase--q1): Avoid introducing unused vars.
431
432 2011-02-27 Jay Belanger <jay.p.belanger@gmail.com>
433
434 * calc/calc-ext.el (calc-init-extensions):
435 Autoload `calc-l-prefix-help' instead of `calc-ul-prefix-help'.
436
437 * calc/calc-math.el (calcFunc-log10): Don't signal an error in
438 symbolic mode.
439
440 * calc/calc-vec.el (calcFunc-subscr): Return nil if the first
441 argument is a variable.
442
443 2011-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
444
445 * emacs-lisp/assoc.el: Remove misleading `sort' (bug#8126).
446 (aput, adelete, amake): Replace `eval' -> `symbol-value'.
447 Suggested by Michael Heerdegen <michael_heerdegen@web.de>.
448
449 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
450
451 * password-cache.el (password-in-cache-p): Convenience function to
452 check if a key is in the cache, even if the value is nil.
453
454 2011-02-25 Jambunathan K <kjambunathan@gmail.com>
455
456 * emacs-lisp/package-x.el (package--archive-contents-from-url)
457 (package--archive-contents-from-file): New functions.
458 (package-update-news-on-upload): New var.
459 (package-upload-buffer-internal): Extract archive-contents from
460 package-archive-upload-base if it is not found at archive-url.
461 Obey package-update-news-on-upload.
462 (package-upload-buffer, package-upload-file): Doc fix.
463
464 2011-02-24 Glenn Morris <rgm@gnu.org>
465
466 * files-x.el (modify-dir-local-variable): Handle dir-locals from
467 the cache, and from non-file sources.
468
469 * help-fns.el (describe-variable): Return consistent results when a
470 dir-local from a file came from the cache or did not. (Bug#8095)
471 If a dir-local has no associated file, say it came from a "directory".
472
473 * files.el (hack-dir-local-variables): Fix setting of `dir-name'.
474 (hack-local-variables-confirm, hack-local-variables-filter): Doc fix.
475
476 * files.el (dir-locals-find-file): Doc fix.
477 Fix the check for cache elements that have no associated file,
478 and the mtime check for those that do. (Bug#8095)
479
480 * dired-x.el (dired-hack-local-variables):
481 Handle interrupts during hacking local variables. (Bug#5216)
482
483 * emacs-lisp/autoload.el (autoload-save-buffers)
484 (autoload-find-destination, update-directory-autoloads):
485 Avoid prompts when updating autoloads.
486
487 2011-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
488
489 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete.
490
491 2011-02-23 Kenichi Handa <handa@m17n.org>
492
493 * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
494 error when a multipart boundary in the nested multipart is found.
495
496 * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
497 header components.
498
499 2011-02-23 Glenn Morris <rgm@gnu.org>
500
501 * dired.el (dired-mode): Call hack-dir-local-variables-non-file-buffer.
502 * dired-x.el (dired-omit-mode): Safe if boolean.
503 (dired-enable-local-variables): Fix doc and custom type.
504 (dired-enable-local-variables, dired-local-variables-file)
505 (dired-hack-local-variables): Make obsolete.
506 (dired-omit-here-always): Use dir-locals.el instead.
507
508 * files.el (safe-local-eval-forms): Add the write-file-hooks version.
509
510 2011-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
511
512 * help-fns.el (describe-function-1): Don't signal an error just because
513 the DOC file disappeared.
514
515 2011-02-22 Seppo Sade <sepposade1@gmail.com> (tiny change)
516
517 * eshell/esh-ext.el (eshell-external-command): Do not restrict
518 remote check to "ftp". (Bug#8089)
519
520 2011-02-21 Alan Mackenzie <acm@muc.de>
521
522 Fix bug #7930.
523 * progmodes/cc-engine.el (c-state-literal-at): Prevent positions
524 in macros finding their way into c-state-nonlit-pos-cache.
525 Strengthen the comments.
526 (c-state-dump): New commented out diagnostic routine.
527
528 2011-02-21 Michael Albinus <michael.albinus@gmx.de>
529
530 * net/tramp.el (tramp-rfn-eshadow-setup-minibuffer): Do not use
531 `field' property of `rfn-eshadow-overlay'.
532
533 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
534
535 * net/netrc.el (netrc-parse): Comment fix.
536
537 2011-02-21 Chong Yidong <cyd@stupidchicken.com>
538
539 * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
540 Autoload. Add optional arg FRAME, and pass it to color-values.
541 (color-complement): Caller changed. Doc fix.
542 (color-gradient): Rewrite for better clarity and efficiency.
543
544 * faces.el (color-values): Use cond for clarity. Doc fix.
545
546 * facemenu.el (color-rgb-to-hsv): Delete; use the version in
547 color.el instead.
548 (list-colors-sort-key, list-colors-print):
549 Use color-normalized-values.
550
551 2011-02-20 Drew Adams <drew.adams@oracle.com>
552
553 * color.el: First part of merge from hexrgb.el.
554 (color-rgb-to-hex): Rename from color-rgb->hex.
555 (color-rgb-to-hsv): Rename from color-rgb->hsv. Force hue and
556 saturation to zero if the value is too small.
557 (color-rgb-to-hsl): Rename from color-rgb->hsl.
558 (color-srgb-to-xyz): Rename from color-srgb->xyz. Doc fix.
559 (color-xyz-to-srgb): Rename from color-xyz->srgb. Doc fix.
560 (color-xyz-to-lab): Rename from color-xyz->lab. Doc fix.
561 (color-lab-to-xyz): Rename from color-lab->xyz. Doc fix.
562 (color-lab-to-srgb): Rename from color-lab->srgb. Doc fix.
563 (color-cie-de2000): Doc fix.
564
565 2011-02-20 Alan Mackenzie <acm@muc.de>
566
567 * progmodes/cc-cmds.el (c-beginning-of-statement): Avoid loop in
568 locating the beginning of a macro. (Bug#7595)
569
570 2011-02-20 Glenn Morris <rgm@gnu.org>
571
572 * edmacro.el (edmacro-eight-bits): Make it a defcustom.
573 Don't autoload it.
574
575 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
576 (global-auto-revert-ignore-buffer): Remove leading "*" from docs.
577
578 2011-02-19 Dmitry Bolshakov <dmitry.bolshakov@bridge-quest.com>
579 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
580
581 * progmodes/hideshow.el (hs-find-block-beginning)
582 (hs-hide-level-recursive): Ignore comments when parsing braces
583 (Bug#8036).
584
585 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
586
587 * vc/vc-bzr.el (vc-bzr-bound-branch-p): New function.
588 (vc-bzr-pull): Use it.
589
590 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
591
592 * vc/vc-bzr.el (vc-bzr--branch-conf): Function deleted.
593 (vc-bzr-branch-conf): New function, similar to vc-bzr--branch-conf
594 but returning an alist. Ignore comments in bzr conffile.
595 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-bzr-branch-conf.
596 (vc-bzr-error-regex-alist): New var.
597 (vc-bzr-merge-branch): Use it to highlight the pull/merge buffer.
598
599 * vc/vc-dispatcher.el (vc-do-async-command):
600 Bind inhibit-read-only to t.
601
602 * progmodes/compile.el (compilation--flush-directory-cache):
603 Handle the case where cdr of compilation--flush-directory-cache
604 points to no buffer, which can occur if we previously switched to
605 compilation-mode in a pregenerated buffer.
606
607 2011-02-19 Kenichi Handa <handa@m17n.org>
608
609 * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
610 get the header copy into the temporary buffer.
611 (rmail-mime-insert-decoded-text): Ignore us-ascii.
612 (rmail-show-mime): When rmail-mime-coding-system is nil, set
613 buffer-file-coding-system to undecided.
614
615 2011-02-19 Eli Zaretskii <eliz@gnu.org>
616
617 * international/mule-cmds.el (read-char-by-name, ucs-insert):
618 Document completion with asterisk and a substring.
619
620 2011-02-19 Glenn Morris <rgm@gnu.org>
621
622 * files.el (find-file-literally): Doc fix.
623
624 * simple.el (rfc822-goto-eoh): Give it a doc-string.
625
626 * log-edit.el (log-edit-insert-changelog):
627 Fix `log-edit-strip-single-file-name' functionality. (Bug#8057)
628
629 2011-02-19 Glenn Morris <rgm@gnu.org>
630
631 * dired-x.el: Don't require dired-aux.
632 (dired-do-create-files, dired-mark-read-regexp)
633 (dired-do-create-files-regexp): Autoload from dired-aux.
634
635 * dired-x.el (dired-find-buffer-nocreate): Merge into dired.el.
636 * dired.el (dired-find-buffer-nocreate): Merge dired-x version.
637
638 * dired-x.el (dired-read-shell-command): Merge into dired-aux's version.
639 * dired-aux.el (dired-read-shell-command): Merge dired-x's version.
640
641 * dired-x.el (dired-clean-up-after-deletion): Merge into dired.el.
642 * dired.el (dired-clean-up-after-deletion): Merge dired-x's version.
643 (dired-clean-up-buffers-too): Declare.
644
645 * dired-x.el (dired-initial-position): Merge into dired.el's version.
646 * dired.el (dired-initial-position): Merge dired-x's version here.
647 (dired-find-subdir): Declare.
648
649 * dired-x.el (dired-omit-new-add-entry): Merge into dired-add-entry.
650 * dired-aux.el (dired-add-entry): Give it a doc-string.
651 Merge dired-x's dired-omit handling here.
652 (dired-omit-mode, dired-omit-regexp, dired-omit-localp): Declare.
653
654 * international/mule-diag.el (list-input-methods-1):
655 Indent all lines of multi-line doc-strings. (Bug#8066)
656
657 2011-02-18 Chong Yidong <cyd@stupidchicken.com>
658
659 Fix 2011-02-02 changes.
660
661 * apropos.el (apropos-print): Call apropos-mode before setting up
662 buffer variables. Use inhibit-read-only.
663
664 * emacs-lisp/package.el (package--list-packages):
665 Call package-menu-mode before setting up buffer variables.
666
667 * play/solitaire.el (solitaire): Call solitaire-mode before
668 setting up buffer variables. Use inhibit-read-only.
669
670 2011-02-18 Lawrence Mitchell <wence@gmx.li>
671
672 * progmodes/sh-script.el (sh-syntax-propertize-here-doc): (bug#8053)
673 Bind case-fold-search to nil when looking for end of here-doc.
674
675 2011-02-18 Eli Zaretskii <eliz@gnu.org>
676
677 * image-mode.el (image-toggle-display-image):
678 Set find-file-literally non-nil in buffers visiting binary image
679 files. (Bug#8047)
680
681 2011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
682
683 * files.el (cd): Make completion obey cd-path (bug#7924).
684
685 2011-02-18 Glenn Morris <rgm@gnu.org>
686
687 * progmodes/prolog.el: Don't require compile when compiling.
688 (compilation-shell-minor-mode, compilation-error-regexp-alist)
689 (compilation-forget-errors, compilation-fake-loc)
690 (compilation-parse-errors-function, compilation-error-list): Declare.
691 (prolog-inferior-mode): Require 'compile.
692
693 * emulation/cua-base.el (pc-selection-mode): Declare.
694
695 * emacs-lisp/eieio-custom.el: Set generated-autoload-file.
696 (customize-object): Add autoload cookie.
697 * emacs-lisp/eieio-opt.el: Set generated-autoload-file.
698 (eieio-browse, describe-class, eieio-describe-class)
699 (eieio-describe-constructor, describe-generic, eieio-describe-generic)
700 (eieio-help-mode-augmentation-maybee): Add autoload cookies.
701 * emacs-lisp/eieio.el: Regenerate with automatic autoloads.
702 * Makefile.in (autoloads): Make eieio.el writable.
703
704 * dired-x.el (dired-clean-up-after-deletion, dired-do-relsymlink)
705 (dired-do-relsymlink-regexp, dired-find-buffer-nocreate): Use #'.
706 (dired-hack-local-variables): Use inhibit-read-only.
707 (dired-guess-default): Simplify.
708 (dired-make-relative-symlink): Use dotimes.
709 (dired-simultaneous-find-file): Use dolist.
710 (dired-mark-sexp): Remove unneeded `if'. Use line-end-position.
711 (dired-x-hands-off-my-keys): Doc fix.
712 (dired-x-bind-find-file): Doc fix. Use remapping.
713 (after-init-hook): No need to add dired-x-bind-find-file.
714 (dired-x-find-file, dired-x-find-file-other-window): Doc fixes.
715 No need to call expand-file-name.
716 (dired-filename-at-point): Remove unused locals `end', `filename'.
717
718 2011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
719
720 * emacs-lisp/pcase.el (pcase--u1): Understand non-linear patterns.
721
722 2011-02-18 Christian Ohler <ohler@gnu.org>
723
724 * emacs-lisp/ert.el (ert--setup-results-buffer)
725 (ert-results-pop-to-backtrace-for-test-at-point)
726 (ert-results-pop-to-messages-for-test-at-point)
727 (ert-results-pop-to-should-forms-for-test-at-point)
728 (ert-results-pop-to-timings): Revert parts of change 2011-02-02T17:59:44Z!sds@gnu.org that
729 were incorrect and unnecessary. This should make `make check'
730 pass again.
731
732 2011-02-17 Ken Manheimer <ken.manheimer@gmail.com>
733
734 * lisp/allout-widgets.el (allout-widgets-icons-light-subdir)
735 (allout-widgets-icons-dark-subdir): Track relocations of icons
736 * lisp/allout.el: Remove commentary about remove encryption
737 passphrase mnemonic support and verification.
738 (allout-encrypt-string): Recognize epg failure to decrypt gpg2
739 armored text using gpg1, and indicate that the gpg version *might*
740 be the problem in the error message.
741
742 2011-02-17 Deniz Dogan <deniz.a.m.dogan@gmail.com>
743
744 * net/rcirc.el (rcirc-float-time): New function.
745 (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE)
746 (rcirc-ctcp-sender-PING): Use it.
747
748 2011-02-17 Glenn Morris <rgm@gnu.org>
749
750 * speedbar.el (speedbar-ignored-modes, speedbar-file-unshown-regexp)
751 (speedbar-update-flag, speedbar-fetch-etags-command)
752 (speedbar-fetch-etags-arguments):
753 * term.el (term-buffer-maximum-size, term-input-chunk-size)
754 (term-completion-autolist, term-completion-addsuffix)
755 (term-completion-recexact, term-completion-fignore):
756 * term/sup-mouse.el (sup-mouse-fast-select-window):
757 * term/x-win.el (x-select-request-type):
758 Convert some defvars with "*" to defcustoms.
759
760 * shell.el (shell-delimiter-argument-list): Set it to nil. (Bug#8027)
761
762 * vc/vc.el (vc-default-previous-version):
763 Remove alias that points nowhere. (Bug#4496)
764
765 * dired-x.el (dired-clean-up-after-deletion):
766 kill-buffer does not need save-excursion.
767 (dired-do-run-mail): Doc fix.
768 (dired-filename-at-point): Doc fix.
769 Use looking-at, and skip-chars rather than re search.
770
771 * dired-x.el (dired-filename-at-point): Fix 8-year old typo.
772
773 2011-02-16 Ken Manheimer <ken.manheimer@gmail.com>
774
775 * allout-widgets.el: New allout extension that shows allout
776 outline structure with graphical widgets. 'allout-widgets'
777 customize group is an 'allout' subgroup, for easy discovery.
778
779 * allout.el: Include PGP and GnuPG in Keywords, and other
780 commentary refinements.
781 (allout-abbreviate-flattened-numbering): Rename to
782 allout-flattened-numbering-abbreviation, and
783 define-obsolete-variable-alias the old name.
784 (allout-flattened-numbering-abbreviation): Rename from
785 allout-abbreviate-flattened-numbering.
786 (allout-mode-p): Include among autoloads, for use by other modes
787 with impunity.
788 (allout-listify-exposed):
789 Use allout-flattened-numbering-abbreviation.
790 (allout-encrypt-string): Use set-buffer-multibyte directly.
791 (allout-set-buffer-multibyte): Remove.
792
793 2011-02-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
794
795 * simple.el (just-one-space): Remove useless `or' call.
796
797 2011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
798
799 * net/soap-client.el (soap-well-known-xmlns, soap-local-xmlns)
800 (soap-default-xmlns, soap-target-xmlns, soap-multi-refs)
801 (soap-decoded-multi-refs, soap-current-wsdl)
802 (soap-encoded-namespaces): Rename CL-style *...* variables.
803
804 2011-02-16 Michael Albinus <michael.albinus@gmx.de>
805
806 * net/soap-client.el: Add "comm" and "hypermedia" to the
807 keywords. Reflow too long lines.
808
809 * net/soap-inspect.el: Ditto. Require 'cl.
810
811 2011-02-16 Bastien Guerry <bzg@altern.org>
812
813 * play/doctor.el (doctor-mode): Bugfix: escape the "," character
814 in a `doctor-type' argument.
815
816 2011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
817
818 * net/soap-client.el:
819 * net/soap-inspect.el: New files.
820
821 2011-02-16 Leo <sdl.web@gmail.com>
822
823 * dired-x.el (dired-mode-map, dired-extra-startup):
824 Remove dired-copy-filename-as-kill since it's already in dired.el.
825
826 2011-02-16 Glenn Morris <rgm@gnu.org>
827
828 * dired-x.el (dired-bind-jump, dired-bind-man, dired-bind-info):
829 Doc fixes. Add :set property, replacing top-level calls.
830 (dired-vm-read-only-folders, dired-vm): Doc fix (drop v. old VM 4).
831 (dired-guess-shell-gnutar): Test tar version rather than system-type.
832 (dired-extra-startup, dired-man, dired-info): Doc fixes.
833 (dired-clean-up-after-deletion): Use when and dolist.
834 (dired-jump): Use unless and when.
835 (dired-virtual): Use line-end-position.
836 (dired-default-directory-alist): Rename from default-directory-alist.
837 (dired-default-directory): Update for above name change.
838 (dired-vm): Drop VM < 5 and simplify.
839 (dired-buffer-more-recently-used-p): Rewrite.
840 (dired-filename-at-point): Use when and or.
841 (dired-x-read-filename-at-point): Rename from read-filename-at-point.
842 Update callers.
843
844 2011-02-15 Glenn Morris <rgm@gnu.org>
845
846 * dired-x.el: Use easymenu for menu items. Fix item capitalization.
847
848 2011-02-14 Chong Yidong <cyd@stupidchicken.com>
849
850 * vc/vc-git.el (vc-git-root-log-format): New option for
851 customizing log format.
852 (vc-git-print-log, vc-git-log-outgoing, vc-git-log-incoming)
853 (vc-git-log-view-mode): Use it.
854 (vc-git-expanded-log-entry): New function.
855 (vc-git-log-view-mode): Use it. Truncate lines in root log.
856
857 * vc/vc-hg.el (vc-hg-root-log-template): New option for
858 customizing log format.
859 (vc-hg-print-log): Use it.
860 (vc-hg-expanded-log-entry): New function.
861 (vc-hg-log-view-mode): Use vc-hg-root-log-template and
862 vc-hg-expanded-log-entry. Truncate lines in root log.
863
864 * vc/vc-bzr.el (vc-bzr-log-view-mode): Truncate lines in root log.
865
866 * vc/log-view.el (log-view-mode-menu):
867 Add log-view-toggle-entry-display.
868
869 2011-02-14 Glenn Morris <rgm@gnu.org>
870
871 * dired-x.el: Don't require man when compiling.
872 (dired-omit-extensions, dired-local-variables-file)
873 (dired-x-hands-off-my-keys): Make them defcustoms.
874 (Man-support-local-filenames, Man-getpage-in-background): Declare.
875 (vm-visit-folder): Declare rather than defining.
876 (dired-x-help-address, dired-x-variable-list): Remove.
877 (dired-x-submit-report): Make it an obsolete alias.
878
879 2011-02-14 Juanma Barranquero <lekktu@gmail.com>
880
881 * makefile.w32-in (TRAMP_SRC): Remove tramp-imap.el.
882
883 2011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
884
885 * net/imap.el: Bring it back.
886
887 2011-02-13 Alan Mackenzie <acm@muc.de>
888
889 * progmodes/cc-fonts.el (c-font-lock-declarations): Remove a
890 narrow-to-region call that cuts context off the end (Bug#7722).
891
892 * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
893 Refactor nested if-forms with a simple cond.
894 (c-forward-<>-arglist): Revert 2011-01-31 change.
895
896 2011-02-13 Chong Yidong <cyd@stupidchicken.com>
897
898 * vc/log-view.el: New command log-view-toggle-entry-display for
899 toggling log entries between concise and detailed forms.
900 (log-view-toggle-entry-display): New command.
901 (log-view-mode-map): Bind RET to it.
902 (log-view-expanded-log-entry-function): New variable.
903 (log-view-current-entry, log-view-inside-comment-p)
904 (log-view-current-tag): New functions.
905 (log-view-toggle-mark-entry): Use log-view-current-entry and
906 log-view-end-of-defun instead of searching directly with
907 log-view-message-re.
908 (log-view-end-of-defun): Likewise. Add optional ARG for
909 compatibility with end-of-defun.
910 (log-view-end-of-defun): Ignore comments and VC buttons.
911
912 * vc/vc-bzr.el (vc-bzr-expanded-log-entry): New function.
913 (vc-bzr-log-view-mode): Use log-view-expanded-log-entry-function.
914
915 2011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
916
917 * net/imap.el: Remove file. All the functionality is in nnimap.el.
918
919 * net/imap-hash.el: Remove file.
920
921 2011-02-13 Michael Albinus <michael.albinus@gmx.de>
922
923 * Makefile.in (TRAMP_SRC): Remove tramp-imap.el.
924
925 * net/tramp.el (tramp-read-passwd): Simplify `auth-source-search'
926 call.
927
928 * net/tramp-imap.el: Remove file.
929
930 2011-02-13 Chong Yidong <cyd@stupidchicken.com>
931
932 * vc/vc.el (vc-print-log-setup-buttons): Instead of using the
933 widget library for buttons, just use button.el.
934
935 * vc/log-view.el (log-view-mode-map): Don't inherit from
936 widget-keymap.
937
938 2011-02-12 Glenn Morris <rgm@gnu.org>
939
940 * emacs-lisp/cl-seq.el (union, nunion, intersection)
941 (nintersection, set-difference, nset-difference)
942 (set-exclusive-or, nset-exclusive-or): Doc fix.
943
944 * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
945
946 * faces.el (face-attr-match-p): Handle the obsolete :bold and
947 :italic props, so that frame-set-background-mode works. (Bug#7966)
948
949 * simple.el (next-error): Doc fix.
950
951 2011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
952
953 * dired-aux.el (dired-create-files): Adapt destination name to
954 match the new behavior of copy-directory.
955
956 2011-02-12 Chong Yidong <cyd@stupidchicken.com>
957
958 * mail/mail-utils.el (mail-dont-reply-to-names): New variable,
959 from rmail-dont-reply-to-names. Callers changed.
960 (mail-dont-reply-to): Rename from mail-dont-reply-to.
961 (rmail-dont-reply-to): Make it an obsolete alias.
962
963 * mail/rmail.el (rmail-default-dont-reply-to-names): Default to
964 nil, and make obsolete (Bug#7888).
965 (rmail-dont-reply-to-names): Alias to mail-dont-reply-to-names.
966
967 * mail/rmailsum.el (rmail-summary-sort-by-correspondent): Doc fix.
968
969 * mail/rmailsort.el (rmail-sort-by-correspondent)
970 (rmail-select-correspondent): Doc fix. Use mail-dont-reply-to.
971
972 * mail/rmail.el (rmail-reply): Use mail-dont-reply-to.
973
974 2011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
975
976 * files.el (copy-directory): New argument COPY-CONTENTS for
977 copying directory contents into another existing directory.
978
979 2011-02-12 Tassilo Horn <tassilo@member.fsf.org>
980
981 * minibuffer.el (completion-table-case-fold): New function for
982 creating a case-insensitive completion table.
983
984 2011-02-12 Teodor Zlatanov <tzz@lifelogs.com>
985
986 * net/tramp.el (tramp-default-method): Also check if
987 `auth-source-search' is bound.
988 (tramp-read-passwd): Use `auth-source-search' instead of
989 `auto-source-user-or-password'.
990
991 * net/tramp-imap.el: Autoload `auto-source-search' instead of
992 `auto-source-user-or-password.
993 (tramp-imap-passphrase-callback-function): Use it.
994
995 * net/imap-hash.el: Autoload `auto-source-search' instead of
996 `auto-source-user-or-password.
997 (imap-hash-open-connection): Use it.
998
999 * mail/smtpmail.el: Autoload `auto-source-search' instead of
1000 `auto-source-user-or-password.
1001 (smtpmail-try-auth-methods): Use it.
1002
1003 2011-02-12 Phil Hagelberg <phil@hagelb.org>
1004
1005 * emacs-lisp/package.el: Allow packages to be reinstalled.
1006 (package--write-file-no-coding): Remove EXCL arg.
1007 (package-unpack-single): Don't use it.
1008
1009 2011-02-12 Karl Pflästerer <k@rl.pflaesterer.de> (tiny change)
1010
1011 * vc/vc-svn.el: Adapt to Subversion change, with no .svn directory
1012 in each sub directory.
1013 (vc-svn-registered): Use vc-svn-root.
1014 (vc-svn-root): New function. Make vc-svn-responsible-p an alias.
1015 (vc-svn-repository-hostname): Use "svn info".
1016
1017 2011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1018
1019 * simple.el (delete-trailing-whitespace): New optional buffer
1020 bound parameters.
1021
1022 2011-02-11 Bastien Guerry <bzg@altern.org>
1023
1024 * files.el (basic-save-buffer): save unmodified buffers when
1025 the file pointed by buffer-file-name doesn't exist.
1026
1027 2011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1028
1029 * net/rcirc.el (rcirc-cmd-join): Accept multiple channels.
1030
1031 2011-02-11 Glenn Morris <rgm@gnu.org>
1032
1033 * emacs-lisp/cl-specs.el (multiple-value-bind): Fix debug spec.
1034
1035 2011-02-11 Juanma Barranquero <lekktu@gmail.com>
1036
1037 * net/rcirc.el (rcirc-send-ctcp): Remove spurious arg to `format'.
1038
1039 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1040
1041 * server.el (server-process-filter): Use pcase.
1042
1043 * emacs-lisp/smie.el (smie-blink-matching-open): Don't use `pos' in two
1044 conflicting ways.
1045 (smie-indent--parent): Extend to "parent of arg".
1046 (smie-indent-inside-string): New function.
1047 (smie-indent-functions): Use it.
1048
1049 * vc/vc-dir.el (vc-dir-refresh): Reorder operations to try and avoid
1050 bzr locking race condition.
1051
1052 * emacs-lisp/edebug.el (edebug-instrument-function): Check a marker is
1053 still valid before using it.
1054
1055 * progmodes/grep.el (grep-mode-font-lock-keywords): Adjust to
1056 `message' -> `compilation-message' rename (bug#8004).
1057
1058 Move keymap initialization into declaration.
1059 * textmodes/enriched.el (enriched-mode-map):
1060 * textmodes/bib-mode.el (bib-mode-map):
1061 * term/lk201.el (lk201-function-map):
1062 * tar-mode.el (tar-mode-map):
1063 * replace.el (occur-mode-map):
1064 * progmodes/idlwave.el (idlwave-rinfo-mouse-map, idlwave-rinfo-map):
1065 * progmodes/idlw-help.el (idlwave-help-mode-map):
1066 * progmodes/gdb-mi.el (gdb-memory-format-menu, gdb-memory-unit-menu):
1067 * play/solitaire.el (solitaire-mode-map):
1068 * play/snake.el (snake-mode-map, snake-null-map):
1069 * play/pong.el (pong-mode-map):
1070 * play/handwrite.el (menu-bar-handwrite-map):
1071 * play/gametree.el (gametree-mode-map):
1072 * net/rcirc.el (rcirc-mode-map, rcirc-browse-url-map)
1073 (rcirc-multiline-minor-mode-map, rcirc-track-minor-mode-map):
1074 * net/newst-plainview.el (newsticker-menu, newsticker-mode-map)
1075 (newsticker--url-keymap):
1076 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
1077 * menu-bar.el (menu-bar-file-menu, menu-bar-i-search-menu)
1078 (menu-bar-search-menu, menu-bar-replace-menu, menu-bar-goto-menu)
1079 (menu-bar-edit-menu, menu-bar-custom-menu)
1080 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
1081 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
1082 (menu-bar-line-wrapping-menu, menu-bar-options-menu)
1083 (menu-bar-games-menu, menu-bar-encryption-decryption-menu)
1084 (menu-bar-tools-menu, menu-bar-describe-menu)
1085 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
1086 (menu-bar-help-menu):
1087 * mail/rmailsum.el (rmail-summary-mode-map):
1088 * kmacro.el (kmacro-step-edit-map):
1089 * ibuffer.el (ibuffer-mode-groups-popup, ibuffer-mode-map)
1090 (ibuffer-mode-operate-map):
1091 * hi-lock.el (hi-lock-menu, hi-lock-map):
1092 * emulation/vip.el (vip-mode-map):
1093 * emacs-lisp/re-builder.el (reb-lisp-mode-map):
1094 * bookmark.el (bookmark-bmenu-mode-map):
1095 * help-mode.el (help-mode-map): Move initialization into declaration.
1096
1097 2011-02-10 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1098
1099 * net/rcirc.el: Add PRIVMSG and CTCP functions.
1100 (rcirc-send-privmsg, rcirc-send-ctcp): New functions.
1101 (rcirc-keepalive, rcirc-cmd-ctcp, rcirc-ctcp-sender-PING)
1102 (rcirc-cmd-me, rcirc-authenticate): Use them.
1103
1104 2011-02-10 Ken Manheimer <ken.manheimer@gmail.com>
1105
1106 * allout.el: Synopsis: Change allout user configuration so
1107 auto-activation is controlled solely by customization
1108 `allout-auto-activation'.
1109
1110 (allout-auto-activation-helper, allout-setup): New autoloads
1111 implement new custom set procedure for allout-auto-activation.
1112 Also, explicitly invoke
1113 (allout-setup) after allout-auto-activation is custom-defined, to
1114 effect the settings in emacs sessions besides the few where
1115 allout-auto-activation customization is donea.
1116 (allout-auto-activation): Use allout-auto-activation-helper to
1117 :set. Revise the docstring.
1118 (allout-init): Reduce functionality to just customizing
1119 allout-auto-activation, and mark obsolete.
1120 (allout-mode): Respect string values for allout-auto-activation.
1121 Run allout-after-copy-or-kill-hook without any args.
1122 (allout-mode, allout-layout, allout-default-layout)
1123 (outlineify-sticky): Adjust docstring for new scheme.
1124 (allout-after-copy-or-kill-hook): No arguments - hook implementers
1125 should concentrate on the kill ring.
1126
1127 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
1128
1129 * password-cache.el (password-cache-remove): Accept secrets that are
1130 not strings.
1131
1132 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1133
1134 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Fix case
1135 of here-doc that immediately follows a comment.
1136
1137 2011-02-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1138
1139 * net/rcirc.el (rcirc-ctcp-sender-PING): Simplifying.
1140
1141 * net/rcirc.el (rcirc-cmd-ctcp): Use dedicated function when
1142 available.
1143 (rcirc-ctcp-sender-PING): New function.
1144
1145 2011-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1146
1147 * obsolete/pc-select.el: Rename from emulation/pc-select.el (bug#7940).
1148 Remove the mark/nomark handling, and activate shift-select-mode instead.
1149
1150 * obsolete/pc-mode.el: Rename from emulation/pc-mode.el.
1151
1152 2011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1153
1154 * calc/calc-units.el (math-logunits-quant): Add support for
1155 non-logarithmic units.
1156
1157 2011-02-07 Ken Manheimer <ken.manheimer@gmail.com>
1158
1159 * allout.el (allout-after-copy-or-kill-hook): New hook for
1160 extension-specific processing of killed text.
1161 (allout-mode): Include new allout-after-copy-or-kill-hook among
1162 mentioned hooks.
1163 (allout-kill-line, allout-kill-topic): Ensure that processing
1164 after kill happens even if barf-if-buffer-read-only is raised.
1165 Include new allout-after-copy-or-kill-hook among that subsequent
1166 processing.
1167 (allout-deannotate-hidden): Actually remove the annotation text
1168 properties.
1169
1170 * allout.el (allout-listify-exposed): Copy text sans text properties.
1171
1172 2011-02-07 Michael Albinus <michael.albinus@gmx.de>
1173
1174 * net/dbus.el (dbus-list-activatable-names): Add optional argument BUS.
1175
1176 2011-02-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1177
1178 * net/rcirc.el (rcirc-handler-317): New function (Bug#6507).
1179
1180 2011-02-06 Jay Belanger <jay.p.belanger@gmail.com>
1181
1182 * calc/calc.el (calc-logunits-field-reference): Rename from
1183 `calc-default-field-reference-level'.
1184 (calc-logunits-power-reference): Rename from
1185 `calc-default-power-reference-level'.
1186
1187 * calc/calc-units.el (math-logunits-quant): Rename from
1188 `math-logunits-level'
1189 (math-logunits-plus): Rename from math-logcombine.
1190 (calcFunc-luplus, calcFunc-luminus calc-luplus, calc-luminus): Remove.
1191 (calcFunc-lufieldadd, calcFunc-lupoweradd, calcFunc-lufieldsub)
1192 (calcFunc-lufieldsub, calc-logunits-add, calc-logunits-sub):
1193 New functions.
1194 (calcFunc-fieldquant): Rename from `calcFunc-fieldlevel'.
1195 (calcFunc-powerquant): Rename from `calcFunc-powerlevel'.
1196 (calc-logunits-quantity): Rename from `calc-level'.
1197 (calcFunc-dbfieldlevel, calcFunc-dbpowerlevel, calcFunc-npfieldlevel)
1198 (calcFunc-nppowerlevel, calc-logunits-dblevel, calc-logunits-nplevel)
1199 (math-logunits-mul, calcFunc-lufieldmul, calcFunc-lupowermul)
1200 (calc-logunits-mul, math-logunits-divide, calcFunc-lufielddiv)
1201 (calcFunc-lupowerdiv, calc-logunits-divide, math-logunits-level):
1202 New functions.
1203
1204 * calc/calc-help.el (calc-u-prefix-help): Remove "L" reference.
1205 (calc-ul-prefix-help): Remove.
1206 (calc-l-prefix-help): New function.
1207 (calc-full-help): Add reference to `calc-l-prefix-help'.
1208
1209 * calc/calc-ext.el (calc-init-extensions): Update autoloads.
1210
1211 * calc/README: Mention logarithmic units.
1212
1213 2011-02-06 Chong Yidong <cyd@stupidchicken.com>
1214
1215 * mail/emacsbug.el (report-emacs-bug-hook): Remove the check for
1216 non-ASCII characters (Bug#7925).
1217
1218 2011-02-05 Glenn Morris <rgm@gnu.org>
1219
1220 * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
1221
1222 * calendar/diary-lib.el (diary-font-lock-keywords):
1223 Tweak diary-time-regexp match. (Bug#7891)
1224
1225 * progmodes/f90.el (f90-find-tag-default): New function. (Bug#7919)
1226 (f90-mode): Use it for mode's `find-tag-default-function' property.
1227
1228 * ibuf-ext.el (ibuffer-filter-disable): Make it work. (Bug#7969)
1229
1230 * faces.el (set-face-attribute): Doc fix. (Bug#2659)
1231
1232 2011-02-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1233
1234 * net/rcirc.el (rcirc-handler-JOIN): Reset mode-line-process
1235 (Bug#6386).
1236
1237 2011-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1238
1239 * progmodes/sh-script.el (sh-here-doc-open-re): Don't rely on the
1240 font-lock-syntax-table remappings.
1241 (sh-here-doc-markers, sh-here-doc-re): Remove.
1242 (sh-font-lock-close-heredoc): Remove.
1243 (sh-syntax-propertize-here-doc): New function.
1244 (sh-font-lock-open-heredoc): Set the sh-here-doc-marker property
1245 instead of the sh-here-doc-re.
1246 (sh-font-lock-paren): Don't do anything in comments or strings.
1247 Handle line continuations. Accept a few more chars.
1248 Don't rely on the font-lock-syntax-table remappings.
1249 `esac' is not a valid pattern.
1250 (sh-syntax-propertize-function): Handle here-docs differently, so we
1251 don't bother syntax-propertizing the insides.
1252
1253 * progmodes/sh-script.el (sh-font-lock-paren, sh-kw, sh-prev-thing):
1254 Handle new bashisms ";&" and ";;&" (bug#7947).
1255
1256 2011-02-05 Michael Albinus <michael.albinus@gmx.de>
1257
1258 * net/tramp-smb.el (tramp-smb-errors): Use `regexp-opt'.
1259 Add "NT_STATUS_IO_TIMEOUT" and "NT_STATUS_NO_SUCH_USER".
1260
1261 2011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
1262
1263 * net/tramp.el (tramp-postfix-method-format)
1264 (tramp-postfix-method-regexp, tramp-prefix-domain-format)
1265 (tramp-prefix-domain-regexp, tramp-postfix-user-format)
1266 (tramp-postfix-user-regexp, tramp-prefix-port-format)
1267 (tramp-prefix-port-regexp, tramp-postfix-host-format)
1268 (tramp-postfix-host-regexp, tramp-handle-substitute-in-file-name):
1269 Doc fix.
1270
1271 2011-02-04 Sam Steingold <sds@gnu.org>
1272
1273 * mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group.
1274
1275 2011-02-04 Andreas Schwab <schwab@linux-m68k.org>
1276
1277 * international/mule-util.el (with-coding-priority): Doc fix.
1278
1279 2011-02-04 Eli Zaretskii <eliz@gnu.org>
1280
1281 * arc-mode.el (archive-mode-map): Fix a typo in last change.
1282
1283 2011-02-03 Sam Steingold <sds@gnu.org>
1284
1285 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
1286 Do not error out when `func' is nil.
1287
1288 2011-02-03 Michael Albinus <michael.albinus@gmx.de>
1289
1290 * net/tramp-sh.el (tramp-remote-path): Add default settings for
1291 `tramp-default-remote-path' to the docstring.
1292 (tramp-get-remote-path): Suppress error message when `getconf
1293 PATH' fails.
1294
1295 * net/tramp-smb.el (tramp-smb-errors): Add "NT_STATUS_UNSUCCESSFUL".
1296
1297 2011-02-03 Glenn Morris <rgm@gnu.org>
1298
1299 * vc/vc-hg.el (vc-hg-command): Doc fix.
1300
1301 * term/w32-win.el (libpng-version): Declare for compiler.
1302
1303 * msb.el: No need to load dired while compiling.
1304
1305 * emacs-lisp/elint.el (elint-standard-variables):
1306 Remove a couple of built-ins that now have doc-strings.
1307
1308 * hi-lock.el, ps-bdf.el, ps-mule.el, ps-print.el, ps-samp.el:
1309 `require' is automatically `eval-and-compile'd.
1310
1311 * net/rcirc.el (rcirc-nick-completion-format): Add :version tag.
1312 (rcirc-log-directory, rcirc-log-flag): Move definitions before use.
1313
1314 * strokes.el (strokes-fill-current-buffer-with-whitespace):
1315 Move definition before use.
1316 (strokes-report-bug): Make it obsolete.
1317
1318 2011-02-02 Sam Steingold <sds@gnu.org>
1319
1320 * apropos.el (apropos-print): Now that `apropos-mode' inherits
1321 from `special-mode', entering it makes the buffer read-only, so
1322 call it only when everything has been already inserted.
1323 * emacs-lisp/ert.el (ert--setup-results-buffer)
1324 (ert-results-pop-to-backtrace-for-test-at-point)
1325 (ert-results-pop-to-messages-for-test-at-point)
1326 (ert-results-pop-to-timings): Ditto.
1327 * emacs-lisp/package.el (package--list-packages): Ditto.
1328 * play/solitaire.el (solitaire): Ditto.
1329
1330 2011-02-02 Chong Yidong <cyd@stupidchicken.com>
1331
1332 * progmodes/compile.el: Make all faces inherit.
1333 (compilation-warning): Inherit from font-lock-variable-name-face.
1334 (compilation-info): Inherit from font-lock-type-face.
1335 (compilation-line-number): Reassign to font-lock-keyword-face.
1336 (compilation-column-number): Reassign to font-lock-doc-face.
1337 (compilation-leave-directory-face): Reassign to
1338 font-lock-builtin-face.
1339
1340 2011-02-02 Eli Zaretskii <eliz@gnu.org>
1341
1342 * dired.el (dired-insert-directory): Don't invoke `ls' when
1343 ls-lisp.el is used to emulate it.
1344
1345 2011-02-01 Julien Danjou <julien@danjou.info>
1346
1347 * color.el (color-gradient): Add a color-gradient function.
1348
1349 2011-02-01 Sam Steingold <sds@gnu.org>
1350
1351 * simple.el (special-mode-map): Bind "h" to `describe-mode';
1352 bind "z" to `kill-this-buffer'.
1353 (completion-list-mode-map): Bind "z" to `kill-this-buffer'.
1354 * apropos.el (apropos-mode-map): Inherit from `special-mode-map'.
1355 (apropos-mode): Inherit from `special-mode'.
1356 * arc-mode.el (archive-mode-map): Inherit from `special-mode-map'.
1357 * bookmark.el (bookmark-bmenu-mode): Define using
1358 `define-derived-mode' inheriting from `special-mode'.
1359 * dired.el (dired-mode-map): Inherit from `special-mode-map'.
1360 * image-mode.el (image-mode-map): Ditto.
1361 * replace.el (occur-mode): Define using
1362 `define-derived-mode' inheriting from `special-mode'.
1363 * tar-mode.el (tar-mode): Inherit from `special-mode'.
1364 * calendar/diary-lib.el (diary-fancy-display-mode):
1365 Inherit from `special-mode-map'.
1366 * emacs-lisp/ert.el (ert-simple-view-mode, ert-results-mode):
1367 Inherit from `special-mode'.
1368 * emacs-lisp/package.el (package-menu-mode-map): Copy from
1369 `special-mode-map'.
1370 (package-menu-mode): Define using `define-derived-mode'
1371 inheriting from `special-mode'.
1372 * erc/erc-list.el (erc-list-menu-mode): Inherit from `special-mode'.
1373 * net/xesam.el (xesam-mode): Inherit from `special-mode'.
1374 (xesam-mode-map): Define separately.
1375 * play/solitaire.el (solitaire-mode): Inherit from `special-mode'.
1376 * progmodes/compile.el (compilation-minor-mode-map)
1377 (compilation-mode-map): Inherit from `special-mode-map'.
1378 * vc/diff-mode.el (diff-mode-shared-map):
1379 Inherit from `special-mode-map'.
1380 * vc/log-view.el (log-view-mode-map): Add a comment.
1381
1382 2011-02-01 Chong Yidong <cyd@stupidchicken.com>
1383
1384 * custom.el (load-theme): Define return value. Drop use of
1385 unsafep; call custom-theme-load-confirm for non-known-safe themes.
1386 (custom-theme-load-confirm): Scroll in the correct window.
1387 (custom-enabled-themes): Add custom-safe-themes to :set-after.
1388
1389 * cus-theme.el (custom-theme-checkbox-toggle): Don't activate the
1390 checkbox if load-theme fails.
1391
1392 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1393
1394 * progmodes/compile.el (compilation-next-error): Check there's
1395 a message before using it (bug#7941).
1396
1397 2011-02-01 Jay Belanger <jay.p.belanger@gmail.com>
1398
1399 * calc/calc-mtx.el (math-lud-pivot-check): New function.
1400 (math-do-matrix-lud): Use `math-lud-pivot-check' to check the size
1401 of potential pivots.
1402
1403 2011-01-31 Alan Mackenzie <acm@muc.de>
1404
1405 * progmodes/cc-cmds.el (c-forward-over-illiterals):
1406 Continue parsing if we encounter a naked # (Bug#7595).
1407 (c-beginning-of-statement): Avoid loop in locating the beginning
1408 of a macro. (Not actually committed until 2011-02-20, see above).
1409
1410 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1411
1412 * files.el (copy-directory): Fix arguments to recursive call.
1413
1414 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1415
1416 * files.el (copy-directory): If destination is an existing
1417 directory, copy into a subdirectory there.
1418
1419 2011-01-31 Andreas Schwab <schwab@linux-m68k.org>
1420
1421 * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
1422 files.
1423
1424 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1425
1426 * image-dired.el (image-dired-mouse-display-image): No-op if no
1427 file is found (Bug#7817).
1428
1429 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
1430
1431 2011-01-31 Kenichi Handa <handa@m17n.org>
1432
1433 * international/quail.el (quail-keyboard-layout-alist):
1434 Remove superfluous SPC for "pc105-uk" (bug#7927).
1435
1436 2011-01-31 Glenn Morris <rgm@gnu.org>
1437
1438 * msb.el (msb-menu-bar-update-buffers): Update for changed
1439 argument handling of menu-bar-select-frame. (Bug#7902)
1440
1441 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1442
1443 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
1444 to the recursion depth (Bug#7722).
1445
1446 2011-01-31 Roy Liu <carsomyr@gmail.com> (tiny change)
1447
1448 * term/ns-win.el (ns-find-file): Expand ns-input-file with
1449 command-line-default-directory (Bug#7872).
1450
1451 2011-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1452
1453 * progmodes/compile.el (compilation--flush-directory-cache):
1454 New function, extracted from compilation--remove-properties.
1455 (compilation--remove-properties, compilation--parse-region): Use it.
1456 (compilation--previous-directory): Handle one more case.
1457 (compilation-enable-debug-messages): Remove.
1458 (compilation-parse-errors, compilation--flush-parse): Just remove the
1459 left over debug messages.
1460
1461 2011-01-31 Sam Steingold <sds@gnu.org>
1462
1463 * progmodes/compile.el (compilation-enable-debug-messages):
1464 Add a variable to make the parsing messages introduced in
1465 2011-01-28T22:12:05Z!monnier@iro.umontreal.ca optional.
1466 (compilation-parse-errors, compilation--flush-parse): Use it.
1467
1468 2011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1469
1470 * net/rcirc.el: New customizable nick completion format. (Bug#6314)
1471 (rcirc-nick-completion-format): New defcustom.
1472 (rcirc-complete): Use it.
1473
1474 2011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1475
1476 * net/rcirc.el: Clean log filenames (Bug#7933).
1477 (rcirc-log-write): Use convert-standard-filename.
1478 (rcirc-log-filename-function): Documentation updates.
1479
1480 2011-01-30 Jan Djärv <jan.h.d@swipnet.se>
1481
1482 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer):
1483 Check report-emacs-bug-can-use-osx-open and use that if t.
1484 (report-emacs-bug-can-use-osx-open): New function.
1485 (report-emacs-bug): Rename can-xdg-email to can-insert-mail.
1486 Check report-emacs-bug-can-use-osx-open also for can-insert-mail.
1487
1488 2011-01-29 Chong Yidong <cyd@stupidchicken.com>
1489
1490 * vc/vc-dispatcher.el (vc-set-async-update): New function for
1491 updating Dired or VC-dir buffers after async command completes.
1492
1493 * vc/vc-bzr.el (vc-bzr-async-command): Return the process buffer.
1494 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-set-async-update.
1495
1496 * vc/vc-git.el (vc-git-merge-branch): Add FETCH_HEAD to branch
1497 completions if it exists. Use vc-set-async-update.
1498 (vc-git-pull): Use vc-set-async-update.
1499
1500 * vc/vc-hg.el (vc-hg-pull): Fix default-contents arg to
1501 read-shell-command. Use vc-set-async-update.
1502 (vc-hg-merge-branch): Use vc-set-async-update.
1503
1504 2011-01-29 Daiki Ueno <ueno@unixuser.org>
1505
1506 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
1507 Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
1508 (Bug#7931).
1509
1510 2011-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
1511
1512 * progmodes/compile.el: Avoid an N² behavior in grep.
1513 (compilation--previous-directory): New fun.
1514 (compilation--previous-directory-cache): New var.
1515 (compilation--remove-properties): Flush it.
1516 (compilation-directory-properties, compilation-error-properties):
1517 Use the new fun to speed up looking for the current directory.
1518
1519 2011-01-29 Chong Yidong <cyd@stupidchicken.com>
1520
1521 * vc/vc-hg.el (vc-hg-history): New var.
1522 (vc-hg-pull): Perform default pull if called via Lisp by vc-pull.
1523 (vc-hg-merge-branch): New function.
1524
1525 * vc/vc.el (vc-pull): Make vc-update an alias for this, instead of
1526 the other way around.
1527
1528 * vc/vc-git.el (vc-git-branches, vc-git-pull)
1529 (vc-git-merge-branch): New functions.
1530 (vc-git-history): New var.
1531
1532 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
1533
1534 * vc/vc-dispatcher.el (vc-do-async-command): New function.
1535
1536 * vc/vc-bzr.el (vc-bzr-async-command): Convert into a wrapper for
1537 vc-do-async-command.
1538
1539 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch):
1540 Callers changed.
1541
1542 2011-01-28 Leo <sdl.web@gmail.com>
1543
1544 * emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply
1545 highlighting to the "this function is advised" message.
1546
1547 * help-mode.el (help-mode-finish): Apply highlighting here, to
1548 avoid clobbering by substitute-command-keys (Bug#6304).
1549
1550 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
1551
1552 * woman.el (woman0-roff-buffer): Process roff escape sequences
1553 occurring prior to the first request (Bug#7843).
1554
1555 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1556
1557 * progmodes/compile.el: Don't use font-lock any more.
1558 (compilation-error-regexp-alist-alist): Change handling of makepp
1559 so it preserves the warning/error distinction on subsequent files.
1560 Simplify various rules.
1561 (compilation-directory-properties): Use font-lock-face.
1562 Add a compilation-message property.
1563 (compilation-internal-error-properties): Use font-lock-face.
1564 Don't set the compilation-debug property here.
1565 (compilation--put-prop, compilation--remove-properties)
1566 (compilation--parse-region, compilation--ensure-parse)
1567 (compilation--ensure-parse): New functions.
1568 (compilation-parse-errors): New function, largely inspired of
1569 compilation-mode-font-lock-keywords. Set compilation-debug here.
1570 (compilation--parsed): New var.
1571 (compilation--flush-parse): Use compilation--ensure-parse.
1572 (compilation-start): Don't call font-lock.
1573 (compilation-turn-on-font-lock): Remove.
1574 (compilation-setup): Don't set font-lock-extra-managed-props not change
1575 other font-lock settings, other than keywords.
1576 Don't activate font-lock-mode.
1577 Set change-major-mode-hook and before-change-functions.
1578 (compilation--unsetup): Remove properties and hooks.
1579 (compilation-next-single-property-change): New function.
1580 (compilation-next-error): Use it to parse when needed.
1581 (compile-goto-error): Parse buffer as needed.
1582 (compilation--compat-error-properties): Don't need a dummy `face'
1583 property any more.
1584
1585 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1586
1587 * progmodes/compile.el: Use accessors for clarity and fix omake hack.
1588 (compilation-process-setup-function): Fix docstring's false promises.
1589 (compilation-error-regexp-alist-alist): Catch omake's continuous
1590 recompilation message and avoid reuse of old markers.
1591 (compilation-parse-errors-function): Declare obsolete.
1592 (compilation-buffer-modtime): Remove.
1593 (compilation--make-cdrloc, compilation--loc->col)
1594 (compilation--loc->line, compilation--loc->file-struct)
1595 (compilation--loc->marker, compilation--loc->visited)
1596 (compilation--make-file-struct, compilation--file-struct->file-spec)
1597 (compilation--file-struct->formats)
1598 (compilation--file-struct->loc-tree): New macros. Use them.
1599 (compilation--message): New defstruct. Use them.
1600 (compilation-next-error-function): Don't mess with timestamps to try
1601 and guess when to reparse.
1602
1603 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1604
1605 * textmodes/tex-mode.el: Get rid of compilation-parse-errors-function
1606 (tex-old-error-file-name): New function,
1607 extracted from tex-compilation-parse-errors.
1608 (tex-compilation-parse-errors): Remove.
1609 (tex-error-regexp-alist): New var.
1610 (tex-shell): Use it to avoid compilation-parse-errors-function.
1611
1612 * progmodes/grep.el (grep-regexp-alist): Tighten regexp.
1613 (grep-mode-font-lock-keywords): Remove regexp that seems like
1614 a left-over from before we used compile.el.
1615 (grep-mode-font-lock-keywords): Call syntax-ppss-flush-cache when
1616 modifying the buffer within with-silent-modifications.
1617
1618 * progmodes/compile.el: Cleanup text-properties namespace by using
1619 `compilation-message' instead of `message', `compilation-directory'
1620 instead of `directory', and `compilation-debug' instead of `debug'.
1621 (compilation-last-buffer, compilation-parsing-end)
1622 (compilation-error-list, compilation-old-error-list): Move to the
1623 compatibility part of the code.
1624 (compilation-error-properties): If `file' is a function, let it return
1625 a file name.
1626 (compilation-mode-font-lock-keywords): Be more conservative with the
1627 omake "^ *" pattern prefix, to try and minimize the risk of
1628 pathologically slow regexp matching.
1629 (compilation-start): Use inhibit-read-only.
1630 (compilation--unsetup): New function.
1631 (compilation-shell-minor-mode, compilation-minor-mode): Use it.
1632 (compilation-filter): Minor tweaks.
1633 (compilation-next-error-function): Try and avoid abusing variables.
1634 (compilation--flush-file-structure): New fun.
1635 (compilation-fake-loc): Use it to improve behavior when file is reused.
1636 (debug-ignored-errors): Add "Moved past last ...".
1637 (compilation--compat-error-properties)
1638 (compilation--compat-parse-errors): Rename by doubling the "-".
1639
1640 Port features from the previous prolog.el to the new one.
1641 * progmodes/prolog.el (prolog-system): Add GNU and ECLiPSe options.
1642 (prolog-program-name, prolog-program-switches, prolog-consult-string)
1643 (prolog-compile-string, prolog-prompt-regexp): Get rid of the <foo>-i
1644 variable and use a function to compute the value dynamically.
1645 (prolog-prompt-regexp): Add regexp for GNU Prolog.
1646 (prolog-continued-prompt-regexp): Remove, unused.
1647 (prolog-find-value-by-system): Try and use the value of prolog-system
1648 in the *prolog* buffer if it helps.
1649 (prolog-mode-keybindings-common): Bind C-c C-z unconditionally...
1650 (prolog-zip-on): ..and check prolog-system and version here instead.
1651 (prolog-inferior-self-insert-command): New command.
1652 (prolog-inferior-mode-map): Use it.
1653 (prolog-inferior-error-regexp-alist): New var.
1654 (prolog-inferior-mode): Use it, with compilation-shell-minor-mode.
1655 (prolog-input-filter): Use derived-mode-p.
1656 (prolog-inferior-guess-flavor): New function.
1657 (prolog-ensure-process): Use it. Use make-comint-in-buffer rather than
1658 make-comint to avoid running comint-mode twice.
1659 (prolog-inferior-buffer): New fun.
1660 (prolog-old-process-region, prolog-old-process-file):
1661 Don't call prolog-bsts here...
1662 (prolog-build-prolog-command): ...do it here instead.
1663 (prolog-old-process-region, prolog-old-process-file):
1664 Use compilation-fake-loc and compilation-forget-errors.
1665 (prolog-consult-compile-region): Use bolp.
1666
1667 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
1668
1669 * image-mode.el (image-display-size): Doc fix (Bug#7820).
1670
1671 2011-01-27 Sam Steingold <sds@gnu.org>
1672
1673 * midnight.el (clean-buffer-list-kill-never-buffer-names):
1674 Remove "*server*" which is never created by emacs server.
1675
1676 2011-01-27 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1677
1678 * vc/vc-bzr.el (vc-bzr-diff): Don't pass --diff-options unless
1679 there are some diff switches.
1680
1681 2011-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
1682
1683 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1684 Copy change made to ruby-font-lock-syntactic-keywords.
1685
1686 * htmlfontify.el: Make it obey the font-lock-face text property.
1687 Miscellaneous cleanup such as:
1688 - Don't hide expressions after a closing paren.
1689 - Move initial setq into let.
1690 - Hoist common parts out of ifs.
1691 (hfy-p-to-face, hfy-p-to-face-lennart): Remove.
1692 (hfy-face-at): Use get-text-property instead.
1693 (hfy-prop-invisible-p): Use invisible-p if available.
1694 (htmlfontify-manual): Use \\[...].
1695 (hfy-html-quote-regex): Use [...].
1696 (hfy-combined-face-spec): Simplify.
1697 (hfy-compile-face-map): Don't presume point-min==1.
1698 (hfy-css-name, hfy-buffer, htmlfontify-buffer): Use \' rather than $ to
1699 match end of string.
1700 (hfy-text-p): η-reduce.
1701 (hfy-tags-for-file): Receive cache-hash directly.
1702 (hfy-mark-tag-names): Adjust call.
1703
1704 2011-01-27 Glenn Morris <rgm@gnu.org>
1705
1706 * msb.el (msb-after-load-hooks): Make it an obsolete alias.
1707 (msb-after-load-hook): Remove eval-after-load wackiness.
1708
1709 2011-01-25 Sam Steingold <sds@gnu.org>
1710
1711 * vc/vc-svn.el (vc-svn-diff): Use `diff-command' instead of the
1712 literal "diff" (important for windows-nt).
1713
1714 2011-01-25 Glenn Morris <rgm@gnu.org>
1715
1716 * emacs-lisp/copyright.el (copyright-at-end-flag)
1717 (copyright-names-regexp): Add safety properties.
1718 (copyright-year-ranges): New option.
1719 (copyright-find-end): New function, split from copyright-update-year.
1720 (copyright-update-year): Use copyright-find-end.
1721 (copyright-fix-years): Optionally, convert years to ranges.
1722 Handle years continued over comment lines.
1723 Do not mess with the fill-prefix.
1724 Do not call copyright-update.
1725 (copyright-update-directory): Optionally, fix years rather than update.
1726 Skip directories. Find files with only safe local vars.
1727
1728 2011-01-25 Stefan Monnier <monnier@iro.umontreal.ca>
1729
1730 * files.el (file-name-non-special): Only change buffer-file-name after
1731 insert-file-contents if it's `visit'ing the file (bug#7854).
1732
1733 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
1734
1735 * dired.el (dired-revert): Doc fix (Bug#7758).
1736
1737 * simple.el (line-move-visual): Doc fix (Bug#7594).
1738
1739 2011-01-25 Nobuyoshi Nakada <nobu@ruby-lang.org>
1740
1741 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
1742 here-doc which ends with an underscore.
1743 (ruby-mode-set-encoding): Skip shebang line always.
1744 (ruby-mode-map): Bind C-c C-c to comment-region.
1745 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
1746 (ruby-forward-sexp): Stop after literal hash key labels.
1747 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
1748 bracket.
1749
1750 2011-01-25 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
1751
1752 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
1753 the correct buffer (Bug#7650).
1754
1755 2011-01-25 Glenn Morris <rgm@gnu.org>
1756
1757 * comint.el (comint-mode): Doc fix. (Bug#7897)
1758
1759 * simple.el (do-auto-fill): Give it a doc string.
1760
1761 * button.el (make-text-button): Doc fix. (See bug#7881)
1762
1763 2011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
1764
1765 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
1766 Don't move backward, so as not to fall in an inf-loop (bug#7736).
1767
1768 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): (bug#7735)
1769 Handle ?" and friends differently (e.g. don't use backrefs).
1770
1771 2011-01-24 Jay Belanger <jay.p.belanger@gmail.com>
1772
1773 * calc/calc.el (calc-default-power-reference-level)
1774 (calc-default-field-reference-level): New variables.
1775 * calc/calc-units.el (math-standard-units): Add dB and Np.
1776 (math-logunits): New variable.
1777 (math-extract-logunits, math-logcombine, calcFunc-luplus)
1778 (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level)
1779 (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level):
1780 New functions.
1781 (math-find-base-units-rec): Add entry for ln(10).
1782 * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help.
1783 (calc-ul-prefix-help): New function.
1784 * calc/calc-ext.el (calc-init-extensions): Autoload new units
1785 functions. Add keybindings for new units functions.
1786
1787 2011-01-22 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
1788
1789 * net/rcirc.el (rcirc-kill-buffer-hook): Flush logs when killing
1790 rcirc buffers. (Bug#4940)
1791
1792 2011-01-22 Glenn Morris <rgm@gnu.org>
1793
1794 * emacs-lisp/copyright.el (copyright-find-copyright): New function,
1795 split out from copyright-update-year.
1796 (copyright-update): Don't mess with the GPL version if we don't own the
1797 copyright. Update license regexp, and remove no longer needed
1798 Esperanto stuff.
1799 (copyright-fix-years): Use copyright-find-copyright.
1800
1801 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
1802
1803 * vc/diff.el (diff-sentinel): Doc fix (Bug#7682).
1804
1805 2011-01-22 Jari Aalto <jari.aalto@cante.net>
1806
1807 * play/landmark.el: Change `lm-' prefix to `landmark-' (Bug#7672).
1808 (lm): Rename to landmark.
1809 (lm-test-run): Rename to landmark-test-run.
1810
1811 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
1812
1813 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
1814 "Case sensitive" menu item.
1815
1816 2011-01-22 Roland McGrath <roland@frob.com>
1817
1818 * comint.el (comint-replace-by-expanded-history-before-point): Fix
1819 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
1820
1821 2011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1822
1823 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
1824
1825 2011-01-22 Jari Aalto <jari.aalto@cante.net>
1826
1827 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1828 Assume foo(bar) is a manpage reference rather than some unquoted
1829 symbol (bug#7705).
1830
1831 2011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1832
1833 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
1834 Suggested by Flo <sensorflo@gmail.com>.
1835
1836 2011-01-22 Glenn Morris <rgm@gnu.org>
1837
1838 * progmodes/compile.el (compilation-error-regexp-alist):
1839 Fix custom type. (Bug#7812)
1840
1841 2011-01-22 Ken Manheimer <ken.manheimer@gmail.com>
1842
1843 * allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' to
1844 allout-number-siblings, in keeping with what obtained due to
1845 (now-defunct) allout-keybindings-list. Ditch repeat binding to
1846 (prefixed) ?i.
1847 (allout-before-change-handler): Better expose spots affected by
1848 undo.
1849
1850 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
1851
1852 * man.el (Man-highlight-references0): Use make-button (Bug#7881).
1853
1854 2011-01-22 Phil Hagelberg <phil@evri.com>
1855
1856 * pcmpl-unix.el (pcmpl-ssh-config-file): New option.
1857 (pcmpl-ssh-known-hosts): Rename from pcmpl-ssh-hosts.
1858 (pcmpl-ssh-config-hosts): New function.
1859 (pcmpl-ssh-hosts): Use pcmpl-ssh-config-hosts in addition to
1860 pcmpl-ssh-known-hosts.
1861
1862 2011-01-21 Jay Belanger <jay.p.belanger@gmail.com>
1863
1864 * calc/calc-undo.el (calc-undo): Autoload it.
1865 * calc/calc-ext.el (calc-init-extensions): Remove keybindings
1866 and autoload for `calc-undo'.
1867 * calc/calc.el (calc-mode-map): Add keybindings for `calc-undo'.
1868 * calc/calc-prog.el:
1869 * calc/calc-graph.el:
1870 * calc/calc-map.el: Change `arglist' to `math-arglist' throughout.
1871
1872 2011-01-21 Štěpán Němec <stepnem@gmail.com> (tiny change)
1873
1874 * calc/calc-ext.el (calc-init-extensions): Map all `undo'
1875 keybindings to `calc-undo'.
1876
1877 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1878
1879 Don't mess with *temp*.
1880 * obsolete/spell.el: Move from textmodes/spell.el.
1881 (spell-string):
1882 * term.el (term-read-input-ring):
1883 * startup.el (display-startup-echo-area-message):
1884 * progmodes/antlr-mode.el (antlr-directory-dependencies):
1885 * comint.el (comint-read-input-ring): Use with-temp-buffer.
1886 * international/mule.el (ctext-pre-write-conversion): Don't hardcode
1887 point-min==1.
1888
1889 2011-01-20 Ken Manheimer <ken.manheimer@gmail.com>
1890
1891 * allout.el (allout-institute-keymap): Use fset instead of
1892 reapplying defalias.
1893
1894 (allout-hotspot-key-handler): Check for non-control-modified
1895 bindings for hotspot characters if there are no control-modified
1896 versions.
1897
1898 * allout.el: Summary - migrate to defining allout mode using
1899 define-minor-mode instead of defun. Significantly clean-up
1900 internal keymap provisions, refactoring and, in the process,
1901 removing a lot of accumulated cruft.
1902
1903 allout-mode-map is now a keymap by virtue of being a defalias to
1904 allout-mode-map-value, which contains the actual keymap structure.
1905
1906 (allout-mode): Use define-minor-mode rather than defun.
1907 Remove now-unnecessary minor-mode setup activities from the body.
1908 Specify :keymap as allout-mode-map so the minor-mode-map-alist
1909 entry will be '(allout-mode . allout-mode-map) - see
1910 allout-mode-map-value, below. Adjust docstring to track changes.
1911 (allout-minor-mode): Remove this defalias, now that we're using
1912 define-minor-mode.
1913 (allout-mode-map): Set value to be 'allout-mode-map. The actual
1914 keymap is allout-mode-map-value, via defalias.
1915 (allout-mode-map-value): The variable holding the actual mode
1916 keymap structure, by virtue of defalias from allout-mode-map.
1917 (allout-compose-and-institute-keymap): Rename from
1918 allout-bind-keys, and including the binding-composition
1919 functionality of the former produce-allout-mode-map and
1920 allout-setup-mode-map.
1921 (allout-institute-keymap): Take over the "setup" part of the former
1922 allout-setup-mode-map. Reassign allout-mode-map-value value and
1923 update the defalias.
1924 (allout-command-prefix, allout-prefixed-keybindings)
1925 (allout-unprefixed-keybindings):
1926 Use allout-compose-and-institute-keymap to process the bindings.
1927 (allout-unprefixed-keybindings): Remove extraneous '?' question marks.
1928 (allout-prefixed-keybindings): Elide binding to (prefixed) \C-h -
1929 user can customize if they want to use that binding.
1930 Bind allout-copy-topic-as-kill to (prefixed) \M-k.
1931 Bind allout-up-current-level to (prefixed) \C-u. (I think i mistakenly
1932 elided that, previously, instead of the one for \C-h.)
1933 (allout-hotspot-key-handler): Remove attempt to resolve the key
1934 through the literal key-string lookup on allout-keybindings-list.
1935 That probably hasn't worked for a Long Time, and removal of
1936 allout-keybindings-list further simplifies the keybindings situation.
1937 (allout-pre-command-business): Use allout-mode-map-value instead
1938 of allout-mode-map.
1939 (allout-preempt-trailing-ctrl-h): Remove. The user can customize
1940 the bindings if they want to use a keybinding having a trailing
1941 \C-h. No deprecation needed since this feature was never in a release.
1942 (allout-keybindings-list): Remove. It's not been useful for a
1943 while. (See allout-hotspot-key-handler changes, above.)
1944 (produce-allout-mode-map): Remove. Consolidate into
1945 allout-compose-and-institute-keymap.
1946 (allout-mode-map-adjustments): Remove. No longer necessary with
1947 removal of allout-preempt-trailing-ctrl-h.
1948 (allout-setup-mode-map): Remove. Consolidate into
1949 allout-compose-and-institute-keymap and allout-institute-keymap.
1950
1951 2011-01-20 Glenn Morris <rgm@gnu.org>
1952
1953 * vc/vc-svn.el (vc-svn-after-dir-status): Tweak previous change.
1954
1955 * simple.el (read-expression-history): Remove, it's in minibuf.c.
1956
1957 2011-01-20 Chong Yidong <cyd@stupidchicken.com>
1958
1959 * subr.el (y-or-n-p): Revert 2011-01-07 change, removing ARGS.
1960
1961 * files.el (find-alternate-file, basic-save-buffer)
1962 (basic-save-buffer-2, revert-buffer, recover-file)
1963 (kill-buffer-ask, abort-if-file-too-large)
1964 (set-visited-file-name, write-file, backup-buffer)
1965 (basic-save-buffer, save-some-buffers):
1966 * dired-aux.el (dired-compress-file): Callers changed.
1967
1968 2011-01-19 Glenn Morris <rgm@gnu.org>
1969
1970 * vc/vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
1971 Also check the property status. (Bug#7861)
1972
1973 2011-01-18 Michael Albinus <michael.albinus@gmx.de>
1974
1975 * net/tramp.el (tramp-debug-message): Extend function exclude
1976 list. Use `regexp-opt'.
1977
1978 2011-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
1979
1980 * textmodes/tex-mode.el (tex-font-lock-verb): Make sure \verb
1981 highlighting doesn't spill over subsequent lines.
1982
1983 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
1984 keymap expression. Improve docstring.
1985
1986 * electric.el (electric-indent-post-self-insert-function):
1987 Don't auto-indent for indent-to-left-margin, it's too often
1988 counter-productive.
1989
1990 2011-01-16 Tassilo Horn <tassilo@member.fsf.org>
1991
1992 * strokes.el (strokes-read-stroke): Re-fill strokes buffer with
1993 spaces if the frame was resized, so that the full visible buffer
1994 serves as canvas for strokes.
1995
1996 2011-01-16 Glenn Morris <rgm@gnu.org>
1997
1998 * info-xref.el (info-xref-docstrings): Replace cl function.
1999 Also skip directories.
2000
2001 2011-01-16 Kevin Ryde <user42@zip.com.au>
2002
2003 * info-xref.el: Version 3.
2004 (info-xref-check, info-xref-check-all): Move commentary details
2005 into docstrings for better visibility.
2006 Use compilation-mode for the results buffer.
2007 (info-xref-output, info-xref-output-error, info-xref-with-output)
2008 (info-xref-filename, info-xref-in-progress):
2009 New internals for this.
2010 (info-xref-check-list, info-xref-check-buffer)
2011 (info-xref-check-all-custom): Use those.
2012 (info-xref-output-buffer): Rename from info-xref-results-buffer.
2013 (info-xref-output-heading): Rename from info-xref-filename-heading.
2014 (info-xref-good, info-xref-bad, info-xref-xfile-alist)
2015 (info-xref-filename-heading): Move to output managing section.
2016 (info-xref-docstrings): New command checking "Info node `(foo)Bar'"
2017 (info-xref-lock-file-p, info-xref-with-file): New helpers for it.
2018 (info-xref-subfile-p): Move to generic section with those two.
2019 (info-xref-check-node): New function split from
2020 info-xref-check-buffer, shared by info-xref-docstrings.
2021 (info-xref-goto-node-p): Move to a checking section with that func.
2022 (info-xref-unavail): New counter.
2023 (info-xref-check-node): Use it.
2024 (info-xref-with-output): Show count of unavailables at end of output.
2025 (info-xref-all-info-files): Exclude ".*" dotfiles. Ignore broken
2026 symlinks. Exclude .texi files. Exclude Emacs backup files.
2027 (info-xref-check-all-custom): Fix quietening viper-mode and
2028 gnus-registry-install -- use setq not let so as not to unbind
2029 after load.
2030
2031 2011-01-16 Juri Linkov <juri@jurta.org>
2032
2033 * isearch.el (isearch-abort): Don't quit if search has
2034 an incomplete regexp (isearch-error is non-nil). (Bug#7534)
2035
2036 2011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
2037
2038 * files.el (backup-buffer): Make last-resort backup file in
2039 .emacs.d (Bug#6953).
2040
2041 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
2042 make it with permission 700.
2043
2044 2011-01-15 Kenichi Handa <handa@m17n.org>
2045
2046 * mail/rmailmm.el (rmail-mime-insert-header):
2047 Set rmail-mime-coding-system to a cons whose car is the last coding
2048 system used to decode the header.
2049 (rmail-mime-find-header-encoding): New function.
2050 (rmail-mime-insert-decoded-text):
2051 Override rmail-mime-coding-system if it is a cons.
2052 (rmail-show-mime): If only a header part was decoded, find the
2053 coding system while ignoring mm-charset-override-alist.
2054
2055 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
2056
2057 * subr.el (event-start, event-end): Doc fix (Bug#7826).
2058
2059 2011-01-15 Kenichi Handa <handa@m17n.org>
2060
2061 * mail/rmailmm.el (rmail-mime-next-item)
2062 (rmail-mime-previous-item): Delete them.
2063 (rmail-mime-shown-mode): Recursively call for children.
2064 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
2065 Callers changed.
2066 (rmail-mime-raw-mode): Recursively call for children.
2067 (rmail-mode-map): Change mapping of tab and backtab to
2068 forward-button and backward-button respectively.
2069 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
2070 button.
2071 (rmail-mime-update-tagline): New function.
2072 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
2073 body display is changed.
2074 (rmail-mime-toggle-button): Rename from rmail-mime-image.
2075 (rmail-mime-image): Delete this button type.
2076 (rmail-mime-toggle): New button type.
2077 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
2078 body display is changed. Change the save button label to "Save".
2079 Don't process show/hide button here.
2080 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
2081 the body display is changed. Unconditionally call
2082 rmail-mime-insert for children.
2083 (rmail-mime-handle): Update `display' vector of the just inserted
2084 entity.
2085 (rmail-mime-process): If mail-header-parse-content-type returns
2086 nil, use "text/plain" as the fallback type.
2087 (rmail-mime-insert): For raw-mode, recursively call
2088 rmail-mim-insert for children.
2089 (rmail-mime): Handle the case that the current buffer is not rmail
2090 buffer (e.g. in summary buffer).
2091
2092 2011-01-15 Kenichi Handa <handa@m17n.org>
2093
2094 * mail/rmailmm.el (rmail-mime-next-item)
2095 (rmail-mime-previous-item): Skip the body of a non-multipart
2096 entity if a tagline is shown.
2097
2098 2011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2099
2100 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
2101 (tmm-prompt): Simplify.
2102 (tmm-add-prompt): Remove unused var `win'.
2103
2104 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
2105 to minor mode which used nil accidentally to mean "turn off".
2106
2107 2011-01-15 Michael Albinus <michael.albinus@gmx.de>
2108
2109 * net/tramp-sh.el (tramp-find-inline-compress)
2110 (tramp-get-inline-coding): Quote command after pipe symbol for
2111 local calls under W32. (Bug#6784)
2112
2113 2011-01-15 Michael Albinus <michael.albinus@gmx.de>
2114
2115 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
2116 only when running under W32.
2117
2118 2011-01-15 Eli Zaretskii <eliz@gnu.org>
2119
2120 * progmodes/grep.el (grep-compute-defaults): Quote the program
2121 file name after the pipe symbol in Grep templates. (Bug#6784)
2122 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
2123
2124 2011-01-15 Lennart Borgman <lennart.borgman@gmail.com>
2125
2126 * buff-menu.el (Buffer-menu-buffer-list): New var.
2127 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
2128 restricted buffer list is not lost on revert (Bug#7749).
2129
2130 2011-01-15 Eric Hanchrow <eric.hanchrow@gmail.com>
2131
2132 * net/ldap.el (ldap-search-internal): Discard stderr output.
2133
2134 2011-01-15 Eli Zaretskii <eliz@gnu.org>
2135
2136 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
2137
2138 2011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2139
2140 * vc-bzr.el (vc-bzr-annotate-time): Tweak previous change.
2141
2142 2011-01-15 Kenichi Handa <handa@m17n.org>
2143
2144 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
2145 part as a plain text.
2146 (rmail-mime-process-multipart): Set the default content-type to
2147 nil for unknown multipart subtypes (bug#7651).
2148
2149 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2150
2151 * hexl.el (hexl-mode-old-*): Remove.
2152 (hexl-mode--old-var-vals): New var to replace them.
2153 (hexl-mode--minor-mode-p, hexl-mode--setq-local): New funs.
2154 (hexl-mode, hexl-follow-line, hexl-activate-ruler):
2155 Use them to set local vars (bug#7846).
2156 (hexl-mode-exit): Use hexl-mode--old-var-vals to restore state.
2157 (hexl-backward-short, hexl-backward-word, hexl-scroll-down)
2158 (hexl-scroll-up, hexl-end-of-1k-page, hexl-end-of-512b-page): Simplify.
2159
2160 * vc/smerge-mode.el: Resolve comment conflicts more aggressively.
2161 (smerge-resolve--normalize-re): New var.
2162 (smerge-resolve--extract-comment, smerge-resolve--normalize): New funs.
2163 (smerge-resolve): Use them.
2164 * newcomment.el (comment-only-p): New function.
2165 (comment-or-uncomment-region): Use it.
2166
2167 2011-01-14 Brent Goodrick <bgoodr@gmail.com> (tiny change)
2168
2169 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
2170 table, get the value before switching to the output buffer. (Bug#7733)
2171
2172 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2173
2174 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
2175
2176 2011-01-14 Kim F. Storm <storm@cua.dk>
2177
2178 * emulation/cua-base.el (cua--init-keymaps):
2179 Remap exchange-point-and-mark in cua-global-keymap.
2180
2181 2011-01-14 Tassilo Horn <tassilo@member.fsf.org>
2182
2183 * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
2184 loop keyword.
2185
2186 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2187
2188 * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label.
2189 Require CL.
2190 (easy-menu-create-menu, easy-menu-convert-item-1):
2191 Use :label rather than nil for labels. Use `case'.
2192 Add :enable as alias for :active.
2193 (easy-menu-binding): Obey :label.
2194
2195 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2196
2197 Use run-mode-hooks for major mode hooks (bug#513).
2198 * textmodes/reftex-toc.el (reftex-toc-mode-map):
2199 Rename from reftex-toc-map.
2200 (reftex-toc-mode): Use define-derived-mode.
2201 * textmodes/reftex-sel.el (reftex-select-shared-map): New map.
2202 (reftex-select-label-mode-map, reftex-select-bib-mode-map):
2203 Rename from reftex-select-(label|bib)-map. Move init into declaration.
2204 (reftex-select-label-mode, reftex-select-bib-mode):
2205 Use define-derived-mode.
2206 * textmodes/reftex-index.el (reftex-index-phrases-mode-map)
2207 (reftex-index-mode-map): Rename from reftex-index(-phrases)-map.
2208 Move init into delcaration.
2209 (reftex-index-mode, reftex-index-phrases-mode):
2210 Use define-derived-mode.
2211 * speedbar.el (speedbar-mode-syntax-table): Renaqme from
2212 speedbar-syntax-table. Move init into declaration.
2213 (speedbar-mode-map): Rename from speedbar-key-map.
2214 Move init into declaration.
2215 (speedbar-file-key-map): Move init into declaration.
2216 (speedbar-mode): Use define-derived-mode.
2217 * recentf.el (recentf-mode): Don't run hook (or message) redundantly.
2218 * net/rcirc.el (rcirc-mode): Use run-mode-hooks.
2219 * emacs-lisp/chart.el (chart-mode-map): Rename from chart-map.
2220 (chart-face-list): Move initialization into declaration.
2221 (chart-mode): Use define-derived-mode.
2222 * calculator.el (calculator-mode-map): Move init into declaration.
2223 (calculator-mode): Use define-derived-mode.
2224
2225 * mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
2226 work for nested comments.
2227
2228 * progmodes/prolog.el: Use syntax-propertize. Further code cleanup.
2229 (prolog-use-prolog-tokenizer-flag): Change default when
2230 syntax-propertize can be used.
2231 (prolog-syntax-propertize-function): New var.
2232 (prolog-mode-variables): Move make-local-variable into `set'.
2233 Don't make comment-column local since we don't set it.
2234 Set comment-add (as it was in previous prolog.el). Use dolist.
2235 Set syntax-propertize-function.
2236 (prolog-mode, prolog-inferior-mode):
2237 Call prolog(-inferior)-menu directly, not through the mode-hook.
2238 (prolog-buffer-module, prolog-indent-level)
2239 (prolog-paren-is-the-first-on-line-p, prolog-paren-balance)
2240 (prolog-comment-limits, prolog-goto-comment-column):
2241 Use line-(end|beginning)-position.
2242 (prolog-build-prolog-command): Tighten up regexp.
2243 (prolog-consult-compile): Move make-local-variable into `set'.
2244 (prolog-consult-compile-filter, prolog-goto-next-paren)
2245 (prolog-help-on-predicate, prolog-clause-info)
2246 (prolog-mark-predicate): Don't let+setq.
2247 (prolog-indent-line): Use indent-line-to.
2248 Only call prolog-goto-comment-column if necessary.
2249 (prolog-indent-level): Use bobp.
2250 (prolog-first-pos-on-line): Remove, not used any more.
2251 (prolog-in-string-or-comment): Use syntax-ppss if available.
2252 (prolog-help-on-predicate): Use read-string.
2253 (prolog-goto-predicate-info): Simplify.
2254 (prolog-read-predicate): Use `default' rather than `initial'.
2255 (prolog-temporary-file): Use make-temp-file to close a security hole.
2256 (prolog-toggle-sicstus-sd): New command.
2257 (prolog-electric-underscore, prolog-variables-to-anonymous):
2258 Use dynamic-scoping as it was meant.
2259 (prolog-menu): Move menu definitions to top-level.
2260 Use a toggle-button for Sicstus's source debugger.
2261 Change "Code" to the more usual "Prolog", and hence change "Prolog"
2262 to "System".
2263 (prolog-inferior-menu): Reuse prolog-menu's help menu.
2264 Move other menu definition to top-level.
2265
2266 2011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2267
2268 * doc-view.el (doc-view-open-text): Use meaningful text buffer
2269 name. Keep original document's directory as default-directory
2270 (bug#6446).
2271 (doc-view-initiate-display): Fall back to normal mode when
2272 doc-view-mode cannot be enabled, also when extracting the document
2273 text into a separate buffer (bug#6446).
2274
2275 * simple.el (shell-command): Don't error out if shell command
2276 buffer contains text with non-nil read-only property when erasing
2277 the buffer.
2278
2279 2011-01-13 Kim F. Storm <storm@cua.dk>
2280
2281 * ido.el (ido-may-cache-directory): Move "too-big" check later.
2282 (ido-next-match, ido-prev-match): Fix stray reordering of matching
2283 items when cycling through the matches.
2284
2285 2011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2286
2287 * dired-x.el (dired-omit-verbose): New defcustom that allows
2288 disabling the omit messages.
2289 (dired-omit-expunge): Use it.
2290
2291 2011-01-13 Christian Ohler <ohler@gnu.org>
2292
2293 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files.
2294
2295 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
2296
2297 * font-lock.el (font-lock-verbose): Default to nil.
2298
2299 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
2300
2301 * simple.el (sendmail-user-agent-compose): Move to sendmail.el.
2302 (compose-mail): New arg RETURN-ACTION.
2303 (compose-mail-other-window, compose-mail-other-frame): Likewise.
2304
2305 * mail/sendmail.el (mail-return-action): New var.
2306 (mail-mode): Make it buffer-local.
2307 (mail-bury): Obey it. Move special Rmail window handling to
2308 rmail-mail-return.
2309 (mail, mail-setup): New arg RETURN-ACTION.
2310 (sendmail-user-agent-compose): Move from simple.el.
2311
2312 * mail/rmail.el (rmail-mail-return): New function.
2313 (rmail-start-mail): Pass it to compose-mail.
2314
2315 2011-01-12 Chong Yidong <cyd@stupidchicken.com>
2316
2317 * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
2318 menus. Add menu item for customize-themes.
2319
2320 * cus-theme.el (customize-themes):
2321 * emacs-lisp/package.el (package--list-packages):
2322 Use switch-to-buffer.
2323
2324 2011-01-11 Johan Bockgård <bojohan@gnu.org>
2325
2326 * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
2327
2328 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2329
2330 * progmodes/prolog.el: Fix up coding convention and such.
2331 (prolog-indent-width): Use the same default as in
2332 previous prolog.el rather than tab-width which depends on which buffer
2333 is current when the file is loaded.
2334 (prolog-electric-newline-flag): Only enable if electric-indent-mode
2335 is not available.
2336 (prolog-emacs): Remove. Use (featurep 'xemacs) instead.
2337 (prolog-known-systems): Remove.
2338 (prolog-mode-syntax-table, prolog-inferior-mode-map):
2339 Move initialization into declaration.
2340 (prolog-mode-map): Move initialization into declaration.
2341 Remove system-specific mode-map vars, since they referred to the same
2342 keymap anyway.
2343 (prolog-mode-variables): Obey the user's preference w.r.t
2344 adaptive-fill-mode. Prefer symbol-value to `eval'.
2345 (prolog-mode-keybindings-edit): Add compatibility bindings.
2346 (prolog-mode): Use define-derived-mode. Don't handle mercury here.
2347 (mercury-mode-map): New var.
2348 (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
2349 (prolog-ensure-process, prolog-process-insert-string)
2350 (prolog-consult-compile): Use with-current-buffer.
2351 (prolog-guess-fill-prefix): Simplify data flow.
2352 (prolog-replace-in-string): New function to use instead of
2353 replace-in-string.
2354 (prolog-enable-sicstus-sd): Don't abuse `eval'.
2355 (prolog-uncomment-region): Use `uncomment-region' when available.
2356 (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
2357 (prolog-int-to-char, prolog-char-to-int): New functions to use instead
2358 of int-to-char and char-to-int.
2359 (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
2360
2361 2011-01-11 Stefan Bruda <stefan@bruda.ca>
2362
2363 * progmodes/prolog.el: Replace by a whole new file.
2364
2365 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2366
2367 * subr.el (eval-after-load): Fix timing for features (bug#7769).
2368 (declare-function, undefined, insert-for-yank)
2369 (replace-regexp-in-string): Follow checkdoc's recommendations.
2370
2371 2011-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2372
2373 * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
2374 refreshing the diary buffer.
2375
2376 2011-01-10 Ken Manheimer <ken.manheimer@gmail.com>
2377
2378 * allout.el: Add 2011 to the file copyright.
2379 (allout-encrypt-string): Prevent encryption from adding an extra
2380 newline at the end of the topic body.
2381 (allout-version): Increment to 2.3.
2382
2383 2011-01-10 Michael Albinus <michael.albinus@gmx.de>
2384
2385 * net/dbus.el (dbus-unregister-service): Complete doc.
2386 Fix call of dbus-error signal.
2387 (dbus-register-property): Use `dont-register' keyword.
2388
2389 2011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2390
2391 * net/dbus.el (dbus-unregister-service): Translate returned
2392 integer into a symbol.
2393 (dbus-register-property): Use `dbus-register-service' to do the
2394 name registration.
2395
2396 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
2397
2398 * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
2399 Suggested by Joakim Verona.
2400
2401 * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
2402
2403 * wid-edit.el (visibility): Replace :on-image and :off-image
2404 widget properties with :on-glyph and :off-glyph, for consistency
2405 with the `visibility' widget.
2406 (widget-toggle-value-create, widget-visibility-value-create):
2407 Merge into a single function `widget-toggle-value-create'.
2408
2409 * cus-edit.el (custom-variable-value-create, custom-visibility)
2410 (custom-face-edit-value-create, custom-face-value-create):
2411 Replace :on-image and :off-image widget properties with :on-glyph and
2412 :off-glyph, for consistency with the `visibility' widget.
2413
2414 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
2415
2416 * net/ldap.el (ldap-search-internal): Don't use eval.
2417
2418 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
2419
2420 * subr.el (read-char-choice): Use read-key.
2421
2422 * custom.el (custom-safe-themes): Rename from
2423 custom-safe-theme-files. Add :risky tag.
2424 (load-theme, custom-theme-load-confirm): Save sha1 hashes to
2425 custom-safe-themes, not filenames. Suggested by Stefan Monnier.
2426
2427 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
2428
2429 * tool-bar.el (tool-bar-setup): Remove Help button. Remove label
2430 from Search and add a label to Undo.
2431
2432 * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
2433 inappropriate buttons and adding :vert-only tags.
2434
2435 * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
2436 removal of Help tool-bar button. Remove Undo button for space.
2437
2438 * info.el (info-tool-bar-map): Add :vert-only tags.
2439
2440 2011-01-08 Tassilo Horn <tassilo@member.fsf.org>
2441
2442 * doc-view.el (doc-view-mode-p): Check for png or imagemagick
2443 image backend support. Either of them is fine.
2444
2445 2011-01-08 Chong Yidong <cyd@stupidchicken.com>
2446
2447 * subr.el (y-or-n-p): Doc fix.
2448
2449 * custom.el (custom-safe-theme-files): New defcustom.
2450 (custom-theme-load-confirm): New function.
2451 (load-theme): Load theme using `load', confirming with
2452 custom-theme-load-confirm if necessary.
2453
2454 * subr.el (read-char-choice): New function, factored out from
2455 dired-query and hack-local-variables-confirm.
2456
2457 * dired-aux.el (dired-query):
2458 * files.el (hack-local-variables-confirm): Use it.
2459
2460 * dired-aux.el (dired-compress-file):
2461 * files.el (abort-if-file-too-large, find-alternate-file)
2462 (set-visited-file-name, write-file, backup-buffer)
2463 (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
2464 (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
2465 Use new format string args for y-or-n-p and yes-or-no-p.
2466
2467 2011-01-08 Andreas Schwab <schwab@linux-m68k.org>
2468
2469 * progmodes/compile.el (compilation-error-regexp-alist-alist)
2470 [gcc-include]: Tighten file name match, add match for column
2471 number. (Bug#7806)
2472 [gnu]: Remove unused group.
2473
2474 2011-01-08 Glenn Morris <rgm@gnu.org>
2475
2476 * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
2477
2478 * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
2479
2480 2011-01-07 Sam Steingold <sds@gnu.org>
2481
2482 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
2483 the `explicit-shell-file-name' because that is the
2484 non-interactive shell.
2485
2486 2011-01-07 Chong Yidong <cyd@stupidchicken.com>
2487
2488 * subr.el (y-or-n-p): Accept format string args.
2489
2490 2011-01-07 Glenn Morris <rgm@gnu.org>
2491
2492 * Makefile.in (EMACSOPT): Add --no-site-lisp.
2493
2494 2011-01-06 Ken Manheimer <ken.manheimer@gmail.com>
2495
2496 * allout.el (allout-back-to-current-heading): Ensure return to
2497 the visible containing topic, rather than a collapsed one.
2498 (allout-view-change-hook): Remove hook that was deprecated long ago.
2499 (allout-exposure-change-hook): Remove documentation remarks
2500 concerning removed allout-view-change-hook.
2501 (allout-flag-region): Remove invocation of and documentation
2502 remarks concerning allout-view-change-hook.
2503
2504 2011-01-06 Glenn Morris <rgm@gnu.org>
2505
2506 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
2507 (vc-bzr-annotate-extract-revision-at-line):
2508 Handle authors with embedded spaces. (Bug#7792)
2509
2510 2011-01-05 Tassilo Horn <tassilo@member.fsf.org>
2511
2512 * doc-view.el (doc-view-image-width): New variable.
2513 (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
2514 backend for PNG images, and do dynamic rescaling instead of
2515 reconverting the whole doc.
2516
2517 2011-01-05 Glenn Morris <rgm@gnu.org>
2518
2519 * emacs-lisp/rx.el (rx-repeat): Replace CL function.
2520
2521 2011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
2522
2523 * allout.el: Reconcile with changes in line movement behavior for
2524 long text lines that cross more than a single physical window
2525 line, ie when truncate-lines is nil.
2526 (allout-next-visible-heading): Provide for change in line-move
2527 behavior on long lines when truncate-lines is nil. In that case,
2528 line-move can wind up on the same textual line when it moves to
2529 the next window line, and moving to the bullet position after the
2530 move yields zero advancement. Add logic to detect and compensate
2531 for the lack of progress.
2532 (allout-current-topic-collapsed-p): move-end-of-line respect for
2533 field boundaries is different when operating with body lines
2534 shorter than window width versus ones greater than window width,
2535 which can yield false negatives in this function. Avoid
2536 difference by applying move-end-of-line while field-text-motion is
2537 inhibited.
2538
2539 2011-01-04 Glenn Morris <rgm@gnu.org>
2540
2541 * textmodes/rst.el (rst-compile-toolsets):
2542 Add pdf and s5 to option alist.
2543
2544 2011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2545
2546 * net/dbus.el (dbus-register-property): Add optional parameter
2547 dont-register-service. Updated docstring accordingly.
2548
2549 2011-01-04 Andreas Schwab <schwab@linux-m68k.org>
2550
2551 * textmodes/rst.el (rst-compile-pdf-preview)
2552 (rst-compile-slides-preview): Remove extra line.
2553
2554 2011-01-04 Glenn Morris <rgm@gnu.org>
2555
2556 * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
2557 Add `pdf' and `s5' entries. Use `prog.py' if found, otherwise
2558 default to `prog' without a .py extension.
2559 (rst-compile-pdf-preview, rst-compile-slides-preview):
2560 Use program names from rst-compile-toolsets, rather than hard-coding.
2561 (rst-portable-mark-active-p): Fix presumed typo.
2562
2563 2011-01-02 Eli Zaretskii <eliz@gnu.org>
2564
2565 * term/w32-win.el (dynamic-library-alist): Set up correctly for
2566 libpng versions both before and after 1.4.0. (Bug#7716)
2567
2568 2011-01-02 Eli Zaretskii <eliz@gnu.org>
2569
2570 * time.el (display-time-mode): Mention display-time-interval in
2571 the doc string. (Bug#7713)
2572
2573 2011-01-02 Kenichi Handa <handa@m17n.org>
2574
2575 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
2576 condition-case and return an error message string if something
2577 goes wrong.
2578 (rmail-show-mime): Adjust for the above change. Insert the
2579 header by rmail-mime-insert-header.
2580
2581 2011-01-02 Kenichi Handa <handa@m17n.org>
2582
2583 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
2584 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
2585 (rmail-mime-mbox-buffer)
2586 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
2587 (rmail-mime-entity): Argument changed. All codes handling an
2588 entity object are changed.
2589 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
2590 the above change.
2591 (rmail-mime-entity-children, rmail-mime-entity-handler)
2592 (rmail-mime-entity-tagline): New functions.
2593 (rmail-mime-message-p): New function.
2594 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
2595 (rmail-mime-entity-segment, rmail-mime-next-item)
2596 (rmail-mime-previous-item, rmail-mime-shown-mode)
2597 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
2598 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
2599 (rmail-mime-insert-tagline, rmail-mime-insert-header):
2600 New functions.
2601 (rmail-mime-text-handler): Call rmail-mime-insert-text.
2602 (rmail-mime-insert-decoded-text): New function.
2603 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
2604 (rmail-mime-insert-image): Argument changed. Caller changed.
2605 (rmail-mime-image): Call rmail-mime-toggle-hidden.
2606 (rmail-mime-set-bulk-data): New function.
2607 (rmail-mime-insert-bulk): Argument changed.
2608 (rmail-mime-multipart-handler): Return t.
2609 (rmail-mime-process-multipart): Argument changed.
2610 Handle "multipart/alternative" here.
2611 (rmail-mime-process): Argument changed.
2612 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
2613 (rmail-mime-insert): Argument changed. Handle raw display mode.
2614 (rmail-mime): Argument changed. Handle toggling of raw display
2615 mode.
2616 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
2617 rmail-mime-view-buffer.
2618 (rmail-insert-mime-forwarded-message): Likewise.
2619 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
2620
2621 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
2622 non-nil, handle the header in rmail-show-mime-function.
2623
2624 2011-01-02 Leo <sdl.web@gmail.com>
2625
2626 * help-fns.el (describe-variable): Fix previous change.
2627
2628 2011-01-02 Juri Linkov <juri@jurta.org>
2629
2630 * isearch.el (isearch-lazy-highlight-error): New variable.
2631 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
2632 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
2633 to the current value of `isearch-error' (Bug#7468).
2634
2635 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
2636
2637 * help-fns.el (describe-variable): Don't emit trailing whitespace
2638 (Bug#7511).
2639
2640 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
2641
2642 * textmodes/rst.el (rst-compile-pdf-preview)
2643 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
2644
2645 2011-01-02 Kevin Gallagher <Kevin.Gallagher@boeing.com>
2646
2647 * emulation/edt-mapper.el: Override mapping of function keys so
2648 that the later call to read-key-sequence works.
2649
2650 2011-01-02 Eli Zaretskii <eliz@gnu.org>
2651
2652 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
2653 Unix EOLs. (Bug#7589)
2654
2655 2011-01-02 Leo <sdl.web@gmail.com>
2656
2657 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
2658 if point is not behind eshell-last-output-end (Bug#7585).
2659
2660 2011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
2661
2662 * files.el (file-local-variables-alist):
2663 Make permanent-local (bug#7767).
2664
2665 2011-01-02 Glenn Morris <rgm@gnu.org>
2666
2667 * version.el (emacs-copyright): Set short copyright year to 2011.
2668
2669 2011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2670
2671 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
2672 an existing temp buffer. (Bug#7746)
2673
2674 2011-01-02 Glenn Morris <rgm@gnu.org>
2675
2676 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
2677 multiple addresses. (Bug#7760)
2678
2679 2011-01-01 Ken Manheimer <ken.manheimer@gmail.com>
2680
2681 * allout.el (allout-auto-fill): Do not infinitely recurse - use
2682 do-auto-fill if everything points back to allout-auto-fill.
2683 (allout-mode-deactivate-hook): Declare obsolete, in favor of
2684 standard-formed minor-mode deactivate hook, allout-mode-off-hook.
2685
2686 2010-12-31 Michael Albinus <michael.albinus@gmx.de>
2687
2688 * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
2689 and "scpx".
2690
2691 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2692
2693 * doc-view.el (doc-view-set-doc-type): New function refactored
2694 from doc-view-mode.
2695 (doc-view-fallback-mode): New function.
2696 (doc-view-mode): Use it.
2697 (doc-view-mode-maybe): New function that checks if doc-view-mode
2698 can be used and falls back to the next best mode otherwise.
2699
2700 * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
2701 DVI, OpenDocument, and MS Office files.
2702
2703 2010-12-30 Andreas Schwab <schwab@linux-m68k.org>
2704
2705 * emacs-lisp/rx.el (rx-syntax): Fix typo.
2706
2707 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2708
2709 * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
2710 on a copy of auto-mode-alist, because that deletes with side
2711 effects.
2712
2713 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2714
2715 * doc-view.el (doc-view-mode, doc-view-toggle-display):
2716 Use normal-mode without doc-view-mode bindings in auto-mode-alist as
2717 fallback instead of hard coding fundamental mode.
2718
2719 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2720
2721 * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
2722 Office) files also for searching.
2723
2724 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2725
2726 * doc-view.el: Implement viewing of OpenDocument (and Microsoft
2727 Office) files. Not yet enabled via auto-mode-list.
2728 (doc-view-unoconv-program): New custom variable.
2729 (doc-view-mode-p): Handle new odf document type.
2730 (doc-view-odf->pdf): New conversion function.
2731 (doc-view-convert-current-doc): Call it for odf files.
2732 (doc-view-mode): Recognize newly supported file extensions.
2733
2734 2010-12-30 Michael Albinus <michael.albinus@gmx.de>
2735
2736 * net/tramp.el (tramp-default-method-alist)
2737 (tramp-default-user-alist)
2738 (tramp-local-host-regexp, tramp-prefix-domain-format)
2739 (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
2740
2741 * net/tramp-ftp.el:
2742 * net/tramp-gvfs.el:
2743 * net/tramp-gw.el:
2744 * net/tramp-imap.el:
2745 * net/tramp-sh.el:
2746 * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
2747 code of `tramp-default-method-alist' and `tramp-default-user-alist'.
2748
2749 2010-12-29 Karl Fogel <kfogel@red-bean.com>
2750
2751 * saveplace.el (save-place-alist-to-file): Save list sorted and
2752 pretty-printed, so that it is mergeable by line-based text merging,
2753 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
2754
2755 2010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
2756
2757 * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
2758 (allout-mode): Argument "toggle" => "force".
2759 Refine the docstring.
2760 Remove special provisions for reactivation, besides the 'force'
2761 argument.
2762 Consolidate layout provisions coce directly into the activation
2763 condition branch, now that we've removed those provisions.
2764 (allout-unload-function): Explicitly activate the mode before
2765 deactivating, if it's initially deactivated.
2766 (allout-set-buffer-multibyte): Properly prevent byte-compiler
2767 warnings for version of function used only where
2768 set-buffer-multibyte is unavailable.
2769
2770 2010-12-28 Chong Yidong <cyd@stupidchicken.com>
2771
2772 * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
2773 are handled by the menu-bar entries. As before, don't use
2774 :visibile to avoid changing the tool-bar.
2775
2776 2010-12-27 Michael Albinus <michael.albinus@gmx.de>
2777
2778 * net/secrets.el (secrets-delete-alias): New defun.
2779
2780 2010-12-27 Michael Albinus <michael.albinus@gmx.de>
2781
2782 * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
2783 methods, otherwise ~/.ssh/config would be ignored.
2784
2785 2010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
2786
2787 * emacs-lisp/rx.el: Make it a superset of sregex.
2788 (rx-constituents): Add `any => "."', mark `repeat' as taking any number
2789 of args, add `regex' alias.
2790 (rx-info): Add arg to distinguish head and standalone forms.
2791 (rx-check, rx-form): Pass the corresponding arg.
2792 (rx-**): Simplify.
2793 (rx-repeat): Make it work for any number of args.
2794 (rx-syntax): Make it accept syntax chars as is.
2795 * obsolete/sregex.el: Move from emacs-lisp/.
2796 * emacs-lisp/re-builder.el: Remove sregex support.
2797 * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
2798
2799 2010-12-25 Eli Zaretskii <eliz@gnu.org>
2800
2801 * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
2802 PRIMARY first, then the clipboard. (Bug#7699)
2803
2804 2010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
2805
2806 * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
2807 print-number-table.
2808
2809 2010-12-21 Chong Yidong <cyd@stupidchicken.com>
2810
2811 * help-fns.el (find-lisp-object-file-name): Locate .emacs from
2812 .emacs.elc (Bug#7530).
2813
2814 * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
2815 image spec (Bug#7480).
2816
2817 2010-12-21 Daiki Ueno <ueno@unixuser.org>
2818
2819 * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
2820 * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
2821 Move from lisp/.
2822
2823 2010-12-20 Leo <sdl.web@gmail.com>
2824
2825 * dnd.el (dnd-get-local-file-name): Unhex of file name shall
2826 always be performed (Bug#7680).
2827
2828 2010-12-20 Chong Yidong <cyd@stupidchicken.com>
2829
2830 * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
2831 (menu-bar-edit-menu): Bind "Copy" to kill-ring-save. Don't use
2832 mouse-region-match.
2833
2834 * color.el: Move from gnus/.
2835
2836 * vc/diff.el (diff-better-file-name): Function deleted.
2837 abbreviating file names causes problems with shell-quote-argument.
2838 (diff-no-select): Just use expand-file-name.
2839
2840 * tool-bar.el (tool-bar--image-expression): New function.
2841 (tool-bar-local-item, tool-bar--image-exp): Use it.
2842 (tool-bar-setup): Initialize tool-bar-separator-image-expression.
2843 Use :enable instead of :visible to avoid changing the tool-bar
2844 configuration unnecessarily.
2845
2846 * info.el (info-tool-bar-map): Add separators.
2847
2848 2010-12-17 Ken Brown <kbrown@cornell.edu>
2849
2850 * loadup.el: Use version numbers in Cygwin build.
2851
2852 2010-12-17 Ryan Twitchell <metatheorem@gmail.com> (tiny change)
2853
2854 * ido.el (ido-file-internal): Ask for confirmation before
2855 overwriting an existing file (Bug#1238).
2856
2857 2010-12-16 Chong Yidong <cyd@stupidchicken.com>
2858
2859 * tool-bar.el (tool-bar-setup): Add separators.
2860
2861 * menu-bar.el (featurep): Use menu-bar-separator.
2862
2863 2010-12-16 Ken Manheimer <ken.manheimer@gmail.com>
2864
2865 Migrate allout encryption provisions from pgg to epg.
2866
2867 * allout.el (allout-toggle-current-subtree-encryption)
2868 (allout-toggle-subtree-encryption): Adjust docstrings to reflect
2869 defaulting policy and other changes. Change fetch-pass to keymode-cue,
2870 for simpler universal argument interpretation.
2871 (allout-toggle-subtree-encryption): Adjust docstring to describe
2872 changed encryption provisions. Change fetch-pass to keymode-cue, for
2873 simpler universal argument interpretation. Remove provisions for
2874 handling key type and identity - they'll all be within
2875 allout-encrypt-string or epg/epg or even contained all the way in gpg.
2876 (allout-encrypt-string): Include keymode-cue, for optionally prompting
2877 for keypair recipients (universal argument > 1) and, in addition,
2878 associating the specified recipients with the outline (universal
2879 argument > 4) using a file local variable setting for
2880 'epa-file-encrypt-to'.
2881 Require epa, for recipients handling.
2882 Change how regexp filtering elements are named.
2883 Describe the problem with caching of incorrect symmetric-decryption
2884 keys.
2885 Use the epa-passphrase-callback-function, in case the user is using
2886 GnuPG v1.
2887 Support saving of the selected keypair recipients when invoked with a
2888 keymode-cue > 4.
2889 Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
2890 Require 'epa.
2891 Establish epg-context with armoring and default epg-protocol.
2892 Remove all passphrase cache, verification, and hinting code.
2893 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
2894 No longer used, delete.
2895 (allout-mode): Adjust docstring to describe changed encryption
2896 provisions. Describe the problem with caching of incorrect
2897 symmetric-decryption keys.
2898 (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
2899 (allout-make-passphrase-state, allout-passphrase-state-passphrase)
2900 (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
2901 (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
2902 Obsolete, remove.
2903
2904 2010-12-16 Daiki Ueno <ueno@unixuser.org>
2905
2906 * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
2907 key selection prompt; make 'silent as default (Bug#7487).
2908
2909 2010-12-16 Leo <sdl.web@gmail.com>
2910
2911 * eshell/eshell.el (eshell-directory-name):
2912 Use locate-user-emacs-file (Bug#7578).
2913
2914 2010-12-15 Glenn Morris <rgm@gnu.org>
2915
2916 * loadup.el (symbol-file-load-history-loaded): Remove; unused.
2917
2918 2010-12-15 Jari Aalto <jari.aalto@cante.net>
2919 Scott Evans <gse@antisleep.com>
2920
2921 * rect.el (rectange--default-line-number-format)
2922 (rectangle-number-line-callback): New functions.
2923 (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
2924
2925 2010-12-15 Chong Yidong <cyd@stupidchicken.com>
2926
2927 * rect.el (operate-on-rectangle-lines, string-rectangle-string):
2928 Delete unused variables.
2929 (move-to-column-force): Remove function obsolete since 21.2.
2930
2931 2010-12-14 Michael Albinus <michael.albinus@gmx.de>
2932
2933 * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
2934 (tramp-handle-insert-file-contents): Do not set permanent-local
2935 property.
2936
2937 * net/tramp-cache.el (tramp-persistency-file-name):
2938 Use `locate-user-emacs-file' if fboundp.
2939
2940 * net/tramp-sh.el (tramp-methods): Add "ksu".
2941 (tramp-default-user-alist): Add "ksu". Use `regexp-opt' for
2942 method list.
2943
2944 2010-12-14 Glenn Morris <rgm@gnu.org>
2945
2946 * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
2947 (find-tag-marker-ring): Declare.
2948 (js-find-symbol): Require etags.
2949
2950 * mail/sendmail.el: Don't require rmail or mailalias when compiling.
2951 Require mail-utils.
2952 (mail-alias-file): Don't autoload. Doc fix.
2953 (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
2954 (mail-mailer-swallows-blank-line): Default to nil. Doc fix.
2955 Mark as obsolete, and risky.
2956 (mail-setup): Simplify.
2957
2958 * mail/mailalias.el (build-mail-aliases): Make it interactive.
2959 * mail/sendmail.el (build-mail-aliases): Update autoload.
2960
2961 * dired.el (dired-trivial-filenames, dired-chown-program)
2962 (dired-auto-revert-buffer): Remove autoload cookies.
2963 * mail/sendmail.el (mail-recover-1): Require 'dired.
2964
2965 * dired.el (dired-subdir-switches, dired-chown-program)
2966 (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
2967 Make into defcustoms.
2968 (dired-chown-program): Simplify initialization.
2969
2970 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
2971
2972 2010-12-13 Romain Francoise <romain@orebokech.com>
2973
2974 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
2975
2976 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2977
2978 * net/netrc.el (netrc-point-at-eol): Remove the unused
2979 netrc-point-at-old and netrc-bound-and-true-p bindings.
2980 (netrc-parse): Cache the netrc contents.
2981
2982 2010-12-13 Eli Zaretskii <eliz@gnu.org>
2983
2984 * subr.el (posn-col-row): Evaluate header-line-format in the
2985 context of the POSITION window's buffer.
2986
2987 2010-12-13 Glenn Morris <rgm@gnu.org>
2988
2989 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
2990 (with-silent-modifications): Doc fixes.
2991
2992 2010-12-13 Michael Albinus <michael.albinus@gmx.de>
2993
2994 * net/tramp.el (tramp-action-password, tramp-process-actions):
2995 Revert previous from. Use `save-restriction'.
2996
2997 2010-12-13 Stephen Berman <stephen.berman@gmx.net>
2998
2999 * calendar/diary-lib.el (diary-list-sexp-entries):
3000 Handle case of no newline at end of file. (Bug#7536)
3001
3002 2010-12-13 Glenn Morris <rgm@gnu.org>
3003
3004 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
3005
3006 2010-12-13 Michael Albinus <michael.albinus@gmx.de>
3007
3008 * net/tramp.el (tramp-action-password): Delete region, do not narrow.
3009 (tramp-process-actions): Do not widen.
3010
3011 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3012 Protect buffer-modified value. (Bug#7557)
3013
3014 2010-12-13 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
3015
3016 * log-edit.el (log-edit-changelog-entries):
3017 Regexp quote filename. (Bug#7505)
3018
3019 2010-12-13 Tom Breton <tehom@panix.com>
3020
3021 * cus-edit.el (custom-save-all):
3022 Bind print-length and print-level to nil. (Bug#7581)
3023
3024 2010-12-13 Glenn Morris <rgm@gnu.org>
3025
3026 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
3027 Run hooks to update menu contents. (Bug#7586)
3028
3029 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
3030 file names, for the sake of MS Windows. (Bug#7588)
3031
3032 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3033
3034 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
3035 empty lines without a leading space.
3036
3037 2010-12-13 Leo <sdl.web@gmail.com>
3038
3039 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
3040 while mapping over marks (Bug#6810).
3041
3042 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
3043
3044 * image-dired.el (image-dired-db-file)
3045 (image-dired-temp-image-file, image-dired-gallery-dir)
3046 (image-dired-temp-rotate-image-file): Set default values relative
3047 to image-dired-dir (Bug#7518).
3048
3049 2010-12-13 Lawrence Mitchell <wence@gmx.li>
3050
3051 * format.el (format-decode-run-method): Pass args FROM and TO, not
3052 point-min and point-max, to shell-command-on-region (Bug#7488).
3053
3054 2010-12-13 Jan Djärv <jan.h.d@swipnet.se>
3055
3056 * frame.el (blink-cursor-mode): Make default t for ns.
3057
3058 2010-12-13 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3059
3060 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3061
3062 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
3063
3064 * comint.el (comint-dynamic-list-input-ring)
3065 (comint-dynamic-complete-filename)
3066 (comint-replace-by-expanded-filename)
3067 (comint-dynamic-simple-complete)
3068 (comint-dynamic-list-filename-completions)
3069 (comint-dynamic-list-completions): Doc fix (Bug#7499).
3070
3071 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
3072 Doc fix (Bug#7471).
3073
3074 2010-12-13 Martin Rudalics <rudalics@gmx.at>
3075
3076 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
3077 (Bug#7533).
3078
3079 2010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
3080
3081 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
3082 (Bug#7491).
3083
3084 2010-12-13 Eli Zaretskii <eliz@gnu.org>
3085
3086 * files.el (file-relative-name): Handle UNC file names on
3087 DOS/Windows. (Bug#4674)
3088
3089 2010-12-13 Daiki Ueno <ueno@unixuser.org>
3090
3091 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3092 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3093 (epg-context-set-passphrase-callback): Mention that the callback
3094 is not called when used with GnuPG 2.x.
3095
3096 2010-12-13 Glenn Morris <rgm@gnu.org>
3097
3098 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
3099 Ensure ps-footer-font-size-internal is initialized.
3100 Call ps-get-page-dimensions before trying to use ps-font-for-text.
3101
3102 2010-12-13 Kenichi Handa <handa@m17n.org>
3103
3104 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
3105 within condition-case.
3106 (rmail-show-mime): Don't use condition-case.
3107 (rmail-search-mime-message): New function.
3108 (rmail-search-mime-message-function): Set to
3109 rmail-search-mime-message.
3110
3111 2010-12-13 Leo <sdl.web@gmail.com>
3112
3113 * ido.el (ido-common-initialization): New function. (bug#3274)
3114 (ido-mode): Use it.
3115 (ido-completing-read): Call it.
3116
3117 2010-12-12 Karl Fogel <kfogel@red-bean.com>
3118
3119 * bookmark.el (bookmark-name-from-full-record): Rename back to
3120 this original name from `bookmark-name-from-record' reverting part
3121 of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
3122 As Drew Adams pointed out, there was no reason to cause churn for
3123 third-party callers. (Bug#7609)
3124
3125 2010-12-12 Alan Mackenzie <acm@muc.de>
3126
3127 * progmodes/cc-engine.el (c-forward-type): Before scanning a
3128 template arglist, check that the current language supports this.
3129
3130 2010-12-11 Glenn Morris <rgm@gnu.org>
3131
3132 * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
3133 state of the file matches. (Bug#7544)
3134 (vc-bzr-register, vc-bzr-checkin)
3135 (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
3136 (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
3137
3138 * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
3139
3140 2010-12-11 Karel Klíč <kklic@redhat.com>
3141
3142 * files.el (auto-mode-alist): Use html-mode for *.xhtml. (Bug#7606)
3143
3144 2010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3145
3146 Derive from prog-mode, use derived-mode-p, and fix up various
3147 minor style issues in lisp/progmodes.
3148
3149 * progmodes/vhdl-mode.el (vhdl-mode):
3150 * progmodes/verilog-mode.el (verilog-mode):
3151 * progmodes/vera-mode.el (vera-mode):
3152 * progmodes/sql.el (sql-mode):
3153 * progmodes/scheme.el (scheme-mode):
3154 * progmodes/perl-mode.el (perl-mode):
3155 * progmodes/octave-inf.el (inferior-octave-mode):
3156 * progmodes/autoconf.el (autoconf-mode):
3157 * progmodes/m4-mode.el (m4-mode):
3158 * progmodes/inf-lisp.el (inferior-lisp-mode):
3159 * progmodes/idlwave.el (idlwave-mode):
3160 * progmodes/icon.el (icon-mode):
3161 * progmodes/idlw-help.el (idlwave-help-mode):
3162 * progmodes/dcl-mode.el (dcl-mode):
3163 * progmodes/idlw-shell.el (idlwave-shell-mode):
3164 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
3165 (ebrowse-member-mode, ebrowse-electric-position-mode):
3166 Use define-derived-mode.
3167
3168 * progmodes/xscheme.el (exit-scheme-interaction-mode)
3169 (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
3170 (xscheme-debugger-mode-p, xscheme-send-string-1):
3171 * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
3172 (tcl-load-file, tcl-restart-with-file):
3173 * progmodes/ps-mode.el (ps-run-running):
3174 * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
3175 * progmodes/js.el (js--get-all-known-symbols):
3176 * progmodes/inf-lisp.el (inferior-lisp-proc):
3177 * progmodes/idlwave.el (idlwave-beginning-of-statement)
3178 (idlwave-template, idlwave-update-buffer-routine-info)
3179 (idlwave-update-current-buffer-info)
3180 (idlwave-get-routine-info-from-buffers, idlwave-choose)
3181 (idlwave-scan-class-info, idlwave-fix-keywords)
3182 (idlwave-list-buffer-load-path-shadows):
3183 * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
3184 (idlwave-toolbar-remove):
3185 * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
3186 (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
3187 (idlwave-shell-menu-def):
3188 * progmodes/idlw-complete-structtag.el
3189 (idlwave-prepare-structure-tag-completion):
3190 * progmodes/gud.el (gud-set-buffer):
3191 * progmodes/f90.el (f90-backslash-not-special):
3192 * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
3193
3194 * progmodes/xscheme.el (xscheme-start)
3195 (local-set-scheme-interaction-buffer, scheme-interaction-mode):
3196 * progmodes/which-func.el (which-function):
3197 * progmodes/vhdl-mode.el (vhdl-set-style):
3198 * progmodes/verilog-mode.el (verilog-set-compile-command)
3199 (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
3200 (verilog-set-define, verilog-auto-reeval-locals):
3201 * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
3202 * progmodes/simula.el (simula-mode):
3203 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
3204 * progmodes/python.el (python-check, python-mode):
3205 * progmodes/prolog.el (prolog-mode-variables):
3206 * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
3207 * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
3208 * progmodes/delphi.el (delphi-mode):
3209 * progmodes/cc-styles.el (c-setup-paragraph-variables):
3210 * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
3211 (c-font-lock-init): Move make-local-variable to their setq.
3212
3213 * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
3214 (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
3215 make-local-hook.
3216 * progmodes/sh-script.el (sh-require-final-newline): Remove.
3217 (sh-set-shell): Don't set require-final-newline since it's already done
3218 by prog-mode.
3219 * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
3220 since we never set it.
3221 * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
3222 Use read-string and standard prompt.
3223 * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
3224 * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
3225 (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
3226 (meta-common-mode-map): Rename from meta-mode-map.
3227 Remove C-m binding, which is a user preference, not mode specific.
3228 (meta-common-mode): New major mode; replace meta-common-initialization.
3229 * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
3230 around with font-lock.
3231 * progmodes/etags.el (select-tags-table-mode):
3232 Derive from special-mode.
3233 * progmodes/octave-mod.el (octave-mode):
3234 * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
3235 (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
3236 (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
3237 Let define-derived-mode do its job.
3238 * progmodes/cpp.el (cpp-edit-mode-map):
3239 Move initialization into declaration.
3240 (cpp-edit-mode): Use define-derived-mode.
3241 (cpp-edit-load): Use derived-mode-p.
3242 * progmodes/mixal-mode.el (mixal-mode):
3243 * progmodes/f90.el (f90-mode):
3244 * progmodes/cfengine.el (cfengine-mode): Don't bother setting
3245 require-final-newline since prog-mode does it already.
3246 * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
3247 * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
3248 * progmodes/antlr-mode.el: Require cc-mode upfront.
3249 (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
3250 the declaration.
3251 (antlr-directory-dependencies, antlr-show-makefile-rules):
3252 Use derived-mode-p.
3253 (antlr-language-option): Don't assume point-min==1.
3254 (antlr-mode): Use define-derived-mode.
3255 * progmodes/ada-mode.el: Use derived-mode-p.
3256 (ada-mode): Use define-derived-mode.
3257 Use hack-local-variables-hook.
3258
3259 2010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3260
3261 * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
3262 (texinfo-mode): Don't disable adaptive-fill-mode.
3263 (texinfo-insert-block): Adjust cursor placement for blocks with arg.
3264 (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
3265 (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
3266 (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
3267 (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
3268 (texinfo-insert-@quotation, texinfo-insert-@samp)
3269 (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
3270 (texinfo-insert-@uref): Use define-skeleton.
3271 (texinfo-insert-@-with-arg): Delete.
3272
3273 2010-12-10 Eli Zaretskii <eliz@gnu.org>
3274
3275 * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
3276 nil, do quote archive member names. (Bug#6144)
3277
3278 2010-12-10 Glenn Morris <rgm@gnu.org>
3279
3280 * files.el (diff-no-select): Declare.
3281
3282 * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
3283 (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
3284
3285 * comint.el (comint-input-ring-file-name): Doc fix.
3286
3287 2010-12-09 Eli Zaretskii <eliz@gnu.org>
3288
3289 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
3290 New functions.
3291 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
3292 Use them instead of `nil' and `>', respectively.
3293 (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
3294 instead of `nil'.
3295 (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
3296 and menu-bar-positive-p instead of `nil' and `>', respectively.
3297 (Bug#1077)
3298
3299 2010-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3300
3301 * whitespace.el (whitespace-newline-mode): Code fix.
3302
3303 2010-12-09 Glenn Morris <rgm@gnu.org>
3304
3305 * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
3306 Rename functions without commas, update callers.
3307
3308 2010-12-08 Jeff Dairiki <dairiki@dairiki.org> (tiny change)
3309
3310 * whitespace.el (whitespace-cleanup-region):
3311 Clean up spaces before tabs. (Bug#7582)
3312
3313 2010-12-08 Karl Fogel <kfogel@red-bean.com>
3314
3315 * bookmark.el: Adjust parameter names and doc strings to resolve
3316 confusion over whether "bookmark" meant a bookmark name or a
3317 bookmark record. Along the way, shorten one function's name for
3318 similar reasons. (Issue #7548)
3319 (bookmark-name-from-record): New name for
3320 `bookmark-name-from-full-record'. All callers changed.
3321 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3322 (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
3323 (bookmark-get-annotation, bookmark-set-annotation)
3324 (bookmark-get-filename, bookmark-set-filename)
3325 (bookmark-get-position, bookmark-set-position)
3326 (bookmark-get-front-context-string, bookmark-set-front-context-string)
3327 (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
3328 (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
3329 (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
3330 Rename `bookmark' parameter to `bookmark-name-or-record', to
3331 clearly show its role, and shorten or adjust doc strings accordingly.
3332 (bookmark-set-name): Same, and pass the parameter directly to
3333 `bookmark-get-bookmark' instead of redundantly doing the callee's work.
3334 (bookmark-default-annotation-text, bookmark-send-edited-annotation)
3335 (bookmark-relocate, bookmark-insert-location, bookmark-insert)
3336 (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
3337 and in some cases shorten doc string accordingly.
3338 (bookmark-rename): Change `old' and `new' parameters to `old-name'
3339 and `new-name', and adjust an internal variable to avoid confusion.
3340 (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
3341 parameter in doc string.
3342
3343 2010-12-08 Glenn Morris <rgm@gnu.org>
3344
3345 * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
3346 from gdb's history file. (Bug#7575)
3347
3348 * mail/emacsbug.el (report-emacs-bug):
3349 Try to handle some other mail clients.
3350
3351 2010-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3352
3353 * files.el (dir-locals-collect-variables): Don't let errors stop us.
3354 Use string-prefix-p.
3355 (file-name-version-regexp): New var.
3356 (file-name-sans-versions):
3357 * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
3358 (jka-compr-get-compression-info): Use dolist.
3359 (jka-compr-compression-info-list): Don't bother specifying
3360 version/backup regexps.
3361
3362 2010-12-07 Tassilo Horn <tassilo@member.fsf.org>
3363
3364 * simple.el (just-one-space): Make argument n default to 1 if
3365 omitted.
3366
3367 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3368
3369 * electric.el (electric-indent-post-self-insert-function):
3370 Delete trailing newlines even if we don't reindent.
3371
3372 2010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3373
3374 * minibuffer.el (completion-at-point): Remove the `arg'.
3375 * bindings.el (complete-symbol): Move back from minibuffer.el.
3376
3377 2010-12-06 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3378
3379 * simple.el (just-one-space): Delete newlines for negative arg.
3380
3381 2010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3382
3383 * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
3384 (ansi-color-filter-apply): Simplify.
3385 (ansi-color-apply): Use `font-lock-face' rather than `face'.
3386
3387 2010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3388
3389 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3390
3391 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
3392
3393 * dired.el (dired-use-ls-dired): Set default to a special
3394 "unspecified" value.
3395 (dired-insert-directory): When called the first time, check
3396 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
3397
3398 2010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
3399
3400 * replace.el: Add "collect" feature to occur.
3401 (occur-collect-regexp-history): New var.
3402 (occur-read-primary-args): Return a replace string for nlines,
3403 if needed.
3404 (occur): Extend the meaning of nlines.
3405
3406 2010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3407
3408 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
3409 (which-func-update-1): Distinguish symbols from strings.
3410 (which-function): Stay within 80 columns.
3411
3412 2010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3413
3414 * subr.el (with-demoted-errors): Distinguish symbols from strings.
3415
3416 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
3417 Improve docstring.
3418 (comment-style): Use comment-styles's docs to describe values.
3419
3420 2010-12-03 Jan Djärv <jan.h.d@swipnet.se>
3421
3422 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
3423 and ns-show-prefs (Bug#7535).
3424
3425 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
3426 bindings (Bug#7535).
3427
3428 2010-12-03 Glenn Morris <rgm@gnu.org>
3429
3430 * nxml/nxml-mode.el: Require rng-nxml.
3431 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
3432 Remove declarations.
3433
3434 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
3435 * nxml/rng-nxml.el, nxml/rng-valid.el:
3436 Remove leading `*' from defcustom docs.
3437
3438 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3439 (normal-top-level-add-to-load-path, tty-handle-args):
3440 Convert comments to basic doc-strings.
3441
3442 * net/browse-url.el (browse-url-url-at-point)
3443 (browse-url-default-browser): Remove autoload cookies.
3444
3445 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3446 Remove more undefined cl functions.
3447
3448 * vc/diff.el (diff-sentinel): Make new arguments optional.
3449 * ibuf-ext.el (diff-sentinel): Update declaration.
3450
3451 2010-12-03 Daiki Ueno <ueno@unixuser.org>
3452
3453 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3454 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3455 (epg-context-set-passphrase-callback): Mention that the callback
3456 is not called when used with GnuPG 2.x.
3457
3458 2010-12-02 Michael Albinus <michael.albinus@gmx.de>
3459
3460 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
3461 (tramp-file-name-port): Check also for `tramp-default-port'.
3462 (tramp-get-connection-name): New defun.
3463 (tramp-get-connection-process): Use it.
3464 (tramp-debug-message): Extend function exclude list.
3465 (tramp-drop-volume-letter): Fix doc string.
3466
3467 * net/tramp-cmds.el: Remove solved todo item.
3468
3469 * net/tramp-ftp.el:
3470 * net/tramp-gvfs.el:
3471 * net/tramp-gw.el:
3472 * net/tramp-imap.el:
3473 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
3474 and `tramp-default-user-alist', respectively.
3475
3476 * net/tramp-gw.el (tramp-gw-open-connection):
3477 Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
3478
3479 * net/tramp-imap.el (tramp-imap-make-iht): Use just
3480 `tramp-file-name-port'.
3481
3482 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
3483 and "psftp". Exchange "%k" marker with options.
3484 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
3485 Compute size of link target.
3486 (tramp-do-copy-or-rename-file-out-of-band): Move setting of
3487 `tramp-current-*' up due to gateway methods. Optimize computing of
3488 copy arguments. Use `tramp-get-connection-name' and
3489 `tramp-get-connection-buffer'. Improve debug messages.
3490 (tramp-compute-multi-hops): Remove port determination.
3491 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
3492
3493 * net/trampver.el: Update release number.
3494
3495 2010-12-02 Glenn Morris <rgm@gnu.org>
3496
3497 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
3498 Avoid infinite loop over windows. (Bug#7492)
3499
3500 * progmodes/flymake.el (flymake-check-file-limit):
3501 Allow nil to mean "no limit".
3502 (flymake-check-patch-master-file-buffer): Update for above change.
3503 Allow a .tex file-name extension to be optional.
3504 (flymake-master-tex-init): Also match \include statements.
3505
3506 2010-11-30 Sam Steingold <sds@gnu.org>
3507
3508 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
3509 (nxml-parent-document-set): A function to set `nxml-parent-document'.
3510 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
3511 (nxml-mode-hook): Remove `defcustom' (auto-defined by
3512 define-derived-mode').
3513 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
3514 users who want to call `nxml-parent-document-set'.
3515
3516 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
3517
3518 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
3519 stand-alone lines, since that is handled by log-edit-match-to-eoh
3520 (Bug#6465).
3521
3522 2010-11-27 Eduard Wiebe <usenet@pusto.de>
3523
3524 * dired.el (dired-get-filename): Replace backslashes with slashes
3525 in file names on MS-Windows, needed by `locate'. (Bug#7308)
3526 * locate.el (locate-default-make-command-line): Don't consider
3527 drive letter and root directory part of
3528 `directory-listing-before-filename-regexp'. (Bug#7308)
3529 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
3530
3531 2010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3532
3533 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
3534 of :smie-open/close-alist.
3535 (smie-next-sexp): Make it accept a "start token" as argument.
3536 (smie-indent-keyword): Be careful not to misidentify tokens that span
3537 more than one line, as empty lines. Add argument `token'.
3538
3539 2010-11-27 Kenichi Handa <handa@m17n.org>
3540
3541 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
3542 multipart subtypes, insert all as usual.
3543
3544 * mail/rmail.el: Require rfc2047.
3545
3546 2010-11-27 Kenichi Handa <handa@m17n.org>
3547
3548 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
3549 (rmail-mime-entity-disposition)
3550 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
3551 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
3552 (rmail-mime-save): Handle the case that the button's `data' is a
3553 MIME entity.
3554 (rmail-mime-insert-text): New function.
3555 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
3556 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
3557 (rmail-mime-insert-bulk): New function mostly copied from the old
3558 rmail-mime-bulk-handler.
3559 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
3560 (rmail-mime-process-multipart): New function mostly copied from
3561 the old rmail-mime-multipart-handler.
3562 (rmail-mime-show): Just call rmail-mime-process.
3563 (rmail-mime-process): New function mostly copied from the old
3564 rmail-mime-show.
3565 (rmail-mime-insert-multipart, rmail-mime-parse)
3566 (rmail-mime-insert, rmail-show-mime)
3567 (rmail-insert-mime-forwarded-message)
3568 (rmail-insert-mime-resent-message): New functions.
3569 (rmail-insert-mime-forwarded-message-function): Set to
3570 rmail-insert-mime-forwarded-message.
3571 (rmail-insert-mime-resent-message-function): Set to
3572 rmail-insert-mime-resent-message.
3573
3574 * mail/rmailsum.el: Require rfc2047.
3575 (rmail-header-summary): Handle multiline Subject: field.
3576 (rmail-summary-line-decoder): Change the default to
3577 rfc2047-decode-string.
3578
3579 * mail/rmail.el (rmail-enable-mime): Change the default to t.
3580 (rmail-mime-feature): Change the default to `rmailmm'.
3581 (rmail-quit): Delete the specifal code for rmail-enable-mime.
3582 (rmail-display-labels): Likewise.
3583 (rmail-show-message-1): Check rmail-enable-mime, and use
3584 rmail-show-mime-function for a MIME message. Decode the headers
3585 according to RFC2047.
3586
3587 2010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3588
3589 * progmodes/which-func.el (which-func-imenu-joiner-function):
3590 Return a string, as expected.
3591 (which-function-mode): Make sure we stop any previous timer before
3592 starting a new one.
3593
3594 2010-11-27 Michael Albinus <michael.albinus@gmx.de>
3595
3596 * net/tramp.el (tramp-default-method-alist)
3597 (tramp-default-user-alist, tramp-default-proxies-alist):
3598 Adapt custom options type. (Bug#7445)
3599
3600 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
3601
3602 * progmodes/python.el: Add Ipython support (Bug#5390).
3603 (python-shell-prompt-alist)
3604 (python-shell-continuation-prompt-alist): New options.
3605 (python--set-prompt-regexp): New function.
3606 (inferior-python-mode, run-python, python-shell):
3607 Require ansi-color. Use python--set-prompt-regexp to set the comint
3608 prompt based on the Python interpreter.
3609 (python--prompt-regexp): New var.
3610 (python-check-comint-prompt)
3611 (python-comint-output-filter-function): Use it.
3612 (run-python): Use a pipe (Bug#5694).
3613
3614 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
3615
3616 * progmodes/python.el (run-python): Doc fix.
3617 (python-keep-current-directory-in-path): New var (Bug#7454).
3618
3619 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
3620
3621 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3622 Prompt user before actually printing.
3623
3624 2010-11-27 Glenn Morris <rgm@gnu.org>
3625
3626 * startup.el (package-enable-at-startup, package-initialize):
3627 Remove unnecessary declarations.
3628
3629 2010-11-27 Eli Zaretskii <eliz@gnu.org>
3630
3631 * international/characters.el (glyphless-char-display-control):
3632 Exclude newline and TAB from the c0-control group.
3633
3634 2010-11-27 Glenn Morris <rgm@gnu.org>
3635
3636 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
3637 (expand-mail-aliases): Remove unnecessary autoload.
3638
3639 * allout.el (allout-command-prefix, allout-mode-map): Declare.
3640
3641 * shell.el (shell-dir-cookie-re): Move definition before use.
3642
3643 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3644 Replace undefined CL functions.
3645
3646 2010-11-26 Eli Zaretskii <eliz@gnu.org>
3647
3648 * simple.el (prog-mode): Set bidi-paragraph-direction to
3649 left-to-right.
3650
3651 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
3652
3653 2010-11-26 Glenn Morris <rgm@gnu.org>
3654
3655 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
3656 diary-outlook-formats can be sensitive to calendar-date-style.
3657 (diary-outlook-formats): Simplify the default setting.
3658 (diary-from-outlook-internal): Pass subject and body as arguments.
3659 Use dolist rather than dotimes. Don't save the diary buffer.
3660 (diary-from-outlook-gnus, diary-from-outlook-rmail):
3661 Pass subject and body as explicit arguments to the -internal function.
3662
3663 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3664
3665 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
3666 parsing them. This makes mailto:...?subject=foo\nbar work.
3667
3668 2010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3669
3670 * vc/diff.el (diff): Fix last change.
3671
3672 2010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3673
3674 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
3675 (pcase--dontcare-upats): New var.
3676 (pcase-let, pcase-let*): Generate better code.
3677 Accept the same bodies as `let'.
3678 (pcase-dolist): New macro.
3679 (pcase--trivial-upat-p): New helper function.
3680 (pcase--expand): Strip leading "(let nil" if any.
3681
3682 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3683
3684 * mail/mailclient.el (browse-url): Require.
3685 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
3686 use the external browser function to send the mail (bug#7469).
3687
3688 * net/browse-url.el (browse-url-browser-function): Revert the
3689 default back to the previous value, since the new value broke
3690 mailclient.el.
3691 (browse-url-mailto-function): New variable for mailto: URLs.
3692 (browse-url): Use the new variable for mailto: URLs.
3693
3694 2010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3695
3696 * eshell/esh-cmd.el (eshell-parse-command):
3697 * eshell/esh-arg.el (eshell-parse-arguments):
3698 * eshell/em-script.el (eshell-source-file):
3699 Use with-silent-modifications.
3700
3701 2010-11-23 Chong Yidong <cyd@stupidchicken.com>
3702
3703 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
3704 for a merge location.
3705
3706 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
3707 (vc-bzr-merge-branch): Always prompt.
3708 (vc-bzr-async-command): Use the full branch filename.
3709
3710 2010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3711
3712 * shell.el (shell): Use current-buffer by default if it's already
3713 a shell mode buffer and its process is dead.
3714 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
3715
3716 2010-11-23 Tassilo Horn <tassilo@member.fsf.org>
3717
3718 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
3719 Mention that the keywords should be comma separated.
3720
3721 2010-11-23 Chong Yidong <cyd@stupidchicken.com>
3722
3723 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
3724 Accept optional prefix arg meaning to prompt for a command.
3725 (vc-update): Use vc-BACKEND-pull if available. Accept optional
3726 prefix arg meaning to prompt for a command.
3727 (vc-pull): Alias for vc-update.
3728
3729 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
3730 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
3731 (vc-bzr-merge-branch): New functions, implementing merge-branch
3732 and pull operations.
3733
3734 2010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3735
3736 * Makefile.in: Fix up last merge.
3737
3738 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
3739 (diff-sentinel): Get them as arguments instead.
3740 (diff-old-file, diff-new-file, diff-extra-args): Remove.
3741 (diff-file-local-copy, diff-better-file-name): New funs.
3742 (diff-no-select): Rename from diff-into-buffer.
3743 Support buffers additionally to files. Move `buf' arg. Don't display buf.
3744 Prefer closures to buffer-local variables.
3745 (diff): Adjust accordingly.
3746 (diff-buffer-with-file): Move from files.el.
3747 * files.el (diff-buffer-with-file): Move to vc/diff.el.
3748 (diff-buffer-internal): Remove.
3749 (diff-buffer-buffer): Remove.
3750 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
3751 the buffer name used, and so as not to mess up windows and frames.
3752
3753 2010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3754
3755 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
3756 (diff-buffer-internal): New function extracted from diff-buffer-with-file
3757 (diff-buffer-with-file): Use it.
3758 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
3759 (diff): Use it.
3760
3761 2010-11-22 Tassilo Horn <tassilo@member.fsf.org>
3762
3763 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
3764 \ref's or \pageref's value as default instead of initial input.
3765
3766 2010-11-21 Michael Albinus <michael.albinus@gmx.de>
3767
3768 * files.el (backup-by-copying-when-mismatch): The default value is
3769 now t.
3770
3771 * startup.el (normal-top-level):
3772 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
3773 `backup-by-copying-when-mismatch'.
3774
3775 2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
3776
3777 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
3778
3779 2010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3780
3781 * progmodes/python.el (python-font-lock-keywords):
3782 Highlight top-level augmented assignments (Bug#6445).
3783
3784 2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
3785
3786 * term/ns-win.el (ns-right-control-modifier)
3787 (ns-right-command-modifier): Defvar them.
3788
3789 * cus-start.el (all): Add ns-right-control-modifier and
3790 ns-right-command-modifier (Bug#7458).
3791
3792 2010-11-20 Glenn Morris <rgm@gnu.org>
3793
3794 * emacs-lisp/authors.el (authors-ignored-files)
3795 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
3796
3797 2010-11-20 Tassilo Horn <tassilo@member.fsf.org>
3798
3799 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
3800 (report-emacs-bug-parse-query-results)
3801 (report-emacs-bug-create-existing-bugs-buffer): Pass through
3802 keywords used for querying the bug database to show them in the
3803 existing bugs buffer.
3804
3805 2010-11-20 Jan Djärv <jan.h.d@swipnet.se>
3806
3807 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
3808
3809 * info.el (info-tool-bar-map): Add some :vert-only keywords.
3810
3811 2010-11-20 Eli Zaretskii <eliz@gnu.org>
3812
3813 * international/characters.el (glyphless-char-display-control):
3814 Make it a defcustom, with update-glyphless-char-display as its
3815 :set attribute.
3816 (top level): Don't call update-glyphless-char-display.
3817
3818 2010-11-20 Michael Albinus <michael.albinus@gmx.de>
3819
3820 Sync with Tramp 2.2.0.
3821
3822 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
3823 `file-remote-p' (due to compatibility).
3824
3825 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
3826 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
3827
3828 * net/trampver.el: Update release number.
3829
3830 2010-11-20 Eli Zaretskii <eliz@gnu.org>
3831
3832 * faces.el (glyphless-char): Define value for `pc'.
3833
3834 2010-11-20 Tassilo Horn <tassilo@member.fsf.org>
3835
3836 Implemented a bug querying mechanism.
3837 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
3838 (report-emacs-bug-create-existing-bugs-buffer)
3839 (report-emacs-bug-parse-query-results)
3840 (report-emacs-bug-query-existing-bugs): New functions.
3841
3842 2010-11-19 Tassilo Horn <tassilo@member.fsf.org>
3843
3844 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
3845 a \ref{} or \pageref{} macro, then use its value as initial input.
3846
3847 2010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
3848
3849 * calc/calc-units.el (math-build-units-table-buffer):
3850 calc/README: Mention that the TeX specific units won't use the
3851 `tex' prefix in TeX mode.
3852 calc/calc-lang.el (math-variable-table): Don't use the `tex'
3853 prefix for units in TeX mode.
3854
3855 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3856
3857 * simple.el (kill-new, kill-append, kill-region):
3858 * comint.el (comint-kill-region): Make the yank-handler argument
3859 obsolete.
3860
3861 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3862
3863 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
3864 that are both openers (resp. closers) and something else.
3865 (smie-grammar): Loosen definition of valid values.
3866 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
3867 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
3868 (smie-indent-after-keyword): Adjust users.
3869 (smie-indent-keyword): Don't indent empty lines.
3870
3871 * vc-hg.el (vc-hg-program): New var.
3872 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
3873 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
3874
3875 2010-11-18 Glenn Morris <rgm@gnu.org>
3876
3877 * emacs-lisp/autoload.el (autoload-find-destination): The function
3878 coding-system-eol-type may return non-numeric values. (Bug#7414)
3879
3880 2010-11-18 Ulrich Mueller <ulm@gentoo.org>
3881
3882 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
3883
3884 2010-11-18 Eli Zaretskii <eliz@gnu.org>
3885
3886 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
3887
3888 2010-11-18 Chong Yidong <cyd@stupidchicken.com>
3889
3890 * textmodes/picture.el (picture-mouse-set-point): Don't use
3891 posn-col-row; explicitly compute the motion based on the posn at
3892 the window-start (Bug#7390).
3893
3894 2010-11-18 Glenn Morris <rgm@gnu.org>
3895
3896 * novice.el (disabled-command-function):
3897 Fix 2009-11-15 change. (Bug#7384)
3898
3899 2010-11-18 Glenn Morris <rgm@gnu.org>
3900
3901 * calendar/calendar.el (diary-iso-date-forms): Make elements
3902 mutually exclusive. (Bug#7377)
3903
3904 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3905
3906 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
3907 when filling the remaining "unconstrained" values.
3908
3909 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3910
3911 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
3912 safety predicate.
3913
3914 * files.el (safe-local-variable-p): Gracefully handle errors.
3915
3916 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
3917 Use smie-indent-virtual when indenting relative to an opener.
3918 (smie-rule-separator): Use smie-rule-parent.
3919 (smie-indent-keyword): Consult rules, even for openers at bol.
3920 (smie-indent-comment-close): Try to align closer's content.
3921
3922 2010-11-18 Glenn Morris <rgm@gnu.org>
3923
3924 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
3925
3926 2010-11-18 Glenn Morris <rgm@gnu.org>
3927
3928 * printing.el (pr-menu-bind): Doc fix.
3929
3930 * speedbar.el (speedbar-toggle-images): Doc fix.
3931
3932 * progmodes/python.el (python-shell): Doc fix.
3933
3934 * wid-edit.el (widget-field-use-before-change)
3935 (widget-use-overlay-change): Doc fixes.
3936
3937 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3938
3939 Minor cleanup to improve style.
3940 * textmodes/rst.el (rst-update-section): Use point-marker.
3941 (rst-get-decoration): Eliminate unneeded assignment.
3942 (rst-promote-region, rst-straighten-decorations)
3943 (rst-section-tree, rst-adjust): Use point-marker.
3944 (rst-toc-mode-mouse-goto): Avoid setq.
3945 (rst-shift-region-guts, rst-shift-region-left)
3946 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
3947 (rst-convert-bullets-to-enumeration): Use copy-marker.
3948
3949 * minibuffer.el (completion-fail-discreetly): New var.
3950 (completion--do-completion): Use it.
3951
3952 * electric.el (electric-pair-pairs): New var.
3953 (electric-pair-post-self-insert-function): Use it.
3954 (electric-layout-post-self-insert-function): Don't insert a before
3955 newline unless it's actually needed.
3956
3957 2010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
3958
3959 * progmodes/python.el (run-python): Explain why we remove the current
3960 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
3961
3962 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
3963
3964 2010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3965
3966 * progmodes/octave-mod.el: Rely on elecric-*-modes.
3967 (octave-mode-map): Don't bind ;, SPC, and LF.
3968 (octave-auto-indent, octave-auto-newline): Remove.
3969 (electric-layout-rules): Declare.
3970 (octave-mode): Set electric-layout-rules.
3971 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
3972 (octave-reindent-then-newline-and-indent, octave-electric-semi)
3973 (octave-electric-space): Remove.
3974
3975 * electric.el (electric-layout-mode): New minor mode.
3976 (electric--after-char-pos): New function.
3977 (electric-indent-post-self-insert-function): Use it.
3978 (electric-layout-rules): New var.
3979 (electric-layout-post-self-insert-function): New function.
3980 (electric-indent-mode): Make them interact better.
3981
3982 2010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3983
3984 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
3985 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
3986 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
3987
3988 2010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
3989
3990 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
3991 Make sure to check inside the word (Bug#6761).
3992
3993 2010-11-14 Chong Yidong <cyd@stupidchicken.com>
3994
3995 * startup.el (command-line): If the cursorColor resource is set,
3996 change the cursor face-spec (Bug#7392).
3997
3998 2010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
3999
4000 The main features of the following allout.el changes are:
4001 - implement user customization for the allout key bindings
4002 - add a customization control by which the user can inhibit use of
4003 a trailing Ctrl-H, so by default it's reserved for use with
4004 describe-prefix-bindings
4005 - adapt to new version of called-interactively-p, while
4006 maintaining backwards compatibility with old version
4007 - fix hotspot navigation so i works properly with meta-modified keys.
4008
4009 * allout.el (allout-keybindings, allout-bind-keys)
4010 (allout-keybindings-binding, allout-prefixed-keybindings)
4011 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
4012 (allout-keybindings-list, allout-mode-map-adjustments)
4013 (allout-setup-mode-map): Establish allout-mode keymaps as user
4014 customizable settings, and also establish a customizable setting which
4015 regulates whether or not a trailing control-h is reserved for use with
4016 describe-prefix-bindings - and inhibit it by default, so that control-h
4017 *is* reserved for describe-prefix-bindings unless the user changes it.
4018
4019 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
4020 and accurately between modified and unmodified events, and handle
4021 modified events more comprehensively.
4022
4023 * allout.el (allout-substring-no-properties):
4024 Alias to use or provide version of `substring-no-properties'.
4025 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
4026
4027 * allout.el (allout-next-single-char-property-change):
4028 Alias to use or provide version of `next-single-char-property-change'.
4029 (allout-annotate-hidden, allout-hide-by-annotation):
4030 Use `allout-next-single-char-property-change'.
4031
4032 * allout.el (allout-select-safe-coding-system):
4033 Alias to use or provide version of `select-safe-coding-system'.
4034 (allout-toggle-subtree-encryption):
4035 Use `allout-select-safe-coding-system'.
4036
4037 * allout.el (allout-set-buffer-multibyte):
4038 Alias to use or provide version of `set-buffer-multibyte'.
4039 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
4040
4041 * allout.el (allout-called-interactively-p): Macro for using the
4042 different versions of called-interactively-p identically, depending on
4043 the subroutine's argument signature.
4044 (allout-back-to-current-heading, allout-beginning-of-current-entry):
4045 Use `(interactive "p")' instead of `(called-interactively-p)'.
4046
4047 * allout.el (allout-init, allout-ascend, allout-end-of-level)
4048 (allout-previous-visible-heading, allout-forward-current-level)
4049 (allout-backward-current-level, allout-show-children):
4050 Use `allout-called-interactively-p' instead of `called-interactively-p'.
4051
4052 * allout.el (allout-before-change-handler):
4053 Exempt edits to the (overlaid) character after the allout outline
4054 bullet from edit confirmation prompt.
4055
4056 * allout.el (allout-add-resumptions):
4057 Ensure that it respects correct buffer for keybindings.
4058
4059 * allout.el (allout-beginning-of-line):
4060 Use `allout-previous-single-char-property-change' alias for the sake of
4061 diverse compatibility.
4062
4063 * allout.el (allout-end-of-line):
4064 Use `allout-mark-active-p' to encapsulate respect for mark activity.
4065
4066 2010-11-13 Chong Yidong <cyd@stupidchicken.com>
4067
4068 * frame.el (frame-notice-user-settings): Don't clobber other
4069 user-set parameters when calling face-set-after-frame-default in
4070 response to background-color parameter (Bug#7373).
4071
4072 2010-11-13 Eli Zaretskii <eliz@gnu.org>
4073
4074 * international/characters.el (glyphless-char-display-control):
4075 Rename from glyphless-char-control; all users changed. Doc fix.
4076 Signal an error if display method is not one of the recognized
4077 symbols.
4078
4079 2010-11-13 Michael Albinus <michael.albinus@gmx.de>
4080
4081 * net/tramp-compat.el (tramp-compat-line-beginning-position)
4082 (tramp-compat-line-end-position): Remove them.
4083
4084 * net/tramp.el (tramp-parse-rhosts-group)
4085 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
4086 (tramp-parse-hosts-group, tramp-parse-passwd-group)
4087 (tramp-parse-netrc-group, tramp-parse-putty-group)
4088 * net/tramp-cmds.el (tramp-append-tramp-buffers)
4089 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
4090 (tramp-sh-handle-file-selinux-context)
4091 (tramp-sh-handle-file-name-all-completions)
4092 (tramp-sh-handle-insert-directory)
4093 (tramp-sh-handle-expand-file-name, tramp-find-executable)
4094 (tramp-wait-for-output, tramp-send-command-and-read)
4095 * net/tramp-smb.el (tramp-smb-read-file-entry)
4096 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
4097
4098 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
4099 `point-at-bol'.
4100 (tramp-remote-coding-commands): Add an alternative using "base64
4101 -d -i". This is needed for older base64 versions from GNU
4102 coreutils. Reported by Klaus Reichl
4103 <Klaus.Reichl@thalesgroup.com>.
4104
4105 2010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
4106
4107 * simple.el (count-words-region): New function.
4108
4109 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4110
4111 * shell.el (shell-dir-cookie-re): New custom variable.
4112 (shell-dir-cookie-watcher): New function.
4113
4114 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
4115 and compilation-mode (bug#7350).
4116
4117 * vc/smerge-mode.el (smerge-refine): Choose better default part to
4118 highlight when one of them is empty.
4119
4120 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
4121 trailing space.
4122 (skeleton-newline): New function.
4123 (skeleton-internal-1): Use it.
4124
4125 * simple.el (open-line): `newline' may strip trailing space.
4126
4127 2010-11-12 Kevin Ryde <user42@zip.com.au>
4128
4129 * international/mule-cmds.el (princ-list): Use mapc.
4130
4131 2010-11-12 Glenn Morris <rgm@gnu.org>
4132
4133 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
4134 Use it to replace all instances of "*Compile-Log*".
4135
4136 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4137
4138 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
4139 indentation specs.
4140
4141 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4142
4143 * progmodes/modula2.el: Use SMIE and skeleton.
4144 (m2-mode-syntax-table): (*..*) can be nested.
4145 Add //...\n. Fix paren syntax.
4146 (m2-mode-map): Remove LF and TAB bindings.
4147 (m2-indent): Add safety property.
4148 (m2-smie-grammar): New var.
4149 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
4150 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
4151 (m2-mode): Use define-derived-mode.
4152 (m2-newline, m2-tab): Remove.
4153 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
4154 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
4155 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
4156 (m2-import): Use define-skeleton.
4157
4158 2010-11-11 Glenn Morris <rgm@gnu.org>
4159
4160 * obsolete/lucid.el: Don't warn about any CL functions in this file.
4161
4162 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
4163 (ls-lisp-verbosity): Add custom :set-after property.
4164 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
4165 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
4166 (ls-lisp-insert-directory): Update caller.
4167 (ls-lisp-set-options): New function.
4168 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
4169 Doc fix.
4170
4171 * play/landmark.el (lm-prompt-for-move):
4172 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
4173
4174 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
4175
4176 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
4177 (idlwave-study-twins): Prefix dynamic local variable `name'.
4178 (idlwave-routine-twin-compare): Update for above change.
4179
4180 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
4181 Prefix dynamic local variables `name', `kwd', and `link'.
4182 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
4183 * progmodes/idlw-complete-structtag.el
4184 (idlwave-complete-structure-tag-help):
4185 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
4186 (idlwave-complete-sysvar-tag-help)
4187 (idlwave-complete-class-structure-tag-help):
4188 Update for above name changes.
4189
4190 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4191
4192 * net/browse-url.el (browse-url-browser-function): Change the
4193 default to use `browse-url-mail' on mailto: URLs.
4194
4195 2010-11-10 Chong Yidong <cyd@stupidchicken.com>
4196
4197 * emacs-lisp/package.el (package-read-all-archive-contents):
4198 Reset package-archive-contents to nil before re-reading.
4199
4200 2010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
4201
4202 * textmodes/flyspell.el (flyspell-word): Do not re-check words
4203 already found as misspellings by (flyspell-large-region), just
4204 do highlighting (bug#7322).
4205
4206 2010-11-10 Glenn Morris <rgm@gnu.org>
4207
4208 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
4209
4210 * emulation/edt.el (edt-with-position): New macro.
4211 (edt-find-forward, edt-find-backward, edt-find-next-forward)
4212 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
4213 (edt-paragraph-forward, edt-paragraph-backward): Use it.
4214
4215 * emulation/tpu-extras.el (tpu-with-position): New macro.
4216 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
4217
4218 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
4219
4220 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
4221 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
4222 (texinfo-master-menu, texinfo-insert-node-lines)
4223 (texinfo-multiple-files-update):
4224 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
4225 Use line-beginning-position.
4226
4227 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
4228 No recent Emacs supports system-type `emx'.
4229
4230 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
4231 (ada-command-separator, ada-default-prj-properties)
4232 (ada-find-any-references): Update for above name change.
4233
4234 * dirtrack.el (dirtrack-directory-function)
4235 (dirtrack-canonicalize-function):
4236 * filecache.el (file-cache-completion-ignore-case)
4237 (file-cache-case-fold-search, file-cache-ignore-case):
4238 * term.el (serial-port-is-file-p): Cosmetic change.
4239
4240 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
4241 Remove non-existent `windows-95' system-type.
4242 * dired.el (dired-chown-program): Remove non-existent `linux'
4243 system-type.
4244
4245 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
4246 (ping-program-options): Remove non-existent `linux' system-type.
4247
4248 * startup.el (package-initialize): Update declaration.
4249
4250 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
4251 (ls-lisp-handle-switches): Use time-less-p.
4252 (ls-lisp-format-time): Use float-time.
4253
4254 * textmodes/remember.el (remember-time-to-seconds): Remove.
4255 (remember-store-in-mailbox): Use float-time.
4256
4257 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
4258
4259 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
4260 never a real function.
4261 (with-no-warnings): Remove compat stub, now unused.
4262 (time-less-p): Doc fix.
4263 (time-to-number-of-days): Simplify.
4264
4265 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
4266 Remove.
4267 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
4268 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
4269 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
4270 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
4271 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
4272
4273 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
4274 (eshell-shuffle-files, eshell-shorthand-tar-command)
4275 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
4276 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
4277 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
4278 Prefix dynamic local variable `matches'.
4279
4280 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
4281 Prefix dynamic local variable `skeleton'.
4282
4283 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4284
4285 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
4286 in mail buffer; make yank-action always a command that yanks original
4287 buffer.
4288
4289 2010-11-09 Glenn Morris <rgm@gnu.org>
4290
4291 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
4292
4293 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4294
4295 * minibuffer.el (minibuffer-completion-help): Specify the end of the
4296 completion field (bug#7211).
4297
4298 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
4299 Fix handling of backslash escapes.
4300 (python-quote-syntax): Adjust accordingly.
4301
4302 2010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
4303
4304 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
4305 (vc-mtn-workfile-branch): Adjust to new output format.
4306
4307 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4308
4309 * international/mule-cmds.el (princ-list): Mark as obsolete.
4310
4311 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4312
4313 * emacs-lisp/smie.el: New package.
4314
4315 2010-11-09 Michael Albinus <michael.albinus@gmx.de>
4316
4317 * files.el (backup-by-copying-when-mismatch):
4318 Set `permanent-local' property.
4319
4320 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
4321 `permanent-local' property for `backup-by-copying-when-mismatch'.
4322
4323 2010-11-09 Eli Zaretskii <eliz@gnu.org>
4324
4325 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
4326
4327 2010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
4328
4329 * progmodes/verilog-mode.el (verilog-insert-one-definition)
4330 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
4331 AUTOINOUT for SV style multidimensional arrays, bug294.
4332 Reported by Eric Mastromarchi.
4333 (verilog-preprocess): Use with-current-buffer and
4334 font-lock-fontify-buffer to cleanup style issues.
4335
4336 2010-11-09 Glenn Morris <rgm@gnu.org>
4337
4338 * locate.el (locate, locate-mode): Doc fixes.
4339
4340 2010-11-09 Chong Yidong <cyd@stupidchicken.com>
4341
4342 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
4343 user for confirmation.
4344 (server-force-stop): Use it.
4345 (server-start): Use server-force-stop for kill-emacs-hook, to
4346 avoid user interaction while killing Emacs.
4347
4348 2010-11-09 Glenn Morris <rgm@gnu.org>
4349
4350 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
4351 (meta-indent-line): Simplify.
4352
4353 * vc/emerge.el (emerge-line-number-in-buf):
4354 * textmodes/ispell.el (ispell-region):
4355 * textmodes/fill.el (current-fill-column):
4356 * progmodes/xscheme.el (xscheme-send-current-line):
4357 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
4358 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
4359 * progmodes/sh-script.el (sh-handle-prev-do):
4360 * progmodes/meta-mode.el (meta-indent-line):
4361 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
4362 (idlwave-in-quote):
4363 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
4364 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
4365 * progmodes/fortran.el (fortran-looking-at-if-then):
4366 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
4367 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
4368 (cperl-find-pods-heres):
4369 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
4370 * net/quickurl.el (quickurl-list-insert):
4371 * net/ldap.el (ldap-search-internal):
4372 * net/eudc.el (eudc-expand-inline):
4373 * mail/sendmail.el (sendmail-send-it):
4374 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
4375 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
4376 (viper-brac-function):
4377 * calc/calc-yank.el (calc-do-grab-region):
4378 * calc/calc-keypd.el (calc-keypad-press):
4379 * term.el (term-move-columns, term-insert-spaces):
4380 * speedbar.el (speedbar-highlight-one-tag-line):
4381 * simple.el (current-word):
4382 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4383 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
4384 (Info-scroll-down):
4385 * hippie-exp.el (he-line-beg):
4386 * epa.el (epa--marked-keys):
4387 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
4388 (dired-update-file-line, dired-add-entry, dired-remove-entry)
4389 (dired-relist-entry):
4390 * buff-menu.el (Buffer-menu-buffer):
4391 * array.el (current-line):
4392 * allout.el (allout-resolve-xref)
4393 (allout-latex-verbatim-quote-curr-line):
4394 Replace yet more uses of end-of-line etc with line-end-position, etc.
4395
4396 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4397
4398 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
4399 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
4400 (checkdoc-syntax-table): Initialize in the declaration.
4401 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
4402 the mode on unconditionally.
4403
4404 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
4405 (extent-end-position, extent-start-position): Remove setf method for
4406 non-existing functions (bug#7319).
4407
4408 2010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4409
4410 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
4411 (smie-precs->prec2): Rename from smie-precs-precedence-table.
4412 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
4413 (smie-prec2->grammar): Rename from smie-prec2-levels.
4414 (smie-grammar): Rename from smie-op-levels.
4415 (smie-indent--hanging-p): Rename from smie-hanging-p.
4416 (smie-rule-hanging-p): New alias.
4417 (smie-indent--bolp): Rename from smie-bolp.
4418 (smie-indent--hanging-p): New alias.
4419 (smie--token): New dynamically bound variable.
4420 (smie-indent--parent): New function.
4421 (smie-rule-parent-p): Use it; rename from smie-parent-p.
4422 (smie-rule-next-p): Rename from smie-next-p.
4423 (smie-rule-prev-p): Rename from smie-prev-p.
4424 (smie-rule-sibling-p, smie-rule-parent)
4425 (smie-indent--separator-outdent, smie-rule-separator): New functions.
4426 (smie-rule-separator-outdent): New var.
4427 (smie-indent--rule): Merge with smie-indent--column.
4428 (smie-indent-forward-token, smie-indent-backward-token):
4429 Also recognize close parens.
4430 (smie-indent-keyword): Don't use smie-indent--column any more.
4431 (smie-indent-after-keyword): Ignore closers by default.
4432 (smie-indent-line): Use with-demoted-errors.
4433 * progmodes/octave-mod.el (octave-smie-grammar):
4434 Rename from octave-smie-op-levels.
4435 (octave-smie-rules): Adjust to new behavior.
4436 * progmodes/prolog.el (prolog-smie-grammar):
4437 Rename from prolog-smie-op-levels.
4438
4439 2010-11-07 Glenn Morris <rgm@gnu.org>
4440
4441 * eshell/esh-util.el (subst-char-in-string)
4442 (directory-files-and-attributes): These compatibility definitions are
4443 not needed on any version of Emacs since at least 21.4.
4444
4445 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
4446 (verilog-get-end-of-line): Remove.
4447 (verilog-within-string, verilog-re-search-forward-substr)
4448 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
4449 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
4450 Use point-at-bol, point-at-eol.
4451 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
4452 Remove.
4453 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
4454 (electric-pascal-terminate-line, pascal-set-auto-comments)
4455 (pascal-indent-paramlist, pascal-indent-declaration)
4456 (pascal-get-lineup-indent, pascal-func-completion)
4457 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
4458 Use point-at-bol, point-at-eol.
4459 * progmodes/flymake.el (flymake-line-beginning-position)
4460 (flymake-line-end-position): Remove.
4461 (flymake-highlight-line): Use point-at-bol, point-at-eol.
4462 * eshell/esh-util.el (line-end-position, line-beginning-position):
4463 Remove compat definitions.
4464
4465 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4466 Use end-of-line N.
4467 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
4468 Use line-end-position.
4469
4470 * emacs-lisp/chart.el (chart-zap-chars):
4471 * play/decipher.el (decipher-set-map):
4472 * progmodes/ada-mode.el (ada-get-current-indent)
4473 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
4474 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
4475 * progmodes/ada-xref.el (ada-initialize-runtime-library)
4476 (ada-get-all-references):
4477 * progmodes/cperl-mode.el (cperl-electric-paren)
4478 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
4479 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
4480 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
4481 (cperl-word-at-point-hard):
4482 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
4483 (idlwave-shell-filename-string, idlwave-shell-batch-command)
4484 (idlwave-shell-display-line):
4485 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
4486 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
4487 * progmodes/js.el (js--re-search-forward-inner)
4488 (js--re-search-backward-inner):
4489 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
4490 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
4491 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
4492 * textmodes/flyspell.el (flyspell-process-localwords):
4493 * textmodes/ispell.el (ispell-buffer-local-parsing)
4494 (ispell-buffer-local-dict, ispell-buffer-local-words):
4495 Use point-at-bol and point-at-eol.
4496
4497 * speedbar.el (speedbar-generic-item-info)
4498 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
4499 (speedbar-add-indicator, speedbar-check-vc-this-line)
4500 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
4501 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
4502 Replace more uses of end-of-line etc with line-end-position.
4503
4504 2010-11-06 Glenn Morris <rgm@gnu.org>
4505
4506 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
4507 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
4508 (texinfo-delete-existing-pointers, texinfo-find-pointer)
4509 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
4510 (texinfo-multiple-files-update):
4511 * textmodes/table.el (table--probe-cell-left-up)
4512 (table--probe-cell-right-bottom):
4513 * textmodes/picture.el (picture-tab-search):
4514 * textmodes/page-ext.el (pages-copy-header-and-position)
4515 (pages-directory-for-addresses):
4516 * progmodes/vera-mode.el (vera-get-offset):
4517 * progmodes/simula.el (simula-calculate-indent):
4518 * progmodes/python.el (python-pdbtrack-overlay-arrow):
4519 * progmodes/prolog.el (end-of-prolog-clause):
4520 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
4521 * progmodes/icon.el (indent-icon-exp):
4522 * progmodes/etags.el (tag-re-match-p):
4523 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
4524 * progmodes/ebnf2ps.el (ebnf-begin-file):
4525 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
4526 (dcl-save-local-variable):
4527 * play/life.el (life-setup):
4528 * play/gametree.el (gametree-looking-at-ply):
4529 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4530 * mail/sendmail.el (mail-mode-auto-fill):
4531 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4532 * emacs-lisp/edebug.el (edebug-overlay-arrow):
4533 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
4534 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
4535 (woman-tab-to-tab-stop, WoMan-warn-ignored):
4536 * type-break.el (type-break-file-keystroke-count):
4537 * term.el (term-replace-by-expanded-history-before-point)
4538 (term-skip-prompt, term-extract-string):
4539 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
4540 (speedbar-contract-line, speedbar-toggle-line-expansion)
4541 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
4542 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
4543 * sort.el (sort-skip-fields):
4544 * skeleton.el (skeleton-internal-list):
4545 * simple.el (line-move-finish, line-move-to-column):
4546 * shell.el (shell-forward-command):
4547 * misc.el (copy-from-above-command):
4548 * makesum.el (double-column):
4549 * ebuff-menu.el (electric-buffer-update-highlight):
4550 * dired.el (dired-move-to-end-of-filename):
4551 * dframe.el (dframe-popup-kludge):
4552 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
4553 * arc-mode.el (archive-get-lineno):
4554 Use line-end-position and line-beginning-position.
4555
4556 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
4557 (idlwave-study-twins): Prefix dynamic local `class'.
4558 (idlwave-routine-twin-compare): Update for above name change.
4559
4560 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
4561 Use boundp tests to silence compiler. Update for changed name of
4562 bytecomp-filename variable.
4563
4564 * emulation/viper-cmd.el (viper-read-string-with-history):
4565 Prefix dynamic local `initial'.
4566 (viper-minibuffer-standard-hook): Update for above name change.
4567
4568 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
4569 (elint-init-form): Update for above name change.
4570
4571 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
4572 local variables `cbeg' and `cend' a prefix.
4573 (mail-extr-voodoo): Update for above name change.
4574
4575 * textmodes/reftex-toc.el (reftex-toc-do-promote)
4576 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
4577 (reftex-toc-promote-action): Doc fix.
4578
4579 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
4580 `prompt', `data' a prefix.
4581 (reftex-select-post-command-hook, reftex-select-callback)
4582 (reftex-select-mouse-accept, reftex-select-read-cite):
4583 Update for above name changes.
4584
4585 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
4586 `refstyle' to reftex-refstyle.
4587 (reftex-offer-label-menu): Update for above name change.
4588 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
4589 `refstyle' name change.
4590
4591 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
4592 with with-current-buffer.
4593 (diff, template): Give dynamic local variables a prefix.
4594 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
4595 (emerge-line-number-in-buf): Update for above name change.
4596 (emerge-combine-versions-internal): Rename local `template' to
4597 emerge-combine-template.
4598 (emerge-combine-versions-edit): Update for above name change.
4599
4600 2010-11-06 Ralf Angeli <angeli@caeruleus.net>
4601
4602 * textmodes/reftex-cite.el
4603 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
4604 entries with whitespace after \bibitem.
4605 (reftex-create-bibtex-file): Match entries containing numbers and
4606 symbol constituents. Make sure that entries with whitespace at
4607 various places are found.
4608
4609 2010-11-05 Christian Millour <cm@abtela.com> (tiny change)
4610
4611 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
4612
4613 2010-11-05 Jan Djärv <jan.h.d@swipnet.se>
4614
4615 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
4616
4617 2010-11-05 Glenn Morris <rgm@gnu.org>
4618
4619 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
4620 (woman2-roff-buffer): Give local variable `request' a prefix.
4621 (woman0-macro): Rename argument `request' in the same way.
4622 (woman-request): New name for `request' dynamic variable.
4623 (woman-unquote, woman-forward-arg): Update for above name change.
4624 (woman1-roff-buffer): Give local variable `unquote' a prefix.
4625 (woman1-unquote): New name for `unquote' dynamic variable.
4626 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
4627 (woman-translations): Rename from `translations'. No longer global.
4628 (woman2-tr, woman-translate): Update for above name change.
4629 (woman-translate): Check for bound variable.
4630 (woman2-roff-buffer): Give local variable `translations' a prefix.
4631
4632 * play/doctor.el: Give all local variables a prefix. Update callers.
4633 (doc$, doctor-put-meaning): Use backquote.
4634
4635 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
4636 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
4637
4638 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
4639 variables bytes, ptr, op a prefix.
4640 (disassemble-offset): Update for above change.
4641
4642 2010-11-03 Chong Yidong <cyd@stupidchicken.com>
4643
4644 * emacs-lisp/package.el (package-unpack): Remove no-op.
4645 (package--builtins, package--dir): Doc fix.
4646 (package-activate-1, package-activate, package-install)
4647 (package-compute-transaction): Fix error message.
4648 (package-delete): Use delete-directory. Omit system packages.
4649 (package-initialize): Set package-alist to nil first.
4650 (package-menu-mark-delete, package-menu-mark-install): Don't add
4651 symbols that are inconsistent with the package state.
4652 (package-menu-execute): Perform deletions and installations as
4653 single batch operations.
4654
4655 2010-11-03 Glenn Morris <rgm@gnu.org>
4656
4657 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
4658 (props): Remove unnecessary declaration.
4659
4660 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
4661 set-process-query-on-exit-flag.
4662
4663 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
4664 (reftex-toc-do-promote): Remove unused local `mpos'.
4665 (reftex-toc-restore-region): Make `mpos' local to this function.
4666
4667 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
4668
4669 * play/landmark.el (lm-losing-threshold): Correct spelling.
4670 (lm-human-plays): Use new name.
4671
4672 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
4673 (gomoku-human-plays): Use new name.
4674
4675 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
4676 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
4677 (gomoku-score-trans-table, gomoku-winning-threshold)
4678 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
4679
4680 2010-11-03 Chong Yidong <cyd@stupidchicken.com>
4681
4682 * emacs-lisp/package.el: Don't put built-in packages in
4683 package-alist, to avoid loading inefficiencies.
4684 (package-built-in-p): Make VERSION optional, and treat it as a
4685 minimum acceptable version.
4686 (package-activate): Search separately for built-in packages.
4687 Emit a warning if a dependency fails.
4688 (define-package): Handle most common case, where there is no
4689 obsolete package, first.
4690 (package-compute-transaction): Print required version in error.
4691 (package--initialized): New variable.
4692 (list-packages): Use it.
4693 (package-initialize): Optional arg NO-ACTIVATE. Don't put
4694 built-in packages in packages-alist; keep it separate.
4695 Set package--initialized.
4696 (describe-package): Avoid activating packages as a side-effect.
4697 Search separately for built-in packages.
4698 (describe-package-1): Handle the case where an elpa package is
4699 simultaneously built-in and available/installed.
4700 (package-installed-p, package--generate-package-list):
4701 Search separately for built-in packages.
4702 (package-load-descriptor): Doc fix.
4703
4704 2010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4705
4706 * progmodes/perl-mode.el (perl-syntax-propertize-function):
4707 Handle __DATA__ and __END__.
4708
4709 2010-11-02 Noah Friedman <friedman@splode.com>
4710
4711 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
4712 nil, do not ask to recompile files that are not already compiled,
4713 and do not recompile them.
4714
4715 2010-11-02 Chong Yidong <cyd@stupidchicken.com>
4716
4717 * emacs-lisp/package.el (package-initialize): Ensure that
4718 obsoleted built-in packages are not in package-activated-list
4719 during activation.
4720 (describe-package-1): Make the "installed" status override
4721 "built-in".
4722
4723 2010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4724
4725 * subr.el (version-separator, version-regexp-alist): Remove '*'
4726 from docstring.
4727 (version-list-<=, version<=, version=): Doc fix.
4728
4729 2010-11-01 Kenichi Handa <handa@m17n.org>
4730
4731 * faces.el (glyphless-char): Inherit underline for tty.
4732
4733 2010-11-01 Kenichi Handa <handa@m17n.org>
4734
4735 Implement various display methods for glyphless characters.
4736
4737 * international/characters.el (char-acronym-table): New variable.
4738 (glyphless-char-control): New variable.
4739 (update-glyphless-char-display): New function.
4740
4741 * faces.el (glyphless-char): New face.
4742
4743 2010-11-01 Glenn Morris <rgm@gnu.org>
4744
4745 * calendar/holidays.el (general-holidays, oriental-holidays)
4746 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
4747 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
4748 the definitions of their targets.
4749
4750 * emacs-lisp/smie.el (smie): New custom group.
4751 (smie-blink-matching-inners, smie-indent-basic): Add :group.
4752
4753 * faces.el (xw-defined-colors, x-setup-function-keys):
4754 * mouse-sel.el (x-select-text):
4755 * term/w32console.el (x-setup-function-keys): Update declarations.
4756
4757 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
4758
4759 * textmodes/ispell.el (comment-add): Declare.
4760
4761 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
4762 Declare.
4763
4764 * info.el (finder-keywords-hash, package-alist): Declare.
4765
4766 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
4767
4768 * finder.el (finder-compile-keywords): Don't use intern-soft,
4769 since package names may not yet exist in the obarray.
4770
4771 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
4772
4773 * vc/vc-arch.el (vc-arch-checkin):
4774 * vc/vc-cvs.el (vc-cvs-checkin):
4775 * vc/vc-mtn.el (vc-mtn-checkin):
4776 * vc/vc-rcs.el (vc-rcs-checkin):
4777 * vc/vc-sccs.el (vc-sccs-checkin):
4778 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
4779 since 2010-04-21 commit by Stefan Monnier.
4780
4781 2010-11-01 Glenn Morris <rgm@gnu.org>
4782
4783 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
4784
4785 * startup.el (package-enable-at-startup, package-initialize):
4786 Silence compiler.
4787
4788 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
4789 Silence compiler.
4790
4791 2010-10-31 Julien Danjou <julien@danjou.info>
4792
4793 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
4794 (byte-recompile-directory):
4795 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
4796 Use `byte-recompile-file'.
4797
4798 2010-10-31 Glenn Morris <rgm@gnu.org>
4799
4800 * cus-start.el: Handle standard values via a keyword.
4801 Only set version property if specified.
4802 (cursor-in-non-selected-windows, menu-bar-mode)
4803 (tool-bar-mode, show-trailing-whitespace):
4804 Do not specify standard values.
4805 (transient-mark-mode, temporary-file-directory): Use :standard.
4806
4807 2010-10-31 Jan Djärv <jan.h.d@swipnet.se>
4808
4809 * term/x-win.el (x-get-selection-value): New function that gets
4810 PRIMARY with type as specified in x-select-request-type. (Bug#6802)
4811
4812 2010-10-31 Michael Albinus <michael.albinus@gmx.de>
4813
4814 * net/tramp.el (tramp-handle-insert-file-contents): For root,
4815 preserve owner and group when editing files. (Bug#7289)
4816
4817 2010-10-31 Glenn Morris <rgm@gnu.org>
4818
4819 * speedbar.el (speedbar-mode):
4820 * play/fortune.el (fortune-in-buffer, fortune):
4821 * play/gomoku.el (gomoku-mode):
4822 * play/landmark.el (lm-mode):
4823 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
4824 Replace inappropriate uses of toggle-read-only. (Bug#7292)
4825
4826 * select.el (x-selection): Mark it as an obsolete alias.
4827
4828 2010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
4829
4830 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
4831 major-mode (bug#7284).
4832
4833 2010-10-31 Glenn Morris <rgm@gnu.org>
4834
4835 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
4836 rather than just an unused variable that inherits from the real one.
4837
4838 2010-10-31 Alan Mackenzie <acm@muc.de>
4839
4840 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
4841 This fixes bug #7185.
4842
4843 2010-10-30 Chong Yidong <cyd@stupidchicken.com>
4844
4845 * startup.el (command-line): Search for package directories, and
4846 don't load package.el if none are found.
4847
4848 * emacs-lisp/package.el (describe-package, list-packages):
4849 Call package-initialize if it has not been called yet.
4850
4851 2010-10-30 Alan Mackenzie <acm@muc.de>
4852
4853 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
4854 which fontifies the tail of an enum.
4855 (c-basic-matchers-after): Insert a call to the above new function.
4856 This fixes bug #7264.
4857
4858 2010-10-30 Glenn Morris <rgm@gnu.org>
4859
4860 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
4861 tool-bar-mode, transient-mark-mode. (Bug#7306)
4862 Include the :set property in the dumped Emacs.
4863
4864 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4865
4866 SMIE: change indent rules format, improve smie-setup.
4867 * emacs-lisp/smie.el (smie-precs-precedence-table)
4868 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
4869 Mark them pure so the tables gets built at compile time.
4870 (smie-bnf-precedence-table): Store the closer-alist in the table.
4871 (smie-prec2-levels): Preserve the closer-alist.
4872 (smie-blink-matching-open): Be more forgiving in case of indentation.
4873 (smie-hanging-p): Rename from smie-indent--hanging-p.
4874 (smie-bolp): Rename from smie-indent--bolp.
4875 (smie--parent, smie--after): New dynamic vars.
4876 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
4877 (smie-indent-rules): Remove.
4878 (smie-indent--offset-rule): Remove fun.
4879 (smie-rules-function): New var.
4880 (smie-indent--rule): New fun.
4881 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
4882 (smie-indent-exps): Use it.
4883 (smie-setup): Setup paren blinking; add keyword args for token
4884 functions; extract closer-alist from op-levels.
4885 (smie-indent-debug-log): Remove var.
4886 (smie-indent-debug): Remove fun.
4887 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
4888 (prolog-smie-rules): New fun to replace it.
4889 (prolog-mode-variables): Simplify.
4890 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
4891 it's setup automatically.
4892 (octave-smie-indent-rules): Remove.
4893 (octave-smie-rules): New fun to replace it.
4894 (octave-mode): Simplify.
4895
4896 2010-10-29 Glenn Morris <rgm@gnu.org>
4897
4898 * files.el (temporary-file-directory): Remove (already defined in C).
4899 * cus-start.el: Add temporary-file-directory.
4900
4901 * abbrev.el (abbrev-mode):
4902 * composite.el (auto-composition-mode):
4903 * menu-bar.el (menu-bar-mode):
4904 * simple.el (transient-mark-mode):
4905 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
4906 that they do not define the associated variables twice.
4907 * simple.el (transient-mark-mode): Remove defvar.
4908 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
4909 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
4910 Handle multiple groups, and also custom-delayed-init-variables.
4911 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
4912
4913 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4914
4915 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
4916 (pcase-if): Add one minor optimization.
4917 (pcase-split-equal): Rename from pcase-split-eq.
4918 (pcase-split-member): Rename from pcase-split-memq.
4919 (pcase-u1): Add strings to the member optimization.
4920 Add `guard' variant of predicates.
4921 (pcase-q1): Add string patterns.
4922
4923 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4924
4925 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
4926
4927 2010-10-28 Glenn Morris <rgm@gnu.org>
4928
4929 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
4930 Move menu-bar related settings to ../menu-bar.el.
4931 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
4932 Move ns-specific settings here from term/ns-win.el.
4933
4934 * simple.el (x-selection-owner-p): Remove unused declaration.
4935
4936 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4937
4938 * minibuffer.el (completion-cycling): New var (bug#7266).
4939 (minibuffer-complete, completion--do-completion):
4940 Use completion--flush-all-sorted-completions.
4941 (minibuffer-complete): Only cycle if completion-cycling is set.
4942 (completion--flush-all-sorted-completions): Unset completion-cycling.
4943 (minibuffer-force-complete): Set completion-cycling.
4944 (completion-all-sorted-completions): Move declaration before first use.
4945
4946 2010-10-28 Leo <sdl.web@gmail.com>
4947
4948 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
4949 which changes the order of matches seen by users (bug#7231).
4950
4951 2010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
4952
4953 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4954 Don't confuse -omega as "-o mega".
4955
4956 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
4957
4958 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
4959 (log-edit-author): New dynamic var.
4960 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
4961 to return the author if different from committer.
4962 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
4963
4964 * play/landmark.el: Adjust commenting convention.
4965 (lm-nil-score): Rename from nil-score.
4966 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
4967 (OOOOscore): Move into a let in lm-score-trans-table.
4968 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
4969
4970 * electric.el (electric-indent-chars): Autoload.
4971 * progmodes/octave-mod.el (octave-mode):
4972 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
4973 (ruby-mode-abbrev-table): Merge initialization and declaration.
4974
4975 2010-10-27 Glenn Morris <rgm@gnu.org>
4976
4977 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
4978 variable.
4979
4980 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
4981
4982 * term/ns-win.el: Restore require of cl when compiling.
4983 (menu-bar-final-items): Remove non-existent `windows' menu.
4984 (ns-handle-nxopen): Optionally handle the temp-case.
4985 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
4986 (ns-insert-file, ns-find-file): Use `pop'.
4987
4988 2010-10-26 Glenn Morris <rgm@gnu.org>
4989
4990 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
4991
4992 2010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
4993
4994 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
4995 global map.
4996 * term/common-win.el (x-setup-function-keys): Remove most of the
4997 keymappings. Comment on the remaining ones.
4998
4999 2010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
5000
5001 * server.el (server-port): New option. (Bug#854)
5002 (server-start): Use server-port.
5003
5004 2010-10-26 Glenn Morris <rgm@gnu.org>
5005
5006 * term/ns-win.el (ns-version-string): Remove unused declaration.
5007 (ns-invocation-args): Change to x-invocation-args.
5008 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
5009 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
5010 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
5011 Use x-invocation-args instead of ns-invocation-args.
5012 (ns-initialize-window-system, handle-args-function-alist):
5013 Use x-handle-args instead of ns-handle-args.
5014 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
5015 * startup.el (command-line-ns-option-alist): Replace
5016 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
5017 ns-handle-iconic with the x- equivalents.
5018
5019 * term/common-win.el (x-select-enable-clipboard):
5020 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
5021
5022 * term/ns-win.el: No need to require cl when compiling.
5023 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
5024 (xw-defined-colors): Use the common-win definitions.
5025 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
5026 (ns-handle-iconic): Make it an alias for x-handle-iconic.
5027 * term/common-win.el (x-select-text, x-alternatives-map)
5028 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
5029 * loadup.el [ns]: Load common-win.
5030
5031 2010-10-26 Daiki Ueno <ueno@unixuser.org>
5032
5033 * epa-mail.el (epa-mail-encrypt): Handle local-part only
5034 recipients; expand mail aliases (Bug#7280).
5035
5036 2010-10-25 Glenn Morris <rgm@gnu.org>
5037
5038 * term/common-win.el (x-handle-switch): Simplify with pop.
5039 Optionally handle numeric switches.
5040 (x-handle-numeric-switch): Just call x-handle-switch.
5041 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
5042 (x-handle-name-switch, x-handle-display, x-handle-args):
5043 Simplify with pop.
5044
5045 * term/ns-win.el: Do not require easymenu.
5046 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
5047 <spell>: Move adjustments to menu-bar.el.
5048 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
5049 <separator-undo, spell>: Move ns-win's adjustments here.
5050 * loadup.el [ns]: Do not load easymenu.
5051
5052 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5053
5054 * image.el (image-checkbox-checked, image-checkbox-unchecked):
5055 Delete (Bug#7222).
5056
5057 * startup.el (fancy-startup-tail): Instead of using inline images,
5058 refer to image files from etc/.
5059
5060 * wid-edit.el (checkbox): Likewise.
5061 (widget-image-find): Center image specs.
5062
5063 2010-10-24 Glenn Morris <rgm@gnu.org>
5064
5065 * term/ns-win.el (x-select-text): Doc fix.
5066 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
5067 (x-select-text): Move to term/common-win.
5068 * term/w32-win.el (xw-defined-colors): Move to common-win.
5069 * term/x-win.el (xw-defined-colors, x-alternatives-map)
5070 (x-setup-function-keys, x-select-text): Move to common-win.
5071 * term/common-win.el (x-select-text, x-alternatives-map)
5072 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
5073 definitions here.
5074
5075 2010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
5076
5077 * net/mairix.el (mairix-searches-mode-map):
5078 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
5079
5080 2010-10-24 Michael McNamara <mac@mail.brushroad.com>
5081
5082 * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
5083 auto-built for efficiency of execution and updating.
5084 (verilog-extended-complete-re): Support 'pure' fucntion & task
5085 declarations (these have no bodies).
5086 (verilog-beg-of-statement): General cleanup to enable support of
5087 'pure' fucntion & task declarations (these have no bodies).
5088 These efforts together fix Verilog bug210 from veripool; which was also
5089 noticed by Steve Pearlmutter.
5090 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
5091 (verilog-directive-nest-re, verilog-set-auto-endcomments):
5092 Support `elsif. Reported by Shankar Giri.
5093 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
5094 attribute handling for lining up declarations and assignments.
5095 (verilog-beg-of-statement-1): Fix issue where continued declaration
5096 is indented differently if it is after a begin..end clock.
5097 (verilog-in-attribute-p, verilog-skip-backward-comments)
5098 (verilog-skip-forward-comment-p): Support proper treatment of
5099 attributes by indent code. Reported by Jeff Steele.
5100 (verilog-in-directive-p): Fix comment to correctly describe function.
5101 (verilog-backward-up-list, verilog-in-struct-region-p)
5102 (verilog-backward-token, verilog-in-struct-p)
5103 (verilog-in-coverage-p, verilog-do-indent)
5104 (verilog-pretty-declarations): Use verilog-backward-up-list as
5105 wrapper around backward-up-list inorder to properly skip comments.
5106 Reported by David Rogoff.
5107 (verilog-property-re, verilog-endcomment-reason-re)
5108 (verilog-beg-of-statement, verilog-set-auto-endcomments)
5109 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
5110 of if). Reported by Max Bjurling and
5111 (verilog-calc-1): Fix for clocking block in modport
5112 declaration. Reported by Brian Hunter.
5113
5114 2010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
5115
5116 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
5117 (verilog-gate-keywords, verilog-read-sub-decls)
5118 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
5119 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
5120 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
5121 (verilog-read-decls): Fix spaces in V2K module parameters causing
5122 mis-identification as interfaces, bug287.
5123 (verilog-read-decls): Fix not treating "parameter string" as a
5124 parameter in AUTOINSTPARAM.
5125 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
5126 treating `elsif similar to `endif inside AUTOSENSE.
5127 (verilog-do-indent): Implement correct automatic or static task or
5128 function end comment highlight. Reported by Steve Pearlmutter.
5129 (verilog-font-lock-keywords-2): Fix highlighting of single
5130 character pins, bug264. Reported by Michael Laajanen.
5131 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
5132 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
5133 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
5134 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
5135 (verilog-pretty-expr): Fix interactive arguments, bug272.
5136 Reported by Mark Johnson.
5137 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
5138 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
5139 bug269. Suggested by Gary Delp.
5140 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
5141 (verilog-preprocessor, verilog-set-compile-command):
5142 Create verilog-preprocess and verilog-preprocessor to show
5143 preprocessed output.
5144 (verilog-get-beg-of-line, verilog-get-end-of-line)
5145 (verilog-modi-file-or-buffer, verilog-modi-name)
5146 (verilog-modi-point, verilog-within-string): Move defmacro's
5147 before first use to avoid warning. Reported by Steve Pearlmutter.
5148 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
5149 (verilog-colorize-region, verilog-highlight-buffer)
5150 (verilog-highlight-includes, verilog-highlight-modules)
5151 (verilog-highlight-region, verilog-mode): Rename colorize to
5152 highlight to match other packages. Disable module highlighting,
5153 as received speed complaints, reenable for experimentation only
5154 using new verilog-highlight-modules.
5155 (verilog-read-decls): Fix regexp stack overflow in very large
5156 AUTO_TEMPLATEs, bug250.
5157 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
5158 (verilog-scan): Create verilog-save-buffer-state to standardize
5159 making insignificant changes that shouldn't call hooks.
5160 (verilog-save-no-change-functions, verilog-save-scan-cache)
5161 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
5162 Create verilog-save-no-change-functions to wrap verilog-scan
5163 preservation, and fix to work with nested preserved calls.
5164 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
5165 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
5166 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
5167 (verilog-submit-bug-report): Update variable list to be complete.
5168 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
5169 breaking on-the-fly font-locking.
5170 (verilog-colorize-buffer, verilog-colorize-include-files)
5171 (verilog-colorize-include-files-buffer, verilog-colorize-region)
5172 (verilog-load-file-at-mouse, verilog-load-file-at-point)
5173 (verilog-mode, verilog-read-inst-module-matcher): With point on a
5174 AUTOINST cell instance name, middle mouse button now finds-file on
5175 it. Suggested by Brad Dobbie.
5176 (verilog-alw-get-temps, verilog-auto-reset)
5177 (verilog-auto-sense-sigs, verilog-read-always-signals)
5178 (verilog-read-always-signals-recurse): Fix loop indexes being
5179 AUTORESET. AUTORESET now assumes any variables in the
5180 initialization section of a for() should be ignored.
5181 Reported by Dan Dever.
5182 (verilog-error-font-lock-keywords)
5183 (verilog-error-regexp-emacs-alist)
5184 (verilog-error-regexp-xemacs-alist): Fix error detection of
5185 Cadence HAL, reported by David Asher. Repair drift between the
5186 three similar error variables.
5187 (verilog-modi-lookup, verilog-modi-lookup-cache)
5188 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
5189 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
5190 Fix slow verilog-auto expansion on very large files.
5191 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
5192 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
5193 "{1*2{...". Broke in last revision.
5194 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
5195 submodule connections with replications "{#{a},#{b}}".
5196
5197 2010-10-24 Juanma Barranquero <lekktu@gmail.com>
5198
5199 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
5200 Fix typo in docstring.
5201
5202 2010-10-24 Kenichi Handa <handa@m17n.org>
5203
5204 * face-remap.el (text-scale-adjust): Call read-event with a proper
5205 prompt.
5206
5207 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5208
5209 * emacs-lisp/unsafep.el: Don't mark functions that display
5210 messages as safe. Suggested by Johan Bockgård.
5211
5212 2010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5213
5214 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
5215 Turn comments into docstrings.
5216
5217 * minibuffer.el (completion--replace): Move point where it belongs
5218 when there's a common suffix (bug#7215).
5219
5220 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5221
5222 Merge read-color and facemenu-read-color (Bug#7242).
5223
5224 * faces.el (read-color): Use the completion code from
5225 facemenu-read-color. Require match in completion. Doc fix.
5226
5227 * facemenu.el (facemenu-read-color): Alias for read-color.
5228 (facemenu-set-foreground, facemenu-set-background):
5229 Use read-color.
5230
5231 * frame.el (set-background-color, set-foreground-color)
5232 (set-cursor-color, set-mouse-color, set-border-color):
5233 Use read-color.
5234
5235 2010-10-24 Leo <sdl.web@gmail.com>
5236
5237 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
5238 argument of delete-file and delete-directory (Bug#7011).
5239
5240 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5241
5242 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
5243 button-buffer-map.
5244
5245 2010-10-24 Ralf Angeli <angeli@caeruleus.net>
5246
5247 * emacs-lisp/package.el (package--generate-package-list): Make the
5248 *Packages* buffer read-only.
5249
5250 2010-10-24 Alan Mackenzie <acm@muc.de>
5251
5252 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
5253 result of `c-beginning-of-decl-1' between invocations of a lambda
5254 function (Bug #7265).
5255
5256 2010-10-24 Daiki Ueno <ueno@unixuser.org>
5257
5258 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
5259 executable is not available on the system (Bug#7268).
5260
5261 2010-10-24 Glenn Morris <rgm@gnu.org>
5262
5263 * select.el (selection-coding-system, next-selection-coding-system):
5264 Sync doc with C versions.
5265
5266 * w32-vars.el (x-select-enable-clipboard):
5267 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
5268 * term/common-win.el (x-select-enable-clipboard): Move here.
5269
5270 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
5271 definition of C variable.
5272
5273 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
5274 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5275 Don't redefine things that are defined in C.
5276 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
5277 (show-trailing-whitespace, auto-hscroll-mode)
5278 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5279 Set up the appropriate custom properties.
5280
5281 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5282
5283 Bind "C-c ]" to ...
5284 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
5285 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
5286 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
5287 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
5288
5289 2010-10-23 Glenn Morris <rgm@gnu.org>
5290
5291 * textmodes/flyspell.el (flyspell-mode): If there was an error,
5292 say what it was.
5293
5294 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
5295 Sync docs with C version.
5296
5297 * term/ns-win.el (xw-defined-colors):
5298 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
5299
5300 * term/pc-win.el (x-select-enable-clipboard):
5301 * term/x-win.el (x-select-enable-clipboard):
5302 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
5303
5304 * comint.el (comint-password-prompt-regexp): Make it less vague.
5305 Bump version.
5306
5307 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
5308
5309 * help.el (finder-by-keyword): Remove unnecessary autoload.
5310
5311 2010-10-22 Glenn Morris <rgm@gnu.org>
5312
5313 * loadup.el: Unconditionally load float-sup.
5314 * paren.el (show-paren-delay):
5315 * emacs-lisp/float-sup.el:
5316 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
5317 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
5318 (lazy-lock-stealth-verbose): Assume float support.
5319 * ps-print.el: Assume float support on Emacs.
5320 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
5321 Remove non-float branch.
5322
5323 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
5324 src/Makefile no longer being pre-processed.
5325
5326 2010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5327
5328 * emacs-lisp/find-func.el (find-library): Use test-completion.
5329
5330 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5331
5332 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
5333
5334 2010-10-21 Michael Albinus <michael.albinus@gmx.de>
5335
5336 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
5337 space in stat format string.
5338 (tramp-send-command): Unset $PS1 when using here documents, in
5339 order not to get several prompts.
5340 (tramp-get-inline-coding): Return `nil' in case of errors.
5341
5342 2010-10-21 Daiki Ueno <ueno@unixuser.org>
5343
5344 * hexl.el (hexl-mode, hexl-mode-exit):
5345 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
5346 (hexl-revert-buffer-function): New function.
5347 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
5348
5349 2010-10-19 Alan Mackenzie <acm@muc.de>
5350
5351 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
5352 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
5353 that these keywords aren't wrongly matched as identifiers.
5354
5355 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
5356 setting of c-new-BEG and c-new-END from c-before-change to
5357 c-after-change. (Bug#7181)
5358
5359 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
5360
5361 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
5362 Don't mark as safe.
5363
5364 * custom.el (custom-theme-set-variables): Likewise.
5365 (load-theme): Add custom-theme-set-faces and
5366 custom-theme-set-variables to safe-functions while loading.
5367 (custom-enabled-themes): Mark as risky.
5368
5369 2010-10-18 Julien Danjou <julien@danjou.info>
5370
5371 * bindings.el: Remove end dashes in default mode-line-format.
5372
5373 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
5374
5375 * bindings.el (global-map): Bind C-d to delete-char and deletechar
5376 to delete-forward-char.
5377
5378 * simple.el (normal-erase-is-backspace-mode): Remap delete to
5379 deletechar, and hence delete-forward-char.
5380
5381 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5382
5383 * repeat.el (repeat): Use read-key (bug#6256).
5384
5385 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
5386
5387 * emacs-lisp/unsafep.el: Don't mark functions that display
5388 messages as safe. Suggested by Johan Bockgård.
5389
5390 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5391
5392 * minibuffer.el (completion--replace): Move point where it belongs
5393 when there's a common suffix (bug#7215).
5394
5395 2010-10-19 Kenichi Handa <handa@m17n.org>
5396
5397 * international/characters.el: Add category '|' (word breakable)
5398 to fullwidth characters.
5399
5400 2010-10-19 Michael Albinus <michael.albinus@gmx.de>
5401
5402 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
5403 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
5404 order to make stat results a float. Patch by Andreas Schwab
5405 <schwab@linux-m68k.org>.
5406
5407 2010-10-18 Julien Danjou <julien@danjou.info>
5408
5409 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
5410 hidden by `make-pointer-invisible'.
5411
5412 2010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5413
5414 * files.el (locate-file-completion-table): Strip non-matching elements
5415 before checking length of list (bug#7238).
5416
5417 2010-10-18 Chong Yidong <cyd@stupidchicken.com>
5418
5419 * custom.el (custom-theme-set-variables): Mark as a safe function.
5420 (load-theme): Check forms using unsafep.
5421
5422 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
5423
5424 2010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
5425
5426 * textmodes/ispell.el (ispell-aspell-find-dictionary):
5427 Fix aspell data file searching (bug#7230).
5428
5429 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
5430
5431 * cus-theme.el (custom-theme--migrate-settings): New var.
5432 (customize-create-theme): Allow editing the `user' theme.
5433 (custom-theme-add-variable, custom-theme-add-var-1)
5434 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
5435 to the front of each variable or face widget.
5436 (custom-theme-write): Save theme settings in the correct order.
5437 Optionally, remove saved settings from user customizations.
5438 (custom-theme-write-variables, custom-theme-write-faces):
5439 Save only the checked widgets.
5440 (customize-themes): Add a link for migrating custom settings.
5441
5442 * custom.el (custom-declare-theme, provide-theme):
5443 Use custom-theme-name-valid-p.
5444 (custom-theme-name-valid-p): Remove checks that are now
5445 unnecessary since themes no longer obey load-path.
5446
5447 * cus-edit.el (custom-variable-value-create): For the simple
5448 style, hide documentation string when hidden.
5449
5450 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
5451
5452 * cus-edit.el (custom-variable, custom-face): Combine the
5453 :inhibit-magic and :display-style properties into a single
5454 :custom-style property.
5455 (custom-toggle-hide-variable, custom-toggle-hide-face):
5456 New functions. If hiding an edited value, save it to :shown-value.
5457 (custom-variable-value-create, custom-face-value-create): Use them.
5458 (custom-magic-reset): Allow magic property to be unset.
5459
5460 * custom.el: Custom themes no longer use load-path.
5461 (custom-theme-load-path): New option. Change built-in theme
5462 directory to etc/.
5463 (custom-enabled-themes): Add custom-theme-load-path dependency.
5464 (custom-theme--load-path): New function.
5465 (load-theme, custom-available-themes): Use it.
5466
5467 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
5468 (customize-themes): Link to custom-theme-load-path variable.
5469 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
5470 :custom-style property.
5471
5472 * themes/*.el: Moved to etc/.
5473
5474 2010-10-16 Ralf Angeli <angeli@caeruleus.net>
5475
5476 * textmodes/reftex-cite.el
5477 (reftex-extract-bib-entries-from-thebibliography): Do not move
5478 point when searching for \bibitem entries. Match entries with
5479 spaces or tabs in front of arguments.
5480
5481 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
5482
5483 * cus-theme.el (customize-create-theme): Delete overlays after
5484 erasing. If given a THEME arg, display only the faces of that arg
5485 instead of custom-theme--listed-faces.
5486 (custom-theme-variable-menu, custom-theme-variable-action)
5487 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
5488 (custom-theme-add-variable, custom-theme-add-face): Apply value
5489 from the theme settings, instead of the current value.
5490 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
5491 (custom-theme-visit-theme): Allow calling outside theme buffers.
5492 (custom-theme-merge-theme): Don't enable the theme when merging.
5493 (custom-theme-write-variables, custom-theme-write-faces): Use the
5494 :shown-value properties to save buffer values, not global ones.
5495 (customize-themes): Display a warning about user customizations.
5496
5497 * cus-edit.el (custom-variable-value-create)
5498 (custom-face-value-create): Obey new special properties
5499 :shown-value and :inhibit-magic.
5500
5501 2010-10-15 Michael Albinus <michael.albinus@gmx.de>
5502
5503 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
5504 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
5505 <dale@codefu.org>.
5506
5507 2010-10-14 Kenichi Handa <handa@m17n.org>
5508
5509 * mail/rmail.el (rmail-show-message-1): Catch an error of
5510 base64-decode-region and just show an error message (bug#7165).
5511
5512 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
5513 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
5514 a font-spec (bug#7197).
5515
5516 2010-10-14 Glenn Morris <rgm@gnu.org>
5517
5518 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
5519
5520 2010-10-14 Juanma Barranquero <lekktu@gmail.com>
5521
5522 * international/mule.el (define-coding-system):
5523 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5524 * composite.el (compose-region): Fix typo in docstring.
5525
5526 2010-10-14 Chong Yidong <cyd@stupidchicken.com>
5527
5528 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
5529 only after checking the theme-face property.
5530
5531 * faces.el (face-spec-reset-face): Reset all attributes in one
5532 single call to set-face-attribute.
5533 (face-spec-match-p): Make it a defsubst.
5534 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
5535 (x-create-frame-with-faces, tty-create-frame-with-faces)
5536 (tty-set-up-initial-frame-faces): Don't recompute face specs in
5537 frame-set-background-mode, since they are recomputed immediately
5538 afterwards in face-set-after-frame-default.
5539 (face-set-after-frame-default): Minor optimization.
5540 (cursor): Provide non-trivial defface spec.
5541
5542 * custom.el (custom-theme-recalc-face): Simplify.
5543
5544 2010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
5545
5546 * calc/calc-alg.el (math-var): Rename from `var'.
5547 (math-is-polynomial, math-is-poly-rec): Replace `var'
5548 with `math-var'.
5549
5550 * calc/calcalg2.el (math-var): Rename from `var'.
5551 (calcFunc-table, math-scan-for-limits): Replace `var'
5552 with `math-var'.
5553
5554 2010-10-13 Glenn Morris <rgm@gnu.org>
5555
5556 * subr.el (last): Deal with dotted lists (reported in bug#7174).
5557
5558 2010-10-13 Stephen Berman <stephen.berman@gmx.net>
5559
5560 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
5561
5562 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5563
5564 * net/tls.el (tls-program): Remove spurious %s from openssl.
5565 (tls-starttls-switches): Remove starttls hack.
5566 (open-tls-stream): Ditto.
5567 (tls-find-starttls-argument): Ditto.
5568
5569 2010-10-13 Juanma Barranquero <lekktu@gmail.com>
5570
5571 * image.el (image-library-alist): Declare as obsolete alias.
5572 (image-type-available-p): Use `dynamic-library-alist'.
5573
5574 * term/w32-win.el (dynamic-library-alist):
5575 Use instead of `image-library-alist'.
5576
5577 2010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
5578
5579 * subr.el (last): Make it faster. (Bug#7174)
5580
5581 2010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
5582
5583 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
5584
5585 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
5586
5587 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
5588 (describe-theme-1): Extract doc from unloaded themes.
5589
5590 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
5591
5592 * themes/tango-theme.el:
5593 * themes/tango-dark-theme.el:
5594 * themes/wheatgrass-theme.el: New files.
5595
5596 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
5597
5598 * cus-theme.el (describe-theme, customize-themes)
5599 (custom-theme-save): New commands.
5600 (custom-new-theme-mode-map): Bind C-x C-s.
5601 (custom-new-theme-mode): Use custom--initialize-widget-variables.
5602 (customize-create-theme): New optional arg THEME.
5603 (custom-theme-revert): Use it.
5604 (custom-theme-visit-theme): Remove dead code.
5605 (custom-theme-merge-theme): Use custom-available-themes.
5606 (custom-theme-write): Make interactive.
5607 (custom-theme-write): Use custom-theme-name-valid-p.
5608 (describe-theme-1, custom-theme-choose-revert)
5609 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
5610 New funs.
5611 (custom-theme-allow-multiple-selections): New option.
5612 (custom-theme-choose-mode): New major mode.
5613
5614 * custom.el (custom-theme-set-variables): Remove dead code.
5615 Obey custom--inhibit-theme-enable.
5616 (custom--inhibit-theme-enable): New var.
5617 (provide-theme): Obey it.
5618 (load-theme): Replace load with manual read/eval, in order to
5619 check for correctness. Use custom-theme-name-valid-p.
5620 (custom-theme-name-valid-p): New function.
5621 (custom-available-themes): Use it.
5622
5623 * cus-edit.el (custom--initialize-widget-variables): New function.
5624 (Custom-mode): Use it.
5625
5626 * cus-face.el (custom-theme-set-faces): Remove dead code.
5627 Obey custom--inhibit-theme-enable.
5628
5629 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
5630
5631 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
5632
5633 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
5634
5635 2010-10-12 Jan Djärv <jan.h.d@swipnet.se>
5636
5637 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
5638 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
5639 (mac-right-option-modifier): New alias for ns-right-option-modifier.
5640
5641 * cus-start.el (all): ns-right-alternate-modifier is new.
5642
5643 2010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5644
5645 * emacs-lisp/lisp.el (lisp-completion-at-point):
5646 Use emacs-lisp-mode-syntax-table for the whole function.
5647
5648 2010-10-12 David Koppelman <koppel@ece.lsu.edu>
5649
5650 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
5651 instead of font-lock-mode before adding keywords.
5652 Remove hi-lock-mode off code. Remove inhibit hack.
5653 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
5654 non-nil; removed hook inhibit hack.
5655
5656 2010-10-12 Glenn Morris <rgm@gnu.org>
5657
5658 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
5659 (load-path-shadows-find): ... to this.
5660 (list-load-path-shadows): Update for above change.
5661
5662 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
5663
5664 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
5665
5666 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
5667 Fix comment for declare-function.
5668
5669 2010-10-11 Chong Yidong <cyd@stupidchicken.com>
5670
5671 * custom.el (custom-fix-face-spec): New function; code moved from
5672 custom-face-edit-fix-value.
5673 (custom-push-theme): Use it when checking if a face has been
5674 changed outside customize.
5675 (custom-available-themes): New function.
5676 (load-theme): Use it.
5677
5678 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
5679
5680 * custom.el (custom-push-theme): Cleanup (use cond).
5681 (disable-theme): Recompute the saved-face property.
5682 (custom-theme-recalc-face): Follow face alias before setting prop.
5683
5684 * image.el (image-checkbox-checked, image-checkbox-unchecked):
5685 New variables, containing checkbox images.
5686
5687 * startup.el (fancy-startup-tail):
5688 * wid-edit.el (checkbox): Use them.
5689
5690 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
5691
5692 * shell.el (shell-mode-map):
5693 * progmodes/modula2.el (m2-mode-map):
5694 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
5695 * play/mpuz.el (mpuz-mode-map):
5696 * play/landmark.el (lm-mode-map):
5697 * play/decipher.el (decipher-mode-map):
5698 * play/5x5.el (5x5-mode-map):
5699 * net/telnet.el (telnet-mode-map):
5700 * net/quickurl.el (quickurl-list-mode-map):
5701 * net/mairix.el (mairix-searches-mode-map):
5702 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
5703 * net/dig.el (dig-mode-map):
5704 * mail/mspools.el (mspools-mode-map):
5705 * hexl.el (hexl-mode-map):
5706 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
5707 (wordstar-C-o-map, wordstar-C-q-map):
5708 * emacs-lisp/edebug.el (edebug-eval-mode-map):
5709 * emacs-lisp/chart.el (chart-map):
5710 * edmacro.el (edmacro-mode-map):
5711 * erc/erc-list.el (erc-list-menu-mode-map):
5712 * array.el (array-mode-map): Declare and define in one step.
5713
5714 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
5715
5716 2010-10-10 Daiki Ueno <ueno@unixuser.org>
5717
5718 * epa.el (epa-passphrase-callback-function): Display filename
5719 passed as the 3rd arg.
5720 * epa-file.el (epa-file-passphrase-callback-function):
5721 Pass filename to epa-passphrase-callback-function.
5722
5723 2010-10-09 Chong Yidong <cyd@stupidchicken.com>
5724
5725 * cus-edit.el (custom-face-widget-to-spec)
5726 (custom-face-get-current-spec, custom-face-state): New functions.
5727 (custom-face-set, custom-face-mark-to-save)
5728 (custom-face-value-create, custom-face-state-set): Use them.
5729
5730 * cus-theme.el (custom-theme--listed-faces): New var.
5731 (customize-create-theme): Use *Custom Theme* as the buffer name.
5732 Set revert-buffer-function. Optional arg BUFFER. Insert all
5733 faces listed in custom-theme--listed-faces.
5734 (custom-theme-revert): New function.
5735 (custom-theme-add-variable, custom-theme-add-face): Insert at the
5736 bottom of the list.
5737 (custom-theme-write): Prompt for theme name if empty.
5738 (custom-theme-write-variables): Use dolist.
5739 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
5740
5741 2010-10-09 Alan Mackenzie <acm@muc.de>
5742
5743 Enhance fontification of declarators to take account of the
5744 presence/absence of "typedef".
5745
5746 * cc-engine.el (c-forward-type): New &optional param
5747 "brace-block-too".
5748 (c-forward-decl-or-cast-1): cdr of return value now indicates the
5749 presence of either or both of a "struct"-like keyword and "typedef".
5750
5751 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
5752 fontification of declarators which follow a "}".
5753 (c-font-lock-declarations): Fontify declarators according to the
5754 presence/absence of "typedef".
5755
5756 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
5757 for "typedef".
5758 (c-typedef-decl-key): New lang variable built from
5759 c-typedef-decl-kwds.
5760
5761 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5762
5763 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
5764 since that's too annoying. Move the filter groups commands to
5765 TAB/backtab.
5766
5767 * epa.el (epa-passphrase-callback-function): Say what we're
5768 querying the password for.
5769
5770 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
5771 behaviour, don't bury the ibuffer buffer when visiting other buffers.
5772
5773 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
5774
5775 * cus-edit.el (custom-commands, custom-buffer-create-internal)
5776 (custom-magic-value-create): Pad button tags with spaces.
5777 (custom-face-edit): New variable.
5778 (custom-face-value-create): Determine whether to use the usual
5779 face editor here, instead of using custom-face-selected.
5780 Pass face defaults to custom-face-edit widget.
5781 (custom-face-selected, custom-display-unselected): Delete widgets.
5782 (custom-display-unselected-match): Function removed.
5783 (custom-face-set, custom-face-mark-to-save):
5784 Accept custom-face-edit widgets as the direct widget child.
5785
5786 * wid-edit.el (widget--completing-widget): New var.
5787 (widget-default-complete): Bind it when doing completion.
5788 (widget-string-complete, widget-file-complete): Use it.
5789
5790 2010-10-09 Glenn Morris <rgm@gnu.org>
5791
5792 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
5793 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
5794 (holiday-hebrew-misc): Small simplifications.
5795
5796 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
5797
5798 * net/browse-url.el: Don't require thingatpt, term, dired,
5799 executable, or w3-auto when compiling.
5800 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
5801 Declare.
5802 (browse-url-text-emacs): Require term.
5803
5804 2010-10-08 Andreas Schwab <schwab@linux-m68k.org>
5805
5806 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
5807
5808 2010-10-08 Glenn Morris <rgm@gnu.org>
5809
5810 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
5811
5812 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
5813 (shadows-compare-text-p): Make it an obsolete alias for...
5814 (load-path-shadows-compare-text): ... new name.
5815 (find-emacs-lisp-shadows): Update for above name change.
5816 (load-path-shadows-same-file-or-nonexistent): New name for the old
5817 shadow-same-file-or-nonexistent.
5818
5819 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
5820
5821 * minibuffer.el (completion--some, completion--do-completion)
5822 (minibuffer-complete-and-exit, minibuffer-completion-help)
5823 (completion-basic-try-completion)
5824 (completion-basic-all-completions)
5825 (completion-pcm--find-all-completions): Use lexical-let to
5826 avoid some false matches in variable completion (Bug#7056)
5827
5828 2010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
5829
5830 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
5831
5832 2010-10-08 Leo <sdl.web@gmail.com>
5833
5834 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
5835 return non-nil if the file exists (Bug#7090).
5836
5837 2010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5838
5839 * minibuffer.el (completion--replace):
5840 Better preserve markers (bug#7138).
5841
5842 2010-10-08 Juanma Barranquero <lekktu@gmail.com>
5843
5844 * server.el (server-process-filter): Doc fix.
5845
5846 2010-10-08 Drew Adams <drew.adams@oracle.com>
5847
5848 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
5849
5850 2010-10-08 Glenn Morris <rgm@gnu.org>
5851
5852 * vc/ediff-wind.el (ediff-setup-control-frame):
5853 * vc/ediff-ptch.el (ediff-default-backup-extension):
5854 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
5855 (ediff-exec-process): Remove system-types emx, windows-95.
5856
5857 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
5858
5859 2010-10-07 Chong Yidong <cyd@stupidchicken.com>
5860
5861 * cus-edit.el (custom-variable, custom-face): Doc fix.
5862 (custom-face-edit): Add value-create attribute.
5863 (custom-face-edit-value-create)
5864 (custom-face-edit-value-visibility-action): New functions.
5865 Hide unused face attributes by default, and add a visibility toggle.
5866 (custom-face-edit-deactivate): Show empty values with shadow face.
5867 (custom-face-selected): Only use this for face specs with default
5868 attributes.
5869 (custom-face-value-create): Cleanup.
5870
5871 * wid-edit.el (widget-checklist-value-create): Use dolist.
5872 (widget-checklist-match-find): Make second arg optional.
5873
5874 2010-10-07 Glenn Morris <rgm@gnu.org>
5875
5876 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
5877 Prefix things.
5878
5879 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
5880 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
5881 load-path-shadows-mode, update references.
5882 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
5883 Rename variable and button.
5884 (list-load-path-shadows): Update button caller.
5885
5886 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5887
5888 * emacs-lisp/smie.el (smie-bnf-classify): New function.
5889 (smie-bnf-precedence-table): Use it to remember the closers/openers.
5890 (smie-merge-prec2s): Handle those new entries.
5891 (smie-prec2-levels): Only set precedence to nil for actual
5892 openers/closers.
5893 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
5894 that is now unnecessary.
5895
5896 2010-10-07 Miles Bader <miles@gnu.org>
5897
5898 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
5899
5900 2010-10-07 Glenn Morris <rgm@gnu.org>
5901
5902 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
5903 (mail-position-on-field): Remove declarations.
5904 (mail-position-on-field): Autoload it.
5905 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
5906 and mail-header-end. Don't require sendmail.
5907
5908 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
5909 (shadow-mode): New mode.
5910 (shadow-find-file): New button.
5911 (list-load-path-shadows): Use shadow-mode and buttons.
5912
5913 * iimage.el (iimage-version): Remove.
5914 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
5915 Turn into defcustoms.
5916 (iimage-mode-map): Give it a doc string.
5917
5918 * calendar/appt.el (appt-activate): Give a warning rather than an error
5919 if there is no diary-file.
5920
5921 2010-10-06 Michael Albinus <michael.albinus@gmx.de>
5922
5923 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5924 Use `tramp-handle-find-backup-file-name'.
5925
5926 2010-10-06 Glenn Morris <rgm@gnu.org>
5927
5928 * font-core.el (font-lock-defaults-alist): Remove variable.
5929 (font-lock-mode): Doc fix.
5930 (font-lock-default-function): Do not consult font-lock-defaults-alist.
5931 * font-lock.el (font-lock-refresh-defaults): Doc fix.
5932 (font-lock-set-defaults): Doc fix.
5933 Do not consult font-lock-defaults-alist.
5934
5935 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
5936
5937 * emacs-lisp/cl.el: No longer provide cl-19.
5938
5939 2010-10-05 Michael Albinus <michael.albinus@gmx.de>
5940
5941 * net/tramp.el (tramp-handle-directory-files-and-attributes)
5942 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
5943 New defuns, taken from tramp-smb.el.
5944 (tramp-coding-system-change-eol-conversion)
5945 (tramp-set-process-query-on-exit-flag): Remove.
5946
5947 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
5948 (tramp-compat-coding-system-change-eol-conversion)
5949 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
5950 from tramp.el.
5951
5952 * net/tramp-gvfs.el:
5953 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
5954 by `tramp-compat-set-process-query-on-exit-flag'.
5955
5956 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5957 Use `tramp-handle-directory-files-and-attributes',
5958 `tramp-handle-file-exists-p' and
5959 `tramp-handle-file-newer-than-file-p'.
5960 (tramp-imap-handle-file-exists-p)
5961 (tramp-imap-handle-file-executable-p)
5962 (tramp-imap-handle-file-readable-p)
5963 (tramp-imap-handle-directory-files-and-attributes)
5964 (tramp-imap-handle-file-newer-than-file-p): Remove.
5965
5966 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
5967 by `tramp-compat-set-process-query-on-exit-flag' and
5968 `tramp-coding-system-change-eol-conversion' by
5969 `tramp-compat-coding-system-change-eol-conversion'.
5970
5971 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5972 Use `tramp-handle-directory-files-and-attributes',
5973 `tramp-handle-file-exists-p' and
5974 `tramp-handle-file-newer-than-file-p'.
5975 (tramp-smb-handle-directory-files-and-attributes)
5976 (tramp-smb-handle-file-exists-p)
5977 (tramp-smb-handle-file-newer-than-file-p): Remove.
5978 (tramp-smb-maybe-open-connection):
5979 Replace `tramp-set-process-query-on-exit-flag' by
5980 `tramp-compat-set-process-query-on-exit-flag'.
5981
5982 2010-10-05 Glenn Morris <rgm@gnu.org>
5983
5984 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
5985
5986 2010-10-04 Michael Albinus <michael.albinus@gmx.de>
5987
5988 Continue reorganization of load dependencies. (Bug#7156)
5989
5990 * net/tramp.el (tramp-handle-file-local-copy-hook)
5991 (tramp-delete-temp-file-function): Move down.
5992 (tramp-exists-file-name-handler): Move up.
5993 (tramp-register-file-name-handlers): Simplify autoload.
5994 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
5995 (tramp-handle-directory-files, tramp-handle-dired-uncache)
5996 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
5997 (tramp-handle-file-name-completion)
5998 (tramp-handle-file-name-directory)
5999 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
6000 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
6001 (tramp-handle-find-backup-file-name)
6002 (tramp-handle-insert-file-contents, tramp-handle-load)
6003 (tramp-handle-substitute-in-file-name)
6004 (tramp-handle-unhandled-file-name-directory)
6005 (tramp-mode-string-to-int, tramp-local-host-p)
6006 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
6007
6008 * net/tramp-gvfs.el (top):
6009 * net/tramp-smb.el (top): Do not require 'tramp-sh.
6010
6011 * net/tramp-sh.el (all): Move several objects to tramp.el, see
6012 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
6013
6014 2010-10-04 Glenn Morris <rgm@gnu.org>
6015
6016 * calendar/appt.el (appt-add): Ensure reminders are enabled.
6017 (appt-activate): Give status messages.
6018
6019 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6020
6021 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
6022 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
6023 `gnutls-negotiate' (formerly `starttls-negotiate').
6024 Remove trivial wrapper `starttls-open-stream'.
6025
6026 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6027
6028 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
6029 log-outgoing commands.
6030 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
6031 to create a buffer local revert-buffer-function variable.
6032 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
6033 revert-buffer-function lambda.
6034
6035 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6036
6037 * net/gnutls.el (starttls-negotiate): Use the plist interface to
6038 `gnutls-boot'. Make TYPE the only required parameter.
6039 Allow TRUSTFILES and KEYFILES to be lists.
6040 (open-ssl-stream): Use it.
6041
6042 2010-10-03 Glenn Morris <rgm@gnu.org>
6043
6044 * subr.el (directory-sep-char): Remove obsolete variable.
6045 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
6046 it is "necessary".
6047
6048 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
6049 * vc/vc.el (vc-static-header-alist): Doc fix.
6050 * vc/vc-cvs.el (vc-cvs-header):
6051 * vc/vc-rcs.el (vc-rcs-header):
6052 * vc/vc-sccs.el (vc-sccs-header):
6053 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
6054 * obsolete/vc-mcvs.el (vc-mcvs-header):
6055 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
6056 on XEmacs.
6057
6058 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
6059
6060 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
6061 Remove obsolete use of binary-overwrite-mode (Bug#7001).
6062
6063 2010-10-03 Glenn Morris <rgm@gnu.org>
6064
6065 * obsolete/x-menu.el: Remove file, obsolete since 21.1.
6066
6067 * textmodes/rst.el (rst-font-lock-keywords-function):
6068 Drop Emacs 20 code.
6069
6070 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
6071
6072 * printing.el: Drop Emacs 20 code.
6073
6074 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
6075 without having used appt.el already).
6076
6077 * subr.el (make-local-hook): Remove function obsolete since 21.1.
6078 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
6079 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
6080 XEmacs.
6081 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
6082 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
6083
6084 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
6085 (charset-width, find-charset-region, chars-in-region, forward-point)
6086 (encode-coding-string, coding-system-p, ccl-execute-on-string)
6087 (define-ccl-program, multibyte-string-p, string-make-multibyte):
6088 Remove compatibility cruft (none of these are used by ps*.el).
6089
6090 2010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6091
6092 * subr.el (booleanp): Return t instead of a list (Bug#7086).
6093
6094 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
6095
6096 * server.el (server-process-filter, server-return-error):
6097 Give emacsclient time to shut down after receiving an error string.
6098
6099 2010-10-02 Michael Albinus <michael.albinus@gmx.de>
6100
6101 * files.el (remote-file-name-inhibit-cache): New defcustom.
6102
6103 * time.el (display-time-file-nonempty-p):
6104 Use `remote-file-name-inhibit-cache'.
6105
6106 * net/tramp.el (tramp-completion-reread-directory-timeout):
6107 Fix docstring.
6108
6109 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
6110 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
6111 `remote-file-name-inhibit-cache'. Check also for an integer
6112 value. Add/increase counter when `tramp-verbose' >= 10.
6113 (tramp-set-file-property): Add/increase counter when
6114 `tramp-verbose' >= 10.
6115
6116 * net/tramp-cmds.el (tramp-cleanup-all-connections)
6117 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
6118 (tramp-bug): Set tramp-autoload cookie. Report all interned
6119 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
6120 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
6121 characters only in strings.
6122
6123 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
6124 to backward compatibility.
6125
6126 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
6127 (tramp-handle-file-name-all-completions)
6128 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
6129 (tramp-open-connection-setup-interactive-shell):
6130 Call `tramp-cleanup-connection' directly.
6131
6132 2010-10-02 Glenn Morris <rgm@gnu.org>
6133
6134 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
6135
6136 * subr.el (char-bytes): Remove obsolete function.
6137
6138 * isearch.el (isearch-return-char): Remove obsolete function.
6139
6140 * mouse.el: No longer provide mldrag.
6141 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
6142 Remove obsolete aliases.
6143
6144 * comint.el (comint-kill-output): Remove obsolete alias.
6145
6146 * composite.el (decompose-composite-char): Remove obsolete function.
6147 * ps-def.el (decompose-composite-char): Remove unused function.
6148
6149 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
6150
6151 * outline.el (outline-visible): Remove obsolete function.
6152
6153 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
6154 * faces.el (internal-find-face, internal-get-face)
6155 (frame-update-faces, frame-update-face-colors)
6156 (x-frob-font-weight, x-frob-font-slant)
6157 (internal-frob-font-weight, internal-frob-font-slant)
6158 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
6159 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
6160 (x-make-font-bold-italic): Remove functions and aliases, obsolete
6161 since Emacs 21.1.
6162 * emulation/viper-util.el (viper-get-face):
6163 * obsolete/lucid.el (find-face, get-face): Use facep.
6164 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
6165 Remove unused functions.
6166 * vc/ediff-util.el (ediff-submit-report): Doc fix.
6167
6168 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
6169 delete tempfile if interrupted during compilation.
6170
6171 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6172
6173 * net/tls.el (tls-starttls-switches): Give up on using starttls with
6174 gnutls-cli.
6175 (tls-program): Add --insecure to be consistent with the defaults from
6176 openssl s_client. Now all three commands are insecure.
6177
6178 2010-10-01 Eli Zaretskii <eliz@gnu.org>
6179
6180 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
6181 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
6182 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
6183
6184 2010-10-01 Glenn Morris <rgm@gnu.org>
6185
6186 * obsolete/sc.el: Remove file.
6187
6188 * files.el (temporary-file-directory): On darwin, also try
6189 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
6190
6191 2010-10-01 Juanma Barranquero <lekktu@gmail.com>
6192
6193 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
6194 Let's not break compatibility gratuitously, shall we?
6195
6196 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6197
6198 * net/tls.el (tls-starttls-switches): New variable.
6199 (tls-find-starttls-argument): Use it.
6200 (open-tls-stream): Ditto.
6201
6202 * net/netrc.el (netrc-credentials): Return the value of the "default"
6203 entry.
6204 (netrc-machine): Ditto.
6205
6206 2010-09-30 Eli Zaretskii <eliz@gnu.org>
6207
6208 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
6209
6210 2010-09-30 Juanma Barranquero <lekktu@gmail.com>
6211
6212 * server.el (server-start): Don't write pid to the authentication file.
6213 (server-create-tty-frame): Don't send pid.
6214 (server-process-filter): Send pid at the start of every connection.
6215
6216 2010-09-30 Glenn Morris <rgm@gnu.org>
6217
6218 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
6219 (show-all-diary-entries): Remove obsolete function aliases.
6220
6221 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
6222 Remove options, obsolete since 22.1.
6223 (appt-display-format, appt-display-message):
6224 Remove backwards-compatibility code.
6225 (appt-check): No longer check appt-issue-message.
6226 (appt-make-list): No longer autoload it. Doc fix. No longer
6227 activate the package.
6228
6229 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6230
6231 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
6232 (starttls-negotiate): Just call boot, and let the handshake be
6233 triggered from the read loop.
6234
6235 2010-09-29 Glenn Morris <rgm@gnu.org>
6236
6237 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
6238 not displaying the diary.
6239 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
6240 * calendar/appt.el (appt-check): No longer need to kill diary.
6241
6242 * calendar/diary-lib.el (diary-list-entries): Move the
6243 "Preparing..." message entirely here.
6244 (diary-simple-display, diary-fancy-display): Move "Preparing..."
6245 messages to diary-list-entries.
6246 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
6247 diary-display-function.
6248
6249 * calendar/diary-lib.el (diary-include-other-diary-files):
6250 Trap some recursive includes.
6251
6252 * calendar/appt.el (appt-activate): Check diary file.
6253
6254 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
6255
6256 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
6257 construction.
6258
6259 * calendar/time-date.el: No need to require cl for Emacs 21.
6260
6261 2010-09-28 Glenn Morris <rgm@gnu.org>
6262
6263 * calendar/appt.el (appt-check): Minor simplification.
6264
6265 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6266
6267 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
6268 citation prefix.
6269
6270 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
6271
6272 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6273 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
6274
6275 2010-09-27 Kenichi Handa <handa@m17n.org>
6276
6277 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
6278 "ustar" format.
6279
6280 2010-09-27 Kenichi Handa <handa@m17n.org>
6281
6282 * international/mule.el (define-coding-system): Docstring fixed.
6283
6284 * international/mule-diag.el (describe-character-set): Use princ
6285 with proper print-length and print-level instead of insert.
6286
6287 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
6288
6289 * window.el (walk-windows): Doc fix (bug#7105).
6290
6291 2010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6292
6293 * emacs-lisp/float-sup.el (e): Remove.
6294
6295 2010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6296
6297 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
6298 variable.
6299 (starttls-negotiate): Use it.
6300
6301 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6302
6303 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
6304 back.
6305
6306 2010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6307
6308 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
6309
6310 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6311
6312 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
6313
6314 * net/netrc.el (netrc-store-data): New function.
6315
6316 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
6317
6318 * net/gnutls.el: GnuTLS glue code to set up a connection.
6319
6320 2010-09-25 Julien Danjou <julien@danjou.info>
6321
6322 * notifications.el: Call dbus-register-signal only if it is bound.
6323
6324 2010-09-25 Glenn Morris <rgm@gnu.org>
6325
6326 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6327 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
6328 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
6329 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
6330 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
6331 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
6332 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
6333 * eshell/esh-util.el, eshell/esh-var.el:
6334 Remove leading `*' from docs of faces and defcustoms.
6335
6336 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
6337
6338 * eshell/em-ls.el (eshell-ls-archive-regexp):
6339 * eshell/esh-util.el (eshell-tar-regexp):
6340 * ibuffer.el (ibuffer-compressed-file-name-regexp):
6341 * info.el (Info-suffix-list):
6342 * international/mule.el (auto-coding-alist):
6343 * woman.el (woman-file-regexp, woman-file-compression-regexp):
6344 * progmodes/etags.el (tags-compression-info-list):
6345 Support xz compression.
6346
6347 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
6348
6349 * files.el (get-free-disk-space): Don't assume the "df" output
6350 columns line up (Bug#6995).
6351
6352 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
6353
6354 * finder.el (finder-unknown-keywords):
6355 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
6356 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
6357
6358 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
6359
6360 * server.el (server-start): Revert part of 2010-08-08 change. Using
6361 address 127.0.0.1 for local host is now done in Fmake_network_process.
6362
6363 2010-09-24 Glenn Morris <rgm@gnu.org>
6364
6365 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
6366 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
6367 * textmodes/css-mode.el, textmodes/dns-mode.el:
6368 Move autoloaded auto-mode-alist entries to files.el.
6369 * files.el (auto-mode-alist): Move entries here.
6370
6371 2010-09-23 Glenn Morris <rgm@gnu.org>
6372
6373 * isearch.el (isearch-lazy-highlight-cleanup)
6374 (isearch-lazy-highlight-initial-delay)
6375 (isearch-lazy-highlight-interval)
6376 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
6377 * net/net-utils.el (ipconfig-program-options):
6378 Move aliases to options before the associated definitions.
6379
6380 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6381
6382 * newcomment.el (comment-normalize-vars): Better test validity of
6383 comment-end-skip.
6384
6385 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6386
6387 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
6388 (float-e): New name for `e'.
6389 (degrees-to-radians, radians-to-degrees):
6390 * calendar/solar.el (solar-longitude):
6391 * calculator.el (calculator-registers, calculator-funcall):
6392 * textmodes/artist.el (artist-spray-random-points):
6393 * play/bubbles.el (bubbles--initialize-images): Use new names.
6394
6395 2010-09-23 Eric M. Ludlam <zappo@gnu.org>
6396
6397 Update to CEDET 1.0's version of EIEIO.
6398
6399 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
6400 New function.
6401 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
6402 (eieio-default-eval-maybe): Eval val instead of unquoting only.
6403 (class-precedence-list): If class is nil, return nil.
6404 (eieio-generic-call): If class of first input arg is nil, don't
6405 look up static methods, and do check for primary methods.
6406 (initialize-instance): See if the default needs to be evaluated
6407 during the constructor.
6408 (eieio-perform-slot-validation-for-default): Don't do the check
6409 for values that will eventually be evaluated.
6410 (eieio-eval-default-p): New function.
6411 (eieio-default-eval-maybe): Use it.
6412
6413 2010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
6414
6415 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
6416 method-invocation-order.
6417 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
6418 (eieio-class-precedence-dfs): Compute class precedence list using
6419 dfs algorithm.
6420 (eieio-class-precedence-bfs): Compute class precedence list using
6421 bfs algorithm.
6422 (eieio-class-precedence-c3): Compute class precedence list using
6423 c3 algorithm.
6424 (class-precedence-list): New function.
6425 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
6426 (inconsistent-class-hierarchy): New error symbol.
6427 (call-next-method): Stow the replacement argument list for future
6428 call-next-method invocations.
6429
6430 2010-09-23 Glenn Morris <rgm@gnu.org>
6431
6432 * calendar/appt.el (appt-check): If not displaying the diary,
6433 use (diary 1) to only get the entries we need.
6434 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
6435 that it is in day order. (Bug#7019)
6436
6437 * calendar/appt.el (appt-check): Rather than showing the diary,
6438 just turn off invisible display, and only if needed.
6439
6440 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
6441
6442 2010-09-23 Glenn Morris <rgm@gnu.org>
6443
6444 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6445 (byte-compile-defvar, byte-compile-cl-warn):
6446 Start warnings with lower-case, like the majority.
6447
6448 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
6449
6450 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
6451
6452 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
6453 * files.el (auto-mode-alist): Move ld-script entries here, further down
6454 the list.
6455
6456 * vc/add-log.el: Don't require timezone when compiling.
6457 (timezone-make-date-sortable): Autoload it.
6458 (change-log-sortable-date-at): Don't require timezone.
6459 Use `ignore-errors'.
6460
6461 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6462 Move alias before definition, so it does not need autoloading.
6463
6464 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
6465 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
6466 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
6467 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
6468 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
6469 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
6470 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
6471 * textmodes/tex-mode.el, textmodes/two-column.el:
6472 Remove leading `*' from docs of defcustoms etc.
6473
6474 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
6475
6476 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
6477
6478 2010-09-22 Dan Christensen <jdc@uwo.ca>
6479
6480 * calendar/time-date.el (date-to-time): Try using parse-time-string
6481 first before using the slower timezone-make-date-arpa-standard.
6482
6483 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
6484
6485 * calendar/time-date.el (format-seconds): Comment fix.
6486
6487 2010-09-22 Glenn Morris <rgm@gnu.org>
6488
6489 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
6490 is not automatically buffer-local.
6491
6492 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6493
6494 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
6495 (smie-indent-comment): Be more careful with comment-start-skip.
6496 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
6497 (smie-indent-functions): Use them.
6498
6499 2010-09-21 Michael Albinus <michael.albinus@gmx.de>
6500
6501 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
6502
6503 2010-09-21 Jan Djärv <jan.h.d@swipnet.se>
6504
6505 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
6506 tool-bar-position. Don't modify frame parameters here.
6507 (menu-bar-options-save): Add tool-bar-position.
6508
6509 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
6510
6511 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6512
6513 * textmodes/reftex-parse.el (reftex-what-macro)
6514 (reftex-context-substring): Let-bind forward-sexp-function to nil
6515 since we don't need/want to treat \begin...\end as a block (bug#7053).
6516
6517 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
6518
6519 * simple.el (blink-matching-open): Use syntax-class.
6520
6521 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
6522 Set invisibility spec for pascal's outline mode.
6523 (pascal-outline-change): Clean up calling convention.
6524 (pascal-show-all, pascal-hide-other-defuns): Update callers.
6525
6526 * progmodes/prolog.el (prolog-smie-forward-token)
6527 (prolog-smie-backward-token): New functions.
6528 (prolog-mode-variables): Use them to parse "!," correctly.
6529 Set up smie-blink-matching for ".".
6530
6531 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
6532 and `end'.
6533 (ispell-region, ispell-process-line): Update users.
6534
6535 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
6536 point-min==1.
6537
6538 * textmodes/ispell.el: Fix commenting convention.
6539 (ispell-parse-output): Simplify, use push.
6540 (ispell-region): Use match-string-no-properties.
6541 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
6542 (ispell-minor-mode): Use define-minor-mode.
6543 (ispell-message): Remove unused var `skip-regexp'.
6544 (ispell-add-per-file-word-list): Use dynamic let-binding.
6545 Try and use the proper comment marker.
6546
6547 * mail/sendmail.el: Fix commenting convention.
6548 (sendmail-send-it): Use line-beginning-position.
6549
6550 * help-fns.el (describe-variable): Add original value, if applicable.
6551
6552 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
6553
6554 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
6555
6556 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
6557
6558 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6559
6560 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
6561 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
6562 (smie-prec2-levels): Use them to better diagnose precedence cycles.
6563 (smie-blink-matching-check): Don't signal a mismatch if car is t.
6564 (smie-blink-matching-open): Rewrite to remove assumptions, so that
6565 something like "." can also be a closer.
6566 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
6567 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
6568 Rename internal functions to use "--". Update callers.
6569
6570 * frame.el (make-frame-names-alist): Don't list frames on other displays.
6571
6572 * fringe.el (fringe-styles): New var.
6573 (fringe-mode, fringe-query-style): Use it.
6574
6575 2010-09-18 Michael R. Mauger <mmaug@yahoo.com>
6576
6577 * progmodes/sql.el: Version 2.8
6578 (sql-login-params): Update widget structure; changes still needed.
6579 (sql-product-alist): Add :list-all and :list-table features for
6580 SQLite, Postgres and MySQL products.
6581 (sql-redirect): Handle default value.
6582 (sql-execute, sql-execute-feature): New functions.
6583 (sql-read-table-name): New function.
6584 (sql-list-all, sql-list-table): New functions. User API.
6585 (sql-mode-map, sql-interactive-mode-map): Add key definitions
6586 for above functions.
6587 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
6588 for above functions.
6589 (sql-postgres-login-params): Add user and database defaults.
6590 (sql-buffer-live-p): Bug fix.
6591 (sql-product-history): New variable.
6592 (sql-read-product): New function. Use it.
6593 (sql-set-product, sql-product-interactive): Use it.
6594 (sql-connection-history): New variable.
6595 (sql-read-connection): New function. Use it.
6596 (sql-connect): New function.
6597 (sql-for-each-login): Redesign function interface.
6598 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
6599 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
6600 (sql-comint): Check for program. Existing live buffer.
6601 (sql-comint-postgres): Add port parameter.
6602
6603 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6604
6605 * emacs-lisp/warnings.el: Fix commenting convention.
6606 (display-warning): Use special mode and make the buffer read-only.
6607
6608 2010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
6609
6610 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
6611 empty string when it follows a repeated or optional pattern.
6612
6613 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6614
6615 * indent.el (indent-according-to-mode): Apply syntax-propertize.
6616 (indent-region): Use indent-according-to-mode.
6617
6618 2010-09-18 Eli Zaretskii <eliz@gnu.org>
6619
6620 * fringe.el (fringe-mode): Doc fix.
6621
6622 2010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
6623
6624 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
6625 refreshing the preview buffer.
6626
6627 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6628
6629 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
6630 (latex-syntax-propertize-rules): New consts; replace
6631 tex-font-lock-syntactic-keywords.
6632 (tex-env-mark, latex-env-before-change): New functions.
6633 (latex-electric-env-pair-mode): New minor mode.
6634 (tex-font-lock-verb): Change arguments; do move point.
6635 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
6636 representation as a form of comment.
6637 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
6638 (doctex-syntax-propertize-rules): New const; replaces
6639 doctex-font-lock-syntactic-keywords.
6640 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
6641
6642 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
6643 (fortran-make-syntax-propertize-function): New function; replaces
6644 fortran-font-lock-syntactic-keywords.
6645 (fortran-mode): Use it.
6646 (fortran-line-length): Use it. Improve interactive spec.
6647
6648 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
6649 (syntax-propertize-rules): Add var-ref case. Fix offset computation
6650 when adding surrounding \(..\).
6651
6652 * progmodes/js.el (js-mode): Fix last change (bug#7054).
6653
6654 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6655
6656 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
6657 Use with-current-buffer.
6658
6659 * isearch.el (isearch-face): Rename from `isearch'.
6660 (isearch-highlight): Use new name.
6661
6662 2010-09-17 Eli Zaretskii <eliz@gnu.org>
6663
6664 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
6665 5, for `half' width fringes. (Bug#6933)
6666
6667 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6668
6669 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6670 (byte-compile-defvar): "foo/bar" does not lack a prefix.
6671
6672 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
6673
6674 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
6675
6676 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
6677 in calculating new frame position. Add more space between new and
6678 parent on the left (Bug#7048).
6679
6680 2010-09-17 Michael Albinus <michael.albinus@gmx.de>
6681
6682 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
6683 defmacro.
6684
6685 2010-09-16 Chong Yidong <cyd@stupidchicken.com>
6686
6687 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
6688
6689 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
6690 obsolete alias for x-selection-value.
6691
6692 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
6693
6694 2010-09-16 Michael Albinus <michael.albinus@gmx.de>
6695
6696 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
6697 cookie.
6698
6699 2010-09-15 Michael Albinus <michael.albinus@gmx.de>
6700
6701 * net/tramp-compat.el (tramp-compat-with-temp-message)
6702 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
6703 (tramp-compat-process-put): New defuns.
6704
6705 * net/tramp.el (top):
6706 * net/tramp-gvfs.el (top):
6707 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
6708
6709 * net/tramp.el (tramp-progress-reporter-update):
6710 Use `tramp-compat-funcall'.
6711
6712 * net/tramp.el (tramp-process-actions):
6713 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
6714 * net/tramp-sh.el (tramp-handle-vc-registered)
6715 (tramp-get-remote-stat, tramp-get-remote-readlink):
6716 Use `tramp-compat-with-temp-message'.
6717
6718 * net/tramp-sh.el (top): Require 'cl.
6719 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
6720 (tramp-open-connection-setup-interactive-shell):
6721 Use `tramp-compat-process-put'.
6722
6723 2010-09-15 Alan Mackenzie <acm@muc.de>
6724
6725 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
6726 indentation.
6727 (c-forward-<>-arglist-recur): Fix an infinite recursion.
6728
6729 2010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6730
6731 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
6732 `lexical' for warnings related to lexical scoping.
6733 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
6734 global vars which don't have a prefix and could hence affect lexical
6735 scoping in unrelated files.
6736
6737 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6738
6739 * net/imap.el: Revert back to version
6740 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6741 seem problematic.
6742
6743 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
6744
6745 * obsolete/old-whitespace.el (whitespace-unload-function):
6746 Explicitly pass `obarray' to `unintern' to avoid a warning.
6747
6748 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6749
6750 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
6751 Add `when' argument. Update callers.
6752
6753 * subr.el (unintern): Declare the obarray arg mandatory.
6754
6755 2010-09-14 Glenn Morris <rgm@gnu.org>
6756
6757 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
6758 Doc fixes.
6759
6760 * calendar/diary-lib.el (diary-included-files): New variable.
6761 (diary-list-entries): Maybe initialize diary-included-files.
6762 (diary-include-other-diary-files): Append to diary-included-files.
6763 * calendar/appt.el (appt-update-list): Also check the members of
6764 diary-included-files. (Bug#6999)
6765 (appt-check): Doc fix.
6766
6767 2010-09-14 David Reitter <david.reitter@gmail.com>
6768
6769 * simple.el (line-move-visual): Do not truncate goal column to
6770 integer size. (Bug#7020)
6771
6772 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6773
6774 * repeat.el (repeat): Allow repeating when the last event is a click.
6775 Suggested by Drew Adams (bug#6256).
6776
6777 2010-09-14 Sascha Wilde <wilde@sha-bang.de>
6778
6779 * vc/vc-hg.el (vc-hg-state, vc-hg-working-revision):
6780 Replace setting HGRCPATH to "" by some less invasive --config options.
6781
6782 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6783
6784 * font-lock.el (font-lock-beginning-of-syntax-function):
6785 Mark as obsolete.
6786
6787 2010-09-14 Glenn Morris <rgm@gnu.org>
6788
6789 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
6790 and tool-bar modes. (Bug#6211)
6791 (menu-bar-mode): Move setting of standard-value after the
6792 minor-mode definition, otherwise it seems to have no effect.
6793
6794 2010-09-14 Masatake YAMATO <yamato@redhat.com>
6795
6796 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
6797 Fix typo. (Bug#6976)
6798
6799 2010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6800
6801 * whitespace.el: Allow cleaning up blanks without blank
6802 visualization (Bug#6651). Adjust help window for
6803 whitespace-toggle-options (Bug#6479). Allow to use fill-column
6804 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
6805 (whitespace-style): Add new value 'face. Adjust docstring.
6806 (whitespace-space, whitespace-hspace, whitespace-tab):
6807 Adjust foreground property face.
6808 (whitespace-line-column): Adjust docstring and type declaration.
6809 (whitespace-style-value-list, whitespace-toggle-option-alist)
6810 (whitespace-help-text): Adjust const initialization.
6811 (whitespace-toggle-options, global-whitespace-toggle-options):
6812 Adjust docstring.
6813 (whitespace-display-window, whitespace-interactive-char)
6814 (whitespace-style-face-p, whitespace-color-on): Adjust code.
6815 (whitespace-help-scroll): New fun.
6816
6817 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
6818
6819 * calendar/time-date.el (format-seconds): Comment fix.
6820
6821 2010-09-13 Michael R. Mauger <mmaug@yahoo.com>
6822
6823 * progmodes/sql.el: Version 2.7.
6824 (sql-buffer-live-p): Improve detection.
6825 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
6826 (sql-set-sqli-buffer): Use it.
6827 (sql-product-interactive): Run `sql-set-sqli-hook'.
6828 (sql-rename-buffer): Code cleanup.
6829 (sql-redirect, sql-redirect-value): New functions. More to come.
6830
6831 2010-09-13 Juanma Barranquero <lekktu@gmail.com>
6832
6833 Port tramp-related Makefile changes of 2010-09-08T14:42:54Z!michael.albinus@gmx.de, 2010-09-13T15:17:01Z!michael.albinus@gmx.de to Windows.
6834 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
6835 (TRAMP_SRC): New macro.
6836 ($(lisp)/net/tramp-loaddefs.el): New target.
6837
6838 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
6839
6840 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
6841
6842 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
6843
6844 * net/tramp.el (top): Don't show loading message. Require just
6845 'tramp-compat, everything else is required there.
6846 Use `ignore-errors' where appropriate.
6847 (tramp-inline-compress-start-size, tramp-copy-size-limit)
6848 (tramp-terminal-type, tramp-end-of-output)
6849 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
6850 (tramp-completion-function-alist-ssh)
6851 (tramp-completion-function-alist-telnet)
6852 (tramp-completion-function-alist-su)
6853 (tramp-completion-function-alist-putty, tramp-remote-path)
6854 (tramp-remote-process-environment, tramp-sh-extra-args)
6855 (tramp-actions-before-shell, tramp-uudecode)
6856 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
6857 (tramp-perl-file-attributes)
6858 (tramp-perl-directory-files-and-attributes)
6859 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
6860 (tramp-perl-encode, tramp-perl-decode)
6861 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
6862 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
6863 (tramp-handle-make-symbolic-link, tramp-handle-load)
6864 (tramp-handle-file-name-as-directory)
6865 (tramp-handle-file-name-directory)
6866 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
6867 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
6868 (tramp-do-file-attributes-with-ls)
6869 (tramp-do-file-attributes-with-perl)
6870 (tramp-do-file-attributes-with-stat)
6871 (tramp-handle-set-visited-file-modtime)
6872 (tramp-handle-verify-visited-file-modtime)
6873 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
6874 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
6875 (tramp-handle-file-selinux-context)
6876 (tramp-handle-set-file-selinux-context)
6877 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
6878 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
6879 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
6880 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
6881 (tramp-handle-file-ownership-preserved-p)
6882 (tramp-handle-directory-file-name, tramp-handle-directory-files)
6883 (tramp-handle-directory-files-and-attributes)
6884 (tramp-do-directory-files-and-attributes-with-perl)
6885 (tramp-do-directory-files-and-attributes-with-stat)
6886 (tramp-handle-file-name-all-completions)
6887 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
6888 (tramp-handle-copy-file, tramp-handle-copy-directory)
6889 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
6890 (tramp-do-copy-or-rename-file-via-buffer)
6891 (tramp-do-copy-or-rename-file-directly)
6892 (tramp-do-copy-or-rename-file-out-of-band)
6893 (tramp-handle-make-directory, tramp-handle-delete-directory)
6894 (tramp-handle-delete-file)
6895 (tramp-handle-dired-recursive-delete-directory)
6896 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
6897 (tramp-handle-insert-directory)
6898 (tramp-handle-unhandled-file-name-directory)
6899 (tramp-handle-expand-file-name)
6900 (tramp-handle-substitute-in-file-name)
6901 (tramp-handle-executable-find, tramp-process-sentinel)
6902 (tramp-handle-start-file-process, tramp-handle-process-file)
6903 (tramp-handle-call-process-region, tramp-handle-shell-command)
6904 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
6905 (tramp-handle-insert-file-contents)
6906 (tramp-handle-insert-file-contents-literally)
6907 (tramp-handle-find-backup-file-name)
6908 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
6909 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
6910 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
6911 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
6912 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
6913 (tramp-find-file-exists-command, tramp-open-shell)
6914 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
6915 (tramp-open-connection-setup-interactive-shell)
6916 (tramp-local-coding-commands, tramp-remote-coding-commands)
6917 (tramp-find-inline-encoding, tramp-call-local-coding-command)
6918 (tramp-inline-compress-commands, tramp-find-inline-compress)
6919 (tramp-compute-multi-hops, tramp-maybe-open-connection)
6920 (tramp-send-command, tramp-wait-for-output)
6921 (tramp-send-command-and-check, tramp-barf-unless-okay)
6922 (tramp-send-command-and-read, tramp-mode-string-to-int)
6923 (tramp-convert-file-attributes, tramp-check-cached-permissions)
6924 (tramp-file-mode-from-int, tramp-file-mode-permissions)
6925 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
6926 (tramp-method-out-of-band-p, tramp-local-host-p)
6927 (tramp-get-remote-path, tramp-get-remote-tmpdir)
6928 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
6929 (tramp-get-test-command, tramp-get-test-nt-command)
6930 (tramp-get-file-exists-command, tramp-get-remote-ln)
6931 (tramp-get-remote-perl, tramp-get-remote-stat)
6932 (tramp-get-remote-readlink, tramp-get-remote-trash)
6933 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
6934 (tramp-get-local-uid, tramp-get-local-gid)
6935 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
6936 tramp-sh.el.
6937 (tramp-methods, tramp-default-method-alist)
6938 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
6939 Move initialization to tramp-sh.el.
6940 (tramp-temp-name-prefix): Make it a defconst.
6941 (tramp-dissect-file-name): Don't check anymore for multi-hop
6942 methods.
6943 (tramp-debug-outline-regexp): Add a docstring.
6944 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
6945 (tramp-get-debug-buffer): Use it.
6946
6947 * net/tramp-cache.el (top): Set tramp-autoload cookie for
6948 initialization forms.
6949 (tramp-set-connection-property): Don't protect `tramp-message'
6950 call, it isn't necessary any longer.
6951 (tramp-dump-connection-properties): Use `ignore-errors'.
6952
6953 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
6954 'password-cache and 'auth-source.
6955
6956 * net/tramp-gvfs.el (top):
6957 * net/tramp-smb.el (top): Require 'tramp-sh.
6958
6959 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
6960
6961 * net/tramp-sh.el: New file, derived from tramp.el.
6962 (top): Initialize `tramp-methods', `tramp-default-method-alist',
6963 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
6964 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
6965 Use `ignore-errors' where appropriate.
6966 (tramp-sh-file-name-handler-alist): Rename from
6967 `tramp-file-name-handler-alist'.
6968 (tramp-send-command-and-check): Return t or nil. Remove all
6969 `zerop' checks, where called.
6970 (tramp-handle-set-file-modes)
6971 (tramp-do-copy-or-rename-file-directly)
6972 (tramp-handle-delete-directory, tramp-handle-delete-file)
6973 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
6974 (tramp-sh-file-name-handler, tramp-send-command-and-check)
6975 (tramp-get-remote-ln): Set tramp-autoload cookie.
6976
6977 * net/tramp-fish.el: Remove file.
6978
6979 2010-09-13 Daiki Ueno <ueno@unixuser.org>
6980
6981 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
6982 buffer-file-name to avoid file-locking. (Bug#7026)
6983
6984 2010-09-13 Julien Danjou <julien@danjou.info>
6985
6986 * notifications.el (notifications-notify): Add support for
6987 image-path and sound-name.
6988 (notifications-specification-version): Add this variable.
6989
6990 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6991
6992 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
6993
6994 2010-09-12 Leo <sdl.web@gmail.com>
6995
6996 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
6997 (rcirc-completion-start): New variables.
6998 (rcirc-nick-completions): Rename to rcirc-completions.
6999 (rcirc-nick-completion-start-offset): Delete.
7000 (rcirc-completion-at-point): New function for constructing
7001 completion data for both nicks and irc commands. Add to
7002 completion-at-point-functions in rcirc mode.
7003 (rcirc-complete): Rename from rcirc-nick-complete; use
7004 rcirc-completion-at-point.
7005 (defun-rcirc-command): Update rcirc-client-commands.
7006
7007 2010-09-11 Glenn Morris <rgm@gnu.org>
7008
7009 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
7010 atomically, to avoid parallel build errors. (Bug#4196)
7011
7012 2010-09-11 Michael R. Mauger <mmaug@yahoo.com>
7013
7014 * progmodes/sql.el: Version 2.6
7015 (sql-dialect): Synonym for "sql-product".
7016 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7017 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
7018 Set "sql-buffer" to buffer name not buffer object so multiple sql
7019 interactive buffers work properly. Reverts misguided changes in
7020 earlier work.
7021 (sql-comint): Make sure different buffer name is used if "*SQL*"
7022 buffer is for a different product.
7023 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
7024 login param.
7025 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7026 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7027 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
7028 Accept new buffer name or prompt for one.
7029 (sql-port): Default to zero.
7030 (sql-comint-mysql): Handle "sql-port" as a numeric.
7031 (sql-port-history): Delete unused variable.
7032 (sql-get-login): Default "sql-port" to a number.
7033 (sql-product-alist): Correct Postgres prompt and terminator regexp.
7034 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
7035 "sqlite3" executables.
7036 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
7037 (sql-buffer-live-p): New function.
7038 (sql-mode-menu, sql-send-string): Use it.
7039 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
7040 syntax pattern.
7041 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
7042 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
7043
7044 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7045
7046 * net/netrc.el (netrc-credentials): New convenience function.
7047
7048 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7049
7050 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
7051 to replace texinfo-font-lock-syntactic-keywords.
7052 (texinfo-mode): Use it.
7053
7054 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
7055 Use syntax-propertize-function.
7056
7057 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
7058 replace sgml-font-lock-syntactic-keywords.
7059 (sgml-mode): Use it.
7060
7061 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
7062 since we don't use it.
7063
7064 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
7065
7066 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
7067 if available.
7068 (vhdl-fontify-buffer): Adjust.
7069
7070 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
7071 replace tcl-font-lock-syntactic-keywords.
7072 (tcl-mode): Use it.
7073
7074 * progmodes/simula.el (simula-syntax-propertize-function): New var to
7075 replace simula-font-lock-syntactic-keywords.
7076 (simula-mode): Use it.
7077
7078 * progmodes/sh-script.el (sh-st-symbol): Remove.
7079 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
7080 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
7081 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
7082 (sh-font-lock-paren): Set syntax-multiline.
7083 (sh-font-lock-syntactic-keywords): Remove.
7084 (sh-syntax-propertize-function): New function to replace it.
7085 (sh-mode): Use it.
7086
7087 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
7088 Define while compiling.
7089 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
7090 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
7091 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
7092 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
7093 (ruby-here-doc-end-syntax): Only define when
7094 syntax-propertize is not available.
7095 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
7096 New functions.
7097 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
7098 (electric-indent-chars): Silence bytecompiler.
7099 (ruby-mode): Use prog-mode, syntax-propertize-function, and
7100 electric-indent-chars.
7101
7102 * progmodes/python.el (python-syntax-propertize-function): New var to
7103 replace python-font-lock-syntactic-keywords.
7104 (python-mode): Use it.
7105 (python-quote-syntax): Simplify and adjust to new use.
7106
7107 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
7108 replace perl-font-lock-syntactic-keywords.
7109 (perl-syntax-propertize-special-constructs): New fun to replace
7110 perl-font-lock-special-syntactic-constructs.
7111 (perl-font-lock-syntactic-face-function): New fun.
7112 (perl-mode): Use it.
7113
7114 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
7115 to replace octave-font-lock-close-quotes.
7116 (octave-syntax-propertize-function): New function to replace
7117 octave-font-lock-syntactic-keywords.
7118 (octave-mode): Use it.
7119
7120 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
7121 replaces mixal-font-lock-syntactic-keywords.
7122 (mixal-mode): Use it.
7123
7124 * progmodes/make-mode.el (makefile-syntax-propertize-function):
7125 New var; replaces makefile-font-lock-syntactic-keywords.
7126 (makefile-mode): Use it.
7127 (makefile-imake-mode): Adjust.
7128
7129 * progmodes/js.el (js--regexp-literal): Define while compiling.
7130 (js-syntax-propertize-function): New var; replaces
7131 js-font-lock-syntactic-keywords.
7132 (js-mode): Use it.
7133
7134 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
7135 replaces gdb-script-font-lock-syntactic-keywords.
7136 (gdb-script-mode): Use it.
7137
7138 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
7139 (fortran--font-lock-syntactic-keywords): New var.
7140 (fortran-line-length): Update syntax-propertize-function and
7141 fortran--font-lock-syntactic-keywords.
7142
7143 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
7144
7145 * progmodes/cfengine.el (cfengine-mode):
7146 Use syntax-propertize-function.
7147 (cfengine-font-lock-syntactic-keywords): Remove.
7148
7149 * progmodes/autoconf.el (autoconf-mode):
7150 Use syntax-propertize-function.
7151 (autoconf-font-lock-syntactic-keywords): Remove.
7152
7153 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
7154 (ada-after-change-function, ada-initialize-syntax-table-properties)
7155 (ada-handle-syntax-table-properties): Only define when
7156 syntax-propertize is not available.
7157 (ada-mode): Use syntax-propertize-function.
7158
7159 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
7160 (font-lock-fontify-syntactic-keywords-region): Move handling of
7161 font-lock-syntactically-fontified to...
7162 (font-lock-default-fontify-region): ...here.
7163 Let syntax-propertize-function take precedence.
7164 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
7165
7166 * emacs-lisp/syntax.el (syntax-propertize-function)
7167 (syntax-propertize-chunk-size, syntax-propertize--done)
7168 (syntax-propertize-extend-region-functions): New vars.
7169 (syntax-propertize-wholelines, syntax-propertize-multiline)
7170 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
7171 (syntax-propertize): New functions.
7172 (syntax-propertize-rules): New macro.
7173 (syntax-ppss-flush-cache): Set syntax-propertize--done.
7174 (syntax-ppss): Call syntax-propertize.
7175
7176 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
7177
7178 2010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
7179
7180 * textmodes/ispell.el (ispell-init-process): Improve comments.
7181 XEmacs compatibility changes regarding (add-hook) 'local option
7182 and (set-process-query-on-exit-flag).
7183
7184 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
7185
7186 * net/tramp-cache.el (tramp-parse-connection-properties):
7187 Set tramp-autoload cookie.
7188
7189 2010-09-09 Glenn Morris <rgm@gnu.org>
7190
7191 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
7192 (imagemagick-register-types): Doc fix.
7193
7194 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7195
7196 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
7197
7198 * progmodes/js.el (require): Require is already "eval-and-compile".
7199 (js--re-search-forward): Avoid `eval'. Preserve the error data.
7200 (js--re-search-backward): Use js--re-search-forward.
7201
7202 * progmodes/fortran.el (fortran-line-length): Don't recompute
7203 syntactic keywords redundantly a second time.
7204
7205 * progmodes/ada-mode.el: Replace "(set '" with setq.
7206 (ada-mode): Simplify.
7207 (ada-create-case-exception, ada-adjust-case-interactive)
7208 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
7209 (ada-search-ignore-string-comment, ada-move-to-start)
7210 (ada-move-to-end): Use with-syntax-table.
7211
7212 * font-lock.el (save-buffer-state): Remove `varlist' arg.
7213 (font-lock-unfontify-region, font-lock-default-fontify-region):
7214 Update usage correspondingly.
7215 (font-lock-fontify-syntactic-keywords-region):
7216 Set parse-sexp-lookup-properties buffer-locally here.
7217 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
7218
7219 * simple.el (blink-matching-open): Don't burp if we can't find a match.
7220
7221 2010-09-08 Glenn Morris <rgm@gnu.org>
7222
7223 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
7224 Error if not compiled with -DBYTE_CODE_METER.
7225
7226 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7227 Ignore dir-locals-file.
7228
7229 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7230
7231 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7232 Not a const.
7233 (compilation-error-regexp-alist-alist): Rule out ": " in file names
7234 for the `gnu' messages.
7235 (compilation-set-skip-threshold): New command.
7236 (compilation-start): Use \' rather than $.
7237 (compilation-forget-errors): Use clrhash.
7238
7239 2010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
7240
7241 * textmodes/ispell.el (ispell-valid-dictionary-list):
7242 Simplify logic.
7243
7244 2010-09-08 Michael Albinus <michael.albinus@gmx.de>
7245
7246 Migrate to Tramp 2.2. Rearrange load dependencies.
7247 (Bug#1529, Bug#5448, Bug#5705)
7248
7249 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
7250 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
7251 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7252
7253 * net/tramp.el (top): Remove all other tramp-* loads except
7254 tramp-compat.el. Remove all changes to tramp-unload-hook for
7255 other tramp-* packages. Rearrange defun order. Change calls of
7256 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
7257 `tramp-compat-octal-to-decimal' to new function names.
7258 (tramp-terminal-type, tramp-initial-end-of-output)
7259 (tramp-methods, tramp-foreign-file-name-handler-alist)
7260 (tramp-tramp-file-p, tramp-completion-mode-p)
7261 (tramp-send-command-and-check, tramp-get-remote-path)
7262 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
7263 (tramp-shell-quote-argument): Set tramp-autoload cookie.
7264 (with-file-property, with-connection-property): Move to
7265 tramp-cache.el.
7266 (tramp-local-call-process, tramp-decimal-to-octal)
7267 (tramp-octal-to-decimal): Move to tramp-compat.el.
7268 (tramp-handle-shell-command): Do not require 'shell.
7269 (tramp-compute-multi-hops): No special handling for tramp-gw-*
7270 symbols.
7271 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
7272
7273 * net/tramp-cache.el (top): Require 'tramp. Add to
7274 `tramp-unload-hook'.
7275 (tramp-cache-data, tramp-get-file-property)
7276 (tramp-set-file-property, tramp-flush-file-property)
7277 (tramp-flush-directory-property, tramp-get-connection-property)
7278 (tramp-set-connection-property, tramp-flush-connection-property)
7279 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
7280 cookie.
7281 (with-file-property, with-connection-property): New defuns, moved
7282 from tramp.el.
7283 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
7284 macro.
7285
7286 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
7287 (tramp-version): Set tramp-autoload cookie.
7288
7289 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
7290 changes to tramp-unload-hook for other tramp-* packages. Add to
7291 `tramp-unload-hook'.
7292 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
7293 (tramp-compat-call-process): New defuns, moved from tramp.el.
7294
7295 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
7296 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7297 Add to `tramp-unload-hook'. Change call of
7298 `tramp-compat-decimal-to-octal' to new function name.
7299 (tramp-fish-method): Make it a defconst.
7300 (tramp-fish-file-name-p): Make it a defsubst.
7301 (tramp-fish-method, tramp-fish-file-name-handler)
7302 (tramp-fish-file-name-p): Set tramp-autoload cookie.
7303
7304 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
7305 `tramp-foreign-file-name-handler-alist'. Add to
7306 `tramp-unload-hook'.
7307 (tramp-ftp-method): Make it a defconst.
7308 (tramp-ftp-file-name-p): Make it a defsubst.
7309 (tramp-ftp-method, tramp-ftp-file-name-handler)
7310 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
7311
7312 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
7313 `tramp-foreign-file-name-handler-alist'. Add to
7314 `tramp-unload-hook'. Change checks, whether package can be
7315 loaded.
7316 (tramp-gvfs-file-name-p): Make it a defsubst.
7317 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
7318 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
7319 (tramp-gvfs-handle-file-directory-p): New defun.
7320 (tramp-gvfs-file-name-handler-alist): Use it.
7321
7322 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
7323 `tramp-foreign-file-name-handler-alist'. Add to
7324 `tramp-unload-hook'.
7325 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
7326 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
7327 defconst.
7328 (tramp-gw-tunnel-method, tramp-gw-socks-method)
7329 (tramp-gw-open-connection): Set tramp-autoload cookie.
7330
7331 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
7332 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7333 Add to `tramp-unload-hook'. Change checks, whether package can be
7334 loaded.
7335 (tramp-imap-file-name-p): Make it a defsubst.
7336 (tramp-imap-method, tramp-imaps-method)
7337 (tramp-imap-file-name-handler)
7338 (tramp-imap-file-name-p): Set tramp-autoload cookie.
7339
7340 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
7341 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7342 Add to `tramp-unload-hook'. Change checks, whether package can be
7343 loaded. Change call of `tramp-compat-decimal-to-octal' to new
7344 function name.
7345 (tramp-smb-tunnel-method): Make it a defconst.
7346 (tramp-smb-file-name-p): Make it a defsubst.
7347 (tramp-smb-method, tramp-smb-file-name-handler)
7348 (tramp-smb-file-name-p): Set tramp-autoload cookie.
7349
7350 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
7351 (tramp-uuencode-region): Set tramp-autoload cookie.
7352
7353 * net/trampver.el (top) Add to `tramp-unload-hook'.
7354 (tramp-version, tramp-bug-report-address): Set tramp-autoload
7355 cookie. Update release number.
7356
7357 2010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
7358
7359 * textmodes/ispell.el (ispell-start-process): Make sure original
7360 arg list is properly initialized (Bug#6993, Bug#6994).
7361
7362 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
7363
7364 * files.el (directory-abbrev-alist): Use \` as default regexp.
7365
7366 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
7367 chars like - or ] (bug#6984).
7368 (rx-any-condense-range): Explode 2-char ranges.
7369
7370 2010-09-06 Glenn Morris <rgm@gnu.org>
7371
7372 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
7373
7374 2010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7375
7376 * textmodes/bibtex.el:
7377 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
7378
7379 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7380
7381 * net/imap.el (imap-message-map): Remove optional buffer parameter,
7382 since no callers use it.
7383 (imap-message-get): Ditto.
7384 (imap-message-put): Ditto.
7385 (imap-mailbox-map): Ditto.
7386 (imap-mailbox-put): Ditto.
7387 (imap-mailbox-get): Ditto.
7388 (imap-mailbox-get): Revert last change for this function.
7389
7390 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7391
7392 * net/imap.el (imap-fetch-safe): Remove function, and alter all
7393 callers to use `imap-fetch' instead. According to the comments, this
7394 should be safe, since all other IMAP clients use the 1:* syntax.
7395 (imap-enable-exchange-bug-workaround): Remove.
7396 (imap-debug): Remove -- doesn't seem very useful.
7397
7398 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7399
7400 * net/imap.el (imap-log): New convenience function used throughout
7401 instead of repeating the same code all over the place.
7402
7403 2010-09-05 David De La Harpe Golden <david@harpegolden.net>
7404
7405 * mouse.el (mouse-save-then-kill): Save region to kill-ring
7406 when mouse-drag-copy-region is non-nil (Bug#6956).
7407
7408 2010-09-05 Chong Yidong <cyd@stupidchicken.com>
7409
7410 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
7411 Improve regexps (Bug#6987).
7412 (dired-sort-toggle): Search more robustly for -t flag.
7413
7414 * files.el (get-free-disk-space): Search more robustly for
7415 "available" column. Suggested by Ehud Karni
7416 <ehud@unix.mvs.co.il>.
7417
7418 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
7419
7420 * international/uni-bidi.el:
7421 * international/uni-category.el:
7422 * international/uni-combining.el:
7423 * international/uni-decimal.el:
7424 * international/uni-mirrored.el:
7425 * international/uni-name.el: Regenerate.
7426
7427 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7428
7429 * electric.el (electric-indent-post-self-insert-function):
7430 Don't reindent with a sloppy indentation function.
7431
7432 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
7433 border case in change-log-mode.
7434
7435 2010-09-04 Chong Yidong <cyd@stupidchicken.com>
7436
7437 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7438 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
7439 Recognize leading tab in gcc-include regexp. Ignore names with
7440 leading "from" or "in" in gnu regexp (Bug#6937).
7441
7442 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7443
7444 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
7445 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
7446 (ispell-start-process): Avoid setq and simplify logic.
7447 (ispell-init-process): Setup kill-buffer-hook locally when needed.
7448 (kill-buffer-hook): Don't use it globally with code that uses
7449 expand-file-name since that may call kill-buffer via
7450 code_conversion_restore.
7451
7452 2010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
7453
7454 * emacs-lisp/package.el (package-directory-list): Only call
7455 file-name-nondirectory on a string.
7456
7457 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
7458
7459 * emacs-lisp/package.el (package--download-one-archive):
7460 Ensure that archive-contents is valid before saving it.
7461 (package-activate-1, package-mark-obsolete, define-package)
7462 (package-compute-transaction, package-list-maybe-add): Use push.
7463
7464 2010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7465
7466 Use SMIE's blink-paren for octave-mode.
7467 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
7468 Backslashes do not escape single-quotes, single-quotes do.
7469 (octave-block-else-regexp, octave-block-end-regexp)
7470 (octave-block-match-alist): Remove.
7471 (octave-smie-bnf-table): New var, with old content.
7472 (octave-smie-op-levels): Use it.
7473 (octave-smie-closer-alist): New var.
7474 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
7475 (octave-blink-matching-block-open): Remove.
7476 (octave-reindent-then-newline-and-indent, octave-electric-semi)
7477 (octave-electric-space): Let self-insert-command run expand-abbrev and
7478 blink parens.
7479
7480 * electric.el (electricity): New group.
7481 (electric-indent-chars): New var.
7482 (electric-indent-post-self-insert-function): New fun.
7483 (electric-indent-mode): New minor mode.
7484 (electric-pair-skip-self): New custom.
7485 (electric-pair-post-self-insert-function): New function.
7486 (electric-pair-mode): New minor mode.
7487
7488 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
7489 calcAlg-blink-matching-open.
7490 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
7491 (calc-do-alg-entry): Only touch the part of the keymap that varies.
7492 Use the new blink-matching-check-function.
7493
7494 Provide blink-matching support to SMIE.
7495 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
7496 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
7497 (smie-blink-matching-check, smie-blink-matching-open): New functions.
7498
7499 * simple.el (newline): Fix last change to properly remove itself from
7500 the hook.
7501
7502 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7503
7504 * simple.el (newline): Eliminate optimization.
7505 Use post-self-insert-hook to set hard-newline and things before
7506 running post-self-insert-hook.
7507 (blink-matching-check-mismatch): New function.
7508 (blink-matching-check-function): New variable.
7509 (blink-matching-open): Use them.
7510 Skip back forward over prefix chars skipped by forward-sexp.
7511 Don't check if the parens are backslash escaped.
7512 (blink-paren-post-self-insert-function): Check backslash escaping here.
7513
7514 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
7515
7516 * emacs-lisp/package.el (package-menu-mode-map):
7517 Change package-menu-revert bindings to revert-buffer.
7518 (package-menu-mode): Set revert-buffer-function.
7519 (package-menu-revert): Doc fix.
7520
7521 2010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
7522
7523 * textmodes/ispell.el (ispell-init-process): Use "~/" as
7524 `default-directory' unless using Ispell per-directory personal
7525 dictionaries and not in a mini-buffer under XEmacs.
7526 (kill-buffer-hook): Do not kill ispell process on exit when
7527 `ispell-process-directory' is "~/". (Bug#6143)
7528
7529 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
7530
7531 * simple.el (kill-new): Call interprogram-cut-function with only
7532 one argument.
7533
7534 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
7535 Remove cut buffer from error message.
7536
7537 * term/x-win.el (x-select-text):
7538 * term/pc-win.el (x-selection-value):
7539 * term/ns-win.el (x-selection-value):
7540 * eshell/em-term.el:
7541 * w32-fns.el (x-get-selection-value):
7542 * mouse-sel.el (mouse-sel-set-selection-function):
7543 * frame.el (display-selections-p): Remove cut-buffer in documentation.
7544
7545 * term/x-win.el: Update documentation for x-last-selected-text-*.
7546 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
7547 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
7548 (x-select-text): Remove argument PUSH, update documentation.
7549 Remove cut-buffer code.
7550 (x-selection-value-internal): Was previously x-selection-value.
7551 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
7552 Update documentation, remove cut-buffer code.
7553 Call x-selection-value-internal.
7554 (x-clipboard-yank): Call x-selection-value-internal.
7555 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
7556
7557 * term/pc-win.el (x-last-selected-text):
7558 x-cut-buffer-or-selection-value renamed to x-selection-value
7559 (x-select-text): Remove argument PUSH, update documentation.
7560
7561 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
7562 x-cut-buffer-or-selection-value renamed to x-selection-value
7563 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
7564 (x-select-text): Remove argument PUSH, update documentation.
7565
7566 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
7567
7568 * w32-fns.el (x-last-selected-text):
7569 x-cut-buffer-or-selection-value renamed to x-selection-value.
7570 (x-cut-buffer-max): Remove.
7571 (x-select-text): Remove argument PUSH, update documentation.
7572
7573 * simple.el (interprogram-cut-function): Remove mention of PUSH.
7574
7575 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
7576
7577 * mouse-sel.el (mouse-sel-get-selection-function):
7578 x-cut-buffer-or-selection-value renamed to x-selection-value.
7579 (x-select-text): Remove optional push.
7580
7581 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7582
7583 * simple.el (blink-paren-function): Move from C to here.
7584 (blink-paren-post-self-insert-function): New function.
7585 (post-self-insert-hook): Use it.
7586
7587 * emacs-lisp/pcase.el (pcase-split-memq):
7588 Fix overenthusiastic optimisation.
7589 (pcase-u1): Handle the case of a lambda pred.
7590
7591 2010-08-31 Kenichi Handa <handa@m17n.org>
7592
7593 * international/mule-cmds.el (standard-display-european-internal):
7594 Setup standard-display-table for 8-bit characters by storing 8-bit
7595 characters in the element vector.
7596
7597 * disp-table.el (standard-display-8bit):
7598 Setup standard-display-table for 8-bit characters by storing 8-bit
7599 characters in the element vector.
7600 (standard-display-european): Likewise.
7601
7602 2010-08-31 Masatake YAMATO <yamato@redhat.com>
7603
7604 * textmodes/nroff-mode.el (nroff-view): New command.
7605 (nroff-mode-map): Bind it to C-c C-c.
7606
7607 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7608
7609 * emacs-lisp/smie.el (smie-down-list): New command.
7610
7611 Remove old indentation and navigation code on octave-mode.
7612 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
7613 smie-down-list rather than add a binding for octave-down-block.
7614 (octave-mark-block, octave-blink-matching-block-open):
7615 Rely on forward-sexp-function.
7616 (octave-fill-paragraph): Don't narrow, so you can use
7617 indent-according-to-mode.
7618 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
7619 (octave-in-block-p, octave-re-search-forward-kw)
7620 (octave-re-search-backward-kw, octave-indent-calculate)
7621 (octave-end-as-array-index-p, octave-block-end-offset)
7622 (octave-scan-blocks, octave-forward-block, octave-backward-block)
7623 (octave-down-block, octave-backward-up-block, octave-up-block)
7624 (octave-before-magic-comment-p, octave-indent-line): Remove.
7625
7626 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
7627
7628 * emacs-lisp/package.el (package--read-archive-file): Just use
7629 `read', to avoid copying an additional string.
7630 (package-menu-mode): Set header-line-format here.
7631 (package-menu-refresh, package-menu-revert): Signal an error if
7632 not in the Package Menu.
7633 (package-menu-package-list): New var.
7634 (package--generate-package-list): Operate on the current buffer;
7635 don't assume that it is *Packages*, since the user may rename it.
7636 Allow persistent package listings and sort keys using
7637 package-menu-package-list and package-menu-package-sort-key.
7638 (package-menu--version-predicate): Fix version calculation.
7639 (package-menu-sort-by-column): Don't select the window.
7640 (package--list-packages): Create the *Packages* buffer.
7641 Set package-menu-package-list-key.
7642 (list-packages): Sorting by status is now the default.
7643 (package-buffer-info): Use match-string-no-properties.
7644 (define-package): Add a &rest argument for future proofing, but
7645 don't use it yet.
7646 (package-install-from-buffer, package-install-buffer-internal):
7647 Merge into a single function, package-install-from-buffer.
7648 (package-install-file): Change caller.
7649
7650 * finder.el: Load finder-inf using `require'.
7651 (finder-list-matches): Sorting by status is now the default.
7652 (finder-compile-keywords): Simpify printing.
7653
7654 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7655
7656 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
7657 (octave-mode-map): Remove special bindings for forward/backward-block
7658 and octave-backward-up-block. Use smie-close-block.
7659 (octave-continuation-marker-regexp): New var.
7660 (octave-continuation-regexp): Use it.
7661 (octave-operator-table, octave-smie-op-levels)
7662 (octave-operator-regexp, octave-smie-indent-rules): New vars.
7663 (octave-smie-backward-token, octave-smie-forward-token): New funs.
7664 (octave-mode): Use SMIE.
7665 (octave-close-block): Delete.
7666
7667 2010-08-30 Eli Zaretskii <eliz@gnu.org>
7668
7669 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
7670 CLIPBOARD, not in PRIMARY. (Bug#6944)
7671
7672 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7673
7674 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
7675 a list of parents.
7676 (smie-indent-column): Allow indirection through variables.
7677
7678 * composite.el (save-buffer-state): Delete, unused.
7679 * font-lock.el (save-buffer-state): Use with-silent-modifications.
7680 (font-lock-default-fontify-region): Use with-syntax-table.
7681 * jit-lock.el (with-buffer-unmodified): Remove.
7682 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
7683
7684 Use `declare' in defmacros.
7685 * window.el (save-selected-window):
7686 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
7687 * progmodes/python.el (def-python-skeleton):
7688 * net/dbus.el (dbus-ignore-errors):
7689 * jka-cmpr-hook.el (with-auto-compression-mode):
7690 * international/mule.el (with-category-table):
7691 * emacs-lisp/timer.el (with-timeout):
7692 * emacs-lisp/lisp-mnt.el (lm-with-file):
7693 * emacs-lisp/eieio.el (with-slots):
7694 * emacs-lisp/easymenu.el (easy-menu-define):
7695 * emacs-lisp/debug.el (debugger-env-macro):
7696 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
7697 (Multiple-value-call, Multiple-value-prog1):
7698 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
7699 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
7700 edebug rule to definition.
7701 * emacs-lisp/lisp-mode.el (save-selected-window)
7702 (with-current-buffer, combine-after-change-calls)
7703 (with-output-to-string, with-temp-file, with-temp-buffer)
7704 (with-temp-message, with-syntax-table, read-if, eval-after-load)
7705 (dolist, dotimes, when, unless):
7706 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
7707
7708 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
7709
7710 * finder.el: Require `package'.
7711 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
7712 (finder-package-info): Var deleted.
7713 (finder-keywords-hash, finder--builtins-alist): New vars.
7714 (finder-compile-keywords): Compute package--builtins and
7715 finder-keywords-hash instead of finder-keywords-hash, respecting
7716 the "Package" header.
7717 (finder-unknown-keywords, finder-list-matches):
7718 Use finder-keywords-hash and package--list-packages.
7719 (finder-mode): Don't set font-lock-defaults.
7720 (finder-exit): We don't use "*Finder-package*" and "*Finder
7721 Category*" buffers anymore.
7722
7723 * emacs-lisp/package.el (package--builtins-base): Var deleted.
7724 (package--builtins): Set default value to nil.
7725 (package-initialize): Load precomputed value of package--builtins
7726 from finder-inf.el.
7727 (package-alist, package-compute-transaction)
7728 (package-download-transaction): Improve docstring.
7729 (package-read-all-archive-contents): Do not change
7730 package--builtins here.
7731 (list-packages): Make package-list-packages an alias for this.
7732 Sort by status by default.
7733 (package--list-packages): Add optional PACKAGES arg.
7734 (describe-package-1): Use font-lock-face property. For built-in
7735 packages, insert file commentary.
7736 (package--generate-package-list): Rename from
7737 package-list-packages-internal; all callers changed. Add optional
7738 PACKAGES arg. Add alphabetical sort fallbacks.
7739 (package-menu--version-predicate, package-menu--status-predicate)
7740 (package-menu--description-predicate)
7741 (package-menu--name-predicate): New functions.
7742
7743 * info.el (Info-finder-find-node): Search package-alist instead of
7744 finder-package-info.
7745
7746 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
7747
7748 * subr.el (version-regexp-alist): Don't use "a" and "b" for
7749 "alpha" and "beta".
7750 (version-to-list): Handle versions like "10.3d".
7751
7752 2010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7753
7754 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
7755 (macroexp-accumulate): Use `declare'.
7756
7757 2010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7758
7759 * whitespace.el (whitespace-style): Adjust type declaration.
7760
7761 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
7762
7763 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
7764
7765 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
7766
7767 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
7768 (Bug#6907).
7769
7770 2010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
7771
7772 * progmodes/js.el: Make indentation more customizable (Bug#6914).
7773 (js-paren-indent-offset, js-square-indent-offset)
7774 (js-curly-indent-offset): New options.
7775 (js--proper-indentation): Use them.
7776
7777 2010-08-26 Daniel Colascione <dan.colascione@gmail.com>
7778
7779 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
7780 instead of inspecting font-lock properties (Bug#6916).
7781
7782 2010-08-26 David Reitter <david.reitter@gmail.com>
7783
7784 * server.el (server-visit-files): Run pre-command-hook and
7785 post-command-hook for each buffer while it is current (Bug#6910).
7786 (server-execute): Do not run hooks here.
7787
7788 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
7789
7790 Sync with Tramp 2.1.19.
7791
7792 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Protect
7793 deleting tmpfile.
7794 (tramp-gvfs-maybe-open-connection): Use `tramp-compat-funcall'.
7795
7796 * net/tramp.el (tramp-handle-expand-file-name)
7797 (tramp-completion-handle-file-name-all-completions)
7798 (tramp-completion-handle-file-name-completion):
7799 Use `tramp-connectable-p'.
7800
7801 * net/trampver.el: Update release number.
7802
7803 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
7804
7805 * help.el (help-map): Bind `C-h P' to describe-package.
7806
7807 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
7808
7809 * emacs-lisp/package.el (package-refresh-contents): Catch errors
7810 when downloading archives.
7811 (describe-package-1): Add package commentary.
7812 (package-install-button-action): New function.
7813 (package-menu-mode-map): Bind ? to package-menu-describe-package.
7814 (package-menu-view-commentary): Function removed.
7815 (package-list-packages-internal): Hide the `package' package too.
7816
7817 2010-08-25 Kenichi Handa <handa@m17n.org>
7818
7819 * language/misc-lang.el ("Arabic"): New language environment.
7820 Setup composition-function-table for Arabic characters.
7821
7822 * international/fontset.el (setup-default-fontset): Fix typo for
7823 arabic OTF spec (fini->fina).
7824
7825 2010-08-25 Jan Djärv <jan.h.d@swipnet.se>
7826
7827 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
7828 on all frames.
7829
7830 2010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7831
7832 * whitespace.el: Allow cleaning up blanks without blank
7833 visualization (Bug#6651). Adjust help window for
7834 whitespace-toggle-options (Bug#6479). Allow to use fill-column
7835 instead of whitespace-line-column (from EmacsWiki). New version
7836 13.1.
7837 (whitespace-style): Add new value 'face. Adjust docstring.
7838 (whitespace-space, whitespace-hspace, whitespace-tab):
7839 Adjust foreground property face.
7840 (whitespace-line-column): Adjust docstring and type declaration.
7841 (whitespace-style-value-list, whitespace-toggle-option-alist)
7842 (whitespace-help-text): Adjust const initialization.
7843 (whitespace-toggle-options, global-whitespace-toggle-options):
7844 Adjust docstring.
7845 (whitespace-display-window, whitespace-interactive-char)
7846 (whitespace-style-face-p, whitespace-color-on): Adjust code.
7847 (whitespace-help-scroll): New fun.
7848
7849 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
7850
7851 * emacs-lisp/package.el (list-packages): Alias for
7852 package-list-packages.
7853
7854 2010-08-24 Kevin Ryde <user42@zip.com.au>
7855
7856 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
7857 (Bug#5651).
7858
7859 * progmodes/ruby-mode.el (ruby): Add defgroup.
7860
7861 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
7862
7863 * progmodes/python.el: Add Ipython support (Bug#5390).
7864 (python-shell-prompt-alist)
7865 (python-shell-continuation-prompt-alist): New options.
7866 (python--set-prompt-regexp): New function.
7867 (inferior-python-mode, run-python, python-shell):
7868 Require ansi-color. Use python--set-prompt-regexp to set the comint
7869 prompt based on the Python interpreter.
7870 (python--prompt-regexp): New var.
7871 (python-check-comint-prompt)
7872 (python-comint-output-filter-function): Use it.
7873 (run-python): Use a pipe (Bug#5694).
7874
7875 2010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
7876
7877 * progmodes/python.el (python-send-region): Send a different
7878 Python command if Ipython is in use.
7879 (python-check-version): Use a Python command to find the version.
7880
7881 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
7882
7883 * mouse.el (mouse-yank-primary): Avoid setting primary when
7884 deactivating the mark (Bug#6872).
7885
7886 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
7887
7888 * progmodes/python.el (python-block-pairs): Allow use of "finally"
7889 with "else" (Bug#3991).
7890
7891 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
7892
7893 * net/dbus.el: Accept UNIX domain sockets as bus address.
7894 (top): Don't initialize `dbus-registered-objects-table' anymore,
7895 this is done in dbusbind.c.
7896 (dbus-check-event): Adapt test for bus.
7897 (dbus-return-values-table, dbus-unregister-service)
7898 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
7899 Adapt doc string.
7900
7901 2010-08-23 Juanma Barranquero <lekktu@gmail.com>
7902
7903 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
7904
7905 2010-08-22 Juri Linkov <juri@jurta.org>
7906
7907 * simple.el (read-extended-command): New function with the logic
7908 for `completing-read' moved to Elisp from `execute-extended-command'.
7909 Use `function-called-at-point' in `minibuffer-default-add-function'
7910 to get a command name for M-n (bug#5364, bug#5214).
7911
7912 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
7913
7914 * startup.el (command-line-1): Issue warning for ignored arguments
7915 --unibyte, etc (Bug#6886).
7916
7917 2010-08-22 Leo <sdl.web@gmail.com>
7918
7919 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
7920 (ignore, bright, dim, keyword): Split list of nicknames before
7921 passing to rcirc-add-or-remove (Bug#6894).
7922
7923 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
7924
7925 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
7926
7927 2010-08-22 Leo <sdl.web@gmail.com>
7928
7929 Fix buffer-list rename&refresh after killing a buffer in ido.
7930 * ido.el: Revert Óscar's.
7931 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
7932 Remember the buffers at head, rather than their name.
7933 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
7934
7935 2010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
7936 Stefan Monnier <monnier@iro.umontreal.ca>
7937
7938 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
7939 extra backslash added to each line (bug#6890).
7940
7941 2010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
7942
7943 * subr.el (read-key): Don't echo keystrokes (bug#6883).
7944
7945 2010-08-22 Glenn Morris <rgm@gnu.org>
7946
7947 * menu-bar.el (menu-bar-games-menu): Add landmark.
7948
7949 2010-08-22 Glenn Morris <rgm@gnu.org>
7950
7951 * align.el (align-regexp): Make group and spacing arguments
7952 use the interactive defaults when non-interactive. (Bug#6698)
7953
7954 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
7955 expansion, so as not to need sendmail.
7956 (mail-text-start): Remove declaration.
7957 (rmail-retry-failure): Require sendmail.
7958
7959 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
7960
7961 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
7962
7963 2010-08-22 Michael Albinus <michael.albinus@gmx.de>
7964
7965 * progmodes/flymake.el (flymake-start-syntax-check-process):
7966 Use `start-file-process' in order to let it run also on remote hosts.
7967
7968 2010-08-22 Kenichi Handa <handa@m17n.org>
7969
7970 * files.el: Add `word-wrap' as safe local variable.
7971
7972 2010-08-22 Glenn Morris <rgm@gnu.org>
7973
7974 * woman.el (woman-translate): Case matters. (Bug#6849)
7975
7976 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
7977
7978 * simple.el (kill-region): Doc fix (Bug#6787).
7979
7980 2010-08-22 Glenn Morris <rgm@gnu.org>
7981
7982 * calendar/diary-lib.el (diary-header-line-format):
7983 Fit it to the window, not the frame.
7984
7985 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
7986
7987 * subr.el (ignore-errors): Add debug declaration.
7988
7989 2010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
7990
7991 * whitespace.el (whitespace-color-off): Remove post-command-hook
7992 locally.
7993
7994 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
7995
7996 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
7997
7998 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
7999
8000 * cus-edit.el (custom-group-value-create): Add extra newline
8001 before end line (Bug#6876).
8002
8003 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
8004
8005 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
8006 when extending it. Before killing on the second click, check if
8007 the buffer is the correct one. Doc fix.
8008 (mouse-secondary-save-then-kill): Allow usage without first
8009 calling mouse-start-secondary, by defaulting to point. Don't save
8010 an empty secondary selection. Doc fix.
8011
8012 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8013
8014 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
8015 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
8016 New version 13.0.
8017 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8018 Adjust initialization.
8019 (whitespace-bob-marker, whitespace-eob-marker)
8020 (whitespace-buffer-changed): New vars.
8021 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
8022 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
8023 (whitespace-post-command-hook, whitespace-display-char-on):
8024 Adjust code.
8025 (whitespace-looking-back, whitespace-buffer-changed): New funs.
8026 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
8027
8028 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8029
8030 * files.el (locate-file-completion-table): Only list the .el and .elc
8031 extensions if there's no other choice (bug#5955).
8032
8033 * facemenu.el (facemenu-self-insert-data): New var.
8034 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
8035 New functions.
8036 (facemenu-add-face): Use them.
8037
8038 * simple.el (blink-matching-open): Obey forward-sexp-function.
8039
8040 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
8041
8042 * simple.el (prog-mode-map): New var.
8043 (prog-indent-sexp): New command.
8044
8045 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
8046
8047 * progmodes/prolog.el (smie): Require.
8048
8049 * emacs-lisp/smie.el (smie-default-backward-token)
8050 (smie-default-forward-token): Strip properties.
8051 (smie-next-sexp): Be more careful with associative operators.
8052 (smie-forward-sexp-command): Generalize.
8053 (smie-backward-sexp-command): Simplify.
8054 (smie-closer-alist): New var.
8055 (smie-close-block): New command.
8056 (smie-indent-debug-log): New var.
8057 (smie-indent-offset-rule): Add a few more cases.
8058 (smie-indent-column): New function.
8059 (smie-indent-after-keyword): Use it.
8060 (smie-indent-keyword): Use it.
8061 Fix up the opener code's point position.
8062 (smie-indent-comment): Only applies at BOL.
8063 (smie-indent-debug): New command.
8064
8065 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
8066 declarations that are useful before running the macro.
8067
8068 2010-08-18 Joakim Verona <joakim@verona.se>
8069
8070 * image.el (imagemagick-types-inhibit): New variable.
8071 (imagemagick-register-types): New function.
8072 * image-mode.el (image-transform-properties): New function.
8073 (image-transform-set-scale, image-transform-fit-to-height)
8074 (image-transform-set-rotation, image-transform-set-resize)
8075 (image-transform-fit-to-width, image-transform-fit-to-height):
8076 New functions.
8077 (image-toggle-display-image): Support image transforms.
8078
8079 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
8080
8081 * image.el (create-animated-image): Don't add heuristic mask to image
8082 (Bug#6839).
8083
8084 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
8085
8086 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
8087 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
8088
8089 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
8090
8091 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
8092
8093 Font-lock '...' strings, plus various simplifications and fixes.
8094 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
8095 (octave-font-lock-close-quotes): New function.
8096 (octave-font-lock-syntactic-keywords): New var.
8097 (octave-mode): Use it. Set beginning-of-defun-function.
8098 (octave-mode-map): Don't override the <foo>-defun commands.
8099 (octave-mode-menu): Pass it directly to easy-menu-define;
8100 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
8101 (octave-block-match-alist): Fix up last change so that
8102 octave-close-block uses the more specific keyword.
8103 (info-lookup-mode): Silence byte-compiler.
8104 (octave-beginning-of-defun): Not interactive any more.
8105 Optimize slightly.
8106 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
8107 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
8108 (octave-completion-at-point-function): Make sure point is within
8109 beg..end.
8110 (octave-reindent-then-newline-and-indent):
8111 Use reindent-then-newline-and-indent.
8112 (octave-add-octave-menu): Remove.
8113
8114 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
8115
8116 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
8117 (report-emacs-bug-can-use-xdg-email): New functions.
8118 (report-emacs-bug): Set can-xdg-email to result of
8119 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
8120 \C-cm to report-emacs-bug-insert-to-mailer and add help text
8121 about it.
8122
8123 * net/browse-url.el (browse-url-default-browser): Add cond
8124 for browse-url-xdg-open.
8125 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
8126
8127 2010-08-17 Glenn Morris <rgm@gnu.org>
8128
8129 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
8130 (c-fontify-recorded-types-and-refs): Define for compiler.
8131 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
8132 before use.
8133
8134 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
8135 Fix format call.
8136
8137 2010-08-17 Michael Albinus <michael.albinus@gmx.de>
8138
8139 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
8140 properties.
8141 (tramp-handle-process-file): Call the program in a subshell, in
8142 order to preserve working directory.
8143 (tramp-action-password): Hide password prompt before next run.
8144 (tramp-process-actions): Widen connection buffer for the trace.
8145
8146 2010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
8147
8148 * net/rcirc.el (rcirc-log-process-buffers): New option.
8149 (rcirc-print): Use it.
8150 (rcirc-generate-log-filename): New function.
8151 (rcirc-log-filename-function): Change default to
8152 rcirc-generate-log-filename (Bug#6828).
8153
8154 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
8155
8156 * simple.el (deactivate-mark): If select-active-regions is `only',
8157 only set selection for temporarily active regions.
8158
8159 * cus-start.el: Change defcustom for select-active-regions.
8160
8161 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
8162
8163 * mouse.el (mouse--drag-set-mark-and-point): New function.
8164 (mouse-drag-track): Use LOCATION arg to push-mark.
8165 Use mouse--drag-set-mark-and-point to take click-count into
8166 consideration when updating point and mark (Bug#6840).
8167
8168 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
8169
8170 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8171 Give the Ruby rule a lower priority than Gnu (Bug#6778).
8172
8173 2010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
8174
8175 * font-lock.el (lisp-font-lock-keywords-2):
8176 Add combine-after-change-calls, condition-case-no-debug,
8177 with-demoted-errors, and with-silent-modifications (Bug#6025).
8178
8179 2010-08-14 Kevin Ryde <user42@zip.com.au>
8180
8181 * emacs-lisp/copyright.el (copyright-update-year)
8182 (copyright-update): Temporary switch-to-buffer to ensure the
8183 buffer change being queried is visible (Bug#5394).
8184
8185 2010-08-14 Tom Tromey <tromey@redhat.com>
8186
8187 * progmodes/etags.el (tags-file-name): Mark safe if stringp
8188 (Bug#6733).
8189
8190 2010-08-14 Eli Zaretskii <eliz@gnu.org>
8191
8192 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
8193 MS-DOS. (Bug#6689)
8194
8195 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
8196
8197 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
8198 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8199 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
8200 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
8201 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
8202 Call menu-bar-set-tool-bar-position.
8203
8204 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8205
8206 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
8207 comment style (bug#6834).
8208 * progmodes/scheme.el (scheme-mode-syntax-table):
8209 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
8210 "b" flag in "' 14b" syntax.
8211
8212 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
8213 for (un)commenting the region and performing completion.
8214 (octave-mode-menu): Use standard commands for help and completion.
8215 (octave-mode-syntax-table): Support %{..%} comments (sort of).
8216 (octave-mode): Use define-derived-mode.
8217 Set completion-at-point-functions and don't set columns.
8218 Don't disable adaptive-fill-regexp.
8219 (octave-describe-major-mode, octave-comment-region)
8220 (octave-uncomment-region, octave-comment-indent)
8221 (octave-indent-for-comment): Remove.
8222 (octave-indent-calculate): Rename from calculate-octave-indent.
8223 (octave-indent-line, octave-fill-paragraph): Update caller.
8224 (octave-initialize-completions): No need to make an alist.
8225 (octave-completion-at-point-function): New function.
8226 (octave-complete-symbol): Use it.
8227 (octave-insert-defun): Use define-skeleton.
8228
8229 * progmodes/octave-mod.el (octave-mode): Set comment-add.
8230 (octave-mode-map): Use comment-dwim (bug#6829).
8231
8232 2010-08-12 Antoine Levitt <antoine.levitt@gmail.com>
8233
8234 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
8235 indentation of inserted comment.
8236
8237 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
8238
8239 * faces.el (region): Add type gtk that uses gtk colors.
8240
8241 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
8242 Handle theme-name change.
8243
8244 2010-08-10 Michael R. Mauger <mmaug@yahoo.com>
8245
8246 * progmodes/sql.el: Version 2.5
8247 (sql-product-alist): Add :prompt-cont-regexp property for several
8248 database products.
8249 (sql-prompt-cont-regexp): New variable.
8250 (sql-output-newline-count, sql-output-by-send):
8251 New variables. Record number of newlines in input text.
8252 (sql-send-string): Handle multiple filters and count newlines.
8253 (sql-send-magic-terminator): Count terminator newline.
8254 (sql-interactive-remove-continuation-prompt): Filters output to
8255 remove continuation prompts; one for each newline.
8256 (sql-interactive-mode): Set up new variables, prompt regexp and
8257 output filter.
8258 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
8259 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
8260
8261 2010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8262
8263 * emacs-lisp/pcase.el: New file.
8264
8265 2010-08-10 Michael Albinus <michael.albinus@gmx.de>
8266
8267 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
8268 as here-document, otherwise the command could exceed maximum
8269 length of command line.
8270 (tramp-handle-vc-registered): Call script accordingly.
8271 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
8272
8273 2010-08-10 Kenichi Handa <handa@m17n.org>
8274
8275 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
8276 composable pattern.
8277
8278 2010-08-09 Chong Yidong <cyd@stupidchicken.com>
8279
8280 * emacs-lisp/package.el (package-version-split)
8281 (package--version-first-nonzero, package-version-compare):
8282 Functions removed.
8283 (package-directory-list, package-load-all-descriptors)
8284 (package--built-in, package-activate, define-package)
8285 (package-installed-p, package-compute-transaction)
8286 (package-read-all-archive-contents)
8287 (package--add-to-archive-contents, package-buffer-info)
8288 (package-tar-file-info, package-list-packages-internal):
8289 Use version-to-list and version-list-*.
8290
8291 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8292 Use version-to-list.
8293 (package-upload-buffer-internal): Use version-list-<=.
8294
8295 2010-08-09 Kenichi Handa <handa@m17n.org>
8296
8297 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
8298 composable pattern.
8299
8300 2010-08-08 Chong Yidong <cyd@stupidchicken.com>
8301
8302 * tutorial.el (tutorial--default-keys): C-d is now bound to
8303 delete-forward-char (Bug#6826).
8304
8305 * mouse.el (mouse-drag-track): Remove accidentally-removed check
8306 for `double' value of mouse-1-click-follows-link (Bug#6807).
8307
8308 2010-08-08 Johan Bockgård <bojohan@gnu.org>
8309
8310 * replace.el (replace-highlight): Bind isearch-forward and
8311 isearch-error, ensuring that highlighting is updated if the user
8312 switches the search direction (Bug#6808).
8313
8314 * isearch.el (isearch-lazy-highlight-forward): New var.
8315 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8316 (isearch-lazy-highlight-update): Use it.
8317
8318 2010-08-08 Kenichi Handa <handa@m17n.org>
8319
8320 * international/mule.el (define-charset): Store NAME as :base property.
8321 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
8322 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
8323 current priority. Force using the designation of the specific
8324 charset by adding `charset' text property. Improve the whole algorithm.
8325
8326 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8327
8328 * emulation/pc-select.el (pc-selection-mode-hook)
8329 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
8330 (pc-selection-mode): Fix typos in docstrings.
8331
8332 2010-08-08 Kenichi Handa <handa@m17n.org>
8333
8334 * language/cyrillic.el: Don't add "microsoft-cp1251" to
8335 ctext-non-standard-encodings-alist here.
8336
8337 * international/mule.el (ctext-non-standard-encodings-alist):
8338 Add "koi8-r" and "microsoft-cp1251".
8339 (ctext-standard-encodings): New variable.
8340 (ctext-non-standard-encodings-table): List only elements for
8341 non-standard encodings.
8342 (ctext-pre-write-conversion): Adjust for the above change.
8343 Check ctext-standard-encodings.
8344
8345 * international/mule-conf.el (compound-text): Doc fix.
8346 (ctext-no-compositions): Doc fix.
8347 (compound-text-with-extensions): Doc fix.
8348
8349 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8350
8351 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
8352
8353 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8354
8355 * progmodes/which-func.el (which-func-format): Split help-echo text
8356 into lines, like other mode-line tooltips.
8357
8358 * server.el (server-start): When using TCP sockets, force IPv4
8359 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
8360
8361 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8362
8363 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
8364
8365 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8366
8367 * term.el (term-delimiter-argument-list): Reflow docstring.
8368 (term-read-input-ring, term-write-input-ring, term-send-input)
8369 (term-bol, term-erase-in-display, serial-supported-or-barf):
8370 Fix typos in docstrings.
8371
8372 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8373
8374 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
8375
8376 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8377
8378 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
8379
8380 2010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
8381
8382 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
8383 Fix typo in docstring (bug#6747).
8384
8385 2010-08-08 Leo <sdl.web@gmail.com>
8386
8387 * eshell/esh-io.el (eshell-get-target): Better detection of
8388 read-only file (Bug#6762).
8389
8390 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8391
8392 * align.el (align-default-spacing): Doc fix.
8393 (align-region-heuristic, align-regexp): Fix typos in docstrings.
8394
8395 2010-08-08 Stephen Peters <speters@itasoftware.com>
8396
8397 * calendar/icalendar.el
8398 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
8399 (icalendar--get-weekday-numbers): New.
8400 (icalendar--convert-recurring-to-diary): Handle multiple byday
8401 values in weekly rules. (Bug#6766)
8402
8403 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
8404
8405 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
8406 (icalendar--create-uid, icalendar-export-region)
8407 (icalendar--parse-summary-and-rest): Code formatting.
8408
8409 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
8410
8411 * calc/calc.el (calc-trail-mode, calc-refresh): Use `face' property
8412 to italicize headers.
8413 (calc-highlight-selections-with-faces): New variable.
8414 (calc-selected-face, calc-nonselected-face): New faces.
8415
8416 * calc/calccomp.el (math-comp-highlight-string): Use
8417 `calc-highlight-selections-with-faces' to determine how to highlight
8418 sub-formulas.
8419
8420 * calc/calc-sel.el (calc-show-selections): Change message to when
8421 using faces to highlight selections.
8422
8423 2010-08-07 Michael R. Mauger <mmaug@yahoo.com>
8424
8425 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
8426 Add SQLite 3 keywords, functions and datatypes.
8427 (sql-interactive-mode): Remove `comint-process-echoes' set to t
8428 (Bug#6686).
8429
8430 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
8431
8432 * simple.el (select-active-regions): Move to keyboard.c.
8433 (deactivate-mark): Used saved-region-selection.
8434 (select-active-region): Function removed.
8435 (activate-mark, set-mark, push-mark-command)
8436 (handle-shift-selection): Don't call it.
8437 (keyboard-quit): Avoid adding the region to the window selection.
8438
8439 * mouse.el (mouse-drag-track): Remove hacks to deal with old
8440 select-active-regions implementation.
8441 (mouse-yank-at-click): Doc fix.
8442
8443 * cus-start.el: Add custom declaration for select-active-regions.
8444
8445 2010-08-07 Eli Zaretskii <eliz@gnu.org>
8446
8447 * simple.el (delete-forward-char): Doc fix.
8448
8449 * tutorial.el (help-with-tutorial): Hack safe file-local variables
8450 after reading the tutorial.
8451
8452 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
8453
8454 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
8455 Fix for the case that a C style comment has its delimiters alone on
8456 their respective lines. (Bug#193)
8457
8458 2010-08-06 Michael Albinus <michael.albinus@gmx.de>
8459
8460 * net/tramp.el (tramp-handle-start-file-process): Set connection
8461 property "vec".
8462 (tramp-process-sentinel): Use it for flushing the cache.
8463 We cannot do it via the process buffer, the buffer could be deleted
8464 already when running the sentinel.
8465
8466 2010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
8467
8468 * comint.el (comint-mode): Make directory tracking functions
8469 functional on remote files. (Bug#6764)
8470
8471 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
8472
8473 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
8474
8475 2010-08-05 Eli Zaretskii <eliz@gnu.org>
8476
8477 * emacs-lisp/find-gc.el (find-gc-source-files):
8478 Rename unexec.c => unexcoff.c.
8479
8480 * emacs-lisp/authors.el (authors-fixed-entries):
8481 Rename unexec.c => unexcoff.c.
8482
8483 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
8484
8485 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
8486 cache, not only file cache.
8487 (tramp-process-sentinel): New defun.
8488 (tramp-handle-start-file-process): Use it, in order to invalidate
8489 file caches.
8490
8491 2010-08-03 Leo <sdl.web@gmail.com>
8492
8493 * server.el (server-start): Simplify loop.
8494
8495 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
8496
8497 * frame.el (screen-height, screen-width, set-screen-width)
8498 (set-screen-height): Remove ancient compatibility aliases.
8499
8500 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
8501 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
8502
8503 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
8504 that change current buffer.
8505
8506 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8507
8508 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
8509 beginning of the string. Use `string-match-p'. (Bug#6765)
8510
8511 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
8512
8513 * cus-start.el (x-gtk-use-system-tooltips): New variable.
8514
8515 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
8516
8517 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
8518 (package--builtins): Tweak descriptions.
8519 (package-print-package): Upcase descriptions if necessary.
8520 Show all built-in packages in font-lock-builtin-face.
8521 (package-list-packages-internal): Omit "emacs" package.
8522 Show status of built-in packages as "built-in".
8523
8524 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
8525
8526 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
8527 before killing to preserve the primary selection (Bug#6701).
8528
8529 * term/x-win.el (x-select-text): Doc fix.
8530
8531 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
8532
8533 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
8534 (objc-font-lock-extra-types):
8535 * progmodes/cc-mode.el (c-basic-common-init):
8536 * progmodes/cc-langs.el (c-make-mode-syntax-table)
8537 (c++-make-template-syntax-table)
8538 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
8539 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
8540 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
8541 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
8542 * progmodes/cc-fonts.el (c-make-inverse-face)
8543 (c-basic-matchers-after):
8544 * progmodes/cc-engine.el (c-forward-keyword-clause)
8545 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
8546 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
8547 (c-guess-continued-construct, c-guess-basic-syntax):
8548 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
8549 The above functions were modified or created.
8550
8551 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
8552
8553 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
8554
8555 2010-07-31 Eli Zaretskii <eliz@gnu.org>
8556
8557 * files.el (bidi-paragraph-direction): Define safe local values.
8558
8559 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
8560 language-info-alist. Remove outdated FIXME in a comment.
8561
8562 2010-07-31 Alan Mackenzie <acm@muc.de>
8563
8564 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
8565 Auto-fill broken in C/C++ modes.
8566
8567 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
8568
8569 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8570 (menu-bar-showhide-tool-bar-menu-customize-disable)
8571 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
8572 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
8573 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
8574 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
8575 make a menu for Options => toolbar that can move it.
8576
8577 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
8578
8579 * emacs-lisp/package-x.el (package--make-rss-entry):
8580 (package-maint-add-news-item, package--update-news)
8581 (package-upload-buffer-internal): New arg ARCHIVE-URL.
8582
8583 * emacs-lisp/package.el (package-archive-url): Rename from
8584 package-archive-id.
8585 (package-install): Doc fix.
8586 (package-download-single, package-download-tar, package-install)
8587 (package-menu-view-commentary): Callers changed.
8588
8589 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
8590
8591 * net/tramp.el (tramp-handle-start-file-process): Check only for
8592 `remote-tty' process property.
8593 (tramp-open-shell): Don't check for tty.
8594 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
8595 process property.
8596
8597 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
8598 host.
8599
8600 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
8601
8602 * emacs-lisp/package.el (package-load-list, package-archives)
8603 (package-archive-contents, package-user-dir)
8604 (package-directory-list, package--builtins, package-alist)
8605 (package-activated-list, package-obsolete-alist): Mark as risky.
8606
8607 2010-07-28 Phil Hagelberg <phil@evri.com>
8608
8609 Add support for non-default package repositories.
8610 * emacs-lisp/package.el (package-archive-base): Var deleted.
8611 (package-archives): New variable.
8612 (package-archive-contents): Doc fix.
8613 (package-load-descriptor): Do nothing if descriptor file is missing.
8614 (package--write-file-no-coding): New function.
8615 (package-unpack-single): Use it.
8616 (package-archive-id): New function.
8617 (package-download-single, package-download-tar)
8618 (package-menu-view-commentary): Use it.
8619 (package-installed-p): Make second argument optional.
8620 (package-read-all-archive-contents): New function.
8621 (package-initialize): Use it.
8622 (package-read-archive-contents): Add ARCHIVE argument.
8623 (package--add-to-archive-contents): New function.
8624 (package-install): Don't call package-read-archive-contents.
8625 (package--download-one-archive): Store archive file in a
8626 subdirectory of package-user-dir.
8627 (package-menu-execute): Remove spurious line movement.
8628
8629 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
8630
8631 * cus-start.el (tool-bar-style): Add text-image-horiz.
8632
8633 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
8634
8635 * progmodes/gud.el (gud-common-init): Check for remoteness of
8636 `file', and not of `default-directory'.
8637
8638 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
8639
8640 * net/tramp.el (tramp-methods): Move hostname to the end in all
8641 ssh `tramp-login-args'.
8642 (tramp-verbose): Describe verbose level 9.
8643 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
8644 (tramp-open-connection-setup-interactive-shell): Trace stty
8645 settings if `tramp-verbose' >= 9.
8646 (tramp-handle-start-file-process): Implement tty setting.
8647 (Bug#4604, Bug#6360)
8648
8649 * net/tramp-cmds.el (tramp-bug): Recommend setting of
8650 `tramp-verbose' to 9.
8651
8652 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
8653
8654 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
8655 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
8656 Remove references to package `lisp-re' (bug#4369).
8657
8658 2010-07-27 Tom Tromey <tromey@redhat.com>
8659
8660 * progmodes/js.el (js-mode):
8661 * progmodes/make-mode.el (makefile-mode):
8662 * progmodes/simula.el (simula-mode):
8663 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
8664
8665 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
8666
8667 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
8668
8669 * time.el (display-time-day-and-date): Remove spurious * in docstring.
8670 (display-time-world-buffer-name, display-time-world-mode-map):
8671 Fix typos in docstrings.
8672
8673 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
8674
8675 * image-mode.el (image-display-size): New function.
8676 (image-forward-hscroll, image-next-line, image-eol, image-eob)
8677 (image-mode-fit-frame): Use it (Bug#6639).
8678
8679 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
8680
8681 * dired.el (dired-buffers-for-dir): Handle list values of
8682 dired-directory (Bug#6636).
8683
8684 2010-07-26 Sam Steingold <sds@gnu.org>
8685
8686 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
8687 Do not call `x-get-selection' the second time, reuse the value.
8688
8689 2010-07-26 Daiki Ueno <ueno@unixuser.org>
8690
8691 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
8692 which consist of control chars only. Suggested by Richard Stallman.
8693
8694 2010-07-25 Daiki Ueno <ueno@unixuser.org>
8695
8696 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
8697 exists before passing an error to find-file-not-found-functions
8698 (bug#6723).
8699
8700 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
8701
8702 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
8703 Remove leading nil element, adjust values.
8704 (tetris-shapes, tetris-shape-scores):
8705 Change representation of shapes and remove some redundancy.
8706 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
8707 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
8708 Adjust for working with new representation of shapes.
8709 (tetris-shape-rotations): New function.
8710 (tetris-move-bottom, tetris-move-left, tetris-move-right)
8711 (tetris-rotate-prev, tetris-rotate-next):
8712 Adjust for working with the new version of tetris-test-shape.
8713
8714 2010-07-23 Markus Triska <markus.triska@gmx.at>
8715
8716 * progmodes/ps-mode.el: Use comint (bug#5954).
8717 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
8718 (ps-mode-other-newline): Simplify.
8719 (ps-run-mode): Derive from comint-mode instead of
8720 fundamental-mode, yielding input history etc.
8721 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
8722 (ps-run-send-string): Adapt for comint-mode.
8723 (ps-run-newline): Remove now unneeded function.
8724
8725 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
8726
8727 * net/tramp.el (tramp-methods): Move hostname to the end in all
8728 plink `tramp-login-args'.
8729
8730 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
8731
8732 * net/tramp.el (tramp-open-shell): New defun.
8733 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8734 Use it.
8735
8736 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
8737
8738 * net/tramp.el (tramp-file-name-regexp-unified)
8739 (tramp-completion-file-name-regexp-unified): On W32 systems, do
8740 not regard the volume letter as remote filename. (Bug#5447)
8741
8742 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
8743
8744 * custom.el (custom-declare-variable): Give a clearer error message
8745 when the docstring is missing (bug#6476).
8746
8747 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
8748
8749 * progmodes/sql.el: Version 2.4. Improved Login prompting.
8750 (sql-login-params): New widget definition.
8751 (sql-oracle-login-params, sql-mysql-login-params)
8752 (sql-solid-login-params, sql-sybase-login-params)
8753 (sql-informix-login-params, sql-ingres-login-params)
8754 (sql-ms-login-params, sql-postgres-login-params)
8755 (sql-interbase-login-params, sql-db2-login-params)
8756 (sql-linter-login-params): Use it.
8757 (sql-sqlite-login-params): Use it; Define "database" parameter as
8758 a file name.
8759 (sql-sqlite-program): Change to "sqlite3".
8760 (sql-comint-sqlite): Make sure database name is complete.
8761 (sql-for-each-login): New function.
8762 (sql-connect, sql-save-connection): Use it.
8763 (sql-get-login-ext): New function.
8764 (sql-get-login): Use it.
8765 (sql-make-alternate-buffer-name): Handle :file parameters.
8766
8767 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
8768
8769 * dired.el (dired-no-confirm): Document value t and fix defcustom to
8770 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
8771
8772 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
8773
8774 * dired.el (dired-mode-map): Use command remapping (bug#6632).
8775
8776 2010-07-22 Lawrence Mitchell <wence@gmx.li>
8777
8778 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
8779
8780 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
8781
8782 * net/tramp.el (tramp-get-ls-command)
8783 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
8784 instead of "/".
8785
8786 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
8787
8788 * progmodes/sql.el: Version 2.3.
8789 (sql-connection-alist): Change keys from symbols to strings;
8790 enhanced the widget definition.
8791 (sql-mode-menu): Add submenu to select connections.
8792 (sql-interactive-mode-menu): Add "Save Connection" item.
8793 (sql-add-product): Fix menu item.
8794 (sql-get-product-feature): Improved error handling.
8795 (sql--alt-buffer-part, sql--alt-if-not-empty): Remove.
8796 (sql-make-alternate-buffer-name): Simplified.
8797 (sql-product-interactive): Handle missing product.
8798 (sql-connect): Support string keys, minor improvements.
8799 (sql-save-connection): New function.
8800 (sql-connection-menu-filter): New function.
8801
8802 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
8803
8804 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
8805 (tramp-open-connection-setup-interactive-shell):
8806 Apply workaround for IRIX64 bug. Move argument of last
8807 `tramp-send-command' where it belongs to.
8808
8809 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
8810
8811 * net/tramp.el (tramp-perl-file-attributes)
8812 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
8813 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
8814 front of `login-args'.
8815
8816 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
8817
8818 * time.el (display-time-world-mode): Define with `define-derived-mode'.
8819 Set `show-trailing-whitespace' to nil.
8820 (display-time-world-display): Simplify.
8821
8822 2010-07-18 Alan Mackenzie <acm@muc.de>
8823
8824 Enhance `c-file-style' in file/directory local variables.
8825 * progmodes/cc-mode.el (c-count-cfss): New function.
8826 (c-before-hack-hook): Call `c-set-style' differently according to
8827 whether c-file-style was set in file or directory local
8828 variables.
8829
8830 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
8831
8832 * progmodes/sql.el: Version 2.2.
8833 (sql-product, sql-user, sql-database, sql-server, sql-port):
8834 Use defcustom :safe keyword rather than putting safe-local-variable
8835 property.
8836 (sql-password): Use defcustom :risky keyword rather than putting
8837 risky-local-variable property.
8838 (sql-oracle-login-params, sql-sqlite-login-params)
8839 (sql-solid-login-params, sql-sybase-login-params)
8840 (sql-informix-login-params, sql-ingres-login-params)
8841 (sql-ms-login-params, sql-postgres-login-params)
8842 (sql-interbase-login-params, sql-db2-login-params)
8843 (sql-linter-login-params): Add `port' option.
8844 (sql-get-product-feature): Add NO-INDIRECT parameter.
8845 (sql-comint-oracle, sql-comint-sybase)
8846 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
8847 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
8848 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
8849 (sql-comint-linter): Rename sql-connect-* functions to
8850 sql-comint-*.
8851 (sql-product-alist, sql-mode-menu): Rename as above and
8852 :sqli-connect-func to :sqli-comint-func.
8853 (sql-connection): New variable.
8854 (sql-interactive-mode): Set it.
8855 (sql-connection-alist): New variable.
8856 (sql-connect): New function.
8857 (sql--alt-buffer-part, sql--alt-if-not-empty)
8858 (sql-make-alternate-buffer-name): Improved alternative buffer name.
8859
8860 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8861
8862 * image-mode.el (image-bookmark-make-record): Do not set context
8863 in an image (Bug#6650).
8864
8865 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
8866
8867 * simple.el (select-active-region): New function.
8868 (push-mark-command, set-mark, activate-mark)
8869 (handle-shift-selection): Use it.
8870 (deactivate-mark): Don't check for size of region.
8871
8872 * mouse.el (mouse-drag-track): Use select-active-region.
8873
8874 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
8875
8876 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
8877 "--dired" stronger.
8878
8879 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
8880
8881 * term/x-win.el (x-select-enable-primary): Change default to nil.
8882 (x-select-enable-clipboard): Add :version keyword.
8883
8884 * mouse.el (mouse-drag-copy-region):
8885 * simple.el (select-active-regions): Likewise.
8886
8887 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
8888
8889 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
8890 (vc-coding-system-for-diff): Use it to decide whether to inherit
8891 from the file the EOL format for reading the diffs of that file.
8892 (Bug#4451)
8893
8894 2010-07-16 Eli Zaretskii <eliz@gnu.org>
8895
8896 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
8897 unibyte, so compressed attachments are not compressed again.
8898
8899 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
8900
8901 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
8902 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
8903 (tramp-find-shell): Simplify setting connection property.
8904 (tramp-get-ls-command): Make test for "--color=never" stronger.
8905
8906 2010-07-15 Simon South <ssouth@member.fsf.org>
8907
8908 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
8909 blocks within record declarations (i.e. variant parts) correctly.
8910
8911 2010-07-15 Simon South <ssouth@member.fsf.org>
8912
8913 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
8914 over literal tokens when parsing so newlines aren't "absorbed" by
8915 single-line comments. Corrects the indentation of case blocks
8916 that have a comment on the first line.
8917
8918 2010-07-14 Karl Fogel <kfogel@red-bean.com>
8919
8920 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
8921 by Drew Adams (Bug#5504).
8922
8923 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
8924
8925 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
8926 now that Unicode is used (Bug#6594).
8927
8928 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
8929
8930 * term/x-win.el (x-select-enable-clipboard): Default to t.
8931 (x-initialize-window-system): Don't overwrite Paste menu item.
8932
8933 * simple.el (select-active-regions): Default to t.
8934 (push-mark-command): Don't overwrite primary with empty string.
8935
8936 * mouse.el: Bind mouse-2 to mouse-yank-primary.
8937 (mouse-drag-copy-region): Default to nil.
8938
8939 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
8940 Cut/Copy/Paste menu bar items.
8941
8942 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8943
8944 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
8945 Patch applied by Karl Fogel.
8946
8947 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
8948 and `bookmark-current-buffer' if they have been already set in
8949 another buffer (e.g gnus-art).
8950
8951 2010-07-13 Karl Fogel <kfogel@red-bean.com>
8952 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8953
8954 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
8955
8956 * bookmark.el (bookmark-make-record-default): Allow unneeded
8957 information to be omitted from the record.
8958
8959 Adjust declarations and calls:
8960
8961 * info.el (bookmark-make-record-default): Adjust declaration.
8962 (Info-bookmark-make-record): Adjust call.
8963
8964 * woman.el (bookmark-make-record-default): Adjust declaration.
8965 (woman-bookmark-make-record): Adjust call.
8966
8967 * man.el (bookmark-make-record-default): Adjust declaration.
8968 (Man-bookmark-make-record): Adjust call.
8969
8970 * image-mode.el (bookmark-make-record-default): Adjust declaration.
8971
8972 * doc-view.el (bookmark-make-record-default): Adjust declaration.
8973
8974 2010-07-13 Karl Fogel <kfogel@red-bean.com>
8975
8976 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
8977 This is also from Thierry Volpiatto's patch in bug #6444. However,
8978 because it was extraneous to the functional change in that patch,
8979 and causes a re-indendation, I am committing it separately.
8980
8981 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8982
8983 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
8984 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
8985 Patch applied by Karl Fogel (Bug#6444).
8986
8987 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
8988
8989 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
8990
8991 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
8992
8993 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
8994 Dempsky; bug#5084). Remove incorrect binding for S-tab.
8995 (ns-alternatives-map): Change S-tab binding to backtab
8996 (bug#6616).
8997
8998 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
8999 under ns.
9000
9001 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
9002
9003 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
9004 (Bug#5806)
9005
9006 * language/tv-util.el (tai-viet-re): Remove format.
9007
9008 2010-07-12 Kenichi Handa <handa@m17n.org>
9009
9010 * language/hebrew.el: Remove no-byte-compile declaration.
9011 Change coding: tag to utf-8. Register hebrew-shape-gstring in
9012 composition-function-table for 3-character looking back.
9013 (hebrew-font-get-precomposed): New function.
9014 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
9015
9016 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
9017
9018 * mouse.el (mouse-drag-track): Handle select-active-regions
9019 (Bug#6612).
9020
9021 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
9022
9023 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
9024 empty argument to gvfs-copy.
9025
9026 2010-07-10 Glenn Morris <rgm@gnu.org>
9027
9028 * calendar/calendar.el (calendar-week-end-day): New function.
9029 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
9030 Respect calendar-week-start-day. (Bug#6606)
9031 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
9032 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
9033 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
9034 respect calendar-week-start-day.
9035
9036 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
9037
9038 * simple.el (use-region-p): Doc fix (Bug#6607).
9039
9040 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
9041
9042 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9043 Add regexps for cucumber and ruby.
9044
9045 2010-07-08 Daiki Ueno <ueno@unixuser.org>
9046
9047 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
9048 (epa-file-insert-file-contents): Hack to prevent
9049 find-file from opening empty buffer when decryption failed
9050 (bug#6568).
9051
9052 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
9053
9054 * textmodes/ispell.el (ispell-alternate-dictionary):
9055 Use file-readable-p.
9056 Return nil if no word-list is found at default locations.
9057 (ispell-complete-word-dict): Default to nil.
9058 (ispell-command-loop): Use 'word-list' when using lookup-words.
9059 (lookup-words): Use ispell-complete-word-dict or
9060 ispell-alternate-dictionary. Check for word-list availability
9061 and handle errors if needed with better messages (Bug#6539).
9062 (ispell-complete-word): Use ispell-complete-word-dict or
9063 ispell-alternate-dictionary.
9064
9065 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
9066
9067 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
9068 builtins (BufferError, BytesWarning, WindowsError; callables
9069 bin, bytearray, bytes, format, memoryview, next, print; __package__).
9070
9071 2010-07-07 Glenn Morris <rgm@gnu.org>
9072
9073 * play/zone.el (top-level): Do not require timer, tabify, or cl.
9074 (zone-shift-left): Ignore intangibility, and any errors from
9075 forward-char.
9076 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
9077 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
9078 deleting, and copying text properties.
9079 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
9080 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
9081 to point-max is hard.
9082 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
9083 (zone-fill-out-screen): Ignore intangibility.
9084
9085 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
9086
9087 * menu-bar.el (menu-bar-mode):
9088 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
9089 if it has been set.
9090
9091 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
9092 word/line selection (Bug#6565).
9093
9094 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
9095
9096 * net/dbus.el (dbus-send-signal): Declare function.
9097
9098 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
9099
9100 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
9101 (dbus-register-property): New optional argument EMITS-SIGNAL.
9102 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
9103
9104 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
9105
9106 * mouse.el (mouse-drag-overlay): Variable deleted.
9107 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
9108 (mouse--remap-link-click-p): New function.
9109 (mouse-drag-track): Handle dragging by using temporary Transient
9110 Mark mode, instead of a special overlay.
9111 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
9112 mouse-show-mark.
9113
9114 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
9115 deleted.
9116
9117 2010-07-02 Juri Linkov <juri@jurta.org>
9118
9119 * autoinsert.el (auto-insert-alist): Fix readability
9120 by using dotted pair notation for lambda.
9121
9122 2010-07-02 Juri Linkov <juri@jurta.org>
9123
9124 * faces.el (read-face-name): Rename arg `string-describing-default'
9125 to `default'. Doc fix. Display the default value in quotes
9126 in the prompt. With empty input, return the `default' arg,
9127 unless the default value is a string (in which case return nil).
9128 (describe-face): Replace the string `default' arg of `read-face-name'
9129 with the symbol `default'.
9130
9131 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
9132
9133 * emulation/viper-cmd.el (viper-delete-backward-char)
9134 (viper-del-backward-char-in-insert)
9135 (viper-del-backward-char-in-replace, viper-change)
9136 (viper-backward-indent): Replace delete-backward-char with
9137 delete-char (Bug#6552).
9138
9139 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
9140
9141 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
9142
9143 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
9144
9145 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
9146 argument passed to frame-creation-function (Bug#5378).
9147
9148 * faces.el (x-handle-named-frame-geometry)
9149 (x-handle-reverse-video, x-create-frame-with-faces)
9150 (face-set-after-frame-default, tty-create-frame-with-faces):
9151 Don't separately consult default-frame-alist. It is now passed as the
9152 PARAMETER argument.
9153
9154 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
9155
9156 * startup.el (command-line): Don't call tool-bar-setup in a
9157 tty-only build.
9158
9159 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
9160
9161 * ruler-mode.el (ruler--save-header-line-format): New fun.
9162 (ruler-mode): Use it as a setter function, so as not to overwrite
9163 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
9164
9165 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
9166
9167 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
9168 (vc-root-diff, vc-print-root-log, vc-log-incoming)
9169 (vc-log-outgoing): Use it.
9170 (vc-diff-internal): Set diff-vc-backend.
9171
9172 * vc/diff-mode.el (diff-vc-backend): New var.
9173
9174 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
9175
9176 * dynamic-setting.el (font-setting-change-default-font):
9177 Remove call to message.
9178
9179 2010-06-28 Kenichi Handa <handa@m17n.org>
9180
9181 * international/quail.el (quail-insert-kbd-layout): Fix the
9182 showing of untranslated characters.
9183
9184 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
9185
9186 * simple.el (delete-active-region): New option.
9187 (delete-backward-char): Implement in Lisp.
9188 (delete-forward-char): New command.
9189
9190 * mouse.el (mouse-region-delete-keys): Delete.
9191 (mouse-show-mark): Simplify.
9192
9193 * bindings.el (global-map): Bind delete and DEL, the former to
9194 delete-forward-char.
9195
9196 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
9197
9198 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
9199 (ruby-mode): Bind indent-line-function (Bug#5119).
9200
9201 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
9202
9203 * startup.el (command-line): Recognize "0" X resource value.
9204
9205 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
9206
9207 * startup.el (command-line): Use X resources to set the value of
9208 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
9209
9210 * menu-bar.el (menu-bar-mode):
9211 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
9212 Set init-value to t.
9213
9214 * frame.el (frame-notice-user-settings): Don't change
9215 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
9216 vice versa (Bug#2249).
9217
9218 2010-06-26 Eli Zaretskii <eliz@gnu.org>
9219
9220 * w32-fns.el (w32-convert-standard-filename): Doc fix.
9221
9222 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
9223
9224 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
9225 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
9226
9227 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
9228 default directories are expanded (Bug#6143).
9229
9230 2010-06-24 Juri Linkov <juri@jurta.org>
9231
9232 * minibuffer.el (completions-format): Change default from nil to
9233 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
9234
9235 2010-06-24 Juri Linkov <juri@jurta.org>
9236
9237 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
9238 buffer-locally to lambda that re-runs the vc diff command.
9239 (Bug#6447)
9240
9241 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
9242
9243 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
9244 echo area is in use (Bug#3412).
9245
9246 2010-06-22 Glenn Morris <rgm@gnu.org>
9247
9248 * textmodes/texinfmt.el (texinfo-format-region)
9249 (texinfo-raise-lower-sections, texinfo-format-separate-node)
9250 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
9251 (texinfo-format-option, texinfo-noindent):
9252 Use line-beginning-position and line-end-position.
9253
9254 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
9255 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
9256 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
9257 utf-8 characters.
9258
9259 2010-06-21 Karl Fogel <kfogel@red-bean.com>
9260
9261 * play/zone.el (zone-fall-through-ws): Fix next-line ->
9262 forward-line fallout.
9263
9264 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
9265
9266 * mouse.el (mouse-appearance-menu): Add docstring.
9267
9268 * help.el (describe-key): Print up-event using key-description.
9269
9270 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
9271
9272 * net/zeroconf.el (zeroconf-resolve-service)
9273 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
9274 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
9275
9276 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
9277
9278 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
9279
9280 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
9281
9282 Avoid displaying files with a nil state in vc-dir.
9283 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
9284 cases that cause insertion.
9285 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
9286 with a nil state.
9287
9288 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
9289
9290 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
9291
9292 2010-06-29 Leo <sdl.web@gmail.com>
9293
9294 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
9295
9296 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9297
9298 * generic-x.el (bat-generic-mode): Fix regexp for command line
9299 switches (Bug#5719).
9300
9301 2010-06-27 Masatake YAMATO <yamato@redhat.com>
9302
9303 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
9304 of nconc to avoid pure storage error (Bug#6239).
9305
9306 2010-06-27 Christoph Scholtes <cschol2112@googlemail.com>
9307
9308 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
9309 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
9310 bindings of bookmark-automatically-show-annotations (Bug#6515).
9311
9312 2010-06-25 Eli Zaretskii <eliz@gnu.org>
9313
9314 * arc-mode.el (archive-zip-extract): Don't quote the file name on
9315 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
9316
9317 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
9318
9319 * comint.el (make-comint, make-comint-in-buffer): Mention return
9320 value in the docstrings. (Bug#6498)
9321
9322 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
9323
9324 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
9325 since it is not present when using some non-default switches.
9326
9327 2010-06-23 Karl Fogel <kfogel@red-bean.com>
9328
9329 * simple.el (compose-mail): Fix doc string to refer to
9330 `compose-mail-user-agent-warnings', instead of to the
9331 nonexistent `compose-mail-check-user-agent'.
9332
9333 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
9334
9335 Fix an indentation bug:
9336
9337 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
9338 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
9339 of existing values.
9340
9341 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
9342 (c-clear->-pair-props-if-match-before): now return t when they've
9343 cleared properties, nil otherwise.
9344 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
9345 by taking account of the existing value.
9346
9347 * progmodes/cc-defs.el
9348 (c-clear-char-property-with-value-function): Fix this to clear the
9349 property rather than overwriting it with nil.
9350
9351 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
9352
9353 * emacs-lisp/package.el (package-print-package): Add link to
9354 package description via describe-package.
9355 (describe-package-1): List package requirements. Add button to
9356 perform installation.
9357 (package-menu-describe-package): New command.
9358
9359 * help-mode.el (help-package): New button type.
9360
9361 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
9362
9363 * emacs-lisp/package.el: Move package-list-packages binding to
9364 menu-bar.el.
9365 (describe-package, describe-package-1, package--dir): New funs.
9366 (package-activate-1): Use package--dir.
9367
9368 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
9369
9370 * help-mode.el (help-package-def): New button type.
9371
9372 * menu-bar.el: Move package-list-packages binding here from
9373 package.el.
9374
9375 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
9376
9377 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
9378
9379 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9380
9381 * emacs-lisp/edebug.el (edebug-read-list):
9382 Phase out old-style backquotes.
9383
9384 2010-06-17 Juri Linkov <juri@jurta.org>
9385
9386 * help-mode.el (help-mode): Set buffer-local variable
9387 revert-buffer-function to help-mode-revert-buffer.
9388 (help-mode-revert-buffer): New function.
9389
9390 * info.el (Info-revert-find-node): Check for major-mode Info-mode
9391 before popping to "*info*" (like in other Info functions).
9392 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
9393 old-history-forward. Pop to old-buffer-name or "*info*" to
9394 recreate the killed buffer. Set Info-history-forward from
9395 old-history-forward.
9396 (Info-breadcrumbs-depth): Add :group and :version.
9397
9398 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
9399
9400 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
9401
9402 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
9403
9404 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
9405 for languages like Portuguese with pt_{BR,PT} and no plain pt.
9406
9407 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
9408
9409 * emacs-lisp/package.el (package-menu-mode-map):
9410 Move initialization into declaration.
9411
9412 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
9413
9414 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
9415
9416 * emacs-lisp/package.el (package-archive-base): Point to
9417 elpa.gnu.org.
9418 (package-enable, package-load-list): New defcustoms.
9419 (package-user-dir, package-directory-list): Turn into defcustoms.
9420 Don't include package-user-dir in package-directory-list.
9421 (package--builtins-base): Don't include Emacs as a "package".
9422 (package-subdirectory-regexp): New var.
9423 (package-load-all-descriptors, package-compute-transaction)
9424 (package-download-transaction): Obey package-load-list.
9425 (package-activate-1): Rename from package-do-activate.
9426 (package-list-packages-internal): Check package-load-list.
9427 (package-load-descriptor, package-generate-autoloads)
9428 (package-unpack, package-unpack-single)
9429 (package--read-archive-file, package-delete):
9430 Use expand-file-name.
9431
9432 * emacs-lisp/package-x.el: New file. Package uploading
9433 functionality split out from package.el.
9434
9435 * startup.el (command-line): Load packages after reading init file.
9436
9437 2010-06-17 Tom Tromey <tromey@redhat.com>
9438
9439 * emacs-lisp/package.el: New file.
9440
9441 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9442
9443 Fix vc-annotate for renamed files when using Git.
9444 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
9445 ls-files. Doe not pass the object as a file name to cat-file, it
9446 is not a file name.
9447 (vc-git-annotate-command): Pass the file name using -- to avoid
9448 ambiguity with the revision.
9449 (vc-git-previous-revision): Pass a relative file name.
9450
9451 2010-06-22 Glenn Morris <rgm@gnu.org>
9452
9453 * progmodes/js.el (js-mode-map): Use standard capitalization and
9454 ellipses for menu entries.
9455
9456 * wid-edit.el (widget-complete): Doc fix.
9457
9458 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
9459
9460 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
9461
9462 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9463
9464 Fix annotating other revisions for renamed files in vc-annotate.
9465 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
9466 VC backend. Use it when non-nil.
9467 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
9468 (Bug#6487).
9469
9470 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
9471 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
9472 Do not pass the file name to the 'previous-revision call when we
9473 don't want a file diff. (Bug#6489)
9474
9475 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9476
9477 Fix finding revisions for renamed files in vc-annotate.
9478 * vc/vc.el (vc-find-revision): Add an optional argument for
9479 the VC backend. Use it when non-nil.
9480 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
9481 backend to vc-find-revision. (Bug#6487)
9482
9483 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9484
9485 Fix reading file names in Git annotate buffers.
9486 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
9487 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
9488
9489 2010-06-20 Alan Mackenzie <acm@muc.de>
9490
9491 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
9492 in file local variables, set it first.
9493
9494 2010-06-19 Glenn Morris <rgm@gnu.org>
9495
9496 * descr-text.el (describe-char-unicode-data): Insert separating
9497 space when needed. (Bug#6422)
9498
9499 * progmodes/idlwave.el (idlwave-action-and-binding):
9500 Fix typo in 2009-12-03 change. (Bug#6450)
9501
9502 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9503
9504 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
9505 handling for `lambda' (misunderstanding).
9506
9507 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
9508
9509 * calc/calc-poly.el (math-accum-factors): Make sure that
9510 constants aren't distributed after they are factored out.
9511
9512 2010-06-16 Juri Linkov <juri@jurta.org>
9513
9514 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
9515 `list-colors-print'. (Bug#6332)
9516
9517 * subr.el (read-quoted-char): Fix up last change (bug#6290).
9518
9519 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9520
9521 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
9522 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
9523
9524 * font-lock.el (font-lock-major-mode): Rename from
9525 font-lock-mode-major-mode to distinguish it from
9526 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
9527 (font-lock-set-defaults):
9528 * font-core.el (font-lock-default-function): Adjust users.
9529 (font-lock-mode): Don't set it at all.
9530
9531 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9532
9533 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
9534
9535 2010-06-16 Glenn Morris <rgm@gnu.org>
9536
9537 * calendar/appt.el (appt-time-msg-list): Doc fix.
9538 (appt-check): Let-bind appt-warn-time.
9539 (appt-add): Make the 3rd argument optional.
9540 Simplify argument names. Doc fix. Check for integer WARNTIME.
9541 Only add WARNTIME to the output list if non-nil.
9542
9543 2010-06-16 Ivan Kanis <apple@kanis.eu>
9544
9545 * calendar/appt.el (appt-check): Let the 3rd element of
9546 appt-time-msg-list specify the warning time.
9547 (appt-add): Add new argument with the warning time. (Bug#5176)
9548
9549 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
9550
9551 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
9552 older than version 1.6. (Bug#6361)
9553
9554 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
9555
9556 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
9557 used by cl-do-arglist. (Bug#6408)
9558
9559 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
9560
9561 * textmodes/ispell.el (ispell-dictionary-base-alist):
9562 Fix portuguese casechars/not-casechars for missing 'çÇ'.
9563 Suggested by Rolando Pereira (bug#6434).
9564
9565 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
9566
9567 * facemenu.el (list-colors-sort): Doc fix.
9568
9569 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
9570
9571 * progmodes/sql.el (sql-connect-mysql): Fix typo.
9572
9573 2010-06-14 Juri Linkov <juri@jurta.org>
9574
9575 Add sort option `list-colors-sort'. (Bug#6332)
9576 * facemenu.el (color-rgb-to-hsv): New function.
9577 (list-colors-sort): New defcustom.
9578 (list-colors-sort-key): New function.
9579 (list-colors-display): Doc fix. Sort list according to the option
9580 `list-colors-sort'.
9581 (list-colors-print): Add HSV values to `help-echo' property of
9582 RGB strings.
9583
9584 2010-06-14 Juri Linkov <juri@jurta.org>
9585
9586 * compare-w.el: Move to the "vc" subdirectory.
9587
9588 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9589
9590 * image-mode.el (image-mode-map): Remap left-char and right-char.
9591
9592 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
9593
9594 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
9595
9596 * term/common-win.el (x-colors): Add all the color names defined
9597 in rgb.txt (Bug#6332).
9598
9599 * facemenu.el (list-colors-print): Don't print extra names if it
9600 will overflow the window width.
9601
9602 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
9603 change (Bug#6343).
9604
9605 2010-06-12 Eli Zaretskii <eliz@gnu.org>
9606
9607 * files.el (make-directory): Doc fix (bug#6396).
9608
9609 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
9610
9611 * net/tramp.el (tramp-remote-process-environment): Protect version
9612 string by apostroph.
9613 (tramp-shell-prompt-pattern): Do not use a shy group in case of
9614 XEmacs.
9615 (tramp-file-name-for-operation): Add `call-process-region'.
9616 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
9617
9618 * net/tramp-compat.el (top): Do not autoload
9619 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
9620 only when `start-file-process' is not bound.
9621 (tramp-advice-file-expand-wildcards): Do not use
9622 `tramp-handle-file-remote-p'.
9623 (tramp-compat-make-temp-file): Handle the case, that
9624 `make-temp-file' has no third argument EXTENSION.
9625
9626 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
9627
9628 * makefile.w32-in (WINS_BASIC): Include new directory vc.
9629
9630 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
9631
9632 2010-06-11 Juri Linkov <juri@jurta.org>
9633
9634 * finder.el (finder-known-keywords): Add keyword "vc"
9635 for version control.
9636
9637 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
9638 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
9639 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
9640 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
9641
9642 2010-06-11 Juri Linkov <juri@jurta.org>
9643
9644 Move version control related files to the "vc" subdirectory.
9645 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
9646 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
9647 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
9648 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
9649 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
9650 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
9651 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
9652 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
9653 Move files to the "vc" subdirectory.
9654
9655 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
9656
9657 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
9658 (Bug#6367).
9659
9660 2010-06-11 Stephen Eglen <stephen@gnu.org>
9661
9662 * shell.el: Bind `shell-resync-dirs' to M-RET.
9663
9664 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
9665
9666 * notifications.el: Move file from lisp/net, because it is
9667 supposed to talk locally to the user.
9668
9669 2010-06-10 Julien Danjou <julien@danjou.info>
9670
9671 * net/notifications.el (notifications-on-action-signal)
9672 (notifications-on-closed-signal): Pass notification id as first
9673 argument to the callback functions. Add docstrings.
9674 (notifications-notify): Fix docstring.
9675
9676 2010-06-10 Glenn Morris <rgm@gnu.org>
9677
9678 * emacs-lisp/authors.el (authors-ignored-files)
9679 (authors-valid-file-names): Add some files.
9680
9681 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9682
9683 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
9684 merge conflict, giving preference to the emacs-23 version of the code.
9685
9686 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9687
9688 * emacs-lisp/advice.el (ad-compile-function):
9689 Define warning-suppress-types before we let-bind it (bug#6275).
9690
9691 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
9692 declare it, make it buffer-local and permanent-local (bug#6324).
9693 (vc-resynch-window): Adjust name.
9694 * vc-hooks.el (vc-find-file-hook): Adjust name.
9695
9696 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
9697
9698 * net/notifications.el (notifications-notify): Fix docstring.
9699
9700 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
9701
9702 Update to Unicode 6.0.0 beta.
9703 * international/charprop.el: Update copyright.
9704 * international/mule-cmds.el (ucs-names): Update character ranges.
9705 * international/uni-bidi.el:
9706 * international/uni-category.el:
9707 * international/uni-combining.el:
9708 * international/uni-comment.el:
9709 * international/uni-decimal.el:
9710 * international/uni-decomposition.el:
9711 * international/uni-digit.el:
9712 * international/uni-lowercase.el:
9713 * international/uni-mirrored.el:
9714 * international/uni-name.el:
9715 * international/uni-numeric.el:
9716 * international/uni-old-name.el:
9717 * international/uni-titlecase.el:
9718 * international/uni-uppercase.el: Regenerate.
9719
9720 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
9721
9722 * emacs-lisp/smie.el (comment-string-strip): Declare function.
9723 (smie-precs-precedence-table): Fix typo in docstring.
9724
9725 * vc-mtn.el (log-edit-extract-headers): Declare function.
9726
9727 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
9728
9729 * net/notifications.el (dbus-register-signal): Declare function.
9730 (notifications-notify): Fix typos and reflow docstring.
9731
9732 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
9733
9734 Improve VC create/retrieve tag/branch.
9735 * vc.el (vc-create-tag): Do not read the directory name for VCs
9736 with repository revision granularity. Adjust the tag/branch
9737 prompt. Reset VC properties.
9738 (vc-retrieve-tag): Do not read the directory name for VCs
9739 with repository revision granularity. Reset VC properties.
9740
9741 2010-06-09 Julien Danjou <julien@danjou.info>
9742
9743 * net/notifications.el: New file.
9744
9745 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
9746
9747 Add optional support for resetting VC properties.
9748 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
9749 call vc-file-clearprops when true.
9750 (vc-resynch-buffer): Add new optional argument, pass it down.
9751 (vc-resynch-buffers-in-directory): Likewise.
9752
9753 Improve support for special markup in the VC commit message.
9754 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
9755 * vc-hg.el (vc-hg-checkin): Add support for Date:.
9756 * vc-git.el (vc-git-checkin):
9757 * vc-bzr.el (vc-bzr-checkin): Likewise.
9758
9759 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9760
9761 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
9762 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
9763
9764 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
9765
9766 * iimage.el: Remove images as soon as the underlying text is modified.
9767 (iimage-modification-hook): New function.
9768 (iimage-mode-buffer): Use it.
9769
9770 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9771
9772 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
9773 smie-indent-offset-after. Add :prev case. Make a bit more generic.
9774 (smie-indent-virtual): Remove `virtual' arg. Update callers.
9775 (smie-indent-keyword): Add handling of open-paren keywords.
9776 (smie-indent-comment-continue): Don't assume comment-continue.
9777
9778 2010-06-07 Martin Rudalics <rudalics@gmx.at>
9779
9780 * window.el (pop-to-buffer): Remove the conditional that
9781 compares new-window and old-window, so it will reselect
9782 the selected window unconditionally.
9783 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
9784
9785 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9786
9787 * emacs-lisp/smie.el (smie-indent-offset-after)
9788 (smie-indent-forward-token, smie-indent-backward-token): New functions.
9789 (smie-indent-after-keyword): Use them.
9790 (smie-indent-fixindent): Only applies to the indentation of the BOL.
9791 (smie-indent-keyword): Tweak the black magic.
9792 (smie-indent-comment-continue): Strip comment-continue before use.
9793 (smie-indent-functions): Indent comments before keywords.
9794
9795 2010-06-06 Juri Linkov <juri@jurta.org>
9796
9797 * isearch.el (isearch-lazy-highlight-search): Fix looping
9798 by checking for empty match. This syncs this loop with the
9799 similar loop in `isearch-search'. (Bug#6362)
9800
9801 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
9802
9803 * net/dbus.el (dbus-register-method): Declare function.
9804 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
9805 (dbus-introspect): Doc fix.
9806 (dbus-event-bus-name, dbus-introspect-get-interface)
9807 (dbus-introspect-get-argument): Reflow docstrings.
9808
9809 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
9810
9811 vc-log-incoming/vc-log-outgoing fixes for Git.
9812 * vc-git.el (vc-git-log-view-mode): Fix font lock for
9813 incoming/outgoing logs.
9814 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
9815 instead of vc-git-compute-remote.
9816 (vc-git-compute-remote): Remove.
9817
9818 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
9819
9820 * term/common-win.el (x-colors): Add "dark green" and "dark
9821 turquoise" (Bug#6332).
9822
9823 2010-06-04 Juri Linkov <juri@jurta.org>
9824
9825 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
9826 Instead of setting `replace' to t and replacing the same string
9827 with itself, don't do certain actions when
9828 kill-do-not-save-duplicates is non-nil and string is equal to car
9829 of kill-ring: don't call menu-bar-update-yank-menu, don't push
9830 interprogram-paste strings to kill-ring, and don't push the input
9831 argument `string' to kill-ring.
9832 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
9833
9834 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
9835
9836 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
9837
9838 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
9839
9840 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
9841 (tramp-gvfs-handler-mounted-unmounted)
9842 (tramp-gvfs-connection-mounted-p): Handle default-location.
9843
9844 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
9845 move files to trash.
9846
9847 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
9848
9849 * international/mule-cmds.el (nonascii-insert-offset)
9850 (nonascii-translation-table): Add obsolescence information.
9851
9852 * international/mule.el (make-translation-table-from-vector): Doc fix.
9853
9854 2010-06-03 Glenn Morris <rgm@gnu.org>
9855
9856 * desktop.el (desktop-clear-preserve-buffers):
9857 Add "*Warnings*" buffer. (Bug#6336)
9858
9859 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
9860
9861 vc-log-incoming/vc-log-outgoing improvements for Git.
9862 * vc-git.el (vc-git-log-outgoing): Use the same format as the
9863 short log.
9864 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
9865
9866 Add bindings for vc-log-incoming and vc-log-outgoing.
9867 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
9868 and vc-log-outgoing.
9869 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
9870 and vc-log-outgoing.
9871
9872 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
9873
9874 * net/rcirc.el (rcirc-sort-nicknames): Remove.
9875 (rcirc-handler-366): Always sort nicknames.
9876
9877 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
9878
9879 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
9880
9881 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
9882
9883 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
9884
9885 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9886
9887 * net/rcirc.el (rcirc-sort-nicknames): Change default.
9888 (rcirc-sort-nicknames-join): Avoid setq.
9889
9890 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
9891
9892 * net/rcirc.el (rcirc-sort-nicknames): New custom.
9893 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
9894 (rcirc-handler-366): Use them.
9895
9896 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9897
9898 Split smie-indent-calculate into more manageable chunks.
9899 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
9900 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
9901 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
9902 (smie-indent-exps): Extract from smie-indent-calculate.
9903 (smie-indent-functions): New var.
9904 (smie-indent-functions): Use them.
9905
9906 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9907
9908 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
9909 (smie-indent-calculate): Simplify and cleanup.
9910
9911 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
9912
9913 * net/tramp-gvfs.el (top): Require url-util.
9914 (tramp-gvfs-mount-point): Remove.
9915 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
9916 New defuns.
9917 (with-tramp-dbus-call-method): Format trace message.
9918 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
9919 Implement backup call, when operation on local files fails.
9920 Use progress reporter. Flush properties of changed files.
9921 (tramp-gvfs-handle-make-directory): Make more traces.
9922 (tramp-gvfs-url-file-name): Hexify file name in url.
9923 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
9924 into account for the resulting file name.
9925 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
9926 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
9927 (tramp-gvfs-handler-mounted-unmounted)
9928 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
9929 attribute "default_location". Set "prefix" property.
9930 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
9931 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
9932 exists. Raise an error, if not (due to a corresponding answer
9933 "no" in interactive questions, for example).
9934
9935 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
9936
9937 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
9938
9939 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
9940
9941 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
9942 right-*. (Bug#6265)
9943
9944 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
9945
9946 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
9947 * vc-git.el (vc-git-compute-remote): New function.
9948 (vc-git-log-outgoing): Use it instead of hard coding a value.
9949 (vc-git-log-incoming): New function.
9950
9951 Improve state updating for VC tag commands.
9952 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
9953 to update the state of all buffers in the directory.
9954
9955 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
9956
9957 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9958
9959 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
9960 `file-directory-p' to the filename part rather than to the whole text.
9961
9962 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9963
9964 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
9965
9966 2010-05-31 Drew Adams <drew.adams@oracle.com>
9967
9968 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
9969
9970 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
9971
9972 * subr.el (momentary-string-display): Just use read-event to read
9973 the exit event (Bug#6238).
9974
9975 2010-05-30 Eli Zaretskii <eliz@gnu.org>
9976
9977 * international/mule.el (define-coding-system): Doc fix (bug#6313).
9978
9979 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
9980
9981 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
9982 Suggested by Eli Zaretskii <eliz@gnu.org>.
9983
9984 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9985
9986 * minibuffer.el (completion-file-name-table): Don't return a boundary
9987 past the end of `string' (bug#6299).
9988 (completion--file-name-table): Delegate to completion-file-name-table
9989 for the `boundaries' case.
9990
9991 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
9992
9993 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
9994 movement commands.
9995
9996 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
9997 `path-separator', but maintain compatibility with Emacs 20.2.
9998
9999 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
10000
10001 * server.el (server-process-filter): Receive parent-id argument
10002 from emacsclient.
10003 (server-create-window-system-frame): New arg. Pass parent-id as
10004 frame parameter.
10005
10006 2010-05-29 Eli Zaretskii <eliz@gnu.org>
10007
10008 Bidi-sensitive word movement with arrow keys.
10009 * subr.el (right-arrow-command, left-arrow-command): Move to
10010 bindings.el.
10011
10012 * bindings.el (right-char, left-char): Move from subr.el and
10013 rename from right-arrow-command and left-arrow-command.
10014 (right-word, left-word): New functions.
10015 (global-map) <right>: Bind to right-char.
10016 (global-map) <left>: Bind to left-char.
10017 (global-map) <C-right>: Bind to right-word.
10018 (global-map) <C-left>: Bind to left-word.
10019
10020 * ls-lisp.el (ls-lisp-classify-file): New function.
10021 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
10022 (ls-lisp-classify): Call ls-lisp-classify-file.
10023 (insert-directory): Remove blanks from switches.
10024
10025 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
10026
10027 * ansi-color.el: Delete unused escape sequences (Bug#6085).
10028 (ansi-color-drop-regexp): New constant.
10029 (ansi-color-apply, ansi-color-filter-region)
10030 (ansi-color-apply-on-region): Delete unrecognized control sequences.
10031 (ansi-color-apply): Build string list before calling concat.
10032
10033 2010-05-28 Juri Linkov <juri@jurta.org>
10034
10035 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
10036 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
10037 (Bug#5270)
10038
10039 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
10040
10041 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
10042 to ignored backtrace functions.
10043 (with-progress-reporter): Expand docstring.
10044 (tramp-handle-delete-file): Implement TRASH argument.
10045 (tramp-get-remote-trash): New defun.
10046
10047 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
10048
10049 * net/tramp-compat.el (tramp-compat-delete-file):
10050 Use `symbol-value' for backward compatibility.
10051
10052 * net/tramp.el (tramp-handle-make-symbolic-link)
10053 (tramp-handle-load)
10054 (tramp-do-copy-or-rename-file-via-buffer)
10055 (tramp-do-copy-or-rename-file-directly)
10056 (tramp-do-copy-or-rename-file-out-of-band)
10057 (tramp-handle-process-file, tramp-handle-call-process-region)
10058 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10059 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10060 (tramp-delete-temp-file-function): Use `delete-file' instead
10061 of `tramp-compat-delete-file'.
10062
10063 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10064 (tramp-fish-handle-make-symbolic-link)
10065 (tramp-fish-handle-process-file): Use `delete-file' instead
10066 of `tramp-compat-delete-file'.
10067
10068 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10069 Use `delete-file' instead of `tramp-compat-delete-file'.
10070
10071 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Use
10072 `delete-file' instead of `tramp-compat-delete-file'.
10073
10074 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
10075 Use `delete-file' instead of `tramp-compat-delete-file'.
10076
10077 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10078 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10079 (tramp-smb-handle-write-region): Use `delete-file' instead of
10080 `tramp-compat-delete-file'.
10081 (tramp-smb-handle-delete-directory): Use 'trash as arg.
10082
10083 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
10084
10085 * dired.el (dired-delete-file): New arg TRASH.
10086 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
10087 (dired-do-flagged-delete, dired-do-delete): Use trash.
10088
10089 * speedbar.el (speedbar-item-delete): Allow trashing.
10090
10091 * files.el (delete-directory): New arg TRASH.
10092
10093 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
10094 (ange-ftp-rename-remote-to-remote)
10095 (ange-ftp-rename-local-to-remote)
10096 (ange-ftp-rename-remote-to-local, ange-ftp-load)
10097 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
10098 `delete-file'.
10099 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
10100 allow trashing.
10101
10102 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
10103 handle new TRASH arg of `delete-file'.
10104
10105 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
10106 (tramp-handle-make-symbolic-link, tramp-handle-load)
10107 (tramp-do-copy-or-rename-file-via-buffer)
10108 (tramp-do-copy-or-rename-file-directly)
10109 (tramp-do-copy-or-rename-file-out-of-band)
10110 (tramp-handle-process-file, tramp-handle-call-process-region)
10111 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10112 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10113 (tramp-delete-temp-file-function): Use null TRASH arg in
10114 tramp-compat-delete-file call.
10115
10116 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10117 (tramp-fish-handle-delete-file)
10118 (tramp-fish-handle-make-symbolic-link)
10119 (tramp-fish-handle-process-file): Use null TRASH arg in
10120 `tramp-compat-delete-file' call.
10121
10122 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
10123 arg in `tramp-compat-delete-file' call.
10124
10125 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
10126 (tramp-gvfs-handle-write-region): Use null TRASH arg in
10127 `tramp-compat-delete-file' call.
10128
10129 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
10130 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
10131 `tramp-compat-delete-file' call.
10132
10133 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10134 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10135 (tramp-smb-handle-write-region): Use null TRASH arg in
10136 tramp-compat-delete-file call.
10137 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
10138 (tramp-smb-handle-delete-file): Rename arg.
10139
10140 * diff.el (diff-sentinel):
10141 * epg.el (epg--make-temp-file, epg-decrypt-string)
10142 (epg-verify-string, epg-sign-string, epg-encrypt-string):
10143 * jka-compr.el (jka-compr-partial-uncompress)
10144 (jka-compr-call-process, jka-compr-write-region):
10145 * server.el (server-sentinel): Remove optional arg from
10146 delete-file, reverting 2010-05-03 change.
10147
10148 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
10149
10150 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10151 Use font-lock-constant-face, not obsolete font-lock-reference-face.
10152
10153 2010-05-27 Kenichi Handa <handa@m17n.org>
10154
10155 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
10156 element of GSTRING is nil.
10157
10158 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10159
10160 * emacs-lisp/smie.el (smie-forward-token-function)
10161 (smie-backward-token-function): New vars.
10162 (smie-backward-sexp, smie-forward-sexp)
10163 (smie-indent-hanging-p, smie-indent-calculate): Use them.
10164 (smie-default-backward-token): Rename from smie-backward-token and
10165 skip comments.
10166 (smie-default-forward-token): Rename from smie-forward-token and
10167 skip comments.
10168 (smie-next-sexp): Handle nil results from next-token.
10169 (smie-indent-calculate): Add a new case for special `fixindent' comments.
10170
10171 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
10172
10173 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10174 Use font-lock-constant-face, not obsolete font-lock-reference-face.
10175
10176 2010-05-27 Masatake YAMATO <yamato@redhat.com>
10177
10178 * htmlfontify.el (hfy-face-resolve-face): New function.
10179 (hfy-face-to-style): Use it (Bug#6279).
10180
10181 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10182
10183 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
10184 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
10185
10186 2010-05-26 Glenn Morris <rgm@gnu.org>
10187
10188 * emulation/edt.el (edt-load-keys): Use locate-library.
10189
10190 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
10191
10192 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
10193 (log-edit-changelog-entries): Doc fix.
10194 (log-edit-changelog-insert-entries): Args changed.
10195 Rename relative filenames in ChangeLog entries. Delete tabs.
10196 (log-edit-insert-changelog-entries): Reorganize return value of
10197 `log-edit-changelog-entries' to pass filenames to
10198 log-edit-changelog-insert-entries.
10199
10200 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10201
10202 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
10203 `image-dired-dired-insert-marked-thumbs' to
10204 `image-dired-dired-toggle-marked-thumbs'.
10205
10206 * image-dired.el: Require cl when compiling.
10207 (image-dired-dired-toggle-marked-thumbs): Rename from
10208 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
10209 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
10210 to 'no-dir. Skip files whose names don't match
10211 `image-file-name-regexp'. When file has a thumbnail overlay,
10212 delete it. (Bug#5270)
10213
10214 2010-05-25 Juri Linkov <juri@jurta.org>
10215
10216 * image-mode.el (image-mode): Add image-after-revert-hook to
10217 after-revert-hook.
10218 (image-after-revert-hook): New function. (Bug#5669)
10219
10220 2010-05-25 Juri Linkov <juri@jurta.org>
10221
10222 * image.el (image-animated-p): When delay between animated images
10223 is 0, set it to 10 (0.1 sec). (Bug#6258)
10224
10225 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
10226
10227 * net/tramp.el (tramp-handle-insert-directory): Don't use
10228 `forward-word', its default syntax could be changed.
10229
10230 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
10231
10232 * net/tramp.el (tramp-progress-reporter-update): New defun.
10233 (with-progress-reporter): Use it.
10234 (tramp-process-actions):
10235 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
10236 Preserve current message, in order to let progress reporter continue
10237 afterwards. (Bug#6257)
10238
10239 2010-05-25 Glenn Morris <rgm@gnu.org>
10240
10241 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
10242 Add :version.
10243
10244 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
10245
10246 * net/rcirc.el (rcirc-default-user-name): Change to "user".
10247 (rcirc-default-full-name): Change to "unknown".
10248 (rcirc-user-name-history): Add variable.
10249
10250 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
10251 Jonathan Rockway <jon@jrock.us>
10252
10253 * net/rcirc.el (rcirc-server-alist): Add :pass.
10254 (rcirc): When prompting for connection parameters, also prompt for
10255 username and password.
10256 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
10257 value to server when connecting.
10258
10259 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10260
10261 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
10262 (smie-merge-prec2s): Pass the tables as separate args.
10263 (smie-bnf-precedence-table): Adjust call accordingly.
10264 (smie-prec2-levels): Set levels at the end.
10265
10266 Replace Lisp calls to delete-backward-char by delete-char.
10267 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
10268 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
10269 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
10270 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
10271 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
10272 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
10273 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
10274 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
10275 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
10276 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
10277 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
10278 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
10279 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
10280 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
10281 delete-backward-char by calls to delete-char.
10282
10283 2010-05-25 Kenichi Handa <handa@m17n.org>
10284
10285 * language/hebrew.el (hebrew-shape-gstring): New function.
10286 Register it in composition-function-table for all Hebrew combining
10287 characters.
10288
10289 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10290
10291 * epa.el (epa--select-keys): Don't explicitly delete the window since
10292 that can fail (e.g. sole window in frame). Use dedication instead.
10293
10294 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
10295
10296 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
10297
10298 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
10299
10300 * image.el (image-refresh): Define as an alias for image-flush.
10301
10302 * image-mode.el (image-toggle-display-image): Caller changed.
10303
10304 2010-05-21 Juri Linkov <juri@jurta.org>
10305
10306 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
10307 Remove "all" from grep-files-aliases. Split grep-files-aliases by
10308 whitespace, call wildcard-to-regexp on substrings and concat them
10309 with "\\|". (Bug#6114)
10310
10311 2010-05-21 Alan Mackenzie <acm@muc.de>
10312
10313 * progmodes/cc-engine.el (c-parse-state-get-strategy):
10314 Replace parameter `here' with `here-' and `here-plus', which sandwich
10315 any pertinent CPP construct.
10316 (c-remove-stale-state-cache-backwards): Fix a bug which happens
10317 when doing (c-parse-state) in a CPP construct: Exclude any "new"
10318 CPP construct from taking part in the scanning.
10319
10320 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
10321
10322 * net/tramp.el (tramp-do-copy-or-rename-file)
10323 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
10324 Tune `with-progress-reporter' messages.
10325 (tramp-handle-vc-registered):
10326 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
10327 (tramp-fish-handle-insert-file-contents)
10328 (tramp-fish-maybe-open-connection):
10329 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10330 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
10331 (tramp-imap-handle-insert-file-contents)
10332 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
10333
10334 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
10335
10336 * add-log.el (change-log-font-lock-keywords):
10337 Highlight all authors in multi-author entries.
10338
10339 * smerge-mode.el (smerge-refine-ignore-whitespace)
10340 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
10341 Fix typos in docstrings.
10342 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
10343
10344 2010-05-21 Glenn Morris <rgm@gnu.org>
10345
10346 * progmodes/fortran.el (fortran-mode):
10347 * progmodes/f90.el (f90-mode): Derive from prog-mode.
10348
10349 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
10350 having a relative path in src/Makefile.in.
10351
10352 2010-05-20 Kevin Ryde <user42@zip.com.au>
10353
10354 * help-mode.el (help-make-xrefs): For Info node links turn
10355 newlines into spaces. Link node names with newlines are matched
10356 by help-xref-info-regexp and buttonized, this change ensures they
10357 can be followed successfully with RET. (Bug#6206)
10358
10359 2010-05-20 Juri Linkov <juri@jurta.org>
10360
10361 * locate.el (locate): Use pop-to-buffer instead of
10362 switch-to-buffer-other-window. (Bug#6204)
10363
10364 2010-05-20 Juri Linkov <juri@jurta.org>
10365
10366 * replace.el (replace-highlight): Fix lazy-highlighting
10367 for `M-s w str M-% str RET'.
10368
10369 2009-12-15 Masatake YAMATO <yamato@redhat.com>
10370
10371 * isearch.el (isearch-yank-word-or-char): Pull next subword
10372 when `subword-mode' is activated. (Bug#6220)
10373
10374 2010-05-20 Mark A. Hershberger <mah@everybody.org>
10375
10376 * isearch.el (isearch-update-post-hook): New hook.
10377 (isearch-update): Use the new hook. (Bug#6225)
10378
10379 2010-05-20 Juri Linkov <juri@jurta.org>
10380
10381 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
10382 [f1], [help], and (char-to-string help-char) instead of "\C-h".
10383 (Bug#6222)
10384
10385 2010-05-20 Juri Linkov <juri@jurta.org>
10386
10387 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
10388 (Bug#6223)
10389
10390 2010-05-20 Juri Linkov <juri@jurta.org>
10391
10392 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
10393 FILE-NAME to read from the minibuffer when called interactively
10394 with prefix argument instead of using buffer-file-name.
10395 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
10396
10397 * dired.el: Update autoloads.
10398
10399 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
10400
10401 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
10402 nxml-finish-element, for consistency with SGML mode.
10403
10404 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
10405 octave-close-block.
10406
10407 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
10408
10409 * composite.el: Require cl when compiling.
10410 (reference-point-alist, compose-gstring-for-graphic)
10411 (compose-gstring-for-terminal): Fix typos in docstrings.
10412
10413 2010-05-19 Juri Linkov <juri@jurta.org>
10414
10415 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
10416 set-window-parameter.
10417
10418 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
10419
10420 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
10421 where appropriate.
10422 (tramp-maybe-open-connection): Use it.
10423
10424 2010-05-19 Eli Zaretskii <eliz@gnu.org>
10425
10426 * simple.el (move-end-of-line): Make sure we are at line beginning
10427 before backing up to end of previous line.
10428
10429 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
10430
10431 * password-cache.el (password-cache-remove): Fix docstring.
10432
10433 * net/secrets.el: Autoload the widget functions.
10434 (secrets-search-items, secrets-create-item)
10435 (secrets-get-attributes, secrets-expand-item): Attributes will be
10436 stored on the password database without leading ":", as all other
10437 clients do as well.
10438 (secrets-mode): Fix docstring.
10439 (secrets-show-secrets): Provide it as autoloaded command only when
10440 D-Bus support is available. Check existence of Secret Service API.
10441
10442 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10443
10444 * indent.el (indent-region): Deactivate region (bug#6200).
10445
10446 2010-05-19 Glenn Morris <rgm@gnu.org>
10447
10448 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
10449
10450 2010-05-19 Kenichi Handa <handa@m17n.org>
10451
10452 * composite.el: Register compose-gstring-for-graphic in
10453 composition-function-table only for combining characters (Mn, Mc, Me).
10454
10455 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10456
10457 * calc/calc-trail.el (calc-trail-isearch-forward)
10458 (calc-trail-isearch-backward): Ensure that the new window
10459 point is set correctly.
10460
10461 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10462
10463 * subr.el (read-quoted-char): Resolve modifiers after key
10464 remapping (bug#6212).
10465
10466 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
10467
10468 Add visualization code for secrets.
10469 * net/secrets.el (secrets-mode): New major mode.
10470 (secrets-show-secrets, secrets-show-collections)
10471 (secrets-expand-collection, secrets-expand-item)
10472 (secrets-tree-widget-after-toggle-function)
10473 (secrets-tree-widget-show-password): New defuns.
10474
10475 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10476
10477 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
10478 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
10479 handled in smie-next-sexp.
10480 (smie-indent-calculate): Provide a starting indentation (so the
10481 recursion is well-founded ;-).
10482
10483 Fix handling of non-associative equal levels.
10484 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
10485 when it's not needed.
10486 (smie-op-left, smie-op-right): New functions.
10487 (smie-next-sexp): New function, extracted from smie-backward-sexp.
10488 Better handle equal levels to distinguish the associative case from
10489 the "multi-keyword construct" case.
10490 (smie-backward-sexp, smie-forward-sexp): Use it.
10491
10492 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
10493
10494 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
10495
10496 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
10497 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
10498
10499 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10500
10501 Provide a simple generic indentation engine and use it for Prolog.
10502 * emacs-lisp/smie.el: New file.
10503 * progmodes/prolog.el (prolog-smie-op-levels)
10504 (prolog-smie-indent-rules): New var.
10505 (prolog-mode-variables): Use them to configure SMIE.
10506 (prolog-indent-line, prolog-indent-level): Remove.
10507
10508 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
10509
10510 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
10511 order before computing the averages.
10512
10513 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
10514
10515 * calc/calc-vec.el (calc-histogram):
10516 (calcFunc-histogram): Allow vectors as inputs.
10517 (math-vector-avg): New function.
10518
10519 * calc/calc-ext.el (math-group-float): Have the number of digits
10520 being grouped depend on the radix (Bug#6189).
10521
10522 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
10523
10524 * version.el (emacs-copyright, emacs-version): Don't define here,
10525 now that emacs.c defines it.
10526
10527 2010-05-15 Eli Zaretskii <eliz@gnu.org>
10528
10529 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
10530 "Describe Language Environment" menu item.
10531
10532 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
10533
10534 Bidi-sensitive movement with arrow keys.
10535 * subr.el (right-arrow-command, left-arrow-command): New functions.
10536
10537 * bindings.el (global-map): Bind them to right and left arrow keys.
10538
10539 Don't override standard definition of convert-standard-filename.
10540 * files.el (convert-standard-filename):
10541 Call w32-convert-standard-filename and dos-convert-standard-filename on
10542 the corresponding systems.
10543
10544 * w32-fns.el (w32-convert-standard-filename): Rename from
10545 convert-standard-filename. Doc fix.
10546
10547 * dos-fns.el (dos-convert-standard-filename): Doc fix.
10548 (convert-standard-filename): Don't defalias.
10549 (register-name-alist, make-register, register-value)
10550 (set-register-value, intdos): Obsolete aliases for the
10551 corresponding dos-* functions and variables.
10552 (dos-intdos): Add a doc string.
10553
10554 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
10555
10556 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
10557 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
10558 (math-compose-tex-func):
10559 * calc/calccomp.el (math-compose-expr):
10560 * calc/calc-ext.el (math-format-flat-expr-fancy):
10561 * calc/calc-store.el (calc-read-var-name):
10562 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
10563
10564 * calc/calc.el (var-π, var-φ, var-γ): New variables.
10565 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
10566 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
10567 (math-standard-units): Add units.
10568
10569 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10570
10571 * progmodes/asm-mode.el (asm-mode):
10572 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
10573
10574 * pcomplete.el (pcomplete-completions-at-point): New function,
10575 extracted from pcomplete-std-complete.
10576 (pcomplete-std-complete): Use it.
10577
10578 2010-05-15 Glenn Morris <rgm@gnu.org>
10579
10580 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
10581 Remove references to CVS, RCS and Old directories.
10582
10583 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
10584
10585 * calc/calc-bin.el (math-format-twos-complement): Group digits when
10586 appropriate.
10587
10588 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10589
10590 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
10591 (sh-mode-syntax-table): Give it a default value instead.
10592 (sh-header-marker): Make buffer-local.
10593 (sh-mode): Move make-local-variable to the corresponding setq.
10594 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
10595 Use complete-with-action.
10596
10597 * simple.el (prog-mode): New (abstract) major mode.
10598 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
10599 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
10600
10601 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
10602
10603 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
10604 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
10605 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
10606 (sql-make-alternate-buffer-name, sql-placeholders-filter)
10607 (sql-escape-newlines-filter, sql-input-sender)
10608 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
10609
10610 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
10611
10612 Add TeX open-block and close-block keybindings to SGML, and vice versa.
10613
10614 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
10615 latex-open-block and C-c / to latex-close-block.
10616
10617 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
10618 and C-c C-e to sgml-close-tag.
10619
10620 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
10621
10622 * net/tramp.el (with-progress-reporter): Create reporter object
10623 only when the message would be displayed. Handle nested calls.
10624 (tramp-handle-load, tramp-handle-file-local-copy)
10625 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10626 (tramp-maybe-send-script, tramp-find-shell):
10627 Use `with-progress-reporter'.
10628 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
10629 Fix message text.
10630
10631 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10632 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10633 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
10634 Use `with-progress-reporter'.
10635
10636 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
10637
10638 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
10639 process everytime when spellchecking from the minibuffer (bug#6143).
10640
10641 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10642
10643 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
10644
10645 * dos-fns.el: Add "dos-" prefix for namespace control.
10646 (convert-standard-filename): Define as alias for
10647 dos-convert-standard-filename but only if applicable.
10648
10649 2010-05-12 Alan Mackenzie <acm@muc.de>
10650
10651 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
10652 Push the mark at the start of these functions when appropriate.
10653
10654 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10655
10656 * minibuffer.el (completion-cycle-threshold): New custom var.
10657 (completion--do-completion): Use it.
10658 (minibuffer-complete): Use cycling if appropriate.
10659
10660 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
10661
10662 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
10663 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
10664
10665 2010-05-11 Juri Linkov <juri@jurta.org>
10666
10667 * scroll-all.el (scroll-all-check-to-scroll):
10668 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
10669
10670 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10671
10672 * iimage.el (iimage-mode-map): Move initialization into declaration.
10673 (iimage-mode-buffer): Use with-silent-modifications.
10674 Simplify calling convention. Adjust callers.
10675 (iimage-mode): Don't run hook redundantly.
10676
10677 * minibuffer.el (completion-pcm--pattern->regex):
10678 Fix last change (bug#6160).
10679
10680 2010-05-10 Juri Linkov <juri@jurta.org>
10681
10682 Remove nodes visited during Isearch from the Info history.
10683 * info.el (Info-isearch-initial-history)
10684 (Info-isearch-initial-history-list): New variables.
10685 (Info-isearch-start): Record initial values of
10686 Info-isearch-initial-history and Info-isearch-initial-history-list.
10687 Add Info-isearch-end to isearch-mode-end-hook.
10688 (Info-isearch-end): New function.
10689
10690 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
10691
10692 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
10693 format string, in order to work around a bug in pdksh.
10694 Reported by Gilles Pion <gpion@lfdj.com>.
10695 (tramp-handle-verify-visited-file-modtime): Do not send a command
10696 when the connection is not established.
10697 (tramp-handle-set-file-times): Simplify the check for utc.
10698
10699 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
10700
10701 Fix use of `filter-buffer-substring' (rework previous change).
10702 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
10703 (cua-repeat-replace-region):
10704 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
10705 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10706 (cua-cut-region-to-global-mark): Use it.
10707
10708 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
10709
10710 * progmodes/sql.el: Version 2.1.
10711 (sql-product-alist): Redesign structure of product info.
10712 (sql-product, sql-user, sql-server, sql-database): Safe variables.
10713 (sql-port, sql-port-history): New variables.
10714 (sql-interactive-product): New variable.
10715 (sql-send-terminator): New variable.
10716 (sql-imenu-generic-expression): Add "Types" imenu entry.
10717 (sql-oracle-login-params, sql-sqlite-login-params)
10718 (sql-mysql-login-params, sql-solid-login-params)
10719 (sql-sybase-login-params, sql-informix-login-params)
10720 (sql-ingres-login-params, sql-ms-login-params)
10721 (sql-postgres-login-params, sql-interbase-login-params)
10722 (sql-db2-login-params, sql-linter-login-params)
10723 (sql-oracle-scan-on): New variables.
10724 (sql-mode-map): Add C-c C-i to start interactive mode.
10725 (sql-mode-menu): Update existing menu entries.
10726 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
10727 (sql-mode-oracle-font-lock-keywords)
10728 (sql-mode-postgres-font-lock-keywords)
10729 (sql-mode-ms-font-lock-keywords)
10730 (sql-mode-sybase-font-lock-keywords)
10731 (sql-mode-informix-font-lock-keywords)
10732 (sql-mode-interbase-font-lock-keywords)
10733 (sql-mode-ingres-font-lock-keywords)
10734 (sql-mode-solid-font-lock-keywords)
10735 (sql-mode-mysql-font-lock-keywords)
10736 (sql-mode-sqlite-font-lock-keywords)
10737 (sql-mode-db2-font-lock-keywords)
10738 (sql-mode-linter-font-lock-keywords): Update initialization to
10739 reduce run-time complexity.
10740 (sql-add-product, sql-del-product): New functions.
10741 (sql-set-product-feature, sql-get-product-feature): New functions.
10742 (sql-product-font-lock): Update product API.
10743 (sql-add-product-keywords): New function.
10744 (sql-highlight-product): Update product API.
10745 (sql-help-list-products): New function.
10746 (sql-help): Dynamically lists free and non-free products.
10747 (sql-get-login): Correct bug in handling history and added
10748 prompt for port.
10749 (sql-copy-column): Copy without properties.
10750 (sqli-input-sender): Apply filters to SQLi input.
10751 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
10752 Implement as a filter.
10753 (sql-escape-newlines-filter): Implement as a filter.
10754 (sql-remove-tabs-filter): New function.
10755 (sql-send-magic-terminator): New function.
10756 (sql-send-string): Implement magic terminator.
10757 (sql-send-region): Use `sql-send-string'.
10758 (sql-interactive-mode): Use product API.
10759 (sql-product-interactive): Use product API.
10760 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
10761 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
10762 (sql-db2, sql-linter): Use `sql-product-interactive'.
10763 (sql-connect): New function.
10764 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
10765 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
10766 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
10767 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
10768 Use `sql-connect'.
10769
10770 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10771
10772 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
10773 New custom variable.
10774 (completion-pcm--string->pattern): Use it.
10775 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
10776 Make it handle any symbol as `any'.
10777 (completion-pcm--merge-completions): Extract common suffix for the new
10778 `prefix' symbol as well.
10779 (completion-substring--all-completions): Use the new `prefix' symbol.
10780
10781 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
10782
10783 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
10784 not bound.
10785 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
10786 (tramp-compat-funcall): New defmacro.
10787 (tramp-compat-line-beginning-position)
10788 (tramp-compat-line-end-position)
10789 (tramp-compat-temporary-file-directory)
10790 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
10791 (tramp-compat-copy-file, tramp-compat-copy-directory)
10792 (tramp-compat-delete-file, tramp-compat-delete-directory)
10793 (tramp-compat-number-sequence, tramp-compat-process-running-p)
10794 * net/tramp.el (top, with-progress-reporter)
10795 (tramp-rfn-eshadow-setup-minibuffer)
10796 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
10797 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
10798 (tramp-completion-mode-p, tramp-check-for-regexp)
10799 (tramp-open-connection-setup-interactive-shell)
10800 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
10801 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
10802 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
10803 * net/tramp-cmds.el (tramp-cleanup-all-connections)
10804 (tramp-reporter-dump-variable, tramp-load-report-modules)
10805 (tramp-append-tramp-buffers)
10806 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
10807
10808 * net/tramp-imap.el (top): Autoload `epg-make-context'.
10809
10810 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10811
10812 * progmodes/compile.el (compilation-buffer-modtime): Rename from
10813 buffer-modtime. Adjust users.
10814
10815 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
10816
10817 * international/mule.el (auto-coding-alist): Only purecopy
10818 car of each item, not the whole list (Bug#6083).
10819
10820 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
10821
10822 * progmodes/js.el (js-mode): Make paragraph variables local before
10823 calling c-setup-paragraph-variables (Bug#6071).
10824
10825 2010-05-08 Eli Zaretskii <eliz@gnu.org>
10826
10827 * composite.el (compose-region, reference-point-alist): Fix typos
10828 in the doc strings.
10829
10830 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
10831
10832 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
10833 gnuplot's "set" command.
10834
10835 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
10836
10837 * abbrev.el (last-abbrev-text): Doc fix.
10838 (abbrev-prefix-mark): Don't escape parenthesis.
10839
10840 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
10841
10842 * composite.el (find-composition): Doc fix.
10843
10844 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
10845
10846 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
10847 (sql-oracle-program, sql-sqlite-options)
10848 (sql-query-placeholders-and-send): Doc fixes.
10849 (sql-set-product, sql-interactive-mode): Reflow docstrings.
10850 (sql-imenu-generic-expression, sql-buffer)
10851 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
10852 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
10853 (sql-mode-sybase-font-lock-keywords)
10854 (sql-mode-informix-font-lock-keywords)
10855 (sql-mode-interbase-font-lock-keywords)
10856 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
10857 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
10858 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
10859 (sql-product-feature, sql-highlight-product)
10860 (comint-line-beginning-position, sql-rename-buffer)
10861 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
10862 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
10863 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
10864 Fix typos in docstrings.
10865
10866 2010-05-08 Juri Linkov <juri@jurta.org>
10867
10868 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
10869 property instead of `invisible' and `after-string' (bug#5998).
10870
10871 2010-05-08 Juri Linkov <juri@jurta.org>
10872
10873 * image-mode.el (image-mode-as-text): Fix typo in docstring.
10874
10875 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
10876
10877 * filecache.el (file-cache-add-directory-list)
10878 (file-cache-add-directory-recursively): Fix typos in docstrings.
10879
10880 2010-05-08 Kenichi Handa <handa@m17n.org>
10881
10882 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
10883 (gujarati-composable-pattern): Fix typo.
10884
10885 2010-05-08 Kenichi Handa <handa@m17n.org>
10886
10887 * language/indian.el (oriya-composable-pattern)
10888 (tamil-composable-pattern, malayalam-composable-pattern):
10889 Add two-part vowels to "v" (vowel sign).
10890
10891 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
10892
10893 * files.el (copy-directory): Handle symlinks (Bug#5982).
10894
10895 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
10896
10897 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
10898 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
10899 (Bug#5846).
10900
10901 2010-05-08 Glenn Morris <rgm@gnu.org>
10902
10903 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
10904
10905 * minibuffer.el (completion-at-point): Doc fix.
10906
10907 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10908
10909 * electric.el (Electric-command-loop): Minor tweak.
10910
10911 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
10912 better with dedicated windows.
10913
10914 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
10915
10916 * Version 23.2 released.
10917
10918 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
10919 Stefan Monnier <monnier@iro.umontreal.ca>
10920
10921 Highlight vendor specific properties.
10922 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
10923 (css-proprietary-property): New face.
10924 (css-font-lock-keywords): Use them.
10925
10926 2010-05-07 Eli Zaretskii <eliz@gnu.org>
10927
10928 * cus-start.el (all): Add native condition for tool-bar-* symbols.
10929
10930 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10931
10932 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
10933 * files.el (auto-mode-alist): Remove redundant entries.
10934
10935 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
10936 * simple.el (auto-save-mode): Move from files.el.
10937 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
10938
10939 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
10940
10941 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
10942
10943 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
10944
10945 * mail/binhex.el (binhex-decode-region-internal)
10946 * mail/uudecode.el (uudecode-decode-region-internal)
10947 * net/dns.el (dns-read-string-name, dns-write, dns-read)
10948 (dns-read-type, dns-query)
10949 * pgg-parse.el (pgg-parse-armor)
10950 * pgg.el (pgg-verify-region)
10951 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
10952 XEmacs.
10953
10954 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
10955
10956 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
10957
10958 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
10959
10960 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
10961 * emulation/cua-base.el (cua-repeat-replace-region):
10962 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10963 (cua-cut-region-to-global-mark):
10964 Remove text properties with `set-text-properties'.
10965
10966 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
10967
10968 * net/tramp.el (top, with-progress-reporter):
10969 Use `symbol-function' inside `funcall'.
10970
10971 * net/tramp-compat.el (tramp-compat-file-attributes)
10972 (tramp-compat-delete-file, tramp-compat-delete-directory):
10973 Handle only `wrong-number-of-arguments' error.
10974
10975 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
10976 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
10977 inside `funcall'.
10978
10979 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10980
10981 * minibuffer.el (completion--sreverse, completion--common-suffix):
10982 New functions.
10983 (completion-pcm--merge-completions): Extract common suffix when safe.
10984
10985 * emacs-lisp/easy-mmode.el (define-minor-mode):
10986 Make :variable more flexible.
10987 * files.el (auto-save-mode): Use it to define using define-minor-mode.
10988
10989 2010-05-05 Juri Linkov <juri@jurta.org>
10990
10991 Add `slow' and `history' tags to the desktop data.
10992
10993 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
10994 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
10995 (Info-finder-find-node): Require `finder.el' to be able
10996 to restore node from the desktop.
10997 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
10998 data `Info-history' and `slow' tag in the assoc list.
10999 (Info-restore-desktop-buffer): Don't restore nodes with the
11000 `slow' tag. Restore `Info-history'.
11001
11002 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
11003
11004 Add FORCE argument to `delete-file'.
11005
11006 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
11007 forcing to delete the temporary file.
11008 (ange-ftp-delete-file): Add FORCE arg.
11009 (ange-ftp-rename-remote-to-remote)
11010 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
11011 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
11012 Force file deletion.
11013
11014 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
11015
11016 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
11017 (tramp-handle-make-symbolic-link, tramp-handle-load)
11018 (tramp-do-copy-or-rename-file-via-buffer)
11019 (tramp-do-copy-or-rename-file-directly)
11020 (tramp-do-copy-or-rename-file-out-of-band)
11021 (tramp-handle-process-file, tramp-handle-call-process-region)
11022 (tramp-handle-shell-command, tramp-handle-file-local-copy)
11023 (tramp-handle-insert-file-contents, tramp-handle-write-region)
11024 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
11025
11026 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
11027 (tramp-fish-handle-make-symbolic-link)
11028 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
11029
11030 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
11031 Use `tramp-compat-delete-file'.
11032
11033 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
11034 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
11035
11036 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
11037 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
11038
11039 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
11040 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
11041 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
11042 Use `tramp-compat-delete-file'.
11043
11044 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11045
11046 Minor cleanups.
11047 * subr.el (add-minor-mode): Use push.
11048 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
11049 * emulation/edt.el (edt-select-mode): Simplify.
11050
11051 Use define-minor-mode in more cases.
11052 * term/tvi970.el (tvi970-set-keypad-mode):
11053 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
11054 (normal-erase-is-backspace-mode):
11055 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
11056 (set-scroll-bar-mode-1): (Re)move to its sole caller.
11057 (get-scroll-bar-mode): New function.
11058 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
11059
11060 Use define-minor-mode for less obvious cases.
11061 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
11062 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
11063 * international/iso-ascii.el (iso-ascii-mode):
11064 * frame.el (auto-raise-mode, auto-lower-mode):
11065 * composite.el (global-auto-composition-mode): Use define-minor-mode.
11066
11067 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
11068
11069 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
11070 in order to see error messages for failed logins.
11071
11072 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
11073
11074 * diff.el (diff-sentinel):
11075
11076 * epg.el (epg--make-temp-file, epg-decrypt-string)
11077 (epg-verify-string, epg-sign-string, epg-encrypt-string):
11078
11079 * jka-compr.el (jka-compr-partial-uncompress)
11080 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
11081
11082 * server.el (server-sentinel): Use delete-file's new FORCE arg
11083 (Bug#6070).
11084
11085 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11086
11087 Use define-minor-mode where applicable.
11088 * view.el (view-mode):
11089 * type-break.el (type-break-query-mode)
11090 (type-break-mode-line-message-mode):
11091 * textmodes/reftex.el (reftex-mode):
11092 * term/vt100.el (vt100-wide-mode):
11093 * tar-mode.el (tar-subfile-mode):
11094 * savehist.el (savehist-mode):
11095 * ibuf-ext.el (ibuffer-auto-mode):
11096 * composite.el (auto-composition-mode):
11097 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
11098 Use define-minor-mode.
11099 (vhdl-mode): Use static mode-line format.
11100 (vhdl-mode-line-update): Delete.
11101 (vhdl-create-mode-menu, vhdl-activate-customizations)
11102 (vhdl-hs-minor-mode): Don't bother calling it.
11103
11104 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11105
11106 * simple.el (with-wrapper-hook): Move.
11107 (buffer-substring-filters): Mark obsolete.
11108 (filter-buffer-substring-functions): New variable.
11109 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
11110
11111 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
11112 Michael Albinus <michael.albinus@gmx.de>
11113
11114 Implement compression for inline methods.
11115
11116 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
11117 (tramp-copy-size-limit): Allow also nil.
11118 (tramp-inline-compress-commands): New defconst.
11119 (tramp-find-inline-compress, tramp-get-inline-compress)
11120 (tramp-get-inline-coding): New defuns.
11121 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
11122 replaced by `tramp-get-inline-coding'.
11123 (tramp-handle-file-local-copy, tramp-handle-write-region)
11124 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
11125
11126 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11127
11128 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
11129 Remove unused functions.
11130
11131 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
11132 Set find-tag-default-function as a variable rather than a property.
11133
11134 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
11135 * progmodes/etags.el (tags-completion-at-point-function):
11136 Remove left over interactive spec. Add autoloading stub.
11137 (complete-tag): Use tags-completion-at-point-function.
11138
11139 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
11140
11141 * minibuffer.el (tags-completion-at-point-function): Fix return value.
11142
11143 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
11144
11145 * ido.el (ido-init-completion-maps): Remove C-v binding.
11146 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
11147
11148 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
11149
11150 * minibuffer.el (tags-completion-at-point-function): New function.
11151 (completion-at-point-functions): Use it.
11152
11153 * progmodes/etags.el (complete-tag): Revert last change.
11154
11155 2010-04-29 Alan Mackenzie <acm@muc.de>
11156
11157 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
11158 off-by-one error (in end of macro position).
11159
11160 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11161
11162 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
11163 firefox is absent. Don't autoload.
11164 (browse-url-galeon-program): Don't autoload.
11165
11166 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
11167
11168 * bindings.el (complete-symbol): Move into minibuffer.el.
11169
11170 * minibuffer.el (complete-tag): Move from etags.el. If tags
11171 completion cannot be performed, return nil instead of signalling
11172 an error.
11173 (completion-at-point): Make it an alias for complete-symbol.
11174 (complete-symbol): Move from bindings.el, and replace with the
11175 body of completion-at-point.
11176
11177 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
11178
11179 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
11180
11181 * net/tramp.el (tramp-remote-selinux-p): New defun.
11182 (tramp-handle-file-selinux-context)
11183 (tramp-handle-set-file-selinux-context): Use it.
11184
11185 2010-04-28 Sam Steingold <sds@gnu.org>
11186
11187 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11188 `safe-local-variable' if the value is a string or a symbol with
11189 the property `bug-reference-url-format'.
11190
11191 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
11192
11193 * progmodes/bug-reference.el (bug-reference-url-format):
11194 Revert 2010-04-27 change due to security risk.
11195
11196 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11197
11198 Make it possible to locally disable a globally enabled mode.
11199 * simple.el (fundamental-mode): Run fundamental-mode-hook.
11200 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
11201 rather than kill-all-local-variables so it runs fundamental-mode-hook.
11202 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11203 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
11204 that subsequent hooks get a chance to disable it.
11205
11206 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11207
11208 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11209 Avoid re-enabling a minor mode after the user turned the minor mode
11210 off if MODE-enable-in-buffers is run twice (typically once from
11211 fundamental-mode's after-change-major-mode-hook and a second time from
11212 run-mode-hook's own after-change-major-mode-hook).
11213
11214 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
11215
11216 2010-04-27 Sam Steingold <sds@gnu.org>
11217
11218 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11219 `safe-local-variable' if the value is a string or a function, as
11220 documented and implemented on 2010-04-02.
11221
11222 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
11223
11224 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
11225 when method is 'kill.
11226
11227 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
11228
11229 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
11230 condition in default directory check.
11231 (ispell-init-process, ispell-kill-ispell, kill-buffer-hook):
11232 Kill ispell process when killing its associated buffer.
11233
11234 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
11235
11236 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
11237 but we aren't using it.
11238
11239 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
11240
11241 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
11242 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
11243
11244 2010-04-24 Glenn Morris <rgm@gnu.org>
11245
11246 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
11247 Ignore VCS-ignore files, and deleted nextstep preferences files.
11248 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
11249 (authors-ambiguous-files): New list.
11250 (authors-valid-file-names): Add some deleted files.
11251 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
11252 (authors-disambiguate-file-name): New function. (Bug#5501)
11253 (authors-canonical-file-name): Doc fix.
11254 Don't warn about obsolete files.
11255 (authors-canonical-file-name, authors-scan-el):
11256 Use authors-disambiguate-file-name.
11257
11258 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11259 Add autoload cookies.
11260 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
11261 (generated-autoload-file): Set file-local value to "htmlfontify.el".
11262 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
11263 They have definitions / compiler macros in cl.el.
11264 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11265 Replace manual autoloads with generated ones.
11266 (htmlfontify-unload-rgb-file): Remove autoload.
11267 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
11268
11269 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11270
11271 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
11272 (byte-compile-setq-default): Optimize for the
11273 single-var case and don't call byte-compile-form in this case to avoid
11274 inf-loop with byte-compile-set-default.
11275
11276 * progmodes/compile.el (compilation-start): Abbreviate default directory.
11277
11278 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
11279
11280 Implement SELINUX backends.
11281
11282 * net/tramp.el (tramp-file-name-handler-alist):
11283 Add `file-selinux-context' and `set-file-selinux-context'.
11284 (tramp-handle-file-selinux-context)
11285 (tramp-handle-set-file-selinux-context): New defuns.
11286 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
11287 Handle PRESERVE-SELINUX-CONTEXT.
11288
11289 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11290 Add `file-selinux-context' and `set-file-selinux-context'.
11291 (tramp-gvfs-handle-file-selinux-context)
11292 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
11293 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
11294
11295 * net/ange-ftp.el (ange-ftp-copy-file):
11296 * net/tramp-fish.el (tramp-fish-handle-copy-file):
11297 * net/tramp-imap.el (tramp-imap-handle-copy-file):
11298 * net/tramp-smb.el (tramp-smb-handle-copy-file):
11299 Add PRESERVE-SELINUX-CONTEXT.
11300
11301 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
11302
11303 Synchronize with Tramp repository.
11304
11305 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
11306 (tramp-action-process-alive, tramp-action-out-of-band)
11307 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
11308 (tramp-exists-file-name-handler): Fix docstring.
11309 (with-progress-reporter): New defmacro.
11310 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
11311 (tramp-maybe-open-connection): Use it.
11312
11313 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
11314
11315 Detect ssh 'ControlMaster' argument automatically in some cases.
11316
11317 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
11318 (tramp-default-method): Use it.
11319
11320 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
11321
11322 * net/tramp.el (tramp-handle-copy-file): Add new optional
11323 parameter `preserve-selinux-context'.
11324 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
11325
11326 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
11327
11328 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
11329 Ensure, that non remote files are still checked. Oops.
11330
11331 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
11332
11333 Fix Bug#5840.
11334
11335 * icomplete.el (icomplete-completions): Use `non-essential'.
11336
11337 * net/tramp.el (tramp-connectable-p): New defun.
11338 (tramp-handle-expand-file-name)
11339 (tramp-completion-handle-file-name-all-completions)
11340 (tramp-completion-handle-file-name-completion): Use it.
11341
11342 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11343
11344 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
11345
11346 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
11347
11348 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
11349
11350 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
11351
11352 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
11353 is present.
11354
11355 * info.el (info-tool-bar-map): Add labels.
11356
11357 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
11358
11359 * cus-edit.el (custom-commands): Add labels for tool bar.
11360 (custom-buffer-create-internal, Custom-mode): Adjust for
11361 labels in custom-commands.
11362
11363 * dynamic-setting.el: Renamed from font-setting.el.
11364
11365 2010-04-21 John Wiegley <jwiegley@gmail.com>
11366
11367 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
11368 toggles the use of virtual buffers.
11369 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
11370 (ido-toggle-virtual-buffers): New function.
11371
11372 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
11373
11374 Use `define-derived-mode'; fix window selection; doc fixes.
11375 * play/tetris.el (tetris, tetris-update-speed-function)
11376 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
11377 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
11378 (tetris-rotate-next, tetris-end-game, tetris-start-game)
11379 (tetris-pause-game): Fix typos in docstrings.
11380 (tetris-mode-map, tetris-null-map):
11381 Move initialization into declaration.
11382 (tetris-mode): Define with `define-derived-mode';
11383 set show-trailing-whitespace to nil.
11384 (tetris): Prefer window already displaying the "*Tetris*" buffer.
11385
11386 2010-04-21 Karel Klíč <kklic@redhat.com>
11387
11388 * files.el (backup-buffer): Handle SELinux context, and return it
11389 if a backup was made by renaming.
11390 (backup-buffer-copy): Set SELinux context to the target file.
11391 (basic-save-buffer): Set SELinux context of the newly written file.
11392 (basic-save-buffer-1): Now it also returns any SELinux context.
11393 (basic-save-buffer-2): Set SELinux context of the newly created file,
11394 and return it.
11395 * net/tramp.el (tramp-file-name-for-operation):
11396 Add file-selinux-context.
11397
11398 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11399
11400 Make the log-edit comments use RFC822 format throughout.
11401
11402 * vc.el (vc-checkin, vc-modify-change-comment):
11403 Adjust to new vc-start/finish-logentry.
11404 (vc-find-conflicted-file): New command.
11405 (vc-transfer-file): Adjust to new vc-checkin.
11406 (vc-next-action): Improve scoping.
11407
11408 * vc-hg.el (vc-hg-log-edit-mode): Remove.
11409 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
11410
11411 * vc-git.el (vc-git-log-edit-mode): Remove.
11412 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
11413 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
11414
11415 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
11416 (vc-start-logentry): Remove argument `extra'.
11417 (vc-finish-logentry): Remove extra args.
11418
11419 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
11420 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
11421 (vc-bzr-conflicted-files): New function.
11422
11423 * log-edit.el (log-edit-extra-flags)
11424 (log-edit-before-checkin-process): Remove.
11425 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
11426 (log-edit-headers-alist): New var.
11427 (log-edit-header-contents-regexp): New const.
11428 (log-edit-match-to-eoh): New function.
11429 (log-edit-font-lock-keywords): Use them.
11430 (log-edit): Insert a "Summary:" header as default.
11431 (log-edit-mode): Mark font-lock rules as case-insensitive.
11432 (log-edit-done): Cleanup headers.
11433 (log-view-process-buffer): Remove.
11434 (log-edit-extract-headers): New function to replace it.
11435
11436 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
11437
11438 * subr.el (default-direction-reversed): Remove obsolescence info.
11439
11440 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11441
11442 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
11443 windows/frames.
11444
11445 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
11446 I.e. include text after point in the completion region.
11447 Also, return nil when we're not after/in a symbol.
11448
11449 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
11450 default enable-multibyte-characters.
11451
11452 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11453
11454 * international/mule.el: Help the user choose a valid coding-system.
11455 (read-buffer-file-coding-system): New function.
11456 (set-buffer-file-coding-system): Use it. Prompt the user if the
11457 coding-system cannot encode all the chars.
11458
11459 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
11460 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
11461 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
11462 Don't use *vc-bzr-shelve*.
11463
11464 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
11465
11466 Fix the version number for added files.
11467 * vc-hg.el (vc-hg-working-revision): Check if the file is
11468 registered after hg parent fails (Bug#5961).
11469
11470 2010-04-19 Glenn Morris <rgm@gnu.org>
11471
11472 * htmlfontify.el (htmlfontify-buffer)
11473 (htmlfontify-copy-and-link-dir): Autoload entry points.
11474
11475 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
11476
11477 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
11478 name relative to the project root (Bug#5960).
11479
11480 2010-04-19 Glenn Morris <rgm@gnu.org>
11481
11482 * vc-git.el (vc-git-print-log): Doc fix.
11483
11484 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
11485
11486 * ido.el (ido-file-internal): Fix 2009-12-02 change.
11487
11488 2010-04-19 Christoph Scholtes <cschol2112@googlemail.com>
11489
11490 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
11491 default settings (Bug#5928).
11492
11493 2010-04-19 Glenn Morris <rgm@gnu.org>
11494
11495 * progmodes/fortran.el (fortran-match-and-skip-declaration):
11496 New function.
11497 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
11498
11499 2010-04-19 Kenichi Handa <handa@m17n.org>
11500
11501 * language/indian.el (malayalam-composable-pattern): Fix previous
11502 change (add U+0D4D "SIGN VIRAMA").
11503 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
11504 (tamil-composable-pattern): Fix typo in the regexp.
11505 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
11506 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
11507 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
11508
11509 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
11510
11511 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
11512 paragraph-separate (Bug#5821).
11513
11514 2010-04-19 Juri Linkov <juri@jurta.org>
11515
11516 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
11517
11518 * info.el (Info-find-node-2): Comment out code that skips
11519 breadcrumbs line.
11520 (Info-mouse-follow-link): New command.
11521 (Info-link-keymap): New keymap.
11522 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
11523 Return a string with links instead of inserting breadcrumbs
11524 to the Info buffer.
11525 (Info-fontify-node): Comment out code that inserts breadcrumbs.
11526 Instead of putting the `invisible' text property over the Info
11527 header, make an overlay over the Info header with the `invisible'
11528 property and `after-string' set to the string returned by
11529 `Info-breadcrumbs'.
11530
11531 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
11532
11533 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
11534 Reported by monkey@sandpframing.com.
11535
11536 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11537
11538 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
11539 (tmm-get-keymap): Add key-binding shortcuts now that they're not
11540 available in the "keyseq cache" any more.
11541
11542 * custom.el (defcustom): Add edebug spec.
11543
11544 2010-04-18 Juri Linkov <juri@jurta.org>
11545
11546 Test for special mode-class in view-buffer instead of view-file (bug#5513).
11547
11548 * view.el (view-file, view-buffer): Move test for special mode-class
11549 from view-file to view-buffer.
11550
11551 * tar-mode.el (tar-extract): Turn if's into one cond
11552 like in arc-mode.el.
11553
11554 2010-04-18 Juri Linkov <juri@jurta.org>
11555
11556 Add 7z archive format support (bug#5475).
11557
11558 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
11559 (archive-7z-extract): New defcustom.
11560 (archive-find-type): Add magic string for 7z.
11561 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
11562 If `stderr-file' is non-nil, use `(t stderr-file)' for the
11563 `buffer' arg of `call-process'.
11564 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
11565 call the function `archive-7z-extract' with the variable
11566 `archive-7z-extract' let-bound to `archive-zip-extract'.
11567 (archive-7z-summarize, archive-7z-extract): New functions.
11568
11569 * international/mule.el (auto-coding-alist):
11570 * files.el (auto-mode-alist): Add 7z file extension.
11571
11572 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11573
11574 * loadup.el: Setup hash-cons for pure data.
11575
11576 Fix duplicate entries in cedet's loaddefs.el files.
11577 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
11578 Should make most file-local generated-autoload-file unnecessary.
11579 (print-readably): Silence warnings.
11580 (autoload-find-destination): Take load-name as an arg to make sure
11581 it's the same as the one that will be in the file.
11582 (autoload-generate-file-autoloads): Adjust to above changes.
11583 Try to make the dataflow a bit simpler.
11584
11585 * cvs-status.el (cvs-refontify): Remove unused.
11586
11587 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
11588
11589 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
11590
11591 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
11592 twos-complement mode.
11593
11594 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
11595
11596 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
11597 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
11598 (calc-inverse): Add "Option" to message, as appropriate.
11599 (calc-hyperbolic): Add "Option" to message, as appropriate.
11600 (calc-option, calc-is-option): New functions.
11601
11602 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
11603 (calc-option-prefix-help): New function.
11604
11605 * calc/calc-misc.el (calc-help): Add "Option" entry.
11606
11607 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
11608 (calc-option-flag): New variable.
11609 (calc-do): Set `calc-option-flag to nil.
11610 (calc-set-mode-line): Add "Opt " as appropriate.
11611
11612 2010-04-16 Juri Linkov <juri@jurta.org>
11613
11614 Move scrolling commands from simple.el to window.el
11615 because their primitives are implemented in window.c.
11616
11617 * simple.el (scroll-error-top-bottom)
11618 (scroll-up-command, scroll-down-command, scroll-up-line)
11619 (scroll-down-line, scroll-other-window-down)
11620 (beginning-of-buffer-other-window, end-of-buffer-other-window):
11621 * window.el (scroll-error-top-bottom)
11622 (scroll-up-command, scroll-down-command, scroll-up-line)
11623 (scroll-down-line, scroll-other-window-down)
11624 (beginning-of-buffer-other-window, end-of-buffer-other-window):
11625 Move from simple.el to window.el because their primitives are
11626 implemented in window.c.
11627
11628 2010-04-16 Juri Linkov <juri@jurta.org>
11629
11630 * isearch.el (isearch-lookup-scroll-key): Check both
11631 `isearch-scroll' and `scroll-command' properties.
11632 (scroll-up, scroll-down): Remove `isearch-scroll' property.
11633
11634 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
11635
11636 * simple.el (scroll-up-command, scroll-down-command)
11637 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
11638
11639 2010-04-15 Juri Linkov <juri@jurta.org>
11640
11641 * simple.el (scroll-up-command, scroll-down-command)
11642 (scroll-up-line, scroll-down-line): Put `scroll-command'
11643 property on the these symbols. Remove them from
11644 `scroll-preserve-screen-position-commands'.
11645
11646 * mwheel.el (mwheel-scroll): Put `scroll-command' and
11647 `isearch-scroll' properties on the `mwheel-scroll' symbol.
11648 Remove it from `scroll-preserve-screen-position-commands'.
11649
11650 * isearch.el (isearch-allow-scroll): Doc fix.
11651
11652 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
11653
11654 * net/tramp.el (tramp-error-with-buffer): Don't show the
11655 connection buffer when we are in completion mode.
11656 (tramp-file-name-handler): Catch the error for some operations
11657 when we are in completion mode. This gives the user the chance to
11658 correct the file name in the minibuffer.
11659
11660 2010-04-15 Glenn Morris <rgm@gnu.org>
11661
11662 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
11663
11664 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
11665
11666 Simplify by using `define-derived-mode'.
11667 * info.el (Info-mode):
11668 * calendar/todo-mode.el (todo-mode):
11669 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
11670 (gomoku-mode-map): Move initialization into declaration.
11671
11672 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
11673
11674 Fix Bug#5840.
11675 * ido.el (ido-file-name-all-completions-1):
11676 * minibuffer.el (minibuffer-completion-help):
11677 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
11678
11679 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11680
11681 * simple.el (non-essential): New var.
11682
11683 Add a new field `location' to bookmarks for non-file bookmarks.
11684 * bookmark.el (bookmark-location): Use the new field, if present.
11685 (bookmark-insert-location): Undo last change, not needed any more.
11686 * man.el (Man-bookmark-make-record):
11687 * woman.el (woman-bookmark-make-record): Add `location' field.
11688
11689 2010-04-14 Juri Linkov <juri@jurta.org>
11690
11691 * simple.el (scroll-error-top-bottom): New defcustom.
11692 (scroll-up-command, scroll-down-command): Use it. Doc fix.
11693
11694 * emulation/pc-select.el (pc-select-override-scroll-error):
11695 Obsolete in favor of `scroll-error-top-bottom'.
11696
11697 2010-04-14 Juri Linkov <juri@jurta.org>
11698
11699 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
11700 `scroll-up-command' and `M-v' to `scroll-down-command'.
11701
11702 * emulation/cua-rect.el (cua--init-rectangles):
11703 * forms.el (forms--change-commands):
11704 * image-mode.el (image-mode-map):
11705 Remap scroll-down-command and scroll-up-command
11706 in addition to scroll-down and scroll-up.
11707
11708 2010-04-14 Juri Linkov <juri@jurta.org>
11709
11710 * mwheel.el (scroll-preserve-screen-position-commands):
11711 Add mwheel-scroll to this list of commands.
11712
11713 * simple.el (scroll-preserve-screen-position-commands):
11714 Add scroll-up-command, scroll-down-command, scroll-up-line,
11715 scroll-down-line to this list of commands.
11716
11717 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
11718
11719 * obsolete/complete.el: Move from lisp/complete.el.
11720
11721 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
11722
11723 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
11724 to the minor mode function now turns the mode ON unconditionally.
11725
11726 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11727
11728 * vc-dir.el (vc-dir-kill-line): New command.
11729 (vc-dir-mode-map): Bind it to C-k.
11730
11731 * bookmark.el (bookmark-insert-location): Handle a nil filename.
11732
11733 * woman.el: Add bookmark declarations to silence the compiler.
11734 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
11735 step to compatibility between man and woman bookmarks.
11736 Adjust for Man-default-bookmark-title renaming.
11737 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
11738
11739 * man.el: Add bookmark declarations to silence the compiler.
11740 (Man-name-local-regexp): Make it match NAME as well.
11741 (Man-getpage-in-background): Return the buffer.
11742 (Man-notify-when-ready): Use `case'.
11743 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
11744 Don't hardcode "NAME". Simplify.
11745 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
11746 Rename from Man-bookmark-make-record.
11747 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
11748 we have the actual man-args. Use Man-getpage-in-background rather
11749 than `man' since the arg is already processed. Let bookmark.el do the
11750 window handling. Only wait for the relevant process.
11751 Don't forget to autoload.
11752
11753 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
11754
11755 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11756
11757 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
11758 New functions.
11759 (woman-mode): Setup bookmark support.
11760
11761 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
11762 (man-bookmark-jump): New functions.
11763 (Man-mode): Setup bookmark support.
11764
11765 2010-04-10 Jari Aalto <jari.aalto@cante.net>
11766
11767 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
11768 recognize ssh-keygen prompt (Bug#2817).
11769
11770 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
11771
11772 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
11773
11774 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
11775
11776 Synchronize with Tramp repository.
11777
11778 * net/tramp.el (tramp-completion-function-alist)
11779 (tramp-file-name-regexp, tramp-chunksize)
11780 (tramp-local-coding-commands, tramp-remote-coding-commands):
11781 Fix docstring.
11782 (tramp-remote-process-environment): Use `format' instead of `concat'.
11783 (tramp-handle-directory-files-and-attributes)
11784 (tramp-get-remote-path): Use `copy-tree'.
11785 (tramp-handle-file-name-all-completions): Backward/ XEmacs
11786 compatibility: Use `completion-ignore-case' if
11787 `read-file-name-completion-ignore-case' does not exist.
11788 (tramp-do-copy-or-rename-file-directly): Do not use
11789 `tramp-handle-file-remote-p'.
11790 (tramp-do-copy-or-rename-file-out-of-band):
11791 Use `tramp-compat-delete-directory'.
11792 (tramp-do-copy-or-rename-file-out-of-band)
11793 (tramp-compute-multi-hops, tramp-maybe-open-connection):
11794 Use `format-spec-make'.
11795 (tramp-find-foreign-file-name-handler)
11796 (tramp-advice-make-auto-save-file-name)
11797 (tramp-set-auto-save-file-modes): Remove superfluous check for
11798 `stringp'. This is done inside `tramp-tramp-file-p'.
11799 (tramp-debug-outline-regexp): New defconst.
11800 (tramp-get-debug-buffer): Use it.
11801 (tramp-check-for-regexp): Use (forward-line 1).
11802 (tramp-set-auto-save-file-modes): Adapt version check.
11803
11804 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
11805 Wrap call of `featurep' for 2nd argument.
11806 (tramp-compat-make-temp-file): Simplify fallback implementation.
11807 (tramp-compat-copy-tree): Remove function.
11808 (tramp-compat-delete-directory): Provide implementation for older
11809 Emacsen.
11810
11811 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
11812 Do not use `tramp-fish-handle-file-attributes.
11813
11814 * net/trampver.el: Update release number.
11815
11816 2010-04-10 Glenn Morris <rgm@gnu.org>
11817
11818 * progmodes/compile.el (compilation-save-buffers-predicate):
11819 Add missing :version tag.
11820
11821 2010-04-09 Sam Steingold <sds@gnu.org>
11822
11823 * progmodes/compile.el (compilation-save-buffers-predicate):
11824 Remove the "autoload" cookie.
11825
11826 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
11827 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
11828 and `bug-reference-prog-mode' can be used in hooks directly.
11829
11830 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
11831
11832 Add --author support to git commit.
11833 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
11834 (vc-git-log-edit-mode): New minor mode.
11835 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
11836 New declarations.
11837
11838 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
11839
11840 * vc-hooks.el, vc-git.el: Improve documentation comments.
11841
11842 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11843
11844 Fix some of the problems in defsubst* (bug#5728).
11845 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
11846 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
11847
11848 2010-04-07 Sam Steingold <sds@gnu.org>
11849
11850 * progmodes/compile.el (compilation-save-buffers-predicate):
11851 New custom variable.
11852 (compile, recompile): Pass it to `save-some-buffers'.
11853
11854 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
11855
11856 * wid-edit.el (widget-choose): Move cursor to the second line of
11857 the buffer (Bug#5695).
11858
11859 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
11860
11861 Add new VC methods: vc-log-incoming and vc-log-outgoing.
11862 * vc.el (vc-print-log-setup-buttons): New function split out from
11863 vc-print-log-internal.
11864 (vc-log-internal-common): New function, a parametrized version of
11865 vc-print-log-internal.
11866 (vc-print-log-internal): Just call vc-log-internal-common with the
11867 right arguments.
11868 (vc-incoming-outgoing-internal):
11869 (vc-log-incoming, vc-log-outgoing): New functions.
11870 (vc-log-view-type): New permanent local variable.
11871
11872 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
11873
11874 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
11875 of the dynamic bound vc-short-log.
11876 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
11877
11878 * vc-git.el (vc-git-log-outgoing): New function.
11879 (vc-git-log-view-mode): Use vc-log-view-type instead
11880 of the dynamic bound vc-short-log.
11881
11882 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
11883 of the dynamic bound vc-short-log. Highlight the tag.
11884 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
11885 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
11886 (vc-hg-incoming-mode): Remove.
11887 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
11888
11889 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
11890
11891 Fix default-directory for vc-root-diff.
11892 * vc.el (vc-root-diff): Bind default-directory to the root
11893 directory for the diff command.
11894
11895 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
11896
11897 * progmodes/verilog-mode.el (verilog-forward-sexp):
11898 (verilog-calc-1): Support "disable fork" and "fork wait" multi
11899 word keywords, suggested by Steve Pearlmutter.
11900 (verilog-pretty-declarations): Support lineup of declarations in
11901 port lists.
11902 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
11903 fix bug for /* / comments.
11904 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
11905 Speed up and simplfy as this is never called with a bound.
11906 (verilog-pretty-declarations): Enhance to line up declarations
11907 inside a parameter list, suggested by Alan Morgan.
11908 (verilog-pretty-expr): Tune assignment regular expression match
11909 string for corner cases; also use markers instead of character
11910 number as indent changes the later.
11911
11912 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
11913
11914 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
11915 as missing keyword.
11916 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
11917 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
11918 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
11919 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
11920 Tennant.
11921 (verilog-keywords):
11922 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
11923 1800-2009 keywords, including "global.".
11924
11925 2010-04-06 John Wiegley <jwiegley@gmail.com>
11926
11927 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
11928 appearing in buffer list (if a live buffer name matched a recentf
11929 file basename). Should use uniquify to offer a real solution.
11930
11931 2010-04-06 John Wiegley <jwiegley@gmail.com>
11932
11933 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
11934 comment to code, and add a :version tag.
11935 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
11936
11937 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
11938
11939 Enable recentf-mode if using virtual buffers.
11940 * ido.el (recentf-list): Declare for byte-compiler.
11941 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
11942 (ido-make-buffer-list): Simplify.
11943 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
11944
11945 2010-04-05 Juri Linkov <juri@jurta.org>
11946
11947 Scrolling commands which scroll a line instead of full screen.
11948 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
11949
11950 * simple.el (scroll-up-line, scroll-down-line): New commands.
11951 Put property isearch-scroll=t on them.
11952
11953 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
11954 Remove commands.
11955
11956 2010-04-05 Juri Linkov <juri@jurta.org>
11957
11958 Scrolling commands which do not signal errors at top/bottom.
11959 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
11960
11961 * simple.el (scroll-up-command, scroll-down-command): New commands.
11962 Put property isearch-scroll=t on them.
11963
11964 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
11965 `scroll-down-command' and [next] from `scroll-up' to
11966 `scroll-up-command'.
11967
11968 * emulation/cua-base.el: Put property CUA=move on
11969 `scroll-up-command' and `scroll-down-command'.
11970 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
11971 and `scroll-down-command' to `cua-scroll-down'.
11972
11973 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
11974
11975 * help.el (describe-mode): Return nil.
11976
11977 2010-04-04 John Wiegley <jwiegley@gmail.com>
11978
11979 * ido.el (ido-use-virtual-buffers): New variable to indicate
11980 whether "virtual buffer" support is enabled for IDO.
11981 (ido-virtual): Face used to indicate virtual buffers in the list.
11982 (ido-buffer-internal): If a buffer is chosen, and no such buffer
11983 exists, but a virtual buffer of that name does (which would be why
11984 it was in the list), recreate the buffer by reopening the file.
11985 (ido-make-buffer-list): If virtual buffers are being used, call
11986 `ido-add-virtual-buffers-to-list' before the make list hook.
11987 (ido-virtual-buffers): New variable which contains a copy of the
11988 current contents of the `recentf-list', albeit pared down for the
11989 sake of speed, and with proper faces applied.
11990 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
11991 create a list of "virtual buffers" to present to the user in
11992 addition to the currently open set. Note that this logic could
11993 get rather slow if that list is too large. With the default
11994 `recentf-max-saved-items' of 200, there is little speed penalty.
11995
11996 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11997
11998 * font-lock.el: Require CL when compiling.
11999 (font-lock-turn-on-thing-lock): Use `case'.
12000
12001 2010-04-03 Eli Zaretskii <eliz@gnu.org>
12002
12003 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
12004 Zaretskii.
12005
12006 2010-04-02 Juri Linkov <juri@jurta.org>
12007
12008 * ehelp.el (electric-help-orig-major-mode):
12009 New buffer-local variable.
12010 (electric-help-mode): Set it to original major-mode. Doc fix.
12011 (with-electric-help): Use `electric-help-orig-major-mode' instead
12012 of (default-value 'major-mode). Doc fix.
12013 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
12014
12015 2010-04-02 Sam Steingold <sds@gnu.org>
12016
12017 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
12018 `vc-hg-command' with a list of flags.
12019
12020 * progmodes/bug-reference.el (bug-reference-bug-regexp):
12021 Also accept "patch" and "RFE".
12022 (bug-reference-fontify): `bug-reference-url-format' can also be a
12023 function to be able to handle the bug kind.
12024 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
12025
12026 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
12027
12028 * tmm.el (tmm-get-keymap): Check with symbolp before passing
12029 value to fboundp, it may not be a symbol.
12030
12031 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
12032
12033 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
12034
12035 2010-03-31 Juri Linkov <juri@jurta.org>
12036
12037 * simple.el (next-line, previous-line): Re-throw a signal
12038 with `signal' instead of using `ding'.
12039 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
12040
12041 2010-03-31 Juri Linkov <juri@jurta.org>
12042
12043 * simple.el (keyboard-escape-quit): Raise deselecting the active
12044 region higher than exiting the minibuffer.
12045 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
12046
12047 2010-03-31 Juri Linkov <juri@jurta.org>
12048
12049 * image.el (image-animated-p): Use `image-metadata' instead of
12050 `image-extension-data'. Get GIF extenstion data from metadata
12051 property `extension-data'.
12052
12053 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12054
12055 * simple.el (append-to-buffer): Simplify.
12056
12057 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
12058
12059 * textmodes/artist.el (artist-mode): Fix typo in docstring.
12060 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
12061
12062 2010-03-31 Kenichi Handa <handa@m17n.org>
12063
12064 * language/sinhala.el (composition-function-table): Fix regexp for
12065 the new Unicode specification.
12066
12067 * language/indian.el (devanagari-composable-pattern)
12068 (tamil-composable-pattern, kannada-composable-pattern)
12069 (malayalam-composable-pattern): Adjust for the new Unicode
12070 specification.
12071 (bengali-composable-pattern, gurmukhi-composable-pattern)
12072 (gujarati-composable-pattern, oriya-composable-pattern)
12073 (telugu-composable-pattern): New variables to cope with the new
12074 Unicode specification. Use them in composition-function-table.
12075
12076 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12077
12078 Make tmm-menubar work for the Buffers menu again (bug#5726).
12079 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
12080 vectors rather than cons cells, as used in menu-bar-update-buffers.
12081
12082 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
12083
12084 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
12085 (js-insert-and-indent): Revert 2009-08-15 change, restoring
12086 electric punctuation for "{}();,:" (Bug#5586).
12087
12088 * mail/sendmail.el (mail-default-directory): Doc fix.
12089
12090 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
12091
12092 * mail/sendmail.el (mail-default-directory): Doc fix.
12093
12094 2010-03-31 Eli Zaretskii <eliz@gnu.org>
12095
12096 * subr.el (version-regexp-alist, version-to-list)
12097 (version-list-<, version-list-=, version-list-<=)
12098 (version-list-not-zero, version<, version<=, version=): Doc fix.
12099 (Bug#5744).
12100
12101 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
12102
12103 * vc.el (vc-root-diff): Doc fix.
12104
12105 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
12106
12107 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
12108
12109 * simple.el (append-to-buffer): Fix last change.
12110
12111 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
12112
12113 * simple.el (append-to-buffer): Ensure that point is preserved if
12114 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
12115 (Bug#5749)
12116
12117 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12118
12119 * files.el (auto-mode-case-fold): Change default to t.
12120
12121 2010-03-30 Juri Linkov <juri@jurta.org>
12122
12123 * dired-x.el (dired-omit-mode): Doc fix.
12124
12125 2010-03-30 Juri Linkov <juri@jurta.org>
12126
12127 * replace.el (occur-accumulate-lines): Move occur-engine related
12128 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
12129 to be located after `occur-engine'.
12130
12131 2010-03-30 Juri Linkov <juri@jurta.org>
12132
12133 Make occur handle multi-line matches cleanly with context.
12134 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
12135
12136 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
12137 (occur-engine): Add local variables `ret', `prev-after-lines',
12138 `prev-lines'. Use more arguments for `occur-context-lines'.
12139 Set first elem of its returned list to `data', and the second elem
12140 to `prev-after-lines'. Don't print the separator line.
12141 In the end, print remaining context after-lines.
12142 (occur-context-lines): Add new arguments `begpt', `endpt',
12143 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
12144 after-lines of the previous match with before-lines of the
12145 current match and not overlap them. Return a list with two
12146 values: the output line and the list of context after-lines.
12147
12148 2010-03-30 Juri Linkov <juri@jurta.org>
12149
12150 * replace.el (occur-accumulate-lines): Fix a bug where the first
12151 context line at the beginning of the buffer was missing.
12152
12153 2010-03-30 Eli Zaretskii <eliz@gnu.org>
12154
12155 * files.el: Make bidi-display-reordering safe variable for boolean
12156 values.
12157
12158 2010-03-29 Phil Hagelberg <phil@evri.com>
12159 Chong Yidong <cyd@stupidchicken.com>
12160
12161 * subr.el: Extend progress reporters to perform "spinning".
12162 (progress-reporter-update, progress-reporter-do-update):
12163 Handle non-numeric value arguments.
12164 (progress-reporter--pulse-characters): New var.
12165
12166 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
12167
12168 * progmodes/compile.el (compilation-start): Fix regexp detection
12169 of initial cd command (Bug#5771).
12170
12171 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
12172
12173 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
12174
12175 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
12176
12177 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
12178 * progmodes/gdb-mi.el: Restore.
12179 * progmodes/gdb-ui.el: Remove.
12180 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
12181
12182 2010-03-25 Glenn Morris <rgm@gnu.org>
12183
12184 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
12185 all dired buffers, even tramp ones. (Bug#5755)
12186
12187 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12188
12189 Add "union tags" in mpc.el.
12190 * mpc.el: Remove backward compatibility code.
12191 (mpc-browser-tags): Change default.
12192 (mpc--find-memoize-union-tags): New var.
12193 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
12194 (mpc-cmd-find): Handle the case where the playlist does not exist.
12195 Handle union-tags.
12196 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
12197 (mpc-cmd-add): Use mpc-cmd-flush.
12198 (mpc-tagbrowser-tag-name): New fun.
12199 (mpc-tagbrowser-buf): Use it.
12200 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
12201
12202 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12203
12204 Misc cleanup.
12205 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
12206 Use replace-regexp-in-string.
12207 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
12208 (makefile-imake-mode-syntax-table): Move init into defvar.
12209 (makefile-mode): Use define-derived-mode.
12210
12211 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
12212 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
12213 not be present any more.
12214
12215 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
12216
12217 * faces.el (set-face-attribute): Fix typo in docstring.
12218 (face-valid-attribute-values): Reflow docstring.
12219
12220 2010-03-24 Glenn Morris <rgm@gnu.org>
12221
12222 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
12223
12224 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
12225
12226 * indent.el (indent-for-tab-command): Doc fix.
12227
12228 2010-03-24 Alan Mackenzie <acm@muc.de>
12229
12230 * progmodes/cc-engine.el (c-remove-stale-state-cache):
12231 Fix off-by-one error. Fixes bug #5747.
12232
12233 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
12234
12235 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
12236 (image-dired-read-comment): Doc fix.
12237
12238 * json.el (json-object-type, json-array-type, json-key-type)
12239 (json-false, json-null, json-read-number):
12240 * minibuffer.el (completion-in-region-functions):
12241 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
12242 (cal-tex-cursor-week):
12243 * emacs-lisp/trace.el (trace-function):
12244 * eshell/em-basic.el (eshell/printnl):
12245 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
12246 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
12247 * obsolete/levents.el (allocate-event, event-key, event-object)
12248 (event-point, event-process, event-timestamp, event-to-character)
12249 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
12250 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
12251 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
12252 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
12253 (reftex-highlight-selection): Fix typos in docstrings.
12254
12255 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
12256
12257 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
12258
12259 2010-03-24 Glenn Morris <rgm@gnu.org>
12260
12261 * mail/rmail.el (rmail-highlight-face): Restore option deleted
12262 2008-02-13 without comment; mark it obsolete.
12263 (rmail-highlight-headers): Use rmail-highlight-face once more.
12264
12265 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
12266
12267 * woman.el (woman2-process-escapes): Only consume the newline if
12268 the filler character is on a line by itself (Bug#5729).
12269
12270 2010-03-24 Kenichi Handa <handa@m17n.org>
12271
12272 * language/indian.el (devanagari-composable-pattern): Add more
12273 consonants.
12274
12275 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
12276
12277 * net/trampver.el: Update release number.
12278
12279 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
12280
12281 * net/tramp.el (tramp-find-executable):
12282 Use `tramp-get-connection-buffer'. Make the regexp for checking
12283 output of "wc -l" more robust.
12284 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
12285 (tramp-open-connection-setup-interactive-shell): Remove workaround
12286 for OpenSolaris bug, it is not needed anymore.
12287
12288 2010-03-24 Glenn Morris <rgm@gnu.org>
12289
12290 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
12291
12292 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
12293
12294 * files.el (auto-mode-alist): Accept more verilog file patterns.
12295
12296 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12297
12298 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
12299
12300 2010-03-24 Glenn Morris <rgm@gnu.org>
12301
12302 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
12303 log-edit-before-checkin-process.
12304
12305 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
12306
12307 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
12308
12309 * vc-dispatcher.el (vc-start-logentry): Doc fix.
12310 (log-view-process-buffer, log-edit-extra-flags): Declare.
12311
12312 * log-edit.el (log-edit-before-checkin-process): Doc fix.
12313
12314 2010-03-23 Sam Steingold <sds@gnu.org>
12315
12316 Fix bug#5620: recalculate all markers on compilation buffer
12317 modifications, not on file modifications.
12318 * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
12319 variable: the buffer modification time, for buffers not associated with
12320 files.
12321 (compilation-mode): Create it.
12322 (compilation-filter): Update it.
12323 (compilation-next-error-function): Use it instead of
12324 `visited-file-modtime' for timestamp.
12325
12326 2010-03-23 Juri Linkov <juri@jurta.org>
12327
12328 Implement Occur multi-line matches.
12329 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
12330
12331 * replace.el (occur): Doc fix.
12332 (occur-engine): Set `begpt' to the beginning of the first line.
12333 Set `endpt' to the end of the last match line. At first, count
12334 line numbers between `origpt' and `begpt'. Split out code from
12335 `out-line' variable to new let-bindings `match-prefix' and
12336 `match-str'. In `out-line' add non-numeric prefix to all
12337 non-first lines of multi-line matches. Finally, count lines
12338 between `begpt' and `endpt' and add to `lines'.
12339
12340 2010-03-23 Juri Linkov <juri@jurta.org>
12341
12342 * replace.el (occur-accumulate-lines, occur-engine):
12343 Use `occur-engine-line' instead of duplicate code.
12344 (occur-engine-line): New function created from duplicate code
12345 in `occur-accumulate-lines' and `occur-engine'.
12346
12347 * replace.el (occur-engine-line): Add optional arg `keep-props'.
12348 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
12349
12350 2010-03-23 Juri Linkov <juri@jurta.org>
12351
12352 * finder.el: Remove TODO tasks.
12353
12354 * info.el (Info-finder-find-node): Add node "all"
12355 with all package info. Handle a list of multiple keywords
12356 separated by comma.
12357 (info-finder): In interactive use with a prefix argument,
12358 use `completing-read-multiple' to read a list of keywords
12359 separated by comma.
12360
12361 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12362
12363 Add a new completion style `substring'.
12364 * minibuffer.el (completion-basic--pattern): New function.
12365 (completion-basic-try-completion, completion-basic-all-completions):
12366 Use it.
12367 (completion-substring--all-completions)
12368 (completion-substring-try-completion)
12369 (completion-substring-all-completions): New functions.
12370 (completion-styles-alist): New style `substring'.
12371
12372 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12373
12374 Get rid of .elc files after removal of the corresponding .el.
12375 * Makefile.in (compile-clean): New target.
12376 (compile-main): Use it.
12377
12378 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
12379
12380 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
12381 don't do make there. When compiling with separate object dir, there
12382 is no Makefile there.
12383
12384 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12385
12386 Get rid of the ELCFILES abomination, again.
12387 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
12388 (all, compile): Don't call compile-last.
12389 (compile-main): Build the "elcfiles" list dynamically.
12390 (compile-targets): New (internal) target.
12391
12392 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
12393
12394 * Makefile.in (top_srcdir): Define.
12395 (abs_top_builddir): Define.
12396 (srcdir): Don't append `/..'.
12397 (EMACS): Use ${abs_top_builddir}.
12398 (all, compile, compile-always, compile-last): Don't set emacswd.
12399 (update-subdirs, update-authors): Use $(top_srcdir) instead of
12400 $(srcdir).
12401 (lisp): Use $(srcdir) instead of @srcdir@.
12402
12403 2010-03-21 Juri Linkov <juri@jurta.org>
12404
12405 Fix message of multi-line occur regexps and multi-buffer header lines.
12406 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
12407
12408 * replace.el (occur-1): Don't display regexp if it is longer
12409 than window-width. Use `query-replace-descr' to display regexp.
12410 (occur-engine): Don't display regexp in the buffer header for
12411 multi-buffer occur. Display a separate header line with total
12412 match count and regexp for multi-buffer occur.
12413 Use `query-replace-descr' to display regexp.
12414
12415 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
12416
12417 * net/secrets.el: Fix parenthesis.
12418 (secrets-enabled): Fix parenthesis.
12419
12420 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12421
12422 Use more relative file and directory names.
12423 * Makefile.in (EMACS): Arrange for it to work when we chdir.
12424 (setwins, setwins_almost, setwins_for_subdirs):
12425 Don't `cd'; output relative names.
12426 (all, compile, compile-always, compile-last): Set emacswd.
12427 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
12428 Just cd to the lisp source dir so we can use relative file names.
12429
12430 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
12431
12432 2010-03-20 Glenn Morris <rgm@gnu.org>
12433
12434 * textmodes/rst.el: Use faces for font-lock customization, and make the
12435 old -face variables obsolete.
12436 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
12437 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
12438 (rst-block-face, rst-external-face, rst-definition-face)
12439 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
12440 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
12441 Make obsolete.
12442 (rst-font-lock-keywords-function): Update for above changes.
12443
12444 2010-03-20 Juri Linkov <juri@jurta.org>
12445
12446 * s-region.el:
12447 * obsolete/s-region.el: Move to obsolete.
12448
12449 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
12450
12451 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
12452
12453 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12454
12455 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
12456
12457 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12458
12459 Add special markup processing for commit logs.
12460 * log-edit.el (log-edit-extra-flags): New variable.
12461 (log-edit): Add new argument MODE. Use that mode when non-nil
12462 instead of the log-view-mode.
12463 (log-view-process-buffer): New function.
12464
12465 * vc.el: Document that the checkin method takes optional
12466 arguments. Document new backend specific method: log-view-mode.
12467 (vc-default-log-edit-mode): New function.
12468 (vc-checkin): Use a backend specific log-view-mode.
12469 Pass extra arguments to the checkin method.
12470 (vc-modify-change-comment): Pass a dummy extra argument.
12471
12472 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
12473 log-edit.
12474 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
12475 (vc-finish-logentry): Process the log buffer before passing it
12476 down. Pass log-edit-extra-flags.
12477
12478 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
12479 command.
12480 (log-edit-extra-flags, log-edit-before-checkin-process):
12481 New declarations.
12482
12483 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
12484 command.
12485 (log-edit-extra-flags, log-edit-before-checkin-process):
12486 New declarations.
12487 (vc-hg-log-edit-mode): New derived mode.
12488
12489 * vc-arch.el (vc-arch-checkin):
12490 * vc-cvs.el (vc-cvs-checkin):
12491 * vc-git.el (vc-git-checkin):
12492 * vc-mtn.el (vc-mtn-checkin):
12493 * vc-rcs.el (vc-rcs-checkin):
12494 * vc-sccs.el (vc-sccs-checkin):
12495 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
12496
12497 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12498
12499 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
12500 parent typo).
12501
12502 2010-03-19 Glenn Morris <rgm@gnu.org>
12503
12504 * password-cache.el (password-cache, password-cache-expiry): Autoload.
12505
12506 2010-03-18 Glenn Morris <rgm@gnu.org>
12507
12508 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
12509
12510 * replace.el (query-replace-history): Give it a doc string.
12511 (map-query-replace-regexp): Use query-replace-from-history-variable
12512 and query-replace-to-history-variable.
12513
12514 * mail/hashcash.el (declare-function): Remove duplicate definition.
12515
12516 * mail/emacsbug.el (report-emacs-bug-pretest-address):
12517 Make it an obsolete alias for report-emacs-bug-address.
12518 (message-strip-special-text-properties): Declare.
12519 (report-emacs-bug): Remove test for a pretest bug address.
12520 Combine message-mode-specific code.
12521
12522 * mail/supercite.el: Don't require sendmail.
12523 (mh-in-header-p): Declare rather than using with-no-warnings.
12524 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
12525 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
12526
12527 * calendar/cal-french.el: Convert to utf-8.
12528
12529 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
12530 Emacs scripts.
12531
12532 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
12533
12534 * net/secrets.el (secrets-enabled): New variable. Use it instead
12535 of a subfeature.
12536
12537 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
12538
12539 * net/secrets.el (top): Register the D-Bus signals only when the
12540 service "org.freedesktop.secrets" can be pinged.
12541 Provide subfeature `enabled'.
12542
12543 2010-03-14 Juri Linkov <juri@jurta.org>
12544
12545 Add finder unknown keywords.
12546
12547 * finder.el (finder-unknown-keywords): New function.
12548
12549 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
12550 to create a Finder node with unknown keywords.
12551
12552 2010-03-14 Juri Linkov <juri@jurta.org>
12553
12554 * finder.el (finder-compile-keywords): Replace `princ' with
12555 `prin1' on a list of symbols interned from keyword strings.
12556
12557 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
12558 a comma, then split keywords using a comma and optional whitespace.
12559 Otherwise, split by whitespace.
12560
12561 * complete.el:
12562 * face-remap.el:
12563 * log-view.el:
12564 * net/hmac-def.el:
12565 * net/hmac-md5.el:
12566 * net/netrc.el:
12567 * progmodes/mixal-mode.el: Fix keywords.
12568
12569 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
12570
12571 * Makefile.in (ELCFILES): Add net/secrets.elc.
12572
12573 * net/secrets.el: New file.
12574
12575 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
12576
12577 * facemenu.el (list-colors-display, list-colors-print): New arg
12578 callback. Use it to allow selecting colors.
12579
12580 * wid-edit.el (widget-image-insert): Insert image prop even if the
12581 current display is non-graphic.
12582 (widget-field-value-set): New fun.
12583 (editable-field): Use it.
12584 (widget-field-value-get): Clean up unused var.
12585 (widget-color-value-create, widget-color--choose-action):
12586 New funs. Allow using list-colors-display to choose color.
12587
12588 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
12589
12590 * cus-edit.el: Resort topmost custom groups.
12591 (custom-buffer-sort-alphabetically): Default to t.
12592 (customize-apropos): Use apropos-parse-pattern.
12593 (custom-search-field): New var.
12594 (custom-buffer-create-internal): Add custom-apropos search field.
12595 (custom-add-parent-links): Don't display parent doc.
12596 (custom-group-value-create): Don't sort top-level custom group.
12597 (custom-magic-value-create): Show visibility button before option name.
12598
12599 (custom-variable-state): New fun, from custom-variable-state-set.
12600 (custom-variable-state-set): Use it.
12601 (custom-group-value-create): Hide options with standard values
12602 using the :hidden-states property. Use progress reporter.
12603
12604 (custom-show): Simplify.
12605 (custom-visibility): Disable images by default.
12606 (custom-variable): New property :hidden-states.
12607 (custom-variable-value-create): Enable images for
12608 custom-visibility widgets. Use :hidden-states property to
12609 determine initial visibility.
12610
12611 * wid-edit.el (widget-image-find): Give images center ascent.
12612 (visibility): Add :on-image and :off-image properties.
12613 (widget-visibility-value-create): Use them.
12614
12615 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
12616
12617 * cus-edit.el (processes): Remove from development group.
12618 (oop, hypermedia): Delete group.
12619 (comm): Promote to top-level group.
12620
12621 * net/browse-url.el (browse-url):
12622 * net/xesam.el (xesam):
12623 * net/tramp.el (tramp):
12624 * net/goto-addr.el (goto-address):
12625 * net/ange-ftp.el (ange-ftp): Put in comm group.
12626
12627 * view.el (view): Remove from editing group.
12628
12629 * uniquify.el (uniquify): Put in files group.
12630
12631 * net/browse-url.el (browse-url):
12632 * ps-print.el (postscript): Put in external group.
12633
12634 * cus-edit.el (outlines):
12635 * textmodes/text-mode.el (text-mode-hook):
12636 * textmodes/table.el (table):
12637 * textmodes/picture.el (picture):
12638 * outline.el (outlines): Put in wp group.
12639
12640 * nxml/nxml-mode.el (nxml): Remove from wp group.
12641
12642 * net/tramp-imap.el (tramp-imap): Put in tramp group.
12643
12644 * mail/metamail.el (metamail): Remove from hypermedia group.
12645
12646 * cus-edit.el (abbrev):
12647 * whitespace.el (whitespace):
12648 * vcursor.el (vcursor):
12649 * reveal.el (reveal):
12650 * hl-line.el (hl-line): Put in convenience group.
12651
12652 * epg-config.el (epg): Put in data group.
12653
12654 * emulation/pc-select.el (pc-select): Put in emulations group.
12655
12656 * calculator.el (calculator): Put in applications group.
12657
12658 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
12659
12660 Add .dir-locals.el support for file-less buffers.
12661 * files.el (hack-local-variables): Split out code to apply local
12662 variable settings ...
12663 (hack-local-variables-apply): ... here. New function.
12664 (hack-dir-local-variables): Use the default directory for when the
12665 buffer does not have an associated file.
12666 (hack-dir-local-variables-non-file-buffer): New function.
12667 * diff-mode.el (diff-mode):
12668 * vc-annotate.el (vc-annotate-mode):
12669 * vc-dir.el (vc-dir-mode):
12670 * log-edit.el (log-edit-mode):
12671 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
12672
12673 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
12674
12675 Add support for shelving snapshots and for showing shelves.
12676 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
12677 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
12678 New functions.
12679 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
12680 (vc-bzr-extra-menu-map): Map them.
12681
12682 2010-03-11 Glenn Morris <rgm@gnu.org>
12683
12684 * cus-edit.el (customize-changed-options-previous-release):
12685 Bump to 23.1.
12686
12687 * image.el (image-animate-max-time): Fix :version tag.
12688
12689 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
12690
12691 * Branch for 23.2.
12692
12693 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
12694
12695 * vc-git.el (vc-git-revision-table): Include remote branches.
12696
12697 2010-03-10 Kim F. Storm <storm@cua.dk>
12698
12699 Animated image API.
12700 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
12701
12702 * image.el (image-animate-max-time): New defcustom.
12703 (image-animated-types): New defconst.
12704 (create-animated-image, image-animate-timer)
12705 (image-animate-start, image-animate-stop, image-animate-timeout)
12706 (image-animated-p): New functions.
12707
12708 * image-mode.el (image-toggle-display-image):
12709 Replace `create-image' with `create-animated-image'.
12710
12711 2010-03-09 Miles Bader <miles@gnu.org>
12712
12713 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
12714 instead of "format:"; this ensures that the output is
12715 newline-terminated.
12716
12717 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
12718
12719 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
12720 that all errors are caught, and that the return value is always a
12721 list (Bug#5692).
12722
12723 2010-03-08 Kenichi Handa <handa@m17n.org>
12724
12725 * language/misc-lang.el (windows-1256): New coding system.
12726 (cp1256): New alias of windows-1256 (bug#5690).
12727
12728 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
12729
12730 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
12731 call to rfc822-bad-address. (Bug#5692)
12732
12733 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
12734
12735 * vc-git.el (vc-git-annotate-extract-revision-at-line):
12736 Use vc-git-root as default directory for revision path (Bug#5657).
12737
12738 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
12739
12740 * calculator.el (calculator): Don't bind split-window-keep-point
12741 (Bug#5674).
12742
12743 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
12744
12745 * vc-git.el: Re-flow to fit into 80 columns.
12746 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
12747 Remove spurious `quote' element in each case alternative.
12748 (vc-git-show-log-entry): Use prog1.
12749 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
12750
12751 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
12752
12753 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
12754
12755 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
12756
12757 * macros.el (insert-kbd-macro): Look up keyboard macro using the
12758 definition, not the name (Bug#5481).
12759
12760 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
12761
12762 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
12763 argument with a local variable. (Bug#5670)
12764
12765 2010-03-02 Juri Linkov <juri@jurta.org>
12766
12767 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
12768
12769 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
12770
12771 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
12772 error when FILENAME and NEWNAME are existing remote directories.
12773
12774 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
12775 parameter DIR-FLAG.
12776
12777 2010-03-02 Glenn Morris <rgm@gnu.org>
12778
12779 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
12780 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
12781
12782 2010-03-01 Kenichi Handa <handa@m17n.org>
12783
12784 * language/burmese.el (burmese-composable-pattern): Rename from
12785 myanmar-composable-pattern.
12786
12787 * international/characters.el (script-list):
12788 * international/fontset.el (script-representative-chars):
12789 Change myanmar to burmese.
12790 (otf-script-alist): Likewise.
12791 (setup-default-fontset): Likewise. Re-fix :otf spec.
12792
12793 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
12794
12795 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
12796
12797 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
12798
12799 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
12800
12801 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
12802
12803 * net/tramp.el (tramp-handle-write-region): START can be a string.
12804 Take care in the checks. Reported by Dan Davison
12805 <davison@stats.ox.ac.uk>.
12806
12807 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
12808
12809 * net/dbus.el (dbus-introspect, dbus-get-property)
12810 (dbus-set-property, dbus-get-all-properties):
12811 Use `dbus-call-method' when noninteractive. (Bug#5645)
12812
12813 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
12814
12815 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
12816 * emacs-lisp/elint.el (elint-add-required-env):
12817 * calendar/icalendar.el (icalendar--add-diary-entry):
12818 * calc/calcalg2.el (math-tracing-integral):
12819 * files.el (recover-session-finish): Use with-current-buffer
12820 instead of save-excursion.
12821
12822 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
12823
12824 Fix in-buffer completion when after-change-functions modify the buffer.
12825 * minibuffer.el (completion--replace): New function.
12826 (completion--do-completion): Use it and use relative movement.
12827
12828 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
12829
12830 * international/fontset.el (setup-default-fontset): Fix :otf spec.
12831
12832 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
12833
12834 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
12835 Allow the characters _<> in the stack entry (Bug#5653).
12836
12837 2010-02-26 Kenichi Handa <handa@m17n.org>
12838
12839 * language/burmese.el: Fix entries in composition-function-table.
12840 (myanmar-composable-pattern): New variable.
12841
12842 * international/fontset.el (setup-default-fontset): Add an entry
12843 for myanmar.
12844
12845 * international/characters.el (script-list): Add Myanmar
12846 Extended-A.
12847
12848 2010-02-26 Glenn Morris <rgm@gnu.org>
12849
12850 * custom.el (custom-initialize-delay): Doc fix.
12851
12852 * mail/sendmail.el (send-mail-function): Autoload the call
12853 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
12854
12855 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
12856
12857 * files.el (hack-local-variables-filter): For eval forms, also
12858 check safe-local-variable-p (Bug#5636).
12859
12860 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
12861
12862 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
12863 setting the modes by `ignore-errors'. It might fail, for example
12864 if the file is not owned by the user but the group.
12865 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
12866
12867 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
12868
12869 * files.el (directory-listing-before-filename-regexp):
12870 Use stricter matching for iso-style dates, to avoid false matches with
12871 date-like filenames (Bug#5597).
12872
12873 * htmlfontify.el (htmlfontify): Doc fix.
12874
12875 * eshell/eshell.el (eshell): Doc fix.
12876
12877 * startup.el (fancy-about-screen): In mode-line, apply
12878 mode-line-buffer-id face only to the buffer name (Bug#5613).
12879
12880 2010-02-20 Kevin Ryde <user42@zip.com.au>
12881
12882 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12883 In `watcom' anchor regexp to start of line, to avoid slowness
12884 (Bug#5599).
12885
12886 2010-02-20 Eli Zaretskii <eliz@gnu.org>
12887
12888 * subr.el (remove-yank-excluded-properties): Explain in a comment
12889 why `category' property is removed.
12890
12891 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
12892
12893 * isearch.el (isearch-update-post-hook, isearch-update):
12894 Revert 2010-02-17 change.
12895
12896 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
12897
12898 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
12899 (icalendar--convert-weekly-to-ical)
12900 (icalendar--convert-yearly-to-ical)
12901 (icalendar--convert-block-to-ical)
12902 (icalendar--convert-cyclic-to-ical)
12903 (icalendar--convert-anniversary-to-ical): Take care of time
12904 specifications where hour has 1-digit only (Bug#5549).
12905
12906 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
12907
12908 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
12909 of disassemble output in GDB 7.1.
12910
12911 2010-02-19 Glenn Morris <rgm@gnu.org>
12912
12913 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
12914 property. (Bug#5593)
12915
12916 2010-02-18 Sam Steingold <sds@gnu.org>
12917
12918 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
12919
12920 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
12921
12922 Use abbreviated file names in bookmarks (bug#5591).
12923 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
12924 calls to expand-file-name.
12925 (bookmark-relocate): Use abbreviated file names in bookmarks.
12926 (bookmark-load): Use abbreviated file names in messages.
12927
12928 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
12929
12930 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
12931 expand "." and "..". Reported by Thierry Volpiatto
12932 <thierry.volpiatto@gmail.com>.
12933
12934 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
12935
12936 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
12937 permissions of the temporary file to "0600". In case the remote
12938 file has no read permissions for the owner, there might be
12939 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
12940
12941 22010-02-18 Glenn Morris <rgm@gnu.org>
12942
12943 * emacs-lisp/authors.el (authors-renamed-files-alist):
12944 Add entries for INSTALL.CVS.
12945
12946 2010-02-17 Mark A. Hershberger <mah@everybody.org>
12947
12948 * vc-bzr.el: Fix typo in Known Bugs section.
12949
12950 * isearch.el (isearch-update-post-hook): New hook.
12951 (isearch-update): Use the new hook.
12952
12953 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
12954
12955 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
12956 Fix errors in copying directories.
12957 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
12958 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
12959 (tramp-handle-delete-file)
12960 (tramp-handle-dired-recursive-delete-directory)
12961 (tramp-handle-write-region): Flush also the cache for the upper
12962 directory.
12963
12964 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
12965
12966 * simple.el (save-interprogram-paste-before-kill): Doc fix.
12967
12968 * cus-edit.el (hardware): Doc fix.
12969
12970 * man.el (man): Add to external custom group.
12971
12972 * delim-col.el (columns): Move to wp custom group.
12973
12974 * doc-view.el (doc-view): Add to data custom group.
12975
12976 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
12977
12978 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
12979 by ispell-parse-output (Bug#5575).
12980
12981 2010-02-16 Kenichi Handa <handa@m17n.org>
12982
12983 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
12984 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
12985 (skkdic-convert): Use `euc-japan' coding system for writing.
12986
12987 2010-02-16 Glenn Morris <rgm@gnu.org>
12988
12989 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
12990 tex-main-file before using it. (Bug#5562)
12991
12992 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
12993
12994 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
12995 warnings, since it is annoying for the user to see them each time he
12996 runs the code.
12997
12998 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
12999
13000 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
13001 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
13002 instead of PROC for caching "first-password-request". Otherwise,
13003 new processes would not profit from passwords already entered.
13004
13005 * net/tramp-cache.el (tramp-dump-connection-properties):
13006 Don't save "first-password-request" property.
13007
13008 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
13009
13010 * outline.el (outline-head-from-level):
13011 * simple.el (with-wrapper-hook):
13012 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
13013 (elint-defun, elint-buffer-env, elint-top-form-logged)
13014 (elint-unbound-variable):
13015 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
13016 Fix typos in docstrings.
13017
13018 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
13019
13020 * files.el (insert-directory): When WILDCARD-REGEXP and
13021 FULL-DIRECTORY-P are nil, insert the file entry instead of the
13022 whole directory. (Bug#5551)
13023
13024 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
13025 dired's alignment sanity. (Bug#5516)
13026
13027 2010-02-14 Juri Linkov <juri@jurta.org>
13028
13029 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
13030 Remove remaining ^H with their preceding chars. (Bug#5566)
13031
13032 2010-02-13 Glenn Morris <rgm@gnu.org>
13033
13034 * simple.el (transpose-subr): Give it a doc-string.
13035
13036 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
13037 Doc fixes.
13038
13039 2010-02-12 Juri Linkov <juri@jurta.org>
13040
13041 * arc-mode.el (archive-unique-fname): Make directories for nested
13042 archives. (Bug#5540)
13043
13044 2010-02-12 Juri Linkov <juri@jurta.org>
13045
13046 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
13047
13048 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13049
13050 * subr.el (copy-overlay): Handle deleted overlays.
13051
13052 * man.el (Man-completion-table): Don't signal an error if we can't run
13053 manual-program (bug#4056).
13054
13055 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
13056
13057 * textmodes/artist.el (artist-mt): Fix typos in docstring.
13058
13059 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13060
13061 * info.el (Info-bookmark-jump): Simplify.
13062
13063 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
13064 (bookmark-default-handler): Accept new bookmark field `buffer'.
13065
13066 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
13067
13068 * iswitchb.el (iswitchb-completions): Revert last change.
13069
13070 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
13071
13072 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
13073 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
13074 This prevents file names like "~/" being listed literally.
13075
13076 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
13077
13078 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13079 Remove dead code. (Bug#5546)
13080
13081 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
13082
13083 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
13084 correctly (Bug#5548).
13085
13086 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
13087
13088 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
13089 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
13090
13091 2010-02-08 Kenichi Handa <handa@m17n.org>
13092
13093 * international/mule-util.el (with-coding-priority): Add autoload
13094 cookie for putting `lisp-indent-function'.
13095
13096 2010-02-07 Glenn Morris <rgm@gnu.org>
13097
13098 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
13099 Move F2003 named interfaces from keywords-2 to keywords-1, and
13100 use function-name-face rather than constant-face.
13101 Simplify "abstract interface" regexp.
13102
13103 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
13104
13105 * eshell/esh-util.el (eshell-file-attributes): New optional arg
13106 ID-FORMAT. Pass it to `file-attributes'.
13107
13108 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
13109
13110 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
13111
13112 * faces.el (set-face-attribute): Allow calling
13113 internal-set-lisp-face-attribute with 'unspecified family and
13114 foundry argument (Bug#5536).
13115
13116 2010-02-07 Glenn Morris <rgm@gnu.org>
13117
13118 * progmodes/f90.el (f90-font-lock-keywords-2)
13119 (f90-looking-at-type-like, f90-looking-at-program-block-end):
13120 Handle F2003 named interfaces.
13121
13122 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
13123
13124 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
13125 beg and end before calling c-get-state-before-change-functions.
13126
13127 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
13128
13129 * vc-bzr.el (vc-bzr-dir-extra-headers):
13130 Disable the pending merges header.
13131
13132 2010-02-05 Juri Linkov <juri@jurta.org>
13133
13134 * doc-view.el (doc-view-mode):
13135 * image-mode.el (image-mode): Put property mode-class=special.
13136 (Bug#4896)
13137
13138 2010-02-05 Mark A. Hershberger <mah@everybody.org>
13139
13140 * vc-svn.el (vc-svn-revision-table): New function.
13141
13142 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
13143
13144 * net/ange-ftp.el (ange-ftp-insert-directory):
13145 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13146 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13147 Handle also directories. (Bug#5478)
13148
13149 2010-02-05 Glenn Morris <rgm@gnu.org>
13150
13151 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
13152
13153 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
13154
13155 * startup.el (command-line-1): Convert options beginning with a
13156 single dash as well (Bug#5519).
13157
13158 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
13159
13160 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
13161 * minibuffer.el (completion-initials-expand): Only check the presence
13162 of delims *within* the boundaries, since otherwise the / delim is
13163 always found for files.
13164
13165 Fix up various corner case problems.
13166 * doc-view.el (doc-view-last-page-number): New function.
13167 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
13168 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
13169 (doc-view-kill-proc): Avoid inf-loop in freak cases.
13170 (doc-view-reconvert-doc): Use the new recursive delete-directory.
13171 (doc-view-convert-current-doc): Don't create the resolution.el file
13172 here any more.
13173 (doc-view-pdf/ps->png): Do it here instead.
13174 (doc-view-already-converted-p): Check that resolution.el is present.
13175 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
13176 windows that are not yet showing images.
13177
13178 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
13179
13180 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
13181 `dired-uncache' for every elemnt which is an absolute file name.
13182
13183 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
13184 directory, handle its directory component.
13185 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
13186 function is called permanently and creates noise, otherwise.
13187
13188 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13189 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13190 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
13191
13192 2010-02-04 David Burger <dburger@google.com> (tiny change)
13193
13194 * macros.el (apply-macro-to-region-lines):
13195 Minor simplification. (Bug#5485)
13196
13197 2010-02-04 Glenn Morris <rgm@gnu.org>
13198
13199 * mail/rmail.el (rmail-show-message-1): Handle malformed
13200 quoted-printable text. (Bug#5441)
13201
13202 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
13203
13204 * simple.el (visual-line-mode): Capitalize lighter.
13205
13206 2010-02-03 John Wiegley <jwiegley@gmail.com>
13207
13208 * iswitchb.el (iswitchb-completions): Add bookmark files to the
13209 list of files considered for "virtual buffer" completions.
13210
13211 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
13212
13213 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
13214 also in case of (and (not full) (not wildcard)). This is needed
13215 when dired is called with a list of files, which are not in
13216 `default-directory'. (Bug#5478)
13217
13218 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
13219
13220 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
13221
13222 2010-02-02 Juri Linkov <juri@jurta.org>
13223
13224 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
13225 from unidiff to allow function-line after @@.
13226
13227 2010-02-02 Juri Linkov <juri@jurta.org>
13228
13229 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
13230 '(RCS SCCS) with inverted condition.
13231
13232 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
13233
13234 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
13235 messages.
13236
13237 2010-02-01 Juri Linkov <juri@jurta.org>
13238
13239 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
13240 compare with "pkunzip" and "pkzip" instead of only "pkzip".
13241 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
13242 only when (car archive-zip-extract) is "unzip". (Bug#5475)
13243
13244 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13245
13246 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
13247 (doc-view-revert-buffer): New command.
13248 (doc-view-mode-map): Use it.
13249
13250 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
13251
13252 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
13253 pending merge is detected.
13254
13255 2010-01-31 Juri Linkov <juri@jurta.org>
13256
13257 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
13258 beginning of interactive spec like all other grep commands do.
13259 Put "all" in front of "gz". (Bug#5260)
13260
13261 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
13262
13263 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
13264
13265 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
13266
13267 * dirtrack.el (dirtrack): Warn instead of signalling error if the
13268 regexp is incorrect (Bug#5476).
13269
13270 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
13271
13272 * net/tramp.el (tramp-handle-insert-directory): Handle also
13273 symlinks, when FILENAME is not in `default-directory'.
13274
13275 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
13276
13277 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
13278 FILE is not in `default-directory'. (Bug#5478)
13279
13280 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
13281 of SWITCHES. Handle the case, FILENAME is not in
13282 `default-directory'. (Bug#5478)
13283 (tramp-register-file-name-handlers): Add safe-magic property.
13284
13285 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
13286
13287 * arc-mode.el (archive-zip-extract): Quote the argument passed to
13288 unzip (Bug#5475).
13289
13290 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
13291
13292 * progmodes/flymake.el (flymake-allowed-file-name-masks)
13293 (flymake-master-make-header-init): Add other C++ filename masks.
13294 (flymake-find-possible-master-files)
13295 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
13296
13297 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
13298
13299 Fix some busybox annoyances.
13300
13301 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
13302 not responding." string.
13303 (tramp-open-connection-setup-interactive-shell): Dump stty
13304 settings. Enable "neveropen" arg for all `tramp-send-command'
13305 calls. Handle "=" in variable values properly.
13306 (tramp-find-inline-encoding): Raise an error, when no encoding is
13307 found.
13308 (tramp-wait-for-output): Check, whether PROC buffer is available.
13309 Remove spurious " ^H" sequences, sent by busybox.
13310 (tramp-get-ls-command): Suppress coloring, if possible.
13311
13312 2010-01-28 Glenn Morris <rgm@gnu.org>
13313
13314 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
13315
13316 * log-edit.el (log-edit-strip-single-file-name): Add missing
13317 :safe, :group, and :version tags.
13318
13319 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
13320
13321 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
13322 buffers. (Bug#5477)
13323
13324 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
13325
13326 * files.el (delete-directory): Handle moving to trash without
13327 first doing recursion (Bug#5436).
13328
13329 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
13330
13331 * vc-hooks.el (vc-path): Mark as obsolete.
13332
13333 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
13334
13335 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
13336 names too.
13337
13338 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
13339 for the short log.
13340 (vc-bzr-log-view-mode): Adjust regexp for the above change.
13341
13342 2010-01-25 Mark A. Hershberger <mah@everybody.org>
13343
13344 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
13345
13346 * vc-bzr.el (vc-bzr-revision-table): New function.
13347
13348 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
13349
13350 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
13351 diff-index command. This requires at least git-1.5.5. (Bug#1589).
13352
13353 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
13354
13355 Remove support for adding --signoff on commit.
13356 Future support will use an incompatible generic mechanism.
13357 * vc-git.el (vc-git-add-signoff): Remove variable.
13358 (vc-git-toggle-signoff): Remove function.
13359 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
13360
13361 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13362 Rename from xterm-set-background-mode. Return t if the background mode
13363 was set.
13364 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
13365 earlier, call it again in case the background mode has changed.
13366
13367 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
13368
13369 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
13370 (Bug#3541).
13371
13372 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
13373
13374 * emacs-lisp/assoc.el (aelement): Doc fix.
13375 (aput, adelete, amake): Use lexical-let (Bug#5450).
13376
13377 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
13378
13379 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
13380 is the same as subprogram call, not declaration. (Bug#5435).
13381
13382 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
13383
13384 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
13385 (tramp-smb-maybe-open-connection): Use it.
13386
13387 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
13388
13389 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
13390
13391 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13392
13393 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
13394 just because we see "encoding: 8bit".
13395 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
13396
13397 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
13398
13399 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
13400
13401 2010-01-22 Eli Zaretskii <eliz@gnu.org>
13402
13403 * jka-compr.el (jka-compr-load): If load-file is not in
13404 load-history, try its file-truename version. (bug#5447)
13405
13406 2010-01-21 Alan Mackenzie <acm@muc.de>
13407
13408 Fix a situation where deletion of a cpp construct throws an error.
13409 * progmodes/cc-engine.el (c-invalidate-state-cache):
13410 Before invoking c-with-all-but-one-cpps-commented-out, check that the
13411 special cpp construct is still in the buffer.
13412 (c-parse-state): Record the special cpp with markers, not numbers.
13413
13414 2010-01-21 Kenichi Handa <handa@m17n.org>
13415
13416 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
13417 process last-command-event, as it is now decoded first (Bug#5380).
13418
13419 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
13420
13421 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
13422
13423 2010-01-20 Glenn Morris <rgm@gnu.org>
13424
13425 * indent.el (tab-always-indent): Fix custom-type.
13426
13427 2010-01-19 Alan Mackenzie <acm@muc.de>
13428
13429 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
13430 buffer throws "args out of range".
13431 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
13432 playing the role of delimiter.
13433
13434 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
13435
13436 * progmodes/ada-mode.el: Fix bug#5400.
13437 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
13438 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
13439 changed. Delete RECURSIVE parameter; never used. Improve doc string.
13440 Improve comments in "is" portion. Handle null procedure declaration.
13441 (ada-move-to-end): Improve doc string.
13442
13443 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
13444
13445 * ido.el (ido-cur-list): Initialize to nil.
13446 Remove obsolete information from commentary.
13447 (ido-choice-list): Initialize to nil.
13448 (ido-get-bufname): Reject minibuffers.
13449 (ido-make-buffer-list): If "default" is a nonexistent
13450 buffer, ignore it, as per the function's comment.
13451 (ido-kill-buffer-internal): New function.
13452 (ido-kill-buffer-at-head): Use it.
13453 (ido-visit-buffer): Likewise.
13454
13455 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
13456
13457 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
13458
13459 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
13460
13461 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
13462 Fix typos in chart titles.
13463
13464 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
13465 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
13466 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
13467 (describe-class, eieio-describe-generic, describe-generic):
13468 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
13469 (eieio-speedbar-expand):
13470 * emulation/viper-cmd.el (viper-exec-form-in-vi)
13471 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
13472 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
13473 (viper-del-backward-char-in-replace, viper-backward-indent)
13474 (viper-brac-function, viper-register-to-point, viper-submit-report):
13475 * net/tramp.el (tramp-remote-coding-commands):
13476 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
13477 Fix typos in docstrings.
13478
13479 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
13480
13481 * mail/sendmail.el (mail-yank-original): Set the mark if the
13482 specified function for yanking does not do it.
13483
13484 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
13485
13486 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
13487
13488 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
13489 resyncing a directory.
13490
13491 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
13492
13493 * progmodes/ada-mode.el: Fix bug#1920.
13494 (ada-ident-re): Delete ., allow multibyte characters.
13495 (ada-goto-label-re): New; matches goto labels.
13496 (ada-block-label-re): New; matches block labels.
13497 (ada-label-re): New; matches both.
13498 (ada-named-block-re): Delete; callers changed to use
13499 `ada-block-label-re' instead.
13500 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
13501 Use `ada-block-label-re'.
13502 (ada-indent-on-previous-lines): Improve handling of goto labels.
13503 (ada-get-indent-block-start): Special-case block label.
13504 (ada-get-indent-label): Split into `ada-indent-block-label' and
13505 `ada-indent-goto-label'.
13506 (ada-goto-stmt-start, ada-goto-next-non-ws):
13507 Optionally ignore goto labels.
13508 (ada-goto-next-word): Simplify.
13509 (ada-indent-newline-indent-conditional): Insert newline before
13510 trying to fix indentation; doc fix.
13511
13512 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
13513
13514 * calc/calc.el (calc-command-flags): Give it an initial value.
13515
13516 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
13517
13518 * files.el (minibuffer-with-setup-hook):
13519 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
13520 (artist-key-draw-continously, artist-key-do-continously-continously)
13521 (artist-key-set-point-continously, artist-mouse-draw-continously):
13522 Fix typos in docstrings.
13523
13524 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
13525
13526 * nxml/nxml-mode.el (nxml-extend-after-change-region):
13527 Never return t (Bug#3898).
13528
13529 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
13530
13531 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
13532 can parse the output of the external commands (Bug#5279).
13533
13534 2010-01-16 Jari Aalto <jari.aalto@cante.net>
13535
13536 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
13537
13538 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
13539
13540 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
13541
13542 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
13543
13544 * startup.el (command-line): Remove unused --icon-type arg.
13545 Handle --display arg, passing it to command-line-1 (Bug#5392).
13546
13547 2010-01-16 Mario Lang <mlang@delysid.org>
13548
13549 * emacs-lisp/chart.el (chart-translate-namezone):
13550 * textmodes/artist.el (artist-compute-popup-menu-table):
13551 Remove duplicated words in doc-strings.
13552
13553 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
13554
13555 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
13556 to mairix-search to suppress threading (Bug#5342).
13557
13558 2010-01-15 Kenichi Handa <handa@m17n.org>
13559
13560 * international/mule-cmds.el (canonicalize-coding-system-name):
13561 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
13562
13563 2010-01-15 Glenn Morris <rgm@gnu.org>
13564
13565 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
13566
13567 * wid-edit.el (widget-keymap): Doc fix.
13568
13569 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
13570 former seems to be more widely accepted by various svn versions.
13571
13572 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
13573
13574 * find-cmd.el (find-constituents):
13575 * vc-arch.el (vc-arch-root):
13576 * window.el (window-body-height, pop-up-frames):
13577 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
13578 * progmodes/ada-stmt.el (ada-if):
13579 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
13580 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
13581 (ispell-encoding8-command, ispell-aspell-supports-utf8)
13582 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
13583
13584 * progmodes/flymake.el (flymake-post-syntax-check):
13585 Fix typo in error message.
13586
13587 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
13588
13589 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
13590 which is always a string. (Bug#5313)
13591
13592 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
13593
13594 * progmodes/ada-xref.el (ada-default-prj-properties):
13595 Simplify previous change.
13596
13597 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13598
13599 * progmodes/ada-xref.el (ada-default-prj-properties):
13600 Default ada_project_path to $ADA_PROJECT_PATH.
13601
13602 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13603
13604 * progmodes/ada-mode.el (ada-create-keymap):
13605 Override `narrow-to-defun' with `ada-narrow-to-defun'.
13606
13607 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13608
13609 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
13610 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
13611 (ada-get-current-indent, ada-imenu-generic-expression)
13612 (ada-which-function): Check for it.
13613
13614 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13615
13616 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
13617 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
13618
13619 2010-01-14 Glenn Morris <rgm@gnu.org>
13620
13621 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
13622
13623 2010-01-14 Kenichi Handa <handa@m17n.org>
13624
13625 * composite.el (auto-composition-mode): Make it a buffer local
13626 variable (permanent-local).
13627 (auto-composition-function): Set the default value to
13628 auto-compose-chars.
13629 (auto-composition-mode): Make it a simple function, not a minor mode.
13630 (global-auto-composition-mode): Likewise.
13631 (turn-on-auto-composition-if-enabled): Delete it.
13632
13633 2010-01-13 Karl Fogel <kfogel@red-bean.com>
13634
13635 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
13636
13637 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
13638
13639 * files.el (copy-directory): Compute target for recursive
13640 directories with identical names. (Bug#5343)
13641
13642 2010-01-12 Glenn Morris <rgm@gnu.org>
13643
13644 * mail/emacsbug.el (report-emacs-bug-pretest-address):
13645 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
13646
13647 2010-01-11 Sam Steingold <sds@gnu.org>
13648
13649 * imenu.el (imenu-default-create-index-function): Detect infinite
13650 loops caused by imenu-prev-index-position-function.
13651
13652 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
13653
13654 * htmlfontify.el (htmlfontify-load-rgb-file)
13655 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
13656 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
13657 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
13658 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
13659 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
13660 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
13661 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
13662 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
13663 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
13664 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
13665 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
13666 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
13667 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
13668 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
13669 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
13670 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
13671 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
13672 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
13673 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
13674 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
13675 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
13676 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
13677 backslash-quoting from parentheses, etc.
13678
13679 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
13680
13681 * progmodes/js.el: Autoload javascript-mode alias.
13682
13683 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
13684
13685 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
13686 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
13687 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
13688 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
13689 Fix typos in docstrings.
13690 (ffap-url-regexp): Doc fix.
13691 (ffap-at-mouse): Fix typo in message.
13692
13693 2010-01-11 Glenn Morris <rgm@gnu.org>
13694
13695 * version.el (emacs-copyright): Set copyright year to 2010.
13696
13697 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
13698
13699 * format.el (format-annotate-function): Only set
13700 write-region-post-annotation-function after running to-fn so as not to
13701 affect nested write-region calls (bug#5273).
13702
13703 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
13704
13705 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
13706 wisent/python.el.
13707
13708 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
13709
13710 * man.el (Man-goto-section): Signal error if the section is not
13711 found (Bug#5317).
13712
13713 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
13714
13715 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
13716 URLs with a leading triple slash in the file: scheme. (Bug#5345)
13717
13718 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
13719
13720 * progmodes/compile.el: Don't treat compile-command as safe if
13721 compilation-read-command might be nil (Bug#4218).
13722
13723 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
13724
13725 * startup.el (command-line-1): Use orig-argi to check for ignored X and
13726 NS options.
13727
13728 2010-01-08 Kenichi Handa <handa@m17n.org>
13729
13730 * international/fontset.el (build-default-fontset-data):
13731 Exclude characters in scripts kana, hangul, han, or cjk-misc.
13732
13733 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
13734
13735 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
13736 to `create-file-buffer' as it expects, not just a buffer name.
13737 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
13738 to help uniquify. (Bug#3224)
13739
13740 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
13741
13742 * font-setting.el (font-setting-change-default-font): Use user-spec
13743 instead of name.
13744
13745 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
13746
13747 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
13748
13749 2010-01-05 Tom Tromey <tromey@redhat.com>
13750
13751 * progmodes/python.el (python-font-lock-keywords):
13752 Handle qualified decorators (Bug#881).
13753
13754 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
13755
13756 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
13757 in a lightweight checkout.
13758
13759 2010-01-05 Kenichi Handa <handa@m17n.org>
13760
13761 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
13762
13763 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
13764
13765 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
13766
13767 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
13768
13769 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
13770 checkouts. (Bug#618)
13771 (vc-bzr-log-view-mode): Also highlight the author.
13772 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
13773 (vc-bzr-shelve-menu-map):
13774 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
13775 (vc-bzr-shelve-apply): Make prompt more explicit.
13776
13777 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
13778
13779 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
13780 They are valid characters in URL paths (rfc3986), and at least
13781 Firefox does not understand the encoded version (Bug#3166).
13782
13783 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
13784
13785 * progmodes/octave-mod.el (octave-end-keywords)
13786 (octave-block-begin-or-end-regexp, octave-block-match-alist):
13787 Add "end" keyword (Bug#3061).
13788 (octave-end-as-array-index-p): New function.
13789 (calculate-octave-indent): Use it.
13790
13791 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13792
13793 * bookmark.el: Consistently put the text property on the bookmark name.
13794 (bookmark-bmenu-marks-width): Bump back to 2, to include
13795 annotation marks.
13796 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
13797 property on the bookmark name, instead of not putting it at all.
13798 (bookmark-bmenu-list): Fix where we put the text property.
13799
13800 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13801
13802 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
13803 for showing buffer modified state (as added in the previous change).
13804
13805 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13806
13807 * bookmark.el: Show modified state of bookmark buffer more accurately.
13808 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
13809 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
13810 (with-buffer-modified-unmodified): New macro.
13811 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
13812 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
13813 Use new macro to preserve the buffer modified state.
13814
13815 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13816
13817 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
13818 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
13819 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
13820 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
13821 (bookmark-bmenu-rename, bookmark-bmenu-locate)
13822 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
13823 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
13824
13825 2010-01-02 Eli Zaretskii <eliz@gnu.org>
13826
13827 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13828 Make the lines in the generated doc string shorter. (Bug#4668)
13829
13830 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
13831
13832 * net/rcirc.el: Add follow-link binding (Bug#4738).
13833
13834 2010-01-02 Eli Zaretskii <eliz@gnu.org>
13835
13836 * Makefile.in (bzr-update): Rename from cvs-update.
13837 (cvs-update): New target for backward compatibility.
13838
13839 * makefile.w32-in (bzr-update): Rename from cvs-update.
13840 (cvs-update): New target for backward compatibility.
13841
13842 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13843
13844 * bookmark.el: Remove gratuitous gratitude.
13845
13846 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13847
13848 * bookmark.el (bookmark-bmenu-any-marks): New function.
13849 (bookmark-bmenu-save): Clear buffer modification if no marks.
13850
13851 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13852
13853 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
13854 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
13855 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
13856 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
13857
13858 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
13859 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
13860 To: emacs-devel {_AT_} gnu.org
13861 Subject: bookmark.el bug report
13862 Date: Mon, 28 Dec 2009 14:19:16 +0800
13863 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
13864
13865 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13866
13867 * bookmark.el: Improvements suggested by Drew Adams:
13868 (bookmark-bmenu-ensure-position): New name for
13869 `bookmark-bmenu-check-position'. Just ensure the position,
13870 don't return any meaningful value.
13871 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
13872 New constants.
13873
13874 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
13875
13876 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
13877 (bookmark-yank-point, bookmark-bmenu-check-position):
13878 Fix typos in docstrings.
13879 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
13880 (bookmark-name-from-full-record, bookmark-get-position)
13881 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
13882 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
13883 Remove useless quoting of parenthesis, etc. in docstrings.
13884
13885 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
13886 (ediff-append-custom-diff): Fix typo in error message.
13887 (ediff-meta-mark-equal-files): Fix typos in messages.
13888
13889 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
13890
13891 * net/imap-hash.el (imap-hash-make): Doc fix.
13892 (imap-hash-test): Fix typo in error message; reflow docstring.
13893 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
13894 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
13895 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
13896 Fix typos in docstrings.
13897 (imap-hash-open-connection): Fix typo in error message.
13898
13899 * play/gomoku.el (gomoku): Fix typos in docstring.
13900
13901 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
13902 (gdb-jsonify-buffer): Fix typos in docstring.
13903 (gdb-goto-breakpoint): Fix typo in error message.
13904 ("Display Other Windows"): Fix typo in help message.
13905 (gdb-speedbar-expand-node): Fix typo in question.
13906
13907 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
13908 (idlwave-html-system-help-location, idlwave-html-help-location)
13909 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
13910 (idlwave-help-browser-generic-args, idlwave-help-directory)
13911 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
13912 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
13913 (idlwave-online-help, idlwave-help-html-link)
13914 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
13915 Fix typos in docstrings.
13916 (idlwave-help-with-source, idlwave-help-find-routine-definition):
13917 Reflow docstrings.
13918 (idlwave-help-assistant-start): Fix typo in error message.
13919
13920 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
13921 (octave-electric-space): Fix typos in docstrings.
13922
13923 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
13924
13925 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
13926
13927 2010-01-01 Juri Linkov <juri@jurta.org>
13928
13929 * comint.el (comint-input-ring-size): Make it a defcustom and
13930 increase the default to 500 (Bug#5148).
13931
13932 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
13933
13934 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
13935 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
13936 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
13937
13938 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
13939
13940 Show working revision correctly for mercurial.
13941 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
13942 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
13943
13944 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
13945
13946 Declare some functions for the byte-compiler.
13947 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
13948 (speedbar-timer-fn, speedbar-change-expand-button-char)
13949 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
13950
13951 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
13952
13953 This changeset reverts GDB Graphical Interface to use annotations.
13954 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
13955
13956 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
13957
13958 Make vc-dir work on subdirectories of the bzr root.
13959 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
13960 Return file names relative to it.
13961 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
13962 relative directory to vc-bzr-after-dir-status.
13963
13964 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
13965
13966 * font-lock.el (font-lock-refresh-defaults): New function, which
13967 can be used to let font-lock react to external changes in
13968 variables like font-lock-defaults and keywords.
13969 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
13970
13971 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
13972
13973 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
13974
13975 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
13976
13977 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
13978
13979 Supersede color.diff settings in git log (bug#5211).
13980
13981 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
13982 escape chars in its output when the user has color.diff set to `always'.
13983 This fix works on git 1.4.2 and newer (released on 2006-08-13).
13984
13985 2009-12-26 Kevin Ryde <user42@zip.com.au>
13986
13987 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
13988 node. Keep previous "Index" name to work with past coreutils too.
13989
13990 * man.el (man): Revise docstring a bit to show -a and -l as
13991 examples. Add -k description since support for it has otherwise
13992 been a secret. (Further to bug#3717.)
13993 (Man-bgproc-sentinel): When "-k foo" produces no output show error
13994 "no matches" rather than "Can't find manpage", as the latter reads
13995 like -k was interpreted as a page name, which is not so. (Bug#5431)
13996
13997 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
13998
13999 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
14000 switches. Check also for //SUBDIRED// line.
14001
14002 2009-12-25 Kenichi Handa <handa@m17n.org>
14003
14004 * language/indian.el (devanagari-composable-pattern): Fix to
14005 handle ZWNJ and ZWJ. Use it in composition-function-table for
14006 Devanagari.
14007 (malayalam-composable-pattern): Fix previous change.
14008
14009 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14010
14011 * ps-print.el (ps-face-attributes): It was not returning the
14012 attribute face for faces specified as string. Reported by harven
14013 <harven@free.fr>. (Bug#5254)
14014 (ps-print-version): New version 7.3.5.
14015
14016 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
14017
14018 * calendar/icalendar.el (icalendar--convert-tz-offset):
14019 Fix timezone names.
14020 (icalendar--convert-tz-offset): Fix the "last-day-problem".
14021 (icalendar--add-diary-entry): Remove the trailing blank that
14022 diary-make-entry inserts.
14023
14024 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
14025
14026 Make `file-expand-wildcards' work for remote files.
14027
14028 * files.el (file-expand-wildcards): In case of remote files, check
14029 only local file name part for wildcards. Provide feature 'files
14030 and subfeature 'remote-wildcards. (Bug#5198)
14031
14032 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
14033 if there is already an established connection.
14034 (tramp-advice-file-expand-wildcards): Remove it.
14035
14036 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
14037 (tramp-advice-file-expand-wildcards): Move from tramp.el.
14038 Activate advice for older GNU Emacs versions. (Bug#5237)
14039
14040 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
14041
14042 Some doc fixes (more needed).
14043
14044 * find-cmd.el (find-constituents): Reflow docstring.
14045 (find-cmd, find-prune, find-command): Fix typos in docstrings.
14046 (find-generic): Doc fix.
14047
14048 2009-12-17 Juri Linkov <juri@jurta.org>
14049
14050 Fix regression from 23.1 to allow multiple modes in Local Variables.
14051
14052 * files.el (hack-local-variables-filter): While ignoring duplicates,
14053 don't take `mode' into account.
14054 (hack-local-variables-filter, hack-dir-local-variables):
14055 Don't remove duplicate `mode' from local-variables-alist (like `eval').
14056
14057 2009-12-17 Juri Linkov <juri@jurta.org>
14058
14059 Make `dired-diff' safer. (Bug#5225)
14060
14061 * dired-aux.el (dired-diff): Signal an error when `file' equals to
14062 `current' or when `file' is a directory of the `current' file.
14063
14064 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
14065
14066 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
14067 unconditionally preloaded files.
14068
14069 2009-12-16 Juri Linkov <juri@jurta.org>
14070
14071 Revert to old 23.1 logic of using the file at the mark as default.
14072 * dired-aux.el (dired-diff): Use the file at the mark as default
14073 if it's not the same as the current file, and the target dir is
14074 the current dir or the mark is active. Add the current file
14075 as the arg of `dired-dwim-target-defaults'. Use the default file
14076 in the prompt. (Bug#5225)
14077
14078 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
14079
14080 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
14081 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
14082 (tramp-check-for-regexp): Check also, when an echoing shell stops
14083 to echo sent commands.
14084
14085 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
14086
14087 * Makefile.in: Revert last change (Bug#5191).
14088
14089 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
14090
14091 * vc-hg.el (vc-hg-print-log): Fix argument order.
14092 (vc-hg-working-revision): Make sure the command is executed in a
14093 known environment so that we can parse the output. (Bug#4417)
14094
14095 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
14096
14097 * progmodes/python.el (python-symbol-completions): Remove text
14098 properties from symbol string before calling python-send-receive.
14099
14100 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
14101
14102 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
14103 when there are values for both file and line. (Bug#5060)
14104
14105 2009-12-14 Juri Linkov <juri@jurta.org>
14106
14107 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
14108 whitespace after the file name of the first line of unified format,
14109 because git-diff doesn't output whitespace and file modification time
14110 after the file name.
14111
14112 2009-12-14 David Kastrup <dak@gnu.org>
14113
14114 * info.el (Info-hide-cookies-node): Before hiding a cookie,
14115 check if it already has the `display' property added by
14116 `Info-display-images-node', and not put the `invisible' property
14117 in this case.
14118
14119 2009-12-13 Glenn Morris <rgm@gnu.org>
14120
14121 * mail/emacsbug.el (message-sort-headers): Define for compiler.
14122 (report-emacs-bug): In message-mode, sort manually before storing
14123 original report text. (Bug#5178)
14124 Remove superfluous save-excursion.
14125
14126 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
14127
14128 * net/dbus.el (dbus-property-handler): Filter lambda forms out
14129 when responding to "GetAll" properties.
14130
14131 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
14132
14133 * simple.el (compose-mail): Remove mail-setup-with-from from
14134 customization checks.
14135
14136 2009-12-12 Eli Zaretskii <eliz@gnu.org>
14137
14138 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
14139 RAR archives created on Unix systems.
14140
14141 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
14142
14143 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
14144 the varalias that was accidentally removed by the 2009-11-19 change
14145 (bug#5186).
14146
14147 2009-12-12 Kenichi Handa <handa@m17n.org>
14148
14149 * language/indian.el (indian-compose-regexp): New function.
14150 (malayalam-composable-pattern): Fix the pattern.
14151 (composition-function-table): Set malayalam-composable-pattern for
14152 Malayalam characters.
14153
14154 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
14155
14156 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
14157 rather than down-mouse-1, based on follow-link conventions.
14158
14159 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
14160 are compiled.
14161
14162 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
14163
14164 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
14165 (verilog-vmm-statement-re, verilog-ovm-statement-re)
14166 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
14167 (verilog-leap-to-head, verilog-backward-token):
14168 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
14169
14170 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
14171
14172 * progmodes/verilog-mode.el (verilog-auto-lineup)
14173 (verilog-nameable-item-re): Cleanup user-visible spelling and
14174 documentation errors. One reported by Gary Delp.
14175 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
14176 (verilog-read-decls): Fix AUTOWIRE with types declared in a
14177 package, bug195. Reported by Pierre-David Pfister.
14178
14179 2009-12-11 Glenn Morris <rgm@gnu.org>
14180
14181 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
14182
14183 * mail/emacsbug.el: No longer require sendmail.
14184 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
14185 (report-emacs-bug-orig-text): Doc fix.
14186 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
14187 New local variables, to adapt to different mail-user-agents.
14188 (report-emacs-bug): Fix test for a gnu.org address.
14189 Use overlays for emphasis, since font-lock defeats 'face property.
14190 Pretest bugs also end up at the newsgroup these days.
14191 Stop message-mode stripping text properties.
14192 Set and use the new buffer-local variables.
14193 (report-emacs-bug-hook): Add doc-string.
14194 Remove some unnecessary save-excursions and simplify.
14195 Use the appropriate hook and send-command.
14196
14197 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
14198 capitalization of some menu entries.
14199
14200 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14201
14202 * whitespace.el (whitespace-display-char-on):
14203 Ensure `buffer-display-table' is unique when two or more windows are
14204 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
14205 New version 12.1.
14206
14207 2009-12-10 Eli Zaretskii <eliz@gnu.org>
14208
14209 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
14210 characters in the Attribute field.
14211
14212 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
14213
14214 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
14215
14216 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
14217
14218 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
14219 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
14220 Disregard autoload-excludes.
14221 (update-directory-autoloads): Obey autoload-excludes here instead.
14222 But don't store its contents in no-autoloads and remove entries that
14223 refer to excludes files.
14224
14225 2009-12-10 Glenn Morris <rgm@gnu.org>
14226
14227 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
14228 (expand-mail-aliases): Define for compiler.
14229
14230 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
14231 Define for compiler.
14232
14233 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
14234 appropriate for the mail-user-agent in use.
14235
14236 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
14237
14238 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
14239
14240 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
14241
14242 Fix short log parsing and fontification.
14243 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
14244 Fix fontification for the [merge] label.
14245
14246 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
14247
14248 Drop some properties to avoid surprises (bug#5002).
14249 * htmlfontify.el (hfy-ignored-properties): New defcustom.
14250 (hfy-fontify-buffer): Use it.
14251
14252 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
14253
14254 Minor cleanup.
14255 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
14256 Adjust all callers.
14257 (ffap-locate-file): Remove unused arg `dir-ok' and make other
14258 args compulsory. Adjust callers.
14259 (ffap-gopher-at-point): Remove unused var `name'.
14260
14261 Get rid of the ELCFILES abomination.
14262 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
14263 (compile-elcfiles): New phony target.
14264 (compile-main): Compute ELCFILES dynamically.
14265 (compile-clean): New target to remove left-over elc files.
14266 (compile, all): Use it.
14267
14268 2009-12-09 Kenichi Handa <handa@etlken>
14269
14270 * international/mule-diag.el: Require help-mode instead of help-fns.
14271
14272 2009-12-09 Kenichi Handa <handa@m17n.org>
14273
14274 * international/mule-cmds.el (ucs-names): Supply sufficiently
14275 fine ranges instead of pre-calculating accurate ranges.
14276 Iterate with bigger gc-cons-threshold.
14277
14278 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
14279
14280 Add support for stashing a snapshot of the current tree.
14281 * vc-git.el (vc-git-stash-snapshot): New function.
14282 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
14283
14284 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
14285
14286 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
14287 instead of `(beginning|end)-of-line'.
14288
14289 2009-12-08 Glenn Morris <rgm@gnu.org>
14290
14291 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
14292
14293 * Makefile.in (ELCFILES): Regenerate.
14294
14295 2009-12-07 Juri Linkov <juri@jurta.org>
14296
14297 Don't lazy-highlight the comint output in history Isearch mode.
14298
14299 * comint.el (comint-history-isearch-search): Instead of
14300 `comint-line-beginning-position', use `comint-after-pmark-p'
14301 to check if point if before the process mark, and go to
14302 `process-mark' in this case.
14303
14304 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14305
14306 * textmodes/tex-mode.el (latex-complete)
14307 (latex-indent-or-complete): Remove.
14308 (latex-mode): Set completion-at-point-functions instead.
14309
14310 Provide a standard completion command and hook it into TAB.
14311 * minibuffer.el (completion-at-point-functions): New var.
14312 (completion-at-point): New command.
14313 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
14314 * progmodes/python.el (python-mode-map): Use completion-at-point.
14315 (python-completion-at-point): Rename from python-partial-symbol and
14316 adjust for use in completion-at-point-functions.
14317 (python-mode): Setup completion-at-point for Python completion.
14318 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
14319 extracted from lisp-complete-symbol.
14320 (lisp-complete-symbol): Use it.
14321 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
14322 setup completion-at-point for Elisp completion.
14323 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14324 Use completion-at-point.
14325 * ielm.el (ielm-map): Use completion-at-point.
14326 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
14327 * progmodes/sym-comp.el: Move to...
14328 * obsolete/sym-comp.el: Move from progmodes.
14329
14330 2009-12-07 Eli Zaretskii <eliz@gnu.org>
14331
14332 Prevent save-buffer in Rmail buffers from using the coding-system
14333 of the current message, and from clobbering the encoding mnemonics
14334 in the mode line (Bug#4623).
14335
14336 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
14337 flag, too.
14338 (rmail-message-encoding): New variable.
14339 (rmail-write-region-annotate): Record the encoding of the current
14340 message in rmail-message-encoding.
14341 (rmail-after-save-hook): New function, restores the encoding of
14342 the current message after the message collection is saved.
14343
14344 2009-12-07 Juri Linkov <juri@jurta.org>
14345
14346 * progmodes/grep.el (grep-read-files): Use `completing-read'
14347 instead of `read-string'. Set its `collection' arg to
14348 `read-file-name-internal'. (Bug#4301)
14349
14350 2009-12-07 Juri Linkov <juri@jurta.org>
14351
14352 Correctly restore original Isearch point. (Bug#4994)
14353
14354 * isearch.el (isearch-mode): Move `isearch-push-state' after
14355 `(run-hooks 'isearch-mode-hook)'.
14356 (isearch-cancel): When `isearch-push-state-function' is defined,
14357 let-bind `isearch-cmds' to the first state (the last element of
14358 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
14359 function and restores the original point). Otherwise, move point
14360 to `isearch-opoint'.
14361
14362 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14363
14364 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
14365 chars that don't have names, so the table can be built much faster at
14366 run-time.
14367
14368 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
14369
14370 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
14371 change. Suggested by David Kastrup.
14372
14373 * simple.el (compose-mail): Check for incompatibilities and warn.
14374 (compose-mail-user-agent-warnings): New option.
14375
14376 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14377
14378 Support showing a single log entry from vc-annotate.
14379 * vc.el (print-log): Add a new argument: START-REVISION.
14380 (vc-print-log-internal): Add a new optional argument and
14381 pass it to the backend.
14382 (vc-print-log, vc-print-root-log): Adjust callers.
14383 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
14384 buffer already displays the requested log entry, use it.
14385 Otherwise display only the log entry in question.
14386 * vc-svn.el (vc-svn-print-log):
14387 * vc-mtn.el (vc-mtn-print-log):
14388 * vc-hg.el (vc-hg-state):
14389 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
14390 (vc-git-show-log-entry): Return t on success.
14391 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
14392 (vc-bzr-show-log-entry): Return t on success.
14393 * vc-rcs.el (vc-rcs-print-log):
14394 * vc-sccs.el (vc-sccs-print-log):
14395 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
14396
14397 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14398
14399 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
14400 Add menus to the meta mode. (Bug#5043)
14401
14402 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
14403
14404 * ediff-init.el (ediff-event-key): Use event-to-character instead of
14405 event-key.
14406
14407 * ediff.el (ediff-buffers-internal): Add unwind-protect.
14408
14409 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
14410
14411 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
14412 Berbain <raphael.berbain@gmail.com>.
14413
14414 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
14415 characters.
14416 (tramp-initial-end-of-output): New defconst.
14417 (tramp-methods, tramp-find-shell)
14418 (tramp-open-connection-setup-interactive-shell)
14419 (tramp-maybe-open-connection): Use it.
14420 (tramp-shell-prompt-pattern, tramp-wait-for-output):
14421 Handle existence of `#' and `$'.
14422
14423 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
14424 Use `tramp-initial-end-of-output'.
14425
14426 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14427
14428 Get the background mode from the terminal for xterm, and set
14429 faces accordingly.
14430 * term/xterm.el (xterm-set-background-mode): New function.
14431 (terminal-init-xterm): Use it in case xterm supports background
14432 color queries. Recompute faces after getting the background
14433 color.
14434
14435 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
14436
14437 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
14438 number comment back on its own line, for easier parsing.
14439
14440 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14441
14442 Make it work for non-file buffers (bug#5102).
14443 * doc-view.el (doc-view-current-cache-dir):
14444 Use doc-view-buffer-file-name rather than buffer-file-name.
14445 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
14446
14447 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
14448
14449 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
14450 author field is too short.
14451
14452 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
14453
14454 * vc-git.el (vc-git-print-log): Handle a limit argument.
14455 Display the short log in graph form and with labels.
14456 (vc-git-log-view-mode): Handle labels.
14457
14458 Make vc-revert change VC state from 'added to 'unregistered.
14459 * vc-git.el (vc-git-revert): Call git reset first.
14460
14461 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
14462
14463 * net/newst-backend.el, net/newst-plainview.el:
14464 * net/newst-reader.el, net/newst-ticker.el:
14465 * net/newst-treeview.el, net/newsticker.el:
14466 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
14467
14468 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
14469
14470 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
14471
14472 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
14473 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
14474 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
14475 Update annotation regexp.
14476
14477 * simple.el (beginning-of-visual-line): Constrain to field
14478 boundaries (Bug#5106).
14479
14480 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
14481
14482 * xml.el (xml-substitute-numeric-entities):
14483 Move newsticker--decode-numeric-entities in newst-backend.el to
14484 xml-substitute-numeric-entities in xml.el. (Bug#5008)
14485 * net/newst-backend.el (newsticker--parse-generic-feed)
14486 (newsticker--parse-generic-items)
14487 (newsticker--decode-numeric-entities):
14488 Move newsticker--decode-numeric-entities in newst-backend.el to
14489 xml-substitute-numeric-entities in xml.el. (Bug#5008)
14490
14491 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
14492
14493 * progmodes/js.el (js--js-not): Add null to the list of values.
14494
14495 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
14496
14497 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
14498
14499 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14500
14501 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
14502 delimiter if it is at the end of the current line.
14503 (bibtex-generate-url-list): Fix docstring.
14504
14505 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
14506
14507 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
14508 minibuffer's content with itself.
14509 Fold the confirm-after-completion case into the `confirm' case.
14510 (completion-pcm-word-delimiters): Add : and / to the delimiters.
14511
14512 2009-12-06 Kevin Ryde <user42@zip.com.au>
14513
14514 * ffap.el (ffap-rfc-path): Make this a defcustom since
14515 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
14516
14517 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
14518 manuals, similar to existing setup for help-mode. (Bug#3913.)
14519
14520 2009-12-05 Juri Linkov <juri@jurta.org>
14521
14522 Save and restore dired buffer's point positions too. (Bug#4880)
14523
14524 * dired.el (dired-save-positions): Return in the first element
14525 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
14526 Doc fix.
14527 (dired-restore-positions): First restore buffer's position.
14528 While restoring window's positions, check if window still displays
14529 the original buffer.
14530
14531 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
14532
14533 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
14534 if possible.
14535
14536 * shell.el (shell): Require ansi-color (Bug#5113).
14537
14538 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
14539
14540 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
14541
14542 2009-12-05 Alan Mackenzie <acm@muc.de>
14543
14544 * progmodes/cc-mode.el (c-before-hack-hook)
14545 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
14546 `c-file-style' to work again. This reversion restores the current
14547 software to its state in Emacs 23.1. (Bug#4146)
14548
14549 2009-12-05 Kevin Ryde <user42@zip.com.au>
14550
14551 * textmodes/sgml-mode.el (sgml-lexical-context):
14552 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
14553
14554 2009-12-05 Juri Linkov <juri@jurta.org>
14555
14556 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
14557 for virtual nodes. (Bug#4147)
14558 (Info-find-node-2): Set `Info-current-node-virtual' to nil
14559 when moving from a virtual node.
14560 (Info-mode-menu): Add `Info-virtual-index' to the menu.
14561 (Info-mode): Add `Info-virtual-index' to the docstring.
14562
14563 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14564
14565 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
14566 track of the buffer position of the end of a BibTeX entry as this
14567 position may change during reformatting.
14568 (bibtex-format-entry): Remove whitespace before processing
14569 numerical fields so that we recognize the latter properly.
14570 (bibtex-reformat): Do not use push which changes the global value
14571 of bibtex-entry-format.
14572 (bibtex-field-braces-alist, bibtex-field-strings-alist)
14573 (bibtex-field-re-init): Replace only space characters by regexp
14574 for whitespace.
14575 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
14576 (bibtex-initialize): Also update bibtex-strings.
14577 (bibtex-kill-field): Preserve white space at end of entry.
14578 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
14579 Update bibtex-reference-keys.
14580
14581 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
14582
14583 * minibuffer.el (completion-pcm--merge-try): Also consider placing
14584 point after a star, if that's the only place where modifications can
14585 make progress.
14586
14587 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
14588
14589 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
14590 in docstrings.
14591
14592 2009-12-04 Juri Linkov <juri@jurta.org>
14593
14594 * proced.el (proced): Call `(proced-update t)' to update process
14595 information instead of only running proced-post-display-hook.
14596 (proced-send-signal): Add a leading space to the buffer name
14597 " *Marked Processes*" to make this buffer ephemeral.
14598
14599 2009-12-04 Juri Linkov <juri@jurta.org>
14600
14601 * dired.el (dired-auto-revert-buffer): New defcustom.
14602 (dired-internal-noselect): Use it.
14603
14604 2009-12-04 Juri Linkov <juri@jurta.org>
14605
14606 Change roles of modes and functions in image-mode.el (Bug#5062).
14607
14608 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
14609 in `auto-mode-alist'.
14610 (image-mode-previous-major-mode): New variable.
14611 (image-minor-mode-map): Rename from `image-mode-text-map'.
14612 (image-mode): Move graceful error-handling code from
14613 `image-minor-mode' to here. On errors call `image-mode-as-text'.
14614 (image-minor-mode): Remove all image-handling code.
14615 Replace `image-mode-text-map' with `image-minor-mode-map'.
14616 Check for `image-type' in mode-line format string.
14617 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
14618 (image-mode-as-text): New function with most code from
14619 `image-mode-maybe'.
14620 (image-toggle-display-text): Move code that removes image
14621 properties from `image-toggle-display' to here.
14622 (image-toggle-display-image): New function with code that adds
14623 image properties copied from `image-toggle-display'.
14624 (image-toggle-display): Remove most code with leaving only code
14625 that toggles between `image-mode-as-text' and `image-mode'.
14626
14627 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
14628
14629 * net/newst-treeview.el
14630 (newsticker--treeview-list-highlight-start): Restored call to
14631 save-excursion: Selected item was stuck.
14632 (newsticker--treeview-list-select): New.
14633 (newsticker--treeview-item-show-text)
14634 (newsticker--treeview-item-show)
14635 (newsticker--treeview-item-update): Use new
14636 newsticker-treeview-item-mode.
14637 (newsticker-treeview-update): Keep current item.
14638 (newsticker-treeview-next-new-or-immortal-item): Doc change.
14639 (newsticker--treeview-first-feed): Doc change.
14640 (newsticker-treeview-list-menu)
14641 (newsticker-treeview-item-menu): Add menu entries.
14642 (newsticker-treeview-item-mode): New.
14643
14644 * net/newst-backend.el (newsticker-customize): Delete other
14645 windows.
14646
14647 2009-12-04 Sam Steingold <sds@gnu.org>
14648
14649 * log-view.el (log-view-mode-map): "q" calls quit-window,
14650 like in all the other non-self-insert buffers.
14651
14652 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
14653
14654 Minor cleanup.
14655 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
14656 key decoding rather than do it manually via last-input-event +
14657 ascii-character.
14658 (term-exec): Use delete-and-extract-region.
14659 (term-handle-ansi-terminal-messages): Remove unused var `end'.
14660 (term-process-pager): Remove unused var `i'.
14661 (term-dynamic-simple-complete): Make obsolete.
14662 (serial-update-config-menu): Remove unused vars `y' and `str'.
14663 (term-update-mode-line): Remove unused var `temp'.
14664
14665 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14666
14667 Limit the number of log entries displayed by default.
14668 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
14669 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
14670 using a prefix argument.
14671
14672 2009-12-03 Glenn Morris <rgm@gnu.org>
14673
14674 * progmodes/idlwave.el (class): Restore still useful declaration.
14675
14676 2009-12-03 Alan Mackenzie <acm@muc.de>
14677
14678 Enhance `c-parse-state' to run efficiently in "brace deserts".
14679
14680 * progmodes/cc-mode.el (c-basic-common-init):
14681 Call c-state-cache-init.
14682 (c-neutralize-syntax-in-and-mark-CPP): Rename from
14683 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
14684 placing `category' properties value 'c-cpp-delimiter at its boundaries.
14685
14686 * progmodes/cc-langs.el (c-before-font-lock-function):
14687 c-extend-and-neutralize-syntax-in-CPP has been renamed
14688 c-neutralize-syntax-in-and-mark-CPP.
14689
14690 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
14691 with `category' properties now, not `syntax-table' ones.
14692
14693 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
14694 enhanced (but slower) version of c-end-of-macro that won't land
14695 inside a literal or on another awkward character.
14696 (c-state-cache-too-far, c-state-cache-start)
14697 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
14698 (c-state-nonlit-pos-cache-limit, c-state-point-min)
14699 (c-state-point-min-lit-type, c-state-point-min-lit-start)
14700 (c-state-min-scan-pos, c-state-brace-pair-desert)
14701 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
14702 buffer local variables.
14703 (c-state-literal-at, c-state-lit-beg)
14704 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
14705 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
14706 (c-state-cache-top-paren, c-state-cache-after-top-paren)
14707 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
14708 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
14709 (c-renarrow-state-cache)
14710 (c-append-lower-brace-pair-to-state-cache)
14711 (c-state-push-any-brace-pair, c-append-to-state-cache)
14712 (c-remove-stale-state-cache)
14713 (c-remove-stale-state-cache-backwards, c-state-cache-init)
14714 (c-invalidate-state-cache-1, c-parse-state-1)
14715 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
14716 (c-parse-state): Enhance and refactor.
14717 (c-debug-parse-state): Amend to deal with all the new variables.
14718
14719 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
14720 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
14721 modify to use category text properties rather than syntax-table ones.
14722 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
14723 to switch off/on the syntactic paren property of C++ template
14724 delimiters using the category property.
14725 (c-with-<->-as-parens-suppressed): Macro to invoke code with
14726 template delims suppressed.
14727 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
14728 New constant/macros which apply category properties to the start
14729 and end of preprocessor constructs.
14730 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
14731 "comment out" the syntactic value of characters in preprocessor
14732 constructs.
14733 (c-with-cpps-commented-out)
14734 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
14735 with characters in all or all but one preprocessor constructs
14736 "commented out".
14737
14738 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14739
14740 * proced.el (proced-filter-alist): Use regexp-quote.
14741
14742 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
14743
14744 Cleanup.
14745 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
14746 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
14747 arguments. Expand `default-directory'.
14748
14749 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
14750 the benefit of returning an expanded localname.
14751 (tramp-tramp-file-p): Handle the case NAME is not a string.
14752
14753 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14754
14755 Add support for bzr shelve/unshelve.
14756 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
14757 (vc-bzr-extra-menu-map): New variables.
14758 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
14759 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
14760 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
14761 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
14762 (vc-bzr-dir-extra-headers): Display shelves.
14763
14764 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
14765
14766 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14767
14768 * textmodes/bibtex.el (bibtex-complete-internal):
14769 Use completion-in-region.
14770 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
14771
14772 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14773
14774 Support applying stashes. Improve UI.
14775 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
14776 (vc-git-stash-apply, vc-git-stash-pop)
14777 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
14778 (vc-git-stash-menu): New functions.
14779 (vc-git-stash-menu-map): New variable.
14780 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
14781
14782 2009-12-03 Glenn Morris <rgm@gnu.org>
14783
14784 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
14785 (vc-print-log-internal): Fix previous change.
14786 (vc-revert): Correct pluralization.
14787
14788 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14789
14790 * progmodes/make-mode.el (makefile-special-targets-list): No need for
14791 it to be an alist any more.
14792 (makefile-complete): Use completion-in-region.
14793
14794 * progmodes/octave-mod.el (octave-complete-symbol):
14795 Use completion-in-region.
14796
14797 Misc cleanup.
14798 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
14799 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
14800 (idlwave-complete-class): Don't quote lambda.
14801 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
14802 (idlwave-mode-map): Move initialization into declaration.
14803 (idlwave-action-and-binding): Use backquotes.
14804 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
14805 Simplify.
14806 (idlwave-is-pointer-dereference): Remove unused var `pos'.
14807 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
14808 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
14809 `parts', and `all-parts'.
14810 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
14811 (idlwave-convert-xml-system-routine-info): Remove unused string
14812 `version-string'.
14813 (idlwave-display-user-catalog-widget): Use dolist.
14814 (idlwave-scanning-lib): Declare dynamically-scoped var.
14815 (idlwave-scan-library-catalogs): Remove unused var `flags'.
14816 (completion-highlight-first-word-only): Declare to silence bytecomp.
14817 (idlwave-popup-select): Tighten scope of `resp'.
14818 (idlwave-find-struct-tag): Remove unused var `beg'.
14819 (idlwave-after-load-rinfo-hook): Declare.
14820 (idlwave-sintern-class-info): Remove unused var `taglist'.
14821 (idlwave-find-class-definition): Remove unused var `list'.
14822 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
14823 (idlwave-what-module-find-class): Remove unused var `classes'.
14824
14825 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
14826
14827 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
14828
14829 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14830
14831 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
14832 buffers visited. Remove redundant current-buffer-saving.
14833
14834 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
14835
14836 Use completion-in-buffer and remove uses of dynamic scoping.
14837 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
14838 (pascal-buffer-to-use, pascal-flag): Don't declare.
14839 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
14840 (pascal-get-completion-decl, pascal-keyword-completion):
14841 Add `pascal-str' argument, save-excursion,
14842 return the found completions, and don't filter with pascal-pred.
14843 (pascal-completion-cache): New var.
14844 (pascal-completion): Don't switch buffer any more (it was never
14845 necessary). Don't save-excursion any more (it's done by the called
14846 subroutines). Use a cache to avoid redundant computations.
14847 Use complete-with-action rather than pascal-completion-response and
14848 let it apply the predicate as well.
14849 (pascal-complete-word): Use completion-in-buffer when
14850 pascal-toggle-completions is nil.
14851 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
14852 not used any more.
14853 (pascal-comp-defun): Don't change buffer any more.
14854 Use complete-with-action rather than pascal-completion-response and
14855 let it apply the predicate as well.
14856 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
14857 when neded.
14858
14859 2009-12-02 Kenichi Handa <handa@m17n.org>
14860
14861 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
14862 shape for all Indic scripts.
14863
14864 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
14865
14866 Use completion-in-buffer.
14867 * wid-edit.el (widget-field-text-end): New function.
14868 (widget-field-value-get): Use it.
14869 (widget-string-complete, widget-file-complete)
14870 (widget-color-complete): Use it and completion-in-region.
14871 (widget-complete): Don't narrow the buffer.
14872
14873 2009-12-02 Glenn Morris <rgm@gnu.org>
14874
14875 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
14876 (rmail-select-summary): Use rmail-pop-to-buffer.
14877 * mail/rmailsum.el: Replace all pop-to-buffer calls with
14878 rmail-pop-to-buffer, to prevent horizontal splits.
14879
14880 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
14881 save-excursion with save-current-buffer.
14882 Widen before searching. (Bug#5093)
14883 (diary-list-sexp-entries): Remove superfluous save-excursion.
14884
14885 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
14886
14887 * woman.el (woman-make-bufname): Handle man-pages with "." in the
14888 name. (Bug#5038)
14889
14890 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
14891
14892 * ido.el (ido-file-internal): Handle filenames at point that do
14893 not have a directory part. (Bug#5049)
14894
14895 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
14896
14897 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
14898 (mpc-songs-jump-to, mpc-resume): Doc fixes.
14899
14900 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
14901
14902 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
14903 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
14904 any more.
14905
14906 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
14907
14908 * comint.el (comint-insert-input): Ignore clicks to the right of
14909 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
14910
14911 * vc.el (vc-print-log-internal): Don't wait for the process to
14912 terminate before setting up the major mode.
14913
14914 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
14915 in case.
14916
14917 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
14918 the last element.
14919
14920 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
14921
14922 2009-12-01 Glenn Morris <rgm@gnu.org>
14923
14924 * window.el (window--display-buffer-2): Fix previous changes.
14925
14926 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
14927
14928 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
14929
14930 2009-12-01 Glenn Morris <rgm@gnu.org>
14931
14932 * Makefile.in (ELCFILES): Add mpc.elc.
14933
14934 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
14935
14936 * mpc.el: New file.
14937
14938 2009-12-01 Glenn Morris <rgm@gnu.org>
14939
14940 * window.el (window-to-use): Define for compiler.
14941
14942 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
14943 consistent with others (no final period).
14944
14945 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
14946 (rmail-mime-show): Downcase the encoding. (Bug#5070)
14947
14948 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
14949
14950 Make vc-print-log buttons work.
14951 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
14952
14953 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
14954
14955 * savehist.el (savehist-autosave-interval): Allow setting to nil
14956 through customize. (Bug#5056)
14957
14958 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
14959
14960 Fix references to jit-lock properties.
14961 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
14962 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
14963 (perl-font-lock-special-syntactic-constructs):
14964 Quote jit-lock-defer-multiline property.
14965
14966 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
14967
14968 * vc-git.el (vc-git-registered): Call vc-git-root only once.
14969
14970 2009-11-30 Juri Linkov <juri@jurta.org>
14971
14972 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
14973 value `buffer' of `multi-isearch-next-buffer-current-function'.
14974 Use `(current-buffer)' when `buffer' is nil.
14975 (multi-isearch-next-buffer-from-list): Don't fallback to
14976 `(current-buffer)' when `buffer' is nil. (Bug#4947)
14977
14978 2009-11-30 Juri Linkov <juri@jurta.org>
14979
14980 * misearch.el (multi-isearch-read-buffers): Move canonicalization
14981 of buffers with `get-buffer' to `multi-isearch-buffers'.
14982 (multi-isearch-buffers, multi-isearch-buffers-regexp):
14983 Canonicalize BUFFERS with `get-buffer'. Doc fix.
14984 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
14985 FILES with `expand-file-name' converting relative file names
14986 to absolute. Doc fix. (Bug#4727)
14987
14988 2009-11-30 Juri Linkov <juri@jurta.org>
14989
14990 * misearch.el (multi-isearch-read-buffers)
14991 (multi-isearch-read-matching-buffers): New functions.
14992 (multi-isearch-buffers, multi-isearch-buffers-regexp):
14993 Use them in the `interactive' spec. Doc fix.
14994 (multi-isearch-read-files, multi-isearch-read-matching-files):
14995 New functions.
14996 (multi-isearch-files, multi-isearch-files-regexp):
14997 Use them in the `interactive' spec. Doc fix. (Bug#4725)
14998
14999 2009-11-30 Juri Linkov <juri@jurta.org>
15000
15001 * doc-view.el (doc-view-continuous):
15002 Rename from `doc-view-continuous-mode'.
15003 (doc-view-menu): Move "Toggle display" to the top.
15004 Add submenu "Continuous" with radio buttons "Off"/"On"
15005 and "Save as Default".
15006 (doc-view-scroll-up-or-next-page)
15007 (doc-view-scroll-down-or-previous-page)
15008 (doc-view-next-line-or-next-page)
15009 (doc-view-previous-line-or-previous-page):
15010 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
15011
15012 2009-11-30 Juri Linkov <juri@jurta.org>
15013
15014 * comint.el (comint-mode-map): Rebind `M-r' from
15015 `comint-previous-matching-input' to
15016 `comint-history-isearch-backward-regexp'.
15017 Unbind `M-s' to allow global key binding `M-s'.
15018 Add menu items for `comint-history-isearch-backward' and
15019 `comint-history-isearch-backward-regexp'. (Bug#3746)
15020
15021 2009-11-30 Juri Linkov <juri@jurta.org>
15022
15023 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
15024 For def=recenter, replace `recenter' with `recenter-top-bottom'
15025 that is called with `this-command' and `last-command' let-bound
15026 to `recenter-top-bottom'. When the last `def' was not `recenter',
15027 set `recenter-last-op' to nil. (Bug#4981)
15028
15029 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
15030
15031 Minor cleanup and simplification.
15032 * filecache.el (file-cache-add-directory)
15033 (file-cache-add-directory-recursively)
15034 (file-cache-add-from-file-cache-buffer)
15035 (file-cache-delete-file-regexp, file-cache-delete-directory)
15036 (file-cache-files-matching-internal, file-cache-display): Use dolist.
15037 (file-cache-temp-minibuffer-message): Delete function.
15038 (file-cache-minibuffer-complete): Use minibuffer-message instead.
15039
15040 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
15041 Don't signal an error when bumping into EOB in tr, s, or y.
15042
15043 2009-11-29 Juri Linkov <juri@jurta.org>
15044
15045 * startup.el (fancy-about-text): Fix wording of Guided Tour.
15046 (Bug#4960)
15047
15048 * descr-text.el (describe-char-unidata-list): Use lowercase name
15049 for "Unicode name" like in other tags.
15050
15051 2009-11-29 Juri Linkov <juri@jurta.org>
15052
15053 * ediff-util.el (ediff-minibuffer-with-setup-hook):
15054 New compatibility macro.
15055 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
15056
15057 2009-11-29 Juri Linkov <juri@jurta.org>
15058
15059 Add defcustom to define the cycling order of `recenter-top-bottom'.
15060 (Bug#4981)
15061
15062 * window.el (recenter-last-op): Doc fix.
15063 (recenter-positions): New defcustom.
15064 (recenter-top-bottom): Rewrite to use `recenter-positions'.
15065 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
15066
15067 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
15068
15069 Improve integration of Tramp and ange-ftp in eshell.
15070
15071 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
15072 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
15073 (eshell/sudo): Flatten args. Let-bind `default-directory'.
15074
15075 * eshell/esh-util.el (top): Require also Tramp when compiling.
15076 (eshell-directory-files-and-attributes): Check for FTP remote
15077 connection.
15078 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
15079 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
15080 (eshell-file-attributes): Handle ".". Return `entry'.
15081
15082 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
15083 (ange-ftp-directory-files-and-attributes)
15084 (ange-ftp-real-directory-files-and-attributes): New defuns.
15085
15086 * net/tramp.el (tramp-maybe-open-connection): Open the remote
15087 shell with "exec" when possible. This prevents trailing prompts
15088 in `start-file-process'.
15089
15090 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15091
15092 Try and remove assumptions about point-min==1.
15093 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
15094 (rng-compute-mode-line-string): Show the validation percentage in
15095 terms of the narrowed text, not the widened text.
15096 (rng-do-some-validation): Don't catch internal errors when debugging.
15097 (rng-first-error): Simplify.
15098 (rng-after-change-function): Remove work around. AFAIK the bug has
15099 been fixed a while ago.
15100
15101 * image-mode.el (image-minor-mode): Exit more gracefully when the image
15102 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
15103
15104 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
15105
15106 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
15107 `cd' doesn't always do it for us (bug#5067).
15108
15109 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
15110 on 2009-10-25 as part of some other change (bug#5067).
15111
15112 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15113
15114 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
15115 `suspicious'.
15116 (byte-compile-warnings): Use byte-compile-warning-types.
15117 (byte-compile-save-excursion): Warn about use of set-buffer right
15118 after save-excursion.
15119
15120 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
15121 the excursion as well.
15122
15123 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
15124
15125 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
15126 providing a Tramp related implementation of "su" and "sudo".
15127 (eshell-unix-initialize): Add "su" and "sudo".
15128
15129 2009-11-27 Daiki Ueno <ueno@unixuser.org>
15130
15131 * net/socks.el (socks-send-command): Convert binary request to
15132 unibyte before sending. This fixes mishandling of some port
15133 numbers such as 129.
15134
15135 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15136
15137 * help.el (describe-bindings-internal): Remove `interactive'.
15138
15139 * man.el (Man-completion-table): Trim a terminating "(".
15140 Remove the space between name page a section.
15141 Add the command's description on the `help-echo' property.
15142 Remove `process-connection-type' binding since it's unused by
15143 call-process.
15144 Provide completion for the "<section> <name>" format as well.
15145 (Man-default-man-entry): Remove spurious var shadowing the argument.
15146
15147 2009-11-26 Kevin Ryde <user42@zip.com.au>
15148
15149 * log-view.el: Add "Keywords: tools", since its other keywords
15150 aren't in finder-known-keywords, and following vc.el.
15151
15152 * sha1.el (sha1-string-external): default-directory "/" in case
15153 otherwise non-existent. process-connection-type pipe for touch of
15154 efficiency recommended by elisp manual. (An aside in Bug#3911.)
15155
15156 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15157
15158 Misc coding convention cleanups.
15159 * htmlfontify.el (hfy-init-kludge-hook): Rename from
15160 hfy-init-kludge-hooks.
15161 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
15162 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
15163 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
15164 and push.
15165 (hfy-slant, hfy-weight): Use tables rather than code.
15166 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
15167 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
15168 (hfy-face-attr-for-class): Initialize `face-spec' directly.
15169 (hfy-face-to-css): Remove `nconc' with single arg.
15170 (hfy-p-to-face-lennart): Use `or'.
15171 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
15172 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
15173 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
15174 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
15175 (hfy-force-fontification): Use run-hooks.
15176
15177 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
15178
15179 Various minor fixes.
15180 * htmlfontify.el (hfy-default-header): Add toggle_invis since
15181 Javascript belongs in the header, not the body.
15182 (hfy-javascript): Remove.
15183 (hfy-fontify-buffer): Don't insert it any more.
15184 (hfy-face-at): Handle (face0 face1 face2) style face properties.
15185 Fix bug in invis handling when there were no invis props in a chunk.
15186
15187 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15188
15189 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
15190
15191 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
15192
15193 * finder.el (finder-mode-map): Add a menu.
15194
15195 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
15196
15197 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
15198 "unsigned" structs.
15199
15200 (verilog-leap-to-head, verilog-backward-token): Handle "disable
15201 fork" statement better.
15202
15203 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
15204
15205 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
15206 (verilog-delete-auto, verilog-delete-empty-auto-pair)
15207 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
15208 Reported by Clay Douglass.
15209
15210 (verilog-auto-inst, verilog-auto-star-safe)
15211 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
15212 Fix removing "// Interfaces" when saving .* expansions.
15213 Reported by Pierre-David Pfister.
15214
15215 2009-11-26 Glenn Morris <rgm@gnu.org>
15216
15217 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
15218 the scope.
15219
15220 2009-11-25 Johan Bockgård <bojohan@gnu.org>
15221
15222 * vc-annotate.el (vc-annotate-revision-previous-to-line):
15223 Really use previous revision.
15224
15225 2009-11-25 Kevin Ryde <user42@zip.com.au>
15226
15227 * man.el (Man-completion-table): default-directory "/" in case
15228 doesn't otherwise exist. process-environment COLUMNS=999 so as
15229 not to truncate long names. process-connection-type pipe to avoid
15230 any chance of hitting the pseudo-tty TIOCGWINSZ.
15231 (man): completion-ignore-case t for friendliness and since man
15232 itself is case-insensitive on the command line.
15233 Further to Bug#3717.
15234
15235 * arc-mode.el: Add "Keywords: files", so the details in its
15236 commentary can be reached from finder-by-keyword.
15237 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
15238 editing mode, but it's comms related and sgml-mode.el has "comm"
15239 on that basis too.
15240 * textmodes/bibtex-style.el: Add "Keywords: tex".
15241 * international/isearch-x.el, international/ja-dic-cnv.el:
15242 * international/ja-dic-utl.el, international/kkc.el:
15243 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
15244
15245 2009-11-25 Juri Linkov <juri@jurta.org>
15246
15247 * man.el (Man-completion-table): Modify regexp to include
15248 section names to completion strings. (Bug#3717)
15249
15250 2009-11-25 Juri Linkov <juri@jurta.org>
15251
15252 Search recursively in gzipped files. (Bug#4982)
15253
15254 * progmodes/grep.el (grep-highlight-matches): Add new options
15255 `always' and `auto'. Doc fix.
15256 (grep-process-setup): Check `grep-highlight-matches' for
15257 `auto-detect' to determine the need to compute grep defaults.
15258 Move Windows/DOS specific --colors settings handling
15259 to `grep-compute-defaults'. Check `grep-highlight-matches'
15260 to get the value of "--color=".
15261 (grep-compute-defaults): Compute `grep-highlight-matches' when it
15262 has the value `auto-detect'. Move Windows/DOS specific settings
15263 from `grep-process-setup'.
15264 (zrgrep): New command with alias `rzgrep'.
15265
15266 2009-11-25 Juri Linkov <juri@jurta.org>
15267
15268 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
15269 to nil instead of switching off view-mode. (Bug#4896)
15270
15271 2009-11-25 Juri Linkov <juri@jurta.org>
15272
15273 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
15274
15275 * mwheel.el (mwheel-scroll-up-function)
15276 (mwheel-scroll-down-function): New defvars.
15277 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
15278 `scroll-up', and `mwheel-scroll-down-function' instead of
15279 `scroll-down'.
15280
15281 * doc-view.el (doc-view-scroll-up-or-next-page)
15282 (doc-view-scroll-down-or-previous-page): Add optional ARG.
15283 Use this ARG in the call to image-scroll-up/image-scroll-down.
15284 Change `interactive' spec to "P". Goto next/previous page only
15285 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
15286 SPC/DEL case). Doc fix.
15287 (doc-view-next-line-or-next-page)
15288 (doc-view-previous-line-or-previous-page): Rename arg to ARG
15289 for consistency.
15290 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
15291 `doc-view-scroll-up-or-next-page', and buffer-local
15292 `mwheel-scroll-down-function' to
15293 `doc-view-scroll-down-or-previous-page'.
15294
15295 2009-11-25 Juri Linkov <juri@jurta.org>
15296
15297 Provide additional default values (directories at other Dired
15298 windows) via M-n in the minibuffer of some Dired commands.
15299
15300 * dired-aux.el (dired-diff, dired-compare-directories)
15301 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
15302 `minibuffer-default' in `minibuffer-with-setup-hook'.
15303 (dired-dwim-target-directory): Find a window that displays Dired
15304 buffer instead of failing when the next window is not Dired.
15305 Use `get-window-with-predicate' to find for the next Dired window.
15306 (dired-dwim-target-defaults): New function.
15307
15308 * ediff-util.el (ediff-read-file-name):
15309 Use `dired-dwim-target-defaults' to set `minibuffer-default'
15310 in `minibuffer-with-setup-hook'.
15311
15312 2009-11-25 Juri Linkov <juri@jurta.org>
15313
15314 Provide additional default values (file name at point or at the
15315 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
15316
15317 * minibuffer.el (read-file-name-defaults): New function.
15318 (read-file-name): Reset `minibuffer-default' to nil when
15319 it duplicates initial input `insdef'.
15320 Bind `minibuffer-default-add-function' to lambda that
15321 calls `read-file-name-defaults' in `minibuffer-selected-window'.
15322 (minibuffer-insert-file-name-at-point): New command.
15323
15324 * files.el (file-name-at-point-functions): New defcustom.
15325 (find-file-default): Remove defvar.
15326 (find-file-read-args): Don't use `find-file-default'.
15327 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15328 to `read-file-name'.
15329 (find-file-literally): Use `read-file-name' with
15330 `confirm-nonexistent-file-or-buffer'.
15331
15332 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
15333
15334 * dired.el (dired-read-dir-and-switches):
15335 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15336 to `read-file-name'.
15337 (dired-file-name-at-point): New function.
15338 (dired-mode): Add hook `dired-file-name-at-point' to
15339 `file-name-at-point-functions'.
15340
15341 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15342
15343 Really make the *Completions* window soft-dedicated (bug#5030).
15344 * window.el (window--display-buffer-2): Add `dedicated' argument.
15345 (display-buffer): Pass it when needed so the dedicated flag is set
15346 after calling set-window-buffer, which would otherwise reset it.
15347
15348 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15349
15350 * progmodes/meta-mode.el (meta-complete-symbol):
15351 * progmodes/etags.el (complete-tag):
15352 * mail/mailabbrev.el (mail-abbrev-complete-alias):
15353 Use completion-in-region.
15354
15355 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
15356 (dabbrev-completion): Use completion-in-region.
15357 (dabbrev--abbrev-at-point): Simplify regexp.
15358
15359 * abbrev.el (abbrev--before-point): Use word-motion functions
15360 if :regexp is not specified (bug#5031).
15361
15362 * subr.el (string-prefix-p): New function.
15363
15364 * man.el (Man-completion-cache): New var.
15365 (Man-completion-table): Use it.
15366
15367 * vc.el (vc-print-log-internal): Make `limit' optional for better
15368 compatibility (e.g. with vc-annotate.el).
15369
15370 2009-11-24 Kevin Ryde <user42@zip.com.au>
15371
15372 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
15373 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
15374
15375 * emacs-lisp/elint.el (elint-add-required-env): Better error message
15376 when .el source file not found or other error.
15377
15378 2009-11-24 Markus Triska <markus.triska@gmx.at>
15379
15380 * linum.el (linum-update-window): Ignore intangible (bug#4996).
15381
15382 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15383
15384 Handle the [back] button properly (bug#4979).
15385 * descr-text.el (describe-text-properties): Add a `buffer' argument.
15386 Use help-setup-xref, help-buffer, and with-help-window.
15387 (describe-char): Add `buffer' argument.
15388 Pass proper command to help-setup-xref. Don't meddle with
15389 help-xref-stack-item directly.
15390 (describe-text-category): Use with-help-window and help-buffer.
15391
15392 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
15393 for the displayed buffer (bug#4887).
15394
15395 * man.el (Man-completion-table): New function.
15396 (man): Use it.
15397
15398 2009-11-24 David Reitter <david.reitter@gmail.com>
15399
15400 * vc-git.el (vc-git-registered): Use checkout directory (where
15401 .git is) rather than the file's directory and a relative path spec
15402 to work around a bug in git.
15403
15404 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
15405
15406 Improve handling of processes on remote hosts.
15407
15408 * eshell/esh-util.el (eshell-path-env): New defvar.
15409 (eshell-parse-colon-path): New defun.
15410 (eshell-file-attributes): Use `eshell-parse-colon-path'.
15411
15412 * eshell/esh-ext.el (eshell-search-path):
15413 Use `eshell-parse-colon-path'.
15414 (eshell-remote-command): Remove argument HANDLER.
15415 (eshell-external-command): Check for FTP remote connection.
15416
15417 * eshell/esh-proc.el (eshell-gather-process-output):
15418 Use `file-truename', in order to start also symlinked files.
15419 Apply `start-file-process' instead of `start-process'.
15420 Shorten `command' to the local file name part.
15421
15422 * eshell/em-cmpl.el (eshell-complete-commands-list):
15423 Use `eshell-parse-colon-path'.
15424
15425 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
15426
15427 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
15428 to `eshell-directory-change-hook'.
15429
15430 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
15431
15432 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
15433 because it could be enabled automatically if view-read-only is non-nil.
15434
15435 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
15436
15437 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
15438 made on 2009-11-22.
15439
15440 2009-11-24 Glenn Morris <rgm@gnu.org>
15441
15442 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
15443 deleted variable bookmark-bmenu-bookmark-column.
15444
15445 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15446
15447 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
15448
15449 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
15450
15451 * net/browse-url.el (browse-url-filename-alist): On Windows, add
15452 two slashes to the "file:" prefix.
15453 (browse-url-file-url): De-munge Cygwin filenames before passing
15454 them to Windows browser.
15455 (browse-url-default-windows-browser): Use call-process.
15456
15457 2009-11-23 Juri Linkov <juri@jurta.org>
15458
15459 Implement DocView Continuous mode. (Bug#4896)
15460 * doc-view.el (doc-view-continuous-mode): New defcustom.
15461 (doc-view-mode-map): Bind C-n/<down> to
15462 `doc-view-next-line-or-next-page', C-p/<up> to
15463 `doc-view-previous-line-or-previous-page'.
15464 (doc-view-next-line-or-next-page)
15465 (doc-view-previous-line-or-previous-page): New commands.
15466
15467 2009-11-23 Juri Linkov <juri@jurta.org>
15468
15469 Implement Isearch in comint input history. (Bug#3746)
15470 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
15471 `isearch-mode-hook'.
15472 (comint-history-isearch): New defcustom.
15473 (comint-history-isearch-backward)
15474 (comint-history-isearch-backward-regexp): New commands.
15475 (comint-history-isearch-message-overlay): New buffer-local variable.
15476 (comint-history-isearch-setup, comint-history-isearch-end)
15477 (comint-goto-input, comint-history-isearch-search)
15478 (comint-history-isearch-message, comint-history-isearch-wrap)
15479 (comint-history-isearch-push-state)
15480 (comint-history-isearch-pop-state): New functions.
15481
15482 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
15483
15484 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
15485 return.
15486 (tramp-handle-make-symbolic-link)
15487 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
15488 Quote file names.
15489 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
15490 (tramp-handle-process-file): Use it.
15491
15492 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
15493
15494 * window.el (move-to-window-line-last-op): Remove.
15495 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
15496
15497 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
15498
15499 Make M-r mirror the new cycling behavior of C-l.
15500 * window.el (move-to-window-line-last-op): New var.
15501 (move-to-window-line-top-bottom): New command.
15502 (global-map): Bind M-r move-to-window-line-top-bottom.
15503
15504 2009-11-23 Sven Joachim <svenjoac@gmx.de>
15505
15506 * dired-x.el (dired-guess-shell-alist-default):
15507 Support xz format. (Bug#4953)
15508
15509 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
15510
15511 * emulation/viper-cmd.el: Use viper-last-command-char instead of
15512 last-command-char/last-command-event.
15513 (viper-prefix-arg-value): Do correct conversion of event-char for
15514 XEmacs.
15515
15516 * emulation/viper-util.el, emulation/viper.el:
15517 Use viper-last-command-char instead of
15518 last-command-char/last-command-event.
15519
15520 * ediff-init.el, ediff-mult.el, ediff-util.el:
15521 Replace last-command-char and last-command-event
15522 with (ediff-last-command-char) everywhere.
15523
15524 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
15525 created in fundamental mode.
15526
15527 * ediff.el (ediff-version): Revert the change of interactive-p to
15528 called-interactively-p.
15529
15530 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
15531
15532 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
15533 generation from word-movement command names.
15534
15535 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
15536
15537 * cus-start.el (all): Add native condition for font-use-system-font.
15538
15539 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
15540
15541 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
15542 Correct the patch from 2009-11-18. (Bug#3910)
15543
15544 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
15545
15546 * progmodes/subword.el: Rename from lisp/subword.el.
15547
15548 * subword.el: Rename to progmodes/subword.el.
15549
15550 * Makefile.in (ELCFILES): Adapt to subword.el move.
15551
15552 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15553 Stefan Monnier <monnier@iro.umontreal.ca>
15554
15555 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
15556 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
15557 (bookmark-bmenu-show-filenames): Use push.
15558 (bookmark-bmenu-hide-filenames): Use local var instead of
15559 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
15560 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
15561 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
15562 filenames now that the bookmark names are always available.
15563
15564 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15565
15566 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
15567 (bookmark-search-pattern): Move and leave unbound.
15568 (bookmark-bmenu-mode-map): Change binding.
15569 (bookmark-read-search-input): Simplify.
15570 Don't use text-char-description. Don't error on non-char events.
15571 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
15572 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
15573 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
15574 Use a local var for the timer.
15575 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
15576 (i.e. bookmark-bmenu-search).
15577
15578 2009-11-21 Glenn Morris <rgm@gnu.org>
15579
15580 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
15581
15582 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
15583
15584 * net/browse-url.el (browse-url-default-windows-browser):
15585 Use cygstart for cygwin.
15586
15587 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
15588
15589 * bookmark.el: Formatting and doc fixes only:
15590 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
15591 (bookmark-bmenu-search): Wrap to fit within 80 columns.
15592 Minor grammar and punctuation fixes in doc string.
15593 (bookmark-read-search-input): Adjust to fit within 80 columns.
15594
15595 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
15596
15597 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
15598 (c-backward-into-nomenclature): Adapt to subword renaming.
15599
15600 * subword.el (subword-forward, subword-backward, subword-mark)
15601 (subword-kill, subword-backward-kill, subword-transpose)
15602 (subword-downcase, subword-upcase, subword-capitalize)
15603 (subword-forward-internal, subword-backward-internal):
15604 Rename from forward-subword, backward-subword, mark-subword,
15605 kill-subword, backward-kill-subword, transpose-subwords,
15606 downcase-subword, upcase-subword, capitalize-subword,
15607 forward-subword-internal, backward-subword-internal.
15608
15609 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15610
15611 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
15612 New options.
15613 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
15614 New vars.
15615 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
15616 (bookmark-bmenu-filter-alist-by-regexp)
15617 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
15618 (bookmark-bmenu-search): New command.
15619 (bookmark-bmenu-mode-map): Bind it.
15620
15621 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
15622
15623 * progmodes/cc-cmds.el: declare-functioned forward-subword and
15624 backward-subword to quit the byte-compiler.
15625
15626 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
15627
15628 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
15629
15630 * progmodes/cc-cmds.el (c-update-modeline)
15631 (c-forward-into-nomenclature, c-backward-into-nomenclature):
15632 Refer to subword.el functions instead of cc-subword.el.
15633
15634 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
15635 subword.el functions instead of cc-subword.el.
15636
15637 * progmodes/cc-subword.el: Rename to subword.el.
15638 * subword.el: Rename from progmodes/cc-subword.el.
15639 (subword-mode-map): Rename from c-subword-mode-map.
15640 (subword-mode): Rename from c-subword-mode.
15641 (global-subword-mode): New global minor mode.
15642 (forward-subword): Rename from c-forward-subword.
15643 (backward-subword): Rename from c-backward-subword.
15644 (mark-subword): Rename from c-mark-subword.
15645 (kill-subword): Rename from c-kill-subword.
15646 (backward-kill-subword): Rename from c-backward-kill-subword.
15647 (transpose-subwords): Rename from c-tranpose-subword.
15648 (downcase-subword): Rename from c-downcase-subword.
15649 (capitalize-subword): Rename from c-capitalize-subword.
15650 (forward-subword-internal): Rename from c-forward-subword-internal.
15651 (backward-subword-internal): Rename from c-backward-subword-internal.
15652
15653 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
15654
15655 * vc.el (vc-deduce-fileset): Allow non-state changing operations
15656 from a dired buffer.
15657 (vc-dired-deduce-fileset): New function.
15658 (vc-root-diff, vc-print-root-log): Use it.
15659
15660 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
15661 nil LIMIT argument to vc-print-log-internal.
15662
15663 2009-11-20 Glenn Morris <rgm@gnu.org>
15664
15665 * Makefile.in (ELCFILES): Regenerate.
15666
15667 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
15668
15669 * calc/calc.el (calc-set-mode-line):
15670 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
15671 (math-format-number): Rename `math-format-complement-signed' to
15672 `math-format-twos-complement'.
15673
15674 * calc/calc-bin.el (math-format-twos-complement): Rename from
15675 math-format-complement-signed.
15676 (calc-radix): Rename `calc-complement-signed-mode' to
15677 `calc-twos-complement-mode'.
15678 (calc-octal-radix, calc-hex-radix): Add an argument for
15679 two's complement.
15680
15681 * calc/calc-embed.el (calc-embedded-mode-vars):
15682 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
15683
15684 * calc/calc-ext.el (calc-init-extensions):
15685 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
15686 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
15687
15688 * calc/calc-units.el (math-build-units-table-buffer):
15689 Let `calc-twos-complement-mode' be nil.
15690
15691 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
15692 entries.
15693
15694 * calc/calc-vec.el (calcFunc-vunpack):
15695 * calc/calc-aent.el (calc-do-calc-eval):
15696 * calc/calc-forms.el (math-format-date):
15697 * calc/calc-graph.el (calc-graph-plot):
15698 * calc/calc-math.el (math-use-emacs-fn):
15699 * calc/calccomp.el (math-compose-expr):
15700 Let `calc-twos-complement-mode' be nil.
15701
15702 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15703
15704 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
15705 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
15706 * minibuffer.el (completion-in-region-functions): New hook.
15707 (completion-in-region): New function.
15708 * emacs-lisp/lisp.el (lisp-complete-symbol):
15709 * pcomplete.el (pcomplete-std-complete): Use it.
15710
15711 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15712
15713 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
15714 (latex-complete-alist): New vars.
15715 (latex-string-prefix-p, latex-complete-bibtex-keys)
15716 (latex-complete-envnames, latex-complete-refkeys)
15717 (latex-complete-data): New functions.
15718 (latex-complete, latex-indent-or-complete): New commands.
15719
15720 * window.el (display-buffer-mark-dedicated): New var.
15721 (display-buffer): Obey it.
15722 * minibuffer.el (minibuffer-completion-help): Use it.
15723
15724 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
15725
15726 * filecache.el (file-cache-add-file): Use push and cons.
15727 (file-cache-delete-file-regexp): Use push.
15728 (file-cache-complete): Use completion-in-region.
15729
15730 * simple.el (with-wrapper-hook): Fix thinko.
15731
15732 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
15733 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
15734 Use with-current-buffer and string-to-number.
15735 (hfy-fallback-colour-values): Use assoc-string.
15736 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
15737 (hfy-face-at): Remove unused var `found-face'.
15738 (hfy-compile-stylesheet): Remove unused var `css'.
15739 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
15740 and `orig-buffer'.
15741 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
15742 Use with-current-buffer.
15743 (hfy-text-p): Use expand-file-name and fewer setq.
15744
15745 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
15746
15747 * htmlfontify.el, hfy-cmap.el: New files.
15748
15749 2009-11-19 Juri Linkov <juri@jurta.org>
15750
15751 * minibuffer.el (completions-format): New defcustom.
15752 (completion--insert-strings): Implement vertical format.
15753
15754 * simple.el (switch-to-completions): Move point to the first
15755 completion when point was at the beginning of the buffer.
15756
15757 2009-11-19 Juri Linkov <juri@jurta.org>
15758
15759 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
15760
15761 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
15762
15763 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
15764
15765 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
15766 (mail-signature): Change default to t.
15767 (mail-from-style): Deprecate `system-default' value.
15768 (mail-insert-from-field): For default value of mail-from-style,
15769 default to `angles' unless `angles' needs quoting and `parens'
15770 does not.
15771 (mail-citation-prefix-regexp): Use citation regexp from
15772 message-mode.
15773
15774 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
15775
15776 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
15777 Set variables for computing the prompt for reading password.
15778
15779 2009-11-19 Glenn Morris <rgm@gnu.org>
15780
15781 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
15782
15783 * textmodes/flyspell.el (sgml-lexical-context): Declare.
15784
15785 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
15786 (newsticker-treeview-listwindow-height): Fix custom type.
15787
15788 2009-11-19 Kenichi Handa <handa@m17n.org>
15789
15790 * descr-text.el (describe-char-padded-string): Compose with TAB
15791 only if there's a font for CH.
15792 (describe-char): Fix the condition for detecting a trivial composition.
15793
15794 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
15795
15796 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
15797 more accurate version of the regexp. (Bug#3910)
15798
15799 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
15800
15801 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
15802
15803 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
15804
15805 * font-setting.el (font-use-system-font): Declare for byte-compiler.
15806 (font-setting-change-default-font): Fix typo in docstring.
15807
15808 2009-11-18 Alan Mackenzie <acm@muc.de>
15809
15810 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
15811
15812 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
15813
15814 * font-setting.el (font-use-system-font): Move ...
15815
15816 * cus-start.el (all): ... to here.
15817
15818 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
15819
15820 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
15821 Don't set `ad-return-value' if `ad-do-it' doesn't.
15822
15823 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
15824 modification time.
15825
15826 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
15827
15828 * menu-bar.el: Put "Use system font" in Option-menu.
15829 (menu-bar-options-save): Add font-use-system-font.
15830
15831 * loadup.el: If feature system-font-setting or font-render-setting is
15832 there, load font-setting.
15833
15834 * Makefile.in (ELCFILES): Add font-settings.el.
15835 * font-setting.el: New file.
15836
15837 2009-11-17 Glenn Morris <rgm@gnu.org>
15838
15839 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
15840
15841 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
15842 Preserve point in the list buffer. (Bug#4939)
15843 Use point-at-eol.
15844 (newsticker--treeview-list-update-highlight)
15845 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
15846
15847 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
15848
15849 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
15850 Remove.
15851
15852 * calc/calc-ext.el (calc-init-extensions): Remove references to
15853 symclip.
15854
15855 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
15856
15857 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
15858 * calc/calc-help.el (calc-b-prefix-help): Remove references to
15859 `calc-symclip'.
15860
15861 2009-11-16 Kevin Ryde <user42@zip.com.au>
15862
15863 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
15864 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
15865
15866 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
15867 (lm-keywords-list): Allow comma-only separator like "foo,bar".
15868 Ignore trailing spaces by omit-nulls to split-string (fixing
15869 regression from Emacs 21 due to the incompatible split-string
15870 change). (Bug #4928.)
15871
15872 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
15873
15874 * vc.el (vc-log-show-limit): Default to 2000.
15875 (vc-print-log-internal): Insert buttons to request more entries
15876 when limiting the output.
15877
15878 * vc-sccs.el (vc-sccs-print-log):
15879 * vc-rcs.el (vc-rcs-print-log):
15880 * vc-cvs.el (vc-cvs-print-log):
15881 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
15882 LIMIT is non-nil.
15883
15884 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
15885
15886 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
15887 error when `tramp-gvfs-dbus-event-vector' is set.
15888 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
15889
15890 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
15891
15892 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
15893
15894 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
15895
15896 * net/dbus.el (dbus-unregister-service): New defun.
15897 (dbus-register-property): Register the handlers of
15898 "org.freedesktop.DBus.Properties" for SERVICE.
15899 (dbus-property-handler): Fix docstring.
15900
15901 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15902
15903 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
15904 Quote doc string reference in defvaralias as it is not in special form.
15905 (byte-compile-output-docform): Doc fix.
15906
15907 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
15908
15909 * calc/calc.el (math-2-word-size, math-half-2-word-size)
15910 (calc-complement-signed-mode): New variables.
15911 (calc-set-mode-line): Add indicator for twos-complements.
15912 (math-format-number): Format twos-complement notation.
15913
15914 * calc/calc-bin.el (calc-word-size): Reset the variables
15915 `math-2-word-size' and `math-half-2-word-size'.
15916 (math-format-complement-signed, math-symclip, calcFunc-symclip)
15917 (calc-symclip): New functions.
15918
15919 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
15920
15921 * calc/calc-embed.el (calc-embedded-mode-vars):
15922 Add `calc-complement-signed-mode' to the list of modes.
15923
15924 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
15925 (calc-b-oper-keys): Add `calc-symclip' to list.
15926
15927 * calc/calc-ext.el (math-read-number-fancy): Read complement
15928 signed numbers.
15929 (calc-init-extensions): Add binding for `calc-symclip'.
15930 Add autoload for `calcFunc-symclip' and `calc-symclip'.
15931
15932 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
15933 `calc-symclip'.
15934 (calc-modes-menu): Add item for twos complement mode.
15935
15936 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
15937
15938 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
15939
15940 * register.el (jump-to-register, insert-register): Handle Semantic
15941 tags. From commented-out advice in semantic/senator.el.
15942
15943 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
15944
15945 * vc.el (vc-log-show-limit): New variable.
15946 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
15947 when using a prefix argument.
15948 (vc-print-log-internal): Add new argument LIMIT.
15949
15950 * vc-svn.el (vc-svn-print-log):
15951 * vc-mtn.el (vc-mtn-print-log):
15952 * vc-hg.el (vc-hg-print-log):
15953 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
15954 pass it to the log command when set. Make the BUFFER argument
15955 non-optional.
15956
15957 * vc-sccs.el (vc-sccs-print-log):
15958 * vc-rcs.el (vc-rcs-print-log):
15959 * vc-git.el (vc-git-print-log):
15960 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
15961 ignore it. Make the BUFFER argument non-optional.
15962
15963 * bindings.el (mode-line-buffer-identification): Do not purecopy.
15964
15965 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
15966
15967 * dired.el (dired-mode-map): Move encryption items to "Operate"
15968 menu (Bug#4703).
15969
15970 * strokes.el (strokes-update-window-configuration): Make strokes
15971 buffer current before erasing (Bug#4906).
15972
15973 2009-11-15 Juri Linkov <juri@jurta.org>
15974
15975 * simple.el (set-mark-default-inactive): Add :type, :group
15976 and :version. (Bug#4876)
15977
15978 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
15979
15980 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
15981 (archive-unique-fname): ... here. (Bug#4929)
15982
15983 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
15984
15985 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
15986 with a real fix.
15987
15988 * novice.el (disabled-command-function): Add useful args.
15989 Setup the help buffer so that [back] works.
15990 Remove redundant call to help-mode.
15991 (disabled-command-function): Use `case'.
15992 (en/disable-command): New function extracted from enable-command.
15993 (enable-command, disable-command): Use it.
15994
15995 2009-11-14 Glenn Morris <rgm@gnu.org>
15996
15997 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
15998 constants. (Bug#4913)
15999
16000 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
16001
16002 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
16003
16004 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
16005 defined in C that have no doc-strings. (Bug#1063)
16006
16007 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
16008
16009 * cus-edit.el (data, files):
16010 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
16011
16012 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
16013
16014 * simple.el (shell-command): Doc fix (Bug#4891).
16015
16016 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
16017
16018 2009-11-14 Glenn Morris <rgm@gnu.org>
16019
16020 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
16021 statements for vc-diff, emerge-quit, and rmail-cease-edit.
16022 If they are already loaded, eval-after-load will do the right thing.
16023
16024 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
16025 compiling.
16026
16027 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
16028
16029 * simple.el (x-selection-owner-p): Declare.
16030 (read-mail-command): Use custom radio type rather than choice.
16031 (completion-no-auto-exit): Doc fix.
16032
16033 * custom.el (defgroup):
16034 * epg-config.el (epg): Doc fixes.
16035
16036 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
16037
16038 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
16039 * international/ccl.el (define-ccl-program): Do not purecopy the
16040 docstring, defconst does it anyway.
16041
16042 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16043
16044 * add-log.el (add-change-log-entry): Avoid displaying the changelog
16045 a second time.
16046
16047 * x-dnd.el (x-dnd-maybe-call-test-function):
16048 * window.el (split-window-vertically):
16049 * whitespace.el (whitespace-help-on):
16050 * vc-rcs.el (vc-rcs-consult-headers):
16051 * userlock.el (ask-user-about-lock-help)
16052 (ask-user-about-supersession-help):
16053 * type-break.el (type-break-force-mode-line-update):
16054 * time-stamp.el (time-stamp-conv-warn):
16055 * terminal.el (te-set-output-log, te-more-break, te-filter)
16056 (te-sentinel, terminal-emulator):
16057 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
16058 (term-write-input-ring, term-check-source, term-start-output-log):
16059 (term-display-buffer-line, term-dynamic-list-completions):
16060 (term-ansi-make-term, serial-term):
16061 * subr.el (selective-display):
16062 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
16063 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
16064 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
16065 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
16066 (speedbar-remove-localized-speedbar-support)
16067 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
16068 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
16069 (speedbar-buffers-line-directory):
16070 * simple.el (shell-command-on-region, append-to-buffer)
16071 (prepend-to-buffer):
16072 * shadowfile.el (shadow-save-todo-file):
16073 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
16074 (scroll-bar-maybe-set-window-start):
16075 * sb-image.el (speedbar-image-dump):
16076 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
16077 (load-save-place-alist-from-file):
16078 * ps-samp.el (ps-print-message-from-summary):
16079 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
16080 (ps-background-image, ps-begin-job, ps-do-despool):
16081 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
16082 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
16083 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
16084 (pr-call-process, pr-file-list, pr-interface-save):
16085 * novice.el (disabled-command-function)
16086 (enable-command, disable-command):
16087 * mouse.el (mouse-buffer-menu-alist):
16088 * mouse-copy.el (mouse-kill-preserving-secondary):
16089 * macros.el (kbd-macro-query):
16090 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
16091 * informat.el (batch-info-validate):
16092 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
16093 * hippie-exp.el (try-expand-dabbrev-visible):
16094 * help-mode.el (help-make-xrefs):
16095 * help-fns.el (describe-variable):
16096 * generic-x.el (bat-generic-mode-run-as-comint):
16097 * finder.el (finder-mouse-select):
16098 * find-dired.el (find-dired-sentinel):
16099 * filesets.el (filesets-file-close):
16100 * files.el (list-directory):
16101 * faces.el (list-faces-display, describe-face):
16102 * facemenu.el (list-colors-display):
16103 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
16104 * epg.el (epg--process-filter, epg-cancel):
16105 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
16106 (epa--read-signature-type):
16107 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
16108 (emerge-file-names):
16109 * ehelp.el (electric-helpify):
16110 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
16111 * ediff-vers.el (rcs-ediff-view-revision):
16112 * ediff-util.el (ediff-setup):
16113 * ediff-mult.el (ediff-append-custom-diff):
16114 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
16115 (ediff-wordify):
16116 * echistory.el (Electric-command-history-redo-expression):
16117 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
16118 * disp-table.el (describe-display-table):
16119 * dired.el (dired-find-buffer-nocreate):
16120 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
16121 * dabbrev.el (dabbrev--same-major-mode-p):
16122 * chistory.el (list-command-history):
16123 * apropos.el (apropos-documentation):
16124 * allout.el (allout-obtain-passphrase):
16125 (allout-copy-exposed-to-buffer):
16126 (allout-verify-passphrase): Use with-current-buffer.
16127
16128 2009-11-13 Glenn Morris <rgm@gnu.org>
16129
16130 * Makefile.in (ELCFILES): Regenerate.
16131
16132 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
16133
16134 * net/dbus.el (dbus-registered-objects-table): Rename from
16135 `dbus-registered-functions-table', because it contains also properties.
16136 (dbus-unregister-object): Unregister also properties.
16137 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
16138 Use a timeout of 500 msec, in order to not block.
16139 (dbus-register-property, dbus-property-handler): New defuns.
16140
16141 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16142
16143 * simple.el (minibuffer-default-add-completions): Drop deprecated
16144 4th arg.
16145
16146 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
16147
16148 * textmodes/artist.el (artist-mouse-choose-operation):
16149 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
16150 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
16151 (artist-compute-up-event-key): New function.
16152 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
16153
16154 2009-11-13 Kenichi Handa <handa@m17n.org>
16155
16156 * language/japan-util.el: Make sure that the value of jisx0208
16157 property is jisx0208 character.
16158
16159 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
16160
16161 * international/mule.el (auto-coding-regexp-alist): Only purecopy
16162 car or each item, not the whole list.
16163
16164 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
16165
16166 * minibuffer.el (minibuffer-completion-help):
16167 Use minibuffer-hide-completions.
16168
16169 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
16170
16171 * dired.el (dired-save-positions, dired-restore-positions): New funs.
16172 (dired-revert): Use them (bug#4880).
16173
16174 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16175
16176 * tooltip.el (tooltip-frame-parameters): Undo previous change.
16177
16178 2009-11-12 Juri Linkov <juri@jurta.org>
16179
16180 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
16181 New functions.
16182 (find-file-literally-at-point): Alias of `ffap-literally'.
16183
16184 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16185
16186 * textmodes/ispell.el (ispell-skip-region-alist):
16187 * textmodes/css-mode.el (auto-mode-alist):
16188 * progmodes/compile.el (auto-mode-alist):
16189 * international/mule.el (ctext-non-standard-encodings-alist)
16190 (ctext-non-standard-encodings-regexp):
16191 * simple.el (shell-command-switch, text-read-only):
16192 * replace.el (occur-mode-map):
16193 * paths.el (rmail-file-name):
16194 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
16195 * find-file.el (ff-special-constructs):
16196 * files.el (file-name-handler-alist):
16197 * composite.el: Purecopy strings.
16198
16199 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
16200
16201 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16202
16203 * widget.el (define-widget): Purecopy the docstring.
16204 * international/mule-cmds.el (charset): Do not purecopy the
16205 docstring here, define-widget does it.
16206
16207 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
16208 * textmodes/bibtex-style.el (auto-mode-alist):
16209 * progmodes/inf-lisp.el (inferior-lisp-prompt):
16210 * progmodes/compile.el (compile-command):
16211 * language/korea-util.el (default-korean-keyboard):
16212 * international/mule-conf.el (file-coding-system-alist):
16213 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
16214 * tooltip.el (tooltip-frame-parameters):
16215 * newcomment.el (comment-end, comment-padding):
16216 * dired.el (dired-trivial-filenames):
16217 * comint.el (comint-file-name-prefix): Purecopy initial values.
16218
16219 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
16220
16221 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
16222 (tramp-advice-minibuffer-electric-tilde): Unload advices via
16223 `tramp-unload'.
16224 (tramp-advice-make-auto-save-file-name)
16225 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
16226 after removing the advice.
16227
16228 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16229
16230 * progmodes/grep.el (grep-regexp-alist):
16231 * international/mule-cmds.el (iso-2022-control-alist):
16232 * emacs-lisp/timer.el (timer-duration-words):
16233 * subr.el (version-separator, version-regexp-alist):
16234 * minibuffer.el (completion-styles-alist):
16235 * faces.el (face-attribute-name-alist, list-faces-sample-text):
16236 Change defvars to defconsts.
16237
16238 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
16239 * loadup.el ("international/mule-conf"): Load the byte compiled version.
16240 * international/mule-conf.el: Allow to be byte compiled.
16241
16242 * international/mule.el (define-charset): Purecopy props.
16243 (load-with-code-conversion): Purecopy doc string and file name.
16244 (put-charset-property): Purecopy strings.
16245 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
16246
16247 * international/mule-cmds.el (register-input-method): Purecopy arguments.
16248 (define-char-code-property): Correctly purecopy the table.
16249
16250 * international/ccl.el (define-ccl-program): Purecopy the docstring.
16251
16252 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
16253
16254 * subr.el (add-hook): Purecopy strings.
16255 (eval-after-load): Purecopy load-history-regexp and the form.
16256
16257 * custom.el (custom-declare-group): Purecopy load-file-name.
16258
16259 * subr.el (menu-bar-separator): New defconst.
16260 * net/eudc.el (eudc-tools-menu):
16261 * international/mule-cmds.el (set-coding-system-map)
16262 (mule-menu-keymap):
16263 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
16264 * vc-hooks.el (vc-menu-map):
16265 * replace.el (occur-mode-map):
16266 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
16267 (menu-bar-edit-menu, menu-bar-goto-menu)
16268 (menu-bar-custom-menu, menu-bar-showhide-menu)
16269 (menu-bar-options-menu, menu-bar-tools-menu)
16270 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
16271 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
16272 (menu-bar-help-menu):
16273 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
16274 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
16275
16276 * term/x-win.el (x-gtk-stock-map):
16277 * progmodes/vera-mode.el (auto-mode-alist):
16278 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
16279 (inferior-lisp-program, inferior-lisp-load-command):
16280 * progmodes/hideshow.el (hs-special-modes-alist):
16281 * progmodes/gud.el (same-window-regexps):
16282 * progmodes/grep.el (grep-program, find-program, xargs-program):
16283 * net/telnet.el (same-window-regexps):
16284 * net/rlogin.el (same-window-regexps):
16285 * language/ethiopic.el (font-ccl-encoder-alist):
16286 * vc-sccs.el (vc-sccs-master-templates):
16287 * vc-rcs.el (vc-rcs-master-templates):
16288 * subr.el (cl-assertion-failed):
16289 * simple.el (next-error-overlay-arrow-position):
16290 * lpr.el (lpr-command):
16291 * locate.el (locate-ls-subdir-switches):
16292 * info.el (same-window-regexps, info)
16293 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
16294 * image-mode.el (image-mode, auto-mode-alist):
16295 * hippie-exp.el (hippie-expand-ignore-buffers):
16296 * format.el (format-alist):
16297 * find-dired.el (find-ls-subdir-switches, find-grep-options)
16298 (find-name-arg):
16299 * facemenu.el (facemenu-keybindings):
16300 * dired.el (dired-listing-switches, dired-chown-program):
16301 * diff.el (diff-switches, diff-command):
16302 * cus-edit.el (same-window-regexps):
16303 * bindings.el (mode-line-mule-info)
16304 (mode-line-buffer-identification): Purecopy strings.
16305
16306 2009-11-11 Juri Linkov <juri@jurta.org>
16307
16308 * simple.el (dired-get-filename) <declare-function>:
16309 Tell the byte-compiler about dired-get-filename.
16310 (shell-command): In Dired mode, get filename from the current line
16311 as the default value.
16312
16313 2009-11-10 Glenn Morris <rgm@gnu.org>
16314
16315 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
16316 * calendar/holidays.el, progmodes/cperl-mode.el:
16317 Update x-popup-menu declarations.
16318
16319 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
16320 (list-load-path-shadows): Use dolist.
16321 (list-load-path-shadows): Use with-current-buffer.
16322
16323 2009-11-10 Juri Linkov <juri@jurta.org>
16324
16325 * minibuffer.el (read-file-name): Support a list of default values
16326 in `default-filename'. Use the first file name where only one
16327 element is required. Doc fix.
16328
16329 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
16330
16331 * net/dbus.el (dbus-unregister-object): Release service, if no
16332 other method is registered for it.
16333
16334 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
16335
16336 * bookmark.el (bookmark-completing-read): Sort bookmark names if
16337 bookmark-sort-flag is non-nil (Bug#4653).
16338
16339 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
16340
16341 * emulation/cua-base.el: Add CUA property to some CC mode commands
16342 (Bug#4100).
16343
16344 2009-11-08 Kevin Ryde <user42@zip.com.au>
16345
16346 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
16347 at end of sentence (Bug#4818).
16348
16349 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
16350
16351 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16352 Handle "see declaration of" MSFT statements (Bug#4100).
16353
16354 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
16355
16356 * net/tramp.el (tramp-advice-make-auto-save-file-name)
16357 (tramp-advice-file-expand-wildcards): Unload via
16358 `ad-remove-advice'.
16359
16360 * net/trampver.el: Update release number.
16361
16362 2009-11-08 Kevin Ryde <user42@zip.com.au>
16363
16364 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
16365 `ad-do-it'.
16366
16367 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
16368
16369 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
16370 in order to keep context in SELinux.
16371
16372 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
16373
16374 * dired-aux.el (dired-query): Place cursor in echo area and allow
16375 C-g.
16376
16377 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
16378 menu item if not on a directory (Bug#4701).
16379
16380 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
16381
16382 Sync with Tramp 2.1.17.
16383
16384 * net/tramp.el (tramp-handle-copy-directory): Don't use
16385 `file-remote-p' (due to compatibility).
16386
16387 * net/tramp-compat.el (tramp-compat-copy-directory)
16388 (tramp-compat-delete-directory): New defuns.
16389
16390 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
16391 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
16392 Use `tramp-compat-delete-directory'.
16393
16394 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
16395 (tramp-smb-handle-delete-directory):
16396 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
16397
16398 * net/trampver.el: Update release number.
16399
16400 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
16401
16402 * tar-mode.el (tar-copy): Call write-region on the right buffer
16403 (Bug#4857).
16404
16405 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
16406 by hand, if necessary (Bug#4878).
16407
16408 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
16409
16410 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
16411 align size column (Bug#4839).
16412
16413 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
16414 statement.
16415
16416 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16417
16418 * progmodes/ld-script.el (auto-mode-alist):
16419 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
16420
16421 * cus-face.el (custom-declare-face): Purecopy face spec.
16422
16423 2009-11-06 Kenichi Handa <handa@m17n.org>
16424
16425 * international/uni-bidi.el: Re-generated.
16426 * international/uni-category.el: Re-generated.
16427 * international/uni-combining.el: Re-generated.
16428 * international/uni-mirrored.el: Re-generated.
16429
16430 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16431
16432 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
16433 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
16434 (tex-start-options, slitex-run-command, latex-run-command)
16435 (tex-run-command, tex-directory):
16436 * textmodes/ispell.el (ispell-html-skip-alists)
16437 (ispell-tex-skip-alists, ispell-tex-skip-alists):
16438 * textmodes/fill.el (adaptive-fill-first-line-regexp):
16439 (adaptive-fill-regexp):
16440 * textmodes/dns-mode.el (auto-mode-alist):
16441 * progmodes/python.el (interpreter-mode-alist):
16442 * progmodes/etags.el (tags-compression-info-list):
16443 * progmodes/etags.el (tags-file-name):
16444 * net/browse-url.el (browse-url-galeon-program)
16445 (browse-url-firefox-program):
16446 * mail/sendmail.el (mail-signature-file)
16447 (mail-citation-prefix-regexp):
16448 * international/mule-conf.el (eight-bit):
16449 * international/latexenc.el (latex-inputenc-coding-alist):
16450 * international/fontset.el (x-pixel-size-width-font-regexp):
16451 * emacs-lisp/warnings.el (warning-type-format):
16452 * emacs-lisp/trace.el (trace-buffer):
16453 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
16454 (emacs-lisp-mode-map):
16455 * calendar/holidays.el (holiday-solar-holidays)
16456 (holiday-bahai-holidays, holiday-islamic-holidays)
16457 (holiday-christian-holidays, holiday-hebrew-holidays)
16458 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
16459 (hebrew-holidays-1, holiday-oriental-holidays)
16460 (holiday-general-holidays):
16461 * x-dnd.el (x-dnd-known-types):
16462 * tool-bar.el (tool-bar):
16463 * startup.el (site-run-file):
16464 * shell.el (shell-dumb-shell-regexp):
16465 * rfn-eshadow.el (file-name-shadow-tty-properties)
16466 (file-name-shadow-properties):
16467 * paths.el (remote-shell-program, news-directory):
16468 * mouse.el ([C-down-mouse-3]):
16469 * menu-bar.el (menu-bar-tools-menu):
16470 * jka-cmpr-hook.el (jka-compr-load-suffixes)
16471 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
16472 (jka-compr-compression-info-list):
16473 * isearch.el (search-whitespace-regexp):
16474 * image-file.el (image-file-name-extensions):
16475 * find-dired.el (find-ls-option):
16476 * files.el (directory-listing-before-filename-regexp)
16477 (directory-free-space-args, insert-directory-program)
16478 (list-directory-brief-switches, magic-fallback-mode-alist)
16479 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
16480 (automount-dir-prefix):
16481 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
16482 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
16483 (face-font-registry-alternatives, face-font-registry-alternatives)
16484 (face-font-family-alternatives):
16485 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
16486 (facemenu-foreground-menu, facemenu-face-menu):
16487 * epa-hook.el (epa-file-name-regexp):
16488 * dnd.el (dnd-protocol-alist):
16489 * textmodes/rst.el (auto-mode-alist):
16490 * button.el (default-button): Purecopy strings.
16491
16492 2009-11-06 Glenn Morris <rgm@gnu.org>
16493
16494 * Makefile.in (ELCFILES): Update.
16495
16496 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
16497
16498 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
16499 * emacs-lisp/levents.el: Move to obsolete/levents.el.
16500
16501 * nxml/xsd-regexp.el (xsdre-gen-categories):
16502 * nxml/xmltok.el (xmltok-parse-entity):
16503 * nxml/rng-parse.el (rng-parse-validate-file):
16504 * nxml/rng-maint.el (rng-format-manual)
16505 (rng-manual-output-force-new-line):
16506 * nxml/rng-loc.el (rng-save-schema-location-1):
16507 * nxml/rng-cmpct.el (rng-c-parse-file):
16508 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
16509 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
16510
16511 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
16512
16513 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
16514 Remove extra save-excursions and make-variable-buffer-local's.
16515 Suggested by Stefan Monnier.
16516
16517 (verilog-getopt-file, verilog-module-inside-filename-p)
16518 (verilog-set-define): Merge GNU 1.35 and repair changes from
16519 switching to using with-current-buffer.
16520
16521 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
16522 being treated as a number and confusing AUTORESET.
16523 Reported by Dan Dever.
16524
16525 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
16526 Add verilog-auto-ignore-concat to fix backward compatibility with
16527 older verilog-modes. Reported by Dan Katz.
16528
16529 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
16530 containing closing anchors "...$".
16531
16532 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
16533 Reported by Wade Smith.
16534
16535 (verilog-batch-execute-func): Comment on function usage.
16536
16537 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
16538
16539 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
16540 for labels.
16541
16542 (verilog-label-re, verilog-calc-1): Support proper indent of named
16543 asserts.
16544
16545 (verilog-backward-token, verilog-basic-complete-re)
16546 (verilog-beg-of-statement, verilog-indent-re): Support proper
16547 indent of the assert statement at the beginning of a block of text.
16548
16549 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
16550 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
16551 tokens as begins.
16552
16553 2009-11-05 Glenn Morris <rgm@gnu.org>
16554
16555 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
16556 Emacs 19. (Bug#1531)
16557 (byte-compile-fix-header): Update for the above change.
16558 Drop test for epoch::version.
16559
16560 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
16561 * cus-dep.el (custom-make-dependencies):
16562 * finder.el (finder-compile-keywords):
16563 Use autoload-rubric's feature argument.
16564
16565 * calendar/diary-lib.el (top-level): Make load behave more like require.
16566
16567 * vc-git.el (vc-git-stash-map): Move definition before use.
16568
16569 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
16570
16571 * custom.el (custom-declare-group): Purecopy standard-value.
16572 (custom-declare-group): Purecopy custom-prefix.
16573
16574 * international/mule.el (load-with-code-conversion):
16575 Call do-after-load-evaluation unconditionally.
16576
16577 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
16578
16579 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
16580
16581 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
16582
16583 2009-11-04 Glenn Morris <rgm@gnu.org>
16584
16585 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
16586 (byte-compile-compatibility): Remove option.
16587 (byte-compile-close-variables, byte-compile-fix-header)
16588 (byte-compile-insert-header, byte-compile-output-docform)
16589 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
16590 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
16591 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
16592 (byte-compile-insert, byte-compile-defun):
16593 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
16594 (byte-defop-compiler19): Remove.
16595 Without byte-compile-compatibility, the 'emacs19-opcode property is not
16596 used by anything. Replace all calls with byte-defop-compiler.
16597
16598 2009-11-04 Juri Linkov <juri@jurta.org>
16599
16600 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
16601 (menu-bar-options-menu): Don't quote the `prop' arg of
16602 `menu-bar-make-mm-toggle'.
16603
16604 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
16605
16606 * calendar/calendar.el (cal-loaddefs):
16607 * calendar/diary-lib.el (diary-loaddefs):
16608 * calendar/holidays.el (hol-loaddefs):
16609 * eshell/esh-module.el (esh-groups): Load rather than require.
16610
16611 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16612
16613 * calendar/todo-mode.el (todo-add-category): Don't hardcode
16614 point-min==1.
16615 (todo-top-priorities): Only display-buffer when called interactively.
16616 (todo-item-start): Don't save excursion point.
16617 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
16618 (todo-insert-item-here, todo-file-item, todo-remove-item):
16619 Adjust uses of todo-item-start and todo-item-end.
16620
16621 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
16622 (autoload-rubric): Don't use any more.
16623
16624 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
16625 and only put a prop if it is non-nil.
16626
16627 2009-11-03 Juri Linkov <juri@jurta.org>
16628
16629 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
16630 (menu-bar-options-menu): Fix list quoting (Bug#4429).
16631
16632 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
16633 and "Menu" to make top-level menu item visually one unit (like
16634 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
16635 multi-word menu items). Fix :help string for quit-window.
16636
16637 2009-11-03 Glenn Morris <rgm@gnu.org>
16638
16639 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
16640 (byte-compile-file-form-define-abbrev-table)
16641 (byte-compile-file-form-custom-declare-variable)
16642 (byte-compile-variable-ref, byte-compile-defvar):
16643 Whether or not a warning is enabled should only affect whether we issue
16644 the warning, not whether or not we collect the relevant data.
16645 Eg warnings can be turned on and off throughout the course of a file.
16646
16647 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
16648 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
16649
16650 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16651
16652 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
16653 * play/mpuz.el (mpuz-create-buffer):
16654 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
16655 (lm-print-y,s,noise, lm-print-w0, lm-init):
16656 * play/gomoku.el (gomoku-prompt-for-move):
16657 * play/fortune.el (fortune-in-buffer):
16658 * play/dissociate.el (dissociated-press):
16659 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
16660 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
16661 * mail/supercite.el (sc-eref-show):
16662 * mail/smtpmail.el (smtpmail-send-it):
16663 * mail/rmailsum.el (rmail-summary-next-labeled-message)
16664 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
16665 (rmail-summary-undelete-many, rmail-summary-rmail-update)
16666 (rmail-summary-goto-msg, rmail-summary-expunge)
16667 (rmail-summary-get-new-mail, rmail-summary-search-backward)
16668 (rmail-summary-add-label, rmail-summary-output-menu)
16669 (rmail-summary-output-body):
16670 * mail/rfc822.el (rfc822-addresses):
16671 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
16672 * mail/mailpost.el (post-mail-send-it):
16673 * mail/hashcash.el (hashcash-generate-payment):
16674 * mail/feedmail.el (feedmail-run-the-queue)
16675 (feedmail-queue-send-edit-prompt-help-first)
16676 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
16677 (feedmail-deduce-address-list):
16678 * eshell/esh-ext.el (eshell-remote-command):
16679 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
16680 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
16681 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
16682 (viper-save-string-in-file, viper-valid-marker):
16683 * emulation/viper-keym.el (viper-toggle-key):
16684 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
16685 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
16686 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
16687 * emulation/viper-cmd.el (viper-exec-form-in-vi)
16688 (viper-exec-form-in-emacs, viper-brac-function):
16689 * emulation/viper.el (viper-delocalize-var):
16690 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
16691 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
16692 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
16693 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
16694 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
16695 * emulation/edt.el (edt-electric-helpify):
16696 * emulation/cua-rect.el (cua--rectangle-aux-replace):
16697 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
16698 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
16699 (cua-indent-to-global-mark-column):
16700 * calendar/diary-lib.el (calendar-mark-1):
16701 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
16702 Use with-current-buffer.
16703 * emulation/viper.el (viper-delocalize-var): Use dolist.
16704
16705 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
16706
16707 * comint.el (comint-replace-by-expanded-history-before-point):
16708 Replace !! with the previous input string literally (Bug#1795).
16709
16710 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
16711
16712 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
16713 to be made up of whitespace.
16714
16715 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
16716
16717 * minibuffer.el (read-file-name): Don't use file dialogs for
16718 remote directories (Bug#99).
16719
16720 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
16721
16722 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
16723
16724 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
16725
16726 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
16727 instead of deleting the window or frame.
16728
16729 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
16730
16731 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
16732 Support face colors.
16733
16734 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
16735 New function. Support face colors (Bug#1168).
16736 (tex-common-initialization): Use it.
16737
16738 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
16739 mode allows it (Bug#1168).
16740
16741 2009-10-31 Juri Linkov <juri@jurta.org>
16742
16743 * facemenu.el (list-colors-display): Don't mark buffer as
16744 modified (Bug#3948).
16745
16746 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
16747
16748 * international/mule-diag.el (list-character-sets-1):
16749 Minor message fix (Bug#3526).
16750
16751 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
16752 Fix face property (Bug#4834).
16753 (etags-list-tags, etags-tags-apropos-additional)
16754 (etags-tags-apropos, tags-select-tags-table): Add follow-link
16755 property.
16756
16757 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
16758 items.
16759
16760 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
16761
16762 * textmodes/two-column.el (2C-split):
16763 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
16764 * textmodes/tex-mode.el (tex-set-buffer-directory):
16765 * textmodes/spell.el (spell-region, spell-string):
16766 * textmodes/reftex.el (reftex-erase-buffer):
16767 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
16768 * textmodes/reftex-toc.el (reftex-toc-promote-action):
16769 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
16770 (reftex-select-item):
16771 * textmodes/reftex-ref.el (reftex-label-info-update)
16772 (reftex-offer-label-menu):
16773 * textmodes/reftex-index.el (reftex-index-change-entry)
16774 (reftex-index-phrases-info):
16775 * textmodes/reftex-global.el (reftex-create-tags-file)
16776 (reftex-save-all-document-buffers, reftex-ensure-write-access):
16777 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
16778 (reftex-view-crossref-from-bibtex):
16779 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
16780 (reftex-extract-bib-entries-from-thebibliography)
16781 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
16782 * textmodes/refbib.el (r2b-capitalize-title):
16783 (r2b-convert-buffer, r2b-help):
16784 * textmodes/page-ext.el (pages-directory)
16785 (pages-directory-goto-with-mouse):
16786 * textmodes/bibtex.el (bibtex-validate-globally):
16787 * textmodes/bib-mode.el (bib-capitalize-title):
16788 * textmodes/artist.el (artist-clear-buffer, artist-system):
16789 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
16790 (local-set-scheme-interaction-buffer, xscheme-process-filter)
16791 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
16792 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
16793 (xscheme-send-control-g-interrupt, xscheme-start-process)
16794 (xscheme-process-sentinel, xscheme-cd):
16795 * progmodes/verilog-mode.el (verilog-read-always-signals)
16796 (verilog-set-define, verilog-getopt-file)
16797 (verilog-module-inside-filename-p):
16798 * progmodes/sh-script.el:
16799 * progmodes/python.el (python-pdbtrack-get-source-buffer)
16800 (python-pdbtrack-grub-for-buffer, python-execute-file):
16801 * progmodes/octave-inf.el (inferior-octave):
16802 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
16803 (idlwave-shell-compile-helper-routines, idlwave-set-local)
16804 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
16805 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
16806 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
16807 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
16808 (idlwave-shell-filter, idlwave-shell-examine-highlight)
16809 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
16810 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
16811 (idlwave-shell-examine-display, idlwave-shell-run-region)
16812 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
16813 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
16814 * progmodes/idlw-help.el (idlwave-help-get-special-help)
16815 (idlwave-help-get-help-buffer):
16816 * progmodes/gud.el (gud-basic-call, gud-find-class)
16817 (gud-tooltip-activate-mouse-motions-if-enabled):
16818 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
16819 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
16820 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
16821 (ebrowse-tags-next-file):
16822 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
16823 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
16824 (ebnf-eps-finish-and-write):
16825 * progmodes/cpp.el (cpp-edit-save):
16826 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
16827 * progmodes/cc-defs.el (c-emacs-features):
16828 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
16829 (antlr-directory-dependencies):
16830 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
16831 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
16832 (ada-find-any-references, ada-make-filename-from-adaname)
16833 (ada-make-body-gnatstub):
16834 * obsolete/rnews.el (news-list-news-groups):
16835 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
16836 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
16837 * net/rcirc.el (rcirc-debug):
16838 * net/newst-treeview.el (newsticker--treeview-list-add-item)
16839 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
16840 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
16841 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
16842 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
16843 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
16844 (newsticker--treeview-list-clear-highlight)
16845 (newsticker--treeview-list-update-highlight)
16846 (newsticker--treeview-list-highlight-start)
16847 (newsticker--treeview-tree-update-highlight)
16848 (newsticker--treeview-get-selected-item)
16849 (newsticker-treeview-mark-list-items-old)
16850 (newsticker--treeview-set-current-node):
16851 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
16852 * net/newst-backend.el (newsticker--get-news-by-funcall)
16853 (newsticker--get-news-by-wget, newsticker--image-get)
16854 (newsticker--image-sentinel):
16855 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
16856 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
16857 (eudc-ph-close-session):
16858 * net/eudc.el (eudc-save-options):
16859 * language/thai-word.el (thai-update-word-table):
16860 * language/japan-util.el (japanese-string-conversion):
16861 * international/titdic-cnv.el (tsang-quick-converter)
16862 (ziranma-converter, ctlau-converter):
16863 * international/mule-cmds.el (describe-language-environment):
16864 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
16865 (skkdic-convert-postfix, skkdic-convert-prefix):
16866 (skkdic-convert-okuri-nasi, skkdic-convert):
16867 * emacs-lisp/re-builder.el (reb-update-overlays):
16868 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
16869 * emacs-lisp/gulp.el (gulp-send-requests):
16870 * emacs-lisp/find-gc.el (trace-call-tree):
16871 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
16872 (eieio-describe-generic):
16873 * emacs-lisp/eieio-base.el (eieio-persistent-read):
16874 * emacs-lisp/edebug.el (edebug-outside-excursion):
16875 * emacs-lisp/debug.el (debugger-make-xrefs):
16876 * emacs-lisp/cust-print.el (custom-prin1-to-string):
16877 * emacs-lisp/chart.el (chart-new-buffer):
16878 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
16879 Use with-current-buffer.
16880 * textmodes/artist.el (artist-system): Don't call
16881 copy-sequence on a fresh string.
16882 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
16883
16884 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
16885
16886 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
16887 is no item to edit. (Bug#4820)
16888 (todo-top-priorities): Restore point and restore narrowing in Todo
16889 buffer. (Bug#4820)
16890
16891 2009-10-31 Glenn Morris <rgm@gnu.org>
16892
16893 * net/ange-ftp.el (top-level): Don't require dired when compiling.
16894 (comint-last-output-start, comint-last-input-start)
16895 (comint-last-input-end): Don't defvar when compiling.
16896 (ange-ftp-process-file): Use bound-and-true-p.
16897
16898 * pcmpl-rpm.el (top-level): Move provide statement to end.
16899 (pcmpl-rpm): Remove unused custom group.
16900
16901 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
16902
16903 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
16904
16905 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
16906 (byte-compile-warnings): Add `constants' as an option.
16907 (byte-compile-callargs-warn, byte-compile-arglist-warn)
16908 (display-call-tree): Update for byte-compile-fdefinition possibly
16909 returning `(macro lambda ...)'. (Bug#4778)
16910 (byte-compile-variable-ref, byte-compile-setq-default):
16911 Respect `constants' member of byte-compile-warnings.
16912
16913 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
16914
16915 * vc-bzr.el (vc-bzr-revision-keywords): New var.
16916 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
16917 to "submit:".
16918
16919 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
16920
16921 * textmodes/ispell.el (ispell-skip-region-alist):
16922 * international/mule-conf.el (eight-bit):
16923 * international/fontset.el (font-encoding-alist):
16924 * startup.el (pure-space-overflow-message):
16925 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
16926 * paths.el (gnus-nntp-service, rmail-spool-directory)
16927 (term-file-prefix):
16928 * files.el (save-some-buffers-action-alist):
16929 * cmuscheme.el (same-window-buffer-names):
16930 * ielm.el (same-window-buffer-names):
16931 * shell.el (same-window-buffer-names):
16932 * mail/sendmail.el (same-window-buffer-names):
16933 * progmodes/inf-lisp.el (same-window-buffer-names):
16934 * bindings.el (mode-line-client)
16935 (mode-line-column-line-number-mode-map):
16936 * language/tibetan.el (tibetan-precomposition-rule-regexp)
16937 (tibetan-precomposed-regexp): Purecopy string arguments.
16938
16939 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16940
16941 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
16942 (calcDigit-nondigit):
16943 * calc/calc-yank.el (calc-copy-to-buffer):
16944 * calc/calc-units.el (calc-invalidate-units-table):
16945 * calc/calc-trail.el (calc-trail-yank):
16946 * calc/calc-store.el (calc-insert-variables):
16947 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
16948 * calc/calc-prog.el (calc-read-parse-table):
16949 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
16950 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
16951 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
16952 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
16953 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
16954 (calc-graph-name, calc-graph-find-command, calc-graph-view)
16955 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
16956 * calc/calc-ext.el (calc-realign):
16957 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
16958 (calc-embedded-finish-edit, calc-embedded-make-info)
16959 (calc-embedded-finish-command, calc-embedded-stack-change):
16960 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
16961
16962 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
16963 shell-dynamic-complete-filename in preference to
16964 comint-dynamic-complete-filename.
16965
16966 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
16967 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
16968 Don't consider whether the display supports colors.
16969 (bookmark-import-new-list): Use dolist.
16970 (bookmark-bmenu-mode-map): Move initialization into declaration.
16971 (bookmark-bmenu-list): Use dolist, simplify.
16972 (bookmark-show-all-annotations): Use save-selected-window and dolist.
16973 (menu-bar-final-items): Use push.
16974
16975 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
16976
16977 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
16978 it works on remote files.
16979 (vc-hg-diff): Don't pass any `--cwd' argument.
16980
16981 2009-10-27 Kevin Ryde <user42@zip.com.au>
16982
16983 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
16984 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
16985 (Further to Bug#3921).
16986
16987 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
16988
16989 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
16990 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
16991 calling `tramp-imap-put-file'. Add file size to the call.
16992 (tramp-imap-get-file-entries): Compute also user name, file size,
16993 and date.
16994 (tramp-imap-handle-insert-directory): Insert uid and gid.
16995 (tramp-imap-handle-file-attributes): Transform uid and gid
16996 according to `id-format'.
16997 (tramp-imap-put-file): New optional parameter SIZE. Encode file
16998 size in header X-Size.
16999
17000 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
17001
17002 * simple.el (transpose-subr): Give clearer error when the mark
17003 is not set. (Bug#4807)
17004
17005 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
17006
17007 * net/tramp.el (tramp-perl-file-truename): New defconst.
17008 Perl code contributed by yary <not.com@gmail.com> (tiny change).
17009 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
17010 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
17011 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
17012
17013 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
17014 Ignore `dired-call-process'.
17015 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
17016
17017 2009-10-26 Julian Scheid <julians37@gmail.com>
17018
17019 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
17020 (tramp-get-remote-readlink): New defun.
17021 (tramp-handle-file-truename): Use it.
17022 (tramp-handle-file-exists-p): Check file-attributes cache, assume
17023 file exists if cache value present.
17024 (tramp-check-cached-permissions): New defun.
17025 (tramp-handle-file-readable-p): Use it.
17026 (tramp-handle-file-writable-p): Likewise.
17027 (tramp-handle-file-executable-p): Likewise.
17028 (tramp-handle-file-name-all-completions): Try using Perl to get
17029 partial completions. When perl not available, combine `cd' and
17030 `ls' into single remote operation and use shell expansion to get
17031 partial remote directory contents. Set `file-exists-p' cache for
17032 directory and any files returned by ls. Change cache handling to
17033 support partial directory contents. Use error message emitted by
17034 remote `cd' or Perl code for local tramp-error.
17035 (tramp-do-copy-or-rename-file-directly): Avoid separate
17036 tramp-send-command-and-check call.
17037 (tramp-handle-process-file): Merge three remote ops into one.
17038 Do not flush all caches when `process-file-side-effects' is set.
17039 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
17040 file-attributes shows uid/gid to be set already.
17041
17042 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
17043
17044 * textmodes/tex-mode.el (tex-dvi-view-command)
17045 (tex-show-queue-command, tex-open-quote):
17046 * progmodes/ruby-mode.el (auto-mode-alist)
17047 (interpreter-mode-alist): Purecopy strings.
17048
17049 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
17050
17051 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
17052 string for the hook, keymap and abbrev table.
17053
17054 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
17055
17056 * x-dnd.el (x-dnd-xdnd-to-action):
17057 * startup.el (fancy-startup-text, fancy-about-text): Change to
17058 defconst from defvar.
17059
17060 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
17061
17062 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
17063 Purecopy initialization strings.
17064
17065 * mail/sendmail.el (mail-header-separator)
17066 (mail-personal-alias-file):
17067 * mail/rmail.el (rmail-default-dont-reply-to-names)
17068 (rmail-ignored-headers, rmail-retry-ignored-headers)
17069 (rmail-highlighted-headers, rmail-secondary-file-directory)
17070 (rmail-secondary-file-regexp):
17071 * files.el (null-device, file-name-invalid-regexp)
17072 (locate-dominating-stop-dir-regexp)
17073 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
17074 (interpreter-mode-alist): Use mapcar instead of mapc.
17075
17076 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
17077
17078 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
17079 (completion-ignored-extensions):
17080 (debug-ignored-errors): Purecopy strings.
17081
17082 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
17083
17084 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
17085 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
17086 (pcomplete--here): Use push.
17087
17088 * subr.el (all-completions): Declare the 4th arg obsolete.
17089
17090 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
17091
17092 * pcomplete.el (pcomplete-unquote-argument-function): New var.
17093 (pcomplete-unquote-argument): New function.
17094 (pcomplete--common-suffix): Always pay attention to case.
17095 (pcomplete--table-subvert): Quote and unquote the text.
17096 (pcomplete--common-quoted-suffix): New function.
17097 (pcomplete-std-complete): Use it and pcomplete-begin.
17098
17099 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
17100 we're inside a dedicated or minibuffer window.
17101
17102 2009-10-24 Karl Fogel <kfogel@red-bean.com>
17103
17104 * bookmark.el: Update documentation, especially documentation
17105 of `bookmark-alist' and of the bookmark file format.
17106 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
17107
17108 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
17109
17110 * mail/emacsbug.el (report-emacs-bug): Clarify that the
17111 keybindings apply to the mail buffer (Bug#4003). Shrink help
17112 window to buffer.
17113
17114 * whitespace.el (whitespace-mode, whitespace-newline-mode)
17115 (global-whitespace-mode, global-whitespace-newline-mode)
17116 (whitespace-toggle-options, global-whitespace-toggle-options):
17117 Doc fix (Bug#3660).
17118
17119 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
17120 of xmltok-start before the end tag was inserted (Bug#2840).
17121
17122 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
17123 patterns that are preceded by an open-paren (Bug#1320).
17124
17125 2009-10-24 Sven Joachim <svenjoac@gmx.de>
17126
17127 * files.el (delete-directory): Delete symlinks to directories with
17128 delete-file (Bug#4739).
17129
17130 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
17131
17132 * vc.el (vc-backend-for-registration): Rename from
17133 vc-get-backend-for-registration. Update callers.
17134
17135 * international/mule-cmds.el (set-language-info-alist):
17136 Purecopy lang-env.
17137 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
17138 (charset): Purecopy the name.
17139 (define-char-code-property): Purecopy string arguments.
17140
17141 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17142 Purecopy string arguments.
17143
17144 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
17145 * ediff-hook.el (menu-bar-ediff-menu):
17146 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
17147 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
17148
17149 2009-10-24 Glenn Morris <rgm@gnu.org>
17150
17151 * comint.el (comint-dynamic-list-completions):
17152 * term.el (term-dynamic-list-completions): Use choose-completion rather
17153 than obsolete alias mouse-choose-completion.
17154
17155 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
17156 file-cache-choose-completion.
17157 (file-cache-choose-completion): Handle an optional event argument.
17158 (file-cache-mouse-choose-completion): Make it an obsolete alias.
17159
17160 * progmodes/octave-mod.el (octave-complete-symbol):
17161 Use choose-completion if mouse-choose-completion is ever removed.
17162
17163 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
17164 use.
17165
17166 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
17167 compiler.
17168
17169 * vc-hooks.el (vc-responsible-backend): Fix declaration.
17170
17171 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
17172
17173 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
17174 Ignore `pred' now that we receive one.
17175 Handle test-completion specially.
17176
17177 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17178
17179 * vc.el (vc-responsible-backend): Throw an error if not backend is
17180 found. Remove the REGISTER argument. Move the code dealing with
17181 REGISTER ...
17182 (vc-get-backend-for-registration): ... here. New function.
17183 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
17184 of vc-responsible-backend, pass the file name instead of the
17185 directory name.
17186
17187 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
17188
17189 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
17190 New funs.
17191 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
17192 (pcomplete-comint-setup): Don't modify a global var via
17193 accidental side-effects.
17194 (pcomplete-shell-setup): Adjust call accordingly.
17195 (pcomplete-parse-comint-arguments): Use push.
17196
17197 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
17198
17199 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17200 Allow uncapitalized info node names (Bug#3921).
17201
17202 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
17203 to the DEBUG file (Bug#3781).
17204
17205 2009-10-23 Jari Aalto <jari.aalto@cante.net>
17206
17207 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
17208 dictionary entry (Bug#4579).
17209
17210 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
17211
17212 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
17213 from `rfn-eshadow-update-overlay-hook' when unloading.
17214 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
17215 "rsyncc". Adjust doc string.
17216 (tramp-temp-buffer-file-name): New buffer-local defvar.
17217 (tramp-handle-insert-file-contents, tramp-handle-write-region):
17218 Keep temporary file when indicated by method ("rsync" and
17219 "rsyncc").
17220 (tramp-handle-write-region): Handle APPEND.
17221 (tramp-delete-temp-file-function): New defun. Added to
17222 `kill-buffer-hook'.
17223
17224 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
17225
17226 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
17227
17228 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17229
17230 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
17231 (color-name-rgb-alist, tty-standard-colors)
17232 (tty-color-mode-alist): Change to defconst.
17233
17234 * simple.el (mark-inactive): Purecopy message.
17235
17236 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
17237 (global-map, yank-menu):
17238 * textmodes/ispell.el (ispell-menu-map):
17239 * net/eudc.el (eudc-tools-menu):
17240 * international/mule-cmds.el (describe-language-environment-map)
17241 (setup-language-environment-map, set-coding-system-map)
17242 (mule-menu-keymap):
17243 * vc-hooks.el (vc-menu-entry, vc-menu-map):
17244 * replace.el (occur-mode-map):
17245 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
17246
17247 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
17248
17249 * calc/calc.el (math-read-number, math-read-number-simple):
17250 Use `save-match-data'.
17251
17252 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17253
17254 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
17255 rather than fiddling with global-map bindings, since it should only
17256 affect per-terminal settings.
17257 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
17258
17259 * minibuffer.el (completion-table-with-terminator): Allow to specify
17260 the terminator-regexp.
17261
17262 * simple.el (switch-to-completions): Look for *Completions* in other
17263 frames as well.
17264
17265 * pcomplete.el: Allow the use of completion-tables.
17266 (pcomplete-std-complete): New command.
17267 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
17268 (pcomplete--here): Use a function for `form' rather than an expression,
17269 so it can be byte-compiled.
17270 (pcomplete-here, pcomplete-here*): Adjust accordingly.
17271 Add edebug declaration.
17272 (pcomplete-show-completions): Remove unused var `curbuf'.
17273 (pcomplete-do-complete, pcomplete-stub):
17274 Don't assume `completions' is a list of strings any more.
17275
17276 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
17277
17278 * find-dired.el (find-name-arg): Fix typo in docstring.
17279
17280 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17281
17282 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
17283 (pcmpl-linux-fs-types): Same, and update to new modules layout.
17284
17285 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
17286 pcomplete-entries.
17287
17288 * comint.el (comint-read-input-ring, comint-write-input-ring)
17289 (comint-substitute-in-file-name)
17290 (comint-dynamic-complete-as-filename)
17291 (comint-dynamic-simple-complete)
17292 (comint-dynamic-list-filename-completions)
17293 (comint-dynamic-list-completions)
17294 (comint-redirect-results-list-from-process): Minor simplifications.
17295
17296 2009-10-21 Kevin Ryde <user42@zip.com.au>
17297
17298 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
17299 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
17300 the first form. And insert a blank line after ";;; Code" since
17301 that's usual style. (Bug#4612)
17302
17303 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
17304
17305 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17306
17307 * minibuffer.el (completion-table-with-terminator): Properly implement
17308 boundaries, in case `terminator' appears in the suffix.
17309 (completion--embedded-envvar-table): Don't return boundaries if
17310 there's no valid completion. Simplify.
17311 (completion-file-name-table): New completion table extracted from
17312 completion--file-name-table.
17313 (completion--file-name-table): Use it.
17314 (read-file-name-predicate): Declare obsolete.
17315 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
17316 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
17317 completion-file-name-table, and use the `pred' argument.
17318 * files.el (locate-file-completion-table): Use the `pred' arg rather
17319 than read-file-name-predicate.
17320 (abbreviate-file-name): Use \` rather than ^ for BOS.
17321
17322 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
17323
17324 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
17325 vc-responsible-backend to register, it causes problems.
17326
17327 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17328
17329 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
17330
17331 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
17332
17333 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
17334 (tramp-smb-handle-file-attributes): Use it.
17335 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
17336 (tramp-smb-handle-insert-directory): Use `mapc' rather than
17337 `mapcar'. Use `tramp-smb-get-stat-capability'.
17338 Add `dired-filename' text properties.
17339 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
17340 (tramp-smb-maybe-open-connection): Simplify check for smbclient
17341 version.
17342
17343 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
17344
17345 * subr.el (read-key-delay): Reduce to 0.01.
17346 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
17347 (bug#4751).
17348
17349 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
17350
17351 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
17352
17353 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
17354 (Info-menu): Remove unused vars `last' and `completions'.
17355 (Info-index-nodes): Remove unused var `node'.
17356
17357 * info.el (Info-complete-menu-item): Use complete-with-action.
17358
17359 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
17360
17361 Make vc-annotate work through copies and renames.
17362 * vc-annotate.el (vc-annotate-extract-revision-at-line):
17363 Return the file name too.
17364 (vc-annotate-revision-at-line)
17365 (vc-annotate-find-revision-at-line)
17366 (vc-annotate-revision-previous-to-line)
17367 (vc-annotate-show-log-revision-at-line): Update to get the file
17368 name from vc-annotate-extract-revision-at-line.
17369 (vc-annotate-show-diff-revision-at-line-internal): Change the
17370 argument to mean whether to show a file diff or not. Get the file
17371 name from vc-annotate-extract-revision-at-line.
17372 (vc-annotate-show-diff-revision-at-line):
17373 Update vc-annotate-show-diff-revision-at-line call.
17374 (vc-annotate-warp-revision): Add an optional file argument.
17375
17376 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
17377 (vc-git-annotate-extract-revision-at-line): Also return the file
17378 name if found.
17379
17380 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
17381 command. Remove unused code.
17382 (vc-hg-annotate-re): Update to match --follow output.
17383 (vc-hg-annotate-extract-revision-at-line): Also return the file
17384 name if found.
17385
17386 * vc.el: Update annotate-extract-revision-at-line documentation.
17387
17388 2009-10-18 Kevin Ryde <user42@zip.com.au>
17389
17390 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
17391 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
17392
17393 * net/browse-url.el (browse-url): Identify alist with "consp and
17394 not functionp" and let all other things go down the `apply' leg,
17395 as suggested by Stefan. (Further to bug#4531.)
17396
17397 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
17398
17399 * minibuffer.el (read-file-name): Check for repeat before putting
17400 a default argument in file-name-history (Bug#4657).
17401
17402 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
17403 read syntax (Bug#4737).
17404
17405 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
17406
17407 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
17408
17409 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
17410 (html-tag-alist, html-tag-help): Add descriptions for undocumented
17411 entries and make note of obsolete tags.
17412
17413 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
17414
17415 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
17416
17417 2009-10-18 Glenn Morris <rgm@gnu.org>
17418
17419 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
17420 grep, so that binary files (eg international/uni-bidi.el) can match.
17421 Remove test for "UnicodeData" files, since it is hopefully unnecessary
17422 now, and in any case the file header format has changed.
17423
17424 2009-10-17 Glenn Morris <rgm@gnu.org>
17425
17426 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
17427 (flyspell-get-word, flyspell-large-region)
17428 (flyspell-auto-correct-previous-word): Doc/error message fixes.
17429
17430 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
17431
17432 * Makefile.in (ELCFILES): Add ede/shell.
17433
17434 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
17435
17436 * term/common-win.el (x-colors): Purecopy it.
17437
17438 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17439
17440 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
17441 permissive for when the buffer is empty.
17442 (tar-header-block-tokenize): Decode the username and groupname.
17443 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
17444
17445 2009-10-17 Eric Ludlam <zappo@gnu.org>
17446
17447 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
17448 contains multibyte characters, choose first applicable coding
17449 system automatically.
17450
17451 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17452
17453 * international/mule-cmds.el (select-safe-coding-system): If the file
17454 has a coding cookie, use it regardless of any other setting (bug#4712).
17455
17456 2009-10-17 Glenn Morris <rgm@gnu.org>
17457
17458 * foldout.el (foldout-mouse-swallow-events):
17459 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
17460
17461 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
17462 (dired-keep-marker-copy, dired-keep-marker-hardlink)
17463 (dired-keep-marker-symlink, dired-dwim-target)
17464 (dired-copy-preserve-time): Do not autoload these defcustoms.
17465
17466 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
17467 messages from messing up the file coding. (Bug#4623)
17468
17469 2009-10-17 Jari Aalto <jari.aalto@cante.net>
17470
17471 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
17472 if no match is found for the current dictionary. (Bug#4578)
17473
17474 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
17475 optional, since that is how it is documented, and this is often called
17476 with a nil argument. (Bug#4577)
17477 (flyspell-external-point-words, flyspell-auto-correct-word)
17478 (flyspell-correct-word-before-point, flyspell-word-search-forward)
17479 (flyspell-word-search-backward): Remove nil argument in calls to
17480 flyspell-get-word, since it is not needed now.
17481
17482 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
17483
17484 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
17485
17486 2009-10-16 Glenn Morris <rgm@gnu.org>
17487
17488 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
17489
17490 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
17491
17492 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
17493 (ange-ftp-file-size): New function.
17494 (ange-ftp-file-attributes): Use it.
17495
17496 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
17497
17498 * net/tramp-smb.el (tramp-smb-version): New defvar.
17499 (tramp-smb-maybe-open-connection): Use it, in order to avoid
17500 repeated checks.
17501
17502 2009-10-16 Glenn Morris <rgm@gnu.org>
17503
17504 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
17505 Maybe copy some custom properties from old to new name. (Bug#4706)
17506
17507 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
17508
17509 * subr.el (error, sit-for, start-process-shell-command)
17510 (start-file-process-shell-command): Set the calling convention
17511 after the function definition.
17512
17513 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
17514
17515 * subr.el (error, sit-for, start-process-shell-command)
17516 (start-file-process-shell-command): Use the new
17517 set-advertised-calling-convention feature.
17518
17519 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
17520
17521 * international/ucs-normalize.el (ucs-normalize-version):
17522 Change to 1.2.
17523 (check-range): Adjust for Unicode 5.2.
17524
17525 2009-10-15 Juri Linkov <juri@jurta.org>
17526
17527 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
17528 to the `menu-item' format.
17529
17530 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
17531
17532 * net/tramp.el (tramp-replace-environment-variables): Do not fail
17533 if the environment variable does not exist.
17534
17535 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17536 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
17537 parameter.
17538 (tramp-smb-handle-add-name-to-file)
17539 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17540 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17541 (tramp-smb-handle-file-attributes)
17542 (tramp-smb-do-file-attributes-with-stat)
17543 (tramp-smb-handle-file-local-copy)
17544 (tramp-smb-handle-insert-directory)
17545 (tramp-smb-handle-make-directory)
17546 (tramp-smb-handle-make-directory-internal)
17547 (tramp-smb-handle-make-symbolic-link)
17548 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
17549 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
17550 (tramp-smb-maybe-open-connection): Apply the changed parameters.
17551 (tramp-smb-read-file-entry): Read Disk names in compressed format.
17552 Handle long file names.
17553 (tramp-smb-get-cifs-capabilities): Check, whether the connection
17554 process is running.
17555 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
17556 Read share names with "-g" option.
17557
17558 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
17559
17560 * net/rcirc.el (rcirc-view-log-file): New command.
17561 (rcirc-track-minor-mode-map): Remove C-c ` binding.
17562 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
17563 specified.
17564
17565 2009-10-15 Glenn Morris <rgm@gnu.org>
17566
17567 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
17568 from the second command-line argument.
17569 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
17570 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
17571 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
17572 w32-batch-update-autoloads.
17573 * emacs-lisp/autoload.el (autoload-make-program): New variable.
17574 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
17575
17576 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
17577 the headers cannot be located. Simplify, subtracting superflous
17578 save-excursions.
17579
17580 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
17581
17582 Replace completion-base-size by completion-base-position to fix bugs
17583 such as (bug#4699).
17584 * simple.el (completion-base-position): New var.
17585 (completion-base-size): Mark as obsolete.
17586 (choose-completion): Make it work for mouse events as well.
17587 Pass the new base-position to choose-completion-string.
17588 (choose-completion-guess-base-position): New function, extracted from
17589 choose-completion-delete-max-match.
17590 (choose-completion-delete-max-match): Use it. Make obsolete.
17591 (choose-completion-string): Use the new base-position info.
17592 (completion-root-regexp): Delete.
17593 (completion-setup-function): Preserve completion-base-position.
17594 Eliminate obsolete base-size manipulation.
17595 * minibuffer.el (display-completion-list): Don't mess with base-size.
17596 (minibuffer-completion-help): Set completion-base-position instead.
17597 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
17598 choose-completion.
17599 * textmodes/bibtex.el (bibtex-complete):
17600 * emacs-lisp/crm.el (crm--choose-completion-string):
17601 Adjust to new calling convention.
17602 * complete.el (partial-completion-mode): Use minibufferp to avoid
17603 bumping into incompatible change to choose-completion-string-functions.
17604 * ido.el (ido-choose-completion-string): Make its calling convention
17605 more permissive.
17606 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
17607 base-size manipulation.
17608 (comint-dynamic-list-input-ring): Use dotimes and push.
17609 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
17610 fundamental-mode. Use `or'.
17611
17612 2009-10-14 Juri Linkov <juri@jurta.org>
17613
17614 * misearch.el (multi-isearch-next-buffer-from-list)
17615 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
17616
17617 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17618
17619 * Makefile.in (compile-onefile): Load `bytecomp' rather than
17620 `bytecomp.el'.
17621
17622 * minibuffer.el (completion-pcm--merge-completions): Make sure the
17623 string we return is all made up of text from the completions rather
17624 than part from the completions and part from the input (bug#4219).
17625
17626 * ido.el (ido-everywhere): Use define-minor-mode.
17627
17628 * buff-menu.el (list-buffers, ctl-x-map):
17629 Mark the entry points with ;;;###autoload cookies.
17630
17631 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
17632
17633 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
17634 correctly in the detached head case.
17635 (vc-git-print-log): Remove unused binding.
17636
17637 * vc.el (vc-responsible-backend): When a directory is passed for
17638 for registration create a VC repository if no backend is
17639 responsible for the directory argument.
17640 (vc-deduce-fileset): Tell vc-responsible-backend to register.
17641
17642 * vc.el: Move comments about RCS and SCCS ...
17643 * vc-rcs.el:
17644 * vc-sccs.el: ... here, respectively.
17645
17646 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17647
17648 * minibuffer.el (completion--file-name-table): Return nil if there's
17649 no file completion, even if substitute-in-file-name changed
17650 the string (bug#4708).
17651
17652 2009-10-13 Juri Linkov <juri@jurta.org>
17653
17654 * files-x.el (read-file-local-variable-value): Don't filter out
17655 minor modes from mode name completion (bug#4664).
17656
17657 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
17658
17659 * international/mule-cmds.el (ucs-names): Remove exclusion of
17660 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
17661
17662 2009-10-13 Kenichi Handa <handa@m17n.org>
17663
17664 * international/uni-name.el: Regenerated.
17665
17666 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
17667
17668 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
17669 should be automatically buffer-local, but isn't.)
17670
17671 2009-10-12 Sam Steingold <sds@gnu.org>
17672
17673 * progmodes/compile.el (compilation-next-error-function): Fix the
17674 timestamps if the buffer has been visited before.
17675 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
17676 non-anchored patterns, like the perl one (bug#3928).
17677
17678 2009-10-12 Glenn Morris <rgm@gnu.org>
17679
17680 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
17681 Let-bind `size'.
17682
17683 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
17684
17685 * proced.el (proced-unload-function): New function.
17686
17687 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
17688 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
17689 Doc fix.
17690
17691 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
17692
17693 2009-10-11 Juri Linkov <juri@jurta.org>
17694
17695 * files-x.el (read-file-local-variable-value):
17696 Provide default value only for bound variables (bug#4664).
17697
17698 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
17699
17700 * net/tramp.el (tramp-local-host-p): Function shall return nil for
17701 connection methods like smb.
17702
17703 * net/tramp-cache.el (tramp-flush-connection-property): The hash
17704 can be empty.
17705
17706 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17707 (tramp-smb-file-name-handler-alist): Add handlers for
17708 `add-name-to-file', `make-symbolic-link'.
17709 (tramp-smb-handle-add-name-to-file)
17710 (tramp-smb-do-file-attributes-with-stat)
17711 (tramp-smb-handle-make-symbolic-link)
17712 (tramp-smb-get-cifs-capabilities): New defuns.
17713 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17714 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17715 (tramp-smb-handle-file-local-copy)
17716 (tramp-smb-handle-make-directory-internal)
17717 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
17718 The file name syntax depends on cifs capabilities.
17719 (tramp-smb-handle-file-attributes):
17720 Call `tramp-smb-do-file-attributes-with-stat' if possible.
17721 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
17722 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
17723
17724 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
17725
17726 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
17727 (eieio-defclass): Apply deftype handler and setf-method properties
17728 directly.
17729 (eieio-add-new-slot): Avoid union function from cl library.
17730 (eieio--typep): New function.
17731 (eieio-perform-slot-validation): Use it.
17732
17733 2009-10-10 Karl Fogel <kfogel@red-bean.com>
17734
17735 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
17736 Update documentation to refer to the variables documented in r1.135.
17737 (Bug#4188)
17738
17739 2009-10-10 Karl Fogel <kfogel@red-bean.com>
17740
17741 * bookmark.el (Info-suffix-list): Remove this unused variable.
17742 (bookmark-current-point): Remove this obsolete variable.
17743 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
17744 Adjust for removal of bookmark-current-point.
17745
17746 (bookmarks-already-loaded, bookmark-current-buffer)
17747 (bookmark-yank-point): Document. (Bug#4188)
17748
17749 2009-10-10 Glenn Morris <rgm@gnu.org>
17750
17751 * frame.el (frame-height): Doc fix.
17752
17753 * calendar/calendar.el (calendar-split-width-threshold): New option.
17754 (calendar-basic-setup): Use calendar-split-width-threshold.
17755
17756 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
17757
17758 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
17759 Ideographic Supplement" range (U+1F200..U+1F2FF).
17760
17761 2009-10-09 Karl Fogel <kfogel@red-bean.com>
17762
17763 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
17764 since the list will have been rebuilt anyway. (Bug#4349)
17765
17766 2009-10-09 Karl Fogel <kfogel@red-bean.com>
17767
17768 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
17769 (bookmark-bmenu-execute-deletions): Don't save here, as
17770 bookmark-delete will now do so if necessary.
17771 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
17772 (Bug#4348)
17773
17774 2009-10-09 Glenn Morris <rgm@gnu.org>
17775
17776 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
17777
17778 2009-10-09 Karl Fogel <kfogel@red-bean.com>
17779
17780 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
17781 (bookmark-jump-other-window): Just invoke bookmark-jump with new
17782 argument now, so the two function's behaviors will match. (Bug#3645)
17783
17784 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
17785
17786 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
17787 (tramp-file-name-real-host, tramp-file-name-port):
17788 Apply `save-match-data'.
17789
17790 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
17791 case both directories are remote.
17792 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
17793 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
17794
17795 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
17796
17797 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
17798
17799 2009-10-07 Glenn Morris <rgm@gnu.org>
17800
17801 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
17802 of concat.
17803
17804 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
17805
17806 * files-x.el (read-file-local-variable): Include some
17807 non-user-variables in the completion table (bug#4664).
17808
17809 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
17810
17811 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
17812 message.
17813
17814 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17815 (tramp-smb-file-name-handler-alist): Add handler for
17816 `copy-directory', `expand-file-name', `set-file-modes'.
17817 (tramp-smb-handle-copy-directory)
17818 (tramp-smb-handle-expand-file-name)
17819 (tramp-smb-handle-set-file-modes): New defuns.
17820 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
17821 (tramp-smb-handle-file-attributes): Simplify check for retrieving
17822 entry.
17823 (tramp-smb-handle-insert-directory): Don't flush the cache.
17824 (tramp-smb-maybe-open-connection): Check for samba client and
17825 server versions.
17826
17827 2009-10-07 Eli Zaretskii <eliz@gnu.org>
17828
17829 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
17830 to not error out of search for "^lisp=" fails.
17831
17832 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
17833
17834 * makefile.w32-in (WINS_UPDATES): New macro.
17835 (custom-deps, finder-data, autoloads): Use it.
17836
17837 2009-10-07 Glenn Morris <rgm@gnu.org>
17838
17839 * Makefile.in (autoloads): Revert previous change.
17840 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
17841 the list of preloaded files passed on the command-line, get
17842 it from src/Makefile.
17843
17844 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
17845 show the original buffer rather than a random one.
17846
17847 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
17848
17849 * help.el (describe-no-warranty): Place point in a slightly better
17850 position in the GPLv3 text.
17851
17852 2009-10-06 Sam Steingold <sds@gnu.org>
17853
17854 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
17855 the comm attribute is present before calling regexp-quote.
17856
17857 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
17858
17859 * play/animate.el (animate-string): For good effect, make sure
17860 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
17861
17862 * play/animate.el (animate-sequence, animate-birthday-present):
17863 * misc.el (butterfly): Don't set `indent-tabs-mode'.
17864
17865 2009-10-06 Glenn Morris <rgm@gnu.org>
17866
17867 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
17868
17869 * emacs-lisp/autoload.el (autoload-excludes): New variable.
17870 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
17871 (batch-update-autoloads): Process a string value of autoload-excludes,
17872 set during the build process.
17873 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
17874
17875 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
17876 inside with-parsed... macro so that `v' is defined.
17877
17878 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
17879 * progmodes/fortran.el (fortran-end-of-block)
17880 (fortran-beginning-of-block):
17881 Also push mark in the macro case.
17882
17883 * emerge.el (emerge-show-file-name):
17884 * calc/calc.el (calc-quit):
17885 * calc/calc-misc.el (calc-big-or-small):
17886 * calc/calc-graph.el (calc-graph-view):
17887 * calc/calc-ext.el (calc-reset):
17888 * calendar/calendar.el (calendar-basic-setup):
17889 Use window-full-height-p.
17890
17891 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
17892 header we don't understand, don't insert another. (Bug#4624)
17893 If changing mime charset, insert the new one in the right place.
17894
17895 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
17896
17897 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
17898 (cal-tex-cursor-month): Correctly increment the end date for diary and
17899 holiday listing. (Bug#4626)
17900
17901 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
17902
17903 * help-fns.el (describe-function-1): Don't burp if the function is not
17904 a symbol.
17905
17906 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
17907
17908 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
17909 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
17910 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
17911 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
17912
17913 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
17914 (eieio-default-superclass): Reflow docstrings.
17915 (this, class-option-assoc, defclass, eieio-class-un-autoload)
17916 (eieio-unbind-method-implementations, defmethod)
17917 (eieio-validate-slot-value, eieio-validate-class-slot-value)
17918 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
17919 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
17920 (eieio-slot-originating-class-p, eieio-slot-name-index)
17921 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
17922 (constructor, initialize-instance, no-next-method, object-print)
17923 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
17924 Fix typos in docstrings.
17925 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
17926 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
17927 (next-method-p): Doc fixes.
17928 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
17929 Fix typos in error messages.
17930 (eieio-defmethod): Fix typo in description of generic method.
17931
17932 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
17933 (eieio-persistent-save-interactive, slot-missing):
17934 Fix typos in docstrings.
17935 (eieio-instance-inheritor-slot-boundp): Doc fix.
17936
17937 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
17938 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
17939
17940 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
17941 (eieio-custom-object-apply-reset):
17942 Fix typos in docstrings and error messages.
17943
17944 * emacs-lisp/eieio-datadebug.el (data-debug-show):
17945 Fix typo in docstring.
17946
17947 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
17948 (eieio-browse-tree): Doc fix.
17949 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
17950 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
17951 Fix typos in docstrings.
17952
17953 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
17954 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
17955 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
17956 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
17957 Reflow docstrings.
17958
17959 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
17960
17961 * vc-hg.el (log-view-vc-backend): Declare for compiler.
17962 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
17963 Set log-view-vc-backend so that diff can work.
17964
17965 * log-view.el (log-view-diff): Use vc-diff-internal instead of
17966 vc-version-diff.
17967 (vc-diff-internal): Autoload this instead of vc-version-diff.
17968
17969 2009-10-05 Eli Zaretskii <eliz@gnu.org>
17970
17971 * simple.el (eval-expression): Doc fix.
17972
17973 * progmodes/cwarn.el (cwarn-mode): Doc fix.
17974
17975 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
17976
17977 * files.el (directory-files-no-dot-files-regexp): New defconst.
17978 (delete-directory): Use it.
17979 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
17980
17981 * net/tramp.el (tramp-verbose): Fix docstring.
17982 (tramp-methods): Add recursive option to `tramp-copy-args'.
17983 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
17984 "scp1_old", "scp2_old", "rsync", "rsyncc".
17985 (tramp-default-method): Check also for `auth-source-user-or-password'.
17986 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
17987 Add handler for `copy-directory'.
17988 (tramp-handle-copy-directory): New defun.
17989 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
17990 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
17991 Optimize sent command.
17992
17993 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
17994
17995 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
17996 window if necessary.
17997
17998 * calendar/calendar.el (calendar-basic-setup): Don't call
17999 switch-to-buffer in a dedicated window.
18000
18001 2009-10-05 Karl Fogel <kfogel@red-bean.com>
18002
18003 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
18004 don't do anything related to relocating, just return nil.
18005 (bookmark-error-no-filename): New error.
18006 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
18007 bookmark has no file. Don't even attempt to handle things that
18008 are not files; the whole point of custom handlers is to keep that
18009 knowledge elsewhere anyway. Tighten some comments.
18010 (bookmark-file-or-variation-thereof): Remove now-unused function.
18011 (bookmark-location): Doc string fix.
18012 (Bug#4250)
18013
18014 2009-10-04 Karl Fogel <kfogel@red-bean.com>
18015
18016 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
18017 don't use a file dialog, because they usually don't know how to read
18018 a directory target from the user. (Bug#4230)
18019 Also, make sure the prompt can display directories as well as files.
18020
18021 2009-10-04 Karl Fogel <kfogel@red-bean.com>
18022
18023 * bookmark.el (bookmark-set, bookmark-buffer-name):
18024 Improve doc strings. (Bug#1193)
18025
18026 2009-10-04 Karl Fogel <kfogel@red-bean.com>
18027
18028 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
18029 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
18030 (bookmark-get-annotation, bookmark-set-annotation)
18031 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
18032 (bookmark-set-position, bookmark-get-front-context-string)
18033 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
18034 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
18035 (bookmark-jump-other-window, bookmark-handle-bookmark)
18036 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
18037 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
18038 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
18039 Improve doc strings to say whether bookmark can be a string or
18040 a record or both, and make other consistency and clarity fixes.
18041 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
18042 (bookmark-default-annotation-text, bookmark-yank-word)
18043 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
18044 (bookmark-import-new-list, bookmark-maybe-rename)
18045 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
18046 (bookmark-bmenu-bookmark): Give these doc strings.
18047 (bookmark-bmenu-check-position): Give this a doc string, but also
18048 add a FIXME comment about how the function may be pointless.
18049 (bookmark-default-handler): Rework doc string and change a
18050 parameter name, to clarify that this takes a bookmark record
18051 not a bookmark name.
18052 (bookmark-set): Change a parameter name to indicate its meaning,
18053 and improve the doc string a bit.
18054 (Bug#4188)
18055
18056 2009-10-04 Karl Fogel <kfogel@red-bean.com>
18057
18058 * bookmark.el (bookmark-alist): Document the new `handler' element
18059 in the param alist.
18060 (bookmark-make-record-function): Adjust documentation for above.
18061 (Bug#4193)
18062
18063 2009-10-04 Karl Fogel <kfogel@red-bean.com>
18064
18065 * info.el (Info-bookmark-make-record): Document this function.
18066 (Info-bookmark-jump): Document with a doc string, not just a comment.
18067 (Bug#4203)
18068
18069 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
18070
18071 * files.el (copy-directory): New defun.
18072
18073 * dired-aux.el (dired-copy-file-recursive): Use it.
18074
18075 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
18076
18077 * files-x.el (modify-dir-local-variable)
18078 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
18079 docstrings.
18080
18081 * recentf.el (recentf-unload-function): New function.
18082
18083 2009-10-04 Glenn Morris <rgm@gnu.org>
18084
18085 * window.el (window-full-height-p): Add doc string.
18086
18087 2009-10-04 Martin Rudalics <rudalics@gmx.at>
18088
18089 * window.el (window-full-height-p): New function. (Bug#4543)
18090
18091 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
18092
18093 * vc.el: Remove commented out code.
18094 (vc-derived-from-dir-mode): Remove, unused.
18095 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
18096
18097 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
18098
18099 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
18100 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
18101 there could be recursive loading when `default-directory' is a
18102 remote file name. (Bug#4614)
18103
18104 2009-10-03 Glenn Morris <rgm@gnu.org>
18105
18106 * calendar/calendar.el (calendar-basic-setup): Handle the case where
18107 the frame is wide.
18108 (calendar-generate-window): Test for shrinkability rather than width.
18109
18110 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
18111 reusing existing buffers, in case we happen to visit two files with the
18112 same basename. (Bug#4593)
18113
18114 2009-10-02 Eli Zaretskii <eliz@gnu.org>
18115
18116 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
18117 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
18118 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
18119 subdirs of cedet as well.
18120 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
18121
18122 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18123
18124 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
18125 Obey advertised-signature-table.
18126
18127 * help-fns.el (help-function-arglist): Don't check
18128 advertised-signature-table.
18129 (describe-function-1): Do it here instead so it also applies to subrs.
18130
18131 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
18132
18133 * simple.el (start-file-process): Say in the doc-string, that file
18134 handlers might not support pty association, if PROGRAM is nil.
18135
18136 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
18137 HOST and USER are strings. They are nil, when there are
18138 incomplete entries in ~/.netrc, for example.
18139 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
18140 root directory ("device busy" error otherwise).
18141
18142 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
18143 Flush file properties of created directory.
18144
18145 2009-10-02 Eli Zaretskii <eliz@gnu.org>
18146
18147 * makefile.w32-in (WINS_BASIC): Remove cedet.
18148 (WINS_CEDET): Add cedet.
18149 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
18150
18151 2009-10-02 Kevin Ryde <user42@zip.com.au>
18152
18153 * net/browse-url.el (browse-url): Pass any symbol in
18154 browse-url-browser-function to `apply', since if you've mistakenly put
18155 an unbound symbol then the error is clearer. (Bug#4531)
18156
18157 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
18158
18159 * allout.el (allout-init, allout-back-to-current-heading)
18160 (allout-beginning-of-current-entry, allout-ascend-to-depth)
18161 (allout-ascend, allout-up-current-level, allout-end-of-level)
18162 (allout-previous-visible-heading, allout-forward-current-level)
18163 (allout-backward-current-level, allout-show-children):
18164 * apropos.el (apropos-describe-plist):
18165 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
18166 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
18167 * completion.el (add-completion, add-permanent-completion):
18168 * descr-text.el (describe-text-category, describe-char):
18169 * desktop.el (desktop-lazy-abort):
18170 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
18171 * dired.el (dired-build-subdir-alist):
18172 * ediff.el (ediff-version):
18173 * elide-head.el (elide-head, elide-head-show):
18174 * emerge.el (emerge-version):
18175 * env.el (getenv):
18176 * face-remap.el (variable-pitch-mode):
18177 * faces.el (describe-face):
18178 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
18179 (dired-at-point):
18180 * files.el (find-file-existing, auto-save-mode):
18181 * font-lock.el (font-lock-fontify-buffer):
18182 * help-fns.el (describe-function, describe-variable)
18183 (describe-syntax, describe-categories):
18184 * help.el (view-lossage, describe-bindings, describe-key)
18185 (describe-mode):
18186 * hexl.el (hexl-current-address):
18187 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
18188 * info.el (Info-goto-emacs-key-command-node):
18189 * log-edit.el (log-edit-insert-cvs-template)
18190 (log-edit-insert-cvs-rcstemplate):
18191 * menu-bar.el (menu-bar-mode):
18192 * mouse.el (mouse-appearance-menu):
18193 * newcomment.el (comment-indent-new-line):
18194 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
18195 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
18196 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
18197 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
18198 * recentf.el (recentf-mode):
18199 * savehist.el (savehist-mode, savehist-save):
18200 * shadowfile.el (shadow-copy-files):
18201 * simple.el (kill-ring-save, next-line, previous-line)
18202 (normal-erase-is-backspace-mode):
18203 * strokes.el (strokes-update-window-configuration)
18204 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
18205 (strokes-xpm-for-stroke):
18206 * time.el (emacs-uptime, emacs-init-time):
18207 * tutorial.el (tutorial--describe-nonstandard-key)
18208 (tutorial--detailed-help):
18209 * type-break.el (type-break-mode)
18210 (type-break-mode-line-message-mode, type-break-query-mode)
18211 (type-break-guesstimate-keystroke-threshold):
18212 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
18213 * version.el (emacs-version):
18214 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
18215 * winner.el (winner-mode):
18216 * calendar/timeclock.el (timeclock-in, timeclock-out)
18217 (timeclock-status-string, timeclock-change)
18218 (timeclock-workday-remaining-string)
18219 (timeclock-workday-elapsed-string)
18220 (timeclock-when-to-leave-string):
18221 * calendar/todo-mode.el (todo-add-category):
18222 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
18223 * emacs-lisp/autoload.el (update-file-autoloads):
18224 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
18225 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
18226 (checkdoc-message-text, checkdoc-defun):
18227 * emacs-lisp/debug.el (debugger-list-functions):
18228 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18229 * emacs-lisp/eieio-opt.el (eieio-describe-class)
18230 (eieio-describe-generic):
18231 * emacs-lisp/lisp-mnt.el (lm-synopsis):
18232 * emacs-lisp/shadow.el (list-load-path-shadows):
18233 * emulation/cua-base.el (cua-mode):
18234 * emulation/edt.el (edt-set-scroll-margins):
18235 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
18236 (tpu-toggle-regexp, tpu-toggle-search-direction)
18237 (tpu-toggle-rectangle, tpu-toggle-control-keys):
18238 * emulation/tpu-extras.el (tpu-set-scroll-margins):
18239 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
18240 (viper-set-parsing-style-toggling-macro)
18241 (viper-set-emacs-state-searchstyle-macros):
18242 * emulation/viper.el (viper-set-hooks):
18243 * eshell/esh-mode.el (eshell-truncate-buffer):
18244 * international/mule-cmds.el (prefer-coding-system)
18245 (describe-input-method, describe-language-environment):
18246 * international/mule-diag.el (list-character-sets)
18247 (describe-character-set, describe-coding-system)
18248 (describe-fontset, list-fontsets, list-input-methods):
18249 * mail/sendmail.el (mail-signature):
18250 * net/ange-ftp.el (ange-ftp-copy-file):
18251 * net/browse-url.el (browse-url):
18252 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
18253 * net/quickurl.el (quickurl-add-url):
18254 * net/rcirc.el (names, topic):
18255 * net/xesam.el (xesam-mode):
18256 * play/5x5.el (5x5-new-game):
18257 * play/yow.el (apropos-zippy):
18258 * progmodes/ada-mode.el (ada-mode-version):
18259 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
18260 (f90-end-of-block)
18261 (f90-beginning-of-block):
18262 * progmodes/fortran.el (fortran-end-of-block)
18263 (fortran-beginning-of-block):
18264 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
18265 * progmodes/python.el (python-describe-symbol, python-shell):
18266 * term/ns-win.el (ns-print-buffer):
18267 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
18268 * textmodes/flyspell.el (flyspell-mode-on):
18269 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
18270 (pages-directory-for-addresses):
18271 * textmodes/table.el (table-recognize-cell)
18272 (table-query-dimension, table-generate-source)
18273 (table-insert-sequence, table--warn-incompatibility):
18274 * textmodes/tex-mode.el (tex-validate-buffer):
18275 * textmodes/texinfmt.el (texinfmt-version)
18276 (texinfo-format-buffer):
18277 Use `called-interactively-p' instead of `interactive-p'.
18278
18279 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
18280
18281 * image-mode.el (image-toggle-display):
18282 * emacs-lisp/elp.el (elp-instrument-function):
18283 * emacs-lisp/advice.el (ad-make-advised-definition):
18284 * emacs-lisp/easy-mmode.el (define-minor-mode):
18285 * net/browse-url.el (browse-url-maybe-new-window):
18286 * progmodes/sh-script.el (sh-learn-buffer-indent):
18287 Pass new argument 'any to `called-interactively-p'.
18288
18289 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
18290
18291 * international/uni-bidi.el:
18292 * international/uni-category.el:
18293 * international/uni-combining.el:
18294 * international/uni-comment.el:
18295 * international/uni-decimal.el:
18296 * international/uni-decomposition.el:
18297 * international/uni-digit.el:
18298 * international/uni-lowercase.el:
18299 * international/uni-mirrored.el:
18300 * international/uni-name.el:
18301 * international/uni-numeric.el:
18302 * international/uni-old-name.el:
18303 * international/uni-titlecase.el:
18304 * international/uni-uppercase.el:
18305 Regenerate from Unicode 5.2.0 data.
18306
18307 2009-10-01 Glenn Morris <rgm@gnu.org>
18308
18309 * Makefile.in (ELCFILES): Regenerate.
18310
18311 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18312
18313 * subr.el (interactive-p): Mark obsolete.
18314 (called-interactively-p): Make the optional-ness of `kind' obsolete.
18315 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
18316 advertised-signature-table for subroutines as well.
18317
18318 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
18319 (set-advertised-calling-convention): New function.
18320 (make-obsolete, define-obsolete-function-alias)
18321 (make-obsolete-variable, define-obsolete-variable-alias):
18322 Make the optional-ness of `when' obsolete.
18323 (define-obsolete-face-alias): Make `when' non-optional.
18324 * help-fns.el (help-function-arglist):
18325 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
18326 Use advertised-signature-table.
18327
18328 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
18329
18330 * files.el (delete-directory): New defun. The original function
18331 in fileio.c has been renamed to `delete-directory-internal'.
18332
18333 * dired.el (dired-delete-file): Call `delete-directory' with
18334 RECURSIVE parameter.
18335
18336 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
18337 parameter RECURSIVE. Implementation is missing.
18338
18339 * net/tramp.el (tramp-handle-make-directory): Flush upper
18340 directory's file properties.
18341 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
18342 (tramp-handle-dired-recursive-delete-directory): Flush directory
18343 properties after the remove command only.
18344
18345 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
18346 Handle optional parameter RECURSIVE.
18347
18348 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
18349 Handle optional parameter RECURSIVE.
18350
18351 * net/tramp-smb.el (tramp-smb-errors): Add error message for
18352 connection timeout.
18353 (tramp-smb-handle-delete-directory): Handle optional parameter
18354 RECURSIVE.
18355
18356 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18357
18358 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
18359 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
18360 (byte-compile-defmacro): Use backquotes.
18361
18362 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
18363
18364 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
18365 has no associated file.
18366 (vc-resynch-buffer): Use vc-dir-buffers.
18367
18368 2009-10-01 Glenn Morris <rgm@gnu.org>
18369
18370 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
18371 (chart-file-count):
18372 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
18373 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
18374 * emacs-lisp/eieio-opt.el (eieio-describe-class):
18375 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
18376 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
18377 (eieio-copy-parents-into-subclass, make-instance, class-children)
18378 (eieio-generic-form):
18379
18380 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
18381 match-data. (Bug#4555).
18382
18383 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
18384 rather than parsing it as a regexp. This relaxes the layout
18385 requirements and makes errors easier to detect.
18386 (check-declare-verify): Check file is regular.
18387 (check-declare-directory): Doc fix.
18388 * subr.el (declare-function): Doc fix.
18389
18390 * ibuffer.el (ibuffer-format-qualifier):
18391 * isearch.el (hi-lock-regexp-okay):
18392 * calc/calc.el (math-zerop):
18393 * mail/uce.el (rmail-msgbeg, rmail-msgend):
18394 * term/w32-win.el (setup-default-fontset, set-fontset-font):
18395 Remove unused declarations.
18396
18397 2009-09-30 Eric Ludlam <zappo@gnu.org>
18398
18399 * emacs-lisp/eieio.el (boolean-p): Delete.
18400
18401 2009-09-30 Glenn Morris <rgm@gnu.org>
18402
18403 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
18404
18405 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
18406 filename is not a string.
18407
18408 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
18409
18410 * files.el (safe-local-eval-forms): Fix typo.
18411
18412 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
18413
18414 * vc-hooks.el (vc-dir-buffers): New var.
18415 (vc-state-refresh): New function.
18416 (vc-state): Use it.
18417 (vc-after-save): Always ask the backend to recompute the new state.
18418 Always call vc-dir if necessary, using vc-dir-buffers.
18419 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
18420 Use vc-dir-buffers.
18421 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
18422 (vc-dir-prepare-status-buffer, vc-dir-update)
18423 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
18424 Don't call expand-file-name on default-directory.
18425
18426 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
18427
18428 * speedbar.el (speedbar-item-delete):
18429 * calc/calc-prog.el (calc-kbd-if):
18430 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
18431
18432 * epa.el (epa-key-list-mode-map):
18433 * hi-lock.el (hi-lock-menu): Fix typos in menus.
18434
18435 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
18436 (hs-show-hook): Fix typo in docstring.
18437
18438 2009-09-29 Glenn Morris <rgm@gnu.org>
18439
18440 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
18441 file-name-nondirectory call preventing location of cedet files.
18442 (check-declare-verify): Use literal search rather than re-search.
18443 Add basic defmethod and defclass, and define-overloadable-function.
18444
18445 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18446 Use tramp-compat-file-attributes rather than nonexistent
18447 tramp-compat-handle-file-attributes.
18448
18449 * Makefile.in (lisptagsfiles4): New.
18450 (AUTOGENEL): Add cedet loaddefs files.
18451 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
18452 (update-elclist, compile-always, backup-compiled-files)
18453 (bootstrap-clean): Add yet another directory level.
18454 (update-elclist): Use LC_COLLATE rather than COLLATE.
18455 (ELCFILES): Update, via `make update-elclist'.
18456
18457 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
18458
18459 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
18460 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
18461 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
18462
18463 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
18464
18465 * Makefile.in (lisptagsfiles3): Define.
18466 (TAGS, TAGS-LISP): Use it.
18467 (update-elclist): Add third directory level to look for elc files.
18468 (compile-always): Likewise.
18469 (backup-compiled-files): Likewise.
18470 (bootstrap-clean): Likewise.
18471 (ELCFILES): Update.
18472
18473 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
18474
18475 * Makefile.in (ELCFILES): Add CEDET files.
18476
18477 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
18478
18479 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
18480
18481 * net/tramp.el (top): Require tramp-imap.
18482
18483 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18484 Use `tramp-compat-handle-file-attributes'.
18485
18486 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
18487
18488 * net/tramp-imap.el: New package.
18489
18490 2009-09-28 Eric Ludlam <zappo@gnu.org>
18491
18492 * emacs-lisp/chart.el:
18493 * emacs-lisp/eieio-base.el:
18494 * emacs-lisp/eieio-comp.el:
18495 * emacs-lisp/eieio-custom.el:
18496 * emacs-lisp/eieio-datadebug.el:
18497 * emacs-lisp/eieio-opt.el:
18498 * emacs-lisp/eieio-speedbar.el:
18499 * emacs-lisp/eieio.el: New files.
18500
18501 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18502
18503 * whitespace.el (whitespace-trailing-regexp)
18504 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
18505 Fix doc string.
18506
18507 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
18508
18509 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
18510 menu.
18511
18512 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
18513 menu-bar-ediff-menu.
18514
18515 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
18516 define-overloadable-function.
18517
18518 * progmodes/autoconf.el: Provide autoconf as well, so that this
18519 file can be `require'd.
18520
18521 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
18522
18523 * emacs-lisp/autoload.el (generated-autoload-feature)
18524 (generated-autoload-load-name): New vars.
18525 (autoload-rubric, autoload-generate-file-autoloads): Use them.
18526 (make-autoload): Recognize define-overloadable-function and
18527 defclass forms (for EIEIO).
18528
18529 * Makefile.in (update-subdirs): Exclude cedet directory.
18530
18531 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
18532
18533 * term/ns-win.el: Don't set the region face background. (Bug#4381)
18534
18535 * faces.el: Default light-background background for region face to
18536 ns_selection_color under NS.
18537
18538 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
18539
18540 * net/imap-hash.el: New library, see NEWS.
18541
18542 * Makefile.in (ELCFILES): Add imap-hash.el.
18543
18544 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
18545
18546 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
18547 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
18548 * help-macro.el (make-help-screen): Avoid using an ambiguous function
18549 definition where the docstring could be taken for the return value.
18550
18551 2009-09-26 Glenn Morris <rgm@gnu.org>
18552
18553 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
18554 Add option to only show images below a certain size.
18555 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
18556 save-excursion calls.
18557
18558 2009-09-26 Eli Zaretskii <eliz@gnu.org>
18559
18560 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
18561 subdirectories) and eieio.
18562
18563 2009-09-26 Alan Mackenzie <acm@muc.de>
18564
18565 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18566 Correct buggy bracketing. (Bug#4289)
18567
18568 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
18569 character constants (as case labels). (Bug#4289)
18570
18571 2009-09-25 Juri Linkov <juri@jurta.org>
18572
18573 * files.el (safe-local-eval-forms): Allow time-stamp in
18574 before-save-hook (Bug#4554).
18575
18576 2009-09-25 Drew Adams <drew.adams@oracle.com>
18577
18578 * menu-bar.el (list-buffers-directory): Doc fix.
18579
18580 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
18581
18582 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
18583 Try and avoid copying twice the same paragraph.
18584 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
18585 Remove save-excursion.
18586 (log-edit-changelog-entry): Do it here instead.
18587
18588 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
18589
18590 * bs.el (bs--get-file-name): Use `list-buffers-directory'
18591 when available, instead of hardcoding mode names. Doc fix.
18592
18593 * menu-bar.el (list-buffers-directory): Add docstring.
18594 Make automatically buffer-local.
18595
18596 * dired.el (dired-mode):
18597 * files.el (cd-absolute):
18598 * pcvs.el (cvs-temp-buffer):
18599 * pcvs-util.el (cvs-get-buffer-create):
18600 * shell.el (shell-mode):
18601 * vc-dir.el (vc-dir-mode):
18602 Don't make `list-buffers-directory' buffer local.
18603
18604 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
18605
18606 * comint.el (comint-exec, comint-run, make-comint):
18607 Doc fixes (Bug#4542).
18608
18609 2009-09-25 Glenn Morris <rgm@gnu.org>
18610
18611 * mail/rmailmm.el (rmail-mime): New custom group.
18612 Move all defcustoms in this file into this group.
18613 (rmail-mime-media-type-handlers-alist): Revert previous change.
18614 (rmail-mime-show-images): New option.
18615 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
18616 references to it, since it wasn't actually used for anything.
18617 (rmail-mime-insert-image): New function.
18618 (rmail-mime-image): Use rmail-mime-insert-image.
18619 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
18620 obey the value of `rmail-mime-show-images' option. Print the size of
18621 attachments.
18622
18623 2009-09-25 David Engster <deng@randomsample.de>
18624
18625 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
18626
18627 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18628
18629 * whitespace.el: Does not highlight trailing spaces While point is
18630 at end of line. Does not highligt spaces at beginning of buffer
18631 while point is at beginning of buffer. Does not highlight spaces
18632 at end of buffer while point is at end of buffer. (Bug#4177)
18633 New version 12.0.
18634 (whitespace-display-mappings): Adjust initialization.
18635 (whitespace-point, whitespace-font-lock-refontify): New vars.
18636 (whitespace-color-on, whitespace-color-off): Adjust code.
18637 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
18638 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
18639 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
18640
18641 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
18642
18643 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
18644
18645 * textmodes/sgml-mode.el: Remove xml-mode alias.
18646
18647 * files.el (auto-mode-alist, conf-mode-maybe)
18648 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
18649
18650 2009-09-24 Alan Mackenzie <acm@muc.de>
18651
18652 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
18653 c-forward-conditionals, but it doesn't move point and doesn't set
18654 the mark.
18655 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
18656 (c-down-conditional-with-else, c-backward-conditional)
18657 (c-forward-conditional): Refactor to use c-scan-conditionals.
18658
18659 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
18660
18661 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
18662 (help-default-arg-highlight): Remove.
18663 (help-highlight-arg): New function.
18664 (help-do-arg-highlight): Use it.
18665 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
18666
18667 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18668
18669 * term.el (term-set-scroll-region, term-handle-ansi-escape):
18670 Undo last change, which didn't fix the problem and introduced others.
18671
18672 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
18673
18674 * progmodes/gdb-mi.el: Don't require speedbar.
18675 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
18676
18677 2009-09-24 Glenn Morris <rgm@gnu.org>
18678
18679 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
18680
18681 * term/ns-win.el (ns-reg-to-script): Define for compiler.
18682
18683 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
18684 there is no newline after the final mime boundary. (Bug#4539)
18685 Move markers on insertion so that any buttons inserted don't end up in
18686 the next part of a multipart message.
18687 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
18688 (rmail-mime-bulk-handler): Optionally handle images.
18689 (rmail-mime-image): New button action.
18690 (rmail-mime-image-handler): New function.
18691 (rmail-mime-mode): New mode.
18692 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
18693
18694 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18695
18696 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
18697 than just dropping elements from it (bug#4504).
18698
18699 * term.el (term-set-scroll-region): Don't move cursor any more.
18700 (term-handle-ansi-escape): Call term-goto here instead.
18701 Suggested by Ivan Kanis <apple@kanis.eu>.
18702
18703 * term.el: Require CL.
18704 (term-ansi-reset): New function.
18705 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
18706 (term-handle-colors-array): Simplify.
18707
18708 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
18709
18710 * allout.el (allout-overlay-interior-modification-handler)
18711 (allout-obtain-passphrase):
18712 * epa-file.el (epa-file-write-region):
18713 * ps-print.el (ps-begin-job):
18714 * vc-hooks.el (vc-toggle-read-only):
18715 * vc-rcs.el (vc-rcs-rollback):
18716 * vc-sccs.el (vc-sccs-rollback):
18717 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
18718 (vc-version-diff, vc-revert, vc-rollback):
18719 * wdired.el (wdired-check-kill-buffer):
18720 * emacs-lisp/authors.el (authors):
18721 * net/socks.el (socks-open-connection):
18722 * net/zeroconf.el (zeroconf-service-add-hook):
18723 * obsolete/vc-mcvs.el (vc-mcvs-register):
18724 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
18725 (gdb-select-frame):
18726 * progmodes/grep.el (lgrep, rgrep):
18727 * progmodes/idlw-help.el (idlwave-help-check-locations)
18728 (idlwave-help-html-link, idlwave-help-assistant-open-link):
18729 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
18730 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
18731 (reftex-toc-rename-label): Fix typos in error messages.
18732
18733 * dired-aux.el (dired-do-shell-command): Reflow docstring.
18734 (dired-copy-how-to-fn): Doc fix.
18735 (dired-files-attributes, dired-read-shell-command):
18736 Fix typos in docstrings.
18737
18738 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
18739 (dired-x-find-file-other-window): Reflow docstrings.
18740 (dired-omit-marker-char, dired-read-shell-command)
18741 (dired-x-submit-report): Fix typos in docstrings.
18742
18743 * shell.el (shell-mode-hook):
18744 * view.el (View-scroll-line-forward):
18745 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
18746 Fix typos in docstrings.
18747
18748 * net/dig.el (dig-invoke): Fix typo in docstring.
18749 (query-dig): Reflow docstring.
18750
18751 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
18752 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
18753 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
18754 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
18755 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
18756 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
18757 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
18758 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
18759 (idlwave-completion-map, idlwave-current-indent)
18760 (idlwave-custom-ampersand-surround, idlwave-customize)
18761 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
18762 (idlwave-define-abbrev, idlwave-determine-class-special)
18763 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
18764 (idlwave-end-block-reg, idlwave-end-of-statement)
18765 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
18766 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
18767 (idlwave-explicit-class-listed, idlwave-file-header)
18768 (idlwave-fill-paragraph, idlwave-find-class-definition)
18769 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
18770 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
18771 (idlwave-in-quote, idlwave-indent-action-table)
18772 (idlwave-indent-expand-table, idlwave-indent-line)
18773 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
18774 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
18775 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
18776 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
18777 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
18778 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
18779 (idlwave-outlawed-buffers, idlwave-popup-select)
18780 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
18781 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
18782 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
18783 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
18784 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
18785 (idlwave-statement-type, idlwave-struct-skip)
18786 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
18787 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
18788 (idlwave-what-module-find-class): Fix typos in docstrings.
18789 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
18790 (idlwave-calculate-cont-indent, idlwave-expand-equal)
18791 (idlwave-find-module, idlwave-find-structure-definition)
18792 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
18793 (idlwave-list-load-path-shadows, idlwave-next-statement)
18794 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
18795 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
18796 (idlwave-template): Reflow docstrings.
18797
18798 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
18799 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
18800 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
18801 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
18802 (idlwave-shell-display-line, idlwave-shell-display-wframe)
18803 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
18804 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
18805 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
18806 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
18807 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
18808 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
18809 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
18810 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
18811 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
18812 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
18813 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
18814 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
18815 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
18816 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
18817 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
18818 Fix typos in docstrings.
18819 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
18820 (idlwave-shell-hide-output, idlwave-shell-mode)
18821 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
18822 Reflow docstrings.
18823
18824 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
18825
18826 2009-09-24 Ivan Kanis <apple@kanis.eu>
18827
18828 * term.el (term-bold-attribute): New var.
18829 (term-handle-colors-array): Use it.
18830
18831 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
18832
18833 * progmodes/gdb-mi.el (gdb-version): New variable.
18834 (gdb-non-stop-handler): Set gdb-version.
18835 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
18836 Condition "--thread" option on gdb-version.
18837 (gdb-invalidate-threads): Remove unused argument.
18838
18839 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18840
18841 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
18842 to looking-back to avoid ridiculous slow down in large files (bug#4511).
18843
18844 2009-09-23 Glenn Morris <rgm@gnu.org>
18845
18846 * mail/rmail.el (rmail-reply): Don't try to add a References header when
18847 replying to mail without References or Message-Id. (Bug#4525)
18848
18849 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
18850
18851 * term/ns-win.el (ns-reg-to-script): New variable.
18852
18853 2009-09-23 Daiki Ueno <ueno@unixuser.org>
18854
18855 * epg.el (epg-wait-for-status): Preserve existing 'error results.
18856
18857 2009-09-22 Sam Steingold <sds@gnu.org>
18858
18859 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
18860 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
18861 to 1 because hg returns status 1 when nothing is found.
18862 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
18863
18864 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
18865
18866 * textmodes/fill.el: Convert to utf-8 encoding.
18867 (fill-french-nobreak-p): Remove redundant » and « inherited from our
18868 pre-Unicode days.
18869
18870 * add-log.el (change-log-fill-forward-paragraph): New function.
18871 (change-log-mode): Use it so fill-region DTRT.
18872 Set fill-indent-according-to-mode here rather than in
18873 change-log-fill-paragraph.
18874 (change-log-fill-paragraph): Remove.
18875
18876 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
18877
18878 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
18879 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
18880
18881 2009-09-22 Glenn Morris <rgm@gnu.org>
18882
18883 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
18884 the scroll-bar scroll the calendar window rather than the buffer.
18885
18886 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
18887 commands that move point (as opposed to scrolling).
18888
18889 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
18890
18891 * emacs-lisp/elint.el (elint): New custom group.
18892 (elint-log-buffer): Make it a defcustom.
18893 (elint-scan-preloaded, elint-ignored-warnings)
18894 (elint-directory-skip-re): New options.
18895 (elint-builtin-variables): Doc fix.
18896 (elint-preloaded-env): New variable.
18897 (elint-unknown-builtin-args): Add an entry for encode-time.
18898 (elint-extra-errors): Make it a variable rather than a constant.
18899 (elint-preloaded-skip-re): New constant.
18900 (elint-directory): Skip files matching elint-directory-skip-re.
18901 (elint-features): New variable, local to linted buffers.
18902 (elint-update-env): Initialize elint-features. Possibly add
18903 elint-preloaded-env to the buffer's environment.
18904 (elint-get-top-forms): Bind elint-current-pos, for log messages.
18905 Skip quoted forms.
18906 (elint-init-form): New function, extracted from elint-init-env.
18907 Make non-list forms a warning rather than an error.
18908 Add the mode-map for define-derived-mode. Handle define-minor-mode,
18909 easy-menu-define, put that adds an error-condition, and provide.
18910 When requiring cl, also require cl-macs. Really require cl, to handle
18911 some cl macros. Store required libraries in the list elint-features,
18912 so as not to re-load them. Treat cc-require like require.
18913 (elint-init-env): Call elint-init-form to do the work.
18914 Handle eval-and-compile and such like.
18915 (elint-add-required-env): Do not clear messages.
18916 (elint-special-forms): Add handlers for function, defalias, if, when,
18917 unless, and, or.
18918 (elint-form): Add optional argument to ignore elint-special-forms,
18919 useful to prevent recursive calls from handlers. Doc fix.
18920 Respect elint-ignored-warnings.
18921 (elint-form): Respect elint-ignored-warnings.
18922 (elint-bound-variable, elint-bound-function): New variables.
18923 (elint-unbound-variable): Respect elint-bound-variable.
18924 (elint-get-args): Respect elint-bound-function.
18925 (elint-check-cond-form): Add some simple handling for (f)boundp and
18926 featurep tests.
18927 (elint-check-defalias-form): New handler.
18928 (elint-check-let-form): Make an empty let a warning rather than an
18929 error.
18930 (elint-check-setq-form): Make an empty setq a warning rather than an
18931 error. Respect elint-ignored-warnings.
18932 (elint-check-defvar-form): Accept null doc-strings.
18933 (elint-check-conditional-form): New handler. Does some simple-minded
18934 checking of featurep and (f)boundp tests.
18935 (elint-put-function-args): New function.
18936 (elint-initialize): Use elint-scan-doc-file rather than
18937 elint-find-builtin-variables. Use elint-put-function-args.
18938 Possibly scan preloaded-file-list.
18939 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
18940 extend to handle functions as well.
18941
18942 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
18943
18944 * linum.el (linum-delete-overlays, linum-update-window):
18945 Do not modify the right margin. (Bug#3971)
18946
18947 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
18948
18949 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
18950 Use nxml-mode instead of xml-mode.
18951
18952 2009-09-21 Kevin Ryde <user42@zip.com.au>
18953
18954 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
18955
18956 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
18957
18958 * net/dig.el (dig-mode): Use define-derived-mode.
18959
18960 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
18961
18962 * vc-dispatcher.el (vc-do-command): Return the process object in
18963 the asynchronous case. Use when instead of if. Do not run
18964 vc-exec-after to display a message if not enabled. (Bug#4463)
18965
18966 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
18967 properties to the stash strings.
18968 (vc-git-stash-list): Return a list of strings.
18969 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
18970 (vc-git-stash-show-at-point): New functions.
18971 (vc-git-stash-map): New keymap.
18972
18973 * register.el (ctl-x-r-map): Define the keys here instead of
18974 using autoload.
18975
18976 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
18977
18978 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
18979 list, to workaround performance problem (bug#4485).
18980
18981 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
18982
18983 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
18984
18985 2009-09-20 Daiki Ueno <ueno@unixuser.org>
18986
18987 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
18988 Document that this option is not recommended to use.
18989
18990 2009-09-19 Glenn Morris <rgm@gnu.org>
18991
18992 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
18993 variable `var'.
18994
18995 * calc/calc-alg.el (var):
18996 * calc/calcalg2.el (var): Define for compiler.
18997
18998 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
18999
19000 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
19001 Doc fix (Bug#3932).
19002
19003 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
19004
19005 * time-stamp.el (time-stamp-month-dd-yyyy)
19006 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
19007 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
19008 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
19009 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
19010 Remove functions that have been obsolete since 1995 (Bug#4436).
19011
19012 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
19013 indent buffer only if called interactively (Bug#4452).
19014
19015 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
19016 Eli Zaretskii <eliz@gnu.org>
19017
19018 This fixes bug#4197 (merged to bug#865, though not identical).
19019 * server.el (server-auth-dir): Add docstring note about FAT32.
19020 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
19021 but warn against using them.
19022
19023 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
19024
19025 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
19026 older GDB where there is no has_more field.
19027
19028 2009-09-19 Glenn Morris <rgm@gnu.org>
19029
19030 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
19031
19032 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
19033
19034 * files.el (auto-mode-alist): Change default for XML files to nXML
19035 mode (Bug#4169).
19036
19037 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
19038
19039 * server.el (server-ensure-safe-dir): Pass 'integer
19040 to `file-attributes', as suggested.
19041
19042 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
19043
19044 * dired-aux.el (dired-query-alist): Remove spurious backslash.
19045 (dired-query): Use read-key.
19046
19047 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
19048
19049 * cus-start.el (ns-use-qd-smoothing): Remove.
19050
19051 2009-09-18 Glenn Morris <rgm@gnu.org>
19052
19053 * allout.el (top-level): Remove unnecessary progn.
19054
19055 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
19056
19057 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
19058 definition of abbrev table.
19059
19060 * speedbar.el (speedbar-track-mouse):
19061 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
19062 * net/eudc.el (eudc-expand-inline):
19063 * net/newst-backend.el (newsticker--cache-read-feed):
19064 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
19065 condition-case handlers.
19066
19067 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
19068
19069 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
19070 (gdb-var-list): Add an element for has_more field.
19071 (gdb-non-stop-handler): Enable pretty printing for STL containers.
19072 (gdb-var-create-handler, gdb-var-list-children-handler-1)
19073 (gdb-var-update-handler-1): Parse output of dynamic variable
19074 objects (STL containers).
19075 (gdb-var-delete-1): Pass var1 as an explicit second argument.
19076 (gdb-get-field): Delete alias. Use bindat-get-field directly.
19077
19078 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
19079 gdb-var-list.
19080 (gud-speedbar-buttons): Make node expandable if expression "has more"
19081 children.
19082
19083 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
19084
19085 * startup.el (emacs-quick-startup): Remove variable and all uses.
19086 (command-line): Set `inhibit-x-resources' instead.
19087 (command-line-1): Use `inhibit-x-resources' instead.
19088
19089 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
19090
19091 * subr.el: Fix last change to avoid using the `unless' macro,
19092 which breaks bootstrapping.
19093
19094 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19095
19096 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
19097 extended definitions, in case we reload subr.el after having
19098 loaded CL.
19099 (eval-next-after-load): Mark as obsolete.
19100
19101 2009-09-17 Juri Linkov <juri@jurta.org>
19102
19103 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
19104 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
19105 (menu-bar-showhide-menu, menu-bar-tools-menu)
19106 (menu-bar-describe-menu, menu-bar-help-menu)
19107 (minibuffer-local-completion-map, minibuffer-local-map):
19108 Fix list quoting.
19109
19110 2009-09-17 Glenn Morris <rgm@gnu.org>
19111
19112 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
19113 arguments, whether or not it has a handler.
19114
19115 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
19116
19117 * simple.el (hard-newline): Give it a doc-string.
19118
19119 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19120 (lisp-mode-syntax-table): Give them doc-strings.
19121
19122 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
19123
19124 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
19125 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
19126 (menu-bar-options-menu, menu-bar-showhide-menu)
19127 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
19128 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
19129 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
19130 (menu-bar-options-menu, menu-bar-tools-menu)
19131 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
19132 (menu-bar-help-menu):
19133 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
19134 string arguments.
19135
19136 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
19137 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
19138 calls for the menu names and :help.
19139
19140 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19141
19142 * mouse.el (minor-mode-menu-from-indicator): Pay attention
19143 to :minor-mode-function (bug#4455).
19144
19145 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
19146
19147 * startup.el (command-line): Initialize the window-system after
19148 processing the command-line.
19149
19150 * textmodes/page.el (what-page): Make sure we don't inf-loop if
19151 page-delimiter matches the empty string.
19152
19153 2009-09-16 Glenn Morris <rgm@gnu.org>
19154
19155 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
19156 byte-compile-not-obsolete-var. It's a list now.
19157 (byte-compile-not-obsolete-funcs): New variable.
19158 (byte-compile-warn-obsolete): Don't warn about functions if they are in
19159 byte-compile-not-obsolete-funcs.
19160 (byte-compile-variable-ref, byte-compile-defvar): Update for
19161 byte-compile-not-obsolete-vars name-change and list nature.
19162 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
19163 and variables behind (f)boundp tests.
19164 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
19165
19166 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19167
19168 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
19169
19170 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19171
19172 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
19173 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
19174 Don't autoload.
19175
19176 2009-09-15 Stephen Eglen <stephen@gnu.org>
19177
19178 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
19179 the virtual-buffers, use the name of the buffer specified by
19180 find-file-noselect, as the match may be a symlink. (This was a
19181 problem if the target and the symlink had different names.)
19182
19183 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19184
19185 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
19186
19187 * desktop.el (desktop-path): Check user-emacs-directory.
19188
19189 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
19190
19191 * loadup.el: Use after-load-functions to GC after loading each file.
19192 Remove the explicit GC calls that used to be sprinkled around.
19193
19194 * subr.el (after-load-functions): New hook.
19195 (do-after-load-evaluation): Run it. Use string-match-p to detect
19196 `obsolete' packages, rather than painfully extracting the relevant
19197 directory name.
19198
19199 2009-09-15 Glenn Morris <rgm@gnu.org>
19200
19201 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
19202 free variable `doc'.
19203
19204 * dired.el (dired-mode-map): Add menu entry for async shell command.
19205
19206 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
19207 variables, also consider the .elc files, since the .el files are
19208 normally gzipped (subsequent code locates the .el.gz from the .elc).
19209
19210 * calc/calc-prog.el (arglist): Define for compiler.
19211
19212 * calendar/diary-lib.el (diary-display-function): Change the default to
19213 fancy display.
19214 (body): Define for compiler.
19215
19216 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
19217 (byte-compile-file-form, byte-compile-lambda)
19218 (byte-compile-top-level-body, byte-compile-form)
19219 (byte-compile-variable-ref, byte-compile-setq)
19220 (byte-compile-setq-default, byte-compile-body)
19221 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
19222 (batch-byte-compile): Give some more local variables with common names
19223 a "bytecomp-" prefix to avoid masking warnings about free variables.
19224
19225 * startup.el (command-line-1): Give local variables with common names a
19226 distinguishing prefix, so as not to hide free variable warnings during
19227 bootstrap.
19228
19229 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
19230 clever and add a suffix to make a unique name, just let the user decide
19231 whether or not to overwrite it. If the input is a directory, write the
19232 default filename to that directory. (Bug#4388)
19233 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
19234 is a filename-as-a-directory.
19235
19236 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19237
19238 * textmodes/page.el (what-page): Don't move to beginning of line.
19239 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
19240
19241 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19242
19243 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
19244
19245 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
19246
19247 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
19248 * help.el (help-for-help-internal): Add purecopy calls for text.
19249
19250 * vc.el (top): print-log method now takes an optional SHORTLOG
19251 argument. Add a new method: root.
19252 (vc-root-diff, vc-print-root-log): New functions.
19253 (vc-log-short-style): New variable.
19254 (vc-print-log-internal): Add support for showing short logs.
19255
19256 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
19257 vc-print-root-log and vc-print-root-diff.
19258
19259 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
19260 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
19261 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
19262 short logs.
19263
19264 * vc-cvs.el (vc-cvs-print-log):
19265 * vc-mtn.el (vc-mtn-print-log):
19266 * vc-rcs.el (vc-rcs-print-log):
19267 * vc-sccs.el (vc-sccs-print-log):
19268 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
19269 that is ignored for now.
19270
19271 * vc-mtn.el (vc-mtn-annotate-command):
19272 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
19273
19274 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19275
19276 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
19277 to function-key-map, and give them ascii-character property.
19278 * term/x-win.el (x-alternatives-map):
19279 * term/ns-win.el (ns-alternatives-map):
19280 * term/internal.el (msdos-key-remapping-map):
19281 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
19282
19283 2009-09-14 Glenn Morris <rgm@gnu.org>
19284
19285 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
19286 temp-buffers (2009-09-12).
19287
19288 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19289
19290 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
19291 the new read-key function.
19292
19293 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
19294
19295 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
19296 is defined (Bug#4405).
19297
19298 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
19299
19300 * recentf.el (recentf-cleanup): Use a hash table to find
19301 duplicates (Bug#4407).
19302
19303 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
19304
19305 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
19306 kp-0 to ascii equivalents (Bug#4325).
19307
19308 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
19309
19310 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
19311
19312 * eshell/em-hist.el:
19313 * eshell/em-dirs.el (eshell-complete-user-reference):
19314 Declare pcomplete functions and variables to avoid compiler warnings.
19315
19316 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
19317
19318 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
19319 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
19320 * eshell/em-alias.el (eshell-aliases-file):
19321 * eshell/em-hist.el (eshell-history-file-name):
19322 Use expand-file-name instead of concat to make file names (Bug#4308).
19323
19324 2009-09-13 Glenn Morris <rgm@gnu.org>
19325
19326 * ediff-merg.el (ediff-do-merge):
19327 * filesets.el (filesets-run-cmd):
19328 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
19329 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
19330 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
19331 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
19332 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
19333 Replace empty `let's with `progn'.
19334
19335 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19336
19337 * mail/sendmail.el (send-mail-function):
19338 * tooltip.el (tooltip-mode):
19339 * simple.el (transient-mark-mode):
19340 * rfn-eshadow.el (file-name-shadow-mode):
19341 * frame.el (blink-cursor-mode):
19342 * font-core.el (global-font-lock-mode):
19343 * files.el (temporary-file-directory)
19344 (small-temporary-file-directory, auto-save-file-name-transforms):
19345 * epa-hook.el (auto-encryption-mode):
19346 * composite.el (global-auto-composition-mode):
19347 Use custom-initialize-delay.
19348 * startup.el (command-line): Don't explicitly call
19349 custom-reevaluate-setting for all the above vars.
19350 * custom.el (custom-initialize-safe-set)
19351 (custom-initialize-safe-default): Delete.
19352
19353 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19354
19355 * term/x-win.el (x-initialize-window-system):
19356 * term/w32-win.el (w32-initialize-window-system):
19357 * term/ns-win.el (ns-initialize-window-system): Don't call
19358 mouse-wheel-mode since it's enabled globally by default already.
19359
19360 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
19361 actually define the variable, but only silences the byte-compiler.
19362 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
19363 before looking it up.
19364 (mouse-wheel-scroll-amount): Also reset the bindings if this value
19365 is changed.
19366
19367 2009-09-12 Glenn Morris <rgm@gnu.org>
19368
19369 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
19370 1000.
19371 (elint-add-required-env): Don't beep on error.
19372 (elint-forms): In case of error, return ENV unchanged.
19373 (elint-init-env): Skip non-list forms.
19374 (elint-log): Handle unknown file positions.
19375
19376 2009-09-12 Daiki Ueno <ueno@unixuser.org>
19377
19378 * epg.el (epg-make-context): Add autoload cookie.
19379 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
19380 (epg-decrypt-string, epg-start-verify, epg-verify-file)
19381 (epg-verify-string, epg-start-sign, epg-sign-file)
19382 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
19383 (epg-encrypt-string, epg-start-export-keys)
19384 (epg-export-keys-to-file, epg-export-keys-to-string)
19385 (epg-start-import-keys, epg-import-keys-from-file)
19386 (epg-import-keys-from-string, epg-start-receive-keys)
19387 (epg-receive-keys, epg-import-keys-from-server)
19388 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
19389 (epg-sign-keys, epg-start-generate-key)
19390 (epg-generate-key-from-file, epg-generate-key-from-string):
19391 Remove autoload cookie.
19392
19393 2009-09-12 Eli Zaretskii <eliz@gnu.org>
19394
19395 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
19396 reevaluation of trash-directory.
19397
19398 * mwheel.el: Fix last change.
19399 (mouse-wheel-mode): New defvar.
19400 (mouse-wheel-mode): Remove autoload cookie.
19401
19402 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19403
19404 * mwheel.el (mwheel-installed-bindings): New var.
19405 (mouse-wheel-mode): Use it, so as to make sure we really remove all
19406 the bindings we set last time. Use custom-initialize-delay.
19407 * loadup.el: Load mwheel after term/*-win.el.
19408 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
19409 and mouse-wheel-up-event now that their first evaluation is done
19410 sufficiently late to be correct.
19411
19412 * startup.el (tutorial-directory): Make it a defcustom.
19413 Use custom-initialize-delay rather than eval-at-startup to set it.
19414 * image.el (image-load-path): Make it a defcustom.
19415 Use custom-initialize-delay rather than eval-at-startup to set it.
19416 * subr.el (eval-at-startup): Remove.
19417 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
19418
19419 * subr.el (do-after-load-evaluation): Warn the user after loading an
19420 obsolete package.
19421
19422 2009-09-12 Glenn Morris <rgm@gnu.org>
19423
19424 * proced.el (proced-mark-alt): Remove alias.
19425 (proced-mode-map): Remove proced-mark-alt.
19426
19427 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
19428 Elint file and directory. Remove initialization entry.
19429
19430 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
19431 commands.
19432 (elint-current-buffer): Set mode-line-process.
19433 (elint-init-env): Handle define-derived-mode.
19434 Fix declare-function with unspecified arglist. Guard against odd
19435 defalias statements (eg iso-insert's 8859-1-map).
19436 (elint-add-required-env): Use a temp buffer.
19437 (elint-form): Just print the function/macro name, not the whole form.
19438 Return env unchanged if we fail to parse a macro.
19439 (elint-forms): Guard against parse errors.
19440 (elint-output): New function, to handle batch mode.
19441 (elint-log-message): Add optional argument. Use elint-output.
19442 (elint-set-mode-line): New function.
19443
19444 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
19445
19446 * emacs-lisp/elp.el (elp-not-profilable): Add more
19447 functions (Bug#4233).
19448
19449 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
19450
19451 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
19452 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
19453
19454 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
19455
19456 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
19457 (gdb-var-list-children): Use json parsing.
19458
19459 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
19460
19461 * progmodes/js.el (js--proper-indentation): Handle the case where
19462 char-before is null. Reported by Deniz Dogan.
19463
19464 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
19465
19466 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
19467
19468 2009-09-11 Daiki Ueno <ueno@unixuser.org>
19469
19470 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
19471 (epg-digest-algorithm-alist): Add SHA224.
19472 (epg-context-set-passphrase-callback)
19473 (epg-context-set-progress-callback): Add description about
19474 callback function.
19475
19476 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19477
19478 * custom.el (custom-delayed-init-variables): New var.
19479 (custom-initialize-delay): New function.
19480 * startup.el (command-line): "Re"evaluate all vars in
19481 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
19482 explicitly any more.
19483 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
19484 to avoid creating a ~/.emacs.d at build-time (bug#4347).
19485
19486 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
19487
19488 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
19489
19490 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
19491 (gdb-var-update-handler): Use json parsing.
19492
19493 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
19494
19495 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
19496 decode annotated text, regardless of language environment. (Bug#2741)
19497
19498 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19499
19500 * Makefile.in (autoloads): Make rmail.el writable as well.
19501
19502 2009-09-11 Glenn Morris <rgm@gnu.org>
19503
19504 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
19505 loaddefs.el.
19506 * dired.el: Regenerate with extracted autoloads.
19507 * Makefile.in (autoloads): Make dired.el writable.
19508
19509 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
19510 * ibuffer.el: Regenerate with extracted autoloads.
19511 * Makefile.in (autoloads): Make ibuffer.el writable.
19512
19513 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
19514 * version.el (emacs-copyright, emacs-major-version)
19515 (emacs-minor-version): Reformat doc-strings for make-docfile.
19516
19517 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
19518 functions and variables, since they must be stuff specific to some other
19519 platform.
19520 (apropos-print): Make mouse-click message less specific about button.
19521
19522 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
19523 that records where a macro was defined.
19524 * help-fns.el (describe-function-1): Mention if a function has a
19525 compiler-macro.
19526 * help-mode.el (help-function-cmacro): New button.
19527
19528 * locate.el (top-level): Always require dired.
19529 (locate-mode-map): Initialize inside the defvar.
19530
19531 * net/ange-ftp.el (dired-compress-file): Declare.
19532 (ange-ftp-dired-compress-file): Add doc string.
19533
19534 * term/ns-win.el (x-display-name, x-setup-function-keys):
19535 Unify doc-strings with X versions.
19536
19537 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19538
19539 * emulation/crisp.el (crisp-mode-map): Move initialization
19540 into declaration.
19541 (crisp-mode): Use define-minor-mode.
19542
19543 * progmodes/xscheme.el (xscheme-evaluation-commands):
19544 Put a :advertised-binding property rather than using
19545 advertised-xscheme-send-previous-expression.
19546 (advertised-xscheme-send-previous-expression): Declare obsolete.
19547 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
19548 `advertised-undo'.
19549 (crisp-mode): Add corresponding bindings to
19550 undo's :advertised-binding instead.
19551 * dired.el (dired-mode-map): Put a :advertised-binding property rather
19552 than using dired-advertised-find-file.
19553 (dired-advertised-find-file):
19554 * simple.el (advertised-undo):
19555 * wid-edit.el (advertised-widget-backward): Declare obsolete.
19556 (widget-keymap): Put a :advertised-binding property rather
19557 than using advertised-widget-backward.
19558 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
19559 than using advertised-undo.
19560 * tutorial.el (tutorial--default-keys): Adjust accordingly.
19561
19562 2009-09-10 Simon South <ssouth@slowcomputing.org>
19563
19564 * progmodes/delphi.el (delphi-tab): Indent region when Transient
19565 Mark mode is enabled and region is active; otherwise indent or
19566 insert TAB as usual.
19567 (delphi-mode): Update description of TAB-key binding.
19568
19569 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
19570
19571 * subr.el (define-key-rebound-commands): Mark obsolete.
19572 * startup.el (precompute-menubar-bindings): Remove.
19573 (normal-top-level): Remove obsolete code that tried to precompute
19574 menubar bindings.
19575 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
19576 define-key-rebound-commands and precompute-menubar-bindings.
19577
19578 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
19579
19580 * net/imap.el (imap-interactive-login): Better messages.
19581 (imap-open): Fix bug with renamed buffer on reconnect.
19582 (imap-authenticate): Add buffer-local imap-last-authenticator variable
19583 for easier debugging and cleaner code. On successful (guessed based on
19584 server capabilities) secondary authentication, set imap-state
19585 correctly.
19586 (imap-last-authenticator): Define imap-last-authenticator as a variable
19587 to avoid warnings.
19588
19589 2009-09-10 Glenn Morris <rgm@gnu.org>
19590
19591 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
19592
19593 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
19594 (byte-compile-file-form-autoload): Don't warn about unknown functions
19595 where the autoload statement comes after the use.
19596 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
19597 that any handlers inside the body (eg require) are in turn respected.
19598
19599 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
19600 effects.
19601
19602 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
19603 and syntax and abbrev tables basic docs, if they don't have any.
19604
19605 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
19606
19607 * international/mule-cmds.el (top-level): Require cl when compiling.
19608 (view-hello-file): Use default-value rather than
19609 default-enable-multibyte-characters.
19610
19611 * progmodes/fortran.el: Move all safe and risky properties into the
19612 defcustoms.
19613
19614 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
19615 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
19616 * mail/undigest.el:
19617 Put autoloads in rmail.el rather than loaddefs.el.
19618 * mail/rmail.el: Regenerate with extracted autoloads.
19619
19620 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
19621 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
19622
19623 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
19624
19625 Reported in thread for Bug#4375.
19626 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
19627 "-data-evaluate-expression" instead of print.
19628 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
19629 (gdb-tooltip-print): Parse output from above MI command.
19630 (gdb): Revert 2009-08-11 change. User should detach inferior
19631 manually.
19632
19633 Remove the word "separate" from IO functions as inferior
19634 output is now never displayed in the GUD buffer.
19635
19636 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
19637
19638 * startup.el (command-line-normalize-file-name): On Windows and
19639 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
19640
19641 2009-09-10 Juri Linkov <juri@jurta.org>
19642
19643 * isearch.el (isearch-text-char-description): Propertize escape
19644 character sequences with the `escape-glyph' face. (Bug#4344)
19645
19646 * simple.el (shell-command): Set asynchronous process filter to
19647 `comint-output-filter'. (Bug#4343)
19648
19649 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
19650 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
19651 the list. Move "asm" to the bottom.
19652 (grep-find-ignored-directories): Add `choice' with nil value
19653 to empty the list easily.
19654 (grep-find-ignored-files): New option.
19655 (grep-files-history): Set to nil by default instead of '("ch" "el").
19656 (grep-compute-defaults): Add "<X>" to `grep-template'.
19657 (grep-read-files): Bind new local variables `default-alias' and
19658 `default-extension'. Use a list of default values for the file prompt.
19659 (lgrep): Add `--exclude=' command line options composed from
19660 `grep-find-ignored-files'.
19661 (rgrep): Add `-name' command line options composed from
19662 `grep-find-ignored-files'. (Bug#4301)
19663
19664 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
19665
19666 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
19667 (bug#4368).
19668
19669 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
19670
19671 * calendar/time-date.el (autoload):
19672 Expand define-obsolete-function-alias into defalias and make-obsolete
19673 for old Emacsen that Gnus supports.
19674 (with-no-warnings): Define it for old Emacsen.
19675 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
19676 is available.
19677 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
19678 float-time is available; suppress compile warning for time-to-seconds.
19679
19680 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
19681
19682 * net/imap.el (imap-message-map): Docstring fix.
19683
19684 2009-09-09 Glenn Morris <rgm@gnu.org>
19685
19686 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
19687 line numbers too. (Bug#4374)
19688
19689 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
19690
19691 * smerge-mode.el (smerge-remove-props, smerge-refine):
19692 Use with-silent-modifications (bug#4342).
19693
19694 * subr.el (with-silent-modifications): New macro.
19695
19696 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
19697
19698 * files.el (top-level): Require `cl' when compiling.
19699
19700 2009-09-07 Glenn Morris <rgm@gnu.org>
19701
19702 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
19703
19704 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
19705 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
19706
19707 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
19708
19709 * vc-git.el (vc-git-annotate-command): Use separator to parse
19710 arguments correctly.
19711
19712 2009-09-06 Eli Zaretskii <eliz@gnu.org>
19713
19714 * proced.el (proced-mode): Doc fix.
19715
19716 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
19717
19718 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
19719 lstat fails.
19720 (tramp-do-file-attributes-with-ls): Check for file existence at
19721 remote end.
19722 (tramp-do-file-attributes-with-stat): Likewise.
19723 (tramp-convert-file-attributes): Return nil when attr is nil.
19724
19725 2009-09-05 Glenn Morris <rgm@gnu.org>
19726
19727 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
19728 properties to this button.
19729 (diary-fancy-display): Don't extend the button to the final newline.
19730 (diary-fancy-display-mode): Continue to define "q" as a local key.
19731
19732 * calendar/cal-china.el (holiday-chinese): Make it slightly more
19733 efficient.
19734
19735 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
19736
19737 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
19738 (byte-compile-dest-file-function): New option.
19739 (byte-compile-dest-file): Doc fix.
19740 Obey byte-compile-dest-file-function.
19741 (byte-compile-cl-file-p): New function.
19742 (byte-compile-eval): Only suppress noruntime warnings about cl functions
19743 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
19744 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
19745 than for file being previously loaded.
19746 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
19747 (byte-compile-file-form-require): Handle the case where requiring a file
19748 indirectly causes CL to be loaded.
19749
19750 2009-09-05 Karl Fogel <kfogel@red-bean.com>
19751
19752 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
19753 before killing the old buffer, since by the time `kill-buffer' is
19754 run so many buffer variables have been set to nil that it may not
19755 behave as expected. (Bug#4061)
19756
19757 2009-09-05 Karl Fogel <kfogel@red-bean.com>
19758
19759 * files.el (find-alternate-file): If the old buffer is modified
19760 and visiting a file, behave similarly to `kill-buffer' when
19761 killing it, thus reverting to the pre-1.878 behavior; see
19762 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
19763 for discussion. Also, consult `buffer-file-name' as a variable
19764 not as a function, for consistency with the rest of the code.
19765
19766 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
19767
19768 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
19769 also when adding a new directory.
19770
19771 * net/tramp-compat.el (tramp-compat-line-beginning-position):
19772 New defun.
19773
19774 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
19775
19776 * files.el (locate-file-completion-table): Make it provide boundary
19777 information, so partial-completion works better.
19778
19779 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
19780
19781 * mail/footnote.el (Footnote-text-under-cursor):
19782 Check footnote-text-marker-alist before using it (bug#4324).
19783
19784 2009-09-04 Glenn Morris <rgm@gnu.org>
19785
19786 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
19787 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
19788 * play/solitaire.el, play/tetris.el:
19789 Remove leading * from defcustom and defface docs.
19790
19791 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
19792 necessary.
19793 (diary-fancy-overriding-map): New variable.
19794 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
19795 Use view-mode.
19796
19797 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
19798 goto-line.
19799
19800 2009-09-03 Glenn Morris <rgm@gnu.org>
19801
19802 * arc-mode.el (archive-mode):
19803 * dos-fns.el (set-default-process-coding-system):
19804 * man.el (Man-getpage-in-background):
19805 * menu-bar.el (menu-bar-describe-menu):
19806 * server.el (server-process-filter):
19807 * startup.el (command-line):
19808 * tar-mode.el (tar-header-block-tokenize, tar-extract):
19809 * w32-fns.el (set-default-process-coding-system):
19810 * x-dnd.el (x-dnd-handle-file-name):
19811 * international/mule-cmds.el (mule-menu-keymap)
19812 (set-default-coding-systems, language-info-alist, set-language-info)
19813 (set-language-environment, standard-display-european-internal)
19814 (set-locale-environment):
19815 * international/mule-diag.el (mule-diag):
19816 * mail/emacsbug.el (report-emacs-bug):
19817 * mail/rmail.el (rmail-mode):
19818 * mail/sendmail.el (mail-setup):
19819 Use default-value rather than default-enable-multibyte-characters.
19820
19821 * progmodes/f90.el: Move all safe properties into the defcustoms.
19822 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
19823
19824 * calendar/appt.el (appt-check):
19825 * calendar/diary-lib.el (diary-set-header, diary-live-p)
19826 (diary-check-diary-file, diary-list-entries)
19827 (diary-include-other-diary-files, diary-simple-display)
19828 (diary-fancy-display, diary-print-entries)
19829 (diary-mark-included-diary-files, diary-make-entry):
19830 Don't call substitute-in-file-name on diary-file.
19831
19832 2009-09-03 Eduard Wiebe <usenet@pusto.de>
19833 Stefan Monnier <monnier@iro.umontreal.ca>
19834
19835 * mail/footnote.el (footnote-prefix): Make it a defcustom.
19836 (footnote-mode-map): Move initialization into the declaration.
19837 (footnote-minor-mode-map): Define it rather than changing global-map.
19838 (footnote-mode): Use define-minor-mode.
19839
19840 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
19841
19842 * net/tramp.el (tramp-handle-file-attributes-with-ls)
19843 (tramp-do-file-attributes-with-perl)
19844 (tramp-do-file-attributes-with-stat): Rename from
19845 `tramp-handle-file-attributes-with-*'.
19846 (tramp-handle-file-attributes): Use them.
19847 (tramp-do-directory-files-and-attributes-with-perl)
19848 (tramp-do-directory-files-and-attributes-with-stat): Rename from
19849 `tramp-handle-directory-files-and-attributes-with-*'.
19850 (tramp-handle-directory-files-and-attributes): Use them.
19851 (tramp-method-out-of-band-p): Additional parameter SIZE.
19852 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
19853 (tramp-handle-write-region): Use it.
19854 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
19855 (tramp-handle-vc-registered): Check, whether the first run did
19856 return files to be tested.
19857 (tramp-advice-make-auto-save-file-name): Do not call directly
19858 `tramp-handle-make-auto-save-file-name', because this would bypass
19859 the locking mechanism.
19860
19861 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
19862 (file-remote-p, process-file, start-file-process, set-file-times)
19863 (tramp-compat-file-attributes): Compatibility functions shall not
19864 call directly `tramp-handle-*', because this would bypass the
19865 locking mechanism.
19866 (tramp-compat-number-sequence): New defun.
19867
19868 2009-09-02 Glenn Morris <rgm@gnu.org>
19869
19870 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
19871 alias for float-time.
19872 (time-to-number-of-days): In Emacs, use float-time.
19873 * net/newst-backend.el (time-add): Suppress warnings from compat
19874 function.
19875 * time.el (emacs-uptime, emacs-init-time):
19876 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
19877 Use float-time rather than time-to-seconds.
19878
19879 * minibuffer.el (completion-initials-expand): Fix typo.
19880
19881 * faces.el (modeline, modeline-inactive, modeline-highlight)
19882 (modeline-buffer-id):
19883 * info.el (info-menu-5): Mark these face aliases as obsolete.
19884
19885 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
19886
19887 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
19888 space ...
19889 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
19890 no "--thread" option.
19891 (gdb-stopped): Don't print "Switched to thread" message when it is
19892 unchanged.
19893
19894 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
19895
19896 * minibuffer.el (completion-try-completion)
19897 (completion-all-completions): Remove ill-defined (and
19898 mistakenly installed and luckily never used nor documented)
19899 `completion-styles' property.
19900 (completion-initials-expand, completion-initials-all-completions)
19901 (completion-initials-try-completion): New functions.
19902 (completion-styles-alist): Add doc to each entry.
19903 Add new `initials' entry.
19904
19905 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
19906
19907 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
19908 MI command -var-evaluate-expression.
19909 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
19910 and tweak for case of string child.
19911 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
19912
19913 2009-09-01 Glenn Morris <rgm@gnu.org>
19914
19915 * add-log.el (change-log-date-face, change-log-name-face)
19916 (change-log-email-face, change-log-file-face, change-log-list-face)
19917 (change-log-conditionals-face, change-log-function-face)
19918 (change-log-acknowledgement-face):
19919 * cus-edit.el (custom-invalid-face, custom-rogue-face)
19920 (custom-modified-face, custom-set-face, custom-changed-face)
19921 (custom-saved-face, custom-button-face, custom-button-pressed-face)
19922 (custom-documentation-face, custom-state-face, custom-comment-face)
19923 (custom-comment-tag-face, custom-variable-tag-face)
19924 (custom-variable-button-face, custom-face-tag-face)
19925 (custom-group-tag-face-1, custom-group-tag-face):
19926 * diff-mode.el (diff-header-face, diff-file-header-face)
19927 (diff-index-face, diff-hunk-header-face, diff-removed-face)
19928 (diff-added-face, diff-changed-face, diff-function-face)
19929 (diff-context-face, diff-nonexistent-face):
19930 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19931 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
19932 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
19933 (Info-title-4-face):
19934 * isearch.el (isearch-lazy-highlight-face):
19935 * log-view.el (log-view-file-face, log-view-message-face):
19936 * paren.el (show-paren-match-face, show-paren-mismatch-face):
19937 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
19938 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
19939 (cvs-msg-face):
19940 * smerge-mode.el (smerge-mine-face, smerge-other-face)
19941 (smerge-base-face, smerge-markers-face):
19942 * wid-edit.el (widget-documentation-face, widget-button-face)
19943 (widget-field-face, widget-single-line-field-face)
19944 (widget-inactive-face, widget-button-pressed-face):
19945 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
19946 (woman-addition-face):
19947 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
19948 (eshell-ls-executable-face, eshell-ls-readonly-face)
19949 (eshell-ls-unreadable-face, eshell-ls-special-face)
19950 (eshell-ls-missing-face, eshell-ls-archive-face)
19951 (eshell-ls-backup-face, eshell-ls-product-face)
19952 (eshell-ls-clutter-face):
19953 * eshell/em-prompt.el (eshell-prompt-face):
19954 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
19955 * obsolete/old-whitespace.el (whitespace-highlight-face):
19956 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
19957 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
19958 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
19959 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
19960 (antlr-font-lock-literal-face):
19961 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
19962 (ebrowse-root-class-face, ebrowse-file-name-face)
19963 (ebrowse-default-face, ebrowse-member-attribute-face)
19964 (ebrowse-member-class-face, ebrowse-progress-face):
19965 * progmodes/make-mode.el (makefile-space-face):
19966 * progmodes/sh-script.el (sh-heredoc-face):
19967 * textmodes/flyspell.el (flyspell-incorrect-face)
19968 (flyspell-duplicate-face):
19969 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
19970 * textmodes/texinfo.el (texinfo-heading-face):
19971 Mark face aliases with "-face" suffix as obsolete.
19972
19973 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
19974 compiler.
19975
19976 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
19977 (eudc-bob-sound-menu): Use defvar rather than defconst, since
19978 easy-menu-define wants to modify these.
19979
19980 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
19981
19982 * net/browse-url.el (browse-url-file-url):
19983 * term/internal.el (dos-codepage-setup):
19984 Use default-value rather than default-enable-multibyte-characters.
19985
19986 * progmodes/etags.el (etags-goto-tag-location):
19987 * progmodes/flymake.el (flymake-highlight-line)
19988 (flymake-goto-file-and-line, flymake-goto-line):
19989 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
19990 (gdb-goto-breakpoint):
19991 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
19992 * progmodes/python.el (python-find-function)
19993 (python-pdbtrack-track-stack-file):
19994 * progmodes/verilog-mode.el (verilog-surelint-off):
19995 * term/ns-win.el (ns-open-file-select-line):
19996 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
19997 Use forward-line rather than goto-line.
19998
19999 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
20000 * textmodes/reftex-index.el (reftex-display-index):
20001 * textmodes/reftex-ref.el (reftex-offer-label-menu):
20002 * textmodes/reftex-toc.el (reftex-toc):
20003 Remove unnecessary bindings of default-major-mode (all are followed by
20004 major-mode check and possible mode switch).
20005
20006 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
20007
20008 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
20009 Handle watchpoints (bug#4282).
20010 (def-gdb-thread-buffer-command): Enable thread to be selected by
20011 clicking without selecting threads buffer first.
20012 (gdb-current-context-command): Use selected frame so that "up",
20013 "down" etc work in the GUD buffer.
20014 (gdb-update): Find selected frame before rendering stack buffer.
20015 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
20016
20017 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
20018
20019 * progmodes/sym-comp.el (displayed-completions): Remove.
20020 (symbol-complete): Use minibuffer-complete.
20021
20022 2009-08-31 Glenn Morris <rgm@gnu.org>
20023
20024 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
20025
20026 * apropos.el (apropos-symbols-internal):
20027 Handle (obsolete) face aliases.
20028
20029 * faces.el (describe-face): Adjust the output format to be more like
20030 describe-variable, and to mention (obsolete) face aliases.
20031 Adjust the whitespace so that help-setup-xref works.
20032
20033 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
20034 * calendar/diary-lib.el (diary-button-face):
20035 Mark these face aliases as obsolete.
20036
20037 * calendar/calendar.el (calendar-today): Doc fix.
20038
20039 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
20040
20041 * progmodes/gdb-mi.el (gdb-control-all-threads)
20042 (gdb-control-current-thread): Force tool bar update.
20043 (gdb-non-stop-handler): New function.
20044 (gdb-init-1): Use it to test if non-stop mode is supported.
20045 Remove unused gdbmi buffer type.
20046
20047 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
20048
20049 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
20050 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
20051
20052 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
20053
20054 * comint.el (comint-exec-1): Check command is non-null first.
20055 Part of gdb-mi.el change (2009-08-28).
20056
20057 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20058
20059 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
20060
20061 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
20062
20063 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
20064 instead of `dolist' to avoid a recursive require when bootstrapping.
20065
20066 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20067
20068 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
20069
20070 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
20071
20072 * net/imap.el (imap-send-command): Simplify.
20073 (imap-wait-for-tag): point-max -> buffer-size.
20074
20075 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
20076
20077 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
20078 with constant argument.
20079
20080 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
20081
20082 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
20083
20084 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
20085 Change default, since most of our files don't have a history.
20086 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
20087 the user.
20088
20089 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20090 Add comint-run.
20091
20092 * calc/calc.el: Improve commenting convention.
20093 (calc-digit-map, toplevel): Simplify.
20094
20095 * comint.el (comint-insert-input): Be careful to only set point if we
20096 don't delegate to some other command.
20097
20098 * proced.el (proced-signal-list): Make it an alist.
20099 (proced-grammar-alist): Capitalize names.
20100 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
20101 Disable undo manually and make it read-only.
20102 Use completion-annotate-function.
20103
20104 * minibuffer.el (minibuffer-message): If the current buffer is not
20105 a minibuffer, insert the message in the echo area rather than at the
20106 end of the buffer.
20107 (completion-annotate-function): New variable.
20108 (minibuffer-completion-help): Use it.
20109 (completion--embedded-envvar-table): Environment vars are
20110 always case-sensitive.
20111
20112 2009-08-30 Glenn Morris <rgm@gnu.org>
20113
20114 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
20115 from fortran-current-defun.
20116 (fortran-beginning-of-subprogram): Be more precise about finding the
20117 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
20118 (fortran-end-of-subprogram): Simplify.
20119 (fortran-current-defun): Use fortran-start-prog-re.
20120
20121 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
20122
20123 * subr.el (do-after-load-evaluation): Simplify.
20124
20125 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20126
20127 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
20128
20129 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
20130 (vc-rcs-print-log): Use it.
20131
20132 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
20133
20134 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
20135
20136 * paths.el (abbrev-file-name): Move to abbrev.el.
20137 * abbrev.el (abbrev-file-name): Move from paths.el.
20138 Obey user-emacs-directory.
20139 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
20140 user-emacs-directory.
20141 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
20142 abbrev-file-name and calc-settings-file any more.
20143 * startup.el (command-line): Recompute abbrev-file-name and
20144 abbreviated-home-dir.
20145 (normal-no-mouse-startup-screen): Improve the generic code and get rid
20146 of the special code for when C-h bindings haven't been changed.
20147 (display-startup-echo-area-message): Use with-current-buffer.
20148 (command-line-1): Use a list of strings, rather than a list of lists
20149 of strings for longopts.
20150
20151 * files.el (get-free-disk-space): Use / for default-directory.
20152
20153 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
20154 Use with-current-buffer.
20155
20156 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
20157 Recognize immutable variables like most-positive-fixnum.
20158 (byte-compile-setq-default): Check and warn if trying to assign
20159 to an immutable variable, or a non-variable.
20160
20161 * progmodes/cc-vars.el (c-comment-continuation-stars):
20162 * progmodes/cc-engine.el (c-looking-at-bos):
20163 * progmodes/cc-cmds.el (c-toggle-auto-state)
20164 (c-forward-into-nomenclature, c-backward-into-nomenclature)
20165 (c-comment-line-break-function): Add version of obsolescence.
20166
20167 2009-08-28 Juri Linkov <juri@jurta.org>
20168
20169 * files.el (magic-fallback-mode-alist): Add ZIP magic number
20170 associated with `archive-mode'.
20171
20172 * image.el (image-type-header-regexps): Use only JPEG magic number
20173 to determine JPEG images, and don't use `image-jpeg-p' because
20174 Emacs can display non-JFIF non-Exif JPEG images.
20175
20176 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
20177
20178 * arc-mode.el (archive-mode):
20179 * emacs-lisp/re-builder.el (re-builder-unload-function):
20180 Protect against the default value of `major-mode' being nil.
20181
20182 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
20183
20184 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
20185 Fix typos in docstrings.
20186
20187 * progmodes/js.el (js--macro-decl-re): Doc fix.
20188 (js--plain-method-re, js--split-name): Refloc docstring.
20189 (js--class-styles, js--make-merged-item, js--splice-into-items):
20190 Fix typos in docstrings; reflow docstrings.
20191 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
20192 (js--variable-decl-matcher, js--inside-pitem-p)
20193 (js--parse-state-at-point, js--get-all-known-symbols)
20194 (js--symbol-history, js-find-symbol, js--js-references)
20195 (js--moz-interactor, js--js-encode-value, js--read-tab):
20196 Fix typos in docstrings.
20197
20198 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20199
20200 * textmodes/reftex.el (reftex-get-file-buffer-force):
20201 * progmodes/verilog-mode.el (verilog-batch-execute-func):
20202 * emulation/viper.el (viper-go-away, viper-set-hooks):
20203 * emacs-lisp/re-builder.el (re-builder-unload-function):
20204 * emacs-lisp/bytecomp.el (byte-compile-file):
20205 * ses.el (ses-unload-function):
20206 * hexl.el (hexl-find-file):
20207 * files.el (normal-mode):
20208 * ehelp.el (with-electric-help):
20209 * autoinsert.el (auto-insert-alist):
20210 * arc-mode.el (archive-mode):
20211 Use (default-value 'major-mode) instead of default-major-mode.
20212
20213 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
20214 * international/mule.el (load-with-code-conversion):
20215 * emacs-lisp/debug.el (debug):
20216 * ediff-vers.el (ediff-rcs-get-output-buffer):
20217 * dired.el (dired-internal-noselect): Don't let-bind
20218 default-major-mode around code that doesn't use it.
20219 E.g. buffer creation via get-buffer-create doesn't use it.
20220
20221 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
20222
20223 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
20224 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
20225 when writing the temp file. Otherwise, epa-file gets confused.
20226 (tramp-register-file-name-handlers): Make it a defun. Move also
20227 `epa-file-handler' to the front of `file-name-handler-alist'.
20228
20229 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20230
20231 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
20232 start right after a ^M.
20233 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
20234 (tramp-completion-file-name-regexp-separate)
20235 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
20236 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
20237 Don't modify last-coding-system-used by accident.
20238 (tramp-completion-file-name-handler): Apply the checks here,
20239 instead during registration.
20240 (tramp-register-file-name-handlers): Rename from
20241 `tramp-register-file-name-handler'. Register both
20242 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
20243 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
20244
20245 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
20246
20247 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
20248 Remove variable ...
20249 (gdb-init-1, gdb-display-separate-io-buffer)
20250 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
20251 references to it.
20252 (gdb-inferior-io-mode): Use make-comint-in-buffer.
20253 (gdb-inferior-filter): Use comint-output-filter to stop
20254 echoing and remove ^M characters.
20255
20256 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20257
20258 * emulation/viper-init.el (viper-restore-cursor-type):
20259 * emulation/cua-base.el (cua--update-indications):
20260 Replace default-cursor-type with (default-value 'cursor-type).
20261
20262 * mail/sendmail.el (mail-recover-1):
20263 * international/mule-diag.el (describe-current-coding-system-briefly)
20264 (describe-current-coding-system):
20265 * international/mule-cmds.el (select-safe-coding-system)
20266 (select-message-coding-system)
20267 (set-language-environment-coding-systems, set-locale-environment):
20268 * hexl.el (hexl-insert-multibyte-char):
20269 * dos-w32.el (find-buffer-file-type-coding-system):
20270 * simple.el (what-cursor-position):
20271 Replace uses of default-buffer-file-coding-system
20272 with (default-value 'buffer-file-coding-system).
20273
20274 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
20275 Replace uses of default-cursor-in-non-selected-windows
20276 with (default-value 'cursor-in-non-selected-windows).
20277 Use with-current-buffer.
20278
20279 * mail/feedmail.el: Use CL macros.
20280 (feedmail-run-the-queue, feedmail-send-it-immediately):
20281 * dos-w32.el (find-buffer-file-type): Replace uses of
20282 default-buffer-file-type with (default-value 'buffer-file-type).
20283
20284 2009-08-28 Glenn Morris <rgm@gnu.org>
20285
20286 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
20287 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
20288 Use default-value of major-mode rather than default-major-mode.
20289
20290 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20291
20292 * Makefile.in (update-elcfiles): Report left over elc files.
20293
20294 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
20295 expand-file-name and with-current-buffer.
20296 (mail-get-names, mail-directory): Use with-current-buffer.
20297
20298 * vc.el (vc-read-revision): New function.
20299 (vc-version-diff, vc-merge): Use it.
20300
20301 2009-08-27 Sam Steingold <sds@gnu.org>
20302
20303 * simple.el (kill-do-not-save-duplicates): New user option.
20304 (kill-new): When it is non-nil, and the new string is the same as
20305 the latest kill, set replace to t to avoid duplicates in kill-ring.
20306
20307 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
20308
20309 * net/tramp.el (tramp-handle-process-file): Do not flush all
20310 caches when `process-file-side-effects' is set.
20311 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
20312 instead of `tramp-find-file-exists-command'.
20313 Unset `process-file-side-effects'.
20314
20315 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
20316
20317 * net/tramp.el (tramp-methods): New method "rsyncc".
20318 (top): Add completion function for "rsyncc".
20319 (tramp-message-show-message): New defvar.
20320 (tramp-message, tramp-error): Use it.
20321 (tramp-do-copy-or-rename-file-directly): Extend check for direct
20322 remote copying.
20323 (tramp-do-copy-or-rename-file-out-of-band): Handle new
20324 `tramp-methods' entry `copy-env' of "rsyncc".
20325 (tramp-vc-registered-read-file-names): New defconst.
20326 (tramp-vc-registered-file-names): New defvar.
20327 (tramp-handle-vc-registered): Implement optimization strategy.
20328 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
20329 (tramp-vc-file-name-handler): New defun.
20330 (tramp-get-ls-command, tramp-get-test-command)
20331 (tramp-get-file-exists-command, tramp-get-remote-ln)
20332 (tramp-get-remote-perl, tramp-get-remote-stat)
20333 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
20334
20335 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
20336 (tramp-cache-inhibit-cache): Extend doc string. It allows also
20337 timestamps.
20338 (tramp-get-file-property): Check for timestamps in
20339 `tramp-cache-inhibit-cache'.
20340 (tramp-set-file-property): Write timestamp.
20341
20342 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20343
20344 * language/japan-util.el (japanese-symbol-table): Add entries for
20345 cp932-2-byte.
20346
20347 * international/characters.el: Add category `j' to cp932-2-byte.
20348
20349 2009-08-27 Kenichi Handa <handa@m17n.org>
20350
20351 * international/fontset.el (build-default-fontset-data): New macro.
20352 (setup-default-fontset): Use build-default-fontset-data for CJK,
20353 tibetan, ethiopic, and ipa.
20354
20355 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20356
20357 * cus-start.el (default-major-mode): Customize `major-mode' instead.
20358 (enable-multibyte-characters): Not customizable any more.
20359
20360 * subr.el (default-mode-line-format, default-header-line-format)
20361 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
20362 (default-direction-reversed, default-truncate-lines)
20363 (default-left-margin, default-tab-width, default-case-fold-search)
20364 (default-left-margin-width, default-right-margin-width)
20365 (default-left-fringe-width, default-right-fringe-width)
20366 (default-fringes-outside-margins, default-scroll-bar-width)
20367 (default-vertical-scroll-bar, default-indicate-empty-lines)
20368 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
20369 (default-fringe-cursor-alist, default-scroll-up-aggressively)
20370 (default-scroll-down-aggressively, default-fill-column)
20371 (default-cursor-type, default-buffer-file-type)
20372 (default-cursor-in-non-selected-windows)
20373 (default-buffer-file-coding-system, default-major-mode)
20374 (default-enable-multibyte-characters): Mark as obsolete.
20375
20376 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
20377
20378 * vc-dir.el (vc-dir-update): Remove debug helper.
20379
20380 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
20381
20382 2009-08-26 Sam Steingold <sds@gnu.org>
20383
20384 * simple.el (save-interprogram-paste-before-kill): New user option.
20385 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
20386 save the interprogram-paste into kill-ring before overriding it
20387 with the Emacs kill.
20388
20389 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20390
20391 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
20392 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
20393 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
20394 and move to vc-rcs.el.
20395 (vc-default-next-revision): Rename to vc-rcs-next-revision and
20396 move to vc-rcs.el.
20397 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
20398 (vc-rcs-update-changelog): Remove.
20399 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
20400 and move to vc-rcs.el.
20401
20402 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
20403 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
20404 renaming.
20405 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
20406 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
20407 vc.el, renamed to be RCS specific.
20408
20409 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
20410 New functions.
20411 (vc-cvs-update-changelog): Move here from vc.el.
20412
20413 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
20414 New functions.
20415
20416 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
20417
20418 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
20419
20420 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20421
20422 * vc-git.el (vc-git-register): Use "git add" for directories.
20423 (vc-git-stash, vc-git-stash-show): New functions.
20424 (vc-git-extra-menu-map): Bind them.
20425
20426 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
20427 directory correctly in case the item is a directory itself.
20428
20429 * vc.el: Document the desired behavior for reverted files in the
20430 `added' state.
20431 (vc-default-prettify-state-info): Remove function, unused.
20432
20433 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
20434
20435 2009-08-26 Glenn Morris <rgm@gnu.org>
20436
20437 * bindings.el (standard-mode-line-format): Reposition dashes in
20438 which-func entry. (Bug#4217)
20439
20440 * files.el (enable-local-variables, enable-local-eval)
20441 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
20442 the defcustoms.
20443 (auto-mode-alist, ignored-local-variables)
20444 (save-some-buffers-action-alist): Move risky declarations to the
20445 definitions.
20446 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
20447 (font-lock-defaults, format-alist, imenu--index-alist)
20448 (imenu-generic-expression, input-method-alist, minor-mode-alist)
20449 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
20450 (mode-line-modified, mode-line-mule-info, mode-line-position)
20451 (mode-line-process, mode-line-remote, outline-level)
20452 (parse-time-rules, rmail-output-file-alist)
20453 (special-display-buffer-names, vc-mode):
20454 Move risky declarations to the relevant files.
20455 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
20456 (mode-line-modified, mode-line-process, mode-line-position)
20457 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
20458 * font-core.el (font-lock-defaults):
20459 * format.el (format-alist):
20460 * vc-hooks.el (vc-mode):
20461 * window.el (special-display-buffer-names):
20462 * international/mule-cmds.el (input-method-alist):
20463 Define riskiness here (dumped file) rather than in files.el.
20464 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
20465 * imenu.el (imenu-generic-expression, imenu--index-alist):
20466 * outline.el (outline-level):
20467 * time.el (display-time-string):
20468 * calendar/parse-time.el (parse-time-rules):
20469 * mail/rmailout.el (rmail-output-file-alist):
20470 Autoload riskiness here, rather than placing in files.el.
20471
20472 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
20473
20474 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
20475
20476 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
20477
20478 * simple.el (process-file-side-effects): New defvar.
20479
20480 * dired-aux.el (dired-show-file-type):
20481 * vc.el (vc-diff-internal):
20482 * vc-arch.el (vc-arch-diff):
20483 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
20484 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
20485 * vc-git.el (vc-git-registered, vc-git-working-revision)
20486 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
20487 (vc-git--empty-db-p):
20488 * vc-hooks.el (vc-user-login-name):
20489 * vc-svn.el (vc-svn-registered, vc-svn-state)
20490 (vc-svn-dir-extra-headers, vc-svn-find-revision):
20491 * progmodes/grep.el (grep-probe): Let-bind
20492 `process-file-side-effects' with nil.
20493
20494 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
20495
20496 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
20497 daemon. Replace ping by checking for running service for bluez
20498 and zeroconf. (Bug#4239)
20499
20500 2009-08-25 Kevin Ryde <user42@zip.com.au>
20501
20502 * net/dig.el (dig): Add autoload cookie.
20503
20504 2009-08-25 Glenn Morris <rgm@gnu.org>
20505
20506 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
20507 load-history for absolute file-names.
20508 (byte-compile-file-form-require): Warn about use of the cl package.
20509
20510 * format.el (format-alist): Doc fix.
20511
20512 * play/bubbles.el (top-level): Don't require cl at run-time.
20513
20514 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
20515 run-time cl).
20516
20517 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
20518
20519 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
20520 from cl package.
20521 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
20522
20523 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
20524
20525 * calc/calc-alg.el (math-trig-rewrite)
20526 (math-hyperbolic-trig-rewrite): New functions.
20527 (calc-simplify): Simplify trig functions when asked.
20528
20529 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
20530
20531 * diff-mode.el (diff-find-source-location): Avoid goto-line.
20532
20533 2009-08-24 Kenichi Handa <handa@m17n.org>
20534
20535 * language/ind-util.el (mapthread): Delete it.
20536 (combinatorial): New function.
20537 (indian--puthash-cv): Use combinatorial instead of mapthread.
20538
20539 2009-08-22 Kevin Ryde <user42@zip.com.au>
20540
20541 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
20542 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
20543 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
20544 Clarify docstring that the value is strings not symbols.
20545 (checkdoc-list-of-strings-p): New function.
20546
20547 2009-08-22 Glenn Morris <rgm@gnu.org>
20548
20549 * files.el (auto-mode-alist):
20550 * hippie-exp.el (he-concat-directory-file-name):
20551 * lpr.el (lpr-windows-system, printer-name):
20552 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
20553 * ps-print.el (ps-windows-system):
20554 * startup.el (command-line):
20555 * emulation/viper-ex.el (viper-glob-function):
20556 * international/mule-cmds.el (set-language-environment-coding-systems):
20557 * net/ange-ftp.el (ange-ftp-write-region):
20558 * obsolete/fast-lock.el (fast-lock-cache-name):
20559 Remove code for defunct system-types emx, macos, mswindows, next-mach,
20560 unisoft-unix, vax-vms, win32, w32.
20561
20562 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
20563 given name if the pattern is not more specific.
20564
20565 * calendar/lunar.el (lunar-phase-names): New option.
20566 (lunar-phase): Doc fix.
20567 (lunar-cycles-per-year): New constant.
20568 (lunar-index): New function.
20569 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
20570 (lunar-phase-name): Use lunar-phase-names.
20571 (calendar-lunar-phases): Use format.
20572 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
20573
20574 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
20575 Copy imenu-example--name-and-position function here for own use.
20576 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
20577
20578 * bs.el (bs--redisplay):
20579 * cus-edit.el (custom-redraw):
20580 * ibuffer.el (ibuffer-bury-buffer):
20581 * server.el (server-goto-line-column):
20582 * startup.el (command-line-1):
20583 * strokes.el (strokes-xpm-for-stroke):
20584 * term.el (term-display-buffer-line):
20585 * view.el (View-goto-line):
20586 * calc/calc.el (calc-do, calc-trail-buffer):
20587 * play/gamegrid.el (gamegrid-add-score-insecure):
20588 * progmodes/ada-mode.el (ada-compile-goto-error):
20589 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
20590 (ebrowse-select-1st-to-9nth):
20591 * progmodes/cperl-mode.el (cperl-time-fontification):
20592 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
20593 * progmodes/gud.el (gud-display-line):
20594 (idlwave-shell-display-line):
20595 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
20596 * progmodes/make-mode.el (makefile-browser-toggle):
20597 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
20598 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
20599 * textmodes/picture.el (picture-draw-rectangle):
20600 * textmodes/reftex-index.el (reftex-index-goto-letter):
20601 (reftex-select-jump-to-previous):
20602 * textmodes/reftex-sel.el (reftex-find-start-point)
20603 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
20604 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
20605 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
20606 * textmodes/tex-mode.el (tex-compilation-parse-errors):
20607 * textmodes/two-column.el (2C-associated-buffer):
20608 Use forward-line rather than goto-line.
20609
20610 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
20611 goto-line.
20612
20613 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
20614 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
20615 (quick-check-list-to-regexp): Declare.
20616
20617 * progmodes/make-mode.el (makefile-browser-insert-selection):
20618 Use goto-char rather than goto-line.
20619
20620 * progmodes/prolog.el (compilation-error-regexp-alist)
20621 (compilation-forget-errors): Declare.
20622
20623 2009-08-22 Juri Linkov <juri@jurta.org>
20624
20625 * progmodes/grep.el (lgrep, rgrep): At the beginning
20626 set `dir' to `default-directory' unless `dir' is a non-nil
20627 readable directory. (Bug#4052)
20628 (lgrep, rgrep): Change a weird way to report an error
20629 from using `read-string' to using `error'.
20630 Instead of using interactive arguments in the function body,
20631 add new argument `confirm'.
20632
20633 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
20634
20635 * textmodes/remember.el (remember-buffer):
20636 * progmodes/cperl-mode.el (cperl-vc-header-alist):
20637 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
20638 (icalendar-extract-ical-from-buffer):
20639 * net/newst-treeview.el (newsticker-groups-filename):
20640 * net/newst-backend.el (newsticker-cache-filename):
20641 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
20642 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
20643 (speedbar-add-ignored-path-regexp, speedbar-line-path)
20644 (speedbar-buffers-line-path, speedbar-path-line)
20645 (speedbar-buffers-line-path):
20646 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
20647 (epg-sign-keys):
20648 * epa.el (epa-display-verify-result):
20649 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
20650
20651 2009-08-21 Glenn Morris <rgm@gnu.org>
20652
20653 * progmodes/js.el (inferior-moz-process): Fix declaration.
20654
20655 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
20656
20657 * obsolete/rnewspost.el (news-mail-reply):
20658 Use goto-char rather than goto-line.
20659
20660 * term/ns-win.el (ns-open-file-select-line):
20661 Use line-beginning-position rather than goto-line.
20662
20663 * apropos.el (apropos-command):
20664 * ehelp.el (electric-helpify):
20665 * printing.el (pr-show-setup):
20666 * strokes.el (strokes-help):
20667 * tutorial.el (tutorial--describe-nonstandard-key)
20668 (tutorial--detailed-help):
20669 * woman.el (woman-mini-help, woman-display-extended-fonts):
20670 * calc/calc-help.el (calc-describe-key):
20671 * emulation/edt.el (edt-electric-helpify):
20672 * international/mule-diag.el (mule-diag):
20673 * play/yow.el (apropos-zippy):
20674 * progmodes/python.el (python-describe-symbol):
20675 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
20676 * textmodes/table.el (*table--cell-describe-mode)
20677 (*table--cell-describe-bindings):
20678 Use help-print-return-message rather than the now obsolete alias.
20679
20680 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
20681 (calendar-cursor-to-visible-date):
20682 * play/5x5.el (5x5-position-cursor):
20683 * play/decipher.el (decipher):
20684 * play/gomoku.el (gomoku-goto-xy):
20685 * play/landmark.el (lm-goto-xy):
20686 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
20687 (mpuz-paint-digit):
20688 Use forward-line, not goto-line.
20689
20690 * mail/rmail.el (rmail-obsolete): Delete custom group.
20691 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
20692 (rmail-remote-password, rmail-remote-password-required):
20693 Remove unneeded :set-after and :set properties.
20694
20695 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
20696
20697 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
20698
20699 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
20700
20701 * loadup.el: Remove leftover macos code.
20702
20703 * vc-git.el (vc-git-annotate-command): Run asynchronously.
20704 Explicitly pass the date format to git blame so that user local
20705 so that the output format can be parsed.
20706
20707 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
20708
20709 * net/dbus.el (top): Don't check for (getenv
20710 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
20711
20712 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
20713
20714 * log-edit.el (log-edit-strip-single-file-name): New var.
20715 (log-edit-insert-changelog): Use it. Bug#3571.
20716
20717 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20718
20719 * subr.el (read-passwd): Use read-key so keypad keys work as well.
20720 Bug#3287.
20721
20722 * help.el (help-print-return-message): Rename from
20723 print-help-return-message.
20724
20725 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
20726 cvs-mode-map parent hack.
20727 (log-view-mode): Derive from special-mode.
20728
20729 * linum.el (linum-mode): window-size-change-functions is redundant.
20730 Adapt to new window-configuration-change-hook behavior.
20731 (linum-after-size, linum-after-config): Remove.
20732
20733 * imenu.el (imenu-example--name-and-position)
20734 (imenu-example--lisp-extract-index-name)
20735 (imenu-example--create-lisp-index, imenu-example--create-c-index):
20736 Mark as obsolete.
20737
20738 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
20739 (inferior-prolog-mode): Use it.
20740 (inferior-prolog-load-file): Reset list of errors.
20741
20742 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20743
20744 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
20745
20746 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
20747
20748 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
20749
20750 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
20751 is running already.
20752
20753 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20754
20755 * subr.el (listify-key-sequence-1): Use normal syntax since those
20756 integers are nowadays always represented by the same (positive) number
20757 on all platforms.
20758 (read-key-empty-map): New const.
20759 (read-key-delay): New var.
20760 (read-key): New function.
20761 (force-mode-line-update): Use with-current-buffer.
20762 (locate-user-emacs-file): Don't forget to abbreviate the file name.
20763 (start-process-shell-command, start-file-process-shell-command):
20764 Discourage the use of command-args.
20765
20766 2009-08-19 Glenn Morris <rgm@gnu.org>
20767
20768 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
20769
20770 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20771
20772 * simple.el (choose-completion-string): Don't rely on
20773 minibuffer-completing-file-name and ad-hoc checks to decide whether
20774 to continue completion or not.
20775
20776 * minibuffer.el (minibuffer-hide-completions): New function.
20777 (completion--do-completion): Use it.
20778 (completions-annotations): New face.
20779 (completion--insert-strings): Use it.
20780 (completion-pcm--delim-wild-regex): Add docstring.
20781 (completion-pcm--string->pattern): Add support for 0-width delimiters
20782 in completion-pcm--delim-wild-regex.
20783
20784 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
20785
20786 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
20787 Remove unused var `buffer-modified-p'.
20788
20789 * minibuffer.el (completion--do-completion): Move point for the #b001
20790 case as well (bug#4176).
20791 (minibuffer-complete, minibuffer-complete-word): Don't move point.
20792
20793 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
20794
20795 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
20796 and :session buses.
20797
20798 2009-08-18 Kenichi Handa <handa@m17n.org>
20799
20800 * international/ucs-normalize.el (ucs-normalize-version):
20801 Change to 1.1.
20802 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
20803 (utf-8-hfs): Make it perform normalization on encoding too.
20804
20805 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
20806 (sentence-end-without-space): Delete duplicated chars.
20807 (sentence-end-base): Likewise.
20808
20809 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
20810 (html-mode): Delete duplicated chars from sentence-end-base.
20811
20812 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
20813 (texinfo-mode): Delete duplicated chars from sentence-end-base.
20814
20815 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
20816
20817 * files.el (hack-one-local-variable): If the mode function is for
20818 a minor mode, pass it an argument (Bug#4148).
20819
20820 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
20821
20822 * net/tramp.el (tramp-register-completion-file-name-handler):
20823 Check also for (member 'partial-completion completion-styles).
20824
20825 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
20826
20827 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
20828 abbrev (Bug#3943).
20829
20830 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
20831
20832 * progmodes/cperl-mode.el: Merge upstream 6.2.
20833 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
20834 (cperl-forward-re): Check cperl-brace-recursing.
20835 (cperl-highlight-charclass): New function.
20836 (cperl-find-pods-heres): Use it.
20837 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
20838 (cperl-beautify-regexp-piece): Fix column calculation.
20839 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
20840 (cperl-beautify-level): Don't process entire regexp.
20841 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
20842 calling man.
20843 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
20844 (cperl-init-faces): Build a list in the normal way.
20845
20846 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
20847
20848 * calendar/parse-time.el (parse-time-string-chars): Save match
20849 data.
20850
20851 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
20852
20853 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
20854 (sql-product): Use it.
20855 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
20856 (sql-set-product): Add completion.
20857 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
20858 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
20859 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
20860 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
20861 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
20862 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
20863 (sql-highlight-db2-keywords): Remove.
20864 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
20865 (sql-highlight-product): Use derived-mode-p.
20866 (sql-set-sqli-buffer): Use with-current-buffer.
20867 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
20868 Simplify.
20869
20870 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
20871
20872 * term.el: Fix commenting convention, turn comments into docstrings.
20873
20874 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
20875
20876 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
20877
20878 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
20879
20880 * calendar/parse-time.el (parse-time-string-chars): Compute using
20881 character classes, to handle non-ascii characters (Bug#3190).
20882
20883 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
20884
20885 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
20886 another heredoc if the user adds another < (Bug#3226).
20887
20888 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20889 Don't initialize based on window-system (Bug#4124).
20890
20891 * facemenu.el (facemenu-read-color): Use a completion function
20892 that accepts any defined color, such as RGB triplets (Bug#3677).
20893
20894 * files.el (get-free-disk-space): Change fallback default
20895 directory to /. Expand DIR argument before switching to fallback.
20896 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
20897
20898 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
20899
20900 * files.el (load-library): Doc fix.
20901
20902 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
20903
20904 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
20905 (viper-if-string): Redefine C-s in the minibuffer to insert the last
20906 incremental search string.
20907
20908 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
20909 XEmacs.
20910
20911 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
20912 (ediff-merge-region-is-non-clash)
20913 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
20914 Also check if the job is really a merge job.
20915
20916 * ediff.el (ediff-current-file): New function.
20917
20918 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
20919
20920 * progmodes/js.el: Edit docstrings throughout to follow Emacs
20921 conventions.
20922 (js-insert-and-indent): Delete function.
20923 (js-mode-map): Don't bind keys to js-insert-and-indent.
20924 (js-beginning-of-defun): Rename from js--beginning-of-defun.
20925 (js-end-of-defun): Rename from js--end-of-defun.
20926 (js-auto-indent-flag): Delete variable.
20927
20928 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
20929
20930 * progmodes/js.el: Remove proclaim statement.
20931 Defvar which-func-imenu-joiner-function to silence compiler.
20932
20933 * files.el (auto-mode-alist): Use js-mode for .js files.
20934
20935 * progmodes/js2-mode.el: Remove file.
20936
20937 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
20938
20939 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
20940
20941 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
20942
20943 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
20944 Karl Landstrom <karl.landstrom@brgeight.se>
20945
20946 * progmodes/js.el: New file.
20947
20948 2009-08-14 Mark A. Hershberger <mah@everybody.org>
20949
20950 * timezone.el (timezone-parse-date): Add ability to understand ISO
20951 basic format (minimal separators) dates in addition to the
20952 already-supported extended format dates.
20953
20954 2009-08-14 Eli Zaretskii <eliz@gnu.org>
20955
20956 * international/ucs-normalize.el: Add a `coding' file variable.
20957
20958 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
20959
20960 2009-08-14 Sam Steingold <sds@gnu.org>
20961
20962 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
20963
20964 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
20965
20966 * faces.el (help-argument-name): Define it here instead of
20967 help-fns.el, because in daemon mode help-fns.el may be loaded when
20968 faces are still uninitialized (Bug#1078).
20969
20970 * help-fns.el (help-argument-name): Move defface to faces.el.
20971
20972 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
20973
20974 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
20975 create buffer with a pty but no process so that GDB can make the
20976 inferior the controlling process.
20977
20978 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
20979
20980 * international/ucs-normalize.el: New file.
20981
20982 2009-08-13 Richard Stallman <rms@gnu.org>
20983
20984 * mail/rmail.el (rmail-get-attr-names):
20985 Accept an attribute header that is too short.
20986
20987 * mail/rmail.el (rmail-forget-messages):
20988 Ignore nil elt in rmail-message-vector. Use dotimes.
20989
20990 * progmodes/compile.el (compilation-goto-locus):
20991 Use next-error-move-function.
20992
20993 * simple.el (next-error-move-function): New variable.
20994
20995 2009-08-12 Juri Linkov <juri@jurta.org>
20996
20997 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
20998 always non-nil. (Bug#4052)
20999
21000 * replace.el (read-regexp): Return empty string when
21001 `default-value' is nil.
21002 (keep-lines-read-args): Don't use empty string as the
21003 default value for `read-regexp'. (Bug#2495)
21004
21005 2009-08-12 Juri Linkov <juri@jurta.org>
21006
21007 * international/mule-cmds.el (ucs-insert): Change arguments
21008 from `arg' to `character', `count', `inherit' to be the same
21009 as in `insert-char'. Doc fix. (Bug#4039)
21010
21011 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
21012
21013 2009-08-12 Juri Linkov <juri@jurta.org>
21014
21015 * files-x.el: New file.
21016
21017 * files.el: Move code that deals with adding/deleting
21018 file/directory-local variables to files-x.el.
21019
21020 * Makefile.in (ELCFILES): Add files-x.elc.
21021
21022 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
21023
21024 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
21025 to use `goto-line'.
21026 (gdb-place-breakpoints, gdb-get-location): Rewritten without
21027 `goto-line'.
21028 (gdb-invalidate-disassembly): Do not refresh upon receiving
21029 'update signal. Instead, update all disassembly buffers only after
21030 threads list.
21031 (gdb): Send -target-detach when buffer is killed (Bug#3794).
21032 (gdb-starting): Move -data-list-register-names...
21033 (gdb-stopped): ...here so it's sent when first thread stops.
21034 (gdb-registers-handler-custom): Do nothing if register names are
21035 unknown yet.
21036
21037 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
21038 from `gdb-mi.el' to avoid extra tangling.
21039
21040 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
21041 change which breaks `gud-def' definitions used in `gdb'.
21042 (gdb-update-gud-running): No extra fuss for updating frame number.
21043
21044 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
21045
21046 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
21047 (describe-language-environment-map, setup-language-environment-map)
21048 (set-coding-system-map): Move initialization into declaration.
21049 (set-language-info-alist): Last arg to define-key-after can be skipped.
21050
21051 * international/quail.el (quail-completion-1): Simplify.
21052 (quail-define-rules): Use slightly more compact code.
21053 (quail-insert-decode-map): Propertize keys, compact columns.
21054
21055 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21056 Add goto-line.
21057
21058 2009-08-10 Miles Bader <miles@gnu.org>
21059
21060 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
21061 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
21062 (js2-instance-member, js2-private-member, js2-private-function-call)
21063 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
21064 (js2-magic-paren, js2-external-variable):
21065 Remove "-face" suffix from face names.
21066 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
21067 (js2-highlight-undeclared-vars, js2-peek-token)
21068 (js2-parse-function-params, js2-mode-show-errors)
21069 (js2-mode-show-warnings, js2-make-magic-delimiter)
21070 (js2-mode-highlight-magic-parens): Update to use new face names.
21071
21072 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
21073
21074 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
21075 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
21076
21077 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
21078
21079 * subr.el: Provide hashtable-print-readable.
21080
21081 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
21082 hs-c-like-adjust-block-beginning.
21083 (hs-hide-block-at-point): Stop hiding at the beginning of
21084 hs-block-end-regexp (Bug#700).
21085
21086 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
21087
21088 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
21089 a macro.
21090 (gdb-registers-handler-custom): Do not fail when register names
21091 are unavailable.
21092
21093 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21094
21095 * progmodes/gdb-mi.el (gdb-control-all-threads)
21096 (gdb-control-current-thread): Interactive setters for
21097 `gdb-gud-control-all-threads' to use in menu.
21098 (gdb-show-run-p): Show «Go» when process is not active.
21099 (gud-tool-bar-map): Add non-stop/A,T indicator.
21100 Uses gud/thread.xpm and gud/all.xpm.
21101
21102 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
21103
21104 * net/net-utils.el (net-utils-font-lock-keywords): New var.
21105 (nslookup-font-lock-keywords): Make it a variable.
21106 (net-utils-mode): New mode for viewing diagnostic network output.
21107 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
21108 (net-utils-run-simple): New function.
21109 (ifconfig, iwconfig, netstat, arp, route): Use it.
21110
21111 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21112
21113 * progmodes/gdb-mi.el (gdb-read-memory-custom)
21114 (gdb-memory-set-address, def-gdb-set-positive-number)
21115 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
21116 after changing settings.
21117 (gdb-invalidate-disassembly): Update when first shown.
21118 (gdb-edit-locals-value): Fix.
21119 (gdb-registers-handler-custom): Print registers in right order and
21120 allow changing register values (only for current thread yet).
21121 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
21122 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
21123 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
21124 (gdb-locals-handler-custom, gdb-registers-handler-custom):
21125 Thread info in mode name.
21126 (gdb-registers-mode-map): TAB to switch to locals.
21127
21128 2009-08-08 Eli Zaretskii <eliz@gnu.org>
21129
21130 * mail/rmail.el (rmail-add-mbox-headers)
21131 (rmail-set-message-counters-counter): Search for
21132 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
21133
21134 2009-08-08 Glenn Morris <rgm@gnu.org>
21135
21136 * Makefile.in (ELCFILES): Update.
21137
21138 2009-08-07 Eli Zaretskii <eliz@gnu.org>
21139
21140 * mail/sendmail.el (mail-yank-original):
21141 Set buffer-file-coding-system from the one used by the message whose
21142 text is yanked.
21143
21144 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
21145 to "windows" when "pgnuplot" is used.
21146 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
21147 Don't call accept-process-output if "pgnuplot" is used.
21148 (calc-graph-init): Don't send -display and -geometry to
21149 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
21150 running "pgnuplot -V" with shell-command-to-string.
21151
21152 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
21153 the default.
21154
21155 2009-08-07 Eli Zaretskii <eliz@gnu.org>
21156
21157 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
21158 org/org-latex.elc.
21159
21160 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
21161
21162 * vc-dispatcher.el (vc-resynch-window): Update comment.
21163
21164 * term.el (term-handle-ansi-escape): Add comments with the
21165 terminfo capabilities implemented.
21166
21167 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
21168
21169 * progmodes/gdb-mi.el (gdb-var-create-regexp): Remove.
21170 (gdb-var-create-handler): Rewritten using JSON parser.
21171 (gdb-propertize-header): Move earlier.
21172 (gdb-set-header): Remove to avoid duplication.
21173 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
21174 Refresh disassembly buffers only after threads list have been
21175 update.
21176 (gdb-threads-header, gdb-registers-header): Per-buffer header line
21177 variables.
21178
21179 2009-08-04 Juri Linkov <juri@jurta.org>
21180
21181 * files.el: Commands to add/delete file/directory-local variables.
21182 (read-file-local-variable, read-file-local-variable-value)
21183 (read-file-local-variable-mode, modify-file-local-variable)
21184 (modify-file-local-variable-prop-line)
21185 (modify-dir-local-variable): New functions.
21186 (add-file-local-variable, delete-file-local-variable)
21187 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
21188 (add-dir-local-variable, delete-dir-local-variable)
21189 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
21190 (copy-dir-locals-to-file-locals-prop-line): New commands.
21191
21192 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
21193
21194 * abbrev.el (insert-abbrev-table-description): Prettify output.
21195 Suggested by Karl Chen.
21196
21197 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
21198
21199 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
21200 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
21201 (gdb-overlay-arrow-position, gdb-thread-position)
21202 (gdb-disassembly-position): Declare variables.
21203 (gdb-wait-for-pending): Function now.
21204 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
21205 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
21206 compilation goes smoothly.
21207 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
21208 (gdb-non-stop-setting): New customization setting which replaces
21209 `gdb-non-stop' so changing it doesn't break active GDB session.
21210 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
21211 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
21212 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
21213 (gdb-show-threads-by-default): New customization options.
21214 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
21215 routines.
21216 (gdb-get-buffer-create): Send buffers update signal when they are
21217 created.
21218 (gdb-invalidate-locals, gdb-invalidate-registers)
21219 (gdb-invalidate-breakpoints)
21220 (gdb-invalidate-threads, gdb-invalidate-disassembly)
21221 (gdb-invalidate-memory): Accept update signal.
21222 (gdb-current-context-command): Use --frame option.
21223 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
21224 Implement `gdb-frame-number' selection logic.
21225 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
21226 whether to show GUD toolbar buttons.
21227 (gdb-thread-exited): Unselect current thread when it exits.
21228 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
21229 (gdb-mark-line): Routine which sets overlay arrow or inverses
21230 video on fringeless displays.
21231 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
21232 to build aligned columns of data in GDB buffers and set text
21233 properties line-by-line.
21234 (gdb-invalidate-breakpoints)
21235 (gdb-breakpoints-list-handler-custom)
21236 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
21237 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
21238 (gdb-registers-handler-custom): Align data columns.
21239 (gdb-locals-handler-custom): Now prints data like in variable
21240 declarations.
21241 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
21242 Remove confusing buttons.
21243 (gdb-invalidate-threads): Append --frame.
21244 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
21245 between breakpoints/threads buffers.
21246 (gdb-set-window-buffer): Now can ignore dedicated windows.
21247 (gdb-propertize-header): Use `gdb-set-window-buffer'.
21248 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
21249 (def-gdb-thread-buffer-gud-command): Replaces
21250 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
21251 for fine thread control.
21252 (gdb-preempt-existing-or-display-buffer): New function used to
21253 display bound buffers without breaking window layout.
21254 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
21255 (gdb-select-frame): New version of `gdb-frames-select' which now
21256 sets `gdb-frame-number' so commands may use --frame option instead
21257 of inner debugger state.
21258 (gdb-frame-handler): Do not set `gdb-frame-number'.
21259 (gdb-threads-mode-map): Select threads with mouse.
21260
21261 * progmodes/gud.el (gdb-gud-context-call): Declare function to
21262 avoid compilation warning.
21263 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
21264 `gdb-show-stop-p`.
21265
21266 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
21267 Argument `key' renamed to `buffer-type'.
21268 (gdb-current-context-buffer-name): Do not add thread info to
21269 buffer name when no thread is selected.
21270 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
21271 command (bug 3794).
21272 (gdb-thread-selected): Handle `=thread-selected' notification.
21273 (gdb-wait-for-pending): New macro to deal with congestion problems.
21274 (gdb-breakpoints-list-handler-custom): Don't fail on pending
21275 breakpoints.
21276 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
21277 This fixes problem similar to one described in bug 3947.
21278 (gud-menu-map): More menu items.
21279 (gdb-init-1): Reset `gdb-thread-number' to nil.
21280
21281 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
21282 non-stop settings.
21283
21284 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
21285 (gdb-current-context-command): Do not append --thread if
21286 `gdb-thread-number' is nil.
21287 (gdb-running-threads-count, gdb-stopped-threads-count):
21288 New variables.
21289 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
21290 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
21291 New customization options.
21292 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
21293 GUD commands.
21294 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
21295 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
21296 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
21297 set `gdb-thread-number' and update `gud-running' properly.
21298 (gdb-running): Update threads list when new threads appear.
21299 (gdb-stopped): Support non-stop operation and new thread switching
21300 logic.
21301 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
21302 (gdb-json-partial-output): New set of JSON routines.
21303 (def-gdb-auto-update-trigger): New `signal-list' optional
21304 argument.
21305 (gdb-thread-list-handler-custom): Update `gud-running',
21306 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
21307 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
21308 (gdb-continue-thread, gdb-step-thread): New commands for fine
21309 thread execution control.
21310 (gud-menu-map): New menu items to switch non-stop options.
21311 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
21312 (gdb-send): Mimic RET properly (bug 3794).
21313
21314 * progmodes/gdb-mi.el (gdb-rules-name-maker)
21315 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
21316 gdb-buffer-rules.
21317 (def-gdb-auto-update-handler): New nopreserve optional argument.
21318 (gdb-stack-list-frames-custom): Print stack from top to bottom.
21319
21320 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
21321 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
21322 (gdb-parent-mode): New mode to derive other GDB modes from.
21323 (gdb-display-disassembly-for-thread)
21324 (gdb-frame-disassembly-for-thread): New commands for threads
21325 buffer.
21326
21327 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
21328 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
21329 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
21330 (gdb-update): We now store all GDB buffers in a list so that they
21331 can be updated by traversing a list instead of calling invalidate
21332 triggers explicitly.
21333 (def-gdb-trigger-and-handler): New macro to define trigger-handler
21334 pair for GDB buffer.
21335 (gdb-stack-buffer-name): Add thread information.
21336 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
21337 handle pending triggers.
21338 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
21339 (def-gdb-thread-buffer-simple-command)
21340 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
21341 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
21342 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
21343 New commands which show buffers bound to thread.
21344 (gdb-stack-list-locals-regexp): Remove unused regexp.
21345
21346 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
21347 (gdb-locals-buffer-name, gdb-registers-buffer-name)
21348 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
21349 to (gud-comint-buffer) in *-buffer-name functions
21350 because (gdb-get-target-string) already does that.
21351 (gdb-locals-handler-custom, gdb-registers-handler-custom)
21352 (gdb-changed-registers-handler): Rewritten without regexps.
21353
21354 * progmodes/gdb-mi.el: Basic thread selection support.
21355 (gdb-thread-number): New variable.
21356 (gdb-current-context-command): New macro which adds --thread
21357 option to command.
21358 (gdb-threads-mode-map): Select thread with SPC.
21359 (gdb-thread-list-handler-custom): Mark current thread with overlay
21360 arrow. Synchronize GDB thread and Emacs thread.
21361 (gdb-select-thread): New command which selects current thread.
21362 (gdb-invalidate-frames, gdb-invalidate-locals)
21363 (gdb-invalidate-registers): Use --thread option.
21364
21365 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
21366
21367 * net/tramp.el (top): Make check for tramp-gvfs loading more
21368 robust. (Bug#3977)
21369 (tramp-handle-insert-file-contents): `unwind-protect' must be
21370 inside `with-parsed-tramp-file-name'.
21371
21372 * net/tramp-gvfs.el (top): Remove superfluous message when loading
21373 fails.
21374
21375 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
21376
21377 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
21378 directory if CLASSPATH is not set.
21379
21380 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
21381
21382 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
21383 New defconst.
21384 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
21385
21386 2009-08-02 Kevin Ryde <user42@zip.com.au>
21387
21388 * net/newst-backend.el (newsticker--raw-url-list-defaults):
21389 Update freshmeat link. Delete newsforge.com as it seems gone.
21390
21391 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
21392
21393 * select.el (x-set-selection): Doc fix (Bug#4021).
21394
21395 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
21396
21397 * help-fns.el (describe-variable): Treat list return values from
21398 dir-locals-find-file properly (Bug#4005).
21399
21400 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
21401
21402 * net/tramp.el (tramp-debug-message): Print also microseconds.
21403
21404 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
21405
21406 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
21407 or END is non-nil.
21408 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
21409 (tramp-get-debug-buffer): Change `outline-regexp' according to new
21410 format.
21411
21412 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
21413 (tramp-get-file-property): Use it.
21414
21415 * autorevert.el (auto-revert-handler):
21416 Allow `auto-revert-tail-mode' for remote files.
21417
21418 2009-08-02 Jason Rumney <jasonr@gnu.org>
21419
21420 * minibuffer.el (read-file-name): Treat confirm options to
21421 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
21422
21423 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
21424
21425 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
21426 (font-lock-variable-name-face, font-lock-constant-face):
21427 Darken the colors for light backgrounds.
21428
21429 2009-08-01 Eli Zaretskii <eliz@gnu.org>
21430
21431 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
21432 month names. (Bug#3987)
21433
21434 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
21435
21436 * simple.el (line-move-finish): Pass whole number to
21437 line-move-to-column.
21438 (line-move-visual): Perform hscroll to the recorded position.
21439
21440 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
21441
21442 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
21443
21444 2009-07-29 Alan Mackenzie <acm@muc.de>
21445
21446 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
21447
21448 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
21449
21450 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
21451 (gdb-place-breakpoints): Use full path when setting breakpoints.
21452
21453 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
21454
21455 * calc/calc.el (calc-mode-map): Add keybinding for
21456 `calc-transpose-lines'.
21457
21458 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
21459
21460 * calc/calc-misc.el (calc-transpose-lines): New function.
21461
21462 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
21463
21464 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
21465 Simplify check for out-of-band methods.
21466 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
21467 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
21468
21469 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
21470
21471 * vc-git.el (vc-git-checkin): Fix typo.
21472
21473 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
21474
21475 * progmodes/js2-mode.el: New file.
21476
21477 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
21478
21479 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
21480 (gud-menu-map): Adjust tooltip accordingly.
21481
21482 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
21483
21484 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
21485 (vc-bzr-log-view-mode): Adjust log-view-file-re.
21486
21487 * add-log.el (change-log-mode-map): Add a menu.
21488
21489 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
21490
21491 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
21492 function returns nil.
21493 (dbus-handle-event): Handle special return value :ignore.
21494 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
21495
21496 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
21497
21498 * view.el (view-mode-enable): Don't define Helper-return-blurb if
21499 it's not needed.
21500
21501 2009-07-25 Eli Zaretskii <eliz@gnu.org>
21502
21503 Fix Bug#3888:
21504
21505 * w32-vars.el (x-select-enable-clipboard): Doc fix.
21506
21507 * term/pc-win.el (x-display-name, x-colors)
21508 (x-select-enable-clipboard, x-select-text): Doc fix.
21509
21510 * term/common-win.el (x-display-name, x-colors): Doc fix.
21511
21512 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
21513 (xw-defined-colors): Doc fix.
21514
21515 * w32-fns.el (x-select-text, x-setup-function-keys)
21516 (x-get-selection, x-set-selection): Doc fix.
21517
21518 * term/x-win.el (x-select-text, x-setup-function-keys)
21519 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
21520
21521 * select.el (x-set-selection): Doc fix.
21522
21523 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
21524
21525 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
21526 instead of "IsNSSSupportAvailable". Avahi ought to work also when
21527 "IsNSSSupportAvailable" method is not available.
21528 Reported by Steve Youngs <steve@sxemacs.org>.
21529
21530 2009-07-24 Kenichi Handa <handa@m17n.org>
21531
21532 * international/characters.el: Fix setting of category ?C, ?|, ?K,
21533 and ?H. Fix setting of case for Latin Extended and Greek Extended.
21534 (build-unicode-category-table): Fix range checks.
21535
21536 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
21537
21538 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
21539 the buffer we try to sync is current when calling
21540 vc-resynch-buffer.
21541
21542 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
21543 not show up to date files.
21544
21545 2009-07-24 Glenn Morris <rgm@gnu.org>
21546
21547 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
21548 Add autoload cookies. If necessary, initialize.
21549 (elint-log): Handle non-file buffers.
21550 (elint-initialize): Add optional argument to reinitialize.
21551 (elint-find-builtin-variables): Save excursion.
21552
21553 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
21554
21555 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
21556 for Lint.
21557
21558 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
21559
21560 * vc.el (vc-print-log-internal): New function, split out from ...
21561 (vc-print-log): ... here.
21562 (vc-dir-move-to-goal-column): Declare.
21563
21564 * vc-git.el (vc-git-add-signoff): New variable.
21565 (vc-git-checkin): Use it.
21566 (vc-git-toggle-signoff): New function.
21567 (vc-git-extra-menu-map): Bind it to menu.
21568 (vc-git--run-command-string): Accept a nil FILE argument.
21569 (vc-git-stash-list): New function.
21570 (vc-git-dir-extra-headers): Use it.
21571
21572 2009-07-23 Glenn Morris <rgm@gnu.org>
21573
21574 * help-fns.el (describe-variable): Describe ignored and risky local
21575 variables in a similar way to that in which we describe safe ones.
21576
21577 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
21578 (byte-compile-output-file-form, byte-compile-output-docform)
21579 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
21580 Give some more local variables with common names a "bytecomp-" prefix,
21581 so as not to shadow things during compilation.
21582 * emacs-lisp/cl-macs.el (load-time-value)
21583 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
21584 `outbuffer' to `bytecomp-outbuffer'.
21585
21586 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
21587 since the next two variables cover them automatically now.
21588 (elint-builtin-variables, elint-autoloaded-variables): New.
21589 (elint-unknown-builtin-args): Remove all members, since they can be
21590 parsed automatically now.
21591 (elint-extra-errors): New.
21592 (elint-env-add-env, elint-env-add-macro): Use cadr.
21593 (elint-current-buffer): Use or. Change final message.
21594 (elint-get-top-forms): Use line-end-position.
21595 (elint-init-env): Use cadr. Handle autoload, declare-function,
21596 and defalias.
21597 (elint-add-required-env): Doc fix. Use or. Standardize error.
21598 (regexp-assoc): Remove unused function.
21599 (elint-top-form): Set elint-current-pos, to record the start of the
21600 top-level form, for compilation-mode.
21601 (elint-form): Trap errors in macro expansion. Use dolist.
21602 (elint-unbound-variable): Use elint-builtin-variables and
21603 elint-autoloaded-variables.
21604 (elint-get-args): Use cadr, or.
21605 (elint-check-cond-form): Use dolist, cadr.
21606 (elint-check-condition-case-form): Doc fix. Use cadr.
21607 Use elint-extra-errors.
21608 (elint-log): New function.
21609 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
21610 Distinguish errors and warnings.
21611 (elint-log-message): Use with-current-buffer. Inhibit read-only.
21612 Use a bytecomp-style format.
21613 (elint-clear-log): Preserve default-directory. Inhibit read-only.
21614 (elint-get-log-buffer): Use compilation mode. Disable undo.
21615 Don't truncate lines.
21616 (elint-initialize): Set builtin and autoloaded variable lists.
21617 Only process elint-unknown-builtin-args if non-nil.
21618 (elint-find-builtin-variables, elint-find-autoloaded-variables):
21619 New functions.
21620 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
21621
21622 2009-07-22 Kevin Ryde <user42@zip.com.au>
21623
21624 * net/newst-backend.el (newsticker--parse-atom-1.0)
21625 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
21626 (newsticker--parse-rss-1.0):
21627 * progmodes/idlwave.el (idlwave-mode):
21628 * progmodes/idlw-shell.el (idlwave-shell-mode):
21629 * progmodes/vera-mode.el (vera-mode):
21630 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
21631 * progmodes/vhdl-mode.el (vhdl-mode):
21632 * textmodes/table.el (table-generate-source)
21633 (table--warn-incompatibility):
21634 Hyperlink urls in docstrings with URL `...'.
21635
21636 2009-07-22 Glenn Morris <rgm@gnu.org>
21637
21638 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
21639 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
21640 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
21641 Remove leading * from defcustom docs.
21642
21643 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
21644
21645 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
21646 defcustom doc.
21647 (list-load-path-shadows): Optionally, just return shadows as a string.
21648
21649 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
21650
21651 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
21652
21653 * mail/rmailedit.el (rmail-edit-mode):
21654 Use auto-save-include-big-deletions.
21655
21656 * mail/rmail.el (rmail-variables):
21657 Use auto-save-include-big-deletions.
21658
21659 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
21660 changes.
21661
21662 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
21663
21664 * calc/calc.el (calc-undo-length): New variable.
21665 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
21666
21667 2009-07-21 Richard Stallman <rms@gnu.org>
21668
21669 * files.el (auto-save-mode): Handle buffer-save-size = -2
21670 for toggling mode.
21671
21672 2009-07-21 Glenn Morris <rgm@gnu.org>
21673
21674 * textmodes/ispell.el (ispell-looking-back): Update declaration.
21675
21676 * calendar/todo-mode.el (calendar-current-date): Update declaration.
21677
21678 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
21679 silence compiler. Instead...
21680 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
21681 (ps-print-ensure-fontified): Update for above function name changes.
21682
21683 * printing.el (pr-mh-get-msg-num, pr-mh-show)
21684 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
21685 silence compiler. Instead...
21686 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
21687 (mh-show-buffer): Only define for compiler.
21688 (pr-mh-current-message): Update for above function name changes.
21689
21690 * files.el (abort-if-file-too-large): Explicitly pass `filename'
21691 as an argument.
21692 (find-file-noselect, insert-file-1): Update for above change.
21693
21694 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
21695
21696 * mail/mailclient.el (mailclient-send-it): Fix message.
21697
21698 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
21699 (edebug-eval): Check cl-debug-env is bound.
21700 (print-level, print-circle): Don't redefine built-in variables.
21701
21702 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
21703 (custom-print-vectors): Remove old comments from doc.
21704
21705 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
21706 (emerge-version): Make the variable an obsolete alias for the
21707 emacs-version variable. Make the function obsolete.
21708 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
21709 Emerge options, rather than merging in into the main Options menu.
21710 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
21711 and auto advance modes. Disable edit/fast items when not relevant.
21712
21713 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
21714
21715 * term/vt420.el (terminal-init-vt420): Fix typo.
21716
21717 2009-07-20 Sam Steingold <sds@gnu.org>
21718
21719 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
21720 variable (removed from compile.el on 2004-03-11).
21721
21722 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
21723
21724 * files.el (hack-local-variables-filter): Fix last change.
21725
21726 2009-07-19 Juri Linkov <juri@jurta.org>
21727
21728 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
21729 (dir-local-variables-alist): New buffer-local variable.
21730 (hack-local-variables-filter): If variable is not dir-local,
21731 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
21732 because file-local overrides dir-local.
21733 (c-postprocess-file-styles) <declare-function>:
21734 Remove obsolete declaration.
21735 (hack-dir-local-variables): Add dir-local variable/value pair to
21736 `dir-local-variables-alist' and remove duplicates. Doc fix.
21737
21738 * help-fns.el (describe-variable): Add information about
21739 file-local and dir-local variables.
21740
21741 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
21742
21743 * files.el (hack-local-variables-filter): Rewrite.
21744
21745 2009-07-19 Glenn Morris <rgm@gnu.org>
21746
21747 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
21748 Silence compiler by only defining on XEmacs.
21749
21750 * international/mule.el (auto-coding-regexp-alist): Only match
21751 BABYL... at the start of buffer, not of lines. (Bug#3790)
21752
21753 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
21754 non-calendar buffers (Bug#3862). Restore "not on a date" message.
21755 (cal-menu-context-mouse-menu): Doc fix.
21756
21757 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
21758
21759 * simple.el (mail-user-agent): Doc fix. Set :version tag.
21760
21761 2009-07-18 Juri Linkov <juri@jurta.org>
21762
21763 * info.el: Virtual Info keyword finder.
21764 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
21765 (Info-finder-file): New variable.
21766 (Info-finder-find-file): New function.
21767 (finder-known-keywords, finder-package-info)
21768 (find-library-name, lm-commentary): Use defvar and
21769 declare-function to silence compiler warnings.
21770 (Info-finder-find-node): New function.
21771 (info-finder): New command.
21772
21773 * subr.el (process-kill-buffer-query-function): New function.
21774 (add-hook)<kill-buffer-query-functions>: Add hook
21775 `process-kill-buffer-query-function'.
21776
21777 2009-07-18 Alan Mackenzie <acm@muc.de>
21778
21779 * progmodes/cc-mode.el (c-before-hack-hook)
21780 (c-postprocess-file-styles): Give invocation of `c-set-style'
21781 DONT-OVERRIDE parameter of t. Already set style variables will
21782 thus not be overridden by style settings given by `c-file-syle'.
21783
21784 * files.el (hack-local-variables-filter): Remove entries with
21785 duplicate keys from `file-local-variables-alist'.
21786
21787 2009-07-18 Eli Zaretskii <eliz@gnu.org>
21788
21789 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
21790 x-set-selection if display-selections-p returns nil for the
21791 current frame.
21792
21793 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
21794
21795 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
21796
21797 2009-07-18 Eli Zaretskii <eliz@gnu.org>
21798
21799 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
21800 Accept nil in addition to a regexp.
21801 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
21802 Accept nil in addition to a regexp.
21803 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
21804 buffers that have an associated file. Handle nil values of
21805 desktop-buffers-not-to-save and desktop-files-not-to-save.
21806 (Bug#3833)
21807
21808 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
21809 (x-disown-selection-internal): New functions.
21810
21811 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
21812
21813 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
21814 warning.
21815 (gdb-breakpoints-header): Move forward to avoid compiler warning.
21816 (gdb-make-header-line-mouse-map): Remove duplicate definition.
21817
21818 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
21819
21820 * simple.el (set-mark): Revert last change.
21821
21822 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
21823
21824 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
21825 rendering of pngs is not possible instead of messaging a long
21826 description.
21827
21828 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
21829
21830 * w32-fns.el (x-selection-owner-p): New function.
21831
21832 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
21833 (mouse-yank-at-click, mouse-yank-primary):
21834 If select-active-regions is non-nil, deactivate the mark before
21835 insertion.
21836
21837 * simple.el (deactivate-mark, set-mark): Only save selection if we
21838 own it.
21839
21840 2009-07-17 Kenichi Handa <handa@m17n.org>
21841
21842 * case-table.el (describe-buffer-case-table): Fix for the case
21843 that KEY is a cons.
21844
21845 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
21846
21847 * vc-rcs.el (vc-rcs-find-file-hook):
21848 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
21849
21850 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
21851
21852 * net/tramp.el (tramp-wait-for-output): Handle the case when
21853 commands do not return a newline but a null byte before the shell
21854 prompt. (Bug#3858)
21855
21856 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21857
21858 * term/ns-win.el (ns-set-alpha): Don't declare.
21859 (ns-set-background-alpha): Remove function.
21860
21861 2009-07-16 Kevin Ryde <user42@zip.com.au>
21862
21863 * emacs-lisp/copyright.el (copyright-update): Save match-data across
21864 y-or-n-p, for safety.
21865
21866 2009-07-16 Richard Stallman <rms@gnu.org>
21867
21868 * files.el (auto-save-mode): If buffer-saved-size is -2,
21869 don't clobber it.
21870
21871 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
21872 (rmail-retry-ignored-headers): Add more uninteresting fields.
21873
21874 2009-07-15 Jari Aalto <jari.aalto@cante.net>
21875
21876 * net/rcirc.el (rcirc): Use history variables.
21877 (rcirc-server-name-history, rcirc-nick-name-history)
21878 (rcirc-server-port-history): New variables.
21879
21880 2009-07-15 Kenichi Handa <handa@m17n.org>
21881
21882 * international/mule-cmds.el (set-language-environment-charset):
21883 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
21884 ignore them.
21885
21886 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
21887 Delete unibyte-display.
21888
21889 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
21890
21891 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
21892
21893 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
21894
21895 * simple.el (deactivate-mark): Optional argument FORCE.
21896 (set-mark): Use deactivate-mark.
21897
21898 * info.el (Info-search): No need to check transient-mark-mode
21899 before calling deactivate-mark.
21900
21901 * select.el (x-set-selection): Doc fix.
21902 (x-valid-simple-selection-p): Allow buffer values.
21903 (xselect--selection-bounds): Handle buffer values.
21904 Suggested by David De La Harpe Golden.
21905
21906 * mouse.el (mouse-set-region, mouse-drag-track):
21907 Call copy-region-as-kill before setting the mark, to let
21908 select-active-regions work.
21909
21910 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
21911
21912 * simple.el (deactivate-mark): If select-active-regions is
21913 non-nil, copy the selection data into a string.
21914 (activate-mark): If select-active-regions is non-nil, set the
21915 selection to the current buffer.
21916 (set-mark): Update selection if select-active-regions is non-nil.
21917
21918 * select.el (x-valid-simple-selection-p): Allow buffer values.
21919
21920 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
21921
21922 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
21923 and more featureful message-mode.
21924
21925 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
21926
21927 * select.el (x-set-selection): Doc fix.
21928 (x-valid-simple-selection-p): Disallow selection data consisting
21929 of a list or cons of integers, since that is not used.
21930 (xselect--selection-bounds, xselect--int-to-cons): New functions.
21931 (xselect-convert-to-string, xselect-convert-to-length)
21932 (xselect-convert-to-filename, xselect-convert-to-charpos)
21933 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
21934
21935 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
21936
21937 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
21938 output in -break-info command (Emacs bug #3794).
21939
21940 2009-07-14 Glenn Morris <rgm@gnu.org>
21941
21942 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
21943 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
21944 (edebug-print-length, edebug-print-level, edebug-print-circle)
21945 (edebug-sit-for-seconds, edebug-view-outside)
21946 (edebug-bounce-point, edebug-set-global-break-condition)
21947 (edebug-Go-nonstop-mode, edebug-trace-mode)
21948 (edebug-Trace-fast-mode, edebug-continue-mode)
21949 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
21950 (edebug-visit-eval-list): Doc fixes.
21951
21952 * subr.el (def-edebug-spec): Doc fix.
21953
21954 2009-07-14 Kenichi Handa <handa@m17n.org>
21955
21956 * international/characters.el: Fix setting of category ?C.
21957
21958 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
21959
21960 * term/ns-win.el (x-select-font): defalias x-select-font to
21961 ns-popup-font-panel instead of generate-fontset-menu.
21962
21963 2009-07-12 Eli Zaretskii <eliz@gnu.org>
21964
21965 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
21966
21967 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
21968
21969 * arc-mode.el (archive-find-type): Allow for a PK00 string before
21970 the PK\003\004 header (Bug#3770).
21971
21972 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
21973
21974 * pcomplete.el (pcomplete-comint-setup): Check for
21975 shell-dynamic-complete-filename too.
21976
21977 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
21978
21979 * simple.el (temporary-goal-column): Change the value for
21980 line-move-visual to a cons cell.
21981 (line-move-visual): Record or set the window hscroll, if
21982 necessary (Bug#3494).
21983 (line-move-1): Handle cons value of temporary-goal-column.
21984
21985 2009-07-11 Kenichi Handa <handa@m17n.org>
21986
21987 * international/mule-diag.el (describe-character-set): Don't show
21988 width.
21989
21990 2009-07-10 Sam Steingold <sds@gnu.org>
21991
21992 * progmodes/compile.el (compilation-mode-font-lock-keywords):
21993 Omake sometimes indents the errors it prints, so allow all
21994 regexps to start with spaces.
21995
21996 2009-07-10 Eli Zaretskii <eliz@gnu.org>
21997
21998 * cus-edit.el (customize-changed-options-previous-release):
21999 Bump value to 22.1. (Bug#3804)
22000
22001 2009-07-08 Sam Steingold <sds@gnu.org>
22002
22003 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
22004 to be a cons cell (test . ignored-directory) to selectively ignore
22005 some directories depending on the location of the search.
22006
22007 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
22008
22009 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
22010 remote user is root, on the local host.
22011 (tramp-local-host-p): Either the local user or the remote user
22012 must be root. (Bug#3771)
22013
22014 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
22015
22016 * progmodes/gdb-mi.el (gdb): Remove description of
22017 gdb-use-separate-io-buffer.
22018 (menu): Don't allow toggling of or enable
22019 gdb-use-separate-io-buffer from menubar.
22020
22021 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
22022
22023 * mail/unrmail.el (unrmail): Make sure the message ends with two
22024 newlines (Bug#3769).
22025
22026 2009-07-08 Glenn Morris <rgm@gnu.org>
22027
22028 * calendar/calendar.el (calendar-current-date): Rework previous change.
22029
22030 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
22031
22032 * calendar/calendar.el (calendar-current-date):
22033 Add an optional argument giving an offset from today.
22034
22035 2009-07-08 Glenn Morris <rgm@gnu.org>
22036
22037 * tutorial.el (tutorial--describe-nonstandard-key):
22038 Adjust the message for when a key has been unbound.
22039 (help-with-tutorial): Hide the arch-tag.
22040
22041 2009-07-08 Kenichi Handa <handa@m17n.org>
22042
22043 * international/fontset.el (setup-default-fontset): For each
22044 script, append (not set) font-specs.
22045
22046 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
22047 docstring.
22048
22049 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
22050
22051 * progmodes/gdb-mi.el (gdb-init-1): Move sending
22052 -data-list-register-names to ...
22053 (gdb-starting): ... here because GDB 7.0 requires execution to
22054 have started when using this MI command.
22055 (gdb-set-header): New function to distinguish select and
22056 unselected tabs in gdb buffers.
22057 (gdb-propertize-header): New macro that uses gdb-set-header.
22058 (gdb-breakpoints-header, gdb-locals-header): Use it.
22059 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
22060
22061 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
22062
22063 * Makefile.in (ELCFILES): Remove fadr.elc.
22064
22065 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
22066
22067 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
22068 may contain frame information, so `string-match' should be used.
22069 (gdb-update): Disassembly is invalidated through
22070 `gdb-get-selected-frame'.
22071 (gdb-pad-string): New function to pad string with spaces.
22072 (gdb-invalidate-disassembly): Invalidate only if the buffer
22073 exists.
22074 (gdb-disassembly-handler-custom): Column alignment.
22075 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
22076 placing new ones.
22077 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
22078 end of line, too.
22079 (gdb-frame-handler): Match convention to for disassembly buffer
22080 mode name.
22081 (gdb-stack-list-frames-handler): Rewritten without regexps.
22082 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
22083 not highlight breakpoints without line information.
22084 (gdb-input): Add trailing newline to command.
22085
22086 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
22087 buffer properly.
22088 (gdb-breakpoints-list-handler-custom): Replacement for
22089 `gdb-break-list-handler'. Using real parser instead of regexps
22090 now.
22091 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
22092 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
22093 to place breakpoints.
22094 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
22095 functions.
22096 (gdb-disassembly-handler-custom): Show overlay arrow.
22097 (gdb-disassembly-place-breakpoints): Show breakpoints in
22098 disassembly buffer.
22099 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
22100 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
22101 instead of parsing breakpoints buffer. Fixed old menu references
22102 in `gud-menu-map'.
22103
22104 * fadr.el: Remove.
22105
22106 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
22107 (gdb-memory-address): New variable which holds top address of
22108 memory page shown in memory buffer.
22109 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
22110 New customization variables.
22111 New functions:
22112 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
22113 display the memory buffer.
22114 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
22115 buffer display parameters.
22116 (def-gdb-memory-format, gdb-memory-format-binary)
22117 (gdb-memory-format-octal, gdb-memory-format-unsigned)
22118 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
22119 Functions for setting memory buffer format.
22120 (gdb-memory-unit-word, gdb-memory-unit-halfword)
22121 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
22122 unit size used in memory buffer.
22123 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
22124 Switch to next/previous page of memory buffer.
22125 Now using (bindat-get-field) instead of fadr functions.
22126
22127 2009-07-07 Sam Steingold <sds@gnu.org>
22128
22129 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
22130 non-top-level files.
22131
22132 2009-07-07 Kenichi Handa <handa@m17n.org>
22133
22134 * international/mule-cmds.el (reset-language-environment):
22135 Put the highset priority to the charset iso-8859-1.
22136
22137 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
22138
22139 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
22140 to the end of the line when locating the block (Bug#700).
22141
22142 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
22143
22144 * net/tramp.el (tramp-handle-write-region): Flush file properties
22145 in case of short track.
22146
22147 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
22148
22149 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
22150 Coded custom representation of verilog error regular expressions
22151 to work with Emacs-22's new format.
22152 (verilog-error-regexp-xemacs-alist): Coded custom representation
22153 of verilog error regular expressions to work with XEmacs format.
22154 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
22155 error recognition into XEmacs.
22156 (verilog-error-regexp-add-emacs): Hook routine to install verilog
22157 error recognition into Emacs-22.
22158
22159 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
22160
22161 * woman.el: Remove stand-alone closing parentheses.
22162 (woman-file-name, woman2-format-paragraphs)
22163 (woman-leave-blank-lines): Code cleanup.
22164 (woman-use-own-frame): Change default to nil.
22165 (woman-italic, woman-bold, woman-unknown, woman-addition):
22166 Change defaults to inherit from default faces.
22167 (woman2-process-escapes): Consume the newline after a stand-alone
22168 filler character (Bug#3651).
22169
22170 2009-07-06 Glenn Morris <rgm@gnu.org>
22171
22172 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
22173 (top-level): Move provide to the end.
22174 (ffap): Remove defunct URL from custom group.
22175
22176 * subr.el (eval-after-load): Doc fix.
22177
22178 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
22179
22180 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
22181 `calc-embedded-word' is called twice.
22182
22183 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22184
22185 * files.el (find-alternate-file-other-window, find-alternate-file):
22186 Obey confirm-nonexistent-file-or-buffer.
22187
22188 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
22189
22190 * dired-aux.el (dired-show-file-type): Handle remote files.
22191
22192 2009-07-05 Jari Aalto <jari.aalto@cante.net>
22193
22194 * desktop.el (desktop-globals-to-save):
22195 Add file-name-history (Bug#2750).
22196
22197 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
22198
22199 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
22200
22201 2009-07-04 Johan Bockgård <bojohan@gnu.org>
22202
22203 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
22204 property on entire argument since this is what eshell-lisp-command
22205 expects.
22206
22207 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
22208
22209 * net/tramp-gvfs.el (tramp-gvfs-methods)
22210 (tramp-gvfs-zeroconf-domain)
22211 (tramp-bluez-discover-devices-timeout): Add version flag.
22212 (tramp-gvfs-handler-mounted-unmounted)
22213 (tramp-gvfs-connection-mounted-p): Polish handling of
22214 incompatibilities between GVFS 0.2 and 1.0.
22215
22216 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
22217
22218 * cus-start.el (all): Add make-pointer-invisible.
22219
22220 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
22221
22222 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
22223 formatted correctly.
22224
22225 2009-07-02 Juri Linkov <juri@jurta.org>
22226
22227 * info.el: Virtual Info files and nodes.
22228 (Info-virtual-files, Info-virtual-nodes): New variables.
22229 (Info-current-node-virtual): New variable.
22230 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
22231 New functions.
22232 (Info-file-supports-index-cookies): Use Info-virtual-file-p
22233 to check for a virtual file instead of checking a fixed list
22234 of node names.
22235 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
22236 instead of ad-hoc processing of "dir" and (apropos history toc).
22237 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
22238 instead of ad-hoc processing of "dir" and (apropos history toc).
22239 Reread a file when moving from a virtual node.
22240 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
22241 (Info-directory-toc-nodes, Info-directory-find-file)
22242 (Info-directory-find-node): New functions.
22243 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
22244 (Info-history): Move part of code to
22245 `Info-history-find-node'.
22246 (Info-history-toc-nodes, Info-history-find-file)
22247 (Info-history-find-node): New functions.
22248 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
22249 (Info-toc): Move part of code to `Info-toc-find-node'.
22250 (Info-toc-find-node): New function.
22251 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
22252 the current Info file name to references because now the node
22253 "*TOC*" belongs to the same Info manual.
22254 (Info-toc-build): Rename from `Info-build-toc'.
22255 (Info-toc-nodes): Rename input argument `file' to `filename'.
22256 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
22257 instead of ad-hoc processing of ("dir" apropos history toc).
22258 (Info-index-nodes): Use Info-virtual-file-p
22259 to check for a virtual file instead of checking a fixed list
22260 of node names.
22261 (Info-index-node): Add check for `Info-current-node-virtual'.
22262 Raise `save-match-data' higher up the tree to contain
22263 `search-forward' too (bug fix).
22264 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
22265 (Info-virtual-index-nodes): New variable.
22266 (Info-virtual-index-find-node, Info-virtual-index): New functions.
22267 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
22268 (Info-apropos-file, Info-apropos-nodes): New variables.
22269 (Info-apropos-toc-nodes, Info-apropos-find-file)
22270 (Info-apropos-find-node, Info-apropos-matches): New functions.
22271 (info-apropos): Move part of code to `Info-apropos-find-node' and
22272 `Info-apropos-matches'.
22273 (Info-mode-map): Bind "I" to `Info-virtual-index'.
22274 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
22275 for a virtual file instead of checking a fixed list of node names.
22276
22277 * simple.el (async-shell-command): New command.
22278
22279 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
22280
22281 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
22282 instead of `mount-info'.
22283
22284 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
22285
22286 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
22287 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
22288
22289 2009-07-02 Kenichi Handa <handa@m17n.org>
22290
22291 * international/mule.el (set-keyboard-coding-system): Force *-unix
22292 coding-system to avoid eol conversion.
22293
22294 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
22295
22296 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
22297 Add handler for `process-file', `shell-command' and
22298 `start-file-process'.
22299 (tramp-gvfs-handle-shell-command)
22300 (tramp-gvfs-handle-start-file-process)
22301 (tramp-gvfs-handle-process-file): New defuns.
22302 (tramp-synce-list-devices): Simplify check for existence of property.
22303
22304 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
22305
22306 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
22307
22308 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
22309
22310 * language/korean.el (set-language-info-alist): Add korean-cp949,
22311 cp949 to spec.
22312
22313 2009-07-01 Kenichi Handa <handa@m17n.org>
22314
22315 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
22316
22317 * international/encoded-kb.el: Deleted.
22318
22319 * international/mule.el (set-keyboard-coding-system): Perform the
22320 necessary setup here instead of calling encoded-kbd-setup-display.
22321
22322 2009-07-01 Glenn Morris <rgm@gnu.org>
22323
22324 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
22325
22326 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
22327
22328 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
22329
22330 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
22331
22332 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
22333 Handle also the 'rename case, when setting file modes. (Bug#3712)
22334 (tramp-default-file-modes): Remove execute permissions.
22335
22336 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
22337 (top): Add a default for "synce" in `tramp-default-user-alist'.
22338 Add completion function for "synce" method.
22339 (tramp-hal-service, tramp-hal-path-manager)
22340 (tramp-hal-interface-manager, tramp-hal-interface-device):
22341 New defconst.
22342 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
22343 (tramp-synce-list-devices, tramp-synce-parse-device-names):
22344 New defuns.
22345
22346 * net/trampver.el: Update release number.
22347
22348 2009-06-30 Kenichi Handa <handa@m17n.org>
22349
22350 * international/fontset.el (setup-default-fontset): Add CJK fonts
22351 for symbols and the other miscellaneous characters.
22352
22353 * language/korea-util.el (setup-korean-environment-internal):
22354 Make char-width-table suitable for Korean environments.
22355 (exit-korean-environment): Cancel above.
22356
22357 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
22358 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
22359 setup-function to make char-width-table suitable for respective
22360 environments, and an exit-function to cancel that.
22361
22362 * language/japan-util.el (setup-japanese-environment-internal):
22363 Call use-cjk-char-width-table with arg `ja_JP'.
22364
22365 * international/characters.el (cjk-char-width-table): Delete it.
22366 (cjk-char-width-table-list): New variable.
22367 (use-cjk-char-width-table): New arg local-name.
22368 (use-default-char-width-table): Fix for the case that Emacs is
22369 already using the default char-width-table.
22370
22371 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
22372
22373 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
22374 modes mandatory. (Bug#3712)
22375
22376 2009-06-29 Alan Mackenzie <acm@muc.de>
22377
22378 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
22379 correction between the visible width of TABs and their number of bytes.
22380
22381 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
22382
22383 * server.el (server-buffer-done): Prevent kill-buffer from
22384 prompting by clearing the buffer modification flag (Bug#3696).
22385
22386 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
22387
22388 * progmodes/verilog-mode.el (verilog-beg-of-statement)
22389 (verilog-endcomment-reason-re): Support unique case and priority case.
22390 (verilog-basic-complete-re): Support localparam lineup.
22391 (verilog-beg-of-statement-1): Fix for robustness, unique case.
22392 (verilog-set-auto-endcomments): Fix for unique case, always_comb
22393 commenting.
22394 (verilog-leap-to-case-head): Now support *nested* unique &
22395 priority case statements.
22396 (verilog-auto-lineup): Make just declarations the default (as it
22397 had been).
22398 (verilog-leap-to-case-head): Support priority/unique case statements.
22399 (verilog-auto-lineup): Rework to give users radio buttons to
22400 select the various styles of automatic lineup.
22401 (verilog-error-regexp-alist): Rework to support the XEmacs style
22402 of error regular expressions from compilers, lint tools &
22403 simulators. Note that GNU Emacs has made it impossible for a mode
22404 to load such things.
22405 (electric-verilog-terminate-line, verilog-indent-declaration)
22406 (verilog-auto-wiure): Rework for radio button selection of
22407 auto-lineup selection of specification of auto lineup.
22408 (verilog-beg-of-statement-1): Redesign to support proper operation
22409 in additional code, based on testing with auto-lineup.
22410 (verilog-calculate-indent, assignments & declarations)
22411 (verilog-backward-token): Enhance to support auto-lineup of
22412 assignments & declarations.
22413 (verilog-in-directive-p, verilog-at-struct-p): New function for
22414 easy test of whether we are.
22415 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
22416 to support safe execution at almost anyline.
22417 (verilog-calc-1): Properly support indenting deep inside generate
22418 blocks.
22419 (verilog-init-font): Remove definition & use of verilog-init-font,
22420 as it is redundant with font-lock-defaults.
22421 (verilog-mode): Alter the definition of verilog-font-lock-defaults
22422 to avoid circular calls if syntax-ppss is a function (as is the
22423 case now in 22.x GNU Emacs) as that function would sometimes call
22424 itself, leading to (nearly) infinite recursion.
22425 (verilog-ovm-begin-re, verilog-ovm-end-re)
22426 (verilog-ovm-statement-re, verilog-leap-to-head)
22427 (verilog-backward-token): Add support for OVM macros. Some are
22428 complete statements, and others open and close scopes like begin
22429 and end.
22430 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
22431 (verilog-defun-level-generate-only-re): Really fix the defun-list
22432 compilation issue.
22433 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
22434 coverpoint, constraint and cross statements.
22435 (verilog-defun-level-list, verilog-generate-defun-level-list)
22436 (verilog-all-defun-level-list): Redo these specifications - it is
22437 too hard to support eval-when compile aggregation of lists also
22438 built at when-compile time.
22439 (verilog-defun-level-list): Place defconsts of variables used in
22440 building regular expressions which are built in eval-when-compile
22441 bodies in the same eval-when-compile body to facilitate compile
22442 without load.
22443 (verilog-beg-block-re-ordered): Support indenting
22444 virtual/protected tasks and functions.
22445 (verilog-defun-level-list, verilog-in-generate-region-p)
22446 (verilog-backward-ws&directives, verilog-calc-1): Speed up
22447 indentation of some module items (generate items).
22448 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
22449 across virtual/protected tasks and functions.
22450
22451 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
22452
22453 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
22454 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
22455 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
22456 in concatenations. Reported by Yishay Belkind.
22457 (verilog-auto-ascii-enum): Support one-hot state machines in
22458 AUTOASCIIENUM. Suggested by Lloyd Gomez.
22459 (verilog-auto-inst, verilog-auto-inst-port): Include interface
22460 modport in AUTOINST and add vl-modport for users.
22461 Reported by David Rogoff.
22462 (verilog-auto-inout-module, verilog-auto-inst)
22463 (verilog-decls-get-interfaces, verilog-insert-definition)
22464 (verilog-insert-one-definition, verilog-read-decls)
22465 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
22466 (verilog-sig-modport, verilog-signals-combine-bus)
22467 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
22468 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
22469 Suggested by David Rogoff.
22470 (verilog-repair-open-comma): Fix non-insertion of comma when
22471 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
22472 (verilog-make-width-expression): Simplify [A-1:0] expression
22473 widths to just {A{1'b0}}.
22474 (verilog-mode): Cleanup checkdoc warnings.
22475 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
22476 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
22477 inputs/outputs or data type. Suggested by Vasu Kandadi.
22478 (next-error-last-buffer): Fix byte-compiler warning.
22479 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
22480 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
22481 or shell command text during AUTO expansion. Suggested by Tad Truex.
22482 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
22483 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
22484 Fix dotted nets {a.b,c.d} and escaped identifiers being mis-included
22485 in AUTOINOUT. Reported by Matthew Lovell.
22486 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
22487 causing use of <= assignments. Reported by Alex Reed.
22488 (verilog-read-decls): Fix triand, trior, wand, wor to be
22489 recognized by AUTOWIRE. Reported by Spencer Isaacson.
22490 (verilog-extended-complete-re): Support import "DPI-C" functions.
22491 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
22492 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
22493 (verilog-insert-date, verilog-insert-year)
22494 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
22495 Windows systems. Reported by Michael Potts.
22496 (verilog-read-module-name): Fix AUTOINST when the child module
22497 declaration's name is a tick define. Reported by Elliot Mednick.
22498 (verilog-read-decls): Fix V2K parameter bit subscripts getting
22499 passed to next parameter's definition. Reported by Bruce T.
22500 (verilog-read-decls): Fix detecting "parameter int" when using
22501 AUTOINSTPARAM. Reported by Bruce T.
22502 (verilog-goto-defun): Fix goto not finding modules unless first
22503 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
22504 (verilog-mode): Expand -f flag arguments on entry to mode so
22505 verilog-goto-defun will work. Reported by Lawrence Butcher.
22506 (verilog-getopt): Expand environment variables in -f file
22507 arguments. Suggested by Lawrence Butcher.
22508 (verilog-set-define): Fix "Symbol's value as variable is void"
22509 when reading enumerations.
22510 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
22511 Suggested by Stephen Peltan.
22512 (verilog-read-defines): Fix reading of enumerations in include
22513 files. Reported by Steve Peltan.
22514
22515 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
22516
22517 * files.el (trash-directory): Fix defcustom type.
22518
22519 2009-06-28 Juri Linkov <juri@jurta.org>
22520
22521 * help-fns.el (describe-function-1): Correctly locate adviced
22522 functions in hyperlink (Bug#2438).
22523
22524 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
22525
22526 * files.el (trash-directory): Change default to nil.
22527 (move-file-to-trash): If trash-directory is nil and
22528 system-move-file-to-trash is unbound, perform freedesktop-style
22529 trashing.
22530
22531 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
22532
22533 * files.el (move-file-to-trash): Add freedesktop trash
22534 support (Bug#973).
22535
22536 2009-06-28 Glenn Morris <rgm@gnu.org>
22537
22538 * autorevert.el (global-auto-revert-non-file-buffers)
22539 (global-auto-revert-mode): Doc fixes.
22540
22541 2009-06-27 Johan Bockgård <bojohan@gnu.org>
22542
22543 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
22544
22545 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
22546
22547 * faces.el (x-handle-named-frame-geometry): Ensure that we have
22548 opened an X connection before calling x-get-resource (Bug#3194).
22549
22550 * play/doctor.el: Remove reference to obsolete website.
22551 (make-doctor-variables): Correct grammar mistake (Bug#2633).
22552
22553 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
22554
22555 Remove find-file-not-found-hook VC method. (Bug#2757)
22556 * vc-hooks.el (vc-file-not-found-hook)
22557 (vc-default-find-file-not-found-hook): Remove functions.
22558 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
22559 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
22560 * vc.el:
22561 * vc-hg.el:
22562 * vc-git.el: Do not mention find-file-not-found-hook VC method.
22563
22564 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
22565
22566 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
22567 compatibility function for `looking-back'.
22568
22569 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
22570 Use `ispell-looking-back'.
22571
22572 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
22573
22574 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
22575 rather than `filename'.
22576
22577 2009-06-23 Miles Bader <miles@gnu.org>
22578
22579 * face-remap.el (text-scale-set): New function.
22580
22581 2009-06-23 Glenn Morris <rgm@gnu.org>
22582
22583 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
22584
22585 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
22586
22587 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
22588
22589 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
22590
22591 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
22592 Simplify Persian conditionals.
22593
22594 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
22595 variable `filename'.
22596
22597 * comint.el (comint-insert-input): Doc fix.
22598
22599 * Makefile.in (ELCFILES): Fix typo in previous change.
22600
22601 2009-06-23 Miles Bader <miles@gnu.org>
22602
22603 * cus-start.el: Add entry for `recenter-redisplay'.
22604
22605 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
22606
22607 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
22608 Add an optional argument for the backend, use it instead of
22609 calling vc-backend.
22610 (vc-mode-line): Add an optional argument for the backend.
22611 Pass the backend to vc-state and vc-working-revision. Move code for
22612 special handling for vc-state being a buffer to ...
22613
22614 * vc-rcs.el (vc-rcs-find-file-hook):
22615 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
22616
22617 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
22618 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
22619 vc-stay-local-p and vc-mode-line calls.
22620
22621 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
22622 (vc-cvs-diff, vc-cvs-annotate-command)
22623 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
22624 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
22625 vc-mode-line calls.
22626
22627 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
22628 direct comparison.
22629 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
22630 backend when calling vc-mode-line.
22631 (vc-register): Do not create a closure for calling the vc register
22632 function, call it directly.
22633
22634 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
22635
22636 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
22637 to make it obvious item can be clicked.
22638
22639 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
22640
22641 2009-06-23 Kenichi Handa <handa@m17n.org>
22642
22643 * language/korea-util.el (korean-key-bindings): Change the binding
22644 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
22645 same command.
22646
22647 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
22648
22649 Sync with Tramp 2.1.16.
22650
22651 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
22652
22653 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
22654 when a loading of a package fails. Completion function for rsync
22655 is `tramp-completion-function-alist-ssh'.
22656 (all): Replace all calls of `split-string' and
22657 `tramp-split-string' by `tramp-compat-split-string'.
22658 (tramp-default-method): Use `tramp-compat-process-running-p'.
22659 (tramp-default-proxies-alist): Allow also Lisp forms.
22660 (tramp-remote-path): Add choice "Private Directories".
22661 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
22662 (tramp-domain-regexp): Allow also "-", "_" and ".".
22663 (tramp-end-of-output): Remove newlines, and add "$" at the end.
22664 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
22665 (tramp-debug-message): Insert header line in debug buffer.
22666 (tramp-handle-directory-files-and-attributes-with-stat):
22667 Care about filenames with spaces, or starting with "-".
22668 (tramp-handle-dired-uncache): New defun.
22669 (tramp-handle-insert-directory): Don't flush the directory from
22670 cache, this is handled by `dired-uncache' now.
22671 (tramp-handle-insert-file-contents): Improve error handling.
22672 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
22673 Quote `tramp-end-of-output'.
22674 (tramp-action-password): Improve trace message.
22675 (tramp-check-for-regexp): Both echoes must be present, before removing.
22676 (tramp-open-connection-setup-interactive-shell): Trace coding system.
22677 (tramp-compute-multi-hops): Eval cons cells of
22678 `tramp-default-proxies-alist'.
22679 (tramp-maybe-open-connection): Use the same command pattern for
22680 first hop and further hops.
22681 (tramp-wait-for-output): Remove handling of newlines.
22682 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
22683 (tramp-split-string): Remove function. It is handled in
22684 tramp-compat now.
22685
22686 * net/tramp-cmds.el (tramp-bug):
22687 Recommend `tramp-cleanup-all-connections' in the bug mail.
22688
22689 * net/tramp-compat.el (tramp-compat-split-string)
22690 (tramp-compat-process-running-p): New defuns.
22691
22692 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
22693 for `dired-uncache'.
22694
22695 * net/tramp-gvfs.el: New package.
22696
22697 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
22698 Add handler for `dired-uncache'.
22699 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
22700
22701 * net/trampver.el: Update release number. Make version check fit
22702 for SXEmacs 22.
22703
22704 2009-06-22 Jim Meyering <meyering@redhat.com>
22705
22706 Automatically handle .xz suffix (XZ-compressed files), too.
22707 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
22708 XZ is the successor to LZMA: <http://tukaani.org/xz/>
22709
22710 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
22711 Nick Roberts <nickrob@snap.net.nz>
22712
22713 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
22714 repository (http://sphinx.net.ru/hg/gdb-mi/).
22715
22716 2009-06-22 Glenn Morris <rgm@gnu.org>
22717
22718 * files.el (dir-locals-collect-mode-variables): Allow for any number of
22719 `mode' and `eval' entries. (Bug#3430)
22720
22721 * Makefile.in (ELCFILES): Add fadr.elc.
22722
22723 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
22724 differing behavior of \n and ^ in strings. (Bug#3385)
22725
22726 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
22727
22728 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
22729 property.
22730 (lisp-indent-function): Make it a defcustom.
22731
22732 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
22733
22734 * progmodes/gdb-ui.el: Replace with ...
22735 * progmodes/gdb-mi.el: ... this file.
22736 * progmodes/gud.el: Modify for gdb-mi.el.
22737
22738 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
22739
22740 * fadr.el: New file.
22741
22742 See ChangeLog.14 for earlier changes.
22743
22744 ;; Local Variables:
22745 ;; coding: utf-8
22746 ;; End:
22747
22748 Copyright (C) 2009-2011 Free Software Foundation, Inc.
22749
22750 This file is part of GNU Emacs.
22751
22752 GNU Emacs is free software: you can redistribute it and/or modify
22753 it under the terms of the GNU General Public License as published by
22754 the Free Software Foundation, either version 3 of the License, or
22755 (at your option) any later version.
22756
22757 GNU Emacs is distributed in the hope that it will be useful,
22758 but WITHOUT ANY WARRANTY; without even the implied warranty of
22759 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22760 GNU General Public License for more details.
22761
22762 You should have received a copy of the GNU General Public License
22763 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.