]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* lisp/play/morse.el (morse-region, unmorse-region): Barf if read-only.
[gnu-emacs] / lisp / ChangeLog
1 2011-03-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2
3 * play/morse.el (nato-alphabet, nato-region, denato-region):
4 New variable and functions. (Bug#2288)
5 (morse-region, unmorse-region): Barf if read-only.
6
7 2011-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
8
9 * progmodes/gud.el (gdb-script-syntax-propertize-function):
10 Don't change the syntax of a \n that closes a comment (bug#8169).
11
12 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
13
14 * emacs-lisp/package-x.el (package-archive-upload-base): Make it a
15 defcustom.
16 (package--update-file): Doc fix. Accept relative file names.
17 (package--archive-contents-from-file): Remove the argument, since
18 it's necessarily always "archive-contents".
19 (package-maint-add-news-item): Pass relative file name args to
20 package--update-file.
21 (package-upload-buffer-internal): Prompt for a destination if
22 package-archive-upload-base is invalid. Create the directory if
23 it does not exist.
24 (package-upload-buffer, package-upload-file): Doc fix.
25
26 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
27
28 * isearch.el (isearch-mode-map): Bind C-y to isearch-yank-kill,
29 and move isearch-yank-line to M-s C-e (Bug#8183).
30
31 2011-03-06 Alan Mackenzie <acm@muc.de>
32
33 * progmodes/cc-engine.el (c-guess-basic-syntax): Reindent.
34 (c-guess-basic-syntax): Move CASE 19 to a different place,
35 correctly to process template-args-cont lines.
36
37 2011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
38
39 * calc/calc-ext.el (calc-init-extensions):
40 Rename calc-logunits-dblevel and calc-logunits-nplevel to calc-dblevel
41 and calc-nplevel, respectively. Add keybindings for calc-spn,
42 calc-midi and calc-freq. Add autoloads for calcFunc-spn,
43 calcFunc-midi, calcFunc-freq, calc-spn, calc-midi and calc-freq.
44
45 * calc/calc-units.el (calc-dblevel): Rename from
46 calc-logunits-dblevel.
47 (calc-nplevel): Rename from calc-logunits-nplevel.
48 (math-midi-round, math-freqp, math-midip, math-spnp)
49 (math-spn-to-midi, math-midi-to-spn, math-freq-to-spn)
50 (math-midi-to-freq, math-spn-to-freq, calcFunc-spn, calcFunc-midi)
51 (calcFunc-freq, calc-freq, calc-midi, calc-spn): New functions.
52 (math-notes): New variable.
53
54 * calc/calc.el (calc-note-threshold): New variable.
55
56 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
57
58 * emacs-lisp/package.el (package-archives): Accept either ordinary
59 directory names, in addition to HTTP URLs.
60 (package--with-work-buffer): New macro. Handle normal directories.
61 (package-handle-response): Don't display the failing buffer.
62 (package-download-single, package-download-tar)
63 (package--download-one-archive): Use package--with-work-buffer.
64 (package-archive-base): Rename from package-archive-url.
65
66 2011-03-06 Glenn Morris <rgm@gnu.org>
67
68 * generic-x.el (generic-unix-modes): Add xmodmap-generic-mode.
69 (xmodmap-generic-mode): Respect generic-extras-enable-list.
70
71 2011-03-06 Daniel Clemente <dcl441-bugs@yahoo.com> (tiny change)
72
73 * generic-x.el (xmodmap-generic-mode): New. (Bug#2065)
74
75 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
76
77 * allout.el (allout-init, allout-prefixed-keybindings)
78 (allout-unprefixed-keybindings):
79 * progmodes/prolog.el (prolog-find-term):
80 Fix typos in docstrings.
81
82 2011-03-06 Nikolaj Schumacher <me@nschum.de> (tiny change)
83
84 * emacs-lisp/elp.el (elp-results): Fix off-by-one in header. (Bug#2746)
85
86 2011-03-06 Kevin Ryde <user42@zip.com.au>
87
88 * textmodes/sgml-mode.el (sgml-fill-nobreak): Give it a doc. (Bug#5326)
89
90 2011-03-06 Michael Shields <shields@msrl.com> (tiny change)
91
92 * window.el (one-window-p, walk-windows, display-buffer):
93 Doc fixes. (Bug#5567)
94
95 2011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
96
97 * cus-edit.el (custom-prompt-variable): Use the `custom-get' property
98 of the variable if it exists.
99
100 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
101
102 * bookmark.el:
103 * desktop.el:
104 * emacs-lock.el:
105 * ps-print.el:
106 * saveplace.el:
107 * net/tramp-cache.el:
108 * obsolete/fast-lock.el:
109 * textmodes/reftex.el:
110 Don't set `kill-emacs-hook' on noninteractive sessions (bug#8137).
111
112 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
113
114 * files.el (delete-directory, copy-directory, list-directory):
115 Use read-directory-name.
116
117 * find-file.el (ff-find-the-other-file):
118 * net/ange-ftp.el (ange-ftp-make-directory):
119 * printing.el (pr-interactive-dir):
120 * progmodes/ada-prj.el (ada-prj-load-directory):
121 * progmodes/ebnf2ps.el (ebnf-print-directory)
122 (ebnf-spool-directory, ebnf-eps-directory)
123 (ebnf-syntax-directory):
124 * shell.el (shell):
125 * speedbar.el (speedbar-create-directory):
126 * vc/emerge.el (emerge-merge-directories):
127 * vc/vc-dir.el (vc-dir):
128 * vc/vc.el (vc-create-tag, vc-retrieve-tag): Likewise.
129
130 2011-03-05 Chong Yidong <cyd@stupidchicken.com>
131
132 * help-mode.el (help-buffer): If we are to return the current
133 buffer, signal an error if it's not in Help mode (Bug#8147).
134
135 2011-03-05 Reuben Thomas <rrt@sc3d.org>
136
137 * files.el (file-name-version-regexp): Handle backup files of the
138 form `foo.js.~HEAD~1~' (Bug#8159).
139
140 2011-03-05 Glenn Morris <rgm@gnu.org>
141
142 * eshell/esh-var.el: Don't require esh-test when compiling.
143 * eshell/em-banner.el, eshell/esh-cmd.el, eshell/esh-mode.el:
144 * eshell/esh-var.el, eshell/eshell.el: Move tests to esh-test.
145 * eshell/esh-test.el: Move to ../../test/eshell.el.
146
147 2011-03-05 David Engster <deng@randomsample.de>
148
149 * files.el (save-some-buffers): Report the names of buffers saved
150 automatically due to buffer-save-without-query (Bug#8134).
151
152 2011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
153
154 * net/rcirc.el: Add QuakeNet authentication support.
155 (rcirc-authinfo, rcirc-check-auth-status)
156 (rcirc-authenticate): Support QuakeNet.
157
158 2011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
159
160 * net/rcirc.el: Add functionality to authenticate before
161 autojoining channels.
162 (rcirc-authenticate-before-join): New option.
163 (rcirc-authenticated-hook): New variable.
164 (rcirc-connect): Make local variable rcirc-user-authenticated.
165 (rcirc-handler-001): Respect rcirc-authenticate-before-join.
166 (rcirc-check-auth-status, rcirc-join-channels-post-auth):
167 New functions.
168 (rcirc-handler-PRIVMSG, rcirc-handler-NOTICE):
169 Call rcirc-check-auth-status.
170
171 2011-03-05 Alex Harsanyi <AlexHarsanyi@gmail.com>
172
173 * net/soap-client.el (soap-namespace-put-link): Check if the target
174 name is fully qualified -- use only the name part.
175 (soap-parse-complex-type, soap-parse-sequence): Recognize xsd:all
176 types, treated the same as xsd:sequence. (Bug#8166)
177
178 2011-03-05 Eli Zaretskii <eliz@gnu.org>
179
180 * files.el (find-file-noselect): Don't ask about re-visiting
181 non-literally if the file is already visited in image-mode.
182 (Bug#8177)
183
184 2011-03-05 Glenn Morris <rgm@gnu.org>
185
186 * eshell/esh-mode.el (eshell-kill-buffer-function): New function.
187 (eshell-mode): Use eshell-kill-buffer-function.
188 Run the -initialize functions independently of the -load-hooks.
189 * eshell/esh-proc.el (eshell-kill-process-function): New function.
190 (eshell-gather-process-output, eshell-sentinel)
191 (eshell-interrupt-process, eshell-kill-process, eshell-quit-process):
192 Use eshell-kill-process-function.
193 * eshell/em-alias.el (eshell-alias-load-hook):
194 * eshell/em-banner.el (eshell-banner-load-hook):
195 * eshell/em-cmpl.el (eshell-cmpl-load-hook):
196 * eshell/em-dirs.el (eshell-dirs-load-hook):
197 * eshell/em-glob.el (eshell-glob-load-hook):
198 * eshell/em-hist.el (eshell-hist-load-hook):
199 * eshell/em-pred.el (eshell-pred-load-hook):
200 * eshell/em-prompt.el (eshell-prompt-load-hook):
201 * eshell/em-rebind.el (eshell-rebind-load-hook):
202 * eshell/em-script.el (eshell-script-load-hook):
203 * eshell/em-smart.el (eshell-smart-load-hook):
204 * eshell/em-term.el (eshell-term-load-hook):
205 * eshell/em-unix.el (eshell-unix-load-hook):
206 * eshell/esh-arg.el (eshell-arg-load-hook):
207 * eshell/esh-cmd.el (eshell-cmd-load-hook):
208 * eshell/esh-ext.el (eshell-ext-load-hook):
209 * eshell/esh-io.el (eshell-io-load-hook):
210 * eshell/esh-mode.el (eshell-exit-hook):
211 * eshell/esh-proc.el (eshell-proc-load-hook, eshell-kill-hook):
212 * eshell/esh-var.el (eshell-var-load-hook):
213 Set default hook values to nil. (Bug#5375)
214
215 * eshell/esh-module.el (eshell-module-unload-hook)
216 (eshell-modules-list): Remove leading * from defcustom docs.
217
218 * eshell/esh-util.el (eshell-for): Make it obsolete.
219 * eshell/em-alias.el (eshell/alias, eshell-alias-completions):
220 * eshell/em-dirs.el (eshell-save-some-last-dir):
221 * eshell/em-hist.el (eshell-save-some-history)
222 (eshell-hist-parse-modifier):
223 * eshell/em-ls.el (eshell-ls-dir, eshell-ls-files)
224 (eshell-ls-entries):
225 * eshell/em-unix.el (eshell/cat, eshell/du, eshell/su):
226 * eshell/esh-cmd.el (eshell-invoke-directly, eshell-do-eval)
227 (eshell/which):
228 * eshell/esh-ext.el (eshell-find-interpreter):
229 * eshell/esh-mode.el (eshell-mode):
230 * eshell/esh-module.el (eshell-unload-extension-modules):
231 * eshell/esh-proc.el (eshell-process-interact):
232 * eshell/esh-test.el (eshell-test):
233 * eshell/esh-util.el (eshell-flatten-list, eshell-winnow-list):
234 * eshell/esh-var.el (eshell/env, eshell-environment-variables)
235 (eshell-variables-list):
236 * eshell/eshell.el (eshell-unload-all-modules):
237 Replace eshell-for with dolist.
238
239 2011-03-04 Glenn Morris <rgm@gnu.org>
240
241 * vc/vc-bzr.el (vc-bzr-after-dir-status): Handle bzr 2.3.0. (Bug#8170)
242
243 2011-03-04 Tom Tromey <tromey@redhat.com>
244
245 * progmodes/gud.el (gdb-script-mode): Derive from prog-mode.
246
247 2011-03-04 Glenn Morris <rgm@gnu.org>
248
249 * outline.el (outline-regexp): No longer allow nil.
250 (outline-heading-end-regexp): Add safety predicate. (Bug#7619)
251
252 * net/browse-url.el (browse-url):
253 Handle deleted default-directory. (Bug#6077)
254
255 * recentf.el (recentf-include-p): In case of a buggy predicate,
256 err on the side of including, not excluding. (Bug#5843)
257
258 2011-03-04 Jay Belanger <jay.p.belanger@gmail.com>
259
260 * calc/calc-units.el (math-to-standard-rec): Don't treat subscripted
261 variables as units.
262
263 2011-03-04 Bob Rogers <rogers@rgrjr.dyndns.org>
264
265 * emacs-lisp/ewoc.el (ewoc-goto-next): Give a more explicit error
266 if there is no node. (Bug#3261)
267
268 2011-03-04 Leo <sdl.web@gmail.com>
269
270 * vc/diff-mode.el (diff-mode): Fix whitespace-style. (Bug#8139)
271
272 * time.el (display-time-world-list): Fix typo. (Bug#7571)
273
274 2011-03-04 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
275
276 * cus-edit.el (custom-buffer-create-internal):
277 Split search string before passing it to `customize-apropos' (bug#8136).
278
279 2011-03-04 Drew Adams <drew.adams@oracle.com>
280
281 * image-dired.el (image-dired-cmd-read-exif-data-options):
282 Fix typo in docstring (bug#8156).
283
284 2011-03-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
285
286 * net/rcirc.el (rcirc-cmd-join): Accept comma-separated input.
287
288 2011-03-03 Christian Ohler <ohler@gnu.org>
289
290 * emacs-lisp/ert.el (ert--explain-equal): New function.
291 (ert--explain-equal-rec): Renamed from `ert--explain-not-equal'.
292 All callers changed.
293 (ert--explain-equal-including-properties): Renamed from
294 `ert--explain-not-equal-including-properties'. All callers
295 changed.
296
297 2011-03-03 Christian Ohler <ohler@gnu.org>
298
299 * emacs-lisp/ert.el (ert--stats-set-test-and-result)
300 (ert-char-for-test-result, ert-string-for-test-result)
301 (ert-run-tests-batch, ert--print-test-for-ewoc):
302 Handle `ert-test-quit'.
303
304 2011-03-03 David Abrahams <dave@boostpro.com> (tiny change)
305
306 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
307 Move ediff-defvar-local calls after defcustoms. (Bug#1821)
308
309 2011-03-03 Glenn Morris <rgm@gnu.org>
310
311 * files.el (file-truename): Doc fix. (Bug#2341)
312
313 2011-03-03 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
314
315 * vc/vc-dir.el (vc-dir-mode-map): Bind vc-dir-find-file to e (Bug#7349).
316
317 2011-03-03 Vagn Johansen <gonz808@hotmail.com> (tiny change)
318
319 * vc/vc-svn.el (vc-svn-after-dir-status): Some MS Windows svn client
320 programs output backslashes. (Bug#7663)
321
322 2011-03-03 Glenn Morris <rgm@gnu.org>
323
324 * mail/sendmail.el (mail-mode-map): Remove mail-sent-via.
325 (mail-mode): Remove mail-sent-via from the doc.
326 (mail-sent-via): Make it obsolete. (Bug#1776)
327
328 * progmodes/grep.el (grep-highlight-matches): Doc fix.
329 (grep-process-setup): No highlighting without font-lock. (Bug#8084)
330
331 * vc/vc-bzr.el (vc-bzr-state-heuristic): Handle dirstate entries
332 with no parents. (Bug#8025)
333
334 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
335
336 * password-cache.el (password-in-cache-p): Add autoload.
337
338 2011-03-02 Glenn Morris <rgm@gnu.org>
339
340 * man.el (Man-support-local-filenames): Also handle Red Hat's man.
341 * dired-x.el (Man-support-local-filenames): Autoload it.
342 (dired-guess-shell-alist-default): Also handle Red Hat's man.
343
344 * dired-x.el (dired-default-directory-alist, dired-default-directory):
345 Mark as obsolete.
346 (dired-smart-shell-command): Just call dired-current-directory.
347
348 * dired-x.el (dired-jump-other-window): Add autoload.
349 (dired-default-directory-alist, dired-default-directory): Doc fixes.
350 (dired-default-directory-alist): Mark as risky.
351
352 * dired-x.el (dired-omit-here-always): Make it obsolete.
353
354 2011-03-02 Chong Yidong <cyd@stupidchicken.com>
355
356 * textmodes/artist.el (artist-curr-go): Default to pen-line.
357 (artist-select-op-pen-line): New function.
358 (artist-menu-map): New variable.
359 (artist-mode-map): Add a menu to the menu-bar.
360
361 2011-03-02 Jay Belanger <jay.p.belanger@gmail.com>
362
363 * calc/calc-math.el (calcFunc-log10): Check for symbolic mode
364 when evaluating.
365
366 * calc/calc-units.el (math-conditional-apply, math-conditional-pow):
367 New function.
368 (math-logunits-add, math-logunits-mul, math-logunits-divide):
369 (math-logunits-quant, math-logunits-level):
370 Use `math-conditional-apply' and `math-conditional-pow' to evaluate
371 functions.
372 (math-logunits-level): Extract units from ratio.
373
374 2011-03-01 Juanma Barranquero <lekktu@gmail.com>
375
376 * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
377
378 2011-03-01 Glenn Morris <rgm@gnu.org>
379
380 * calendar/cal-hebrew.el (calendar-hebrew-birthday)
381 (diary-hebrew-birthday): Rename and rework functions added
382 in previous change.
383
384 2011-03-01 Ed Reingold <reingold@emr.cs.iit.edu>
385
386 * calendar/cal-hebrew.el (hebrew-calendar-birthday)
387 (diary-hebrew-birthday): New functions.
388
389 2011-03-01 Glenn Morris <rgm@gnu.org>
390
391 * dired.el (dired-safe-switches-p): Beef it up.
392 (dired-actual-switches): Use it for the safe-local prop. (Bug#3230)
393
394 2011-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
395
396 * dired.el (dired-safe-switches-p): New function.
397
398 2011-03-01 Glenn Morris <rgm@gnu.org>
399
400 * files.el (dir-locals-collect-variables):
401 Add the ability to exclude subdirectories. (Bug#8100)
402
403 * dired-x.el (dired-omit-here-always): Add `(subdirs . nil)' to locals.
404
405 2011-02-28 Christoph Scholtes <cschol2112@googlemail.com>
406
407 * ido.el (ido-everywhere): Doc fix.
408 (ido-mode): Doc fix.
409
410 2011-02-28 Glenn Morris <rgm@gnu.org>
411
412 * dired-x.el (dired-guess-shell-alist-default): Use \\', not $.
413
414 2011-02-28 Michael Albinus <michael.albinus@gmx.de>
415
416 * net/tramp-cmds.el (tramp-append-tramp-buffers): Dump load-path
417 shadows.
418
419 2011-02-28 Antoine Levitt <antoine.levitt@gmail.com>
420
421 * dired-x.el (dired-guess-shell-alist-default): Add rar and 7z.
422
423 2011-02-28 Juanma Barranquero <lekktu@gmail.com>
424
425 * emacs-lisp/pcase.el (pcase, pcase--u1, pcase--q1):
426 Fix typos in docstrings.
427
428 2011-02-28 Stephen Berman <stephen.berman@gmx.net>
429
430 * dired-aux.el (dired-update-file-line):
431 Fix 2010-11-09 change. (Bug#8131)
432
433 2011-02-28 Eli Zaretskii <eliz@gnu.org>
434
435 * international/mule-cmds.el (set-default-coding-systems): Use the
436 -unix variant of encoding in default-keyboard-coding-system.
437 (Bug#8122)
438
439 2011-02-27 Chong Yidong <cyd@stupidchicken.com>
440
441 * facemenu.el (list-colors-display): Use with-help-window (Bug#8048).
442
443 2011-02-27 Prestoo Ten <prestooten@gmail.com> (tiny change)
444
445 * term/screen.el: New file (Bug#2650).
446
447 2011-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
448
449 * emacs-lisp/pcase.el (pcase--if): Try to invert test to reduce depth.
450 (pcase-mutually-exclusive-predicates): New var.
451 (pcase--split-consp, pcase--split-pred): Use it.
452 (pcase--split-equal, pcase--split-member): When splitting against
453 a pure predicate, run it to know the outcome.
454 (pcase--u1): Mark vars that are actually used.
455 (pcase--q1): Avoid introducing unused vars.
456
457 2011-02-27 Jay Belanger <jay.p.belanger@gmail.com>
458
459 * calc/calc-ext.el (calc-init-extensions):
460 Autoload `calc-l-prefix-help' instead of `calc-ul-prefix-help'.
461
462 * calc/calc-math.el (calcFunc-log10): Don't signal an error in
463 symbolic mode.
464
465 * calc/calc-vec.el (calcFunc-subscr): Return nil if the first
466 argument is a variable.
467
468 2011-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
469
470 * emacs-lisp/assoc.el: Remove misleading `sort' (bug#8126).
471 (aput, adelete, amake): Replace `eval' -> `symbol-value'.
472 Suggested by Michael Heerdegen <michael_heerdegen@web.de>.
473
474 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
475
476 * password-cache.el (password-in-cache-p): Convenience function to
477 check if a key is in the cache, even if the value is nil.
478
479 2011-02-25 Jambunathan K <kjambunathan@gmail.com>
480
481 * emacs-lisp/package-x.el (package--archive-contents-from-url)
482 (package--archive-contents-from-file): New functions.
483 (package-update-news-on-upload): New var.
484 (package-upload-buffer-internal): Extract archive-contents from
485 package-archive-upload-base if it is not found at archive-url.
486 Obey package-update-news-on-upload.
487 (package-upload-buffer, package-upload-file): Doc fix.
488
489 2011-02-24 Glenn Morris <rgm@gnu.org>
490
491 * files-x.el (modify-dir-local-variable): Handle dir-locals from
492 the cache, and from non-file sources.
493
494 * help-fns.el (describe-variable): Return consistent results when a
495 dir-local from a file came from the cache or did not. (Bug#8095)
496 If a dir-local has no associated file, say it came from a "directory".
497
498 * files.el (hack-dir-local-variables): Fix setting of `dir-name'.
499 (hack-local-variables-confirm, hack-local-variables-filter): Doc fix.
500
501 * files.el (dir-locals-find-file): Doc fix.
502 Fix the check for cache elements that have no associated file,
503 and the mtime check for those that do. (Bug#8095)
504
505 * dired-x.el (dired-hack-local-variables):
506 Handle interrupts during hacking local variables. (Bug#5216)
507
508 * emacs-lisp/autoload.el (autoload-save-buffers)
509 (autoload-find-destination, update-directory-autoloads):
510 Avoid prompts when updating autoloads.
511
512 2011-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
513
514 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete.
515
516 2011-02-23 Kenichi Handa <handa@m17n.org>
517
518 * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
519 error when a multipart boundary in the nested multipart is found.
520
521 * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
522 header components.
523
524 2011-02-23 Glenn Morris <rgm@gnu.org>
525
526 * dired.el (dired-mode): Call hack-dir-local-variables-non-file-buffer.
527 * dired-x.el (dired-omit-mode): Safe if boolean.
528 (dired-enable-local-variables): Fix doc and custom type.
529 (dired-enable-local-variables, dired-local-variables-file)
530 (dired-hack-local-variables): Make obsolete.
531 (dired-omit-here-always): Use dir-locals.el instead.
532
533 * files.el (safe-local-eval-forms): Add the write-file-hooks version.
534
535 2011-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
536
537 * help-fns.el (describe-function-1): Don't signal an error just because
538 the DOC file disappeared.
539
540 2011-02-22 Seppo Sade <sepposade1@gmail.com> (tiny change)
541
542 * eshell/esh-ext.el (eshell-external-command): Do not restrict
543 remote check to "ftp". (Bug#8089)
544
545 2011-02-21 Alan Mackenzie <acm@muc.de>
546
547 Fix bug #7930.
548 * progmodes/cc-engine.el (c-state-literal-at): Prevent positions
549 in macros finding their way into c-state-nonlit-pos-cache.
550 Strengthen the comments.
551 (c-state-dump): New commented out diagnostic routine.
552
553 2011-02-21 Michael Albinus <michael.albinus@gmx.de>
554
555 * net/tramp.el (tramp-rfn-eshadow-setup-minibuffer): Do not use
556 `field' property of `rfn-eshadow-overlay'.
557
558 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
559
560 * net/netrc.el (netrc-parse): Comment fix.
561
562 2011-02-21 Chong Yidong <cyd@stupidchicken.com>
563
564 * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
565 Autoload. Add optional arg FRAME, and pass it to color-values.
566 (color-complement): Caller changed. Doc fix.
567 (color-gradient): Rewrite for better clarity and efficiency.
568
569 * faces.el (color-values): Use cond for clarity. Doc fix.
570
571 * facemenu.el (color-rgb-to-hsv): Delete; use the version in
572 color.el instead.
573 (list-colors-sort-key, list-colors-print):
574 Use color-normalized-values.
575
576 2011-02-20 Drew Adams <drew.adams@oracle.com>
577
578 * color.el: First part of merge from hexrgb.el.
579 (color-rgb-to-hex): Rename from color-rgb->hex.
580 (color-rgb-to-hsv): Rename from color-rgb->hsv. Force hue and
581 saturation to zero if the value is too small.
582 (color-rgb-to-hsl): Rename from color-rgb->hsl.
583 (color-srgb-to-xyz): Rename from color-srgb->xyz. Doc fix.
584 (color-xyz-to-srgb): Rename from color-xyz->srgb. Doc fix.
585 (color-xyz-to-lab): Rename from color-xyz->lab. Doc fix.
586 (color-lab-to-xyz): Rename from color-lab->xyz. Doc fix.
587 (color-lab-to-srgb): Rename from color-lab->srgb. Doc fix.
588 (color-cie-de2000): Doc fix.
589
590 2011-02-20 Alan Mackenzie <acm@muc.de>
591
592 * progmodes/cc-cmds.el (c-beginning-of-statement): Avoid loop in
593 locating the beginning of a macro. (Bug#7595)
594
595 2011-02-20 Glenn Morris <rgm@gnu.org>
596
597 * edmacro.el (edmacro-eight-bits): Make it a defcustom.
598 Don't autoload it.
599
600 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
601 (global-auto-revert-ignore-buffer): Remove leading "*" from docs.
602
603 2011-02-19 Dmitry Bolshakov <dmitry.bolshakov@bridge-quest.com>
604 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
605
606 * progmodes/hideshow.el (hs-find-block-beginning)
607 (hs-hide-level-recursive): Ignore comments when parsing braces
608 (Bug#8036).
609
610 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
611
612 * vc/vc-bzr.el (vc-bzr-bound-branch-p): New function.
613 (vc-bzr-pull): Use it.
614
615 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
616
617 * vc/vc-bzr.el (vc-bzr--branch-conf): Function deleted.
618 (vc-bzr-branch-conf): New function, similar to vc-bzr--branch-conf
619 but returning an alist. Ignore comments in bzr conffile.
620 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-bzr-branch-conf.
621 (vc-bzr-error-regex-alist): New var.
622 (vc-bzr-merge-branch): Use it to highlight the pull/merge buffer.
623
624 * vc/vc-dispatcher.el (vc-do-async-command):
625 Bind inhibit-read-only to t.
626
627 * progmodes/compile.el (compilation--flush-directory-cache):
628 Handle the case where cdr of compilation--flush-directory-cache
629 points to no buffer, which can occur if we previously switched to
630 compilation-mode in a pregenerated buffer.
631
632 2011-02-19 Kenichi Handa <handa@m17n.org>
633
634 * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
635 get the header copy into the temporary buffer.
636 (rmail-mime-insert-decoded-text): Ignore us-ascii.
637 (rmail-show-mime): When rmail-mime-coding-system is nil, set
638 buffer-file-coding-system to undecided.
639
640 2011-02-19 Eli Zaretskii <eliz@gnu.org>
641
642 * international/mule-cmds.el (read-char-by-name, ucs-insert):
643 Document completion with asterisk and a substring.
644
645 2011-02-19 Glenn Morris <rgm@gnu.org>
646
647 * files.el (find-file-literally): Doc fix.
648
649 * simple.el (rfc822-goto-eoh): Give it a doc-string.
650
651 * log-edit.el (log-edit-insert-changelog):
652 Fix `log-edit-strip-single-file-name' functionality. (Bug#8057)
653
654 2011-02-19 Glenn Morris <rgm@gnu.org>
655
656 * dired-x.el: Don't require dired-aux.
657 (dired-do-create-files, dired-mark-read-regexp)
658 (dired-do-create-files-regexp): Autoload from dired-aux.
659
660 * dired-x.el (dired-find-buffer-nocreate): Merge into dired.el.
661 * dired.el (dired-find-buffer-nocreate): Merge dired-x version.
662
663 * dired-x.el (dired-read-shell-command): Merge into dired-aux's version.
664 * dired-aux.el (dired-read-shell-command): Merge dired-x's version.
665
666 * dired-x.el (dired-clean-up-after-deletion): Merge into dired.el.
667 * dired.el (dired-clean-up-after-deletion): Merge dired-x's version.
668 (dired-clean-up-buffers-too): Declare.
669
670 * dired-x.el (dired-initial-position): Merge into dired.el's version.
671 * dired.el (dired-initial-position): Merge dired-x's version here.
672 (dired-find-subdir): Declare.
673
674 * dired-x.el (dired-omit-new-add-entry): Merge into dired-add-entry.
675 * dired-aux.el (dired-add-entry): Give it a doc-string.
676 Merge dired-x's dired-omit handling here.
677 (dired-omit-mode, dired-omit-regexp, dired-omit-localp): Declare.
678
679 * international/mule-diag.el (list-input-methods-1):
680 Indent all lines of multi-line doc-strings. (Bug#8066)
681
682 2011-02-18 Chong Yidong <cyd@stupidchicken.com>
683
684 Fix 2011-02-02 changes.
685
686 * apropos.el (apropos-print): Call apropos-mode before setting up
687 buffer variables. Use inhibit-read-only.
688
689 * emacs-lisp/package.el (package--list-packages):
690 Call package-menu-mode before setting up buffer variables.
691
692 * play/solitaire.el (solitaire): Call solitaire-mode before
693 setting up buffer variables. Use inhibit-read-only.
694
695 2011-02-18 Lawrence Mitchell <wence@gmx.li>
696
697 * progmodes/sh-script.el (sh-syntax-propertize-here-doc): (bug#8053)
698 Bind case-fold-search to nil when looking for end of here-doc.
699
700 2011-02-18 Eli Zaretskii <eliz@gnu.org>
701
702 * image-mode.el (image-toggle-display-image):
703 Set find-file-literally non-nil in buffers visiting binary image
704 files. (Bug#8047)
705
706 2011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
707
708 * files.el (cd): Make completion obey cd-path (bug#7924).
709
710 2011-02-18 Glenn Morris <rgm@gnu.org>
711
712 * progmodes/prolog.el: Don't require compile when compiling.
713 (compilation-shell-minor-mode, compilation-error-regexp-alist)
714 (compilation-forget-errors, compilation-fake-loc)
715 (compilation-parse-errors-function, compilation-error-list): Declare.
716 (prolog-inferior-mode): Require 'compile.
717
718 * emulation/cua-base.el (pc-selection-mode): Declare.
719
720 * emacs-lisp/eieio-custom.el: Set generated-autoload-file.
721 (customize-object): Add autoload cookie.
722 * emacs-lisp/eieio-opt.el: Set generated-autoload-file.
723 (eieio-browse, describe-class, eieio-describe-class)
724 (eieio-describe-constructor, describe-generic, eieio-describe-generic)
725 (eieio-help-mode-augmentation-maybee): Add autoload cookies.
726 * emacs-lisp/eieio.el: Regenerate with automatic autoloads.
727 * Makefile.in (autoloads): Make eieio.el writable.
728
729 * dired-x.el (dired-clean-up-after-deletion, dired-do-relsymlink)
730 (dired-do-relsymlink-regexp, dired-find-buffer-nocreate): Use #'.
731 (dired-hack-local-variables): Use inhibit-read-only.
732 (dired-guess-default): Simplify.
733 (dired-make-relative-symlink): Use dotimes.
734 (dired-simultaneous-find-file): Use dolist.
735 (dired-mark-sexp): Remove unneeded `if'. Use line-end-position.
736 (dired-x-hands-off-my-keys): Doc fix.
737 (dired-x-bind-find-file): Doc fix. Use remapping.
738 (after-init-hook): No need to add dired-x-bind-find-file.
739 (dired-x-find-file, dired-x-find-file-other-window): Doc fixes.
740 No need to call expand-file-name.
741 (dired-filename-at-point): Remove unused locals `end', `filename'.
742
743 2011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
744
745 * emacs-lisp/pcase.el (pcase--u1): Understand non-linear patterns.
746
747 2011-02-18 Christian Ohler <ohler@gnu.org>
748
749 * emacs-lisp/ert.el (ert--setup-results-buffer)
750 (ert-results-pop-to-backtrace-for-test-at-point)
751 (ert-results-pop-to-messages-for-test-at-point)
752 (ert-results-pop-to-should-forms-for-test-at-point)
753 (ert-results-pop-to-timings): Revert parts of change 2011-02-02T17:59:44Z!sds@gnu.org that
754 were incorrect and unnecessary. This should make `make check'
755 pass again.
756
757 2011-02-17 Ken Manheimer <ken.manheimer@gmail.com>
758
759 * lisp/allout-widgets.el (allout-widgets-icons-light-subdir)
760 (allout-widgets-icons-dark-subdir): Track relocations of icons
761 * lisp/allout.el: Remove commentary about remove encryption
762 passphrase mnemonic support and verification.
763 (allout-encrypt-string): Recognize epg failure to decrypt gpg2
764 armored text using gpg1, and indicate that the gpg version *might*
765 be the problem in the error message.
766
767 2011-02-17 Deniz Dogan <deniz.a.m.dogan@gmail.com>
768
769 * net/rcirc.el (rcirc-float-time): New function.
770 (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE)
771 (rcirc-ctcp-sender-PING): Use it.
772
773 2011-02-17 Glenn Morris <rgm@gnu.org>
774
775 * speedbar.el (speedbar-ignored-modes, speedbar-file-unshown-regexp)
776 (speedbar-update-flag, speedbar-fetch-etags-command)
777 (speedbar-fetch-etags-arguments):
778 * term.el (term-buffer-maximum-size, term-input-chunk-size)
779 (term-completion-autolist, term-completion-addsuffix)
780 (term-completion-recexact, term-completion-fignore):
781 * term/sup-mouse.el (sup-mouse-fast-select-window):
782 * term/x-win.el (x-select-request-type):
783 Convert some defvars with "*" to defcustoms.
784
785 * shell.el (shell-delimiter-argument-list): Set it to nil. (Bug#8027)
786
787 * vc/vc.el (vc-default-previous-version):
788 Remove alias that points nowhere. (Bug#4496)
789
790 * dired-x.el (dired-clean-up-after-deletion):
791 kill-buffer does not need save-excursion.
792 (dired-do-run-mail): Doc fix.
793 (dired-filename-at-point): Doc fix.
794 Use looking-at, and skip-chars rather than re search.
795
796 * dired-x.el (dired-filename-at-point): Fix 8-year old typo.
797
798 2011-02-16 Ken Manheimer <ken.manheimer@gmail.com>
799
800 * allout-widgets.el: New allout extension that shows allout
801 outline structure with graphical widgets. 'allout-widgets'
802 customize group is an 'allout' subgroup, for easy discovery.
803
804 * allout.el: Include PGP and GnuPG in Keywords, and other
805 commentary refinements.
806 (allout-abbreviate-flattened-numbering): Rename to
807 allout-flattened-numbering-abbreviation, and
808 define-obsolete-variable-alias the old name.
809 (allout-flattened-numbering-abbreviation): Rename from
810 allout-abbreviate-flattened-numbering.
811 (allout-mode-p): Include among autoloads, for use by other modes
812 with impunity.
813 (allout-listify-exposed):
814 Use allout-flattened-numbering-abbreviation.
815 (allout-encrypt-string): Use set-buffer-multibyte directly.
816 (allout-set-buffer-multibyte): Remove.
817
818 2011-02-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
819
820 * simple.el (just-one-space): Remove useless `or' call.
821
822 2011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
823
824 * net/soap-client.el (soap-well-known-xmlns, soap-local-xmlns)
825 (soap-default-xmlns, soap-target-xmlns, soap-multi-refs)
826 (soap-decoded-multi-refs, soap-current-wsdl)
827 (soap-encoded-namespaces): Rename CL-style *...* variables.
828
829 2011-02-16 Michael Albinus <michael.albinus@gmx.de>
830
831 * net/soap-client.el: Add "comm" and "hypermedia" to the
832 keywords. Reflow too long lines.
833
834 * net/soap-inspect.el: Ditto. Require 'cl.
835
836 2011-02-16 Bastien Guerry <bzg@altern.org>
837
838 * play/doctor.el (doctor-mode): Bugfix: escape the "," character
839 in a `doctor-type' argument.
840
841 2011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
842
843 * net/soap-client.el:
844 * net/soap-inspect.el: New files.
845
846 2011-02-16 Leo <sdl.web@gmail.com>
847
848 * dired-x.el (dired-mode-map, dired-extra-startup):
849 Remove dired-copy-filename-as-kill since it's already in dired.el.
850
851 2011-02-16 Glenn Morris <rgm@gnu.org>
852
853 * dired-x.el (dired-bind-jump, dired-bind-man, dired-bind-info):
854 Doc fixes. Add :set property, replacing top-level calls.
855 (dired-vm-read-only-folders, dired-vm): Doc fix (drop v. old VM 4).
856 (dired-guess-shell-gnutar): Test tar version rather than system-type.
857 (dired-extra-startup, dired-man, dired-info): Doc fixes.
858 (dired-clean-up-after-deletion): Use when and dolist.
859 (dired-jump): Use unless and when.
860 (dired-virtual): Use line-end-position.
861 (dired-default-directory-alist): Rename from default-directory-alist.
862 (dired-default-directory): Update for above name change.
863 (dired-vm): Drop VM < 5 and simplify.
864 (dired-buffer-more-recently-used-p): Rewrite.
865 (dired-filename-at-point): Use when and or.
866 (dired-x-read-filename-at-point): Rename from read-filename-at-point.
867 Update callers.
868
869 2011-02-15 Glenn Morris <rgm@gnu.org>
870
871 * dired-x.el: Use easymenu for menu items. Fix item capitalization.
872
873 2011-02-14 Chong Yidong <cyd@stupidchicken.com>
874
875 * vc/vc-git.el (vc-git-root-log-format): New option for
876 customizing log format.
877 (vc-git-print-log, vc-git-log-outgoing, vc-git-log-incoming)
878 (vc-git-log-view-mode): Use it.
879 (vc-git-expanded-log-entry): New function.
880 (vc-git-log-view-mode): Use it. Truncate lines in root log.
881
882 * vc/vc-hg.el (vc-hg-root-log-template): New option for
883 customizing log format.
884 (vc-hg-print-log): Use it.
885 (vc-hg-expanded-log-entry): New function.
886 (vc-hg-log-view-mode): Use vc-hg-root-log-template and
887 vc-hg-expanded-log-entry. Truncate lines in root log.
888
889 * vc/vc-bzr.el (vc-bzr-log-view-mode): Truncate lines in root log.
890
891 * vc/log-view.el (log-view-mode-menu):
892 Add log-view-toggle-entry-display.
893
894 2011-02-14 Glenn Morris <rgm@gnu.org>
895
896 * dired-x.el: Don't require man when compiling.
897 (dired-omit-extensions, dired-local-variables-file)
898 (dired-x-hands-off-my-keys): Make them defcustoms.
899 (Man-support-local-filenames, Man-getpage-in-background): Declare.
900 (vm-visit-folder): Declare rather than defining.
901 (dired-x-help-address, dired-x-variable-list): Remove.
902 (dired-x-submit-report): Make it an obsolete alias.
903
904 2011-02-14 Juanma Barranquero <lekktu@gmail.com>
905
906 * makefile.w32-in (TRAMP_SRC): Remove tramp-imap.el.
907
908 2011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
909
910 * net/imap.el: Bring it back.
911
912 2011-02-13 Alan Mackenzie <acm@muc.de>
913
914 * progmodes/cc-fonts.el (c-font-lock-declarations): Remove a
915 narrow-to-region call that cuts context off the end (Bug#7722).
916
917 * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
918 Refactor nested if-forms with a simple cond.
919 (c-forward-<>-arglist): Revert 2011-01-31 change.
920
921 2011-02-13 Chong Yidong <cyd@stupidchicken.com>
922
923 * vc/log-view.el: New command log-view-toggle-entry-display for
924 toggling log entries between concise and detailed forms.
925 (log-view-toggle-entry-display): New command.
926 (log-view-mode-map): Bind RET to it.
927 (log-view-expanded-log-entry-function): New variable.
928 (log-view-current-entry, log-view-inside-comment-p)
929 (log-view-current-tag): New functions.
930 (log-view-toggle-mark-entry): Use log-view-current-entry and
931 log-view-end-of-defun instead of searching directly with
932 log-view-message-re.
933 (log-view-end-of-defun): Likewise. Add optional ARG for
934 compatibility with end-of-defun.
935 (log-view-end-of-defun): Ignore comments and VC buttons.
936
937 * vc/vc-bzr.el (vc-bzr-expanded-log-entry): New function.
938 (vc-bzr-log-view-mode): Use log-view-expanded-log-entry-function.
939
940 2011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
941
942 * net/imap.el: Remove file. All the functionality is in nnimap.el.
943
944 * net/imap-hash.el: Remove file.
945
946 2011-02-13 Michael Albinus <michael.albinus@gmx.de>
947
948 * Makefile.in (TRAMP_SRC): Remove tramp-imap.el.
949
950 * net/tramp.el (tramp-read-passwd): Simplify `auth-source-search'
951 call.
952
953 * net/tramp-imap.el: Remove file.
954
955 2011-02-13 Chong Yidong <cyd@stupidchicken.com>
956
957 * vc/vc.el (vc-print-log-setup-buttons): Instead of using the
958 widget library for buttons, just use button.el.
959
960 * vc/log-view.el (log-view-mode-map): Don't inherit from
961 widget-keymap.
962
963 2011-02-12 Glenn Morris <rgm@gnu.org>
964
965 * emacs-lisp/cl-seq.el (union, nunion, intersection)
966 (nintersection, set-difference, nset-difference)
967 (set-exclusive-or, nset-exclusive-or): Doc fix.
968
969 * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
970
971 * faces.el (face-attr-match-p): Handle the obsolete :bold and
972 :italic props, so that frame-set-background-mode works. (Bug#7966)
973
974 * simple.el (next-error): Doc fix.
975
976 2011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
977
978 * dired-aux.el (dired-create-files): Adapt destination name to
979 match the new behavior of copy-directory.
980
981 2011-02-12 Chong Yidong <cyd@stupidchicken.com>
982
983 * mail/mail-utils.el (mail-dont-reply-to-names): New variable,
984 from rmail-dont-reply-to-names. Callers changed.
985 (mail-dont-reply-to): Rename from mail-dont-reply-to.
986 (rmail-dont-reply-to): Make it an obsolete alias.
987
988 * mail/rmail.el (rmail-default-dont-reply-to-names): Default to
989 nil, and make obsolete (Bug#7888).
990 (rmail-dont-reply-to-names): Alias to mail-dont-reply-to-names.
991
992 * mail/rmailsum.el (rmail-summary-sort-by-correspondent): Doc fix.
993
994 * mail/rmailsort.el (rmail-sort-by-correspondent)
995 (rmail-select-correspondent): Doc fix. Use mail-dont-reply-to.
996
997 * mail/rmail.el (rmail-reply): Use mail-dont-reply-to.
998
999 2011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1000
1001 * files.el (copy-directory): New argument COPY-CONTENTS for
1002 copying directory contents into another existing directory.
1003
1004 2011-02-12 Tassilo Horn <tassilo@member.fsf.org>
1005
1006 * minibuffer.el (completion-table-case-fold): New function for
1007 creating a case-insensitive completion table.
1008
1009 2011-02-12 Teodor Zlatanov <tzz@lifelogs.com>
1010
1011 * net/tramp.el (tramp-default-method): Also check if
1012 `auth-source-search' is bound.
1013 (tramp-read-passwd): Use `auth-source-search' instead of
1014 `auto-source-user-or-password'.
1015
1016 * net/tramp-imap.el: Autoload `auto-source-search' instead of
1017 `auto-source-user-or-password.
1018 (tramp-imap-passphrase-callback-function): Use it.
1019
1020 * net/imap-hash.el: Autoload `auto-source-search' instead of
1021 `auto-source-user-or-password.
1022 (imap-hash-open-connection): Use it.
1023
1024 * mail/smtpmail.el: Autoload `auto-source-search' instead of
1025 `auto-source-user-or-password.
1026 (smtpmail-try-auth-methods): Use it.
1027
1028 2011-02-12 Phil Hagelberg <phil@hagelb.org>
1029
1030 * emacs-lisp/package.el: Allow packages to be reinstalled.
1031 (package--write-file-no-coding): Remove EXCL arg.
1032 (package-unpack-single): Don't use it.
1033
1034 2011-02-12 Karl Pflästerer <k@rl.pflaesterer.de> (tiny change)
1035
1036 * vc/vc-svn.el: Adapt to Subversion change, with no .svn directory
1037 in each sub directory.
1038 (vc-svn-registered): Use vc-svn-root.
1039 (vc-svn-root): New function. Make vc-svn-responsible-p an alias.
1040 (vc-svn-repository-hostname): Use "svn info".
1041
1042 2011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1043
1044 * simple.el (delete-trailing-whitespace): New optional buffer
1045 bound parameters.
1046
1047 2011-02-11 Bastien Guerry <bzg@altern.org>
1048
1049 * files.el (basic-save-buffer): save unmodified buffers when
1050 the file pointed by buffer-file-name doesn't exist.
1051
1052 2011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1053
1054 * net/rcirc.el (rcirc-cmd-join): Accept multiple channels.
1055
1056 2011-02-11 Glenn Morris <rgm@gnu.org>
1057
1058 * emacs-lisp/cl-specs.el (multiple-value-bind): Fix debug spec.
1059
1060 2011-02-11 Juanma Barranquero <lekktu@gmail.com>
1061
1062 * net/rcirc.el (rcirc-send-ctcp): Remove spurious arg to `format'.
1063
1064 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1065
1066 * server.el (server-process-filter): Use pcase.
1067
1068 * emacs-lisp/smie.el (smie-blink-matching-open): Don't use `pos' in two
1069 conflicting ways.
1070 (smie-indent--parent): Extend to "parent of arg".
1071 (smie-indent-inside-string): New function.
1072 (smie-indent-functions): Use it.
1073
1074 * vc/vc-dir.el (vc-dir-refresh): Reorder operations to try and avoid
1075 bzr locking race condition.
1076
1077 * emacs-lisp/edebug.el (edebug-instrument-function): Check a marker is
1078 still valid before using it.
1079
1080 * progmodes/grep.el (grep-mode-font-lock-keywords): Adjust to
1081 `message' -> `compilation-message' rename (bug#8004).
1082
1083 Move keymap initialization into declaration.
1084 * textmodes/enriched.el (enriched-mode-map):
1085 * textmodes/bib-mode.el (bib-mode-map):
1086 * term/lk201.el (lk201-function-map):
1087 * tar-mode.el (tar-mode-map):
1088 * replace.el (occur-mode-map):
1089 * progmodes/idlwave.el (idlwave-rinfo-mouse-map, idlwave-rinfo-map):
1090 * progmodes/idlw-help.el (idlwave-help-mode-map):
1091 * progmodes/gdb-mi.el (gdb-memory-format-menu, gdb-memory-unit-menu):
1092 * play/solitaire.el (solitaire-mode-map):
1093 * play/snake.el (snake-mode-map, snake-null-map):
1094 * play/pong.el (pong-mode-map):
1095 * play/handwrite.el (menu-bar-handwrite-map):
1096 * play/gametree.el (gametree-mode-map):
1097 * net/rcirc.el (rcirc-mode-map, rcirc-browse-url-map)
1098 (rcirc-multiline-minor-mode-map, rcirc-track-minor-mode-map):
1099 * net/newst-plainview.el (newsticker-menu, newsticker-mode-map)
1100 (newsticker--url-keymap):
1101 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
1102 * menu-bar.el (menu-bar-file-menu, menu-bar-i-search-menu)
1103 (menu-bar-search-menu, menu-bar-replace-menu, menu-bar-goto-menu)
1104 (menu-bar-edit-menu, menu-bar-custom-menu)
1105 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
1106 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
1107 (menu-bar-line-wrapping-menu, menu-bar-options-menu)
1108 (menu-bar-games-menu, menu-bar-encryption-decryption-menu)
1109 (menu-bar-tools-menu, menu-bar-describe-menu)
1110 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
1111 (menu-bar-help-menu):
1112 * mail/rmailsum.el (rmail-summary-mode-map):
1113 * kmacro.el (kmacro-step-edit-map):
1114 * ibuffer.el (ibuffer-mode-groups-popup, ibuffer-mode-map)
1115 (ibuffer-mode-operate-map):
1116 * hi-lock.el (hi-lock-menu, hi-lock-map):
1117 * emulation/vip.el (vip-mode-map):
1118 * emacs-lisp/re-builder.el (reb-lisp-mode-map):
1119 * bookmark.el (bookmark-bmenu-mode-map):
1120 * help-mode.el (help-mode-map): Move initialization into declaration.
1121
1122 2011-02-10 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1123
1124 * net/rcirc.el: Add PRIVMSG and CTCP functions.
1125 (rcirc-send-privmsg, rcirc-send-ctcp): New functions.
1126 (rcirc-keepalive, rcirc-cmd-ctcp, rcirc-ctcp-sender-PING)
1127 (rcirc-cmd-me, rcirc-authenticate): Use them.
1128
1129 2011-02-10 Ken Manheimer <ken.manheimer@gmail.com>
1130
1131 * allout.el: Synopsis: Change allout user configuration so
1132 auto-activation is controlled solely by customization
1133 `allout-auto-activation'.
1134
1135 (allout-auto-activation-helper, allout-setup): New autoloads
1136 implement new custom set procedure for allout-auto-activation.
1137 Also, explicitly invoke
1138 (allout-setup) after allout-auto-activation is custom-defined, to
1139 effect the settings in emacs sessions besides the few where
1140 allout-auto-activation customization is donea.
1141 (allout-auto-activation): Use allout-auto-activation-helper to
1142 :set. Revise the docstring.
1143 (allout-init): Reduce functionality to just customizing
1144 allout-auto-activation, and mark obsolete.
1145 (allout-mode): Respect string values for allout-auto-activation.
1146 Run allout-after-copy-or-kill-hook without any args.
1147 (allout-mode, allout-layout, allout-default-layout)
1148 (outlineify-sticky): Adjust docstring for new scheme.
1149 (allout-after-copy-or-kill-hook): No arguments - hook implementers
1150 should concentrate on the kill ring.
1151
1152 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
1153
1154 * password-cache.el (password-cache-remove): Accept secrets that are
1155 not strings.
1156
1157 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1158
1159 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Fix case
1160 of here-doc that immediately follows a comment.
1161
1162 2011-02-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1163
1164 * net/rcirc.el (rcirc-ctcp-sender-PING): Simplifying.
1165
1166 * net/rcirc.el (rcirc-cmd-ctcp): Use dedicated function when
1167 available.
1168 (rcirc-ctcp-sender-PING): New function.
1169
1170 2011-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1171
1172 * obsolete/pc-select.el: Rename from emulation/pc-select.el (bug#7940).
1173 Remove the mark/nomark handling, and activate shift-select-mode instead.
1174
1175 * obsolete/pc-mode.el: Rename from emulation/pc-mode.el.
1176
1177 2011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1178
1179 * calc/calc-units.el (math-logunits-quant): Add support for
1180 non-logarithmic units.
1181
1182 2011-02-07 Ken Manheimer <ken.manheimer@gmail.com>
1183
1184 * allout.el (allout-after-copy-or-kill-hook): New hook for
1185 extension-specific processing of killed text.
1186 (allout-mode): Include new allout-after-copy-or-kill-hook among
1187 mentioned hooks.
1188 (allout-kill-line, allout-kill-topic): Ensure that processing
1189 after kill happens even if barf-if-buffer-read-only is raised.
1190 Include new allout-after-copy-or-kill-hook among that subsequent
1191 processing.
1192 (allout-deannotate-hidden): Actually remove the annotation text
1193 properties.
1194
1195 * allout.el (allout-listify-exposed): Copy text sans text properties.
1196
1197 2011-02-07 Michael Albinus <michael.albinus@gmx.de>
1198
1199 * net/dbus.el (dbus-list-activatable-names): Add optional argument BUS.
1200
1201 2011-02-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1202
1203 * net/rcirc.el (rcirc-handler-317): New function (Bug#6507).
1204
1205 2011-02-06 Jay Belanger <jay.p.belanger@gmail.com>
1206
1207 * calc/calc.el (calc-logunits-field-reference): Rename from
1208 `calc-default-field-reference-level'.
1209 (calc-logunits-power-reference): Rename from
1210 `calc-default-power-reference-level'.
1211
1212 * calc/calc-units.el (math-logunits-quant): Rename from
1213 `math-logunits-level'
1214 (math-logunits-plus): Rename from math-logcombine.
1215 (calcFunc-luplus, calcFunc-luminus calc-luplus, calc-luminus): Remove.
1216 (calcFunc-lufieldadd, calcFunc-lupoweradd, calcFunc-lufieldsub)
1217 (calcFunc-lufieldsub, calc-logunits-add, calc-logunits-sub):
1218 New functions.
1219 (calcFunc-fieldquant): Rename from `calcFunc-fieldlevel'.
1220 (calcFunc-powerquant): Rename from `calcFunc-powerlevel'.
1221 (calc-logunits-quantity): Rename from `calc-level'.
1222 (calcFunc-dbfieldlevel, calcFunc-dbpowerlevel, calcFunc-npfieldlevel)
1223 (calcFunc-nppowerlevel, calc-logunits-dblevel, calc-logunits-nplevel)
1224 (math-logunits-mul, calcFunc-lufieldmul, calcFunc-lupowermul)
1225 (calc-logunits-mul, math-logunits-divide, calcFunc-lufielddiv)
1226 (calcFunc-lupowerdiv, calc-logunits-divide, math-logunits-level):
1227 New functions.
1228
1229 * calc/calc-help.el (calc-u-prefix-help): Remove "L" reference.
1230 (calc-ul-prefix-help): Remove.
1231 (calc-l-prefix-help): New function.
1232 (calc-full-help): Add reference to `calc-l-prefix-help'.
1233
1234 * calc/calc-ext.el (calc-init-extensions): Update autoloads.
1235
1236 * calc/README: Mention logarithmic units.
1237
1238 2011-02-06 Chong Yidong <cyd@stupidchicken.com>
1239
1240 * mail/emacsbug.el (report-emacs-bug-hook): Remove the check for
1241 non-ASCII characters (Bug#7925).
1242
1243 2011-02-05 Glenn Morris <rgm@gnu.org>
1244
1245 * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
1246
1247 * calendar/diary-lib.el (diary-font-lock-keywords):
1248 Tweak diary-time-regexp match. (Bug#7891)
1249
1250 * progmodes/f90.el (f90-find-tag-default): New function. (Bug#7919)
1251 (f90-mode): Use it for mode's `find-tag-default-function' property.
1252
1253 * ibuf-ext.el (ibuffer-filter-disable): Make it work. (Bug#7969)
1254
1255 * faces.el (set-face-attribute): Doc fix. (Bug#2659)
1256
1257 2011-02-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1258
1259 * net/rcirc.el (rcirc-handler-JOIN): Reset mode-line-process
1260 (Bug#6386).
1261
1262 2011-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1263
1264 * progmodes/sh-script.el (sh-here-doc-open-re): Don't rely on the
1265 font-lock-syntax-table remappings.
1266 (sh-here-doc-markers, sh-here-doc-re): Remove.
1267 (sh-font-lock-close-heredoc): Remove.
1268 (sh-syntax-propertize-here-doc): New function.
1269 (sh-font-lock-open-heredoc): Set the sh-here-doc-marker property
1270 instead of the sh-here-doc-re.
1271 (sh-font-lock-paren): Don't do anything in comments or strings.
1272 Handle line continuations. Accept a few more chars.
1273 Don't rely on the font-lock-syntax-table remappings.
1274 `esac' is not a valid pattern.
1275 (sh-syntax-propertize-function): Handle here-docs differently, so we
1276 don't bother syntax-propertizing the insides.
1277
1278 * progmodes/sh-script.el (sh-font-lock-paren, sh-kw, sh-prev-thing):
1279 Handle new bashisms ";&" and ";;&" (bug#7947).
1280
1281 2011-02-05 Michael Albinus <michael.albinus@gmx.de>
1282
1283 * net/tramp-smb.el (tramp-smb-errors): Use `regexp-opt'.
1284 Add "NT_STATUS_IO_TIMEOUT" and "NT_STATUS_NO_SUCH_USER".
1285
1286 2011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
1287
1288 * net/tramp.el (tramp-postfix-method-format)
1289 (tramp-postfix-method-regexp, tramp-prefix-domain-format)
1290 (tramp-prefix-domain-regexp, tramp-postfix-user-format)
1291 (tramp-postfix-user-regexp, tramp-prefix-port-format)
1292 (tramp-prefix-port-regexp, tramp-postfix-host-format)
1293 (tramp-postfix-host-regexp, tramp-handle-substitute-in-file-name):
1294 Doc fix.
1295
1296 2011-02-04 Sam Steingold <sds@gnu.org>
1297
1298 * mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group.
1299
1300 2011-02-04 Andreas Schwab <schwab@linux-m68k.org>
1301
1302 * international/mule-util.el (with-coding-priority): Doc fix.
1303
1304 2011-02-04 Eli Zaretskii <eliz@gnu.org>
1305
1306 * arc-mode.el (archive-mode-map): Fix a typo in last change.
1307
1308 2011-02-03 Sam Steingold <sds@gnu.org>
1309
1310 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
1311 Do not error out when `func' is nil.
1312
1313 2011-02-03 Michael Albinus <michael.albinus@gmx.de>
1314
1315 * net/tramp-sh.el (tramp-remote-path): Add default settings for
1316 `tramp-default-remote-path' to the docstring.
1317 (tramp-get-remote-path): Suppress error message when `getconf
1318 PATH' fails.
1319
1320 * net/tramp-smb.el (tramp-smb-errors): Add "NT_STATUS_UNSUCCESSFUL".
1321
1322 2011-02-03 Glenn Morris <rgm@gnu.org>
1323
1324 * vc/vc-hg.el (vc-hg-command): Doc fix.
1325
1326 * term/w32-win.el (libpng-version): Declare for compiler.
1327
1328 * msb.el: No need to load dired while compiling.
1329
1330 * emacs-lisp/elint.el (elint-standard-variables):
1331 Remove a couple of built-ins that now have doc-strings.
1332
1333 * hi-lock.el, ps-bdf.el, ps-mule.el, ps-print.el, ps-samp.el:
1334 `require' is automatically `eval-and-compile'd.
1335
1336 * net/rcirc.el (rcirc-nick-completion-format): Add :version tag.
1337 (rcirc-log-directory, rcirc-log-flag): Move definitions before use.
1338
1339 * strokes.el (strokes-fill-current-buffer-with-whitespace):
1340 Move definition before use.
1341 (strokes-report-bug): Make it obsolete.
1342
1343 2011-02-02 Sam Steingold <sds@gnu.org>
1344
1345 * apropos.el (apropos-print): Now that `apropos-mode' inherits
1346 from `special-mode', entering it makes the buffer read-only, so
1347 call it only when everything has been already inserted.
1348 * emacs-lisp/ert.el (ert--setup-results-buffer)
1349 (ert-results-pop-to-backtrace-for-test-at-point)
1350 (ert-results-pop-to-messages-for-test-at-point)
1351 (ert-results-pop-to-timings): Ditto.
1352 * emacs-lisp/package.el (package--list-packages): Ditto.
1353 * play/solitaire.el (solitaire): Ditto.
1354
1355 2011-02-02 Chong Yidong <cyd@stupidchicken.com>
1356
1357 * progmodes/compile.el: Make all faces inherit.
1358 (compilation-warning): Inherit from font-lock-variable-name-face.
1359 (compilation-info): Inherit from font-lock-type-face.
1360 (compilation-line-number): Reassign to font-lock-keyword-face.
1361 (compilation-column-number): Reassign to font-lock-doc-face.
1362 (compilation-leave-directory-face): Reassign to
1363 font-lock-builtin-face.
1364
1365 2011-02-02 Eli Zaretskii <eliz@gnu.org>
1366
1367 * dired.el (dired-insert-directory): Don't invoke `ls' when
1368 ls-lisp.el is used to emulate it.
1369
1370 2011-02-01 Julien Danjou <julien@danjou.info>
1371
1372 * color.el (color-gradient): Add a color-gradient function.
1373
1374 2011-02-01 Sam Steingold <sds@gnu.org>
1375
1376 * simple.el (special-mode-map): Bind "h" to `describe-mode';
1377 bind "z" to `kill-this-buffer'.
1378 (completion-list-mode-map): Bind "z" to `kill-this-buffer'.
1379 * apropos.el (apropos-mode-map): Inherit from `special-mode-map'.
1380 (apropos-mode): Inherit from `special-mode'.
1381 * arc-mode.el (archive-mode-map): Inherit from `special-mode-map'.
1382 * bookmark.el (bookmark-bmenu-mode): Define using
1383 `define-derived-mode' inheriting from `special-mode'.
1384 * dired.el (dired-mode-map): Inherit from `special-mode-map'.
1385 * image-mode.el (image-mode-map): Ditto.
1386 * replace.el (occur-mode): Define using
1387 `define-derived-mode' inheriting from `special-mode'.
1388 * tar-mode.el (tar-mode): Inherit from `special-mode'.
1389 * calendar/diary-lib.el (diary-fancy-display-mode):
1390 Inherit from `special-mode-map'.
1391 * emacs-lisp/ert.el (ert-simple-view-mode, ert-results-mode):
1392 Inherit from `special-mode'.
1393 * emacs-lisp/package.el (package-menu-mode-map): Copy from
1394 `special-mode-map'.
1395 (package-menu-mode): Define using `define-derived-mode'
1396 inheriting from `special-mode'.
1397 * erc/erc-list.el (erc-list-menu-mode): Inherit from `special-mode'.
1398 * net/xesam.el (xesam-mode): Inherit from `special-mode'.
1399 (xesam-mode-map): Define separately.
1400 * play/solitaire.el (solitaire-mode): Inherit from `special-mode'.
1401 * progmodes/compile.el (compilation-minor-mode-map)
1402 (compilation-mode-map): Inherit from `special-mode-map'.
1403 * vc/diff-mode.el (diff-mode-shared-map):
1404 Inherit from `special-mode-map'.
1405 * vc/log-view.el (log-view-mode-map): Add a comment.
1406
1407 2011-02-01 Chong Yidong <cyd@stupidchicken.com>
1408
1409 * custom.el (load-theme): Define return value. Drop use of
1410 unsafep; call custom-theme-load-confirm for non-known-safe themes.
1411 (custom-theme-load-confirm): Scroll in the correct window.
1412 (custom-enabled-themes): Add custom-safe-themes to :set-after.
1413
1414 * cus-theme.el (custom-theme-checkbox-toggle): Don't activate the
1415 checkbox if load-theme fails.
1416
1417 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1418
1419 * progmodes/compile.el (compilation-next-error): Check there's
1420 a message before using it (bug#7941).
1421
1422 2011-02-01 Jay Belanger <jay.p.belanger@gmail.com>
1423
1424 * calc/calc-mtx.el (math-lud-pivot-check): New function.
1425 (math-do-matrix-lud): Use `math-lud-pivot-check' to check the size
1426 of potential pivots.
1427
1428 2011-01-31 Alan Mackenzie <acm@muc.de>
1429
1430 * progmodes/cc-cmds.el (c-forward-over-illiterals):
1431 Continue parsing if we encounter a naked # (Bug#7595).
1432 (c-beginning-of-statement): Avoid loop in locating the beginning
1433 of a macro. (Not actually committed until 2011-02-20, see above).
1434
1435 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1436
1437 * files.el (copy-directory): Fix arguments to recursive call.
1438
1439 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1440
1441 * files.el (copy-directory): If destination is an existing
1442 directory, copy into a subdirectory there.
1443
1444 2011-01-31 Andreas Schwab <schwab@linux-m68k.org>
1445
1446 * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
1447 files.
1448
1449 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1450
1451 * image-dired.el (image-dired-mouse-display-image): No-op if no
1452 file is found (Bug#7817).
1453
1454 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
1455
1456 2011-01-31 Kenichi Handa <handa@m17n.org>
1457
1458 * international/quail.el (quail-keyboard-layout-alist):
1459 Remove superfluous SPC for "pc105-uk" (bug#7927).
1460
1461 2011-01-31 Glenn Morris <rgm@gnu.org>
1462
1463 * msb.el (msb-menu-bar-update-buffers): Update for changed
1464 argument handling of menu-bar-select-frame. (Bug#7902)
1465
1466 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1467
1468 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
1469 to the recursion depth (Bug#7722).
1470
1471 2011-01-31 Roy Liu <carsomyr@gmail.com> (tiny change)
1472
1473 * term/ns-win.el (ns-find-file): Expand ns-input-file with
1474 command-line-default-directory (Bug#7872).
1475
1476 2011-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1477
1478 * progmodes/compile.el (compilation--flush-directory-cache):
1479 New function, extracted from compilation--remove-properties.
1480 (compilation--remove-properties, compilation--parse-region): Use it.
1481 (compilation--previous-directory): Handle one more case.
1482 (compilation-enable-debug-messages): Remove.
1483 (compilation-parse-errors, compilation--flush-parse): Just remove the
1484 left over debug messages.
1485
1486 2011-01-31 Sam Steingold <sds@gnu.org>
1487
1488 * progmodes/compile.el (compilation-enable-debug-messages):
1489 Add a variable to make the parsing messages introduced in
1490 2011-01-28T22:12:05Z!monnier@iro.umontreal.ca optional.
1491 (compilation-parse-errors, compilation--flush-parse): Use it.
1492
1493 2011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1494
1495 * net/rcirc.el: New customizable nick completion format. (Bug#6314)
1496 (rcirc-nick-completion-format): New defcustom.
1497 (rcirc-complete): Use it.
1498
1499 2011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1500
1501 * net/rcirc.el: Clean log filenames (Bug#7933).
1502 (rcirc-log-write): Use convert-standard-filename.
1503 (rcirc-log-filename-function): Documentation updates.
1504
1505 2011-01-30 Jan Djärv <jan.h.d@swipnet.se>
1506
1507 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer):
1508 Check report-emacs-bug-can-use-osx-open and use that if t.
1509 (report-emacs-bug-can-use-osx-open): New function.
1510 (report-emacs-bug): Rename can-xdg-email to can-insert-mail.
1511 Check report-emacs-bug-can-use-osx-open also for can-insert-mail.
1512
1513 2011-01-29 Chong Yidong <cyd@stupidchicken.com>
1514
1515 * vc/vc-dispatcher.el (vc-set-async-update): New function for
1516 updating Dired or VC-dir buffers after async command completes.
1517
1518 * vc/vc-bzr.el (vc-bzr-async-command): Return the process buffer.
1519 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-set-async-update.
1520
1521 * vc/vc-git.el (vc-git-merge-branch): Add FETCH_HEAD to branch
1522 completions if it exists. Use vc-set-async-update.
1523 (vc-git-pull): Use vc-set-async-update.
1524
1525 * vc/vc-hg.el (vc-hg-pull): Fix default-contents arg to
1526 read-shell-command. Use vc-set-async-update.
1527 (vc-hg-merge-branch): Use vc-set-async-update.
1528
1529 2011-01-29 Daiki Ueno <ueno@unixuser.org>
1530
1531 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
1532 Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
1533 (Bug#7931).
1534
1535 2011-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
1536
1537 * progmodes/compile.el: Avoid an N² behavior in grep.
1538 (compilation--previous-directory): New fun.
1539 (compilation--previous-directory-cache): New var.
1540 (compilation--remove-properties): Flush it.
1541 (compilation-directory-properties, compilation-error-properties):
1542 Use the new fun to speed up looking for the current directory.
1543
1544 2011-01-29 Chong Yidong <cyd@stupidchicken.com>
1545
1546 * vc/vc-hg.el (vc-hg-history): New var.
1547 (vc-hg-pull): Perform default pull if called via Lisp by vc-pull.
1548 (vc-hg-merge-branch): New function.
1549
1550 * vc/vc.el (vc-pull): Make vc-update an alias for this, instead of
1551 the other way around.
1552
1553 * vc/vc-git.el (vc-git-branches, vc-git-pull)
1554 (vc-git-merge-branch): New functions.
1555 (vc-git-history): New var.
1556
1557 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
1558
1559 * vc/vc-dispatcher.el (vc-do-async-command): New function.
1560
1561 * vc/vc-bzr.el (vc-bzr-async-command): Convert into a wrapper for
1562 vc-do-async-command.
1563
1564 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch):
1565 Callers changed.
1566
1567 2011-01-28 Leo <sdl.web@gmail.com>
1568
1569 * emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply
1570 highlighting to the "this function is advised" message.
1571
1572 * help-mode.el (help-mode-finish): Apply highlighting here, to
1573 avoid clobbering by substitute-command-keys (Bug#6304).
1574
1575 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
1576
1577 * woman.el (woman0-roff-buffer): Process roff escape sequences
1578 occurring prior to the first request (Bug#7843).
1579
1580 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1581
1582 * progmodes/compile.el: Don't use font-lock any more.
1583 (compilation-error-regexp-alist-alist): Change handling of makepp
1584 so it preserves the warning/error distinction on subsequent files.
1585 Simplify various rules.
1586 (compilation-directory-properties): Use font-lock-face.
1587 Add a compilation-message property.
1588 (compilation-internal-error-properties): Use font-lock-face.
1589 Don't set the compilation-debug property here.
1590 (compilation--put-prop, compilation--remove-properties)
1591 (compilation--parse-region, compilation--ensure-parse)
1592 (compilation--ensure-parse): New functions.
1593 (compilation-parse-errors): New function, largely inspired of
1594 compilation-mode-font-lock-keywords. Set compilation-debug here.
1595 (compilation--parsed): New var.
1596 (compilation--flush-parse): Use compilation--ensure-parse.
1597 (compilation-start): Don't call font-lock.
1598 (compilation-turn-on-font-lock): Remove.
1599 (compilation-setup): Don't set font-lock-extra-managed-props not change
1600 other font-lock settings, other than keywords.
1601 Don't activate font-lock-mode.
1602 Set change-major-mode-hook and before-change-functions.
1603 (compilation--unsetup): Remove properties and hooks.
1604 (compilation-next-single-property-change): New function.
1605 (compilation-next-error): Use it to parse when needed.
1606 (compile-goto-error): Parse buffer as needed.
1607 (compilation--compat-error-properties): Don't need a dummy `face'
1608 property any more.
1609
1610 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1611
1612 * progmodes/compile.el: Use accessors for clarity and fix omake hack.
1613 (compilation-process-setup-function): Fix docstring's false promises.
1614 (compilation-error-regexp-alist-alist): Catch omake's continuous
1615 recompilation message and avoid reuse of old markers.
1616 (compilation-parse-errors-function): Declare obsolete.
1617 (compilation-buffer-modtime): Remove.
1618 (compilation--make-cdrloc, compilation--loc->col)
1619 (compilation--loc->line, compilation--loc->file-struct)
1620 (compilation--loc->marker, compilation--loc->visited)
1621 (compilation--make-file-struct, compilation--file-struct->file-spec)
1622 (compilation--file-struct->formats)
1623 (compilation--file-struct->loc-tree): New macros. Use them.
1624 (compilation--message): New defstruct. Use them.
1625 (compilation-next-error-function): Don't mess with timestamps to try
1626 and guess when to reparse.
1627
1628 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1629
1630 * textmodes/tex-mode.el: Get rid of compilation-parse-errors-function
1631 (tex-old-error-file-name): New function,
1632 extracted from tex-compilation-parse-errors.
1633 (tex-compilation-parse-errors): Remove.
1634 (tex-error-regexp-alist): New var.
1635 (tex-shell): Use it to avoid compilation-parse-errors-function.
1636
1637 * progmodes/grep.el (grep-regexp-alist): Tighten regexp.
1638 (grep-mode-font-lock-keywords): Remove regexp that seems like
1639 a left-over from before we used compile.el.
1640 (grep-mode-font-lock-keywords): Call syntax-ppss-flush-cache when
1641 modifying the buffer within with-silent-modifications.
1642
1643 * progmodes/compile.el: Cleanup text-properties namespace by using
1644 `compilation-message' instead of `message', `compilation-directory'
1645 instead of `directory', and `compilation-debug' instead of `debug'.
1646 (compilation-last-buffer, compilation-parsing-end)
1647 (compilation-error-list, compilation-old-error-list): Move to the
1648 compatibility part of the code.
1649 (compilation-error-properties): If `file' is a function, let it return
1650 a file name.
1651 (compilation-mode-font-lock-keywords): Be more conservative with the
1652 omake "^ *" pattern prefix, to try and minimize the risk of
1653 pathologically slow regexp matching.
1654 (compilation-start): Use inhibit-read-only.
1655 (compilation--unsetup): New function.
1656 (compilation-shell-minor-mode, compilation-minor-mode): Use it.
1657 (compilation-filter): Minor tweaks.
1658 (compilation-next-error-function): Try and avoid abusing variables.
1659 (compilation--flush-file-structure): New fun.
1660 (compilation-fake-loc): Use it to improve behavior when file is reused.
1661 (debug-ignored-errors): Add "Moved past last ...".
1662 (compilation--compat-error-properties)
1663 (compilation--compat-parse-errors): Rename by doubling the "-".
1664
1665 Port features from the previous prolog.el to the new one.
1666 * progmodes/prolog.el (prolog-system): Add GNU and ECLiPSe options.
1667 (prolog-program-name, prolog-program-switches, prolog-consult-string)
1668 (prolog-compile-string, prolog-prompt-regexp): Get rid of the <foo>-i
1669 variable and use a function to compute the value dynamically.
1670 (prolog-prompt-regexp): Add regexp for GNU Prolog.
1671 (prolog-continued-prompt-regexp): Remove, unused.
1672 (prolog-find-value-by-system): Try and use the value of prolog-system
1673 in the *prolog* buffer if it helps.
1674 (prolog-mode-keybindings-common): Bind C-c C-z unconditionally...
1675 (prolog-zip-on): ..and check prolog-system and version here instead.
1676 (prolog-inferior-self-insert-command): New command.
1677 (prolog-inferior-mode-map): Use it.
1678 (prolog-inferior-error-regexp-alist): New var.
1679 (prolog-inferior-mode): Use it, with compilation-shell-minor-mode.
1680 (prolog-input-filter): Use derived-mode-p.
1681 (prolog-inferior-guess-flavor): New function.
1682 (prolog-ensure-process): Use it. Use make-comint-in-buffer rather than
1683 make-comint to avoid running comint-mode twice.
1684 (prolog-inferior-buffer): New fun.
1685 (prolog-old-process-region, prolog-old-process-file):
1686 Don't call prolog-bsts here...
1687 (prolog-build-prolog-command): ...do it here instead.
1688 (prolog-old-process-region, prolog-old-process-file):
1689 Use compilation-fake-loc and compilation-forget-errors.
1690 (prolog-consult-compile-region): Use bolp.
1691
1692 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
1693
1694 * image-mode.el (image-display-size): Doc fix (Bug#7820).
1695
1696 2011-01-27 Sam Steingold <sds@gnu.org>
1697
1698 * midnight.el (clean-buffer-list-kill-never-buffer-names):
1699 Remove "*server*" which is never created by emacs server.
1700
1701 2011-01-27 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1702
1703 * vc/vc-bzr.el (vc-bzr-diff): Don't pass --diff-options unless
1704 there are some diff switches.
1705
1706 2011-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
1707
1708 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1709 Copy change made to ruby-font-lock-syntactic-keywords.
1710
1711 * htmlfontify.el: Make it obey the font-lock-face text property.
1712 Miscellaneous cleanup such as:
1713 - Don't hide expressions after a closing paren.
1714 - Move initial setq into let.
1715 - Hoist common parts out of ifs.
1716 (hfy-p-to-face, hfy-p-to-face-lennart): Remove.
1717 (hfy-face-at): Use get-text-property instead.
1718 (hfy-prop-invisible-p): Use invisible-p if available.
1719 (htmlfontify-manual): Use \\[...].
1720 (hfy-html-quote-regex): Use [...].
1721 (hfy-combined-face-spec): Simplify.
1722 (hfy-compile-face-map): Don't presume point-min==1.
1723 (hfy-css-name, hfy-buffer, htmlfontify-buffer): Use \' rather than $ to
1724 match end of string.
1725 (hfy-text-p): η-reduce.
1726 (hfy-tags-for-file): Receive cache-hash directly.
1727 (hfy-mark-tag-names): Adjust call.
1728
1729 2011-01-27 Glenn Morris <rgm@gnu.org>
1730
1731 * msb.el (msb-after-load-hooks): Make it an obsolete alias.
1732 (msb-after-load-hook): Remove eval-after-load wackiness.
1733
1734 2011-01-25 Sam Steingold <sds@gnu.org>
1735
1736 * vc/vc-svn.el (vc-svn-diff): Use `diff-command' instead of the
1737 literal "diff" (important for windows-nt).
1738
1739 2011-01-25 Glenn Morris <rgm@gnu.org>
1740
1741 * emacs-lisp/copyright.el (copyright-at-end-flag)
1742 (copyright-names-regexp): Add safety properties.
1743 (copyright-year-ranges): New option.
1744 (copyright-find-end): New function, split from copyright-update-year.
1745 (copyright-update-year): Use copyright-find-end.
1746 (copyright-fix-years): Optionally, convert years to ranges.
1747 Handle years continued over comment lines.
1748 Do not mess with the fill-prefix.
1749 Do not call copyright-update.
1750 (copyright-update-directory): Optionally, fix years rather than update.
1751 Skip directories. Find files with only safe local vars.
1752
1753 2011-01-25 Stefan Monnier <monnier@iro.umontreal.ca>
1754
1755 * files.el (file-name-non-special): Only change buffer-file-name after
1756 insert-file-contents if it's `visit'ing the file (bug#7854).
1757
1758 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
1759
1760 * dired.el (dired-revert): Doc fix (Bug#7758).
1761
1762 * simple.el (line-move-visual): Doc fix (Bug#7594).
1763
1764 2011-01-25 Nobuyoshi Nakada <nobu@ruby-lang.org>
1765
1766 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
1767 here-doc which ends with an underscore.
1768 (ruby-mode-set-encoding): Skip shebang line always.
1769 (ruby-mode-map): Bind C-c C-c to comment-region.
1770 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
1771 (ruby-forward-sexp): Stop after literal hash key labels.
1772 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
1773 bracket.
1774
1775 2011-01-25 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
1776
1777 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
1778 the correct buffer (Bug#7650).
1779
1780 2011-01-25 Glenn Morris <rgm@gnu.org>
1781
1782 * comint.el (comint-mode): Doc fix. (Bug#7897)
1783
1784 * simple.el (do-auto-fill): Give it a doc string.
1785
1786 * button.el (make-text-button): Doc fix. (See bug#7881)
1787
1788 2011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
1789
1790 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
1791 Don't move backward, so as not to fall in an inf-loop (bug#7736).
1792
1793 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): (bug#7735)
1794 Handle ?" and friends differently (e.g. don't use backrefs).
1795
1796 2011-01-24 Jay Belanger <jay.p.belanger@gmail.com>
1797
1798 * calc/calc.el (calc-default-power-reference-level)
1799 (calc-default-field-reference-level): New variables.
1800 * calc/calc-units.el (math-standard-units): Add dB and Np.
1801 (math-logunits): New variable.
1802 (math-extract-logunits, math-logcombine, calcFunc-luplus)
1803 (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level)
1804 (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level):
1805 New functions.
1806 (math-find-base-units-rec): Add entry for ln(10).
1807 * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help.
1808 (calc-ul-prefix-help): New function.
1809 * calc/calc-ext.el (calc-init-extensions): Autoload new units
1810 functions. Add keybindings for new units functions.
1811
1812 2011-01-22 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
1813
1814 * net/rcirc.el (rcirc-kill-buffer-hook): Flush logs when killing
1815 rcirc buffers. (Bug#4940)
1816
1817 2011-01-22 Glenn Morris <rgm@gnu.org>
1818
1819 * emacs-lisp/copyright.el (copyright-find-copyright): New function,
1820 split out from copyright-update-year.
1821 (copyright-update): Don't mess with the GPL version if we don't own the
1822 copyright. Update license regexp, and remove no longer needed
1823 Esperanto stuff.
1824 (copyright-fix-years): Use copyright-find-copyright.
1825
1826 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
1827
1828 * vc/diff.el (diff-sentinel): Doc fix (Bug#7682).
1829
1830 2011-01-22 Jari Aalto <jari.aalto@cante.net>
1831
1832 * play/landmark.el: Change `lm-' prefix to `landmark-' (Bug#7672).
1833 (lm): Rename to landmark.
1834 (lm-test-run): Rename to landmark-test-run.
1835
1836 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
1837
1838 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
1839 "Case sensitive" menu item.
1840
1841 2011-01-22 Roland McGrath <roland@frob.com>
1842
1843 * comint.el (comint-replace-by-expanded-history-before-point): Fix
1844 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
1845
1846 2011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1847
1848 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
1849
1850 2011-01-22 Jari Aalto <jari.aalto@cante.net>
1851
1852 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1853 Assume foo(bar) is a manpage reference rather than some unquoted
1854 symbol (bug#7705).
1855
1856 2011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1857
1858 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
1859 Suggested by Flo <sensorflo@gmail.com>.
1860
1861 2011-01-22 Glenn Morris <rgm@gnu.org>
1862
1863 * progmodes/compile.el (compilation-error-regexp-alist):
1864 Fix custom type. (Bug#7812)
1865
1866 2011-01-22 Ken Manheimer <ken.manheimer@gmail.com>
1867
1868 * allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' to
1869 allout-number-siblings, in keeping with what obtained due to
1870 (now-defunct) allout-keybindings-list. Ditch repeat binding to
1871 (prefixed) ?i.
1872 (allout-before-change-handler): Better expose spots affected by
1873 undo.
1874
1875 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
1876
1877 * man.el (Man-highlight-references0): Use make-button (Bug#7881).
1878
1879 2011-01-22 Phil Hagelberg <phil@evri.com>
1880
1881 * pcmpl-unix.el (pcmpl-ssh-config-file): New option.
1882 (pcmpl-ssh-known-hosts): Rename from pcmpl-ssh-hosts.
1883 (pcmpl-ssh-config-hosts): New function.
1884 (pcmpl-ssh-hosts): Use pcmpl-ssh-config-hosts in addition to
1885 pcmpl-ssh-known-hosts.
1886
1887 2011-01-21 Jay Belanger <jay.p.belanger@gmail.com>
1888
1889 * calc/calc-undo.el (calc-undo): Autoload it.
1890 * calc/calc-ext.el (calc-init-extensions): Remove keybindings
1891 and autoload for `calc-undo'.
1892 * calc/calc.el (calc-mode-map): Add keybindings for `calc-undo'.
1893 * calc/calc-prog.el:
1894 * calc/calc-graph.el:
1895 * calc/calc-map.el: Change `arglist' to `math-arglist' throughout.
1896
1897 2011-01-21 Štěpán Němec <stepnem@gmail.com> (tiny change)
1898
1899 * calc/calc-ext.el (calc-init-extensions): Map all `undo'
1900 keybindings to `calc-undo'.
1901
1902 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1903
1904 Don't mess with *temp*.
1905 * obsolete/spell.el: Move from textmodes/spell.el.
1906 (spell-string):
1907 * term.el (term-read-input-ring):
1908 * startup.el (display-startup-echo-area-message):
1909 * progmodes/antlr-mode.el (antlr-directory-dependencies):
1910 * comint.el (comint-read-input-ring): Use with-temp-buffer.
1911 * international/mule.el (ctext-pre-write-conversion): Don't hardcode
1912 point-min==1.
1913
1914 2011-01-20 Ken Manheimer <ken.manheimer@gmail.com>
1915
1916 * allout.el (allout-institute-keymap): Use fset instead of
1917 reapplying defalias.
1918
1919 (allout-hotspot-key-handler): Check for non-control-modified
1920 bindings for hotspot characters if there are no control-modified
1921 versions.
1922
1923 * allout.el: Summary - migrate to defining allout mode using
1924 define-minor-mode instead of defun. Significantly clean-up
1925 internal keymap provisions, refactoring and, in the process,
1926 removing a lot of accumulated cruft.
1927
1928 allout-mode-map is now a keymap by virtue of being a defalias to
1929 allout-mode-map-value, which contains the actual keymap structure.
1930
1931 (allout-mode): Use define-minor-mode rather than defun.
1932 Remove now-unnecessary minor-mode setup activities from the body.
1933 Specify :keymap as allout-mode-map so the minor-mode-map-alist
1934 entry will be '(allout-mode . allout-mode-map) - see
1935 allout-mode-map-value, below. Adjust docstring to track changes.
1936 (allout-minor-mode): Remove this defalias, now that we're using
1937 define-minor-mode.
1938 (allout-mode-map): Set value to be 'allout-mode-map. The actual
1939 keymap is allout-mode-map-value, via defalias.
1940 (allout-mode-map-value): The variable holding the actual mode
1941 keymap structure, by virtue of defalias from allout-mode-map.
1942 (allout-compose-and-institute-keymap): Rename from
1943 allout-bind-keys, and including the binding-composition
1944 functionality of the former produce-allout-mode-map and
1945 allout-setup-mode-map.
1946 (allout-institute-keymap): Take over the "setup" part of the former
1947 allout-setup-mode-map. Reassign allout-mode-map-value value and
1948 update the defalias.
1949 (allout-command-prefix, allout-prefixed-keybindings)
1950 (allout-unprefixed-keybindings):
1951 Use allout-compose-and-institute-keymap to process the bindings.
1952 (allout-unprefixed-keybindings): Remove extraneous '?' question marks.
1953 (allout-prefixed-keybindings): Elide binding to (prefixed) \C-h -
1954 user can customize if they want to use that binding.
1955 Bind allout-copy-topic-as-kill to (prefixed) \M-k.
1956 Bind allout-up-current-level to (prefixed) \C-u. (I think i mistakenly
1957 elided that, previously, instead of the one for \C-h.)
1958 (allout-hotspot-key-handler): Remove attempt to resolve the key
1959 through the literal key-string lookup on allout-keybindings-list.
1960 That probably hasn't worked for a Long Time, and removal of
1961 allout-keybindings-list further simplifies the keybindings situation.
1962 (allout-pre-command-business): Use allout-mode-map-value instead
1963 of allout-mode-map.
1964 (allout-preempt-trailing-ctrl-h): Remove. The user can customize
1965 the bindings if they want to use a keybinding having a trailing
1966 \C-h. No deprecation needed since this feature was never in a release.
1967 (allout-keybindings-list): Remove. It's not been useful for a
1968 while. (See allout-hotspot-key-handler changes, above.)
1969 (produce-allout-mode-map): Remove. Consolidate into
1970 allout-compose-and-institute-keymap.
1971 (allout-mode-map-adjustments): Remove. No longer necessary with
1972 removal of allout-preempt-trailing-ctrl-h.
1973 (allout-setup-mode-map): Remove. Consolidate into
1974 allout-compose-and-institute-keymap and allout-institute-keymap.
1975
1976 2011-01-20 Glenn Morris <rgm@gnu.org>
1977
1978 * vc/vc-svn.el (vc-svn-after-dir-status): Tweak previous change.
1979
1980 * simple.el (read-expression-history): Remove, it's in minibuf.c.
1981
1982 2011-01-20 Chong Yidong <cyd@stupidchicken.com>
1983
1984 * subr.el (y-or-n-p): Revert 2011-01-07 change, removing ARGS.
1985
1986 * files.el (find-alternate-file, basic-save-buffer)
1987 (basic-save-buffer-2, revert-buffer, recover-file)
1988 (kill-buffer-ask, abort-if-file-too-large)
1989 (set-visited-file-name, write-file, backup-buffer)
1990 (basic-save-buffer, save-some-buffers):
1991 * dired-aux.el (dired-compress-file): Callers changed.
1992
1993 2011-01-19 Glenn Morris <rgm@gnu.org>
1994
1995 * vc/vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
1996 Also check the property status. (Bug#7861)
1997
1998 2011-01-18 Michael Albinus <michael.albinus@gmx.de>
1999
2000 * net/tramp.el (tramp-debug-message): Extend function exclude
2001 list. Use `regexp-opt'.
2002
2003 2011-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
2004
2005 * textmodes/tex-mode.el (tex-font-lock-verb): Make sure \verb
2006 highlighting doesn't spill over subsequent lines.
2007
2008 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
2009 keymap expression. Improve docstring.
2010
2011 * electric.el (electric-indent-post-self-insert-function):
2012 Don't auto-indent for indent-to-left-margin, it's too often
2013 counter-productive.
2014
2015 2011-01-16 Tassilo Horn <tassilo@member.fsf.org>
2016
2017 * strokes.el (strokes-read-stroke): Re-fill strokes buffer with
2018 spaces if the frame was resized, so that the full visible buffer
2019 serves as canvas for strokes.
2020
2021 2011-01-16 Glenn Morris <rgm@gnu.org>
2022
2023 * info-xref.el (info-xref-docstrings): Replace cl function.
2024 Also skip directories.
2025
2026 2011-01-16 Kevin Ryde <user42@zip.com.au>
2027
2028 * info-xref.el: Version 3.
2029 (info-xref-check, info-xref-check-all): Move commentary details
2030 into docstrings for better visibility.
2031 Use compilation-mode for the results buffer.
2032 (info-xref-output, info-xref-output-error, info-xref-with-output)
2033 (info-xref-filename, info-xref-in-progress):
2034 New internals for this.
2035 (info-xref-check-list, info-xref-check-buffer)
2036 (info-xref-check-all-custom): Use those.
2037 (info-xref-output-buffer): Rename from info-xref-results-buffer.
2038 (info-xref-output-heading): Rename from info-xref-filename-heading.
2039 (info-xref-good, info-xref-bad, info-xref-xfile-alist)
2040 (info-xref-filename-heading): Move to output managing section.
2041 (info-xref-docstrings): New command checking "Info node `(foo)Bar'"
2042 (info-xref-lock-file-p, info-xref-with-file): New helpers for it.
2043 (info-xref-subfile-p): Move to generic section with those two.
2044 (info-xref-check-node): New function split from
2045 info-xref-check-buffer, shared by info-xref-docstrings.
2046 (info-xref-goto-node-p): Move to a checking section with that func.
2047 (info-xref-unavail): New counter.
2048 (info-xref-check-node): Use it.
2049 (info-xref-with-output): Show count of unavailables at end of output.
2050 (info-xref-all-info-files): Exclude ".*" dotfiles. Ignore broken
2051 symlinks. Exclude .texi files. Exclude Emacs backup files.
2052 (info-xref-check-all-custom): Fix quietening viper-mode and
2053 gnus-registry-install -- use setq not let so as not to unbind
2054 after load.
2055
2056 2011-01-16 Juri Linkov <juri@jurta.org>
2057
2058 * isearch.el (isearch-abort): Don't quit if search has
2059 an incomplete regexp (isearch-error is non-nil). (Bug#7534)
2060
2061 2011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
2062
2063 * files.el (backup-buffer): Make last-resort backup file in
2064 .emacs.d (Bug#6953).
2065
2066 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
2067 make it with permission 700.
2068
2069 2011-01-15 Kenichi Handa <handa@m17n.org>
2070
2071 * mail/rmailmm.el (rmail-mime-insert-header):
2072 Set rmail-mime-coding-system to a cons whose car is the last coding
2073 system used to decode the header.
2074 (rmail-mime-find-header-encoding): New function.
2075 (rmail-mime-insert-decoded-text):
2076 Override rmail-mime-coding-system if it is a cons.
2077 (rmail-show-mime): If only a header part was decoded, find the
2078 coding system while ignoring mm-charset-override-alist.
2079
2080 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
2081
2082 * subr.el (event-start, event-end): Doc fix (Bug#7826).
2083
2084 2011-01-15 Kenichi Handa <handa@m17n.org>
2085
2086 * mail/rmailmm.el (rmail-mime-next-item)
2087 (rmail-mime-previous-item): Delete them.
2088 (rmail-mime-shown-mode): Recursively call for children.
2089 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
2090 Callers changed.
2091 (rmail-mime-raw-mode): Recursively call for children.
2092 (rmail-mode-map): Change mapping of tab and backtab to
2093 forward-button and backward-button respectively.
2094 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
2095 button.
2096 (rmail-mime-update-tagline): New function.
2097 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
2098 body display is changed.
2099 (rmail-mime-toggle-button): Rename from rmail-mime-image.
2100 (rmail-mime-image): Delete this button type.
2101 (rmail-mime-toggle): New button type.
2102 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
2103 body display is changed. Change the save button label to "Save".
2104 Don't process show/hide button here.
2105 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
2106 the body display is changed. Unconditionally call
2107 rmail-mime-insert for children.
2108 (rmail-mime-handle): Update `display' vector of the just inserted
2109 entity.
2110 (rmail-mime-process): If mail-header-parse-content-type returns
2111 nil, use "text/plain" as the fallback type.
2112 (rmail-mime-insert): For raw-mode, recursively call
2113 rmail-mim-insert for children.
2114 (rmail-mime): Handle the case that the current buffer is not rmail
2115 buffer (e.g. in summary buffer).
2116
2117 2011-01-15 Kenichi Handa <handa@m17n.org>
2118
2119 * mail/rmailmm.el (rmail-mime-next-item)
2120 (rmail-mime-previous-item): Skip the body of a non-multipart
2121 entity if a tagline is shown.
2122
2123 2011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2124
2125 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
2126 (tmm-prompt): Simplify.
2127 (tmm-add-prompt): Remove unused var `win'.
2128
2129 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
2130 to minor mode which used nil accidentally to mean "turn off".
2131
2132 2011-01-15 Michael Albinus <michael.albinus@gmx.de>
2133
2134 * net/tramp-sh.el (tramp-find-inline-compress)
2135 (tramp-get-inline-coding): Quote command after pipe symbol for
2136 local calls under W32. (Bug#6784)
2137
2138 2011-01-15 Michael Albinus <michael.albinus@gmx.de>
2139
2140 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
2141 only when running under W32.
2142
2143 2011-01-15 Eli Zaretskii <eliz@gnu.org>
2144
2145 * progmodes/grep.el (grep-compute-defaults): Quote the program
2146 file name after the pipe symbol in Grep templates. (Bug#6784)
2147 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
2148
2149 2011-01-15 Lennart Borgman <lennart.borgman@gmail.com>
2150
2151 * buff-menu.el (Buffer-menu-buffer-list): New var.
2152 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
2153 restricted buffer list is not lost on revert (Bug#7749).
2154
2155 2011-01-15 Eric Hanchrow <eric.hanchrow@gmail.com>
2156
2157 * net/ldap.el (ldap-search-internal): Discard stderr output.
2158
2159 2011-01-15 Eli Zaretskii <eliz@gnu.org>
2160
2161 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
2162
2163 2011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2164
2165 * vc-bzr.el (vc-bzr-annotate-time): Tweak previous change.
2166
2167 2011-01-15 Kenichi Handa <handa@m17n.org>
2168
2169 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
2170 part as a plain text.
2171 (rmail-mime-process-multipart): Set the default content-type to
2172 nil for unknown multipart subtypes (bug#7651).
2173
2174 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2175
2176 * hexl.el (hexl-mode-old-*): Remove.
2177 (hexl-mode--old-var-vals): New var to replace them.
2178 (hexl-mode--minor-mode-p, hexl-mode--setq-local): New funs.
2179 (hexl-mode, hexl-follow-line, hexl-activate-ruler):
2180 Use them to set local vars (bug#7846).
2181 (hexl-mode-exit): Use hexl-mode--old-var-vals to restore state.
2182 (hexl-backward-short, hexl-backward-word, hexl-scroll-down)
2183 (hexl-scroll-up, hexl-end-of-1k-page, hexl-end-of-512b-page): Simplify.
2184
2185 * vc/smerge-mode.el: Resolve comment conflicts more aggressively.
2186 (smerge-resolve--normalize-re): New var.
2187 (smerge-resolve--extract-comment, smerge-resolve--normalize): New funs.
2188 (smerge-resolve): Use them.
2189 * newcomment.el (comment-only-p): New function.
2190 (comment-or-uncomment-region): Use it.
2191
2192 2011-01-14 Brent Goodrick <bgoodr@gmail.com> (tiny change)
2193
2194 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
2195 table, get the value before switching to the output buffer. (Bug#7733)
2196
2197 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2198
2199 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
2200
2201 2011-01-14 Kim F. Storm <storm@cua.dk>
2202
2203 * emulation/cua-base.el (cua--init-keymaps):
2204 Remap exchange-point-and-mark in cua-global-keymap.
2205
2206 2011-01-14 Tassilo Horn <tassilo@member.fsf.org>
2207
2208 * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
2209 loop keyword.
2210
2211 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2212
2213 * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label.
2214 Require CL.
2215 (easy-menu-create-menu, easy-menu-convert-item-1):
2216 Use :label rather than nil for labels. Use `case'.
2217 Add :enable as alias for :active.
2218 (easy-menu-binding): Obey :label.
2219
2220 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2221
2222 Use run-mode-hooks for major mode hooks (bug#513).
2223 * textmodes/reftex-toc.el (reftex-toc-mode-map):
2224 Rename from reftex-toc-map.
2225 (reftex-toc-mode): Use define-derived-mode.
2226 * textmodes/reftex-sel.el (reftex-select-shared-map): New map.
2227 (reftex-select-label-mode-map, reftex-select-bib-mode-map):
2228 Rename from reftex-select-(label|bib)-map. Move init into declaration.
2229 (reftex-select-label-mode, reftex-select-bib-mode):
2230 Use define-derived-mode.
2231 * textmodes/reftex-index.el (reftex-index-phrases-mode-map)
2232 (reftex-index-mode-map): Rename from reftex-index(-phrases)-map.
2233 Move init into delcaration.
2234 (reftex-index-mode, reftex-index-phrases-mode):
2235 Use define-derived-mode.
2236 * speedbar.el (speedbar-mode-syntax-table): Renaqme from
2237 speedbar-syntax-table. Move init into declaration.
2238 (speedbar-mode-map): Rename from speedbar-key-map.
2239 Move init into declaration.
2240 (speedbar-file-key-map): Move init into declaration.
2241 (speedbar-mode): Use define-derived-mode.
2242 * recentf.el (recentf-mode): Don't run hook (or message) redundantly.
2243 * net/rcirc.el (rcirc-mode): Use run-mode-hooks.
2244 * emacs-lisp/chart.el (chart-mode-map): Rename from chart-map.
2245 (chart-face-list): Move initialization into declaration.
2246 (chart-mode): Use define-derived-mode.
2247 * calculator.el (calculator-mode-map): Move init into declaration.
2248 (calculator-mode): Use define-derived-mode.
2249
2250 * mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
2251 work for nested comments.
2252
2253 * progmodes/prolog.el: Use syntax-propertize. Further code cleanup.
2254 (prolog-use-prolog-tokenizer-flag): Change default when
2255 syntax-propertize can be used.
2256 (prolog-syntax-propertize-function): New var.
2257 (prolog-mode-variables): Move make-local-variable into `set'.
2258 Don't make comment-column local since we don't set it.
2259 Set comment-add (as it was in previous prolog.el). Use dolist.
2260 Set syntax-propertize-function.
2261 (prolog-mode, prolog-inferior-mode):
2262 Call prolog(-inferior)-menu directly, not through the mode-hook.
2263 (prolog-buffer-module, prolog-indent-level)
2264 (prolog-paren-is-the-first-on-line-p, prolog-paren-balance)
2265 (prolog-comment-limits, prolog-goto-comment-column):
2266 Use line-(end|beginning)-position.
2267 (prolog-build-prolog-command): Tighten up regexp.
2268 (prolog-consult-compile): Move make-local-variable into `set'.
2269 (prolog-consult-compile-filter, prolog-goto-next-paren)
2270 (prolog-help-on-predicate, prolog-clause-info)
2271 (prolog-mark-predicate): Don't let+setq.
2272 (prolog-indent-line): Use indent-line-to.
2273 Only call prolog-goto-comment-column if necessary.
2274 (prolog-indent-level): Use bobp.
2275 (prolog-first-pos-on-line): Remove, not used any more.
2276 (prolog-in-string-or-comment): Use syntax-ppss if available.
2277 (prolog-help-on-predicate): Use read-string.
2278 (prolog-goto-predicate-info): Simplify.
2279 (prolog-read-predicate): Use `default' rather than `initial'.
2280 (prolog-temporary-file): Use make-temp-file to close a security hole.
2281 (prolog-toggle-sicstus-sd): New command.
2282 (prolog-electric-underscore, prolog-variables-to-anonymous):
2283 Use dynamic-scoping as it was meant.
2284 (prolog-menu): Move menu definitions to top-level.
2285 Use a toggle-button for Sicstus's source debugger.
2286 Change "Code" to the more usual "Prolog", and hence change "Prolog"
2287 to "System".
2288 (prolog-inferior-menu): Reuse prolog-menu's help menu.
2289 Move other menu definition to top-level.
2290
2291 2011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2292
2293 * doc-view.el (doc-view-open-text): Use meaningful text buffer
2294 name. Keep original document's directory as default-directory
2295 (bug#6446).
2296 (doc-view-initiate-display): Fall back to normal mode when
2297 doc-view-mode cannot be enabled, also when extracting the document
2298 text into a separate buffer (bug#6446).
2299
2300 * simple.el (shell-command): Don't error out if shell command
2301 buffer contains text with non-nil read-only property when erasing
2302 the buffer.
2303
2304 2011-01-13 Kim F. Storm <storm@cua.dk>
2305
2306 * ido.el (ido-may-cache-directory): Move "too-big" check later.
2307 (ido-next-match, ido-prev-match): Fix stray reordering of matching
2308 items when cycling through the matches.
2309
2310 2011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2311
2312 * dired-x.el (dired-omit-verbose): New defcustom that allows
2313 disabling the omit messages.
2314 (dired-omit-expunge): Use it.
2315
2316 2011-01-13 Christian Ohler <ohler@gnu.org>
2317
2318 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files.
2319
2320 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
2321
2322 * font-lock.el (font-lock-verbose): Default to nil.
2323
2324 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
2325
2326 * simple.el (sendmail-user-agent-compose): Move to sendmail.el.
2327 (compose-mail): New arg RETURN-ACTION.
2328 (compose-mail-other-window, compose-mail-other-frame): Likewise.
2329
2330 * mail/sendmail.el (mail-return-action): New var.
2331 (mail-mode): Make it buffer-local.
2332 (mail-bury): Obey it. Move special Rmail window handling to
2333 rmail-mail-return.
2334 (mail, mail-setup): New arg RETURN-ACTION.
2335 (sendmail-user-agent-compose): Move from simple.el.
2336
2337 * mail/rmail.el (rmail-mail-return): New function.
2338 (rmail-start-mail): Pass it to compose-mail.
2339
2340 2011-01-12 Chong Yidong <cyd@stupidchicken.com>
2341
2342 * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
2343 menus. Add menu item for customize-themes.
2344
2345 * cus-theme.el (customize-themes):
2346 * emacs-lisp/package.el (package--list-packages):
2347 Use switch-to-buffer.
2348
2349 2011-01-11 Johan Bockgård <bojohan@gnu.org>
2350
2351 * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
2352
2353 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2354
2355 * progmodes/prolog.el: Fix up coding convention and such.
2356 (prolog-indent-width): Use the same default as in
2357 previous prolog.el rather than tab-width which depends on which buffer
2358 is current when the file is loaded.
2359 (prolog-electric-newline-flag): Only enable if electric-indent-mode
2360 is not available.
2361 (prolog-emacs): Remove. Use (featurep 'xemacs) instead.
2362 (prolog-known-systems): Remove.
2363 (prolog-mode-syntax-table, prolog-inferior-mode-map):
2364 Move initialization into declaration.
2365 (prolog-mode-map): Move initialization into declaration.
2366 Remove system-specific mode-map vars, since they referred to the same
2367 keymap anyway.
2368 (prolog-mode-variables): Obey the user's preference w.r.t
2369 adaptive-fill-mode. Prefer symbol-value to `eval'.
2370 (prolog-mode-keybindings-edit): Add compatibility bindings.
2371 (prolog-mode): Use define-derived-mode. Don't handle mercury here.
2372 (mercury-mode-map): New var.
2373 (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
2374 (prolog-ensure-process, prolog-process-insert-string)
2375 (prolog-consult-compile): Use with-current-buffer.
2376 (prolog-guess-fill-prefix): Simplify data flow.
2377 (prolog-replace-in-string): New function to use instead of
2378 replace-in-string.
2379 (prolog-enable-sicstus-sd): Don't abuse `eval'.
2380 (prolog-uncomment-region): Use `uncomment-region' when available.
2381 (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
2382 (prolog-int-to-char, prolog-char-to-int): New functions to use instead
2383 of int-to-char and char-to-int.
2384 (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
2385
2386 2011-01-11 Stefan Bruda <stefan@bruda.ca>
2387
2388 * progmodes/prolog.el: Replace by a whole new file.
2389
2390 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2391
2392 * subr.el (eval-after-load): Fix timing for features (bug#7769).
2393 (declare-function, undefined, insert-for-yank)
2394 (replace-regexp-in-string): Follow checkdoc's recommendations.
2395
2396 2011-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2397
2398 * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
2399 refreshing the diary buffer.
2400
2401 2011-01-10 Ken Manheimer <ken.manheimer@gmail.com>
2402
2403 * allout.el: Add 2011 to the file copyright.
2404 (allout-encrypt-string): Prevent encryption from adding an extra
2405 newline at the end of the topic body.
2406 (allout-version): Increment to 2.3.
2407
2408 2011-01-10 Michael Albinus <michael.albinus@gmx.de>
2409
2410 * net/dbus.el (dbus-unregister-service): Complete doc.
2411 Fix call of dbus-error signal.
2412 (dbus-register-property): Use `dont-register' keyword.
2413
2414 2011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2415
2416 * net/dbus.el (dbus-unregister-service): Translate returned
2417 integer into a symbol.
2418 (dbus-register-property): Use `dbus-register-service' to do the
2419 name registration.
2420
2421 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
2422
2423 * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
2424 Suggested by Joakim Verona.
2425
2426 * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
2427
2428 * wid-edit.el (visibility): Replace :on-image and :off-image
2429 widget properties with :on-glyph and :off-glyph, for consistency
2430 with the `visibility' widget.
2431 (widget-toggle-value-create, widget-visibility-value-create):
2432 Merge into a single function `widget-toggle-value-create'.
2433
2434 * cus-edit.el (custom-variable-value-create, custom-visibility)
2435 (custom-face-edit-value-create, custom-face-value-create):
2436 Replace :on-image and :off-image widget properties with :on-glyph and
2437 :off-glyph, for consistency with the `visibility' widget.
2438
2439 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
2440
2441 * net/ldap.el (ldap-search-internal): Don't use eval.
2442
2443 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
2444
2445 * subr.el (read-char-choice): Use read-key.
2446
2447 * custom.el (custom-safe-themes): Rename from
2448 custom-safe-theme-files. Add :risky tag.
2449 (load-theme, custom-theme-load-confirm): Save sha1 hashes to
2450 custom-safe-themes, not filenames. Suggested by Stefan Monnier.
2451
2452 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
2453
2454 * tool-bar.el (tool-bar-setup): Remove Help button. Remove label
2455 from Search and add a label to Undo.
2456
2457 * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
2458 inappropriate buttons and adding :vert-only tags.
2459
2460 * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
2461 removal of Help tool-bar button. Remove Undo button for space.
2462
2463 * info.el (info-tool-bar-map): Add :vert-only tags.
2464
2465 2011-01-08 Tassilo Horn <tassilo@member.fsf.org>
2466
2467 * doc-view.el (doc-view-mode-p): Check for png or imagemagick
2468 image backend support. Either of them is fine.
2469
2470 2011-01-08 Chong Yidong <cyd@stupidchicken.com>
2471
2472 * subr.el (y-or-n-p): Doc fix.
2473
2474 * custom.el (custom-safe-theme-files): New defcustom.
2475 (custom-theme-load-confirm): New function.
2476 (load-theme): Load theme using `load', confirming with
2477 custom-theme-load-confirm if necessary.
2478
2479 * subr.el (read-char-choice): New function, factored out from
2480 dired-query and hack-local-variables-confirm.
2481
2482 * dired-aux.el (dired-query):
2483 * files.el (hack-local-variables-confirm): Use it.
2484
2485 * dired-aux.el (dired-compress-file):
2486 * files.el (abort-if-file-too-large, find-alternate-file)
2487 (set-visited-file-name, write-file, backup-buffer)
2488 (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
2489 (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
2490 Use new format string args for y-or-n-p and yes-or-no-p.
2491
2492 2011-01-08 Andreas Schwab <schwab@linux-m68k.org>
2493
2494 * progmodes/compile.el (compilation-error-regexp-alist-alist)
2495 [gcc-include]: Tighten file name match, add match for column
2496 number. (Bug#7806)
2497 [gnu]: Remove unused group.
2498
2499 2011-01-08 Glenn Morris <rgm@gnu.org>
2500
2501 * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
2502
2503 * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
2504
2505 2011-01-07 Sam Steingold <sds@gnu.org>
2506
2507 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
2508 the `explicit-shell-file-name' because that is the
2509 non-interactive shell.
2510
2511 2011-01-07 Chong Yidong <cyd@stupidchicken.com>
2512
2513 * subr.el (y-or-n-p): Accept format string args.
2514
2515 2011-01-07 Glenn Morris <rgm@gnu.org>
2516
2517 * Makefile.in (EMACSOPT): Add --no-site-lisp.
2518
2519 2011-01-06 Ken Manheimer <ken.manheimer@gmail.com>
2520
2521 * allout.el (allout-back-to-current-heading): Ensure return to
2522 the visible containing topic, rather than a collapsed one.
2523 (allout-view-change-hook): Remove hook that was deprecated long ago.
2524 (allout-exposure-change-hook): Remove documentation remarks
2525 concerning removed allout-view-change-hook.
2526 (allout-flag-region): Remove invocation of and documentation
2527 remarks concerning allout-view-change-hook.
2528
2529 2011-01-06 Glenn Morris <rgm@gnu.org>
2530
2531 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
2532 (vc-bzr-annotate-extract-revision-at-line):
2533 Handle authors with embedded spaces. (Bug#7792)
2534
2535 2011-01-05 Tassilo Horn <tassilo@member.fsf.org>
2536
2537 * doc-view.el (doc-view-image-width): New variable.
2538 (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
2539 backend for PNG images, and do dynamic rescaling instead of
2540 reconverting the whole doc.
2541
2542 2011-01-05 Glenn Morris <rgm@gnu.org>
2543
2544 * emacs-lisp/rx.el (rx-repeat): Replace CL function.
2545
2546 2011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
2547
2548 * allout.el: Reconcile with changes in line movement behavior for
2549 long text lines that cross more than a single physical window
2550 line, ie when truncate-lines is nil.
2551 (allout-next-visible-heading): Provide for change in line-move
2552 behavior on long lines when truncate-lines is nil. In that case,
2553 line-move can wind up on the same textual line when it moves to
2554 the next window line, and moving to the bullet position after the
2555 move yields zero advancement. Add logic to detect and compensate
2556 for the lack of progress.
2557 (allout-current-topic-collapsed-p): move-end-of-line respect for
2558 field boundaries is different when operating with body lines
2559 shorter than window width versus ones greater than window width,
2560 which can yield false negatives in this function. Avoid
2561 difference by applying move-end-of-line while field-text-motion is
2562 inhibited.
2563
2564 2011-01-04 Glenn Morris <rgm@gnu.org>
2565
2566 * textmodes/rst.el (rst-compile-toolsets):
2567 Add pdf and s5 to option alist.
2568
2569 2011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2570
2571 * net/dbus.el (dbus-register-property): Add optional parameter
2572 dont-register-service. Updated docstring accordingly.
2573
2574 2011-01-04 Andreas Schwab <schwab@linux-m68k.org>
2575
2576 * textmodes/rst.el (rst-compile-pdf-preview)
2577 (rst-compile-slides-preview): Remove extra line.
2578
2579 2011-01-04 Glenn Morris <rgm@gnu.org>
2580
2581 * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
2582 Add `pdf' and `s5' entries. Use `prog.py' if found, otherwise
2583 default to `prog' without a .py extension.
2584 (rst-compile-pdf-preview, rst-compile-slides-preview):
2585 Use program names from rst-compile-toolsets, rather than hard-coding.
2586 (rst-portable-mark-active-p): Fix presumed typo.
2587
2588 2011-01-02 Eli Zaretskii <eliz@gnu.org>
2589
2590 * term/w32-win.el (dynamic-library-alist): Set up correctly for
2591 libpng versions both before and after 1.4.0. (Bug#7716)
2592
2593 2011-01-02 Eli Zaretskii <eliz@gnu.org>
2594
2595 * time.el (display-time-mode): Mention display-time-interval in
2596 the doc string. (Bug#7713)
2597
2598 2011-01-02 Kenichi Handa <handa@m17n.org>
2599
2600 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
2601 condition-case and return an error message string if something
2602 goes wrong.
2603 (rmail-show-mime): Adjust for the above change. Insert the
2604 header by rmail-mime-insert-header.
2605
2606 2011-01-02 Kenichi Handa <handa@m17n.org>
2607
2608 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
2609 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
2610 (rmail-mime-mbox-buffer)
2611 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
2612 (rmail-mime-entity): Argument changed. All codes handling an
2613 entity object are changed.
2614 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
2615 the above change.
2616 (rmail-mime-entity-children, rmail-mime-entity-handler)
2617 (rmail-mime-entity-tagline): New functions.
2618 (rmail-mime-message-p): New function.
2619 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
2620 (rmail-mime-entity-segment, rmail-mime-next-item)
2621 (rmail-mime-previous-item, rmail-mime-shown-mode)
2622 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
2623 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
2624 (rmail-mime-insert-tagline, rmail-mime-insert-header):
2625 New functions.
2626 (rmail-mime-text-handler): Call rmail-mime-insert-text.
2627 (rmail-mime-insert-decoded-text): New function.
2628 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
2629 (rmail-mime-insert-image): Argument changed. Caller changed.
2630 (rmail-mime-image): Call rmail-mime-toggle-hidden.
2631 (rmail-mime-set-bulk-data): New function.
2632 (rmail-mime-insert-bulk): Argument changed.
2633 (rmail-mime-multipart-handler): Return t.
2634 (rmail-mime-process-multipart): Argument changed.
2635 Handle "multipart/alternative" here.
2636 (rmail-mime-process): Argument changed.
2637 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
2638 (rmail-mime-insert): Argument changed. Handle raw display mode.
2639 (rmail-mime): Argument changed. Handle toggling of raw display
2640 mode.
2641 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
2642 rmail-mime-view-buffer.
2643 (rmail-insert-mime-forwarded-message): Likewise.
2644 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
2645
2646 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
2647 non-nil, handle the header in rmail-show-mime-function.
2648
2649 2011-01-02 Leo <sdl.web@gmail.com>
2650
2651 * help-fns.el (describe-variable): Fix previous change.
2652
2653 2011-01-02 Juri Linkov <juri@jurta.org>
2654
2655 * isearch.el (isearch-lazy-highlight-error): New variable.
2656 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
2657 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
2658 to the current value of `isearch-error' (Bug#7468).
2659
2660 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
2661
2662 * help-fns.el (describe-variable): Don't emit trailing whitespace
2663 (Bug#7511).
2664
2665 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
2666
2667 * textmodes/rst.el (rst-compile-pdf-preview)
2668 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
2669
2670 2011-01-02 Kevin Gallagher <Kevin.Gallagher@boeing.com>
2671
2672 * emulation/edt-mapper.el: Override mapping of function keys so
2673 that the later call to read-key-sequence works.
2674
2675 2011-01-02 Eli Zaretskii <eliz@gnu.org>
2676
2677 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
2678 Unix EOLs. (Bug#7589)
2679
2680 2011-01-02 Leo <sdl.web@gmail.com>
2681
2682 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
2683 if point is not behind eshell-last-output-end (Bug#7585).
2684
2685 2011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
2686
2687 * files.el (file-local-variables-alist):
2688 Make permanent-local (bug#7767).
2689
2690 2011-01-02 Glenn Morris <rgm@gnu.org>
2691
2692 * version.el (emacs-copyright): Set short copyright year to 2011.
2693
2694 2011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2695
2696 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
2697 an existing temp buffer. (Bug#7746)
2698
2699 2011-01-02 Glenn Morris <rgm@gnu.org>
2700
2701 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
2702 multiple addresses. (Bug#7760)
2703
2704 2011-01-01 Ken Manheimer <ken.manheimer@gmail.com>
2705
2706 * allout.el (allout-auto-fill): Do not infinitely recurse - use
2707 do-auto-fill if everything points back to allout-auto-fill.
2708 (allout-mode-deactivate-hook): Declare obsolete, in favor of
2709 standard-formed minor-mode deactivate hook, allout-mode-off-hook.
2710
2711 2010-12-31 Michael Albinus <michael.albinus@gmx.de>
2712
2713 * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
2714 and "scpx".
2715
2716 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2717
2718 * doc-view.el (doc-view-set-doc-type): New function refactored
2719 from doc-view-mode.
2720 (doc-view-fallback-mode): New function.
2721 (doc-view-mode): Use it.
2722 (doc-view-mode-maybe): New function that checks if doc-view-mode
2723 can be used and falls back to the next best mode otherwise.
2724
2725 * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
2726 DVI, OpenDocument, and MS Office files.
2727
2728 2010-12-30 Andreas Schwab <schwab@linux-m68k.org>
2729
2730 * emacs-lisp/rx.el (rx-syntax): Fix typo.
2731
2732 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2733
2734 * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
2735 on a copy of auto-mode-alist, because that deletes with side
2736 effects.
2737
2738 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2739
2740 * doc-view.el (doc-view-mode, doc-view-toggle-display):
2741 Use normal-mode without doc-view-mode bindings in auto-mode-alist as
2742 fallback instead of hard coding fundamental mode.
2743
2744 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2745
2746 * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
2747 Office) files also for searching.
2748
2749 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2750
2751 * doc-view.el: Implement viewing of OpenDocument (and Microsoft
2752 Office) files. Not yet enabled via auto-mode-list.
2753 (doc-view-unoconv-program): New custom variable.
2754 (doc-view-mode-p): Handle new odf document type.
2755 (doc-view-odf->pdf): New conversion function.
2756 (doc-view-convert-current-doc): Call it for odf files.
2757 (doc-view-mode): Recognize newly supported file extensions.
2758
2759 2010-12-30 Michael Albinus <michael.albinus@gmx.de>
2760
2761 * net/tramp.el (tramp-default-method-alist)
2762 (tramp-default-user-alist)
2763 (tramp-local-host-regexp, tramp-prefix-domain-format)
2764 (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
2765
2766 * net/tramp-ftp.el:
2767 * net/tramp-gvfs.el:
2768 * net/tramp-gw.el:
2769 * net/tramp-imap.el:
2770 * net/tramp-sh.el:
2771 * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
2772 code of `tramp-default-method-alist' and `tramp-default-user-alist'.
2773
2774 2010-12-29 Karl Fogel <kfogel@red-bean.com>
2775
2776 * saveplace.el (save-place-alist-to-file): Save list sorted and
2777 pretty-printed, so that it is mergeable by line-based text merging,
2778 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
2779
2780 2010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
2781
2782 * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
2783 (allout-mode): Argument "toggle" => "force".
2784 Refine the docstring.
2785 Remove special provisions for reactivation, besides the 'force'
2786 argument.
2787 Consolidate layout provisions coce directly into the activation
2788 condition branch, now that we've removed those provisions.
2789 (allout-unload-function): Explicitly activate the mode before
2790 deactivating, if it's initially deactivated.
2791 (allout-set-buffer-multibyte): Properly prevent byte-compiler
2792 warnings for version of function used only where
2793 set-buffer-multibyte is unavailable.
2794
2795 2010-12-28 Chong Yidong <cyd@stupidchicken.com>
2796
2797 * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
2798 are handled by the menu-bar entries. As before, don't use
2799 :visibile to avoid changing the tool-bar.
2800
2801 2010-12-27 Michael Albinus <michael.albinus@gmx.de>
2802
2803 * net/secrets.el (secrets-delete-alias): New defun.
2804
2805 2010-12-27 Michael Albinus <michael.albinus@gmx.de>
2806
2807 * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
2808 methods, otherwise ~/.ssh/config would be ignored.
2809
2810 2010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
2811
2812 * emacs-lisp/rx.el: Make it a superset of sregex.
2813 (rx-constituents): Add `any => "."', mark `repeat' as taking any number
2814 of args, add `regex' alias.
2815 (rx-info): Add arg to distinguish head and standalone forms.
2816 (rx-check, rx-form): Pass the corresponding arg.
2817 (rx-**): Simplify.
2818 (rx-repeat): Make it work for any number of args.
2819 (rx-syntax): Make it accept syntax chars as is.
2820 * obsolete/sregex.el: Move from emacs-lisp/.
2821 * emacs-lisp/re-builder.el: Remove sregex support.
2822 * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
2823
2824 2010-12-25 Eli Zaretskii <eliz@gnu.org>
2825
2826 * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
2827 PRIMARY first, then the clipboard. (Bug#7699)
2828
2829 2010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
2830
2831 * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
2832 print-number-table.
2833
2834 2010-12-21 Chong Yidong <cyd@stupidchicken.com>
2835
2836 * help-fns.el (find-lisp-object-file-name): Locate .emacs from
2837 .emacs.elc (Bug#7530).
2838
2839 * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
2840 image spec (Bug#7480).
2841
2842 2010-12-21 Daiki Ueno <ueno@unixuser.org>
2843
2844 * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
2845 * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
2846 Move from lisp/.
2847
2848 2010-12-20 Leo <sdl.web@gmail.com>
2849
2850 * dnd.el (dnd-get-local-file-name): Unhex of file name shall
2851 always be performed (Bug#7680).
2852
2853 2010-12-20 Chong Yidong <cyd@stupidchicken.com>
2854
2855 * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
2856 (menu-bar-edit-menu): Bind "Copy" to kill-ring-save. Don't use
2857 mouse-region-match.
2858
2859 * color.el: Move from gnus/.
2860
2861 * vc/diff.el (diff-better-file-name): Function deleted.
2862 abbreviating file names causes problems with shell-quote-argument.
2863 (diff-no-select): Just use expand-file-name.
2864
2865 * tool-bar.el (tool-bar--image-expression): New function.
2866 (tool-bar-local-item, tool-bar--image-exp): Use it.
2867 (tool-bar-setup): Initialize tool-bar-separator-image-expression.
2868 Use :enable instead of :visible to avoid changing the tool-bar
2869 configuration unnecessarily.
2870
2871 * info.el (info-tool-bar-map): Add separators.
2872
2873 2010-12-17 Ken Brown <kbrown@cornell.edu>
2874
2875 * loadup.el: Use version numbers in Cygwin build.
2876
2877 2010-12-17 Ryan Twitchell <metatheorem@gmail.com> (tiny change)
2878
2879 * ido.el (ido-file-internal): Ask for confirmation before
2880 overwriting an existing file (Bug#1238).
2881
2882 2010-12-16 Chong Yidong <cyd@stupidchicken.com>
2883
2884 * tool-bar.el (tool-bar-setup): Add separators.
2885
2886 * menu-bar.el (featurep): Use menu-bar-separator.
2887
2888 2010-12-16 Ken Manheimer <ken.manheimer@gmail.com>
2889
2890 Migrate allout encryption provisions from pgg to epg.
2891
2892 * allout.el (allout-toggle-current-subtree-encryption)
2893 (allout-toggle-subtree-encryption): Adjust docstrings to reflect
2894 defaulting policy and other changes. Change fetch-pass to keymode-cue,
2895 for simpler universal argument interpretation.
2896 (allout-toggle-subtree-encryption): Adjust docstring to describe
2897 changed encryption provisions. Change fetch-pass to keymode-cue, for
2898 simpler universal argument interpretation. Remove provisions for
2899 handling key type and identity - they'll all be within
2900 allout-encrypt-string or epg/epg or even contained all the way in gpg.
2901 (allout-encrypt-string): Include keymode-cue, for optionally prompting
2902 for keypair recipients (universal argument > 1) and, in addition,
2903 associating the specified recipients with the outline (universal
2904 argument > 4) using a file local variable setting for
2905 'epa-file-encrypt-to'.
2906 Require epa, for recipients handling.
2907 Change how regexp filtering elements are named.
2908 Describe the problem with caching of incorrect symmetric-decryption
2909 keys.
2910 Use the epa-passphrase-callback-function, in case the user is using
2911 GnuPG v1.
2912 Support saving of the selected keypair recipients when invoked with a
2913 keymode-cue > 4.
2914 Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
2915 Require 'epa.
2916 Establish epg-context with armoring and default epg-protocol.
2917 Remove all passphrase cache, verification, and hinting code.
2918 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
2919 No longer used, delete.
2920 (allout-mode): Adjust docstring to describe changed encryption
2921 provisions. Describe the problem with caching of incorrect
2922 symmetric-decryption keys.
2923 (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
2924 (allout-make-passphrase-state, allout-passphrase-state-passphrase)
2925 (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
2926 (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
2927 Obsolete, remove.
2928
2929 2010-12-16 Daiki Ueno <ueno@unixuser.org>
2930
2931 * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
2932 key selection prompt; make 'silent as default (Bug#7487).
2933
2934 2010-12-16 Leo <sdl.web@gmail.com>
2935
2936 * eshell/eshell.el (eshell-directory-name):
2937 Use locate-user-emacs-file (Bug#7578).
2938
2939 2010-12-15 Glenn Morris <rgm@gnu.org>
2940
2941 * loadup.el (symbol-file-load-history-loaded): Remove; unused.
2942
2943 2010-12-15 Jari Aalto <jari.aalto@cante.net>
2944 Scott Evans <gse@antisleep.com>
2945
2946 * rect.el (rectange--default-line-number-format)
2947 (rectangle-number-line-callback): New functions.
2948 (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
2949
2950 2010-12-15 Chong Yidong <cyd@stupidchicken.com>
2951
2952 * rect.el (operate-on-rectangle-lines, string-rectangle-string):
2953 Delete unused variables.
2954 (move-to-column-force): Remove function obsolete since 21.2.
2955
2956 2010-12-14 Michael Albinus <michael.albinus@gmx.de>
2957
2958 * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
2959 (tramp-handle-insert-file-contents): Do not set permanent-local
2960 property.
2961
2962 * net/tramp-cache.el (tramp-persistency-file-name):
2963 Use `locate-user-emacs-file' if fboundp.
2964
2965 * net/tramp-sh.el (tramp-methods): Add "ksu".
2966 (tramp-default-user-alist): Add "ksu". Use `regexp-opt' for
2967 method list.
2968
2969 2010-12-14 Glenn Morris <rgm@gnu.org>
2970
2971 * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
2972 (find-tag-marker-ring): Declare.
2973 (js-find-symbol): Require etags.
2974
2975 * mail/sendmail.el: Don't require rmail or mailalias when compiling.
2976 Require mail-utils.
2977 (mail-alias-file): Don't autoload. Doc fix.
2978 (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
2979 (mail-mailer-swallows-blank-line): Default to nil. Doc fix.
2980 Mark as obsolete, and risky.
2981 (mail-setup): Simplify.
2982
2983 * mail/mailalias.el (build-mail-aliases): Make it interactive.
2984 * mail/sendmail.el (build-mail-aliases): Update autoload.
2985
2986 * dired.el (dired-trivial-filenames, dired-chown-program)
2987 (dired-auto-revert-buffer): Remove autoload cookies.
2988 * mail/sendmail.el (mail-recover-1): Require 'dired.
2989
2990 * dired.el (dired-subdir-switches, dired-chown-program)
2991 (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
2992 Make into defcustoms.
2993 (dired-chown-program): Simplify initialization.
2994
2995 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
2996
2997 2010-12-13 Romain Francoise <romain@orebokech.com>
2998
2999 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
3000
3001 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3002
3003 * net/netrc.el (netrc-point-at-eol): Remove the unused
3004 netrc-point-at-old and netrc-bound-and-true-p bindings.
3005 (netrc-parse): Cache the netrc contents.
3006
3007 2010-12-13 Eli Zaretskii <eliz@gnu.org>
3008
3009 * subr.el (posn-col-row): Evaluate header-line-format in the
3010 context of the POSITION window's buffer.
3011
3012 2010-12-13 Glenn Morris <rgm@gnu.org>
3013
3014 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
3015 (with-silent-modifications): Doc fixes.
3016
3017 2010-12-13 Michael Albinus <michael.albinus@gmx.de>
3018
3019 * net/tramp.el (tramp-action-password, tramp-process-actions):
3020 Revert previous from. Use `save-restriction'.
3021
3022 2010-12-13 Stephen Berman <stephen.berman@gmx.net>
3023
3024 * calendar/diary-lib.el (diary-list-sexp-entries):
3025 Handle case of no newline at end of file. (Bug#7536)
3026
3027 2010-12-13 Glenn Morris <rgm@gnu.org>
3028
3029 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
3030
3031 2010-12-13 Michael Albinus <michael.albinus@gmx.de>
3032
3033 * net/tramp.el (tramp-action-password): Delete region, do not narrow.
3034 (tramp-process-actions): Do not widen.
3035
3036 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3037 Protect buffer-modified value. (Bug#7557)
3038
3039 2010-12-13 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
3040
3041 * log-edit.el (log-edit-changelog-entries):
3042 Regexp quote filename. (Bug#7505)
3043
3044 2010-12-13 Tom Breton <tehom@panix.com>
3045
3046 * cus-edit.el (custom-save-all):
3047 Bind print-length and print-level to nil. (Bug#7581)
3048
3049 2010-12-13 Glenn Morris <rgm@gnu.org>
3050
3051 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
3052 Run hooks to update menu contents. (Bug#7586)
3053
3054 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
3055 file names, for the sake of MS Windows. (Bug#7588)
3056
3057 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3058
3059 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
3060 empty lines without a leading space.
3061
3062 2010-12-13 Leo <sdl.web@gmail.com>
3063
3064 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
3065 while mapping over marks (Bug#6810).
3066
3067 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
3068
3069 * image-dired.el (image-dired-db-file)
3070 (image-dired-temp-image-file, image-dired-gallery-dir)
3071 (image-dired-temp-rotate-image-file): Set default values relative
3072 to image-dired-dir (Bug#7518).
3073
3074 2010-12-13 Lawrence Mitchell <wence@gmx.li>
3075
3076 * format.el (format-decode-run-method): Pass args FROM and TO, not
3077 point-min and point-max, to shell-command-on-region (Bug#7488).
3078
3079 2010-12-13 Jan Djärv <jan.h.d@swipnet.se>
3080
3081 * frame.el (blink-cursor-mode): Make default t for ns.
3082
3083 2010-12-13 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3084
3085 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3086
3087 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
3088
3089 * comint.el (comint-dynamic-list-input-ring)
3090 (comint-dynamic-complete-filename)
3091 (comint-replace-by-expanded-filename)
3092 (comint-dynamic-simple-complete)
3093 (comint-dynamic-list-filename-completions)
3094 (comint-dynamic-list-completions): Doc fix (Bug#7499).
3095
3096 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
3097 Doc fix (Bug#7471).
3098
3099 2010-12-13 Martin Rudalics <rudalics@gmx.at>
3100
3101 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
3102 (Bug#7533).
3103
3104 2010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
3105
3106 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
3107 (Bug#7491).
3108
3109 2010-12-13 Eli Zaretskii <eliz@gnu.org>
3110
3111 * files.el (file-relative-name): Handle UNC file names on
3112 DOS/Windows. (Bug#4674)
3113
3114 2010-12-13 Daiki Ueno <ueno@unixuser.org>
3115
3116 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3117 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3118 (epg-context-set-passphrase-callback): Mention that the callback
3119 is not called when used with GnuPG 2.x.
3120
3121 2010-12-13 Glenn Morris <rgm@gnu.org>
3122
3123 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
3124 Ensure ps-footer-font-size-internal is initialized.
3125 Call ps-get-page-dimensions before trying to use ps-font-for-text.
3126
3127 2010-12-13 Kenichi Handa <handa@m17n.org>
3128
3129 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
3130 within condition-case.
3131 (rmail-show-mime): Don't use condition-case.
3132 (rmail-search-mime-message): New function.
3133 (rmail-search-mime-message-function): Set to
3134 rmail-search-mime-message.
3135
3136 2010-12-13 Leo <sdl.web@gmail.com>
3137
3138 * ido.el (ido-common-initialization): New function. (bug#3274)
3139 (ido-mode): Use it.
3140 (ido-completing-read): Call it.
3141
3142 2010-12-12 Karl Fogel <kfogel@red-bean.com>
3143
3144 * bookmark.el (bookmark-name-from-full-record): Rename back to
3145 this original name from `bookmark-name-from-record' reverting part
3146 of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
3147 As Drew Adams pointed out, there was no reason to cause churn for
3148 third-party callers. (Bug#7609)
3149
3150 2010-12-12 Alan Mackenzie <acm@muc.de>
3151
3152 * progmodes/cc-engine.el (c-forward-type): Before scanning a
3153 template arglist, check that the current language supports this.
3154
3155 2010-12-11 Glenn Morris <rgm@gnu.org>
3156
3157 * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
3158 state of the file matches. (Bug#7544)
3159 (vc-bzr-register, vc-bzr-checkin)
3160 (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
3161 (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
3162
3163 * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
3164
3165 2010-12-11 Karel Klíč <kklic@redhat.com>
3166
3167 * files.el (auto-mode-alist): Use html-mode for *.xhtml. (Bug#7606)
3168
3169 2010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3170
3171 Derive from prog-mode, use derived-mode-p, and fix up various
3172 minor style issues in lisp/progmodes.
3173
3174 * progmodes/vhdl-mode.el (vhdl-mode):
3175 * progmodes/verilog-mode.el (verilog-mode):
3176 * progmodes/vera-mode.el (vera-mode):
3177 * progmodes/sql.el (sql-mode):
3178 * progmodes/scheme.el (scheme-mode):
3179 * progmodes/perl-mode.el (perl-mode):
3180 * progmodes/octave-inf.el (inferior-octave-mode):
3181 * progmodes/autoconf.el (autoconf-mode):
3182 * progmodes/m4-mode.el (m4-mode):
3183 * progmodes/inf-lisp.el (inferior-lisp-mode):
3184 * progmodes/idlwave.el (idlwave-mode):
3185 * progmodes/icon.el (icon-mode):
3186 * progmodes/idlw-help.el (idlwave-help-mode):
3187 * progmodes/dcl-mode.el (dcl-mode):
3188 * progmodes/idlw-shell.el (idlwave-shell-mode):
3189 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
3190 (ebrowse-member-mode, ebrowse-electric-position-mode):
3191 Use define-derived-mode.
3192
3193 * progmodes/xscheme.el (exit-scheme-interaction-mode)
3194 (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
3195 (xscheme-debugger-mode-p, xscheme-send-string-1):
3196 * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
3197 (tcl-load-file, tcl-restart-with-file):
3198 * progmodes/ps-mode.el (ps-run-running):
3199 * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
3200 * progmodes/js.el (js--get-all-known-symbols):
3201 * progmodes/inf-lisp.el (inferior-lisp-proc):
3202 * progmodes/idlwave.el (idlwave-beginning-of-statement)
3203 (idlwave-template, idlwave-update-buffer-routine-info)
3204 (idlwave-update-current-buffer-info)
3205 (idlwave-get-routine-info-from-buffers, idlwave-choose)
3206 (idlwave-scan-class-info, idlwave-fix-keywords)
3207 (idlwave-list-buffer-load-path-shadows):
3208 * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
3209 (idlwave-toolbar-remove):
3210 * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
3211 (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
3212 (idlwave-shell-menu-def):
3213 * progmodes/idlw-complete-structtag.el
3214 (idlwave-prepare-structure-tag-completion):
3215 * progmodes/gud.el (gud-set-buffer):
3216 * progmodes/f90.el (f90-backslash-not-special):
3217 * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
3218
3219 * progmodes/xscheme.el (xscheme-start)
3220 (local-set-scheme-interaction-buffer, scheme-interaction-mode):
3221 * progmodes/which-func.el (which-function):
3222 * progmodes/vhdl-mode.el (vhdl-set-style):
3223 * progmodes/verilog-mode.el (verilog-set-compile-command)
3224 (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
3225 (verilog-set-define, verilog-auto-reeval-locals):
3226 * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
3227 * progmodes/simula.el (simula-mode):
3228 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
3229 * progmodes/python.el (python-check, python-mode):
3230 * progmodes/prolog.el (prolog-mode-variables):
3231 * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
3232 * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
3233 * progmodes/delphi.el (delphi-mode):
3234 * progmodes/cc-styles.el (c-setup-paragraph-variables):
3235 * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
3236 (c-font-lock-init): Move make-local-variable to their setq.
3237
3238 * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
3239 (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
3240 make-local-hook.
3241 * progmodes/sh-script.el (sh-require-final-newline): Remove.
3242 (sh-set-shell): Don't set require-final-newline since it's already done
3243 by prog-mode.
3244 * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
3245 since we never set it.
3246 * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
3247 Use read-string and standard prompt.
3248 * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
3249 * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
3250 (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
3251 (meta-common-mode-map): Rename from meta-mode-map.
3252 Remove C-m binding, which is a user preference, not mode specific.
3253 (meta-common-mode): New major mode; replace meta-common-initialization.
3254 * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
3255 around with font-lock.
3256 * progmodes/etags.el (select-tags-table-mode):
3257 Derive from special-mode.
3258 * progmodes/octave-mod.el (octave-mode):
3259 * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
3260 (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
3261 (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
3262 Let define-derived-mode do its job.
3263 * progmodes/cpp.el (cpp-edit-mode-map):
3264 Move initialization into declaration.
3265 (cpp-edit-mode): Use define-derived-mode.
3266 (cpp-edit-load): Use derived-mode-p.
3267 * progmodes/mixal-mode.el (mixal-mode):
3268 * progmodes/f90.el (f90-mode):
3269 * progmodes/cfengine.el (cfengine-mode): Don't bother setting
3270 require-final-newline since prog-mode does it already.
3271 * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
3272 * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
3273 * progmodes/antlr-mode.el: Require cc-mode upfront.
3274 (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
3275 the declaration.
3276 (antlr-directory-dependencies, antlr-show-makefile-rules):
3277 Use derived-mode-p.
3278 (antlr-language-option): Don't assume point-min==1.
3279 (antlr-mode): Use define-derived-mode.
3280 * progmodes/ada-mode.el: Use derived-mode-p.
3281 (ada-mode): Use define-derived-mode.
3282 Use hack-local-variables-hook.
3283
3284 2010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3285
3286 * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
3287 (texinfo-mode): Don't disable adaptive-fill-mode.
3288 (texinfo-insert-block): Adjust cursor placement for blocks with arg.
3289 (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
3290 (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
3291 (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
3292 (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
3293 (texinfo-insert-@quotation, texinfo-insert-@samp)
3294 (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
3295 (texinfo-insert-@uref): Use define-skeleton.
3296 (texinfo-insert-@-with-arg): Delete.
3297
3298 2010-12-10 Eli Zaretskii <eliz@gnu.org>
3299
3300 * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
3301 nil, do quote archive member names. (Bug#6144)
3302
3303 2010-12-10 Glenn Morris <rgm@gnu.org>
3304
3305 * files.el (diff-no-select): Declare.
3306
3307 * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
3308 (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
3309
3310 * comint.el (comint-input-ring-file-name): Doc fix.
3311
3312 2010-12-09 Eli Zaretskii <eliz@gnu.org>
3313
3314 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
3315 New functions.
3316 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
3317 Use them instead of `nil' and `>', respectively.
3318 (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
3319 instead of `nil'.
3320 (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
3321 and menu-bar-positive-p instead of `nil' and `>', respectively.
3322 (Bug#1077)
3323
3324 2010-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3325
3326 * whitespace.el (whitespace-newline-mode): Code fix.
3327
3328 2010-12-09 Glenn Morris <rgm@gnu.org>
3329
3330 * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
3331 Rename functions without commas, update callers.
3332
3333 2010-12-08 Jeff Dairiki <dairiki@dairiki.org> (tiny change)
3334
3335 * whitespace.el (whitespace-cleanup-region):
3336 Clean up spaces before tabs. (Bug#7582)
3337
3338 2010-12-08 Karl Fogel <kfogel@red-bean.com>
3339
3340 * bookmark.el: Adjust parameter names and doc strings to resolve
3341 confusion over whether "bookmark" meant a bookmark name or a
3342 bookmark record. Along the way, shorten one function's name for
3343 similar reasons. (Issue #7548)
3344 (bookmark-name-from-record): New name for
3345 `bookmark-name-from-full-record'. All callers changed.
3346 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3347 (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
3348 (bookmark-get-annotation, bookmark-set-annotation)
3349 (bookmark-get-filename, bookmark-set-filename)
3350 (bookmark-get-position, bookmark-set-position)
3351 (bookmark-get-front-context-string, bookmark-set-front-context-string)
3352 (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
3353 (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
3354 (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
3355 Rename `bookmark' parameter to `bookmark-name-or-record', to
3356 clearly show its role, and shorten or adjust doc strings accordingly.
3357 (bookmark-set-name): Same, and pass the parameter directly to
3358 `bookmark-get-bookmark' instead of redundantly doing the callee's work.
3359 (bookmark-default-annotation-text, bookmark-send-edited-annotation)
3360 (bookmark-relocate, bookmark-insert-location, bookmark-insert)
3361 (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
3362 and in some cases shorten doc string accordingly.
3363 (bookmark-rename): Change `old' and `new' parameters to `old-name'
3364 and `new-name', and adjust an internal variable to avoid confusion.
3365 (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
3366 parameter in doc string.
3367
3368 2010-12-08 Glenn Morris <rgm@gnu.org>
3369
3370 * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
3371 from gdb's history file. (Bug#7575)
3372
3373 * mail/emacsbug.el (report-emacs-bug):
3374 Try to handle some other mail clients.
3375
3376 2010-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3377
3378 * files.el (dir-locals-collect-variables): Don't let errors stop us.
3379 Use string-prefix-p.
3380 (file-name-version-regexp): New var.
3381 (file-name-sans-versions):
3382 * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
3383 (jka-compr-get-compression-info): Use dolist.
3384 (jka-compr-compression-info-list): Don't bother specifying
3385 version/backup regexps.
3386
3387 2010-12-07 Tassilo Horn <tassilo@member.fsf.org>
3388
3389 * simple.el (just-one-space): Make argument n default to 1 if
3390 omitted.
3391
3392 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3393
3394 * electric.el (electric-indent-post-self-insert-function):
3395 Delete trailing newlines even if we don't reindent.
3396
3397 2010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3398
3399 * minibuffer.el (completion-at-point): Remove the `arg'.
3400 * bindings.el (complete-symbol): Move back from minibuffer.el.
3401
3402 2010-12-06 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3403
3404 * simple.el (just-one-space): Delete newlines for negative arg.
3405
3406 2010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3407
3408 * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
3409 (ansi-color-filter-apply): Simplify.
3410 (ansi-color-apply): Use `font-lock-face' rather than `face'.
3411
3412 2010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3413
3414 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3415
3416 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
3417
3418 * dired.el (dired-use-ls-dired): Set default to a special
3419 "unspecified" value.
3420 (dired-insert-directory): When called the first time, check
3421 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
3422
3423 2010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
3424
3425 * replace.el: Add "collect" feature to occur.
3426 (occur-collect-regexp-history): New var.
3427 (occur-read-primary-args): Return a replace string for nlines,
3428 if needed.
3429 (occur): Extend the meaning of nlines.
3430
3431 2010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3432
3433 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
3434 (which-func-update-1): Distinguish symbols from strings.
3435 (which-function): Stay within 80 columns.
3436
3437 2010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3438
3439 * subr.el (with-demoted-errors): Distinguish symbols from strings.
3440
3441 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
3442 Improve docstring.
3443 (comment-style): Use comment-styles's docs to describe values.
3444
3445 2010-12-03 Jan Djärv <jan.h.d@swipnet.se>
3446
3447 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
3448 and ns-show-prefs (Bug#7535).
3449
3450 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
3451 bindings (Bug#7535).
3452
3453 2010-12-03 Glenn Morris <rgm@gnu.org>
3454
3455 * nxml/nxml-mode.el: Require rng-nxml.
3456 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
3457 Remove declarations.
3458
3459 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
3460 * nxml/rng-nxml.el, nxml/rng-valid.el:
3461 Remove leading `*' from defcustom docs.
3462
3463 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3464 (normal-top-level-add-to-load-path, tty-handle-args):
3465 Convert comments to basic doc-strings.
3466
3467 * net/browse-url.el (browse-url-url-at-point)
3468 (browse-url-default-browser): Remove autoload cookies.
3469
3470 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3471 Remove more undefined cl functions.
3472
3473 * vc/diff.el (diff-sentinel): Make new arguments optional.
3474 * ibuf-ext.el (diff-sentinel): Update declaration.
3475
3476 2010-12-03 Daiki Ueno <ueno@unixuser.org>
3477
3478 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3479 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3480 (epg-context-set-passphrase-callback): Mention that the callback
3481 is not called when used with GnuPG 2.x.
3482
3483 2010-12-02 Michael Albinus <michael.albinus@gmx.de>
3484
3485 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
3486 (tramp-file-name-port): Check also for `tramp-default-port'.
3487 (tramp-get-connection-name): New defun.
3488 (tramp-get-connection-process): Use it.
3489 (tramp-debug-message): Extend function exclude list.
3490 (tramp-drop-volume-letter): Fix doc string.
3491
3492 * net/tramp-cmds.el: Remove solved todo item.
3493
3494 * net/tramp-ftp.el:
3495 * net/tramp-gvfs.el:
3496 * net/tramp-gw.el:
3497 * net/tramp-imap.el:
3498 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
3499 and `tramp-default-user-alist', respectively.
3500
3501 * net/tramp-gw.el (tramp-gw-open-connection):
3502 Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
3503
3504 * net/tramp-imap.el (tramp-imap-make-iht): Use just
3505 `tramp-file-name-port'.
3506
3507 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
3508 and "psftp". Exchange "%k" marker with options.
3509 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
3510 Compute size of link target.
3511 (tramp-do-copy-or-rename-file-out-of-band): Move setting of
3512 `tramp-current-*' up due to gateway methods. Optimize computing of
3513 copy arguments. Use `tramp-get-connection-name' and
3514 `tramp-get-connection-buffer'. Improve debug messages.
3515 (tramp-compute-multi-hops): Remove port determination.
3516 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
3517
3518 * net/trampver.el: Update release number.
3519
3520 2010-12-02 Glenn Morris <rgm@gnu.org>
3521
3522 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
3523 Avoid infinite loop over windows. (Bug#7492)
3524
3525 * progmodes/flymake.el (flymake-check-file-limit):
3526 Allow nil to mean "no limit".
3527 (flymake-check-patch-master-file-buffer): Update for above change.
3528 Allow a .tex file-name extension to be optional.
3529 (flymake-master-tex-init): Also match \include statements.
3530
3531 2010-11-30 Sam Steingold <sds@gnu.org>
3532
3533 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
3534 (nxml-parent-document-set): A function to set `nxml-parent-document'.
3535 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
3536 (nxml-mode-hook): Remove `defcustom' (auto-defined by
3537 define-derived-mode').
3538 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
3539 users who want to call `nxml-parent-document-set'.
3540
3541 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
3542
3543 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
3544 stand-alone lines, since that is handled by log-edit-match-to-eoh
3545 (Bug#6465).
3546
3547 2010-11-27 Eduard Wiebe <usenet@pusto.de>
3548
3549 * dired.el (dired-get-filename): Replace backslashes with slashes
3550 in file names on MS-Windows, needed by `locate'. (Bug#7308)
3551 * locate.el (locate-default-make-command-line): Don't consider
3552 drive letter and root directory part of
3553 `directory-listing-before-filename-regexp'. (Bug#7308)
3554 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
3555
3556 2010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3557
3558 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
3559 of :smie-open/close-alist.
3560 (smie-next-sexp): Make it accept a "start token" as argument.
3561 (smie-indent-keyword): Be careful not to misidentify tokens that span
3562 more than one line, as empty lines. Add argument `token'.
3563
3564 2010-11-27 Kenichi Handa <handa@m17n.org>
3565
3566 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
3567 multipart subtypes, insert all as usual.
3568
3569 * mail/rmail.el: Require rfc2047.
3570
3571 2010-11-27 Kenichi Handa <handa@m17n.org>
3572
3573 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
3574 (rmail-mime-entity-disposition)
3575 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
3576 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
3577 (rmail-mime-save): Handle the case that the button's `data' is a
3578 MIME entity.
3579 (rmail-mime-insert-text): New function.
3580 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
3581 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
3582 (rmail-mime-insert-bulk): New function mostly copied from the old
3583 rmail-mime-bulk-handler.
3584 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
3585 (rmail-mime-process-multipart): New function mostly copied from
3586 the old rmail-mime-multipart-handler.
3587 (rmail-mime-show): Just call rmail-mime-process.
3588 (rmail-mime-process): New function mostly copied from the old
3589 rmail-mime-show.
3590 (rmail-mime-insert-multipart, rmail-mime-parse)
3591 (rmail-mime-insert, rmail-show-mime)
3592 (rmail-insert-mime-forwarded-message)
3593 (rmail-insert-mime-resent-message): New functions.
3594 (rmail-insert-mime-forwarded-message-function): Set to
3595 rmail-insert-mime-forwarded-message.
3596 (rmail-insert-mime-resent-message-function): Set to
3597 rmail-insert-mime-resent-message.
3598
3599 * mail/rmailsum.el: Require rfc2047.
3600 (rmail-header-summary): Handle multiline Subject: field.
3601 (rmail-summary-line-decoder): Change the default to
3602 rfc2047-decode-string.
3603
3604 * mail/rmail.el (rmail-enable-mime): Change the default to t.
3605 (rmail-mime-feature): Change the default to `rmailmm'.
3606 (rmail-quit): Delete the specifal code for rmail-enable-mime.
3607 (rmail-display-labels): Likewise.
3608 (rmail-show-message-1): Check rmail-enable-mime, and use
3609 rmail-show-mime-function for a MIME message. Decode the headers
3610 according to RFC2047.
3611
3612 2010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3613
3614 * progmodes/which-func.el (which-func-imenu-joiner-function):
3615 Return a string, as expected.
3616 (which-function-mode): Make sure we stop any previous timer before
3617 starting a new one.
3618
3619 2010-11-27 Michael Albinus <michael.albinus@gmx.de>
3620
3621 * net/tramp.el (tramp-default-method-alist)
3622 (tramp-default-user-alist, tramp-default-proxies-alist):
3623 Adapt custom options type. (Bug#7445)
3624
3625 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
3626
3627 * progmodes/python.el: Add Ipython support (Bug#5390).
3628 (python-shell-prompt-alist)
3629 (python-shell-continuation-prompt-alist): New options.
3630 (python--set-prompt-regexp): New function.
3631 (inferior-python-mode, run-python, python-shell):
3632 Require ansi-color. Use python--set-prompt-regexp to set the comint
3633 prompt based on the Python interpreter.
3634 (python--prompt-regexp): New var.
3635 (python-check-comint-prompt)
3636 (python-comint-output-filter-function): Use it.
3637 (run-python): Use a pipe (Bug#5694).
3638
3639 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
3640
3641 * progmodes/python.el (run-python): Doc fix.
3642 (python-keep-current-directory-in-path): New var (Bug#7454).
3643
3644 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
3645
3646 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3647 Prompt user before actually printing.
3648
3649 2010-11-27 Glenn Morris <rgm@gnu.org>
3650
3651 * startup.el (package-enable-at-startup, package-initialize):
3652 Remove unnecessary declarations.
3653
3654 2010-11-27 Eli Zaretskii <eliz@gnu.org>
3655
3656 * international/characters.el (glyphless-char-display-control):
3657 Exclude newline and TAB from the c0-control group.
3658
3659 2010-11-27 Glenn Morris <rgm@gnu.org>
3660
3661 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
3662 (expand-mail-aliases): Remove unnecessary autoload.
3663
3664 * allout.el (allout-command-prefix, allout-mode-map): Declare.
3665
3666 * shell.el (shell-dir-cookie-re): Move definition before use.
3667
3668 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3669 Replace undefined CL functions.
3670
3671 2010-11-26 Eli Zaretskii <eliz@gnu.org>
3672
3673 * simple.el (prog-mode): Set bidi-paragraph-direction to
3674 left-to-right.
3675
3676 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
3677
3678 2010-11-26 Glenn Morris <rgm@gnu.org>
3679
3680 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
3681 diary-outlook-formats can be sensitive to calendar-date-style.
3682 (diary-outlook-formats): Simplify the default setting.
3683 (diary-from-outlook-internal): Pass subject and body as arguments.
3684 Use dolist rather than dotimes. Don't save the diary buffer.
3685 (diary-from-outlook-gnus, diary-from-outlook-rmail):
3686 Pass subject and body as explicit arguments to the -internal function.
3687
3688 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3689
3690 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
3691 parsing them. This makes mailto:...?subject=foo\nbar work.
3692
3693 2010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3694
3695 * vc/diff.el (diff): Fix last change.
3696
3697 2010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3698
3699 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
3700 (pcase--dontcare-upats): New var.
3701 (pcase-let, pcase-let*): Generate better code.
3702 Accept the same bodies as `let'.
3703 (pcase-dolist): New macro.
3704 (pcase--trivial-upat-p): New helper function.
3705 (pcase--expand): Strip leading "(let nil" if any.
3706
3707 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3708
3709 * mail/mailclient.el (browse-url): Require.
3710 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
3711 use the external browser function to send the mail (bug#7469).
3712
3713 * net/browse-url.el (browse-url-browser-function): Revert the
3714 default back to the previous value, since the new value broke
3715 mailclient.el.
3716 (browse-url-mailto-function): New variable for mailto: URLs.
3717 (browse-url): Use the new variable for mailto: URLs.
3718
3719 2010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3720
3721 * eshell/esh-cmd.el (eshell-parse-command):
3722 * eshell/esh-arg.el (eshell-parse-arguments):
3723 * eshell/em-script.el (eshell-source-file):
3724 Use with-silent-modifications.
3725
3726 2010-11-23 Chong Yidong <cyd@stupidchicken.com>
3727
3728 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
3729 for a merge location.
3730
3731 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
3732 (vc-bzr-merge-branch): Always prompt.
3733 (vc-bzr-async-command): Use the full branch filename.
3734
3735 2010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3736
3737 * shell.el (shell): Use current-buffer by default if it's already
3738 a shell mode buffer and its process is dead.
3739 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
3740
3741 2010-11-23 Tassilo Horn <tassilo@member.fsf.org>
3742
3743 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
3744 Mention that the keywords should be comma separated.
3745
3746 2010-11-23 Chong Yidong <cyd@stupidchicken.com>
3747
3748 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
3749 Accept optional prefix arg meaning to prompt for a command.
3750 (vc-update): Use vc-BACKEND-pull if available. Accept optional
3751 prefix arg meaning to prompt for a command.
3752 (vc-pull): Alias for vc-update.
3753
3754 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
3755 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
3756 (vc-bzr-merge-branch): New functions, implementing merge-branch
3757 and pull operations.
3758
3759 2010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3760
3761 * Makefile.in: Fix up last merge.
3762
3763 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
3764 (diff-sentinel): Get them as arguments instead.
3765 (diff-old-file, diff-new-file, diff-extra-args): Remove.
3766 (diff-file-local-copy, diff-better-file-name): New funs.
3767 (diff-no-select): Rename from diff-into-buffer.
3768 Support buffers additionally to files. Move `buf' arg. Don't display buf.
3769 Prefer closures to buffer-local variables.
3770 (diff): Adjust accordingly.
3771 (diff-buffer-with-file): Move from files.el.
3772 * files.el (diff-buffer-with-file): Move to vc/diff.el.
3773 (diff-buffer-internal): Remove.
3774 (diff-buffer-buffer): Remove.
3775 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
3776 the buffer name used, and so as not to mess up windows and frames.
3777
3778 2010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3779
3780 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
3781 (diff-buffer-internal): New function extracted from diff-buffer-with-file
3782 (diff-buffer-with-file): Use it.
3783 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
3784 (diff): Use it.
3785
3786 2010-11-22 Tassilo Horn <tassilo@member.fsf.org>
3787
3788 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
3789 \ref's or \pageref's value as default instead of initial input.
3790
3791 2010-11-21 Michael Albinus <michael.albinus@gmx.de>
3792
3793 * files.el (backup-by-copying-when-mismatch): The default value is
3794 now t.
3795
3796 * startup.el (normal-top-level):
3797 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
3798 `backup-by-copying-when-mismatch'.
3799
3800 2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
3801
3802 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
3803
3804 2010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3805
3806 * progmodes/python.el (python-font-lock-keywords):
3807 Highlight top-level augmented assignments (Bug#6445).
3808
3809 2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
3810
3811 * term/ns-win.el (ns-right-control-modifier)
3812 (ns-right-command-modifier): Defvar them.
3813
3814 * cus-start.el (all): Add ns-right-control-modifier and
3815 ns-right-command-modifier (Bug#7458).
3816
3817 2010-11-20 Glenn Morris <rgm@gnu.org>
3818
3819 * emacs-lisp/authors.el (authors-ignored-files)
3820 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
3821
3822 2010-11-20 Tassilo Horn <tassilo@member.fsf.org>
3823
3824 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
3825 (report-emacs-bug-parse-query-results)
3826 (report-emacs-bug-create-existing-bugs-buffer): Pass through
3827 keywords used for querying the bug database to show them in the
3828 existing bugs buffer.
3829
3830 2010-11-20 Jan Djärv <jan.h.d@swipnet.se>
3831
3832 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
3833
3834 * info.el (info-tool-bar-map): Add some :vert-only keywords.
3835
3836 2010-11-20 Eli Zaretskii <eliz@gnu.org>
3837
3838 * international/characters.el (glyphless-char-display-control):
3839 Make it a defcustom, with update-glyphless-char-display as its
3840 :set attribute.
3841 (top level): Don't call update-glyphless-char-display.
3842
3843 2010-11-20 Michael Albinus <michael.albinus@gmx.de>
3844
3845 Sync with Tramp 2.2.0.
3846
3847 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
3848 `file-remote-p' (due to compatibility).
3849
3850 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
3851 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
3852
3853 * net/trampver.el: Update release number.
3854
3855 2010-11-20 Eli Zaretskii <eliz@gnu.org>
3856
3857 * faces.el (glyphless-char): Define value for `pc'.
3858
3859 2010-11-20 Tassilo Horn <tassilo@member.fsf.org>
3860
3861 Implemented a bug querying mechanism.
3862 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
3863 (report-emacs-bug-create-existing-bugs-buffer)
3864 (report-emacs-bug-parse-query-results)
3865 (report-emacs-bug-query-existing-bugs): New functions.
3866
3867 2010-11-19 Tassilo Horn <tassilo@member.fsf.org>
3868
3869 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
3870 a \ref{} or \pageref{} macro, then use its value as initial input.
3871
3872 2010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
3873
3874 * calc/calc-units.el (math-build-units-table-buffer):
3875 calc/README: Mention that the TeX specific units won't use the
3876 `tex' prefix in TeX mode.
3877 calc/calc-lang.el (math-variable-table): Don't use the `tex'
3878 prefix for units in TeX mode.
3879
3880 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3881
3882 * simple.el (kill-new, kill-append, kill-region):
3883 * comint.el (comint-kill-region): Make the yank-handler argument
3884 obsolete.
3885
3886 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3887
3888 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
3889 that are both openers (resp. closers) and something else.
3890 (smie-grammar): Loosen definition of valid values.
3891 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
3892 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
3893 (smie-indent-after-keyword): Adjust users.
3894 (smie-indent-keyword): Don't indent empty lines.
3895
3896 * vc-hg.el (vc-hg-program): New var.
3897 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
3898 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
3899
3900 2010-11-18 Glenn Morris <rgm@gnu.org>
3901
3902 * emacs-lisp/autoload.el (autoload-find-destination): The function
3903 coding-system-eol-type may return non-numeric values. (Bug#7414)
3904
3905 2010-11-18 Ulrich Mueller <ulm@gentoo.org>
3906
3907 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
3908
3909 2010-11-18 Eli Zaretskii <eliz@gnu.org>
3910
3911 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
3912
3913 2010-11-18 Chong Yidong <cyd@stupidchicken.com>
3914
3915 * textmodes/picture.el (picture-mouse-set-point): Don't use
3916 posn-col-row; explicitly compute the motion based on the posn at
3917 the window-start (Bug#7390).
3918
3919 2010-11-18 Glenn Morris <rgm@gnu.org>
3920
3921 * novice.el (disabled-command-function):
3922 Fix 2009-11-15 change. (Bug#7384)
3923
3924 2010-11-18 Glenn Morris <rgm@gnu.org>
3925
3926 * calendar/calendar.el (diary-iso-date-forms): Make elements
3927 mutually exclusive. (Bug#7377)
3928
3929 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3930
3931 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
3932 when filling the remaining "unconstrained" values.
3933
3934 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3935
3936 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
3937 safety predicate.
3938
3939 * files.el (safe-local-variable-p): Gracefully handle errors.
3940
3941 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
3942 Use smie-indent-virtual when indenting relative to an opener.
3943 (smie-rule-separator): Use smie-rule-parent.
3944 (smie-indent-keyword): Consult rules, even for openers at bol.
3945 (smie-indent-comment-close): Try to align closer's content.
3946
3947 2010-11-18 Glenn Morris <rgm@gnu.org>
3948
3949 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
3950
3951 2010-11-18 Glenn Morris <rgm@gnu.org>
3952
3953 * printing.el (pr-menu-bind): Doc fix.
3954
3955 * speedbar.el (speedbar-toggle-images): Doc fix.
3956
3957 * progmodes/python.el (python-shell): Doc fix.
3958
3959 * wid-edit.el (widget-field-use-before-change)
3960 (widget-use-overlay-change): Doc fixes.
3961
3962 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3963
3964 Minor cleanup to improve style.
3965 * textmodes/rst.el (rst-update-section): Use point-marker.
3966 (rst-get-decoration): Eliminate unneeded assignment.
3967 (rst-promote-region, rst-straighten-decorations)
3968 (rst-section-tree, rst-adjust): Use point-marker.
3969 (rst-toc-mode-mouse-goto): Avoid setq.
3970 (rst-shift-region-guts, rst-shift-region-left)
3971 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
3972 (rst-convert-bullets-to-enumeration): Use copy-marker.
3973
3974 * minibuffer.el (completion-fail-discreetly): New var.
3975 (completion--do-completion): Use it.
3976
3977 * electric.el (electric-pair-pairs): New var.
3978 (electric-pair-post-self-insert-function): Use it.
3979 (electric-layout-post-self-insert-function): Don't insert a before
3980 newline unless it's actually needed.
3981
3982 2010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
3983
3984 * progmodes/python.el (run-python): Explain why we remove the current
3985 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
3986
3987 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
3988
3989 2010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3990
3991 * progmodes/octave-mod.el: Rely on elecric-*-modes.
3992 (octave-mode-map): Don't bind ;, SPC, and LF.
3993 (octave-auto-indent, octave-auto-newline): Remove.
3994 (electric-layout-rules): Declare.
3995 (octave-mode): Set electric-layout-rules.
3996 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
3997 (octave-reindent-then-newline-and-indent, octave-electric-semi)
3998 (octave-electric-space): Remove.
3999
4000 * electric.el (electric-layout-mode): New minor mode.
4001 (electric--after-char-pos): New function.
4002 (electric-indent-post-self-insert-function): Use it.
4003 (electric-layout-rules): New var.
4004 (electric-layout-post-self-insert-function): New function.
4005 (electric-indent-mode): Make them interact better.
4006
4007 2010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4008
4009 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
4010 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
4011 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
4012
4013 2010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
4014
4015 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
4016 Make sure to check inside the word (Bug#6761).
4017
4018 2010-11-14 Chong Yidong <cyd@stupidchicken.com>
4019
4020 * startup.el (command-line): If the cursorColor resource is set,
4021 change the cursor face-spec (Bug#7392).
4022
4023 2010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
4024
4025 The main features of the following allout.el changes are:
4026 - implement user customization for the allout key bindings
4027 - add a customization control by which the user can inhibit use of
4028 a trailing Ctrl-H, so by default it's reserved for use with
4029 describe-prefix-bindings
4030 - adapt to new version of called-interactively-p, while
4031 maintaining backwards compatibility with old version
4032 - fix hotspot navigation so i works properly with meta-modified keys.
4033
4034 * allout.el (allout-keybindings, allout-bind-keys)
4035 (allout-keybindings-binding, allout-prefixed-keybindings)
4036 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
4037 (allout-keybindings-list, allout-mode-map-adjustments)
4038 (allout-setup-mode-map): Establish allout-mode keymaps as user
4039 customizable settings, and also establish a customizable setting which
4040 regulates whether or not a trailing control-h is reserved for use with
4041 describe-prefix-bindings - and inhibit it by default, so that control-h
4042 *is* reserved for describe-prefix-bindings unless the user changes it.
4043
4044 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
4045 and accurately between modified and unmodified events, and handle
4046 modified events more comprehensively.
4047
4048 * allout.el (allout-substring-no-properties):
4049 Alias to use or provide version of `substring-no-properties'.
4050 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
4051
4052 * allout.el (allout-next-single-char-property-change):
4053 Alias to use or provide version of `next-single-char-property-change'.
4054 (allout-annotate-hidden, allout-hide-by-annotation):
4055 Use `allout-next-single-char-property-change'.
4056
4057 * allout.el (allout-select-safe-coding-system):
4058 Alias to use or provide version of `select-safe-coding-system'.
4059 (allout-toggle-subtree-encryption):
4060 Use `allout-select-safe-coding-system'.
4061
4062 * allout.el (allout-set-buffer-multibyte):
4063 Alias to use or provide version of `set-buffer-multibyte'.
4064 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
4065
4066 * allout.el (allout-called-interactively-p): Macro for using the
4067 different versions of called-interactively-p identically, depending on
4068 the subroutine's argument signature.
4069 (allout-back-to-current-heading, allout-beginning-of-current-entry):
4070 Use `(interactive "p")' instead of `(called-interactively-p)'.
4071
4072 * allout.el (allout-init, allout-ascend, allout-end-of-level)
4073 (allout-previous-visible-heading, allout-forward-current-level)
4074 (allout-backward-current-level, allout-show-children):
4075 Use `allout-called-interactively-p' instead of `called-interactively-p'.
4076
4077 * allout.el (allout-before-change-handler):
4078 Exempt edits to the (overlaid) character after the allout outline
4079 bullet from edit confirmation prompt.
4080
4081 * allout.el (allout-add-resumptions):
4082 Ensure that it respects correct buffer for keybindings.
4083
4084 * allout.el (allout-beginning-of-line):
4085 Use `allout-previous-single-char-property-change' alias for the sake of
4086 diverse compatibility.
4087
4088 * allout.el (allout-end-of-line):
4089 Use `allout-mark-active-p' to encapsulate respect for mark activity.
4090
4091 2010-11-13 Chong Yidong <cyd@stupidchicken.com>
4092
4093 * frame.el (frame-notice-user-settings): Don't clobber other
4094 user-set parameters when calling face-set-after-frame-default in
4095 response to background-color parameter (Bug#7373).
4096
4097 2010-11-13 Eli Zaretskii <eliz@gnu.org>
4098
4099 * international/characters.el (glyphless-char-display-control):
4100 Rename from glyphless-char-control; all users changed. Doc fix.
4101 Signal an error if display method is not one of the recognized
4102 symbols.
4103
4104 2010-11-13 Michael Albinus <michael.albinus@gmx.de>
4105
4106 * net/tramp-compat.el (tramp-compat-line-beginning-position)
4107 (tramp-compat-line-end-position): Remove them.
4108
4109 * net/tramp.el (tramp-parse-rhosts-group)
4110 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
4111 (tramp-parse-hosts-group, tramp-parse-passwd-group)
4112 (tramp-parse-netrc-group, tramp-parse-putty-group)
4113 * net/tramp-cmds.el (tramp-append-tramp-buffers)
4114 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
4115 (tramp-sh-handle-file-selinux-context)
4116 (tramp-sh-handle-file-name-all-completions)
4117 (tramp-sh-handle-insert-directory)
4118 (tramp-sh-handle-expand-file-name, tramp-find-executable)
4119 (tramp-wait-for-output, tramp-send-command-and-read)
4120 * net/tramp-smb.el (tramp-smb-read-file-entry)
4121 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
4122
4123 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
4124 `point-at-bol'.
4125 (tramp-remote-coding-commands): Add an alternative using "base64
4126 -d -i". This is needed for older base64 versions from GNU
4127 coreutils. Reported by Klaus Reichl
4128 <Klaus.Reichl@thalesgroup.com>.
4129
4130 2010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
4131
4132 * simple.el (count-words-region): New function.
4133
4134 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4135
4136 * shell.el (shell-dir-cookie-re): New custom variable.
4137 (shell-dir-cookie-watcher): New function.
4138
4139 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
4140 and compilation-mode (bug#7350).
4141
4142 * vc/smerge-mode.el (smerge-refine): Choose better default part to
4143 highlight when one of them is empty.
4144
4145 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
4146 trailing space.
4147 (skeleton-newline): New function.
4148 (skeleton-internal-1): Use it.
4149
4150 * simple.el (open-line): `newline' may strip trailing space.
4151
4152 2010-11-12 Kevin Ryde <user42@zip.com.au>
4153
4154 * international/mule-cmds.el (princ-list): Use mapc.
4155
4156 2010-11-12 Glenn Morris <rgm@gnu.org>
4157
4158 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
4159 Use it to replace all instances of "*Compile-Log*".
4160
4161 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4162
4163 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
4164 indentation specs.
4165
4166 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4167
4168 * progmodes/modula2.el: Use SMIE and skeleton.
4169 (m2-mode-syntax-table): (*..*) can be nested.
4170 Add //...\n. Fix paren syntax.
4171 (m2-mode-map): Remove LF and TAB bindings.
4172 (m2-indent): Add safety property.
4173 (m2-smie-grammar): New var.
4174 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
4175 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
4176 (m2-mode): Use define-derived-mode.
4177 (m2-newline, m2-tab): Remove.
4178 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
4179 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
4180 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
4181 (m2-import): Use define-skeleton.
4182
4183 2010-11-11 Glenn Morris <rgm@gnu.org>
4184
4185 * obsolete/lucid.el: Don't warn about any CL functions in this file.
4186
4187 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
4188 (ls-lisp-verbosity): Add custom :set-after property.
4189 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
4190 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
4191 (ls-lisp-insert-directory): Update caller.
4192 (ls-lisp-set-options): New function.
4193 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
4194 Doc fix.
4195
4196 * play/landmark.el (lm-prompt-for-move):
4197 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
4198
4199 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
4200
4201 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
4202 (idlwave-study-twins): Prefix dynamic local variable `name'.
4203 (idlwave-routine-twin-compare): Update for above change.
4204
4205 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
4206 Prefix dynamic local variables `name', `kwd', and `link'.
4207 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
4208 * progmodes/idlw-complete-structtag.el
4209 (idlwave-complete-structure-tag-help):
4210 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
4211 (idlwave-complete-sysvar-tag-help)
4212 (idlwave-complete-class-structure-tag-help):
4213 Update for above name changes.
4214
4215 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4216
4217 * net/browse-url.el (browse-url-browser-function): Change the
4218 default to use `browse-url-mail' on mailto: URLs.
4219
4220 2010-11-10 Chong Yidong <cyd@stupidchicken.com>
4221
4222 * emacs-lisp/package.el (package-read-all-archive-contents):
4223 Reset package-archive-contents to nil before re-reading.
4224
4225 2010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
4226
4227 * textmodes/flyspell.el (flyspell-word): Do not re-check words
4228 already found as misspellings by (flyspell-large-region), just
4229 do highlighting (bug#7322).
4230
4231 2010-11-10 Glenn Morris <rgm@gnu.org>
4232
4233 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
4234
4235 * emulation/edt.el (edt-with-position): New macro.
4236 (edt-find-forward, edt-find-backward, edt-find-next-forward)
4237 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
4238 (edt-paragraph-forward, edt-paragraph-backward): Use it.
4239
4240 * emulation/tpu-extras.el (tpu-with-position): New macro.
4241 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
4242
4243 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
4244
4245 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
4246 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
4247 (texinfo-master-menu, texinfo-insert-node-lines)
4248 (texinfo-multiple-files-update):
4249 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
4250 Use line-beginning-position.
4251
4252 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
4253 No recent Emacs supports system-type `emx'.
4254
4255 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
4256 (ada-command-separator, ada-default-prj-properties)
4257 (ada-find-any-references): Update for above name change.
4258
4259 * dirtrack.el (dirtrack-directory-function)
4260 (dirtrack-canonicalize-function):
4261 * filecache.el (file-cache-completion-ignore-case)
4262 (file-cache-case-fold-search, file-cache-ignore-case):
4263 * term.el (serial-port-is-file-p): Cosmetic change.
4264
4265 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
4266 Remove non-existent `windows-95' system-type.
4267 * dired.el (dired-chown-program): Remove non-existent `linux'
4268 system-type.
4269
4270 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
4271 (ping-program-options): Remove non-existent `linux' system-type.
4272
4273 * startup.el (package-initialize): Update declaration.
4274
4275 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
4276 (ls-lisp-handle-switches): Use time-less-p.
4277 (ls-lisp-format-time): Use float-time.
4278
4279 * textmodes/remember.el (remember-time-to-seconds): Remove.
4280 (remember-store-in-mailbox): Use float-time.
4281
4282 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
4283
4284 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
4285 never a real function.
4286 (with-no-warnings): Remove compat stub, now unused.
4287 (time-less-p): Doc fix.
4288 (time-to-number-of-days): Simplify.
4289
4290 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
4291 Remove.
4292 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
4293 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
4294 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
4295 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
4296 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
4297
4298 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
4299 (eshell-shuffle-files, eshell-shorthand-tar-command)
4300 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
4301 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
4302 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
4303 Prefix dynamic local variable `matches'.
4304
4305 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
4306 Prefix dynamic local variable `skeleton'.
4307
4308 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4309
4310 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
4311 in mail buffer; make yank-action always a command that yanks original
4312 buffer.
4313
4314 2010-11-09 Glenn Morris <rgm@gnu.org>
4315
4316 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
4317
4318 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4319
4320 * minibuffer.el (minibuffer-completion-help): Specify the end of the
4321 completion field (bug#7211).
4322
4323 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
4324 Fix handling of backslash escapes.
4325 (python-quote-syntax): Adjust accordingly.
4326
4327 2010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
4328
4329 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
4330 (vc-mtn-workfile-branch): Adjust to new output format.
4331
4332 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4333
4334 * international/mule-cmds.el (princ-list): Mark as obsolete.
4335
4336 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4337
4338 * emacs-lisp/smie.el: New package.
4339
4340 2010-11-09 Michael Albinus <michael.albinus@gmx.de>
4341
4342 * files.el (backup-by-copying-when-mismatch):
4343 Set `permanent-local' property.
4344
4345 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
4346 `permanent-local' property for `backup-by-copying-when-mismatch'.
4347
4348 2010-11-09 Eli Zaretskii <eliz@gnu.org>
4349
4350 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
4351
4352 2010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
4353
4354 * progmodes/verilog-mode.el (verilog-insert-one-definition)
4355 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
4356 AUTOINOUT for SV style multidimensional arrays, bug294.
4357 Reported by Eric Mastromarchi.
4358 (verilog-preprocess): Use with-current-buffer and
4359 font-lock-fontify-buffer to cleanup style issues.
4360
4361 2010-11-09 Glenn Morris <rgm@gnu.org>
4362
4363 * locate.el (locate, locate-mode): Doc fixes.
4364
4365 2010-11-09 Chong Yidong <cyd@stupidchicken.com>
4366
4367 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
4368 user for confirmation.
4369 (server-force-stop): Use it.
4370 (server-start): Use server-force-stop for kill-emacs-hook, to
4371 avoid user interaction while killing Emacs.
4372
4373 2010-11-09 Glenn Morris <rgm@gnu.org>
4374
4375 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
4376 (meta-indent-line): Simplify.
4377
4378 * vc/emerge.el (emerge-line-number-in-buf):
4379 * textmodes/ispell.el (ispell-region):
4380 * textmodes/fill.el (current-fill-column):
4381 * progmodes/xscheme.el (xscheme-send-current-line):
4382 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
4383 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
4384 * progmodes/sh-script.el (sh-handle-prev-do):
4385 * progmodes/meta-mode.el (meta-indent-line):
4386 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
4387 (idlwave-in-quote):
4388 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
4389 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
4390 * progmodes/fortran.el (fortran-looking-at-if-then):
4391 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
4392 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
4393 (cperl-find-pods-heres):
4394 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
4395 * net/quickurl.el (quickurl-list-insert):
4396 * net/ldap.el (ldap-search-internal):
4397 * net/eudc.el (eudc-expand-inline):
4398 * mail/sendmail.el (sendmail-send-it):
4399 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
4400 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
4401 (viper-brac-function):
4402 * calc/calc-yank.el (calc-do-grab-region):
4403 * calc/calc-keypd.el (calc-keypad-press):
4404 * term.el (term-move-columns, term-insert-spaces):
4405 * speedbar.el (speedbar-highlight-one-tag-line):
4406 * simple.el (current-word):
4407 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4408 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
4409 (Info-scroll-down):
4410 * hippie-exp.el (he-line-beg):
4411 * epa.el (epa--marked-keys):
4412 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
4413 (dired-update-file-line, dired-add-entry, dired-remove-entry)
4414 (dired-relist-entry):
4415 * buff-menu.el (Buffer-menu-buffer):
4416 * array.el (current-line):
4417 * allout.el (allout-resolve-xref)
4418 (allout-latex-verbatim-quote-curr-line):
4419 Replace yet more uses of end-of-line etc with line-end-position, etc.
4420
4421 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4422
4423 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
4424 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
4425 (checkdoc-syntax-table): Initialize in the declaration.
4426 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
4427 the mode on unconditionally.
4428
4429 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
4430 (extent-end-position, extent-start-position): Remove setf method for
4431 non-existing functions (bug#7319).
4432
4433 2010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4434
4435 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
4436 (smie-precs->prec2): Rename from smie-precs-precedence-table.
4437 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
4438 (smie-prec2->grammar): Rename from smie-prec2-levels.
4439 (smie-grammar): Rename from smie-op-levels.
4440 (smie-indent--hanging-p): Rename from smie-hanging-p.
4441 (smie-rule-hanging-p): New alias.
4442 (smie-indent--bolp): Rename from smie-bolp.
4443 (smie-indent--hanging-p): New alias.
4444 (smie--token): New dynamically bound variable.
4445 (smie-indent--parent): New function.
4446 (smie-rule-parent-p): Use it; rename from smie-parent-p.
4447 (smie-rule-next-p): Rename from smie-next-p.
4448 (smie-rule-prev-p): Rename from smie-prev-p.
4449 (smie-rule-sibling-p, smie-rule-parent)
4450 (smie-indent--separator-outdent, smie-rule-separator): New functions.
4451 (smie-rule-separator-outdent): New var.
4452 (smie-indent--rule): Merge with smie-indent--column.
4453 (smie-indent-forward-token, smie-indent-backward-token):
4454 Also recognize close parens.
4455 (smie-indent-keyword): Don't use smie-indent--column any more.
4456 (smie-indent-after-keyword): Ignore closers by default.
4457 (smie-indent-line): Use with-demoted-errors.
4458 * progmodes/octave-mod.el (octave-smie-grammar):
4459 Rename from octave-smie-op-levels.
4460 (octave-smie-rules): Adjust to new behavior.
4461 * progmodes/prolog.el (prolog-smie-grammar):
4462 Rename from prolog-smie-op-levels.
4463
4464 2010-11-07 Glenn Morris <rgm@gnu.org>
4465
4466 * eshell/esh-util.el (subst-char-in-string)
4467 (directory-files-and-attributes): These compatibility definitions are
4468 not needed on any version of Emacs since at least 21.4.
4469
4470 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
4471 (verilog-get-end-of-line): Remove.
4472 (verilog-within-string, verilog-re-search-forward-substr)
4473 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
4474 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
4475 Use point-at-bol, point-at-eol.
4476 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
4477 Remove.
4478 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
4479 (electric-pascal-terminate-line, pascal-set-auto-comments)
4480 (pascal-indent-paramlist, pascal-indent-declaration)
4481 (pascal-get-lineup-indent, pascal-func-completion)
4482 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
4483 Use point-at-bol, point-at-eol.
4484 * progmodes/flymake.el (flymake-line-beginning-position)
4485 (flymake-line-end-position): Remove.
4486 (flymake-highlight-line): Use point-at-bol, point-at-eol.
4487 * eshell/esh-util.el (line-end-position, line-beginning-position):
4488 Remove compat definitions.
4489
4490 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4491 Use end-of-line N.
4492 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
4493 Use line-end-position.
4494
4495 * emacs-lisp/chart.el (chart-zap-chars):
4496 * play/decipher.el (decipher-set-map):
4497 * progmodes/ada-mode.el (ada-get-current-indent)
4498 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
4499 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
4500 * progmodes/ada-xref.el (ada-initialize-runtime-library)
4501 (ada-get-all-references):
4502 * progmodes/cperl-mode.el (cperl-electric-paren)
4503 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
4504 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
4505 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
4506 (cperl-word-at-point-hard):
4507 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
4508 (idlwave-shell-filename-string, idlwave-shell-batch-command)
4509 (idlwave-shell-display-line):
4510 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
4511 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
4512 * progmodes/js.el (js--re-search-forward-inner)
4513 (js--re-search-backward-inner):
4514 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
4515 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
4516 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
4517 * textmodes/flyspell.el (flyspell-process-localwords):
4518 * textmodes/ispell.el (ispell-buffer-local-parsing)
4519 (ispell-buffer-local-dict, ispell-buffer-local-words):
4520 Use point-at-bol and point-at-eol.
4521
4522 * speedbar.el (speedbar-generic-item-info)
4523 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
4524 (speedbar-add-indicator, speedbar-check-vc-this-line)
4525 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
4526 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
4527 Replace more uses of end-of-line etc with line-end-position.
4528
4529 2010-11-06 Glenn Morris <rgm@gnu.org>
4530
4531 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
4532 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
4533 (texinfo-delete-existing-pointers, texinfo-find-pointer)
4534 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
4535 (texinfo-multiple-files-update):
4536 * textmodes/table.el (table--probe-cell-left-up)
4537 (table--probe-cell-right-bottom):
4538 * textmodes/picture.el (picture-tab-search):
4539 * textmodes/page-ext.el (pages-copy-header-and-position)
4540 (pages-directory-for-addresses):
4541 * progmodes/vera-mode.el (vera-get-offset):
4542 * progmodes/simula.el (simula-calculate-indent):
4543 * progmodes/python.el (python-pdbtrack-overlay-arrow):
4544 * progmodes/prolog.el (end-of-prolog-clause):
4545 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
4546 * progmodes/icon.el (indent-icon-exp):
4547 * progmodes/etags.el (tag-re-match-p):
4548 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
4549 * progmodes/ebnf2ps.el (ebnf-begin-file):
4550 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
4551 (dcl-save-local-variable):
4552 * play/life.el (life-setup):
4553 * play/gametree.el (gametree-looking-at-ply):
4554 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4555 * mail/sendmail.el (mail-mode-auto-fill):
4556 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4557 * emacs-lisp/edebug.el (edebug-overlay-arrow):
4558 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
4559 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
4560 (woman-tab-to-tab-stop, WoMan-warn-ignored):
4561 * type-break.el (type-break-file-keystroke-count):
4562 * term.el (term-replace-by-expanded-history-before-point)
4563 (term-skip-prompt, term-extract-string):
4564 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
4565 (speedbar-contract-line, speedbar-toggle-line-expansion)
4566 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
4567 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
4568 * sort.el (sort-skip-fields):
4569 * skeleton.el (skeleton-internal-list):
4570 * simple.el (line-move-finish, line-move-to-column):
4571 * shell.el (shell-forward-command):
4572 * misc.el (copy-from-above-command):
4573 * makesum.el (double-column):
4574 * ebuff-menu.el (electric-buffer-update-highlight):
4575 * dired.el (dired-move-to-end-of-filename):
4576 * dframe.el (dframe-popup-kludge):
4577 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
4578 * arc-mode.el (archive-get-lineno):
4579 Use line-end-position and line-beginning-position.
4580
4581 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
4582 (idlwave-study-twins): Prefix dynamic local `class'.
4583 (idlwave-routine-twin-compare): Update for above name change.
4584
4585 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
4586 Use boundp tests to silence compiler. Update for changed name of
4587 bytecomp-filename variable.
4588
4589 * emulation/viper-cmd.el (viper-read-string-with-history):
4590 Prefix dynamic local `initial'.
4591 (viper-minibuffer-standard-hook): Update for above name change.
4592
4593 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
4594 (elint-init-form): Update for above name change.
4595
4596 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
4597 local variables `cbeg' and `cend' a prefix.
4598 (mail-extr-voodoo): Update for above name change.
4599
4600 * textmodes/reftex-toc.el (reftex-toc-do-promote)
4601 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
4602 (reftex-toc-promote-action): Doc fix.
4603
4604 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
4605 `prompt', `data' a prefix.
4606 (reftex-select-post-command-hook, reftex-select-callback)
4607 (reftex-select-mouse-accept, reftex-select-read-cite):
4608 Update for above name changes.
4609
4610 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
4611 `refstyle' to reftex-refstyle.
4612 (reftex-offer-label-menu): Update for above name change.
4613 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
4614 `refstyle' name change.
4615
4616 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
4617 with with-current-buffer.
4618 (diff, template): Give dynamic local variables a prefix.
4619 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
4620 (emerge-line-number-in-buf): Update for above name change.
4621 (emerge-combine-versions-internal): Rename local `template' to
4622 emerge-combine-template.
4623 (emerge-combine-versions-edit): Update for above name change.
4624
4625 2010-11-06 Ralf Angeli <angeli@caeruleus.net>
4626
4627 * textmodes/reftex-cite.el
4628 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
4629 entries with whitespace after \bibitem.
4630 (reftex-create-bibtex-file): Match entries containing numbers and
4631 symbol constituents. Make sure that entries with whitespace at
4632 various places are found.
4633
4634 2010-11-05 Christian Millour <cm@abtela.com> (tiny change)
4635
4636 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
4637
4638 2010-11-05 Jan Djärv <jan.h.d@swipnet.se>
4639
4640 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
4641
4642 2010-11-05 Glenn Morris <rgm@gnu.org>
4643
4644 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
4645 (woman2-roff-buffer): Give local variable `request' a prefix.
4646 (woman0-macro): Rename argument `request' in the same way.
4647 (woman-request): New name for `request' dynamic variable.
4648 (woman-unquote, woman-forward-arg): Update for above name change.
4649 (woman1-roff-buffer): Give local variable `unquote' a prefix.
4650 (woman1-unquote): New name for `unquote' dynamic variable.
4651 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
4652 (woman-translations): Rename from `translations'. No longer global.
4653 (woman2-tr, woman-translate): Update for above name change.
4654 (woman-translate): Check for bound variable.
4655 (woman2-roff-buffer): Give local variable `translations' a prefix.
4656
4657 * play/doctor.el: Give all local variables a prefix. Update callers.
4658 (doc$, doctor-put-meaning): Use backquote.
4659
4660 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
4661 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
4662
4663 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
4664 variables bytes, ptr, op a prefix.
4665 (disassemble-offset): Update for above change.
4666
4667 2010-11-03 Chong Yidong <cyd@stupidchicken.com>
4668
4669 * emacs-lisp/package.el (package-unpack): Remove no-op.
4670 (package--builtins, package--dir): Doc fix.
4671 (package-activate-1, package-activate, package-install)
4672 (package-compute-transaction): Fix error message.
4673 (package-delete): Use delete-directory. Omit system packages.
4674 (package-initialize): Set package-alist to nil first.
4675 (package-menu-mark-delete, package-menu-mark-install): Don't add
4676 symbols that are inconsistent with the package state.
4677 (package-menu-execute): Perform deletions and installations as
4678 single batch operations.
4679
4680 2010-11-03 Glenn Morris <rgm@gnu.org>
4681
4682 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
4683 (props): Remove unnecessary declaration.
4684
4685 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
4686 set-process-query-on-exit-flag.
4687
4688 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
4689 (reftex-toc-do-promote): Remove unused local `mpos'.
4690 (reftex-toc-restore-region): Make `mpos' local to this function.
4691
4692 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
4693
4694 * play/landmark.el (lm-losing-threshold): Correct spelling.
4695 (lm-human-plays): Use new name.
4696
4697 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
4698 (gomoku-human-plays): Use new name.
4699
4700 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
4701 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
4702 (gomoku-score-trans-table, gomoku-winning-threshold)
4703 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
4704
4705 2010-11-03 Chong Yidong <cyd@stupidchicken.com>
4706
4707 * emacs-lisp/package.el: Don't put built-in packages in
4708 package-alist, to avoid loading inefficiencies.
4709 (package-built-in-p): Make VERSION optional, and treat it as a
4710 minimum acceptable version.
4711 (package-activate): Search separately for built-in packages.
4712 Emit a warning if a dependency fails.
4713 (define-package): Handle most common case, where there is no
4714 obsolete package, first.
4715 (package-compute-transaction): Print required version in error.
4716 (package--initialized): New variable.
4717 (list-packages): Use it.
4718 (package-initialize): Optional arg NO-ACTIVATE. Don't put
4719 built-in packages in packages-alist; keep it separate.
4720 Set package--initialized.
4721 (describe-package): Avoid activating packages as a side-effect.
4722 Search separately for built-in packages.
4723 (describe-package-1): Handle the case where an elpa package is
4724 simultaneously built-in and available/installed.
4725 (package-installed-p, package--generate-package-list):
4726 Search separately for built-in packages.
4727 (package-load-descriptor): Doc fix.
4728
4729 2010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4730
4731 * progmodes/perl-mode.el (perl-syntax-propertize-function):
4732 Handle __DATA__ and __END__.
4733
4734 2010-11-02 Noah Friedman <friedman@splode.com>
4735
4736 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
4737 nil, do not ask to recompile files that are not already compiled,
4738 and do not recompile them.
4739
4740 2010-11-02 Chong Yidong <cyd@stupidchicken.com>
4741
4742 * emacs-lisp/package.el (package-initialize): Ensure that
4743 obsoleted built-in packages are not in package-activated-list
4744 during activation.
4745 (describe-package-1): Make the "installed" status override
4746 "built-in".
4747
4748 2010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4749
4750 * subr.el (version-separator, version-regexp-alist): Remove '*'
4751 from docstring.
4752 (version-list-<=, version<=, version=): Doc fix.
4753
4754 2010-11-01 Kenichi Handa <handa@m17n.org>
4755
4756 * faces.el (glyphless-char): Inherit underline for tty.
4757
4758 2010-11-01 Kenichi Handa <handa@m17n.org>
4759
4760 Implement various display methods for glyphless characters.
4761
4762 * international/characters.el (char-acronym-table): New variable.
4763 (glyphless-char-control): New variable.
4764 (update-glyphless-char-display): New function.
4765
4766 * faces.el (glyphless-char): New face.
4767
4768 2010-11-01 Glenn Morris <rgm@gnu.org>
4769
4770 * calendar/holidays.el (general-holidays, oriental-holidays)
4771 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
4772 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
4773 the definitions of their targets.
4774
4775 * emacs-lisp/smie.el (smie): New custom group.
4776 (smie-blink-matching-inners, smie-indent-basic): Add :group.
4777
4778 * faces.el (xw-defined-colors, x-setup-function-keys):
4779 * mouse-sel.el (x-select-text):
4780 * term/w32console.el (x-setup-function-keys): Update declarations.
4781
4782 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
4783
4784 * textmodes/ispell.el (comment-add): Declare.
4785
4786 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
4787 Declare.
4788
4789 * info.el (finder-keywords-hash, package-alist): Declare.
4790
4791 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
4792
4793 * finder.el (finder-compile-keywords): Don't use intern-soft,
4794 since package names may not yet exist in the obarray.
4795
4796 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
4797
4798 * vc/vc-arch.el (vc-arch-checkin):
4799 * vc/vc-cvs.el (vc-cvs-checkin):
4800 * vc/vc-mtn.el (vc-mtn-checkin):
4801 * vc/vc-rcs.el (vc-rcs-checkin):
4802 * vc/vc-sccs.el (vc-sccs-checkin):
4803 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
4804 since 2010-04-21 commit by Stefan Monnier.
4805
4806 2010-11-01 Glenn Morris <rgm@gnu.org>
4807
4808 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
4809
4810 * startup.el (package-enable-at-startup, package-initialize):
4811 Silence compiler.
4812
4813 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
4814 Silence compiler.
4815
4816 2010-10-31 Julien Danjou <julien@danjou.info>
4817
4818 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
4819 (byte-recompile-directory):
4820 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
4821 Use `byte-recompile-file'.
4822
4823 2010-10-31 Glenn Morris <rgm@gnu.org>
4824
4825 * cus-start.el: Handle standard values via a keyword.
4826 Only set version property if specified.
4827 (cursor-in-non-selected-windows, menu-bar-mode)
4828 (tool-bar-mode, show-trailing-whitespace):
4829 Do not specify standard values.
4830 (transient-mark-mode, temporary-file-directory): Use :standard.
4831
4832 2010-10-31 Jan Djärv <jan.h.d@swipnet.se>
4833
4834 * term/x-win.el (x-get-selection-value): New function that gets
4835 PRIMARY with type as specified in x-select-request-type. (Bug#6802)
4836
4837 2010-10-31 Michael Albinus <michael.albinus@gmx.de>
4838
4839 * net/tramp.el (tramp-handle-insert-file-contents): For root,
4840 preserve owner and group when editing files. (Bug#7289)
4841
4842 2010-10-31 Glenn Morris <rgm@gnu.org>
4843
4844 * speedbar.el (speedbar-mode):
4845 * play/fortune.el (fortune-in-buffer, fortune):
4846 * play/gomoku.el (gomoku-mode):
4847 * play/landmark.el (lm-mode):
4848 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
4849 Replace inappropriate uses of toggle-read-only. (Bug#7292)
4850
4851 * select.el (x-selection): Mark it as an obsolete alias.
4852
4853 2010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
4854
4855 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
4856 major-mode (bug#7284).
4857
4858 2010-10-31 Glenn Morris <rgm@gnu.org>
4859
4860 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
4861 rather than just an unused variable that inherits from the real one.
4862
4863 2010-10-31 Alan Mackenzie <acm@muc.de>
4864
4865 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
4866 This fixes bug #7185.
4867
4868 2010-10-30 Chong Yidong <cyd@stupidchicken.com>
4869
4870 * startup.el (command-line): Search for package directories, and
4871 don't load package.el if none are found.
4872
4873 * emacs-lisp/package.el (describe-package, list-packages):
4874 Call package-initialize if it has not been called yet.
4875
4876 2010-10-30 Alan Mackenzie <acm@muc.de>
4877
4878 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
4879 which fontifies the tail of an enum.
4880 (c-basic-matchers-after): Insert a call to the above new function.
4881 This fixes bug #7264.
4882
4883 2010-10-30 Glenn Morris <rgm@gnu.org>
4884
4885 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
4886 tool-bar-mode, transient-mark-mode. (Bug#7306)
4887 Include the :set property in the dumped Emacs.
4888
4889 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4890
4891 SMIE: change indent rules format, improve smie-setup.
4892 * emacs-lisp/smie.el (smie-precs-precedence-table)
4893 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
4894 Mark them pure so the tables gets built at compile time.
4895 (smie-bnf-precedence-table): Store the closer-alist in the table.
4896 (smie-prec2-levels): Preserve the closer-alist.
4897 (smie-blink-matching-open): Be more forgiving in case of indentation.
4898 (smie-hanging-p): Rename from smie-indent--hanging-p.
4899 (smie-bolp): Rename from smie-indent--bolp.
4900 (smie--parent, smie--after): New dynamic vars.
4901 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
4902 (smie-indent-rules): Remove.
4903 (smie-indent--offset-rule): Remove fun.
4904 (smie-rules-function): New var.
4905 (smie-indent--rule): New fun.
4906 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
4907 (smie-indent-exps): Use it.
4908 (smie-setup): Setup paren blinking; add keyword args for token
4909 functions; extract closer-alist from op-levels.
4910 (smie-indent-debug-log): Remove var.
4911 (smie-indent-debug): Remove fun.
4912 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
4913 (prolog-smie-rules): New fun to replace it.
4914 (prolog-mode-variables): Simplify.
4915 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
4916 it's setup automatically.
4917 (octave-smie-indent-rules): Remove.
4918 (octave-smie-rules): New fun to replace it.
4919 (octave-mode): Simplify.
4920
4921 2010-10-29 Glenn Morris <rgm@gnu.org>
4922
4923 * files.el (temporary-file-directory): Remove (already defined in C).
4924 * cus-start.el: Add temporary-file-directory.
4925
4926 * abbrev.el (abbrev-mode):
4927 * composite.el (auto-composition-mode):
4928 * menu-bar.el (menu-bar-mode):
4929 * simple.el (transient-mark-mode):
4930 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
4931 that they do not define the associated variables twice.
4932 * simple.el (transient-mark-mode): Remove defvar.
4933 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
4934 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
4935 Handle multiple groups, and also custom-delayed-init-variables.
4936 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
4937
4938 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4939
4940 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
4941 (pcase-if): Add one minor optimization.
4942 (pcase-split-equal): Rename from pcase-split-eq.
4943 (pcase-split-member): Rename from pcase-split-memq.
4944 (pcase-u1): Add strings to the member optimization.
4945 Add `guard' variant of predicates.
4946 (pcase-q1): Add string patterns.
4947
4948 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4949
4950 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
4951
4952 2010-10-28 Glenn Morris <rgm@gnu.org>
4953
4954 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
4955 Move menu-bar related settings to ../menu-bar.el.
4956 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
4957 Move ns-specific settings here from term/ns-win.el.
4958
4959 * simple.el (x-selection-owner-p): Remove unused declaration.
4960
4961 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4962
4963 * minibuffer.el (completion-cycling): New var (bug#7266).
4964 (minibuffer-complete, completion--do-completion):
4965 Use completion--flush-all-sorted-completions.
4966 (minibuffer-complete): Only cycle if completion-cycling is set.
4967 (completion--flush-all-sorted-completions): Unset completion-cycling.
4968 (minibuffer-force-complete): Set completion-cycling.
4969 (completion-all-sorted-completions): Move declaration before first use.
4970
4971 2010-10-28 Leo <sdl.web@gmail.com>
4972
4973 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
4974 which changes the order of matches seen by users (bug#7231).
4975
4976 2010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
4977
4978 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4979 Don't confuse -omega as "-o mega".
4980
4981 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
4982
4983 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
4984 (log-edit-author): New dynamic var.
4985 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
4986 to return the author if different from committer.
4987 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
4988
4989 * play/landmark.el: Adjust commenting convention.
4990 (lm-nil-score): Rename from nil-score.
4991 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
4992 (OOOOscore): Move into a let in lm-score-trans-table.
4993 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
4994
4995 * electric.el (electric-indent-chars): Autoload.
4996 * progmodes/octave-mod.el (octave-mode):
4997 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
4998 (ruby-mode-abbrev-table): Merge initialization and declaration.
4999
5000 2010-10-27 Glenn Morris <rgm@gnu.org>
5001
5002 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
5003 variable.
5004
5005 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
5006
5007 * term/ns-win.el: Restore require of cl when compiling.
5008 (menu-bar-final-items): Remove non-existent `windows' menu.
5009 (ns-handle-nxopen): Optionally handle the temp-case.
5010 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
5011 (ns-insert-file, ns-find-file): Use `pop'.
5012
5013 2010-10-26 Glenn Morris <rgm@gnu.org>
5014
5015 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
5016
5017 2010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
5018
5019 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
5020 global map.
5021 * term/common-win.el (x-setup-function-keys): Remove most of the
5022 keymappings. Comment on the remaining ones.
5023
5024 2010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
5025
5026 * server.el (server-port): New option. (Bug#854)
5027 (server-start): Use server-port.
5028
5029 2010-10-26 Glenn Morris <rgm@gnu.org>
5030
5031 * term/ns-win.el (ns-version-string): Remove unused declaration.
5032 (ns-invocation-args): Change to x-invocation-args.
5033 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
5034 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
5035 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
5036 Use x-invocation-args instead of ns-invocation-args.
5037 (ns-initialize-window-system, handle-args-function-alist):
5038 Use x-handle-args instead of ns-handle-args.
5039 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
5040 * startup.el (command-line-ns-option-alist): Replace
5041 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
5042 ns-handle-iconic with the x- equivalents.
5043
5044 * term/common-win.el (x-select-enable-clipboard):
5045 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
5046
5047 * term/ns-win.el: No need to require cl when compiling.
5048 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
5049 (xw-defined-colors): Use the common-win definitions.
5050 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
5051 (ns-handle-iconic): Make it an alias for x-handle-iconic.
5052 * term/common-win.el (x-select-text, x-alternatives-map)
5053 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
5054 * loadup.el [ns]: Load common-win.
5055
5056 2010-10-26 Daiki Ueno <ueno@unixuser.org>
5057
5058 * epa-mail.el (epa-mail-encrypt): Handle local-part only
5059 recipients; expand mail aliases (Bug#7280).
5060
5061 2010-10-25 Glenn Morris <rgm@gnu.org>
5062
5063 * term/common-win.el (x-handle-switch): Simplify with pop.
5064 Optionally handle numeric switches.
5065 (x-handle-numeric-switch): Just call x-handle-switch.
5066 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
5067 (x-handle-name-switch, x-handle-display, x-handle-args):
5068 Simplify with pop.
5069
5070 * term/ns-win.el: Do not require easymenu.
5071 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
5072 <spell>: Move adjustments to menu-bar.el.
5073 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
5074 <separator-undo, spell>: Move ns-win's adjustments here.
5075 * loadup.el [ns]: Do not load easymenu.
5076
5077 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5078
5079 * image.el (image-checkbox-checked, image-checkbox-unchecked):
5080 Delete (Bug#7222).
5081
5082 * startup.el (fancy-startup-tail): Instead of using inline images,
5083 refer to image files from etc/.
5084
5085 * wid-edit.el (checkbox): Likewise.
5086 (widget-image-find): Center image specs.
5087
5088 2010-10-24 Glenn Morris <rgm@gnu.org>
5089
5090 * term/ns-win.el (x-select-text): Doc fix.
5091 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
5092 (x-select-text): Move to term/common-win.
5093 * term/w32-win.el (xw-defined-colors): Move to common-win.
5094 * term/x-win.el (xw-defined-colors, x-alternatives-map)
5095 (x-setup-function-keys, x-select-text): Move to common-win.
5096 * term/common-win.el (x-select-text, x-alternatives-map)
5097 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
5098 definitions here.
5099
5100 2010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
5101
5102 * net/mairix.el (mairix-searches-mode-map):
5103 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
5104
5105 2010-10-24 Michael McNamara <mac@mail.brushroad.com>
5106
5107 * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
5108 auto-built for efficiency of execution and updating.
5109 (verilog-extended-complete-re): Support 'pure' fucntion & task
5110 declarations (these have no bodies).
5111 (verilog-beg-of-statement): General cleanup to enable support of
5112 'pure' fucntion & task declarations (these have no bodies).
5113 These efforts together fix Verilog bug210 from veripool; which was also
5114 noticed by Steve Pearlmutter.
5115 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
5116 (verilog-directive-nest-re, verilog-set-auto-endcomments):
5117 Support `elsif. Reported by Shankar Giri.
5118 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
5119 attribute handling for lining up declarations and assignments.
5120 (verilog-beg-of-statement-1): Fix issue where continued declaration
5121 is indented differently if it is after a begin..end clock.
5122 (verilog-in-attribute-p, verilog-skip-backward-comments)
5123 (verilog-skip-forward-comment-p): Support proper treatment of
5124 attributes by indent code. Reported by Jeff Steele.
5125 (verilog-in-directive-p): Fix comment to correctly describe function.
5126 (verilog-backward-up-list, verilog-in-struct-region-p)
5127 (verilog-backward-token, verilog-in-struct-p)
5128 (verilog-in-coverage-p, verilog-do-indent)
5129 (verilog-pretty-declarations): Use verilog-backward-up-list as
5130 wrapper around backward-up-list inorder to properly skip comments.
5131 Reported by David Rogoff.
5132 (verilog-property-re, verilog-endcomment-reason-re)
5133 (verilog-beg-of-statement, verilog-set-auto-endcomments)
5134 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
5135 of if). Reported by Max Bjurling and
5136 (verilog-calc-1): Fix for clocking block in modport
5137 declaration. Reported by Brian Hunter.
5138
5139 2010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
5140
5141 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
5142 (verilog-gate-keywords, verilog-read-sub-decls)
5143 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
5144 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
5145 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
5146 (verilog-read-decls): Fix spaces in V2K module parameters causing
5147 mis-identification as interfaces, bug287.
5148 (verilog-read-decls): Fix not treating "parameter string" as a
5149 parameter in AUTOINSTPARAM.
5150 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
5151 treating `elsif similar to `endif inside AUTOSENSE.
5152 (verilog-do-indent): Implement correct automatic or static task or
5153 function end comment highlight. Reported by Steve Pearlmutter.
5154 (verilog-font-lock-keywords-2): Fix highlighting of single
5155 character pins, bug264. Reported by Michael Laajanen.
5156 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
5157 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
5158 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
5159 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
5160 (verilog-pretty-expr): Fix interactive arguments, bug272.
5161 Reported by Mark Johnson.
5162 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
5163 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
5164 bug269. Suggested by Gary Delp.
5165 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
5166 (verilog-preprocessor, verilog-set-compile-command):
5167 Create verilog-preprocess and verilog-preprocessor to show
5168 preprocessed output.
5169 (verilog-get-beg-of-line, verilog-get-end-of-line)
5170 (verilog-modi-file-or-buffer, verilog-modi-name)
5171 (verilog-modi-point, verilog-within-string): Move defmacro's
5172 before first use to avoid warning. Reported by Steve Pearlmutter.
5173 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
5174 (verilog-colorize-region, verilog-highlight-buffer)
5175 (verilog-highlight-includes, verilog-highlight-modules)
5176 (verilog-highlight-region, verilog-mode): Rename colorize to
5177 highlight to match other packages. Disable module highlighting,
5178 as received speed complaints, reenable for experimentation only
5179 using new verilog-highlight-modules.
5180 (verilog-read-decls): Fix regexp stack overflow in very large
5181 AUTO_TEMPLATEs, bug250.
5182 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
5183 (verilog-scan): Create verilog-save-buffer-state to standardize
5184 making insignificant changes that shouldn't call hooks.
5185 (verilog-save-no-change-functions, verilog-save-scan-cache)
5186 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
5187 Create verilog-save-no-change-functions to wrap verilog-scan
5188 preservation, and fix to work with nested preserved calls.
5189 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
5190 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
5191 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
5192 (verilog-submit-bug-report): Update variable list to be complete.
5193 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
5194 breaking on-the-fly font-locking.
5195 (verilog-colorize-buffer, verilog-colorize-include-files)
5196 (verilog-colorize-include-files-buffer, verilog-colorize-region)
5197 (verilog-load-file-at-mouse, verilog-load-file-at-point)
5198 (verilog-mode, verilog-read-inst-module-matcher): With point on a
5199 AUTOINST cell instance name, middle mouse button now finds-file on
5200 it. Suggested by Brad Dobbie.
5201 (verilog-alw-get-temps, verilog-auto-reset)
5202 (verilog-auto-sense-sigs, verilog-read-always-signals)
5203 (verilog-read-always-signals-recurse): Fix loop indexes being
5204 AUTORESET. AUTORESET now assumes any variables in the
5205 initialization section of a for() should be ignored.
5206 Reported by Dan Dever.
5207 (verilog-error-font-lock-keywords)
5208 (verilog-error-regexp-emacs-alist)
5209 (verilog-error-regexp-xemacs-alist): Fix error detection of
5210 Cadence HAL, reported by David Asher. Repair drift between the
5211 three similar error variables.
5212 (verilog-modi-lookup, verilog-modi-lookup-cache)
5213 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
5214 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
5215 Fix slow verilog-auto expansion on very large files.
5216 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
5217 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
5218 "{1*2{...". Broke in last revision.
5219 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
5220 submodule connections with replications "{#{a},#{b}}".
5221
5222 2010-10-24 Juanma Barranquero <lekktu@gmail.com>
5223
5224 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
5225 Fix typo in docstring.
5226
5227 2010-10-24 Kenichi Handa <handa@m17n.org>
5228
5229 * face-remap.el (text-scale-adjust): Call read-event with a proper
5230 prompt.
5231
5232 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5233
5234 * emacs-lisp/unsafep.el: Don't mark functions that display
5235 messages as safe. Suggested by Johan Bockgård.
5236
5237 2010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5238
5239 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
5240 Turn comments into docstrings.
5241
5242 * minibuffer.el (completion--replace): Move point where it belongs
5243 when there's a common suffix (bug#7215).
5244
5245 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5246
5247 Merge read-color and facemenu-read-color (Bug#7242).
5248
5249 * faces.el (read-color): Use the completion code from
5250 facemenu-read-color. Require match in completion. Doc fix.
5251
5252 * facemenu.el (facemenu-read-color): Alias for read-color.
5253 (facemenu-set-foreground, facemenu-set-background):
5254 Use read-color.
5255
5256 * frame.el (set-background-color, set-foreground-color)
5257 (set-cursor-color, set-mouse-color, set-border-color):
5258 Use read-color.
5259
5260 2010-10-24 Leo <sdl.web@gmail.com>
5261
5262 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
5263 argument of delete-file and delete-directory (Bug#7011).
5264
5265 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5266
5267 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
5268 button-buffer-map.
5269
5270 2010-10-24 Ralf Angeli <angeli@caeruleus.net>
5271
5272 * emacs-lisp/package.el (package--generate-package-list): Make the
5273 *Packages* buffer read-only.
5274
5275 2010-10-24 Alan Mackenzie <acm@muc.de>
5276
5277 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
5278 result of `c-beginning-of-decl-1' between invocations of a lambda
5279 function (Bug #7265).
5280
5281 2010-10-24 Daiki Ueno <ueno@unixuser.org>
5282
5283 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
5284 executable is not available on the system (Bug#7268).
5285
5286 2010-10-24 Glenn Morris <rgm@gnu.org>
5287
5288 * select.el (selection-coding-system, next-selection-coding-system):
5289 Sync doc with C versions.
5290
5291 * w32-vars.el (x-select-enable-clipboard):
5292 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
5293 * term/common-win.el (x-select-enable-clipboard): Move here.
5294
5295 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
5296 definition of C variable.
5297
5298 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
5299 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5300 Don't redefine things that are defined in C.
5301 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
5302 (show-trailing-whitespace, auto-hscroll-mode)
5303 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5304 Set up the appropriate custom properties.
5305
5306 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5307
5308 Bind "C-c ]" to ...
5309 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
5310 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
5311 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
5312 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
5313
5314 2010-10-23 Glenn Morris <rgm@gnu.org>
5315
5316 * textmodes/flyspell.el (flyspell-mode): If there was an error,
5317 say what it was.
5318
5319 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
5320 Sync docs with C version.
5321
5322 * term/ns-win.el (xw-defined-colors):
5323 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
5324
5325 * term/pc-win.el (x-select-enable-clipboard):
5326 * term/x-win.el (x-select-enable-clipboard):
5327 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
5328
5329 * comint.el (comint-password-prompt-regexp): Make it less vague.
5330 Bump version.
5331
5332 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
5333
5334 * help.el (finder-by-keyword): Remove unnecessary autoload.
5335
5336 2010-10-22 Glenn Morris <rgm@gnu.org>
5337
5338 * loadup.el: Unconditionally load float-sup.
5339 * paren.el (show-paren-delay):
5340 * emacs-lisp/float-sup.el:
5341 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
5342 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
5343 (lazy-lock-stealth-verbose): Assume float support.
5344 * ps-print.el: Assume float support on Emacs.
5345 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
5346 Remove non-float branch.
5347
5348 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
5349 src/Makefile no longer being pre-processed.
5350
5351 2010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5352
5353 * emacs-lisp/find-func.el (find-library): Use test-completion.
5354
5355 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5356
5357 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
5358
5359 2010-10-21 Michael Albinus <michael.albinus@gmx.de>
5360
5361 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
5362 space in stat format string.
5363 (tramp-send-command): Unset $PS1 when using here documents, in
5364 order not to get several prompts.
5365 (tramp-get-inline-coding): Return `nil' in case of errors.
5366
5367 2010-10-21 Daiki Ueno <ueno@unixuser.org>
5368
5369 * hexl.el (hexl-mode, hexl-mode-exit):
5370 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
5371 (hexl-revert-buffer-function): New function.
5372 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
5373
5374 2010-10-19 Alan Mackenzie <acm@muc.de>
5375
5376 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
5377 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
5378 that these keywords aren't wrongly matched as identifiers.
5379
5380 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
5381 setting of c-new-BEG and c-new-END from c-before-change to
5382 c-after-change. (Bug#7181)
5383
5384 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
5385
5386 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
5387 Don't mark as safe.
5388
5389 * custom.el (custom-theme-set-variables): Likewise.
5390 (load-theme): Add custom-theme-set-faces and
5391 custom-theme-set-variables to safe-functions while loading.
5392 (custom-enabled-themes): Mark as risky.
5393
5394 2010-10-18 Julien Danjou <julien@danjou.info>
5395
5396 * bindings.el: Remove end dashes in default mode-line-format.
5397
5398 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
5399
5400 * bindings.el (global-map): Bind C-d to delete-char and deletechar
5401 to delete-forward-char.
5402
5403 * simple.el (normal-erase-is-backspace-mode): Remap delete to
5404 deletechar, and hence delete-forward-char.
5405
5406 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5407
5408 * repeat.el (repeat): Use read-key (bug#6256).
5409
5410 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
5411
5412 * emacs-lisp/unsafep.el: Don't mark functions that display
5413 messages as safe. Suggested by Johan Bockgård.
5414
5415 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5416
5417 * minibuffer.el (completion--replace): Move point where it belongs
5418 when there's a common suffix (bug#7215).
5419
5420 2010-10-19 Kenichi Handa <handa@m17n.org>
5421
5422 * international/characters.el: Add category '|' (word breakable)
5423 to fullwidth characters.
5424
5425 2010-10-19 Michael Albinus <michael.albinus@gmx.de>
5426
5427 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
5428 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
5429 order to make stat results a float. Patch by Andreas Schwab
5430 <schwab@linux-m68k.org>.
5431
5432 2010-10-18 Julien Danjou <julien@danjou.info>
5433
5434 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
5435 hidden by `make-pointer-invisible'.
5436
5437 2010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5438
5439 * files.el (locate-file-completion-table): Strip non-matching elements
5440 before checking length of list (bug#7238).
5441
5442 2010-10-18 Chong Yidong <cyd@stupidchicken.com>
5443
5444 * custom.el (custom-theme-set-variables): Mark as a safe function.
5445 (load-theme): Check forms using unsafep.
5446
5447 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
5448
5449 2010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
5450
5451 * textmodes/ispell.el (ispell-aspell-find-dictionary):
5452 Fix aspell data file searching (bug#7230).
5453
5454 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
5455
5456 * cus-theme.el (custom-theme--migrate-settings): New var.
5457 (customize-create-theme): Allow editing the `user' theme.
5458 (custom-theme-add-variable, custom-theme-add-var-1)
5459 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
5460 to the front of each variable or face widget.
5461 (custom-theme-write): Save theme settings in the correct order.
5462 Optionally, remove saved settings from user customizations.
5463 (custom-theme-write-variables, custom-theme-write-faces):
5464 Save only the checked widgets.
5465 (customize-themes): Add a link for migrating custom settings.
5466
5467 * custom.el (custom-declare-theme, provide-theme):
5468 Use custom-theme-name-valid-p.
5469 (custom-theme-name-valid-p): Remove checks that are now
5470 unnecessary since themes no longer obey load-path.
5471
5472 * cus-edit.el (custom-variable-value-create): For the simple
5473 style, hide documentation string when hidden.
5474
5475 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
5476
5477 * cus-edit.el (custom-variable, custom-face): Combine the
5478 :inhibit-magic and :display-style properties into a single
5479 :custom-style property.
5480 (custom-toggle-hide-variable, custom-toggle-hide-face):
5481 New functions. If hiding an edited value, save it to :shown-value.
5482 (custom-variable-value-create, custom-face-value-create): Use them.
5483 (custom-magic-reset): Allow magic property to be unset.
5484
5485 * custom.el: Custom themes no longer use load-path.
5486 (custom-theme-load-path): New option. Change built-in theme
5487 directory to etc/.
5488 (custom-enabled-themes): Add custom-theme-load-path dependency.
5489 (custom-theme--load-path): New function.
5490 (load-theme, custom-available-themes): Use it.
5491
5492 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
5493 (customize-themes): Link to custom-theme-load-path variable.
5494 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
5495 :custom-style property.
5496
5497 * themes/*.el: Moved to etc/.
5498
5499 2010-10-16 Ralf Angeli <angeli@caeruleus.net>
5500
5501 * textmodes/reftex-cite.el
5502 (reftex-extract-bib-entries-from-thebibliography): Do not move
5503 point when searching for \bibitem entries. Match entries with
5504 spaces or tabs in front of arguments.
5505
5506 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
5507
5508 * cus-theme.el (customize-create-theme): Delete overlays after
5509 erasing. If given a THEME arg, display only the faces of that arg
5510 instead of custom-theme--listed-faces.
5511 (custom-theme-variable-menu, custom-theme-variable-action)
5512 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
5513 (custom-theme-add-variable, custom-theme-add-face): Apply value
5514 from the theme settings, instead of the current value.
5515 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
5516 (custom-theme-visit-theme): Allow calling outside theme buffers.
5517 (custom-theme-merge-theme): Don't enable the theme when merging.
5518 (custom-theme-write-variables, custom-theme-write-faces): Use the
5519 :shown-value properties to save buffer values, not global ones.
5520 (customize-themes): Display a warning about user customizations.
5521
5522 * cus-edit.el (custom-variable-value-create)
5523 (custom-face-value-create): Obey new special properties
5524 :shown-value and :inhibit-magic.
5525
5526 2010-10-15 Michael Albinus <michael.albinus@gmx.de>
5527
5528 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
5529 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
5530 <dale@codefu.org>.
5531
5532 2010-10-14 Kenichi Handa <handa@m17n.org>
5533
5534 * mail/rmail.el (rmail-show-message-1): Catch an error of
5535 base64-decode-region and just show an error message (bug#7165).
5536
5537 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
5538 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
5539 a font-spec (bug#7197).
5540
5541 2010-10-14 Glenn Morris <rgm@gnu.org>
5542
5543 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
5544
5545 2010-10-14 Juanma Barranquero <lekktu@gmail.com>
5546
5547 * international/mule.el (define-coding-system):
5548 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5549 * composite.el (compose-region): Fix typo in docstring.
5550
5551 2010-10-14 Chong Yidong <cyd@stupidchicken.com>
5552
5553 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
5554 only after checking the theme-face property.
5555
5556 * faces.el (face-spec-reset-face): Reset all attributes in one
5557 single call to set-face-attribute.
5558 (face-spec-match-p): Make it a defsubst.
5559 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
5560 (x-create-frame-with-faces, tty-create-frame-with-faces)
5561 (tty-set-up-initial-frame-faces): Don't recompute face specs in
5562 frame-set-background-mode, since they are recomputed immediately
5563 afterwards in face-set-after-frame-default.
5564 (face-set-after-frame-default): Minor optimization.
5565 (cursor): Provide non-trivial defface spec.
5566
5567 * custom.el (custom-theme-recalc-face): Simplify.
5568
5569 2010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
5570
5571 * calc/calc-alg.el (math-var): Rename from `var'.
5572 (math-is-polynomial, math-is-poly-rec): Replace `var'
5573 with `math-var'.
5574
5575 * calc/calcalg2.el (math-var): Rename from `var'.
5576 (calcFunc-table, math-scan-for-limits): Replace `var'
5577 with `math-var'.
5578
5579 2010-10-13 Glenn Morris <rgm@gnu.org>
5580
5581 * subr.el (last): Deal with dotted lists (reported in bug#7174).
5582
5583 2010-10-13 Stephen Berman <stephen.berman@gmx.net>
5584
5585 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
5586
5587 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5588
5589 * net/tls.el (tls-program): Remove spurious %s from openssl.
5590 (tls-starttls-switches): Remove starttls hack.
5591 (open-tls-stream): Ditto.
5592 (tls-find-starttls-argument): Ditto.
5593
5594 2010-10-13 Juanma Barranquero <lekktu@gmail.com>
5595
5596 * image.el (image-library-alist): Declare as obsolete alias.
5597 (image-type-available-p): Use `dynamic-library-alist'.
5598
5599 * term/w32-win.el (dynamic-library-alist):
5600 Use instead of `image-library-alist'.
5601
5602 2010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
5603
5604 * subr.el (last): Make it faster. (Bug#7174)
5605
5606 2010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
5607
5608 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
5609
5610 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
5611
5612 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
5613 (describe-theme-1): Extract doc from unloaded themes.
5614
5615 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
5616
5617 * themes/tango-theme.el:
5618 * themes/tango-dark-theme.el:
5619 * themes/wheatgrass-theme.el: New files.
5620
5621 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
5622
5623 * cus-theme.el (describe-theme, customize-themes)
5624 (custom-theme-save): New commands.
5625 (custom-new-theme-mode-map): Bind C-x C-s.
5626 (custom-new-theme-mode): Use custom--initialize-widget-variables.
5627 (customize-create-theme): New optional arg THEME.
5628 (custom-theme-revert): Use it.
5629 (custom-theme-visit-theme): Remove dead code.
5630 (custom-theme-merge-theme): Use custom-available-themes.
5631 (custom-theme-write): Make interactive.
5632 (custom-theme-write): Use custom-theme-name-valid-p.
5633 (describe-theme-1, custom-theme-choose-revert)
5634 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
5635 New funs.
5636 (custom-theme-allow-multiple-selections): New option.
5637 (custom-theme-choose-mode): New major mode.
5638
5639 * custom.el (custom-theme-set-variables): Remove dead code.
5640 Obey custom--inhibit-theme-enable.
5641 (custom--inhibit-theme-enable): New var.
5642 (provide-theme): Obey it.
5643 (load-theme): Replace load with manual read/eval, in order to
5644 check for correctness. Use custom-theme-name-valid-p.
5645 (custom-theme-name-valid-p): New function.
5646 (custom-available-themes): Use it.
5647
5648 * cus-edit.el (custom--initialize-widget-variables): New function.
5649 (Custom-mode): Use it.
5650
5651 * cus-face.el (custom-theme-set-faces): Remove dead code.
5652 Obey custom--inhibit-theme-enable.
5653
5654 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
5655
5656 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
5657
5658 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
5659
5660 2010-10-12 Jan Djärv <jan.h.d@swipnet.se>
5661
5662 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
5663 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
5664 (mac-right-option-modifier): New alias for ns-right-option-modifier.
5665
5666 * cus-start.el (all): ns-right-alternate-modifier is new.
5667
5668 2010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5669
5670 * emacs-lisp/lisp.el (lisp-completion-at-point):
5671 Use emacs-lisp-mode-syntax-table for the whole function.
5672
5673 2010-10-12 David Koppelman <koppel@ece.lsu.edu>
5674
5675 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
5676 instead of font-lock-mode before adding keywords.
5677 Remove hi-lock-mode off code. Remove inhibit hack.
5678 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
5679 non-nil; removed hook inhibit hack.
5680
5681 2010-10-12 Glenn Morris <rgm@gnu.org>
5682
5683 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
5684 (load-path-shadows-find): ... to this.
5685 (list-load-path-shadows): Update for above change.
5686
5687 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
5688
5689 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
5690
5691 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
5692 Fix comment for declare-function.
5693
5694 2010-10-11 Chong Yidong <cyd@stupidchicken.com>
5695
5696 * custom.el (custom-fix-face-spec): New function; code moved from
5697 custom-face-edit-fix-value.
5698 (custom-push-theme): Use it when checking if a face has been
5699 changed outside customize.
5700 (custom-available-themes): New function.
5701 (load-theme): Use it.
5702
5703 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
5704
5705 * custom.el (custom-push-theme): Cleanup (use cond).
5706 (disable-theme): Recompute the saved-face property.
5707 (custom-theme-recalc-face): Follow face alias before setting prop.
5708
5709 * image.el (image-checkbox-checked, image-checkbox-unchecked):
5710 New variables, containing checkbox images.
5711
5712 * startup.el (fancy-startup-tail):
5713 * wid-edit.el (checkbox): Use them.
5714
5715 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
5716
5717 * shell.el (shell-mode-map):
5718 * progmodes/modula2.el (m2-mode-map):
5719 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
5720 * play/mpuz.el (mpuz-mode-map):
5721 * play/landmark.el (lm-mode-map):
5722 * play/decipher.el (decipher-mode-map):
5723 * play/5x5.el (5x5-mode-map):
5724 * net/telnet.el (telnet-mode-map):
5725 * net/quickurl.el (quickurl-list-mode-map):
5726 * net/mairix.el (mairix-searches-mode-map):
5727 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
5728 * net/dig.el (dig-mode-map):
5729 * mail/mspools.el (mspools-mode-map):
5730 * hexl.el (hexl-mode-map):
5731 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
5732 (wordstar-C-o-map, wordstar-C-q-map):
5733 * emacs-lisp/edebug.el (edebug-eval-mode-map):
5734 * emacs-lisp/chart.el (chart-map):
5735 * edmacro.el (edmacro-mode-map):
5736 * erc/erc-list.el (erc-list-menu-mode-map):
5737 * array.el (array-mode-map): Declare and define in one step.
5738
5739 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
5740
5741 2010-10-10 Daiki Ueno <ueno@unixuser.org>
5742
5743 * epa.el (epa-passphrase-callback-function): Display filename
5744 passed as the 3rd arg.
5745 * epa-file.el (epa-file-passphrase-callback-function):
5746 Pass filename to epa-passphrase-callback-function.
5747
5748 2010-10-09 Chong Yidong <cyd@stupidchicken.com>
5749
5750 * cus-edit.el (custom-face-widget-to-spec)
5751 (custom-face-get-current-spec, custom-face-state): New functions.
5752 (custom-face-set, custom-face-mark-to-save)
5753 (custom-face-value-create, custom-face-state-set): Use them.
5754
5755 * cus-theme.el (custom-theme--listed-faces): New var.
5756 (customize-create-theme): Use *Custom Theme* as the buffer name.
5757 Set revert-buffer-function. Optional arg BUFFER. Insert all
5758 faces listed in custom-theme--listed-faces.
5759 (custom-theme-revert): New function.
5760 (custom-theme-add-variable, custom-theme-add-face): Insert at the
5761 bottom of the list.
5762 (custom-theme-write): Prompt for theme name if empty.
5763 (custom-theme-write-variables): Use dolist.
5764 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
5765
5766 2010-10-09 Alan Mackenzie <acm@muc.de>
5767
5768 Enhance fontification of declarators to take account of the
5769 presence/absence of "typedef".
5770
5771 * cc-engine.el (c-forward-type): New &optional param
5772 "brace-block-too".
5773 (c-forward-decl-or-cast-1): cdr of return value now indicates the
5774 presence of either or both of a "struct"-like keyword and "typedef".
5775
5776 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
5777 fontification of declarators which follow a "}".
5778 (c-font-lock-declarations): Fontify declarators according to the
5779 presence/absence of "typedef".
5780
5781 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
5782 for "typedef".
5783 (c-typedef-decl-key): New lang variable built from
5784 c-typedef-decl-kwds.
5785
5786 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5787
5788 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
5789 since that's too annoying. Move the filter groups commands to
5790 TAB/backtab.
5791
5792 * epa.el (epa-passphrase-callback-function): Say what we're
5793 querying the password for.
5794
5795 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
5796 behaviour, don't bury the ibuffer buffer when visiting other buffers.
5797
5798 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
5799
5800 * cus-edit.el (custom-commands, custom-buffer-create-internal)
5801 (custom-magic-value-create): Pad button tags with spaces.
5802 (custom-face-edit): New variable.
5803 (custom-face-value-create): Determine whether to use the usual
5804 face editor here, instead of using custom-face-selected.
5805 Pass face defaults to custom-face-edit widget.
5806 (custom-face-selected, custom-display-unselected): Delete widgets.
5807 (custom-display-unselected-match): Function removed.
5808 (custom-face-set, custom-face-mark-to-save):
5809 Accept custom-face-edit widgets as the direct widget child.
5810
5811 * wid-edit.el (widget--completing-widget): New var.
5812 (widget-default-complete): Bind it when doing completion.
5813 (widget-string-complete, widget-file-complete): Use it.
5814
5815 2010-10-09 Glenn Morris <rgm@gnu.org>
5816
5817 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
5818 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
5819 (holiday-hebrew-misc): Small simplifications.
5820
5821 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
5822
5823 * net/browse-url.el: Don't require thingatpt, term, dired,
5824 executable, or w3-auto when compiling.
5825 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
5826 Declare.
5827 (browse-url-text-emacs): Require term.
5828
5829 2010-10-08 Andreas Schwab <schwab@linux-m68k.org>
5830
5831 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
5832
5833 2010-10-08 Glenn Morris <rgm@gnu.org>
5834
5835 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
5836
5837 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
5838 (shadows-compare-text-p): Make it an obsolete alias for...
5839 (load-path-shadows-compare-text): ... new name.
5840 (find-emacs-lisp-shadows): Update for above name change.
5841 (load-path-shadows-same-file-or-nonexistent): New name for the old
5842 shadow-same-file-or-nonexistent.
5843
5844 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
5845
5846 * minibuffer.el (completion--some, completion--do-completion)
5847 (minibuffer-complete-and-exit, minibuffer-completion-help)
5848 (completion-basic-try-completion)
5849 (completion-basic-all-completions)
5850 (completion-pcm--find-all-completions): Use lexical-let to
5851 avoid some false matches in variable completion (Bug#7056)
5852
5853 2010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
5854
5855 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
5856
5857 2010-10-08 Leo <sdl.web@gmail.com>
5858
5859 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
5860 return non-nil if the file exists (Bug#7090).
5861
5862 2010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5863
5864 * minibuffer.el (completion--replace):
5865 Better preserve markers (bug#7138).
5866
5867 2010-10-08 Juanma Barranquero <lekktu@gmail.com>
5868
5869 * server.el (server-process-filter): Doc fix.
5870
5871 2010-10-08 Drew Adams <drew.adams@oracle.com>
5872
5873 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
5874
5875 2010-10-08 Glenn Morris <rgm@gnu.org>
5876
5877 * vc/ediff-wind.el (ediff-setup-control-frame):
5878 * vc/ediff-ptch.el (ediff-default-backup-extension):
5879 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
5880 (ediff-exec-process): Remove system-types emx, windows-95.
5881
5882 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
5883
5884 2010-10-07 Chong Yidong <cyd@stupidchicken.com>
5885
5886 * cus-edit.el (custom-variable, custom-face): Doc fix.
5887 (custom-face-edit): Add value-create attribute.
5888 (custom-face-edit-value-create)
5889 (custom-face-edit-value-visibility-action): New functions.
5890 Hide unused face attributes by default, and add a visibility toggle.
5891 (custom-face-edit-deactivate): Show empty values with shadow face.
5892 (custom-face-selected): Only use this for face specs with default
5893 attributes.
5894 (custom-face-value-create): Cleanup.
5895
5896 * wid-edit.el (widget-checklist-value-create): Use dolist.
5897 (widget-checklist-match-find): Make second arg optional.
5898
5899 2010-10-07 Glenn Morris <rgm@gnu.org>
5900
5901 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
5902 Prefix things.
5903
5904 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
5905 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
5906 load-path-shadows-mode, update references.
5907 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
5908 Rename variable and button.
5909 (list-load-path-shadows): Update button caller.
5910
5911 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5912
5913 * emacs-lisp/smie.el (smie-bnf-classify): New function.
5914 (smie-bnf-precedence-table): Use it to remember the closers/openers.
5915 (smie-merge-prec2s): Handle those new entries.
5916 (smie-prec2-levels): Only set precedence to nil for actual
5917 openers/closers.
5918 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
5919 that is now unnecessary.
5920
5921 2010-10-07 Miles Bader <miles@gnu.org>
5922
5923 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
5924
5925 2010-10-07 Glenn Morris <rgm@gnu.org>
5926
5927 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
5928 (mail-position-on-field): Remove declarations.
5929 (mail-position-on-field): Autoload it.
5930 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
5931 and mail-header-end. Don't require sendmail.
5932
5933 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
5934 (shadow-mode): New mode.
5935 (shadow-find-file): New button.
5936 (list-load-path-shadows): Use shadow-mode and buttons.
5937
5938 * iimage.el (iimage-version): Remove.
5939 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
5940 Turn into defcustoms.
5941 (iimage-mode-map): Give it a doc string.
5942
5943 * calendar/appt.el (appt-activate): Give a warning rather than an error
5944 if there is no diary-file.
5945
5946 2010-10-06 Michael Albinus <michael.albinus@gmx.de>
5947
5948 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5949 Use `tramp-handle-find-backup-file-name'.
5950
5951 2010-10-06 Glenn Morris <rgm@gnu.org>
5952
5953 * font-core.el (font-lock-defaults-alist): Remove variable.
5954 (font-lock-mode): Doc fix.
5955 (font-lock-default-function): Do not consult font-lock-defaults-alist.
5956 * font-lock.el (font-lock-refresh-defaults): Doc fix.
5957 (font-lock-set-defaults): Doc fix.
5958 Do not consult font-lock-defaults-alist.
5959
5960 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
5961
5962 * emacs-lisp/cl.el: No longer provide cl-19.
5963
5964 2010-10-05 Michael Albinus <michael.albinus@gmx.de>
5965
5966 * net/tramp.el (tramp-handle-directory-files-and-attributes)
5967 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
5968 New defuns, taken from tramp-smb.el.
5969 (tramp-coding-system-change-eol-conversion)
5970 (tramp-set-process-query-on-exit-flag): Remove.
5971
5972 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
5973 (tramp-compat-coding-system-change-eol-conversion)
5974 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
5975 from tramp.el.
5976
5977 * net/tramp-gvfs.el:
5978 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
5979 by `tramp-compat-set-process-query-on-exit-flag'.
5980
5981 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5982 Use `tramp-handle-directory-files-and-attributes',
5983 `tramp-handle-file-exists-p' and
5984 `tramp-handle-file-newer-than-file-p'.
5985 (tramp-imap-handle-file-exists-p)
5986 (tramp-imap-handle-file-executable-p)
5987 (tramp-imap-handle-file-readable-p)
5988 (tramp-imap-handle-directory-files-and-attributes)
5989 (tramp-imap-handle-file-newer-than-file-p): Remove.
5990
5991 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
5992 by `tramp-compat-set-process-query-on-exit-flag' and
5993 `tramp-coding-system-change-eol-conversion' by
5994 `tramp-compat-coding-system-change-eol-conversion'.
5995
5996 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5997 Use `tramp-handle-directory-files-and-attributes',
5998 `tramp-handle-file-exists-p' and
5999 `tramp-handle-file-newer-than-file-p'.
6000 (tramp-smb-handle-directory-files-and-attributes)
6001 (tramp-smb-handle-file-exists-p)
6002 (tramp-smb-handle-file-newer-than-file-p): Remove.
6003 (tramp-smb-maybe-open-connection):
6004 Replace `tramp-set-process-query-on-exit-flag' by
6005 `tramp-compat-set-process-query-on-exit-flag'.
6006
6007 2010-10-05 Glenn Morris <rgm@gnu.org>
6008
6009 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
6010
6011 2010-10-04 Michael Albinus <michael.albinus@gmx.de>
6012
6013 Continue reorganization of load dependencies. (Bug#7156)
6014
6015 * net/tramp.el (tramp-handle-file-local-copy-hook)
6016 (tramp-delete-temp-file-function): Move down.
6017 (tramp-exists-file-name-handler): Move up.
6018 (tramp-register-file-name-handlers): Simplify autoload.
6019 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
6020 (tramp-handle-directory-files, tramp-handle-dired-uncache)
6021 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
6022 (tramp-handle-file-name-completion)
6023 (tramp-handle-file-name-directory)
6024 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
6025 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
6026 (tramp-handle-find-backup-file-name)
6027 (tramp-handle-insert-file-contents, tramp-handle-load)
6028 (tramp-handle-substitute-in-file-name)
6029 (tramp-handle-unhandled-file-name-directory)
6030 (tramp-mode-string-to-int, tramp-local-host-p)
6031 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
6032
6033 * net/tramp-gvfs.el (top):
6034 * net/tramp-smb.el (top): Do not require 'tramp-sh.
6035
6036 * net/tramp-sh.el (all): Move several objects to tramp.el, see
6037 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
6038
6039 2010-10-04 Glenn Morris <rgm@gnu.org>
6040
6041 * calendar/appt.el (appt-add): Ensure reminders are enabled.
6042 (appt-activate): Give status messages.
6043
6044 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6045
6046 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
6047 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
6048 `gnutls-negotiate' (formerly `starttls-negotiate').
6049 Remove trivial wrapper `starttls-open-stream'.
6050
6051 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6052
6053 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
6054 log-outgoing commands.
6055 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
6056 to create a buffer local revert-buffer-function variable.
6057 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
6058 revert-buffer-function lambda.
6059
6060 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6061
6062 * net/gnutls.el (starttls-negotiate): Use the plist interface to
6063 `gnutls-boot'. Make TYPE the only required parameter.
6064 Allow TRUSTFILES and KEYFILES to be lists.
6065 (open-ssl-stream): Use it.
6066
6067 2010-10-03 Glenn Morris <rgm@gnu.org>
6068
6069 * subr.el (directory-sep-char): Remove obsolete variable.
6070 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
6071 it is "necessary".
6072
6073 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
6074 * vc/vc.el (vc-static-header-alist): Doc fix.
6075 * vc/vc-cvs.el (vc-cvs-header):
6076 * vc/vc-rcs.el (vc-rcs-header):
6077 * vc/vc-sccs.el (vc-sccs-header):
6078 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
6079 * obsolete/vc-mcvs.el (vc-mcvs-header):
6080 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
6081 on XEmacs.
6082
6083 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
6084
6085 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
6086 Remove obsolete use of binary-overwrite-mode (Bug#7001).
6087
6088 2010-10-03 Glenn Morris <rgm@gnu.org>
6089
6090 * obsolete/x-menu.el: Remove file, obsolete since 21.1.
6091
6092 * textmodes/rst.el (rst-font-lock-keywords-function):
6093 Drop Emacs 20 code.
6094
6095 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
6096
6097 * printing.el: Drop Emacs 20 code.
6098
6099 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
6100 without having used appt.el already).
6101
6102 * subr.el (make-local-hook): Remove function obsolete since 21.1.
6103 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
6104 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
6105 XEmacs.
6106 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
6107 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
6108
6109 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
6110 (charset-width, find-charset-region, chars-in-region, forward-point)
6111 (encode-coding-string, coding-system-p, ccl-execute-on-string)
6112 (define-ccl-program, multibyte-string-p, string-make-multibyte):
6113 Remove compatibility cruft (none of these are used by ps*.el).
6114
6115 2010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6116
6117 * subr.el (booleanp): Return t instead of a list (Bug#7086).
6118
6119 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
6120
6121 * server.el (server-process-filter, server-return-error):
6122 Give emacsclient time to shut down after receiving an error string.
6123
6124 2010-10-02 Michael Albinus <michael.albinus@gmx.de>
6125
6126 * files.el (remote-file-name-inhibit-cache): New defcustom.
6127
6128 * time.el (display-time-file-nonempty-p):
6129 Use `remote-file-name-inhibit-cache'.
6130
6131 * net/tramp.el (tramp-completion-reread-directory-timeout):
6132 Fix docstring.
6133
6134 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
6135 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
6136 `remote-file-name-inhibit-cache'. Check also for an integer
6137 value. Add/increase counter when `tramp-verbose' >= 10.
6138 (tramp-set-file-property): Add/increase counter when
6139 `tramp-verbose' >= 10.
6140
6141 * net/tramp-cmds.el (tramp-cleanup-all-connections)
6142 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
6143 (tramp-bug): Set tramp-autoload cookie. Report all interned
6144 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
6145 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
6146 characters only in strings.
6147
6148 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
6149 to backward compatibility.
6150
6151 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
6152 (tramp-handle-file-name-all-completions)
6153 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
6154 (tramp-open-connection-setup-interactive-shell):
6155 Call `tramp-cleanup-connection' directly.
6156
6157 2010-10-02 Glenn Morris <rgm@gnu.org>
6158
6159 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
6160
6161 * subr.el (char-bytes): Remove obsolete function.
6162
6163 * isearch.el (isearch-return-char): Remove obsolete function.
6164
6165 * mouse.el: No longer provide mldrag.
6166 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
6167 Remove obsolete aliases.
6168
6169 * comint.el (comint-kill-output): Remove obsolete alias.
6170
6171 * composite.el (decompose-composite-char): Remove obsolete function.
6172 * ps-def.el (decompose-composite-char): Remove unused function.
6173
6174 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
6175
6176 * outline.el (outline-visible): Remove obsolete function.
6177
6178 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
6179 * faces.el (internal-find-face, internal-get-face)
6180 (frame-update-faces, frame-update-face-colors)
6181 (x-frob-font-weight, x-frob-font-slant)
6182 (internal-frob-font-weight, internal-frob-font-slant)
6183 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
6184 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
6185 (x-make-font-bold-italic): Remove functions and aliases, obsolete
6186 since Emacs 21.1.
6187 * emulation/viper-util.el (viper-get-face):
6188 * obsolete/lucid.el (find-face, get-face): Use facep.
6189 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
6190 Remove unused functions.
6191 * vc/ediff-util.el (ediff-submit-report): Doc fix.
6192
6193 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
6194 delete tempfile if interrupted during compilation.
6195
6196 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6197
6198 * net/tls.el (tls-starttls-switches): Give up on using starttls with
6199 gnutls-cli.
6200 (tls-program): Add --insecure to be consistent with the defaults from
6201 openssl s_client. Now all three commands are insecure.
6202
6203 2010-10-01 Eli Zaretskii <eliz@gnu.org>
6204
6205 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
6206 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
6207 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
6208
6209 2010-10-01 Glenn Morris <rgm@gnu.org>
6210
6211 * obsolete/sc.el: Remove file.
6212
6213 * files.el (temporary-file-directory): On darwin, also try
6214 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
6215
6216 2010-10-01 Juanma Barranquero <lekktu@gmail.com>
6217
6218 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
6219 Let's not break compatibility gratuitously, shall we?
6220
6221 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6222
6223 * net/tls.el (tls-starttls-switches): New variable.
6224 (tls-find-starttls-argument): Use it.
6225 (open-tls-stream): Ditto.
6226
6227 * net/netrc.el (netrc-credentials): Return the value of the "default"
6228 entry.
6229 (netrc-machine): Ditto.
6230
6231 2010-09-30 Eli Zaretskii <eliz@gnu.org>
6232
6233 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
6234
6235 2010-09-30 Juanma Barranquero <lekktu@gmail.com>
6236
6237 * server.el (server-start): Don't write pid to the authentication file.
6238 (server-create-tty-frame): Don't send pid.
6239 (server-process-filter): Send pid at the start of every connection.
6240
6241 2010-09-30 Glenn Morris <rgm@gnu.org>
6242
6243 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
6244 (show-all-diary-entries): Remove obsolete function aliases.
6245
6246 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
6247 Remove options, obsolete since 22.1.
6248 (appt-display-format, appt-display-message):
6249 Remove backwards-compatibility code.
6250 (appt-check): No longer check appt-issue-message.
6251 (appt-make-list): No longer autoload it. Doc fix. No longer
6252 activate the package.
6253
6254 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6255
6256 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
6257 (starttls-negotiate): Just call boot, and let the handshake be
6258 triggered from the read loop.
6259
6260 2010-09-29 Glenn Morris <rgm@gnu.org>
6261
6262 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
6263 not displaying the diary.
6264 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
6265 * calendar/appt.el (appt-check): No longer need to kill diary.
6266
6267 * calendar/diary-lib.el (diary-list-entries): Move the
6268 "Preparing..." message entirely here.
6269 (diary-simple-display, diary-fancy-display): Move "Preparing..."
6270 messages to diary-list-entries.
6271 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
6272 diary-display-function.
6273
6274 * calendar/diary-lib.el (diary-include-other-diary-files):
6275 Trap some recursive includes.
6276
6277 * calendar/appt.el (appt-activate): Check diary file.
6278
6279 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
6280
6281 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
6282 construction.
6283
6284 * calendar/time-date.el: No need to require cl for Emacs 21.
6285
6286 2010-09-28 Glenn Morris <rgm@gnu.org>
6287
6288 * calendar/appt.el (appt-check): Minor simplification.
6289
6290 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6291
6292 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
6293 citation prefix.
6294
6295 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
6296
6297 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6298 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
6299
6300 2010-09-27 Kenichi Handa <handa@m17n.org>
6301
6302 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
6303 "ustar" format.
6304
6305 2010-09-27 Kenichi Handa <handa@m17n.org>
6306
6307 * international/mule.el (define-coding-system): Docstring fixed.
6308
6309 * international/mule-diag.el (describe-character-set): Use princ
6310 with proper print-length and print-level instead of insert.
6311
6312 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
6313
6314 * window.el (walk-windows): Doc fix (bug#7105).
6315
6316 2010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6317
6318 * emacs-lisp/float-sup.el (e): Remove.
6319
6320 2010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6321
6322 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
6323 variable.
6324 (starttls-negotiate): Use it.
6325
6326 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6327
6328 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
6329 back.
6330
6331 2010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6332
6333 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
6334
6335 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6336
6337 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
6338
6339 * net/netrc.el (netrc-store-data): New function.
6340
6341 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
6342
6343 * net/gnutls.el: GnuTLS glue code to set up a connection.
6344
6345 2010-09-25 Julien Danjou <julien@danjou.info>
6346
6347 * notifications.el: Call dbus-register-signal only if it is bound.
6348
6349 2010-09-25 Glenn Morris <rgm@gnu.org>
6350
6351 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6352 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
6353 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
6354 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
6355 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
6356 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
6357 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
6358 * eshell/esh-util.el, eshell/esh-var.el:
6359 Remove leading `*' from docs of faces and defcustoms.
6360
6361 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
6362
6363 * eshell/em-ls.el (eshell-ls-archive-regexp):
6364 * eshell/esh-util.el (eshell-tar-regexp):
6365 * ibuffer.el (ibuffer-compressed-file-name-regexp):
6366 * info.el (Info-suffix-list):
6367 * international/mule.el (auto-coding-alist):
6368 * woman.el (woman-file-regexp, woman-file-compression-regexp):
6369 * progmodes/etags.el (tags-compression-info-list):
6370 Support xz compression.
6371
6372 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
6373
6374 * files.el (get-free-disk-space): Don't assume the "df" output
6375 columns line up (Bug#6995).
6376
6377 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
6378
6379 * finder.el (finder-unknown-keywords):
6380 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
6381 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
6382
6383 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
6384
6385 * server.el (server-start): Revert part of 2010-08-08 change. Using
6386 address 127.0.0.1 for local host is now done in Fmake_network_process.
6387
6388 2010-09-24 Glenn Morris <rgm@gnu.org>
6389
6390 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
6391 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
6392 * textmodes/css-mode.el, textmodes/dns-mode.el:
6393 Move autoloaded auto-mode-alist entries to files.el.
6394 * files.el (auto-mode-alist): Move entries here.
6395
6396 2010-09-23 Glenn Morris <rgm@gnu.org>
6397
6398 * isearch.el (isearch-lazy-highlight-cleanup)
6399 (isearch-lazy-highlight-initial-delay)
6400 (isearch-lazy-highlight-interval)
6401 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
6402 * net/net-utils.el (ipconfig-program-options):
6403 Move aliases to options before the associated definitions.
6404
6405 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6406
6407 * newcomment.el (comment-normalize-vars): Better test validity of
6408 comment-end-skip.
6409
6410 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6411
6412 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
6413 (float-e): New name for `e'.
6414 (degrees-to-radians, radians-to-degrees):
6415 * calendar/solar.el (solar-longitude):
6416 * calculator.el (calculator-registers, calculator-funcall):
6417 * textmodes/artist.el (artist-spray-random-points):
6418 * play/bubbles.el (bubbles--initialize-images): Use new names.
6419
6420 2010-09-23 Eric M. Ludlam <zappo@gnu.org>
6421
6422 Update to CEDET 1.0's version of EIEIO.
6423
6424 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
6425 New function.
6426 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
6427 (eieio-default-eval-maybe): Eval val instead of unquoting only.
6428 (class-precedence-list): If class is nil, return nil.
6429 (eieio-generic-call): If class of first input arg is nil, don't
6430 look up static methods, and do check for primary methods.
6431 (initialize-instance): See if the default needs to be evaluated
6432 during the constructor.
6433 (eieio-perform-slot-validation-for-default): Don't do the check
6434 for values that will eventually be evaluated.
6435 (eieio-eval-default-p): New function.
6436 (eieio-default-eval-maybe): Use it.
6437
6438 2010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
6439
6440 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
6441 method-invocation-order.
6442 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
6443 (eieio-class-precedence-dfs): Compute class precedence list using
6444 dfs algorithm.
6445 (eieio-class-precedence-bfs): Compute class precedence list using
6446 bfs algorithm.
6447 (eieio-class-precedence-c3): Compute class precedence list using
6448 c3 algorithm.
6449 (class-precedence-list): New function.
6450 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
6451 (inconsistent-class-hierarchy): New error symbol.
6452 (call-next-method): Stow the replacement argument list for future
6453 call-next-method invocations.
6454
6455 2010-09-23 Glenn Morris <rgm@gnu.org>
6456
6457 * calendar/appt.el (appt-check): If not displaying the diary,
6458 use (diary 1) to only get the entries we need.
6459 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
6460 that it is in day order. (Bug#7019)
6461
6462 * calendar/appt.el (appt-check): Rather than showing the diary,
6463 just turn off invisible display, and only if needed.
6464
6465 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
6466
6467 2010-09-23 Glenn Morris <rgm@gnu.org>
6468
6469 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6470 (byte-compile-defvar, byte-compile-cl-warn):
6471 Start warnings with lower-case, like the majority.
6472
6473 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
6474
6475 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
6476
6477 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
6478 * files.el (auto-mode-alist): Move ld-script entries here, further down
6479 the list.
6480
6481 * vc/add-log.el: Don't require timezone when compiling.
6482 (timezone-make-date-sortable): Autoload it.
6483 (change-log-sortable-date-at): Don't require timezone.
6484 Use `ignore-errors'.
6485
6486 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6487 Move alias before definition, so it does not need autoloading.
6488
6489 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
6490 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
6491 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
6492 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
6493 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
6494 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
6495 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
6496 * textmodes/tex-mode.el, textmodes/two-column.el:
6497 Remove leading `*' from docs of defcustoms etc.
6498
6499 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
6500
6501 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
6502
6503 2010-09-22 Dan Christensen <jdc@uwo.ca>
6504
6505 * calendar/time-date.el (date-to-time): Try using parse-time-string
6506 first before using the slower timezone-make-date-arpa-standard.
6507
6508 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
6509
6510 * calendar/time-date.el (format-seconds): Comment fix.
6511
6512 2010-09-22 Glenn Morris <rgm@gnu.org>
6513
6514 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
6515 is not automatically buffer-local.
6516
6517 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6518
6519 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
6520 (smie-indent-comment): Be more careful with comment-start-skip.
6521 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
6522 (smie-indent-functions): Use them.
6523
6524 2010-09-21 Michael Albinus <michael.albinus@gmx.de>
6525
6526 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
6527
6528 2010-09-21 Jan Djärv <jan.h.d@swipnet.se>
6529
6530 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
6531 tool-bar-position. Don't modify frame parameters here.
6532 (menu-bar-options-save): Add tool-bar-position.
6533
6534 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
6535
6536 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6537
6538 * textmodes/reftex-parse.el (reftex-what-macro)
6539 (reftex-context-substring): Let-bind forward-sexp-function to nil
6540 since we don't need/want to treat \begin...\end as a block (bug#7053).
6541
6542 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
6543
6544 * simple.el (blink-matching-open): Use syntax-class.
6545
6546 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
6547 Set invisibility spec for pascal's outline mode.
6548 (pascal-outline-change): Clean up calling convention.
6549 (pascal-show-all, pascal-hide-other-defuns): Update callers.
6550
6551 * progmodes/prolog.el (prolog-smie-forward-token)
6552 (prolog-smie-backward-token): New functions.
6553 (prolog-mode-variables): Use them to parse "!," correctly.
6554 Set up smie-blink-matching for ".".
6555
6556 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
6557 and `end'.
6558 (ispell-region, ispell-process-line): Update users.
6559
6560 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
6561 point-min==1.
6562
6563 * textmodes/ispell.el: Fix commenting convention.
6564 (ispell-parse-output): Simplify, use push.
6565 (ispell-region): Use match-string-no-properties.
6566 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
6567 (ispell-minor-mode): Use define-minor-mode.
6568 (ispell-message): Remove unused var `skip-regexp'.
6569 (ispell-add-per-file-word-list): Use dynamic let-binding.
6570 Try and use the proper comment marker.
6571
6572 * mail/sendmail.el: Fix commenting convention.
6573 (sendmail-send-it): Use line-beginning-position.
6574
6575 * help-fns.el (describe-variable): Add original value, if applicable.
6576
6577 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
6578
6579 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
6580
6581 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
6582
6583 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6584
6585 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
6586 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
6587 (smie-prec2-levels): Use them to better diagnose precedence cycles.
6588 (smie-blink-matching-check): Don't signal a mismatch if car is t.
6589 (smie-blink-matching-open): Rewrite to remove assumptions, so that
6590 something like "." can also be a closer.
6591 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
6592 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
6593 Rename internal functions to use "--". Update callers.
6594
6595 * frame.el (make-frame-names-alist): Don't list frames on other displays.
6596
6597 * fringe.el (fringe-styles): New var.
6598 (fringe-mode, fringe-query-style): Use it.
6599
6600 2010-09-18 Michael R. Mauger <mmaug@yahoo.com>
6601
6602 * progmodes/sql.el: Version 2.8
6603 (sql-login-params): Update widget structure; changes still needed.
6604 (sql-product-alist): Add :list-all and :list-table features for
6605 SQLite, Postgres and MySQL products.
6606 (sql-redirect): Handle default value.
6607 (sql-execute, sql-execute-feature): New functions.
6608 (sql-read-table-name): New function.
6609 (sql-list-all, sql-list-table): New functions. User API.
6610 (sql-mode-map, sql-interactive-mode-map): Add key definitions
6611 for above functions.
6612 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
6613 for above functions.
6614 (sql-postgres-login-params): Add user and database defaults.
6615 (sql-buffer-live-p): Bug fix.
6616 (sql-product-history): New variable.
6617 (sql-read-product): New function. Use it.
6618 (sql-set-product, sql-product-interactive): Use it.
6619 (sql-connection-history): New variable.
6620 (sql-read-connection): New function. Use it.
6621 (sql-connect): New function.
6622 (sql-for-each-login): Redesign function interface.
6623 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
6624 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
6625 (sql-comint): Check for program. Existing live buffer.
6626 (sql-comint-postgres): Add port parameter.
6627
6628 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6629
6630 * emacs-lisp/warnings.el: Fix commenting convention.
6631 (display-warning): Use special mode and make the buffer read-only.
6632
6633 2010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
6634
6635 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
6636 empty string when it follows a repeated or optional pattern.
6637
6638 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6639
6640 * indent.el (indent-according-to-mode): Apply syntax-propertize.
6641 (indent-region): Use indent-according-to-mode.
6642
6643 2010-09-18 Eli Zaretskii <eliz@gnu.org>
6644
6645 * fringe.el (fringe-mode): Doc fix.
6646
6647 2010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
6648
6649 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
6650 refreshing the preview buffer.
6651
6652 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6653
6654 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
6655 (latex-syntax-propertize-rules): New consts; replace
6656 tex-font-lock-syntactic-keywords.
6657 (tex-env-mark, latex-env-before-change): New functions.
6658 (latex-electric-env-pair-mode): New minor mode.
6659 (tex-font-lock-verb): Change arguments; do move point.
6660 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
6661 representation as a form of comment.
6662 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
6663 (doctex-syntax-propertize-rules): New const; replaces
6664 doctex-font-lock-syntactic-keywords.
6665 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
6666
6667 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
6668 (fortran-make-syntax-propertize-function): New function; replaces
6669 fortran-font-lock-syntactic-keywords.
6670 (fortran-mode): Use it.
6671 (fortran-line-length): Use it. Improve interactive spec.
6672
6673 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
6674 (syntax-propertize-rules): Add var-ref case. Fix offset computation
6675 when adding surrounding \(..\).
6676
6677 * progmodes/js.el (js-mode): Fix last change (bug#7054).
6678
6679 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6680
6681 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
6682 Use with-current-buffer.
6683
6684 * isearch.el (isearch-face): Rename from `isearch'.
6685 (isearch-highlight): Use new name.
6686
6687 2010-09-17 Eli Zaretskii <eliz@gnu.org>
6688
6689 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
6690 5, for `half' width fringes. (Bug#6933)
6691
6692 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6693
6694 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6695 (byte-compile-defvar): "foo/bar" does not lack a prefix.
6696
6697 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
6698
6699 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
6700
6701 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
6702 in calculating new frame position. Add more space between new and
6703 parent on the left (Bug#7048).
6704
6705 2010-09-17 Michael Albinus <michael.albinus@gmx.de>
6706
6707 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
6708 defmacro.
6709
6710 2010-09-16 Chong Yidong <cyd@stupidchicken.com>
6711
6712 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
6713
6714 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
6715 obsolete alias for x-selection-value.
6716
6717 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
6718
6719 2010-09-16 Michael Albinus <michael.albinus@gmx.de>
6720
6721 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
6722 cookie.
6723
6724 2010-09-15 Michael Albinus <michael.albinus@gmx.de>
6725
6726 * net/tramp-compat.el (tramp-compat-with-temp-message)
6727 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
6728 (tramp-compat-process-put): New defuns.
6729
6730 * net/tramp.el (top):
6731 * net/tramp-gvfs.el (top):
6732 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
6733
6734 * net/tramp.el (tramp-progress-reporter-update):
6735 Use `tramp-compat-funcall'.
6736
6737 * net/tramp.el (tramp-process-actions):
6738 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
6739 * net/tramp-sh.el (tramp-handle-vc-registered)
6740 (tramp-get-remote-stat, tramp-get-remote-readlink):
6741 Use `tramp-compat-with-temp-message'.
6742
6743 * net/tramp-sh.el (top): Require 'cl.
6744 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
6745 (tramp-open-connection-setup-interactive-shell):
6746 Use `tramp-compat-process-put'.
6747
6748 2010-09-15 Alan Mackenzie <acm@muc.de>
6749
6750 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
6751 indentation.
6752 (c-forward-<>-arglist-recur): Fix an infinite recursion.
6753
6754 2010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6755
6756 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
6757 `lexical' for warnings related to lexical scoping.
6758 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
6759 global vars which don't have a prefix and could hence affect lexical
6760 scoping in unrelated files.
6761
6762 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6763
6764 * net/imap.el: Revert back to version
6765 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6766 seem problematic.
6767
6768 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
6769
6770 * obsolete/old-whitespace.el (whitespace-unload-function):
6771 Explicitly pass `obarray' to `unintern' to avoid a warning.
6772
6773 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6774
6775 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
6776 Add `when' argument. Update callers.
6777
6778 * subr.el (unintern): Declare the obarray arg mandatory.
6779
6780 2010-09-14 Glenn Morris <rgm@gnu.org>
6781
6782 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
6783 Doc fixes.
6784
6785 * calendar/diary-lib.el (diary-included-files): New variable.
6786 (diary-list-entries): Maybe initialize diary-included-files.
6787 (diary-include-other-diary-files): Append to diary-included-files.
6788 * calendar/appt.el (appt-update-list): Also check the members of
6789 diary-included-files. (Bug#6999)
6790 (appt-check): Doc fix.
6791
6792 2010-09-14 David Reitter <david.reitter@gmail.com>
6793
6794 * simple.el (line-move-visual): Do not truncate goal column to
6795 integer size. (Bug#7020)
6796
6797 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6798
6799 * repeat.el (repeat): Allow repeating when the last event is a click.
6800 Suggested by Drew Adams (bug#6256).
6801
6802 2010-09-14 Sascha Wilde <wilde@sha-bang.de>
6803
6804 * vc/vc-hg.el (vc-hg-state, vc-hg-working-revision):
6805 Replace setting HGRCPATH to "" by some less invasive --config options.
6806
6807 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6808
6809 * font-lock.el (font-lock-beginning-of-syntax-function):
6810 Mark as obsolete.
6811
6812 2010-09-14 Glenn Morris <rgm@gnu.org>
6813
6814 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
6815 and tool-bar modes. (Bug#6211)
6816 (menu-bar-mode): Move setting of standard-value after the
6817 minor-mode definition, otherwise it seems to have no effect.
6818
6819 2010-09-14 Masatake YAMATO <yamato@redhat.com>
6820
6821 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
6822 Fix typo. (Bug#6976)
6823
6824 2010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6825
6826 * whitespace.el: Allow cleaning up blanks without blank
6827 visualization (Bug#6651). Adjust help window for
6828 whitespace-toggle-options (Bug#6479). Allow to use fill-column
6829 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
6830 (whitespace-style): Add new value 'face. Adjust docstring.
6831 (whitespace-space, whitespace-hspace, whitespace-tab):
6832 Adjust foreground property face.
6833 (whitespace-line-column): Adjust docstring and type declaration.
6834 (whitespace-style-value-list, whitespace-toggle-option-alist)
6835 (whitespace-help-text): Adjust const initialization.
6836 (whitespace-toggle-options, global-whitespace-toggle-options):
6837 Adjust docstring.
6838 (whitespace-display-window, whitespace-interactive-char)
6839 (whitespace-style-face-p, whitespace-color-on): Adjust code.
6840 (whitespace-help-scroll): New fun.
6841
6842 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
6843
6844 * calendar/time-date.el (format-seconds): Comment fix.
6845
6846 2010-09-13 Michael R. Mauger <mmaug@yahoo.com>
6847
6848 * progmodes/sql.el: Version 2.7.
6849 (sql-buffer-live-p): Improve detection.
6850 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
6851 (sql-set-sqli-buffer): Use it.
6852 (sql-product-interactive): Run `sql-set-sqli-hook'.
6853 (sql-rename-buffer): Code cleanup.
6854 (sql-redirect, sql-redirect-value): New functions. More to come.
6855
6856 2010-09-13 Juanma Barranquero <lekktu@gmail.com>
6857
6858 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.
6859 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
6860 (TRAMP_SRC): New macro.
6861 ($(lisp)/net/tramp-loaddefs.el): New target.
6862
6863 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
6864
6865 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
6866
6867 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
6868
6869 * net/tramp.el (top): Don't show loading message. Require just
6870 'tramp-compat, everything else is required there.
6871 Use `ignore-errors' where appropriate.
6872 (tramp-inline-compress-start-size, tramp-copy-size-limit)
6873 (tramp-terminal-type, tramp-end-of-output)
6874 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
6875 (tramp-completion-function-alist-ssh)
6876 (tramp-completion-function-alist-telnet)
6877 (tramp-completion-function-alist-su)
6878 (tramp-completion-function-alist-putty, tramp-remote-path)
6879 (tramp-remote-process-environment, tramp-sh-extra-args)
6880 (tramp-actions-before-shell, tramp-uudecode)
6881 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
6882 (tramp-perl-file-attributes)
6883 (tramp-perl-directory-files-and-attributes)
6884 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
6885 (tramp-perl-encode, tramp-perl-decode)
6886 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
6887 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
6888 (tramp-handle-make-symbolic-link, tramp-handle-load)
6889 (tramp-handle-file-name-as-directory)
6890 (tramp-handle-file-name-directory)
6891 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
6892 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
6893 (tramp-do-file-attributes-with-ls)
6894 (tramp-do-file-attributes-with-perl)
6895 (tramp-do-file-attributes-with-stat)
6896 (tramp-handle-set-visited-file-modtime)
6897 (tramp-handle-verify-visited-file-modtime)
6898 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
6899 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
6900 (tramp-handle-file-selinux-context)
6901 (tramp-handle-set-file-selinux-context)
6902 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
6903 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
6904 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
6905 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
6906 (tramp-handle-file-ownership-preserved-p)
6907 (tramp-handle-directory-file-name, tramp-handle-directory-files)
6908 (tramp-handle-directory-files-and-attributes)
6909 (tramp-do-directory-files-and-attributes-with-perl)
6910 (tramp-do-directory-files-and-attributes-with-stat)
6911 (tramp-handle-file-name-all-completions)
6912 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
6913 (tramp-handle-copy-file, tramp-handle-copy-directory)
6914 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
6915 (tramp-do-copy-or-rename-file-via-buffer)
6916 (tramp-do-copy-or-rename-file-directly)
6917 (tramp-do-copy-or-rename-file-out-of-band)
6918 (tramp-handle-make-directory, tramp-handle-delete-directory)
6919 (tramp-handle-delete-file)
6920 (tramp-handle-dired-recursive-delete-directory)
6921 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
6922 (tramp-handle-insert-directory)
6923 (tramp-handle-unhandled-file-name-directory)
6924 (tramp-handle-expand-file-name)
6925 (tramp-handle-substitute-in-file-name)
6926 (tramp-handle-executable-find, tramp-process-sentinel)
6927 (tramp-handle-start-file-process, tramp-handle-process-file)
6928 (tramp-handle-call-process-region, tramp-handle-shell-command)
6929 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
6930 (tramp-handle-insert-file-contents)
6931 (tramp-handle-insert-file-contents-literally)
6932 (tramp-handle-find-backup-file-name)
6933 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
6934 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
6935 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
6936 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
6937 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
6938 (tramp-find-file-exists-command, tramp-open-shell)
6939 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
6940 (tramp-open-connection-setup-interactive-shell)
6941 (tramp-local-coding-commands, tramp-remote-coding-commands)
6942 (tramp-find-inline-encoding, tramp-call-local-coding-command)
6943 (tramp-inline-compress-commands, tramp-find-inline-compress)
6944 (tramp-compute-multi-hops, tramp-maybe-open-connection)
6945 (tramp-send-command, tramp-wait-for-output)
6946 (tramp-send-command-and-check, tramp-barf-unless-okay)
6947 (tramp-send-command-and-read, tramp-mode-string-to-int)
6948 (tramp-convert-file-attributes, tramp-check-cached-permissions)
6949 (tramp-file-mode-from-int, tramp-file-mode-permissions)
6950 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
6951 (tramp-method-out-of-band-p, tramp-local-host-p)
6952 (tramp-get-remote-path, tramp-get-remote-tmpdir)
6953 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
6954 (tramp-get-test-command, tramp-get-test-nt-command)
6955 (tramp-get-file-exists-command, tramp-get-remote-ln)
6956 (tramp-get-remote-perl, tramp-get-remote-stat)
6957 (tramp-get-remote-readlink, tramp-get-remote-trash)
6958 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
6959 (tramp-get-local-uid, tramp-get-local-gid)
6960 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
6961 tramp-sh.el.
6962 (tramp-methods, tramp-default-method-alist)
6963 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
6964 Move initialization to tramp-sh.el.
6965 (tramp-temp-name-prefix): Make it a defconst.
6966 (tramp-dissect-file-name): Don't check anymore for multi-hop
6967 methods.
6968 (tramp-debug-outline-regexp): Add a docstring.
6969 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
6970 (tramp-get-debug-buffer): Use it.
6971
6972 * net/tramp-cache.el (top): Set tramp-autoload cookie for
6973 initialization forms.
6974 (tramp-set-connection-property): Don't protect `tramp-message'
6975 call, it isn't necessary any longer.
6976 (tramp-dump-connection-properties): Use `ignore-errors'.
6977
6978 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
6979 'password-cache and 'auth-source.
6980
6981 * net/tramp-gvfs.el (top):
6982 * net/tramp-smb.el (top): Require 'tramp-sh.
6983
6984 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
6985
6986 * net/tramp-sh.el: New file, derived from tramp.el.
6987 (top): Initialize `tramp-methods', `tramp-default-method-alist',
6988 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
6989 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
6990 Use `ignore-errors' where appropriate.
6991 (tramp-sh-file-name-handler-alist): Rename from
6992 `tramp-file-name-handler-alist'.
6993 (tramp-send-command-and-check): Return t or nil. Remove all
6994 `zerop' checks, where called.
6995 (tramp-handle-set-file-modes)
6996 (tramp-do-copy-or-rename-file-directly)
6997 (tramp-handle-delete-directory, tramp-handle-delete-file)
6998 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
6999 (tramp-sh-file-name-handler, tramp-send-command-and-check)
7000 (tramp-get-remote-ln): Set tramp-autoload cookie.
7001
7002 * net/tramp-fish.el: Remove file.
7003
7004 2010-09-13 Daiki Ueno <ueno@unixuser.org>
7005
7006 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
7007 buffer-file-name to avoid file-locking. (Bug#7026)
7008
7009 2010-09-13 Julien Danjou <julien@danjou.info>
7010
7011 * notifications.el (notifications-notify): Add support for
7012 image-path and sound-name.
7013 (notifications-specification-version): Add this variable.
7014
7015 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7016
7017 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
7018
7019 2010-09-12 Leo <sdl.web@gmail.com>
7020
7021 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
7022 (rcirc-completion-start): New variables.
7023 (rcirc-nick-completions): Rename to rcirc-completions.
7024 (rcirc-nick-completion-start-offset): Delete.
7025 (rcirc-completion-at-point): New function for constructing
7026 completion data for both nicks and irc commands. Add to
7027 completion-at-point-functions in rcirc mode.
7028 (rcirc-complete): Rename from rcirc-nick-complete; use
7029 rcirc-completion-at-point.
7030 (defun-rcirc-command): Update rcirc-client-commands.
7031
7032 2010-09-11 Glenn Morris <rgm@gnu.org>
7033
7034 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
7035 atomically, to avoid parallel build errors. (Bug#4196)
7036
7037 2010-09-11 Michael R. Mauger <mmaug@yahoo.com>
7038
7039 * progmodes/sql.el: Version 2.6
7040 (sql-dialect): Synonym for "sql-product".
7041 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7042 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
7043 Set "sql-buffer" to buffer name not buffer object so multiple sql
7044 interactive buffers work properly. Reverts misguided changes in
7045 earlier work.
7046 (sql-comint): Make sure different buffer name is used if "*SQL*"
7047 buffer is for a different product.
7048 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
7049 login param.
7050 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7051 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7052 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
7053 Accept new buffer name or prompt for one.
7054 (sql-port): Default to zero.
7055 (sql-comint-mysql): Handle "sql-port" as a numeric.
7056 (sql-port-history): Delete unused variable.
7057 (sql-get-login): Default "sql-port" to a number.
7058 (sql-product-alist): Correct Postgres prompt and terminator regexp.
7059 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
7060 "sqlite3" executables.
7061 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
7062 (sql-buffer-live-p): New function.
7063 (sql-mode-menu, sql-send-string): Use it.
7064 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
7065 syntax pattern.
7066 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
7067 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
7068
7069 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7070
7071 * net/netrc.el (netrc-credentials): New convenience function.
7072
7073 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7074
7075 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
7076 to replace texinfo-font-lock-syntactic-keywords.
7077 (texinfo-mode): Use it.
7078
7079 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
7080 Use syntax-propertize-function.
7081
7082 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
7083 replace sgml-font-lock-syntactic-keywords.
7084 (sgml-mode): Use it.
7085
7086 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
7087 since we don't use it.
7088
7089 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
7090
7091 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
7092 if available.
7093 (vhdl-fontify-buffer): Adjust.
7094
7095 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
7096 replace tcl-font-lock-syntactic-keywords.
7097 (tcl-mode): Use it.
7098
7099 * progmodes/simula.el (simula-syntax-propertize-function): New var to
7100 replace simula-font-lock-syntactic-keywords.
7101 (simula-mode): Use it.
7102
7103 * progmodes/sh-script.el (sh-st-symbol): Remove.
7104 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
7105 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
7106 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
7107 (sh-font-lock-paren): Set syntax-multiline.
7108 (sh-font-lock-syntactic-keywords): Remove.
7109 (sh-syntax-propertize-function): New function to replace it.
7110 (sh-mode): Use it.
7111
7112 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
7113 Define while compiling.
7114 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
7115 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
7116 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
7117 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
7118 (ruby-here-doc-end-syntax): Only define when
7119 syntax-propertize is not available.
7120 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
7121 New functions.
7122 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
7123 (electric-indent-chars): Silence bytecompiler.
7124 (ruby-mode): Use prog-mode, syntax-propertize-function, and
7125 electric-indent-chars.
7126
7127 * progmodes/python.el (python-syntax-propertize-function): New var to
7128 replace python-font-lock-syntactic-keywords.
7129 (python-mode): Use it.
7130 (python-quote-syntax): Simplify and adjust to new use.
7131
7132 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
7133 replace perl-font-lock-syntactic-keywords.
7134 (perl-syntax-propertize-special-constructs): New fun to replace
7135 perl-font-lock-special-syntactic-constructs.
7136 (perl-font-lock-syntactic-face-function): New fun.
7137 (perl-mode): Use it.
7138
7139 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
7140 to replace octave-font-lock-close-quotes.
7141 (octave-syntax-propertize-function): New function to replace
7142 octave-font-lock-syntactic-keywords.
7143 (octave-mode): Use it.
7144
7145 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
7146 replaces mixal-font-lock-syntactic-keywords.
7147 (mixal-mode): Use it.
7148
7149 * progmodes/make-mode.el (makefile-syntax-propertize-function):
7150 New var; replaces makefile-font-lock-syntactic-keywords.
7151 (makefile-mode): Use it.
7152 (makefile-imake-mode): Adjust.
7153
7154 * progmodes/js.el (js--regexp-literal): Define while compiling.
7155 (js-syntax-propertize-function): New var; replaces
7156 js-font-lock-syntactic-keywords.
7157 (js-mode): Use it.
7158
7159 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
7160 replaces gdb-script-font-lock-syntactic-keywords.
7161 (gdb-script-mode): Use it.
7162
7163 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
7164 (fortran--font-lock-syntactic-keywords): New var.
7165 (fortran-line-length): Update syntax-propertize-function and
7166 fortran--font-lock-syntactic-keywords.
7167
7168 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
7169
7170 * progmodes/cfengine.el (cfengine-mode):
7171 Use syntax-propertize-function.
7172 (cfengine-font-lock-syntactic-keywords): Remove.
7173
7174 * progmodes/autoconf.el (autoconf-mode):
7175 Use syntax-propertize-function.
7176 (autoconf-font-lock-syntactic-keywords): Remove.
7177
7178 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
7179 (ada-after-change-function, ada-initialize-syntax-table-properties)
7180 (ada-handle-syntax-table-properties): Only define when
7181 syntax-propertize is not available.
7182 (ada-mode): Use syntax-propertize-function.
7183
7184 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
7185 (font-lock-fontify-syntactic-keywords-region): Move handling of
7186 font-lock-syntactically-fontified to...
7187 (font-lock-default-fontify-region): ...here.
7188 Let syntax-propertize-function take precedence.
7189 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
7190
7191 * emacs-lisp/syntax.el (syntax-propertize-function)
7192 (syntax-propertize-chunk-size, syntax-propertize--done)
7193 (syntax-propertize-extend-region-functions): New vars.
7194 (syntax-propertize-wholelines, syntax-propertize-multiline)
7195 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
7196 (syntax-propertize): New functions.
7197 (syntax-propertize-rules): New macro.
7198 (syntax-ppss-flush-cache): Set syntax-propertize--done.
7199 (syntax-ppss): Call syntax-propertize.
7200
7201 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
7202
7203 2010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
7204
7205 * textmodes/ispell.el (ispell-init-process): Improve comments.
7206 XEmacs compatibility changes regarding (add-hook) 'local option
7207 and (set-process-query-on-exit-flag).
7208
7209 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
7210
7211 * net/tramp-cache.el (tramp-parse-connection-properties):
7212 Set tramp-autoload cookie.
7213
7214 2010-09-09 Glenn Morris <rgm@gnu.org>
7215
7216 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
7217 (imagemagick-register-types): Doc fix.
7218
7219 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7220
7221 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
7222
7223 * progmodes/js.el (require): Require is already "eval-and-compile".
7224 (js--re-search-forward): Avoid `eval'. Preserve the error data.
7225 (js--re-search-backward): Use js--re-search-forward.
7226
7227 * progmodes/fortran.el (fortran-line-length): Don't recompute
7228 syntactic keywords redundantly a second time.
7229
7230 * progmodes/ada-mode.el: Replace "(set '" with setq.
7231 (ada-mode): Simplify.
7232 (ada-create-case-exception, ada-adjust-case-interactive)
7233 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
7234 (ada-search-ignore-string-comment, ada-move-to-start)
7235 (ada-move-to-end): Use with-syntax-table.
7236
7237 * font-lock.el (save-buffer-state): Remove `varlist' arg.
7238 (font-lock-unfontify-region, font-lock-default-fontify-region):
7239 Update usage correspondingly.
7240 (font-lock-fontify-syntactic-keywords-region):
7241 Set parse-sexp-lookup-properties buffer-locally here.
7242 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
7243
7244 * simple.el (blink-matching-open): Don't burp if we can't find a match.
7245
7246 2010-09-08 Glenn Morris <rgm@gnu.org>
7247
7248 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
7249 Error if not compiled with -DBYTE_CODE_METER.
7250
7251 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7252 Ignore dir-locals-file.
7253
7254 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7255
7256 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7257 Not a const.
7258 (compilation-error-regexp-alist-alist): Rule out ": " in file names
7259 for the `gnu' messages.
7260 (compilation-set-skip-threshold): New command.
7261 (compilation-start): Use \' rather than $.
7262 (compilation-forget-errors): Use clrhash.
7263
7264 2010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
7265
7266 * textmodes/ispell.el (ispell-valid-dictionary-list):
7267 Simplify logic.
7268
7269 2010-09-08 Michael Albinus <michael.albinus@gmx.de>
7270
7271 Migrate to Tramp 2.2. Rearrange load dependencies.
7272 (Bug#1529, Bug#5448, Bug#5705)
7273
7274 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
7275 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
7276 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7277
7278 * net/tramp.el (top): Remove all other tramp-* loads except
7279 tramp-compat.el. Remove all changes to tramp-unload-hook for
7280 other tramp-* packages. Rearrange defun order. Change calls of
7281 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
7282 `tramp-compat-octal-to-decimal' to new function names.
7283 (tramp-terminal-type, tramp-initial-end-of-output)
7284 (tramp-methods, tramp-foreign-file-name-handler-alist)
7285 (tramp-tramp-file-p, tramp-completion-mode-p)
7286 (tramp-send-command-and-check, tramp-get-remote-path)
7287 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
7288 (tramp-shell-quote-argument): Set tramp-autoload cookie.
7289 (with-file-property, with-connection-property): Move to
7290 tramp-cache.el.
7291 (tramp-local-call-process, tramp-decimal-to-octal)
7292 (tramp-octal-to-decimal): Move to tramp-compat.el.
7293 (tramp-handle-shell-command): Do not require 'shell.
7294 (tramp-compute-multi-hops): No special handling for tramp-gw-*
7295 symbols.
7296 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
7297
7298 * net/tramp-cache.el (top): Require 'tramp. Add to
7299 `tramp-unload-hook'.
7300 (tramp-cache-data, tramp-get-file-property)
7301 (tramp-set-file-property, tramp-flush-file-property)
7302 (tramp-flush-directory-property, tramp-get-connection-property)
7303 (tramp-set-connection-property, tramp-flush-connection-property)
7304 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
7305 cookie.
7306 (with-file-property, with-connection-property): New defuns, moved
7307 from tramp.el.
7308 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
7309 macro.
7310
7311 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
7312 (tramp-version): Set tramp-autoload cookie.
7313
7314 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
7315 changes to tramp-unload-hook for other tramp-* packages. Add to
7316 `tramp-unload-hook'.
7317 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
7318 (tramp-compat-call-process): New defuns, moved from tramp.el.
7319
7320 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
7321 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7322 Add to `tramp-unload-hook'. Change call of
7323 `tramp-compat-decimal-to-octal' to new function name.
7324 (tramp-fish-method): Make it a defconst.
7325 (tramp-fish-file-name-p): Make it a defsubst.
7326 (tramp-fish-method, tramp-fish-file-name-handler)
7327 (tramp-fish-file-name-p): Set tramp-autoload cookie.
7328
7329 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
7330 `tramp-foreign-file-name-handler-alist'. Add to
7331 `tramp-unload-hook'.
7332 (tramp-ftp-method): Make it a defconst.
7333 (tramp-ftp-file-name-p): Make it a defsubst.
7334 (tramp-ftp-method, tramp-ftp-file-name-handler)
7335 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
7336
7337 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
7338 `tramp-foreign-file-name-handler-alist'. Add to
7339 `tramp-unload-hook'. Change checks, whether package can be
7340 loaded.
7341 (tramp-gvfs-file-name-p): Make it a defsubst.
7342 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
7343 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
7344 (tramp-gvfs-handle-file-directory-p): New defun.
7345 (tramp-gvfs-file-name-handler-alist): Use it.
7346
7347 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
7348 `tramp-foreign-file-name-handler-alist'. Add to
7349 `tramp-unload-hook'.
7350 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
7351 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
7352 defconst.
7353 (tramp-gw-tunnel-method, tramp-gw-socks-method)
7354 (tramp-gw-open-connection): Set tramp-autoload cookie.
7355
7356 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
7357 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7358 Add to `tramp-unload-hook'. Change checks, whether package can be
7359 loaded.
7360 (tramp-imap-file-name-p): Make it a defsubst.
7361 (tramp-imap-method, tramp-imaps-method)
7362 (tramp-imap-file-name-handler)
7363 (tramp-imap-file-name-p): Set tramp-autoload cookie.
7364
7365 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
7366 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7367 Add to `tramp-unload-hook'. Change checks, whether package can be
7368 loaded. Change call of `tramp-compat-decimal-to-octal' to new
7369 function name.
7370 (tramp-smb-tunnel-method): Make it a defconst.
7371 (tramp-smb-file-name-p): Make it a defsubst.
7372 (tramp-smb-method, tramp-smb-file-name-handler)
7373 (tramp-smb-file-name-p): Set tramp-autoload cookie.
7374
7375 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
7376 (tramp-uuencode-region): Set tramp-autoload cookie.
7377
7378 * net/trampver.el (top) Add to `tramp-unload-hook'.
7379 (tramp-version, tramp-bug-report-address): Set tramp-autoload
7380 cookie. Update release number.
7381
7382 2010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
7383
7384 * textmodes/ispell.el (ispell-start-process): Make sure original
7385 arg list is properly initialized (Bug#6993, Bug#6994).
7386
7387 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
7388
7389 * files.el (directory-abbrev-alist): Use \` as default regexp.
7390
7391 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
7392 chars like - or ] (bug#6984).
7393 (rx-any-condense-range): Explode 2-char ranges.
7394
7395 2010-09-06 Glenn Morris <rgm@gnu.org>
7396
7397 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
7398
7399 2010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7400
7401 * textmodes/bibtex.el:
7402 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
7403
7404 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7405
7406 * net/imap.el (imap-message-map): Remove optional buffer parameter,
7407 since no callers use it.
7408 (imap-message-get): Ditto.
7409 (imap-message-put): Ditto.
7410 (imap-mailbox-map): Ditto.
7411 (imap-mailbox-put): Ditto.
7412 (imap-mailbox-get): Ditto.
7413 (imap-mailbox-get): Revert last change for this function.
7414
7415 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7416
7417 * net/imap.el (imap-fetch-safe): Remove function, and alter all
7418 callers to use `imap-fetch' instead. According to the comments, this
7419 should be safe, since all other IMAP clients use the 1:* syntax.
7420 (imap-enable-exchange-bug-workaround): Remove.
7421 (imap-debug): Remove -- doesn't seem very useful.
7422
7423 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7424
7425 * net/imap.el (imap-log): New convenience function used throughout
7426 instead of repeating the same code all over the place.
7427
7428 2010-09-05 David De La Harpe Golden <david@harpegolden.net>
7429
7430 * mouse.el (mouse-save-then-kill): Save region to kill-ring
7431 when mouse-drag-copy-region is non-nil (Bug#6956).
7432
7433 2010-09-05 Chong Yidong <cyd@stupidchicken.com>
7434
7435 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
7436 Improve regexps (Bug#6987).
7437 (dired-sort-toggle): Search more robustly for -t flag.
7438
7439 * files.el (get-free-disk-space): Search more robustly for
7440 "available" column. Suggested by Ehud Karni
7441 <ehud@unix.mvs.co.il>.
7442
7443 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
7444
7445 * international/uni-bidi.el:
7446 * international/uni-category.el:
7447 * international/uni-combining.el:
7448 * international/uni-decimal.el:
7449 * international/uni-mirrored.el:
7450 * international/uni-name.el: Regenerate.
7451
7452 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7453
7454 * electric.el (electric-indent-post-self-insert-function):
7455 Don't reindent with a sloppy indentation function.
7456
7457 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
7458 border case in change-log-mode.
7459
7460 2010-09-04 Chong Yidong <cyd@stupidchicken.com>
7461
7462 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7463 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
7464 Recognize leading tab in gcc-include regexp. Ignore names with
7465 leading "from" or "in" in gnu regexp (Bug#6937).
7466
7467 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7468
7469 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
7470 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
7471 (ispell-start-process): Avoid setq and simplify logic.
7472 (ispell-init-process): Setup kill-buffer-hook locally when needed.
7473 (kill-buffer-hook): Don't use it globally with code that uses
7474 expand-file-name since that may call kill-buffer via
7475 code_conversion_restore.
7476
7477 2010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
7478
7479 * emacs-lisp/package.el (package-directory-list): Only call
7480 file-name-nondirectory on a string.
7481
7482 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
7483
7484 * emacs-lisp/package.el (package--download-one-archive):
7485 Ensure that archive-contents is valid before saving it.
7486 (package-activate-1, package-mark-obsolete, define-package)
7487 (package-compute-transaction, package-list-maybe-add): Use push.
7488
7489 2010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7490
7491 Use SMIE's blink-paren for octave-mode.
7492 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
7493 Backslashes do not escape single-quotes, single-quotes do.
7494 (octave-block-else-regexp, octave-block-end-regexp)
7495 (octave-block-match-alist): Remove.
7496 (octave-smie-bnf-table): New var, with old content.
7497 (octave-smie-op-levels): Use it.
7498 (octave-smie-closer-alist): New var.
7499 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
7500 (octave-blink-matching-block-open): Remove.
7501 (octave-reindent-then-newline-and-indent, octave-electric-semi)
7502 (octave-electric-space): Let self-insert-command run expand-abbrev and
7503 blink parens.
7504
7505 * electric.el (electricity): New group.
7506 (electric-indent-chars): New var.
7507 (electric-indent-post-self-insert-function): New fun.
7508 (electric-indent-mode): New minor mode.
7509 (electric-pair-skip-self): New custom.
7510 (electric-pair-post-self-insert-function): New function.
7511 (electric-pair-mode): New minor mode.
7512
7513 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
7514 calcAlg-blink-matching-open.
7515 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
7516 (calc-do-alg-entry): Only touch the part of the keymap that varies.
7517 Use the new blink-matching-check-function.
7518
7519 Provide blink-matching support to SMIE.
7520 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
7521 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
7522 (smie-blink-matching-check, smie-blink-matching-open): New functions.
7523
7524 * simple.el (newline): Fix last change to properly remove itself from
7525 the hook.
7526
7527 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7528
7529 * simple.el (newline): Eliminate optimization.
7530 Use post-self-insert-hook to set hard-newline and things before
7531 running post-self-insert-hook.
7532 (blink-matching-check-mismatch): New function.
7533 (blink-matching-check-function): New variable.
7534 (blink-matching-open): Use them.
7535 Skip back forward over prefix chars skipped by forward-sexp.
7536 Don't check if the parens are backslash escaped.
7537 (blink-paren-post-self-insert-function): Check backslash escaping here.
7538
7539 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
7540
7541 * emacs-lisp/package.el (package-menu-mode-map):
7542 Change package-menu-revert bindings to revert-buffer.
7543 (package-menu-mode): Set revert-buffer-function.
7544 (package-menu-revert): Doc fix.
7545
7546 2010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
7547
7548 * textmodes/ispell.el (ispell-init-process): Use "~/" as
7549 `default-directory' unless using Ispell per-directory personal
7550 dictionaries and not in a mini-buffer under XEmacs.
7551 (kill-buffer-hook): Do not kill ispell process on exit when
7552 `ispell-process-directory' is "~/". (Bug#6143)
7553
7554 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
7555
7556 * simple.el (kill-new): Call interprogram-cut-function with only
7557 one argument.
7558
7559 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
7560 Remove cut buffer from error message.
7561
7562 * term/x-win.el (x-select-text):
7563 * term/pc-win.el (x-selection-value):
7564 * term/ns-win.el (x-selection-value):
7565 * eshell/em-term.el:
7566 * w32-fns.el (x-get-selection-value):
7567 * mouse-sel.el (mouse-sel-set-selection-function):
7568 * frame.el (display-selections-p): Remove cut-buffer in documentation.
7569
7570 * term/x-win.el: Update documentation for x-last-selected-text-*.
7571 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
7572 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
7573 (x-select-text): Remove argument PUSH, update documentation.
7574 Remove cut-buffer code.
7575 (x-selection-value-internal): Was previously x-selection-value.
7576 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
7577 Update documentation, remove cut-buffer code.
7578 Call x-selection-value-internal.
7579 (x-clipboard-yank): Call x-selection-value-internal.
7580 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
7581
7582 * term/pc-win.el (x-last-selected-text):
7583 x-cut-buffer-or-selection-value renamed to x-selection-value
7584 (x-select-text): Remove argument PUSH, update documentation.
7585
7586 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
7587 x-cut-buffer-or-selection-value renamed to x-selection-value
7588 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
7589 (x-select-text): Remove argument PUSH, update documentation.
7590
7591 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
7592
7593 * w32-fns.el (x-last-selected-text):
7594 x-cut-buffer-or-selection-value renamed to x-selection-value.
7595 (x-cut-buffer-max): Remove.
7596 (x-select-text): Remove argument PUSH, update documentation.
7597
7598 * simple.el (interprogram-cut-function): Remove mention of PUSH.
7599
7600 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
7601
7602 * mouse-sel.el (mouse-sel-get-selection-function):
7603 x-cut-buffer-or-selection-value renamed to x-selection-value.
7604 (x-select-text): Remove optional push.
7605
7606 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7607
7608 * simple.el (blink-paren-function): Move from C to here.
7609 (blink-paren-post-self-insert-function): New function.
7610 (post-self-insert-hook): Use it.
7611
7612 * emacs-lisp/pcase.el (pcase-split-memq):
7613 Fix overenthusiastic optimisation.
7614 (pcase-u1): Handle the case of a lambda pred.
7615
7616 2010-08-31 Kenichi Handa <handa@m17n.org>
7617
7618 * international/mule-cmds.el (standard-display-european-internal):
7619 Setup standard-display-table for 8-bit characters by storing 8-bit
7620 characters in the element vector.
7621
7622 * disp-table.el (standard-display-8bit):
7623 Setup standard-display-table for 8-bit characters by storing 8-bit
7624 characters in the element vector.
7625 (standard-display-european): Likewise.
7626
7627 2010-08-31 Masatake YAMATO <yamato@redhat.com>
7628
7629 * textmodes/nroff-mode.el (nroff-view): New command.
7630 (nroff-mode-map): Bind it to C-c C-c.
7631
7632 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7633
7634 * emacs-lisp/smie.el (smie-down-list): New command.
7635
7636 Remove old indentation and navigation code on octave-mode.
7637 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
7638 smie-down-list rather than add a binding for octave-down-block.
7639 (octave-mark-block, octave-blink-matching-block-open):
7640 Rely on forward-sexp-function.
7641 (octave-fill-paragraph): Don't narrow, so you can use
7642 indent-according-to-mode.
7643 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
7644 (octave-in-block-p, octave-re-search-forward-kw)
7645 (octave-re-search-backward-kw, octave-indent-calculate)
7646 (octave-end-as-array-index-p, octave-block-end-offset)
7647 (octave-scan-blocks, octave-forward-block, octave-backward-block)
7648 (octave-down-block, octave-backward-up-block, octave-up-block)
7649 (octave-before-magic-comment-p, octave-indent-line): Remove.
7650
7651 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
7652
7653 * emacs-lisp/package.el (package--read-archive-file): Just use
7654 `read', to avoid copying an additional string.
7655 (package-menu-mode): Set header-line-format here.
7656 (package-menu-refresh, package-menu-revert): Signal an error if
7657 not in the Package Menu.
7658 (package-menu-package-list): New var.
7659 (package--generate-package-list): Operate on the current buffer;
7660 don't assume that it is *Packages*, since the user may rename it.
7661 Allow persistent package listings and sort keys using
7662 package-menu-package-list and package-menu-package-sort-key.
7663 (package-menu--version-predicate): Fix version calculation.
7664 (package-menu-sort-by-column): Don't select the window.
7665 (package--list-packages): Create the *Packages* buffer.
7666 Set package-menu-package-list-key.
7667 (list-packages): Sorting by status is now the default.
7668 (package-buffer-info): Use match-string-no-properties.
7669 (define-package): Add a &rest argument for future proofing, but
7670 don't use it yet.
7671 (package-install-from-buffer, package-install-buffer-internal):
7672 Merge into a single function, package-install-from-buffer.
7673 (package-install-file): Change caller.
7674
7675 * finder.el: Load finder-inf using `require'.
7676 (finder-list-matches): Sorting by status is now the default.
7677 (finder-compile-keywords): Simpify printing.
7678
7679 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7680
7681 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
7682 (octave-mode-map): Remove special bindings for forward/backward-block
7683 and octave-backward-up-block. Use smie-close-block.
7684 (octave-continuation-marker-regexp): New var.
7685 (octave-continuation-regexp): Use it.
7686 (octave-operator-table, octave-smie-op-levels)
7687 (octave-operator-regexp, octave-smie-indent-rules): New vars.
7688 (octave-smie-backward-token, octave-smie-forward-token): New funs.
7689 (octave-mode): Use SMIE.
7690 (octave-close-block): Delete.
7691
7692 2010-08-30 Eli Zaretskii <eliz@gnu.org>
7693
7694 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
7695 CLIPBOARD, not in PRIMARY. (Bug#6944)
7696
7697 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7698
7699 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
7700 a list of parents.
7701 (smie-indent-column): Allow indirection through variables.
7702
7703 * composite.el (save-buffer-state): Delete, unused.
7704 * font-lock.el (save-buffer-state): Use with-silent-modifications.
7705 (font-lock-default-fontify-region): Use with-syntax-table.
7706 * jit-lock.el (with-buffer-unmodified): Remove.
7707 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
7708
7709 Use `declare' in defmacros.
7710 * window.el (save-selected-window):
7711 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
7712 * progmodes/python.el (def-python-skeleton):
7713 * net/dbus.el (dbus-ignore-errors):
7714 * jka-cmpr-hook.el (with-auto-compression-mode):
7715 * international/mule.el (with-category-table):
7716 * emacs-lisp/timer.el (with-timeout):
7717 * emacs-lisp/lisp-mnt.el (lm-with-file):
7718 * emacs-lisp/eieio.el (with-slots):
7719 * emacs-lisp/easymenu.el (easy-menu-define):
7720 * emacs-lisp/debug.el (debugger-env-macro):
7721 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
7722 (Multiple-value-call, Multiple-value-prog1):
7723 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
7724 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
7725 edebug rule to definition.
7726 * emacs-lisp/lisp-mode.el (save-selected-window)
7727 (with-current-buffer, combine-after-change-calls)
7728 (with-output-to-string, with-temp-file, with-temp-buffer)
7729 (with-temp-message, with-syntax-table, read-if, eval-after-load)
7730 (dolist, dotimes, when, unless):
7731 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
7732
7733 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
7734
7735 * finder.el: Require `package'.
7736 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
7737 (finder-package-info): Var deleted.
7738 (finder-keywords-hash, finder--builtins-alist): New vars.
7739 (finder-compile-keywords): Compute package--builtins and
7740 finder-keywords-hash instead of finder-keywords-hash, respecting
7741 the "Package" header.
7742 (finder-unknown-keywords, finder-list-matches):
7743 Use finder-keywords-hash and package--list-packages.
7744 (finder-mode): Don't set font-lock-defaults.
7745 (finder-exit): We don't use "*Finder-package*" and "*Finder
7746 Category*" buffers anymore.
7747
7748 * emacs-lisp/package.el (package--builtins-base): Var deleted.
7749 (package--builtins): Set default value to nil.
7750 (package-initialize): Load precomputed value of package--builtins
7751 from finder-inf.el.
7752 (package-alist, package-compute-transaction)
7753 (package-download-transaction): Improve docstring.
7754 (package-read-all-archive-contents): Do not change
7755 package--builtins here.
7756 (list-packages): Make package-list-packages an alias for this.
7757 Sort by status by default.
7758 (package--list-packages): Add optional PACKAGES arg.
7759 (describe-package-1): Use font-lock-face property. For built-in
7760 packages, insert file commentary.
7761 (package--generate-package-list): Rename from
7762 package-list-packages-internal; all callers changed. Add optional
7763 PACKAGES arg. Add alphabetical sort fallbacks.
7764 (package-menu--version-predicate, package-menu--status-predicate)
7765 (package-menu--description-predicate)
7766 (package-menu--name-predicate): New functions.
7767
7768 * info.el (Info-finder-find-node): Search package-alist instead of
7769 finder-package-info.
7770
7771 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
7772
7773 * subr.el (version-regexp-alist): Don't use "a" and "b" for
7774 "alpha" and "beta".
7775 (version-to-list): Handle versions like "10.3d".
7776
7777 2010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7778
7779 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
7780 (macroexp-accumulate): Use `declare'.
7781
7782 2010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7783
7784 * whitespace.el (whitespace-style): Adjust type declaration.
7785
7786 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
7787
7788 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
7789
7790 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
7791
7792 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
7793 (Bug#6907).
7794
7795 2010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
7796
7797 * progmodes/js.el: Make indentation more customizable (Bug#6914).
7798 (js-paren-indent-offset, js-square-indent-offset)
7799 (js-curly-indent-offset): New options.
7800 (js--proper-indentation): Use them.
7801
7802 2010-08-26 Daniel Colascione <dan.colascione@gmail.com>
7803
7804 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
7805 instead of inspecting font-lock properties (Bug#6916).
7806
7807 2010-08-26 David Reitter <david.reitter@gmail.com>
7808
7809 * server.el (server-visit-files): Run pre-command-hook and
7810 post-command-hook for each buffer while it is current (Bug#6910).
7811 (server-execute): Do not run hooks here.
7812
7813 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
7814
7815 Sync with Tramp 2.1.19.
7816
7817 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Protect
7818 deleting tmpfile.
7819 (tramp-gvfs-maybe-open-connection): Use `tramp-compat-funcall'.
7820
7821 * net/tramp.el (tramp-handle-expand-file-name)
7822 (tramp-completion-handle-file-name-all-completions)
7823 (tramp-completion-handle-file-name-completion):
7824 Use `tramp-connectable-p'.
7825
7826 * net/trampver.el: Update release number.
7827
7828 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
7829
7830 * help.el (help-map): Bind `C-h P' to describe-package.
7831
7832 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
7833
7834 * emacs-lisp/package.el (package-refresh-contents): Catch errors
7835 when downloading archives.
7836 (describe-package-1): Add package commentary.
7837 (package-install-button-action): New function.
7838 (package-menu-mode-map): Bind ? to package-menu-describe-package.
7839 (package-menu-view-commentary): Function removed.
7840 (package-list-packages-internal): Hide the `package' package too.
7841
7842 2010-08-25 Kenichi Handa <handa@m17n.org>
7843
7844 * language/misc-lang.el ("Arabic"): New language environment.
7845 Setup composition-function-table for Arabic characters.
7846
7847 * international/fontset.el (setup-default-fontset): Fix typo for
7848 arabic OTF spec (fini->fina).
7849
7850 2010-08-25 Jan Djärv <jan.h.d@swipnet.se>
7851
7852 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
7853 on all frames.
7854
7855 2010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7856
7857 * whitespace.el: Allow cleaning up blanks without blank
7858 visualization (Bug#6651). Adjust help window for
7859 whitespace-toggle-options (Bug#6479). Allow to use fill-column
7860 instead of whitespace-line-column (from EmacsWiki). New version
7861 13.1.
7862 (whitespace-style): Add new value 'face. Adjust docstring.
7863 (whitespace-space, whitespace-hspace, whitespace-tab):
7864 Adjust foreground property face.
7865 (whitespace-line-column): Adjust docstring and type declaration.
7866 (whitespace-style-value-list, whitespace-toggle-option-alist)
7867 (whitespace-help-text): Adjust const initialization.
7868 (whitespace-toggle-options, global-whitespace-toggle-options):
7869 Adjust docstring.
7870 (whitespace-display-window, whitespace-interactive-char)
7871 (whitespace-style-face-p, whitespace-color-on): Adjust code.
7872 (whitespace-help-scroll): New fun.
7873
7874 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
7875
7876 * emacs-lisp/package.el (list-packages): Alias for
7877 package-list-packages.
7878
7879 2010-08-24 Kevin Ryde <user42@zip.com.au>
7880
7881 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
7882 (Bug#5651).
7883
7884 * progmodes/ruby-mode.el (ruby): Add defgroup.
7885
7886 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
7887
7888 * progmodes/python.el: Add Ipython support (Bug#5390).
7889 (python-shell-prompt-alist)
7890 (python-shell-continuation-prompt-alist): New options.
7891 (python--set-prompt-regexp): New function.
7892 (inferior-python-mode, run-python, python-shell):
7893 Require ansi-color. Use python--set-prompt-regexp to set the comint
7894 prompt based on the Python interpreter.
7895 (python--prompt-regexp): New var.
7896 (python-check-comint-prompt)
7897 (python-comint-output-filter-function): Use it.
7898 (run-python): Use a pipe (Bug#5694).
7899
7900 2010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
7901
7902 * progmodes/python.el (python-send-region): Send a different
7903 Python command if Ipython is in use.
7904 (python-check-version): Use a Python command to find the version.
7905
7906 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
7907
7908 * mouse.el (mouse-yank-primary): Avoid setting primary when
7909 deactivating the mark (Bug#6872).
7910
7911 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
7912
7913 * progmodes/python.el (python-block-pairs): Allow use of "finally"
7914 with "else" (Bug#3991).
7915
7916 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
7917
7918 * net/dbus.el: Accept UNIX domain sockets as bus address.
7919 (top): Don't initialize `dbus-registered-objects-table' anymore,
7920 this is done in dbusbind.c.
7921 (dbus-check-event): Adapt test for bus.
7922 (dbus-return-values-table, dbus-unregister-service)
7923 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
7924 Adapt doc string.
7925
7926 2010-08-23 Juanma Barranquero <lekktu@gmail.com>
7927
7928 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
7929
7930 2010-08-22 Juri Linkov <juri@jurta.org>
7931
7932 * simple.el (read-extended-command): New function with the logic
7933 for `completing-read' moved to Elisp from `execute-extended-command'.
7934 Use `function-called-at-point' in `minibuffer-default-add-function'
7935 to get a command name for M-n (bug#5364, bug#5214).
7936
7937 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
7938
7939 * startup.el (command-line-1): Issue warning for ignored arguments
7940 --unibyte, etc (Bug#6886).
7941
7942 2010-08-22 Leo <sdl.web@gmail.com>
7943
7944 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
7945 (ignore, bright, dim, keyword): Split list of nicknames before
7946 passing to rcirc-add-or-remove (Bug#6894).
7947
7948 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
7949
7950 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
7951
7952 2010-08-22 Leo <sdl.web@gmail.com>
7953
7954 Fix buffer-list rename&refresh after killing a buffer in ido.
7955 * ido.el: Revert Óscar's.
7956 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
7957 Remember the buffers at head, rather than their name.
7958 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
7959
7960 2010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
7961 Stefan Monnier <monnier@iro.umontreal.ca>
7962
7963 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
7964 extra backslash added to each line (bug#6890).
7965
7966 2010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
7967
7968 * subr.el (read-key): Don't echo keystrokes (bug#6883).
7969
7970 2010-08-22 Glenn Morris <rgm@gnu.org>
7971
7972 * menu-bar.el (menu-bar-games-menu): Add landmark.
7973
7974 2010-08-22 Glenn Morris <rgm@gnu.org>
7975
7976 * align.el (align-regexp): Make group and spacing arguments
7977 use the interactive defaults when non-interactive. (Bug#6698)
7978
7979 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
7980 expansion, so as not to need sendmail.
7981 (mail-text-start): Remove declaration.
7982 (rmail-retry-failure): Require sendmail.
7983
7984 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
7985
7986 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
7987
7988 2010-08-22 Michael Albinus <michael.albinus@gmx.de>
7989
7990 * progmodes/flymake.el (flymake-start-syntax-check-process):
7991 Use `start-file-process' in order to let it run also on remote hosts.
7992
7993 2010-08-22 Kenichi Handa <handa@m17n.org>
7994
7995 * files.el: Add `word-wrap' as safe local variable.
7996
7997 2010-08-22 Glenn Morris <rgm@gnu.org>
7998
7999 * woman.el (woman-translate): Case matters. (Bug#6849)
8000
8001 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
8002
8003 * simple.el (kill-region): Doc fix (Bug#6787).
8004
8005 2010-08-22 Glenn Morris <rgm@gnu.org>
8006
8007 * calendar/diary-lib.el (diary-header-line-format):
8008 Fit it to the window, not the frame.
8009
8010 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
8011
8012 * subr.el (ignore-errors): Add debug declaration.
8013
8014 2010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
8015
8016 * whitespace.el (whitespace-color-off): Remove post-command-hook
8017 locally.
8018
8019 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8020
8021 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
8022
8023 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
8024
8025 * cus-edit.el (custom-group-value-create): Add extra newline
8026 before end line (Bug#6876).
8027
8028 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
8029
8030 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
8031 when extending it. Before killing on the second click, check if
8032 the buffer is the correct one. Doc fix.
8033 (mouse-secondary-save-then-kill): Allow usage without first
8034 calling mouse-start-secondary, by defaulting to point. Don't save
8035 an empty secondary selection. Doc fix.
8036
8037 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8038
8039 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
8040 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
8041 New version 13.0.
8042 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8043 Adjust initialization.
8044 (whitespace-bob-marker, whitespace-eob-marker)
8045 (whitespace-buffer-changed): New vars.
8046 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
8047 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
8048 (whitespace-post-command-hook, whitespace-display-char-on):
8049 Adjust code.
8050 (whitespace-looking-back, whitespace-buffer-changed): New funs.
8051 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
8052
8053 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8054
8055 * files.el (locate-file-completion-table): Only list the .el and .elc
8056 extensions if there's no other choice (bug#5955).
8057
8058 * facemenu.el (facemenu-self-insert-data): New var.
8059 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
8060 New functions.
8061 (facemenu-add-face): Use them.
8062
8063 * simple.el (blink-matching-open): Obey forward-sexp-function.
8064
8065 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
8066
8067 * simple.el (prog-mode-map): New var.
8068 (prog-indent-sexp): New command.
8069
8070 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
8071
8072 * progmodes/prolog.el (smie): Require.
8073
8074 * emacs-lisp/smie.el (smie-default-backward-token)
8075 (smie-default-forward-token): Strip properties.
8076 (smie-next-sexp): Be more careful with associative operators.
8077 (smie-forward-sexp-command): Generalize.
8078 (smie-backward-sexp-command): Simplify.
8079 (smie-closer-alist): New var.
8080 (smie-close-block): New command.
8081 (smie-indent-debug-log): New var.
8082 (smie-indent-offset-rule): Add a few more cases.
8083 (smie-indent-column): New function.
8084 (smie-indent-after-keyword): Use it.
8085 (smie-indent-keyword): Use it.
8086 Fix up the opener code's point position.
8087 (smie-indent-comment): Only applies at BOL.
8088 (smie-indent-debug): New command.
8089
8090 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
8091 declarations that are useful before running the macro.
8092
8093 2010-08-18 Joakim Verona <joakim@verona.se>
8094
8095 * image.el (imagemagick-types-inhibit): New variable.
8096 (imagemagick-register-types): New function.
8097 * image-mode.el (image-transform-properties): New function.
8098 (image-transform-set-scale, image-transform-fit-to-height)
8099 (image-transform-set-rotation, image-transform-set-resize)
8100 (image-transform-fit-to-width, image-transform-fit-to-height):
8101 New functions.
8102 (image-toggle-display-image): Support image transforms.
8103
8104 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
8105
8106 * image.el (create-animated-image): Don't add heuristic mask to image
8107 (Bug#6839).
8108
8109 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
8110
8111 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
8112 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
8113
8114 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
8115
8116 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
8117
8118 Font-lock '...' strings, plus various simplifications and fixes.
8119 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
8120 (octave-font-lock-close-quotes): New function.
8121 (octave-font-lock-syntactic-keywords): New var.
8122 (octave-mode): Use it. Set beginning-of-defun-function.
8123 (octave-mode-map): Don't override the <foo>-defun commands.
8124 (octave-mode-menu): Pass it directly to easy-menu-define;
8125 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
8126 (octave-block-match-alist): Fix up last change so that
8127 octave-close-block uses the more specific keyword.
8128 (info-lookup-mode): Silence byte-compiler.
8129 (octave-beginning-of-defun): Not interactive any more.
8130 Optimize slightly.
8131 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
8132 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
8133 (octave-completion-at-point-function): Make sure point is within
8134 beg..end.
8135 (octave-reindent-then-newline-and-indent):
8136 Use reindent-then-newline-and-indent.
8137 (octave-add-octave-menu): Remove.
8138
8139 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
8140
8141 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
8142 (report-emacs-bug-can-use-xdg-email): New functions.
8143 (report-emacs-bug): Set can-xdg-email to result of
8144 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
8145 \C-cm to report-emacs-bug-insert-to-mailer and add help text
8146 about it.
8147
8148 * net/browse-url.el (browse-url-default-browser): Add cond
8149 for browse-url-xdg-open.
8150 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
8151
8152 2010-08-17 Glenn Morris <rgm@gnu.org>
8153
8154 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
8155 (c-fontify-recorded-types-and-refs): Define for compiler.
8156 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
8157 before use.
8158
8159 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
8160 Fix format call.
8161
8162 2010-08-17 Michael Albinus <michael.albinus@gmx.de>
8163
8164 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
8165 properties.
8166 (tramp-handle-process-file): Call the program in a subshell, in
8167 order to preserve working directory.
8168 (tramp-action-password): Hide password prompt before next run.
8169 (tramp-process-actions): Widen connection buffer for the trace.
8170
8171 2010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
8172
8173 * net/rcirc.el (rcirc-log-process-buffers): New option.
8174 (rcirc-print): Use it.
8175 (rcirc-generate-log-filename): New function.
8176 (rcirc-log-filename-function): Change default to
8177 rcirc-generate-log-filename (Bug#6828).
8178
8179 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
8180
8181 * simple.el (deactivate-mark): If select-active-regions is `only',
8182 only set selection for temporarily active regions.
8183
8184 * cus-start.el: Change defcustom for select-active-regions.
8185
8186 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
8187
8188 * mouse.el (mouse--drag-set-mark-and-point): New function.
8189 (mouse-drag-track): Use LOCATION arg to push-mark.
8190 Use mouse--drag-set-mark-and-point to take click-count into
8191 consideration when updating point and mark (Bug#6840).
8192
8193 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
8194
8195 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8196 Give the Ruby rule a lower priority than Gnu (Bug#6778).
8197
8198 2010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
8199
8200 * font-lock.el (lisp-font-lock-keywords-2):
8201 Add combine-after-change-calls, condition-case-no-debug,
8202 with-demoted-errors, and with-silent-modifications (Bug#6025).
8203
8204 2010-08-14 Kevin Ryde <user42@zip.com.au>
8205
8206 * emacs-lisp/copyright.el (copyright-update-year)
8207 (copyright-update): Temporary switch-to-buffer to ensure the
8208 buffer change being queried is visible (Bug#5394).
8209
8210 2010-08-14 Tom Tromey <tromey@redhat.com>
8211
8212 * progmodes/etags.el (tags-file-name): Mark safe if stringp
8213 (Bug#6733).
8214
8215 2010-08-14 Eli Zaretskii <eliz@gnu.org>
8216
8217 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
8218 MS-DOS. (Bug#6689)
8219
8220 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
8221
8222 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
8223 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8224 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
8225 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
8226 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
8227 Call menu-bar-set-tool-bar-position.
8228
8229 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8230
8231 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
8232 comment style (bug#6834).
8233 * progmodes/scheme.el (scheme-mode-syntax-table):
8234 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
8235 "b" flag in "' 14b" syntax.
8236
8237 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
8238 for (un)commenting the region and performing completion.
8239 (octave-mode-menu): Use standard commands for help and completion.
8240 (octave-mode-syntax-table): Support %{..%} comments (sort of).
8241 (octave-mode): Use define-derived-mode.
8242 Set completion-at-point-functions and don't set columns.
8243 Don't disable adaptive-fill-regexp.
8244 (octave-describe-major-mode, octave-comment-region)
8245 (octave-uncomment-region, octave-comment-indent)
8246 (octave-indent-for-comment): Remove.
8247 (octave-indent-calculate): Rename from calculate-octave-indent.
8248 (octave-indent-line, octave-fill-paragraph): Update caller.
8249 (octave-initialize-completions): No need to make an alist.
8250 (octave-completion-at-point-function): New function.
8251 (octave-complete-symbol): Use it.
8252 (octave-insert-defun): Use define-skeleton.
8253
8254 * progmodes/octave-mod.el (octave-mode): Set comment-add.
8255 (octave-mode-map): Use comment-dwim (bug#6829).
8256
8257 2010-08-12 Antoine Levitt <antoine.levitt@gmail.com>
8258
8259 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
8260 indentation of inserted comment.
8261
8262 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
8263
8264 * faces.el (region): Add type gtk that uses gtk colors.
8265
8266 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
8267 Handle theme-name change.
8268
8269 2010-08-10 Michael R. Mauger <mmaug@yahoo.com>
8270
8271 * progmodes/sql.el: Version 2.5
8272 (sql-product-alist): Add :prompt-cont-regexp property for several
8273 database products.
8274 (sql-prompt-cont-regexp): New variable.
8275 (sql-output-newline-count, sql-output-by-send):
8276 New variables. Record number of newlines in input text.
8277 (sql-send-string): Handle multiple filters and count newlines.
8278 (sql-send-magic-terminator): Count terminator newline.
8279 (sql-interactive-remove-continuation-prompt): Filters output to
8280 remove continuation prompts; one for each newline.
8281 (sql-interactive-mode): Set up new variables, prompt regexp and
8282 output filter.
8283 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
8284 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
8285
8286 2010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8287
8288 * emacs-lisp/pcase.el: New file.
8289
8290 2010-08-10 Michael Albinus <michael.albinus@gmx.de>
8291
8292 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
8293 as here-document, otherwise the command could exceed maximum
8294 length of command line.
8295 (tramp-handle-vc-registered): Call script accordingly.
8296 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
8297
8298 2010-08-10 Kenichi Handa <handa@m17n.org>
8299
8300 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
8301 composable pattern.
8302
8303 2010-08-09 Chong Yidong <cyd@stupidchicken.com>
8304
8305 * emacs-lisp/package.el (package-version-split)
8306 (package--version-first-nonzero, package-version-compare):
8307 Functions removed.
8308 (package-directory-list, package-load-all-descriptors)
8309 (package--built-in, package-activate, define-package)
8310 (package-installed-p, package-compute-transaction)
8311 (package-read-all-archive-contents)
8312 (package--add-to-archive-contents, package-buffer-info)
8313 (package-tar-file-info, package-list-packages-internal):
8314 Use version-to-list and version-list-*.
8315
8316 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8317 Use version-to-list.
8318 (package-upload-buffer-internal): Use version-list-<=.
8319
8320 2010-08-09 Kenichi Handa <handa@m17n.org>
8321
8322 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
8323 composable pattern.
8324
8325 2010-08-08 Chong Yidong <cyd@stupidchicken.com>
8326
8327 * tutorial.el (tutorial--default-keys): C-d is now bound to
8328 delete-forward-char (Bug#6826).
8329
8330 * mouse.el (mouse-drag-track): Remove accidentally-removed check
8331 for `double' value of mouse-1-click-follows-link (Bug#6807).
8332
8333 2010-08-08 Johan Bockgård <bojohan@gnu.org>
8334
8335 * replace.el (replace-highlight): Bind isearch-forward and
8336 isearch-error, ensuring that highlighting is updated if the user
8337 switches the search direction (Bug#6808).
8338
8339 * isearch.el (isearch-lazy-highlight-forward): New var.
8340 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8341 (isearch-lazy-highlight-update): Use it.
8342
8343 2010-08-08 Kenichi Handa <handa@m17n.org>
8344
8345 * international/mule.el (define-charset): Store NAME as :base property.
8346 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
8347 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
8348 current priority. Force using the designation of the specific
8349 charset by adding `charset' text property. Improve the whole algorithm.
8350
8351 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8352
8353 * emulation/pc-select.el (pc-selection-mode-hook)
8354 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
8355 (pc-selection-mode): Fix typos in docstrings.
8356
8357 2010-08-08 Kenichi Handa <handa@m17n.org>
8358
8359 * language/cyrillic.el: Don't add "microsoft-cp1251" to
8360 ctext-non-standard-encodings-alist here.
8361
8362 * international/mule.el (ctext-non-standard-encodings-alist):
8363 Add "koi8-r" and "microsoft-cp1251".
8364 (ctext-standard-encodings): New variable.
8365 (ctext-non-standard-encodings-table): List only elements for
8366 non-standard encodings.
8367 (ctext-pre-write-conversion): Adjust for the above change.
8368 Check ctext-standard-encodings.
8369
8370 * international/mule-conf.el (compound-text): Doc fix.
8371 (ctext-no-compositions): Doc fix.
8372 (compound-text-with-extensions): Doc fix.
8373
8374 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8375
8376 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
8377
8378 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8379
8380 * progmodes/which-func.el (which-func-format): Split help-echo text
8381 into lines, like other mode-line tooltips.
8382
8383 * server.el (server-start): When using TCP sockets, force IPv4
8384 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
8385
8386 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8387
8388 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
8389
8390 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8391
8392 * term.el (term-delimiter-argument-list): Reflow docstring.
8393 (term-read-input-ring, term-write-input-ring, term-send-input)
8394 (term-bol, term-erase-in-display, serial-supported-or-barf):
8395 Fix typos in docstrings.
8396
8397 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8398
8399 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
8400
8401 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8402
8403 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
8404
8405 2010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
8406
8407 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
8408 Fix typo in docstring (bug#6747).
8409
8410 2010-08-08 Leo <sdl.web@gmail.com>
8411
8412 * eshell/esh-io.el (eshell-get-target): Better detection of
8413 read-only file (Bug#6762).
8414
8415 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8416
8417 * align.el (align-default-spacing): Doc fix.
8418 (align-region-heuristic, align-regexp): Fix typos in docstrings.
8419
8420 2010-08-08 Stephen Peters <speters@itasoftware.com>
8421
8422 * calendar/icalendar.el
8423 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
8424 (icalendar--get-weekday-numbers): New.
8425 (icalendar--convert-recurring-to-diary): Handle multiple byday
8426 values in weekly rules. (Bug#6766)
8427
8428 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
8429
8430 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
8431 (icalendar--create-uid, icalendar-export-region)
8432 (icalendar--parse-summary-and-rest): Code formatting.
8433
8434 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
8435
8436 * calc/calc.el (calc-trail-mode, calc-refresh): Use `face' property
8437 to italicize headers.
8438 (calc-highlight-selections-with-faces): New variable.
8439 (calc-selected-face, calc-nonselected-face): New faces.
8440
8441 * calc/calccomp.el (math-comp-highlight-string): Use
8442 `calc-highlight-selections-with-faces' to determine how to highlight
8443 sub-formulas.
8444
8445 * calc/calc-sel.el (calc-show-selections): Change message to when
8446 using faces to highlight selections.
8447
8448 2010-08-07 Michael R. Mauger <mmaug@yahoo.com>
8449
8450 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
8451 Add SQLite 3 keywords, functions and datatypes.
8452 (sql-interactive-mode): Remove `comint-process-echoes' set to t
8453 (Bug#6686).
8454
8455 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
8456
8457 * simple.el (select-active-regions): Move to keyboard.c.
8458 (deactivate-mark): Used saved-region-selection.
8459 (select-active-region): Function removed.
8460 (activate-mark, set-mark, push-mark-command)
8461 (handle-shift-selection): Don't call it.
8462 (keyboard-quit): Avoid adding the region to the window selection.
8463
8464 * mouse.el (mouse-drag-track): Remove hacks to deal with old
8465 select-active-regions implementation.
8466 (mouse-yank-at-click): Doc fix.
8467
8468 * cus-start.el: Add custom declaration for select-active-regions.
8469
8470 2010-08-07 Eli Zaretskii <eliz@gnu.org>
8471
8472 * simple.el (delete-forward-char): Doc fix.
8473
8474 * tutorial.el (help-with-tutorial): Hack safe file-local variables
8475 after reading the tutorial.
8476
8477 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
8478
8479 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
8480 Fix for the case that a C style comment has its delimiters alone on
8481 their respective lines. (Bug#193)
8482
8483 2010-08-06 Michael Albinus <michael.albinus@gmx.de>
8484
8485 * net/tramp.el (tramp-handle-start-file-process): Set connection
8486 property "vec".
8487 (tramp-process-sentinel): Use it for flushing the cache.
8488 We cannot do it via the process buffer, the buffer could be deleted
8489 already when running the sentinel.
8490
8491 2010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
8492
8493 * comint.el (comint-mode): Make directory tracking functions
8494 functional on remote files. (Bug#6764)
8495
8496 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
8497
8498 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
8499
8500 2010-08-05 Eli Zaretskii <eliz@gnu.org>
8501
8502 * emacs-lisp/find-gc.el (find-gc-source-files):
8503 Rename unexec.c => unexcoff.c.
8504
8505 * emacs-lisp/authors.el (authors-fixed-entries):
8506 Rename unexec.c => unexcoff.c.
8507
8508 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
8509
8510 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
8511 cache, not only file cache.
8512 (tramp-process-sentinel): New defun.
8513 (tramp-handle-start-file-process): Use it, in order to invalidate
8514 file caches.
8515
8516 2010-08-03 Leo <sdl.web@gmail.com>
8517
8518 * server.el (server-start): Simplify loop.
8519
8520 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
8521
8522 * frame.el (screen-height, screen-width, set-screen-width)
8523 (set-screen-height): Remove ancient compatibility aliases.
8524
8525 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
8526 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
8527
8528 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
8529 that change current buffer.
8530
8531 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8532
8533 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
8534 beginning of the string. Use `string-match-p'. (Bug#6765)
8535
8536 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
8537
8538 * cus-start.el (x-gtk-use-system-tooltips): New variable.
8539
8540 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
8541
8542 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
8543 (package--builtins): Tweak descriptions.
8544 (package-print-package): Upcase descriptions if necessary.
8545 Show all built-in packages in font-lock-builtin-face.
8546 (package-list-packages-internal): Omit "emacs" package.
8547 Show status of built-in packages as "built-in".
8548
8549 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
8550
8551 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
8552 before killing to preserve the primary selection (Bug#6701).
8553
8554 * term/x-win.el (x-select-text): Doc fix.
8555
8556 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
8557
8558 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
8559 (objc-font-lock-extra-types):
8560 * progmodes/cc-mode.el (c-basic-common-init):
8561 * progmodes/cc-langs.el (c-make-mode-syntax-table)
8562 (c++-make-template-syntax-table)
8563 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
8564 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
8565 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
8566 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
8567 * progmodes/cc-fonts.el (c-make-inverse-face)
8568 (c-basic-matchers-after):
8569 * progmodes/cc-engine.el (c-forward-keyword-clause)
8570 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
8571 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
8572 (c-guess-continued-construct, c-guess-basic-syntax):
8573 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
8574 The above functions were modified or created.
8575
8576 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
8577
8578 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
8579
8580 2010-07-31 Eli Zaretskii <eliz@gnu.org>
8581
8582 * files.el (bidi-paragraph-direction): Define safe local values.
8583
8584 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
8585 language-info-alist. Remove outdated FIXME in a comment.
8586
8587 2010-07-31 Alan Mackenzie <acm@muc.de>
8588
8589 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
8590 Auto-fill broken in C/C++ modes.
8591
8592 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
8593
8594 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8595 (menu-bar-showhide-tool-bar-menu-customize-disable)
8596 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
8597 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
8598 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
8599 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
8600 make a menu for Options => toolbar that can move it.
8601
8602 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
8603
8604 * emacs-lisp/package-x.el (package--make-rss-entry):
8605 (package-maint-add-news-item, package--update-news)
8606 (package-upload-buffer-internal): New arg ARCHIVE-URL.
8607
8608 * emacs-lisp/package.el (package-archive-url): Rename from
8609 package-archive-id.
8610 (package-install): Doc fix.
8611 (package-download-single, package-download-tar, package-install)
8612 (package-menu-view-commentary): Callers changed.
8613
8614 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
8615
8616 * net/tramp.el (tramp-handle-start-file-process): Check only for
8617 `remote-tty' process property.
8618 (tramp-open-shell): Don't check for tty.
8619 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
8620 process property.
8621
8622 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
8623 host.
8624
8625 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
8626
8627 * emacs-lisp/package.el (package-load-list, package-archives)
8628 (package-archive-contents, package-user-dir)
8629 (package-directory-list, package--builtins, package-alist)
8630 (package-activated-list, package-obsolete-alist): Mark as risky.
8631
8632 2010-07-28 Phil Hagelberg <phil@evri.com>
8633
8634 Add support for non-default package repositories.
8635 * emacs-lisp/package.el (package-archive-base): Var deleted.
8636 (package-archives): New variable.
8637 (package-archive-contents): Doc fix.
8638 (package-load-descriptor): Do nothing if descriptor file is missing.
8639 (package--write-file-no-coding): New function.
8640 (package-unpack-single): Use it.
8641 (package-archive-id): New function.
8642 (package-download-single, package-download-tar)
8643 (package-menu-view-commentary): Use it.
8644 (package-installed-p): Make second argument optional.
8645 (package-read-all-archive-contents): New function.
8646 (package-initialize): Use it.
8647 (package-read-archive-contents): Add ARCHIVE argument.
8648 (package--add-to-archive-contents): New function.
8649 (package-install): Don't call package-read-archive-contents.
8650 (package--download-one-archive): Store archive file in a
8651 subdirectory of package-user-dir.
8652 (package-menu-execute): Remove spurious line movement.
8653
8654 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
8655
8656 * cus-start.el (tool-bar-style): Add text-image-horiz.
8657
8658 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
8659
8660 * progmodes/gud.el (gud-common-init): Check for remoteness of
8661 `file', and not of `default-directory'.
8662
8663 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
8664
8665 * net/tramp.el (tramp-methods): Move hostname to the end in all
8666 ssh `tramp-login-args'.
8667 (tramp-verbose): Describe verbose level 9.
8668 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
8669 (tramp-open-connection-setup-interactive-shell): Trace stty
8670 settings if `tramp-verbose' >= 9.
8671 (tramp-handle-start-file-process): Implement tty setting.
8672 (Bug#4604, Bug#6360)
8673
8674 * net/tramp-cmds.el (tramp-bug): Recommend setting of
8675 `tramp-verbose' to 9.
8676
8677 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
8678
8679 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
8680 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
8681 Remove references to package `lisp-re' (bug#4369).
8682
8683 2010-07-27 Tom Tromey <tromey@redhat.com>
8684
8685 * progmodes/js.el (js-mode):
8686 * progmodes/make-mode.el (makefile-mode):
8687 * progmodes/simula.el (simula-mode):
8688 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
8689
8690 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
8691
8692 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
8693
8694 * time.el (display-time-day-and-date): Remove spurious * in docstring.
8695 (display-time-world-buffer-name, display-time-world-mode-map):
8696 Fix typos in docstrings.
8697
8698 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
8699
8700 * image-mode.el (image-display-size): New function.
8701 (image-forward-hscroll, image-next-line, image-eol, image-eob)
8702 (image-mode-fit-frame): Use it (Bug#6639).
8703
8704 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
8705
8706 * dired.el (dired-buffers-for-dir): Handle list values of
8707 dired-directory (Bug#6636).
8708
8709 2010-07-26 Sam Steingold <sds@gnu.org>
8710
8711 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
8712 Do not call `x-get-selection' the second time, reuse the value.
8713
8714 2010-07-26 Daiki Ueno <ueno@unixuser.org>
8715
8716 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
8717 which consist of control chars only. Suggested by Richard Stallman.
8718
8719 2010-07-25 Daiki Ueno <ueno@unixuser.org>
8720
8721 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
8722 exists before passing an error to find-file-not-found-functions
8723 (bug#6723).
8724
8725 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
8726
8727 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
8728 Remove leading nil element, adjust values.
8729 (tetris-shapes, tetris-shape-scores):
8730 Change representation of shapes and remove some redundancy.
8731 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
8732 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
8733 Adjust for working with new representation of shapes.
8734 (tetris-shape-rotations): New function.
8735 (tetris-move-bottom, tetris-move-left, tetris-move-right)
8736 (tetris-rotate-prev, tetris-rotate-next):
8737 Adjust for working with the new version of tetris-test-shape.
8738
8739 2010-07-23 Markus Triska <markus.triska@gmx.at>
8740
8741 * progmodes/ps-mode.el: Use comint (bug#5954).
8742 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
8743 (ps-mode-other-newline): Simplify.
8744 (ps-run-mode): Derive from comint-mode instead of
8745 fundamental-mode, yielding input history etc.
8746 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
8747 (ps-run-send-string): Adapt for comint-mode.
8748 (ps-run-newline): Remove now unneeded function.
8749
8750 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
8751
8752 * net/tramp.el (tramp-methods): Move hostname to the end in all
8753 plink `tramp-login-args'.
8754
8755 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
8756
8757 * net/tramp.el (tramp-open-shell): New defun.
8758 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8759 Use it.
8760
8761 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
8762
8763 * net/tramp.el (tramp-file-name-regexp-unified)
8764 (tramp-completion-file-name-regexp-unified): On W32 systems, do
8765 not regard the volume letter as remote filename. (Bug#5447)
8766
8767 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
8768
8769 * custom.el (custom-declare-variable): Give a clearer error message
8770 when the docstring is missing (bug#6476).
8771
8772 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
8773
8774 * progmodes/sql.el: Version 2.4. Improved Login prompting.
8775 (sql-login-params): New widget definition.
8776 (sql-oracle-login-params, sql-mysql-login-params)
8777 (sql-solid-login-params, sql-sybase-login-params)
8778 (sql-informix-login-params, sql-ingres-login-params)
8779 (sql-ms-login-params, sql-postgres-login-params)
8780 (sql-interbase-login-params, sql-db2-login-params)
8781 (sql-linter-login-params): Use it.
8782 (sql-sqlite-login-params): Use it; Define "database" parameter as
8783 a file name.
8784 (sql-sqlite-program): Change to "sqlite3".
8785 (sql-comint-sqlite): Make sure database name is complete.
8786 (sql-for-each-login): New function.
8787 (sql-connect, sql-save-connection): Use it.
8788 (sql-get-login-ext): New function.
8789 (sql-get-login): Use it.
8790 (sql-make-alternate-buffer-name): Handle :file parameters.
8791
8792 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
8793
8794 * dired.el (dired-no-confirm): Document value t and fix defcustom to
8795 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
8796
8797 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
8798
8799 * dired.el (dired-mode-map): Use command remapping (bug#6632).
8800
8801 2010-07-22 Lawrence Mitchell <wence@gmx.li>
8802
8803 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
8804
8805 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
8806
8807 * net/tramp.el (tramp-get-ls-command)
8808 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
8809 instead of "/".
8810
8811 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
8812
8813 * progmodes/sql.el: Version 2.3.
8814 (sql-connection-alist): Change keys from symbols to strings;
8815 enhanced the widget definition.
8816 (sql-mode-menu): Add submenu to select connections.
8817 (sql-interactive-mode-menu): Add "Save Connection" item.
8818 (sql-add-product): Fix menu item.
8819 (sql-get-product-feature): Improved error handling.
8820 (sql--alt-buffer-part, sql--alt-if-not-empty): Remove.
8821 (sql-make-alternate-buffer-name): Simplified.
8822 (sql-product-interactive): Handle missing product.
8823 (sql-connect): Support string keys, minor improvements.
8824 (sql-save-connection): New function.
8825 (sql-connection-menu-filter): New function.
8826
8827 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
8828
8829 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
8830 (tramp-open-connection-setup-interactive-shell):
8831 Apply workaround for IRIX64 bug. Move argument of last
8832 `tramp-send-command' where it belongs to.
8833
8834 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
8835
8836 * net/tramp.el (tramp-perl-file-attributes)
8837 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
8838 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
8839 front of `login-args'.
8840
8841 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
8842
8843 * time.el (display-time-world-mode): Define with `define-derived-mode'.
8844 Set `show-trailing-whitespace' to nil.
8845 (display-time-world-display): Simplify.
8846
8847 2010-07-18 Alan Mackenzie <acm@muc.de>
8848
8849 Enhance `c-file-style' in file/directory local variables.
8850 * progmodes/cc-mode.el (c-count-cfss): New function.
8851 (c-before-hack-hook): Call `c-set-style' differently according to
8852 whether c-file-style was set in file or directory local
8853 variables.
8854
8855 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
8856
8857 * progmodes/sql.el: Version 2.2.
8858 (sql-product, sql-user, sql-database, sql-server, sql-port):
8859 Use defcustom :safe keyword rather than putting safe-local-variable
8860 property.
8861 (sql-password): Use defcustom :risky keyword rather than putting
8862 risky-local-variable property.
8863 (sql-oracle-login-params, sql-sqlite-login-params)
8864 (sql-solid-login-params, sql-sybase-login-params)
8865 (sql-informix-login-params, sql-ingres-login-params)
8866 (sql-ms-login-params, sql-postgres-login-params)
8867 (sql-interbase-login-params, sql-db2-login-params)
8868 (sql-linter-login-params): Add `port' option.
8869 (sql-get-product-feature): Add NO-INDIRECT parameter.
8870 (sql-comint-oracle, sql-comint-sybase)
8871 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
8872 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
8873 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
8874 (sql-comint-linter): Rename sql-connect-* functions to
8875 sql-comint-*.
8876 (sql-product-alist, sql-mode-menu): Rename as above and
8877 :sqli-connect-func to :sqli-comint-func.
8878 (sql-connection): New variable.
8879 (sql-interactive-mode): Set it.
8880 (sql-connection-alist): New variable.
8881 (sql-connect): New function.
8882 (sql--alt-buffer-part, sql--alt-if-not-empty)
8883 (sql-make-alternate-buffer-name): Improved alternative buffer name.
8884
8885 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8886
8887 * image-mode.el (image-bookmark-make-record): Do not set context
8888 in an image (Bug#6650).
8889
8890 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
8891
8892 * simple.el (select-active-region): New function.
8893 (push-mark-command, set-mark, activate-mark)
8894 (handle-shift-selection): Use it.
8895 (deactivate-mark): Don't check for size of region.
8896
8897 * mouse.el (mouse-drag-track): Use select-active-region.
8898
8899 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
8900
8901 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
8902 "--dired" stronger.
8903
8904 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
8905
8906 * term/x-win.el (x-select-enable-primary): Change default to nil.
8907 (x-select-enable-clipboard): Add :version keyword.
8908
8909 * mouse.el (mouse-drag-copy-region):
8910 * simple.el (select-active-regions): Likewise.
8911
8912 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
8913
8914 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
8915 (vc-coding-system-for-diff): Use it to decide whether to inherit
8916 from the file the EOL format for reading the diffs of that file.
8917 (Bug#4451)
8918
8919 2010-07-16 Eli Zaretskii <eliz@gnu.org>
8920
8921 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
8922 unibyte, so compressed attachments are not compressed again.
8923
8924 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
8925
8926 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
8927 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
8928 (tramp-find-shell): Simplify setting connection property.
8929 (tramp-get-ls-command): Make test for "--color=never" stronger.
8930
8931 2010-07-15 Simon South <ssouth@member.fsf.org>
8932
8933 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
8934 blocks within record declarations (i.e. variant parts) correctly.
8935
8936 2010-07-15 Simon South <ssouth@member.fsf.org>
8937
8938 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
8939 over literal tokens when parsing so newlines aren't "absorbed" by
8940 single-line comments. Corrects the indentation of case blocks
8941 that have a comment on the first line.
8942
8943 2010-07-14 Karl Fogel <kfogel@red-bean.com>
8944
8945 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
8946 by Drew Adams (Bug#5504).
8947
8948 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
8949
8950 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
8951 now that Unicode is used (Bug#6594).
8952
8953 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
8954
8955 * term/x-win.el (x-select-enable-clipboard): Default to t.
8956 (x-initialize-window-system): Don't overwrite Paste menu item.
8957
8958 * simple.el (select-active-regions): Default to t.
8959 (push-mark-command): Don't overwrite primary with empty string.
8960
8961 * mouse.el: Bind mouse-2 to mouse-yank-primary.
8962 (mouse-drag-copy-region): Default to nil.
8963
8964 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
8965 Cut/Copy/Paste menu bar items.
8966
8967 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8968
8969 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
8970 Patch applied by Karl Fogel.
8971
8972 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
8973 and `bookmark-current-buffer' if they have been already set in
8974 another buffer (e.g gnus-art).
8975
8976 2010-07-13 Karl Fogel <kfogel@red-bean.com>
8977 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8978
8979 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
8980
8981 * bookmark.el (bookmark-make-record-default): Allow unneeded
8982 information to be omitted from the record.
8983
8984 Adjust declarations and calls:
8985
8986 * info.el (bookmark-make-record-default): Adjust declaration.
8987 (Info-bookmark-make-record): Adjust call.
8988
8989 * woman.el (bookmark-make-record-default): Adjust declaration.
8990 (woman-bookmark-make-record): Adjust call.
8991
8992 * man.el (bookmark-make-record-default): Adjust declaration.
8993 (Man-bookmark-make-record): Adjust call.
8994
8995 * image-mode.el (bookmark-make-record-default): Adjust declaration.
8996
8997 * doc-view.el (bookmark-make-record-default): Adjust declaration.
8998
8999 2010-07-13 Karl Fogel <kfogel@red-bean.com>
9000
9001 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
9002 This is also from Thierry Volpiatto's patch in bug #6444. However,
9003 because it was extraneous to the functional change in that patch,
9004 and causes a re-indendation, I am committing it separately.
9005
9006 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9007
9008 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
9009 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
9010 Patch applied by Karl Fogel (Bug#6444).
9011
9012 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
9013
9014 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
9015
9016 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
9017
9018 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
9019 Dempsky; bug#5084). Remove incorrect binding for S-tab.
9020 (ns-alternatives-map): Change S-tab binding to backtab
9021 (bug#6616).
9022
9023 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
9024 under ns.
9025
9026 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
9027
9028 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
9029 (Bug#5806)
9030
9031 * language/tv-util.el (tai-viet-re): Remove format.
9032
9033 2010-07-12 Kenichi Handa <handa@m17n.org>
9034
9035 * language/hebrew.el: Remove no-byte-compile declaration.
9036 Change coding: tag to utf-8. Register hebrew-shape-gstring in
9037 composition-function-table for 3-character looking back.
9038 (hebrew-font-get-precomposed): New function.
9039 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
9040
9041 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
9042
9043 * mouse.el (mouse-drag-track): Handle select-active-regions
9044 (Bug#6612).
9045
9046 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
9047
9048 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
9049 empty argument to gvfs-copy.
9050
9051 2010-07-10 Glenn Morris <rgm@gnu.org>
9052
9053 * calendar/calendar.el (calendar-week-end-day): New function.
9054 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
9055 Respect calendar-week-start-day. (Bug#6606)
9056 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
9057 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
9058 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
9059 respect calendar-week-start-day.
9060
9061 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
9062
9063 * simple.el (use-region-p): Doc fix (Bug#6607).
9064
9065 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
9066
9067 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9068 Add regexps for cucumber and ruby.
9069
9070 2010-07-08 Daiki Ueno <ueno@unixuser.org>
9071
9072 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
9073 (epa-file-insert-file-contents): Hack to prevent
9074 find-file from opening empty buffer when decryption failed
9075 (bug#6568).
9076
9077 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
9078
9079 * textmodes/ispell.el (ispell-alternate-dictionary):
9080 Use file-readable-p.
9081 Return nil if no word-list is found at default locations.
9082 (ispell-complete-word-dict): Default to nil.
9083 (ispell-command-loop): Use 'word-list' when using lookup-words.
9084 (lookup-words): Use ispell-complete-word-dict or
9085 ispell-alternate-dictionary. Check for word-list availability
9086 and handle errors if needed with better messages (Bug#6539).
9087 (ispell-complete-word): Use ispell-complete-word-dict or
9088 ispell-alternate-dictionary.
9089
9090 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
9091
9092 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
9093 builtins (BufferError, BytesWarning, WindowsError; callables
9094 bin, bytearray, bytes, format, memoryview, next, print; __package__).
9095
9096 2010-07-07 Glenn Morris <rgm@gnu.org>
9097
9098 * play/zone.el (top-level): Do not require timer, tabify, or cl.
9099 (zone-shift-left): Ignore intangibility, and any errors from
9100 forward-char.
9101 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
9102 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
9103 deleting, and copying text properties.
9104 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
9105 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
9106 to point-max is hard.
9107 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
9108 (zone-fill-out-screen): Ignore intangibility.
9109
9110 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
9111
9112 * menu-bar.el (menu-bar-mode):
9113 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
9114 if it has been set.
9115
9116 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
9117 word/line selection (Bug#6565).
9118
9119 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
9120
9121 * net/dbus.el (dbus-send-signal): Declare function.
9122
9123 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
9124
9125 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
9126 (dbus-register-property): New optional argument EMITS-SIGNAL.
9127 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
9128
9129 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
9130
9131 * mouse.el (mouse-drag-overlay): Variable deleted.
9132 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
9133 (mouse--remap-link-click-p): New function.
9134 (mouse-drag-track): Handle dragging by using temporary Transient
9135 Mark mode, instead of a special overlay.
9136 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
9137 mouse-show-mark.
9138
9139 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
9140 deleted.
9141
9142 2010-07-02 Juri Linkov <juri@jurta.org>
9143
9144 * autoinsert.el (auto-insert-alist): Fix readability
9145 by using dotted pair notation for lambda.
9146
9147 2010-07-02 Juri Linkov <juri@jurta.org>
9148
9149 * faces.el (read-face-name): Rename arg `string-describing-default'
9150 to `default'. Doc fix. Display the default value in quotes
9151 in the prompt. With empty input, return the `default' arg,
9152 unless the default value is a string (in which case return nil).
9153 (describe-face): Replace the string `default' arg of `read-face-name'
9154 with the symbol `default'.
9155
9156 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
9157
9158 * emulation/viper-cmd.el (viper-delete-backward-char)
9159 (viper-del-backward-char-in-insert)
9160 (viper-del-backward-char-in-replace, viper-change)
9161 (viper-backward-indent): Replace delete-backward-char with
9162 delete-char (Bug#6552).
9163
9164 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
9165
9166 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
9167
9168 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
9169
9170 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
9171 argument passed to frame-creation-function (Bug#5378).
9172
9173 * faces.el (x-handle-named-frame-geometry)
9174 (x-handle-reverse-video, x-create-frame-with-faces)
9175 (face-set-after-frame-default, tty-create-frame-with-faces):
9176 Don't separately consult default-frame-alist. It is now passed as the
9177 PARAMETER argument.
9178
9179 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
9180
9181 * startup.el (command-line): Don't call tool-bar-setup in a
9182 tty-only build.
9183
9184 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
9185
9186 * ruler-mode.el (ruler--save-header-line-format): New fun.
9187 (ruler-mode): Use it as a setter function, so as not to overwrite
9188 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
9189
9190 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
9191
9192 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
9193 (vc-root-diff, vc-print-root-log, vc-log-incoming)
9194 (vc-log-outgoing): Use it.
9195 (vc-diff-internal): Set diff-vc-backend.
9196
9197 * vc/diff-mode.el (diff-vc-backend): New var.
9198
9199 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
9200
9201 * dynamic-setting.el (font-setting-change-default-font):
9202 Remove call to message.
9203
9204 2010-06-28 Kenichi Handa <handa@m17n.org>
9205
9206 * international/quail.el (quail-insert-kbd-layout): Fix the
9207 showing of untranslated characters.
9208
9209 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
9210
9211 * simple.el (delete-active-region): New option.
9212 (delete-backward-char): Implement in Lisp.
9213 (delete-forward-char): New command.
9214
9215 * mouse.el (mouse-region-delete-keys): Delete.
9216 (mouse-show-mark): Simplify.
9217
9218 * bindings.el (global-map): Bind delete and DEL, the former to
9219 delete-forward-char.
9220
9221 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
9222
9223 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
9224 (ruby-mode): Bind indent-line-function (Bug#5119).
9225
9226 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
9227
9228 * startup.el (command-line): Recognize "0" X resource value.
9229
9230 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
9231
9232 * startup.el (command-line): Use X resources to set the value of
9233 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
9234
9235 * menu-bar.el (menu-bar-mode):
9236 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
9237 Set init-value to t.
9238
9239 * frame.el (frame-notice-user-settings): Don't change
9240 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
9241 vice versa (Bug#2249).
9242
9243 2010-06-26 Eli Zaretskii <eliz@gnu.org>
9244
9245 * w32-fns.el (w32-convert-standard-filename): Doc fix.
9246
9247 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
9248
9249 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
9250 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
9251
9252 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
9253 default directories are expanded (Bug#6143).
9254
9255 2010-06-24 Juri Linkov <juri@jurta.org>
9256
9257 * minibuffer.el (completions-format): Change default from nil to
9258 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
9259
9260 2010-06-24 Juri Linkov <juri@jurta.org>
9261
9262 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
9263 buffer-locally to lambda that re-runs the vc diff command.
9264 (Bug#6447)
9265
9266 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
9267
9268 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
9269 echo area is in use (Bug#3412).
9270
9271 2010-06-22 Glenn Morris <rgm@gnu.org>
9272
9273 * textmodes/texinfmt.el (texinfo-format-region)
9274 (texinfo-raise-lower-sections, texinfo-format-separate-node)
9275 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
9276 (texinfo-format-option, texinfo-noindent):
9277 Use line-beginning-position and line-end-position.
9278
9279 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
9280 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
9281 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
9282 utf-8 characters.
9283
9284 2010-06-21 Karl Fogel <kfogel@red-bean.com>
9285
9286 * play/zone.el (zone-fall-through-ws): Fix next-line ->
9287 forward-line fallout.
9288
9289 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
9290
9291 * mouse.el (mouse-appearance-menu): Add docstring.
9292
9293 * help.el (describe-key): Print up-event using key-description.
9294
9295 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
9296
9297 * net/zeroconf.el (zeroconf-resolve-service)
9298 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
9299 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
9300
9301 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
9302
9303 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
9304
9305 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
9306
9307 Avoid displaying files with a nil state in vc-dir.
9308 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
9309 cases that cause insertion.
9310 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
9311 with a nil state.
9312
9313 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
9314
9315 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
9316
9317 2010-06-29 Leo <sdl.web@gmail.com>
9318
9319 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
9320
9321 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9322
9323 * generic-x.el (bat-generic-mode): Fix regexp for command line
9324 switches (Bug#5719).
9325
9326 2010-06-27 Masatake YAMATO <yamato@redhat.com>
9327
9328 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
9329 of nconc to avoid pure storage error (Bug#6239).
9330
9331 2010-06-27 Christoph Scholtes <cschol2112@googlemail.com>
9332
9333 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
9334 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
9335 bindings of bookmark-automatically-show-annotations (Bug#6515).
9336
9337 2010-06-25 Eli Zaretskii <eliz@gnu.org>
9338
9339 * arc-mode.el (archive-zip-extract): Don't quote the file name on
9340 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
9341
9342 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
9343
9344 * comint.el (make-comint, make-comint-in-buffer): Mention return
9345 value in the docstrings. (Bug#6498)
9346
9347 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
9348
9349 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
9350 since it is not present when using some non-default switches.
9351
9352 2010-06-23 Karl Fogel <kfogel@red-bean.com>
9353
9354 * simple.el (compose-mail): Fix doc string to refer to
9355 `compose-mail-user-agent-warnings', instead of to the
9356 nonexistent `compose-mail-check-user-agent'.
9357
9358 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
9359
9360 Fix an indentation bug:
9361
9362 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
9363 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
9364 of existing values.
9365
9366 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
9367 (c-clear->-pair-props-if-match-before): now return t when they've
9368 cleared properties, nil otherwise.
9369 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
9370 by taking account of the existing value.
9371
9372 * progmodes/cc-defs.el
9373 (c-clear-char-property-with-value-function): Fix this to clear the
9374 property rather than overwriting it with nil.
9375
9376 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
9377
9378 * emacs-lisp/package.el (package-print-package): Add link to
9379 package description via describe-package.
9380 (describe-package-1): List package requirements. Add button to
9381 perform installation.
9382 (package-menu-describe-package): New command.
9383
9384 * help-mode.el (help-package): New button type.
9385
9386 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
9387
9388 * emacs-lisp/package.el: Move package-list-packages binding to
9389 menu-bar.el.
9390 (describe-package, describe-package-1, package--dir): New funs.
9391 (package-activate-1): Use package--dir.
9392
9393 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
9394
9395 * help-mode.el (help-package-def): New button type.
9396
9397 * menu-bar.el: Move package-list-packages binding here from
9398 package.el.
9399
9400 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
9401
9402 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
9403
9404 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9405
9406 * emacs-lisp/edebug.el (edebug-read-list):
9407 Phase out old-style backquotes.
9408
9409 2010-06-17 Juri Linkov <juri@jurta.org>
9410
9411 * help-mode.el (help-mode): Set buffer-local variable
9412 revert-buffer-function to help-mode-revert-buffer.
9413 (help-mode-revert-buffer): New function.
9414
9415 * info.el (Info-revert-find-node): Check for major-mode Info-mode
9416 before popping to "*info*" (like in other Info functions).
9417 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
9418 old-history-forward. Pop to old-buffer-name or "*info*" to
9419 recreate the killed buffer. Set Info-history-forward from
9420 old-history-forward.
9421 (Info-breadcrumbs-depth): Add :group and :version.
9422
9423 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
9424
9425 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
9426
9427 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
9428
9429 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
9430 for languages like Portuguese with pt_{BR,PT} and no plain pt.
9431
9432 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
9433
9434 * emacs-lisp/package.el (package-menu-mode-map):
9435 Move initialization into declaration.
9436
9437 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
9438
9439 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
9440
9441 * emacs-lisp/package.el (package-archive-base): Point to
9442 elpa.gnu.org.
9443 (package-enable, package-load-list): New defcustoms.
9444 (package-user-dir, package-directory-list): Turn into defcustoms.
9445 Don't include package-user-dir in package-directory-list.
9446 (package--builtins-base): Don't include Emacs as a "package".
9447 (package-subdirectory-regexp): New var.
9448 (package-load-all-descriptors, package-compute-transaction)
9449 (package-download-transaction): Obey package-load-list.
9450 (package-activate-1): Rename from package-do-activate.
9451 (package-list-packages-internal): Check package-load-list.
9452 (package-load-descriptor, package-generate-autoloads)
9453 (package-unpack, package-unpack-single)
9454 (package--read-archive-file, package-delete):
9455 Use expand-file-name.
9456
9457 * emacs-lisp/package-x.el: New file. Package uploading
9458 functionality split out from package.el.
9459
9460 * startup.el (command-line): Load packages after reading init file.
9461
9462 2010-06-17 Tom Tromey <tromey@redhat.com>
9463
9464 * emacs-lisp/package.el: New file.
9465
9466 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9467
9468 Fix vc-annotate for renamed files when using Git.
9469 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
9470 ls-files. Doe not pass the object as a file name to cat-file, it
9471 is not a file name.
9472 (vc-git-annotate-command): Pass the file name using -- to avoid
9473 ambiguity with the revision.
9474 (vc-git-previous-revision): Pass a relative file name.
9475
9476 2010-06-22 Glenn Morris <rgm@gnu.org>
9477
9478 * progmodes/js.el (js-mode-map): Use standard capitalization and
9479 ellipses for menu entries.
9480
9481 * wid-edit.el (widget-complete): Doc fix.
9482
9483 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
9484
9485 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
9486
9487 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9488
9489 Fix annotating other revisions for renamed files in vc-annotate.
9490 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
9491 VC backend. Use it when non-nil.
9492 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
9493 (Bug#6487).
9494
9495 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
9496 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
9497 Do not pass the file name to the 'previous-revision call when we
9498 don't want a file diff. (Bug#6489)
9499
9500 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9501
9502 Fix finding revisions for renamed files in vc-annotate.
9503 * vc/vc.el (vc-find-revision): Add an optional argument for
9504 the VC backend. Use it when non-nil.
9505 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
9506 backend to vc-find-revision. (Bug#6487)
9507
9508 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9509
9510 Fix reading file names in Git annotate buffers.
9511 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
9512 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
9513
9514 2010-06-20 Alan Mackenzie <acm@muc.de>
9515
9516 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
9517 in file local variables, set it first.
9518
9519 2010-06-19 Glenn Morris <rgm@gnu.org>
9520
9521 * descr-text.el (describe-char-unicode-data): Insert separating
9522 space when needed. (Bug#6422)
9523
9524 * progmodes/idlwave.el (idlwave-action-and-binding):
9525 Fix typo in 2009-12-03 change. (Bug#6450)
9526
9527 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9528
9529 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
9530 handling for `lambda' (misunderstanding).
9531
9532 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
9533
9534 * calc/calc-poly.el (math-accum-factors): Make sure that
9535 constants aren't distributed after they are factored out.
9536
9537 2010-06-16 Juri Linkov <juri@jurta.org>
9538
9539 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
9540 `list-colors-print'. (Bug#6332)
9541
9542 * subr.el (read-quoted-char): Fix up last change (bug#6290).
9543
9544 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9545
9546 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
9547 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
9548
9549 * font-lock.el (font-lock-major-mode): Rename from
9550 font-lock-mode-major-mode to distinguish it from
9551 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
9552 (font-lock-set-defaults):
9553 * font-core.el (font-lock-default-function): Adjust users.
9554 (font-lock-mode): Don't set it at all.
9555
9556 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9557
9558 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
9559
9560 2010-06-16 Glenn Morris <rgm@gnu.org>
9561
9562 * calendar/appt.el (appt-time-msg-list): Doc fix.
9563 (appt-check): Let-bind appt-warn-time.
9564 (appt-add): Make the 3rd argument optional.
9565 Simplify argument names. Doc fix. Check for integer WARNTIME.
9566 Only add WARNTIME to the output list if non-nil.
9567
9568 2010-06-16 Ivan Kanis <apple@kanis.eu>
9569
9570 * calendar/appt.el (appt-check): Let the 3rd element of
9571 appt-time-msg-list specify the warning time.
9572 (appt-add): Add new argument with the warning time. (Bug#5176)
9573
9574 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
9575
9576 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
9577 older than version 1.6. (Bug#6361)
9578
9579 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
9580
9581 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
9582 used by cl-do-arglist. (Bug#6408)
9583
9584 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
9585
9586 * textmodes/ispell.el (ispell-dictionary-base-alist):
9587 Fix portuguese casechars/not-casechars for missing 'çÇ'.
9588 Suggested by Rolando Pereira (bug#6434).
9589
9590 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
9591
9592 * facemenu.el (list-colors-sort): Doc fix.
9593
9594 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
9595
9596 * progmodes/sql.el (sql-connect-mysql): Fix typo.
9597
9598 2010-06-14 Juri Linkov <juri@jurta.org>
9599
9600 Add sort option `list-colors-sort'. (Bug#6332)
9601 * facemenu.el (color-rgb-to-hsv): New function.
9602 (list-colors-sort): New defcustom.
9603 (list-colors-sort-key): New function.
9604 (list-colors-display): Doc fix. Sort list according to the option
9605 `list-colors-sort'.
9606 (list-colors-print): Add HSV values to `help-echo' property of
9607 RGB strings.
9608
9609 2010-06-14 Juri Linkov <juri@jurta.org>
9610
9611 * compare-w.el: Move to the "vc" subdirectory.
9612
9613 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9614
9615 * image-mode.el (image-mode-map): Remap left-char and right-char.
9616
9617 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
9618
9619 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
9620
9621 * term/common-win.el (x-colors): Add all the color names defined
9622 in rgb.txt (Bug#6332).
9623
9624 * facemenu.el (list-colors-print): Don't print extra names if it
9625 will overflow the window width.
9626
9627 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
9628 change (Bug#6343).
9629
9630 2010-06-12 Eli Zaretskii <eliz@gnu.org>
9631
9632 * files.el (make-directory): Doc fix (bug#6396).
9633
9634 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
9635
9636 * net/tramp.el (tramp-remote-process-environment): Protect version
9637 string by apostroph.
9638 (tramp-shell-prompt-pattern): Do not use a shy group in case of
9639 XEmacs.
9640 (tramp-file-name-for-operation): Add `call-process-region'.
9641 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
9642
9643 * net/tramp-compat.el (top): Do not autoload
9644 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
9645 only when `start-file-process' is not bound.
9646 (tramp-advice-file-expand-wildcards): Do not use
9647 `tramp-handle-file-remote-p'.
9648 (tramp-compat-make-temp-file): Handle the case, that
9649 `make-temp-file' has no third argument EXTENSION.
9650
9651 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
9652
9653 * makefile.w32-in (WINS_BASIC): Include new directory vc.
9654
9655 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
9656
9657 2010-06-11 Juri Linkov <juri@jurta.org>
9658
9659 * finder.el (finder-known-keywords): Add keyword "vc"
9660 for version control.
9661
9662 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
9663 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
9664 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
9665 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
9666
9667 2010-06-11 Juri Linkov <juri@jurta.org>
9668
9669 Move version control related files to the "vc" subdirectory.
9670 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
9671 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
9672 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
9673 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
9674 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
9675 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
9676 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
9677 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
9678 Move files to the "vc" subdirectory.
9679
9680 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
9681
9682 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
9683 (Bug#6367).
9684
9685 2010-06-11 Stephen Eglen <stephen@gnu.org>
9686
9687 * shell.el: Bind `shell-resync-dirs' to M-RET.
9688
9689 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
9690
9691 * notifications.el: Move file from lisp/net, because it is
9692 supposed to talk locally to the user.
9693
9694 2010-06-10 Julien Danjou <julien@danjou.info>
9695
9696 * net/notifications.el (notifications-on-action-signal)
9697 (notifications-on-closed-signal): Pass notification id as first
9698 argument to the callback functions. Add docstrings.
9699 (notifications-notify): Fix docstring.
9700
9701 2010-06-10 Glenn Morris <rgm@gnu.org>
9702
9703 * emacs-lisp/authors.el (authors-ignored-files)
9704 (authors-valid-file-names): Add some files.
9705
9706 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9707
9708 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
9709 merge conflict, giving preference to the emacs-23 version of the code.
9710
9711 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9712
9713 * emacs-lisp/advice.el (ad-compile-function):
9714 Define warning-suppress-types before we let-bind it (bug#6275).
9715
9716 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
9717 declare it, make it buffer-local and permanent-local (bug#6324).
9718 (vc-resynch-window): Adjust name.
9719 * vc-hooks.el (vc-find-file-hook): Adjust name.
9720
9721 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
9722
9723 * net/notifications.el (notifications-notify): Fix docstring.
9724
9725 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
9726
9727 Update to Unicode 6.0.0 beta.
9728 * international/charprop.el: Update copyright.
9729 * international/mule-cmds.el (ucs-names): Update character ranges.
9730 * international/uni-bidi.el:
9731 * international/uni-category.el:
9732 * international/uni-combining.el:
9733 * international/uni-comment.el:
9734 * international/uni-decimal.el:
9735 * international/uni-decomposition.el:
9736 * international/uni-digit.el:
9737 * international/uni-lowercase.el:
9738 * international/uni-mirrored.el:
9739 * international/uni-name.el:
9740 * international/uni-numeric.el:
9741 * international/uni-old-name.el:
9742 * international/uni-titlecase.el:
9743 * international/uni-uppercase.el: Regenerate.
9744
9745 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
9746
9747 * emacs-lisp/smie.el (comment-string-strip): Declare function.
9748 (smie-precs-precedence-table): Fix typo in docstring.
9749
9750 * vc-mtn.el (log-edit-extract-headers): Declare function.
9751
9752 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
9753
9754 * net/notifications.el (dbus-register-signal): Declare function.
9755 (notifications-notify): Fix typos and reflow docstring.
9756
9757 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
9758
9759 Improve VC create/retrieve tag/branch.
9760 * vc.el (vc-create-tag): Do not read the directory name for VCs
9761 with repository revision granularity. Adjust the tag/branch
9762 prompt. Reset VC properties.
9763 (vc-retrieve-tag): Do not read the directory name for VCs
9764 with repository revision granularity. Reset VC properties.
9765
9766 2010-06-09 Julien Danjou <julien@danjou.info>
9767
9768 * net/notifications.el: New file.
9769
9770 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
9771
9772 Add optional support for resetting VC properties.
9773 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
9774 call vc-file-clearprops when true.
9775 (vc-resynch-buffer): Add new optional argument, pass it down.
9776 (vc-resynch-buffers-in-directory): Likewise.
9777
9778 Improve support for special markup in the VC commit message.
9779 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
9780 * vc-hg.el (vc-hg-checkin): Add support for Date:.
9781 * vc-git.el (vc-git-checkin):
9782 * vc-bzr.el (vc-bzr-checkin): Likewise.
9783
9784 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9785
9786 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
9787 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
9788
9789 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
9790
9791 * iimage.el: Remove images as soon as the underlying text is modified.
9792 (iimage-modification-hook): New function.
9793 (iimage-mode-buffer): Use it.
9794
9795 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9796
9797 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
9798 smie-indent-offset-after. Add :prev case. Make a bit more generic.
9799 (smie-indent-virtual): Remove `virtual' arg. Update callers.
9800 (smie-indent-keyword): Add handling of open-paren keywords.
9801 (smie-indent-comment-continue): Don't assume comment-continue.
9802
9803 2010-06-07 Martin Rudalics <rudalics@gmx.at>
9804
9805 * window.el (pop-to-buffer): Remove the conditional that
9806 compares new-window and old-window, so it will reselect
9807 the selected window unconditionally.
9808 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
9809
9810 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9811
9812 * emacs-lisp/smie.el (smie-indent-offset-after)
9813 (smie-indent-forward-token, smie-indent-backward-token): New functions.
9814 (smie-indent-after-keyword): Use them.
9815 (smie-indent-fixindent): Only applies to the indentation of the BOL.
9816 (smie-indent-keyword): Tweak the black magic.
9817 (smie-indent-comment-continue): Strip comment-continue before use.
9818 (smie-indent-functions): Indent comments before keywords.
9819
9820 2010-06-06 Juri Linkov <juri@jurta.org>
9821
9822 * isearch.el (isearch-lazy-highlight-search): Fix looping
9823 by checking for empty match. This syncs this loop with the
9824 similar loop in `isearch-search'. (Bug#6362)
9825
9826 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
9827
9828 * net/dbus.el (dbus-register-method): Declare function.
9829 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
9830 (dbus-introspect): Doc fix.
9831 (dbus-event-bus-name, dbus-introspect-get-interface)
9832 (dbus-introspect-get-argument): Reflow docstrings.
9833
9834 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
9835
9836 vc-log-incoming/vc-log-outgoing fixes for Git.
9837 * vc-git.el (vc-git-log-view-mode): Fix font lock for
9838 incoming/outgoing logs.
9839 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
9840 instead of vc-git-compute-remote.
9841 (vc-git-compute-remote): Remove.
9842
9843 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
9844
9845 * term/common-win.el (x-colors): Add "dark green" and "dark
9846 turquoise" (Bug#6332).
9847
9848 2010-06-04 Juri Linkov <juri@jurta.org>
9849
9850 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
9851 Instead of setting `replace' to t and replacing the same string
9852 with itself, don't do certain actions when
9853 kill-do-not-save-duplicates is non-nil and string is equal to car
9854 of kill-ring: don't call menu-bar-update-yank-menu, don't push
9855 interprogram-paste strings to kill-ring, and don't push the input
9856 argument `string' to kill-ring.
9857 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
9858
9859 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
9860
9861 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
9862
9863 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
9864
9865 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
9866 (tramp-gvfs-handler-mounted-unmounted)
9867 (tramp-gvfs-connection-mounted-p): Handle default-location.
9868
9869 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
9870 move files to trash.
9871
9872 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
9873
9874 * international/mule-cmds.el (nonascii-insert-offset)
9875 (nonascii-translation-table): Add obsolescence information.
9876
9877 * international/mule.el (make-translation-table-from-vector): Doc fix.
9878
9879 2010-06-03 Glenn Morris <rgm@gnu.org>
9880
9881 * desktop.el (desktop-clear-preserve-buffers):
9882 Add "*Warnings*" buffer. (Bug#6336)
9883
9884 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
9885
9886 vc-log-incoming/vc-log-outgoing improvements for Git.
9887 * vc-git.el (vc-git-log-outgoing): Use the same format as the
9888 short log.
9889 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
9890
9891 Add bindings for vc-log-incoming and vc-log-outgoing.
9892 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
9893 and vc-log-outgoing.
9894 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
9895 and vc-log-outgoing.
9896
9897 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
9898
9899 * net/rcirc.el (rcirc-sort-nicknames): Remove.
9900 (rcirc-handler-366): Always sort nicknames.
9901
9902 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
9903
9904 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
9905
9906 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
9907
9908 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
9909
9910 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9911
9912 * net/rcirc.el (rcirc-sort-nicknames): Change default.
9913 (rcirc-sort-nicknames-join): Avoid setq.
9914
9915 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
9916
9917 * net/rcirc.el (rcirc-sort-nicknames): New custom.
9918 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
9919 (rcirc-handler-366): Use them.
9920
9921 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9922
9923 Split smie-indent-calculate into more manageable chunks.
9924 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
9925 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
9926 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
9927 (smie-indent-exps): Extract from smie-indent-calculate.
9928 (smie-indent-functions): New var.
9929 (smie-indent-functions): Use them.
9930
9931 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9932
9933 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
9934 (smie-indent-calculate): Simplify and cleanup.
9935
9936 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
9937
9938 * net/tramp-gvfs.el (top): Require url-util.
9939 (tramp-gvfs-mount-point): Remove.
9940 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
9941 New defuns.
9942 (with-tramp-dbus-call-method): Format trace message.
9943 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
9944 Implement backup call, when operation on local files fails.
9945 Use progress reporter. Flush properties of changed files.
9946 (tramp-gvfs-handle-make-directory): Make more traces.
9947 (tramp-gvfs-url-file-name): Hexify file name in url.
9948 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
9949 into account for the resulting file name.
9950 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
9951 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
9952 (tramp-gvfs-handler-mounted-unmounted)
9953 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
9954 attribute "default_location". Set "prefix" property.
9955 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
9956 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
9957 exists. Raise an error, if not (due to a corresponding answer
9958 "no" in interactive questions, for example).
9959
9960 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
9961
9962 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
9963
9964 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
9965
9966 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
9967 right-*. (Bug#6265)
9968
9969 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
9970
9971 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
9972 * vc-git.el (vc-git-compute-remote): New function.
9973 (vc-git-log-outgoing): Use it instead of hard coding a value.
9974 (vc-git-log-incoming): New function.
9975
9976 Improve state updating for VC tag commands.
9977 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
9978 to update the state of all buffers in the directory.
9979
9980 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
9981
9982 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9983
9984 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
9985 `file-directory-p' to the filename part rather than to the whole text.
9986
9987 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9988
9989 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
9990
9991 2010-05-31 Drew Adams <drew.adams@oracle.com>
9992
9993 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
9994
9995 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
9996
9997 * subr.el (momentary-string-display): Just use read-event to read
9998 the exit event (Bug#6238).
9999
10000 2010-05-30 Eli Zaretskii <eliz@gnu.org>
10001
10002 * international/mule.el (define-coding-system): Doc fix (bug#6313).
10003
10004 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
10005
10006 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
10007 Suggested by Eli Zaretskii <eliz@gnu.org>.
10008
10009 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10010
10011 * minibuffer.el (completion-file-name-table): Don't return a boundary
10012 past the end of `string' (bug#6299).
10013 (completion--file-name-table): Delegate to completion-file-name-table
10014 for the `boundaries' case.
10015
10016 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
10017
10018 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
10019 movement commands.
10020
10021 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
10022 `path-separator', but maintain compatibility with Emacs 20.2.
10023
10024 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
10025
10026 * server.el (server-process-filter): Receive parent-id argument
10027 from emacsclient.
10028 (server-create-window-system-frame): New arg. Pass parent-id as
10029 frame parameter.
10030
10031 2010-05-29 Eli Zaretskii <eliz@gnu.org>
10032
10033 Bidi-sensitive word movement with arrow keys.
10034 * subr.el (right-arrow-command, left-arrow-command): Move to
10035 bindings.el.
10036
10037 * bindings.el (right-char, left-char): Move from subr.el and
10038 rename from right-arrow-command and left-arrow-command.
10039 (right-word, left-word): New functions.
10040 (global-map) <right>: Bind to right-char.
10041 (global-map) <left>: Bind to left-char.
10042 (global-map) <C-right>: Bind to right-word.
10043 (global-map) <C-left>: Bind to left-word.
10044
10045 * ls-lisp.el (ls-lisp-classify-file): New function.
10046 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
10047 (ls-lisp-classify): Call ls-lisp-classify-file.
10048 (insert-directory): Remove blanks from switches.
10049
10050 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
10051
10052 * ansi-color.el: Delete unused escape sequences (Bug#6085).
10053 (ansi-color-drop-regexp): New constant.
10054 (ansi-color-apply, ansi-color-filter-region)
10055 (ansi-color-apply-on-region): Delete unrecognized control sequences.
10056 (ansi-color-apply): Build string list before calling concat.
10057
10058 2010-05-28 Juri Linkov <juri@jurta.org>
10059
10060 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
10061 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
10062 (Bug#5270)
10063
10064 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
10065
10066 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
10067 to ignored backtrace functions.
10068 (with-progress-reporter): Expand docstring.
10069 (tramp-handle-delete-file): Implement TRASH argument.
10070 (tramp-get-remote-trash): New defun.
10071
10072 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
10073
10074 * net/tramp-compat.el (tramp-compat-delete-file):
10075 Use `symbol-value' for backward compatibility.
10076
10077 * net/tramp.el (tramp-handle-make-symbolic-link)
10078 (tramp-handle-load)
10079 (tramp-do-copy-or-rename-file-via-buffer)
10080 (tramp-do-copy-or-rename-file-directly)
10081 (tramp-do-copy-or-rename-file-out-of-band)
10082 (tramp-handle-process-file, tramp-handle-call-process-region)
10083 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10084 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10085 (tramp-delete-temp-file-function): Use `delete-file' instead
10086 of `tramp-compat-delete-file'.
10087
10088 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10089 (tramp-fish-handle-make-symbolic-link)
10090 (tramp-fish-handle-process-file): Use `delete-file' instead
10091 of `tramp-compat-delete-file'.
10092
10093 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10094 Use `delete-file' instead of `tramp-compat-delete-file'.
10095
10096 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Use
10097 `delete-file' instead of `tramp-compat-delete-file'.
10098
10099 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
10100 Use `delete-file' instead of `tramp-compat-delete-file'.
10101
10102 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10103 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10104 (tramp-smb-handle-write-region): Use `delete-file' instead of
10105 `tramp-compat-delete-file'.
10106 (tramp-smb-handle-delete-directory): Use 'trash as arg.
10107
10108 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
10109
10110 * dired.el (dired-delete-file): New arg TRASH.
10111 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
10112 (dired-do-flagged-delete, dired-do-delete): Use trash.
10113
10114 * speedbar.el (speedbar-item-delete): Allow trashing.
10115
10116 * files.el (delete-directory): New arg TRASH.
10117
10118 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
10119 (ange-ftp-rename-remote-to-remote)
10120 (ange-ftp-rename-local-to-remote)
10121 (ange-ftp-rename-remote-to-local, ange-ftp-load)
10122 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
10123 `delete-file'.
10124 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
10125 allow trashing.
10126
10127 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
10128 handle new TRASH arg of `delete-file'.
10129
10130 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
10131 (tramp-handle-make-symbolic-link, tramp-handle-load)
10132 (tramp-do-copy-or-rename-file-via-buffer)
10133 (tramp-do-copy-or-rename-file-directly)
10134 (tramp-do-copy-or-rename-file-out-of-band)
10135 (tramp-handle-process-file, tramp-handle-call-process-region)
10136 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10137 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10138 (tramp-delete-temp-file-function): Use null TRASH arg in
10139 tramp-compat-delete-file call.
10140
10141 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10142 (tramp-fish-handle-delete-file)
10143 (tramp-fish-handle-make-symbolic-link)
10144 (tramp-fish-handle-process-file): Use null TRASH arg in
10145 `tramp-compat-delete-file' call.
10146
10147 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
10148 arg in `tramp-compat-delete-file' call.
10149
10150 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
10151 (tramp-gvfs-handle-write-region): Use null TRASH arg in
10152 `tramp-compat-delete-file' call.
10153
10154 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
10155 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
10156 `tramp-compat-delete-file' call.
10157
10158 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10159 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10160 (tramp-smb-handle-write-region): Use null TRASH arg in
10161 tramp-compat-delete-file call.
10162 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
10163 (tramp-smb-handle-delete-file): Rename arg.
10164
10165 * diff.el (diff-sentinel):
10166 * epg.el (epg--make-temp-file, epg-decrypt-string)
10167 (epg-verify-string, epg-sign-string, epg-encrypt-string):
10168 * jka-compr.el (jka-compr-partial-uncompress)
10169 (jka-compr-call-process, jka-compr-write-region):
10170 * server.el (server-sentinel): Remove optional arg from
10171 delete-file, reverting 2010-05-03 change.
10172
10173 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
10174
10175 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10176 Use font-lock-constant-face, not obsolete font-lock-reference-face.
10177
10178 2010-05-27 Kenichi Handa <handa@m17n.org>
10179
10180 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
10181 element of GSTRING is nil.
10182
10183 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10184
10185 * emacs-lisp/smie.el (smie-forward-token-function)
10186 (smie-backward-token-function): New vars.
10187 (smie-backward-sexp, smie-forward-sexp)
10188 (smie-indent-hanging-p, smie-indent-calculate): Use them.
10189 (smie-default-backward-token): Rename from smie-backward-token and
10190 skip comments.
10191 (smie-default-forward-token): Rename from smie-forward-token and
10192 skip comments.
10193 (smie-next-sexp): Handle nil results from next-token.
10194 (smie-indent-calculate): Add a new case for special `fixindent' comments.
10195
10196 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
10197
10198 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10199 Use font-lock-constant-face, not obsolete font-lock-reference-face.
10200
10201 2010-05-27 Masatake YAMATO <yamato@redhat.com>
10202
10203 * htmlfontify.el (hfy-face-resolve-face): New function.
10204 (hfy-face-to-style): Use it (Bug#6279).
10205
10206 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10207
10208 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
10209 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
10210
10211 2010-05-26 Glenn Morris <rgm@gnu.org>
10212
10213 * emulation/edt.el (edt-load-keys): Use locate-library.
10214
10215 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
10216
10217 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
10218 (log-edit-changelog-entries): Doc fix.
10219 (log-edit-changelog-insert-entries): Args changed.
10220 Rename relative filenames in ChangeLog entries. Delete tabs.
10221 (log-edit-insert-changelog-entries): Reorganize return value of
10222 `log-edit-changelog-entries' to pass filenames to
10223 log-edit-changelog-insert-entries.
10224
10225 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10226
10227 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
10228 `image-dired-dired-insert-marked-thumbs' to
10229 `image-dired-dired-toggle-marked-thumbs'.
10230
10231 * image-dired.el: Require cl when compiling.
10232 (image-dired-dired-toggle-marked-thumbs): Rename from
10233 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
10234 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
10235 to 'no-dir. Skip files whose names don't match
10236 `image-file-name-regexp'. When file has a thumbnail overlay,
10237 delete it. (Bug#5270)
10238
10239 2010-05-25 Juri Linkov <juri@jurta.org>
10240
10241 * image-mode.el (image-mode): Add image-after-revert-hook to
10242 after-revert-hook.
10243 (image-after-revert-hook): New function. (Bug#5669)
10244
10245 2010-05-25 Juri Linkov <juri@jurta.org>
10246
10247 * image.el (image-animated-p): When delay between animated images
10248 is 0, set it to 10 (0.1 sec). (Bug#6258)
10249
10250 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
10251
10252 * net/tramp.el (tramp-handle-insert-directory): Don't use
10253 `forward-word', its default syntax could be changed.
10254
10255 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
10256
10257 * net/tramp.el (tramp-progress-reporter-update): New defun.
10258 (with-progress-reporter): Use it.
10259 (tramp-process-actions):
10260 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
10261 Preserve current message, in order to let progress reporter continue
10262 afterwards. (Bug#6257)
10263
10264 2010-05-25 Glenn Morris <rgm@gnu.org>
10265
10266 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
10267 Add :version.
10268
10269 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
10270
10271 * net/rcirc.el (rcirc-default-user-name): Change to "user".
10272 (rcirc-default-full-name): Change to "unknown".
10273 (rcirc-user-name-history): Add variable.
10274
10275 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
10276 Jonathan Rockway <jon@jrock.us>
10277
10278 * net/rcirc.el (rcirc-server-alist): Add :pass.
10279 (rcirc): When prompting for connection parameters, also prompt for
10280 username and password.
10281 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
10282 value to server when connecting.
10283
10284 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10285
10286 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
10287 (smie-merge-prec2s): Pass the tables as separate args.
10288 (smie-bnf-precedence-table): Adjust call accordingly.
10289 (smie-prec2-levels): Set levels at the end.
10290
10291 Replace Lisp calls to delete-backward-char by delete-char.
10292 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
10293 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
10294 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
10295 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
10296 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
10297 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
10298 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
10299 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
10300 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
10301 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
10302 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
10303 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
10304 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
10305 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
10306 delete-backward-char by calls to delete-char.
10307
10308 2010-05-25 Kenichi Handa <handa@m17n.org>
10309
10310 * language/hebrew.el (hebrew-shape-gstring): New function.
10311 Register it in composition-function-table for all Hebrew combining
10312 characters.
10313
10314 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10315
10316 * epa.el (epa--select-keys): Don't explicitly delete the window since
10317 that can fail (e.g. sole window in frame). Use dedication instead.
10318
10319 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
10320
10321 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
10322
10323 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
10324
10325 * image.el (image-refresh): Define as an alias for image-flush.
10326
10327 * image-mode.el (image-toggle-display-image): Caller changed.
10328
10329 2010-05-21 Juri Linkov <juri@jurta.org>
10330
10331 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
10332 Remove "all" from grep-files-aliases. Split grep-files-aliases by
10333 whitespace, call wildcard-to-regexp on substrings and concat them
10334 with "\\|". (Bug#6114)
10335
10336 2010-05-21 Alan Mackenzie <acm@muc.de>
10337
10338 * progmodes/cc-engine.el (c-parse-state-get-strategy):
10339 Replace parameter `here' with `here-' and `here-plus', which sandwich
10340 any pertinent CPP construct.
10341 (c-remove-stale-state-cache-backwards): Fix a bug which happens
10342 when doing (c-parse-state) in a CPP construct: Exclude any "new"
10343 CPP construct from taking part in the scanning.
10344
10345 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
10346
10347 * net/tramp.el (tramp-do-copy-or-rename-file)
10348 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
10349 Tune `with-progress-reporter' messages.
10350 (tramp-handle-vc-registered):
10351 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
10352 (tramp-fish-handle-insert-file-contents)
10353 (tramp-fish-maybe-open-connection):
10354 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10355 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
10356 (tramp-imap-handle-insert-file-contents)
10357 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
10358
10359 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
10360
10361 * add-log.el (change-log-font-lock-keywords):
10362 Highlight all authors in multi-author entries.
10363
10364 * smerge-mode.el (smerge-refine-ignore-whitespace)
10365 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
10366 Fix typos in docstrings.
10367 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
10368
10369 2010-05-21 Glenn Morris <rgm@gnu.org>
10370
10371 * progmodes/fortran.el (fortran-mode):
10372 * progmodes/f90.el (f90-mode): Derive from prog-mode.
10373
10374 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
10375 having a relative path in src/Makefile.in.
10376
10377 2010-05-20 Kevin Ryde <user42@zip.com.au>
10378
10379 * help-mode.el (help-make-xrefs): For Info node links turn
10380 newlines into spaces. Link node names with newlines are matched
10381 by help-xref-info-regexp and buttonized, this change ensures they
10382 can be followed successfully with RET. (Bug#6206)
10383
10384 2010-05-20 Juri Linkov <juri@jurta.org>
10385
10386 * locate.el (locate): Use pop-to-buffer instead of
10387 switch-to-buffer-other-window. (Bug#6204)
10388
10389 2010-05-20 Juri Linkov <juri@jurta.org>
10390
10391 * replace.el (replace-highlight): Fix lazy-highlighting
10392 for `M-s w str M-% str RET'.
10393
10394 2009-12-15 Masatake YAMATO <yamato@redhat.com>
10395
10396 * isearch.el (isearch-yank-word-or-char): Pull next subword
10397 when `subword-mode' is activated. (Bug#6220)
10398
10399 2010-05-20 Mark A. Hershberger <mah@everybody.org>
10400
10401 * isearch.el (isearch-update-post-hook): New hook.
10402 (isearch-update): Use the new hook. (Bug#6225)
10403
10404 2010-05-20 Juri Linkov <juri@jurta.org>
10405
10406 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
10407 [f1], [help], and (char-to-string help-char) instead of "\C-h".
10408 (Bug#6222)
10409
10410 2010-05-20 Juri Linkov <juri@jurta.org>
10411
10412 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
10413 (Bug#6223)
10414
10415 2010-05-20 Juri Linkov <juri@jurta.org>
10416
10417 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
10418 FILE-NAME to read from the minibuffer when called interactively
10419 with prefix argument instead of using buffer-file-name.
10420 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
10421
10422 * dired.el: Update autoloads.
10423
10424 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
10425
10426 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
10427 nxml-finish-element, for consistency with SGML mode.
10428
10429 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
10430 octave-close-block.
10431
10432 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
10433
10434 * composite.el: Require cl when compiling.
10435 (reference-point-alist, compose-gstring-for-graphic)
10436 (compose-gstring-for-terminal): Fix typos in docstrings.
10437
10438 2010-05-19 Juri Linkov <juri@jurta.org>
10439
10440 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
10441 set-window-parameter.
10442
10443 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
10444
10445 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
10446 where appropriate.
10447 (tramp-maybe-open-connection): Use it.
10448
10449 2010-05-19 Eli Zaretskii <eliz@gnu.org>
10450
10451 * simple.el (move-end-of-line): Make sure we are at line beginning
10452 before backing up to end of previous line.
10453
10454 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
10455
10456 * password-cache.el (password-cache-remove): Fix docstring.
10457
10458 * net/secrets.el: Autoload the widget functions.
10459 (secrets-search-items, secrets-create-item)
10460 (secrets-get-attributes, secrets-expand-item): Attributes will be
10461 stored on the password database without leading ":", as all other
10462 clients do as well.
10463 (secrets-mode): Fix docstring.
10464 (secrets-show-secrets): Provide it as autoloaded command only when
10465 D-Bus support is available. Check existence of Secret Service API.
10466
10467 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10468
10469 * indent.el (indent-region): Deactivate region (bug#6200).
10470
10471 2010-05-19 Glenn Morris <rgm@gnu.org>
10472
10473 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
10474
10475 2010-05-19 Kenichi Handa <handa@m17n.org>
10476
10477 * composite.el: Register compose-gstring-for-graphic in
10478 composition-function-table only for combining characters (Mn, Mc, Me).
10479
10480 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10481
10482 * calc/calc-trail.el (calc-trail-isearch-forward)
10483 (calc-trail-isearch-backward): Ensure that the new window
10484 point is set correctly.
10485
10486 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10487
10488 * subr.el (read-quoted-char): Resolve modifiers after key
10489 remapping (bug#6212).
10490
10491 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
10492
10493 Add visualization code for secrets.
10494 * net/secrets.el (secrets-mode): New major mode.
10495 (secrets-show-secrets, secrets-show-collections)
10496 (secrets-expand-collection, secrets-expand-item)
10497 (secrets-tree-widget-after-toggle-function)
10498 (secrets-tree-widget-show-password): New defuns.
10499
10500 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10501
10502 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
10503 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
10504 handled in smie-next-sexp.
10505 (smie-indent-calculate): Provide a starting indentation (so the
10506 recursion is well-founded ;-).
10507
10508 Fix handling of non-associative equal levels.
10509 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
10510 when it's not needed.
10511 (smie-op-left, smie-op-right): New functions.
10512 (smie-next-sexp): New function, extracted from smie-backward-sexp.
10513 Better handle equal levels to distinguish the associative case from
10514 the "multi-keyword construct" case.
10515 (smie-backward-sexp, smie-forward-sexp): Use it.
10516
10517 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
10518
10519 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
10520
10521 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
10522 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
10523
10524 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10525
10526 Provide a simple generic indentation engine and use it for Prolog.
10527 * emacs-lisp/smie.el: New file.
10528 * progmodes/prolog.el (prolog-smie-op-levels)
10529 (prolog-smie-indent-rules): New var.
10530 (prolog-mode-variables): Use them to configure SMIE.
10531 (prolog-indent-line, prolog-indent-level): Remove.
10532
10533 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
10534
10535 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
10536 order before computing the averages.
10537
10538 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
10539
10540 * calc/calc-vec.el (calc-histogram):
10541 (calcFunc-histogram): Allow vectors as inputs.
10542 (math-vector-avg): New function.
10543
10544 * calc/calc-ext.el (math-group-float): Have the number of digits
10545 being grouped depend on the radix (Bug#6189).
10546
10547 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
10548
10549 * version.el (emacs-copyright, emacs-version): Don't define here,
10550 now that emacs.c defines it.
10551
10552 2010-05-15 Eli Zaretskii <eliz@gnu.org>
10553
10554 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
10555 "Describe Language Environment" menu item.
10556
10557 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
10558
10559 Bidi-sensitive movement with arrow keys.
10560 * subr.el (right-arrow-command, left-arrow-command): New functions.
10561
10562 * bindings.el (global-map): Bind them to right and left arrow keys.
10563
10564 Don't override standard definition of convert-standard-filename.
10565 * files.el (convert-standard-filename):
10566 Call w32-convert-standard-filename and dos-convert-standard-filename on
10567 the corresponding systems.
10568
10569 * w32-fns.el (w32-convert-standard-filename): Rename from
10570 convert-standard-filename. Doc fix.
10571
10572 * dos-fns.el (dos-convert-standard-filename): Doc fix.
10573 (convert-standard-filename): Don't defalias.
10574 (register-name-alist, make-register, register-value)
10575 (set-register-value, intdos): Obsolete aliases for the
10576 corresponding dos-* functions and variables.
10577 (dos-intdos): Add a doc string.
10578
10579 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
10580
10581 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
10582 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
10583 (math-compose-tex-func):
10584 * calc/calccomp.el (math-compose-expr):
10585 * calc/calc-ext.el (math-format-flat-expr-fancy):
10586 * calc/calc-store.el (calc-read-var-name):
10587 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
10588
10589 * calc/calc.el (var-π, var-φ, var-γ): New variables.
10590 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
10591 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
10592 (math-standard-units): Add units.
10593
10594 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10595
10596 * progmodes/asm-mode.el (asm-mode):
10597 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
10598
10599 * pcomplete.el (pcomplete-completions-at-point): New function,
10600 extracted from pcomplete-std-complete.
10601 (pcomplete-std-complete): Use it.
10602
10603 2010-05-15 Glenn Morris <rgm@gnu.org>
10604
10605 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
10606 Remove references to CVS, RCS and Old directories.
10607
10608 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
10609
10610 * calc/calc-bin.el (math-format-twos-complement): Group digits when
10611 appropriate.
10612
10613 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10614
10615 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
10616 (sh-mode-syntax-table): Give it a default value instead.
10617 (sh-header-marker): Make buffer-local.
10618 (sh-mode): Move make-local-variable to the corresponding setq.
10619 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
10620 Use complete-with-action.
10621
10622 * simple.el (prog-mode): New (abstract) major mode.
10623 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
10624 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
10625
10626 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
10627
10628 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
10629 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
10630 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
10631 (sql-make-alternate-buffer-name, sql-placeholders-filter)
10632 (sql-escape-newlines-filter, sql-input-sender)
10633 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
10634
10635 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
10636
10637 Add TeX open-block and close-block keybindings to SGML, and vice versa.
10638
10639 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
10640 latex-open-block and C-c / to latex-close-block.
10641
10642 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
10643 and C-c C-e to sgml-close-tag.
10644
10645 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
10646
10647 * net/tramp.el (with-progress-reporter): Create reporter object
10648 only when the message would be displayed. Handle nested calls.
10649 (tramp-handle-load, tramp-handle-file-local-copy)
10650 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10651 (tramp-maybe-send-script, tramp-find-shell):
10652 Use `with-progress-reporter'.
10653 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
10654 Fix message text.
10655
10656 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10657 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10658 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
10659 Use `with-progress-reporter'.
10660
10661 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
10662
10663 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
10664 process everytime when spellchecking from the minibuffer (bug#6143).
10665
10666 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10667
10668 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
10669
10670 * dos-fns.el: Add "dos-" prefix for namespace control.
10671 (convert-standard-filename): Define as alias for
10672 dos-convert-standard-filename but only if applicable.
10673
10674 2010-05-12 Alan Mackenzie <acm@muc.de>
10675
10676 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
10677 Push the mark at the start of these functions when appropriate.
10678
10679 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10680
10681 * minibuffer.el (completion-cycle-threshold): New custom var.
10682 (completion--do-completion): Use it.
10683 (minibuffer-complete): Use cycling if appropriate.
10684
10685 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
10686
10687 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
10688 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
10689
10690 2010-05-11 Juri Linkov <juri@jurta.org>
10691
10692 * scroll-all.el (scroll-all-check-to-scroll):
10693 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
10694
10695 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10696
10697 * iimage.el (iimage-mode-map): Move initialization into declaration.
10698 (iimage-mode-buffer): Use with-silent-modifications.
10699 Simplify calling convention. Adjust callers.
10700 (iimage-mode): Don't run hook redundantly.
10701
10702 * minibuffer.el (completion-pcm--pattern->regex):
10703 Fix last change (bug#6160).
10704
10705 2010-05-10 Juri Linkov <juri@jurta.org>
10706
10707 Remove nodes visited during Isearch from the Info history.
10708 * info.el (Info-isearch-initial-history)
10709 (Info-isearch-initial-history-list): New variables.
10710 (Info-isearch-start): Record initial values of
10711 Info-isearch-initial-history and Info-isearch-initial-history-list.
10712 Add Info-isearch-end to isearch-mode-end-hook.
10713 (Info-isearch-end): New function.
10714
10715 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
10716
10717 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
10718 format string, in order to work around a bug in pdksh.
10719 Reported by Gilles Pion <gpion@lfdj.com>.
10720 (tramp-handle-verify-visited-file-modtime): Do not send a command
10721 when the connection is not established.
10722 (tramp-handle-set-file-times): Simplify the check for utc.
10723
10724 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
10725
10726 Fix use of `filter-buffer-substring' (rework previous change).
10727 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
10728 (cua-repeat-replace-region):
10729 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
10730 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10731 (cua-cut-region-to-global-mark): Use it.
10732
10733 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
10734
10735 * progmodes/sql.el: Version 2.1.
10736 (sql-product-alist): Redesign structure of product info.
10737 (sql-product, sql-user, sql-server, sql-database): Safe variables.
10738 (sql-port, sql-port-history): New variables.
10739 (sql-interactive-product): New variable.
10740 (sql-send-terminator): New variable.
10741 (sql-imenu-generic-expression): Add "Types" imenu entry.
10742 (sql-oracle-login-params, sql-sqlite-login-params)
10743 (sql-mysql-login-params, sql-solid-login-params)
10744 (sql-sybase-login-params, sql-informix-login-params)
10745 (sql-ingres-login-params, sql-ms-login-params)
10746 (sql-postgres-login-params, sql-interbase-login-params)
10747 (sql-db2-login-params, sql-linter-login-params)
10748 (sql-oracle-scan-on): New variables.
10749 (sql-mode-map): Add C-c C-i to start interactive mode.
10750 (sql-mode-menu): Update existing menu entries.
10751 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
10752 (sql-mode-oracle-font-lock-keywords)
10753 (sql-mode-postgres-font-lock-keywords)
10754 (sql-mode-ms-font-lock-keywords)
10755 (sql-mode-sybase-font-lock-keywords)
10756 (sql-mode-informix-font-lock-keywords)
10757 (sql-mode-interbase-font-lock-keywords)
10758 (sql-mode-ingres-font-lock-keywords)
10759 (sql-mode-solid-font-lock-keywords)
10760 (sql-mode-mysql-font-lock-keywords)
10761 (sql-mode-sqlite-font-lock-keywords)
10762 (sql-mode-db2-font-lock-keywords)
10763 (sql-mode-linter-font-lock-keywords): Update initialization to
10764 reduce run-time complexity.
10765 (sql-add-product, sql-del-product): New functions.
10766 (sql-set-product-feature, sql-get-product-feature): New functions.
10767 (sql-product-font-lock): Update product API.
10768 (sql-add-product-keywords): New function.
10769 (sql-highlight-product): Update product API.
10770 (sql-help-list-products): New function.
10771 (sql-help): Dynamically lists free and non-free products.
10772 (sql-get-login): Correct bug in handling history and added
10773 prompt for port.
10774 (sql-copy-column): Copy without properties.
10775 (sqli-input-sender): Apply filters to SQLi input.
10776 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
10777 Implement as a filter.
10778 (sql-escape-newlines-filter): Implement as a filter.
10779 (sql-remove-tabs-filter): New function.
10780 (sql-send-magic-terminator): New function.
10781 (sql-send-string): Implement magic terminator.
10782 (sql-send-region): Use `sql-send-string'.
10783 (sql-interactive-mode): Use product API.
10784 (sql-product-interactive): Use product API.
10785 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
10786 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
10787 (sql-db2, sql-linter): Use `sql-product-interactive'.
10788 (sql-connect): New function.
10789 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
10790 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
10791 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
10792 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
10793 Use `sql-connect'.
10794
10795 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10796
10797 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
10798 New custom variable.
10799 (completion-pcm--string->pattern): Use it.
10800 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
10801 Make it handle any symbol as `any'.
10802 (completion-pcm--merge-completions): Extract common suffix for the new
10803 `prefix' symbol as well.
10804 (completion-substring--all-completions): Use the new `prefix' symbol.
10805
10806 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
10807
10808 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
10809 not bound.
10810 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
10811 (tramp-compat-funcall): New defmacro.
10812 (tramp-compat-line-beginning-position)
10813 (tramp-compat-line-end-position)
10814 (tramp-compat-temporary-file-directory)
10815 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
10816 (tramp-compat-copy-file, tramp-compat-copy-directory)
10817 (tramp-compat-delete-file, tramp-compat-delete-directory)
10818 (tramp-compat-number-sequence, tramp-compat-process-running-p)
10819 * net/tramp.el (top, with-progress-reporter)
10820 (tramp-rfn-eshadow-setup-minibuffer)
10821 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
10822 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
10823 (tramp-completion-mode-p, tramp-check-for-regexp)
10824 (tramp-open-connection-setup-interactive-shell)
10825 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
10826 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
10827 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
10828 * net/tramp-cmds.el (tramp-cleanup-all-connections)
10829 (tramp-reporter-dump-variable, tramp-load-report-modules)
10830 (tramp-append-tramp-buffers)
10831 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
10832
10833 * net/tramp-imap.el (top): Autoload `epg-make-context'.
10834
10835 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10836
10837 * progmodes/compile.el (compilation-buffer-modtime): Rename from
10838 buffer-modtime. Adjust users.
10839
10840 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
10841
10842 * international/mule.el (auto-coding-alist): Only purecopy
10843 car of each item, not the whole list (Bug#6083).
10844
10845 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
10846
10847 * progmodes/js.el (js-mode): Make paragraph variables local before
10848 calling c-setup-paragraph-variables (Bug#6071).
10849
10850 2010-05-08 Eli Zaretskii <eliz@gnu.org>
10851
10852 * composite.el (compose-region, reference-point-alist): Fix typos
10853 in the doc strings.
10854
10855 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
10856
10857 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
10858 gnuplot's "set" command.
10859
10860 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
10861
10862 * abbrev.el (last-abbrev-text): Doc fix.
10863 (abbrev-prefix-mark): Don't escape parenthesis.
10864
10865 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
10866
10867 * composite.el (find-composition): Doc fix.
10868
10869 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
10870
10871 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
10872 (sql-oracle-program, sql-sqlite-options)
10873 (sql-query-placeholders-and-send): Doc fixes.
10874 (sql-set-product, sql-interactive-mode): Reflow docstrings.
10875 (sql-imenu-generic-expression, sql-buffer)
10876 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
10877 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
10878 (sql-mode-sybase-font-lock-keywords)
10879 (sql-mode-informix-font-lock-keywords)
10880 (sql-mode-interbase-font-lock-keywords)
10881 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
10882 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
10883 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
10884 (sql-product-feature, sql-highlight-product)
10885 (comint-line-beginning-position, sql-rename-buffer)
10886 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
10887 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
10888 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
10889 Fix typos in docstrings.
10890
10891 2010-05-08 Juri Linkov <juri@jurta.org>
10892
10893 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
10894 property instead of `invisible' and `after-string' (bug#5998).
10895
10896 2010-05-08 Juri Linkov <juri@jurta.org>
10897
10898 * image-mode.el (image-mode-as-text): Fix typo in docstring.
10899
10900 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
10901
10902 * filecache.el (file-cache-add-directory-list)
10903 (file-cache-add-directory-recursively): Fix typos in docstrings.
10904
10905 2010-05-08 Kenichi Handa <handa@m17n.org>
10906
10907 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
10908 (gujarati-composable-pattern): Fix typo.
10909
10910 2010-05-08 Kenichi Handa <handa@m17n.org>
10911
10912 * language/indian.el (oriya-composable-pattern)
10913 (tamil-composable-pattern, malayalam-composable-pattern):
10914 Add two-part vowels to "v" (vowel sign).
10915
10916 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
10917
10918 * files.el (copy-directory): Handle symlinks (Bug#5982).
10919
10920 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
10921
10922 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
10923 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
10924 (Bug#5846).
10925
10926 2010-05-08 Glenn Morris <rgm@gnu.org>
10927
10928 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
10929
10930 * minibuffer.el (completion-at-point): Doc fix.
10931
10932 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10933
10934 * electric.el (Electric-command-loop): Minor tweak.
10935
10936 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
10937 better with dedicated windows.
10938
10939 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
10940
10941 * Version 23.2 released.
10942
10943 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
10944 Stefan Monnier <monnier@iro.umontreal.ca>
10945
10946 Highlight vendor specific properties.
10947 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
10948 (css-proprietary-property): New face.
10949 (css-font-lock-keywords): Use them.
10950
10951 2010-05-07 Eli Zaretskii <eliz@gnu.org>
10952
10953 * cus-start.el (all): Add native condition for tool-bar-* symbols.
10954
10955 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10956
10957 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
10958 * files.el (auto-mode-alist): Remove redundant entries.
10959
10960 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
10961 * simple.el (auto-save-mode): Move from files.el.
10962 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
10963
10964 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
10965
10966 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
10967
10968 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
10969
10970 * mail/binhex.el (binhex-decode-region-internal)
10971 * mail/uudecode.el (uudecode-decode-region-internal)
10972 * net/dns.el (dns-read-string-name, dns-write, dns-read)
10973 (dns-read-type, dns-query)
10974 * pgg-parse.el (pgg-parse-armor)
10975 * pgg.el (pgg-verify-region)
10976 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
10977 XEmacs.
10978
10979 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
10980
10981 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
10982
10983 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
10984
10985 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
10986 * emulation/cua-base.el (cua-repeat-replace-region):
10987 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10988 (cua-cut-region-to-global-mark):
10989 Remove text properties with `set-text-properties'.
10990
10991 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
10992
10993 * net/tramp.el (top, with-progress-reporter):
10994 Use `symbol-function' inside `funcall'.
10995
10996 * net/tramp-compat.el (tramp-compat-file-attributes)
10997 (tramp-compat-delete-file, tramp-compat-delete-directory):
10998 Handle only `wrong-number-of-arguments' error.
10999
11000 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
11001 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
11002 inside `funcall'.
11003
11004 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11005
11006 * minibuffer.el (completion--sreverse, completion--common-suffix):
11007 New functions.
11008 (completion-pcm--merge-completions): Extract common suffix when safe.
11009
11010 * emacs-lisp/easy-mmode.el (define-minor-mode):
11011 Make :variable more flexible.
11012 * files.el (auto-save-mode): Use it to define using define-minor-mode.
11013
11014 2010-05-05 Juri Linkov <juri@jurta.org>
11015
11016 Add `slow' and `history' tags to the desktop data.
11017
11018 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
11019 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
11020 (Info-finder-find-node): Require `finder.el' to be able
11021 to restore node from the desktop.
11022 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
11023 data `Info-history' and `slow' tag in the assoc list.
11024 (Info-restore-desktop-buffer): Don't restore nodes with the
11025 `slow' tag. Restore `Info-history'.
11026
11027 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
11028
11029 Add FORCE argument to `delete-file'.
11030
11031 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
11032 forcing to delete the temporary file.
11033 (ange-ftp-delete-file): Add FORCE arg.
11034 (ange-ftp-rename-remote-to-remote)
11035 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
11036 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
11037 Force file deletion.
11038
11039 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
11040
11041 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
11042 (tramp-handle-make-symbolic-link, tramp-handle-load)
11043 (tramp-do-copy-or-rename-file-via-buffer)
11044 (tramp-do-copy-or-rename-file-directly)
11045 (tramp-do-copy-or-rename-file-out-of-band)
11046 (tramp-handle-process-file, tramp-handle-call-process-region)
11047 (tramp-handle-shell-command, tramp-handle-file-local-copy)
11048 (tramp-handle-insert-file-contents, tramp-handle-write-region)
11049 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
11050
11051 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
11052 (tramp-fish-handle-make-symbolic-link)
11053 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
11054
11055 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
11056 Use `tramp-compat-delete-file'.
11057
11058 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
11059 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
11060
11061 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
11062 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
11063
11064 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
11065 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
11066 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
11067 Use `tramp-compat-delete-file'.
11068
11069 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11070
11071 Minor cleanups.
11072 * subr.el (add-minor-mode): Use push.
11073 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
11074 * emulation/edt.el (edt-select-mode): Simplify.
11075
11076 Use define-minor-mode in more cases.
11077 * term/tvi970.el (tvi970-set-keypad-mode):
11078 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
11079 (normal-erase-is-backspace-mode):
11080 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
11081 (set-scroll-bar-mode-1): (Re)move to its sole caller.
11082 (get-scroll-bar-mode): New function.
11083 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
11084
11085 Use define-minor-mode for less obvious cases.
11086 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
11087 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
11088 * international/iso-ascii.el (iso-ascii-mode):
11089 * frame.el (auto-raise-mode, auto-lower-mode):
11090 * composite.el (global-auto-composition-mode): Use define-minor-mode.
11091
11092 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
11093
11094 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
11095 in order to see error messages for failed logins.
11096
11097 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
11098
11099 * diff.el (diff-sentinel):
11100
11101 * epg.el (epg--make-temp-file, epg-decrypt-string)
11102 (epg-verify-string, epg-sign-string, epg-encrypt-string):
11103
11104 * jka-compr.el (jka-compr-partial-uncompress)
11105 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
11106
11107 * server.el (server-sentinel): Use delete-file's new FORCE arg
11108 (Bug#6070).
11109
11110 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11111
11112 Use define-minor-mode where applicable.
11113 * view.el (view-mode):
11114 * type-break.el (type-break-query-mode)
11115 (type-break-mode-line-message-mode):
11116 * textmodes/reftex.el (reftex-mode):
11117 * term/vt100.el (vt100-wide-mode):
11118 * tar-mode.el (tar-subfile-mode):
11119 * savehist.el (savehist-mode):
11120 * ibuf-ext.el (ibuffer-auto-mode):
11121 * composite.el (auto-composition-mode):
11122 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
11123 Use define-minor-mode.
11124 (vhdl-mode): Use static mode-line format.
11125 (vhdl-mode-line-update): Delete.
11126 (vhdl-create-mode-menu, vhdl-activate-customizations)
11127 (vhdl-hs-minor-mode): Don't bother calling it.
11128
11129 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11130
11131 * simple.el (with-wrapper-hook): Move.
11132 (buffer-substring-filters): Mark obsolete.
11133 (filter-buffer-substring-functions): New variable.
11134 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
11135
11136 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
11137 Michael Albinus <michael.albinus@gmx.de>
11138
11139 Implement compression for inline methods.
11140
11141 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
11142 (tramp-copy-size-limit): Allow also nil.
11143 (tramp-inline-compress-commands): New defconst.
11144 (tramp-find-inline-compress, tramp-get-inline-compress)
11145 (tramp-get-inline-coding): New defuns.
11146 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
11147 replaced by `tramp-get-inline-coding'.
11148 (tramp-handle-file-local-copy, tramp-handle-write-region)
11149 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
11150
11151 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11152
11153 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
11154 Remove unused functions.
11155
11156 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
11157 Set find-tag-default-function as a variable rather than a property.
11158
11159 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
11160 * progmodes/etags.el (tags-completion-at-point-function):
11161 Remove left over interactive spec. Add autoloading stub.
11162 (complete-tag): Use tags-completion-at-point-function.
11163
11164 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
11165
11166 * minibuffer.el (tags-completion-at-point-function): Fix return value.
11167
11168 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
11169
11170 * ido.el (ido-init-completion-maps): Remove C-v binding.
11171 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
11172
11173 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
11174
11175 * minibuffer.el (tags-completion-at-point-function): New function.
11176 (completion-at-point-functions): Use it.
11177
11178 * progmodes/etags.el (complete-tag): Revert last change.
11179
11180 2010-04-29 Alan Mackenzie <acm@muc.de>
11181
11182 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
11183 off-by-one error (in end of macro position).
11184
11185 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11186
11187 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
11188 firefox is absent. Don't autoload.
11189 (browse-url-galeon-program): Don't autoload.
11190
11191 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
11192
11193 * bindings.el (complete-symbol): Move into minibuffer.el.
11194
11195 * minibuffer.el (complete-tag): Move from etags.el. If tags
11196 completion cannot be performed, return nil instead of signalling
11197 an error.
11198 (completion-at-point): Make it an alias for complete-symbol.
11199 (complete-symbol): Move from bindings.el, and replace with the
11200 body of completion-at-point.
11201
11202 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
11203
11204 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
11205
11206 * net/tramp.el (tramp-remote-selinux-p): New defun.
11207 (tramp-handle-file-selinux-context)
11208 (tramp-handle-set-file-selinux-context): Use it.
11209
11210 2010-04-28 Sam Steingold <sds@gnu.org>
11211
11212 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11213 `safe-local-variable' if the value is a string or a symbol with
11214 the property `bug-reference-url-format'.
11215
11216 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
11217
11218 * progmodes/bug-reference.el (bug-reference-url-format):
11219 Revert 2010-04-27 change due to security risk.
11220
11221 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11222
11223 Make it possible to locally disable a globally enabled mode.
11224 * simple.el (fundamental-mode): Run fundamental-mode-hook.
11225 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
11226 rather than kill-all-local-variables so it runs fundamental-mode-hook.
11227 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11228 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
11229 that subsequent hooks get a chance to disable it.
11230
11231 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11232
11233 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11234 Avoid re-enabling a minor mode after the user turned the minor mode
11235 off if MODE-enable-in-buffers is run twice (typically once from
11236 fundamental-mode's after-change-major-mode-hook and a second time from
11237 run-mode-hook's own after-change-major-mode-hook).
11238
11239 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
11240
11241 2010-04-27 Sam Steingold <sds@gnu.org>
11242
11243 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11244 `safe-local-variable' if the value is a string or a function, as
11245 documented and implemented on 2010-04-02.
11246
11247 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
11248
11249 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
11250 when method is 'kill.
11251
11252 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
11253
11254 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
11255 condition in default directory check.
11256 (ispell-init-process, ispell-kill-ispell, kill-buffer-hook):
11257 Kill ispell process when killing its associated buffer.
11258
11259 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
11260
11261 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
11262 but we aren't using it.
11263
11264 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
11265
11266 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
11267 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
11268
11269 2010-04-24 Glenn Morris <rgm@gnu.org>
11270
11271 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
11272 Ignore VCS-ignore files, and deleted nextstep preferences files.
11273 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
11274 (authors-ambiguous-files): New list.
11275 (authors-valid-file-names): Add some deleted files.
11276 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
11277 (authors-disambiguate-file-name): New function. (Bug#5501)
11278 (authors-canonical-file-name): Doc fix.
11279 Don't warn about obsolete files.
11280 (authors-canonical-file-name, authors-scan-el):
11281 Use authors-disambiguate-file-name.
11282
11283 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11284 Add autoload cookies.
11285 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
11286 (generated-autoload-file): Set file-local value to "htmlfontify.el".
11287 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
11288 They have definitions / compiler macros in cl.el.
11289 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11290 Replace manual autoloads with generated ones.
11291 (htmlfontify-unload-rgb-file): Remove autoload.
11292 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
11293
11294 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11295
11296 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
11297 (byte-compile-setq-default): Optimize for the
11298 single-var case and don't call byte-compile-form in this case to avoid
11299 inf-loop with byte-compile-set-default.
11300
11301 * progmodes/compile.el (compilation-start): Abbreviate default directory.
11302
11303 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
11304
11305 Implement SELINUX backends.
11306
11307 * net/tramp.el (tramp-file-name-handler-alist):
11308 Add `file-selinux-context' and `set-file-selinux-context'.
11309 (tramp-handle-file-selinux-context)
11310 (tramp-handle-set-file-selinux-context): New defuns.
11311 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
11312 Handle PRESERVE-SELINUX-CONTEXT.
11313
11314 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11315 Add `file-selinux-context' and `set-file-selinux-context'.
11316 (tramp-gvfs-handle-file-selinux-context)
11317 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
11318 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
11319
11320 * net/ange-ftp.el (ange-ftp-copy-file):
11321 * net/tramp-fish.el (tramp-fish-handle-copy-file):
11322 * net/tramp-imap.el (tramp-imap-handle-copy-file):
11323 * net/tramp-smb.el (tramp-smb-handle-copy-file):
11324 Add PRESERVE-SELINUX-CONTEXT.
11325
11326 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
11327
11328 Synchronize with Tramp repository.
11329
11330 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
11331 (tramp-action-process-alive, tramp-action-out-of-band)
11332 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
11333 (tramp-exists-file-name-handler): Fix docstring.
11334 (with-progress-reporter): New defmacro.
11335 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
11336 (tramp-maybe-open-connection): Use it.
11337
11338 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
11339
11340 Detect ssh 'ControlMaster' argument automatically in some cases.
11341
11342 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
11343 (tramp-default-method): Use it.
11344
11345 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
11346
11347 * net/tramp.el (tramp-handle-copy-file): Add new optional
11348 parameter `preserve-selinux-context'.
11349 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
11350
11351 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
11352
11353 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
11354 Ensure, that non remote files are still checked. Oops.
11355
11356 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
11357
11358 Fix Bug#5840.
11359
11360 * icomplete.el (icomplete-completions): Use `non-essential'.
11361
11362 * net/tramp.el (tramp-connectable-p): New defun.
11363 (tramp-handle-expand-file-name)
11364 (tramp-completion-handle-file-name-all-completions)
11365 (tramp-completion-handle-file-name-completion): Use it.
11366
11367 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11368
11369 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
11370
11371 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
11372
11373 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
11374
11375 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
11376
11377 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
11378 is present.
11379
11380 * info.el (info-tool-bar-map): Add labels.
11381
11382 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
11383
11384 * cus-edit.el (custom-commands): Add labels for tool bar.
11385 (custom-buffer-create-internal, Custom-mode): Adjust for
11386 labels in custom-commands.
11387
11388 * dynamic-setting.el: Renamed from font-setting.el.
11389
11390 2010-04-21 John Wiegley <jwiegley@gmail.com>
11391
11392 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
11393 toggles the use of virtual buffers.
11394 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
11395 (ido-toggle-virtual-buffers): New function.
11396
11397 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
11398
11399 Use `define-derived-mode'; fix window selection; doc fixes.
11400 * play/tetris.el (tetris, tetris-update-speed-function)
11401 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
11402 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
11403 (tetris-rotate-next, tetris-end-game, tetris-start-game)
11404 (tetris-pause-game): Fix typos in docstrings.
11405 (tetris-mode-map, tetris-null-map):
11406 Move initialization into declaration.
11407 (tetris-mode): Define with `define-derived-mode';
11408 set show-trailing-whitespace to nil.
11409 (tetris): Prefer window already displaying the "*Tetris*" buffer.
11410
11411 2010-04-21 Karel Klíč <kklic@redhat.com>
11412
11413 * files.el (backup-buffer): Handle SELinux context, and return it
11414 if a backup was made by renaming.
11415 (backup-buffer-copy): Set SELinux context to the target file.
11416 (basic-save-buffer): Set SELinux context of the newly written file.
11417 (basic-save-buffer-1): Now it also returns any SELinux context.
11418 (basic-save-buffer-2): Set SELinux context of the newly created file,
11419 and return it.
11420 * net/tramp.el (tramp-file-name-for-operation):
11421 Add file-selinux-context.
11422
11423 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11424
11425 Make the log-edit comments use RFC822 format throughout.
11426
11427 * vc.el (vc-checkin, vc-modify-change-comment):
11428 Adjust to new vc-start/finish-logentry.
11429 (vc-find-conflicted-file): New command.
11430 (vc-transfer-file): Adjust to new vc-checkin.
11431 (vc-next-action): Improve scoping.
11432
11433 * vc-hg.el (vc-hg-log-edit-mode): Remove.
11434 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
11435
11436 * vc-git.el (vc-git-log-edit-mode): Remove.
11437 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
11438 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
11439
11440 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
11441 (vc-start-logentry): Remove argument `extra'.
11442 (vc-finish-logentry): Remove extra args.
11443
11444 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
11445 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
11446 (vc-bzr-conflicted-files): New function.
11447
11448 * log-edit.el (log-edit-extra-flags)
11449 (log-edit-before-checkin-process): Remove.
11450 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
11451 (log-edit-headers-alist): New var.
11452 (log-edit-header-contents-regexp): New const.
11453 (log-edit-match-to-eoh): New function.
11454 (log-edit-font-lock-keywords): Use them.
11455 (log-edit): Insert a "Summary:" header as default.
11456 (log-edit-mode): Mark font-lock rules as case-insensitive.
11457 (log-edit-done): Cleanup headers.
11458 (log-view-process-buffer): Remove.
11459 (log-edit-extract-headers): New function to replace it.
11460
11461 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
11462
11463 * subr.el (default-direction-reversed): Remove obsolescence info.
11464
11465 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11466
11467 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
11468 windows/frames.
11469
11470 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
11471 I.e. include text after point in the completion region.
11472 Also, return nil when we're not after/in a symbol.
11473
11474 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
11475 default enable-multibyte-characters.
11476
11477 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11478
11479 * international/mule.el: Help the user choose a valid coding-system.
11480 (read-buffer-file-coding-system): New function.
11481 (set-buffer-file-coding-system): Use it. Prompt the user if the
11482 coding-system cannot encode all the chars.
11483
11484 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
11485 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
11486 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
11487 Don't use *vc-bzr-shelve*.
11488
11489 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
11490
11491 Fix the version number for added files.
11492 * vc-hg.el (vc-hg-working-revision): Check if the file is
11493 registered after hg parent fails (Bug#5961).
11494
11495 2010-04-19 Glenn Morris <rgm@gnu.org>
11496
11497 * htmlfontify.el (htmlfontify-buffer)
11498 (htmlfontify-copy-and-link-dir): Autoload entry points.
11499
11500 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
11501
11502 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
11503 name relative to the project root (Bug#5960).
11504
11505 2010-04-19 Glenn Morris <rgm@gnu.org>
11506
11507 * vc-git.el (vc-git-print-log): Doc fix.
11508
11509 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
11510
11511 * ido.el (ido-file-internal): Fix 2009-12-02 change.
11512
11513 2010-04-19 Christoph Scholtes <cschol2112@googlemail.com>
11514
11515 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
11516 default settings (Bug#5928).
11517
11518 2010-04-19 Glenn Morris <rgm@gnu.org>
11519
11520 * progmodes/fortran.el (fortran-match-and-skip-declaration):
11521 New function.
11522 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
11523
11524 2010-04-19 Kenichi Handa <handa@m17n.org>
11525
11526 * language/indian.el (malayalam-composable-pattern): Fix previous
11527 change (add U+0D4D "SIGN VIRAMA").
11528 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
11529 (tamil-composable-pattern): Fix typo in the regexp.
11530 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
11531 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
11532 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
11533
11534 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
11535
11536 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
11537 paragraph-separate (Bug#5821).
11538
11539 2010-04-19 Juri Linkov <juri@jurta.org>
11540
11541 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
11542
11543 * info.el (Info-find-node-2): Comment out code that skips
11544 breadcrumbs line.
11545 (Info-mouse-follow-link): New command.
11546 (Info-link-keymap): New keymap.
11547 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
11548 Return a string with links instead of inserting breadcrumbs
11549 to the Info buffer.
11550 (Info-fontify-node): Comment out code that inserts breadcrumbs.
11551 Instead of putting the `invisible' text property over the Info
11552 header, make an overlay over the Info header with the `invisible'
11553 property and `after-string' set to the string returned by
11554 `Info-breadcrumbs'.
11555
11556 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
11557
11558 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
11559 Reported by monkey@sandpframing.com.
11560
11561 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11562
11563 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
11564 (tmm-get-keymap): Add key-binding shortcuts now that they're not
11565 available in the "keyseq cache" any more.
11566
11567 * custom.el (defcustom): Add edebug spec.
11568
11569 2010-04-18 Juri Linkov <juri@jurta.org>
11570
11571 Test for special mode-class in view-buffer instead of view-file (bug#5513).
11572
11573 * view.el (view-file, view-buffer): Move test for special mode-class
11574 from view-file to view-buffer.
11575
11576 * tar-mode.el (tar-extract): Turn if's into one cond
11577 like in arc-mode.el.
11578
11579 2010-04-18 Juri Linkov <juri@jurta.org>
11580
11581 Add 7z archive format support (bug#5475).
11582
11583 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
11584 (archive-7z-extract): New defcustom.
11585 (archive-find-type): Add magic string for 7z.
11586 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
11587 If `stderr-file' is non-nil, use `(t stderr-file)' for the
11588 `buffer' arg of `call-process'.
11589 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
11590 call the function `archive-7z-extract' with the variable
11591 `archive-7z-extract' let-bound to `archive-zip-extract'.
11592 (archive-7z-summarize, archive-7z-extract): New functions.
11593
11594 * international/mule.el (auto-coding-alist):
11595 * files.el (auto-mode-alist): Add 7z file extension.
11596
11597 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11598
11599 * loadup.el: Setup hash-cons for pure data.
11600
11601 Fix duplicate entries in cedet's loaddefs.el files.
11602 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
11603 Should make most file-local generated-autoload-file unnecessary.
11604 (print-readably): Silence warnings.
11605 (autoload-find-destination): Take load-name as an arg to make sure
11606 it's the same as the one that will be in the file.
11607 (autoload-generate-file-autoloads): Adjust to above changes.
11608 Try to make the dataflow a bit simpler.
11609
11610 * cvs-status.el (cvs-refontify): Remove unused.
11611
11612 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
11613
11614 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
11615
11616 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
11617 twos-complement mode.
11618
11619 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
11620
11621 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
11622 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
11623 (calc-inverse): Add "Option" to message, as appropriate.
11624 (calc-hyperbolic): Add "Option" to message, as appropriate.
11625 (calc-option, calc-is-option): New functions.
11626
11627 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
11628 (calc-option-prefix-help): New function.
11629
11630 * calc/calc-misc.el (calc-help): Add "Option" entry.
11631
11632 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
11633 (calc-option-flag): New variable.
11634 (calc-do): Set `calc-option-flag to nil.
11635 (calc-set-mode-line): Add "Opt " as appropriate.
11636
11637 2010-04-16 Juri Linkov <juri@jurta.org>
11638
11639 Move scrolling commands from simple.el to window.el
11640 because their primitives are implemented in window.c.
11641
11642 * simple.el (scroll-error-top-bottom)
11643 (scroll-up-command, scroll-down-command, scroll-up-line)
11644 (scroll-down-line, scroll-other-window-down)
11645 (beginning-of-buffer-other-window, end-of-buffer-other-window):
11646 * window.el (scroll-error-top-bottom)
11647 (scroll-up-command, scroll-down-command, scroll-up-line)
11648 (scroll-down-line, scroll-other-window-down)
11649 (beginning-of-buffer-other-window, end-of-buffer-other-window):
11650 Move from simple.el to window.el because their primitives are
11651 implemented in window.c.
11652
11653 2010-04-16 Juri Linkov <juri@jurta.org>
11654
11655 * isearch.el (isearch-lookup-scroll-key): Check both
11656 `isearch-scroll' and `scroll-command' properties.
11657 (scroll-up, scroll-down): Remove `isearch-scroll' property.
11658
11659 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
11660
11661 * simple.el (scroll-up-command, scroll-down-command)
11662 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
11663
11664 2010-04-15 Juri Linkov <juri@jurta.org>
11665
11666 * simple.el (scroll-up-command, scroll-down-command)
11667 (scroll-up-line, scroll-down-line): Put `scroll-command'
11668 property on the these symbols. Remove them from
11669 `scroll-preserve-screen-position-commands'.
11670
11671 * mwheel.el (mwheel-scroll): Put `scroll-command' and
11672 `isearch-scroll' properties on the `mwheel-scroll' symbol.
11673 Remove it from `scroll-preserve-screen-position-commands'.
11674
11675 * isearch.el (isearch-allow-scroll): Doc fix.
11676
11677 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
11678
11679 * net/tramp.el (tramp-error-with-buffer): Don't show the
11680 connection buffer when we are in completion mode.
11681 (tramp-file-name-handler): Catch the error for some operations
11682 when we are in completion mode. This gives the user the chance to
11683 correct the file name in the minibuffer.
11684
11685 2010-04-15 Glenn Morris <rgm@gnu.org>
11686
11687 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
11688
11689 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
11690
11691 Simplify by using `define-derived-mode'.
11692 * info.el (Info-mode):
11693 * calendar/todo-mode.el (todo-mode):
11694 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
11695 (gomoku-mode-map): Move initialization into declaration.
11696
11697 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
11698
11699 Fix Bug#5840.
11700 * ido.el (ido-file-name-all-completions-1):
11701 * minibuffer.el (minibuffer-completion-help):
11702 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
11703
11704 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11705
11706 * simple.el (non-essential): New var.
11707
11708 Add a new field `location' to bookmarks for non-file bookmarks.
11709 * bookmark.el (bookmark-location): Use the new field, if present.
11710 (bookmark-insert-location): Undo last change, not needed any more.
11711 * man.el (Man-bookmark-make-record):
11712 * woman.el (woman-bookmark-make-record): Add `location' field.
11713
11714 2010-04-14 Juri Linkov <juri@jurta.org>
11715
11716 * simple.el (scroll-error-top-bottom): New defcustom.
11717 (scroll-up-command, scroll-down-command): Use it. Doc fix.
11718
11719 * emulation/pc-select.el (pc-select-override-scroll-error):
11720 Obsolete in favor of `scroll-error-top-bottom'.
11721
11722 2010-04-14 Juri Linkov <juri@jurta.org>
11723
11724 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
11725 `scroll-up-command' and `M-v' to `scroll-down-command'.
11726
11727 * emulation/cua-rect.el (cua--init-rectangles):
11728 * forms.el (forms--change-commands):
11729 * image-mode.el (image-mode-map):
11730 Remap scroll-down-command and scroll-up-command
11731 in addition to scroll-down and scroll-up.
11732
11733 2010-04-14 Juri Linkov <juri@jurta.org>
11734
11735 * mwheel.el (scroll-preserve-screen-position-commands):
11736 Add mwheel-scroll to this list of commands.
11737
11738 * simple.el (scroll-preserve-screen-position-commands):
11739 Add scroll-up-command, scroll-down-command, scroll-up-line,
11740 scroll-down-line to this list of commands.
11741
11742 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
11743
11744 * obsolete/complete.el: Move from lisp/complete.el.
11745
11746 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
11747
11748 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
11749 to the minor mode function now turns the mode ON unconditionally.
11750
11751 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11752
11753 * vc-dir.el (vc-dir-kill-line): New command.
11754 (vc-dir-mode-map): Bind it to C-k.
11755
11756 * bookmark.el (bookmark-insert-location): Handle a nil filename.
11757
11758 * woman.el: Add bookmark declarations to silence the compiler.
11759 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
11760 step to compatibility between man and woman bookmarks.
11761 Adjust for Man-default-bookmark-title renaming.
11762 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
11763
11764 * man.el: Add bookmark declarations to silence the compiler.
11765 (Man-name-local-regexp): Make it match NAME as well.
11766 (Man-getpage-in-background): Return the buffer.
11767 (Man-notify-when-ready): Use `case'.
11768 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
11769 Don't hardcode "NAME". Simplify.
11770 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
11771 Rename from Man-bookmark-make-record.
11772 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
11773 we have the actual man-args. Use Man-getpage-in-background rather
11774 than `man' since the arg is already processed. Let bookmark.el do the
11775 window handling. Only wait for the relevant process.
11776 Don't forget to autoload.
11777
11778 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
11779
11780 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11781
11782 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
11783 New functions.
11784 (woman-mode): Setup bookmark support.
11785
11786 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
11787 (man-bookmark-jump): New functions.
11788 (Man-mode): Setup bookmark support.
11789
11790 2010-04-10 Jari Aalto <jari.aalto@cante.net>
11791
11792 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
11793 recognize ssh-keygen prompt (Bug#2817).
11794
11795 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
11796
11797 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
11798
11799 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
11800
11801 Synchronize with Tramp repository.
11802
11803 * net/tramp.el (tramp-completion-function-alist)
11804 (tramp-file-name-regexp, tramp-chunksize)
11805 (tramp-local-coding-commands, tramp-remote-coding-commands):
11806 Fix docstring.
11807 (tramp-remote-process-environment): Use `format' instead of `concat'.
11808 (tramp-handle-directory-files-and-attributes)
11809 (tramp-get-remote-path): Use `copy-tree'.
11810 (tramp-handle-file-name-all-completions): Backward/ XEmacs
11811 compatibility: Use `completion-ignore-case' if
11812 `read-file-name-completion-ignore-case' does not exist.
11813 (tramp-do-copy-or-rename-file-directly): Do not use
11814 `tramp-handle-file-remote-p'.
11815 (tramp-do-copy-or-rename-file-out-of-band):
11816 Use `tramp-compat-delete-directory'.
11817 (tramp-do-copy-or-rename-file-out-of-band)
11818 (tramp-compute-multi-hops, tramp-maybe-open-connection):
11819 Use `format-spec-make'.
11820 (tramp-find-foreign-file-name-handler)
11821 (tramp-advice-make-auto-save-file-name)
11822 (tramp-set-auto-save-file-modes): Remove superfluous check for
11823 `stringp'. This is done inside `tramp-tramp-file-p'.
11824 (tramp-debug-outline-regexp): New defconst.
11825 (tramp-get-debug-buffer): Use it.
11826 (tramp-check-for-regexp): Use (forward-line 1).
11827 (tramp-set-auto-save-file-modes): Adapt version check.
11828
11829 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
11830 Wrap call of `featurep' for 2nd argument.
11831 (tramp-compat-make-temp-file): Simplify fallback implementation.
11832 (tramp-compat-copy-tree): Remove function.
11833 (tramp-compat-delete-directory): Provide implementation for older
11834 Emacsen.
11835
11836 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
11837 Do not use `tramp-fish-handle-file-attributes.
11838
11839 * net/trampver.el: Update release number.
11840
11841 2010-04-10 Glenn Morris <rgm@gnu.org>
11842
11843 * progmodes/compile.el (compilation-save-buffers-predicate):
11844 Add missing :version tag.
11845
11846 2010-04-09 Sam Steingold <sds@gnu.org>
11847
11848 * progmodes/compile.el (compilation-save-buffers-predicate):
11849 Remove the "autoload" cookie.
11850
11851 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
11852 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
11853 and `bug-reference-prog-mode' can be used in hooks directly.
11854
11855 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
11856
11857 Add --author support to git commit.
11858 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
11859 (vc-git-log-edit-mode): New minor mode.
11860 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
11861 New declarations.
11862
11863 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
11864
11865 * vc-hooks.el, vc-git.el: Improve documentation comments.
11866
11867 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11868
11869 Fix some of the problems in defsubst* (bug#5728).
11870 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
11871 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
11872
11873 2010-04-07 Sam Steingold <sds@gnu.org>
11874
11875 * progmodes/compile.el (compilation-save-buffers-predicate):
11876 New custom variable.
11877 (compile, recompile): Pass it to `save-some-buffers'.
11878
11879 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
11880
11881 * wid-edit.el (widget-choose): Move cursor to the second line of
11882 the buffer (Bug#5695).
11883
11884 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
11885
11886 Add new VC methods: vc-log-incoming and vc-log-outgoing.
11887 * vc.el (vc-print-log-setup-buttons): New function split out from
11888 vc-print-log-internal.
11889 (vc-log-internal-common): New function, a parametrized version of
11890 vc-print-log-internal.
11891 (vc-print-log-internal): Just call vc-log-internal-common with the
11892 right arguments.
11893 (vc-incoming-outgoing-internal):
11894 (vc-log-incoming, vc-log-outgoing): New functions.
11895 (vc-log-view-type): New permanent local variable.
11896
11897 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
11898
11899 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
11900 of the dynamic bound vc-short-log.
11901 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
11902
11903 * vc-git.el (vc-git-log-outgoing): New function.
11904 (vc-git-log-view-mode): Use vc-log-view-type instead
11905 of the dynamic bound vc-short-log.
11906
11907 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
11908 of the dynamic bound vc-short-log. Highlight the tag.
11909 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
11910 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
11911 (vc-hg-incoming-mode): Remove.
11912 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
11913
11914 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
11915
11916 Fix default-directory for vc-root-diff.
11917 * vc.el (vc-root-diff): Bind default-directory to the root
11918 directory for the diff command.
11919
11920 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
11921
11922 * progmodes/verilog-mode.el (verilog-forward-sexp):
11923 (verilog-calc-1): Support "disable fork" and "fork wait" multi
11924 word keywords, suggested by Steve Pearlmutter.
11925 (verilog-pretty-declarations): Support lineup of declarations in
11926 port lists.
11927 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
11928 fix bug for /* / comments.
11929 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
11930 Speed up and simplfy as this is never called with a bound.
11931 (verilog-pretty-declarations): Enhance to line up declarations
11932 inside a parameter list, suggested by Alan Morgan.
11933 (verilog-pretty-expr): Tune assignment regular expression match
11934 string for corner cases; also use markers instead of character
11935 number as indent changes the later.
11936
11937 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
11938
11939 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
11940 as missing keyword.
11941 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
11942 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
11943 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
11944 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
11945 Tennant.
11946 (verilog-keywords):
11947 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
11948 1800-2009 keywords, including "global.".
11949
11950 2010-04-06 John Wiegley <jwiegley@gmail.com>
11951
11952 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
11953 appearing in buffer list (if a live buffer name matched a recentf
11954 file basename). Should use uniquify to offer a real solution.
11955
11956 2010-04-06 John Wiegley <jwiegley@gmail.com>
11957
11958 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
11959 comment to code, and add a :version tag.
11960 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
11961
11962 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
11963
11964 Enable recentf-mode if using virtual buffers.
11965 * ido.el (recentf-list): Declare for byte-compiler.
11966 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
11967 (ido-make-buffer-list): Simplify.
11968 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
11969
11970 2010-04-05 Juri Linkov <juri@jurta.org>
11971
11972 Scrolling commands which scroll a line instead of full screen.
11973 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
11974
11975 * simple.el (scroll-up-line, scroll-down-line): New commands.
11976 Put property isearch-scroll=t on them.
11977
11978 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
11979 Remove commands.
11980
11981 2010-04-05 Juri Linkov <juri@jurta.org>
11982
11983 Scrolling commands which do not signal errors at top/bottom.
11984 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
11985
11986 * simple.el (scroll-up-command, scroll-down-command): New commands.
11987 Put property isearch-scroll=t on them.
11988
11989 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
11990 `scroll-down-command' and [next] from `scroll-up' to
11991 `scroll-up-command'.
11992
11993 * emulation/cua-base.el: Put property CUA=move on
11994 `scroll-up-command' and `scroll-down-command'.
11995 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
11996 and `scroll-down-command' to `cua-scroll-down'.
11997
11998 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
11999
12000 * help.el (describe-mode): Return nil.
12001
12002 2010-04-04 John Wiegley <jwiegley@gmail.com>
12003
12004 * ido.el (ido-use-virtual-buffers): New variable to indicate
12005 whether "virtual buffer" support is enabled for IDO.
12006 (ido-virtual): Face used to indicate virtual buffers in the list.
12007 (ido-buffer-internal): If a buffer is chosen, and no such buffer
12008 exists, but a virtual buffer of that name does (which would be why
12009 it was in the list), recreate the buffer by reopening the file.
12010 (ido-make-buffer-list): If virtual buffers are being used, call
12011 `ido-add-virtual-buffers-to-list' before the make list hook.
12012 (ido-virtual-buffers): New variable which contains a copy of the
12013 current contents of the `recentf-list', albeit pared down for the
12014 sake of speed, and with proper faces applied.
12015 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
12016 create a list of "virtual buffers" to present to the user in
12017 addition to the currently open set. Note that this logic could
12018 get rather slow if that list is too large. With the default
12019 `recentf-max-saved-items' of 200, there is little speed penalty.
12020
12021 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12022
12023 * font-lock.el: Require CL when compiling.
12024 (font-lock-turn-on-thing-lock): Use `case'.
12025
12026 2010-04-03 Eli Zaretskii <eliz@gnu.org>
12027
12028 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
12029 Zaretskii.
12030
12031 2010-04-02 Juri Linkov <juri@jurta.org>
12032
12033 * ehelp.el (electric-help-orig-major-mode):
12034 New buffer-local variable.
12035 (electric-help-mode): Set it to original major-mode. Doc fix.
12036 (with-electric-help): Use `electric-help-orig-major-mode' instead
12037 of (default-value 'major-mode). Doc fix.
12038 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
12039
12040 2010-04-02 Sam Steingold <sds@gnu.org>
12041
12042 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
12043 `vc-hg-command' with a list of flags.
12044
12045 * progmodes/bug-reference.el (bug-reference-bug-regexp):
12046 Also accept "patch" and "RFE".
12047 (bug-reference-fontify): `bug-reference-url-format' can also be a
12048 function to be able to handle the bug kind.
12049 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
12050
12051 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
12052
12053 * tmm.el (tmm-get-keymap): Check with symbolp before passing
12054 value to fboundp, it may not be a symbol.
12055
12056 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
12057
12058 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
12059
12060 2010-03-31 Juri Linkov <juri@jurta.org>
12061
12062 * simple.el (next-line, previous-line): Re-throw a signal
12063 with `signal' instead of using `ding'.
12064 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
12065
12066 2010-03-31 Juri Linkov <juri@jurta.org>
12067
12068 * simple.el (keyboard-escape-quit): Raise deselecting the active
12069 region higher than exiting the minibuffer.
12070 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
12071
12072 2010-03-31 Juri Linkov <juri@jurta.org>
12073
12074 * image.el (image-animated-p): Use `image-metadata' instead of
12075 `image-extension-data'. Get GIF extenstion data from metadata
12076 property `extension-data'.
12077
12078 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12079
12080 * simple.el (append-to-buffer): Simplify.
12081
12082 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
12083
12084 * textmodes/artist.el (artist-mode): Fix typo in docstring.
12085 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
12086
12087 2010-03-31 Kenichi Handa <handa@m17n.org>
12088
12089 * language/sinhala.el (composition-function-table): Fix regexp for
12090 the new Unicode specification.
12091
12092 * language/indian.el (devanagari-composable-pattern)
12093 (tamil-composable-pattern, kannada-composable-pattern)
12094 (malayalam-composable-pattern): Adjust for the new Unicode
12095 specification.
12096 (bengali-composable-pattern, gurmukhi-composable-pattern)
12097 (gujarati-composable-pattern, oriya-composable-pattern)
12098 (telugu-composable-pattern): New variables to cope with the new
12099 Unicode specification. Use them in composition-function-table.
12100
12101 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12102
12103 Make tmm-menubar work for the Buffers menu again (bug#5726).
12104 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
12105 vectors rather than cons cells, as used in menu-bar-update-buffers.
12106
12107 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
12108
12109 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
12110 (js-insert-and-indent): Revert 2009-08-15 change, restoring
12111 electric punctuation for "{}();,:" (Bug#5586).
12112
12113 * mail/sendmail.el (mail-default-directory): Doc fix.
12114
12115 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
12116
12117 * mail/sendmail.el (mail-default-directory): Doc fix.
12118
12119 2010-03-31 Eli Zaretskii <eliz@gnu.org>
12120
12121 * subr.el (version-regexp-alist, version-to-list)
12122 (version-list-<, version-list-=, version-list-<=)
12123 (version-list-not-zero, version<, version<=, version=): Doc fix.
12124 (Bug#5744).
12125
12126 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
12127
12128 * vc.el (vc-root-diff): Doc fix.
12129
12130 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
12131
12132 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
12133
12134 * simple.el (append-to-buffer): Fix last change.
12135
12136 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
12137
12138 * simple.el (append-to-buffer): Ensure that point is preserved if
12139 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
12140 (Bug#5749)
12141
12142 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12143
12144 * files.el (auto-mode-case-fold): Change default to t.
12145
12146 2010-03-30 Juri Linkov <juri@jurta.org>
12147
12148 * dired-x.el (dired-omit-mode): Doc fix.
12149
12150 2010-03-30 Juri Linkov <juri@jurta.org>
12151
12152 * replace.el (occur-accumulate-lines): Move occur-engine related
12153 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
12154 to be located after `occur-engine'.
12155
12156 2010-03-30 Juri Linkov <juri@jurta.org>
12157
12158 Make occur handle multi-line matches cleanly with context.
12159 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
12160
12161 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
12162 (occur-engine): Add local variables `ret', `prev-after-lines',
12163 `prev-lines'. Use more arguments for `occur-context-lines'.
12164 Set first elem of its returned list to `data', and the second elem
12165 to `prev-after-lines'. Don't print the separator line.
12166 In the end, print remaining context after-lines.
12167 (occur-context-lines): Add new arguments `begpt', `endpt',
12168 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
12169 after-lines of the previous match with before-lines of the
12170 current match and not overlap them. Return a list with two
12171 values: the output line and the list of context after-lines.
12172
12173 2010-03-30 Juri Linkov <juri@jurta.org>
12174
12175 * replace.el (occur-accumulate-lines): Fix a bug where the first
12176 context line at the beginning of the buffer was missing.
12177
12178 2010-03-30 Eli Zaretskii <eliz@gnu.org>
12179
12180 * files.el: Make bidi-display-reordering safe variable for boolean
12181 values.
12182
12183 2010-03-29 Phil Hagelberg <phil@evri.com>
12184 Chong Yidong <cyd@stupidchicken.com>
12185
12186 * subr.el: Extend progress reporters to perform "spinning".
12187 (progress-reporter-update, progress-reporter-do-update):
12188 Handle non-numeric value arguments.
12189 (progress-reporter--pulse-characters): New var.
12190
12191 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
12192
12193 * progmodes/compile.el (compilation-start): Fix regexp detection
12194 of initial cd command (Bug#5771).
12195
12196 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
12197
12198 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
12199
12200 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
12201
12202 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
12203 * progmodes/gdb-mi.el: Restore.
12204 * progmodes/gdb-ui.el: Remove.
12205 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
12206
12207 2010-03-25 Glenn Morris <rgm@gnu.org>
12208
12209 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
12210 all dired buffers, even tramp ones. (Bug#5755)
12211
12212 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12213
12214 Add "union tags" in mpc.el.
12215 * mpc.el: Remove backward compatibility code.
12216 (mpc-browser-tags): Change default.
12217 (mpc--find-memoize-union-tags): New var.
12218 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
12219 (mpc-cmd-find): Handle the case where the playlist does not exist.
12220 Handle union-tags.
12221 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
12222 (mpc-cmd-add): Use mpc-cmd-flush.
12223 (mpc-tagbrowser-tag-name): New fun.
12224 (mpc-tagbrowser-buf): Use it.
12225 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
12226
12227 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12228
12229 Misc cleanup.
12230 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
12231 Use replace-regexp-in-string.
12232 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
12233 (makefile-imake-mode-syntax-table): Move init into defvar.
12234 (makefile-mode): Use define-derived-mode.
12235
12236 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
12237 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
12238 not be present any more.
12239
12240 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
12241
12242 * faces.el (set-face-attribute): Fix typo in docstring.
12243 (face-valid-attribute-values): Reflow docstring.
12244
12245 2010-03-24 Glenn Morris <rgm@gnu.org>
12246
12247 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
12248
12249 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
12250
12251 * indent.el (indent-for-tab-command): Doc fix.
12252
12253 2010-03-24 Alan Mackenzie <acm@muc.de>
12254
12255 * progmodes/cc-engine.el (c-remove-stale-state-cache):
12256 Fix off-by-one error. Fixes bug #5747.
12257
12258 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
12259
12260 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
12261 (image-dired-read-comment): Doc fix.
12262
12263 * json.el (json-object-type, json-array-type, json-key-type)
12264 (json-false, json-null, json-read-number):
12265 * minibuffer.el (completion-in-region-functions):
12266 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
12267 (cal-tex-cursor-week):
12268 * emacs-lisp/trace.el (trace-function):
12269 * eshell/em-basic.el (eshell/printnl):
12270 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
12271 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
12272 * obsolete/levents.el (allocate-event, event-key, event-object)
12273 (event-point, event-process, event-timestamp, event-to-character)
12274 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
12275 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
12276 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
12277 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
12278 (reftex-highlight-selection): Fix typos in docstrings.
12279
12280 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
12281
12282 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
12283
12284 2010-03-24 Glenn Morris <rgm@gnu.org>
12285
12286 * mail/rmail.el (rmail-highlight-face): Restore option deleted
12287 2008-02-13 without comment; mark it obsolete.
12288 (rmail-highlight-headers): Use rmail-highlight-face once more.
12289
12290 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
12291
12292 * woman.el (woman2-process-escapes): Only consume the newline if
12293 the filler character is on a line by itself (Bug#5729).
12294
12295 2010-03-24 Kenichi Handa <handa@m17n.org>
12296
12297 * language/indian.el (devanagari-composable-pattern): Add more
12298 consonants.
12299
12300 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
12301
12302 * net/trampver.el: Update release number.
12303
12304 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
12305
12306 * net/tramp.el (tramp-find-executable):
12307 Use `tramp-get-connection-buffer'. Make the regexp for checking
12308 output of "wc -l" more robust.
12309 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
12310 (tramp-open-connection-setup-interactive-shell): Remove workaround
12311 for OpenSolaris bug, it is not needed anymore.
12312
12313 2010-03-24 Glenn Morris <rgm@gnu.org>
12314
12315 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
12316
12317 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
12318
12319 * files.el (auto-mode-alist): Accept more verilog file patterns.
12320
12321 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12322
12323 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
12324
12325 2010-03-24 Glenn Morris <rgm@gnu.org>
12326
12327 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
12328 log-edit-before-checkin-process.
12329
12330 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
12331
12332 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
12333
12334 * vc-dispatcher.el (vc-start-logentry): Doc fix.
12335 (log-view-process-buffer, log-edit-extra-flags): Declare.
12336
12337 * log-edit.el (log-edit-before-checkin-process): Doc fix.
12338
12339 2010-03-23 Sam Steingold <sds@gnu.org>
12340
12341 Fix bug#5620: recalculate all markers on compilation buffer
12342 modifications, not on file modifications.
12343 * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
12344 variable: the buffer modification time, for buffers not associated with
12345 files.
12346 (compilation-mode): Create it.
12347 (compilation-filter): Update it.
12348 (compilation-next-error-function): Use it instead of
12349 `visited-file-modtime' for timestamp.
12350
12351 2010-03-23 Juri Linkov <juri@jurta.org>
12352
12353 Implement Occur multi-line matches.
12354 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
12355
12356 * replace.el (occur): Doc fix.
12357 (occur-engine): Set `begpt' to the beginning of the first line.
12358 Set `endpt' to the end of the last match line. At first, count
12359 line numbers between `origpt' and `begpt'. Split out code from
12360 `out-line' variable to new let-bindings `match-prefix' and
12361 `match-str'. In `out-line' add non-numeric prefix to all
12362 non-first lines of multi-line matches. Finally, count lines
12363 between `begpt' and `endpt' and add to `lines'.
12364
12365 2010-03-23 Juri Linkov <juri@jurta.org>
12366
12367 * replace.el (occur-accumulate-lines, occur-engine):
12368 Use `occur-engine-line' instead of duplicate code.
12369 (occur-engine-line): New function created from duplicate code
12370 in `occur-accumulate-lines' and `occur-engine'.
12371
12372 * replace.el (occur-engine-line): Add optional arg `keep-props'.
12373 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
12374
12375 2010-03-23 Juri Linkov <juri@jurta.org>
12376
12377 * finder.el: Remove TODO tasks.
12378
12379 * info.el (Info-finder-find-node): Add node "all"
12380 with all package info. Handle a list of multiple keywords
12381 separated by comma.
12382 (info-finder): In interactive use with a prefix argument,
12383 use `completing-read-multiple' to read a list of keywords
12384 separated by comma.
12385
12386 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12387
12388 Add a new completion style `substring'.
12389 * minibuffer.el (completion-basic--pattern): New function.
12390 (completion-basic-try-completion, completion-basic-all-completions):
12391 Use it.
12392 (completion-substring--all-completions)
12393 (completion-substring-try-completion)
12394 (completion-substring-all-completions): New functions.
12395 (completion-styles-alist): New style `substring'.
12396
12397 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12398
12399 Get rid of .elc files after removal of the corresponding .el.
12400 * Makefile.in (compile-clean): New target.
12401 (compile-main): Use it.
12402
12403 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
12404
12405 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
12406 don't do make there. When compiling with separate object dir, there
12407 is no Makefile there.
12408
12409 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12410
12411 Get rid of the ELCFILES abomination, again.
12412 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
12413 (all, compile): Don't call compile-last.
12414 (compile-main): Build the "elcfiles" list dynamically.
12415 (compile-targets): New (internal) target.
12416
12417 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
12418
12419 * Makefile.in (top_srcdir): Define.
12420 (abs_top_builddir): Define.
12421 (srcdir): Don't append `/..'.
12422 (EMACS): Use ${abs_top_builddir}.
12423 (all, compile, compile-always, compile-last): Don't set emacswd.
12424 (update-subdirs, update-authors): Use $(top_srcdir) instead of
12425 $(srcdir).
12426 (lisp): Use $(srcdir) instead of @srcdir@.
12427
12428 2010-03-21 Juri Linkov <juri@jurta.org>
12429
12430 Fix message of multi-line occur regexps and multi-buffer header lines.
12431 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
12432
12433 * replace.el (occur-1): Don't display regexp if it is longer
12434 than window-width. Use `query-replace-descr' to display regexp.
12435 (occur-engine): Don't display regexp in the buffer header for
12436 multi-buffer occur. Display a separate header line with total
12437 match count and regexp for multi-buffer occur.
12438 Use `query-replace-descr' to display regexp.
12439
12440 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
12441
12442 * net/secrets.el: Fix parenthesis.
12443 (secrets-enabled): Fix parenthesis.
12444
12445 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12446
12447 Use more relative file and directory names.
12448 * Makefile.in (EMACS): Arrange for it to work when we chdir.
12449 (setwins, setwins_almost, setwins_for_subdirs):
12450 Don't `cd'; output relative names.
12451 (all, compile, compile-always, compile-last): Set emacswd.
12452 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
12453 Just cd to the lisp source dir so we can use relative file names.
12454
12455 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
12456
12457 2010-03-20 Glenn Morris <rgm@gnu.org>
12458
12459 * textmodes/rst.el: Use faces for font-lock customization, and make the
12460 old -face variables obsolete.
12461 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
12462 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
12463 (rst-block-face, rst-external-face, rst-definition-face)
12464 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
12465 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
12466 Make obsolete.
12467 (rst-font-lock-keywords-function): Update for above changes.
12468
12469 2010-03-20 Juri Linkov <juri@jurta.org>
12470
12471 * s-region.el:
12472 * obsolete/s-region.el: Move to obsolete.
12473
12474 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
12475
12476 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
12477
12478 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12479
12480 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
12481
12482 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12483
12484 Add special markup processing for commit logs.
12485 * log-edit.el (log-edit-extra-flags): New variable.
12486 (log-edit): Add new argument MODE. Use that mode when non-nil
12487 instead of the log-view-mode.
12488 (log-view-process-buffer): New function.
12489
12490 * vc.el: Document that the checkin method takes optional
12491 arguments. Document new backend specific method: log-view-mode.
12492 (vc-default-log-edit-mode): New function.
12493 (vc-checkin): Use a backend specific log-view-mode.
12494 Pass extra arguments to the checkin method.
12495 (vc-modify-change-comment): Pass a dummy extra argument.
12496
12497 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
12498 log-edit.
12499 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
12500 (vc-finish-logentry): Process the log buffer before passing it
12501 down. Pass log-edit-extra-flags.
12502
12503 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
12504 command.
12505 (log-edit-extra-flags, log-edit-before-checkin-process):
12506 New declarations.
12507
12508 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
12509 command.
12510 (log-edit-extra-flags, log-edit-before-checkin-process):
12511 New declarations.
12512 (vc-hg-log-edit-mode): New derived mode.
12513
12514 * vc-arch.el (vc-arch-checkin):
12515 * vc-cvs.el (vc-cvs-checkin):
12516 * vc-git.el (vc-git-checkin):
12517 * vc-mtn.el (vc-mtn-checkin):
12518 * vc-rcs.el (vc-rcs-checkin):
12519 * vc-sccs.el (vc-sccs-checkin):
12520 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
12521
12522 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12523
12524 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
12525 parent typo).
12526
12527 2010-03-19 Glenn Morris <rgm@gnu.org>
12528
12529 * password-cache.el (password-cache, password-cache-expiry): Autoload.
12530
12531 2010-03-18 Glenn Morris <rgm@gnu.org>
12532
12533 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
12534
12535 * replace.el (query-replace-history): Give it a doc string.
12536 (map-query-replace-regexp): Use query-replace-from-history-variable
12537 and query-replace-to-history-variable.
12538
12539 * mail/hashcash.el (declare-function): Remove duplicate definition.
12540
12541 * mail/emacsbug.el (report-emacs-bug-pretest-address):
12542 Make it an obsolete alias for report-emacs-bug-address.
12543 (message-strip-special-text-properties): Declare.
12544 (report-emacs-bug): Remove test for a pretest bug address.
12545 Combine message-mode-specific code.
12546
12547 * mail/supercite.el: Don't require sendmail.
12548 (mh-in-header-p): Declare rather than using with-no-warnings.
12549 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
12550 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
12551
12552 * calendar/cal-french.el: Convert to utf-8.
12553
12554 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
12555 Emacs scripts.
12556
12557 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
12558
12559 * net/secrets.el (secrets-enabled): New variable. Use it instead
12560 of a subfeature.
12561
12562 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
12563
12564 * net/secrets.el (top): Register the D-Bus signals only when the
12565 service "org.freedesktop.secrets" can be pinged.
12566 Provide subfeature `enabled'.
12567
12568 2010-03-14 Juri Linkov <juri@jurta.org>
12569
12570 Add finder unknown keywords.
12571
12572 * finder.el (finder-unknown-keywords): New function.
12573
12574 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
12575 to create a Finder node with unknown keywords.
12576
12577 2010-03-14 Juri Linkov <juri@jurta.org>
12578
12579 * finder.el (finder-compile-keywords): Replace `princ' with
12580 `prin1' on a list of symbols interned from keyword strings.
12581
12582 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
12583 a comma, then split keywords using a comma and optional whitespace.
12584 Otherwise, split by whitespace.
12585
12586 * complete.el:
12587 * face-remap.el:
12588 * log-view.el:
12589 * net/hmac-def.el:
12590 * net/hmac-md5.el:
12591 * net/netrc.el:
12592 * progmodes/mixal-mode.el: Fix keywords.
12593
12594 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
12595
12596 * Makefile.in (ELCFILES): Add net/secrets.elc.
12597
12598 * net/secrets.el: New file.
12599
12600 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
12601
12602 * facemenu.el (list-colors-display, list-colors-print): New arg
12603 callback. Use it to allow selecting colors.
12604
12605 * wid-edit.el (widget-image-insert): Insert image prop even if the
12606 current display is non-graphic.
12607 (widget-field-value-set): New fun.
12608 (editable-field): Use it.
12609 (widget-field-value-get): Clean up unused var.
12610 (widget-color-value-create, widget-color--choose-action):
12611 New funs. Allow using list-colors-display to choose color.
12612
12613 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
12614
12615 * cus-edit.el: Resort topmost custom groups.
12616 (custom-buffer-sort-alphabetically): Default to t.
12617 (customize-apropos): Use apropos-parse-pattern.
12618 (custom-search-field): New var.
12619 (custom-buffer-create-internal): Add custom-apropos search field.
12620 (custom-add-parent-links): Don't display parent doc.
12621 (custom-group-value-create): Don't sort top-level custom group.
12622 (custom-magic-value-create): Show visibility button before option name.
12623
12624 (custom-variable-state): New fun, from custom-variable-state-set.
12625 (custom-variable-state-set): Use it.
12626 (custom-group-value-create): Hide options with standard values
12627 using the :hidden-states property. Use progress reporter.
12628
12629 (custom-show): Simplify.
12630 (custom-visibility): Disable images by default.
12631 (custom-variable): New property :hidden-states.
12632 (custom-variable-value-create): Enable images for
12633 custom-visibility widgets. Use :hidden-states property to
12634 determine initial visibility.
12635
12636 * wid-edit.el (widget-image-find): Give images center ascent.
12637 (visibility): Add :on-image and :off-image properties.
12638 (widget-visibility-value-create): Use them.
12639
12640 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
12641
12642 * cus-edit.el (processes): Remove from development group.
12643 (oop, hypermedia): Delete group.
12644 (comm): Promote to top-level group.
12645
12646 * net/browse-url.el (browse-url):
12647 * net/xesam.el (xesam):
12648 * net/tramp.el (tramp):
12649 * net/goto-addr.el (goto-address):
12650 * net/ange-ftp.el (ange-ftp): Put in comm group.
12651
12652 * view.el (view): Remove from editing group.
12653
12654 * uniquify.el (uniquify): Put in files group.
12655
12656 * net/browse-url.el (browse-url):
12657 * ps-print.el (postscript): Put in external group.
12658
12659 * cus-edit.el (outlines):
12660 * textmodes/text-mode.el (text-mode-hook):
12661 * textmodes/table.el (table):
12662 * textmodes/picture.el (picture):
12663 * outline.el (outlines): Put in wp group.
12664
12665 * nxml/nxml-mode.el (nxml): Remove from wp group.
12666
12667 * net/tramp-imap.el (tramp-imap): Put in tramp group.
12668
12669 * mail/metamail.el (metamail): Remove from hypermedia group.
12670
12671 * cus-edit.el (abbrev):
12672 * whitespace.el (whitespace):
12673 * vcursor.el (vcursor):
12674 * reveal.el (reveal):
12675 * hl-line.el (hl-line): Put in convenience group.
12676
12677 * epg-config.el (epg): Put in data group.
12678
12679 * emulation/pc-select.el (pc-select): Put in emulations group.
12680
12681 * calculator.el (calculator): Put in applications group.
12682
12683 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
12684
12685 Add .dir-locals.el support for file-less buffers.
12686 * files.el (hack-local-variables): Split out code to apply local
12687 variable settings ...
12688 (hack-local-variables-apply): ... here. New function.
12689 (hack-dir-local-variables): Use the default directory for when the
12690 buffer does not have an associated file.
12691 (hack-dir-local-variables-non-file-buffer): New function.
12692 * diff-mode.el (diff-mode):
12693 * vc-annotate.el (vc-annotate-mode):
12694 * vc-dir.el (vc-dir-mode):
12695 * log-edit.el (log-edit-mode):
12696 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
12697
12698 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
12699
12700 Add support for shelving snapshots and for showing shelves.
12701 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
12702 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
12703 New functions.
12704 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
12705 (vc-bzr-extra-menu-map): Map them.
12706
12707 2010-03-11 Glenn Morris <rgm@gnu.org>
12708
12709 * cus-edit.el (customize-changed-options-previous-release):
12710 Bump to 23.1.
12711
12712 * image.el (image-animate-max-time): Fix :version tag.
12713
12714 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
12715
12716 * Branch for 23.2.
12717
12718 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
12719
12720 * vc-git.el (vc-git-revision-table): Include remote branches.
12721
12722 2010-03-10 Kim F. Storm <storm@cua.dk>
12723
12724 Animated image API.
12725 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
12726
12727 * image.el (image-animate-max-time): New defcustom.
12728 (image-animated-types): New defconst.
12729 (create-animated-image, image-animate-timer)
12730 (image-animate-start, image-animate-stop, image-animate-timeout)
12731 (image-animated-p): New functions.
12732
12733 * image-mode.el (image-toggle-display-image):
12734 Replace `create-image' with `create-animated-image'.
12735
12736 2010-03-09 Miles Bader <miles@gnu.org>
12737
12738 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
12739 instead of "format:"; this ensures that the output is
12740 newline-terminated.
12741
12742 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
12743
12744 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
12745 that all errors are caught, and that the return value is always a
12746 list (Bug#5692).
12747
12748 2010-03-08 Kenichi Handa <handa@m17n.org>
12749
12750 * language/misc-lang.el (windows-1256): New coding system.
12751 (cp1256): New alias of windows-1256 (bug#5690).
12752
12753 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
12754
12755 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
12756 call to rfc822-bad-address. (Bug#5692)
12757
12758 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
12759
12760 * vc-git.el (vc-git-annotate-extract-revision-at-line):
12761 Use vc-git-root as default directory for revision path (Bug#5657).
12762
12763 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
12764
12765 * calculator.el (calculator): Don't bind split-window-keep-point
12766 (Bug#5674).
12767
12768 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
12769
12770 * vc-git.el: Re-flow to fit into 80 columns.
12771 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
12772 Remove spurious `quote' element in each case alternative.
12773 (vc-git-show-log-entry): Use prog1.
12774 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
12775
12776 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
12777
12778 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
12779
12780 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
12781
12782 * macros.el (insert-kbd-macro): Look up keyboard macro using the
12783 definition, not the name (Bug#5481).
12784
12785 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
12786
12787 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
12788 argument with a local variable. (Bug#5670)
12789
12790 2010-03-02 Juri Linkov <juri@jurta.org>
12791
12792 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
12793
12794 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
12795
12796 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
12797 error when FILENAME and NEWNAME are existing remote directories.
12798
12799 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
12800 parameter DIR-FLAG.
12801
12802 2010-03-02 Glenn Morris <rgm@gnu.org>
12803
12804 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
12805 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
12806
12807 2010-03-01 Kenichi Handa <handa@m17n.org>
12808
12809 * language/burmese.el (burmese-composable-pattern): Rename from
12810 myanmar-composable-pattern.
12811
12812 * international/characters.el (script-list):
12813 * international/fontset.el (script-representative-chars):
12814 Change myanmar to burmese.
12815 (otf-script-alist): Likewise.
12816 (setup-default-fontset): Likewise. Re-fix :otf spec.
12817
12818 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
12819
12820 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
12821
12822 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
12823
12824 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
12825
12826 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
12827
12828 * net/tramp.el (tramp-handle-write-region): START can be a string.
12829 Take care in the checks. Reported by Dan Davison
12830 <davison@stats.ox.ac.uk>.
12831
12832 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
12833
12834 * net/dbus.el (dbus-introspect, dbus-get-property)
12835 (dbus-set-property, dbus-get-all-properties):
12836 Use `dbus-call-method' when noninteractive. (Bug#5645)
12837
12838 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
12839
12840 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
12841 * emacs-lisp/elint.el (elint-add-required-env):
12842 * calendar/icalendar.el (icalendar--add-diary-entry):
12843 * calc/calcalg2.el (math-tracing-integral):
12844 * files.el (recover-session-finish): Use with-current-buffer
12845 instead of save-excursion.
12846
12847 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
12848
12849 Fix in-buffer completion when after-change-functions modify the buffer.
12850 * minibuffer.el (completion--replace): New function.
12851 (completion--do-completion): Use it and use relative movement.
12852
12853 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
12854
12855 * international/fontset.el (setup-default-fontset): Fix :otf spec.
12856
12857 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
12858
12859 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
12860 Allow the characters _<> in the stack entry (Bug#5653).
12861
12862 2010-02-26 Kenichi Handa <handa@m17n.org>
12863
12864 * language/burmese.el: Fix entries in composition-function-table.
12865 (myanmar-composable-pattern): New variable.
12866
12867 * international/fontset.el (setup-default-fontset): Add an entry
12868 for myanmar.
12869
12870 * international/characters.el (script-list): Add Myanmar
12871 Extended-A.
12872
12873 2010-02-26 Glenn Morris <rgm@gnu.org>
12874
12875 * custom.el (custom-initialize-delay): Doc fix.
12876
12877 * mail/sendmail.el (send-mail-function): Autoload the call
12878 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
12879
12880 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
12881
12882 * files.el (hack-local-variables-filter): For eval forms, also
12883 check safe-local-variable-p (Bug#5636).
12884
12885 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
12886
12887 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
12888 setting the modes by `ignore-errors'. It might fail, for example
12889 if the file is not owned by the user but the group.
12890 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
12891
12892 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
12893
12894 * files.el (directory-listing-before-filename-regexp):
12895 Use stricter matching for iso-style dates, to avoid false matches with
12896 date-like filenames (Bug#5597).
12897
12898 * htmlfontify.el (htmlfontify): Doc fix.
12899
12900 * eshell/eshell.el (eshell): Doc fix.
12901
12902 * startup.el (fancy-about-screen): In mode-line, apply
12903 mode-line-buffer-id face only to the buffer name (Bug#5613).
12904
12905 2010-02-20 Kevin Ryde <user42@zip.com.au>
12906
12907 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12908 In `watcom' anchor regexp to start of line, to avoid slowness
12909 (Bug#5599).
12910
12911 2010-02-20 Eli Zaretskii <eliz@gnu.org>
12912
12913 * subr.el (remove-yank-excluded-properties): Explain in a comment
12914 why `category' property is removed.
12915
12916 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
12917
12918 * isearch.el (isearch-update-post-hook, isearch-update):
12919 Revert 2010-02-17 change.
12920
12921 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
12922
12923 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
12924 (icalendar--convert-weekly-to-ical)
12925 (icalendar--convert-yearly-to-ical)
12926 (icalendar--convert-block-to-ical)
12927 (icalendar--convert-cyclic-to-ical)
12928 (icalendar--convert-anniversary-to-ical): Take care of time
12929 specifications where hour has 1-digit only (Bug#5549).
12930
12931 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
12932
12933 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
12934 of disassemble output in GDB 7.1.
12935
12936 2010-02-19 Glenn Morris <rgm@gnu.org>
12937
12938 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
12939 property. (Bug#5593)
12940
12941 2010-02-18 Sam Steingold <sds@gnu.org>
12942
12943 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
12944
12945 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
12946
12947 Use abbreviated file names in bookmarks (bug#5591).
12948 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
12949 calls to expand-file-name.
12950 (bookmark-relocate): Use abbreviated file names in bookmarks.
12951 (bookmark-load): Use abbreviated file names in messages.
12952
12953 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
12954
12955 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
12956 expand "." and "..". Reported by Thierry Volpiatto
12957 <thierry.volpiatto@gmail.com>.
12958
12959 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
12960
12961 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
12962 permissions of the temporary file to "0600". In case the remote
12963 file has no read permissions for the owner, there might be
12964 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
12965
12966 22010-02-18 Glenn Morris <rgm@gnu.org>
12967
12968 * emacs-lisp/authors.el (authors-renamed-files-alist):
12969 Add entries for INSTALL.CVS.
12970
12971 2010-02-17 Mark A. Hershberger <mah@everybody.org>
12972
12973 * vc-bzr.el: Fix typo in Known Bugs section.
12974
12975 * isearch.el (isearch-update-post-hook): New hook.
12976 (isearch-update): Use the new hook.
12977
12978 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
12979
12980 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
12981 Fix errors in copying directories.
12982 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
12983 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
12984 (tramp-handle-delete-file)
12985 (tramp-handle-dired-recursive-delete-directory)
12986 (tramp-handle-write-region): Flush also the cache for the upper
12987 directory.
12988
12989 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
12990
12991 * simple.el (save-interprogram-paste-before-kill): Doc fix.
12992
12993 * cus-edit.el (hardware): Doc fix.
12994
12995 * man.el (man): Add to external custom group.
12996
12997 * delim-col.el (columns): Move to wp custom group.
12998
12999 * doc-view.el (doc-view): Add to data custom group.
13000
13001 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
13002
13003 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
13004 by ispell-parse-output (Bug#5575).
13005
13006 2010-02-16 Kenichi Handa <handa@m17n.org>
13007
13008 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
13009 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
13010 (skkdic-convert): Use `euc-japan' coding system for writing.
13011
13012 2010-02-16 Glenn Morris <rgm@gnu.org>
13013
13014 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
13015 tex-main-file before using it. (Bug#5562)
13016
13017 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
13018
13019 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
13020 warnings, since it is annoying for the user to see them each time he
13021 runs the code.
13022
13023 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
13024
13025 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
13026 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
13027 instead of PROC for caching "first-password-request". Otherwise,
13028 new processes would not profit from passwords already entered.
13029
13030 * net/tramp-cache.el (tramp-dump-connection-properties):
13031 Don't save "first-password-request" property.
13032
13033 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
13034
13035 * outline.el (outline-head-from-level):
13036 * simple.el (with-wrapper-hook):
13037 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
13038 (elint-defun, elint-buffer-env, elint-top-form-logged)
13039 (elint-unbound-variable):
13040 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
13041 Fix typos in docstrings.
13042
13043 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
13044
13045 * files.el (insert-directory): When WILDCARD-REGEXP and
13046 FULL-DIRECTORY-P are nil, insert the file entry instead of the
13047 whole directory. (Bug#5551)
13048
13049 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
13050 dired's alignment sanity. (Bug#5516)
13051
13052 2010-02-14 Juri Linkov <juri@jurta.org>
13053
13054 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
13055 Remove remaining ^H with their preceding chars. (Bug#5566)
13056
13057 2010-02-13 Glenn Morris <rgm@gnu.org>
13058
13059 * simple.el (transpose-subr): Give it a doc-string.
13060
13061 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
13062 Doc fixes.
13063
13064 2010-02-12 Juri Linkov <juri@jurta.org>
13065
13066 * arc-mode.el (archive-unique-fname): Make directories for nested
13067 archives. (Bug#5540)
13068
13069 2010-02-12 Juri Linkov <juri@jurta.org>
13070
13071 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
13072
13073 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13074
13075 * subr.el (copy-overlay): Handle deleted overlays.
13076
13077 * man.el (Man-completion-table): Don't signal an error if we can't run
13078 manual-program (bug#4056).
13079
13080 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
13081
13082 * textmodes/artist.el (artist-mt): Fix typos in docstring.
13083
13084 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13085
13086 * info.el (Info-bookmark-jump): Simplify.
13087
13088 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
13089 (bookmark-default-handler): Accept new bookmark field `buffer'.
13090
13091 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
13092
13093 * iswitchb.el (iswitchb-completions): Revert last change.
13094
13095 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
13096
13097 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
13098 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
13099 This prevents file names like "~/" being listed literally.
13100
13101 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
13102
13103 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13104 Remove dead code. (Bug#5546)
13105
13106 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
13107
13108 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
13109 correctly (Bug#5548).
13110
13111 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
13112
13113 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
13114 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
13115
13116 2010-02-08 Kenichi Handa <handa@m17n.org>
13117
13118 * international/mule-util.el (with-coding-priority): Add autoload
13119 cookie for putting `lisp-indent-function'.
13120
13121 2010-02-07 Glenn Morris <rgm@gnu.org>
13122
13123 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
13124 Move F2003 named interfaces from keywords-2 to keywords-1, and
13125 use function-name-face rather than constant-face.
13126 Simplify "abstract interface" regexp.
13127
13128 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
13129
13130 * eshell/esh-util.el (eshell-file-attributes): New optional arg
13131 ID-FORMAT. Pass it to `file-attributes'.
13132
13133 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
13134
13135 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
13136
13137 * faces.el (set-face-attribute): Allow calling
13138 internal-set-lisp-face-attribute with 'unspecified family and
13139 foundry argument (Bug#5536).
13140
13141 2010-02-07 Glenn Morris <rgm@gnu.org>
13142
13143 * progmodes/f90.el (f90-font-lock-keywords-2)
13144 (f90-looking-at-type-like, f90-looking-at-program-block-end):
13145 Handle F2003 named interfaces.
13146
13147 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
13148
13149 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
13150 beg and end before calling c-get-state-before-change-functions.
13151
13152 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
13153
13154 * vc-bzr.el (vc-bzr-dir-extra-headers):
13155 Disable the pending merges header.
13156
13157 2010-02-05 Juri Linkov <juri@jurta.org>
13158
13159 * doc-view.el (doc-view-mode):
13160 * image-mode.el (image-mode): Put property mode-class=special.
13161 (Bug#4896)
13162
13163 2010-02-05 Mark A. Hershberger <mah@everybody.org>
13164
13165 * vc-svn.el (vc-svn-revision-table): New function.
13166
13167 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
13168
13169 * net/ange-ftp.el (ange-ftp-insert-directory):
13170 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13171 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13172 Handle also directories. (Bug#5478)
13173
13174 2010-02-05 Glenn Morris <rgm@gnu.org>
13175
13176 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
13177
13178 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
13179
13180 * startup.el (command-line-1): Convert options beginning with a
13181 single dash as well (Bug#5519).
13182
13183 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
13184
13185 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
13186 * minibuffer.el (completion-initials-expand): Only check the presence
13187 of delims *within* the boundaries, since otherwise the / delim is
13188 always found for files.
13189
13190 Fix up various corner case problems.
13191 * doc-view.el (doc-view-last-page-number): New function.
13192 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
13193 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
13194 (doc-view-kill-proc): Avoid inf-loop in freak cases.
13195 (doc-view-reconvert-doc): Use the new recursive delete-directory.
13196 (doc-view-convert-current-doc): Don't create the resolution.el file
13197 here any more.
13198 (doc-view-pdf/ps->png): Do it here instead.
13199 (doc-view-already-converted-p): Check that resolution.el is present.
13200 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
13201 windows that are not yet showing images.
13202
13203 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
13204
13205 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
13206 `dired-uncache' for every elemnt which is an absolute file name.
13207
13208 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
13209 directory, handle its directory component.
13210 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
13211 function is called permanently and creates noise, otherwise.
13212
13213 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13214 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13215 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
13216
13217 2010-02-04 David Burger <dburger@google.com> (tiny change)
13218
13219 * macros.el (apply-macro-to-region-lines):
13220 Minor simplification. (Bug#5485)
13221
13222 2010-02-04 Glenn Morris <rgm@gnu.org>
13223
13224 * mail/rmail.el (rmail-show-message-1): Handle malformed
13225 quoted-printable text. (Bug#5441)
13226
13227 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
13228
13229 * simple.el (visual-line-mode): Capitalize lighter.
13230
13231 2010-02-03 John Wiegley <jwiegley@gmail.com>
13232
13233 * iswitchb.el (iswitchb-completions): Add bookmark files to the
13234 list of files considered for "virtual buffer" completions.
13235
13236 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
13237
13238 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
13239 also in case of (and (not full) (not wildcard)). This is needed
13240 when dired is called with a list of files, which are not in
13241 `default-directory'. (Bug#5478)
13242
13243 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
13244
13245 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
13246
13247 2010-02-02 Juri Linkov <juri@jurta.org>
13248
13249 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
13250 from unidiff to allow function-line after @@.
13251
13252 2010-02-02 Juri Linkov <juri@jurta.org>
13253
13254 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
13255 '(RCS SCCS) with inverted condition.
13256
13257 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
13258
13259 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
13260 messages.
13261
13262 2010-02-01 Juri Linkov <juri@jurta.org>
13263
13264 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
13265 compare with "pkunzip" and "pkzip" instead of only "pkzip".
13266 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
13267 only when (car archive-zip-extract) is "unzip". (Bug#5475)
13268
13269 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13270
13271 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
13272 (doc-view-revert-buffer): New command.
13273 (doc-view-mode-map): Use it.
13274
13275 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
13276
13277 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
13278 pending merge is detected.
13279
13280 2010-01-31 Juri Linkov <juri@jurta.org>
13281
13282 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
13283 beginning of interactive spec like all other grep commands do.
13284 Put "all" in front of "gz". (Bug#5260)
13285
13286 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
13287
13288 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
13289
13290 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
13291
13292 * dirtrack.el (dirtrack): Warn instead of signalling error if the
13293 regexp is incorrect (Bug#5476).
13294
13295 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
13296
13297 * net/tramp.el (tramp-handle-insert-directory): Handle also
13298 symlinks, when FILENAME is not in `default-directory'.
13299
13300 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
13301
13302 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
13303 FILE is not in `default-directory'. (Bug#5478)
13304
13305 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
13306 of SWITCHES. Handle the case, FILENAME is not in
13307 `default-directory'. (Bug#5478)
13308 (tramp-register-file-name-handlers): Add safe-magic property.
13309
13310 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
13311
13312 * arc-mode.el (archive-zip-extract): Quote the argument passed to
13313 unzip (Bug#5475).
13314
13315 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
13316
13317 * progmodes/flymake.el (flymake-allowed-file-name-masks)
13318 (flymake-master-make-header-init): Add other C++ filename masks.
13319 (flymake-find-possible-master-files)
13320 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
13321
13322 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
13323
13324 Fix some busybox annoyances.
13325
13326 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
13327 not responding." string.
13328 (tramp-open-connection-setup-interactive-shell): Dump stty
13329 settings. Enable "neveropen" arg for all `tramp-send-command'
13330 calls. Handle "=" in variable values properly.
13331 (tramp-find-inline-encoding): Raise an error, when no encoding is
13332 found.
13333 (tramp-wait-for-output): Check, whether PROC buffer is available.
13334 Remove spurious " ^H" sequences, sent by busybox.
13335 (tramp-get-ls-command): Suppress coloring, if possible.
13336
13337 2010-01-28 Glenn Morris <rgm@gnu.org>
13338
13339 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
13340
13341 * log-edit.el (log-edit-strip-single-file-name): Add missing
13342 :safe, :group, and :version tags.
13343
13344 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
13345
13346 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
13347 buffers. (Bug#5477)
13348
13349 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
13350
13351 * files.el (delete-directory): Handle moving to trash without
13352 first doing recursion (Bug#5436).
13353
13354 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
13355
13356 * vc-hooks.el (vc-path): Mark as obsolete.
13357
13358 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
13359
13360 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
13361 names too.
13362
13363 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
13364 for the short log.
13365 (vc-bzr-log-view-mode): Adjust regexp for the above change.
13366
13367 2010-01-25 Mark A. Hershberger <mah@everybody.org>
13368
13369 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
13370
13371 * vc-bzr.el (vc-bzr-revision-table): New function.
13372
13373 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
13374
13375 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
13376 diff-index command. This requires at least git-1.5.5. (Bug#1589).
13377
13378 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
13379
13380 Remove support for adding --signoff on commit.
13381 Future support will use an incompatible generic mechanism.
13382 * vc-git.el (vc-git-add-signoff): Remove variable.
13383 (vc-git-toggle-signoff): Remove function.
13384 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
13385
13386 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13387 Rename from xterm-set-background-mode. Return t if the background mode
13388 was set.
13389 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
13390 earlier, call it again in case the background mode has changed.
13391
13392 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
13393
13394 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
13395 (Bug#3541).
13396
13397 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
13398
13399 * emacs-lisp/assoc.el (aelement): Doc fix.
13400 (aput, adelete, amake): Use lexical-let (Bug#5450).
13401
13402 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
13403
13404 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
13405 is the same as subprogram call, not declaration. (Bug#5435).
13406
13407 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
13408
13409 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
13410 (tramp-smb-maybe-open-connection): Use it.
13411
13412 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
13413
13414 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
13415
13416 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13417
13418 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
13419 just because we see "encoding: 8bit".
13420 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
13421
13422 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
13423
13424 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
13425
13426 2010-01-22 Eli Zaretskii <eliz@gnu.org>
13427
13428 * jka-compr.el (jka-compr-load): If load-file is not in
13429 load-history, try its file-truename version. (bug#5447)
13430
13431 2010-01-21 Alan Mackenzie <acm@muc.de>
13432
13433 Fix a situation where deletion of a cpp construct throws an error.
13434 * progmodes/cc-engine.el (c-invalidate-state-cache):
13435 Before invoking c-with-all-but-one-cpps-commented-out, check that the
13436 special cpp construct is still in the buffer.
13437 (c-parse-state): Record the special cpp with markers, not numbers.
13438
13439 2010-01-21 Kenichi Handa <handa@m17n.org>
13440
13441 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
13442 process last-command-event, as it is now decoded first (Bug#5380).
13443
13444 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
13445
13446 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
13447
13448 2010-01-20 Glenn Morris <rgm@gnu.org>
13449
13450 * indent.el (tab-always-indent): Fix custom-type.
13451
13452 2010-01-19 Alan Mackenzie <acm@muc.de>
13453
13454 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
13455 buffer throws "args out of range".
13456 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
13457 playing the role of delimiter.
13458
13459 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
13460
13461 * progmodes/ada-mode.el: Fix bug#5400.
13462 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
13463 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
13464 changed. Delete RECURSIVE parameter; never used. Improve doc string.
13465 Improve comments in "is" portion. Handle null procedure declaration.
13466 (ada-move-to-end): Improve doc string.
13467
13468 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
13469
13470 * ido.el (ido-cur-list): Initialize to nil.
13471 Remove obsolete information from commentary.
13472 (ido-choice-list): Initialize to nil.
13473 (ido-get-bufname): Reject minibuffers.
13474 (ido-make-buffer-list): If "default" is a nonexistent
13475 buffer, ignore it, as per the function's comment.
13476 (ido-kill-buffer-internal): New function.
13477 (ido-kill-buffer-at-head): Use it.
13478 (ido-visit-buffer): Likewise.
13479
13480 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
13481
13482 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
13483
13484 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
13485
13486 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
13487 Fix typos in chart titles.
13488
13489 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
13490 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
13491 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
13492 (describe-class, eieio-describe-generic, describe-generic):
13493 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
13494 (eieio-speedbar-expand):
13495 * emulation/viper-cmd.el (viper-exec-form-in-vi)
13496 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
13497 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
13498 (viper-del-backward-char-in-replace, viper-backward-indent)
13499 (viper-brac-function, viper-register-to-point, viper-submit-report):
13500 * net/tramp.el (tramp-remote-coding-commands):
13501 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
13502 Fix typos in docstrings.
13503
13504 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
13505
13506 * mail/sendmail.el (mail-yank-original): Set the mark if the
13507 specified function for yanking does not do it.
13508
13509 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
13510
13511 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
13512
13513 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
13514 resyncing a directory.
13515
13516 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
13517
13518 * progmodes/ada-mode.el: Fix bug#1920.
13519 (ada-ident-re): Delete ., allow multibyte characters.
13520 (ada-goto-label-re): New; matches goto labels.
13521 (ada-block-label-re): New; matches block labels.
13522 (ada-label-re): New; matches both.
13523 (ada-named-block-re): Delete; callers changed to use
13524 `ada-block-label-re' instead.
13525 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
13526 Use `ada-block-label-re'.
13527 (ada-indent-on-previous-lines): Improve handling of goto labels.
13528 (ada-get-indent-block-start): Special-case block label.
13529 (ada-get-indent-label): Split into `ada-indent-block-label' and
13530 `ada-indent-goto-label'.
13531 (ada-goto-stmt-start, ada-goto-next-non-ws):
13532 Optionally ignore goto labels.
13533 (ada-goto-next-word): Simplify.
13534 (ada-indent-newline-indent-conditional): Insert newline before
13535 trying to fix indentation; doc fix.
13536
13537 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
13538
13539 * calc/calc.el (calc-command-flags): Give it an initial value.
13540
13541 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
13542
13543 * files.el (minibuffer-with-setup-hook):
13544 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
13545 (artist-key-draw-continously, artist-key-do-continously-continously)
13546 (artist-key-set-point-continously, artist-mouse-draw-continously):
13547 Fix typos in docstrings.
13548
13549 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
13550
13551 * nxml/nxml-mode.el (nxml-extend-after-change-region):
13552 Never return t (Bug#3898).
13553
13554 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
13555
13556 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
13557 can parse the output of the external commands (Bug#5279).
13558
13559 2010-01-16 Jari Aalto <jari.aalto@cante.net>
13560
13561 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
13562
13563 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
13564
13565 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
13566
13567 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
13568
13569 * startup.el (command-line): Remove unused --icon-type arg.
13570 Handle --display arg, passing it to command-line-1 (Bug#5392).
13571
13572 2010-01-16 Mario Lang <mlang@delysid.org>
13573
13574 * emacs-lisp/chart.el (chart-translate-namezone):
13575 * textmodes/artist.el (artist-compute-popup-menu-table):
13576 Remove duplicated words in doc-strings.
13577
13578 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
13579
13580 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
13581 to mairix-search to suppress threading (Bug#5342).
13582
13583 2010-01-15 Kenichi Handa <handa@m17n.org>
13584
13585 * international/mule-cmds.el (canonicalize-coding-system-name):
13586 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
13587
13588 2010-01-15 Glenn Morris <rgm@gnu.org>
13589
13590 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
13591
13592 * wid-edit.el (widget-keymap): Doc fix.
13593
13594 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
13595 former seems to be more widely accepted by various svn versions.
13596
13597 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
13598
13599 * find-cmd.el (find-constituents):
13600 * vc-arch.el (vc-arch-root):
13601 * window.el (window-body-height, pop-up-frames):
13602 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
13603 * progmodes/ada-stmt.el (ada-if):
13604 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
13605 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
13606 (ispell-encoding8-command, ispell-aspell-supports-utf8)
13607 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
13608
13609 * progmodes/flymake.el (flymake-post-syntax-check):
13610 Fix typo in error message.
13611
13612 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
13613
13614 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
13615 which is always a string. (Bug#5313)
13616
13617 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
13618
13619 * progmodes/ada-xref.el (ada-default-prj-properties):
13620 Simplify previous change.
13621
13622 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13623
13624 * progmodes/ada-xref.el (ada-default-prj-properties):
13625 Default ada_project_path to $ADA_PROJECT_PATH.
13626
13627 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13628
13629 * progmodes/ada-mode.el (ada-create-keymap):
13630 Override `narrow-to-defun' with `ada-narrow-to-defun'.
13631
13632 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13633
13634 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
13635 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
13636 (ada-get-current-indent, ada-imenu-generic-expression)
13637 (ada-which-function): Check for it.
13638
13639 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13640
13641 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
13642 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
13643
13644 2010-01-14 Glenn Morris <rgm@gnu.org>
13645
13646 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
13647
13648 2010-01-14 Kenichi Handa <handa@m17n.org>
13649
13650 * composite.el (auto-composition-mode): Make it a buffer local
13651 variable (permanent-local).
13652 (auto-composition-function): Set the default value to
13653 auto-compose-chars.
13654 (auto-composition-mode): Make it a simple function, not a minor mode.
13655 (global-auto-composition-mode): Likewise.
13656 (turn-on-auto-composition-if-enabled): Delete it.
13657
13658 2010-01-13 Karl Fogel <kfogel@red-bean.com>
13659
13660 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
13661
13662 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
13663
13664 * files.el (copy-directory): Compute target for recursive
13665 directories with identical names. (Bug#5343)
13666
13667 2010-01-12 Glenn Morris <rgm@gnu.org>
13668
13669 * mail/emacsbug.el (report-emacs-bug-pretest-address):
13670 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
13671
13672 2010-01-11 Sam Steingold <sds@gnu.org>
13673
13674 * imenu.el (imenu-default-create-index-function): Detect infinite
13675 loops caused by imenu-prev-index-position-function.
13676
13677 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
13678
13679 * htmlfontify.el (htmlfontify-load-rgb-file)
13680 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
13681 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
13682 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
13683 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
13684 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
13685 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
13686 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
13687 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
13688 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
13689 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
13690 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
13691 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
13692 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
13693 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
13694 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
13695 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
13696 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
13697 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
13698 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
13699 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
13700 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
13701 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
13702 backslash-quoting from parentheses, etc.
13703
13704 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
13705
13706 * progmodes/js.el: Autoload javascript-mode alias.
13707
13708 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
13709
13710 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
13711 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
13712 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
13713 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
13714 Fix typos in docstrings.
13715 (ffap-url-regexp): Doc fix.
13716 (ffap-at-mouse): Fix typo in message.
13717
13718 2010-01-11 Glenn Morris <rgm@gnu.org>
13719
13720 * version.el (emacs-copyright): Set copyright year to 2010.
13721
13722 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
13723
13724 * format.el (format-annotate-function): Only set
13725 write-region-post-annotation-function after running to-fn so as not to
13726 affect nested write-region calls (bug#5273).
13727
13728 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
13729
13730 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
13731 wisent/python.el.
13732
13733 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
13734
13735 * man.el (Man-goto-section): Signal error if the section is not
13736 found (Bug#5317).
13737
13738 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
13739
13740 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
13741 URLs with a leading triple slash in the file: scheme. (Bug#5345)
13742
13743 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
13744
13745 * progmodes/compile.el: Don't treat compile-command as safe if
13746 compilation-read-command might be nil (Bug#4218).
13747
13748 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
13749
13750 * startup.el (command-line-1): Use orig-argi to check for ignored X and
13751 NS options.
13752
13753 2010-01-08 Kenichi Handa <handa@m17n.org>
13754
13755 * international/fontset.el (build-default-fontset-data):
13756 Exclude characters in scripts kana, hangul, han, or cjk-misc.
13757
13758 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
13759
13760 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
13761 to `create-file-buffer' as it expects, not just a buffer name.
13762 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
13763 to help uniquify. (Bug#3224)
13764
13765 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
13766
13767 * font-setting.el (font-setting-change-default-font): Use user-spec
13768 instead of name.
13769
13770 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
13771
13772 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
13773
13774 2010-01-05 Tom Tromey <tromey@redhat.com>
13775
13776 * progmodes/python.el (python-font-lock-keywords):
13777 Handle qualified decorators (Bug#881).
13778
13779 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
13780
13781 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
13782 in a lightweight checkout.
13783
13784 2010-01-05 Kenichi Handa <handa@m17n.org>
13785
13786 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
13787
13788 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
13789
13790 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
13791
13792 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
13793
13794 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
13795 checkouts. (Bug#618)
13796 (vc-bzr-log-view-mode): Also highlight the author.
13797 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
13798 (vc-bzr-shelve-menu-map):
13799 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
13800 (vc-bzr-shelve-apply): Make prompt more explicit.
13801
13802 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
13803
13804 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
13805 They are valid characters in URL paths (rfc3986), and at least
13806 Firefox does not understand the encoded version (Bug#3166).
13807
13808 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
13809
13810 * progmodes/octave-mod.el (octave-end-keywords)
13811 (octave-block-begin-or-end-regexp, octave-block-match-alist):
13812 Add "end" keyword (Bug#3061).
13813 (octave-end-as-array-index-p): New function.
13814 (calculate-octave-indent): Use it.
13815
13816 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13817
13818 * bookmark.el: Consistently put the text property on the bookmark name.
13819 (bookmark-bmenu-marks-width): Bump back to 2, to include
13820 annotation marks.
13821 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
13822 property on the bookmark name, instead of not putting it at all.
13823 (bookmark-bmenu-list): Fix where we put the text property.
13824
13825 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13826
13827 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
13828 for showing buffer modified state (as added in the previous change).
13829
13830 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13831
13832 * bookmark.el: Show modified state of bookmark buffer more accurately.
13833 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
13834 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
13835 (with-buffer-modified-unmodified): New macro.
13836 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
13837 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
13838 Use new macro to preserve the buffer modified state.
13839
13840 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13841
13842 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
13843 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
13844 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
13845 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
13846 (bookmark-bmenu-rename, bookmark-bmenu-locate)
13847 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
13848 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
13849
13850 2010-01-02 Eli Zaretskii <eliz@gnu.org>
13851
13852 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13853 Make the lines in the generated doc string shorter. (Bug#4668)
13854
13855 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
13856
13857 * net/rcirc.el: Add follow-link binding (Bug#4738).
13858
13859 2010-01-02 Eli Zaretskii <eliz@gnu.org>
13860
13861 * Makefile.in (bzr-update): Rename from cvs-update.
13862 (cvs-update): New target for backward compatibility.
13863
13864 * makefile.w32-in (bzr-update): Rename from cvs-update.
13865 (cvs-update): New target for backward compatibility.
13866
13867 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13868
13869 * bookmark.el: Remove gratuitous gratitude.
13870
13871 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13872
13873 * bookmark.el (bookmark-bmenu-any-marks): New function.
13874 (bookmark-bmenu-save): Clear buffer modification if no marks.
13875
13876 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13877
13878 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
13879 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
13880 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
13881 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
13882
13883 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
13884 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
13885 To: emacs-devel {_AT_} gnu.org
13886 Subject: bookmark.el bug report
13887 Date: Mon, 28 Dec 2009 14:19:16 +0800
13888 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
13889
13890 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13891
13892 * bookmark.el: Improvements suggested by Drew Adams:
13893 (bookmark-bmenu-ensure-position): New name for
13894 `bookmark-bmenu-check-position'. Just ensure the position,
13895 don't return any meaningful value.
13896 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
13897 New constants.
13898
13899 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
13900
13901 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
13902 (bookmark-yank-point, bookmark-bmenu-check-position):
13903 Fix typos in docstrings.
13904 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
13905 (bookmark-name-from-full-record, bookmark-get-position)
13906 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
13907 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
13908 Remove useless quoting of parenthesis, etc. in docstrings.
13909
13910 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
13911 (ediff-append-custom-diff): Fix typo in error message.
13912 (ediff-meta-mark-equal-files): Fix typos in messages.
13913
13914 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
13915
13916 * net/imap-hash.el (imap-hash-make): Doc fix.
13917 (imap-hash-test): Fix typo in error message; reflow docstring.
13918 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
13919 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
13920 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
13921 Fix typos in docstrings.
13922 (imap-hash-open-connection): Fix typo in error message.
13923
13924 * play/gomoku.el (gomoku): Fix typos in docstring.
13925
13926 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
13927 (gdb-jsonify-buffer): Fix typos in docstring.
13928 (gdb-goto-breakpoint): Fix typo in error message.
13929 ("Display Other Windows"): Fix typo in help message.
13930 (gdb-speedbar-expand-node): Fix typo in question.
13931
13932 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
13933 (idlwave-html-system-help-location, idlwave-html-help-location)
13934 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
13935 (idlwave-help-browser-generic-args, idlwave-help-directory)
13936 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
13937 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
13938 (idlwave-online-help, idlwave-help-html-link)
13939 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
13940 Fix typos in docstrings.
13941 (idlwave-help-with-source, idlwave-help-find-routine-definition):
13942 Reflow docstrings.
13943 (idlwave-help-assistant-start): Fix typo in error message.
13944
13945 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
13946 (octave-electric-space): Fix typos in docstrings.
13947
13948 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
13949
13950 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
13951
13952 2010-01-01 Juri Linkov <juri@jurta.org>
13953
13954 * comint.el (comint-input-ring-size): Make it a defcustom and
13955 increase the default to 500 (Bug#5148).
13956
13957 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
13958
13959 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
13960 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
13961 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
13962
13963 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
13964
13965 Show working revision correctly for mercurial.
13966 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
13967 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
13968
13969 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
13970
13971 Declare some functions for the byte-compiler.
13972 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
13973 (speedbar-timer-fn, speedbar-change-expand-button-char)
13974 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
13975
13976 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
13977
13978 This changeset reverts GDB Graphical Interface to use annotations.
13979 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
13980
13981 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
13982
13983 Make vc-dir work on subdirectories of the bzr root.
13984 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
13985 Return file names relative to it.
13986 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
13987 relative directory to vc-bzr-after-dir-status.
13988
13989 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
13990
13991 * font-lock.el (font-lock-refresh-defaults): New function, which
13992 can be used to let font-lock react to external changes in
13993 variables like font-lock-defaults and keywords.
13994 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
13995
13996 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
13997
13998 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
13999
14000 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
14001
14002 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
14003
14004 Supersede color.diff settings in git log (bug#5211).
14005
14006 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
14007 escape chars in its output when the user has color.diff set to `always'.
14008 This fix works on git 1.4.2 and newer (released on 2006-08-13).
14009
14010 2009-12-26 Kevin Ryde <user42@zip.com.au>
14011
14012 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
14013 node. Keep previous "Index" name to work with past coreutils too.
14014
14015 * man.el (man): Revise docstring a bit to show -a and -l as
14016 examples. Add -k description since support for it has otherwise
14017 been a secret. (Further to bug#3717.)
14018 (Man-bgproc-sentinel): When "-k foo" produces no output show error
14019 "no matches" rather than "Can't find manpage", as the latter reads
14020 like -k was interpreted as a page name, which is not so. (Bug#5431)
14021
14022 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
14023
14024 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
14025 switches. Check also for //SUBDIRED// line.
14026
14027 2009-12-25 Kenichi Handa <handa@m17n.org>
14028
14029 * language/indian.el (devanagari-composable-pattern): Fix to
14030 handle ZWNJ and ZWJ. Use it in composition-function-table for
14031 Devanagari.
14032 (malayalam-composable-pattern): Fix previous change.
14033
14034 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14035
14036 * ps-print.el (ps-face-attributes): It was not returning the
14037 attribute face for faces specified as string. Reported by harven
14038 <harven@free.fr>. (Bug#5254)
14039 (ps-print-version): New version 7.3.5.
14040
14041 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
14042
14043 * calendar/icalendar.el (icalendar--convert-tz-offset):
14044 Fix timezone names.
14045 (icalendar--convert-tz-offset): Fix the "last-day-problem".
14046 (icalendar--add-diary-entry): Remove the trailing blank that
14047 diary-make-entry inserts.
14048
14049 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
14050
14051 Make `file-expand-wildcards' work for remote files.
14052
14053 * files.el (file-expand-wildcards): In case of remote files, check
14054 only local file name part for wildcards. Provide feature 'files
14055 and subfeature 'remote-wildcards. (Bug#5198)
14056
14057 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
14058 if there is already an established connection.
14059 (tramp-advice-file-expand-wildcards): Remove it.
14060
14061 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
14062 (tramp-advice-file-expand-wildcards): Move from tramp.el.
14063 Activate advice for older GNU Emacs versions. (Bug#5237)
14064
14065 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
14066
14067 Some doc fixes (more needed).
14068
14069 * find-cmd.el (find-constituents): Reflow docstring.
14070 (find-cmd, find-prune, find-command): Fix typos in docstrings.
14071 (find-generic): Doc fix.
14072
14073 2009-12-17 Juri Linkov <juri@jurta.org>
14074
14075 Fix regression from 23.1 to allow multiple modes in Local Variables.
14076
14077 * files.el (hack-local-variables-filter): While ignoring duplicates,
14078 don't take `mode' into account.
14079 (hack-local-variables-filter, hack-dir-local-variables):
14080 Don't remove duplicate `mode' from local-variables-alist (like `eval').
14081
14082 2009-12-17 Juri Linkov <juri@jurta.org>
14083
14084 Make `dired-diff' safer. (Bug#5225)
14085
14086 * dired-aux.el (dired-diff): Signal an error when `file' equals to
14087 `current' or when `file' is a directory of the `current' file.
14088
14089 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
14090
14091 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
14092 unconditionally preloaded files.
14093
14094 2009-12-16 Juri Linkov <juri@jurta.org>
14095
14096 Revert to old 23.1 logic of using the file at the mark as default.
14097 * dired-aux.el (dired-diff): Use the file at the mark as default
14098 if it's not the same as the current file, and the target dir is
14099 the current dir or the mark is active. Add the current file
14100 as the arg of `dired-dwim-target-defaults'. Use the default file
14101 in the prompt. (Bug#5225)
14102
14103 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
14104
14105 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
14106 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
14107 (tramp-check-for-regexp): Check also, when an echoing shell stops
14108 to echo sent commands.
14109
14110 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
14111
14112 * Makefile.in: Revert last change (Bug#5191).
14113
14114 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
14115
14116 * vc-hg.el (vc-hg-print-log): Fix argument order.
14117 (vc-hg-working-revision): Make sure the command is executed in a
14118 known environment so that we can parse the output. (Bug#4417)
14119
14120 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
14121
14122 * progmodes/python.el (python-symbol-completions): Remove text
14123 properties from symbol string before calling python-send-receive.
14124
14125 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
14126
14127 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
14128 when there are values for both file and line. (Bug#5060)
14129
14130 2009-12-14 Juri Linkov <juri@jurta.org>
14131
14132 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
14133 whitespace after the file name of the first line of unified format,
14134 because git-diff doesn't output whitespace and file modification time
14135 after the file name.
14136
14137 2009-12-14 David Kastrup <dak@gnu.org>
14138
14139 * info.el (Info-hide-cookies-node): Before hiding a cookie,
14140 check if it already has the `display' property added by
14141 `Info-display-images-node', and not put the `invisible' property
14142 in this case.
14143
14144 2009-12-13 Glenn Morris <rgm@gnu.org>
14145
14146 * mail/emacsbug.el (message-sort-headers): Define for compiler.
14147 (report-emacs-bug): In message-mode, sort manually before storing
14148 original report text. (Bug#5178)
14149 Remove superfluous save-excursion.
14150
14151 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
14152
14153 * net/dbus.el (dbus-property-handler): Filter lambda forms out
14154 when responding to "GetAll" properties.
14155
14156 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
14157
14158 * simple.el (compose-mail): Remove mail-setup-with-from from
14159 customization checks.
14160
14161 2009-12-12 Eli Zaretskii <eliz@gnu.org>
14162
14163 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
14164 RAR archives created on Unix systems.
14165
14166 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
14167
14168 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
14169 the varalias that was accidentally removed by the 2009-11-19 change
14170 (bug#5186).
14171
14172 2009-12-12 Kenichi Handa <handa@m17n.org>
14173
14174 * language/indian.el (indian-compose-regexp): New function.
14175 (malayalam-composable-pattern): Fix the pattern.
14176 (composition-function-table): Set malayalam-composable-pattern for
14177 Malayalam characters.
14178
14179 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
14180
14181 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
14182 rather than down-mouse-1, based on follow-link conventions.
14183
14184 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
14185 are compiled.
14186
14187 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
14188
14189 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
14190 (verilog-vmm-statement-re, verilog-ovm-statement-re)
14191 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
14192 (verilog-leap-to-head, verilog-backward-token):
14193 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
14194
14195 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
14196
14197 * progmodes/verilog-mode.el (verilog-auto-lineup)
14198 (verilog-nameable-item-re): Cleanup user-visible spelling and
14199 documentation errors. One reported by Gary Delp.
14200 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
14201 (verilog-read-decls): Fix AUTOWIRE with types declared in a
14202 package, bug195. Reported by Pierre-David Pfister.
14203
14204 2009-12-11 Glenn Morris <rgm@gnu.org>
14205
14206 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
14207
14208 * mail/emacsbug.el: No longer require sendmail.
14209 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
14210 (report-emacs-bug-orig-text): Doc fix.
14211 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
14212 New local variables, to adapt to different mail-user-agents.
14213 (report-emacs-bug): Fix test for a gnu.org address.
14214 Use overlays for emphasis, since font-lock defeats 'face property.
14215 Pretest bugs also end up at the newsgroup these days.
14216 Stop message-mode stripping text properties.
14217 Set and use the new buffer-local variables.
14218 (report-emacs-bug-hook): Add doc-string.
14219 Remove some unnecessary save-excursions and simplify.
14220 Use the appropriate hook and send-command.
14221
14222 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
14223 capitalization of some menu entries.
14224
14225 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14226
14227 * whitespace.el (whitespace-display-char-on):
14228 Ensure `buffer-display-table' is unique when two or more windows are
14229 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
14230 New version 12.1.
14231
14232 2009-12-10 Eli Zaretskii <eliz@gnu.org>
14233
14234 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
14235 characters in the Attribute field.
14236
14237 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
14238
14239 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
14240
14241 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
14242
14243 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
14244 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
14245 Disregard autoload-excludes.
14246 (update-directory-autoloads): Obey autoload-excludes here instead.
14247 But don't store its contents in no-autoloads and remove entries that
14248 refer to excludes files.
14249
14250 2009-12-10 Glenn Morris <rgm@gnu.org>
14251
14252 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
14253 (expand-mail-aliases): Define for compiler.
14254
14255 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
14256 Define for compiler.
14257
14258 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
14259 appropriate for the mail-user-agent in use.
14260
14261 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
14262
14263 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
14264
14265 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
14266
14267 Fix short log parsing and fontification.
14268 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
14269 Fix fontification for the [merge] label.
14270
14271 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
14272
14273 Drop some properties to avoid surprises (bug#5002).
14274 * htmlfontify.el (hfy-ignored-properties): New defcustom.
14275 (hfy-fontify-buffer): Use it.
14276
14277 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
14278
14279 Minor cleanup.
14280 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
14281 Adjust all callers.
14282 (ffap-locate-file): Remove unused arg `dir-ok' and make other
14283 args compulsory. Adjust callers.
14284 (ffap-gopher-at-point): Remove unused var `name'.
14285
14286 Get rid of the ELCFILES abomination.
14287 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
14288 (compile-elcfiles): New phony target.
14289 (compile-main): Compute ELCFILES dynamically.
14290 (compile-clean): New target to remove left-over elc files.
14291 (compile, all): Use it.
14292
14293 2009-12-09 Kenichi Handa <handa@etlken>
14294
14295 * international/mule-diag.el: Require help-mode instead of help-fns.
14296
14297 2009-12-09 Kenichi Handa <handa@m17n.org>
14298
14299 * international/mule-cmds.el (ucs-names): Supply sufficiently
14300 fine ranges instead of pre-calculating accurate ranges.
14301 Iterate with bigger gc-cons-threshold.
14302
14303 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
14304
14305 Add support for stashing a snapshot of the current tree.
14306 * vc-git.el (vc-git-stash-snapshot): New function.
14307 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
14308
14309 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
14310
14311 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
14312 instead of `(beginning|end)-of-line'.
14313
14314 2009-12-08 Glenn Morris <rgm@gnu.org>
14315
14316 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
14317
14318 * Makefile.in (ELCFILES): Regenerate.
14319
14320 2009-12-07 Juri Linkov <juri@jurta.org>
14321
14322 Don't lazy-highlight the comint output in history Isearch mode.
14323
14324 * comint.el (comint-history-isearch-search): Instead of
14325 `comint-line-beginning-position', use `comint-after-pmark-p'
14326 to check if point if before the process mark, and go to
14327 `process-mark' in this case.
14328
14329 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14330
14331 * textmodes/tex-mode.el (latex-complete)
14332 (latex-indent-or-complete): Remove.
14333 (latex-mode): Set completion-at-point-functions instead.
14334
14335 Provide a standard completion command and hook it into TAB.
14336 * minibuffer.el (completion-at-point-functions): New var.
14337 (completion-at-point): New command.
14338 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
14339 * progmodes/python.el (python-mode-map): Use completion-at-point.
14340 (python-completion-at-point): Rename from python-partial-symbol and
14341 adjust for use in completion-at-point-functions.
14342 (python-mode): Setup completion-at-point for Python completion.
14343 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
14344 extracted from lisp-complete-symbol.
14345 (lisp-complete-symbol): Use it.
14346 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
14347 setup completion-at-point for Elisp completion.
14348 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14349 Use completion-at-point.
14350 * ielm.el (ielm-map): Use completion-at-point.
14351 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
14352 * progmodes/sym-comp.el: Move to...
14353 * obsolete/sym-comp.el: Move from progmodes.
14354
14355 2009-12-07 Eli Zaretskii <eliz@gnu.org>
14356
14357 Prevent save-buffer in Rmail buffers from using the coding-system
14358 of the current message, and from clobbering the encoding mnemonics
14359 in the mode line (Bug#4623).
14360
14361 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
14362 flag, too.
14363 (rmail-message-encoding): New variable.
14364 (rmail-write-region-annotate): Record the encoding of the current
14365 message in rmail-message-encoding.
14366 (rmail-after-save-hook): New function, restores the encoding of
14367 the current message after the message collection is saved.
14368
14369 2009-12-07 Juri Linkov <juri@jurta.org>
14370
14371 * progmodes/grep.el (grep-read-files): Use `completing-read'
14372 instead of `read-string'. Set its `collection' arg to
14373 `read-file-name-internal'. (Bug#4301)
14374
14375 2009-12-07 Juri Linkov <juri@jurta.org>
14376
14377 Correctly restore original Isearch point. (Bug#4994)
14378
14379 * isearch.el (isearch-mode): Move `isearch-push-state' after
14380 `(run-hooks 'isearch-mode-hook)'.
14381 (isearch-cancel): When `isearch-push-state-function' is defined,
14382 let-bind `isearch-cmds' to the first state (the last element of
14383 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
14384 function and restores the original point). Otherwise, move point
14385 to `isearch-opoint'.
14386
14387 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14388
14389 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
14390 chars that don't have names, so the table can be built much faster at
14391 run-time.
14392
14393 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
14394
14395 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
14396 change. Suggested by David Kastrup.
14397
14398 * simple.el (compose-mail): Check for incompatibilities and warn.
14399 (compose-mail-user-agent-warnings): New option.
14400
14401 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14402
14403 Support showing a single log entry from vc-annotate.
14404 * vc.el (print-log): Add a new argument: START-REVISION.
14405 (vc-print-log-internal): Add a new optional argument and
14406 pass it to the backend.
14407 (vc-print-log, vc-print-root-log): Adjust callers.
14408 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
14409 buffer already displays the requested log entry, use it.
14410 Otherwise display only the log entry in question.
14411 * vc-svn.el (vc-svn-print-log):
14412 * vc-mtn.el (vc-mtn-print-log):
14413 * vc-hg.el (vc-hg-state):
14414 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
14415 (vc-git-show-log-entry): Return t on success.
14416 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
14417 (vc-bzr-show-log-entry): Return t on success.
14418 * vc-rcs.el (vc-rcs-print-log):
14419 * vc-sccs.el (vc-sccs-print-log):
14420 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
14421
14422 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14423
14424 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
14425 Add menus to the meta mode. (Bug#5043)
14426
14427 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
14428
14429 * ediff-init.el (ediff-event-key): Use event-to-character instead of
14430 event-key.
14431
14432 * ediff.el (ediff-buffers-internal): Add unwind-protect.
14433
14434 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
14435
14436 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
14437 Berbain <raphael.berbain@gmail.com>.
14438
14439 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
14440 characters.
14441 (tramp-initial-end-of-output): New defconst.
14442 (tramp-methods, tramp-find-shell)
14443 (tramp-open-connection-setup-interactive-shell)
14444 (tramp-maybe-open-connection): Use it.
14445 (tramp-shell-prompt-pattern, tramp-wait-for-output):
14446 Handle existence of `#' and `$'.
14447
14448 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
14449 Use `tramp-initial-end-of-output'.
14450
14451 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14452
14453 Get the background mode from the terminal for xterm, and set
14454 faces accordingly.
14455 * term/xterm.el (xterm-set-background-mode): New function.
14456 (terminal-init-xterm): Use it in case xterm supports background
14457 color queries. Recompute faces after getting the background
14458 color.
14459
14460 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
14461
14462 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
14463 number comment back on its own line, for easier parsing.
14464
14465 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14466
14467 Make it work for non-file buffers (bug#5102).
14468 * doc-view.el (doc-view-current-cache-dir):
14469 Use doc-view-buffer-file-name rather than buffer-file-name.
14470 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
14471
14472 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
14473
14474 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
14475 author field is too short.
14476
14477 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
14478
14479 * vc-git.el (vc-git-print-log): Handle a limit argument.
14480 Display the short log in graph form and with labels.
14481 (vc-git-log-view-mode): Handle labels.
14482
14483 Make vc-revert change VC state from 'added to 'unregistered.
14484 * vc-git.el (vc-git-revert): Call git reset first.
14485
14486 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
14487
14488 * net/newst-backend.el, net/newst-plainview.el:
14489 * net/newst-reader.el, net/newst-ticker.el:
14490 * net/newst-treeview.el, net/newsticker.el:
14491 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
14492
14493 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
14494
14495 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
14496
14497 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
14498 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
14499 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
14500 Update annotation regexp.
14501
14502 * simple.el (beginning-of-visual-line): Constrain to field
14503 boundaries (Bug#5106).
14504
14505 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
14506
14507 * xml.el (xml-substitute-numeric-entities):
14508 Move newsticker--decode-numeric-entities in newst-backend.el to
14509 xml-substitute-numeric-entities in xml.el. (Bug#5008)
14510 * net/newst-backend.el (newsticker--parse-generic-feed)
14511 (newsticker--parse-generic-items)
14512 (newsticker--decode-numeric-entities):
14513 Move newsticker--decode-numeric-entities in newst-backend.el to
14514 xml-substitute-numeric-entities in xml.el. (Bug#5008)
14515
14516 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
14517
14518 * progmodes/js.el (js--js-not): Add null to the list of values.
14519
14520 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
14521
14522 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
14523
14524 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14525
14526 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
14527 delimiter if it is at the end of the current line.
14528 (bibtex-generate-url-list): Fix docstring.
14529
14530 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
14531
14532 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
14533 minibuffer's content with itself.
14534 Fold the confirm-after-completion case into the `confirm' case.
14535 (completion-pcm-word-delimiters): Add : and / to the delimiters.
14536
14537 2009-12-06 Kevin Ryde <user42@zip.com.au>
14538
14539 * ffap.el (ffap-rfc-path): Make this a defcustom since
14540 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
14541
14542 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
14543 manuals, similar to existing setup for help-mode. (Bug#3913.)
14544
14545 2009-12-05 Juri Linkov <juri@jurta.org>
14546
14547 Save and restore dired buffer's point positions too. (Bug#4880)
14548
14549 * dired.el (dired-save-positions): Return in the first element
14550 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
14551 Doc fix.
14552 (dired-restore-positions): First restore buffer's position.
14553 While restoring window's positions, check if window still displays
14554 the original buffer.
14555
14556 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
14557
14558 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
14559 if possible.
14560
14561 * shell.el (shell): Require ansi-color (Bug#5113).
14562
14563 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
14564
14565 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
14566
14567 2009-12-05 Alan Mackenzie <acm@muc.de>
14568
14569 * progmodes/cc-mode.el (c-before-hack-hook)
14570 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
14571 `c-file-style' to work again. This reversion restores the current
14572 software to its state in Emacs 23.1. (Bug#4146)
14573
14574 2009-12-05 Kevin Ryde <user42@zip.com.au>
14575
14576 * textmodes/sgml-mode.el (sgml-lexical-context):
14577 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
14578
14579 2009-12-05 Juri Linkov <juri@jurta.org>
14580
14581 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
14582 for virtual nodes. (Bug#4147)
14583 (Info-find-node-2): Set `Info-current-node-virtual' to nil
14584 when moving from a virtual node.
14585 (Info-mode-menu): Add `Info-virtual-index' to the menu.
14586 (Info-mode): Add `Info-virtual-index' to the docstring.
14587
14588 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14589
14590 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
14591 track of the buffer position of the end of a BibTeX entry as this
14592 position may change during reformatting.
14593 (bibtex-format-entry): Remove whitespace before processing
14594 numerical fields so that we recognize the latter properly.
14595 (bibtex-reformat): Do not use push which changes the global value
14596 of bibtex-entry-format.
14597 (bibtex-field-braces-alist, bibtex-field-strings-alist)
14598 (bibtex-field-re-init): Replace only space characters by regexp
14599 for whitespace.
14600 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
14601 (bibtex-initialize): Also update bibtex-strings.
14602 (bibtex-kill-field): Preserve white space at end of entry.
14603 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
14604 Update bibtex-reference-keys.
14605
14606 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
14607
14608 * minibuffer.el (completion-pcm--merge-try): Also consider placing
14609 point after a star, if that's the only place where modifications can
14610 make progress.
14611
14612 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
14613
14614 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
14615 in docstrings.
14616
14617 2009-12-04 Juri Linkov <juri@jurta.org>
14618
14619 * proced.el (proced): Call `(proced-update t)' to update process
14620 information instead of only running proced-post-display-hook.
14621 (proced-send-signal): Add a leading space to the buffer name
14622 " *Marked Processes*" to make this buffer ephemeral.
14623
14624 2009-12-04 Juri Linkov <juri@jurta.org>
14625
14626 * dired.el (dired-auto-revert-buffer): New defcustom.
14627 (dired-internal-noselect): Use it.
14628
14629 2009-12-04 Juri Linkov <juri@jurta.org>
14630
14631 Change roles of modes and functions in image-mode.el (Bug#5062).
14632
14633 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
14634 in `auto-mode-alist'.
14635 (image-mode-previous-major-mode): New variable.
14636 (image-minor-mode-map): Rename from `image-mode-text-map'.
14637 (image-mode): Move graceful error-handling code from
14638 `image-minor-mode' to here. On errors call `image-mode-as-text'.
14639 (image-minor-mode): Remove all image-handling code.
14640 Replace `image-mode-text-map' with `image-minor-mode-map'.
14641 Check for `image-type' in mode-line format string.
14642 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
14643 (image-mode-as-text): New function with most code from
14644 `image-mode-maybe'.
14645 (image-toggle-display-text): Move code that removes image
14646 properties from `image-toggle-display' to here.
14647 (image-toggle-display-image): New function with code that adds
14648 image properties copied from `image-toggle-display'.
14649 (image-toggle-display): Remove most code with leaving only code
14650 that toggles between `image-mode-as-text' and `image-mode'.
14651
14652 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
14653
14654 * net/newst-treeview.el
14655 (newsticker--treeview-list-highlight-start): Restored call to
14656 save-excursion: Selected item was stuck.
14657 (newsticker--treeview-list-select): New.
14658 (newsticker--treeview-item-show-text)
14659 (newsticker--treeview-item-show)
14660 (newsticker--treeview-item-update): Use new
14661 newsticker-treeview-item-mode.
14662 (newsticker-treeview-update): Keep current item.
14663 (newsticker-treeview-next-new-or-immortal-item): Doc change.
14664 (newsticker--treeview-first-feed): Doc change.
14665 (newsticker-treeview-list-menu)
14666 (newsticker-treeview-item-menu): Add menu entries.
14667 (newsticker-treeview-item-mode): New.
14668
14669 * net/newst-backend.el (newsticker-customize): Delete other
14670 windows.
14671
14672 2009-12-04 Sam Steingold <sds@gnu.org>
14673
14674 * log-view.el (log-view-mode-map): "q" calls quit-window,
14675 like in all the other non-self-insert buffers.
14676
14677 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
14678
14679 Minor cleanup.
14680 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
14681 key decoding rather than do it manually via last-input-event +
14682 ascii-character.
14683 (term-exec): Use delete-and-extract-region.
14684 (term-handle-ansi-terminal-messages): Remove unused var `end'.
14685 (term-process-pager): Remove unused var `i'.
14686 (term-dynamic-simple-complete): Make obsolete.
14687 (serial-update-config-menu): Remove unused vars `y' and `str'.
14688 (term-update-mode-line): Remove unused var `temp'.
14689
14690 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14691
14692 Limit the number of log entries displayed by default.
14693 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
14694 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
14695 using a prefix argument.
14696
14697 2009-12-03 Glenn Morris <rgm@gnu.org>
14698
14699 * progmodes/idlwave.el (class): Restore still useful declaration.
14700
14701 2009-12-03 Alan Mackenzie <acm@muc.de>
14702
14703 Enhance `c-parse-state' to run efficiently in "brace deserts".
14704
14705 * progmodes/cc-mode.el (c-basic-common-init):
14706 Call c-state-cache-init.
14707 (c-neutralize-syntax-in-and-mark-CPP): Rename from
14708 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
14709 placing `category' properties value 'c-cpp-delimiter at its boundaries.
14710
14711 * progmodes/cc-langs.el (c-before-font-lock-function):
14712 c-extend-and-neutralize-syntax-in-CPP has been renamed
14713 c-neutralize-syntax-in-and-mark-CPP.
14714
14715 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
14716 with `category' properties now, not `syntax-table' ones.
14717
14718 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
14719 enhanced (but slower) version of c-end-of-macro that won't land
14720 inside a literal or on another awkward character.
14721 (c-state-cache-too-far, c-state-cache-start)
14722 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
14723 (c-state-nonlit-pos-cache-limit, c-state-point-min)
14724 (c-state-point-min-lit-type, c-state-point-min-lit-start)
14725 (c-state-min-scan-pos, c-state-brace-pair-desert)
14726 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
14727 buffer local variables.
14728 (c-state-literal-at, c-state-lit-beg)
14729 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
14730 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
14731 (c-state-cache-top-paren, c-state-cache-after-top-paren)
14732 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
14733 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
14734 (c-renarrow-state-cache)
14735 (c-append-lower-brace-pair-to-state-cache)
14736 (c-state-push-any-brace-pair, c-append-to-state-cache)
14737 (c-remove-stale-state-cache)
14738 (c-remove-stale-state-cache-backwards, c-state-cache-init)
14739 (c-invalidate-state-cache-1, c-parse-state-1)
14740 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
14741 (c-parse-state): Enhance and refactor.
14742 (c-debug-parse-state): Amend to deal with all the new variables.
14743
14744 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
14745 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
14746 modify to use category text properties rather than syntax-table ones.
14747 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
14748 to switch off/on the syntactic paren property of C++ template
14749 delimiters using the category property.
14750 (c-with-<->-as-parens-suppressed): Macro to invoke code with
14751 template delims suppressed.
14752 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
14753 New constant/macros which apply category properties to the start
14754 and end of preprocessor constructs.
14755 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
14756 "comment out" the syntactic value of characters in preprocessor
14757 constructs.
14758 (c-with-cpps-commented-out)
14759 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
14760 with characters in all or all but one preprocessor constructs
14761 "commented out".
14762
14763 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14764
14765 * proced.el (proced-filter-alist): Use regexp-quote.
14766
14767 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
14768
14769 Cleanup.
14770 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
14771 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
14772 arguments. Expand `default-directory'.
14773
14774 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
14775 the benefit of returning an expanded localname.
14776 (tramp-tramp-file-p): Handle the case NAME is not a string.
14777
14778 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14779
14780 Add support for bzr shelve/unshelve.
14781 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
14782 (vc-bzr-extra-menu-map): New variables.
14783 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
14784 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
14785 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
14786 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
14787 (vc-bzr-dir-extra-headers): Display shelves.
14788
14789 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
14790
14791 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14792
14793 * textmodes/bibtex.el (bibtex-complete-internal):
14794 Use completion-in-region.
14795 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
14796
14797 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14798
14799 Support applying stashes. Improve UI.
14800 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
14801 (vc-git-stash-apply, vc-git-stash-pop)
14802 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
14803 (vc-git-stash-menu): New functions.
14804 (vc-git-stash-menu-map): New variable.
14805 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
14806
14807 2009-12-03 Glenn Morris <rgm@gnu.org>
14808
14809 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
14810 (vc-print-log-internal): Fix previous change.
14811 (vc-revert): Correct pluralization.
14812
14813 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14814
14815 * progmodes/make-mode.el (makefile-special-targets-list): No need for
14816 it to be an alist any more.
14817 (makefile-complete): Use completion-in-region.
14818
14819 * progmodes/octave-mod.el (octave-complete-symbol):
14820 Use completion-in-region.
14821
14822 Misc cleanup.
14823 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
14824 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
14825 (idlwave-complete-class): Don't quote lambda.
14826 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
14827 (idlwave-mode-map): Move initialization into declaration.
14828 (idlwave-action-and-binding): Use backquotes.
14829 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
14830 Simplify.
14831 (idlwave-is-pointer-dereference): Remove unused var `pos'.
14832 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
14833 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
14834 `parts', and `all-parts'.
14835 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
14836 (idlwave-convert-xml-system-routine-info): Remove unused string
14837 `version-string'.
14838 (idlwave-display-user-catalog-widget): Use dolist.
14839 (idlwave-scanning-lib): Declare dynamically-scoped var.
14840 (idlwave-scan-library-catalogs): Remove unused var `flags'.
14841 (completion-highlight-first-word-only): Declare to silence bytecomp.
14842 (idlwave-popup-select): Tighten scope of `resp'.
14843 (idlwave-find-struct-tag): Remove unused var `beg'.
14844 (idlwave-after-load-rinfo-hook): Declare.
14845 (idlwave-sintern-class-info): Remove unused var `taglist'.
14846 (idlwave-find-class-definition): Remove unused var `list'.
14847 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
14848 (idlwave-what-module-find-class): Remove unused var `classes'.
14849
14850 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
14851
14852 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
14853
14854 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14855
14856 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
14857 buffers visited. Remove redundant current-buffer-saving.
14858
14859 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
14860
14861 Use completion-in-buffer and remove uses of dynamic scoping.
14862 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
14863 (pascal-buffer-to-use, pascal-flag): Don't declare.
14864 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
14865 (pascal-get-completion-decl, pascal-keyword-completion):
14866 Add `pascal-str' argument, save-excursion,
14867 return the found completions, and don't filter with pascal-pred.
14868 (pascal-completion-cache): New var.
14869 (pascal-completion): Don't switch buffer any more (it was never
14870 necessary). Don't save-excursion any more (it's done by the called
14871 subroutines). Use a cache to avoid redundant computations.
14872 Use complete-with-action rather than pascal-completion-response and
14873 let it apply the predicate as well.
14874 (pascal-complete-word): Use completion-in-buffer when
14875 pascal-toggle-completions is nil.
14876 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
14877 not used any more.
14878 (pascal-comp-defun): Don't change buffer any more.
14879 Use complete-with-action rather than pascal-completion-response and
14880 let it apply the predicate as well.
14881 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
14882 when neded.
14883
14884 2009-12-02 Kenichi Handa <handa@m17n.org>
14885
14886 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
14887 shape for all Indic scripts.
14888
14889 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
14890
14891 Use completion-in-buffer.
14892 * wid-edit.el (widget-field-text-end): New function.
14893 (widget-field-value-get): Use it.
14894 (widget-string-complete, widget-file-complete)
14895 (widget-color-complete): Use it and completion-in-region.
14896 (widget-complete): Don't narrow the buffer.
14897
14898 2009-12-02 Glenn Morris <rgm@gnu.org>
14899
14900 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
14901 (rmail-select-summary): Use rmail-pop-to-buffer.
14902 * mail/rmailsum.el: Replace all pop-to-buffer calls with
14903 rmail-pop-to-buffer, to prevent horizontal splits.
14904
14905 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
14906 save-excursion with save-current-buffer.
14907 Widen before searching. (Bug#5093)
14908 (diary-list-sexp-entries): Remove superfluous save-excursion.
14909
14910 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
14911
14912 * woman.el (woman-make-bufname): Handle man-pages with "." in the
14913 name. (Bug#5038)
14914
14915 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
14916
14917 * ido.el (ido-file-internal): Handle filenames at point that do
14918 not have a directory part. (Bug#5049)
14919
14920 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
14921
14922 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
14923 (mpc-songs-jump-to, mpc-resume): Doc fixes.
14924
14925 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
14926
14927 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
14928 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
14929 any more.
14930
14931 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
14932
14933 * comint.el (comint-insert-input): Ignore clicks to the right of
14934 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
14935
14936 * vc.el (vc-print-log-internal): Don't wait for the process to
14937 terminate before setting up the major mode.
14938
14939 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
14940 in case.
14941
14942 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
14943 the last element.
14944
14945 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
14946
14947 2009-12-01 Glenn Morris <rgm@gnu.org>
14948
14949 * window.el (window--display-buffer-2): Fix previous changes.
14950
14951 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
14952
14953 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
14954
14955 2009-12-01 Glenn Morris <rgm@gnu.org>
14956
14957 * Makefile.in (ELCFILES): Add mpc.elc.
14958
14959 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
14960
14961 * mpc.el: New file.
14962
14963 2009-12-01 Glenn Morris <rgm@gnu.org>
14964
14965 * window.el (window-to-use): Define for compiler.
14966
14967 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
14968 consistent with others (no final period).
14969
14970 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
14971 (rmail-mime-show): Downcase the encoding. (Bug#5070)
14972
14973 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
14974
14975 Make vc-print-log buttons work.
14976 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
14977
14978 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
14979
14980 * savehist.el (savehist-autosave-interval): Allow setting to nil
14981 through customize. (Bug#5056)
14982
14983 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
14984
14985 Fix references to jit-lock properties.
14986 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
14987 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
14988 (perl-font-lock-special-syntactic-constructs):
14989 Quote jit-lock-defer-multiline property.
14990
14991 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
14992
14993 * vc-git.el (vc-git-registered): Call vc-git-root only once.
14994
14995 2009-11-30 Juri Linkov <juri@jurta.org>
14996
14997 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
14998 value `buffer' of `multi-isearch-next-buffer-current-function'.
14999 Use `(current-buffer)' when `buffer' is nil.
15000 (multi-isearch-next-buffer-from-list): Don't fallback to
15001 `(current-buffer)' when `buffer' is nil. (Bug#4947)
15002
15003 2009-11-30 Juri Linkov <juri@jurta.org>
15004
15005 * misearch.el (multi-isearch-read-buffers): Move canonicalization
15006 of buffers with `get-buffer' to `multi-isearch-buffers'.
15007 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15008 Canonicalize BUFFERS with `get-buffer'. Doc fix.
15009 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
15010 FILES with `expand-file-name' converting relative file names
15011 to absolute. Doc fix. (Bug#4727)
15012
15013 2009-11-30 Juri Linkov <juri@jurta.org>
15014
15015 * misearch.el (multi-isearch-read-buffers)
15016 (multi-isearch-read-matching-buffers): New functions.
15017 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15018 Use them in the `interactive' spec. Doc fix.
15019 (multi-isearch-read-files, multi-isearch-read-matching-files):
15020 New functions.
15021 (multi-isearch-files, multi-isearch-files-regexp):
15022 Use them in the `interactive' spec. Doc fix. (Bug#4725)
15023
15024 2009-11-30 Juri Linkov <juri@jurta.org>
15025
15026 * doc-view.el (doc-view-continuous):
15027 Rename from `doc-view-continuous-mode'.
15028 (doc-view-menu): Move "Toggle display" to the top.
15029 Add submenu "Continuous" with radio buttons "Off"/"On"
15030 and "Save as Default".
15031 (doc-view-scroll-up-or-next-page)
15032 (doc-view-scroll-down-or-previous-page)
15033 (doc-view-next-line-or-next-page)
15034 (doc-view-previous-line-or-previous-page):
15035 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
15036
15037 2009-11-30 Juri Linkov <juri@jurta.org>
15038
15039 * comint.el (comint-mode-map): Rebind `M-r' from
15040 `comint-previous-matching-input' to
15041 `comint-history-isearch-backward-regexp'.
15042 Unbind `M-s' to allow global key binding `M-s'.
15043 Add menu items for `comint-history-isearch-backward' and
15044 `comint-history-isearch-backward-regexp'. (Bug#3746)
15045
15046 2009-11-30 Juri Linkov <juri@jurta.org>
15047
15048 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
15049 For def=recenter, replace `recenter' with `recenter-top-bottom'
15050 that is called with `this-command' and `last-command' let-bound
15051 to `recenter-top-bottom'. When the last `def' was not `recenter',
15052 set `recenter-last-op' to nil. (Bug#4981)
15053
15054 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
15055
15056 Minor cleanup and simplification.
15057 * filecache.el (file-cache-add-directory)
15058 (file-cache-add-directory-recursively)
15059 (file-cache-add-from-file-cache-buffer)
15060 (file-cache-delete-file-regexp, file-cache-delete-directory)
15061 (file-cache-files-matching-internal, file-cache-display): Use dolist.
15062 (file-cache-temp-minibuffer-message): Delete function.
15063 (file-cache-minibuffer-complete): Use minibuffer-message instead.
15064
15065 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
15066 Don't signal an error when bumping into EOB in tr, s, or y.
15067
15068 2009-11-29 Juri Linkov <juri@jurta.org>
15069
15070 * startup.el (fancy-about-text): Fix wording of Guided Tour.
15071 (Bug#4960)
15072
15073 * descr-text.el (describe-char-unidata-list): Use lowercase name
15074 for "Unicode name" like in other tags.
15075
15076 2009-11-29 Juri Linkov <juri@jurta.org>
15077
15078 * ediff-util.el (ediff-minibuffer-with-setup-hook):
15079 New compatibility macro.
15080 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
15081
15082 2009-11-29 Juri Linkov <juri@jurta.org>
15083
15084 Add defcustom to define the cycling order of `recenter-top-bottom'.
15085 (Bug#4981)
15086
15087 * window.el (recenter-last-op): Doc fix.
15088 (recenter-positions): New defcustom.
15089 (recenter-top-bottom): Rewrite to use `recenter-positions'.
15090 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
15091
15092 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
15093
15094 Improve integration of Tramp and ange-ftp in eshell.
15095
15096 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
15097 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
15098 (eshell/sudo): Flatten args. Let-bind `default-directory'.
15099
15100 * eshell/esh-util.el (top): Require also Tramp when compiling.
15101 (eshell-directory-files-and-attributes): Check for FTP remote
15102 connection.
15103 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
15104 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
15105 (eshell-file-attributes): Handle ".". Return `entry'.
15106
15107 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
15108 (ange-ftp-directory-files-and-attributes)
15109 (ange-ftp-real-directory-files-and-attributes): New defuns.
15110
15111 * net/tramp.el (tramp-maybe-open-connection): Open the remote
15112 shell with "exec" when possible. This prevents trailing prompts
15113 in `start-file-process'.
15114
15115 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15116
15117 Try and remove assumptions about point-min==1.
15118 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
15119 (rng-compute-mode-line-string): Show the validation percentage in
15120 terms of the narrowed text, not the widened text.
15121 (rng-do-some-validation): Don't catch internal errors when debugging.
15122 (rng-first-error): Simplify.
15123 (rng-after-change-function): Remove work around. AFAIK the bug has
15124 been fixed a while ago.
15125
15126 * image-mode.el (image-minor-mode): Exit more gracefully when the image
15127 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
15128
15129 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
15130
15131 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
15132 `cd' doesn't always do it for us (bug#5067).
15133
15134 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
15135 on 2009-10-25 as part of some other change (bug#5067).
15136
15137 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15138
15139 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
15140 `suspicious'.
15141 (byte-compile-warnings): Use byte-compile-warning-types.
15142 (byte-compile-save-excursion): Warn about use of set-buffer right
15143 after save-excursion.
15144
15145 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
15146 the excursion as well.
15147
15148 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
15149
15150 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
15151 providing a Tramp related implementation of "su" and "sudo".
15152 (eshell-unix-initialize): Add "su" and "sudo".
15153
15154 2009-11-27 Daiki Ueno <ueno@unixuser.org>
15155
15156 * net/socks.el (socks-send-command): Convert binary request to
15157 unibyte before sending. This fixes mishandling of some port
15158 numbers such as 129.
15159
15160 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15161
15162 * help.el (describe-bindings-internal): Remove `interactive'.
15163
15164 * man.el (Man-completion-table): Trim a terminating "(".
15165 Remove the space between name page a section.
15166 Add the command's description on the `help-echo' property.
15167 Remove `process-connection-type' binding since it's unused by
15168 call-process.
15169 Provide completion for the "<section> <name>" format as well.
15170 (Man-default-man-entry): Remove spurious var shadowing the argument.
15171
15172 2009-11-26 Kevin Ryde <user42@zip.com.au>
15173
15174 * log-view.el: Add "Keywords: tools", since its other keywords
15175 aren't in finder-known-keywords, and following vc.el.
15176
15177 * sha1.el (sha1-string-external): default-directory "/" in case
15178 otherwise non-existent. process-connection-type pipe for touch of
15179 efficiency recommended by elisp manual. (An aside in Bug#3911.)
15180
15181 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15182
15183 Misc coding convention cleanups.
15184 * htmlfontify.el (hfy-init-kludge-hook): Rename from
15185 hfy-init-kludge-hooks.
15186 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
15187 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
15188 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
15189 and push.
15190 (hfy-slant, hfy-weight): Use tables rather than code.
15191 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
15192 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
15193 (hfy-face-attr-for-class): Initialize `face-spec' directly.
15194 (hfy-face-to-css): Remove `nconc' with single arg.
15195 (hfy-p-to-face-lennart): Use `or'.
15196 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
15197 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
15198 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
15199 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
15200 (hfy-force-fontification): Use run-hooks.
15201
15202 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
15203
15204 Various minor fixes.
15205 * htmlfontify.el (hfy-default-header): Add toggle_invis since
15206 Javascript belongs in the header, not the body.
15207 (hfy-javascript): Remove.
15208 (hfy-fontify-buffer): Don't insert it any more.
15209 (hfy-face-at): Handle (face0 face1 face2) style face properties.
15210 Fix bug in invis handling when there were no invis props in a chunk.
15211
15212 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15213
15214 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
15215
15216 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
15217
15218 * finder.el (finder-mode-map): Add a menu.
15219
15220 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
15221
15222 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
15223 "unsigned" structs.
15224
15225 (verilog-leap-to-head, verilog-backward-token): Handle "disable
15226 fork" statement better.
15227
15228 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
15229
15230 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
15231 (verilog-delete-auto, verilog-delete-empty-auto-pair)
15232 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
15233 Reported by Clay Douglass.
15234
15235 (verilog-auto-inst, verilog-auto-star-safe)
15236 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
15237 Fix removing "// Interfaces" when saving .* expansions.
15238 Reported by Pierre-David Pfister.
15239
15240 2009-11-26 Glenn Morris <rgm@gnu.org>
15241
15242 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
15243 the scope.
15244
15245 2009-11-25 Johan Bockgård <bojohan@gnu.org>
15246
15247 * vc-annotate.el (vc-annotate-revision-previous-to-line):
15248 Really use previous revision.
15249
15250 2009-11-25 Kevin Ryde <user42@zip.com.au>
15251
15252 * man.el (Man-completion-table): default-directory "/" in case
15253 doesn't otherwise exist. process-environment COLUMNS=999 so as
15254 not to truncate long names. process-connection-type pipe to avoid
15255 any chance of hitting the pseudo-tty TIOCGWINSZ.
15256 (man): completion-ignore-case t for friendliness and since man
15257 itself is case-insensitive on the command line.
15258 Further to Bug#3717.
15259
15260 * arc-mode.el: Add "Keywords: files", so the details in its
15261 commentary can be reached from finder-by-keyword.
15262 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
15263 editing mode, but it's comms related and sgml-mode.el has "comm"
15264 on that basis too.
15265 * textmodes/bibtex-style.el: Add "Keywords: tex".
15266 * international/isearch-x.el, international/ja-dic-cnv.el:
15267 * international/ja-dic-utl.el, international/kkc.el:
15268 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
15269
15270 2009-11-25 Juri Linkov <juri@jurta.org>
15271
15272 * man.el (Man-completion-table): Modify regexp to include
15273 section names to completion strings. (Bug#3717)
15274
15275 2009-11-25 Juri Linkov <juri@jurta.org>
15276
15277 Search recursively in gzipped files. (Bug#4982)
15278
15279 * progmodes/grep.el (grep-highlight-matches): Add new options
15280 `always' and `auto'. Doc fix.
15281 (grep-process-setup): Check `grep-highlight-matches' for
15282 `auto-detect' to determine the need to compute grep defaults.
15283 Move Windows/DOS specific --colors settings handling
15284 to `grep-compute-defaults'. Check `grep-highlight-matches'
15285 to get the value of "--color=".
15286 (grep-compute-defaults): Compute `grep-highlight-matches' when it
15287 has the value `auto-detect'. Move Windows/DOS specific settings
15288 from `grep-process-setup'.
15289 (zrgrep): New command with alias `rzgrep'.
15290
15291 2009-11-25 Juri Linkov <juri@jurta.org>
15292
15293 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
15294 to nil instead of switching off view-mode. (Bug#4896)
15295
15296 2009-11-25 Juri Linkov <juri@jurta.org>
15297
15298 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
15299
15300 * mwheel.el (mwheel-scroll-up-function)
15301 (mwheel-scroll-down-function): New defvars.
15302 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
15303 `scroll-up', and `mwheel-scroll-down-function' instead of
15304 `scroll-down'.
15305
15306 * doc-view.el (doc-view-scroll-up-or-next-page)
15307 (doc-view-scroll-down-or-previous-page): Add optional ARG.
15308 Use this ARG in the call to image-scroll-up/image-scroll-down.
15309 Change `interactive' spec to "P". Goto next/previous page only
15310 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
15311 SPC/DEL case). Doc fix.
15312 (doc-view-next-line-or-next-page)
15313 (doc-view-previous-line-or-previous-page): Rename arg to ARG
15314 for consistency.
15315 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
15316 `doc-view-scroll-up-or-next-page', and buffer-local
15317 `mwheel-scroll-down-function' to
15318 `doc-view-scroll-down-or-previous-page'.
15319
15320 2009-11-25 Juri Linkov <juri@jurta.org>
15321
15322 Provide additional default values (directories at other Dired
15323 windows) via M-n in the minibuffer of some Dired commands.
15324
15325 * dired-aux.el (dired-diff, dired-compare-directories)
15326 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
15327 `minibuffer-default' in `minibuffer-with-setup-hook'.
15328 (dired-dwim-target-directory): Find a window that displays Dired
15329 buffer instead of failing when the next window is not Dired.
15330 Use `get-window-with-predicate' to find for the next Dired window.
15331 (dired-dwim-target-defaults): New function.
15332
15333 * ediff-util.el (ediff-read-file-name):
15334 Use `dired-dwim-target-defaults' to set `minibuffer-default'
15335 in `minibuffer-with-setup-hook'.
15336
15337 2009-11-25 Juri Linkov <juri@jurta.org>
15338
15339 Provide additional default values (file name at point or at the
15340 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
15341
15342 * minibuffer.el (read-file-name-defaults): New function.
15343 (read-file-name): Reset `minibuffer-default' to nil when
15344 it duplicates initial input `insdef'.
15345 Bind `minibuffer-default-add-function' to lambda that
15346 calls `read-file-name-defaults' in `minibuffer-selected-window'.
15347 (minibuffer-insert-file-name-at-point): New command.
15348
15349 * files.el (file-name-at-point-functions): New defcustom.
15350 (find-file-default): Remove defvar.
15351 (find-file-read-args): Don't use `find-file-default'.
15352 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15353 to `read-file-name'.
15354 (find-file-literally): Use `read-file-name' with
15355 `confirm-nonexistent-file-or-buffer'.
15356
15357 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
15358
15359 * dired.el (dired-read-dir-and-switches):
15360 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15361 to `read-file-name'.
15362 (dired-file-name-at-point): New function.
15363 (dired-mode): Add hook `dired-file-name-at-point' to
15364 `file-name-at-point-functions'.
15365
15366 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15367
15368 Really make the *Completions* window soft-dedicated (bug#5030).
15369 * window.el (window--display-buffer-2): Add `dedicated' argument.
15370 (display-buffer): Pass it when needed so the dedicated flag is set
15371 after calling set-window-buffer, which would otherwise reset it.
15372
15373 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15374
15375 * progmodes/meta-mode.el (meta-complete-symbol):
15376 * progmodes/etags.el (complete-tag):
15377 * mail/mailabbrev.el (mail-abbrev-complete-alias):
15378 Use completion-in-region.
15379
15380 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
15381 (dabbrev-completion): Use completion-in-region.
15382 (dabbrev--abbrev-at-point): Simplify regexp.
15383
15384 * abbrev.el (abbrev--before-point): Use word-motion functions
15385 if :regexp is not specified (bug#5031).
15386
15387 * subr.el (string-prefix-p): New function.
15388
15389 * man.el (Man-completion-cache): New var.
15390 (Man-completion-table): Use it.
15391
15392 * vc.el (vc-print-log-internal): Make `limit' optional for better
15393 compatibility (e.g. with vc-annotate.el).
15394
15395 2009-11-24 Kevin Ryde <user42@zip.com.au>
15396
15397 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
15398 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
15399
15400 * emacs-lisp/elint.el (elint-add-required-env): Better error message
15401 when .el source file not found or other error.
15402
15403 2009-11-24 Markus Triska <markus.triska@gmx.at>
15404
15405 * linum.el (linum-update-window): Ignore intangible (bug#4996).
15406
15407 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15408
15409 Handle the [back] button properly (bug#4979).
15410 * descr-text.el (describe-text-properties): Add a `buffer' argument.
15411 Use help-setup-xref, help-buffer, and with-help-window.
15412 (describe-char): Add `buffer' argument.
15413 Pass proper command to help-setup-xref. Don't meddle with
15414 help-xref-stack-item directly.
15415 (describe-text-category): Use with-help-window and help-buffer.
15416
15417 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
15418 for the displayed buffer (bug#4887).
15419
15420 * man.el (Man-completion-table): New function.
15421 (man): Use it.
15422
15423 2009-11-24 David Reitter <david.reitter@gmail.com>
15424
15425 * vc-git.el (vc-git-registered): Use checkout directory (where
15426 .git is) rather than the file's directory and a relative path spec
15427 to work around a bug in git.
15428
15429 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
15430
15431 Improve handling of processes on remote hosts.
15432
15433 * eshell/esh-util.el (eshell-path-env): New defvar.
15434 (eshell-parse-colon-path): New defun.
15435 (eshell-file-attributes): Use `eshell-parse-colon-path'.
15436
15437 * eshell/esh-ext.el (eshell-search-path):
15438 Use `eshell-parse-colon-path'.
15439 (eshell-remote-command): Remove argument HANDLER.
15440 (eshell-external-command): Check for FTP remote connection.
15441
15442 * eshell/esh-proc.el (eshell-gather-process-output):
15443 Use `file-truename', in order to start also symlinked files.
15444 Apply `start-file-process' instead of `start-process'.
15445 Shorten `command' to the local file name part.
15446
15447 * eshell/em-cmpl.el (eshell-complete-commands-list):
15448 Use `eshell-parse-colon-path'.
15449
15450 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
15451
15452 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
15453 to `eshell-directory-change-hook'.
15454
15455 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
15456
15457 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
15458 because it could be enabled automatically if view-read-only is non-nil.
15459
15460 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
15461
15462 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
15463 made on 2009-11-22.
15464
15465 2009-11-24 Glenn Morris <rgm@gnu.org>
15466
15467 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
15468 deleted variable bookmark-bmenu-bookmark-column.
15469
15470 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15471
15472 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
15473
15474 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
15475
15476 * net/browse-url.el (browse-url-filename-alist): On Windows, add
15477 two slashes to the "file:" prefix.
15478 (browse-url-file-url): De-munge Cygwin filenames before passing
15479 them to Windows browser.
15480 (browse-url-default-windows-browser): Use call-process.
15481
15482 2009-11-23 Juri Linkov <juri@jurta.org>
15483
15484 Implement DocView Continuous mode. (Bug#4896)
15485 * doc-view.el (doc-view-continuous-mode): New defcustom.
15486 (doc-view-mode-map): Bind C-n/<down> to
15487 `doc-view-next-line-or-next-page', C-p/<up> to
15488 `doc-view-previous-line-or-previous-page'.
15489 (doc-view-next-line-or-next-page)
15490 (doc-view-previous-line-or-previous-page): New commands.
15491
15492 2009-11-23 Juri Linkov <juri@jurta.org>
15493
15494 Implement Isearch in comint input history. (Bug#3746)
15495 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
15496 `isearch-mode-hook'.
15497 (comint-history-isearch): New defcustom.
15498 (comint-history-isearch-backward)
15499 (comint-history-isearch-backward-regexp): New commands.
15500 (comint-history-isearch-message-overlay): New buffer-local variable.
15501 (comint-history-isearch-setup, comint-history-isearch-end)
15502 (comint-goto-input, comint-history-isearch-search)
15503 (comint-history-isearch-message, comint-history-isearch-wrap)
15504 (comint-history-isearch-push-state)
15505 (comint-history-isearch-pop-state): New functions.
15506
15507 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
15508
15509 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
15510 return.
15511 (tramp-handle-make-symbolic-link)
15512 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
15513 Quote file names.
15514 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
15515 (tramp-handle-process-file): Use it.
15516
15517 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
15518
15519 * window.el (move-to-window-line-last-op): Remove.
15520 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
15521
15522 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
15523
15524 Make M-r mirror the new cycling behavior of C-l.
15525 * window.el (move-to-window-line-last-op): New var.
15526 (move-to-window-line-top-bottom): New command.
15527 (global-map): Bind M-r move-to-window-line-top-bottom.
15528
15529 2009-11-23 Sven Joachim <svenjoac@gmx.de>
15530
15531 * dired-x.el (dired-guess-shell-alist-default):
15532 Support xz format. (Bug#4953)
15533
15534 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
15535
15536 * emulation/viper-cmd.el: Use viper-last-command-char instead of
15537 last-command-char/last-command-event.
15538 (viper-prefix-arg-value): Do correct conversion of event-char for
15539 XEmacs.
15540
15541 * emulation/viper-util.el, emulation/viper.el:
15542 Use viper-last-command-char instead of
15543 last-command-char/last-command-event.
15544
15545 * ediff-init.el, ediff-mult.el, ediff-util.el:
15546 Replace last-command-char and last-command-event
15547 with (ediff-last-command-char) everywhere.
15548
15549 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
15550 created in fundamental mode.
15551
15552 * ediff.el (ediff-version): Revert the change of interactive-p to
15553 called-interactively-p.
15554
15555 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
15556
15557 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
15558 generation from word-movement command names.
15559
15560 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
15561
15562 * cus-start.el (all): Add native condition for font-use-system-font.
15563
15564 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
15565
15566 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
15567 Correct the patch from 2009-11-18. (Bug#3910)
15568
15569 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
15570
15571 * progmodes/subword.el: Rename from lisp/subword.el.
15572
15573 * subword.el: Rename to progmodes/subword.el.
15574
15575 * Makefile.in (ELCFILES): Adapt to subword.el move.
15576
15577 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15578 Stefan Monnier <monnier@iro.umontreal.ca>
15579
15580 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
15581 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
15582 (bookmark-bmenu-show-filenames): Use push.
15583 (bookmark-bmenu-hide-filenames): Use local var instead of
15584 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
15585 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
15586 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
15587 filenames now that the bookmark names are always available.
15588
15589 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15590
15591 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
15592 (bookmark-search-pattern): Move and leave unbound.
15593 (bookmark-bmenu-mode-map): Change binding.
15594 (bookmark-read-search-input): Simplify.
15595 Don't use text-char-description. Don't error on non-char events.
15596 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
15597 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
15598 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
15599 Use a local var for the timer.
15600 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
15601 (i.e. bookmark-bmenu-search).
15602
15603 2009-11-21 Glenn Morris <rgm@gnu.org>
15604
15605 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
15606
15607 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
15608
15609 * net/browse-url.el (browse-url-default-windows-browser):
15610 Use cygstart for cygwin.
15611
15612 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
15613
15614 * bookmark.el: Formatting and doc fixes only:
15615 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
15616 (bookmark-bmenu-search): Wrap to fit within 80 columns.
15617 Minor grammar and punctuation fixes in doc string.
15618 (bookmark-read-search-input): Adjust to fit within 80 columns.
15619
15620 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
15621
15622 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
15623 (c-backward-into-nomenclature): Adapt to subword renaming.
15624
15625 * subword.el (subword-forward, subword-backward, subword-mark)
15626 (subword-kill, subword-backward-kill, subword-transpose)
15627 (subword-downcase, subword-upcase, subword-capitalize)
15628 (subword-forward-internal, subword-backward-internal):
15629 Rename from forward-subword, backward-subword, mark-subword,
15630 kill-subword, backward-kill-subword, transpose-subwords,
15631 downcase-subword, upcase-subword, capitalize-subword,
15632 forward-subword-internal, backward-subword-internal.
15633
15634 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15635
15636 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
15637 New options.
15638 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
15639 New vars.
15640 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
15641 (bookmark-bmenu-filter-alist-by-regexp)
15642 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
15643 (bookmark-bmenu-search): New command.
15644 (bookmark-bmenu-mode-map): Bind it.
15645
15646 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
15647
15648 * progmodes/cc-cmds.el: declare-functioned forward-subword and
15649 backward-subword to quit the byte-compiler.
15650
15651 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
15652
15653 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
15654
15655 * progmodes/cc-cmds.el (c-update-modeline)
15656 (c-forward-into-nomenclature, c-backward-into-nomenclature):
15657 Refer to subword.el functions instead of cc-subword.el.
15658
15659 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
15660 subword.el functions instead of cc-subword.el.
15661
15662 * progmodes/cc-subword.el: Rename to subword.el.
15663 * subword.el: Rename from progmodes/cc-subword.el.
15664 (subword-mode-map): Rename from c-subword-mode-map.
15665 (subword-mode): Rename from c-subword-mode.
15666 (global-subword-mode): New global minor mode.
15667 (forward-subword): Rename from c-forward-subword.
15668 (backward-subword): Rename from c-backward-subword.
15669 (mark-subword): Rename from c-mark-subword.
15670 (kill-subword): Rename from c-kill-subword.
15671 (backward-kill-subword): Rename from c-backward-kill-subword.
15672 (transpose-subwords): Rename from c-tranpose-subword.
15673 (downcase-subword): Rename from c-downcase-subword.
15674 (capitalize-subword): Rename from c-capitalize-subword.
15675 (forward-subword-internal): Rename from c-forward-subword-internal.
15676 (backward-subword-internal): Rename from c-backward-subword-internal.
15677
15678 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
15679
15680 * vc.el (vc-deduce-fileset): Allow non-state changing operations
15681 from a dired buffer.
15682 (vc-dired-deduce-fileset): New function.
15683 (vc-root-diff, vc-print-root-log): Use it.
15684
15685 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
15686 nil LIMIT argument to vc-print-log-internal.
15687
15688 2009-11-20 Glenn Morris <rgm@gnu.org>
15689
15690 * Makefile.in (ELCFILES): Regenerate.
15691
15692 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
15693
15694 * calc/calc.el (calc-set-mode-line):
15695 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
15696 (math-format-number): Rename `math-format-complement-signed' to
15697 `math-format-twos-complement'.
15698
15699 * calc/calc-bin.el (math-format-twos-complement): Rename from
15700 math-format-complement-signed.
15701 (calc-radix): Rename `calc-complement-signed-mode' to
15702 `calc-twos-complement-mode'.
15703 (calc-octal-radix, calc-hex-radix): Add an argument for
15704 two's complement.
15705
15706 * calc/calc-embed.el (calc-embedded-mode-vars):
15707 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
15708
15709 * calc/calc-ext.el (calc-init-extensions):
15710 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
15711 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
15712
15713 * calc/calc-units.el (math-build-units-table-buffer):
15714 Let `calc-twos-complement-mode' be nil.
15715
15716 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
15717 entries.
15718
15719 * calc/calc-vec.el (calcFunc-vunpack):
15720 * calc/calc-aent.el (calc-do-calc-eval):
15721 * calc/calc-forms.el (math-format-date):
15722 * calc/calc-graph.el (calc-graph-plot):
15723 * calc/calc-math.el (math-use-emacs-fn):
15724 * calc/calccomp.el (math-compose-expr):
15725 Let `calc-twos-complement-mode' be nil.
15726
15727 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15728
15729 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
15730 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
15731 * minibuffer.el (completion-in-region-functions): New hook.
15732 (completion-in-region): New function.
15733 * emacs-lisp/lisp.el (lisp-complete-symbol):
15734 * pcomplete.el (pcomplete-std-complete): Use it.
15735
15736 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15737
15738 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
15739 (latex-complete-alist): New vars.
15740 (latex-string-prefix-p, latex-complete-bibtex-keys)
15741 (latex-complete-envnames, latex-complete-refkeys)
15742 (latex-complete-data): New functions.
15743 (latex-complete, latex-indent-or-complete): New commands.
15744
15745 * window.el (display-buffer-mark-dedicated): New var.
15746 (display-buffer): Obey it.
15747 * minibuffer.el (minibuffer-completion-help): Use it.
15748
15749 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
15750
15751 * filecache.el (file-cache-add-file): Use push and cons.
15752 (file-cache-delete-file-regexp): Use push.
15753 (file-cache-complete): Use completion-in-region.
15754
15755 * simple.el (with-wrapper-hook): Fix thinko.
15756
15757 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
15758 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
15759 Use with-current-buffer and string-to-number.
15760 (hfy-fallback-colour-values): Use assoc-string.
15761 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
15762 (hfy-face-at): Remove unused var `found-face'.
15763 (hfy-compile-stylesheet): Remove unused var `css'.
15764 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
15765 and `orig-buffer'.
15766 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
15767 Use with-current-buffer.
15768 (hfy-text-p): Use expand-file-name and fewer setq.
15769
15770 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
15771
15772 * htmlfontify.el, hfy-cmap.el: New files.
15773
15774 2009-11-19 Juri Linkov <juri@jurta.org>
15775
15776 * minibuffer.el (completions-format): New defcustom.
15777 (completion--insert-strings): Implement vertical format.
15778
15779 * simple.el (switch-to-completions): Move point to the first
15780 completion when point was at the beginning of the buffer.
15781
15782 2009-11-19 Juri Linkov <juri@jurta.org>
15783
15784 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
15785
15786 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
15787
15788 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
15789
15790 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
15791 (mail-signature): Change default to t.
15792 (mail-from-style): Deprecate `system-default' value.
15793 (mail-insert-from-field): For default value of mail-from-style,
15794 default to `angles' unless `angles' needs quoting and `parens'
15795 does not.
15796 (mail-citation-prefix-regexp): Use citation regexp from
15797 message-mode.
15798
15799 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
15800
15801 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
15802 Set variables for computing the prompt for reading password.
15803
15804 2009-11-19 Glenn Morris <rgm@gnu.org>
15805
15806 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
15807
15808 * textmodes/flyspell.el (sgml-lexical-context): Declare.
15809
15810 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
15811 (newsticker-treeview-listwindow-height): Fix custom type.
15812
15813 2009-11-19 Kenichi Handa <handa@m17n.org>
15814
15815 * descr-text.el (describe-char-padded-string): Compose with TAB
15816 only if there's a font for CH.
15817 (describe-char): Fix the condition for detecting a trivial composition.
15818
15819 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
15820
15821 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
15822 more accurate version of the regexp. (Bug#3910)
15823
15824 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
15825
15826 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
15827
15828 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
15829
15830 * font-setting.el (font-use-system-font): Declare for byte-compiler.
15831 (font-setting-change-default-font): Fix typo in docstring.
15832
15833 2009-11-18 Alan Mackenzie <acm@muc.de>
15834
15835 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
15836
15837 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
15838
15839 * font-setting.el (font-use-system-font): Move ...
15840
15841 * cus-start.el (all): ... to here.
15842
15843 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
15844
15845 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
15846 Don't set `ad-return-value' if `ad-do-it' doesn't.
15847
15848 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
15849 modification time.
15850
15851 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
15852
15853 * menu-bar.el: Put "Use system font" in Option-menu.
15854 (menu-bar-options-save): Add font-use-system-font.
15855
15856 * loadup.el: If feature system-font-setting or font-render-setting is
15857 there, load font-setting.
15858
15859 * Makefile.in (ELCFILES): Add font-settings.el.
15860 * font-setting.el: New file.
15861
15862 2009-11-17 Glenn Morris <rgm@gnu.org>
15863
15864 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
15865
15866 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
15867 Preserve point in the list buffer. (Bug#4939)
15868 Use point-at-eol.
15869 (newsticker--treeview-list-update-highlight)
15870 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
15871
15872 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
15873
15874 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
15875 Remove.
15876
15877 * calc/calc-ext.el (calc-init-extensions): Remove references to
15878 symclip.
15879
15880 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
15881
15882 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
15883 * calc/calc-help.el (calc-b-prefix-help): Remove references to
15884 `calc-symclip'.
15885
15886 2009-11-16 Kevin Ryde <user42@zip.com.au>
15887
15888 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
15889 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
15890
15891 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
15892 (lm-keywords-list): Allow comma-only separator like "foo,bar".
15893 Ignore trailing spaces by omit-nulls to split-string (fixing
15894 regression from Emacs 21 due to the incompatible split-string
15895 change). (Bug #4928.)
15896
15897 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
15898
15899 * vc.el (vc-log-show-limit): Default to 2000.
15900 (vc-print-log-internal): Insert buttons to request more entries
15901 when limiting the output.
15902
15903 * vc-sccs.el (vc-sccs-print-log):
15904 * vc-rcs.el (vc-rcs-print-log):
15905 * vc-cvs.el (vc-cvs-print-log):
15906 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
15907 LIMIT is non-nil.
15908
15909 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
15910
15911 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
15912 error when `tramp-gvfs-dbus-event-vector' is set.
15913 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
15914
15915 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
15916
15917 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
15918
15919 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
15920
15921 * net/dbus.el (dbus-unregister-service): New defun.
15922 (dbus-register-property): Register the handlers of
15923 "org.freedesktop.DBus.Properties" for SERVICE.
15924 (dbus-property-handler): Fix docstring.
15925
15926 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15927
15928 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
15929 Quote doc string reference in defvaralias as it is not in special form.
15930 (byte-compile-output-docform): Doc fix.
15931
15932 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
15933
15934 * calc/calc.el (math-2-word-size, math-half-2-word-size)
15935 (calc-complement-signed-mode): New variables.
15936 (calc-set-mode-line): Add indicator for twos-complements.
15937 (math-format-number): Format twos-complement notation.
15938
15939 * calc/calc-bin.el (calc-word-size): Reset the variables
15940 `math-2-word-size' and `math-half-2-word-size'.
15941 (math-format-complement-signed, math-symclip, calcFunc-symclip)
15942 (calc-symclip): New functions.
15943
15944 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
15945
15946 * calc/calc-embed.el (calc-embedded-mode-vars):
15947 Add `calc-complement-signed-mode' to the list of modes.
15948
15949 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
15950 (calc-b-oper-keys): Add `calc-symclip' to list.
15951
15952 * calc/calc-ext.el (math-read-number-fancy): Read complement
15953 signed numbers.
15954 (calc-init-extensions): Add binding for `calc-symclip'.
15955 Add autoload for `calcFunc-symclip' and `calc-symclip'.
15956
15957 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
15958 `calc-symclip'.
15959 (calc-modes-menu): Add item for twos complement mode.
15960
15961 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
15962
15963 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
15964
15965 * register.el (jump-to-register, insert-register): Handle Semantic
15966 tags. From commented-out advice in semantic/senator.el.
15967
15968 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
15969
15970 * vc.el (vc-log-show-limit): New variable.
15971 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
15972 when using a prefix argument.
15973 (vc-print-log-internal): Add new argument LIMIT.
15974
15975 * vc-svn.el (vc-svn-print-log):
15976 * vc-mtn.el (vc-mtn-print-log):
15977 * vc-hg.el (vc-hg-print-log):
15978 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
15979 pass it to the log command when set. Make the BUFFER argument
15980 non-optional.
15981
15982 * vc-sccs.el (vc-sccs-print-log):
15983 * vc-rcs.el (vc-rcs-print-log):
15984 * vc-git.el (vc-git-print-log):
15985 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
15986 ignore it. Make the BUFFER argument non-optional.
15987
15988 * bindings.el (mode-line-buffer-identification): Do not purecopy.
15989
15990 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
15991
15992 * dired.el (dired-mode-map): Move encryption items to "Operate"
15993 menu (Bug#4703).
15994
15995 * strokes.el (strokes-update-window-configuration): Make strokes
15996 buffer current before erasing (Bug#4906).
15997
15998 2009-11-15 Juri Linkov <juri@jurta.org>
15999
16000 * simple.el (set-mark-default-inactive): Add :type, :group
16001 and :version. (Bug#4876)
16002
16003 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
16004
16005 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
16006 (archive-unique-fname): ... here. (Bug#4929)
16007
16008 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
16009
16010 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
16011 with a real fix.
16012
16013 * novice.el (disabled-command-function): Add useful args.
16014 Setup the help buffer so that [back] works.
16015 Remove redundant call to help-mode.
16016 (disabled-command-function): Use `case'.
16017 (en/disable-command): New function extracted from enable-command.
16018 (enable-command, disable-command): Use it.
16019
16020 2009-11-14 Glenn Morris <rgm@gnu.org>
16021
16022 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
16023 constants. (Bug#4913)
16024
16025 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
16026
16027 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
16028
16029 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
16030 defined in C that have no doc-strings. (Bug#1063)
16031
16032 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
16033
16034 * cus-edit.el (data, files):
16035 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
16036
16037 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
16038
16039 * simple.el (shell-command): Doc fix (Bug#4891).
16040
16041 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
16042
16043 2009-11-14 Glenn Morris <rgm@gnu.org>
16044
16045 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
16046 statements for vc-diff, emerge-quit, and rmail-cease-edit.
16047 If they are already loaded, eval-after-load will do the right thing.
16048
16049 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
16050 compiling.
16051
16052 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
16053
16054 * simple.el (x-selection-owner-p): Declare.
16055 (read-mail-command): Use custom radio type rather than choice.
16056 (completion-no-auto-exit): Doc fix.
16057
16058 * custom.el (defgroup):
16059 * epg-config.el (epg): Doc fixes.
16060
16061 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
16062
16063 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
16064 * international/ccl.el (define-ccl-program): Do not purecopy the
16065 docstring, defconst does it anyway.
16066
16067 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16068
16069 * add-log.el (add-change-log-entry): Avoid displaying the changelog
16070 a second time.
16071
16072 * x-dnd.el (x-dnd-maybe-call-test-function):
16073 * window.el (split-window-vertically):
16074 * whitespace.el (whitespace-help-on):
16075 * vc-rcs.el (vc-rcs-consult-headers):
16076 * userlock.el (ask-user-about-lock-help)
16077 (ask-user-about-supersession-help):
16078 * type-break.el (type-break-force-mode-line-update):
16079 * time-stamp.el (time-stamp-conv-warn):
16080 * terminal.el (te-set-output-log, te-more-break, te-filter)
16081 (te-sentinel, terminal-emulator):
16082 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
16083 (term-write-input-ring, term-check-source, term-start-output-log):
16084 (term-display-buffer-line, term-dynamic-list-completions):
16085 (term-ansi-make-term, serial-term):
16086 * subr.el (selective-display):
16087 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
16088 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
16089 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
16090 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
16091 (speedbar-remove-localized-speedbar-support)
16092 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
16093 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
16094 (speedbar-buffers-line-directory):
16095 * simple.el (shell-command-on-region, append-to-buffer)
16096 (prepend-to-buffer):
16097 * shadowfile.el (shadow-save-todo-file):
16098 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
16099 (scroll-bar-maybe-set-window-start):
16100 * sb-image.el (speedbar-image-dump):
16101 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
16102 (load-save-place-alist-from-file):
16103 * ps-samp.el (ps-print-message-from-summary):
16104 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
16105 (ps-background-image, ps-begin-job, ps-do-despool):
16106 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
16107 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
16108 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
16109 (pr-call-process, pr-file-list, pr-interface-save):
16110 * novice.el (disabled-command-function)
16111 (enable-command, disable-command):
16112 * mouse.el (mouse-buffer-menu-alist):
16113 * mouse-copy.el (mouse-kill-preserving-secondary):
16114 * macros.el (kbd-macro-query):
16115 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
16116 * informat.el (batch-info-validate):
16117 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
16118 * hippie-exp.el (try-expand-dabbrev-visible):
16119 * help-mode.el (help-make-xrefs):
16120 * help-fns.el (describe-variable):
16121 * generic-x.el (bat-generic-mode-run-as-comint):
16122 * finder.el (finder-mouse-select):
16123 * find-dired.el (find-dired-sentinel):
16124 * filesets.el (filesets-file-close):
16125 * files.el (list-directory):
16126 * faces.el (list-faces-display, describe-face):
16127 * facemenu.el (list-colors-display):
16128 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
16129 * epg.el (epg--process-filter, epg-cancel):
16130 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
16131 (epa--read-signature-type):
16132 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
16133 (emerge-file-names):
16134 * ehelp.el (electric-helpify):
16135 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
16136 * ediff-vers.el (rcs-ediff-view-revision):
16137 * ediff-util.el (ediff-setup):
16138 * ediff-mult.el (ediff-append-custom-diff):
16139 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
16140 (ediff-wordify):
16141 * echistory.el (Electric-command-history-redo-expression):
16142 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
16143 * disp-table.el (describe-display-table):
16144 * dired.el (dired-find-buffer-nocreate):
16145 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
16146 * dabbrev.el (dabbrev--same-major-mode-p):
16147 * chistory.el (list-command-history):
16148 * apropos.el (apropos-documentation):
16149 * allout.el (allout-obtain-passphrase):
16150 (allout-copy-exposed-to-buffer):
16151 (allout-verify-passphrase): Use with-current-buffer.
16152
16153 2009-11-13 Glenn Morris <rgm@gnu.org>
16154
16155 * Makefile.in (ELCFILES): Regenerate.
16156
16157 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
16158
16159 * net/dbus.el (dbus-registered-objects-table): Rename from
16160 `dbus-registered-functions-table', because it contains also properties.
16161 (dbus-unregister-object): Unregister also properties.
16162 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
16163 Use a timeout of 500 msec, in order to not block.
16164 (dbus-register-property, dbus-property-handler): New defuns.
16165
16166 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16167
16168 * simple.el (minibuffer-default-add-completions): Drop deprecated
16169 4th arg.
16170
16171 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
16172
16173 * textmodes/artist.el (artist-mouse-choose-operation):
16174 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
16175 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
16176 (artist-compute-up-event-key): New function.
16177 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
16178
16179 2009-11-13 Kenichi Handa <handa@m17n.org>
16180
16181 * language/japan-util.el: Make sure that the value of jisx0208
16182 property is jisx0208 character.
16183
16184 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
16185
16186 * international/mule.el (auto-coding-regexp-alist): Only purecopy
16187 car or each item, not the whole list.
16188
16189 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
16190
16191 * minibuffer.el (minibuffer-completion-help):
16192 Use minibuffer-hide-completions.
16193
16194 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
16195
16196 * dired.el (dired-save-positions, dired-restore-positions): New funs.
16197 (dired-revert): Use them (bug#4880).
16198
16199 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16200
16201 * tooltip.el (tooltip-frame-parameters): Undo previous change.
16202
16203 2009-11-12 Juri Linkov <juri@jurta.org>
16204
16205 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
16206 New functions.
16207 (find-file-literally-at-point): Alias of `ffap-literally'.
16208
16209 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16210
16211 * textmodes/ispell.el (ispell-skip-region-alist):
16212 * textmodes/css-mode.el (auto-mode-alist):
16213 * progmodes/compile.el (auto-mode-alist):
16214 * international/mule.el (ctext-non-standard-encodings-alist)
16215 (ctext-non-standard-encodings-regexp):
16216 * simple.el (shell-command-switch, text-read-only):
16217 * replace.el (occur-mode-map):
16218 * paths.el (rmail-file-name):
16219 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
16220 * find-file.el (ff-special-constructs):
16221 * files.el (file-name-handler-alist):
16222 * composite.el: Purecopy strings.
16223
16224 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
16225
16226 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16227
16228 * widget.el (define-widget): Purecopy the docstring.
16229 * international/mule-cmds.el (charset): Do not purecopy the
16230 docstring here, define-widget does it.
16231
16232 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
16233 * textmodes/bibtex-style.el (auto-mode-alist):
16234 * progmodes/inf-lisp.el (inferior-lisp-prompt):
16235 * progmodes/compile.el (compile-command):
16236 * language/korea-util.el (default-korean-keyboard):
16237 * international/mule-conf.el (file-coding-system-alist):
16238 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
16239 * tooltip.el (tooltip-frame-parameters):
16240 * newcomment.el (comment-end, comment-padding):
16241 * dired.el (dired-trivial-filenames):
16242 * comint.el (comint-file-name-prefix): Purecopy initial values.
16243
16244 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
16245
16246 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
16247 (tramp-advice-minibuffer-electric-tilde): Unload advices via
16248 `tramp-unload'.
16249 (tramp-advice-make-auto-save-file-name)
16250 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
16251 after removing the advice.
16252
16253 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16254
16255 * progmodes/grep.el (grep-regexp-alist):
16256 * international/mule-cmds.el (iso-2022-control-alist):
16257 * emacs-lisp/timer.el (timer-duration-words):
16258 * subr.el (version-separator, version-regexp-alist):
16259 * minibuffer.el (completion-styles-alist):
16260 * faces.el (face-attribute-name-alist, list-faces-sample-text):
16261 Change defvars to defconsts.
16262
16263 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
16264 * loadup.el ("international/mule-conf"): Load the byte compiled version.
16265 * international/mule-conf.el: Allow to be byte compiled.
16266
16267 * international/mule.el (define-charset): Purecopy props.
16268 (load-with-code-conversion): Purecopy doc string and file name.
16269 (put-charset-property): Purecopy strings.
16270 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
16271
16272 * international/mule-cmds.el (register-input-method): Purecopy arguments.
16273 (define-char-code-property): Correctly purecopy the table.
16274
16275 * international/ccl.el (define-ccl-program): Purecopy the docstring.
16276
16277 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
16278
16279 * subr.el (add-hook): Purecopy strings.
16280 (eval-after-load): Purecopy load-history-regexp and the form.
16281
16282 * custom.el (custom-declare-group): Purecopy load-file-name.
16283
16284 * subr.el (menu-bar-separator): New defconst.
16285 * net/eudc.el (eudc-tools-menu):
16286 * international/mule-cmds.el (set-coding-system-map)
16287 (mule-menu-keymap):
16288 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
16289 * vc-hooks.el (vc-menu-map):
16290 * replace.el (occur-mode-map):
16291 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
16292 (menu-bar-edit-menu, menu-bar-goto-menu)
16293 (menu-bar-custom-menu, menu-bar-showhide-menu)
16294 (menu-bar-options-menu, menu-bar-tools-menu)
16295 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
16296 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
16297 (menu-bar-help-menu):
16298 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
16299 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
16300
16301 * term/x-win.el (x-gtk-stock-map):
16302 * progmodes/vera-mode.el (auto-mode-alist):
16303 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
16304 (inferior-lisp-program, inferior-lisp-load-command):
16305 * progmodes/hideshow.el (hs-special-modes-alist):
16306 * progmodes/gud.el (same-window-regexps):
16307 * progmodes/grep.el (grep-program, find-program, xargs-program):
16308 * net/telnet.el (same-window-regexps):
16309 * net/rlogin.el (same-window-regexps):
16310 * language/ethiopic.el (font-ccl-encoder-alist):
16311 * vc-sccs.el (vc-sccs-master-templates):
16312 * vc-rcs.el (vc-rcs-master-templates):
16313 * subr.el (cl-assertion-failed):
16314 * simple.el (next-error-overlay-arrow-position):
16315 * lpr.el (lpr-command):
16316 * locate.el (locate-ls-subdir-switches):
16317 * info.el (same-window-regexps, info)
16318 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
16319 * image-mode.el (image-mode, auto-mode-alist):
16320 * hippie-exp.el (hippie-expand-ignore-buffers):
16321 * format.el (format-alist):
16322 * find-dired.el (find-ls-subdir-switches, find-grep-options)
16323 (find-name-arg):
16324 * facemenu.el (facemenu-keybindings):
16325 * dired.el (dired-listing-switches, dired-chown-program):
16326 * diff.el (diff-switches, diff-command):
16327 * cus-edit.el (same-window-regexps):
16328 * bindings.el (mode-line-mule-info)
16329 (mode-line-buffer-identification): Purecopy strings.
16330
16331 2009-11-11 Juri Linkov <juri@jurta.org>
16332
16333 * simple.el (dired-get-filename) <declare-function>:
16334 Tell the byte-compiler about dired-get-filename.
16335 (shell-command): In Dired mode, get filename from the current line
16336 as the default value.
16337
16338 2009-11-10 Glenn Morris <rgm@gnu.org>
16339
16340 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
16341 * calendar/holidays.el, progmodes/cperl-mode.el:
16342 Update x-popup-menu declarations.
16343
16344 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
16345 (list-load-path-shadows): Use dolist.
16346 (list-load-path-shadows): Use with-current-buffer.
16347
16348 2009-11-10 Juri Linkov <juri@jurta.org>
16349
16350 * minibuffer.el (read-file-name): Support a list of default values
16351 in `default-filename'. Use the first file name where only one
16352 element is required. Doc fix.
16353
16354 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
16355
16356 * net/dbus.el (dbus-unregister-object): Release service, if no
16357 other method is registered for it.
16358
16359 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
16360
16361 * bookmark.el (bookmark-completing-read): Sort bookmark names if
16362 bookmark-sort-flag is non-nil (Bug#4653).
16363
16364 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
16365
16366 * emulation/cua-base.el: Add CUA property to some CC mode commands
16367 (Bug#4100).
16368
16369 2009-11-08 Kevin Ryde <user42@zip.com.au>
16370
16371 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
16372 at end of sentence (Bug#4818).
16373
16374 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
16375
16376 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16377 Handle "see declaration of" MSFT statements (Bug#4100).
16378
16379 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
16380
16381 * net/tramp.el (tramp-advice-make-auto-save-file-name)
16382 (tramp-advice-file-expand-wildcards): Unload via
16383 `ad-remove-advice'.
16384
16385 * net/trampver.el: Update release number.
16386
16387 2009-11-08 Kevin Ryde <user42@zip.com.au>
16388
16389 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
16390 `ad-do-it'.
16391
16392 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
16393
16394 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
16395 in order to keep context in SELinux.
16396
16397 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
16398
16399 * dired-aux.el (dired-query): Place cursor in echo area and allow
16400 C-g.
16401
16402 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
16403 menu item if not on a directory (Bug#4701).
16404
16405 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
16406
16407 Sync with Tramp 2.1.17.
16408
16409 * net/tramp.el (tramp-handle-copy-directory): Don't use
16410 `file-remote-p' (due to compatibility).
16411
16412 * net/tramp-compat.el (tramp-compat-copy-directory)
16413 (tramp-compat-delete-directory): New defuns.
16414
16415 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
16416 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
16417 Use `tramp-compat-delete-directory'.
16418
16419 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
16420 (tramp-smb-handle-delete-directory):
16421 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
16422
16423 * net/trampver.el: Update release number.
16424
16425 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
16426
16427 * tar-mode.el (tar-copy): Call write-region on the right buffer
16428 (Bug#4857).
16429
16430 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
16431 by hand, if necessary (Bug#4878).
16432
16433 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
16434
16435 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
16436 align size column (Bug#4839).
16437
16438 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
16439 statement.
16440
16441 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16442
16443 * progmodes/ld-script.el (auto-mode-alist):
16444 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
16445
16446 * cus-face.el (custom-declare-face): Purecopy face spec.
16447
16448 2009-11-06 Kenichi Handa <handa@m17n.org>
16449
16450 * international/uni-bidi.el: Re-generated.
16451 * international/uni-category.el: Re-generated.
16452 * international/uni-combining.el: Re-generated.
16453 * international/uni-mirrored.el: Re-generated.
16454
16455 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16456
16457 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
16458 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
16459 (tex-start-options, slitex-run-command, latex-run-command)
16460 (tex-run-command, tex-directory):
16461 * textmodes/ispell.el (ispell-html-skip-alists)
16462 (ispell-tex-skip-alists, ispell-tex-skip-alists):
16463 * textmodes/fill.el (adaptive-fill-first-line-regexp):
16464 (adaptive-fill-regexp):
16465 * textmodes/dns-mode.el (auto-mode-alist):
16466 * progmodes/python.el (interpreter-mode-alist):
16467 * progmodes/etags.el (tags-compression-info-list):
16468 * progmodes/etags.el (tags-file-name):
16469 * net/browse-url.el (browse-url-galeon-program)
16470 (browse-url-firefox-program):
16471 * mail/sendmail.el (mail-signature-file)
16472 (mail-citation-prefix-regexp):
16473 * international/mule-conf.el (eight-bit):
16474 * international/latexenc.el (latex-inputenc-coding-alist):
16475 * international/fontset.el (x-pixel-size-width-font-regexp):
16476 * emacs-lisp/warnings.el (warning-type-format):
16477 * emacs-lisp/trace.el (trace-buffer):
16478 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
16479 (emacs-lisp-mode-map):
16480 * calendar/holidays.el (holiday-solar-holidays)
16481 (holiday-bahai-holidays, holiday-islamic-holidays)
16482 (holiday-christian-holidays, holiday-hebrew-holidays)
16483 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
16484 (hebrew-holidays-1, holiday-oriental-holidays)
16485 (holiday-general-holidays):
16486 * x-dnd.el (x-dnd-known-types):
16487 * tool-bar.el (tool-bar):
16488 * startup.el (site-run-file):
16489 * shell.el (shell-dumb-shell-regexp):
16490 * rfn-eshadow.el (file-name-shadow-tty-properties)
16491 (file-name-shadow-properties):
16492 * paths.el (remote-shell-program, news-directory):
16493 * mouse.el ([C-down-mouse-3]):
16494 * menu-bar.el (menu-bar-tools-menu):
16495 * jka-cmpr-hook.el (jka-compr-load-suffixes)
16496 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
16497 (jka-compr-compression-info-list):
16498 * isearch.el (search-whitespace-regexp):
16499 * image-file.el (image-file-name-extensions):
16500 * find-dired.el (find-ls-option):
16501 * files.el (directory-listing-before-filename-regexp)
16502 (directory-free-space-args, insert-directory-program)
16503 (list-directory-brief-switches, magic-fallback-mode-alist)
16504 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
16505 (automount-dir-prefix):
16506 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
16507 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
16508 (face-font-registry-alternatives, face-font-registry-alternatives)
16509 (face-font-family-alternatives):
16510 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
16511 (facemenu-foreground-menu, facemenu-face-menu):
16512 * epa-hook.el (epa-file-name-regexp):
16513 * dnd.el (dnd-protocol-alist):
16514 * textmodes/rst.el (auto-mode-alist):
16515 * button.el (default-button): Purecopy strings.
16516
16517 2009-11-06 Glenn Morris <rgm@gnu.org>
16518
16519 * Makefile.in (ELCFILES): Update.
16520
16521 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
16522
16523 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
16524 * emacs-lisp/levents.el: Move to obsolete/levents.el.
16525
16526 * nxml/xsd-regexp.el (xsdre-gen-categories):
16527 * nxml/xmltok.el (xmltok-parse-entity):
16528 * nxml/rng-parse.el (rng-parse-validate-file):
16529 * nxml/rng-maint.el (rng-format-manual)
16530 (rng-manual-output-force-new-line):
16531 * nxml/rng-loc.el (rng-save-schema-location-1):
16532 * nxml/rng-cmpct.el (rng-c-parse-file):
16533 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
16534 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
16535
16536 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
16537
16538 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
16539 Remove extra save-excursions and make-variable-buffer-local's.
16540 Suggested by Stefan Monnier.
16541
16542 (verilog-getopt-file, verilog-module-inside-filename-p)
16543 (verilog-set-define): Merge GNU 1.35 and repair changes from
16544 switching to using with-current-buffer.
16545
16546 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
16547 being treated as a number and confusing AUTORESET.
16548 Reported by Dan Dever.
16549
16550 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
16551 Add verilog-auto-ignore-concat to fix backward compatibility with
16552 older verilog-modes. Reported by Dan Katz.
16553
16554 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
16555 containing closing anchors "...$".
16556
16557 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
16558 Reported by Wade Smith.
16559
16560 (verilog-batch-execute-func): Comment on function usage.
16561
16562 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
16563
16564 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
16565 for labels.
16566
16567 (verilog-label-re, verilog-calc-1): Support proper indent of named
16568 asserts.
16569
16570 (verilog-backward-token, verilog-basic-complete-re)
16571 (verilog-beg-of-statement, verilog-indent-re): Support proper
16572 indent of the assert statement at the beginning of a block of text.
16573
16574 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
16575 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
16576 tokens as begins.
16577
16578 2009-11-05 Glenn Morris <rgm@gnu.org>
16579
16580 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
16581 Emacs 19. (Bug#1531)
16582 (byte-compile-fix-header): Update for the above change.
16583 Drop test for epoch::version.
16584
16585 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
16586 * cus-dep.el (custom-make-dependencies):
16587 * finder.el (finder-compile-keywords):
16588 Use autoload-rubric's feature argument.
16589
16590 * calendar/diary-lib.el (top-level): Make load behave more like require.
16591
16592 * vc-git.el (vc-git-stash-map): Move definition before use.
16593
16594 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
16595
16596 * custom.el (custom-declare-group): Purecopy standard-value.
16597 (custom-declare-group): Purecopy custom-prefix.
16598
16599 * international/mule.el (load-with-code-conversion):
16600 Call do-after-load-evaluation unconditionally.
16601
16602 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
16603
16604 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
16605
16606 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
16607
16608 2009-11-04 Glenn Morris <rgm@gnu.org>
16609
16610 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
16611 (byte-compile-compatibility): Remove option.
16612 (byte-compile-close-variables, byte-compile-fix-header)
16613 (byte-compile-insert-header, byte-compile-output-docform)
16614 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
16615 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
16616 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
16617 (byte-compile-insert, byte-compile-defun):
16618 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
16619 (byte-defop-compiler19): Remove.
16620 Without byte-compile-compatibility, the 'emacs19-opcode property is not
16621 used by anything. Replace all calls with byte-defop-compiler.
16622
16623 2009-11-04 Juri Linkov <juri@jurta.org>
16624
16625 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
16626 (menu-bar-options-menu): Don't quote the `prop' arg of
16627 `menu-bar-make-mm-toggle'.
16628
16629 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
16630
16631 * calendar/calendar.el (cal-loaddefs):
16632 * calendar/diary-lib.el (diary-loaddefs):
16633 * calendar/holidays.el (hol-loaddefs):
16634 * eshell/esh-module.el (esh-groups): Load rather than require.
16635
16636 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16637
16638 * calendar/todo-mode.el (todo-add-category): Don't hardcode
16639 point-min==1.
16640 (todo-top-priorities): Only display-buffer when called interactively.
16641 (todo-item-start): Don't save excursion point.
16642 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
16643 (todo-insert-item-here, todo-file-item, todo-remove-item):
16644 Adjust uses of todo-item-start and todo-item-end.
16645
16646 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
16647 (autoload-rubric): Don't use any more.
16648
16649 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
16650 and only put a prop if it is non-nil.
16651
16652 2009-11-03 Juri Linkov <juri@jurta.org>
16653
16654 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
16655 (menu-bar-options-menu): Fix list quoting (Bug#4429).
16656
16657 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
16658 and "Menu" to make top-level menu item visually one unit (like
16659 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
16660 multi-word menu items). Fix :help string for quit-window.
16661
16662 2009-11-03 Glenn Morris <rgm@gnu.org>
16663
16664 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
16665 (byte-compile-file-form-define-abbrev-table)
16666 (byte-compile-file-form-custom-declare-variable)
16667 (byte-compile-variable-ref, byte-compile-defvar):
16668 Whether or not a warning is enabled should only affect whether we issue
16669 the warning, not whether or not we collect the relevant data.
16670 Eg warnings can be turned on and off throughout the course of a file.
16671
16672 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
16673 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
16674
16675 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16676
16677 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
16678 * play/mpuz.el (mpuz-create-buffer):
16679 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
16680 (lm-print-y,s,noise, lm-print-w0, lm-init):
16681 * play/gomoku.el (gomoku-prompt-for-move):
16682 * play/fortune.el (fortune-in-buffer):
16683 * play/dissociate.el (dissociated-press):
16684 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
16685 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
16686 * mail/supercite.el (sc-eref-show):
16687 * mail/smtpmail.el (smtpmail-send-it):
16688 * mail/rmailsum.el (rmail-summary-next-labeled-message)
16689 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
16690 (rmail-summary-undelete-many, rmail-summary-rmail-update)
16691 (rmail-summary-goto-msg, rmail-summary-expunge)
16692 (rmail-summary-get-new-mail, rmail-summary-search-backward)
16693 (rmail-summary-add-label, rmail-summary-output-menu)
16694 (rmail-summary-output-body):
16695 * mail/rfc822.el (rfc822-addresses):
16696 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
16697 * mail/mailpost.el (post-mail-send-it):
16698 * mail/hashcash.el (hashcash-generate-payment):
16699 * mail/feedmail.el (feedmail-run-the-queue)
16700 (feedmail-queue-send-edit-prompt-help-first)
16701 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
16702 (feedmail-deduce-address-list):
16703 * eshell/esh-ext.el (eshell-remote-command):
16704 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
16705 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
16706 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
16707 (viper-save-string-in-file, viper-valid-marker):
16708 * emulation/viper-keym.el (viper-toggle-key):
16709 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
16710 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
16711 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
16712 * emulation/viper-cmd.el (viper-exec-form-in-vi)
16713 (viper-exec-form-in-emacs, viper-brac-function):
16714 * emulation/viper.el (viper-delocalize-var):
16715 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
16716 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
16717 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
16718 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
16719 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
16720 * emulation/edt.el (edt-electric-helpify):
16721 * emulation/cua-rect.el (cua--rectangle-aux-replace):
16722 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
16723 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
16724 (cua-indent-to-global-mark-column):
16725 * calendar/diary-lib.el (calendar-mark-1):
16726 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
16727 Use with-current-buffer.
16728 * emulation/viper.el (viper-delocalize-var): Use dolist.
16729
16730 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
16731
16732 * comint.el (comint-replace-by-expanded-history-before-point):
16733 Replace !! with the previous input string literally (Bug#1795).
16734
16735 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
16736
16737 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
16738 to be made up of whitespace.
16739
16740 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
16741
16742 * minibuffer.el (read-file-name): Don't use file dialogs for
16743 remote directories (Bug#99).
16744
16745 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
16746
16747 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
16748
16749 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
16750
16751 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
16752 instead of deleting the window or frame.
16753
16754 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
16755
16756 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
16757 Support face colors.
16758
16759 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
16760 New function. Support face colors (Bug#1168).
16761 (tex-common-initialization): Use it.
16762
16763 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
16764 mode allows it (Bug#1168).
16765
16766 2009-10-31 Juri Linkov <juri@jurta.org>
16767
16768 * facemenu.el (list-colors-display): Don't mark buffer as
16769 modified (Bug#3948).
16770
16771 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
16772
16773 * international/mule-diag.el (list-character-sets-1):
16774 Minor message fix (Bug#3526).
16775
16776 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
16777 Fix face property (Bug#4834).
16778 (etags-list-tags, etags-tags-apropos-additional)
16779 (etags-tags-apropos, tags-select-tags-table): Add follow-link
16780 property.
16781
16782 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
16783 items.
16784
16785 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
16786
16787 * textmodes/two-column.el (2C-split):
16788 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
16789 * textmodes/tex-mode.el (tex-set-buffer-directory):
16790 * textmodes/spell.el (spell-region, spell-string):
16791 * textmodes/reftex.el (reftex-erase-buffer):
16792 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
16793 * textmodes/reftex-toc.el (reftex-toc-promote-action):
16794 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
16795 (reftex-select-item):
16796 * textmodes/reftex-ref.el (reftex-label-info-update)
16797 (reftex-offer-label-menu):
16798 * textmodes/reftex-index.el (reftex-index-change-entry)
16799 (reftex-index-phrases-info):
16800 * textmodes/reftex-global.el (reftex-create-tags-file)
16801 (reftex-save-all-document-buffers, reftex-ensure-write-access):
16802 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
16803 (reftex-view-crossref-from-bibtex):
16804 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
16805 (reftex-extract-bib-entries-from-thebibliography)
16806 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
16807 * textmodes/refbib.el (r2b-capitalize-title):
16808 (r2b-convert-buffer, r2b-help):
16809 * textmodes/page-ext.el (pages-directory)
16810 (pages-directory-goto-with-mouse):
16811 * textmodes/bibtex.el (bibtex-validate-globally):
16812 * textmodes/bib-mode.el (bib-capitalize-title):
16813 * textmodes/artist.el (artist-clear-buffer, artist-system):
16814 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
16815 (local-set-scheme-interaction-buffer, xscheme-process-filter)
16816 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
16817 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
16818 (xscheme-send-control-g-interrupt, xscheme-start-process)
16819 (xscheme-process-sentinel, xscheme-cd):
16820 * progmodes/verilog-mode.el (verilog-read-always-signals)
16821 (verilog-set-define, verilog-getopt-file)
16822 (verilog-module-inside-filename-p):
16823 * progmodes/sh-script.el:
16824 * progmodes/python.el (python-pdbtrack-get-source-buffer)
16825 (python-pdbtrack-grub-for-buffer, python-execute-file):
16826 * progmodes/octave-inf.el (inferior-octave):
16827 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
16828 (idlwave-shell-compile-helper-routines, idlwave-set-local)
16829 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
16830 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
16831 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
16832 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
16833 (idlwave-shell-filter, idlwave-shell-examine-highlight)
16834 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
16835 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
16836 (idlwave-shell-examine-display, idlwave-shell-run-region)
16837 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
16838 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
16839 * progmodes/idlw-help.el (idlwave-help-get-special-help)
16840 (idlwave-help-get-help-buffer):
16841 * progmodes/gud.el (gud-basic-call, gud-find-class)
16842 (gud-tooltip-activate-mouse-motions-if-enabled):
16843 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
16844 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
16845 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
16846 (ebrowse-tags-next-file):
16847 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
16848 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
16849 (ebnf-eps-finish-and-write):
16850 * progmodes/cpp.el (cpp-edit-save):
16851 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
16852 * progmodes/cc-defs.el (c-emacs-features):
16853 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
16854 (antlr-directory-dependencies):
16855 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
16856 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
16857 (ada-find-any-references, ada-make-filename-from-adaname)
16858 (ada-make-body-gnatstub):
16859 * obsolete/rnews.el (news-list-news-groups):
16860 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
16861 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
16862 * net/rcirc.el (rcirc-debug):
16863 * net/newst-treeview.el (newsticker--treeview-list-add-item)
16864 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
16865 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
16866 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
16867 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
16868 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
16869 (newsticker--treeview-list-clear-highlight)
16870 (newsticker--treeview-list-update-highlight)
16871 (newsticker--treeview-list-highlight-start)
16872 (newsticker--treeview-tree-update-highlight)
16873 (newsticker--treeview-get-selected-item)
16874 (newsticker-treeview-mark-list-items-old)
16875 (newsticker--treeview-set-current-node):
16876 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
16877 * net/newst-backend.el (newsticker--get-news-by-funcall)
16878 (newsticker--get-news-by-wget, newsticker--image-get)
16879 (newsticker--image-sentinel):
16880 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
16881 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
16882 (eudc-ph-close-session):
16883 * net/eudc.el (eudc-save-options):
16884 * language/thai-word.el (thai-update-word-table):
16885 * language/japan-util.el (japanese-string-conversion):
16886 * international/titdic-cnv.el (tsang-quick-converter)
16887 (ziranma-converter, ctlau-converter):
16888 * international/mule-cmds.el (describe-language-environment):
16889 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
16890 (skkdic-convert-postfix, skkdic-convert-prefix):
16891 (skkdic-convert-okuri-nasi, skkdic-convert):
16892 * emacs-lisp/re-builder.el (reb-update-overlays):
16893 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
16894 * emacs-lisp/gulp.el (gulp-send-requests):
16895 * emacs-lisp/find-gc.el (trace-call-tree):
16896 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
16897 (eieio-describe-generic):
16898 * emacs-lisp/eieio-base.el (eieio-persistent-read):
16899 * emacs-lisp/edebug.el (edebug-outside-excursion):
16900 * emacs-lisp/debug.el (debugger-make-xrefs):
16901 * emacs-lisp/cust-print.el (custom-prin1-to-string):
16902 * emacs-lisp/chart.el (chart-new-buffer):
16903 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
16904 Use with-current-buffer.
16905 * textmodes/artist.el (artist-system): Don't call
16906 copy-sequence on a fresh string.
16907 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
16908
16909 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
16910
16911 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
16912 is no item to edit. (Bug#4820)
16913 (todo-top-priorities): Restore point and restore narrowing in Todo
16914 buffer. (Bug#4820)
16915
16916 2009-10-31 Glenn Morris <rgm@gnu.org>
16917
16918 * net/ange-ftp.el (top-level): Don't require dired when compiling.
16919 (comint-last-output-start, comint-last-input-start)
16920 (comint-last-input-end): Don't defvar when compiling.
16921 (ange-ftp-process-file): Use bound-and-true-p.
16922
16923 * pcmpl-rpm.el (top-level): Move provide statement to end.
16924 (pcmpl-rpm): Remove unused custom group.
16925
16926 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
16927
16928 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
16929
16930 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
16931 (byte-compile-warnings): Add `constants' as an option.
16932 (byte-compile-callargs-warn, byte-compile-arglist-warn)
16933 (display-call-tree): Update for byte-compile-fdefinition possibly
16934 returning `(macro lambda ...)'. (Bug#4778)
16935 (byte-compile-variable-ref, byte-compile-setq-default):
16936 Respect `constants' member of byte-compile-warnings.
16937
16938 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
16939
16940 * vc-bzr.el (vc-bzr-revision-keywords): New var.
16941 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
16942 to "submit:".
16943
16944 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
16945
16946 * textmodes/ispell.el (ispell-skip-region-alist):
16947 * international/mule-conf.el (eight-bit):
16948 * international/fontset.el (font-encoding-alist):
16949 * startup.el (pure-space-overflow-message):
16950 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
16951 * paths.el (gnus-nntp-service, rmail-spool-directory)
16952 (term-file-prefix):
16953 * files.el (save-some-buffers-action-alist):
16954 * cmuscheme.el (same-window-buffer-names):
16955 * ielm.el (same-window-buffer-names):
16956 * shell.el (same-window-buffer-names):
16957 * mail/sendmail.el (same-window-buffer-names):
16958 * progmodes/inf-lisp.el (same-window-buffer-names):
16959 * bindings.el (mode-line-client)
16960 (mode-line-column-line-number-mode-map):
16961 * language/tibetan.el (tibetan-precomposition-rule-regexp)
16962 (tibetan-precomposed-regexp): Purecopy string arguments.
16963
16964 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16965
16966 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
16967 (calcDigit-nondigit):
16968 * calc/calc-yank.el (calc-copy-to-buffer):
16969 * calc/calc-units.el (calc-invalidate-units-table):
16970 * calc/calc-trail.el (calc-trail-yank):
16971 * calc/calc-store.el (calc-insert-variables):
16972 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
16973 * calc/calc-prog.el (calc-read-parse-table):
16974 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
16975 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
16976 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
16977 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
16978 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
16979 (calc-graph-name, calc-graph-find-command, calc-graph-view)
16980 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
16981 * calc/calc-ext.el (calc-realign):
16982 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
16983 (calc-embedded-finish-edit, calc-embedded-make-info)
16984 (calc-embedded-finish-command, calc-embedded-stack-change):
16985 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
16986
16987 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
16988 shell-dynamic-complete-filename in preference to
16989 comint-dynamic-complete-filename.
16990
16991 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
16992 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
16993 Don't consider whether the display supports colors.
16994 (bookmark-import-new-list): Use dolist.
16995 (bookmark-bmenu-mode-map): Move initialization into declaration.
16996 (bookmark-bmenu-list): Use dolist, simplify.
16997 (bookmark-show-all-annotations): Use save-selected-window and dolist.
16998 (menu-bar-final-items): Use push.
16999
17000 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
17001
17002 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
17003 it works on remote files.
17004 (vc-hg-diff): Don't pass any `--cwd' argument.
17005
17006 2009-10-27 Kevin Ryde <user42@zip.com.au>
17007
17008 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17009 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
17010 (Further to Bug#3921).
17011
17012 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
17013
17014 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
17015 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
17016 calling `tramp-imap-put-file'. Add file size to the call.
17017 (tramp-imap-get-file-entries): Compute also user name, file size,
17018 and date.
17019 (tramp-imap-handle-insert-directory): Insert uid and gid.
17020 (tramp-imap-handle-file-attributes): Transform uid and gid
17021 according to `id-format'.
17022 (tramp-imap-put-file): New optional parameter SIZE. Encode file
17023 size in header X-Size.
17024
17025 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
17026
17027 * simple.el (transpose-subr): Give clearer error when the mark
17028 is not set. (Bug#4807)
17029
17030 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
17031
17032 * net/tramp.el (tramp-perl-file-truename): New defconst.
17033 Perl code contributed by yary <not.com@gmail.com> (tiny change).
17034 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
17035 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
17036 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
17037
17038 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
17039 Ignore `dired-call-process'.
17040 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
17041
17042 2009-10-26 Julian Scheid <julians37@gmail.com>
17043
17044 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
17045 (tramp-get-remote-readlink): New defun.
17046 (tramp-handle-file-truename): Use it.
17047 (tramp-handle-file-exists-p): Check file-attributes cache, assume
17048 file exists if cache value present.
17049 (tramp-check-cached-permissions): New defun.
17050 (tramp-handle-file-readable-p): Use it.
17051 (tramp-handle-file-writable-p): Likewise.
17052 (tramp-handle-file-executable-p): Likewise.
17053 (tramp-handle-file-name-all-completions): Try using Perl to get
17054 partial completions. When perl not available, combine `cd' and
17055 `ls' into single remote operation and use shell expansion to get
17056 partial remote directory contents. Set `file-exists-p' cache for
17057 directory and any files returned by ls. Change cache handling to
17058 support partial directory contents. Use error message emitted by
17059 remote `cd' or Perl code for local tramp-error.
17060 (tramp-do-copy-or-rename-file-directly): Avoid separate
17061 tramp-send-command-and-check call.
17062 (tramp-handle-process-file): Merge three remote ops into one.
17063 Do not flush all caches when `process-file-side-effects' is set.
17064 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
17065 file-attributes shows uid/gid to be set already.
17066
17067 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
17068
17069 * textmodes/tex-mode.el (tex-dvi-view-command)
17070 (tex-show-queue-command, tex-open-quote):
17071 * progmodes/ruby-mode.el (auto-mode-alist)
17072 (interpreter-mode-alist): Purecopy strings.
17073
17074 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
17075
17076 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
17077 string for the hook, keymap and abbrev table.
17078
17079 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
17080
17081 * x-dnd.el (x-dnd-xdnd-to-action):
17082 * startup.el (fancy-startup-text, fancy-about-text): Change to
17083 defconst from defvar.
17084
17085 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
17086
17087 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
17088 Purecopy initialization strings.
17089
17090 * mail/sendmail.el (mail-header-separator)
17091 (mail-personal-alias-file):
17092 * mail/rmail.el (rmail-default-dont-reply-to-names)
17093 (rmail-ignored-headers, rmail-retry-ignored-headers)
17094 (rmail-highlighted-headers, rmail-secondary-file-directory)
17095 (rmail-secondary-file-regexp):
17096 * files.el (null-device, file-name-invalid-regexp)
17097 (locate-dominating-stop-dir-regexp)
17098 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
17099 (interpreter-mode-alist): Use mapcar instead of mapc.
17100
17101 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
17102
17103 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
17104 (completion-ignored-extensions):
17105 (debug-ignored-errors): Purecopy strings.
17106
17107 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
17108
17109 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
17110 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
17111 (pcomplete--here): Use push.
17112
17113 * subr.el (all-completions): Declare the 4th arg obsolete.
17114
17115 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
17116
17117 * pcomplete.el (pcomplete-unquote-argument-function): New var.
17118 (pcomplete-unquote-argument): New function.
17119 (pcomplete--common-suffix): Always pay attention to case.
17120 (pcomplete--table-subvert): Quote and unquote the text.
17121 (pcomplete--common-quoted-suffix): New function.
17122 (pcomplete-std-complete): Use it and pcomplete-begin.
17123
17124 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
17125 we're inside a dedicated or minibuffer window.
17126
17127 2009-10-24 Karl Fogel <kfogel@red-bean.com>
17128
17129 * bookmark.el: Update documentation, especially documentation
17130 of `bookmark-alist' and of the bookmark file format.
17131 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
17132
17133 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
17134
17135 * mail/emacsbug.el (report-emacs-bug): Clarify that the
17136 keybindings apply to the mail buffer (Bug#4003). Shrink help
17137 window to buffer.
17138
17139 * whitespace.el (whitespace-mode, whitespace-newline-mode)
17140 (global-whitespace-mode, global-whitespace-newline-mode)
17141 (whitespace-toggle-options, global-whitespace-toggle-options):
17142 Doc fix (Bug#3660).
17143
17144 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
17145 of xmltok-start before the end tag was inserted (Bug#2840).
17146
17147 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
17148 patterns that are preceded by an open-paren (Bug#1320).
17149
17150 2009-10-24 Sven Joachim <svenjoac@gmx.de>
17151
17152 * files.el (delete-directory): Delete symlinks to directories with
17153 delete-file (Bug#4739).
17154
17155 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
17156
17157 * vc.el (vc-backend-for-registration): Rename from
17158 vc-get-backend-for-registration. Update callers.
17159
17160 * international/mule-cmds.el (set-language-info-alist):
17161 Purecopy lang-env.
17162 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
17163 (charset): Purecopy the name.
17164 (define-char-code-property): Purecopy string arguments.
17165
17166 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17167 Purecopy string arguments.
17168
17169 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
17170 * ediff-hook.el (menu-bar-ediff-menu):
17171 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
17172 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
17173
17174 2009-10-24 Glenn Morris <rgm@gnu.org>
17175
17176 * comint.el (comint-dynamic-list-completions):
17177 * term.el (term-dynamic-list-completions): Use choose-completion rather
17178 than obsolete alias mouse-choose-completion.
17179
17180 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
17181 file-cache-choose-completion.
17182 (file-cache-choose-completion): Handle an optional event argument.
17183 (file-cache-mouse-choose-completion): Make it an obsolete alias.
17184
17185 * progmodes/octave-mod.el (octave-complete-symbol):
17186 Use choose-completion if mouse-choose-completion is ever removed.
17187
17188 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
17189 use.
17190
17191 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
17192 compiler.
17193
17194 * vc-hooks.el (vc-responsible-backend): Fix declaration.
17195
17196 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
17197
17198 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
17199 Ignore `pred' now that we receive one.
17200 Handle test-completion specially.
17201
17202 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17203
17204 * vc.el (vc-responsible-backend): Throw an error if not backend is
17205 found. Remove the REGISTER argument. Move the code dealing with
17206 REGISTER ...
17207 (vc-get-backend-for-registration): ... here. New function.
17208 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
17209 of vc-responsible-backend, pass the file name instead of the
17210 directory name.
17211
17212 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
17213
17214 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
17215 New funs.
17216 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
17217 (pcomplete-comint-setup): Don't modify a global var via
17218 accidental side-effects.
17219 (pcomplete-shell-setup): Adjust call accordingly.
17220 (pcomplete-parse-comint-arguments): Use push.
17221
17222 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
17223
17224 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17225 Allow uncapitalized info node names (Bug#3921).
17226
17227 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
17228 to the DEBUG file (Bug#3781).
17229
17230 2009-10-23 Jari Aalto <jari.aalto@cante.net>
17231
17232 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
17233 dictionary entry (Bug#4579).
17234
17235 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
17236
17237 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
17238 from `rfn-eshadow-update-overlay-hook' when unloading.
17239 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
17240 "rsyncc". Adjust doc string.
17241 (tramp-temp-buffer-file-name): New buffer-local defvar.
17242 (tramp-handle-insert-file-contents, tramp-handle-write-region):
17243 Keep temporary file when indicated by method ("rsync" and
17244 "rsyncc").
17245 (tramp-handle-write-region): Handle APPEND.
17246 (tramp-delete-temp-file-function): New defun. Added to
17247 `kill-buffer-hook'.
17248
17249 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
17250
17251 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
17252
17253 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17254
17255 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
17256 (color-name-rgb-alist, tty-standard-colors)
17257 (tty-color-mode-alist): Change to defconst.
17258
17259 * simple.el (mark-inactive): Purecopy message.
17260
17261 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
17262 (global-map, yank-menu):
17263 * textmodes/ispell.el (ispell-menu-map):
17264 * net/eudc.el (eudc-tools-menu):
17265 * international/mule-cmds.el (describe-language-environment-map)
17266 (setup-language-environment-map, set-coding-system-map)
17267 (mule-menu-keymap):
17268 * vc-hooks.el (vc-menu-entry, vc-menu-map):
17269 * replace.el (occur-mode-map):
17270 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
17271
17272 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
17273
17274 * calc/calc.el (math-read-number, math-read-number-simple):
17275 Use `save-match-data'.
17276
17277 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17278
17279 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
17280 rather than fiddling with global-map bindings, since it should only
17281 affect per-terminal settings.
17282 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
17283
17284 * minibuffer.el (completion-table-with-terminator): Allow to specify
17285 the terminator-regexp.
17286
17287 * simple.el (switch-to-completions): Look for *Completions* in other
17288 frames as well.
17289
17290 * pcomplete.el: Allow the use of completion-tables.
17291 (pcomplete-std-complete): New command.
17292 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
17293 (pcomplete--here): Use a function for `form' rather than an expression,
17294 so it can be byte-compiled.
17295 (pcomplete-here, pcomplete-here*): Adjust accordingly.
17296 Add edebug declaration.
17297 (pcomplete-show-completions): Remove unused var `curbuf'.
17298 (pcomplete-do-complete, pcomplete-stub):
17299 Don't assume `completions' is a list of strings any more.
17300
17301 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
17302
17303 * find-dired.el (find-name-arg): Fix typo in docstring.
17304
17305 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17306
17307 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
17308 (pcmpl-linux-fs-types): Same, and update to new modules layout.
17309
17310 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
17311 pcomplete-entries.
17312
17313 * comint.el (comint-read-input-ring, comint-write-input-ring)
17314 (comint-substitute-in-file-name)
17315 (comint-dynamic-complete-as-filename)
17316 (comint-dynamic-simple-complete)
17317 (comint-dynamic-list-filename-completions)
17318 (comint-dynamic-list-completions)
17319 (comint-redirect-results-list-from-process): Minor simplifications.
17320
17321 2009-10-21 Kevin Ryde <user42@zip.com.au>
17322
17323 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
17324 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
17325 the first form. And insert a blank line after ";;; Code" since
17326 that's usual style. (Bug#4612)
17327
17328 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
17329
17330 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17331
17332 * minibuffer.el (completion-table-with-terminator): Properly implement
17333 boundaries, in case `terminator' appears in the suffix.
17334 (completion--embedded-envvar-table): Don't return boundaries if
17335 there's no valid completion. Simplify.
17336 (completion-file-name-table): New completion table extracted from
17337 completion--file-name-table.
17338 (completion--file-name-table): Use it.
17339 (read-file-name-predicate): Declare obsolete.
17340 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
17341 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
17342 completion-file-name-table, and use the `pred' argument.
17343 * files.el (locate-file-completion-table): Use the `pred' arg rather
17344 than read-file-name-predicate.
17345 (abbreviate-file-name): Use \` rather than ^ for BOS.
17346
17347 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
17348
17349 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
17350 vc-responsible-backend to register, it causes problems.
17351
17352 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17353
17354 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
17355
17356 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
17357
17358 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
17359 (tramp-smb-handle-file-attributes): Use it.
17360 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
17361 (tramp-smb-handle-insert-directory): Use `mapc' rather than
17362 `mapcar'. Use `tramp-smb-get-stat-capability'.
17363 Add `dired-filename' text properties.
17364 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
17365 (tramp-smb-maybe-open-connection): Simplify check for smbclient
17366 version.
17367
17368 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
17369
17370 * subr.el (read-key-delay): Reduce to 0.01.
17371 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
17372 (bug#4751).
17373
17374 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
17375
17376 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
17377
17378 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
17379 (Info-menu): Remove unused vars `last' and `completions'.
17380 (Info-index-nodes): Remove unused var `node'.
17381
17382 * info.el (Info-complete-menu-item): Use complete-with-action.
17383
17384 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
17385
17386 Make vc-annotate work through copies and renames.
17387 * vc-annotate.el (vc-annotate-extract-revision-at-line):
17388 Return the file name too.
17389 (vc-annotate-revision-at-line)
17390 (vc-annotate-find-revision-at-line)
17391 (vc-annotate-revision-previous-to-line)
17392 (vc-annotate-show-log-revision-at-line): Update to get the file
17393 name from vc-annotate-extract-revision-at-line.
17394 (vc-annotate-show-diff-revision-at-line-internal): Change the
17395 argument to mean whether to show a file diff or not. Get the file
17396 name from vc-annotate-extract-revision-at-line.
17397 (vc-annotate-show-diff-revision-at-line):
17398 Update vc-annotate-show-diff-revision-at-line call.
17399 (vc-annotate-warp-revision): Add an optional file argument.
17400
17401 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
17402 (vc-git-annotate-extract-revision-at-line): Also return the file
17403 name if found.
17404
17405 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
17406 command. Remove unused code.
17407 (vc-hg-annotate-re): Update to match --follow output.
17408 (vc-hg-annotate-extract-revision-at-line): Also return the file
17409 name if found.
17410
17411 * vc.el: Update annotate-extract-revision-at-line documentation.
17412
17413 2009-10-18 Kevin Ryde <user42@zip.com.au>
17414
17415 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
17416 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
17417
17418 * net/browse-url.el (browse-url): Identify alist with "consp and
17419 not functionp" and let all other things go down the `apply' leg,
17420 as suggested by Stefan. (Further to bug#4531.)
17421
17422 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
17423
17424 * minibuffer.el (read-file-name): Check for repeat before putting
17425 a default argument in file-name-history (Bug#4657).
17426
17427 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
17428 read syntax (Bug#4737).
17429
17430 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
17431
17432 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
17433
17434 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
17435 (html-tag-alist, html-tag-help): Add descriptions for undocumented
17436 entries and make note of obsolete tags.
17437
17438 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
17439
17440 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
17441
17442 2009-10-18 Glenn Morris <rgm@gnu.org>
17443
17444 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
17445 grep, so that binary files (eg international/uni-bidi.el) can match.
17446 Remove test for "UnicodeData" files, since it is hopefully unnecessary
17447 now, and in any case the file header format has changed.
17448
17449 2009-10-17 Glenn Morris <rgm@gnu.org>
17450
17451 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
17452 (flyspell-get-word, flyspell-large-region)
17453 (flyspell-auto-correct-previous-word): Doc/error message fixes.
17454
17455 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
17456
17457 * Makefile.in (ELCFILES): Add ede/shell.
17458
17459 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
17460
17461 * term/common-win.el (x-colors): Purecopy it.
17462
17463 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17464
17465 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
17466 permissive for when the buffer is empty.
17467 (tar-header-block-tokenize): Decode the username and groupname.
17468 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
17469
17470 2009-10-17 Eric Ludlam <zappo@gnu.org>
17471
17472 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
17473 contains multibyte characters, choose first applicable coding
17474 system automatically.
17475
17476 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17477
17478 * international/mule-cmds.el (select-safe-coding-system): If the file
17479 has a coding cookie, use it regardless of any other setting (bug#4712).
17480
17481 2009-10-17 Glenn Morris <rgm@gnu.org>
17482
17483 * foldout.el (foldout-mouse-swallow-events):
17484 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
17485
17486 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
17487 (dired-keep-marker-copy, dired-keep-marker-hardlink)
17488 (dired-keep-marker-symlink, dired-dwim-target)
17489 (dired-copy-preserve-time): Do not autoload these defcustoms.
17490
17491 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
17492 messages from messing up the file coding. (Bug#4623)
17493
17494 2009-10-17 Jari Aalto <jari.aalto@cante.net>
17495
17496 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
17497 if no match is found for the current dictionary. (Bug#4578)
17498
17499 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
17500 optional, since that is how it is documented, and this is often called
17501 with a nil argument. (Bug#4577)
17502 (flyspell-external-point-words, flyspell-auto-correct-word)
17503 (flyspell-correct-word-before-point, flyspell-word-search-forward)
17504 (flyspell-word-search-backward): Remove nil argument in calls to
17505 flyspell-get-word, since it is not needed now.
17506
17507 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
17508
17509 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
17510
17511 2009-10-16 Glenn Morris <rgm@gnu.org>
17512
17513 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
17514
17515 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
17516
17517 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
17518 (ange-ftp-file-size): New function.
17519 (ange-ftp-file-attributes): Use it.
17520
17521 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
17522
17523 * net/tramp-smb.el (tramp-smb-version): New defvar.
17524 (tramp-smb-maybe-open-connection): Use it, in order to avoid
17525 repeated checks.
17526
17527 2009-10-16 Glenn Morris <rgm@gnu.org>
17528
17529 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
17530 Maybe copy some custom properties from old to new name. (Bug#4706)
17531
17532 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
17533
17534 * subr.el (error, sit-for, start-process-shell-command)
17535 (start-file-process-shell-command): Set the calling convention
17536 after the function definition.
17537
17538 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
17539
17540 * subr.el (error, sit-for, start-process-shell-command)
17541 (start-file-process-shell-command): Use the new
17542 set-advertised-calling-convention feature.
17543
17544 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
17545
17546 * international/ucs-normalize.el (ucs-normalize-version):
17547 Change to 1.2.
17548 (check-range): Adjust for Unicode 5.2.
17549
17550 2009-10-15 Juri Linkov <juri@jurta.org>
17551
17552 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
17553 to the `menu-item' format.
17554
17555 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
17556
17557 * net/tramp.el (tramp-replace-environment-variables): Do not fail
17558 if the environment variable does not exist.
17559
17560 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17561 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
17562 parameter.
17563 (tramp-smb-handle-add-name-to-file)
17564 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17565 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17566 (tramp-smb-handle-file-attributes)
17567 (tramp-smb-do-file-attributes-with-stat)
17568 (tramp-smb-handle-file-local-copy)
17569 (tramp-smb-handle-insert-directory)
17570 (tramp-smb-handle-make-directory)
17571 (tramp-smb-handle-make-directory-internal)
17572 (tramp-smb-handle-make-symbolic-link)
17573 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
17574 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
17575 (tramp-smb-maybe-open-connection): Apply the changed parameters.
17576 (tramp-smb-read-file-entry): Read Disk names in compressed format.
17577 Handle long file names.
17578 (tramp-smb-get-cifs-capabilities): Check, whether the connection
17579 process is running.
17580 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
17581 Read share names with "-g" option.
17582
17583 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
17584
17585 * net/rcirc.el (rcirc-view-log-file): New command.
17586 (rcirc-track-minor-mode-map): Remove C-c ` binding.
17587 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
17588 specified.
17589
17590 2009-10-15 Glenn Morris <rgm@gnu.org>
17591
17592 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
17593 from the second command-line argument.
17594 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
17595 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
17596 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
17597 w32-batch-update-autoloads.
17598 * emacs-lisp/autoload.el (autoload-make-program): New variable.
17599 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
17600
17601 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
17602 the headers cannot be located. Simplify, subtracting superflous
17603 save-excursions.
17604
17605 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
17606
17607 Replace completion-base-size by completion-base-position to fix bugs
17608 such as (bug#4699).
17609 * simple.el (completion-base-position): New var.
17610 (completion-base-size): Mark as obsolete.
17611 (choose-completion): Make it work for mouse events as well.
17612 Pass the new base-position to choose-completion-string.
17613 (choose-completion-guess-base-position): New function, extracted from
17614 choose-completion-delete-max-match.
17615 (choose-completion-delete-max-match): Use it. Make obsolete.
17616 (choose-completion-string): Use the new base-position info.
17617 (completion-root-regexp): Delete.
17618 (completion-setup-function): Preserve completion-base-position.
17619 Eliminate obsolete base-size manipulation.
17620 * minibuffer.el (display-completion-list): Don't mess with base-size.
17621 (minibuffer-completion-help): Set completion-base-position instead.
17622 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
17623 choose-completion.
17624 * textmodes/bibtex.el (bibtex-complete):
17625 * emacs-lisp/crm.el (crm--choose-completion-string):
17626 Adjust to new calling convention.
17627 * complete.el (partial-completion-mode): Use minibufferp to avoid
17628 bumping into incompatible change to choose-completion-string-functions.
17629 * ido.el (ido-choose-completion-string): Make its calling convention
17630 more permissive.
17631 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
17632 base-size manipulation.
17633 (comint-dynamic-list-input-ring): Use dotimes and push.
17634 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
17635 fundamental-mode. Use `or'.
17636
17637 2009-10-14 Juri Linkov <juri@jurta.org>
17638
17639 * misearch.el (multi-isearch-next-buffer-from-list)
17640 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
17641
17642 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17643
17644 * Makefile.in (compile-onefile): Load `bytecomp' rather than
17645 `bytecomp.el'.
17646
17647 * minibuffer.el (completion-pcm--merge-completions): Make sure the
17648 string we return is all made up of text from the completions rather
17649 than part from the completions and part from the input (bug#4219).
17650
17651 * ido.el (ido-everywhere): Use define-minor-mode.
17652
17653 * buff-menu.el (list-buffers, ctl-x-map):
17654 Mark the entry points with ;;;###autoload cookies.
17655
17656 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
17657
17658 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
17659 correctly in the detached head case.
17660 (vc-git-print-log): Remove unused binding.
17661
17662 * vc.el (vc-responsible-backend): When a directory is passed for
17663 for registration create a VC repository if no backend is
17664 responsible for the directory argument.
17665 (vc-deduce-fileset): Tell vc-responsible-backend to register.
17666
17667 * vc.el: Move comments about RCS and SCCS ...
17668 * vc-rcs.el:
17669 * vc-sccs.el: ... here, respectively.
17670
17671 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17672
17673 * minibuffer.el (completion--file-name-table): Return nil if there's
17674 no file completion, even if substitute-in-file-name changed
17675 the string (bug#4708).
17676
17677 2009-10-13 Juri Linkov <juri@jurta.org>
17678
17679 * files-x.el (read-file-local-variable-value): Don't filter out
17680 minor modes from mode name completion (bug#4664).
17681
17682 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
17683
17684 * international/mule-cmds.el (ucs-names): Remove exclusion of
17685 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
17686
17687 2009-10-13 Kenichi Handa <handa@m17n.org>
17688
17689 * international/uni-name.el: Regenerated.
17690
17691 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
17692
17693 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
17694 should be automatically buffer-local, but isn't.)
17695
17696 2009-10-12 Sam Steingold <sds@gnu.org>
17697
17698 * progmodes/compile.el (compilation-next-error-function): Fix the
17699 timestamps if the buffer has been visited before.
17700 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
17701 non-anchored patterns, like the perl one (bug#3928).
17702
17703 2009-10-12 Glenn Morris <rgm@gnu.org>
17704
17705 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
17706 Let-bind `size'.
17707
17708 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
17709
17710 * proced.el (proced-unload-function): New function.
17711
17712 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
17713 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
17714 Doc fix.
17715
17716 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
17717
17718 2009-10-11 Juri Linkov <juri@jurta.org>
17719
17720 * files-x.el (read-file-local-variable-value):
17721 Provide default value only for bound variables (bug#4664).
17722
17723 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
17724
17725 * net/tramp.el (tramp-local-host-p): Function shall return nil for
17726 connection methods like smb.
17727
17728 * net/tramp-cache.el (tramp-flush-connection-property): The hash
17729 can be empty.
17730
17731 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17732 (tramp-smb-file-name-handler-alist): Add handlers for
17733 `add-name-to-file', `make-symbolic-link'.
17734 (tramp-smb-handle-add-name-to-file)
17735 (tramp-smb-do-file-attributes-with-stat)
17736 (tramp-smb-handle-make-symbolic-link)
17737 (tramp-smb-get-cifs-capabilities): New defuns.
17738 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17739 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17740 (tramp-smb-handle-file-local-copy)
17741 (tramp-smb-handle-make-directory-internal)
17742 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
17743 The file name syntax depends on cifs capabilities.
17744 (tramp-smb-handle-file-attributes):
17745 Call `tramp-smb-do-file-attributes-with-stat' if possible.
17746 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
17747 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
17748
17749 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
17750
17751 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
17752 (eieio-defclass): Apply deftype handler and setf-method properties
17753 directly.
17754 (eieio-add-new-slot): Avoid union function from cl library.
17755 (eieio--typep): New function.
17756 (eieio-perform-slot-validation): Use it.
17757
17758 2009-10-10 Karl Fogel <kfogel@red-bean.com>
17759
17760 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
17761 Update documentation to refer to the variables documented in r1.135.
17762 (Bug#4188)
17763
17764 2009-10-10 Karl Fogel <kfogel@red-bean.com>
17765
17766 * bookmark.el (Info-suffix-list): Remove this unused variable.
17767 (bookmark-current-point): Remove this obsolete variable.
17768 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
17769 Adjust for removal of bookmark-current-point.
17770
17771 (bookmarks-already-loaded, bookmark-current-buffer)
17772 (bookmark-yank-point): Document. (Bug#4188)
17773
17774 2009-10-10 Glenn Morris <rgm@gnu.org>
17775
17776 * frame.el (frame-height): Doc fix.
17777
17778 * calendar/calendar.el (calendar-split-width-threshold): New option.
17779 (calendar-basic-setup): Use calendar-split-width-threshold.
17780
17781 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
17782
17783 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
17784 Ideographic Supplement" range (U+1F200..U+1F2FF).
17785
17786 2009-10-09 Karl Fogel <kfogel@red-bean.com>
17787
17788 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
17789 since the list will have been rebuilt anyway. (Bug#4349)
17790
17791 2009-10-09 Karl Fogel <kfogel@red-bean.com>
17792
17793 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
17794 (bookmark-bmenu-execute-deletions): Don't save here, as
17795 bookmark-delete will now do so if necessary.
17796 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
17797 (Bug#4348)
17798
17799 2009-10-09 Glenn Morris <rgm@gnu.org>
17800
17801 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
17802
17803 2009-10-09 Karl Fogel <kfogel@red-bean.com>
17804
17805 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
17806 (bookmark-jump-other-window): Just invoke bookmark-jump with new
17807 argument now, so the two function's behaviors will match. (Bug#3645)
17808
17809 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
17810
17811 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
17812 (tramp-file-name-real-host, tramp-file-name-port):
17813 Apply `save-match-data'.
17814
17815 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
17816 case both directories are remote.
17817 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
17818 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
17819
17820 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
17821
17822 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
17823
17824 2009-10-07 Glenn Morris <rgm@gnu.org>
17825
17826 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
17827 of concat.
17828
17829 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
17830
17831 * files-x.el (read-file-local-variable): Include some
17832 non-user-variables in the completion table (bug#4664).
17833
17834 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
17835
17836 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
17837 message.
17838
17839 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17840 (tramp-smb-file-name-handler-alist): Add handler for
17841 `copy-directory', `expand-file-name', `set-file-modes'.
17842 (tramp-smb-handle-copy-directory)
17843 (tramp-smb-handle-expand-file-name)
17844 (tramp-smb-handle-set-file-modes): New defuns.
17845 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
17846 (tramp-smb-handle-file-attributes): Simplify check for retrieving
17847 entry.
17848 (tramp-smb-handle-insert-directory): Don't flush the cache.
17849 (tramp-smb-maybe-open-connection): Check for samba client and
17850 server versions.
17851
17852 2009-10-07 Eli Zaretskii <eliz@gnu.org>
17853
17854 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
17855 to not error out of search for "^lisp=" fails.
17856
17857 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
17858
17859 * makefile.w32-in (WINS_UPDATES): New macro.
17860 (custom-deps, finder-data, autoloads): Use it.
17861
17862 2009-10-07 Glenn Morris <rgm@gnu.org>
17863
17864 * Makefile.in (autoloads): Revert previous change.
17865 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
17866 the list of preloaded files passed on the command-line, get
17867 it from src/Makefile.
17868
17869 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
17870 show the original buffer rather than a random one.
17871
17872 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
17873
17874 * help.el (describe-no-warranty): Place point in a slightly better
17875 position in the GPLv3 text.
17876
17877 2009-10-06 Sam Steingold <sds@gnu.org>
17878
17879 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
17880 the comm attribute is present before calling regexp-quote.
17881
17882 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
17883
17884 * play/animate.el (animate-string): For good effect, make sure
17885 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
17886
17887 * play/animate.el (animate-sequence, animate-birthday-present):
17888 * misc.el (butterfly): Don't set `indent-tabs-mode'.
17889
17890 2009-10-06 Glenn Morris <rgm@gnu.org>
17891
17892 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
17893
17894 * emacs-lisp/autoload.el (autoload-excludes): New variable.
17895 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
17896 (batch-update-autoloads): Process a string value of autoload-excludes,
17897 set during the build process.
17898 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
17899
17900 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
17901 inside with-parsed... macro so that `v' is defined.
17902
17903 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
17904 * progmodes/fortran.el (fortran-end-of-block)
17905 (fortran-beginning-of-block):
17906 Also push mark in the macro case.
17907
17908 * emerge.el (emerge-show-file-name):
17909 * calc/calc.el (calc-quit):
17910 * calc/calc-misc.el (calc-big-or-small):
17911 * calc/calc-graph.el (calc-graph-view):
17912 * calc/calc-ext.el (calc-reset):
17913 * calendar/calendar.el (calendar-basic-setup):
17914 Use window-full-height-p.
17915
17916 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
17917 header we don't understand, don't insert another. (Bug#4624)
17918 If changing mime charset, insert the new one in the right place.
17919
17920 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
17921
17922 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
17923 (cal-tex-cursor-month): Correctly increment the end date for diary and
17924 holiday listing. (Bug#4626)
17925
17926 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
17927
17928 * help-fns.el (describe-function-1): Don't burp if the function is not
17929 a symbol.
17930
17931 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
17932
17933 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
17934 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
17935 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
17936 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
17937
17938 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
17939 (eieio-default-superclass): Reflow docstrings.
17940 (this, class-option-assoc, defclass, eieio-class-un-autoload)
17941 (eieio-unbind-method-implementations, defmethod)
17942 (eieio-validate-slot-value, eieio-validate-class-slot-value)
17943 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
17944 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
17945 (eieio-slot-originating-class-p, eieio-slot-name-index)
17946 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
17947 (constructor, initialize-instance, no-next-method, object-print)
17948 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
17949 Fix typos in docstrings.
17950 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
17951 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
17952 (next-method-p): Doc fixes.
17953 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
17954 Fix typos in error messages.
17955 (eieio-defmethod): Fix typo in description of generic method.
17956
17957 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
17958 (eieio-persistent-save-interactive, slot-missing):
17959 Fix typos in docstrings.
17960 (eieio-instance-inheritor-slot-boundp): Doc fix.
17961
17962 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
17963 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
17964
17965 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
17966 (eieio-custom-object-apply-reset):
17967 Fix typos in docstrings and error messages.
17968
17969 * emacs-lisp/eieio-datadebug.el (data-debug-show):
17970 Fix typo in docstring.
17971
17972 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
17973 (eieio-browse-tree): Doc fix.
17974 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
17975 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
17976 Fix typos in docstrings.
17977
17978 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
17979 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
17980 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
17981 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
17982 Reflow docstrings.
17983
17984 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
17985
17986 * vc-hg.el (log-view-vc-backend): Declare for compiler.
17987 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
17988 Set log-view-vc-backend so that diff can work.
17989
17990 * log-view.el (log-view-diff): Use vc-diff-internal instead of
17991 vc-version-diff.
17992 (vc-diff-internal): Autoload this instead of vc-version-diff.
17993
17994 2009-10-05 Eli Zaretskii <eliz@gnu.org>
17995
17996 * simple.el (eval-expression): Doc fix.
17997
17998 * progmodes/cwarn.el (cwarn-mode): Doc fix.
17999
18000 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
18001
18002 * files.el (directory-files-no-dot-files-regexp): New defconst.
18003 (delete-directory): Use it.
18004 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
18005
18006 * net/tramp.el (tramp-verbose): Fix docstring.
18007 (tramp-methods): Add recursive option to `tramp-copy-args'.
18008 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
18009 "scp1_old", "scp2_old", "rsync", "rsyncc".
18010 (tramp-default-method): Check also for `auth-source-user-or-password'.
18011 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
18012 Add handler for `copy-directory'.
18013 (tramp-handle-copy-directory): New defun.
18014 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
18015 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
18016 Optimize sent command.
18017
18018 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18019
18020 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
18021 window if necessary.
18022
18023 * calendar/calendar.el (calendar-basic-setup): Don't call
18024 switch-to-buffer in a dedicated window.
18025
18026 2009-10-05 Karl Fogel <kfogel@red-bean.com>
18027
18028 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
18029 don't do anything related to relocating, just return nil.
18030 (bookmark-error-no-filename): New error.
18031 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
18032 bookmark has no file. Don't even attempt to handle things that
18033 are not files; the whole point of custom handlers is to keep that
18034 knowledge elsewhere anyway. Tighten some comments.
18035 (bookmark-file-or-variation-thereof): Remove now-unused function.
18036 (bookmark-location): Doc string fix.
18037 (Bug#4250)
18038
18039 2009-10-04 Karl Fogel <kfogel@red-bean.com>
18040
18041 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
18042 don't use a file dialog, because they usually don't know how to read
18043 a directory target from the user. (Bug#4230)
18044 Also, make sure the prompt can display directories as well as files.
18045
18046 2009-10-04 Karl Fogel <kfogel@red-bean.com>
18047
18048 * bookmark.el (bookmark-set, bookmark-buffer-name):
18049 Improve doc strings. (Bug#1193)
18050
18051 2009-10-04 Karl Fogel <kfogel@red-bean.com>
18052
18053 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
18054 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
18055 (bookmark-get-annotation, bookmark-set-annotation)
18056 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
18057 (bookmark-set-position, bookmark-get-front-context-string)
18058 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
18059 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
18060 (bookmark-jump-other-window, bookmark-handle-bookmark)
18061 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
18062 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
18063 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
18064 Improve doc strings to say whether bookmark can be a string or
18065 a record or both, and make other consistency and clarity fixes.
18066 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
18067 (bookmark-default-annotation-text, bookmark-yank-word)
18068 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
18069 (bookmark-import-new-list, bookmark-maybe-rename)
18070 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
18071 (bookmark-bmenu-bookmark): Give these doc strings.
18072 (bookmark-bmenu-check-position): Give this a doc string, but also
18073 add a FIXME comment about how the function may be pointless.
18074 (bookmark-default-handler): Rework doc string and change a
18075 parameter name, to clarify that this takes a bookmark record
18076 not a bookmark name.
18077 (bookmark-set): Change a parameter name to indicate its meaning,
18078 and improve the doc string a bit.
18079 (Bug#4188)
18080
18081 2009-10-04 Karl Fogel <kfogel@red-bean.com>
18082
18083 * bookmark.el (bookmark-alist): Document the new `handler' element
18084 in the param alist.
18085 (bookmark-make-record-function): Adjust documentation for above.
18086 (Bug#4193)
18087
18088 2009-10-04 Karl Fogel <kfogel@red-bean.com>
18089
18090 * info.el (Info-bookmark-make-record): Document this function.
18091 (Info-bookmark-jump): Document with a doc string, not just a comment.
18092 (Bug#4203)
18093
18094 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
18095
18096 * files.el (copy-directory): New defun.
18097
18098 * dired-aux.el (dired-copy-file-recursive): Use it.
18099
18100 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
18101
18102 * files-x.el (modify-dir-local-variable)
18103 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
18104 docstrings.
18105
18106 * recentf.el (recentf-unload-function): New function.
18107
18108 2009-10-04 Glenn Morris <rgm@gnu.org>
18109
18110 * window.el (window-full-height-p): Add doc string.
18111
18112 2009-10-04 Martin Rudalics <rudalics@gmx.at>
18113
18114 * window.el (window-full-height-p): New function. (Bug#4543)
18115
18116 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
18117
18118 * vc.el: Remove commented out code.
18119 (vc-derived-from-dir-mode): Remove, unused.
18120 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
18121
18122 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
18123
18124 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
18125 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
18126 there could be recursive loading when `default-directory' is a
18127 remote file name. (Bug#4614)
18128
18129 2009-10-03 Glenn Morris <rgm@gnu.org>
18130
18131 * calendar/calendar.el (calendar-basic-setup): Handle the case where
18132 the frame is wide.
18133 (calendar-generate-window): Test for shrinkability rather than width.
18134
18135 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
18136 reusing existing buffers, in case we happen to visit two files with the
18137 same basename. (Bug#4593)
18138
18139 2009-10-02 Eli Zaretskii <eliz@gnu.org>
18140
18141 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
18142 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
18143 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
18144 subdirs of cedet as well.
18145 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
18146
18147 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18148
18149 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
18150 Obey advertised-signature-table.
18151
18152 * help-fns.el (help-function-arglist): Don't check
18153 advertised-signature-table.
18154 (describe-function-1): Do it here instead so it also applies to subrs.
18155
18156 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
18157
18158 * simple.el (start-file-process): Say in the doc-string, that file
18159 handlers might not support pty association, if PROGRAM is nil.
18160
18161 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
18162 HOST and USER are strings. They are nil, when there are
18163 incomplete entries in ~/.netrc, for example.
18164 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
18165 root directory ("device busy" error otherwise).
18166
18167 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
18168 Flush file properties of created directory.
18169
18170 2009-10-02 Eli Zaretskii <eliz@gnu.org>
18171
18172 * makefile.w32-in (WINS_BASIC): Remove cedet.
18173 (WINS_CEDET): Add cedet.
18174 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
18175
18176 2009-10-02 Kevin Ryde <user42@zip.com.au>
18177
18178 * net/browse-url.el (browse-url): Pass any symbol in
18179 browse-url-browser-function to `apply', since if you've mistakenly put
18180 an unbound symbol then the error is clearer. (Bug#4531)
18181
18182 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
18183
18184 * allout.el (allout-init, allout-back-to-current-heading)
18185 (allout-beginning-of-current-entry, allout-ascend-to-depth)
18186 (allout-ascend, allout-up-current-level, allout-end-of-level)
18187 (allout-previous-visible-heading, allout-forward-current-level)
18188 (allout-backward-current-level, allout-show-children):
18189 * apropos.el (apropos-describe-plist):
18190 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
18191 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
18192 * completion.el (add-completion, add-permanent-completion):
18193 * descr-text.el (describe-text-category, describe-char):
18194 * desktop.el (desktop-lazy-abort):
18195 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
18196 * dired.el (dired-build-subdir-alist):
18197 * ediff.el (ediff-version):
18198 * elide-head.el (elide-head, elide-head-show):
18199 * emerge.el (emerge-version):
18200 * env.el (getenv):
18201 * face-remap.el (variable-pitch-mode):
18202 * faces.el (describe-face):
18203 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
18204 (dired-at-point):
18205 * files.el (find-file-existing, auto-save-mode):
18206 * font-lock.el (font-lock-fontify-buffer):
18207 * help-fns.el (describe-function, describe-variable)
18208 (describe-syntax, describe-categories):
18209 * help.el (view-lossage, describe-bindings, describe-key)
18210 (describe-mode):
18211 * hexl.el (hexl-current-address):
18212 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
18213 * info.el (Info-goto-emacs-key-command-node):
18214 * log-edit.el (log-edit-insert-cvs-template)
18215 (log-edit-insert-cvs-rcstemplate):
18216 * menu-bar.el (menu-bar-mode):
18217 * mouse.el (mouse-appearance-menu):
18218 * newcomment.el (comment-indent-new-line):
18219 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
18220 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
18221 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
18222 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
18223 * recentf.el (recentf-mode):
18224 * savehist.el (savehist-mode, savehist-save):
18225 * shadowfile.el (shadow-copy-files):
18226 * simple.el (kill-ring-save, next-line, previous-line)
18227 (normal-erase-is-backspace-mode):
18228 * strokes.el (strokes-update-window-configuration)
18229 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
18230 (strokes-xpm-for-stroke):
18231 * time.el (emacs-uptime, emacs-init-time):
18232 * tutorial.el (tutorial--describe-nonstandard-key)
18233 (tutorial--detailed-help):
18234 * type-break.el (type-break-mode)
18235 (type-break-mode-line-message-mode, type-break-query-mode)
18236 (type-break-guesstimate-keystroke-threshold):
18237 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
18238 * version.el (emacs-version):
18239 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
18240 * winner.el (winner-mode):
18241 * calendar/timeclock.el (timeclock-in, timeclock-out)
18242 (timeclock-status-string, timeclock-change)
18243 (timeclock-workday-remaining-string)
18244 (timeclock-workday-elapsed-string)
18245 (timeclock-when-to-leave-string):
18246 * calendar/todo-mode.el (todo-add-category):
18247 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
18248 * emacs-lisp/autoload.el (update-file-autoloads):
18249 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
18250 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
18251 (checkdoc-message-text, checkdoc-defun):
18252 * emacs-lisp/debug.el (debugger-list-functions):
18253 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18254 * emacs-lisp/eieio-opt.el (eieio-describe-class)
18255 (eieio-describe-generic):
18256 * emacs-lisp/lisp-mnt.el (lm-synopsis):
18257 * emacs-lisp/shadow.el (list-load-path-shadows):
18258 * emulation/cua-base.el (cua-mode):
18259 * emulation/edt.el (edt-set-scroll-margins):
18260 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
18261 (tpu-toggle-regexp, tpu-toggle-search-direction)
18262 (tpu-toggle-rectangle, tpu-toggle-control-keys):
18263 * emulation/tpu-extras.el (tpu-set-scroll-margins):
18264 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
18265 (viper-set-parsing-style-toggling-macro)
18266 (viper-set-emacs-state-searchstyle-macros):
18267 * emulation/viper.el (viper-set-hooks):
18268 * eshell/esh-mode.el (eshell-truncate-buffer):
18269 * international/mule-cmds.el (prefer-coding-system)
18270 (describe-input-method, describe-language-environment):
18271 * international/mule-diag.el (list-character-sets)
18272 (describe-character-set, describe-coding-system)
18273 (describe-fontset, list-fontsets, list-input-methods):
18274 * mail/sendmail.el (mail-signature):
18275 * net/ange-ftp.el (ange-ftp-copy-file):
18276 * net/browse-url.el (browse-url):
18277 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
18278 * net/quickurl.el (quickurl-add-url):
18279 * net/rcirc.el (names, topic):
18280 * net/xesam.el (xesam-mode):
18281 * play/5x5.el (5x5-new-game):
18282 * play/yow.el (apropos-zippy):
18283 * progmodes/ada-mode.el (ada-mode-version):
18284 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
18285 (f90-end-of-block)
18286 (f90-beginning-of-block):
18287 * progmodes/fortran.el (fortran-end-of-block)
18288 (fortran-beginning-of-block):
18289 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
18290 * progmodes/python.el (python-describe-symbol, python-shell):
18291 * term/ns-win.el (ns-print-buffer):
18292 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
18293 * textmodes/flyspell.el (flyspell-mode-on):
18294 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
18295 (pages-directory-for-addresses):
18296 * textmodes/table.el (table-recognize-cell)
18297 (table-query-dimension, table-generate-source)
18298 (table-insert-sequence, table--warn-incompatibility):
18299 * textmodes/tex-mode.el (tex-validate-buffer):
18300 * textmodes/texinfmt.el (texinfmt-version)
18301 (texinfo-format-buffer):
18302 Use `called-interactively-p' instead of `interactive-p'.
18303
18304 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
18305
18306 * image-mode.el (image-toggle-display):
18307 * emacs-lisp/elp.el (elp-instrument-function):
18308 * emacs-lisp/advice.el (ad-make-advised-definition):
18309 * emacs-lisp/easy-mmode.el (define-minor-mode):
18310 * net/browse-url.el (browse-url-maybe-new-window):
18311 * progmodes/sh-script.el (sh-learn-buffer-indent):
18312 Pass new argument 'any to `called-interactively-p'.
18313
18314 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
18315
18316 * international/uni-bidi.el:
18317 * international/uni-category.el:
18318 * international/uni-combining.el:
18319 * international/uni-comment.el:
18320 * international/uni-decimal.el:
18321 * international/uni-decomposition.el:
18322 * international/uni-digit.el:
18323 * international/uni-lowercase.el:
18324 * international/uni-mirrored.el:
18325 * international/uni-name.el:
18326 * international/uni-numeric.el:
18327 * international/uni-old-name.el:
18328 * international/uni-titlecase.el:
18329 * international/uni-uppercase.el:
18330 Regenerate from Unicode 5.2.0 data.
18331
18332 2009-10-01 Glenn Morris <rgm@gnu.org>
18333
18334 * Makefile.in (ELCFILES): Regenerate.
18335
18336 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18337
18338 * subr.el (interactive-p): Mark obsolete.
18339 (called-interactively-p): Make the optional-ness of `kind' obsolete.
18340 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
18341 advertised-signature-table for subroutines as well.
18342
18343 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
18344 (set-advertised-calling-convention): New function.
18345 (make-obsolete, define-obsolete-function-alias)
18346 (make-obsolete-variable, define-obsolete-variable-alias):
18347 Make the optional-ness of `when' obsolete.
18348 (define-obsolete-face-alias): Make `when' non-optional.
18349 * help-fns.el (help-function-arglist):
18350 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
18351 Use advertised-signature-table.
18352
18353 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
18354
18355 * files.el (delete-directory): New defun. The original function
18356 in fileio.c has been renamed to `delete-directory-internal'.
18357
18358 * dired.el (dired-delete-file): Call `delete-directory' with
18359 RECURSIVE parameter.
18360
18361 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
18362 parameter RECURSIVE. Implementation is missing.
18363
18364 * net/tramp.el (tramp-handle-make-directory): Flush upper
18365 directory's file properties.
18366 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
18367 (tramp-handle-dired-recursive-delete-directory): Flush directory
18368 properties after the remove command only.
18369
18370 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
18371 Handle optional parameter RECURSIVE.
18372
18373 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
18374 Handle optional parameter RECURSIVE.
18375
18376 * net/tramp-smb.el (tramp-smb-errors): Add error message for
18377 connection timeout.
18378 (tramp-smb-handle-delete-directory): Handle optional parameter
18379 RECURSIVE.
18380
18381 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18382
18383 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
18384 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
18385 (byte-compile-defmacro): Use backquotes.
18386
18387 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
18388
18389 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
18390 has no associated file.
18391 (vc-resynch-buffer): Use vc-dir-buffers.
18392
18393 2009-10-01 Glenn Morris <rgm@gnu.org>
18394
18395 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
18396 (chart-file-count):
18397 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
18398 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
18399 * emacs-lisp/eieio-opt.el (eieio-describe-class):
18400 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
18401 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
18402 (eieio-copy-parents-into-subclass, make-instance, class-children)
18403 (eieio-generic-form):
18404
18405 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
18406 match-data. (Bug#4555).
18407
18408 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
18409 rather than parsing it as a regexp. This relaxes the layout
18410 requirements and makes errors easier to detect.
18411 (check-declare-verify): Check file is regular.
18412 (check-declare-directory): Doc fix.
18413 * subr.el (declare-function): Doc fix.
18414
18415 * ibuffer.el (ibuffer-format-qualifier):
18416 * isearch.el (hi-lock-regexp-okay):
18417 * calc/calc.el (math-zerop):
18418 * mail/uce.el (rmail-msgbeg, rmail-msgend):
18419 * term/w32-win.el (setup-default-fontset, set-fontset-font):
18420 Remove unused declarations.
18421
18422 2009-09-30 Eric Ludlam <zappo@gnu.org>
18423
18424 * emacs-lisp/eieio.el (boolean-p): Delete.
18425
18426 2009-09-30 Glenn Morris <rgm@gnu.org>
18427
18428 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
18429
18430 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
18431 filename is not a string.
18432
18433 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
18434
18435 * files.el (safe-local-eval-forms): Fix typo.
18436
18437 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
18438
18439 * vc-hooks.el (vc-dir-buffers): New var.
18440 (vc-state-refresh): New function.
18441 (vc-state): Use it.
18442 (vc-after-save): Always ask the backend to recompute the new state.
18443 Always call vc-dir if necessary, using vc-dir-buffers.
18444 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
18445 Use vc-dir-buffers.
18446 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
18447 (vc-dir-prepare-status-buffer, vc-dir-update)
18448 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
18449 Don't call expand-file-name on default-directory.
18450
18451 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
18452
18453 * speedbar.el (speedbar-item-delete):
18454 * calc/calc-prog.el (calc-kbd-if):
18455 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
18456
18457 * epa.el (epa-key-list-mode-map):
18458 * hi-lock.el (hi-lock-menu): Fix typos in menus.
18459
18460 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
18461 (hs-show-hook): Fix typo in docstring.
18462
18463 2009-09-29 Glenn Morris <rgm@gnu.org>
18464
18465 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
18466 file-name-nondirectory call preventing location of cedet files.
18467 (check-declare-verify): Use literal search rather than re-search.
18468 Add basic defmethod and defclass, and define-overloadable-function.
18469
18470 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18471 Use tramp-compat-file-attributes rather than nonexistent
18472 tramp-compat-handle-file-attributes.
18473
18474 * Makefile.in (lisptagsfiles4): New.
18475 (AUTOGENEL): Add cedet loaddefs files.
18476 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
18477 (update-elclist, compile-always, backup-compiled-files)
18478 (bootstrap-clean): Add yet another directory level.
18479 (update-elclist): Use LC_COLLATE rather than COLLATE.
18480 (ELCFILES): Update, via `make update-elclist'.
18481
18482 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
18483
18484 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
18485 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
18486 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
18487
18488 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
18489
18490 * Makefile.in (lisptagsfiles3): Define.
18491 (TAGS, TAGS-LISP): Use it.
18492 (update-elclist): Add third directory level to look for elc files.
18493 (compile-always): Likewise.
18494 (backup-compiled-files): Likewise.
18495 (bootstrap-clean): Likewise.
18496 (ELCFILES): Update.
18497
18498 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
18499
18500 * Makefile.in (ELCFILES): Add CEDET files.
18501
18502 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
18503
18504 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
18505
18506 * net/tramp.el (top): Require tramp-imap.
18507
18508 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18509 Use `tramp-compat-handle-file-attributes'.
18510
18511 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
18512
18513 * net/tramp-imap.el: New package.
18514
18515 2009-09-28 Eric Ludlam <zappo@gnu.org>
18516
18517 * emacs-lisp/chart.el:
18518 * emacs-lisp/eieio-base.el:
18519 * emacs-lisp/eieio-comp.el:
18520 * emacs-lisp/eieio-custom.el:
18521 * emacs-lisp/eieio-datadebug.el:
18522 * emacs-lisp/eieio-opt.el:
18523 * emacs-lisp/eieio-speedbar.el:
18524 * emacs-lisp/eieio.el: New files.
18525
18526 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18527
18528 * whitespace.el (whitespace-trailing-regexp)
18529 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
18530 Fix doc string.
18531
18532 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
18533
18534 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
18535 menu.
18536
18537 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
18538 menu-bar-ediff-menu.
18539
18540 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
18541 define-overloadable-function.
18542
18543 * progmodes/autoconf.el: Provide autoconf as well, so that this
18544 file can be `require'd.
18545
18546 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
18547
18548 * emacs-lisp/autoload.el (generated-autoload-feature)
18549 (generated-autoload-load-name): New vars.
18550 (autoload-rubric, autoload-generate-file-autoloads): Use them.
18551 (make-autoload): Recognize define-overloadable-function and
18552 defclass forms (for EIEIO).
18553
18554 * Makefile.in (update-subdirs): Exclude cedet directory.
18555
18556 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
18557
18558 * term/ns-win.el: Don't set the region face background. (Bug#4381)
18559
18560 * faces.el: Default light-background background for region face to
18561 ns_selection_color under NS.
18562
18563 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
18564
18565 * net/imap-hash.el: New library, see NEWS.
18566
18567 * Makefile.in (ELCFILES): Add imap-hash.el.
18568
18569 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
18570
18571 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
18572 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
18573 * help-macro.el (make-help-screen): Avoid using an ambiguous function
18574 definition where the docstring could be taken for the return value.
18575
18576 2009-09-26 Glenn Morris <rgm@gnu.org>
18577
18578 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
18579 Add option to only show images below a certain size.
18580 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
18581 save-excursion calls.
18582
18583 2009-09-26 Eli Zaretskii <eliz@gnu.org>
18584
18585 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
18586 subdirectories) and eieio.
18587
18588 2009-09-26 Alan Mackenzie <acm@muc.de>
18589
18590 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18591 Correct buggy bracketing. (Bug#4289)
18592
18593 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
18594 character constants (as case labels). (Bug#4289)
18595
18596 2009-09-25 Juri Linkov <juri@jurta.org>
18597
18598 * files.el (safe-local-eval-forms): Allow time-stamp in
18599 before-save-hook (Bug#4554).
18600
18601 2009-09-25 Drew Adams <drew.adams@oracle.com>
18602
18603 * menu-bar.el (list-buffers-directory): Doc fix.
18604
18605 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
18606
18607 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
18608 Try and avoid copying twice the same paragraph.
18609 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
18610 Remove save-excursion.
18611 (log-edit-changelog-entry): Do it here instead.
18612
18613 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
18614
18615 * bs.el (bs--get-file-name): Use `list-buffers-directory'
18616 when available, instead of hardcoding mode names. Doc fix.
18617
18618 * menu-bar.el (list-buffers-directory): Add docstring.
18619 Make automatically buffer-local.
18620
18621 * dired.el (dired-mode):
18622 * files.el (cd-absolute):
18623 * pcvs.el (cvs-temp-buffer):
18624 * pcvs-util.el (cvs-get-buffer-create):
18625 * shell.el (shell-mode):
18626 * vc-dir.el (vc-dir-mode):
18627 Don't make `list-buffers-directory' buffer local.
18628
18629 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
18630
18631 * comint.el (comint-exec, comint-run, make-comint):
18632 Doc fixes (Bug#4542).
18633
18634 2009-09-25 Glenn Morris <rgm@gnu.org>
18635
18636 * mail/rmailmm.el (rmail-mime): New custom group.
18637 Move all defcustoms in this file into this group.
18638 (rmail-mime-media-type-handlers-alist): Revert previous change.
18639 (rmail-mime-show-images): New option.
18640 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
18641 references to it, since it wasn't actually used for anything.
18642 (rmail-mime-insert-image): New function.
18643 (rmail-mime-image): Use rmail-mime-insert-image.
18644 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
18645 obey the value of `rmail-mime-show-images' option. Print the size of
18646 attachments.
18647
18648 2009-09-25 David Engster <deng@randomsample.de>
18649
18650 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
18651
18652 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18653
18654 * whitespace.el: Does not highlight trailing spaces While point is
18655 at end of line. Does not highligt spaces at beginning of buffer
18656 while point is at beginning of buffer. Does not highlight spaces
18657 at end of buffer while point is at end of buffer. (Bug#4177)
18658 New version 12.0.
18659 (whitespace-display-mappings): Adjust initialization.
18660 (whitespace-point, whitespace-font-lock-refontify): New vars.
18661 (whitespace-color-on, whitespace-color-off): Adjust code.
18662 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
18663 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
18664 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
18665
18666 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
18667
18668 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
18669
18670 * textmodes/sgml-mode.el: Remove xml-mode alias.
18671
18672 * files.el (auto-mode-alist, conf-mode-maybe)
18673 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
18674
18675 2009-09-24 Alan Mackenzie <acm@muc.de>
18676
18677 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
18678 c-forward-conditionals, but it doesn't move point and doesn't set
18679 the mark.
18680 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
18681 (c-down-conditional-with-else, c-backward-conditional)
18682 (c-forward-conditional): Refactor to use c-scan-conditionals.
18683
18684 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
18685
18686 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
18687 (help-default-arg-highlight): Remove.
18688 (help-highlight-arg): New function.
18689 (help-do-arg-highlight): Use it.
18690 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
18691
18692 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18693
18694 * term.el (term-set-scroll-region, term-handle-ansi-escape):
18695 Undo last change, which didn't fix the problem and introduced others.
18696
18697 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
18698
18699 * progmodes/gdb-mi.el: Don't require speedbar.
18700 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
18701
18702 2009-09-24 Glenn Morris <rgm@gnu.org>
18703
18704 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
18705
18706 * term/ns-win.el (ns-reg-to-script): Define for compiler.
18707
18708 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
18709 there is no newline after the final mime boundary. (Bug#4539)
18710 Move markers on insertion so that any buttons inserted don't end up in
18711 the next part of a multipart message.
18712 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
18713 (rmail-mime-bulk-handler): Optionally handle images.
18714 (rmail-mime-image): New button action.
18715 (rmail-mime-image-handler): New function.
18716 (rmail-mime-mode): New mode.
18717 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
18718
18719 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18720
18721 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
18722 than just dropping elements from it (bug#4504).
18723
18724 * term.el (term-set-scroll-region): Don't move cursor any more.
18725 (term-handle-ansi-escape): Call term-goto here instead.
18726 Suggested by Ivan Kanis <apple@kanis.eu>.
18727
18728 * term.el: Require CL.
18729 (term-ansi-reset): New function.
18730 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
18731 (term-handle-colors-array): Simplify.
18732
18733 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
18734
18735 * allout.el (allout-overlay-interior-modification-handler)
18736 (allout-obtain-passphrase):
18737 * epa-file.el (epa-file-write-region):
18738 * ps-print.el (ps-begin-job):
18739 * vc-hooks.el (vc-toggle-read-only):
18740 * vc-rcs.el (vc-rcs-rollback):
18741 * vc-sccs.el (vc-sccs-rollback):
18742 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
18743 (vc-version-diff, vc-revert, vc-rollback):
18744 * wdired.el (wdired-check-kill-buffer):
18745 * emacs-lisp/authors.el (authors):
18746 * net/socks.el (socks-open-connection):
18747 * net/zeroconf.el (zeroconf-service-add-hook):
18748 * obsolete/vc-mcvs.el (vc-mcvs-register):
18749 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
18750 (gdb-select-frame):
18751 * progmodes/grep.el (lgrep, rgrep):
18752 * progmodes/idlw-help.el (idlwave-help-check-locations)
18753 (idlwave-help-html-link, idlwave-help-assistant-open-link):
18754 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
18755 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
18756 (reftex-toc-rename-label): Fix typos in error messages.
18757
18758 * dired-aux.el (dired-do-shell-command): Reflow docstring.
18759 (dired-copy-how-to-fn): Doc fix.
18760 (dired-files-attributes, dired-read-shell-command):
18761 Fix typos in docstrings.
18762
18763 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
18764 (dired-x-find-file-other-window): Reflow docstrings.
18765 (dired-omit-marker-char, dired-read-shell-command)
18766 (dired-x-submit-report): Fix typos in docstrings.
18767
18768 * shell.el (shell-mode-hook):
18769 * view.el (View-scroll-line-forward):
18770 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
18771 Fix typos in docstrings.
18772
18773 * net/dig.el (dig-invoke): Fix typo in docstring.
18774 (query-dig): Reflow docstring.
18775
18776 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
18777 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
18778 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
18779 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
18780 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
18781 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
18782 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
18783 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
18784 (idlwave-completion-map, idlwave-current-indent)
18785 (idlwave-custom-ampersand-surround, idlwave-customize)
18786 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
18787 (idlwave-define-abbrev, idlwave-determine-class-special)
18788 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
18789 (idlwave-end-block-reg, idlwave-end-of-statement)
18790 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
18791 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
18792 (idlwave-explicit-class-listed, idlwave-file-header)
18793 (idlwave-fill-paragraph, idlwave-find-class-definition)
18794 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
18795 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
18796 (idlwave-in-quote, idlwave-indent-action-table)
18797 (idlwave-indent-expand-table, idlwave-indent-line)
18798 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
18799 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
18800 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
18801 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
18802 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
18803 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
18804 (idlwave-outlawed-buffers, idlwave-popup-select)
18805 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
18806 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
18807 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
18808 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
18809 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
18810 (idlwave-statement-type, idlwave-struct-skip)
18811 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
18812 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
18813 (idlwave-what-module-find-class): Fix typos in docstrings.
18814 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
18815 (idlwave-calculate-cont-indent, idlwave-expand-equal)
18816 (idlwave-find-module, idlwave-find-structure-definition)
18817 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
18818 (idlwave-list-load-path-shadows, idlwave-next-statement)
18819 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
18820 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
18821 (idlwave-template): Reflow docstrings.
18822
18823 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
18824 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
18825 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
18826 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
18827 (idlwave-shell-display-line, idlwave-shell-display-wframe)
18828 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
18829 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
18830 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
18831 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
18832 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
18833 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
18834 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
18835 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
18836 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
18837 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
18838 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
18839 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
18840 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
18841 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
18842 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
18843 Fix typos in docstrings.
18844 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
18845 (idlwave-shell-hide-output, idlwave-shell-mode)
18846 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
18847 Reflow docstrings.
18848
18849 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
18850
18851 2009-09-24 Ivan Kanis <apple@kanis.eu>
18852
18853 * term.el (term-bold-attribute): New var.
18854 (term-handle-colors-array): Use it.
18855
18856 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
18857
18858 * progmodes/gdb-mi.el (gdb-version): New variable.
18859 (gdb-non-stop-handler): Set gdb-version.
18860 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
18861 Condition "--thread" option on gdb-version.
18862 (gdb-invalidate-threads): Remove unused argument.
18863
18864 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18865
18866 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
18867 to looking-back to avoid ridiculous slow down in large files (bug#4511).
18868
18869 2009-09-23 Glenn Morris <rgm@gnu.org>
18870
18871 * mail/rmail.el (rmail-reply): Don't try to add a References header when
18872 replying to mail without References or Message-Id. (Bug#4525)
18873
18874 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
18875
18876 * term/ns-win.el (ns-reg-to-script): New variable.
18877
18878 2009-09-23 Daiki Ueno <ueno@unixuser.org>
18879
18880 * epg.el (epg-wait-for-status): Preserve existing 'error results.
18881
18882 2009-09-22 Sam Steingold <sds@gnu.org>
18883
18884 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
18885 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
18886 to 1 because hg returns status 1 when nothing is found.
18887 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
18888
18889 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
18890
18891 * textmodes/fill.el: Convert to utf-8 encoding.
18892 (fill-french-nobreak-p): Remove redundant » and « inherited from our
18893 pre-Unicode days.
18894
18895 * add-log.el (change-log-fill-forward-paragraph): New function.
18896 (change-log-mode): Use it so fill-region DTRT.
18897 Set fill-indent-according-to-mode here rather than in
18898 change-log-fill-paragraph.
18899 (change-log-fill-paragraph): Remove.
18900
18901 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
18902
18903 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
18904 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
18905
18906 2009-09-22 Glenn Morris <rgm@gnu.org>
18907
18908 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
18909 the scroll-bar scroll the calendar window rather than the buffer.
18910
18911 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
18912 commands that move point (as opposed to scrolling).
18913
18914 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
18915
18916 * emacs-lisp/elint.el (elint): New custom group.
18917 (elint-log-buffer): Make it a defcustom.
18918 (elint-scan-preloaded, elint-ignored-warnings)
18919 (elint-directory-skip-re): New options.
18920 (elint-builtin-variables): Doc fix.
18921 (elint-preloaded-env): New variable.
18922 (elint-unknown-builtin-args): Add an entry for encode-time.
18923 (elint-extra-errors): Make it a variable rather than a constant.
18924 (elint-preloaded-skip-re): New constant.
18925 (elint-directory): Skip files matching elint-directory-skip-re.
18926 (elint-features): New variable, local to linted buffers.
18927 (elint-update-env): Initialize elint-features. Possibly add
18928 elint-preloaded-env to the buffer's environment.
18929 (elint-get-top-forms): Bind elint-current-pos, for log messages.
18930 Skip quoted forms.
18931 (elint-init-form): New function, extracted from elint-init-env.
18932 Make non-list forms a warning rather than an error.
18933 Add the mode-map for define-derived-mode. Handle define-minor-mode,
18934 easy-menu-define, put that adds an error-condition, and provide.
18935 When requiring cl, also require cl-macs. Really require cl, to handle
18936 some cl macros. Store required libraries in the list elint-features,
18937 so as not to re-load them. Treat cc-require like require.
18938 (elint-init-env): Call elint-init-form to do the work.
18939 Handle eval-and-compile and such like.
18940 (elint-add-required-env): Do not clear messages.
18941 (elint-special-forms): Add handlers for function, defalias, if, when,
18942 unless, and, or.
18943 (elint-form): Add optional argument to ignore elint-special-forms,
18944 useful to prevent recursive calls from handlers. Doc fix.
18945 Respect elint-ignored-warnings.
18946 (elint-form): Respect elint-ignored-warnings.
18947 (elint-bound-variable, elint-bound-function): New variables.
18948 (elint-unbound-variable): Respect elint-bound-variable.
18949 (elint-get-args): Respect elint-bound-function.
18950 (elint-check-cond-form): Add some simple handling for (f)boundp and
18951 featurep tests.
18952 (elint-check-defalias-form): New handler.
18953 (elint-check-let-form): Make an empty let a warning rather than an
18954 error.
18955 (elint-check-setq-form): Make an empty setq a warning rather than an
18956 error. Respect elint-ignored-warnings.
18957 (elint-check-defvar-form): Accept null doc-strings.
18958 (elint-check-conditional-form): New handler. Does some simple-minded
18959 checking of featurep and (f)boundp tests.
18960 (elint-put-function-args): New function.
18961 (elint-initialize): Use elint-scan-doc-file rather than
18962 elint-find-builtin-variables. Use elint-put-function-args.
18963 Possibly scan preloaded-file-list.
18964 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
18965 extend to handle functions as well.
18966
18967 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
18968
18969 * linum.el (linum-delete-overlays, linum-update-window):
18970 Do not modify the right margin. (Bug#3971)
18971
18972 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
18973
18974 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
18975 Use nxml-mode instead of xml-mode.
18976
18977 2009-09-21 Kevin Ryde <user42@zip.com.au>
18978
18979 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
18980
18981 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
18982
18983 * net/dig.el (dig-mode): Use define-derived-mode.
18984
18985 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
18986
18987 * vc-dispatcher.el (vc-do-command): Return the process object in
18988 the asynchronous case. Use when instead of if. Do not run
18989 vc-exec-after to display a message if not enabled. (Bug#4463)
18990
18991 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
18992 properties to the stash strings.
18993 (vc-git-stash-list): Return a list of strings.
18994 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
18995 (vc-git-stash-show-at-point): New functions.
18996 (vc-git-stash-map): New keymap.
18997
18998 * register.el (ctl-x-r-map): Define the keys here instead of
18999 using autoload.
19000
19001 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
19002
19003 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
19004 list, to workaround performance problem (bug#4485).
19005
19006 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
19007
19008 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
19009
19010 2009-09-20 Daiki Ueno <ueno@unixuser.org>
19011
19012 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
19013 Document that this option is not recommended to use.
19014
19015 2009-09-19 Glenn Morris <rgm@gnu.org>
19016
19017 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
19018 variable `var'.
19019
19020 * calc/calc-alg.el (var):
19021 * calc/calcalg2.el (var): Define for compiler.
19022
19023 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
19024
19025 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
19026 Doc fix (Bug#3932).
19027
19028 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
19029
19030 * time-stamp.el (time-stamp-month-dd-yyyy)
19031 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
19032 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
19033 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
19034 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
19035 Remove functions that have been obsolete since 1995 (Bug#4436).
19036
19037 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
19038 indent buffer only if called interactively (Bug#4452).
19039
19040 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
19041 Eli Zaretskii <eliz@gnu.org>
19042
19043 This fixes bug#4197 (merged to bug#865, though not identical).
19044 * server.el (server-auth-dir): Add docstring note about FAT32.
19045 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
19046 but warn against using them.
19047
19048 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
19049
19050 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
19051 older GDB where there is no has_more field.
19052
19053 2009-09-19 Glenn Morris <rgm@gnu.org>
19054
19055 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
19056
19057 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
19058
19059 * files.el (auto-mode-alist): Change default for XML files to nXML
19060 mode (Bug#4169).
19061
19062 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
19063
19064 * server.el (server-ensure-safe-dir): Pass 'integer
19065 to `file-attributes', as suggested.
19066
19067 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
19068
19069 * dired-aux.el (dired-query-alist): Remove spurious backslash.
19070 (dired-query): Use read-key.
19071
19072 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
19073
19074 * cus-start.el (ns-use-qd-smoothing): Remove.
19075
19076 2009-09-18 Glenn Morris <rgm@gnu.org>
19077
19078 * allout.el (top-level): Remove unnecessary progn.
19079
19080 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
19081
19082 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
19083 definition of abbrev table.
19084
19085 * speedbar.el (speedbar-track-mouse):
19086 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
19087 * net/eudc.el (eudc-expand-inline):
19088 * net/newst-backend.el (newsticker--cache-read-feed):
19089 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
19090 condition-case handlers.
19091
19092 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
19093
19094 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
19095 (gdb-var-list): Add an element for has_more field.
19096 (gdb-non-stop-handler): Enable pretty printing for STL containers.
19097 (gdb-var-create-handler, gdb-var-list-children-handler-1)
19098 (gdb-var-update-handler-1): Parse output of dynamic variable
19099 objects (STL containers).
19100 (gdb-var-delete-1): Pass var1 as an explicit second argument.
19101 (gdb-get-field): Delete alias. Use bindat-get-field directly.
19102
19103 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
19104 gdb-var-list.
19105 (gud-speedbar-buttons): Make node expandable if expression "has more"
19106 children.
19107
19108 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
19109
19110 * startup.el (emacs-quick-startup): Remove variable and all uses.
19111 (command-line): Set `inhibit-x-resources' instead.
19112 (command-line-1): Use `inhibit-x-resources' instead.
19113
19114 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
19115
19116 * subr.el: Fix last change to avoid using the `unless' macro,
19117 which breaks bootstrapping.
19118
19119 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19120
19121 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
19122 extended definitions, in case we reload subr.el after having
19123 loaded CL.
19124 (eval-next-after-load): Mark as obsolete.
19125
19126 2009-09-17 Juri Linkov <juri@jurta.org>
19127
19128 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
19129 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
19130 (menu-bar-showhide-menu, menu-bar-tools-menu)
19131 (menu-bar-describe-menu, menu-bar-help-menu)
19132 (minibuffer-local-completion-map, minibuffer-local-map):
19133 Fix list quoting.
19134
19135 2009-09-17 Glenn Morris <rgm@gnu.org>
19136
19137 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
19138 arguments, whether or not it has a handler.
19139
19140 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
19141
19142 * simple.el (hard-newline): Give it a doc-string.
19143
19144 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19145 (lisp-mode-syntax-table): Give them doc-strings.
19146
19147 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
19148
19149 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
19150 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
19151 (menu-bar-options-menu, menu-bar-showhide-menu)
19152 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
19153 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
19154 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
19155 (menu-bar-options-menu, menu-bar-tools-menu)
19156 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
19157 (menu-bar-help-menu):
19158 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
19159 string arguments.
19160
19161 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
19162 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
19163 calls for the menu names and :help.
19164
19165 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19166
19167 * mouse.el (minor-mode-menu-from-indicator): Pay attention
19168 to :minor-mode-function (bug#4455).
19169
19170 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
19171
19172 * startup.el (command-line): Initialize the window-system after
19173 processing the command-line.
19174
19175 * textmodes/page.el (what-page): Make sure we don't inf-loop if
19176 page-delimiter matches the empty string.
19177
19178 2009-09-16 Glenn Morris <rgm@gnu.org>
19179
19180 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
19181 byte-compile-not-obsolete-var. It's a list now.
19182 (byte-compile-not-obsolete-funcs): New variable.
19183 (byte-compile-warn-obsolete): Don't warn about functions if they are in
19184 byte-compile-not-obsolete-funcs.
19185 (byte-compile-variable-ref, byte-compile-defvar): Update for
19186 byte-compile-not-obsolete-vars name-change and list nature.
19187 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
19188 and variables behind (f)boundp tests.
19189 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
19190
19191 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19192
19193 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
19194
19195 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19196
19197 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
19198 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
19199 Don't autoload.
19200
19201 2009-09-15 Stephen Eglen <stephen@gnu.org>
19202
19203 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
19204 the virtual-buffers, use the name of the buffer specified by
19205 find-file-noselect, as the match may be a symlink. (This was a
19206 problem if the target and the symlink had different names.)
19207
19208 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19209
19210 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
19211
19212 * desktop.el (desktop-path): Check user-emacs-directory.
19213
19214 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
19215
19216 * loadup.el: Use after-load-functions to GC after loading each file.
19217 Remove the explicit GC calls that used to be sprinkled around.
19218
19219 * subr.el (after-load-functions): New hook.
19220 (do-after-load-evaluation): Run it. Use string-match-p to detect
19221 `obsolete' packages, rather than painfully extracting the relevant
19222 directory name.
19223
19224 2009-09-15 Glenn Morris <rgm@gnu.org>
19225
19226 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
19227 free variable `doc'.
19228
19229 * dired.el (dired-mode-map): Add menu entry for async shell command.
19230
19231 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
19232 variables, also consider the .elc files, since the .el files are
19233 normally gzipped (subsequent code locates the .el.gz from the .elc).
19234
19235 * calc/calc-prog.el (arglist): Define for compiler.
19236
19237 * calendar/diary-lib.el (diary-display-function): Change the default to
19238 fancy display.
19239 (body): Define for compiler.
19240
19241 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
19242 (byte-compile-file-form, byte-compile-lambda)
19243 (byte-compile-top-level-body, byte-compile-form)
19244 (byte-compile-variable-ref, byte-compile-setq)
19245 (byte-compile-setq-default, byte-compile-body)
19246 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
19247 (batch-byte-compile): Give some more local variables with common names
19248 a "bytecomp-" prefix to avoid masking warnings about free variables.
19249
19250 * startup.el (command-line-1): Give local variables with common names a
19251 distinguishing prefix, so as not to hide free variable warnings during
19252 bootstrap.
19253
19254 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
19255 clever and add a suffix to make a unique name, just let the user decide
19256 whether or not to overwrite it. If the input is a directory, write the
19257 default filename to that directory. (Bug#4388)
19258 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
19259 is a filename-as-a-directory.
19260
19261 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19262
19263 * textmodes/page.el (what-page): Don't move to beginning of line.
19264 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
19265
19266 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19267
19268 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
19269
19270 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
19271
19272 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
19273 * help.el (help-for-help-internal): Add purecopy calls for text.
19274
19275 * vc.el (top): print-log method now takes an optional SHORTLOG
19276 argument. Add a new method: root.
19277 (vc-root-diff, vc-print-root-log): New functions.
19278 (vc-log-short-style): New variable.
19279 (vc-print-log-internal): Add support for showing short logs.
19280
19281 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
19282 vc-print-root-log and vc-print-root-diff.
19283
19284 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
19285 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
19286 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
19287 short logs.
19288
19289 * vc-cvs.el (vc-cvs-print-log):
19290 * vc-mtn.el (vc-mtn-print-log):
19291 * vc-rcs.el (vc-rcs-print-log):
19292 * vc-sccs.el (vc-sccs-print-log):
19293 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
19294 that is ignored for now.
19295
19296 * vc-mtn.el (vc-mtn-annotate-command):
19297 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
19298
19299 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19300
19301 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
19302 to function-key-map, and give them ascii-character property.
19303 * term/x-win.el (x-alternatives-map):
19304 * term/ns-win.el (ns-alternatives-map):
19305 * term/internal.el (msdos-key-remapping-map):
19306 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
19307
19308 2009-09-14 Glenn Morris <rgm@gnu.org>
19309
19310 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
19311 temp-buffers (2009-09-12).
19312
19313 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19314
19315 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
19316 the new read-key function.
19317
19318 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
19319
19320 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
19321 is defined (Bug#4405).
19322
19323 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
19324
19325 * recentf.el (recentf-cleanup): Use a hash table to find
19326 duplicates (Bug#4407).
19327
19328 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
19329
19330 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
19331 kp-0 to ascii equivalents (Bug#4325).
19332
19333 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
19334
19335 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
19336
19337 * eshell/em-hist.el:
19338 * eshell/em-dirs.el (eshell-complete-user-reference):
19339 Declare pcomplete functions and variables to avoid compiler warnings.
19340
19341 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
19342
19343 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
19344 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
19345 * eshell/em-alias.el (eshell-aliases-file):
19346 * eshell/em-hist.el (eshell-history-file-name):
19347 Use expand-file-name instead of concat to make file names (Bug#4308).
19348
19349 2009-09-13 Glenn Morris <rgm@gnu.org>
19350
19351 * ediff-merg.el (ediff-do-merge):
19352 * filesets.el (filesets-run-cmd):
19353 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
19354 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
19355 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
19356 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
19357 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
19358 Replace empty `let's with `progn'.
19359
19360 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19361
19362 * mail/sendmail.el (send-mail-function):
19363 * tooltip.el (tooltip-mode):
19364 * simple.el (transient-mark-mode):
19365 * rfn-eshadow.el (file-name-shadow-mode):
19366 * frame.el (blink-cursor-mode):
19367 * font-core.el (global-font-lock-mode):
19368 * files.el (temporary-file-directory)
19369 (small-temporary-file-directory, auto-save-file-name-transforms):
19370 * epa-hook.el (auto-encryption-mode):
19371 * composite.el (global-auto-composition-mode):
19372 Use custom-initialize-delay.
19373 * startup.el (command-line): Don't explicitly call
19374 custom-reevaluate-setting for all the above vars.
19375 * custom.el (custom-initialize-safe-set)
19376 (custom-initialize-safe-default): Delete.
19377
19378 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19379
19380 * term/x-win.el (x-initialize-window-system):
19381 * term/w32-win.el (w32-initialize-window-system):
19382 * term/ns-win.el (ns-initialize-window-system): Don't call
19383 mouse-wheel-mode since it's enabled globally by default already.
19384
19385 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
19386 actually define the variable, but only silences the byte-compiler.
19387 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
19388 before looking it up.
19389 (mouse-wheel-scroll-amount): Also reset the bindings if this value
19390 is changed.
19391
19392 2009-09-12 Glenn Morris <rgm@gnu.org>
19393
19394 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
19395 1000.
19396 (elint-add-required-env): Don't beep on error.
19397 (elint-forms): In case of error, return ENV unchanged.
19398 (elint-init-env): Skip non-list forms.
19399 (elint-log): Handle unknown file positions.
19400
19401 2009-09-12 Daiki Ueno <ueno@unixuser.org>
19402
19403 * epg.el (epg-make-context): Add autoload cookie.
19404 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
19405 (epg-decrypt-string, epg-start-verify, epg-verify-file)
19406 (epg-verify-string, epg-start-sign, epg-sign-file)
19407 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
19408 (epg-encrypt-string, epg-start-export-keys)
19409 (epg-export-keys-to-file, epg-export-keys-to-string)
19410 (epg-start-import-keys, epg-import-keys-from-file)
19411 (epg-import-keys-from-string, epg-start-receive-keys)
19412 (epg-receive-keys, epg-import-keys-from-server)
19413 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
19414 (epg-sign-keys, epg-start-generate-key)
19415 (epg-generate-key-from-file, epg-generate-key-from-string):
19416 Remove autoload cookie.
19417
19418 2009-09-12 Eli Zaretskii <eliz@gnu.org>
19419
19420 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
19421 reevaluation of trash-directory.
19422
19423 * mwheel.el: Fix last change.
19424 (mouse-wheel-mode): New defvar.
19425 (mouse-wheel-mode): Remove autoload cookie.
19426
19427 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19428
19429 * mwheel.el (mwheel-installed-bindings): New var.
19430 (mouse-wheel-mode): Use it, so as to make sure we really remove all
19431 the bindings we set last time. Use custom-initialize-delay.
19432 * loadup.el: Load mwheel after term/*-win.el.
19433 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
19434 and mouse-wheel-up-event now that their first evaluation is done
19435 sufficiently late to be correct.
19436
19437 * startup.el (tutorial-directory): Make it a defcustom.
19438 Use custom-initialize-delay rather than eval-at-startup to set it.
19439 * image.el (image-load-path): Make it a defcustom.
19440 Use custom-initialize-delay rather than eval-at-startup to set it.
19441 * subr.el (eval-at-startup): Remove.
19442 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
19443
19444 * subr.el (do-after-load-evaluation): Warn the user after loading an
19445 obsolete package.
19446
19447 2009-09-12 Glenn Morris <rgm@gnu.org>
19448
19449 * proced.el (proced-mark-alt): Remove alias.
19450 (proced-mode-map): Remove proced-mark-alt.
19451
19452 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
19453 Elint file and directory. Remove initialization entry.
19454
19455 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
19456 commands.
19457 (elint-current-buffer): Set mode-line-process.
19458 (elint-init-env): Handle define-derived-mode.
19459 Fix declare-function with unspecified arglist. Guard against odd
19460 defalias statements (eg iso-insert's 8859-1-map).
19461 (elint-add-required-env): Use a temp buffer.
19462 (elint-form): Just print the function/macro name, not the whole form.
19463 Return env unchanged if we fail to parse a macro.
19464 (elint-forms): Guard against parse errors.
19465 (elint-output): New function, to handle batch mode.
19466 (elint-log-message): Add optional argument. Use elint-output.
19467 (elint-set-mode-line): New function.
19468
19469 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
19470
19471 * emacs-lisp/elp.el (elp-not-profilable): Add more
19472 functions (Bug#4233).
19473
19474 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
19475
19476 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
19477 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
19478
19479 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
19480
19481 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
19482 (gdb-var-list-children): Use json parsing.
19483
19484 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
19485
19486 * progmodes/js.el (js--proper-indentation): Handle the case where
19487 char-before is null. Reported by Deniz Dogan.
19488
19489 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
19490
19491 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
19492
19493 2009-09-11 Daiki Ueno <ueno@unixuser.org>
19494
19495 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
19496 (epg-digest-algorithm-alist): Add SHA224.
19497 (epg-context-set-passphrase-callback)
19498 (epg-context-set-progress-callback): Add description about
19499 callback function.
19500
19501 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19502
19503 * custom.el (custom-delayed-init-variables): New var.
19504 (custom-initialize-delay): New function.
19505 * startup.el (command-line): "Re"evaluate all vars in
19506 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
19507 explicitly any more.
19508 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
19509 to avoid creating a ~/.emacs.d at build-time (bug#4347).
19510
19511 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
19512
19513 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
19514
19515 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
19516 (gdb-var-update-handler): Use json parsing.
19517
19518 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
19519
19520 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
19521 decode annotated text, regardless of language environment. (Bug#2741)
19522
19523 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19524
19525 * Makefile.in (autoloads): Make rmail.el writable as well.
19526
19527 2009-09-11 Glenn Morris <rgm@gnu.org>
19528
19529 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
19530 loaddefs.el.
19531 * dired.el: Regenerate with extracted autoloads.
19532 * Makefile.in (autoloads): Make dired.el writable.
19533
19534 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
19535 * ibuffer.el: Regenerate with extracted autoloads.
19536 * Makefile.in (autoloads): Make ibuffer.el writable.
19537
19538 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
19539 * version.el (emacs-copyright, emacs-major-version)
19540 (emacs-minor-version): Reformat doc-strings for make-docfile.
19541
19542 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
19543 functions and variables, since they must be stuff specific to some other
19544 platform.
19545 (apropos-print): Make mouse-click message less specific about button.
19546
19547 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
19548 that records where a macro was defined.
19549 * help-fns.el (describe-function-1): Mention if a function has a
19550 compiler-macro.
19551 * help-mode.el (help-function-cmacro): New button.
19552
19553 * locate.el (top-level): Always require dired.
19554 (locate-mode-map): Initialize inside the defvar.
19555
19556 * net/ange-ftp.el (dired-compress-file): Declare.
19557 (ange-ftp-dired-compress-file): Add doc string.
19558
19559 * term/ns-win.el (x-display-name, x-setup-function-keys):
19560 Unify doc-strings with X versions.
19561
19562 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19563
19564 * emulation/crisp.el (crisp-mode-map): Move initialization
19565 into declaration.
19566 (crisp-mode): Use define-minor-mode.
19567
19568 * progmodes/xscheme.el (xscheme-evaluation-commands):
19569 Put a :advertised-binding property rather than using
19570 advertised-xscheme-send-previous-expression.
19571 (advertised-xscheme-send-previous-expression): Declare obsolete.
19572 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
19573 `advertised-undo'.
19574 (crisp-mode): Add corresponding bindings to
19575 undo's :advertised-binding instead.
19576 * dired.el (dired-mode-map): Put a :advertised-binding property rather
19577 than using dired-advertised-find-file.
19578 (dired-advertised-find-file):
19579 * simple.el (advertised-undo):
19580 * wid-edit.el (advertised-widget-backward): Declare obsolete.
19581 (widget-keymap): Put a :advertised-binding property rather
19582 than using advertised-widget-backward.
19583 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
19584 than using advertised-undo.
19585 * tutorial.el (tutorial--default-keys): Adjust accordingly.
19586
19587 2009-09-10 Simon South <ssouth@slowcomputing.org>
19588
19589 * progmodes/delphi.el (delphi-tab): Indent region when Transient
19590 Mark mode is enabled and region is active; otherwise indent or
19591 insert TAB as usual.
19592 (delphi-mode): Update description of TAB-key binding.
19593
19594 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
19595
19596 * subr.el (define-key-rebound-commands): Mark obsolete.
19597 * startup.el (precompute-menubar-bindings): Remove.
19598 (normal-top-level): Remove obsolete code that tried to precompute
19599 menubar bindings.
19600 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
19601 define-key-rebound-commands and precompute-menubar-bindings.
19602
19603 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
19604
19605 * net/imap.el (imap-interactive-login): Better messages.
19606 (imap-open): Fix bug with renamed buffer on reconnect.
19607 (imap-authenticate): Add buffer-local imap-last-authenticator variable
19608 for easier debugging and cleaner code. On successful (guessed based on
19609 server capabilities) secondary authentication, set imap-state
19610 correctly.
19611 (imap-last-authenticator): Define imap-last-authenticator as a variable
19612 to avoid warnings.
19613
19614 2009-09-10 Glenn Morris <rgm@gnu.org>
19615
19616 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
19617
19618 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
19619 (byte-compile-file-form-autoload): Don't warn about unknown functions
19620 where the autoload statement comes after the use.
19621 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
19622 that any handlers inside the body (eg require) are in turn respected.
19623
19624 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
19625 effects.
19626
19627 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
19628 and syntax and abbrev tables basic docs, if they don't have any.
19629
19630 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
19631
19632 * international/mule-cmds.el (top-level): Require cl when compiling.
19633 (view-hello-file): Use default-value rather than
19634 default-enable-multibyte-characters.
19635
19636 * progmodes/fortran.el: Move all safe and risky properties into the
19637 defcustoms.
19638
19639 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
19640 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
19641 * mail/undigest.el:
19642 Put autoloads in rmail.el rather than loaddefs.el.
19643 * mail/rmail.el: Regenerate with extracted autoloads.
19644
19645 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
19646 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
19647
19648 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
19649
19650 Reported in thread for Bug#4375.
19651 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
19652 "-data-evaluate-expression" instead of print.
19653 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
19654 (gdb-tooltip-print): Parse output from above MI command.
19655 (gdb): Revert 2009-08-11 change. User should detach inferior
19656 manually.
19657
19658 Remove the word "separate" from IO functions as inferior
19659 output is now never displayed in the GUD buffer.
19660
19661 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
19662
19663 * startup.el (command-line-normalize-file-name): On Windows and
19664 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
19665
19666 2009-09-10 Juri Linkov <juri@jurta.org>
19667
19668 * isearch.el (isearch-text-char-description): Propertize escape
19669 character sequences with the `escape-glyph' face. (Bug#4344)
19670
19671 * simple.el (shell-command): Set asynchronous process filter to
19672 `comint-output-filter'. (Bug#4343)
19673
19674 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
19675 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
19676 the list. Move "asm" to the bottom.
19677 (grep-find-ignored-directories): Add `choice' with nil value
19678 to empty the list easily.
19679 (grep-find-ignored-files): New option.
19680 (grep-files-history): Set to nil by default instead of '("ch" "el").
19681 (grep-compute-defaults): Add "<X>" to `grep-template'.
19682 (grep-read-files): Bind new local variables `default-alias' and
19683 `default-extension'. Use a list of default values for the file prompt.
19684 (lgrep): Add `--exclude=' command line options composed from
19685 `grep-find-ignored-files'.
19686 (rgrep): Add `-name' command line options composed from
19687 `grep-find-ignored-files'. (Bug#4301)
19688
19689 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
19690
19691 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
19692 (bug#4368).
19693
19694 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
19695
19696 * calendar/time-date.el (autoload):
19697 Expand define-obsolete-function-alias into defalias and make-obsolete
19698 for old Emacsen that Gnus supports.
19699 (with-no-warnings): Define it for old Emacsen.
19700 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
19701 is available.
19702 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
19703 float-time is available; suppress compile warning for time-to-seconds.
19704
19705 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
19706
19707 * net/imap.el (imap-message-map): Docstring fix.
19708
19709 2009-09-09 Glenn Morris <rgm@gnu.org>
19710
19711 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
19712 line numbers too. (Bug#4374)
19713
19714 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
19715
19716 * smerge-mode.el (smerge-remove-props, smerge-refine):
19717 Use with-silent-modifications (bug#4342).
19718
19719 * subr.el (with-silent-modifications): New macro.
19720
19721 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
19722
19723 * files.el (top-level): Require `cl' when compiling.
19724
19725 2009-09-07 Glenn Morris <rgm@gnu.org>
19726
19727 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
19728
19729 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
19730 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
19731
19732 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
19733
19734 * vc-git.el (vc-git-annotate-command): Use separator to parse
19735 arguments correctly.
19736
19737 2009-09-06 Eli Zaretskii <eliz@gnu.org>
19738
19739 * proced.el (proced-mode): Doc fix.
19740
19741 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
19742
19743 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
19744 lstat fails.
19745 (tramp-do-file-attributes-with-ls): Check for file existence at
19746 remote end.
19747 (tramp-do-file-attributes-with-stat): Likewise.
19748 (tramp-convert-file-attributes): Return nil when attr is nil.
19749
19750 2009-09-05 Glenn Morris <rgm@gnu.org>
19751
19752 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
19753 properties to this button.
19754 (diary-fancy-display): Don't extend the button to the final newline.
19755 (diary-fancy-display-mode): Continue to define "q" as a local key.
19756
19757 * calendar/cal-china.el (holiday-chinese): Make it slightly more
19758 efficient.
19759
19760 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
19761
19762 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
19763 (byte-compile-dest-file-function): New option.
19764 (byte-compile-dest-file): Doc fix.
19765 Obey byte-compile-dest-file-function.
19766 (byte-compile-cl-file-p): New function.
19767 (byte-compile-eval): Only suppress noruntime warnings about cl functions
19768 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
19769 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
19770 than for file being previously loaded.
19771 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
19772 (byte-compile-file-form-require): Handle the case where requiring a file
19773 indirectly causes CL to be loaded.
19774
19775 2009-09-05 Karl Fogel <kfogel@red-bean.com>
19776
19777 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
19778 before killing the old buffer, since by the time `kill-buffer' is
19779 run so many buffer variables have been set to nil that it may not
19780 behave as expected. (Bug#4061)
19781
19782 2009-09-05 Karl Fogel <kfogel@red-bean.com>
19783
19784 * files.el (find-alternate-file): If the old buffer is modified
19785 and visiting a file, behave similarly to `kill-buffer' when
19786 killing it, thus reverting to the pre-1.878 behavior; see
19787 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
19788 for discussion. Also, consult `buffer-file-name' as a variable
19789 not as a function, for consistency with the rest of the code.
19790
19791 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
19792
19793 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
19794 also when adding a new directory.
19795
19796 * net/tramp-compat.el (tramp-compat-line-beginning-position):
19797 New defun.
19798
19799 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
19800
19801 * files.el (locate-file-completion-table): Make it provide boundary
19802 information, so partial-completion works better.
19803
19804 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
19805
19806 * mail/footnote.el (Footnote-text-under-cursor):
19807 Check footnote-text-marker-alist before using it (bug#4324).
19808
19809 2009-09-04 Glenn Morris <rgm@gnu.org>
19810
19811 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
19812 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
19813 * play/solitaire.el, play/tetris.el:
19814 Remove leading * from defcustom and defface docs.
19815
19816 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
19817 necessary.
19818 (diary-fancy-overriding-map): New variable.
19819 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
19820 Use view-mode.
19821
19822 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
19823 goto-line.
19824
19825 2009-09-03 Glenn Morris <rgm@gnu.org>
19826
19827 * arc-mode.el (archive-mode):
19828 * dos-fns.el (set-default-process-coding-system):
19829 * man.el (Man-getpage-in-background):
19830 * menu-bar.el (menu-bar-describe-menu):
19831 * server.el (server-process-filter):
19832 * startup.el (command-line):
19833 * tar-mode.el (tar-header-block-tokenize, tar-extract):
19834 * w32-fns.el (set-default-process-coding-system):
19835 * x-dnd.el (x-dnd-handle-file-name):
19836 * international/mule-cmds.el (mule-menu-keymap)
19837 (set-default-coding-systems, language-info-alist, set-language-info)
19838 (set-language-environment, standard-display-european-internal)
19839 (set-locale-environment):
19840 * international/mule-diag.el (mule-diag):
19841 * mail/emacsbug.el (report-emacs-bug):
19842 * mail/rmail.el (rmail-mode):
19843 * mail/sendmail.el (mail-setup):
19844 Use default-value rather than default-enable-multibyte-characters.
19845
19846 * progmodes/f90.el: Move all safe properties into the defcustoms.
19847 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
19848
19849 * calendar/appt.el (appt-check):
19850 * calendar/diary-lib.el (diary-set-header, diary-live-p)
19851 (diary-check-diary-file, diary-list-entries)
19852 (diary-include-other-diary-files, diary-simple-display)
19853 (diary-fancy-display, diary-print-entries)
19854 (diary-mark-included-diary-files, diary-make-entry):
19855 Don't call substitute-in-file-name on diary-file.
19856
19857 2009-09-03 Eduard Wiebe <usenet@pusto.de>
19858 Stefan Monnier <monnier@iro.umontreal.ca>
19859
19860 * mail/footnote.el (footnote-prefix): Make it a defcustom.
19861 (footnote-mode-map): Move initialization into the declaration.
19862 (footnote-minor-mode-map): Define it rather than changing global-map.
19863 (footnote-mode): Use define-minor-mode.
19864
19865 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
19866
19867 * net/tramp.el (tramp-handle-file-attributes-with-ls)
19868 (tramp-do-file-attributes-with-perl)
19869 (tramp-do-file-attributes-with-stat): Rename from
19870 `tramp-handle-file-attributes-with-*'.
19871 (tramp-handle-file-attributes): Use them.
19872 (tramp-do-directory-files-and-attributes-with-perl)
19873 (tramp-do-directory-files-and-attributes-with-stat): Rename from
19874 `tramp-handle-directory-files-and-attributes-with-*'.
19875 (tramp-handle-directory-files-and-attributes): Use them.
19876 (tramp-method-out-of-band-p): Additional parameter SIZE.
19877 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
19878 (tramp-handle-write-region): Use it.
19879 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
19880 (tramp-handle-vc-registered): Check, whether the first run did
19881 return files to be tested.
19882 (tramp-advice-make-auto-save-file-name): Do not call directly
19883 `tramp-handle-make-auto-save-file-name', because this would bypass
19884 the locking mechanism.
19885
19886 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
19887 (file-remote-p, process-file, start-file-process, set-file-times)
19888 (tramp-compat-file-attributes): Compatibility functions shall not
19889 call directly `tramp-handle-*', because this would bypass the
19890 locking mechanism.
19891 (tramp-compat-number-sequence): New defun.
19892
19893 2009-09-02 Glenn Morris <rgm@gnu.org>
19894
19895 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
19896 alias for float-time.
19897 (time-to-number-of-days): In Emacs, use float-time.
19898 * net/newst-backend.el (time-add): Suppress warnings from compat
19899 function.
19900 * time.el (emacs-uptime, emacs-init-time):
19901 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
19902 Use float-time rather than time-to-seconds.
19903
19904 * minibuffer.el (completion-initials-expand): Fix typo.
19905
19906 * faces.el (modeline, modeline-inactive, modeline-highlight)
19907 (modeline-buffer-id):
19908 * info.el (info-menu-5): Mark these face aliases as obsolete.
19909
19910 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
19911
19912 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
19913 space ...
19914 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
19915 no "--thread" option.
19916 (gdb-stopped): Don't print "Switched to thread" message when it is
19917 unchanged.
19918
19919 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
19920
19921 * minibuffer.el (completion-try-completion)
19922 (completion-all-completions): Remove ill-defined (and
19923 mistakenly installed and luckily never used nor documented)
19924 `completion-styles' property.
19925 (completion-initials-expand, completion-initials-all-completions)
19926 (completion-initials-try-completion): New functions.
19927 (completion-styles-alist): Add doc to each entry.
19928 Add new `initials' entry.
19929
19930 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
19931
19932 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
19933 MI command -var-evaluate-expression.
19934 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
19935 and tweak for case of string child.
19936 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
19937
19938 2009-09-01 Glenn Morris <rgm@gnu.org>
19939
19940 * add-log.el (change-log-date-face, change-log-name-face)
19941 (change-log-email-face, change-log-file-face, change-log-list-face)
19942 (change-log-conditionals-face, change-log-function-face)
19943 (change-log-acknowledgement-face):
19944 * cus-edit.el (custom-invalid-face, custom-rogue-face)
19945 (custom-modified-face, custom-set-face, custom-changed-face)
19946 (custom-saved-face, custom-button-face, custom-button-pressed-face)
19947 (custom-documentation-face, custom-state-face, custom-comment-face)
19948 (custom-comment-tag-face, custom-variable-tag-face)
19949 (custom-variable-button-face, custom-face-tag-face)
19950 (custom-group-tag-face-1, custom-group-tag-face):
19951 * diff-mode.el (diff-header-face, diff-file-header-face)
19952 (diff-index-face, diff-hunk-header-face, diff-removed-face)
19953 (diff-added-face, diff-changed-face, diff-function-face)
19954 (diff-context-face, diff-nonexistent-face):
19955 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19956 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
19957 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
19958 (Info-title-4-face):
19959 * isearch.el (isearch-lazy-highlight-face):
19960 * log-view.el (log-view-file-face, log-view-message-face):
19961 * paren.el (show-paren-match-face, show-paren-mismatch-face):
19962 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
19963 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
19964 (cvs-msg-face):
19965 * smerge-mode.el (smerge-mine-face, smerge-other-face)
19966 (smerge-base-face, smerge-markers-face):
19967 * wid-edit.el (widget-documentation-face, widget-button-face)
19968 (widget-field-face, widget-single-line-field-face)
19969 (widget-inactive-face, widget-button-pressed-face):
19970 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
19971 (woman-addition-face):
19972 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
19973 (eshell-ls-executable-face, eshell-ls-readonly-face)
19974 (eshell-ls-unreadable-face, eshell-ls-special-face)
19975 (eshell-ls-missing-face, eshell-ls-archive-face)
19976 (eshell-ls-backup-face, eshell-ls-product-face)
19977 (eshell-ls-clutter-face):
19978 * eshell/em-prompt.el (eshell-prompt-face):
19979 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
19980 * obsolete/old-whitespace.el (whitespace-highlight-face):
19981 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
19982 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
19983 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
19984 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
19985 (antlr-font-lock-literal-face):
19986 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
19987 (ebrowse-root-class-face, ebrowse-file-name-face)
19988 (ebrowse-default-face, ebrowse-member-attribute-face)
19989 (ebrowse-member-class-face, ebrowse-progress-face):
19990 * progmodes/make-mode.el (makefile-space-face):
19991 * progmodes/sh-script.el (sh-heredoc-face):
19992 * textmodes/flyspell.el (flyspell-incorrect-face)
19993 (flyspell-duplicate-face):
19994 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
19995 * textmodes/texinfo.el (texinfo-heading-face):
19996 Mark face aliases with "-face" suffix as obsolete.
19997
19998 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
19999 compiler.
20000
20001 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
20002 (eudc-bob-sound-menu): Use defvar rather than defconst, since
20003 easy-menu-define wants to modify these.
20004
20005 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
20006
20007 * net/browse-url.el (browse-url-file-url):
20008 * term/internal.el (dos-codepage-setup):
20009 Use default-value rather than default-enable-multibyte-characters.
20010
20011 * progmodes/etags.el (etags-goto-tag-location):
20012 * progmodes/flymake.el (flymake-highlight-line)
20013 (flymake-goto-file-and-line, flymake-goto-line):
20014 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
20015 (gdb-goto-breakpoint):
20016 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
20017 * progmodes/python.el (python-find-function)
20018 (python-pdbtrack-track-stack-file):
20019 * progmodes/verilog-mode.el (verilog-surelint-off):
20020 * term/ns-win.el (ns-open-file-select-line):
20021 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
20022 Use forward-line rather than goto-line.
20023
20024 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
20025 * textmodes/reftex-index.el (reftex-display-index):
20026 * textmodes/reftex-ref.el (reftex-offer-label-menu):
20027 * textmodes/reftex-toc.el (reftex-toc):
20028 Remove unnecessary bindings of default-major-mode (all are followed by
20029 major-mode check and possible mode switch).
20030
20031 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
20032
20033 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
20034 Handle watchpoints (bug#4282).
20035 (def-gdb-thread-buffer-command): Enable thread to be selected by
20036 clicking without selecting threads buffer first.
20037 (gdb-current-context-command): Use selected frame so that "up",
20038 "down" etc work in the GUD buffer.
20039 (gdb-update): Find selected frame before rendering stack buffer.
20040 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
20041
20042 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
20043
20044 * progmodes/sym-comp.el (displayed-completions): Remove.
20045 (symbol-complete): Use minibuffer-complete.
20046
20047 2009-08-31 Glenn Morris <rgm@gnu.org>
20048
20049 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
20050
20051 * apropos.el (apropos-symbols-internal):
20052 Handle (obsolete) face aliases.
20053
20054 * faces.el (describe-face): Adjust the output format to be more like
20055 describe-variable, and to mention (obsolete) face aliases.
20056 Adjust the whitespace so that help-setup-xref works.
20057
20058 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
20059 * calendar/diary-lib.el (diary-button-face):
20060 Mark these face aliases as obsolete.
20061
20062 * calendar/calendar.el (calendar-today): Doc fix.
20063
20064 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
20065
20066 * progmodes/gdb-mi.el (gdb-control-all-threads)
20067 (gdb-control-current-thread): Force tool bar update.
20068 (gdb-non-stop-handler): New function.
20069 (gdb-init-1): Use it to test if non-stop mode is supported.
20070 Remove unused gdbmi buffer type.
20071
20072 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
20073
20074 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
20075 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
20076
20077 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
20078
20079 * comint.el (comint-exec-1): Check command is non-null first.
20080 Part of gdb-mi.el change (2009-08-28).
20081
20082 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20083
20084 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
20085
20086 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
20087
20088 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
20089 instead of `dolist' to avoid a recursive require when bootstrapping.
20090
20091 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20092
20093 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
20094
20095 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
20096
20097 * net/imap.el (imap-send-command): Simplify.
20098 (imap-wait-for-tag): point-max -> buffer-size.
20099
20100 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
20101
20102 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
20103 with constant argument.
20104
20105 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
20106
20107 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
20108
20109 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
20110 Change default, since most of our files don't have a history.
20111 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
20112 the user.
20113
20114 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20115 Add comint-run.
20116
20117 * calc/calc.el: Improve commenting convention.
20118 (calc-digit-map, toplevel): Simplify.
20119
20120 * comint.el (comint-insert-input): Be careful to only set point if we
20121 don't delegate to some other command.
20122
20123 * proced.el (proced-signal-list): Make it an alist.
20124 (proced-grammar-alist): Capitalize names.
20125 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
20126 Disable undo manually and make it read-only.
20127 Use completion-annotate-function.
20128
20129 * minibuffer.el (minibuffer-message): If the current buffer is not
20130 a minibuffer, insert the message in the echo area rather than at the
20131 end of the buffer.
20132 (completion-annotate-function): New variable.
20133 (minibuffer-completion-help): Use it.
20134 (completion--embedded-envvar-table): Environment vars are
20135 always case-sensitive.
20136
20137 2009-08-30 Glenn Morris <rgm@gnu.org>
20138
20139 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
20140 from fortran-current-defun.
20141 (fortran-beginning-of-subprogram): Be more precise about finding the
20142 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
20143 (fortran-end-of-subprogram): Simplify.
20144 (fortran-current-defun): Use fortran-start-prog-re.
20145
20146 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
20147
20148 * subr.el (do-after-load-evaluation): Simplify.
20149
20150 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20151
20152 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
20153
20154 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
20155 (vc-rcs-print-log): Use it.
20156
20157 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
20158
20159 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
20160
20161 * paths.el (abbrev-file-name): Move to abbrev.el.
20162 * abbrev.el (abbrev-file-name): Move from paths.el.
20163 Obey user-emacs-directory.
20164 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
20165 user-emacs-directory.
20166 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
20167 abbrev-file-name and calc-settings-file any more.
20168 * startup.el (command-line): Recompute abbrev-file-name and
20169 abbreviated-home-dir.
20170 (normal-no-mouse-startup-screen): Improve the generic code and get rid
20171 of the special code for when C-h bindings haven't been changed.
20172 (display-startup-echo-area-message): Use with-current-buffer.
20173 (command-line-1): Use a list of strings, rather than a list of lists
20174 of strings for longopts.
20175
20176 * files.el (get-free-disk-space): Use / for default-directory.
20177
20178 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
20179 Use with-current-buffer.
20180
20181 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
20182 Recognize immutable variables like most-positive-fixnum.
20183 (byte-compile-setq-default): Check and warn if trying to assign
20184 to an immutable variable, or a non-variable.
20185
20186 * progmodes/cc-vars.el (c-comment-continuation-stars):
20187 * progmodes/cc-engine.el (c-looking-at-bos):
20188 * progmodes/cc-cmds.el (c-toggle-auto-state)
20189 (c-forward-into-nomenclature, c-backward-into-nomenclature)
20190 (c-comment-line-break-function): Add version of obsolescence.
20191
20192 2009-08-28 Juri Linkov <juri@jurta.org>
20193
20194 * files.el (magic-fallback-mode-alist): Add ZIP magic number
20195 associated with `archive-mode'.
20196
20197 * image.el (image-type-header-regexps): Use only JPEG magic number
20198 to determine JPEG images, and don't use `image-jpeg-p' because
20199 Emacs can display non-JFIF non-Exif JPEG images.
20200
20201 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
20202
20203 * arc-mode.el (archive-mode):
20204 * emacs-lisp/re-builder.el (re-builder-unload-function):
20205 Protect against the default value of `major-mode' being nil.
20206
20207 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
20208
20209 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
20210 Fix typos in docstrings.
20211
20212 * progmodes/js.el (js--macro-decl-re): Doc fix.
20213 (js--plain-method-re, js--split-name): Refloc docstring.
20214 (js--class-styles, js--make-merged-item, js--splice-into-items):
20215 Fix typos in docstrings; reflow docstrings.
20216 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
20217 (js--variable-decl-matcher, js--inside-pitem-p)
20218 (js--parse-state-at-point, js--get-all-known-symbols)
20219 (js--symbol-history, js-find-symbol, js--js-references)
20220 (js--moz-interactor, js--js-encode-value, js--read-tab):
20221 Fix typos in docstrings.
20222
20223 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20224
20225 * textmodes/reftex.el (reftex-get-file-buffer-force):
20226 * progmodes/verilog-mode.el (verilog-batch-execute-func):
20227 * emulation/viper.el (viper-go-away, viper-set-hooks):
20228 * emacs-lisp/re-builder.el (re-builder-unload-function):
20229 * emacs-lisp/bytecomp.el (byte-compile-file):
20230 * ses.el (ses-unload-function):
20231 * hexl.el (hexl-find-file):
20232 * files.el (normal-mode):
20233 * ehelp.el (with-electric-help):
20234 * autoinsert.el (auto-insert-alist):
20235 * arc-mode.el (archive-mode):
20236 Use (default-value 'major-mode) instead of default-major-mode.
20237
20238 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
20239 * international/mule.el (load-with-code-conversion):
20240 * emacs-lisp/debug.el (debug):
20241 * ediff-vers.el (ediff-rcs-get-output-buffer):
20242 * dired.el (dired-internal-noselect): Don't let-bind
20243 default-major-mode around code that doesn't use it.
20244 E.g. buffer creation via get-buffer-create doesn't use it.
20245
20246 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
20247
20248 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
20249 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
20250 when writing the temp file. Otherwise, epa-file gets confused.
20251 (tramp-register-file-name-handlers): Make it a defun. Move also
20252 `epa-file-handler' to the front of `file-name-handler-alist'.
20253
20254 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20255
20256 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
20257 start right after a ^M.
20258 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
20259 (tramp-completion-file-name-regexp-separate)
20260 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
20261 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
20262 Don't modify last-coding-system-used by accident.
20263 (tramp-completion-file-name-handler): Apply the checks here,
20264 instead during registration.
20265 (tramp-register-file-name-handlers): Rename from
20266 `tramp-register-file-name-handler'. Register both
20267 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
20268 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
20269
20270 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
20271
20272 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
20273 Remove variable ...
20274 (gdb-init-1, gdb-display-separate-io-buffer)
20275 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
20276 references to it.
20277 (gdb-inferior-io-mode): Use make-comint-in-buffer.
20278 (gdb-inferior-filter): Use comint-output-filter to stop
20279 echoing and remove ^M characters.
20280
20281 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20282
20283 * emulation/viper-init.el (viper-restore-cursor-type):
20284 * emulation/cua-base.el (cua--update-indications):
20285 Replace default-cursor-type with (default-value 'cursor-type).
20286
20287 * mail/sendmail.el (mail-recover-1):
20288 * international/mule-diag.el (describe-current-coding-system-briefly)
20289 (describe-current-coding-system):
20290 * international/mule-cmds.el (select-safe-coding-system)
20291 (select-message-coding-system)
20292 (set-language-environment-coding-systems, set-locale-environment):
20293 * hexl.el (hexl-insert-multibyte-char):
20294 * dos-w32.el (find-buffer-file-type-coding-system):
20295 * simple.el (what-cursor-position):
20296 Replace uses of default-buffer-file-coding-system
20297 with (default-value 'buffer-file-coding-system).
20298
20299 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
20300 Replace uses of default-cursor-in-non-selected-windows
20301 with (default-value 'cursor-in-non-selected-windows).
20302 Use with-current-buffer.
20303
20304 * mail/feedmail.el: Use CL macros.
20305 (feedmail-run-the-queue, feedmail-send-it-immediately):
20306 * dos-w32.el (find-buffer-file-type): Replace uses of
20307 default-buffer-file-type with (default-value 'buffer-file-type).
20308
20309 2009-08-28 Glenn Morris <rgm@gnu.org>
20310
20311 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
20312 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
20313 Use default-value of major-mode rather than default-major-mode.
20314
20315 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20316
20317 * Makefile.in (update-elcfiles): Report left over elc files.
20318
20319 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
20320 expand-file-name and with-current-buffer.
20321 (mail-get-names, mail-directory): Use with-current-buffer.
20322
20323 * vc.el (vc-read-revision): New function.
20324 (vc-version-diff, vc-merge): Use it.
20325
20326 2009-08-27 Sam Steingold <sds@gnu.org>
20327
20328 * simple.el (kill-do-not-save-duplicates): New user option.
20329 (kill-new): When it is non-nil, and the new string is the same as
20330 the latest kill, set replace to t to avoid duplicates in kill-ring.
20331
20332 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
20333
20334 * net/tramp.el (tramp-handle-process-file): Do not flush all
20335 caches when `process-file-side-effects' is set.
20336 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
20337 instead of `tramp-find-file-exists-command'.
20338 Unset `process-file-side-effects'.
20339
20340 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
20341
20342 * net/tramp.el (tramp-methods): New method "rsyncc".
20343 (top): Add completion function for "rsyncc".
20344 (tramp-message-show-message): New defvar.
20345 (tramp-message, tramp-error): Use it.
20346 (tramp-do-copy-or-rename-file-directly): Extend check for direct
20347 remote copying.
20348 (tramp-do-copy-or-rename-file-out-of-band): Handle new
20349 `tramp-methods' entry `copy-env' of "rsyncc".
20350 (tramp-vc-registered-read-file-names): New defconst.
20351 (tramp-vc-registered-file-names): New defvar.
20352 (tramp-handle-vc-registered): Implement optimization strategy.
20353 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
20354 (tramp-vc-file-name-handler): New defun.
20355 (tramp-get-ls-command, tramp-get-test-command)
20356 (tramp-get-file-exists-command, tramp-get-remote-ln)
20357 (tramp-get-remote-perl, tramp-get-remote-stat)
20358 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
20359
20360 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
20361 (tramp-cache-inhibit-cache): Extend doc string. It allows also
20362 timestamps.
20363 (tramp-get-file-property): Check for timestamps in
20364 `tramp-cache-inhibit-cache'.
20365 (tramp-set-file-property): Write timestamp.
20366
20367 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20368
20369 * language/japan-util.el (japanese-symbol-table): Add entries for
20370 cp932-2-byte.
20371
20372 * international/characters.el: Add category `j' to cp932-2-byte.
20373
20374 2009-08-27 Kenichi Handa <handa@m17n.org>
20375
20376 * international/fontset.el (build-default-fontset-data): New macro.
20377 (setup-default-fontset): Use build-default-fontset-data for CJK,
20378 tibetan, ethiopic, and ipa.
20379
20380 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20381
20382 * cus-start.el (default-major-mode): Customize `major-mode' instead.
20383 (enable-multibyte-characters): Not customizable any more.
20384
20385 * subr.el (default-mode-line-format, default-header-line-format)
20386 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
20387 (default-direction-reversed, default-truncate-lines)
20388 (default-left-margin, default-tab-width, default-case-fold-search)
20389 (default-left-margin-width, default-right-margin-width)
20390 (default-left-fringe-width, default-right-fringe-width)
20391 (default-fringes-outside-margins, default-scroll-bar-width)
20392 (default-vertical-scroll-bar, default-indicate-empty-lines)
20393 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
20394 (default-fringe-cursor-alist, default-scroll-up-aggressively)
20395 (default-scroll-down-aggressively, default-fill-column)
20396 (default-cursor-type, default-buffer-file-type)
20397 (default-cursor-in-non-selected-windows)
20398 (default-buffer-file-coding-system, default-major-mode)
20399 (default-enable-multibyte-characters): Mark as obsolete.
20400
20401 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
20402
20403 * vc-dir.el (vc-dir-update): Remove debug helper.
20404
20405 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
20406
20407 2009-08-26 Sam Steingold <sds@gnu.org>
20408
20409 * simple.el (save-interprogram-paste-before-kill): New user option.
20410 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
20411 save the interprogram-paste into kill-ring before overriding it
20412 with the Emacs kill.
20413
20414 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20415
20416 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
20417 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
20418 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
20419 and move to vc-rcs.el.
20420 (vc-default-next-revision): Rename to vc-rcs-next-revision and
20421 move to vc-rcs.el.
20422 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
20423 (vc-rcs-update-changelog): Remove.
20424 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
20425 and move to vc-rcs.el.
20426
20427 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
20428 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
20429 renaming.
20430 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
20431 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
20432 vc.el, renamed to be RCS specific.
20433
20434 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
20435 New functions.
20436 (vc-cvs-update-changelog): Move here from vc.el.
20437
20438 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
20439 New functions.
20440
20441 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
20442
20443 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
20444
20445 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20446
20447 * vc-git.el (vc-git-register): Use "git add" for directories.
20448 (vc-git-stash, vc-git-stash-show): New functions.
20449 (vc-git-extra-menu-map): Bind them.
20450
20451 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
20452 directory correctly in case the item is a directory itself.
20453
20454 * vc.el: Document the desired behavior for reverted files in the
20455 `added' state.
20456 (vc-default-prettify-state-info): Remove function, unused.
20457
20458 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
20459
20460 2009-08-26 Glenn Morris <rgm@gnu.org>
20461
20462 * bindings.el (standard-mode-line-format): Reposition dashes in
20463 which-func entry. (Bug#4217)
20464
20465 * files.el (enable-local-variables, enable-local-eval)
20466 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
20467 the defcustoms.
20468 (auto-mode-alist, ignored-local-variables)
20469 (save-some-buffers-action-alist): Move risky declarations to the
20470 definitions.
20471 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
20472 (font-lock-defaults, format-alist, imenu--index-alist)
20473 (imenu-generic-expression, input-method-alist, minor-mode-alist)
20474 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
20475 (mode-line-modified, mode-line-mule-info, mode-line-position)
20476 (mode-line-process, mode-line-remote, outline-level)
20477 (parse-time-rules, rmail-output-file-alist)
20478 (special-display-buffer-names, vc-mode):
20479 Move risky declarations to the relevant files.
20480 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
20481 (mode-line-modified, mode-line-process, mode-line-position)
20482 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
20483 * font-core.el (font-lock-defaults):
20484 * format.el (format-alist):
20485 * vc-hooks.el (vc-mode):
20486 * window.el (special-display-buffer-names):
20487 * international/mule-cmds.el (input-method-alist):
20488 Define riskiness here (dumped file) rather than in files.el.
20489 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
20490 * imenu.el (imenu-generic-expression, imenu--index-alist):
20491 * outline.el (outline-level):
20492 * time.el (display-time-string):
20493 * calendar/parse-time.el (parse-time-rules):
20494 * mail/rmailout.el (rmail-output-file-alist):
20495 Autoload riskiness here, rather than placing in files.el.
20496
20497 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
20498
20499 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
20500
20501 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
20502
20503 * simple.el (process-file-side-effects): New defvar.
20504
20505 * dired-aux.el (dired-show-file-type):
20506 * vc.el (vc-diff-internal):
20507 * vc-arch.el (vc-arch-diff):
20508 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
20509 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
20510 * vc-git.el (vc-git-registered, vc-git-working-revision)
20511 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
20512 (vc-git--empty-db-p):
20513 * vc-hooks.el (vc-user-login-name):
20514 * vc-svn.el (vc-svn-registered, vc-svn-state)
20515 (vc-svn-dir-extra-headers, vc-svn-find-revision):
20516 * progmodes/grep.el (grep-probe): Let-bind
20517 `process-file-side-effects' with nil.
20518
20519 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
20520
20521 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
20522 daemon. Replace ping by checking for running service for bluez
20523 and zeroconf. (Bug#4239)
20524
20525 2009-08-25 Kevin Ryde <user42@zip.com.au>
20526
20527 * net/dig.el (dig): Add autoload cookie.
20528
20529 2009-08-25 Glenn Morris <rgm@gnu.org>
20530
20531 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
20532 load-history for absolute file-names.
20533 (byte-compile-file-form-require): Warn about use of the cl package.
20534
20535 * format.el (format-alist): Doc fix.
20536
20537 * play/bubbles.el (top-level): Don't require cl at run-time.
20538
20539 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
20540 run-time cl).
20541
20542 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
20543
20544 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
20545 from cl package.
20546 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
20547
20548 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
20549
20550 * calc/calc-alg.el (math-trig-rewrite)
20551 (math-hyperbolic-trig-rewrite): New functions.
20552 (calc-simplify): Simplify trig functions when asked.
20553
20554 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
20555
20556 * diff-mode.el (diff-find-source-location): Avoid goto-line.
20557
20558 2009-08-24 Kenichi Handa <handa@m17n.org>
20559
20560 * language/ind-util.el (mapthread): Delete it.
20561 (combinatorial): New function.
20562 (indian--puthash-cv): Use combinatorial instead of mapthread.
20563
20564 2009-08-22 Kevin Ryde <user42@zip.com.au>
20565
20566 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
20567 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
20568 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
20569 Clarify docstring that the value is strings not symbols.
20570 (checkdoc-list-of-strings-p): New function.
20571
20572 2009-08-22 Glenn Morris <rgm@gnu.org>
20573
20574 * files.el (auto-mode-alist):
20575 * hippie-exp.el (he-concat-directory-file-name):
20576 * lpr.el (lpr-windows-system, printer-name):
20577 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
20578 * ps-print.el (ps-windows-system):
20579 * startup.el (command-line):
20580 * emulation/viper-ex.el (viper-glob-function):
20581 * international/mule-cmds.el (set-language-environment-coding-systems):
20582 * net/ange-ftp.el (ange-ftp-write-region):
20583 * obsolete/fast-lock.el (fast-lock-cache-name):
20584 Remove code for defunct system-types emx, macos, mswindows, next-mach,
20585 unisoft-unix, vax-vms, win32, w32.
20586
20587 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
20588 given name if the pattern is not more specific.
20589
20590 * calendar/lunar.el (lunar-phase-names): New option.
20591 (lunar-phase): Doc fix.
20592 (lunar-cycles-per-year): New constant.
20593 (lunar-index): New function.
20594 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
20595 (lunar-phase-name): Use lunar-phase-names.
20596 (calendar-lunar-phases): Use format.
20597 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
20598
20599 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
20600 Copy imenu-example--name-and-position function here for own use.
20601 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
20602
20603 * bs.el (bs--redisplay):
20604 * cus-edit.el (custom-redraw):
20605 * ibuffer.el (ibuffer-bury-buffer):
20606 * server.el (server-goto-line-column):
20607 * startup.el (command-line-1):
20608 * strokes.el (strokes-xpm-for-stroke):
20609 * term.el (term-display-buffer-line):
20610 * view.el (View-goto-line):
20611 * calc/calc.el (calc-do, calc-trail-buffer):
20612 * play/gamegrid.el (gamegrid-add-score-insecure):
20613 * progmodes/ada-mode.el (ada-compile-goto-error):
20614 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
20615 (ebrowse-select-1st-to-9nth):
20616 * progmodes/cperl-mode.el (cperl-time-fontification):
20617 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
20618 * progmodes/gud.el (gud-display-line):
20619 (idlwave-shell-display-line):
20620 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
20621 * progmodes/make-mode.el (makefile-browser-toggle):
20622 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
20623 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
20624 * textmodes/picture.el (picture-draw-rectangle):
20625 * textmodes/reftex-index.el (reftex-index-goto-letter):
20626 (reftex-select-jump-to-previous):
20627 * textmodes/reftex-sel.el (reftex-find-start-point)
20628 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
20629 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
20630 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
20631 * textmodes/tex-mode.el (tex-compilation-parse-errors):
20632 * textmodes/two-column.el (2C-associated-buffer):
20633 Use forward-line rather than goto-line.
20634
20635 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
20636 goto-line.
20637
20638 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
20639 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
20640 (quick-check-list-to-regexp): Declare.
20641
20642 * progmodes/make-mode.el (makefile-browser-insert-selection):
20643 Use goto-char rather than goto-line.
20644
20645 * progmodes/prolog.el (compilation-error-regexp-alist)
20646 (compilation-forget-errors): Declare.
20647
20648 2009-08-22 Juri Linkov <juri@jurta.org>
20649
20650 * progmodes/grep.el (lgrep, rgrep): At the beginning
20651 set `dir' to `default-directory' unless `dir' is a non-nil
20652 readable directory. (Bug#4052)
20653 (lgrep, rgrep): Change a weird way to report an error
20654 from using `read-string' to using `error'.
20655 Instead of using interactive arguments in the function body,
20656 add new argument `confirm'.
20657
20658 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
20659
20660 * textmodes/remember.el (remember-buffer):
20661 * progmodes/cperl-mode.el (cperl-vc-header-alist):
20662 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
20663 (icalendar-extract-ical-from-buffer):
20664 * net/newst-treeview.el (newsticker-groups-filename):
20665 * net/newst-backend.el (newsticker-cache-filename):
20666 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
20667 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
20668 (speedbar-add-ignored-path-regexp, speedbar-line-path)
20669 (speedbar-buffers-line-path, speedbar-path-line)
20670 (speedbar-buffers-line-path):
20671 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
20672 (epg-sign-keys):
20673 * epa.el (epa-display-verify-result):
20674 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
20675
20676 2009-08-21 Glenn Morris <rgm@gnu.org>
20677
20678 * progmodes/js.el (inferior-moz-process): Fix declaration.
20679
20680 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
20681
20682 * obsolete/rnewspost.el (news-mail-reply):
20683 Use goto-char rather than goto-line.
20684
20685 * term/ns-win.el (ns-open-file-select-line):
20686 Use line-beginning-position rather than goto-line.
20687
20688 * apropos.el (apropos-command):
20689 * ehelp.el (electric-helpify):
20690 * printing.el (pr-show-setup):
20691 * strokes.el (strokes-help):
20692 * tutorial.el (tutorial--describe-nonstandard-key)
20693 (tutorial--detailed-help):
20694 * woman.el (woman-mini-help, woman-display-extended-fonts):
20695 * calc/calc-help.el (calc-describe-key):
20696 * emulation/edt.el (edt-electric-helpify):
20697 * international/mule-diag.el (mule-diag):
20698 * play/yow.el (apropos-zippy):
20699 * progmodes/python.el (python-describe-symbol):
20700 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
20701 * textmodes/table.el (*table--cell-describe-mode)
20702 (*table--cell-describe-bindings):
20703 Use help-print-return-message rather than the now obsolete alias.
20704
20705 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
20706 (calendar-cursor-to-visible-date):
20707 * play/5x5.el (5x5-position-cursor):
20708 * play/decipher.el (decipher):
20709 * play/gomoku.el (gomoku-goto-xy):
20710 * play/landmark.el (lm-goto-xy):
20711 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
20712 (mpuz-paint-digit):
20713 Use forward-line, not goto-line.
20714
20715 * mail/rmail.el (rmail-obsolete): Delete custom group.
20716 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
20717 (rmail-remote-password, rmail-remote-password-required):
20718 Remove unneeded :set-after and :set properties.
20719
20720 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
20721
20722 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
20723
20724 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
20725
20726 * loadup.el: Remove leftover macos code.
20727
20728 * vc-git.el (vc-git-annotate-command): Run asynchronously.
20729 Explicitly pass the date format to git blame so that user local
20730 so that the output format can be parsed.
20731
20732 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
20733
20734 * net/dbus.el (top): Don't check for (getenv
20735 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
20736
20737 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
20738
20739 * log-edit.el (log-edit-strip-single-file-name): New var.
20740 (log-edit-insert-changelog): Use it. Bug#3571.
20741
20742 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20743
20744 * subr.el (read-passwd): Use read-key so keypad keys work as well.
20745 Bug#3287.
20746
20747 * help.el (help-print-return-message): Rename from
20748 print-help-return-message.
20749
20750 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
20751 cvs-mode-map parent hack.
20752 (log-view-mode): Derive from special-mode.
20753
20754 * linum.el (linum-mode): window-size-change-functions is redundant.
20755 Adapt to new window-configuration-change-hook behavior.
20756 (linum-after-size, linum-after-config): Remove.
20757
20758 * imenu.el (imenu-example--name-and-position)
20759 (imenu-example--lisp-extract-index-name)
20760 (imenu-example--create-lisp-index, imenu-example--create-c-index):
20761 Mark as obsolete.
20762
20763 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
20764 (inferior-prolog-mode): Use it.
20765 (inferior-prolog-load-file): Reset list of errors.
20766
20767 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20768
20769 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
20770
20771 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
20772
20773 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
20774
20775 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
20776 is running already.
20777
20778 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20779
20780 * subr.el (listify-key-sequence-1): Use normal syntax since those
20781 integers are nowadays always represented by the same (positive) number
20782 on all platforms.
20783 (read-key-empty-map): New const.
20784 (read-key-delay): New var.
20785 (read-key): New function.
20786 (force-mode-line-update): Use with-current-buffer.
20787 (locate-user-emacs-file): Don't forget to abbreviate the file name.
20788 (start-process-shell-command, start-file-process-shell-command):
20789 Discourage the use of command-args.
20790
20791 2009-08-19 Glenn Morris <rgm@gnu.org>
20792
20793 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
20794
20795 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20796
20797 * simple.el (choose-completion-string): Don't rely on
20798 minibuffer-completing-file-name and ad-hoc checks to decide whether
20799 to continue completion or not.
20800
20801 * minibuffer.el (minibuffer-hide-completions): New function.
20802 (completion--do-completion): Use it.
20803 (completions-annotations): New face.
20804 (completion--insert-strings): Use it.
20805 (completion-pcm--delim-wild-regex): Add docstring.
20806 (completion-pcm--string->pattern): Add support for 0-width delimiters
20807 in completion-pcm--delim-wild-regex.
20808
20809 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
20810
20811 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
20812 Remove unused var `buffer-modified-p'.
20813
20814 * minibuffer.el (completion--do-completion): Move point for the #b001
20815 case as well (bug#4176).
20816 (minibuffer-complete, minibuffer-complete-word): Don't move point.
20817
20818 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
20819
20820 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
20821 and :session buses.
20822
20823 2009-08-18 Kenichi Handa <handa@m17n.org>
20824
20825 * international/ucs-normalize.el (ucs-normalize-version):
20826 Change to 1.1.
20827 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
20828 (utf-8-hfs): Make it perform normalization on encoding too.
20829
20830 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
20831 (sentence-end-without-space): Delete duplicated chars.
20832 (sentence-end-base): Likewise.
20833
20834 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
20835 (html-mode): Delete duplicated chars from sentence-end-base.
20836
20837 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
20838 (texinfo-mode): Delete duplicated chars from sentence-end-base.
20839
20840 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
20841
20842 * files.el (hack-one-local-variable): If the mode function is for
20843 a minor mode, pass it an argument (Bug#4148).
20844
20845 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
20846
20847 * net/tramp.el (tramp-register-completion-file-name-handler):
20848 Check also for (member 'partial-completion completion-styles).
20849
20850 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
20851
20852 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
20853 abbrev (Bug#3943).
20854
20855 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
20856
20857 * progmodes/cperl-mode.el: Merge upstream 6.2.
20858 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
20859 (cperl-forward-re): Check cperl-brace-recursing.
20860 (cperl-highlight-charclass): New function.
20861 (cperl-find-pods-heres): Use it.
20862 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
20863 (cperl-beautify-regexp-piece): Fix column calculation.
20864 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
20865 (cperl-beautify-level): Don't process entire regexp.
20866 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
20867 calling man.
20868 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
20869 (cperl-init-faces): Build a list in the normal way.
20870
20871 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
20872
20873 * calendar/parse-time.el (parse-time-string-chars): Save match
20874 data.
20875
20876 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
20877
20878 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
20879 (sql-product): Use it.
20880 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
20881 (sql-set-product): Add completion.
20882 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
20883 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
20884 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
20885 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
20886 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
20887 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
20888 (sql-highlight-db2-keywords): Remove.
20889 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
20890 (sql-highlight-product): Use derived-mode-p.
20891 (sql-set-sqli-buffer): Use with-current-buffer.
20892 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
20893 Simplify.
20894
20895 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
20896
20897 * term.el: Fix commenting convention, turn comments into docstrings.
20898
20899 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
20900
20901 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
20902
20903 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
20904
20905 * calendar/parse-time.el (parse-time-string-chars): Compute using
20906 character classes, to handle non-ascii characters (Bug#3190).
20907
20908 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
20909
20910 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
20911 another heredoc if the user adds another < (Bug#3226).
20912
20913 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20914 Don't initialize based on window-system (Bug#4124).
20915
20916 * facemenu.el (facemenu-read-color): Use a completion function
20917 that accepts any defined color, such as RGB triplets (Bug#3677).
20918
20919 * files.el (get-free-disk-space): Change fallback default
20920 directory to /. Expand DIR argument before switching to fallback.
20921 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
20922
20923 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
20924
20925 * files.el (load-library): Doc fix.
20926
20927 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
20928
20929 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
20930 (viper-if-string): Redefine C-s in the minibuffer to insert the last
20931 incremental search string.
20932
20933 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
20934 XEmacs.
20935
20936 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
20937 (ediff-merge-region-is-non-clash)
20938 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
20939 Also check if the job is really a merge job.
20940
20941 * ediff.el (ediff-current-file): New function.
20942
20943 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
20944
20945 * progmodes/js.el: Edit docstrings throughout to follow Emacs
20946 conventions.
20947 (js-insert-and-indent): Delete function.
20948 (js-mode-map): Don't bind keys to js-insert-and-indent.
20949 (js-beginning-of-defun): Rename from js--beginning-of-defun.
20950 (js-end-of-defun): Rename from js--end-of-defun.
20951 (js-auto-indent-flag): Delete variable.
20952
20953 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
20954
20955 * progmodes/js.el: Remove proclaim statement.
20956 Defvar which-func-imenu-joiner-function to silence compiler.
20957
20958 * files.el (auto-mode-alist): Use js-mode for .js files.
20959
20960 * progmodes/js2-mode.el: Remove file.
20961
20962 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
20963
20964 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
20965
20966 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
20967
20968 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
20969 Karl Landstrom <karl.landstrom@brgeight.se>
20970
20971 * progmodes/js.el: New file.
20972
20973 2009-08-14 Mark A. Hershberger <mah@everybody.org>
20974
20975 * timezone.el (timezone-parse-date): Add ability to understand ISO
20976 basic format (minimal separators) dates in addition to the
20977 already-supported extended format dates.
20978
20979 2009-08-14 Eli Zaretskii <eliz@gnu.org>
20980
20981 * international/ucs-normalize.el: Add a `coding' file variable.
20982
20983 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
20984
20985 2009-08-14 Sam Steingold <sds@gnu.org>
20986
20987 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
20988
20989 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
20990
20991 * faces.el (help-argument-name): Define it here instead of
20992 help-fns.el, because in daemon mode help-fns.el may be loaded when
20993 faces are still uninitialized (Bug#1078).
20994
20995 * help-fns.el (help-argument-name): Move defface to faces.el.
20996
20997 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
20998
20999 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
21000 create buffer with a pty but no process so that GDB can make the
21001 inferior the controlling process.
21002
21003 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
21004
21005 * international/ucs-normalize.el: New file.
21006
21007 2009-08-13 Richard Stallman <rms@gnu.org>
21008
21009 * mail/rmail.el (rmail-get-attr-names):
21010 Accept an attribute header that is too short.
21011
21012 * mail/rmail.el (rmail-forget-messages):
21013 Ignore nil elt in rmail-message-vector. Use dotimes.
21014
21015 * progmodes/compile.el (compilation-goto-locus):
21016 Use next-error-move-function.
21017
21018 * simple.el (next-error-move-function): New variable.
21019
21020 2009-08-12 Juri Linkov <juri@jurta.org>
21021
21022 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
21023 always non-nil. (Bug#4052)
21024
21025 * replace.el (read-regexp): Return empty string when
21026 `default-value' is nil.
21027 (keep-lines-read-args): Don't use empty string as the
21028 default value for `read-regexp'. (Bug#2495)
21029
21030 2009-08-12 Juri Linkov <juri@jurta.org>
21031
21032 * international/mule-cmds.el (ucs-insert): Change arguments
21033 from `arg' to `character', `count', `inherit' to be the same
21034 as in `insert-char'. Doc fix. (Bug#4039)
21035
21036 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
21037
21038 2009-08-12 Juri Linkov <juri@jurta.org>
21039
21040 * files-x.el: New file.
21041
21042 * files.el: Move code that deals with adding/deleting
21043 file/directory-local variables to files-x.el.
21044
21045 * Makefile.in (ELCFILES): Add files-x.elc.
21046
21047 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
21048
21049 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
21050 to use `goto-line'.
21051 (gdb-place-breakpoints, gdb-get-location): Rewritten without
21052 `goto-line'.
21053 (gdb-invalidate-disassembly): Do not refresh upon receiving
21054 'update signal. Instead, update all disassembly buffers only after
21055 threads list.
21056 (gdb): Send -target-detach when buffer is killed (Bug#3794).
21057 (gdb-starting): Move -data-list-register-names...
21058 (gdb-stopped): ...here so it's sent when first thread stops.
21059 (gdb-registers-handler-custom): Do nothing if register names are
21060 unknown yet.
21061
21062 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
21063 from `gdb-mi.el' to avoid extra tangling.
21064
21065 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
21066 change which breaks `gud-def' definitions used in `gdb'.
21067 (gdb-update-gud-running): No extra fuss for updating frame number.
21068
21069 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
21070
21071 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
21072 (describe-language-environment-map, setup-language-environment-map)
21073 (set-coding-system-map): Move initialization into declaration.
21074 (set-language-info-alist): Last arg to define-key-after can be skipped.
21075
21076 * international/quail.el (quail-completion-1): Simplify.
21077 (quail-define-rules): Use slightly more compact code.
21078 (quail-insert-decode-map): Propertize keys, compact columns.
21079
21080 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21081 Add goto-line.
21082
21083 2009-08-10 Miles Bader <miles@gnu.org>
21084
21085 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
21086 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
21087 (js2-instance-member, js2-private-member, js2-private-function-call)
21088 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
21089 (js2-magic-paren, js2-external-variable):
21090 Remove "-face" suffix from face names.
21091 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
21092 (js2-highlight-undeclared-vars, js2-peek-token)
21093 (js2-parse-function-params, js2-mode-show-errors)
21094 (js2-mode-show-warnings, js2-make-magic-delimiter)
21095 (js2-mode-highlight-magic-parens): Update to use new face names.
21096
21097 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
21098
21099 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
21100 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
21101
21102 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
21103
21104 * subr.el: Provide hashtable-print-readable.
21105
21106 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
21107 hs-c-like-adjust-block-beginning.
21108 (hs-hide-block-at-point): Stop hiding at the beginning of
21109 hs-block-end-regexp (Bug#700).
21110
21111 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
21112
21113 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
21114 a macro.
21115 (gdb-registers-handler-custom): Do not fail when register names
21116 are unavailable.
21117
21118 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21119
21120 * progmodes/gdb-mi.el (gdb-control-all-threads)
21121 (gdb-control-current-thread): Interactive setters for
21122 `gdb-gud-control-all-threads' to use in menu.
21123 (gdb-show-run-p): Show «Go» when process is not active.
21124 (gud-tool-bar-map): Add non-stop/A,T indicator.
21125 Uses gud/thread.xpm and gud/all.xpm.
21126
21127 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
21128
21129 * net/net-utils.el (net-utils-font-lock-keywords): New var.
21130 (nslookup-font-lock-keywords): Make it a variable.
21131 (net-utils-mode): New mode for viewing diagnostic network output.
21132 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
21133 (net-utils-run-simple): New function.
21134 (ifconfig, iwconfig, netstat, arp, route): Use it.
21135
21136 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21137
21138 * progmodes/gdb-mi.el (gdb-read-memory-custom)
21139 (gdb-memory-set-address, def-gdb-set-positive-number)
21140 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
21141 after changing settings.
21142 (gdb-invalidate-disassembly): Update when first shown.
21143 (gdb-edit-locals-value): Fix.
21144 (gdb-registers-handler-custom): Print registers in right order and
21145 allow changing register values (only for current thread yet).
21146 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
21147 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
21148 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
21149 (gdb-locals-handler-custom, gdb-registers-handler-custom):
21150 Thread info in mode name.
21151 (gdb-registers-mode-map): TAB to switch to locals.
21152
21153 2009-08-08 Eli Zaretskii <eliz@gnu.org>
21154
21155 * mail/rmail.el (rmail-add-mbox-headers)
21156 (rmail-set-message-counters-counter): Search for
21157 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
21158
21159 2009-08-08 Glenn Morris <rgm@gnu.org>
21160
21161 * Makefile.in (ELCFILES): Update.
21162
21163 2009-08-07 Eli Zaretskii <eliz@gnu.org>
21164
21165 * mail/sendmail.el (mail-yank-original):
21166 Set buffer-file-coding-system from the one used by the message whose
21167 text is yanked.
21168
21169 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
21170 to "windows" when "pgnuplot" is used.
21171 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
21172 Don't call accept-process-output if "pgnuplot" is used.
21173 (calc-graph-init): Don't send -display and -geometry to
21174 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
21175 running "pgnuplot -V" with shell-command-to-string.
21176
21177 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
21178 the default.
21179
21180 2009-08-07 Eli Zaretskii <eliz@gnu.org>
21181
21182 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
21183 org/org-latex.elc.
21184
21185 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
21186
21187 * vc-dispatcher.el (vc-resynch-window): Update comment.
21188
21189 * term.el (term-handle-ansi-escape): Add comments with the
21190 terminfo capabilities implemented.
21191
21192 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
21193
21194 * progmodes/gdb-mi.el (gdb-var-create-regexp): Remove.
21195 (gdb-var-create-handler): Rewritten using JSON parser.
21196 (gdb-propertize-header): Move earlier.
21197 (gdb-set-header): Remove to avoid duplication.
21198 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
21199 Refresh disassembly buffers only after threads list have been
21200 update.
21201 (gdb-threads-header, gdb-registers-header): Per-buffer header line
21202 variables.
21203
21204 2009-08-04 Juri Linkov <juri@jurta.org>
21205
21206 * files.el: Commands to add/delete file/directory-local variables.
21207 (read-file-local-variable, read-file-local-variable-value)
21208 (read-file-local-variable-mode, modify-file-local-variable)
21209 (modify-file-local-variable-prop-line)
21210 (modify-dir-local-variable): New functions.
21211 (add-file-local-variable, delete-file-local-variable)
21212 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
21213 (add-dir-local-variable, delete-dir-local-variable)
21214 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
21215 (copy-dir-locals-to-file-locals-prop-line): New commands.
21216
21217 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
21218
21219 * abbrev.el (insert-abbrev-table-description): Prettify output.
21220 Suggested by Karl Chen.
21221
21222 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
21223
21224 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
21225 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
21226 (gdb-overlay-arrow-position, gdb-thread-position)
21227 (gdb-disassembly-position): Declare variables.
21228 (gdb-wait-for-pending): Function now.
21229 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
21230 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
21231 compilation goes smoothly.
21232 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
21233 (gdb-non-stop-setting): New customization setting which replaces
21234 `gdb-non-stop' so changing it doesn't break active GDB session.
21235 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
21236 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
21237 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
21238 (gdb-show-threads-by-default): New customization options.
21239 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
21240 routines.
21241 (gdb-get-buffer-create): Send buffers update signal when they are
21242 created.
21243 (gdb-invalidate-locals, gdb-invalidate-registers)
21244 (gdb-invalidate-breakpoints)
21245 (gdb-invalidate-threads, gdb-invalidate-disassembly)
21246 (gdb-invalidate-memory): Accept update signal.
21247 (gdb-current-context-command): Use --frame option.
21248 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
21249 Implement `gdb-frame-number' selection logic.
21250 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
21251 whether to show GUD toolbar buttons.
21252 (gdb-thread-exited): Unselect current thread when it exits.
21253 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
21254 (gdb-mark-line): Routine which sets overlay arrow or inverses
21255 video on fringeless displays.
21256 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
21257 to build aligned columns of data in GDB buffers and set text
21258 properties line-by-line.
21259 (gdb-invalidate-breakpoints)
21260 (gdb-breakpoints-list-handler-custom)
21261 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
21262 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
21263 (gdb-registers-handler-custom): Align data columns.
21264 (gdb-locals-handler-custom): Now prints data like in variable
21265 declarations.
21266 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
21267 Remove confusing buttons.
21268 (gdb-invalidate-threads): Append --frame.
21269 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
21270 between breakpoints/threads buffers.
21271 (gdb-set-window-buffer): Now can ignore dedicated windows.
21272 (gdb-propertize-header): Use `gdb-set-window-buffer'.
21273 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
21274 (def-gdb-thread-buffer-gud-command): Replaces
21275 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
21276 for fine thread control.
21277 (gdb-preempt-existing-or-display-buffer): New function used to
21278 display bound buffers without breaking window layout.
21279 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
21280 (gdb-select-frame): New version of `gdb-frames-select' which now
21281 sets `gdb-frame-number' so commands may use --frame option instead
21282 of inner debugger state.
21283 (gdb-frame-handler): Do not set `gdb-frame-number'.
21284 (gdb-threads-mode-map): Select threads with mouse.
21285
21286 * progmodes/gud.el (gdb-gud-context-call): Declare function to
21287 avoid compilation warning.
21288 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
21289 `gdb-show-stop-p`.
21290
21291 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
21292 Argument `key' renamed to `buffer-type'.
21293 (gdb-current-context-buffer-name): Do not add thread info to
21294 buffer name when no thread is selected.
21295 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
21296 command (bug 3794).
21297 (gdb-thread-selected): Handle `=thread-selected' notification.
21298 (gdb-wait-for-pending): New macro to deal with congestion problems.
21299 (gdb-breakpoints-list-handler-custom): Don't fail on pending
21300 breakpoints.
21301 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
21302 This fixes problem similar to one described in bug 3947.
21303 (gud-menu-map): More menu items.
21304 (gdb-init-1): Reset `gdb-thread-number' to nil.
21305
21306 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
21307 non-stop settings.
21308
21309 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
21310 (gdb-current-context-command): Do not append --thread if
21311 `gdb-thread-number' is nil.
21312 (gdb-running-threads-count, gdb-stopped-threads-count):
21313 New variables.
21314 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
21315 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
21316 New customization options.
21317 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
21318 GUD commands.
21319 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
21320 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
21321 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
21322 set `gdb-thread-number' and update `gud-running' properly.
21323 (gdb-running): Update threads list when new threads appear.
21324 (gdb-stopped): Support non-stop operation and new thread switching
21325 logic.
21326 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
21327 (gdb-json-partial-output): New set of JSON routines.
21328 (def-gdb-auto-update-trigger): New `signal-list' optional
21329 argument.
21330 (gdb-thread-list-handler-custom): Update `gud-running',
21331 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
21332 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
21333 (gdb-continue-thread, gdb-step-thread): New commands for fine
21334 thread execution control.
21335 (gud-menu-map): New menu items to switch non-stop options.
21336 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
21337 (gdb-send): Mimic RET properly (bug 3794).
21338
21339 * progmodes/gdb-mi.el (gdb-rules-name-maker)
21340 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
21341 gdb-buffer-rules.
21342 (def-gdb-auto-update-handler): New nopreserve optional argument.
21343 (gdb-stack-list-frames-custom): Print stack from top to bottom.
21344
21345 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
21346 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
21347 (gdb-parent-mode): New mode to derive other GDB modes from.
21348 (gdb-display-disassembly-for-thread)
21349 (gdb-frame-disassembly-for-thread): New commands for threads
21350 buffer.
21351
21352 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
21353 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
21354 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
21355 (gdb-update): We now store all GDB buffers in a list so that they
21356 can be updated by traversing a list instead of calling invalidate
21357 triggers explicitly.
21358 (def-gdb-trigger-and-handler): New macro to define trigger-handler
21359 pair for GDB buffer.
21360 (gdb-stack-buffer-name): Add thread information.
21361 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
21362 handle pending triggers.
21363 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
21364 (def-gdb-thread-buffer-simple-command)
21365 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
21366 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
21367 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
21368 New commands which show buffers bound to thread.
21369 (gdb-stack-list-locals-regexp): Remove unused regexp.
21370
21371 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
21372 (gdb-locals-buffer-name, gdb-registers-buffer-name)
21373 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
21374 to (gud-comint-buffer) in *-buffer-name functions
21375 because (gdb-get-target-string) already does that.
21376 (gdb-locals-handler-custom, gdb-registers-handler-custom)
21377 (gdb-changed-registers-handler): Rewritten without regexps.
21378
21379 * progmodes/gdb-mi.el: Basic thread selection support.
21380 (gdb-thread-number): New variable.
21381 (gdb-current-context-command): New macro which adds --thread
21382 option to command.
21383 (gdb-threads-mode-map): Select thread with SPC.
21384 (gdb-thread-list-handler-custom): Mark current thread with overlay
21385 arrow. Synchronize GDB thread and Emacs thread.
21386 (gdb-select-thread): New command which selects current thread.
21387 (gdb-invalidate-frames, gdb-invalidate-locals)
21388 (gdb-invalidate-registers): Use --thread option.
21389
21390 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
21391
21392 * net/tramp.el (top): Make check for tramp-gvfs loading more
21393 robust. (Bug#3977)
21394 (tramp-handle-insert-file-contents): `unwind-protect' must be
21395 inside `with-parsed-tramp-file-name'.
21396
21397 * net/tramp-gvfs.el (top): Remove superfluous message when loading
21398 fails.
21399
21400 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
21401
21402 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
21403 directory if CLASSPATH is not set.
21404
21405 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
21406
21407 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
21408 New defconst.
21409 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
21410
21411 2009-08-02 Kevin Ryde <user42@zip.com.au>
21412
21413 * net/newst-backend.el (newsticker--raw-url-list-defaults):
21414 Update freshmeat link. Delete newsforge.com as it seems gone.
21415
21416 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
21417
21418 * select.el (x-set-selection): Doc fix (Bug#4021).
21419
21420 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
21421
21422 * help-fns.el (describe-variable): Treat list return values from
21423 dir-locals-find-file properly (Bug#4005).
21424
21425 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
21426
21427 * net/tramp.el (tramp-debug-message): Print also microseconds.
21428
21429 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
21430
21431 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
21432 or END is non-nil.
21433 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
21434 (tramp-get-debug-buffer): Change `outline-regexp' according to new
21435 format.
21436
21437 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
21438 (tramp-get-file-property): Use it.
21439
21440 * autorevert.el (auto-revert-handler):
21441 Allow `auto-revert-tail-mode' for remote files.
21442
21443 2009-08-02 Jason Rumney <jasonr@gnu.org>
21444
21445 * minibuffer.el (read-file-name): Treat confirm options to
21446 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
21447
21448 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
21449
21450 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
21451 (font-lock-variable-name-face, font-lock-constant-face):
21452 Darken the colors for light backgrounds.
21453
21454 2009-08-01 Eli Zaretskii <eliz@gnu.org>
21455
21456 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
21457 month names. (Bug#3987)
21458
21459 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
21460
21461 * simple.el (line-move-finish): Pass whole number to
21462 line-move-to-column.
21463 (line-move-visual): Perform hscroll to the recorded position.
21464
21465 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
21466
21467 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
21468
21469 2009-07-29 Alan Mackenzie <acm@muc.de>
21470
21471 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
21472
21473 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
21474
21475 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
21476 (gdb-place-breakpoints): Use full path when setting breakpoints.
21477
21478 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
21479
21480 * calc/calc.el (calc-mode-map): Add keybinding for
21481 `calc-transpose-lines'.
21482
21483 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
21484
21485 * calc/calc-misc.el (calc-transpose-lines): New function.
21486
21487 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
21488
21489 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
21490 Simplify check for out-of-band methods.
21491 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
21492 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
21493
21494 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
21495
21496 * vc-git.el (vc-git-checkin): Fix typo.
21497
21498 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
21499
21500 * progmodes/js2-mode.el: New file.
21501
21502 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
21503
21504 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
21505 (gud-menu-map): Adjust tooltip accordingly.
21506
21507 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
21508
21509 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
21510 (vc-bzr-log-view-mode): Adjust log-view-file-re.
21511
21512 * add-log.el (change-log-mode-map): Add a menu.
21513
21514 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
21515
21516 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
21517 function returns nil.
21518 (dbus-handle-event): Handle special return value :ignore.
21519 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
21520
21521 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
21522
21523 * view.el (view-mode-enable): Don't define Helper-return-blurb if
21524 it's not needed.
21525
21526 2009-07-25 Eli Zaretskii <eliz@gnu.org>
21527
21528 Fix Bug#3888:
21529
21530 * w32-vars.el (x-select-enable-clipboard): Doc fix.
21531
21532 * term/pc-win.el (x-display-name, x-colors)
21533 (x-select-enable-clipboard, x-select-text): Doc fix.
21534
21535 * term/common-win.el (x-display-name, x-colors): Doc fix.
21536
21537 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
21538 (xw-defined-colors): Doc fix.
21539
21540 * w32-fns.el (x-select-text, x-setup-function-keys)
21541 (x-get-selection, x-set-selection): Doc fix.
21542
21543 * term/x-win.el (x-select-text, x-setup-function-keys)
21544 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
21545
21546 * select.el (x-set-selection): Doc fix.
21547
21548 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
21549
21550 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
21551 instead of "IsNSSSupportAvailable". Avahi ought to work also when
21552 "IsNSSSupportAvailable" method is not available.
21553 Reported by Steve Youngs <steve@sxemacs.org>.
21554
21555 2009-07-24 Kenichi Handa <handa@m17n.org>
21556
21557 * international/characters.el: Fix setting of category ?C, ?|, ?K,
21558 and ?H. Fix setting of case for Latin Extended and Greek Extended.
21559 (build-unicode-category-table): Fix range checks.
21560
21561 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
21562
21563 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
21564 the buffer we try to sync is current when calling
21565 vc-resynch-buffer.
21566
21567 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
21568 not show up to date files.
21569
21570 2009-07-24 Glenn Morris <rgm@gnu.org>
21571
21572 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
21573 Add autoload cookies. If necessary, initialize.
21574 (elint-log): Handle non-file buffers.
21575 (elint-initialize): Add optional argument to reinitialize.
21576 (elint-find-builtin-variables): Save excursion.
21577
21578 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
21579
21580 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
21581 for Lint.
21582
21583 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
21584
21585 * vc.el (vc-print-log-internal): New function, split out from ...
21586 (vc-print-log): ... here.
21587 (vc-dir-move-to-goal-column): Declare.
21588
21589 * vc-git.el (vc-git-add-signoff): New variable.
21590 (vc-git-checkin): Use it.
21591 (vc-git-toggle-signoff): New function.
21592 (vc-git-extra-menu-map): Bind it to menu.
21593 (vc-git--run-command-string): Accept a nil FILE argument.
21594 (vc-git-stash-list): New function.
21595 (vc-git-dir-extra-headers): Use it.
21596
21597 2009-07-23 Glenn Morris <rgm@gnu.org>
21598
21599 * help-fns.el (describe-variable): Describe ignored and risky local
21600 variables in a similar way to that in which we describe safe ones.
21601
21602 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
21603 (byte-compile-output-file-form, byte-compile-output-docform)
21604 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
21605 Give some more local variables with common names a "bytecomp-" prefix,
21606 so as not to shadow things during compilation.
21607 * emacs-lisp/cl-macs.el (load-time-value)
21608 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
21609 `outbuffer' to `bytecomp-outbuffer'.
21610
21611 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
21612 since the next two variables cover them automatically now.
21613 (elint-builtin-variables, elint-autoloaded-variables): New.
21614 (elint-unknown-builtin-args): Remove all members, since they can be
21615 parsed automatically now.
21616 (elint-extra-errors): New.
21617 (elint-env-add-env, elint-env-add-macro): Use cadr.
21618 (elint-current-buffer): Use or. Change final message.
21619 (elint-get-top-forms): Use line-end-position.
21620 (elint-init-env): Use cadr. Handle autoload, declare-function,
21621 and defalias.
21622 (elint-add-required-env): Doc fix. Use or. Standardize error.
21623 (regexp-assoc): Remove unused function.
21624 (elint-top-form): Set elint-current-pos, to record the start of the
21625 top-level form, for compilation-mode.
21626 (elint-form): Trap errors in macro expansion. Use dolist.
21627 (elint-unbound-variable): Use elint-builtin-variables and
21628 elint-autoloaded-variables.
21629 (elint-get-args): Use cadr, or.
21630 (elint-check-cond-form): Use dolist, cadr.
21631 (elint-check-condition-case-form): Doc fix. Use cadr.
21632 Use elint-extra-errors.
21633 (elint-log): New function.
21634 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
21635 Distinguish errors and warnings.
21636 (elint-log-message): Use with-current-buffer. Inhibit read-only.
21637 Use a bytecomp-style format.
21638 (elint-clear-log): Preserve default-directory. Inhibit read-only.
21639 (elint-get-log-buffer): Use compilation mode. Disable undo.
21640 Don't truncate lines.
21641 (elint-initialize): Set builtin and autoloaded variable lists.
21642 Only process elint-unknown-builtin-args if non-nil.
21643 (elint-find-builtin-variables, elint-find-autoloaded-variables):
21644 New functions.
21645 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
21646
21647 2009-07-22 Kevin Ryde <user42@zip.com.au>
21648
21649 * net/newst-backend.el (newsticker--parse-atom-1.0)
21650 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
21651 (newsticker--parse-rss-1.0):
21652 * progmodes/idlwave.el (idlwave-mode):
21653 * progmodes/idlw-shell.el (idlwave-shell-mode):
21654 * progmodes/vera-mode.el (vera-mode):
21655 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
21656 * progmodes/vhdl-mode.el (vhdl-mode):
21657 * textmodes/table.el (table-generate-source)
21658 (table--warn-incompatibility):
21659 Hyperlink urls in docstrings with URL `...'.
21660
21661 2009-07-22 Glenn Morris <rgm@gnu.org>
21662
21663 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
21664 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
21665 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
21666 Remove leading * from defcustom docs.
21667
21668 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
21669
21670 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
21671 defcustom doc.
21672 (list-load-path-shadows): Optionally, just return shadows as a string.
21673
21674 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
21675
21676 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
21677
21678 * mail/rmailedit.el (rmail-edit-mode):
21679 Use auto-save-include-big-deletions.
21680
21681 * mail/rmail.el (rmail-variables):
21682 Use auto-save-include-big-deletions.
21683
21684 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
21685 changes.
21686
21687 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
21688
21689 * calc/calc.el (calc-undo-length): New variable.
21690 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
21691
21692 2009-07-21 Richard Stallman <rms@gnu.org>
21693
21694 * files.el (auto-save-mode): Handle buffer-save-size = -2
21695 for toggling mode.
21696
21697 2009-07-21 Glenn Morris <rgm@gnu.org>
21698
21699 * textmodes/ispell.el (ispell-looking-back): Update declaration.
21700
21701 * calendar/todo-mode.el (calendar-current-date): Update declaration.
21702
21703 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
21704 silence compiler. Instead...
21705 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
21706 (ps-print-ensure-fontified): Update for above function name changes.
21707
21708 * printing.el (pr-mh-get-msg-num, pr-mh-show)
21709 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
21710 silence compiler. Instead...
21711 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
21712 (mh-show-buffer): Only define for compiler.
21713 (pr-mh-current-message): Update for above function name changes.
21714
21715 * files.el (abort-if-file-too-large): Explicitly pass `filename'
21716 as an argument.
21717 (find-file-noselect, insert-file-1): Update for above change.
21718
21719 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
21720
21721 * mail/mailclient.el (mailclient-send-it): Fix message.
21722
21723 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
21724 (edebug-eval): Check cl-debug-env is bound.
21725 (print-level, print-circle): Don't redefine built-in variables.
21726
21727 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
21728 (custom-print-vectors): Remove old comments from doc.
21729
21730 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
21731 (emerge-version): Make the variable an obsolete alias for the
21732 emacs-version variable. Make the function obsolete.
21733 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
21734 Emerge options, rather than merging in into the main Options menu.
21735 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
21736 and auto advance modes. Disable edit/fast items when not relevant.
21737
21738 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
21739
21740 * term/vt420.el (terminal-init-vt420): Fix typo.
21741
21742 2009-07-20 Sam Steingold <sds@gnu.org>
21743
21744 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
21745 variable (removed from compile.el on 2004-03-11).
21746
21747 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
21748
21749 * files.el (hack-local-variables-filter): Fix last change.
21750
21751 2009-07-19 Juri Linkov <juri@jurta.org>
21752
21753 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
21754 (dir-local-variables-alist): New buffer-local variable.
21755 (hack-local-variables-filter): If variable is not dir-local,
21756 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
21757 because file-local overrides dir-local.
21758 (c-postprocess-file-styles) <declare-function>:
21759 Remove obsolete declaration.
21760 (hack-dir-local-variables): Add dir-local variable/value pair to
21761 `dir-local-variables-alist' and remove duplicates. Doc fix.
21762
21763 * help-fns.el (describe-variable): Add information about
21764 file-local and dir-local variables.
21765
21766 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
21767
21768 * files.el (hack-local-variables-filter): Rewrite.
21769
21770 2009-07-19 Glenn Morris <rgm@gnu.org>
21771
21772 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
21773 Silence compiler by only defining on XEmacs.
21774
21775 * international/mule.el (auto-coding-regexp-alist): Only match
21776 BABYL... at the start of buffer, not of lines. (Bug#3790)
21777
21778 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
21779 non-calendar buffers (Bug#3862). Restore "not on a date" message.
21780 (cal-menu-context-mouse-menu): Doc fix.
21781
21782 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
21783
21784 * simple.el (mail-user-agent): Doc fix. Set :version tag.
21785
21786 2009-07-18 Juri Linkov <juri@jurta.org>
21787
21788 * info.el: Virtual Info keyword finder.
21789 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
21790 (Info-finder-file): New variable.
21791 (Info-finder-find-file): New function.
21792 (finder-known-keywords, finder-package-info)
21793 (find-library-name, lm-commentary): Use defvar and
21794 declare-function to silence compiler warnings.
21795 (Info-finder-find-node): New function.
21796 (info-finder): New command.
21797
21798 * subr.el (process-kill-buffer-query-function): New function.
21799 (add-hook)<kill-buffer-query-functions>: Add hook
21800 `process-kill-buffer-query-function'.
21801
21802 2009-07-18 Alan Mackenzie <acm@muc.de>
21803
21804 * progmodes/cc-mode.el (c-before-hack-hook)
21805 (c-postprocess-file-styles): Give invocation of `c-set-style'
21806 DONT-OVERRIDE parameter of t. Already set style variables will
21807 thus not be overridden by style settings given by `c-file-syle'.
21808
21809 * files.el (hack-local-variables-filter): Remove entries with
21810 duplicate keys from `file-local-variables-alist'.
21811
21812 2009-07-18 Eli Zaretskii <eliz@gnu.org>
21813
21814 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
21815 x-set-selection if display-selections-p returns nil for the
21816 current frame.
21817
21818 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
21819
21820 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
21821
21822 2009-07-18 Eli Zaretskii <eliz@gnu.org>
21823
21824 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
21825 Accept nil in addition to a regexp.
21826 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
21827 Accept nil in addition to a regexp.
21828 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
21829 buffers that have an associated file. Handle nil values of
21830 desktop-buffers-not-to-save and desktop-files-not-to-save.
21831 (Bug#3833)
21832
21833 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
21834 (x-disown-selection-internal): New functions.
21835
21836 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
21837
21838 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
21839 warning.
21840 (gdb-breakpoints-header): Move forward to avoid compiler warning.
21841 (gdb-make-header-line-mouse-map): Remove duplicate definition.
21842
21843 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
21844
21845 * simple.el (set-mark): Revert last change.
21846
21847 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
21848
21849 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
21850 rendering of pngs is not possible instead of messaging a long
21851 description.
21852
21853 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
21854
21855 * w32-fns.el (x-selection-owner-p): New function.
21856
21857 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
21858 (mouse-yank-at-click, mouse-yank-primary):
21859 If select-active-regions is non-nil, deactivate the mark before
21860 insertion.
21861
21862 * simple.el (deactivate-mark, set-mark): Only save selection if we
21863 own it.
21864
21865 2009-07-17 Kenichi Handa <handa@m17n.org>
21866
21867 * case-table.el (describe-buffer-case-table): Fix for the case
21868 that KEY is a cons.
21869
21870 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
21871
21872 * vc-rcs.el (vc-rcs-find-file-hook):
21873 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
21874
21875 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
21876
21877 * net/tramp.el (tramp-wait-for-output): Handle the case when
21878 commands do not return a newline but a null byte before the shell
21879 prompt. (Bug#3858)
21880
21881 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21882
21883 * term/ns-win.el (ns-set-alpha): Don't declare.
21884 (ns-set-background-alpha): Remove function.
21885
21886 2009-07-16 Kevin Ryde <user42@zip.com.au>
21887
21888 * emacs-lisp/copyright.el (copyright-update): Save match-data across
21889 y-or-n-p, for safety.
21890
21891 2009-07-16 Richard Stallman <rms@gnu.org>
21892
21893 * files.el (auto-save-mode): If buffer-saved-size is -2,
21894 don't clobber it.
21895
21896 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
21897 (rmail-retry-ignored-headers): Add more uninteresting fields.
21898
21899 2009-07-15 Jari Aalto <jari.aalto@cante.net>
21900
21901 * net/rcirc.el (rcirc): Use history variables.
21902 (rcirc-server-name-history, rcirc-nick-name-history)
21903 (rcirc-server-port-history): New variables.
21904
21905 2009-07-15 Kenichi Handa <handa@m17n.org>
21906
21907 * international/mule-cmds.el (set-language-environment-charset):
21908 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
21909 ignore them.
21910
21911 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
21912 Delete unibyte-display.
21913
21914 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
21915
21916 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
21917
21918 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
21919
21920 * simple.el (deactivate-mark): Optional argument FORCE.
21921 (set-mark): Use deactivate-mark.
21922
21923 * info.el (Info-search): No need to check transient-mark-mode
21924 before calling deactivate-mark.
21925
21926 * select.el (x-set-selection): Doc fix.
21927 (x-valid-simple-selection-p): Allow buffer values.
21928 (xselect--selection-bounds): Handle buffer values.
21929 Suggested by David De La Harpe Golden.
21930
21931 * mouse.el (mouse-set-region, mouse-drag-track):
21932 Call copy-region-as-kill before setting the mark, to let
21933 select-active-regions work.
21934
21935 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
21936
21937 * simple.el (deactivate-mark): If select-active-regions is
21938 non-nil, copy the selection data into a string.
21939 (activate-mark): If select-active-regions is non-nil, set the
21940 selection to the current buffer.
21941 (set-mark): Update selection if select-active-regions is non-nil.
21942
21943 * select.el (x-valid-simple-selection-p): Allow buffer values.
21944
21945 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
21946
21947 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
21948 and more featureful message-mode.
21949
21950 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
21951
21952 * select.el (x-set-selection): Doc fix.
21953 (x-valid-simple-selection-p): Disallow selection data consisting
21954 of a list or cons of integers, since that is not used.
21955 (xselect--selection-bounds, xselect--int-to-cons): New functions.
21956 (xselect-convert-to-string, xselect-convert-to-length)
21957 (xselect-convert-to-filename, xselect-convert-to-charpos)
21958 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
21959
21960 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
21961
21962 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
21963 output in -break-info command (Emacs bug #3794).
21964
21965 2009-07-14 Glenn Morris <rgm@gnu.org>
21966
21967 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
21968 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
21969 (edebug-print-length, edebug-print-level, edebug-print-circle)
21970 (edebug-sit-for-seconds, edebug-view-outside)
21971 (edebug-bounce-point, edebug-set-global-break-condition)
21972 (edebug-Go-nonstop-mode, edebug-trace-mode)
21973 (edebug-Trace-fast-mode, edebug-continue-mode)
21974 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
21975 (edebug-visit-eval-list): Doc fixes.
21976
21977 * subr.el (def-edebug-spec): Doc fix.
21978
21979 2009-07-14 Kenichi Handa <handa@m17n.org>
21980
21981 * international/characters.el: Fix setting of category ?C.
21982
21983 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
21984
21985 * term/ns-win.el (x-select-font): defalias x-select-font to
21986 ns-popup-font-panel instead of generate-fontset-menu.
21987
21988 2009-07-12 Eli Zaretskii <eliz@gnu.org>
21989
21990 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
21991
21992 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
21993
21994 * arc-mode.el (archive-find-type): Allow for a PK00 string before
21995 the PK\003\004 header (Bug#3770).
21996
21997 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
21998
21999 * pcomplete.el (pcomplete-comint-setup): Check for
22000 shell-dynamic-complete-filename too.
22001
22002 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
22003
22004 * simple.el (temporary-goal-column): Change the value for
22005 line-move-visual to a cons cell.
22006 (line-move-visual): Record or set the window hscroll, if
22007 necessary (Bug#3494).
22008 (line-move-1): Handle cons value of temporary-goal-column.
22009
22010 2009-07-11 Kenichi Handa <handa@m17n.org>
22011
22012 * international/mule-diag.el (describe-character-set): Don't show
22013 width.
22014
22015 2009-07-10 Sam Steingold <sds@gnu.org>
22016
22017 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22018 Omake sometimes indents the errors it prints, so allow all
22019 regexps to start with spaces.
22020
22021 2009-07-10 Eli Zaretskii <eliz@gnu.org>
22022
22023 * cus-edit.el (customize-changed-options-previous-release):
22024 Bump value to 22.1. (Bug#3804)
22025
22026 2009-07-08 Sam Steingold <sds@gnu.org>
22027
22028 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
22029 to be a cons cell (test . ignored-directory) to selectively ignore
22030 some directories depending on the location of the search.
22031
22032 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
22033
22034 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
22035 remote user is root, on the local host.
22036 (tramp-local-host-p): Either the local user or the remote user
22037 must be root. (Bug#3771)
22038
22039 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
22040
22041 * progmodes/gdb-mi.el (gdb): Remove description of
22042 gdb-use-separate-io-buffer.
22043 (menu): Don't allow toggling of or enable
22044 gdb-use-separate-io-buffer from menubar.
22045
22046 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
22047
22048 * mail/unrmail.el (unrmail): Make sure the message ends with two
22049 newlines (Bug#3769).
22050
22051 2009-07-08 Glenn Morris <rgm@gnu.org>
22052
22053 * calendar/calendar.el (calendar-current-date): Rework previous change.
22054
22055 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
22056
22057 * calendar/calendar.el (calendar-current-date):
22058 Add an optional argument giving an offset from today.
22059
22060 2009-07-08 Glenn Morris <rgm@gnu.org>
22061
22062 * tutorial.el (tutorial--describe-nonstandard-key):
22063 Adjust the message for when a key has been unbound.
22064 (help-with-tutorial): Hide the arch-tag.
22065
22066 2009-07-08 Kenichi Handa <handa@m17n.org>
22067
22068 * international/fontset.el (setup-default-fontset): For each
22069 script, append (not set) font-specs.
22070
22071 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
22072 docstring.
22073
22074 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
22075
22076 * progmodes/gdb-mi.el (gdb-init-1): Move sending
22077 -data-list-register-names to ...
22078 (gdb-starting): ... here because GDB 7.0 requires execution to
22079 have started when using this MI command.
22080 (gdb-set-header): New function to distinguish select and
22081 unselected tabs in gdb buffers.
22082 (gdb-propertize-header): New macro that uses gdb-set-header.
22083 (gdb-breakpoints-header, gdb-locals-header): Use it.
22084 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
22085
22086 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
22087
22088 * Makefile.in (ELCFILES): Remove fadr.elc.
22089
22090 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
22091
22092 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
22093 may contain frame information, so `string-match' should be used.
22094 (gdb-update): Disassembly is invalidated through
22095 `gdb-get-selected-frame'.
22096 (gdb-pad-string): New function to pad string with spaces.
22097 (gdb-invalidate-disassembly): Invalidate only if the buffer
22098 exists.
22099 (gdb-disassembly-handler-custom): Column alignment.
22100 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
22101 placing new ones.
22102 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
22103 end of line, too.
22104 (gdb-frame-handler): Match convention to for disassembly buffer
22105 mode name.
22106 (gdb-stack-list-frames-handler): Rewritten without regexps.
22107 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
22108 not highlight breakpoints without line information.
22109 (gdb-input): Add trailing newline to command.
22110
22111 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
22112 buffer properly.
22113 (gdb-breakpoints-list-handler-custom): Replacement for
22114 `gdb-break-list-handler'. Using real parser instead of regexps
22115 now.
22116 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
22117 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
22118 to place breakpoints.
22119 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
22120 functions.
22121 (gdb-disassembly-handler-custom): Show overlay arrow.
22122 (gdb-disassembly-place-breakpoints): Show breakpoints in
22123 disassembly buffer.
22124 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
22125 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
22126 instead of parsing breakpoints buffer. Fixed old menu references
22127 in `gud-menu-map'.
22128
22129 * fadr.el: Remove.
22130
22131 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
22132 (gdb-memory-address): New variable which holds top address of
22133 memory page shown in memory buffer.
22134 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
22135 New customization variables.
22136 New functions:
22137 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
22138 display the memory buffer.
22139 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
22140 buffer display parameters.
22141 (def-gdb-memory-format, gdb-memory-format-binary)
22142 (gdb-memory-format-octal, gdb-memory-format-unsigned)
22143 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
22144 Functions for setting memory buffer format.
22145 (gdb-memory-unit-word, gdb-memory-unit-halfword)
22146 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
22147 unit size used in memory buffer.
22148 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
22149 Switch to next/previous page of memory buffer.
22150 Now using (bindat-get-field) instead of fadr functions.
22151
22152 2009-07-07 Sam Steingold <sds@gnu.org>
22153
22154 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
22155 non-top-level files.
22156
22157 2009-07-07 Kenichi Handa <handa@m17n.org>
22158
22159 * international/mule-cmds.el (reset-language-environment):
22160 Put the highset priority to the charset iso-8859-1.
22161
22162 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
22163
22164 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
22165 to the end of the line when locating the block (Bug#700).
22166
22167 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
22168
22169 * net/tramp.el (tramp-handle-write-region): Flush file properties
22170 in case of short track.
22171
22172 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
22173
22174 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
22175 Coded custom representation of verilog error regular expressions
22176 to work with Emacs-22's new format.
22177 (verilog-error-regexp-xemacs-alist): Coded custom representation
22178 of verilog error regular expressions to work with XEmacs format.
22179 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
22180 error recognition into XEmacs.
22181 (verilog-error-regexp-add-emacs): Hook routine to install verilog
22182 error recognition into Emacs-22.
22183
22184 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
22185
22186 * woman.el: Remove stand-alone closing parentheses.
22187 (woman-file-name, woman2-format-paragraphs)
22188 (woman-leave-blank-lines): Code cleanup.
22189 (woman-use-own-frame): Change default to nil.
22190 (woman-italic, woman-bold, woman-unknown, woman-addition):
22191 Change defaults to inherit from default faces.
22192 (woman2-process-escapes): Consume the newline after a stand-alone
22193 filler character (Bug#3651).
22194
22195 2009-07-06 Glenn Morris <rgm@gnu.org>
22196
22197 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
22198 (top-level): Move provide to the end.
22199 (ffap): Remove defunct URL from custom group.
22200
22201 * subr.el (eval-after-load): Doc fix.
22202
22203 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
22204
22205 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
22206 `calc-embedded-word' is called twice.
22207
22208 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22209
22210 * files.el (find-alternate-file-other-window, find-alternate-file):
22211 Obey confirm-nonexistent-file-or-buffer.
22212
22213 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
22214
22215 * dired-aux.el (dired-show-file-type): Handle remote files.
22216
22217 2009-07-05 Jari Aalto <jari.aalto@cante.net>
22218
22219 * desktop.el (desktop-globals-to-save):
22220 Add file-name-history (Bug#2750).
22221
22222 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
22223
22224 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
22225
22226 2009-07-04 Johan Bockgård <bojohan@gnu.org>
22227
22228 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
22229 property on entire argument since this is what eshell-lisp-command
22230 expects.
22231
22232 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
22233
22234 * net/tramp-gvfs.el (tramp-gvfs-methods)
22235 (tramp-gvfs-zeroconf-domain)
22236 (tramp-bluez-discover-devices-timeout): Add version flag.
22237 (tramp-gvfs-handler-mounted-unmounted)
22238 (tramp-gvfs-connection-mounted-p): Polish handling of
22239 incompatibilities between GVFS 0.2 and 1.0.
22240
22241 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
22242
22243 * cus-start.el (all): Add make-pointer-invisible.
22244
22245 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
22246
22247 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
22248 formatted correctly.
22249
22250 2009-07-02 Juri Linkov <juri@jurta.org>
22251
22252 * info.el: Virtual Info files and nodes.
22253 (Info-virtual-files, Info-virtual-nodes): New variables.
22254 (Info-current-node-virtual): New variable.
22255 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
22256 New functions.
22257 (Info-file-supports-index-cookies): Use Info-virtual-file-p
22258 to check for a virtual file instead of checking a fixed list
22259 of node names.
22260 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
22261 instead of ad-hoc processing of "dir" and (apropos history toc).
22262 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
22263 instead of ad-hoc processing of "dir" and (apropos history toc).
22264 Reread a file when moving from a virtual node.
22265 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
22266 (Info-directory-toc-nodes, Info-directory-find-file)
22267 (Info-directory-find-node): New functions.
22268 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
22269 (Info-history): Move part of code to
22270 `Info-history-find-node'.
22271 (Info-history-toc-nodes, Info-history-find-file)
22272 (Info-history-find-node): New functions.
22273 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
22274 (Info-toc): Move part of code to `Info-toc-find-node'.
22275 (Info-toc-find-node): New function.
22276 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
22277 the current Info file name to references because now the node
22278 "*TOC*" belongs to the same Info manual.
22279 (Info-toc-build): Rename from `Info-build-toc'.
22280 (Info-toc-nodes): Rename input argument `file' to `filename'.
22281 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
22282 instead of ad-hoc processing of ("dir" apropos history toc).
22283 (Info-index-nodes): Use Info-virtual-file-p
22284 to check for a virtual file instead of checking a fixed list
22285 of node names.
22286 (Info-index-node): Add check for `Info-current-node-virtual'.
22287 Raise `save-match-data' higher up the tree to contain
22288 `search-forward' too (bug fix).
22289 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
22290 (Info-virtual-index-nodes): New variable.
22291 (Info-virtual-index-find-node, Info-virtual-index): New functions.
22292 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
22293 (Info-apropos-file, Info-apropos-nodes): New variables.
22294 (Info-apropos-toc-nodes, Info-apropos-find-file)
22295 (Info-apropos-find-node, Info-apropos-matches): New functions.
22296 (info-apropos): Move part of code to `Info-apropos-find-node' and
22297 `Info-apropos-matches'.
22298 (Info-mode-map): Bind "I" to `Info-virtual-index'.
22299 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
22300 for a virtual file instead of checking a fixed list of node names.
22301
22302 * simple.el (async-shell-command): New command.
22303
22304 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
22305
22306 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
22307 instead of `mount-info'.
22308
22309 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
22310
22311 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
22312 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
22313
22314 2009-07-02 Kenichi Handa <handa@m17n.org>
22315
22316 * international/mule.el (set-keyboard-coding-system): Force *-unix
22317 coding-system to avoid eol conversion.
22318
22319 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
22320
22321 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
22322 Add handler for `process-file', `shell-command' and
22323 `start-file-process'.
22324 (tramp-gvfs-handle-shell-command)
22325 (tramp-gvfs-handle-start-file-process)
22326 (tramp-gvfs-handle-process-file): New defuns.
22327 (tramp-synce-list-devices): Simplify check for existence of property.
22328
22329 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
22330
22331 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
22332
22333 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
22334
22335 * language/korean.el (set-language-info-alist): Add korean-cp949,
22336 cp949 to spec.
22337
22338 2009-07-01 Kenichi Handa <handa@m17n.org>
22339
22340 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
22341
22342 * international/encoded-kb.el: Deleted.
22343
22344 * international/mule.el (set-keyboard-coding-system): Perform the
22345 necessary setup here instead of calling encoded-kbd-setup-display.
22346
22347 2009-07-01 Glenn Morris <rgm@gnu.org>
22348
22349 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
22350
22351 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
22352
22353 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
22354
22355 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
22356
22357 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
22358 Handle also the 'rename case, when setting file modes. (Bug#3712)
22359 (tramp-default-file-modes): Remove execute permissions.
22360
22361 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
22362 (top): Add a default for "synce" in `tramp-default-user-alist'.
22363 Add completion function for "synce" method.
22364 (tramp-hal-service, tramp-hal-path-manager)
22365 (tramp-hal-interface-manager, tramp-hal-interface-device):
22366 New defconst.
22367 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
22368 (tramp-synce-list-devices, tramp-synce-parse-device-names):
22369 New defuns.
22370
22371 * net/trampver.el: Update release number.
22372
22373 2009-06-30 Kenichi Handa <handa@m17n.org>
22374
22375 * international/fontset.el (setup-default-fontset): Add CJK fonts
22376 for symbols and the other miscellaneous characters.
22377
22378 * language/korea-util.el (setup-korean-environment-internal):
22379 Make char-width-table suitable for Korean environments.
22380 (exit-korean-environment): Cancel above.
22381
22382 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
22383 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
22384 setup-function to make char-width-table suitable for respective
22385 environments, and an exit-function to cancel that.
22386
22387 * language/japan-util.el (setup-japanese-environment-internal):
22388 Call use-cjk-char-width-table with arg `ja_JP'.
22389
22390 * international/characters.el (cjk-char-width-table): Delete it.
22391 (cjk-char-width-table-list): New variable.
22392 (use-cjk-char-width-table): New arg local-name.
22393 (use-default-char-width-table): Fix for the case that Emacs is
22394 already using the default char-width-table.
22395
22396 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
22397
22398 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
22399 modes mandatory. (Bug#3712)
22400
22401 2009-06-29 Alan Mackenzie <acm@muc.de>
22402
22403 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
22404 correction between the visible width of TABs and their number of bytes.
22405
22406 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
22407
22408 * server.el (server-buffer-done): Prevent kill-buffer from
22409 prompting by clearing the buffer modification flag (Bug#3696).
22410
22411 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
22412
22413 * progmodes/verilog-mode.el (verilog-beg-of-statement)
22414 (verilog-endcomment-reason-re): Support unique case and priority case.
22415 (verilog-basic-complete-re): Support localparam lineup.
22416 (verilog-beg-of-statement-1): Fix for robustness, unique case.
22417 (verilog-set-auto-endcomments): Fix for unique case, always_comb
22418 commenting.
22419 (verilog-leap-to-case-head): Now support *nested* unique &
22420 priority case statements.
22421 (verilog-auto-lineup): Make just declarations the default (as it
22422 had been).
22423 (verilog-leap-to-case-head): Support priority/unique case statements.
22424 (verilog-auto-lineup): Rework to give users radio buttons to
22425 select the various styles of automatic lineup.
22426 (verilog-error-regexp-alist): Rework to support the XEmacs style
22427 of error regular expressions from compilers, lint tools &
22428 simulators. Note that GNU Emacs has made it impossible for a mode
22429 to load such things.
22430 (electric-verilog-terminate-line, verilog-indent-declaration)
22431 (verilog-auto-wiure): Rework for radio button selection of
22432 auto-lineup selection of specification of auto lineup.
22433 (verilog-beg-of-statement-1): Redesign to support proper operation
22434 in additional code, based on testing with auto-lineup.
22435 (verilog-calculate-indent, assignments & declarations)
22436 (verilog-backward-token): Enhance to support auto-lineup of
22437 assignments & declarations.
22438 (verilog-in-directive-p, verilog-at-struct-p): New function for
22439 easy test of whether we are.
22440 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
22441 to support safe execution at almost anyline.
22442 (verilog-calc-1): Properly support indenting deep inside generate
22443 blocks.
22444 (verilog-init-font): Remove definition & use of verilog-init-font,
22445 as it is redundant with font-lock-defaults.
22446 (verilog-mode): Alter the definition of verilog-font-lock-defaults
22447 to avoid circular calls if syntax-ppss is a function (as is the
22448 case now in 22.x GNU Emacs) as that function would sometimes call
22449 itself, leading to (nearly) infinite recursion.
22450 (verilog-ovm-begin-re, verilog-ovm-end-re)
22451 (verilog-ovm-statement-re, verilog-leap-to-head)
22452 (verilog-backward-token): Add support for OVM macros. Some are
22453 complete statements, and others open and close scopes like begin
22454 and end.
22455 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
22456 (verilog-defun-level-generate-only-re): Really fix the defun-list
22457 compilation issue.
22458 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
22459 coverpoint, constraint and cross statements.
22460 (verilog-defun-level-list, verilog-generate-defun-level-list)
22461 (verilog-all-defun-level-list): Redo these specifications - it is
22462 too hard to support eval-when compile aggregation of lists also
22463 built at when-compile time.
22464 (verilog-defun-level-list): Place defconsts of variables used in
22465 building regular expressions which are built in eval-when-compile
22466 bodies in the same eval-when-compile body to facilitate compile
22467 without load.
22468 (verilog-beg-block-re-ordered): Support indenting
22469 virtual/protected tasks and functions.
22470 (verilog-defun-level-list, verilog-in-generate-region-p)
22471 (verilog-backward-ws&directives, verilog-calc-1): Speed up
22472 indentation of some module items (generate items).
22473 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
22474 across virtual/protected tasks and functions.
22475
22476 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
22477
22478 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
22479 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
22480 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
22481 in concatenations. Reported by Yishay Belkind.
22482 (verilog-auto-ascii-enum): Support one-hot state machines in
22483 AUTOASCIIENUM. Suggested by Lloyd Gomez.
22484 (verilog-auto-inst, verilog-auto-inst-port): Include interface
22485 modport in AUTOINST and add vl-modport for users.
22486 Reported by David Rogoff.
22487 (verilog-auto-inout-module, verilog-auto-inst)
22488 (verilog-decls-get-interfaces, verilog-insert-definition)
22489 (verilog-insert-one-definition, verilog-read-decls)
22490 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
22491 (verilog-sig-modport, verilog-signals-combine-bus)
22492 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
22493 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
22494 Suggested by David Rogoff.
22495 (verilog-repair-open-comma): Fix non-insertion of comma when
22496 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
22497 (verilog-make-width-expression): Simplify [A-1:0] expression
22498 widths to just {A{1'b0}}.
22499 (verilog-mode): Cleanup checkdoc warnings.
22500 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
22501 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
22502 inputs/outputs or data type. Suggested by Vasu Kandadi.
22503 (next-error-last-buffer): Fix byte-compiler warning.
22504 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
22505 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
22506 or shell command text during AUTO expansion. Suggested by Tad Truex.
22507 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
22508 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
22509 Fix dotted nets {a.b,c.d} and escaped identifiers being mis-included
22510 in AUTOINOUT. Reported by Matthew Lovell.
22511 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
22512 causing use of <= assignments. Reported by Alex Reed.
22513 (verilog-read-decls): Fix triand, trior, wand, wor to be
22514 recognized by AUTOWIRE. Reported by Spencer Isaacson.
22515 (verilog-extended-complete-re): Support import "DPI-C" functions.
22516 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
22517 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
22518 (verilog-insert-date, verilog-insert-year)
22519 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
22520 Windows systems. Reported by Michael Potts.
22521 (verilog-read-module-name): Fix AUTOINST when the child module
22522 declaration's name is a tick define. Reported by Elliot Mednick.
22523 (verilog-read-decls): Fix V2K parameter bit subscripts getting
22524 passed to next parameter's definition. Reported by Bruce T.
22525 (verilog-read-decls): Fix detecting "parameter int" when using
22526 AUTOINSTPARAM. Reported by Bruce T.
22527 (verilog-goto-defun): Fix goto not finding modules unless first
22528 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
22529 (verilog-mode): Expand -f flag arguments on entry to mode so
22530 verilog-goto-defun will work. Reported by Lawrence Butcher.
22531 (verilog-getopt): Expand environment variables in -f file
22532 arguments. Suggested by Lawrence Butcher.
22533 (verilog-set-define): Fix "Symbol's value as variable is void"
22534 when reading enumerations.
22535 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
22536 Suggested by Stephen Peltan.
22537 (verilog-read-defines): Fix reading of enumerations in include
22538 files. Reported by Steve Peltan.
22539
22540 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
22541
22542 * files.el (trash-directory): Fix defcustom type.
22543
22544 2009-06-28 Juri Linkov <juri@jurta.org>
22545
22546 * help-fns.el (describe-function-1): Correctly locate adviced
22547 functions in hyperlink (Bug#2438).
22548
22549 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
22550
22551 * files.el (trash-directory): Change default to nil.
22552 (move-file-to-trash): If trash-directory is nil and
22553 system-move-file-to-trash is unbound, perform freedesktop-style
22554 trashing.
22555
22556 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
22557
22558 * files.el (move-file-to-trash): Add freedesktop trash
22559 support (Bug#973).
22560
22561 2009-06-28 Glenn Morris <rgm@gnu.org>
22562
22563 * autorevert.el (global-auto-revert-non-file-buffers)
22564 (global-auto-revert-mode): Doc fixes.
22565
22566 2009-06-27 Johan Bockgård <bojohan@gnu.org>
22567
22568 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
22569
22570 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
22571
22572 * faces.el (x-handle-named-frame-geometry): Ensure that we have
22573 opened an X connection before calling x-get-resource (Bug#3194).
22574
22575 * play/doctor.el: Remove reference to obsolete website.
22576 (make-doctor-variables): Correct grammar mistake (Bug#2633).
22577
22578 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
22579
22580 Remove find-file-not-found-hook VC method. (Bug#2757)
22581 * vc-hooks.el (vc-file-not-found-hook)
22582 (vc-default-find-file-not-found-hook): Remove functions.
22583 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
22584 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
22585 * vc.el:
22586 * vc-hg.el:
22587 * vc-git.el: Do not mention find-file-not-found-hook VC method.
22588
22589 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
22590
22591 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
22592 compatibility function for `looking-back'.
22593
22594 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
22595 Use `ispell-looking-back'.
22596
22597 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
22598
22599 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
22600 rather than `filename'.
22601
22602 2009-06-23 Miles Bader <miles@gnu.org>
22603
22604 * face-remap.el (text-scale-set): New function.
22605
22606 2009-06-23 Glenn Morris <rgm@gnu.org>
22607
22608 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
22609
22610 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
22611
22612 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
22613
22614 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
22615
22616 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
22617 Simplify Persian conditionals.
22618
22619 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
22620 variable `filename'.
22621
22622 * comint.el (comint-insert-input): Doc fix.
22623
22624 * Makefile.in (ELCFILES): Fix typo in previous change.
22625
22626 2009-06-23 Miles Bader <miles@gnu.org>
22627
22628 * cus-start.el: Add entry for `recenter-redisplay'.
22629
22630 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
22631
22632 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
22633 Add an optional argument for the backend, use it instead of
22634 calling vc-backend.
22635 (vc-mode-line): Add an optional argument for the backend.
22636 Pass the backend to vc-state and vc-working-revision. Move code for
22637 special handling for vc-state being a buffer to ...
22638
22639 * vc-rcs.el (vc-rcs-find-file-hook):
22640 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
22641
22642 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
22643 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
22644 vc-stay-local-p and vc-mode-line calls.
22645
22646 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
22647 (vc-cvs-diff, vc-cvs-annotate-command)
22648 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
22649 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
22650 vc-mode-line calls.
22651
22652 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
22653 direct comparison.
22654 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
22655 backend when calling vc-mode-line.
22656 (vc-register): Do not create a closure for calling the vc register
22657 function, call it directly.
22658
22659 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
22660
22661 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
22662 to make it obvious item can be clicked.
22663
22664 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
22665
22666 2009-06-23 Kenichi Handa <handa@m17n.org>
22667
22668 * language/korea-util.el (korean-key-bindings): Change the binding
22669 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
22670 same command.
22671
22672 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
22673
22674 Sync with Tramp 2.1.16.
22675
22676 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
22677
22678 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
22679 when a loading of a package fails. Completion function for rsync
22680 is `tramp-completion-function-alist-ssh'.
22681 (all): Replace all calls of `split-string' and
22682 `tramp-split-string' by `tramp-compat-split-string'.
22683 (tramp-default-method): Use `tramp-compat-process-running-p'.
22684 (tramp-default-proxies-alist): Allow also Lisp forms.
22685 (tramp-remote-path): Add choice "Private Directories".
22686 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
22687 (tramp-domain-regexp): Allow also "-", "_" and ".".
22688 (tramp-end-of-output): Remove newlines, and add "$" at the end.
22689 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
22690 (tramp-debug-message): Insert header line in debug buffer.
22691 (tramp-handle-directory-files-and-attributes-with-stat):
22692 Care about filenames with spaces, or starting with "-".
22693 (tramp-handle-dired-uncache): New defun.
22694 (tramp-handle-insert-directory): Don't flush the directory from
22695 cache, this is handled by `dired-uncache' now.
22696 (tramp-handle-insert-file-contents): Improve error handling.
22697 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
22698 Quote `tramp-end-of-output'.
22699 (tramp-action-password): Improve trace message.
22700 (tramp-check-for-regexp): Both echoes must be present, before removing.
22701 (tramp-open-connection-setup-interactive-shell): Trace coding system.
22702 (tramp-compute-multi-hops): Eval cons cells of
22703 `tramp-default-proxies-alist'.
22704 (tramp-maybe-open-connection): Use the same command pattern for
22705 first hop and further hops.
22706 (tramp-wait-for-output): Remove handling of newlines.
22707 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
22708 (tramp-split-string): Remove function. It is handled in
22709 tramp-compat now.
22710
22711 * net/tramp-cmds.el (tramp-bug):
22712 Recommend `tramp-cleanup-all-connections' in the bug mail.
22713
22714 * net/tramp-compat.el (tramp-compat-split-string)
22715 (tramp-compat-process-running-p): New defuns.
22716
22717 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
22718 for `dired-uncache'.
22719
22720 * net/tramp-gvfs.el: New package.
22721
22722 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
22723 Add handler for `dired-uncache'.
22724 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
22725
22726 * net/trampver.el: Update release number. Make version check fit
22727 for SXEmacs 22.
22728
22729 2009-06-22 Jim Meyering <meyering@redhat.com>
22730
22731 Automatically handle .xz suffix (XZ-compressed files), too.
22732 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
22733 XZ is the successor to LZMA: <http://tukaani.org/xz/>
22734
22735 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
22736 Nick Roberts <nickrob@snap.net.nz>
22737
22738 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
22739 repository (http://sphinx.net.ru/hg/gdb-mi/).
22740
22741 2009-06-22 Glenn Morris <rgm@gnu.org>
22742
22743 * files.el (dir-locals-collect-mode-variables): Allow for any number of
22744 `mode' and `eval' entries. (Bug#3430)
22745
22746 * Makefile.in (ELCFILES): Add fadr.elc.
22747
22748 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
22749 differing behavior of \n and ^ in strings. (Bug#3385)
22750
22751 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
22752
22753 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
22754 property.
22755 (lisp-indent-function): Make it a defcustom.
22756
22757 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
22758
22759 * progmodes/gdb-ui.el: Replace with ...
22760 * progmodes/gdb-mi.el: ... this file.
22761 * progmodes/gud.el: Modify for gdb-mi.el.
22762
22763 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
22764
22765 * fadr.el: New file.
22766
22767 See ChangeLog.14 for earlier changes.
22768
22769 ;; Local Variables:
22770 ;; coding: utf-8
22771 ;; End:
22772
22773 Copyright (C) 2009-2011 Free Software Foundation, Inc.
22774
22775 This file is part of GNU Emacs.
22776
22777 GNU Emacs is free software: you can redistribute it and/or modify
22778 it under the terms of the GNU General Public License as published by
22779 the Free Software Foundation, either version 3 of the License, or
22780 (at your option) any later version.
22781
22782 GNU Emacs is distributed in the hope that it will be useful,
22783 but WITHOUT ANY WARRANTY; without even the implied warranty of
22784 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22785 GNU General Public License for more details.
22786
22787 You should have received a copy of the GNU General Public License
22788 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.