Fix a cc-cmds.el patch from acm that I applied incorrectly (Bug#7595).
[bpt/emacs.git] / lisp / ChangeLog
1 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
2
3 * progmodes/cc-cmds.el (c-beginning-of-statement): Fix incorrect
4 application of patch from Alan Mackenzie (Bug#7595).
5
6 2011-03-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
7
8 * net/rcirc.el (rcirc-connect): Fix PASS bug.
9
10 2011-03-07 Glenn Morris <rgm@gnu.org>
11
12 * vc/vc.el (vc-next-action): Add missing space to y-or-n-p prompt.
13 Give an explicit error if failed to make writable. (Bug#6146)
14
15 2011-03-07 Ed Reingold <reingold@emr.cs.iit.edu>
16
17 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
18 Add optional `after-sunset' argument. (Bug#8190)
19
20 2011-03-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
21
22 * play/morse.el (nato-alphabet, nato-region, denato-region):
23 New variable and functions. (Bug#2288)
24 (morse-region, unmorse-region): Barf if read-only.
25
26 2011-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
27
28 * progmodes/gud.el (gdb-script-syntax-propertize-function):
29 Don't change the syntax of a \n that closes a comment (bug#8169).
30
31 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
32
33 * emacs-lisp/package-x.el (package-archive-upload-base): Make it a
34 defcustom.
35 (package--update-file): Doc fix. Accept relative file names.
36 (package--archive-contents-from-file): Remove the argument, since
37 it's necessarily always "archive-contents".
38 (package-maint-add-news-item): Pass relative file name args to
39 package--update-file.
40 (package-upload-buffer-internal): Prompt for a destination if
41 package-archive-upload-base is invalid. Create the directory if
42 it does not exist.
43 (package-upload-buffer, package-upload-file): Doc fix.
44
45 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
46
47 * isearch.el (isearch-mode-map): Bind C-y to isearch-yank-kill,
48 and move isearch-yank-line to M-s C-e (Bug#8183).
49
50 2011-03-06 Alan Mackenzie <acm@muc.de>
51
52 * progmodes/cc-engine.el (c-guess-basic-syntax): Reindent.
53 (c-guess-basic-syntax): Move CASE 19 to a different place,
54 correctly to process template-args-cont lines.
55
56 2011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
57
58 * calc/calc-ext.el (calc-init-extensions):
59 Rename calc-logunits-dblevel and calc-logunits-nplevel to calc-dblevel
60 and calc-nplevel, respectively. Add keybindings for calc-spn,
61 calc-midi and calc-freq. Add autoloads for calcFunc-spn,
62 calcFunc-midi, calcFunc-freq, calc-spn, calc-midi and calc-freq.
63
64 * calc/calc-units.el (calc-dblevel): Rename from
65 calc-logunits-dblevel.
66 (calc-nplevel): Rename from calc-logunits-nplevel.
67 (math-midi-round, math-freqp, math-midip, math-spnp)
68 (math-spn-to-midi, math-midi-to-spn, math-freq-to-spn)
69 (math-midi-to-freq, math-spn-to-freq, calcFunc-spn, calcFunc-midi)
70 (calcFunc-freq, calc-freq, calc-midi, calc-spn): New functions.
71 (math-notes): New variable.
72
73 * calc/calc.el (calc-note-threshold): New variable.
74
75 2011-03-06 Chong Yidong <cyd@stupidchicken.com>
76
77 * emacs-lisp/package.el (package-archives): Accept either ordinary
78 directory names, in addition to HTTP URLs.
79 (package--with-work-buffer): New macro. Handle normal directories.
80 (package-handle-response): Don't display the failing buffer.
81 (package-download-single, package-download-tar)
82 (package--download-one-archive): Use package--with-work-buffer.
83 (package-archive-base): Rename from package-archive-url.
84
85 2011-03-06 Glenn Morris <rgm@gnu.org>
86
87 * generic-x.el (generic-unix-modes): Add xmodmap-generic-mode.
88 (xmodmap-generic-mode): Respect generic-extras-enable-list.
89
90 2011-03-06 Daniel Clemente <dcl441-bugs@yahoo.com> (tiny change)
91
92 * generic-x.el (xmodmap-generic-mode): New. (Bug#2065)
93
94 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
95
96 * allout.el (allout-init, allout-prefixed-keybindings)
97 (allout-unprefixed-keybindings):
98 * progmodes/prolog.el (prolog-find-term):
99 Fix typos in docstrings.
100
101 2011-03-06 Nikolaj Schumacher <me@nschum.de> (tiny change)
102
103 * emacs-lisp/elp.el (elp-results): Fix off-by-one in header. (Bug#2746)
104
105 2011-03-06 Kevin Ryde <user42@zip.com.au>
106
107 * textmodes/sgml-mode.el (sgml-fill-nobreak): Give it a doc. (Bug#5326)
108
109 2011-03-06 Michael Shields <shields@msrl.com> (tiny change)
110
111 * window.el (one-window-p, walk-windows, display-buffer):
112 Doc fixes. (Bug#5567)
113
114 2011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
115
116 * cus-edit.el (custom-prompt-variable): Use the `custom-get' property
117 of the variable if it exists.
118
119 2011-03-06 Juanma Barranquero <lekktu@gmail.com>
120
121 * bookmark.el:
122 * desktop.el:
123 * emacs-lock.el:
124 * ps-print.el:
125 * saveplace.el:
126 * net/tramp-cache.el:
127 * obsolete/fast-lock.el:
128 * textmodes/reftex.el:
129 Don't set `kill-emacs-hook' on noninteractive sessions (bug#8137).
130
131 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
132
133 * files.el (delete-directory, copy-directory, list-directory):
134 Use read-directory-name.
135
136 * find-file.el (ff-find-the-other-file):
137 * net/ange-ftp.el (ange-ftp-make-directory):
138 * printing.el (pr-interactive-dir):
139 * progmodes/ada-prj.el (ada-prj-load-directory):
140 * progmodes/ebnf2ps.el (ebnf-print-directory)
141 (ebnf-spool-directory, ebnf-eps-directory)
142 (ebnf-syntax-directory):
143 * shell.el (shell):
144 * speedbar.el (speedbar-create-directory):
145 * vc/emerge.el (emerge-merge-directories):
146 * vc/vc-dir.el (vc-dir):
147 * vc/vc.el (vc-create-tag, vc-retrieve-tag): Likewise.
148
149 2011-03-05 Chong Yidong <cyd@stupidchicken.com>
150
151 * help-mode.el (help-buffer): If we are to return the current
152 buffer, signal an error if it's not in Help mode (Bug#8147).
153
154 2011-03-05 Reuben Thomas <rrt@sc3d.org>
155
156 * files.el (file-name-version-regexp): Handle backup files of the
157 form `foo.js.~HEAD~1~' (Bug#8159).
158
159 2011-03-05 Glenn Morris <rgm@gnu.org>
160
161 * eshell/esh-var.el: Don't require esh-test when compiling.
162 * eshell/em-banner.el, eshell/esh-cmd.el, eshell/esh-mode.el:
163 * eshell/esh-var.el, eshell/eshell.el: Move tests to esh-test.
164 * eshell/esh-test.el: Move to ../../test/eshell.el.
165
166 2011-03-05 David Engster <deng@randomsample.de>
167
168 * files.el (save-some-buffers): Report the names of buffers saved
169 automatically due to buffer-save-without-query (Bug#8134).
170
171 2011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
172
173 * net/rcirc.el: Add QuakeNet authentication support.
174 (rcirc-authinfo, rcirc-check-auth-status)
175 (rcirc-authenticate): Support QuakeNet.
176
177 2011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
178
179 * net/rcirc.el: Add functionality to authenticate before
180 autojoining channels.
181 (rcirc-authenticate-before-join): New option.
182 (rcirc-authenticated-hook): New variable.
183 (rcirc-connect): Make local variable rcirc-user-authenticated.
184 (rcirc-handler-001): Respect rcirc-authenticate-before-join.
185 (rcirc-check-auth-status, rcirc-join-channels-post-auth):
186 New functions.
187 (rcirc-handler-PRIVMSG, rcirc-handler-NOTICE):
188 Call rcirc-check-auth-status.
189
190 2011-03-05 Alex Harsanyi <AlexHarsanyi@gmail.com>
191
192 * net/soap-client.el (soap-namespace-put-link): Check if the target
193 name is fully qualified -- use only the name part.
194 (soap-parse-complex-type, soap-parse-sequence): Recognize xsd:all
195 types, treated the same as xsd:sequence. (Bug#8166)
196
197 2011-03-05 Eli Zaretskii <eliz@gnu.org>
198
199 * files.el (find-file-noselect): Don't ask about re-visiting
200 non-literally if the file is already visited in image-mode.
201 (Bug#8177)
202
203 2011-03-05 Glenn Morris <rgm@gnu.org>
204
205 * eshell/esh-mode.el (eshell-kill-buffer-function): New function.
206 (eshell-mode): Use eshell-kill-buffer-function.
207 Run the -initialize functions independently of the -load-hooks.
208 * eshell/esh-proc.el (eshell-kill-process-function): New function.
209 (eshell-gather-process-output, eshell-sentinel)
210 (eshell-interrupt-process, eshell-kill-process, eshell-quit-process):
211 Use eshell-kill-process-function.
212 * eshell/em-alias.el (eshell-alias-load-hook):
213 * eshell/em-banner.el (eshell-banner-load-hook):
214 * eshell/em-cmpl.el (eshell-cmpl-load-hook):
215 * eshell/em-dirs.el (eshell-dirs-load-hook):
216 * eshell/em-glob.el (eshell-glob-load-hook):
217 * eshell/em-hist.el (eshell-hist-load-hook):
218 * eshell/em-pred.el (eshell-pred-load-hook):
219 * eshell/em-prompt.el (eshell-prompt-load-hook):
220 * eshell/em-rebind.el (eshell-rebind-load-hook):
221 * eshell/em-script.el (eshell-script-load-hook):
222 * eshell/em-smart.el (eshell-smart-load-hook):
223 * eshell/em-term.el (eshell-term-load-hook):
224 * eshell/em-unix.el (eshell-unix-load-hook):
225 * eshell/esh-arg.el (eshell-arg-load-hook):
226 * eshell/esh-cmd.el (eshell-cmd-load-hook):
227 * eshell/esh-ext.el (eshell-ext-load-hook):
228 * eshell/esh-io.el (eshell-io-load-hook):
229 * eshell/esh-mode.el (eshell-exit-hook):
230 * eshell/esh-proc.el (eshell-proc-load-hook, eshell-kill-hook):
231 * eshell/esh-var.el (eshell-var-load-hook):
232 Set default hook values to nil. (Bug#5375)
233
234 * eshell/esh-module.el (eshell-module-unload-hook)
235 (eshell-modules-list): Remove leading * from defcustom docs.
236
237 * eshell/esh-util.el (eshell-for): Make it obsolete.
238 * eshell/em-alias.el (eshell/alias, eshell-alias-completions):
239 * eshell/em-dirs.el (eshell-save-some-last-dir):
240 * eshell/em-hist.el (eshell-save-some-history)
241 (eshell-hist-parse-modifier):
242 * eshell/em-ls.el (eshell-ls-dir, eshell-ls-files)
243 (eshell-ls-entries):
244 * eshell/em-unix.el (eshell/cat, eshell/du, eshell/su):
245 * eshell/esh-cmd.el (eshell-invoke-directly, eshell-do-eval)
246 (eshell/which):
247 * eshell/esh-ext.el (eshell-find-interpreter):
248 * eshell/esh-mode.el (eshell-mode):
249 * eshell/esh-module.el (eshell-unload-extension-modules):
250 * eshell/esh-proc.el (eshell-process-interact):
251 * eshell/esh-test.el (eshell-test):
252 * eshell/esh-util.el (eshell-flatten-list, eshell-winnow-list):
253 * eshell/esh-var.el (eshell/env, eshell-environment-variables)
254 (eshell-variables-list):
255 * eshell/eshell.el (eshell-unload-all-modules):
256 Replace eshell-for with dolist.
257
258 2011-03-04 Glenn Morris <rgm@gnu.org>
259
260 * vc/vc-bzr.el (vc-bzr-after-dir-status): Handle bzr 2.3.0. (Bug#8170)
261
262 2011-03-04 Tom Tromey <tromey@redhat.com>
263
264 * progmodes/gud.el (gdb-script-mode): Derive from prog-mode.
265
266 2011-03-04 Glenn Morris <rgm@gnu.org>
267
268 * outline.el (outline-regexp): No longer allow nil.
269 (outline-heading-end-regexp): Add safety predicate. (Bug#7619)
270
271 * net/browse-url.el (browse-url):
272 Handle deleted default-directory. (Bug#6077)
273
274 * recentf.el (recentf-include-p): In case of a buggy predicate,
275 err on the side of including, not excluding. (Bug#5843)
276
277 2011-03-04 Jay Belanger <jay.p.belanger@gmail.com>
278
279 * calc/calc-units.el (math-to-standard-rec): Don't treat subscripted
280 variables as units.
281
282 2011-03-04 Bob Rogers <rogers@rgrjr.dyndns.org>
283
284 * emacs-lisp/ewoc.el (ewoc-goto-next): Give a more explicit error
285 if there is no node. (Bug#3261)
286
287 2011-03-04 Leo <sdl.web@gmail.com>
288
289 * vc/diff-mode.el (diff-mode): Fix whitespace-style. (Bug#8139)
290
291 * time.el (display-time-world-list): Fix typo. (Bug#7571)
292
293 2011-03-04 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
294
295 * cus-edit.el (custom-buffer-create-internal):
296 Split search string before passing it to `customize-apropos' (bug#8136).
297
298 2011-03-04 Drew Adams <drew.adams@oracle.com>
299
300 * image-dired.el (image-dired-cmd-read-exif-data-options):
301 Fix typo in docstring (bug#8156).
302
303 2011-03-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
304
305 * net/rcirc.el (rcirc-cmd-join): Accept comma-separated input.
306
307 2011-03-03 Christian Ohler <ohler@gnu.org>
308
309 * emacs-lisp/ert.el (ert--explain-equal): New function.
310 (ert--explain-equal-rec): Renamed from `ert--explain-not-equal'.
311 All callers changed.
312 (ert--explain-equal-including-properties): Renamed from
313 `ert--explain-not-equal-including-properties'. All callers
314 changed.
315
316 2011-03-03 Christian Ohler <ohler@gnu.org>
317
318 * emacs-lisp/ert.el (ert--stats-set-test-and-result)
319 (ert-char-for-test-result, ert-string-for-test-result)
320 (ert-run-tests-batch, ert--print-test-for-ewoc):
321 Handle `ert-test-quit'.
322
323 2011-03-03 David Abrahams <dave@boostpro.com> (tiny change)
324
325 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
326 Move ediff-defvar-local calls after defcustoms. (Bug#1821)
327
328 2011-03-03 Glenn Morris <rgm@gnu.org>
329
330 * files.el (file-truename): Doc fix. (Bug#2341)
331
332 2011-03-03 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
333
334 * vc/vc-dir.el (vc-dir-mode-map): Bind vc-dir-find-file to e (Bug#7349).
335
336 2011-03-03 Vagn Johansen <gonz808@hotmail.com> (tiny change)
337
338 * vc/vc-svn.el (vc-svn-after-dir-status): Some MS Windows svn client
339 programs output backslashes. (Bug#7663)
340
341 2011-03-03 Glenn Morris <rgm@gnu.org>
342
343 * mail/sendmail.el (mail-mode-map): Remove mail-sent-via.
344 (mail-mode): Remove mail-sent-via from the doc.
345 (mail-sent-via): Make it obsolete. (Bug#1776)
346
347 * progmodes/grep.el (grep-highlight-matches): Doc fix.
348 (grep-process-setup): No highlighting without font-lock. (Bug#8084)
349
350 * vc/vc-bzr.el (vc-bzr-state-heuristic): Handle dirstate entries
351 with no parents. (Bug#8025)
352
353 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
354
355 * password-cache.el (password-in-cache-p): Add autoload.
356
357 2011-03-02 Glenn Morris <rgm@gnu.org>
358
359 * man.el (Man-support-local-filenames): Also handle Red Hat's man.
360 * dired-x.el (Man-support-local-filenames): Autoload it.
361 (dired-guess-shell-alist-default): Also handle Red Hat's man.
362
363 * dired-x.el (dired-default-directory-alist, dired-default-directory):
364 Mark as obsolete.
365 (dired-smart-shell-command): Just call dired-current-directory.
366
367 * dired-x.el (dired-jump-other-window): Add autoload.
368 (dired-default-directory-alist, dired-default-directory): Doc fixes.
369 (dired-default-directory-alist): Mark as risky.
370
371 * dired-x.el (dired-omit-here-always): Make it obsolete.
372
373 2011-03-02 Chong Yidong <cyd@stupidchicken.com>
374
375 * textmodes/artist.el (artist-curr-go): Default to pen-line.
376 (artist-select-op-pen-line): New function.
377 (artist-menu-map): New variable.
378 (artist-mode-map): Add a menu to the menu-bar.
379
380 2011-03-02 Jay Belanger <jay.p.belanger@gmail.com>
381
382 * calc/calc-math.el (calcFunc-log10): Check for symbolic mode
383 when evaluating.
384
385 * calc/calc-units.el (math-conditional-apply, math-conditional-pow):
386 New function.
387 (math-logunits-add, math-logunits-mul, math-logunits-divide):
388 (math-logunits-quant, math-logunits-level):
389 Use `math-conditional-apply' and `math-conditional-pow' to evaluate
390 functions.
391 (math-logunits-level): Extract units from ratio.
392
393 2011-03-01 Juanma Barranquero <lekktu@gmail.com>
394
395 * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
396
397 2011-03-01 Glenn Morris <rgm@gnu.org>
398
399 * calendar/cal-hebrew.el (calendar-hebrew-birthday)
400 (diary-hebrew-birthday): Rename and rework functions added
401 in previous change.
402
403 2011-03-01 Ed Reingold <reingold@emr.cs.iit.edu>
404
405 * calendar/cal-hebrew.el (hebrew-calendar-birthday)
406 (diary-hebrew-birthday): New functions.
407
408 2011-03-01 Glenn Morris <rgm@gnu.org>
409
410 * dired.el (dired-safe-switches-p): Beef it up.
411 (dired-actual-switches): Use it for the safe-local prop. (Bug#3230)
412
413 2011-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
414
415 * dired.el (dired-safe-switches-p): New function.
416
417 2011-03-01 Glenn Morris <rgm@gnu.org>
418
419 * files.el (dir-locals-collect-variables):
420 Add the ability to exclude subdirectories. (Bug#8100)
421
422 * dired-x.el (dired-omit-here-always): Add `(subdirs . nil)' to locals.
423
424 2011-02-28 Christoph Scholtes <cschol2112@googlemail.com>
425
426 * ido.el (ido-everywhere): Doc fix.
427 (ido-mode): Doc fix.
428
429 2011-02-28 Glenn Morris <rgm@gnu.org>
430
431 * dired-x.el (dired-guess-shell-alist-default): Use \\', not $.
432
433 2011-02-28 Michael Albinus <michael.albinus@gmx.de>
434
435 * net/tramp-cmds.el (tramp-append-tramp-buffers): Dump load-path
436 shadows.
437
438 2011-02-28 Antoine Levitt <antoine.levitt@gmail.com>
439
440 * dired-x.el (dired-guess-shell-alist-default): Add rar and 7z.
441
442 2011-02-28 Juanma Barranquero <lekktu@gmail.com>
443
444 * emacs-lisp/pcase.el (pcase, pcase--u1, pcase--q1):
445 Fix typos in docstrings.
446
447 2011-02-28 Stephen Berman <stephen.berman@gmx.net>
448
449 * dired-aux.el (dired-update-file-line):
450 Fix 2010-11-09 change. (Bug#8131)
451
452 2011-02-28 Eli Zaretskii <eliz@gnu.org>
453
454 * international/mule-cmds.el (set-default-coding-systems): Use the
455 -unix variant of encoding in default-keyboard-coding-system.
456 (Bug#8122)
457
458 2011-02-27 Chong Yidong <cyd@stupidchicken.com>
459
460 * facemenu.el (list-colors-display): Use with-help-window (Bug#8048).
461
462 2011-02-27 Prestoo Ten <prestooten@gmail.com> (tiny change)
463
464 * term/screen.el: New file (Bug#2650).
465
466 2011-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
467
468 * emacs-lisp/pcase.el (pcase--if): Try to invert test to reduce depth.
469 (pcase-mutually-exclusive-predicates): New var.
470 (pcase--split-consp, pcase--split-pred): Use it.
471 (pcase--split-equal, pcase--split-member): When splitting against
472 a pure predicate, run it to know the outcome.
473 (pcase--u1): Mark vars that are actually used.
474 (pcase--q1): Avoid introducing unused vars.
475
476 2011-02-27 Jay Belanger <jay.p.belanger@gmail.com>
477
478 * calc/calc-ext.el (calc-init-extensions):
479 Autoload `calc-l-prefix-help' instead of `calc-ul-prefix-help'.
480
481 * calc/calc-math.el (calcFunc-log10): Don't signal an error in
482 symbolic mode.
483
484 * calc/calc-vec.el (calcFunc-subscr): Return nil if the first
485 argument is a variable.
486
487 2011-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
488
489 * emacs-lisp/assoc.el: Remove misleading `sort' (bug#8126).
490 (aput, adelete, amake): Replace `eval' -> `symbol-value'.
491 Suggested by Michael Heerdegen <michael_heerdegen@web.de>.
492
493 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
494
495 * password-cache.el (password-in-cache-p): Convenience function to
496 check if a key is in the cache, even if the value is nil.
497
498 2011-02-25 Jambunathan K <kjambunathan@gmail.com>
499
500 * emacs-lisp/package-x.el (package--archive-contents-from-url)
501 (package--archive-contents-from-file): New functions.
502 (package-update-news-on-upload): New var.
503 (package-upload-buffer-internal): Extract archive-contents from
504 package-archive-upload-base if it is not found at archive-url.
505 Obey package-update-news-on-upload.
506 (package-upload-buffer, package-upload-file): Doc fix.
507
508 2011-02-24 Glenn Morris <rgm@gnu.org>
509
510 * files-x.el (modify-dir-local-variable): Handle dir-locals from
511 the cache, and from non-file sources.
512
513 * help-fns.el (describe-variable): Return consistent results when a
514 dir-local from a file came from the cache or did not. (Bug#8095)
515 If a dir-local has no associated file, say it came from a "directory".
516
517 * files.el (hack-dir-local-variables): Fix setting of `dir-name'.
518 (hack-local-variables-confirm, hack-local-variables-filter): Doc fix.
519
520 * files.el (dir-locals-find-file): Doc fix.
521 Fix the check for cache elements that have no associated file,
522 and the mtime check for those that do. (Bug#8095)
523
524 * dired-x.el (dired-hack-local-variables):
525 Handle interrupts during hacking local variables. (Bug#5216)
526
527 * emacs-lisp/autoload.el (autoload-save-buffers)
528 (autoload-find-destination, update-directory-autoloads):
529 Avoid prompts when updating autoloads.
530
531 2011-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
532
533 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete.
534
535 2011-02-23 Kenichi Handa <handa@m17n.org>
536
537 * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
538 error when a multipart boundary in the nested multipart is found.
539
540 * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
541 header components.
542
543 2011-02-23 Glenn Morris <rgm@gnu.org>
544
545 * dired.el (dired-mode): Call hack-dir-local-variables-non-file-buffer.
546 * dired-x.el (dired-omit-mode): Safe if boolean.
547 (dired-enable-local-variables): Fix doc and custom type.
548 (dired-enable-local-variables, dired-local-variables-file)
549 (dired-hack-local-variables): Make obsolete.
550 (dired-omit-here-always): Use dir-locals.el instead.
551
552 * files.el (safe-local-eval-forms): Add the write-file-hooks version.
553
554 2011-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
555
556 * help-fns.el (describe-function-1): Don't signal an error just because
557 the DOC file disappeared.
558
559 2011-02-22 Seppo Sade <sepposade1@gmail.com> (tiny change)
560
561 * eshell/esh-ext.el (eshell-external-command): Do not restrict
562 remote check to "ftp". (Bug#8089)
563
564 2011-02-21 Alan Mackenzie <acm@muc.de>
565
566 Fix bug #7930.
567 * progmodes/cc-engine.el (c-state-literal-at): Prevent positions
568 in macros finding their way into c-state-nonlit-pos-cache.
569 Strengthen the comments.
570 (c-state-dump): New commented out diagnostic routine.
571
572 2011-02-21 Michael Albinus <michael.albinus@gmx.de>
573
574 * net/tramp.el (tramp-rfn-eshadow-setup-minibuffer): Do not use
575 `field' property of `rfn-eshadow-overlay'.
576
577 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
578
579 * net/netrc.el (netrc-parse): Comment fix.
580
581 2011-02-21 Chong Yidong <cyd@stupidchicken.com>
582
583 * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
584 Autoload. Add optional arg FRAME, and pass it to color-values.
585 (color-complement): Caller changed. Doc fix.
586 (color-gradient): Rewrite for better clarity and efficiency.
587
588 * faces.el (color-values): Use cond for clarity. Doc fix.
589
590 * facemenu.el (color-rgb-to-hsv): Delete; use the version in
591 color.el instead.
592 (list-colors-sort-key, list-colors-print):
593 Use color-normalized-values.
594
595 2011-02-20 Drew Adams <drew.adams@oracle.com>
596
597 * color.el: First part of merge from hexrgb.el.
598 (color-rgb-to-hex): Rename from color-rgb->hex.
599 (color-rgb-to-hsv): Rename from color-rgb->hsv. Force hue and
600 saturation to zero if the value is too small.
601 (color-rgb-to-hsl): Rename from color-rgb->hsl.
602 (color-srgb-to-xyz): Rename from color-srgb->xyz. Doc fix.
603 (color-xyz-to-srgb): Rename from color-xyz->srgb. Doc fix.
604 (color-xyz-to-lab): Rename from color-xyz->lab. Doc fix.
605 (color-lab-to-xyz): Rename from color-lab->xyz. Doc fix.
606 (color-lab-to-srgb): Rename from color-lab->srgb. Doc fix.
607 (color-cie-de2000): Doc fix.
608
609 2011-02-20 Alan Mackenzie <acm@muc.de>
610
611 * progmodes/cc-cmds.el (c-beginning-of-statement): Avoid loop in
612 locating the beginning of a macro. (Bug#7595)
613
614 2011-02-20 Glenn Morris <rgm@gnu.org>
615
616 * edmacro.el (edmacro-eight-bits): Make it a defcustom.
617 Don't autoload it.
618
619 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
620 (global-auto-revert-ignore-buffer): Remove leading "*" from docs.
621
622 2011-02-19 Dmitry Bolshakov <dmitry.bolshakov@bridge-quest.com>
623 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
624
625 * progmodes/hideshow.el (hs-find-block-beginning)
626 (hs-hide-level-recursive): Ignore comments when parsing braces
627 (Bug#8036).
628
629 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
630
631 * vc/vc-bzr.el (vc-bzr-bound-branch-p): New function.
632 (vc-bzr-pull): Use it.
633
634 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
635
636 * vc/vc-bzr.el (vc-bzr--branch-conf): Function deleted.
637 (vc-bzr-branch-conf): New function, similar to vc-bzr--branch-conf
638 but returning an alist. Ignore comments in bzr conffile.
639 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-bzr-branch-conf.
640 (vc-bzr-error-regex-alist): New var.
641 (vc-bzr-merge-branch): Use it to highlight the pull/merge buffer.
642
643 * vc/vc-dispatcher.el (vc-do-async-command):
644 Bind inhibit-read-only to t.
645
646 * progmodes/compile.el (compilation--flush-directory-cache):
647 Handle the case where cdr of compilation--flush-directory-cache
648 points to no buffer, which can occur if we previously switched to
649 compilation-mode in a pregenerated buffer.
650
651 2011-02-19 Kenichi Handa <handa@m17n.org>
652
653 * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
654 get the header copy into the temporary buffer.
655 (rmail-mime-insert-decoded-text): Ignore us-ascii.
656 (rmail-show-mime): When rmail-mime-coding-system is nil, set
657 buffer-file-coding-system to undecided.
658
659 2011-02-19 Eli Zaretskii <eliz@gnu.org>
660
661 * international/mule-cmds.el (read-char-by-name, ucs-insert):
662 Document completion with asterisk and a substring.
663
664 2011-02-19 Glenn Morris <rgm@gnu.org>
665
666 * files.el (find-file-literally): Doc fix.
667
668 * simple.el (rfc822-goto-eoh): Give it a doc-string.
669
670 * log-edit.el (log-edit-insert-changelog):
671 Fix `log-edit-strip-single-file-name' functionality. (Bug#8057)
672
673 2011-02-19 Glenn Morris <rgm@gnu.org>
674
675 * dired-x.el: Don't require dired-aux.
676 (dired-do-create-files, dired-mark-read-regexp)
677 (dired-do-create-files-regexp): Autoload from dired-aux.
678
679 * dired-x.el (dired-find-buffer-nocreate): Merge into dired.el.
680 * dired.el (dired-find-buffer-nocreate): Merge dired-x version.
681
682 * dired-x.el (dired-read-shell-command): Merge into dired-aux's version.
683 * dired-aux.el (dired-read-shell-command): Merge dired-x's version.
684
685 * dired-x.el (dired-clean-up-after-deletion): Merge into dired.el.
686 * dired.el (dired-clean-up-after-deletion): Merge dired-x's version.
687 (dired-clean-up-buffers-too): Declare.
688
689 * dired-x.el (dired-initial-position): Merge into dired.el's version.
690 * dired.el (dired-initial-position): Merge dired-x's version here.
691 (dired-find-subdir): Declare.
692
693 * dired-x.el (dired-omit-new-add-entry): Merge into dired-add-entry.
694 * dired-aux.el (dired-add-entry): Give it a doc-string.
695 Merge dired-x's dired-omit handling here.
696 (dired-omit-mode, dired-omit-regexp, dired-omit-localp): Declare.
697
698 * international/mule-diag.el (list-input-methods-1):
699 Indent all lines of multi-line doc-strings. (Bug#8066)
700
701 2011-02-18 Chong Yidong <cyd@stupidchicken.com>
702
703 Fix 2011-02-02 changes.
704
705 * apropos.el (apropos-print): Call apropos-mode before setting up
706 buffer variables. Use inhibit-read-only.
707
708 * emacs-lisp/package.el (package--list-packages):
709 Call package-menu-mode before setting up buffer variables.
710
711 * play/solitaire.el (solitaire): Call solitaire-mode before
712 setting up buffer variables. Use inhibit-read-only.
713
714 2011-02-18 Lawrence Mitchell <wence@gmx.li>
715
716 * progmodes/sh-script.el (sh-syntax-propertize-here-doc): (bug#8053)
717 Bind case-fold-search to nil when looking for end of here-doc.
718
719 2011-02-18 Eli Zaretskii <eliz@gnu.org>
720
721 * image-mode.el (image-toggle-display-image):
722 Set find-file-literally non-nil in buffers visiting binary image
723 files. (Bug#8047)
724
725 2011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
726
727 * files.el (cd): Make completion obey cd-path (bug#7924).
728
729 2011-02-18 Glenn Morris <rgm@gnu.org>
730
731 * progmodes/prolog.el: Don't require compile when compiling.
732 (compilation-shell-minor-mode, compilation-error-regexp-alist)
733 (compilation-forget-errors, compilation-fake-loc)
734 (compilation-parse-errors-function, compilation-error-list): Declare.
735 (prolog-inferior-mode): Require 'compile.
736
737 * emulation/cua-base.el (pc-selection-mode): Declare.
738
739 * emacs-lisp/eieio-custom.el: Set generated-autoload-file.
740 (customize-object): Add autoload cookie.
741 * emacs-lisp/eieio-opt.el: Set generated-autoload-file.
742 (eieio-browse, describe-class, eieio-describe-class)
743 (eieio-describe-constructor, describe-generic, eieio-describe-generic)
744 (eieio-help-mode-augmentation-maybee): Add autoload cookies.
745 * emacs-lisp/eieio.el: Regenerate with automatic autoloads.
746 * Makefile.in (autoloads): Make eieio.el writable.
747
748 * dired-x.el (dired-clean-up-after-deletion, dired-do-relsymlink)
749 (dired-do-relsymlink-regexp, dired-find-buffer-nocreate): Use #'.
750 (dired-hack-local-variables): Use inhibit-read-only.
751 (dired-guess-default): Simplify.
752 (dired-make-relative-symlink): Use dotimes.
753 (dired-simultaneous-find-file): Use dolist.
754 (dired-mark-sexp): Remove unneeded `if'. Use line-end-position.
755 (dired-x-hands-off-my-keys): Doc fix.
756 (dired-x-bind-find-file): Doc fix. Use remapping.
757 (after-init-hook): No need to add dired-x-bind-find-file.
758 (dired-x-find-file, dired-x-find-file-other-window): Doc fixes.
759 No need to call expand-file-name.
760 (dired-filename-at-point): Remove unused locals `end', `filename'.
761
762 2011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
763
764 * emacs-lisp/pcase.el (pcase--u1): Understand non-linear patterns.
765
766 2011-02-18 Christian Ohler <ohler@gnu.org>
767
768 * emacs-lisp/ert.el (ert--setup-results-buffer)
769 (ert-results-pop-to-backtrace-for-test-at-point)
770 (ert-results-pop-to-messages-for-test-at-point)
771 (ert-results-pop-to-should-forms-for-test-at-point)
772 (ert-results-pop-to-timings): Revert parts of change 2011-02-02T17:59:44Z!sds@gnu.org that
773 were incorrect and unnecessary. This should make `make check'
774 pass again.
775
776 2011-02-17 Ken Manheimer <ken.manheimer@gmail.com>
777
778 * lisp/allout-widgets.el (allout-widgets-icons-light-subdir)
779 (allout-widgets-icons-dark-subdir): Track relocations of icons
780 * lisp/allout.el: Remove commentary about remove encryption
781 passphrase mnemonic support and verification.
782 (allout-encrypt-string): Recognize epg failure to decrypt gpg2
783 armored text using gpg1, and indicate that the gpg version *might*
784 be the problem in the error message.
785
786 2011-02-17 Deniz Dogan <deniz.a.m.dogan@gmail.com>
787
788 * net/rcirc.el (rcirc-float-time): New function.
789 (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE)
790 (rcirc-ctcp-sender-PING): Use it.
791
792 2011-02-17 Glenn Morris <rgm@gnu.org>
793
794 * speedbar.el (speedbar-ignored-modes, speedbar-file-unshown-regexp)
795 (speedbar-update-flag, speedbar-fetch-etags-command)
796 (speedbar-fetch-etags-arguments):
797 * term.el (term-buffer-maximum-size, term-input-chunk-size)
798 (term-completion-autolist, term-completion-addsuffix)
799 (term-completion-recexact, term-completion-fignore):
800 * term/sup-mouse.el (sup-mouse-fast-select-window):
801 * term/x-win.el (x-select-request-type):
802 Convert some defvars with "*" to defcustoms.
803
804 * shell.el (shell-delimiter-argument-list): Set it to nil. (Bug#8027)
805
806 * vc/vc.el (vc-default-previous-version):
807 Remove alias that points nowhere. (Bug#4496)
808
809 * dired-x.el (dired-clean-up-after-deletion):
810 kill-buffer does not need save-excursion.
811 (dired-do-run-mail): Doc fix.
812 (dired-filename-at-point): Doc fix.
813 Use looking-at, and skip-chars rather than re search.
814
815 * dired-x.el (dired-filename-at-point): Fix 8-year old typo.
816
817 2011-02-16 Ken Manheimer <ken.manheimer@gmail.com>
818
819 * allout-widgets.el: New allout extension that shows allout
820 outline structure with graphical widgets. 'allout-widgets'
821 customize group is an 'allout' subgroup, for easy discovery.
822
823 * allout.el: Include PGP and GnuPG in Keywords, and other
824 commentary refinements.
825 (allout-abbreviate-flattened-numbering): Rename to
826 allout-flattened-numbering-abbreviation, and
827 define-obsolete-variable-alias the old name.
828 (allout-flattened-numbering-abbreviation): Rename from
829 allout-abbreviate-flattened-numbering.
830 (allout-mode-p): Include among autoloads, for use by other modes
831 with impunity.
832 (allout-listify-exposed):
833 Use allout-flattened-numbering-abbreviation.
834 (allout-encrypt-string): Use set-buffer-multibyte directly.
835 (allout-set-buffer-multibyte): Remove.
836
837 2011-02-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
838
839 * simple.el (just-one-space): Remove useless `or' call.
840
841 2011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
842
843 * net/soap-client.el (soap-well-known-xmlns, soap-local-xmlns)
844 (soap-default-xmlns, soap-target-xmlns, soap-multi-refs)
845 (soap-decoded-multi-refs, soap-current-wsdl)
846 (soap-encoded-namespaces): Rename CL-style *...* variables.
847
848 2011-02-16 Michael Albinus <michael.albinus@gmx.de>
849
850 * net/soap-client.el: Add "comm" and "hypermedia" to the
851 keywords. Reflow too long lines.
852
853 * net/soap-inspect.el: Ditto. Require 'cl.
854
855 2011-02-16 Bastien Guerry <bzg@altern.org>
856
857 * play/doctor.el (doctor-mode): Bugfix: escape the "," character
858 in a `doctor-type' argument.
859
860 2011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
861
862 * net/soap-client.el:
863 * net/soap-inspect.el: New files.
864
865 2011-02-16 Leo <sdl.web@gmail.com>
866
867 * dired-x.el (dired-mode-map, dired-extra-startup):
868 Remove dired-copy-filename-as-kill since it's already in dired.el.
869
870 2011-02-16 Glenn Morris <rgm@gnu.org>
871
872 * dired-x.el (dired-bind-jump, dired-bind-man, dired-bind-info):
873 Doc fixes. Add :set property, replacing top-level calls.
874 (dired-vm-read-only-folders, dired-vm): Doc fix (drop v. old VM 4).
875 (dired-guess-shell-gnutar): Test tar version rather than system-type.
876 (dired-extra-startup, dired-man, dired-info): Doc fixes.
877 (dired-clean-up-after-deletion): Use when and dolist.
878 (dired-jump): Use unless and when.
879 (dired-virtual): Use line-end-position.
880 (dired-default-directory-alist): Rename from default-directory-alist.
881 (dired-default-directory): Update for above name change.
882 (dired-vm): Drop VM < 5 and simplify.
883 (dired-buffer-more-recently-used-p): Rewrite.
884 (dired-filename-at-point): Use when and or.
885 (dired-x-read-filename-at-point): Rename from read-filename-at-point.
886 Update callers.
887
888 2011-02-15 Glenn Morris <rgm@gnu.org>
889
890 * dired-x.el: Use easymenu for menu items. Fix item capitalization.
891
892 2011-02-14 Chong Yidong <cyd@stupidchicken.com>
893
894 * vc/vc-git.el (vc-git-root-log-format): New option for
895 customizing log format.
896 (vc-git-print-log, vc-git-log-outgoing, vc-git-log-incoming)
897 (vc-git-log-view-mode): Use it.
898 (vc-git-expanded-log-entry): New function.
899 (vc-git-log-view-mode): Use it. Truncate lines in root log.
900
901 * vc/vc-hg.el (vc-hg-root-log-template): New option for
902 customizing log format.
903 (vc-hg-print-log): Use it.
904 (vc-hg-expanded-log-entry): New function.
905 (vc-hg-log-view-mode): Use vc-hg-root-log-template and
906 vc-hg-expanded-log-entry. Truncate lines in root log.
907
908 * vc/vc-bzr.el (vc-bzr-log-view-mode): Truncate lines in root log.
909
910 * vc/log-view.el (log-view-mode-menu):
911 Add log-view-toggle-entry-display.
912
913 2011-02-14 Glenn Morris <rgm@gnu.org>
914
915 * dired-x.el: Don't require man when compiling.
916 (dired-omit-extensions, dired-local-variables-file)
917 (dired-x-hands-off-my-keys): Make them defcustoms.
918 (Man-support-local-filenames, Man-getpage-in-background): Declare.
919 (vm-visit-folder): Declare rather than defining.
920 (dired-x-help-address, dired-x-variable-list): Remove.
921 (dired-x-submit-report): Make it an obsolete alias.
922
923 2011-02-14 Juanma Barranquero <lekktu@gmail.com>
924
925 * makefile.w32-in (TRAMP_SRC): Remove tramp-imap.el.
926
927 2011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
928
929 * net/imap.el: Bring it back.
930
931 2011-02-13 Alan Mackenzie <acm@muc.de>
932
933 * progmodes/cc-fonts.el (c-font-lock-declarations): Remove a
934 narrow-to-region call that cuts context off the end (Bug#7722).
935
936 * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
937 Refactor nested if-forms with a simple cond.
938 (c-forward-<>-arglist): Revert 2011-01-31 change.
939
940 2011-02-13 Chong Yidong <cyd@stupidchicken.com>
941
942 * vc/log-view.el: New command log-view-toggle-entry-display for
943 toggling log entries between concise and detailed forms.
944 (log-view-toggle-entry-display): New command.
945 (log-view-mode-map): Bind RET to it.
946 (log-view-expanded-log-entry-function): New variable.
947 (log-view-current-entry, log-view-inside-comment-p)
948 (log-view-current-tag): New functions.
949 (log-view-toggle-mark-entry): Use log-view-current-entry and
950 log-view-end-of-defun instead of searching directly with
951 log-view-message-re.
952 (log-view-end-of-defun): Likewise. Add optional ARG for
953 compatibility with end-of-defun.
954 (log-view-end-of-defun): Ignore comments and VC buttons.
955
956 * vc/vc-bzr.el (vc-bzr-expanded-log-entry): New function.
957 (vc-bzr-log-view-mode): Use log-view-expanded-log-entry-function.
958
959 2011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
960
961 * net/imap.el: Remove file. All the functionality is in nnimap.el.
962
963 * net/imap-hash.el: Remove file.
964
965 2011-02-13 Michael Albinus <michael.albinus@gmx.de>
966
967 * Makefile.in (TRAMP_SRC): Remove tramp-imap.el.
968
969 * net/tramp.el (tramp-read-passwd): Simplify `auth-source-search'
970 call.
971
972 * net/tramp-imap.el: Remove file.
973
974 2011-02-13 Chong Yidong <cyd@stupidchicken.com>
975
976 * vc/vc.el (vc-print-log-setup-buttons): Instead of using the
977 widget library for buttons, just use button.el.
978
979 * vc/log-view.el (log-view-mode-map): Don't inherit from
980 widget-keymap.
981
982 2011-02-12 Glenn Morris <rgm@gnu.org>
983
984 * emacs-lisp/cl-seq.el (union, nunion, intersection)
985 (nintersection, set-difference, nset-difference)
986 (set-exclusive-or, nset-exclusive-or): Doc fix.
987
988 * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
989
990 * faces.el (face-attr-match-p): Handle the obsolete :bold and
991 :italic props, so that frame-set-background-mode works. (Bug#7966)
992
993 * simple.el (next-error): Doc fix.
994
995 2011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
996
997 * dired-aux.el (dired-create-files): Adapt destination name to
998 match the new behavior of copy-directory.
999
1000 2011-02-12 Chong Yidong <cyd@stupidchicken.com>
1001
1002 * mail/mail-utils.el (mail-dont-reply-to-names): New variable,
1003 from rmail-dont-reply-to-names. Callers changed.
1004 (mail-dont-reply-to): Rename from mail-dont-reply-to.
1005 (rmail-dont-reply-to): Make it an obsolete alias.
1006
1007 * mail/rmail.el (rmail-default-dont-reply-to-names): Default to
1008 nil, and make obsolete (Bug#7888).
1009 (rmail-dont-reply-to-names): Alias to mail-dont-reply-to-names.
1010
1011 * mail/rmailsum.el (rmail-summary-sort-by-correspondent): Doc fix.
1012
1013 * mail/rmailsort.el (rmail-sort-by-correspondent)
1014 (rmail-select-correspondent): Doc fix. Use mail-dont-reply-to.
1015
1016 * mail/rmail.el (rmail-reply): Use mail-dont-reply-to.
1017
1018 2011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1019
1020 * files.el (copy-directory): New argument COPY-CONTENTS for
1021 copying directory contents into another existing directory.
1022
1023 2011-02-12 Tassilo Horn <tassilo@member.fsf.org>
1024
1025 * minibuffer.el (completion-table-case-fold): New function for
1026 creating a case-insensitive completion table.
1027
1028 2011-02-12 Teodor Zlatanov <tzz@lifelogs.com>
1029
1030 * net/tramp.el (tramp-default-method): Also check if
1031 `auth-source-search' is bound.
1032 (tramp-read-passwd): Use `auth-source-search' instead of
1033 `auto-source-user-or-password'.
1034
1035 * net/tramp-imap.el: Autoload `auto-source-search' instead of
1036 `auto-source-user-or-password.
1037 (tramp-imap-passphrase-callback-function): Use it.
1038
1039 * net/imap-hash.el: Autoload `auto-source-search' instead of
1040 `auto-source-user-or-password.
1041 (imap-hash-open-connection): Use it.
1042
1043 * mail/smtpmail.el: Autoload `auto-source-search' instead of
1044 `auto-source-user-or-password.
1045 (smtpmail-try-auth-methods): Use it.
1046
1047 2011-02-12 Phil Hagelberg <phil@hagelb.org>
1048
1049 * emacs-lisp/package.el: Allow packages to be reinstalled.
1050 (package--write-file-no-coding): Remove EXCL arg.
1051 (package-unpack-single): Don't use it.
1052
1053 2011-02-12 Karl Pflästerer <k@rl.pflaesterer.de> (tiny change)
1054
1055 * vc/vc-svn.el: Adapt to Subversion change, with no .svn directory
1056 in each sub directory.
1057 (vc-svn-registered): Use vc-svn-root.
1058 (vc-svn-root): New function. Make vc-svn-responsible-p an alias.
1059 (vc-svn-repository-hostname): Use "svn info".
1060
1061 2011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1062
1063 * simple.el (delete-trailing-whitespace): New optional buffer
1064 bound parameters.
1065
1066 2011-02-11 Bastien Guerry <bzg@altern.org>
1067
1068 * files.el (basic-save-buffer): save unmodified buffers when
1069 the file pointed by buffer-file-name doesn't exist.
1070
1071 2011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1072
1073 * net/rcirc.el (rcirc-cmd-join): Accept multiple channels.
1074
1075 2011-02-11 Glenn Morris <rgm@gnu.org>
1076
1077 * emacs-lisp/cl-specs.el (multiple-value-bind): Fix debug spec.
1078
1079 2011-02-11 Juanma Barranquero <lekktu@gmail.com>
1080
1081 * net/rcirc.el (rcirc-send-ctcp): Remove spurious arg to `format'.
1082
1083 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1084
1085 * server.el (server-process-filter): Use pcase.
1086
1087 * emacs-lisp/smie.el (smie-blink-matching-open): Don't use `pos' in two
1088 conflicting ways.
1089 (smie-indent--parent): Extend to "parent of arg".
1090 (smie-indent-inside-string): New function.
1091 (smie-indent-functions): Use it.
1092
1093 * vc/vc-dir.el (vc-dir-refresh): Reorder operations to try and avoid
1094 bzr locking race condition.
1095
1096 * emacs-lisp/edebug.el (edebug-instrument-function): Check a marker is
1097 still valid before using it.
1098
1099 * progmodes/grep.el (grep-mode-font-lock-keywords): Adjust to
1100 `message' -> `compilation-message' rename (bug#8004).
1101
1102 Move keymap initialization into declaration.
1103 * textmodes/enriched.el (enriched-mode-map):
1104 * textmodes/bib-mode.el (bib-mode-map):
1105 * term/lk201.el (lk201-function-map):
1106 * tar-mode.el (tar-mode-map):
1107 * replace.el (occur-mode-map):
1108 * progmodes/idlwave.el (idlwave-rinfo-mouse-map, idlwave-rinfo-map):
1109 * progmodes/idlw-help.el (idlwave-help-mode-map):
1110 * progmodes/gdb-mi.el (gdb-memory-format-menu, gdb-memory-unit-menu):
1111 * play/solitaire.el (solitaire-mode-map):
1112 * play/snake.el (snake-mode-map, snake-null-map):
1113 * play/pong.el (pong-mode-map):
1114 * play/handwrite.el (menu-bar-handwrite-map):
1115 * play/gametree.el (gametree-mode-map):
1116 * net/rcirc.el (rcirc-mode-map, rcirc-browse-url-map)
1117 (rcirc-multiline-minor-mode-map, rcirc-track-minor-mode-map):
1118 * net/newst-plainview.el (newsticker-menu, newsticker-mode-map)
1119 (newsticker--url-keymap):
1120 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
1121 * menu-bar.el (menu-bar-file-menu, menu-bar-i-search-menu)
1122 (menu-bar-search-menu, menu-bar-replace-menu, menu-bar-goto-menu)
1123 (menu-bar-edit-menu, menu-bar-custom-menu)
1124 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
1125 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
1126 (menu-bar-line-wrapping-menu, menu-bar-options-menu)
1127 (menu-bar-games-menu, menu-bar-encryption-decryption-menu)
1128 (menu-bar-tools-menu, menu-bar-describe-menu)
1129 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
1130 (menu-bar-help-menu):
1131 * mail/rmailsum.el (rmail-summary-mode-map):
1132 * kmacro.el (kmacro-step-edit-map):
1133 * ibuffer.el (ibuffer-mode-groups-popup, ibuffer-mode-map)
1134 (ibuffer-mode-operate-map):
1135 * hi-lock.el (hi-lock-menu, hi-lock-map):
1136 * emulation/vip.el (vip-mode-map):
1137 * emacs-lisp/re-builder.el (reb-lisp-mode-map):
1138 * bookmark.el (bookmark-bmenu-mode-map):
1139 * help-mode.el (help-mode-map): Move initialization into declaration.
1140
1141 2011-02-10 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1142
1143 * net/rcirc.el: Add PRIVMSG and CTCP functions.
1144 (rcirc-send-privmsg, rcirc-send-ctcp): New functions.
1145 (rcirc-keepalive, rcirc-cmd-ctcp, rcirc-ctcp-sender-PING)
1146 (rcirc-cmd-me, rcirc-authenticate): Use them.
1147
1148 2011-02-10 Ken Manheimer <ken.manheimer@gmail.com>
1149
1150 * allout.el: Synopsis: Change allout user configuration so
1151 auto-activation is controlled solely by customization
1152 `allout-auto-activation'.
1153
1154 (allout-auto-activation-helper, allout-setup): New autoloads
1155 implement new custom set procedure for allout-auto-activation.
1156 Also, explicitly invoke
1157 (allout-setup) after allout-auto-activation is custom-defined, to
1158 effect the settings in emacs sessions besides the few where
1159 allout-auto-activation customization is donea.
1160 (allout-auto-activation): Use allout-auto-activation-helper to
1161 :set. Revise the docstring.
1162 (allout-init): Reduce functionality to just customizing
1163 allout-auto-activation, and mark obsolete.
1164 (allout-mode): Respect string values for allout-auto-activation.
1165 Run allout-after-copy-or-kill-hook without any args.
1166 (allout-mode, allout-layout, allout-default-layout)
1167 (outlineify-sticky): Adjust docstring for new scheme.
1168 (allout-after-copy-or-kill-hook): No arguments - hook implementers
1169 should concentrate on the kill ring.
1170
1171 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
1172
1173 * password-cache.el (password-cache-remove): Accept secrets that are
1174 not strings.
1175
1176 2011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1177
1178 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Fix case
1179 of here-doc that immediately follows a comment.
1180
1181 2011-02-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1182
1183 * net/rcirc.el (rcirc-ctcp-sender-PING): Simplifying.
1184
1185 * net/rcirc.el (rcirc-cmd-ctcp): Use dedicated function when
1186 available.
1187 (rcirc-ctcp-sender-PING): New function.
1188
1189 2011-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1190
1191 * obsolete/pc-select.el: Rename from emulation/pc-select.el (bug#7940).
1192 Remove the mark/nomark handling, and activate shift-select-mode instead.
1193
1194 * obsolete/pc-mode.el: Rename from emulation/pc-mode.el.
1195
1196 2011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1197
1198 * calc/calc-units.el (math-logunits-quant): Add support for
1199 non-logarithmic units.
1200
1201 2011-02-07 Ken Manheimer <ken.manheimer@gmail.com>
1202
1203 * allout.el (allout-after-copy-or-kill-hook): New hook for
1204 extension-specific processing of killed text.
1205 (allout-mode): Include new allout-after-copy-or-kill-hook among
1206 mentioned hooks.
1207 (allout-kill-line, allout-kill-topic): Ensure that processing
1208 after kill happens even if barf-if-buffer-read-only is raised.
1209 Include new allout-after-copy-or-kill-hook among that subsequent
1210 processing.
1211 (allout-deannotate-hidden): Actually remove the annotation text
1212 properties.
1213
1214 * allout.el (allout-listify-exposed): Copy text sans text properties.
1215
1216 2011-02-07 Michael Albinus <michael.albinus@gmx.de>
1217
1218 * net/dbus.el (dbus-list-activatable-names): Add optional argument BUS.
1219
1220 2011-02-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1221
1222 * net/rcirc.el (rcirc-handler-317): New function (Bug#6507).
1223
1224 2011-02-06 Jay Belanger <jay.p.belanger@gmail.com>
1225
1226 * calc/calc.el (calc-logunits-field-reference): Rename from
1227 `calc-default-field-reference-level'.
1228 (calc-logunits-power-reference): Rename from
1229 `calc-default-power-reference-level'.
1230
1231 * calc/calc-units.el (math-logunits-quant): Rename from
1232 `math-logunits-level'
1233 (math-logunits-plus): Rename from math-logcombine.
1234 (calcFunc-luplus, calcFunc-luminus calc-luplus, calc-luminus): Remove.
1235 (calcFunc-lufieldadd, calcFunc-lupoweradd, calcFunc-lufieldsub)
1236 (calcFunc-lufieldsub, calc-logunits-add, calc-logunits-sub):
1237 New functions.
1238 (calcFunc-fieldquant): Rename from `calcFunc-fieldlevel'.
1239 (calcFunc-powerquant): Rename from `calcFunc-powerlevel'.
1240 (calc-logunits-quantity): Rename from `calc-level'.
1241 (calcFunc-dbfieldlevel, calcFunc-dbpowerlevel, calcFunc-npfieldlevel)
1242 (calcFunc-nppowerlevel, calc-logunits-dblevel, calc-logunits-nplevel)
1243 (math-logunits-mul, calcFunc-lufieldmul, calcFunc-lupowermul)
1244 (calc-logunits-mul, math-logunits-divide, calcFunc-lufielddiv)
1245 (calcFunc-lupowerdiv, calc-logunits-divide, math-logunits-level):
1246 New functions.
1247
1248 * calc/calc-help.el (calc-u-prefix-help): Remove "L" reference.
1249 (calc-ul-prefix-help): Remove.
1250 (calc-l-prefix-help): New function.
1251 (calc-full-help): Add reference to `calc-l-prefix-help'.
1252
1253 * calc/calc-ext.el (calc-init-extensions): Update autoloads.
1254
1255 * calc/README: Mention logarithmic units.
1256
1257 2011-02-06 Chong Yidong <cyd@stupidchicken.com>
1258
1259 * mail/emacsbug.el (report-emacs-bug-hook): Remove the check for
1260 non-ASCII characters (Bug#7925).
1261
1262 2011-02-05 Glenn Morris <rgm@gnu.org>
1263
1264 * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
1265
1266 * calendar/diary-lib.el (diary-font-lock-keywords):
1267 Tweak diary-time-regexp match. (Bug#7891)
1268
1269 * progmodes/f90.el (f90-find-tag-default): New function. (Bug#7919)
1270 (f90-mode): Use it for mode's `find-tag-default-function' property.
1271
1272 * ibuf-ext.el (ibuffer-filter-disable): Make it work. (Bug#7969)
1273
1274 * faces.el (set-face-attribute): Doc fix. (Bug#2659)
1275
1276 2011-02-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1277
1278 * net/rcirc.el (rcirc-handler-JOIN): Reset mode-line-process
1279 (Bug#6386).
1280
1281 2011-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1282
1283 * progmodes/sh-script.el (sh-here-doc-open-re): Don't rely on the
1284 font-lock-syntax-table remappings.
1285 (sh-here-doc-markers, sh-here-doc-re): Remove.
1286 (sh-font-lock-close-heredoc): Remove.
1287 (sh-syntax-propertize-here-doc): New function.
1288 (sh-font-lock-open-heredoc): Set the sh-here-doc-marker property
1289 instead of the sh-here-doc-re.
1290 (sh-font-lock-paren): Don't do anything in comments or strings.
1291 Handle line continuations. Accept a few more chars.
1292 Don't rely on the font-lock-syntax-table remappings.
1293 `esac' is not a valid pattern.
1294 (sh-syntax-propertize-function): Handle here-docs differently, so we
1295 don't bother syntax-propertizing the insides.
1296
1297 * progmodes/sh-script.el (sh-font-lock-paren, sh-kw, sh-prev-thing):
1298 Handle new bashisms ";&" and ";;&" (bug#7947).
1299
1300 2011-02-05 Michael Albinus <michael.albinus@gmx.de>
1301
1302 * net/tramp-smb.el (tramp-smb-errors): Use `regexp-opt'.
1303 Add "NT_STATUS_IO_TIMEOUT" and "NT_STATUS_NO_SUCH_USER".
1304
1305 2011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
1306
1307 * net/tramp.el (tramp-postfix-method-format)
1308 (tramp-postfix-method-regexp, tramp-prefix-domain-format)
1309 (tramp-prefix-domain-regexp, tramp-postfix-user-format)
1310 (tramp-postfix-user-regexp, tramp-prefix-port-format)
1311 (tramp-prefix-port-regexp, tramp-postfix-host-format)
1312 (tramp-postfix-host-regexp, tramp-handle-substitute-in-file-name):
1313 Doc fix.
1314
1315 2011-02-04 Sam Steingold <sds@gnu.org>
1316
1317 * mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group.
1318
1319 2011-02-04 Andreas Schwab <schwab@linux-m68k.org>
1320
1321 * international/mule-util.el (with-coding-priority): Doc fix.
1322
1323 2011-02-04 Eli Zaretskii <eliz@gnu.org>
1324
1325 * arc-mode.el (archive-mode-map): Fix a typo in last change.
1326
1327 2011-02-03 Sam Steingold <sds@gnu.org>
1328
1329 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
1330 Do not error out when `func' is nil.
1331
1332 2011-02-03 Michael Albinus <michael.albinus@gmx.de>
1333
1334 * net/tramp-sh.el (tramp-remote-path): Add default settings for
1335 `tramp-default-remote-path' to the docstring.
1336 (tramp-get-remote-path): Suppress error message when `getconf
1337 PATH' fails.
1338
1339 * net/tramp-smb.el (tramp-smb-errors): Add "NT_STATUS_UNSUCCESSFUL".
1340
1341 2011-02-03 Glenn Morris <rgm@gnu.org>
1342
1343 * vc/vc-hg.el (vc-hg-command): Doc fix.
1344
1345 * term/w32-win.el (libpng-version): Declare for compiler.
1346
1347 * msb.el: No need to load dired while compiling.
1348
1349 * emacs-lisp/elint.el (elint-standard-variables):
1350 Remove a couple of built-ins that now have doc-strings.
1351
1352 * hi-lock.el, ps-bdf.el, ps-mule.el, ps-print.el, ps-samp.el:
1353 `require' is automatically `eval-and-compile'd.
1354
1355 * net/rcirc.el (rcirc-nick-completion-format): Add :version tag.
1356 (rcirc-log-directory, rcirc-log-flag): Move definitions before use.
1357
1358 * strokes.el (strokes-fill-current-buffer-with-whitespace):
1359 Move definition before use.
1360 (strokes-report-bug): Make it obsolete.
1361
1362 2011-02-02 Sam Steingold <sds@gnu.org>
1363
1364 * apropos.el (apropos-print): Now that `apropos-mode' inherits
1365 from `special-mode', entering it makes the buffer read-only, so
1366 call it only when everything has been already inserted.
1367 * emacs-lisp/ert.el (ert--setup-results-buffer)
1368 (ert-results-pop-to-backtrace-for-test-at-point)
1369 (ert-results-pop-to-messages-for-test-at-point)
1370 (ert-results-pop-to-timings): Ditto.
1371 * emacs-lisp/package.el (package--list-packages): Ditto.
1372 * play/solitaire.el (solitaire): Ditto.
1373
1374 2011-02-02 Chong Yidong <cyd@stupidchicken.com>
1375
1376 * progmodes/compile.el: Make all faces inherit.
1377 (compilation-warning): Inherit from font-lock-variable-name-face.
1378 (compilation-info): Inherit from font-lock-type-face.
1379 (compilation-line-number): Reassign to font-lock-keyword-face.
1380 (compilation-column-number): Reassign to font-lock-doc-face.
1381 (compilation-leave-directory-face): Reassign to
1382 font-lock-builtin-face.
1383
1384 2011-02-02 Eli Zaretskii <eliz@gnu.org>
1385
1386 * dired.el (dired-insert-directory): Don't invoke `ls' when
1387 ls-lisp.el is used to emulate it.
1388
1389 2011-02-01 Julien Danjou <julien@danjou.info>
1390
1391 * color.el (color-gradient): Add a color-gradient function.
1392
1393 2011-02-01 Sam Steingold <sds@gnu.org>
1394
1395 * simple.el (special-mode-map): Bind "h" to `describe-mode';
1396 bind "z" to `kill-this-buffer'.
1397 (completion-list-mode-map): Bind "z" to `kill-this-buffer'.
1398 * apropos.el (apropos-mode-map): Inherit from `special-mode-map'.
1399 (apropos-mode): Inherit from `special-mode'.
1400 * arc-mode.el (archive-mode-map): Inherit from `special-mode-map'.
1401 * bookmark.el (bookmark-bmenu-mode): Define using
1402 `define-derived-mode' inheriting from `special-mode'.
1403 * dired.el (dired-mode-map): Inherit from `special-mode-map'.
1404 * image-mode.el (image-mode-map): Ditto.
1405 * replace.el (occur-mode): Define using
1406 `define-derived-mode' inheriting from `special-mode'.
1407 * tar-mode.el (tar-mode): Inherit from `special-mode'.
1408 * calendar/diary-lib.el (diary-fancy-display-mode):
1409 Inherit from `special-mode-map'.
1410 * emacs-lisp/ert.el (ert-simple-view-mode, ert-results-mode):
1411 Inherit from `special-mode'.
1412 * emacs-lisp/package.el (package-menu-mode-map): Copy from
1413 `special-mode-map'.
1414 (package-menu-mode): Define using `define-derived-mode'
1415 inheriting from `special-mode'.
1416 * erc/erc-list.el (erc-list-menu-mode): Inherit from `special-mode'.
1417 * net/xesam.el (xesam-mode): Inherit from `special-mode'.
1418 (xesam-mode-map): Define separately.
1419 * play/solitaire.el (solitaire-mode): Inherit from `special-mode'.
1420 * progmodes/compile.el (compilation-minor-mode-map)
1421 (compilation-mode-map): Inherit from `special-mode-map'.
1422 * vc/diff-mode.el (diff-mode-shared-map):
1423 Inherit from `special-mode-map'.
1424 * vc/log-view.el (log-view-mode-map): Add a comment.
1425
1426 2011-02-01 Chong Yidong <cyd@stupidchicken.com>
1427
1428 * custom.el (load-theme): Define return value. Drop use of
1429 unsafep; call custom-theme-load-confirm for non-known-safe themes.
1430 (custom-theme-load-confirm): Scroll in the correct window.
1431 (custom-enabled-themes): Add custom-safe-themes to :set-after.
1432
1433 * cus-theme.el (custom-theme-checkbox-toggle): Don't activate the
1434 checkbox if load-theme fails.
1435
1436 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1437
1438 * progmodes/compile.el (compilation-next-error): Check there's
1439 a message before using it (bug#7941).
1440
1441 2011-02-01 Jay Belanger <jay.p.belanger@gmail.com>
1442
1443 * calc/calc-mtx.el (math-lud-pivot-check): New function.
1444 (math-do-matrix-lud): Use `math-lud-pivot-check' to check the size
1445 of potential pivots.
1446
1447 2011-01-31 Alan Mackenzie <acm@muc.de>
1448
1449 * progmodes/cc-cmds.el (c-forward-over-illiterals):
1450 Continue parsing if we encounter a naked # (Bug#7595).
1451 (c-beginning-of-statement): Avoid loop in locating the beginning
1452 of a macro. (Not actually committed until 2011-02-20, see above).
1453
1454 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1455
1456 * files.el (copy-directory): Fix arguments to recursive call.
1457
1458 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1459
1460 * files.el (copy-directory): If destination is an existing
1461 directory, copy into a subdirectory there.
1462
1463 2011-01-31 Andreas Schwab <schwab@linux-m68k.org>
1464
1465 * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
1466 files.
1467
1468 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1469
1470 * image-dired.el (image-dired-mouse-display-image): No-op if no
1471 file is found (Bug#7817).
1472
1473 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
1474
1475 2011-01-31 Kenichi Handa <handa@m17n.org>
1476
1477 * international/quail.el (quail-keyboard-layout-alist):
1478 Remove superfluous SPC for "pc105-uk" (bug#7927).
1479
1480 2011-01-31 Glenn Morris <rgm@gnu.org>
1481
1482 * msb.el (msb-menu-bar-update-buffers): Update for changed
1483 argument handling of menu-bar-select-frame. (Bug#7902)
1484
1485 2011-01-31 Chong Yidong <cyd@stupidchicken.com>
1486
1487 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
1488 to the recursion depth (Bug#7722).
1489
1490 2011-01-31 Roy Liu <carsomyr@gmail.com> (tiny change)
1491
1492 * term/ns-win.el (ns-find-file): Expand ns-input-file with
1493 command-line-default-directory (Bug#7872).
1494
1495 2011-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1496
1497 * progmodes/compile.el (compilation--flush-directory-cache):
1498 New function, extracted from compilation--remove-properties.
1499 (compilation--remove-properties, compilation--parse-region): Use it.
1500 (compilation--previous-directory): Handle one more case.
1501 (compilation-enable-debug-messages): Remove.
1502 (compilation-parse-errors, compilation--flush-parse): Just remove the
1503 left over debug messages.
1504
1505 2011-01-31 Sam Steingold <sds@gnu.org>
1506
1507 * progmodes/compile.el (compilation-enable-debug-messages):
1508 Add a variable to make the parsing messages introduced in
1509 2011-01-28T22:12:05Z!monnier@iro.umontreal.ca optional.
1510 (compilation-parse-errors, compilation--flush-parse): Use it.
1511
1512 2011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1513
1514 * net/rcirc.el: New customizable nick completion format. (Bug#6314)
1515 (rcirc-nick-completion-format): New defcustom.
1516 (rcirc-complete): Use it.
1517
1518 2011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1519
1520 * net/rcirc.el: Clean log filenames (Bug#7933).
1521 (rcirc-log-write): Use convert-standard-filename.
1522 (rcirc-log-filename-function): Documentation updates.
1523
1524 2011-01-30 Jan Djärv <jan.h.d@swipnet.se>
1525
1526 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer):
1527 Check report-emacs-bug-can-use-osx-open and use that if t.
1528 (report-emacs-bug-can-use-osx-open): New function.
1529 (report-emacs-bug): Rename can-xdg-email to can-insert-mail.
1530 Check report-emacs-bug-can-use-osx-open also for can-insert-mail.
1531
1532 2011-01-29 Chong Yidong <cyd@stupidchicken.com>
1533
1534 * vc/vc-dispatcher.el (vc-set-async-update): New function for
1535 updating Dired or VC-dir buffers after async command completes.
1536
1537 * vc/vc-bzr.el (vc-bzr-async-command): Return the process buffer.
1538 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-set-async-update.
1539
1540 * vc/vc-git.el (vc-git-merge-branch): Add FETCH_HEAD to branch
1541 completions if it exists. Use vc-set-async-update.
1542 (vc-git-pull): Use vc-set-async-update.
1543
1544 * vc/vc-hg.el (vc-hg-pull): Fix default-contents arg to
1545 read-shell-command. Use vc-set-async-update.
1546 (vc-hg-merge-branch): Use vc-set-async-update.
1547
1548 2011-01-29 Daiki Ueno <ueno@unixuser.org>
1549
1550 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
1551 Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
1552 (Bug#7931).
1553
1554 2011-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
1555
1556 * progmodes/compile.el: Avoid an N² behavior in grep.
1557 (compilation--previous-directory): New fun.
1558 (compilation--previous-directory-cache): New var.
1559 (compilation--remove-properties): Flush it.
1560 (compilation-directory-properties, compilation-error-properties):
1561 Use the new fun to speed up looking for the current directory.
1562
1563 2011-01-29 Chong Yidong <cyd@stupidchicken.com>
1564
1565 * vc/vc-hg.el (vc-hg-history): New var.
1566 (vc-hg-pull): Perform default pull if called via Lisp by vc-pull.
1567 (vc-hg-merge-branch): New function.
1568
1569 * vc/vc.el (vc-pull): Make vc-update an alias for this, instead of
1570 the other way around.
1571
1572 * vc/vc-git.el (vc-git-branches, vc-git-pull)
1573 (vc-git-merge-branch): New functions.
1574 (vc-git-history): New var.
1575
1576 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
1577
1578 * vc/vc-dispatcher.el (vc-do-async-command): New function.
1579
1580 * vc/vc-bzr.el (vc-bzr-async-command): Convert into a wrapper for
1581 vc-do-async-command.
1582
1583 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch):
1584 Callers changed.
1585
1586 2011-01-28 Leo <sdl.web@gmail.com>
1587
1588 * emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply
1589 highlighting to the "this function is advised" message.
1590
1591 * help-mode.el (help-mode-finish): Apply highlighting here, to
1592 avoid clobbering by substitute-command-keys (Bug#6304).
1593
1594 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
1595
1596 * woman.el (woman0-roff-buffer): Process roff escape sequences
1597 occurring prior to the first request (Bug#7843).
1598
1599 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1600
1601 * progmodes/compile.el: Don't use font-lock any more.
1602 (compilation-error-regexp-alist-alist): Change handling of makepp
1603 so it preserves the warning/error distinction on subsequent files.
1604 Simplify various rules.
1605 (compilation-directory-properties): Use font-lock-face.
1606 Add a compilation-message property.
1607 (compilation-internal-error-properties): Use font-lock-face.
1608 Don't set the compilation-debug property here.
1609 (compilation--put-prop, compilation--remove-properties)
1610 (compilation--parse-region, compilation--ensure-parse)
1611 (compilation--ensure-parse): New functions.
1612 (compilation-parse-errors): New function, largely inspired of
1613 compilation-mode-font-lock-keywords. Set compilation-debug here.
1614 (compilation--parsed): New var.
1615 (compilation--flush-parse): Use compilation--ensure-parse.
1616 (compilation-start): Don't call font-lock.
1617 (compilation-turn-on-font-lock): Remove.
1618 (compilation-setup): Don't set font-lock-extra-managed-props not change
1619 other font-lock settings, other than keywords.
1620 Don't activate font-lock-mode.
1621 Set change-major-mode-hook and before-change-functions.
1622 (compilation--unsetup): Remove properties and hooks.
1623 (compilation-next-single-property-change): New function.
1624 (compilation-next-error): Use it to parse when needed.
1625 (compile-goto-error): Parse buffer as needed.
1626 (compilation--compat-error-properties): Don't need a dummy `face'
1627 property any more.
1628
1629 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1630
1631 * progmodes/compile.el: Use accessors for clarity and fix omake hack.
1632 (compilation-process-setup-function): Fix docstring's false promises.
1633 (compilation-error-regexp-alist-alist): Catch omake's continuous
1634 recompilation message and avoid reuse of old markers.
1635 (compilation-parse-errors-function): Declare obsolete.
1636 (compilation-buffer-modtime): Remove.
1637 (compilation--make-cdrloc, compilation--loc->col)
1638 (compilation--loc->line, compilation--loc->file-struct)
1639 (compilation--loc->marker, compilation--loc->visited)
1640 (compilation--make-file-struct, compilation--file-struct->file-spec)
1641 (compilation--file-struct->formats)
1642 (compilation--file-struct->loc-tree): New macros. Use them.
1643 (compilation--message): New defstruct. Use them.
1644 (compilation-next-error-function): Don't mess with timestamps to try
1645 and guess when to reparse.
1646
1647 2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1648
1649 * textmodes/tex-mode.el: Get rid of compilation-parse-errors-function
1650 (tex-old-error-file-name): New function,
1651 extracted from tex-compilation-parse-errors.
1652 (tex-compilation-parse-errors): Remove.
1653 (tex-error-regexp-alist): New var.
1654 (tex-shell): Use it to avoid compilation-parse-errors-function.
1655
1656 * progmodes/grep.el (grep-regexp-alist): Tighten regexp.
1657 (grep-mode-font-lock-keywords): Remove regexp that seems like
1658 a left-over from before we used compile.el.
1659 (grep-mode-font-lock-keywords): Call syntax-ppss-flush-cache when
1660 modifying the buffer within with-silent-modifications.
1661
1662 * progmodes/compile.el: Cleanup text-properties namespace by using
1663 `compilation-message' instead of `message', `compilation-directory'
1664 instead of `directory', and `compilation-debug' instead of `debug'.
1665 (compilation-last-buffer, compilation-parsing-end)
1666 (compilation-error-list, compilation-old-error-list): Move to the
1667 compatibility part of the code.
1668 (compilation-error-properties): If `file' is a function, let it return
1669 a file name.
1670 (compilation-mode-font-lock-keywords): Be more conservative with the
1671 omake "^ *" pattern prefix, to try and minimize the risk of
1672 pathologically slow regexp matching.
1673 (compilation-start): Use inhibit-read-only.
1674 (compilation--unsetup): New function.
1675 (compilation-shell-minor-mode, compilation-minor-mode): Use it.
1676 (compilation-filter): Minor tweaks.
1677 (compilation-next-error-function): Try and avoid abusing variables.
1678 (compilation--flush-file-structure): New fun.
1679 (compilation-fake-loc): Use it to improve behavior when file is reused.
1680 (debug-ignored-errors): Add "Moved past last ...".
1681 (compilation--compat-error-properties)
1682 (compilation--compat-parse-errors): Rename by doubling the "-".
1683
1684 Port features from the previous prolog.el to the new one.
1685 * progmodes/prolog.el (prolog-system): Add GNU and ECLiPSe options.
1686 (prolog-program-name, prolog-program-switches, prolog-consult-string)
1687 (prolog-compile-string, prolog-prompt-regexp): Get rid of the <foo>-i
1688 variable and use a function to compute the value dynamically.
1689 (prolog-prompt-regexp): Add regexp for GNU Prolog.
1690 (prolog-continued-prompt-regexp): Remove, unused.
1691 (prolog-find-value-by-system): Try and use the value of prolog-system
1692 in the *prolog* buffer if it helps.
1693 (prolog-mode-keybindings-common): Bind C-c C-z unconditionally...
1694 (prolog-zip-on): ..and check prolog-system and version here instead.
1695 (prolog-inferior-self-insert-command): New command.
1696 (prolog-inferior-mode-map): Use it.
1697 (prolog-inferior-error-regexp-alist): New var.
1698 (prolog-inferior-mode): Use it, with compilation-shell-minor-mode.
1699 (prolog-input-filter): Use derived-mode-p.
1700 (prolog-inferior-guess-flavor): New function.
1701 (prolog-ensure-process): Use it. Use make-comint-in-buffer rather than
1702 make-comint to avoid running comint-mode twice.
1703 (prolog-inferior-buffer): New fun.
1704 (prolog-old-process-region, prolog-old-process-file):
1705 Don't call prolog-bsts here...
1706 (prolog-build-prolog-command): ...do it here instead.
1707 (prolog-old-process-region, prolog-old-process-file):
1708 Use compilation-fake-loc and compilation-forget-errors.
1709 (prolog-consult-compile-region): Use bolp.
1710
1711 2011-01-28 Chong Yidong <cyd@stupidchicken.com>
1712
1713 * image-mode.el (image-display-size): Doc fix (Bug#7820).
1714
1715 2011-01-27 Sam Steingold <sds@gnu.org>
1716
1717 * midnight.el (clean-buffer-list-kill-never-buffer-names):
1718 Remove "*server*" which is never created by emacs server.
1719
1720 2011-01-27 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1721
1722 * vc/vc-bzr.el (vc-bzr-diff): Don't pass --diff-options unless
1723 there are some diff switches.
1724
1725 2011-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
1726
1727 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1728 Copy change made to ruby-font-lock-syntactic-keywords.
1729
1730 * htmlfontify.el: Make it obey the font-lock-face text property.
1731 Miscellaneous cleanup such as:
1732 - Don't hide expressions after a closing paren.
1733 - Move initial setq into let.
1734 - Hoist common parts out of ifs.
1735 (hfy-p-to-face, hfy-p-to-face-lennart): Remove.
1736 (hfy-face-at): Use get-text-property instead.
1737 (hfy-prop-invisible-p): Use invisible-p if available.
1738 (htmlfontify-manual): Use \\[...].
1739 (hfy-html-quote-regex): Use [...].
1740 (hfy-combined-face-spec): Simplify.
1741 (hfy-compile-face-map): Don't presume point-min==1.
1742 (hfy-css-name, hfy-buffer, htmlfontify-buffer): Use \' rather than $ to
1743 match end of string.
1744 (hfy-text-p): η-reduce.
1745 (hfy-tags-for-file): Receive cache-hash directly.
1746 (hfy-mark-tag-names): Adjust call.
1747
1748 2011-01-27 Glenn Morris <rgm@gnu.org>
1749
1750 * msb.el (msb-after-load-hooks): Make it an obsolete alias.
1751 (msb-after-load-hook): Remove eval-after-load wackiness.
1752
1753 2011-01-25 Sam Steingold <sds@gnu.org>
1754
1755 * vc/vc-svn.el (vc-svn-diff): Use `diff-command' instead of the
1756 literal "diff" (important for windows-nt).
1757
1758 2011-01-25 Glenn Morris <rgm@gnu.org>
1759
1760 * emacs-lisp/copyright.el (copyright-at-end-flag)
1761 (copyright-names-regexp): Add safety properties.
1762 (copyright-year-ranges): New option.
1763 (copyright-find-end): New function, split from copyright-update-year.
1764 (copyright-update-year): Use copyright-find-end.
1765 (copyright-fix-years): Optionally, convert years to ranges.
1766 Handle years continued over comment lines.
1767 Do not mess with the fill-prefix.
1768 Do not call copyright-update.
1769 (copyright-update-directory): Optionally, fix years rather than update.
1770 Skip directories. Find files with only safe local vars.
1771
1772 2011-01-25 Stefan Monnier <monnier@iro.umontreal.ca>
1773
1774 * files.el (file-name-non-special): Only change buffer-file-name after
1775 insert-file-contents if it's `visit'ing the file (bug#7854).
1776
1777 2011-01-25 Chong Yidong <cyd@stupidchicken.com>
1778
1779 * dired.el (dired-revert): Doc fix (Bug#7758).
1780
1781 * simple.el (line-move-visual): Doc fix (Bug#7594).
1782
1783 2011-01-25 Nobuyoshi Nakada <nobu@ruby-lang.org>
1784
1785 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
1786 here-doc which ends with an underscore.
1787 (ruby-mode-set-encoding): Skip shebang line always.
1788 (ruby-mode-map): Bind C-c C-c to comment-region.
1789 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
1790 (ruby-forward-sexp): Stop after literal hash key labels.
1791 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
1792 bracket.
1793
1794 2011-01-25 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
1795
1796 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
1797 the correct buffer (Bug#7650).
1798
1799 2011-01-25 Glenn Morris <rgm@gnu.org>
1800
1801 * comint.el (comint-mode): Doc fix. (Bug#7897)
1802
1803 * simple.el (do-auto-fill): Give it a doc string.
1804
1805 * button.el (make-text-button): Doc fix. (See bug#7881)
1806
1807 2011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
1808
1809 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
1810 Don't move backward, so as not to fall in an inf-loop (bug#7736).
1811
1812 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): (bug#7735)
1813 Handle ?" and friends differently (e.g. don't use backrefs).
1814
1815 2011-01-24 Jay Belanger <jay.p.belanger@gmail.com>
1816
1817 * calc/calc.el (calc-default-power-reference-level)
1818 (calc-default-field-reference-level): New variables.
1819 * calc/calc-units.el (math-standard-units): Add dB and Np.
1820 (math-logunits): New variable.
1821 (math-extract-logunits, math-logcombine, calcFunc-luplus)
1822 (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level)
1823 (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level):
1824 New functions.
1825 (math-find-base-units-rec): Add entry for ln(10).
1826 * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help.
1827 (calc-ul-prefix-help): New function.
1828 * calc/calc-ext.el (calc-init-extensions): Autoload new units
1829 functions. Add keybindings for new units functions.
1830
1831 2011-01-22 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
1832
1833 * net/rcirc.el (rcirc-kill-buffer-hook): Flush logs when killing
1834 rcirc buffers. (Bug#4940)
1835
1836 2011-01-22 Glenn Morris <rgm@gnu.org>
1837
1838 * emacs-lisp/copyright.el (copyright-find-copyright): New function,
1839 split out from copyright-update-year.
1840 (copyright-update): Don't mess with the GPL version if we don't own the
1841 copyright. Update license regexp, and remove no longer needed
1842 Esperanto stuff.
1843 (copyright-fix-years): Use copyright-find-copyright.
1844
1845 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
1846
1847 * vc/diff.el (diff-sentinel): Doc fix (Bug#7682).
1848
1849 2011-01-22 Jari Aalto <jari.aalto@cante.net>
1850
1851 * play/landmark.el: Change `lm-' prefix to `landmark-' (Bug#7672).
1852 (lm): Rename to landmark.
1853 (lm-test-run): Rename to landmark-test-run.
1854
1855 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
1856
1857 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
1858 "Case sensitive" menu item.
1859
1860 2011-01-22 Roland McGrath <roland@frob.com>
1861
1862 * comint.el (comint-replace-by-expanded-history-before-point): Fix
1863 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
1864
1865 2011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1866
1867 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
1868
1869 2011-01-22 Jari Aalto <jari.aalto@cante.net>
1870
1871 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1872 Assume foo(bar) is a manpage reference rather than some unquoted
1873 symbol (bug#7705).
1874
1875 2011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1876
1877 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
1878 Suggested by Flo <sensorflo@gmail.com>.
1879
1880 2011-01-22 Glenn Morris <rgm@gnu.org>
1881
1882 * progmodes/compile.el (compilation-error-regexp-alist):
1883 Fix custom type. (Bug#7812)
1884
1885 2011-01-22 Ken Manheimer <ken.manheimer@gmail.com>
1886
1887 * allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' to
1888 allout-number-siblings, in keeping with what obtained due to
1889 (now-defunct) allout-keybindings-list. Ditch repeat binding to
1890 (prefixed) ?i.
1891 (allout-before-change-handler): Better expose spots affected by
1892 undo.
1893
1894 2011-01-22 Chong Yidong <cyd@stupidchicken.com>
1895
1896 * man.el (Man-highlight-references0): Use make-button (Bug#7881).
1897
1898 2011-01-22 Phil Hagelberg <phil@evri.com>
1899
1900 * pcmpl-unix.el (pcmpl-ssh-config-file): New option.
1901 (pcmpl-ssh-known-hosts): Rename from pcmpl-ssh-hosts.
1902 (pcmpl-ssh-config-hosts): New function.
1903 (pcmpl-ssh-hosts): Use pcmpl-ssh-config-hosts in addition to
1904 pcmpl-ssh-known-hosts.
1905
1906 2011-01-21 Jay Belanger <jay.p.belanger@gmail.com>
1907
1908 * calc/calc-undo.el (calc-undo): Autoload it.
1909 * calc/calc-ext.el (calc-init-extensions): Remove keybindings
1910 and autoload for `calc-undo'.
1911 * calc/calc.el (calc-mode-map): Add keybindings for `calc-undo'.
1912 * calc/calc-prog.el:
1913 * calc/calc-graph.el:
1914 * calc/calc-map.el: Change `arglist' to `math-arglist' throughout.
1915
1916 2011-01-21 Štěpán Němec <stepnem@gmail.com> (tiny change)
1917
1918 * calc/calc-ext.el (calc-init-extensions): Map all `undo'
1919 keybindings to `calc-undo'.
1920
1921 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1922
1923 Don't mess with *temp*.
1924 * obsolete/spell.el: Move from textmodes/spell.el.
1925 (spell-string):
1926 * term.el (term-read-input-ring):
1927 * startup.el (display-startup-echo-area-message):
1928 * progmodes/antlr-mode.el (antlr-directory-dependencies):
1929 * comint.el (comint-read-input-ring): Use with-temp-buffer.
1930 * international/mule.el (ctext-pre-write-conversion): Don't hardcode
1931 point-min==1.
1932
1933 2011-01-20 Ken Manheimer <ken.manheimer@gmail.com>
1934
1935 * allout.el (allout-institute-keymap): Use fset instead of
1936 reapplying defalias.
1937
1938 (allout-hotspot-key-handler): Check for non-control-modified
1939 bindings for hotspot characters if there are no control-modified
1940 versions.
1941
1942 * allout.el: Summary - migrate to defining allout mode using
1943 define-minor-mode instead of defun. Significantly clean-up
1944 internal keymap provisions, refactoring and, in the process,
1945 removing a lot of accumulated cruft.
1946
1947 allout-mode-map is now a keymap by virtue of being a defalias to
1948 allout-mode-map-value, which contains the actual keymap structure.
1949
1950 (allout-mode): Use define-minor-mode rather than defun.
1951 Remove now-unnecessary minor-mode setup activities from the body.
1952 Specify :keymap as allout-mode-map so the minor-mode-map-alist
1953 entry will be '(allout-mode . allout-mode-map) - see
1954 allout-mode-map-value, below. Adjust docstring to track changes.
1955 (allout-minor-mode): Remove this defalias, now that we're using
1956 define-minor-mode.
1957 (allout-mode-map): Set value to be 'allout-mode-map. The actual
1958 keymap is allout-mode-map-value, via defalias.
1959 (allout-mode-map-value): The variable holding the actual mode
1960 keymap structure, by virtue of defalias from allout-mode-map.
1961 (allout-compose-and-institute-keymap): Rename from
1962 allout-bind-keys, and including the binding-composition
1963 functionality of the former produce-allout-mode-map and
1964 allout-setup-mode-map.
1965 (allout-institute-keymap): Take over the "setup" part of the former
1966 allout-setup-mode-map. Reassign allout-mode-map-value value and
1967 update the defalias.
1968 (allout-command-prefix, allout-prefixed-keybindings)
1969 (allout-unprefixed-keybindings):
1970 Use allout-compose-and-institute-keymap to process the bindings.
1971 (allout-unprefixed-keybindings): Remove extraneous '?' question marks.
1972 (allout-prefixed-keybindings): Elide binding to (prefixed) \C-h -
1973 user can customize if they want to use that binding.
1974 Bind allout-copy-topic-as-kill to (prefixed) \M-k.
1975 Bind allout-up-current-level to (prefixed) \C-u. (I think i mistakenly
1976 elided that, previously, instead of the one for \C-h.)
1977 (allout-hotspot-key-handler): Remove attempt to resolve the key
1978 through the literal key-string lookup on allout-keybindings-list.
1979 That probably hasn't worked for a Long Time, and removal of
1980 allout-keybindings-list further simplifies the keybindings situation.
1981 (allout-pre-command-business): Use allout-mode-map-value instead
1982 of allout-mode-map.
1983 (allout-preempt-trailing-ctrl-h): Remove. The user can customize
1984 the bindings if they want to use a keybinding having a trailing
1985 \C-h. No deprecation needed since this feature was never in a release.
1986 (allout-keybindings-list): Remove. It's not been useful for a
1987 while. (See allout-hotspot-key-handler changes, above.)
1988 (produce-allout-mode-map): Remove. Consolidate into
1989 allout-compose-and-institute-keymap.
1990 (allout-mode-map-adjustments): Remove. No longer necessary with
1991 removal of allout-preempt-trailing-ctrl-h.
1992 (allout-setup-mode-map): Remove. Consolidate into
1993 allout-compose-and-institute-keymap and allout-institute-keymap.
1994
1995 2011-01-20 Glenn Morris <rgm@gnu.org>
1996
1997 * vc/vc-svn.el (vc-svn-after-dir-status): Tweak previous change.
1998
1999 * simple.el (read-expression-history): Remove, it's in minibuf.c.
2000
2001 2011-01-20 Chong Yidong <cyd@stupidchicken.com>
2002
2003 * subr.el (y-or-n-p): Revert 2011-01-07 change, removing ARGS.
2004
2005 * files.el (find-alternate-file, basic-save-buffer)
2006 (basic-save-buffer-2, revert-buffer, recover-file)
2007 (kill-buffer-ask, abort-if-file-too-large)
2008 (set-visited-file-name, write-file, backup-buffer)
2009 (basic-save-buffer, save-some-buffers):
2010 * dired-aux.el (dired-compress-file): Callers changed.
2011
2012 2011-01-19 Glenn Morris <rgm@gnu.org>
2013
2014 * vc/vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
2015 Also check the property status. (Bug#7861)
2016
2017 2011-01-18 Michael Albinus <michael.albinus@gmx.de>
2018
2019 * net/tramp.el (tramp-debug-message): Extend function exclude
2020 list. Use `regexp-opt'.
2021
2022 2011-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
2023
2024 * textmodes/tex-mode.el (tex-font-lock-verb): Make sure \verb
2025 highlighting doesn't spill over subsequent lines.
2026
2027 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
2028 keymap expression. Improve docstring.
2029
2030 * electric.el (electric-indent-post-self-insert-function):
2031 Don't auto-indent for indent-to-left-margin, it's too often
2032 counter-productive.
2033
2034 2011-01-16 Tassilo Horn <tassilo@member.fsf.org>
2035
2036 * strokes.el (strokes-read-stroke): Re-fill strokes buffer with
2037 spaces if the frame was resized, so that the full visible buffer
2038 serves as canvas for strokes.
2039
2040 2011-01-16 Glenn Morris <rgm@gnu.org>
2041
2042 * info-xref.el (info-xref-docstrings): Replace cl function.
2043 Also skip directories.
2044
2045 2011-01-16 Kevin Ryde <user42@zip.com.au>
2046
2047 * info-xref.el: Version 3.
2048 (info-xref-check, info-xref-check-all): Move commentary details
2049 into docstrings for better visibility.
2050 Use compilation-mode for the results buffer.
2051 (info-xref-output, info-xref-output-error, info-xref-with-output)
2052 (info-xref-filename, info-xref-in-progress):
2053 New internals for this.
2054 (info-xref-check-list, info-xref-check-buffer)
2055 (info-xref-check-all-custom): Use those.
2056 (info-xref-output-buffer): Rename from info-xref-results-buffer.
2057 (info-xref-output-heading): Rename from info-xref-filename-heading.
2058 (info-xref-good, info-xref-bad, info-xref-xfile-alist)
2059 (info-xref-filename-heading): Move to output managing section.
2060 (info-xref-docstrings): New command checking "Info node `(foo)Bar'"
2061 (info-xref-lock-file-p, info-xref-with-file): New helpers for it.
2062 (info-xref-subfile-p): Move to generic section with those two.
2063 (info-xref-check-node): New function split from
2064 info-xref-check-buffer, shared by info-xref-docstrings.
2065 (info-xref-goto-node-p): Move to a checking section with that func.
2066 (info-xref-unavail): New counter.
2067 (info-xref-check-node): Use it.
2068 (info-xref-with-output): Show count of unavailables at end of output.
2069 (info-xref-all-info-files): Exclude ".*" dotfiles. Ignore broken
2070 symlinks. Exclude .texi files. Exclude Emacs backup files.
2071 (info-xref-check-all-custom): Fix quietening viper-mode and
2072 gnus-registry-install -- use setq not let so as not to unbind
2073 after load.
2074
2075 2011-01-16 Juri Linkov <juri@jurta.org>
2076
2077 * isearch.el (isearch-abort): Don't quit if search has
2078 an incomplete regexp (isearch-error is non-nil). (Bug#7534)
2079
2080 2011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
2081
2082 * files.el (backup-buffer): Make last-resort backup file in
2083 .emacs.d (Bug#6953).
2084
2085 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
2086 make it with permission 700.
2087
2088 2011-01-15 Kenichi Handa <handa@m17n.org>
2089
2090 * mail/rmailmm.el (rmail-mime-insert-header):
2091 Set rmail-mime-coding-system to a cons whose car is the last coding
2092 system used to decode the header.
2093 (rmail-mime-find-header-encoding): New function.
2094 (rmail-mime-insert-decoded-text):
2095 Override rmail-mime-coding-system if it is a cons.
2096 (rmail-show-mime): If only a header part was decoded, find the
2097 coding system while ignoring mm-charset-override-alist.
2098
2099 2011-01-15 Chong Yidong <cyd@stupidchicken.com>
2100
2101 * subr.el (event-start, event-end): Doc fix (Bug#7826).
2102
2103 2011-01-15 Kenichi Handa <handa@m17n.org>
2104
2105 * mail/rmailmm.el (rmail-mime-next-item)
2106 (rmail-mime-previous-item): Delete them.
2107 (rmail-mime-shown-mode): Recursively call for children.
2108 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
2109 Callers changed.
2110 (rmail-mime-raw-mode): Recursively call for children.
2111 (rmail-mode-map): Change mapping of tab and backtab to
2112 forward-button and backward-button respectively.
2113 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
2114 button.
2115 (rmail-mime-update-tagline): New function.
2116 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
2117 body display is changed.
2118 (rmail-mime-toggle-button): Rename from rmail-mime-image.
2119 (rmail-mime-image): Delete this button type.
2120 (rmail-mime-toggle): New button type.
2121 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
2122 body display is changed. Change the save button label to "Save".
2123 Don't process show/hide button here.
2124 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
2125 the body display is changed. Unconditionally call
2126 rmail-mime-insert for children.
2127 (rmail-mime-handle): Update `display' vector of the just inserted
2128 entity.
2129 (rmail-mime-process): If mail-header-parse-content-type returns
2130 nil, use "text/plain" as the fallback type.
2131 (rmail-mime-insert): For raw-mode, recursively call
2132 rmail-mim-insert for children.
2133 (rmail-mime): Handle the case that the current buffer is not rmail
2134 buffer (e.g. in summary buffer).
2135
2136 2011-01-15 Kenichi Handa <handa@m17n.org>
2137
2138 * mail/rmailmm.el (rmail-mime-next-item)
2139 (rmail-mime-previous-item): Skip the body of a non-multipart
2140 entity if a tagline is shown.
2141
2142 2011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2143
2144 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
2145 (tmm-prompt): Simplify.
2146 (tmm-add-prompt): Remove unused var `win'.
2147
2148 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
2149 to minor mode which used nil accidentally to mean "turn off".
2150
2151 2011-01-15 Michael Albinus <michael.albinus@gmx.de>
2152
2153 * net/tramp-sh.el (tramp-find-inline-compress)
2154 (tramp-get-inline-coding): Quote command after pipe symbol for
2155 local calls under W32. (Bug#6784)
2156
2157 2011-01-15 Michael Albinus <michael.albinus@gmx.de>
2158
2159 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
2160 only when running under W32.
2161
2162 2011-01-15 Eli Zaretskii <eliz@gnu.org>
2163
2164 * progmodes/grep.el (grep-compute-defaults): Quote the program
2165 file name after the pipe symbol in Grep templates. (Bug#6784)
2166 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
2167
2168 2011-01-15 Lennart Borgman <lennart.borgman@gmail.com>
2169
2170 * buff-menu.el (Buffer-menu-buffer-list): New var.
2171 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
2172 restricted buffer list is not lost on revert (Bug#7749).
2173
2174 2011-01-15 Eric Hanchrow <eric.hanchrow@gmail.com>
2175
2176 * net/ldap.el (ldap-search-internal): Discard stderr output.
2177
2178 2011-01-15 Eli Zaretskii <eliz@gnu.org>
2179
2180 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
2181
2182 2011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2183
2184 * vc-bzr.el (vc-bzr-annotate-time): Tweak previous change.
2185
2186 2011-01-15 Kenichi Handa <handa@m17n.org>
2187
2188 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
2189 part as a plain text.
2190 (rmail-mime-process-multipart): Set the default content-type to
2191 nil for unknown multipart subtypes (bug#7651).
2192
2193 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2194
2195 * hexl.el (hexl-mode-old-*): Remove.
2196 (hexl-mode--old-var-vals): New var to replace them.
2197 (hexl-mode--minor-mode-p, hexl-mode--setq-local): New funs.
2198 (hexl-mode, hexl-follow-line, hexl-activate-ruler):
2199 Use them to set local vars (bug#7846).
2200 (hexl-mode-exit): Use hexl-mode--old-var-vals to restore state.
2201 (hexl-backward-short, hexl-backward-word, hexl-scroll-down)
2202 (hexl-scroll-up, hexl-end-of-1k-page, hexl-end-of-512b-page): Simplify.
2203
2204 * vc/smerge-mode.el: Resolve comment conflicts more aggressively.
2205 (smerge-resolve--normalize-re): New var.
2206 (smerge-resolve--extract-comment, smerge-resolve--normalize): New funs.
2207 (smerge-resolve): Use them.
2208 * newcomment.el (comment-only-p): New function.
2209 (comment-or-uncomment-region): Use it.
2210
2211 2011-01-14 Brent Goodrick <bgoodr@gmail.com> (tiny change)
2212
2213 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
2214 table, get the value before switching to the output buffer. (Bug#7733)
2215
2216 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2217
2218 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
2219
2220 2011-01-14 Kim F. Storm <storm@cua.dk>
2221
2222 * emulation/cua-base.el (cua--init-keymaps):
2223 Remap exchange-point-and-mark in cua-global-keymap.
2224
2225 2011-01-14 Tassilo Horn <tassilo@member.fsf.org>
2226
2227 * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
2228 loop keyword.
2229
2230 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2231
2232 * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label.
2233 Require CL.
2234 (easy-menu-create-menu, easy-menu-convert-item-1):
2235 Use :label rather than nil for labels. Use `case'.
2236 Add :enable as alias for :active.
2237 (easy-menu-binding): Obey :label.
2238
2239 2011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2240
2241 Use run-mode-hooks for major mode hooks (bug#513).
2242 * textmodes/reftex-toc.el (reftex-toc-mode-map):
2243 Rename from reftex-toc-map.
2244 (reftex-toc-mode): Use define-derived-mode.
2245 * textmodes/reftex-sel.el (reftex-select-shared-map): New map.
2246 (reftex-select-label-mode-map, reftex-select-bib-mode-map):
2247 Rename from reftex-select-(label|bib)-map. Move init into declaration.
2248 (reftex-select-label-mode, reftex-select-bib-mode):
2249 Use define-derived-mode.
2250 * textmodes/reftex-index.el (reftex-index-phrases-mode-map)
2251 (reftex-index-mode-map): Rename from reftex-index(-phrases)-map.
2252 Move init into delcaration.
2253 (reftex-index-mode, reftex-index-phrases-mode):
2254 Use define-derived-mode.
2255 * speedbar.el (speedbar-mode-syntax-table): Renaqme from
2256 speedbar-syntax-table. Move init into declaration.
2257 (speedbar-mode-map): Rename from speedbar-key-map.
2258 Move init into declaration.
2259 (speedbar-file-key-map): Move init into declaration.
2260 (speedbar-mode): Use define-derived-mode.
2261 * recentf.el (recentf-mode): Don't run hook (or message) redundantly.
2262 * net/rcirc.el (rcirc-mode): Use run-mode-hooks.
2263 * emacs-lisp/chart.el (chart-mode-map): Rename from chart-map.
2264 (chart-face-list): Move initialization into declaration.
2265 (chart-mode): Use define-derived-mode.
2266 * calculator.el (calculator-mode-map): Move init into declaration.
2267 (calculator-mode): Use define-derived-mode.
2268
2269 * mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
2270 work for nested comments.
2271
2272 * progmodes/prolog.el: Use syntax-propertize. Further code cleanup.
2273 (prolog-use-prolog-tokenizer-flag): Change default when
2274 syntax-propertize can be used.
2275 (prolog-syntax-propertize-function): New var.
2276 (prolog-mode-variables): Move make-local-variable into `set'.
2277 Don't make comment-column local since we don't set it.
2278 Set comment-add (as it was in previous prolog.el). Use dolist.
2279 Set syntax-propertize-function.
2280 (prolog-mode, prolog-inferior-mode):
2281 Call prolog(-inferior)-menu directly, not through the mode-hook.
2282 (prolog-buffer-module, prolog-indent-level)
2283 (prolog-paren-is-the-first-on-line-p, prolog-paren-balance)
2284 (prolog-comment-limits, prolog-goto-comment-column):
2285 Use line-(end|beginning)-position.
2286 (prolog-build-prolog-command): Tighten up regexp.
2287 (prolog-consult-compile): Move make-local-variable into `set'.
2288 (prolog-consult-compile-filter, prolog-goto-next-paren)
2289 (prolog-help-on-predicate, prolog-clause-info)
2290 (prolog-mark-predicate): Don't let+setq.
2291 (prolog-indent-line): Use indent-line-to.
2292 Only call prolog-goto-comment-column if necessary.
2293 (prolog-indent-level): Use bobp.
2294 (prolog-first-pos-on-line): Remove, not used any more.
2295 (prolog-in-string-or-comment): Use syntax-ppss if available.
2296 (prolog-help-on-predicate): Use read-string.
2297 (prolog-goto-predicate-info): Simplify.
2298 (prolog-read-predicate): Use `default' rather than `initial'.
2299 (prolog-temporary-file): Use make-temp-file to close a security hole.
2300 (prolog-toggle-sicstus-sd): New command.
2301 (prolog-electric-underscore, prolog-variables-to-anonymous):
2302 Use dynamic-scoping as it was meant.
2303 (prolog-menu): Move menu definitions to top-level.
2304 Use a toggle-button for Sicstus's source debugger.
2305 Change "Code" to the more usual "Prolog", and hence change "Prolog"
2306 to "System".
2307 (prolog-inferior-menu): Reuse prolog-menu's help menu.
2308 Move other menu definition to top-level.
2309
2310 2011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2311
2312 * doc-view.el (doc-view-open-text): Use meaningful text buffer
2313 name. Keep original document's directory as default-directory
2314 (bug#6446).
2315 (doc-view-initiate-display): Fall back to normal mode when
2316 doc-view-mode cannot be enabled, also when extracting the document
2317 text into a separate buffer (bug#6446).
2318
2319 * simple.el (shell-command): Don't error out if shell command
2320 buffer contains text with non-nil read-only property when erasing
2321 the buffer.
2322
2323 2011-01-13 Kim F. Storm <storm@cua.dk>
2324
2325 * ido.el (ido-may-cache-directory): Move "too-big" check later.
2326 (ido-next-match, ido-prev-match): Fix stray reordering of matching
2327 items when cycling through the matches.
2328
2329 2011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2330
2331 * dired-x.el (dired-omit-verbose): New defcustom that allows
2332 disabling the omit messages.
2333 (dired-omit-expunge): Use it.
2334
2335 2011-01-13 Christian Ohler <ohler@gnu.org>
2336
2337 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files.
2338
2339 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
2340
2341 * font-lock.el (font-lock-verbose): Default to nil.
2342
2343 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
2344
2345 * simple.el (sendmail-user-agent-compose): Move to sendmail.el.
2346 (compose-mail): New arg RETURN-ACTION.
2347 (compose-mail-other-window, compose-mail-other-frame): Likewise.
2348
2349 * mail/sendmail.el (mail-return-action): New var.
2350 (mail-mode): Make it buffer-local.
2351 (mail-bury): Obey it. Move special Rmail window handling to
2352 rmail-mail-return.
2353 (mail, mail-setup): New arg RETURN-ACTION.
2354 (sendmail-user-agent-compose): Move from simple.el.
2355
2356 * mail/rmail.el (rmail-mail-return): New function.
2357 (rmail-start-mail): Pass it to compose-mail.
2358
2359 2011-01-12 Chong Yidong <cyd@stupidchicken.com>
2360
2361 * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
2362 menus. Add menu item for customize-themes.
2363
2364 * cus-theme.el (customize-themes):
2365 * emacs-lisp/package.el (package--list-packages):
2366 Use switch-to-buffer.
2367
2368 2011-01-11 Johan Bockgård <bojohan@gnu.org>
2369
2370 * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
2371
2372 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2373
2374 * progmodes/prolog.el: Fix up coding convention and such.
2375 (prolog-indent-width): Use the same default as in
2376 previous prolog.el rather than tab-width which depends on which buffer
2377 is current when the file is loaded.
2378 (prolog-electric-newline-flag): Only enable if electric-indent-mode
2379 is not available.
2380 (prolog-emacs): Remove. Use (featurep 'xemacs) instead.
2381 (prolog-known-systems): Remove.
2382 (prolog-mode-syntax-table, prolog-inferior-mode-map):
2383 Move initialization into declaration.
2384 (prolog-mode-map): Move initialization into declaration.
2385 Remove system-specific mode-map vars, since they referred to the same
2386 keymap anyway.
2387 (prolog-mode-variables): Obey the user's preference w.r.t
2388 adaptive-fill-mode. Prefer symbol-value to `eval'.
2389 (prolog-mode-keybindings-edit): Add compatibility bindings.
2390 (prolog-mode): Use define-derived-mode. Don't handle mercury here.
2391 (mercury-mode-map): New var.
2392 (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
2393 (prolog-ensure-process, prolog-process-insert-string)
2394 (prolog-consult-compile): Use with-current-buffer.
2395 (prolog-guess-fill-prefix): Simplify data flow.
2396 (prolog-replace-in-string): New function to use instead of
2397 replace-in-string.
2398 (prolog-enable-sicstus-sd): Don't abuse `eval'.
2399 (prolog-uncomment-region): Use `uncomment-region' when available.
2400 (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
2401 (prolog-int-to-char, prolog-char-to-int): New functions to use instead
2402 of int-to-char and char-to-int.
2403 (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
2404
2405 2011-01-11 Stefan Bruda <stefan@bruda.ca>
2406
2407 * progmodes/prolog.el: Replace by a whole new file.
2408
2409 2011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2410
2411 * subr.el (eval-after-load): Fix timing for features (bug#7769).
2412 (declare-function, undefined, insert-for-yank)
2413 (replace-regexp-in-string): Follow checkdoc's recommendations.
2414
2415 2011-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2416
2417 * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
2418 refreshing the diary buffer.
2419
2420 2011-01-10 Ken Manheimer <ken.manheimer@gmail.com>
2421
2422 * allout.el: Add 2011 to the file copyright.
2423 (allout-encrypt-string): Prevent encryption from adding an extra
2424 newline at the end of the topic body.
2425 (allout-version): Increment to 2.3.
2426
2427 2011-01-10 Michael Albinus <michael.albinus@gmx.de>
2428
2429 * net/dbus.el (dbus-unregister-service): Complete doc.
2430 Fix call of dbus-error signal.
2431 (dbus-register-property): Use `dont-register' keyword.
2432
2433 2011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2434
2435 * net/dbus.el (dbus-unregister-service): Translate returned
2436 integer into a symbol.
2437 (dbus-register-property): Use `dbus-register-service' to do the
2438 name registration.
2439
2440 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
2441
2442 * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
2443 Suggested by Joakim Verona.
2444
2445 * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
2446
2447 * wid-edit.el (visibility): Replace :on-image and :off-image
2448 widget properties with :on-glyph and :off-glyph, for consistency
2449 with the `visibility' widget.
2450 (widget-toggle-value-create, widget-visibility-value-create):
2451 Merge into a single function `widget-toggle-value-create'.
2452
2453 * cus-edit.el (custom-variable-value-create, custom-visibility)
2454 (custom-face-edit-value-create, custom-face-value-create):
2455 Replace :on-image and :off-image widget properties with :on-glyph and
2456 :off-glyph, for consistency with the `visibility' widget.
2457
2458 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
2459
2460 * net/ldap.el (ldap-search-internal): Don't use eval.
2461
2462 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
2463
2464 * subr.el (read-char-choice): Use read-key.
2465
2466 * custom.el (custom-safe-themes): Rename from
2467 custom-safe-theme-files. Add :risky tag.
2468 (load-theme, custom-theme-load-confirm): Save sha1 hashes to
2469 custom-safe-themes, not filenames. Suggested by Stefan Monnier.
2470
2471 2011-01-09 Chong Yidong <cyd@stupidchicken.com>
2472
2473 * tool-bar.el (tool-bar-setup): Remove Help button. Remove label
2474 from Search and add a label to Undo.
2475
2476 * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
2477 inappropriate buttons and adding :vert-only tags.
2478
2479 * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
2480 removal of Help tool-bar button. Remove Undo button for space.
2481
2482 * info.el (info-tool-bar-map): Add :vert-only tags.
2483
2484 2011-01-08 Tassilo Horn <tassilo@member.fsf.org>
2485
2486 * doc-view.el (doc-view-mode-p): Check for png or imagemagick
2487 image backend support. Either of them is fine.
2488
2489 2011-01-08 Chong Yidong <cyd@stupidchicken.com>
2490
2491 * subr.el (y-or-n-p): Doc fix.
2492
2493 * custom.el (custom-safe-theme-files): New defcustom.
2494 (custom-theme-load-confirm): New function.
2495 (load-theme): Load theme using `load', confirming with
2496 custom-theme-load-confirm if necessary.
2497
2498 * subr.el (read-char-choice): New function, factored out from
2499 dired-query and hack-local-variables-confirm.
2500
2501 * dired-aux.el (dired-query):
2502 * files.el (hack-local-variables-confirm): Use it.
2503
2504 * dired-aux.el (dired-compress-file):
2505 * files.el (abort-if-file-too-large, find-alternate-file)
2506 (set-visited-file-name, write-file, backup-buffer)
2507 (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
2508 (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
2509 Use new format string args for y-or-n-p and yes-or-no-p.
2510
2511 2011-01-08 Andreas Schwab <schwab@linux-m68k.org>
2512
2513 * progmodes/compile.el (compilation-error-regexp-alist-alist)
2514 [gcc-include]: Tighten file name match, add match for column
2515 number. (Bug#7806)
2516 [gnu]: Remove unused group.
2517
2518 2011-01-08 Glenn Morris <rgm@gnu.org>
2519
2520 * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
2521
2522 * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
2523
2524 2011-01-07 Sam Steingold <sds@gnu.org>
2525
2526 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
2527 the `explicit-shell-file-name' because that is the
2528 non-interactive shell.
2529
2530 2011-01-07 Chong Yidong <cyd@stupidchicken.com>
2531
2532 * subr.el (y-or-n-p): Accept format string args.
2533
2534 2011-01-07 Glenn Morris <rgm@gnu.org>
2535
2536 * Makefile.in (EMACSOPT): Add --no-site-lisp.
2537
2538 2011-01-06 Ken Manheimer <ken.manheimer@gmail.com>
2539
2540 * allout.el (allout-back-to-current-heading): Ensure return to
2541 the visible containing topic, rather than a collapsed one.
2542 (allout-view-change-hook): Remove hook that was deprecated long ago.
2543 (allout-exposure-change-hook): Remove documentation remarks
2544 concerning removed allout-view-change-hook.
2545 (allout-flag-region): Remove invocation of and documentation
2546 remarks concerning allout-view-change-hook.
2547
2548 2011-01-06 Glenn Morris <rgm@gnu.org>
2549
2550 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
2551 (vc-bzr-annotate-extract-revision-at-line):
2552 Handle authors with embedded spaces. (Bug#7792)
2553
2554 2011-01-05 Tassilo Horn <tassilo@member.fsf.org>
2555
2556 * doc-view.el (doc-view-image-width): New variable.
2557 (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
2558 backend for PNG images, and do dynamic rescaling instead of
2559 reconverting the whole doc.
2560
2561 2011-01-05 Glenn Morris <rgm@gnu.org>
2562
2563 * emacs-lisp/rx.el (rx-repeat): Replace CL function.
2564
2565 2011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
2566
2567 * allout.el: Reconcile with changes in line movement behavior for
2568 long text lines that cross more than a single physical window
2569 line, ie when truncate-lines is nil.
2570 (allout-next-visible-heading): Provide for change in line-move
2571 behavior on long lines when truncate-lines is nil. In that case,
2572 line-move can wind up on the same textual line when it moves to
2573 the next window line, and moving to the bullet position after the
2574 move yields zero advancement. Add logic to detect and compensate
2575 for the lack of progress.
2576 (allout-current-topic-collapsed-p): move-end-of-line respect for
2577 field boundaries is different when operating with body lines
2578 shorter than window width versus ones greater than window width,
2579 which can yield false negatives in this function. Avoid
2580 difference by applying move-end-of-line while field-text-motion is
2581 inhibited.
2582
2583 2011-01-04 Glenn Morris <rgm@gnu.org>
2584
2585 * textmodes/rst.el (rst-compile-toolsets):
2586 Add pdf and s5 to option alist.
2587
2588 2011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2589
2590 * net/dbus.el (dbus-register-property): Add optional parameter
2591 dont-register-service. Updated docstring accordingly.
2592
2593 2011-01-04 Andreas Schwab <schwab@linux-m68k.org>
2594
2595 * textmodes/rst.el (rst-compile-pdf-preview)
2596 (rst-compile-slides-preview): Remove extra line.
2597
2598 2011-01-04 Glenn Morris <rgm@gnu.org>
2599
2600 * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
2601 Add `pdf' and `s5' entries. Use `prog.py' if found, otherwise
2602 default to `prog' without a .py extension.
2603 (rst-compile-pdf-preview, rst-compile-slides-preview):
2604 Use program names from rst-compile-toolsets, rather than hard-coding.
2605 (rst-portable-mark-active-p): Fix presumed typo.
2606
2607 2011-01-02 Eli Zaretskii <eliz@gnu.org>
2608
2609 * term/w32-win.el (dynamic-library-alist): Set up correctly for
2610 libpng versions both before and after 1.4.0. (Bug#7716)
2611
2612 2011-01-02 Eli Zaretskii <eliz@gnu.org>
2613
2614 * time.el (display-time-mode): Mention display-time-interval in
2615 the doc string. (Bug#7713)
2616
2617 2011-01-02 Kenichi Handa <handa@m17n.org>
2618
2619 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
2620 condition-case and return an error message string if something
2621 goes wrong.
2622 (rmail-show-mime): Adjust for the above change. Insert the
2623 header by rmail-mime-insert-header.
2624
2625 2011-01-02 Kenichi Handa <handa@m17n.org>
2626
2627 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
2628 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
2629 (rmail-mime-mbox-buffer)
2630 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
2631 (rmail-mime-entity): Argument changed. All codes handling an
2632 entity object are changed.
2633 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
2634 the above change.
2635 (rmail-mime-entity-children, rmail-mime-entity-handler)
2636 (rmail-mime-entity-tagline): New functions.
2637 (rmail-mime-message-p): New function.
2638 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
2639 (rmail-mime-entity-segment, rmail-mime-next-item)
2640 (rmail-mime-previous-item, rmail-mime-shown-mode)
2641 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
2642 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
2643 (rmail-mime-insert-tagline, rmail-mime-insert-header):
2644 New functions.
2645 (rmail-mime-text-handler): Call rmail-mime-insert-text.
2646 (rmail-mime-insert-decoded-text): New function.
2647 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
2648 (rmail-mime-insert-image): Argument changed. Caller changed.
2649 (rmail-mime-image): Call rmail-mime-toggle-hidden.
2650 (rmail-mime-set-bulk-data): New function.
2651 (rmail-mime-insert-bulk): Argument changed.
2652 (rmail-mime-multipart-handler): Return t.
2653 (rmail-mime-process-multipart): Argument changed.
2654 Handle "multipart/alternative" here.
2655 (rmail-mime-process): Argument changed.
2656 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
2657 (rmail-mime-insert): Argument changed. Handle raw display mode.
2658 (rmail-mime): Argument changed. Handle toggling of raw display
2659 mode.
2660 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
2661 rmail-mime-view-buffer.
2662 (rmail-insert-mime-forwarded-message): Likewise.
2663 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
2664
2665 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
2666 non-nil, handle the header in rmail-show-mime-function.
2667
2668 2011-01-02 Leo <sdl.web@gmail.com>
2669
2670 * help-fns.el (describe-variable): Fix previous change.
2671
2672 2011-01-02 Juri Linkov <juri@jurta.org>
2673
2674 * isearch.el (isearch-lazy-highlight-error): New variable.
2675 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
2676 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
2677 to the current value of `isearch-error' (Bug#7468).
2678
2679 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
2680
2681 * help-fns.el (describe-variable): Don't emit trailing whitespace
2682 (Bug#7511).
2683
2684 2011-01-02 Chong Yidong <cyd@stupidchicken.com>
2685
2686 * textmodes/rst.el (rst-compile-pdf-preview)
2687 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
2688
2689 2011-01-02 Kevin Gallagher <Kevin.Gallagher@boeing.com>
2690
2691 * emulation/edt-mapper.el: Override mapping of function keys so
2692 that the later call to read-key-sequence works.
2693
2694 2011-01-02 Eli Zaretskii <eliz@gnu.org>
2695
2696 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
2697 Unix EOLs. (Bug#7589)
2698
2699 2011-01-02 Leo <sdl.web@gmail.com>
2700
2701 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
2702 if point is not behind eshell-last-output-end (Bug#7585).
2703
2704 2011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
2705
2706 * files.el (file-local-variables-alist):
2707 Make permanent-local (bug#7767).
2708
2709 2011-01-02 Glenn Morris <rgm@gnu.org>
2710
2711 * version.el (emacs-copyright): Set short copyright year to 2011.
2712
2713 2011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2714
2715 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
2716 an existing temp buffer. (Bug#7746)
2717
2718 2011-01-02 Glenn Morris <rgm@gnu.org>
2719
2720 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
2721 multiple addresses. (Bug#7760)
2722
2723 2011-01-01 Ken Manheimer <ken.manheimer@gmail.com>
2724
2725 * allout.el (allout-auto-fill): Do not infinitely recurse - use
2726 do-auto-fill if everything points back to allout-auto-fill.
2727 (allout-mode-deactivate-hook): Declare obsolete, in favor of
2728 standard-formed minor-mode deactivate hook, allout-mode-off-hook.
2729
2730 2010-12-31 Michael Albinus <michael.albinus@gmx.de>
2731
2732 * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
2733 and "scpx".
2734
2735 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2736
2737 * doc-view.el (doc-view-set-doc-type): New function refactored
2738 from doc-view-mode.
2739 (doc-view-fallback-mode): New function.
2740 (doc-view-mode): Use it.
2741 (doc-view-mode-maybe): New function that checks if doc-view-mode
2742 can be used and falls back to the next best mode otherwise.
2743
2744 * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
2745 DVI, OpenDocument, and MS Office files.
2746
2747 2010-12-30 Andreas Schwab <schwab@linux-m68k.org>
2748
2749 * emacs-lisp/rx.el (rx-syntax): Fix typo.
2750
2751 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2752
2753 * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
2754 on a copy of auto-mode-alist, because that deletes with side
2755 effects.
2756
2757 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2758
2759 * doc-view.el (doc-view-mode, doc-view-toggle-display):
2760 Use normal-mode without doc-view-mode bindings in auto-mode-alist as
2761 fallback instead of hard coding fundamental mode.
2762
2763 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2764
2765 * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
2766 Office) files also for searching.
2767
2768 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2769
2770 * doc-view.el: Implement viewing of OpenDocument (and Microsoft
2771 Office) files. Not yet enabled via auto-mode-list.
2772 (doc-view-unoconv-program): New custom variable.
2773 (doc-view-mode-p): Handle new odf document type.
2774 (doc-view-odf->pdf): New conversion function.
2775 (doc-view-convert-current-doc): Call it for odf files.
2776 (doc-view-mode): Recognize newly supported file extensions.
2777
2778 2010-12-30 Michael Albinus <michael.albinus@gmx.de>
2779
2780 * net/tramp.el (tramp-default-method-alist)
2781 (tramp-default-user-alist)
2782 (tramp-local-host-regexp, tramp-prefix-domain-format)
2783 (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
2784
2785 * net/tramp-ftp.el:
2786 * net/tramp-gvfs.el:
2787 * net/tramp-gw.el:
2788 * net/tramp-imap.el:
2789 * net/tramp-sh.el:
2790 * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
2791 code of `tramp-default-method-alist' and `tramp-default-user-alist'.
2792
2793 2010-12-29 Karl Fogel <kfogel@red-bean.com>
2794
2795 * saveplace.el (save-place-alist-to-file): Save list sorted and
2796 pretty-printed, so that it is mergeable by line-based text merging,
2797 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
2798
2799 2010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
2800
2801 * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
2802 (allout-mode): Argument "toggle" => "force".
2803 Refine the docstring.
2804 Remove special provisions for reactivation, besides the 'force'
2805 argument.
2806 Consolidate layout provisions coce directly into the activation
2807 condition branch, now that we've removed those provisions.
2808 (allout-unload-function): Explicitly activate the mode before
2809 deactivating, if it's initially deactivated.
2810 (allout-set-buffer-multibyte): Properly prevent byte-compiler
2811 warnings for version of function used only where
2812 set-buffer-multibyte is unavailable.
2813
2814 2010-12-28 Chong Yidong <cyd@stupidchicken.com>
2815
2816 * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
2817 are handled by the menu-bar entries. As before, don't use
2818 :visibile to avoid changing the tool-bar.
2819
2820 2010-12-27 Michael Albinus <michael.albinus@gmx.de>
2821
2822 * net/secrets.el (secrets-delete-alias): New defun.
2823
2824 2010-12-27 Michael Albinus <michael.albinus@gmx.de>
2825
2826 * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
2827 methods, otherwise ~/.ssh/config would be ignored.
2828
2829 2010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
2830
2831 * emacs-lisp/rx.el: Make it a superset of sregex.
2832 (rx-constituents): Add `any => "."', mark `repeat' as taking any number
2833 of args, add `regex' alias.
2834 (rx-info): Add arg to distinguish head and standalone forms.
2835 (rx-check, rx-form): Pass the corresponding arg.
2836 (rx-**): Simplify.
2837 (rx-repeat): Make it work for any number of args.
2838 (rx-syntax): Make it accept syntax chars as is.
2839 * obsolete/sregex.el: Move from emacs-lisp/.
2840 * emacs-lisp/re-builder.el: Remove sregex support.
2841 * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
2842
2843 2010-12-25 Eli Zaretskii <eliz@gnu.org>
2844
2845 * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
2846 PRIMARY first, then the clipboard. (Bug#7699)
2847
2848 2010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
2849
2850 * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
2851 print-number-table.
2852
2853 2010-12-21 Chong Yidong <cyd@stupidchicken.com>
2854
2855 * help-fns.el (find-lisp-object-file-name): Locate .emacs from
2856 .emacs.elc (Bug#7530).
2857
2858 * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
2859 image spec (Bug#7480).
2860
2861 2010-12-21 Daiki Ueno <ueno@unixuser.org>
2862
2863 * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
2864 * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
2865 Move from lisp/.
2866
2867 2010-12-20 Leo <sdl.web@gmail.com>
2868
2869 * dnd.el (dnd-get-local-file-name): Unhex of file name shall
2870 always be performed (Bug#7680).
2871
2872 2010-12-20 Chong Yidong <cyd@stupidchicken.com>
2873
2874 * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
2875 (menu-bar-edit-menu): Bind "Copy" to kill-ring-save. Don't use
2876 mouse-region-match.
2877
2878 * color.el: Move from gnus/.
2879
2880 * vc/diff.el (diff-better-file-name): Function deleted.
2881 abbreviating file names causes problems with shell-quote-argument.
2882 (diff-no-select): Just use expand-file-name.
2883
2884 * tool-bar.el (tool-bar--image-expression): New function.
2885 (tool-bar-local-item, tool-bar--image-exp): Use it.
2886 (tool-bar-setup): Initialize tool-bar-separator-image-expression.
2887 Use :enable instead of :visible to avoid changing the tool-bar
2888 configuration unnecessarily.
2889
2890 * info.el (info-tool-bar-map): Add separators.
2891
2892 2010-12-17 Ken Brown <kbrown@cornell.edu>
2893
2894 * loadup.el: Use version numbers in Cygwin build.
2895
2896 2010-12-17 Ryan Twitchell <metatheorem@gmail.com> (tiny change)
2897
2898 * ido.el (ido-file-internal): Ask for confirmation before
2899 overwriting an existing file (Bug#1238).
2900
2901 2010-12-16 Chong Yidong <cyd@stupidchicken.com>
2902
2903 * tool-bar.el (tool-bar-setup): Add separators.
2904
2905 * menu-bar.el (featurep): Use menu-bar-separator.
2906
2907 2010-12-16 Ken Manheimer <ken.manheimer@gmail.com>
2908
2909 Migrate allout encryption provisions from pgg to epg.
2910
2911 * allout.el (allout-toggle-current-subtree-encryption)
2912 (allout-toggle-subtree-encryption): Adjust docstrings to reflect
2913 defaulting policy and other changes. Change fetch-pass to keymode-cue,
2914 for simpler universal argument interpretation.
2915 (allout-toggle-subtree-encryption): Adjust docstring to describe
2916 changed encryption provisions. Change fetch-pass to keymode-cue, for
2917 simpler universal argument interpretation. Remove provisions for
2918 handling key type and identity - they'll all be within
2919 allout-encrypt-string or epg/epg or even contained all the way in gpg.
2920 (allout-encrypt-string): Include keymode-cue, for optionally prompting
2921 for keypair recipients (universal argument > 1) and, in addition,
2922 associating the specified recipients with the outline (universal
2923 argument > 4) using a file local variable setting for
2924 'epa-file-encrypt-to'.
2925 Require epa, for recipients handling.
2926 Change how regexp filtering elements are named.
2927 Describe the problem with caching of incorrect symmetric-decryption
2928 keys.
2929 Use the epa-passphrase-callback-function, in case the user is using
2930 GnuPG v1.
2931 Support saving of the selected keypair recipients when invoked with a
2932 keymode-cue > 4.
2933 Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
2934 Require 'epa.
2935 Establish epg-context with armoring and default epg-protocol.
2936 Remove all passphrase cache, verification, and hinting code.
2937 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
2938 No longer used, delete.
2939 (allout-mode): Adjust docstring to describe changed encryption
2940 provisions. Describe the problem with caching of incorrect
2941 symmetric-decryption keys.
2942 (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
2943 (allout-make-passphrase-state, allout-passphrase-state-passphrase)
2944 (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
2945 (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
2946 Obsolete, remove.
2947
2948 2010-12-16 Daiki Ueno <ueno@unixuser.org>
2949
2950 * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
2951 key selection prompt; make 'silent as default (Bug#7487).
2952
2953 2010-12-16 Leo <sdl.web@gmail.com>
2954
2955 * eshell/eshell.el (eshell-directory-name):
2956 Use locate-user-emacs-file (Bug#7578).
2957
2958 2010-12-15 Glenn Morris <rgm@gnu.org>
2959
2960 * loadup.el (symbol-file-load-history-loaded): Remove; unused.
2961
2962 2010-12-15 Jari Aalto <jari.aalto@cante.net>
2963 Scott Evans <gse@antisleep.com>
2964
2965 * rect.el (rectange--default-line-number-format)
2966 (rectangle-number-line-callback): New functions.
2967 (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
2968
2969 2010-12-15 Chong Yidong <cyd@stupidchicken.com>
2970
2971 * rect.el (operate-on-rectangle-lines, string-rectangle-string):
2972 Delete unused variables.
2973 (move-to-column-force): Remove function obsolete since 21.2.
2974
2975 2010-12-14 Michael Albinus <michael.albinus@gmx.de>
2976
2977 * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
2978 (tramp-handle-insert-file-contents): Do not set permanent-local
2979 property.
2980
2981 * net/tramp-cache.el (tramp-persistency-file-name):
2982 Use `locate-user-emacs-file' if fboundp.
2983
2984 * net/tramp-sh.el (tramp-methods): Add "ksu".
2985 (tramp-default-user-alist): Add "ksu". Use `regexp-opt' for
2986 method list.
2987
2988 2010-12-14 Glenn Morris <rgm@gnu.org>
2989
2990 * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
2991 (find-tag-marker-ring): Declare.
2992 (js-find-symbol): Require etags.
2993
2994 * mail/sendmail.el: Don't require rmail or mailalias when compiling.
2995 Require mail-utils.
2996 (mail-alias-file): Don't autoload. Doc fix.
2997 (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
2998 (mail-mailer-swallows-blank-line): Default to nil. Doc fix.
2999 Mark as obsolete, and risky.
3000 (mail-setup): Simplify.
3001
3002 * mail/mailalias.el (build-mail-aliases): Make it interactive.
3003 * mail/sendmail.el (build-mail-aliases): Update autoload.
3004
3005 * dired.el (dired-trivial-filenames, dired-chown-program)
3006 (dired-auto-revert-buffer): Remove autoload cookies.
3007 * mail/sendmail.el (mail-recover-1): Require 'dired.
3008
3009 * dired.el (dired-subdir-switches, dired-chown-program)
3010 (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
3011 Make into defcustoms.
3012 (dired-chown-program): Simplify initialization.
3013
3014 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
3015
3016 2010-12-13 Romain Francoise <romain@orebokech.com>
3017
3018 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
3019
3020 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3021
3022 * net/netrc.el (netrc-point-at-eol): Remove the unused
3023 netrc-point-at-old and netrc-bound-and-true-p bindings.
3024 (netrc-parse): Cache the netrc contents.
3025
3026 2010-12-13 Eli Zaretskii <eliz@gnu.org>
3027
3028 * subr.el (posn-col-row): Evaluate header-line-format in the
3029 context of the POSITION window's buffer.
3030
3031 2010-12-13 Glenn Morris <rgm@gnu.org>
3032
3033 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
3034 (with-silent-modifications): Doc fixes.
3035
3036 2010-12-13 Michael Albinus <michael.albinus@gmx.de>
3037
3038 * net/tramp.el (tramp-action-password, tramp-process-actions):
3039 Revert previous from. Use `save-restriction'.
3040
3041 2010-12-13 Stephen Berman <stephen.berman@gmx.net>
3042
3043 * calendar/diary-lib.el (diary-list-sexp-entries):
3044 Handle case of no newline at end of file. (Bug#7536)
3045
3046 2010-12-13 Glenn Morris <rgm@gnu.org>
3047
3048 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
3049
3050 2010-12-13 Michael Albinus <michael.albinus@gmx.de>
3051
3052 * net/tramp.el (tramp-action-password): Delete region, do not narrow.
3053 (tramp-process-actions): Do not widen.
3054
3055 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3056 Protect buffer-modified value. (Bug#7557)
3057
3058 2010-12-13 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
3059
3060 * log-edit.el (log-edit-changelog-entries):
3061 Regexp quote filename. (Bug#7505)
3062
3063 2010-12-13 Tom Breton <tehom@panix.com>
3064
3065 * cus-edit.el (custom-save-all):
3066 Bind print-length and print-level to nil. (Bug#7581)
3067
3068 2010-12-13 Glenn Morris <rgm@gnu.org>
3069
3070 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
3071 Run hooks to update menu contents. (Bug#7586)
3072
3073 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
3074 file names, for the sake of MS Windows. (Bug#7588)
3075
3076 2010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3077
3078 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
3079 empty lines without a leading space.
3080
3081 2010-12-13 Leo <sdl.web@gmail.com>
3082
3083 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
3084 while mapping over marks (Bug#6810).
3085
3086 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
3087
3088 * image-dired.el (image-dired-db-file)
3089 (image-dired-temp-image-file, image-dired-gallery-dir)
3090 (image-dired-temp-rotate-image-file): Set default values relative
3091 to image-dired-dir (Bug#7518).
3092
3093 2010-12-13 Lawrence Mitchell <wence@gmx.li>
3094
3095 * format.el (format-decode-run-method): Pass args FROM and TO, not
3096 point-min and point-max, to shell-command-on-region (Bug#7488).
3097
3098 2010-12-13 Jan Djärv <jan.h.d@swipnet.se>
3099
3100 * frame.el (blink-cursor-mode): Make default t for ns.
3101
3102 2010-12-13 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3103
3104 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3105
3106 2010-12-13 Chong Yidong <cyd@stupidchicken.com>
3107
3108 * comint.el (comint-dynamic-list-input-ring)
3109 (comint-dynamic-complete-filename)
3110 (comint-replace-by-expanded-filename)
3111 (comint-dynamic-simple-complete)
3112 (comint-dynamic-list-filename-completions)
3113 (comint-dynamic-list-completions): Doc fix (Bug#7499).
3114
3115 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
3116 Doc fix (Bug#7471).
3117
3118 2010-12-13 Martin Rudalics <rudalics@gmx.at>
3119
3120 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
3121 (Bug#7533).
3122
3123 2010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
3124
3125 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
3126 (Bug#7491).
3127
3128 2010-12-13 Eli Zaretskii <eliz@gnu.org>
3129
3130 * files.el (file-relative-name): Handle UNC file names on
3131 DOS/Windows. (Bug#4674)
3132
3133 2010-12-13 Daiki Ueno <ueno@unixuser.org>
3134
3135 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3136 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3137 (epg-context-set-passphrase-callback): Mention that the callback
3138 is not called when used with GnuPG 2.x.
3139
3140 2010-12-13 Glenn Morris <rgm@gnu.org>
3141
3142 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
3143 Ensure ps-footer-font-size-internal is initialized.
3144 Call ps-get-page-dimensions before trying to use ps-font-for-text.
3145
3146 2010-12-13 Kenichi Handa <handa@m17n.org>
3147
3148 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
3149 within condition-case.
3150 (rmail-show-mime): Don't use condition-case.
3151 (rmail-search-mime-message): New function.
3152 (rmail-search-mime-message-function): Set to
3153 rmail-search-mime-message.
3154
3155 2010-12-13 Leo <sdl.web@gmail.com>
3156
3157 * ido.el (ido-common-initialization): New function. (bug#3274)
3158 (ido-mode): Use it.
3159 (ido-completing-read): Call it.
3160
3161 2010-12-12 Karl Fogel <kfogel@red-bean.com>
3162
3163 * bookmark.el (bookmark-name-from-full-record): Rename back to
3164 this original name from `bookmark-name-from-record' reverting part
3165 of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
3166 As Drew Adams pointed out, there was no reason to cause churn for
3167 third-party callers. (Bug#7609)
3168
3169 2010-12-12 Alan Mackenzie <acm@muc.de>
3170
3171 * progmodes/cc-engine.el (c-forward-type): Before scanning a
3172 template arglist, check that the current language supports this.
3173
3174 2010-12-11 Glenn Morris <rgm@gnu.org>
3175
3176 * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
3177 state of the file matches. (Bug#7544)
3178 (vc-bzr-register, vc-bzr-checkin)
3179 (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
3180 (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
3181
3182 * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
3183
3184 2010-12-11 Karel Klíč <kklic@redhat.com>
3185
3186 * files.el (auto-mode-alist): Use html-mode for *.xhtml. (Bug#7606)
3187
3188 2010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3189
3190 Derive from prog-mode, use derived-mode-p, and fix up various
3191 minor style issues in lisp/progmodes.
3192
3193 * progmodes/vhdl-mode.el (vhdl-mode):
3194 * progmodes/verilog-mode.el (verilog-mode):
3195 * progmodes/vera-mode.el (vera-mode):
3196 * progmodes/sql.el (sql-mode):
3197 * progmodes/scheme.el (scheme-mode):
3198 * progmodes/perl-mode.el (perl-mode):
3199 * progmodes/octave-inf.el (inferior-octave-mode):
3200 * progmodes/autoconf.el (autoconf-mode):
3201 * progmodes/m4-mode.el (m4-mode):
3202 * progmodes/inf-lisp.el (inferior-lisp-mode):
3203 * progmodes/idlwave.el (idlwave-mode):
3204 * progmodes/icon.el (icon-mode):
3205 * progmodes/idlw-help.el (idlwave-help-mode):
3206 * progmodes/dcl-mode.el (dcl-mode):
3207 * progmodes/idlw-shell.el (idlwave-shell-mode):
3208 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
3209 (ebrowse-member-mode, ebrowse-electric-position-mode):
3210 Use define-derived-mode.
3211
3212 * progmodes/xscheme.el (exit-scheme-interaction-mode)
3213 (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
3214 (xscheme-debugger-mode-p, xscheme-send-string-1):
3215 * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
3216 (tcl-load-file, tcl-restart-with-file):
3217 * progmodes/ps-mode.el (ps-run-running):
3218 * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
3219 * progmodes/js.el (js--get-all-known-symbols):
3220 * progmodes/inf-lisp.el (inferior-lisp-proc):
3221 * progmodes/idlwave.el (idlwave-beginning-of-statement)
3222 (idlwave-template, idlwave-update-buffer-routine-info)
3223 (idlwave-update-current-buffer-info)
3224 (idlwave-get-routine-info-from-buffers, idlwave-choose)
3225 (idlwave-scan-class-info, idlwave-fix-keywords)
3226 (idlwave-list-buffer-load-path-shadows):
3227 * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
3228 (idlwave-toolbar-remove):
3229 * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
3230 (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
3231 (idlwave-shell-menu-def):
3232 * progmodes/idlw-complete-structtag.el
3233 (idlwave-prepare-structure-tag-completion):
3234 * progmodes/gud.el (gud-set-buffer):
3235 * progmodes/f90.el (f90-backslash-not-special):
3236 * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
3237
3238 * progmodes/xscheme.el (xscheme-start)
3239 (local-set-scheme-interaction-buffer, scheme-interaction-mode):
3240 * progmodes/which-func.el (which-function):
3241 * progmodes/vhdl-mode.el (vhdl-set-style):
3242 * progmodes/verilog-mode.el (verilog-set-compile-command)
3243 (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
3244 (verilog-set-define, verilog-auto-reeval-locals):
3245 * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
3246 * progmodes/simula.el (simula-mode):
3247 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
3248 * progmodes/python.el (python-check, python-mode):
3249 * progmodes/prolog.el (prolog-mode-variables):
3250 * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
3251 * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
3252 * progmodes/delphi.el (delphi-mode):
3253 * progmodes/cc-styles.el (c-setup-paragraph-variables):
3254 * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
3255 (c-font-lock-init): Move make-local-variable to their setq.
3256
3257 * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
3258 (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
3259 make-local-hook.
3260 * progmodes/sh-script.el (sh-require-final-newline): Remove.
3261 (sh-set-shell): Don't set require-final-newline since it's already done
3262 by prog-mode.
3263 * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
3264 since we never set it.
3265 * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
3266 Use read-string and standard prompt.
3267 * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
3268 * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
3269 (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
3270 (meta-common-mode-map): Rename from meta-mode-map.
3271 Remove C-m binding, which is a user preference, not mode specific.
3272 (meta-common-mode): New major mode; replace meta-common-initialization.
3273 * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
3274 around with font-lock.
3275 * progmodes/etags.el (select-tags-table-mode):
3276 Derive from special-mode.
3277 * progmodes/octave-mod.el (octave-mode):
3278 * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
3279 (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
3280 (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
3281 Let define-derived-mode do its job.
3282 * progmodes/cpp.el (cpp-edit-mode-map):
3283 Move initialization into declaration.
3284 (cpp-edit-mode): Use define-derived-mode.
3285 (cpp-edit-load): Use derived-mode-p.
3286 * progmodes/mixal-mode.el (mixal-mode):
3287 * progmodes/f90.el (f90-mode):
3288 * progmodes/cfengine.el (cfengine-mode): Don't bother setting
3289 require-final-newline since prog-mode does it already.
3290 * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
3291 * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
3292 * progmodes/antlr-mode.el: Require cc-mode upfront.
3293 (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
3294 the declaration.
3295 (antlr-directory-dependencies, antlr-show-makefile-rules):
3296 Use derived-mode-p.
3297 (antlr-language-option): Don't assume point-min==1.
3298 (antlr-mode): Use define-derived-mode.
3299 * progmodes/ada-mode.el: Use derived-mode-p.
3300 (ada-mode): Use define-derived-mode.
3301 Use hack-local-variables-hook.
3302
3303 2010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3304
3305 * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
3306 (texinfo-mode): Don't disable adaptive-fill-mode.
3307 (texinfo-insert-block): Adjust cursor placement for blocks with arg.
3308 (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
3309 (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
3310 (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
3311 (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
3312 (texinfo-insert-@quotation, texinfo-insert-@samp)
3313 (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
3314 (texinfo-insert-@uref): Use define-skeleton.
3315 (texinfo-insert-@-with-arg): Delete.
3316
3317 2010-12-10 Eli Zaretskii <eliz@gnu.org>
3318
3319 * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
3320 nil, do quote archive member names. (Bug#6144)
3321
3322 2010-12-10 Glenn Morris <rgm@gnu.org>
3323
3324 * files.el (diff-no-select): Declare.
3325
3326 * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
3327 (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
3328
3329 * comint.el (comint-input-ring-file-name): Doc fix.
3330
3331 2010-12-09 Eli Zaretskii <eliz@gnu.org>
3332
3333 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
3334 New functions.
3335 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
3336 Use them instead of `nil' and `>', respectively.
3337 (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
3338 instead of `nil'.
3339 (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
3340 and menu-bar-positive-p instead of `nil' and `>', respectively.
3341 (Bug#1077)
3342
3343 2010-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3344
3345 * whitespace.el (whitespace-newline-mode): Code fix.
3346
3347 2010-12-09 Glenn Morris <rgm@gnu.org>
3348
3349 * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
3350 Rename functions without commas, update callers.
3351
3352 2010-12-08 Jeff Dairiki <dairiki@dairiki.org> (tiny change)
3353
3354 * whitespace.el (whitespace-cleanup-region):
3355 Clean up spaces before tabs. (Bug#7582)
3356
3357 2010-12-08 Karl Fogel <kfogel@red-bean.com>
3358
3359 * bookmark.el: Adjust parameter names and doc strings to resolve
3360 confusion over whether "bookmark" meant a bookmark name or a
3361 bookmark record. Along the way, shorten one function's name for
3362 similar reasons. (Issue #7548)
3363 (bookmark-name-from-record): New name for
3364 `bookmark-name-from-full-record'. All callers changed.
3365 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3366 (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
3367 (bookmark-get-annotation, bookmark-set-annotation)
3368 (bookmark-get-filename, bookmark-set-filename)
3369 (bookmark-get-position, bookmark-set-position)
3370 (bookmark-get-front-context-string, bookmark-set-front-context-string)
3371 (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
3372 (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
3373 (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
3374 Rename `bookmark' parameter to `bookmark-name-or-record', to
3375 clearly show its role, and shorten or adjust doc strings accordingly.
3376 (bookmark-set-name): Same, and pass the parameter directly to
3377 `bookmark-get-bookmark' instead of redundantly doing the callee's work.
3378 (bookmark-default-annotation-text, bookmark-send-edited-annotation)
3379 (bookmark-relocate, bookmark-insert-location, bookmark-insert)
3380 (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
3381 and in some cases shorten doc string accordingly.
3382 (bookmark-rename): Change `old' and `new' parameters to `old-name'
3383 and `new-name', and adjust an internal variable to avoid confusion.
3384 (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
3385 parameter in doc string.
3386
3387 2010-12-08 Glenn Morris <rgm@gnu.org>
3388
3389 * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
3390 from gdb's history file. (Bug#7575)
3391
3392 * mail/emacsbug.el (report-emacs-bug):
3393 Try to handle some other mail clients.
3394
3395 2010-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3396
3397 * files.el (dir-locals-collect-variables): Don't let errors stop us.
3398 Use string-prefix-p.
3399 (file-name-version-regexp): New var.
3400 (file-name-sans-versions):
3401 * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
3402 (jka-compr-get-compression-info): Use dolist.
3403 (jka-compr-compression-info-list): Don't bother specifying
3404 version/backup regexps.
3405
3406 2010-12-07 Tassilo Horn <tassilo@member.fsf.org>
3407
3408 * simple.el (just-one-space): Make argument n default to 1 if
3409 omitted.
3410
3411 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3412
3413 * electric.el (electric-indent-post-self-insert-function):
3414 Delete trailing newlines even if we don't reindent.
3415
3416 2010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3417
3418 * minibuffer.el (completion-at-point): Remove the `arg'.
3419 * bindings.el (complete-symbol): Move back from minibuffer.el.
3420
3421 2010-12-06 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3422
3423 * simple.el (just-one-space): Delete newlines for negative arg.
3424
3425 2010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3426
3427 * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
3428 (ansi-color-filter-apply): Simplify.
3429 (ansi-color-apply): Use `font-lock-face' rather than `face'.
3430
3431 2010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3432
3433 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3434
3435 2010-12-04 Chong Yidong <cyd@stupidchicken.com>
3436
3437 * dired.el (dired-use-ls-dired): Set default to a special
3438 "unspecified" value.
3439 (dired-insert-directory): When called the first time, check
3440 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
3441
3442 2010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
3443
3444 * replace.el: Add "collect" feature to occur.
3445 (occur-collect-regexp-history): New var.
3446 (occur-read-primary-args): Return a replace string for nlines,
3447 if needed.
3448 (occur): Extend the meaning of nlines.
3449
3450 2010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3451
3452 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
3453 (which-func-update-1): Distinguish symbols from strings.
3454 (which-function): Stay within 80 columns.
3455
3456 2010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3457
3458 * subr.el (with-demoted-errors): Distinguish symbols from strings.
3459
3460 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
3461 Improve docstring.
3462 (comment-style): Use comment-styles's docs to describe values.
3463
3464 2010-12-03 Jan Djärv <jan.h.d@swipnet.se>
3465
3466 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
3467 and ns-show-prefs (Bug#7535).
3468
3469 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
3470 bindings (Bug#7535).
3471
3472 2010-12-03 Glenn Morris <rgm@gnu.org>
3473
3474 * nxml/nxml-mode.el: Require rng-nxml.
3475 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
3476 Remove declarations.
3477
3478 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
3479 * nxml/rng-nxml.el, nxml/rng-valid.el:
3480 Remove leading `*' from defcustom docs.
3481
3482 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3483 (normal-top-level-add-to-load-path, tty-handle-args):
3484 Convert comments to basic doc-strings.
3485
3486 * net/browse-url.el (browse-url-url-at-point)
3487 (browse-url-default-browser): Remove autoload cookies.
3488
3489 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3490 Remove more undefined cl functions.
3491
3492 * vc/diff.el (diff-sentinel): Make new arguments optional.
3493 * ibuf-ext.el (diff-sentinel): Update declaration.
3494
3495 2010-12-03 Daiki Ueno <ueno@unixuser.org>
3496
3497 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3498 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3499 (epg-context-set-passphrase-callback): Mention that the callback
3500 is not called when used with GnuPG 2.x.
3501
3502 2010-12-02 Michael Albinus <michael.albinus@gmx.de>
3503
3504 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
3505 (tramp-file-name-port): Check also for `tramp-default-port'.
3506 (tramp-get-connection-name): New defun.
3507 (tramp-get-connection-process): Use it.
3508 (tramp-debug-message): Extend function exclude list.
3509 (tramp-drop-volume-letter): Fix doc string.
3510
3511 * net/tramp-cmds.el: Remove solved todo item.
3512
3513 * net/tramp-ftp.el:
3514 * net/tramp-gvfs.el:
3515 * net/tramp-gw.el:
3516 * net/tramp-imap.el:
3517 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
3518 and `tramp-default-user-alist', respectively.
3519
3520 * net/tramp-gw.el (tramp-gw-open-connection):
3521 Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
3522
3523 * net/tramp-imap.el (tramp-imap-make-iht): Use just
3524 `tramp-file-name-port'.
3525
3526 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
3527 and "psftp". Exchange "%k" marker with options.
3528 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
3529 Compute size of link target.
3530 (tramp-do-copy-or-rename-file-out-of-band): Move setting of
3531 `tramp-current-*' up due to gateway methods. Optimize computing of
3532 copy arguments. Use `tramp-get-connection-name' and
3533 `tramp-get-connection-buffer'. Improve debug messages.
3534 (tramp-compute-multi-hops): Remove port determination.
3535 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
3536
3537 * net/trampver.el: Update release number.
3538
3539 2010-12-02 Glenn Morris <rgm@gnu.org>
3540
3541 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
3542 Avoid infinite loop over windows. (Bug#7492)
3543
3544 * progmodes/flymake.el (flymake-check-file-limit):
3545 Allow nil to mean "no limit".
3546 (flymake-check-patch-master-file-buffer): Update for above change.
3547 Allow a .tex file-name extension to be optional.
3548 (flymake-master-tex-init): Also match \include statements.
3549
3550 2010-11-30 Sam Steingold <sds@gnu.org>
3551
3552 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
3553 (nxml-parent-document-set): A function to set `nxml-parent-document'.
3554 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
3555 (nxml-mode-hook): Remove `defcustom' (auto-defined by
3556 define-derived-mode').
3557 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
3558 users who want to call `nxml-parent-document-set'.
3559
3560 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
3561
3562 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
3563 stand-alone lines, since that is handled by log-edit-match-to-eoh
3564 (Bug#6465).
3565
3566 2010-11-27 Eduard Wiebe <usenet@pusto.de>
3567
3568 * dired.el (dired-get-filename): Replace backslashes with slashes
3569 in file names on MS-Windows, needed by `locate'. (Bug#7308)
3570 * locate.el (locate-default-make-command-line): Don't consider
3571 drive letter and root directory part of
3572 `directory-listing-before-filename-regexp'. (Bug#7308)
3573 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
3574
3575 2010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3576
3577 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
3578 of :smie-open/close-alist.
3579 (smie-next-sexp): Make it accept a "start token" as argument.
3580 (smie-indent-keyword): Be careful not to misidentify tokens that span
3581 more than one line, as empty lines. Add argument `token'.
3582
3583 2010-11-27 Kenichi Handa <handa@m17n.org>
3584
3585 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
3586 multipart subtypes, insert all as usual.
3587
3588 * mail/rmail.el: Require rfc2047.
3589
3590 2010-11-27 Kenichi Handa <handa@m17n.org>
3591
3592 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
3593 (rmail-mime-entity-disposition)
3594 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
3595 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
3596 (rmail-mime-save): Handle the case that the button's `data' is a
3597 MIME entity.
3598 (rmail-mime-insert-text): New function.
3599 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
3600 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
3601 (rmail-mime-insert-bulk): New function mostly copied from the old
3602 rmail-mime-bulk-handler.
3603 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
3604 (rmail-mime-process-multipart): New function mostly copied from
3605 the old rmail-mime-multipart-handler.
3606 (rmail-mime-show): Just call rmail-mime-process.
3607 (rmail-mime-process): New function mostly copied from the old
3608 rmail-mime-show.
3609 (rmail-mime-insert-multipart, rmail-mime-parse)
3610 (rmail-mime-insert, rmail-show-mime)
3611 (rmail-insert-mime-forwarded-message)
3612 (rmail-insert-mime-resent-message): New functions.
3613 (rmail-insert-mime-forwarded-message-function): Set to
3614 rmail-insert-mime-forwarded-message.
3615 (rmail-insert-mime-resent-message-function): Set to
3616 rmail-insert-mime-resent-message.
3617
3618 * mail/rmailsum.el: Require rfc2047.
3619 (rmail-header-summary): Handle multiline Subject: field.
3620 (rmail-summary-line-decoder): Change the default to
3621 rfc2047-decode-string.
3622
3623 * mail/rmail.el (rmail-enable-mime): Change the default to t.
3624 (rmail-mime-feature): Change the default to `rmailmm'.
3625 (rmail-quit): Delete the specifal code for rmail-enable-mime.
3626 (rmail-display-labels): Likewise.
3627 (rmail-show-message-1): Check rmail-enable-mime, and use
3628 rmail-show-mime-function for a MIME message. Decode the headers
3629 according to RFC2047.
3630
3631 2010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3632
3633 * progmodes/which-func.el (which-func-imenu-joiner-function):
3634 Return a string, as expected.
3635 (which-function-mode): Make sure we stop any previous timer before
3636 starting a new one.
3637
3638 2010-11-27 Michael Albinus <michael.albinus@gmx.de>
3639
3640 * net/tramp.el (tramp-default-method-alist)
3641 (tramp-default-user-alist, tramp-default-proxies-alist):
3642 Adapt custom options type. (Bug#7445)
3643
3644 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
3645
3646 * progmodes/python.el: Add Ipython support (Bug#5390).
3647 (python-shell-prompt-alist)
3648 (python-shell-continuation-prompt-alist): New options.
3649 (python--set-prompt-regexp): New function.
3650 (inferior-python-mode, run-python, python-shell):
3651 Require ansi-color. Use python--set-prompt-regexp to set the comint
3652 prompt based on the Python interpreter.
3653 (python--prompt-regexp): New var.
3654 (python-check-comint-prompt)
3655 (python-comint-output-filter-function): Use it.
3656 (run-python): Use a pipe (Bug#5694).
3657
3658 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
3659
3660 * progmodes/python.el (run-python): Doc fix.
3661 (python-keep-current-directory-in-path): New var (Bug#7454).
3662
3663 2010-11-27 Chong Yidong <cyd@stupidchicken.com>
3664
3665 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3666 Prompt user before actually printing.
3667
3668 2010-11-27 Glenn Morris <rgm@gnu.org>
3669
3670 * startup.el (package-enable-at-startup, package-initialize):
3671 Remove unnecessary declarations.
3672
3673 2010-11-27 Eli Zaretskii <eliz@gnu.org>
3674
3675 * international/characters.el (glyphless-char-display-control):
3676 Exclude newline and TAB from the c0-control group.
3677
3678 2010-11-27 Glenn Morris <rgm@gnu.org>
3679
3680 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
3681 (expand-mail-aliases): Remove unnecessary autoload.
3682
3683 * allout.el (allout-command-prefix, allout-mode-map): Declare.
3684
3685 * shell.el (shell-dir-cookie-re): Move definition before use.
3686
3687 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3688 Replace undefined CL functions.
3689
3690 2010-11-26 Eli Zaretskii <eliz@gnu.org>
3691
3692 * simple.el (prog-mode): Set bidi-paragraph-direction to
3693 left-to-right.
3694
3695 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
3696
3697 2010-11-26 Glenn Morris <rgm@gnu.org>
3698
3699 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
3700 diary-outlook-formats can be sensitive to calendar-date-style.
3701 (diary-outlook-formats): Simplify the default setting.
3702 (diary-from-outlook-internal): Pass subject and body as arguments.
3703 Use dolist rather than dotimes. Don't save the diary buffer.
3704 (diary-from-outlook-gnus, diary-from-outlook-rmail):
3705 Pass subject and body as explicit arguments to the -internal function.
3706
3707 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3708
3709 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
3710 parsing them. This makes mailto:...?subject=foo\nbar work.
3711
3712 2010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3713
3714 * vc/diff.el (diff): Fix last change.
3715
3716 2010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3717
3718 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
3719 (pcase--dontcare-upats): New var.
3720 (pcase-let, pcase-let*): Generate better code.
3721 Accept the same bodies as `let'.
3722 (pcase-dolist): New macro.
3723 (pcase--trivial-upat-p): New helper function.
3724 (pcase--expand): Strip leading "(let nil" if any.
3725
3726 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3727
3728 * mail/mailclient.el (browse-url): Require.
3729 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
3730 use the external browser function to send the mail (bug#7469).
3731
3732 * net/browse-url.el (browse-url-browser-function): Revert the
3733 default back to the previous value, since the new value broke
3734 mailclient.el.
3735 (browse-url-mailto-function): New variable for mailto: URLs.
3736 (browse-url): Use the new variable for mailto: URLs.
3737
3738 2010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3739
3740 * eshell/esh-cmd.el (eshell-parse-command):
3741 * eshell/esh-arg.el (eshell-parse-arguments):
3742 * eshell/em-script.el (eshell-source-file):
3743 Use with-silent-modifications.
3744
3745 2010-11-23 Chong Yidong <cyd@stupidchicken.com>
3746
3747 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
3748 for a merge location.
3749
3750 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
3751 (vc-bzr-merge-branch): Always prompt.
3752 (vc-bzr-async-command): Use the full branch filename.
3753
3754 2010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3755
3756 * shell.el (shell): Use current-buffer by default if it's already
3757 a shell mode buffer and its process is dead.
3758 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
3759
3760 2010-11-23 Tassilo Horn <tassilo@member.fsf.org>
3761
3762 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
3763 Mention that the keywords should be comma separated.
3764
3765 2010-11-23 Chong Yidong <cyd@stupidchicken.com>
3766
3767 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
3768 Accept optional prefix arg meaning to prompt for a command.
3769 (vc-update): Use vc-BACKEND-pull if available. Accept optional
3770 prefix arg meaning to prompt for a command.
3771 (vc-pull): Alias for vc-update.
3772
3773 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
3774 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
3775 (vc-bzr-merge-branch): New functions, implementing merge-branch
3776 and pull operations.
3777
3778 2010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3779
3780 * Makefile.in: Fix up last merge.
3781
3782 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
3783 (diff-sentinel): Get them as arguments instead.
3784 (diff-old-file, diff-new-file, diff-extra-args): Remove.
3785 (diff-file-local-copy, diff-better-file-name): New funs.
3786 (diff-no-select): Rename from diff-into-buffer.
3787 Support buffers additionally to files. Move `buf' arg. Don't display buf.
3788 Prefer closures to buffer-local variables.
3789 (diff): Adjust accordingly.
3790 (diff-buffer-with-file): Move from files.el.
3791 * files.el (diff-buffer-with-file): Move to vc/diff.el.
3792 (diff-buffer-internal): Remove.
3793 (diff-buffer-buffer): Remove.
3794 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
3795 the buffer name used, and so as not to mess up windows and frames.
3796
3797 2010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3798
3799 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
3800 (diff-buffer-internal): New function extracted from diff-buffer-with-file
3801 (diff-buffer-with-file): Use it.
3802 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
3803 (diff): Use it.
3804
3805 2010-11-22 Tassilo Horn <tassilo@member.fsf.org>
3806
3807 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
3808 \ref's or \pageref's value as default instead of initial input.
3809
3810 2010-11-21 Michael Albinus <michael.albinus@gmx.de>
3811
3812 * files.el (backup-by-copying-when-mismatch): The default value is
3813 now t.
3814
3815 * startup.el (normal-top-level):
3816 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
3817 `backup-by-copying-when-mismatch'.
3818
3819 2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
3820
3821 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
3822
3823 2010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3824
3825 * progmodes/python.el (python-font-lock-keywords):
3826 Highlight top-level augmented assignments (Bug#6445).
3827
3828 2010-11-21 Jan Djärv <jan.h.d@swipnet.se>
3829
3830 * term/ns-win.el (ns-right-control-modifier)
3831 (ns-right-command-modifier): Defvar them.
3832
3833 * cus-start.el (all): Add ns-right-control-modifier and
3834 ns-right-command-modifier (Bug#7458).
3835
3836 2010-11-20 Glenn Morris <rgm@gnu.org>
3837
3838 * emacs-lisp/authors.el (authors-ignored-files)
3839 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
3840
3841 2010-11-20 Tassilo Horn <tassilo@member.fsf.org>
3842
3843 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
3844 (report-emacs-bug-parse-query-results)
3845 (report-emacs-bug-create-existing-bugs-buffer): Pass through
3846 keywords used for querying the bug database to show them in the
3847 existing bugs buffer.
3848
3849 2010-11-20 Jan Djärv <jan.h.d@swipnet.se>
3850
3851 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
3852
3853 * info.el (info-tool-bar-map): Add some :vert-only keywords.
3854
3855 2010-11-20 Eli Zaretskii <eliz@gnu.org>
3856
3857 * international/characters.el (glyphless-char-display-control):
3858 Make it a defcustom, with update-glyphless-char-display as its
3859 :set attribute.
3860 (top level): Don't call update-glyphless-char-display.
3861
3862 2010-11-20 Michael Albinus <michael.albinus@gmx.de>
3863
3864 Sync with Tramp 2.2.0.
3865
3866 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
3867 `file-remote-p' (due to compatibility).
3868
3869 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
3870 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
3871
3872 * net/trampver.el: Update release number.
3873
3874 2010-11-20 Eli Zaretskii <eliz@gnu.org>
3875
3876 * faces.el (glyphless-char): Define value for `pc'.
3877
3878 2010-11-20 Tassilo Horn <tassilo@member.fsf.org>
3879
3880 Implemented a bug querying mechanism.
3881 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
3882 (report-emacs-bug-create-existing-bugs-buffer)
3883 (report-emacs-bug-parse-query-results)
3884 (report-emacs-bug-query-existing-bugs): New functions.
3885
3886 2010-11-19 Tassilo Horn <tassilo@member.fsf.org>
3887
3888 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
3889 a \ref{} or \pageref{} macro, then use its value as initial input.
3890
3891 2010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
3892
3893 * calc/calc-units.el (math-build-units-table-buffer):
3894 calc/README: Mention that the TeX specific units won't use the
3895 `tex' prefix in TeX mode.
3896 calc/calc-lang.el (math-variable-table): Don't use the `tex'
3897 prefix for units in TeX mode.
3898
3899 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3900
3901 * simple.el (kill-new, kill-append, kill-region):
3902 * comint.el (comint-kill-region): Make the yank-handler argument
3903 obsolete.
3904
3905 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3906
3907 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
3908 that are both openers (resp. closers) and something else.
3909 (smie-grammar): Loosen definition of valid values.
3910 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
3911 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
3912 (smie-indent-after-keyword): Adjust users.
3913 (smie-indent-keyword): Don't indent empty lines.
3914
3915 * vc-hg.el (vc-hg-program): New var.
3916 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
3917 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
3918
3919 2010-11-18 Glenn Morris <rgm@gnu.org>
3920
3921 * emacs-lisp/autoload.el (autoload-find-destination): The function
3922 coding-system-eol-type may return non-numeric values. (Bug#7414)
3923
3924 2010-11-18 Ulrich Mueller <ulm@gentoo.org>
3925
3926 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
3927
3928 2010-11-18 Eli Zaretskii <eliz@gnu.org>
3929
3930 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
3931
3932 2010-11-18 Chong Yidong <cyd@stupidchicken.com>
3933
3934 * textmodes/picture.el (picture-mouse-set-point): Don't use
3935 posn-col-row; explicitly compute the motion based on the posn at
3936 the window-start (Bug#7390).
3937
3938 2010-11-18 Glenn Morris <rgm@gnu.org>
3939
3940 * novice.el (disabled-command-function):
3941 Fix 2009-11-15 change. (Bug#7384)
3942
3943 2010-11-18 Glenn Morris <rgm@gnu.org>
3944
3945 * calendar/calendar.el (diary-iso-date-forms): Make elements
3946 mutually exclusive. (Bug#7377)
3947
3948 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3949
3950 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
3951 when filling the remaining "unconstrained" values.
3952
3953 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3954
3955 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
3956 safety predicate.
3957
3958 * files.el (safe-local-variable-p): Gracefully handle errors.
3959
3960 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
3961 Use smie-indent-virtual when indenting relative to an opener.
3962 (smie-rule-separator): Use smie-rule-parent.
3963 (smie-indent-keyword): Consult rules, even for openers at bol.
3964 (smie-indent-comment-close): Try to align closer's content.
3965
3966 2010-11-18 Glenn Morris <rgm@gnu.org>
3967
3968 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
3969
3970 2010-11-18 Glenn Morris <rgm@gnu.org>
3971
3972 * printing.el (pr-menu-bind): Doc fix.
3973
3974 * speedbar.el (speedbar-toggle-images): Doc fix.
3975
3976 * progmodes/python.el (python-shell): Doc fix.
3977
3978 * wid-edit.el (widget-field-use-before-change)
3979 (widget-use-overlay-change): Doc fixes.
3980
3981 2010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3982
3983 Minor cleanup to improve style.
3984 * textmodes/rst.el (rst-update-section): Use point-marker.
3985 (rst-get-decoration): Eliminate unneeded assignment.
3986 (rst-promote-region, rst-straighten-decorations)
3987 (rst-section-tree, rst-adjust): Use point-marker.
3988 (rst-toc-mode-mouse-goto): Avoid setq.
3989 (rst-shift-region-guts, rst-shift-region-left)
3990 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
3991 (rst-convert-bullets-to-enumeration): Use copy-marker.
3992
3993 * minibuffer.el (completion-fail-discreetly): New var.
3994 (completion--do-completion): Use it.
3995
3996 * electric.el (electric-pair-pairs): New var.
3997 (electric-pair-post-self-insert-function): Use it.
3998 (electric-layout-post-self-insert-function): Don't insert a before
3999 newline unless it's actually needed.
4000
4001 2010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4002
4003 * progmodes/python.el (run-python): Explain why we remove the current
4004 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
4005
4006 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
4007
4008 2010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4009
4010 * progmodes/octave-mod.el: Rely on elecric-*-modes.
4011 (octave-mode-map): Don't bind ;, SPC, and LF.
4012 (octave-auto-indent, octave-auto-newline): Remove.
4013 (electric-layout-rules): Declare.
4014 (octave-mode): Set electric-layout-rules.
4015 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
4016 (octave-reindent-then-newline-and-indent, octave-electric-semi)
4017 (octave-electric-space): Remove.
4018
4019 * electric.el (electric-layout-mode): New minor mode.
4020 (electric--after-char-pos): New function.
4021 (electric-indent-post-self-insert-function): Use it.
4022 (electric-layout-rules): New var.
4023 (electric-layout-post-self-insert-function): New function.
4024 (electric-indent-mode): Make them interact better.
4025
4026 2010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4027
4028 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
4029 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
4030 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
4031
4032 2010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
4033
4034 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
4035 Make sure to check inside the word (Bug#6761).
4036
4037 2010-11-14 Chong Yidong <cyd@stupidchicken.com>
4038
4039 * startup.el (command-line): If the cursorColor resource is set,
4040 change the cursor face-spec (Bug#7392).
4041
4042 2010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
4043
4044 The main features of the following allout.el changes are:
4045 - implement user customization for the allout key bindings
4046 - add a customization control by which the user can inhibit use of
4047 a trailing Ctrl-H, so by default it's reserved for use with
4048 describe-prefix-bindings
4049 - adapt to new version of called-interactively-p, while
4050 maintaining backwards compatibility with old version
4051 - fix hotspot navigation so i works properly with meta-modified keys.
4052
4053 * allout.el (allout-keybindings, allout-bind-keys)
4054 (allout-keybindings-binding, allout-prefixed-keybindings)
4055 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
4056 (allout-keybindings-list, allout-mode-map-adjustments)
4057 (allout-setup-mode-map): Establish allout-mode keymaps as user
4058 customizable settings, and also establish a customizable setting which
4059 regulates whether or not a trailing control-h is reserved for use with
4060 describe-prefix-bindings - and inhibit it by default, so that control-h
4061 *is* reserved for describe-prefix-bindings unless the user changes it.
4062
4063 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
4064 and accurately between modified and unmodified events, and handle
4065 modified events more comprehensively.
4066
4067 * allout.el (allout-substring-no-properties):
4068 Alias to use or provide version of `substring-no-properties'.
4069 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
4070
4071 * allout.el (allout-next-single-char-property-change):
4072 Alias to use or provide version of `next-single-char-property-change'.
4073 (allout-annotate-hidden, allout-hide-by-annotation):
4074 Use `allout-next-single-char-property-change'.
4075
4076 * allout.el (allout-select-safe-coding-system):
4077 Alias to use or provide version of `select-safe-coding-system'.
4078 (allout-toggle-subtree-encryption):
4079 Use `allout-select-safe-coding-system'.
4080
4081 * allout.el (allout-set-buffer-multibyte):
4082 Alias to use or provide version of `set-buffer-multibyte'.
4083 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
4084
4085 * allout.el (allout-called-interactively-p): Macro for using the
4086 different versions of called-interactively-p identically, depending on
4087 the subroutine's argument signature.
4088 (allout-back-to-current-heading, allout-beginning-of-current-entry):
4089 Use `(interactive "p")' instead of `(called-interactively-p)'.
4090
4091 * allout.el (allout-init, allout-ascend, allout-end-of-level)
4092 (allout-previous-visible-heading, allout-forward-current-level)
4093 (allout-backward-current-level, allout-show-children):
4094 Use `allout-called-interactively-p' instead of `called-interactively-p'.
4095
4096 * allout.el (allout-before-change-handler):
4097 Exempt edits to the (overlaid) character after the allout outline
4098 bullet from edit confirmation prompt.
4099
4100 * allout.el (allout-add-resumptions):
4101 Ensure that it respects correct buffer for keybindings.
4102
4103 * allout.el (allout-beginning-of-line):
4104 Use `allout-previous-single-char-property-change' alias for the sake of
4105 diverse compatibility.
4106
4107 * allout.el (allout-end-of-line):
4108 Use `allout-mark-active-p' to encapsulate respect for mark activity.
4109
4110 2010-11-13 Chong Yidong <cyd@stupidchicken.com>
4111
4112 * frame.el (frame-notice-user-settings): Don't clobber other
4113 user-set parameters when calling face-set-after-frame-default in
4114 response to background-color parameter (Bug#7373).
4115
4116 2010-11-13 Eli Zaretskii <eliz@gnu.org>
4117
4118 * international/characters.el (glyphless-char-display-control):
4119 Rename from glyphless-char-control; all users changed. Doc fix.
4120 Signal an error if display method is not one of the recognized
4121 symbols.
4122
4123 2010-11-13 Michael Albinus <michael.albinus@gmx.de>
4124
4125 * net/tramp-compat.el (tramp-compat-line-beginning-position)
4126 (tramp-compat-line-end-position): Remove them.
4127
4128 * net/tramp.el (tramp-parse-rhosts-group)
4129 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
4130 (tramp-parse-hosts-group, tramp-parse-passwd-group)
4131 (tramp-parse-netrc-group, tramp-parse-putty-group)
4132 * net/tramp-cmds.el (tramp-append-tramp-buffers)
4133 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
4134 (tramp-sh-handle-file-selinux-context)
4135 (tramp-sh-handle-file-name-all-completions)
4136 (tramp-sh-handle-insert-directory)
4137 (tramp-sh-handle-expand-file-name, tramp-find-executable)
4138 (tramp-wait-for-output, tramp-send-command-and-read)
4139 * net/tramp-smb.el (tramp-smb-read-file-entry)
4140 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
4141
4142 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
4143 `point-at-bol'.
4144 (tramp-remote-coding-commands): Add an alternative using "base64
4145 -d -i". This is needed for older base64 versions from GNU
4146 coreutils. Reported by Klaus Reichl
4147 <Klaus.Reichl@thalesgroup.com>.
4148
4149 2010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
4150
4151 * simple.el (count-words-region): New function.
4152
4153 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4154
4155 * shell.el (shell-dir-cookie-re): New custom variable.
4156 (shell-dir-cookie-watcher): New function.
4157
4158 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
4159 and compilation-mode (bug#7350).
4160
4161 * vc/smerge-mode.el (smerge-refine): Choose better default part to
4162 highlight when one of them is empty.
4163
4164 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
4165 trailing space.
4166 (skeleton-newline): New function.
4167 (skeleton-internal-1): Use it.
4168
4169 * simple.el (open-line): `newline' may strip trailing space.
4170
4171 2010-11-12 Kevin Ryde <user42@zip.com.au>
4172
4173 * international/mule-cmds.el (princ-list): Use mapc.
4174
4175 2010-11-12 Glenn Morris <rgm@gnu.org>
4176
4177 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
4178 Use it to replace all instances of "*Compile-Log*".
4179
4180 2010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4181
4182 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
4183 indentation specs.
4184
4185 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4186
4187 * progmodes/modula2.el: Use SMIE and skeleton.
4188 (m2-mode-syntax-table): (*..*) can be nested.
4189 Add //...\n. Fix paren syntax.
4190 (m2-mode-map): Remove LF and TAB bindings.
4191 (m2-indent): Add safety property.
4192 (m2-smie-grammar): New var.
4193 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
4194 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
4195 (m2-mode): Use define-derived-mode.
4196 (m2-newline, m2-tab): Remove.
4197 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
4198 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
4199 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
4200 (m2-import): Use define-skeleton.
4201
4202 2010-11-11 Glenn Morris <rgm@gnu.org>
4203
4204 * obsolete/lucid.el: Don't warn about any CL functions in this file.
4205
4206 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
4207 (ls-lisp-verbosity): Add custom :set-after property.
4208 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
4209 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
4210 (ls-lisp-insert-directory): Update caller.
4211 (ls-lisp-set-options): New function.
4212 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
4213 Doc fix.
4214
4215 * play/landmark.el (lm-prompt-for-move):
4216 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
4217
4218 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
4219
4220 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
4221 (idlwave-study-twins): Prefix dynamic local variable `name'.
4222 (idlwave-routine-twin-compare): Update for above change.
4223
4224 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
4225 Prefix dynamic local variables `name', `kwd', and `link'.
4226 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
4227 * progmodes/idlw-complete-structtag.el
4228 (idlwave-complete-structure-tag-help):
4229 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
4230 (idlwave-complete-sysvar-tag-help)
4231 (idlwave-complete-class-structure-tag-help):
4232 Update for above name changes.
4233
4234 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4235
4236 * net/browse-url.el (browse-url-browser-function): Change the
4237 default to use `browse-url-mail' on mailto: URLs.
4238
4239 2010-11-10 Chong Yidong <cyd@stupidchicken.com>
4240
4241 * emacs-lisp/package.el (package-read-all-archive-contents):
4242 Reset package-archive-contents to nil before re-reading.
4243
4244 2010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
4245
4246 * textmodes/flyspell.el (flyspell-word): Do not re-check words
4247 already found as misspellings by (flyspell-large-region), just
4248 do highlighting (bug#7322).
4249
4250 2010-11-10 Glenn Morris <rgm@gnu.org>
4251
4252 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
4253
4254 * emulation/edt.el (edt-with-position): New macro.
4255 (edt-find-forward, edt-find-backward, edt-find-next-forward)
4256 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
4257 (edt-paragraph-forward, edt-paragraph-backward): Use it.
4258
4259 * emulation/tpu-extras.el (tpu-with-position): New macro.
4260 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
4261
4262 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
4263
4264 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
4265 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
4266 (texinfo-master-menu, texinfo-insert-node-lines)
4267 (texinfo-multiple-files-update):
4268 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
4269 Use line-beginning-position.
4270
4271 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
4272 No recent Emacs supports system-type `emx'.
4273
4274 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
4275 (ada-command-separator, ada-default-prj-properties)
4276 (ada-find-any-references): Update for above name change.
4277
4278 * dirtrack.el (dirtrack-directory-function)
4279 (dirtrack-canonicalize-function):
4280 * filecache.el (file-cache-completion-ignore-case)
4281 (file-cache-case-fold-search, file-cache-ignore-case):
4282 * term.el (serial-port-is-file-p): Cosmetic change.
4283
4284 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
4285 Remove non-existent `windows-95' system-type.
4286 * dired.el (dired-chown-program): Remove non-existent `linux'
4287 system-type.
4288
4289 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
4290 (ping-program-options): Remove non-existent `linux' system-type.
4291
4292 * startup.el (package-initialize): Update declaration.
4293
4294 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
4295 (ls-lisp-handle-switches): Use time-less-p.
4296 (ls-lisp-format-time): Use float-time.
4297
4298 * textmodes/remember.el (remember-time-to-seconds): Remove.
4299 (remember-store-in-mailbox): Use float-time.
4300
4301 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
4302
4303 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
4304 never a real function.
4305 (with-no-warnings): Remove compat stub, now unused.
4306 (time-less-p): Doc fix.
4307 (time-to-number-of-days): Simplify.
4308
4309 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
4310 Remove.
4311 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
4312 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
4313 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
4314 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
4315 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
4316
4317 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
4318 (eshell-shuffle-files, eshell-shorthand-tar-command)
4319 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
4320 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
4321 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
4322 Prefix dynamic local variable `matches'.
4323
4324 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
4325 Prefix dynamic local variable `skeleton'.
4326
4327 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4328
4329 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
4330 in mail buffer; make yank-action always a command that yanks original
4331 buffer.
4332
4333 2010-11-09 Glenn Morris <rgm@gnu.org>
4334
4335 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
4336
4337 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4338
4339 * minibuffer.el (minibuffer-completion-help): Specify the end of the
4340 completion field (bug#7211).
4341
4342 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
4343 Fix handling of backslash escapes.
4344 (python-quote-syntax): Adjust accordingly.
4345
4346 2010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
4347
4348 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
4349 (vc-mtn-workfile-branch): Adjust to new output format.
4350
4351 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4352
4353 * international/mule-cmds.el (princ-list): Mark as obsolete.
4354
4355 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4356
4357 * emacs-lisp/smie.el: New package.
4358
4359 2010-11-09 Michael Albinus <michael.albinus@gmx.de>
4360
4361 * files.el (backup-by-copying-when-mismatch):
4362 Set `permanent-local' property.
4363
4364 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
4365 `permanent-local' property for `backup-by-copying-when-mismatch'.
4366
4367 2010-11-09 Eli Zaretskii <eliz@gnu.org>
4368
4369 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
4370
4371 2010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
4372
4373 * progmodes/verilog-mode.el (verilog-insert-one-definition)
4374 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
4375 AUTOINOUT for SV style multidimensional arrays, bug294.
4376 Reported by Eric Mastromarchi.
4377 (verilog-preprocess): Use with-current-buffer and
4378 font-lock-fontify-buffer to cleanup style issues.
4379
4380 2010-11-09 Glenn Morris <rgm@gnu.org>
4381
4382 * locate.el (locate, locate-mode): Doc fixes.
4383
4384 2010-11-09 Chong Yidong <cyd@stupidchicken.com>
4385
4386 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
4387 user for confirmation.
4388 (server-force-stop): Use it.
4389 (server-start): Use server-force-stop for kill-emacs-hook, to
4390 avoid user interaction while killing Emacs.
4391
4392 2010-11-09 Glenn Morris <rgm@gnu.org>
4393
4394 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
4395 (meta-indent-line): Simplify.
4396
4397 * vc/emerge.el (emerge-line-number-in-buf):
4398 * textmodes/ispell.el (ispell-region):
4399 * textmodes/fill.el (current-fill-column):
4400 * progmodes/xscheme.el (xscheme-send-current-line):
4401 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
4402 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
4403 * progmodes/sh-script.el (sh-handle-prev-do):
4404 * progmodes/meta-mode.el (meta-indent-line):
4405 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
4406 (idlwave-in-quote):
4407 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
4408 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
4409 * progmodes/fortran.el (fortran-looking-at-if-then):
4410 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
4411 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
4412 (cperl-find-pods-heres):
4413 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
4414 * net/quickurl.el (quickurl-list-insert):
4415 * net/ldap.el (ldap-search-internal):
4416 * net/eudc.el (eudc-expand-inline):
4417 * mail/sendmail.el (sendmail-send-it):
4418 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
4419 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
4420 (viper-brac-function):
4421 * calc/calc-yank.el (calc-do-grab-region):
4422 * calc/calc-keypd.el (calc-keypad-press):
4423 * term.el (term-move-columns, term-insert-spaces):
4424 * speedbar.el (speedbar-highlight-one-tag-line):
4425 * simple.el (current-word):
4426 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4427 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
4428 (Info-scroll-down):
4429 * hippie-exp.el (he-line-beg):
4430 * epa.el (epa--marked-keys):
4431 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
4432 (dired-update-file-line, dired-add-entry, dired-remove-entry)
4433 (dired-relist-entry):
4434 * buff-menu.el (Buffer-menu-buffer):
4435 * array.el (current-line):
4436 * allout.el (allout-resolve-xref)
4437 (allout-latex-verbatim-quote-curr-line):
4438 Replace yet more uses of end-of-line etc with line-end-position, etc.
4439
4440 2010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4441
4442 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
4443 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
4444 (checkdoc-syntax-table): Initialize in the declaration.
4445 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
4446 the mode on unconditionally.
4447
4448 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
4449 (extent-end-position, extent-start-position): Remove setf method for
4450 non-existing functions (bug#7319).
4451
4452 2010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4453
4454 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
4455 (smie-precs->prec2): Rename from smie-precs-precedence-table.
4456 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
4457 (smie-prec2->grammar): Rename from smie-prec2-levels.
4458 (smie-grammar): Rename from smie-op-levels.
4459 (smie-indent--hanging-p): Rename from smie-hanging-p.
4460 (smie-rule-hanging-p): New alias.
4461 (smie-indent--bolp): Rename from smie-bolp.
4462 (smie-indent--hanging-p): New alias.
4463 (smie--token): New dynamically bound variable.
4464 (smie-indent--parent): New function.
4465 (smie-rule-parent-p): Use it; rename from smie-parent-p.
4466 (smie-rule-next-p): Rename from smie-next-p.
4467 (smie-rule-prev-p): Rename from smie-prev-p.
4468 (smie-rule-sibling-p, smie-rule-parent)
4469 (smie-indent--separator-outdent, smie-rule-separator): New functions.
4470 (smie-rule-separator-outdent): New var.
4471 (smie-indent--rule): Merge with smie-indent--column.
4472 (smie-indent-forward-token, smie-indent-backward-token):
4473 Also recognize close parens.
4474 (smie-indent-keyword): Don't use smie-indent--column any more.
4475 (smie-indent-after-keyword): Ignore closers by default.
4476 (smie-indent-line): Use with-demoted-errors.
4477 * progmodes/octave-mod.el (octave-smie-grammar):
4478 Rename from octave-smie-op-levels.
4479 (octave-smie-rules): Adjust to new behavior.
4480 * progmodes/prolog.el (prolog-smie-grammar):
4481 Rename from prolog-smie-op-levels.
4482
4483 2010-11-07 Glenn Morris <rgm@gnu.org>
4484
4485 * eshell/esh-util.el (subst-char-in-string)
4486 (directory-files-and-attributes): These compatibility definitions are
4487 not needed on any version of Emacs since at least 21.4.
4488
4489 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
4490 (verilog-get-end-of-line): Remove.
4491 (verilog-within-string, verilog-re-search-forward-substr)
4492 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
4493 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
4494 Use point-at-bol, point-at-eol.
4495 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
4496 Remove.
4497 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
4498 (electric-pascal-terminate-line, pascal-set-auto-comments)
4499 (pascal-indent-paramlist, pascal-indent-declaration)
4500 (pascal-get-lineup-indent, pascal-func-completion)
4501 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
4502 Use point-at-bol, point-at-eol.
4503 * progmodes/flymake.el (flymake-line-beginning-position)
4504 (flymake-line-end-position): Remove.
4505 (flymake-highlight-line): Use point-at-bol, point-at-eol.
4506 * eshell/esh-util.el (line-end-position, line-beginning-position):
4507 Remove compat definitions.
4508
4509 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4510 Use end-of-line N.
4511 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
4512 Use line-end-position.
4513
4514 * emacs-lisp/chart.el (chart-zap-chars):
4515 * play/decipher.el (decipher-set-map):
4516 * progmodes/ada-mode.el (ada-get-current-indent)
4517 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
4518 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
4519 * progmodes/ada-xref.el (ada-initialize-runtime-library)
4520 (ada-get-all-references):
4521 * progmodes/cperl-mode.el (cperl-electric-paren)
4522 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
4523 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
4524 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
4525 (cperl-word-at-point-hard):
4526 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
4527 (idlwave-shell-filename-string, idlwave-shell-batch-command)
4528 (idlwave-shell-display-line):
4529 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
4530 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
4531 * progmodes/js.el (js--re-search-forward-inner)
4532 (js--re-search-backward-inner):
4533 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
4534 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
4535 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
4536 * textmodes/flyspell.el (flyspell-process-localwords):
4537 * textmodes/ispell.el (ispell-buffer-local-parsing)
4538 (ispell-buffer-local-dict, ispell-buffer-local-words):
4539 Use point-at-bol and point-at-eol.
4540
4541 * speedbar.el (speedbar-generic-item-info)
4542 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
4543 (speedbar-add-indicator, speedbar-check-vc-this-line)
4544 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
4545 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
4546 Replace more uses of end-of-line etc with line-end-position.
4547
4548 2010-11-06 Glenn Morris <rgm@gnu.org>
4549
4550 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
4551 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
4552 (texinfo-delete-existing-pointers, texinfo-find-pointer)
4553 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
4554 (texinfo-multiple-files-update):
4555 * textmodes/table.el (table--probe-cell-left-up)
4556 (table--probe-cell-right-bottom):
4557 * textmodes/picture.el (picture-tab-search):
4558 * textmodes/page-ext.el (pages-copy-header-and-position)
4559 (pages-directory-for-addresses):
4560 * progmodes/vera-mode.el (vera-get-offset):
4561 * progmodes/simula.el (simula-calculate-indent):
4562 * progmodes/python.el (python-pdbtrack-overlay-arrow):
4563 * progmodes/prolog.el (end-of-prolog-clause):
4564 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
4565 * progmodes/icon.el (indent-icon-exp):
4566 * progmodes/etags.el (tag-re-match-p):
4567 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
4568 * progmodes/ebnf2ps.el (ebnf-begin-file):
4569 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
4570 (dcl-save-local-variable):
4571 * play/life.el (life-setup):
4572 * play/gametree.el (gametree-looking-at-ply):
4573 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4574 * mail/sendmail.el (mail-mode-auto-fill):
4575 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4576 * emacs-lisp/edebug.el (edebug-overlay-arrow):
4577 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
4578 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
4579 (woman-tab-to-tab-stop, WoMan-warn-ignored):
4580 * type-break.el (type-break-file-keystroke-count):
4581 * term.el (term-replace-by-expanded-history-before-point)
4582 (term-skip-prompt, term-extract-string):
4583 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
4584 (speedbar-contract-line, speedbar-toggle-line-expansion)
4585 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
4586 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
4587 * sort.el (sort-skip-fields):
4588 * skeleton.el (skeleton-internal-list):
4589 * simple.el (line-move-finish, line-move-to-column):
4590 * shell.el (shell-forward-command):
4591 * misc.el (copy-from-above-command):
4592 * makesum.el (double-column):
4593 * ebuff-menu.el (electric-buffer-update-highlight):
4594 * dired.el (dired-move-to-end-of-filename):
4595 * dframe.el (dframe-popup-kludge):
4596 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
4597 * arc-mode.el (archive-get-lineno):
4598 Use line-end-position and line-beginning-position.
4599
4600 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
4601 (idlwave-study-twins): Prefix dynamic local `class'.
4602 (idlwave-routine-twin-compare): Update for above name change.
4603
4604 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
4605 Use boundp tests to silence compiler. Update for changed name of
4606 bytecomp-filename variable.
4607
4608 * emulation/viper-cmd.el (viper-read-string-with-history):
4609 Prefix dynamic local `initial'.
4610 (viper-minibuffer-standard-hook): Update for above name change.
4611
4612 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
4613 (elint-init-form): Update for above name change.
4614
4615 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
4616 local variables `cbeg' and `cend' a prefix.
4617 (mail-extr-voodoo): Update for above name change.
4618
4619 * textmodes/reftex-toc.el (reftex-toc-do-promote)
4620 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
4621 (reftex-toc-promote-action): Doc fix.
4622
4623 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
4624 `prompt', `data' a prefix.
4625 (reftex-select-post-command-hook, reftex-select-callback)
4626 (reftex-select-mouse-accept, reftex-select-read-cite):
4627 Update for above name changes.
4628
4629 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
4630 `refstyle' to reftex-refstyle.
4631 (reftex-offer-label-menu): Update for above name change.
4632 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
4633 `refstyle' name change.
4634
4635 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
4636 with with-current-buffer.
4637 (diff, template): Give dynamic local variables a prefix.
4638 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
4639 (emerge-line-number-in-buf): Update for above name change.
4640 (emerge-combine-versions-internal): Rename local `template' to
4641 emerge-combine-template.
4642 (emerge-combine-versions-edit): Update for above name change.
4643
4644 2010-11-06 Ralf Angeli <angeli@caeruleus.net>
4645
4646 * textmodes/reftex-cite.el
4647 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
4648 entries with whitespace after \bibitem.
4649 (reftex-create-bibtex-file): Match entries containing numbers and
4650 symbol constituents. Make sure that entries with whitespace at
4651 various places are found.
4652
4653 2010-11-05 Christian Millour <cm@abtela.com> (tiny change)
4654
4655 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
4656
4657 2010-11-05 Jan Djärv <jan.h.d@swipnet.se>
4658
4659 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
4660
4661 2010-11-05 Glenn Morris <rgm@gnu.org>
4662
4663 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
4664 (woman2-roff-buffer): Give local variable `request' a prefix.
4665 (woman0-macro): Rename argument `request' in the same way.
4666 (woman-request): New name for `request' dynamic variable.
4667 (woman-unquote, woman-forward-arg): Update for above name change.
4668 (woman1-roff-buffer): Give local variable `unquote' a prefix.
4669 (woman1-unquote): New name for `unquote' dynamic variable.
4670 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
4671 (woman-translations): Rename from `translations'. No longer global.
4672 (woman2-tr, woman-translate): Update for above name change.
4673 (woman-translate): Check for bound variable.
4674 (woman2-roff-buffer): Give local variable `translations' a prefix.
4675
4676 * play/doctor.el: Give all local variables a prefix. Update callers.
4677 (doc$, doctor-put-meaning): Use backquote.
4678
4679 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
4680 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
4681
4682 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
4683 variables bytes, ptr, op a prefix.
4684 (disassemble-offset): Update for above change.
4685
4686 2010-11-03 Chong Yidong <cyd@stupidchicken.com>
4687
4688 * emacs-lisp/package.el (package-unpack): Remove no-op.
4689 (package--builtins, package--dir): Doc fix.
4690 (package-activate-1, package-activate, package-install)
4691 (package-compute-transaction): Fix error message.
4692 (package-delete): Use delete-directory. Omit system packages.
4693 (package-initialize): Set package-alist to nil first.
4694 (package-menu-mark-delete, package-menu-mark-install): Don't add
4695 symbols that are inconsistent with the package state.
4696 (package-menu-execute): Perform deletions and installations as
4697 single batch operations.
4698
4699 2010-11-03 Glenn Morris <rgm@gnu.org>
4700
4701 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
4702 (props): Remove unnecessary declaration.
4703
4704 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
4705 set-process-query-on-exit-flag.
4706
4707 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
4708 (reftex-toc-do-promote): Remove unused local `mpos'.
4709 (reftex-toc-restore-region): Make `mpos' local to this function.
4710
4711 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
4712
4713 * play/landmark.el (lm-losing-threshold): Correct spelling.
4714 (lm-human-plays): Use new name.
4715
4716 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
4717 (gomoku-human-plays): Use new name.
4718
4719 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
4720 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
4721 (gomoku-score-trans-table, gomoku-winning-threshold)
4722 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
4723
4724 2010-11-03 Chong Yidong <cyd@stupidchicken.com>
4725
4726 * emacs-lisp/package.el: Don't put built-in packages in
4727 package-alist, to avoid loading inefficiencies.
4728 (package-built-in-p): Make VERSION optional, and treat it as a
4729 minimum acceptable version.
4730 (package-activate): Search separately for built-in packages.
4731 Emit a warning if a dependency fails.
4732 (define-package): Handle most common case, where there is no
4733 obsolete package, first.
4734 (package-compute-transaction): Print required version in error.
4735 (package--initialized): New variable.
4736 (list-packages): Use it.
4737 (package-initialize): Optional arg NO-ACTIVATE. Don't put
4738 built-in packages in packages-alist; keep it separate.
4739 Set package--initialized.
4740 (describe-package): Avoid activating packages as a side-effect.
4741 Search separately for built-in packages.
4742 (describe-package-1): Handle the case where an elpa package is
4743 simultaneously built-in and available/installed.
4744 (package-installed-p, package--generate-package-list):
4745 Search separately for built-in packages.
4746 (package-load-descriptor): Doc fix.
4747
4748 2010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4749
4750 * progmodes/perl-mode.el (perl-syntax-propertize-function):
4751 Handle __DATA__ and __END__.
4752
4753 2010-11-02 Noah Friedman <friedman@splode.com>
4754
4755 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
4756 nil, do not ask to recompile files that are not already compiled,
4757 and do not recompile them.
4758
4759 2010-11-02 Chong Yidong <cyd@stupidchicken.com>
4760
4761 * emacs-lisp/package.el (package-initialize): Ensure that
4762 obsoleted built-in packages are not in package-activated-list
4763 during activation.
4764 (describe-package-1): Make the "installed" status override
4765 "built-in".
4766
4767 2010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4768
4769 * subr.el (version-separator, version-regexp-alist): Remove '*'
4770 from docstring.
4771 (version-list-<=, version<=, version=): Doc fix.
4772
4773 2010-11-01 Kenichi Handa <handa@m17n.org>
4774
4775 * faces.el (glyphless-char): Inherit underline for tty.
4776
4777 2010-11-01 Kenichi Handa <handa@m17n.org>
4778
4779 Implement various display methods for glyphless characters.
4780
4781 * international/characters.el (char-acronym-table): New variable.
4782 (glyphless-char-control): New variable.
4783 (update-glyphless-char-display): New function.
4784
4785 * faces.el (glyphless-char): New face.
4786
4787 2010-11-01 Glenn Morris <rgm@gnu.org>
4788
4789 * calendar/holidays.el (general-holidays, oriental-holidays)
4790 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
4791 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
4792 the definitions of their targets.
4793
4794 * emacs-lisp/smie.el (smie): New custom group.
4795 (smie-blink-matching-inners, smie-indent-basic): Add :group.
4796
4797 * faces.el (xw-defined-colors, x-setup-function-keys):
4798 * mouse-sel.el (x-select-text):
4799 * term/w32console.el (x-setup-function-keys): Update declarations.
4800
4801 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
4802
4803 * textmodes/ispell.el (comment-add): Declare.
4804
4805 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
4806 Declare.
4807
4808 * info.el (finder-keywords-hash, package-alist): Declare.
4809
4810 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
4811
4812 * finder.el (finder-compile-keywords): Don't use intern-soft,
4813 since package names may not yet exist in the obarray.
4814
4815 2010-11-01 Chong Yidong <cyd@stupidchicken.com>
4816
4817 * vc/vc-arch.el (vc-arch-checkin):
4818 * vc/vc-cvs.el (vc-cvs-checkin):
4819 * vc/vc-mtn.el (vc-mtn-checkin):
4820 * vc/vc-rcs.el (vc-rcs-checkin):
4821 * vc/vc-sccs.el (vc-sccs-checkin):
4822 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
4823 since 2010-04-21 commit by Stefan Monnier.
4824
4825 2010-11-01 Glenn Morris <rgm@gnu.org>
4826
4827 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
4828
4829 * startup.el (package-enable-at-startup, package-initialize):
4830 Silence compiler.
4831
4832 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
4833 Silence compiler.
4834
4835 2010-10-31 Julien Danjou <julien@danjou.info>
4836
4837 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
4838 (byte-recompile-directory):
4839 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
4840 Use `byte-recompile-file'.
4841
4842 2010-10-31 Glenn Morris <rgm@gnu.org>
4843
4844 * cus-start.el: Handle standard values via a keyword.
4845 Only set version property if specified.
4846 (cursor-in-non-selected-windows, menu-bar-mode)
4847 (tool-bar-mode, show-trailing-whitespace):
4848 Do not specify standard values.
4849 (transient-mark-mode, temporary-file-directory): Use :standard.
4850
4851 2010-10-31 Jan Djärv <jan.h.d@swipnet.se>
4852
4853 * term/x-win.el (x-get-selection-value): New function that gets
4854 PRIMARY with type as specified in x-select-request-type. (Bug#6802)
4855
4856 2010-10-31 Michael Albinus <michael.albinus@gmx.de>
4857
4858 * net/tramp.el (tramp-handle-insert-file-contents): For root,
4859 preserve owner and group when editing files. (Bug#7289)
4860
4861 2010-10-31 Glenn Morris <rgm@gnu.org>
4862
4863 * speedbar.el (speedbar-mode):
4864 * play/fortune.el (fortune-in-buffer, fortune):
4865 * play/gomoku.el (gomoku-mode):
4866 * play/landmark.el (lm-mode):
4867 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
4868 Replace inappropriate uses of toggle-read-only. (Bug#7292)
4869
4870 * select.el (x-selection): Mark it as an obsolete alias.
4871
4872 2010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
4873
4874 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
4875 major-mode (bug#7284).
4876
4877 2010-10-31 Glenn Morris <rgm@gnu.org>
4878
4879 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
4880 rather than just an unused variable that inherits from the real one.
4881
4882 2010-10-31 Alan Mackenzie <acm@muc.de>
4883
4884 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
4885 This fixes bug #7185.
4886
4887 2010-10-30 Chong Yidong <cyd@stupidchicken.com>
4888
4889 * startup.el (command-line): Search for package directories, and
4890 don't load package.el if none are found.
4891
4892 * emacs-lisp/package.el (describe-package, list-packages):
4893 Call package-initialize if it has not been called yet.
4894
4895 2010-10-30 Alan Mackenzie <acm@muc.de>
4896
4897 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
4898 which fontifies the tail of an enum.
4899 (c-basic-matchers-after): Insert a call to the above new function.
4900 This fixes bug #7264.
4901
4902 2010-10-30 Glenn Morris <rgm@gnu.org>
4903
4904 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
4905 tool-bar-mode, transient-mark-mode. (Bug#7306)
4906 Include the :set property in the dumped Emacs.
4907
4908 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4909
4910 SMIE: change indent rules format, improve smie-setup.
4911 * emacs-lisp/smie.el (smie-precs-precedence-table)
4912 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
4913 Mark them pure so the tables gets built at compile time.
4914 (smie-bnf-precedence-table): Store the closer-alist in the table.
4915 (smie-prec2-levels): Preserve the closer-alist.
4916 (smie-blink-matching-open): Be more forgiving in case of indentation.
4917 (smie-hanging-p): Rename from smie-indent--hanging-p.
4918 (smie-bolp): Rename from smie-indent--bolp.
4919 (smie--parent, smie--after): New dynamic vars.
4920 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
4921 (smie-indent-rules): Remove.
4922 (smie-indent--offset-rule): Remove fun.
4923 (smie-rules-function): New var.
4924 (smie-indent--rule): New fun.
4925 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
4926 (smie-indent-exps): Use it.
4927 (smie-setup): Setup paren blinking; add keyword args for token
4928 functions; extract closer-alist from op-levels.
4929 (smie-indent-debug-log): Remove var.
4930 (smie-indent-debug): Remove fun.
4931 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
4932 (prolog-smie-rules): New fun to replace it.
4933 (prolog-mode-variables): Simplify.
4934 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
4935 it's setup automatically.
4936 (octave-smie-indent-rules): Remove.
4937 (octave-smie-rules): New fun to replace it.
4938 (octave-mode): Simplify.
4939
4940 2010-10-29 Glenn Morris <rgm@gnu.org>
4941
4942 * files.el (temporary-file-directory): Remove (already defined in C).
4943 * cus-start.el: Add temporary-file-directory.
4944
4945 * abbrev.el (abbrev-mode):
4946 * composite.el (auto-composition-mode):
4947 * menu-bar.el (menu-bar-mode):
4948 * simple.el (transient-mark-mode):
4949 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
4950 that they do not define the associated variables twice.
4951 * simple.el (transient-mark-mode): Remove defvar.
4952 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
4953 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
4954 Handle multiple groups, and also custom-delayed-init-variables.
4955 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
4956
4957 2010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4958
4959 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
4960 (pcase-if): Add one minor optimization.
4961 (pcase-split-equal): Rename from pcase-split-eq.
4962 (pcase-split-member): Rename from pcase-split-memq.
4963 (pcase-u1): Add strings to the member optimization.
4964 Add `guard' variant of predicates.
4965 (pcase-q1): Add string patterns.
4966
4967 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4968
4969 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
4970
4971 2010-10-28 Glenn Morris <rgm@gnu.org>
4972
4973 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
4974 Move menu-bar related settings to ../menu-bar.el.
4975 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
4976 Move ns-specific settings here from term/ns-win.el.
4977
4978 * simple.el (x-selection-owner-p): Remove unused declaration.
4979
4980 2010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4981
4982 * minibuffer.el (completion-cycling): New var (bug#7266).
4983 (minibuffer-complete, completion--do-completion):
4984 Use completion--flush-all-sorted-completions.
4985 (minibuffer-complete): Only cycle if completion-cycling is set.
4986 (completion--flush-all-sorted-completions): Unset completion-cycling.
4987 (minibuffer-force-complete): Set completion-cycling.
4988 (completion-all-sorted-completions): Move declaration before first use.
4989
4990 2010-10-28 Leo <sdl.web@gmail.com>
4991
4992 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
4993 which changes the order of matches seen by users (bug#7231).
4994
4995 2010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
4996
4997 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4998 Don't confuse -omega as "-o mega".
4999
5000 2010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
5001
5002 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
5003 (log-edit-author): New dynamic var.
5004 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
5005 to return the author if different from committer.
5006 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
5007
5008 * play/landmark.el: Adjust commenting convention.
5009 (lm-nil-score): Rename from nil-score.
5010 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
5011 (OOOOscore): Move into a let in lm-score-trans-table.
5012 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
5013
5014 * electric.el (electric-indent-chars): Autoload.
5015 * progmodes/octave-mod.el (octave-mode):
5016 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
5017 (ruby-mode-abbrev-table): Merge initialization and declaration.
5018
5019 2010-10-27 Glenn Morris <rgm@gnu.org>
5020
5021 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
5022 variable.
5023
5024 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
5025
5026 * term/ns-win.el: Restore require of cl when compiling.
5027 (menu-bar-final-items): Remove non-existent `windows' menu.
5028 (ns-handle-nxopen): Optionally handle the temp-case.
5029 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
5030 (ns-insert-file, ns-find-file): Use `pop'.
5031
5032 2010-10-26 Glenn Morris <rgm@gnu.org>
5033
5034 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
5035
5036 2010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
5037
5038 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
5039 global map.
5040 * term/common-win.el (x-setup-function-keys): Remove most of the
5041 keymappings. Comment on the remaining ones.
5042
5043 2010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
5044
5045 * server.el (server-port): New option. (Bug#854)
5046 (server-start): Use server-port.
5047
5048 2010-10-26 Glenn Morris <rgm@gnu.org>
5049
5050 * term/ns-win.el (ns-version-string): Remove unused declaration.
5051 (ns-invocation-args): Change to x-invocation-args.
5052 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
5053 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
5054 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
5055 Use x-invocation-args instead of ns-invocation-args.
5056 (ns-initialize-window-system, handle-args-function-alist):
5057 Use x-handle-args instead of ns-handle-args.
5058 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
5059 * startup.el (command-line-ns-option-alist): Replace
5060 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
5061 ns-handle-iconic with the x- equivalents.
5062
5063 * term/common-win.el (x-select-enable-clipboard):
5064 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
5065
5066 * term/ns-win.el: No need to require cl when compiling.
5067 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
5068 (xw-defined-colors): Use the common-win definitions.
5069 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
5070 (ns-handle-iconic): Make it an alias for x-handle-iconic.
5071 * term/common-win.el (x-select-text, x-alternatives-map)
5072 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
5073 * loadup.el [ns]: Load common-win.
5074
5075 2010-10-26 Daiki Ueno <ueno@unixuser.org>
5076
5077 * epa-mail.el (epa-mail-encrypt): Handle local-part only
5078 recipients; expand mail aliases (Bug#7280).
5079
5080 2010-10-25 Glenn Morris <rgm@gnu.org>
5081
5082 * term/common-win.el (x-handle-switch): Simplify with pop.
5083 Optionally handle numeric switches.
5084 (x-handle-numeric-switch): Just call x-handle-switch.
5085 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
5086 (x-handle-name-switch, x-handle-display, x-handle-args):
5087 Simplify with pop.
5088
5089 * term/ns-win.el: Do not require easymenu.
5090 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
5091 <spell>: Move adjustments to menu-bar.el.
5092 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
5093 <separator-undo, spell>: Move ns-win's adjustments here.
5094 * loadup.el [ns]: Do not load easymenu.
5095
5096 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5097
5098 * image.el (image-checkbox-checked, image-checkbox-unchecked):
5099 Delete (Bug#7222).
5100
5101 * startup.el (fancy-startup-tail): Instead of using inline images,
5102 refer to image files from etc/.
5103
5104 * wid-edit.el (checkbox): Likewise.
5105 (widget-image-find): Center image specs.
5106
5107 2010-10-24 Glenn Morris <rgm@gnu.org>
5108
5109 * term/ns-win.el (x-select-text): Doc fix.
5110 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
5111 (x-select-text): Move to term/common-win.
5112 * term/w32-win.el (xw-defined-colors): Move to common-win.
5113 * term/x-win.el (xw-defined-colors, x-alternatives-map)
5114 (x-setup-function-keys, x-select-text): Move to common-win.
5115 * term/common-win.el (x-select-text, x-alternatives-map)
5116 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
5117 definitions here.
5118
5119 2010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
5120
5121 * net/mairix.el (mairix-searches-mode-map):
5122 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
5123
5124 2010-10-24 Michael McNamara <mac@mail.brushroad.com>
5125
5126 * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
5127 auto-built for efficiency of execution and updating.
5128 (verilog-extended-complete-re): Support 'pure' fucntion & task
5129 declarations (these have no bodies).
5130 (verilog-beg-of-statement): General cleanup to enable support of
5131 'pure' fucntion & task declarations (these have no bodies).
5132 These efforts together fix Verilog bug210 from veripool; which was also
5133 noticed by Steve Pearlmutter.
5134 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
5135 (verilog-directive-nest-re, verilog-set-auto-endcomments):
5136 Support `elsif. Reported by Shankar Giri.
5137 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
5138 attribute handling for lining up declarations and assignments.
5139 (verilog-beg-of-statement-1): Fix issue where continued declaration
5140 is indented differently if it is after a begin..end clock.
5141 (verilog-in-attribute-p, verilog-skip-backward-comments)
5142 (verilog-skip-forward-comment-p): Support proper treatment of
5143 attributes by indent code. Reported by Jeff Steele.
5144 (verilog-in-directive-p): Fix comment to correctly describe function.
5145 (verilog-backward-up-list, verilog-in-struct-region-p)
5146 (verilog-backward-token, verilog-in-struct-p)
5147 (verilog-in-coverage-p, verilog-do-indent)
5148 (verilog-pretty-declarations): Use verilog-backward-up-list as
5149 wrapper around backward-up-list inorder to properly skip comments.
5150 Reported by David Rogoff.
5151 (verilog-property-re, verilog-endcomment-reason-re)
5152 (verilog-beg-of-statement, verilog-set-auto-endcomments)
5153 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
5154 of if). Reported by Max Bjurling and
5155 (verilog-calc-1): Fix for clocking block in modport
5156 declaration. Reported by Brian Hunter.
5157
5158 2010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
5159
5160 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
5161 (verilog-gate-keywords, verilog-read-sub-decls)
5162 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
5163 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
5164 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
5165 (verilog-read-decls): Fix spaces in V2K module parameters causing
5166 mis-identification as interfaces, bug287.
5167 (verilog-read-decls): Fix not treating "parameter string" as a
5168 parameter in AUTOINSTPARAM.
5169 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
5170 treating `elsif similar to `endif inside AUTOSENSE.
5171 (verilog-do-indent): Implement correct automatic or static task or
5172 function end comment highlight. Reported by Steve Pearlmutter.
5173 (verilog-font-lock-keywords-2): Fix highlighting of single
5174 character pins, bug264. Reported by Michael Laajanen.
5175 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
5176 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
5177 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
5178 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
5179 (verilog-pretty-expr): Fix interactive arguments, bug272.
5180 Reported by Mark Johnson.
5181 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
5182 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
5183 bug269. Suggested by Gary Delp.
5184 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
5185 (verilog-preprocessor, verilog-set-compile-command):
5186 Create verilog-preprocess and verilog-preprocessor to show
5187 preprocessed output.
5188 (verilog-get-beg-of-line, verilog-get-end-of-line)
5189 (verilog-modi-file-or-buffer, verilog-modi-name)
5190 (verilog-modi-point, verilog-within-string): Move defmacro's
5191 before first use to avoid warning. Reported by Steve Pearlmutter.
5192 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
5193 (verilog-colorize-region, verilog-highlight-buffer)
5194 (verilog-highlight-includes, verilog-highlight-modules)
5195 (verilog-highlight-region, verilog-mode): Rename colorize to
5196 highlight to match other packages. Disable module highlighting,
5197 as received speed complaints, reenable for experimentation only
5198 using new verilog-highlight-modules.
5199 (verilog-read-decls): Fix regexp stack overflow in very large
5200 AUTO_TEMPLATEs, bug250.
5201 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
5202 (verilog-scan): Create verilog-save-buffer-state to standardize
5203 making insignificant changes that shouldn't call hooks.
5204 (verilog-save-no-change-functions, verilog-save-scan-cache)
5205 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
5206 Create verilog-save-no-change-functions to wrap verilog-scan
5207 preservation, and fix to work with nested preserved calls.
5208 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
5209 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
5210 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
5211 (verilog-submit-bug-report): Update variable list to be complete.
5212 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
5213 breaking on-the-fly font-locking.
5214 (verilog-colorize-buffer, verilog-colorize-include-files)
5215 (verilog-colorize-include-files-buffer, verilog-colorize-region)
5216 (verilog-load-file-at-mouse, verilog-load-file-at-point)
5217 (verilog-mode, verilog-read-inst-module-matcher): With point on a
5218 AUTOINST cell instance name, middle mouse button now finds-file on
5219 it. Suggested by Brad Dobbie.
5220 (verilog-alw-get-temps, verilog-auto-reset)
5221 (verilog-auto-sense-sigs, verilog-read-always-signals)
5222 (verilog-read-always-signals-recurse): Fix loop indexes being
5223 AUTORESET. AUTORESET now assumes any variables in the
5224 initialization section of a for() should be ignored.
5225 Reported by Dan Dever.
5226 (verilog-error-font-lock-keywords)
5227 (verilog-error-regexp-emacs-alist)
5228 (verilog-error-regexp-xemacs-alist): Fix error detection of
5229 Cadence HAL, reported by David Asher. Repair drift between the
5230 three similar error variables.
5231 (verilog-modi-lookup, verilog-modi-lookup-cache)
5232 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
5233 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
5234 Fix slow verilog-auto expansion on very large files.
5235 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
5236 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
5237 "{1*2{...". Broke in last revision.
5238 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
5239 submodule connections with replications "{#{a},#{b}}".
5240
5241 2010-10-24 Juanma Barranquero <lekktu@gmail.com>
5242
5243 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
5244 Fix typo in docstring.
5245
5246 2010-10-24 Kenichi Handa <handa@m17n.org>
5247
5248 * face-remap.el (text-scale-adjust): Call read-event with a proper
5249 prompt.
5250
5251 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5252
5253 * emacs-lisp/unsafep.el: Don't mark functions that display
5254 messages as safe. Suggested by Johan Bockgård.
5255
5256 2010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5257
5258 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
5259 Turn comments into docstrings.
5260
5261 * minibuffer.el (completion--replace): Move point where it belongs
5262 when there's a common suffix (bug#7215).
5263
5264 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5265
5266 Merge read-color and facemenu-read-color (Bug#7242).
5267
5268 * faces.el (read-color): Use the completion code from
5269 facemenu-read-color. Require match in completion. Doc fix.
5270
5271 * facemenu.el (facemenu-read-color): Alias for read-color.
5272 (facemenu-set-foreground, facemenu-set-background):
5273 Use read-color.
5274
5275 * frame.el (set-background-color, set-foreground-color)
5276 (set-cursor-color, set-mouse-color, set-border-color):
5277 Use read-color.
5278
5279 2010-10-24 Leo <sdl.web@gmail.com>
5280
5281 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
5282 argument of delete-file and delete-directory (Bug#7011).
5283
5284 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5285
5286 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
5287 button-buffer-map.
5288
5289 2010-10-24 Ralf Angeli <angeli@caeruleus.net>
5290
5291 * emacs-lisp/package.el (package--generate-package-list): Make the
5292 *Packages* buffer read-only.
5293
5294 2010-10-24 Alan Mackenzie <acm@muc.de>
5295
5296 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
5297 result of `c-beginning-of-decl-1' between invocations of a lambda
5298 function (Bug #7265).
5299
5300 2010-10-24 Daiki Ueno <ueno@unixuser.org>
5301
5302 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
5303 executable is not available on the system (Bug#7268).
5304
5305 2010-10-24 Glenn Morris <rgm@gnu.org>
5306
5307 * select.el (selection-coding-system, next-selection-coding-system):
5308 Sync doc with C versions.
5309
5310 * w32-vars.el (x-select-enable-clipboard):
5311 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
5312 * term/common-win.el (x-select-enable-clipboard): Move here.
5313
5314 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
5315 definition of C variable.
5316
5317 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
5318 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5319 Don't redefine things that are defined in C.
5320 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
5321 (show-trailing-whitespace, auto-hscroll-mode)
5322 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5323 Set up the appropriate custom properties.
5324
5325 2010-10-24 Chong Yidong <cyd@stupidchicken.com>
5326
5327 Bind "C-c ]" to ...
5328 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
5329 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
5330 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
5331 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
5332
5333 2010-10-23 Glenn Morris <rgm@gnu.org>
5334
5335 * textmodes/flyspell.el (flyspell-mode): If there was an error,
5336 say what it was.
5337
5338 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
5339 Sync docs with C version.
5340
5341 * term/ns-win.el (xw-defined-colors):
5342 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
5343
5344 * term/pc-win.el (x-select-enable-clipboard):
5345 * term/x-win.el (x-select-enable-clipboard):
5346 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
5347
5348 * comint.el (comint-password-prompt-regexp): Make it less vague.
5349 Bump version.
5350
5351 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
5352
5353 * help.el (finder-by-keyword): Remove unnecessary autoload.
5354
5355 2010-10-22 Glenn Morris <rgm@gnu.org>
5356
5357 * loadup.el: Unconditionally load float-sup.
5358 * paren.el (show-paren-delay):
5359 * emacs-lisp/float-sup.el:
5360 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
5361 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
5362 (lazy-lock-stealth-verbose): Assume float support.
5363 * ps-print.el: Assume float support on Emacs.
5364 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
5365 Remove non-float branch.
5366
5367 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
5368 src/Makefile no longer being pre-processed.
5369
5370 2010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5371
5372 * emacs-lisp/find-func.el (find-library): Use test-completion.
5373
5374 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5375
5376 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
5377
5378 2010-10-21 Michael Albinus <michael.albinus@gmx.de>
5379
5380 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
5381 space in stat format string.
5382 (tramp-send-command): Unset $PS1 when using here documents, in
5383 order not to get several prompts.
5384 (tramp-get-inline-coding): Return `nil' in case of errors.
5385
5386 2010-10-21 Daiki Ueno <ueno@unixuser.org>
5387
5388 * hexl.el (hexl-mode, hexl-mode-exit):
5389 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
5390 (hexl-revert-buffer-function): New function.
5391 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
5392
5393 2010-10-19 Alan Mackenzie <acm@muc.de>
5394
5395 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
5396 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
5397 that these keywords aren't wrongly matched as identifiers.
5398
5399 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
5400 setting of c-new-BEG and c-new-END from c-before-change to
5401 c-after-change. (Bug#7181)
5402
5403 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
5404
5405 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
5406 Don't mark as safe.
5407
5408 * custom.el (custom-theme-set-variables): Likewise.
5409 (load-theme): Add custom-theme-set-faces and
5410 custom-theme-set-variables to safe-functions while loading.
5411 (custom-enabled-themes): Mark as risky.
5412
5413 2010-10-18 Julien Danjou <julien@danjou.info>
5414
5415 * bindings.el: Remove end dashes in default mode-line-format.
5416
5417 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
5418
5419 * bindings.el (global-map): Bind C-d to delete-char and deletechar
5420 to delete-forward-char.
5421
5422 * simple.el (normal-erase-is-backspace-mode): Remap delete to
5423 deletechar, and hence delete-forward-char.
5424
5425 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5426
5427 * repeat.el (repeat): Use read-key (bug#6256).
5428
5429 2010-10-19 Chong Yidong <cyd@stupidchicken.com>
5430
5431 * emacs-lisp/unsafep.el: Don't mark functions that display
5432 messages as safe. Suggested by Johan Bockgård.
5433
5434 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5435
5436 * minibuffer.el (completion--replace): Move point where it belongs
5437 when there's a common suffix (bug#7215).
5438
5439 2010-10-19 Kenichi Handa <handa@m17n.org>
5440
5441 * international/characters.el: Add category '|' (word breakable)
5442 to fullwidth characters.
5443
5444 2010-10-19 Michael Albinus <michael.albinus@gmx.de>
5445
5446 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
5447 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
5448 order to make stat results a float. Patch by Andreas Schwab
5449 <schwab@linux-m68k.org>.
5450
5451 2010-10-18 Julien Danjou <julien@danjou.info>
5452
5453 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
5454 hidden by `make-pointer-invisible'.
5455
5456 2010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5457
5458 * files.el (locate-file-completion-table): Strip non-matching elements
5459 before checking length of list (bug#7238).
5460
5461 2010-10-18 Chong Yidong <cyd@stupidchicken.com>
5462
5463 * custom.el (custom-theme-set-variables): Mark as a safe function.
5464 (load-theme): Check forms using unsafep.
5465
5466 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
5467
5468 2010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
5469
5470 * textmodes/ispell.el (ispell-aspell-find-dictionary):
5471 Fix aspell data file searching (bug#7230).
5472
5473 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
5474
5475 * cus-theme.el (custom-theme--migrate-settings): New var.
5476 (customize-create-theme): Allow editing the `user' theme.
5477 (custom-theme-add-variable, custom-theme-add-var-1)
5478 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
5479 to the front of each variable or face widget.
5480 (custom-theme-write): Save theme settings in the correct order.
5481 Optionally, remove saved settings from user customizations.
5482 (custom-theme-write-variables, custom-theme-write-faces):
5483 Save only the checked widgets.
5484 (customize-themes): Add a link for migrating custom settings.
5485
5486 * custom.el (custom-declare-theme, provide-theme):
5487 Use custom-theme-name-valid-p.
5488 (custom-theme-name-valid-p): Remove checks that are now
5489 unnecessary since themes no longer obey load-path.
5490
5491 * cus-edit.el (custom-variable-value-create): For the simple
5492 style, hide documentation string when hidden.
5493
5494 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
5495
5496 * cus-edit.el (custom-variable, custom-face): Combine the
5497 :inhibit-magic and :display-style properties into a single
5498 :custom-style property.
5499 (custom-toggle-hide-variable, custom-toggle-hide-face):
5500 New functions. If hiding an edited value, save it to :shown-value.
5501 (custom-variable-value-create, custom-face-value-create): Use them.
5502 (custom-magic-reset): Allow magic property to be unset.
5503
5504 * custom.el: Custom themes no longer use load-path.
5505 (custom-theme-load-path): New option. Change built-in theme
5506 directory to etc/.
5507 (custom-enabled-themes): Add custom-theme-load-path dependency.
5508 (custom-theme--load-path): New function.
5509 (load-theme, custom-available-themes): Use it.
5510
5511 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
5512 (customize-themes): Link to custom-theme-load-path variable.
5513 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
5514 :custom-style property.
5515
5516 * themes/*.el: Moved to etc/.
5517
5518 2010-10-16 Ralf Angeli <angeli@caeruleus.net>
5519
5520 * textmodes/reftex-cite.el
5521 (reftex-extract-bib-entries-from-thebibliography): Do not move
5522 point when searching for \bibitem entries. Match entries with
5523 spaces or tabs in front of arguments.
5524
5525 2010-10-16 Chong Yidong <cyd@stupidchicken.com>
5526
5527 * cus-theme.el (customize-create-theme): Delete overlays after
5528 erasing. If given a THEME arg, display only the faces of that arg
5529 instead of custom-theme--listed-faces.
5530 (custom-theme-variable-menu, custom-theme-variable-action)
5531 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
5532 (custom-theme-add-variable, custom-theme-add-face): Apply value
5533 from the theme settings, instead of the current value.
5534 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
5535 (custom-theme-visit-theme): Allow calling outside theme buffers.
5536 (custom-theme-merge-theme): Don't enable the theme when merging.
5537 (custom-theme-write-variables, custom-theme-write-faces): Use the
5538 :shown-value properties to save buffer values, not global ones.
5539 (customize-themes): Display a warning about user customizations.
5540
5541 * cus-edit.el (custom-variable-value-create)
5542 (custom-face-value-create): Obey new special properties
5543 :shown-value and :inhibit-magic.
5544
5545 2010-10-15 Michael Albinus <michael.albinus@gmx.de>
5546
5547 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
5548 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
5549 <dale@codefu.org>.
5550
5551 2010-10-14 Kenichi Handa <handa@m17n.org>
5552
5553 * mail/rmail.el (rmail-show-message-1): Catch an error of
5554 base64-decode-region and just show an error message (bug#7165).
5555
5556 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
5557 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
5558 a font-spec (bug#7197).
5559
5560 2010-10-14 Glenn Morris <rgm@gnu.org>
5561
5562 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
5563
5564 2010-10-14 Juanma Barranquero <lekktu@gmail.com>
5565
5566 * international/mule.el (define-coding-system):
5567 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5568 * composite.el (compose-region): Fix typo in docstring.
5569
5570 2010-10-14 Chong Yidong <cyd@stupidchicken.com>
5571
5572 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
5573 only after checking the theme-face property.
5574
5575 * faces.el (face-spec-reset-face): Reset all attributes in one
5576 single call to set-face-attribute.
5577 (face-spec-match-p): Make it a defsubst.
5578 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
5579 (x-create-frame-with-faces, tty-create-frame-with-faces)
5580 (tty-set-up-initial-frame-faces): Don't recompute face specs in
5581 frame-set-background-mode, since they are recomputed immediately
5582 afterwards in face-set-after-frame-default.
5583 (face-set-after-frame-default): Minor optimization.
5584 (cursor): Provide non-trivial defface spec.
5585
5586 * custom.el (custom-theme-recalc-face): Simplify.
5587
5588 2010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
5589
5590 * calc/calc-alg.el (math-var): Rename from `var'.
5591 (math-is-polynomial, math-is-poly-rec): Replace `var'
5592 with `math-var'.
5593
5594 * calc/calcalg2.el (math-var): Rename from `var'.
5595 (calcFunc-table, math-scan-for-limits): Replace `var'
5596 with `math-var'.
5597
5598 2010-10-13 Glenn Morris <rgm@gnu.org>
5599
5600 * subr.el (last): Deal with dotted lists (reported in bug#7174).
5601
5602 2010-10-13 Stephen Berman <stephen.berman@gmx.net>
5603
5604 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
5605
5606 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5607
5608 * net/tls.el (tls-program): Remove spurious %s from openssl.
5609 (tls-starttls-switches): Remove starttls hack.
5610 (open-tls-stream): Ditto.
5611 (tls-find-starttls-argument): Ditto.
5612
5613 2010-10-13 Juanma Barranquero <lekktu@gmail.com>
5614
5615 * image.el (image-library-alist): Declare as obsolete alias.
5616 (image-type-available-p): Use `dynamic-library-alist'.
5617
5618 * term/w32-win.el (dynamic-library-alist):
5619 Use instead of `image-library-alist'.
5620
5621 2010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
5622
5623 * subr.el (last): Make it faster. (Bug#7174)
5624
5625 2010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
5626
5627 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
5628
5629 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
5630
5631 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
5632 (describe-theme-1): Extract doc from unloaded themes.
5633
5634 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
5635
5636 * themes/tango-theme.el:
5637 * themes/tango-dark-theme.el:
5638 * themes/wheatgrass-theme.el: New files.
5639
5640 2010-10-12 Chong Yidong <cyd@stupidchicken.com>
5641
5642 * cus-theme.el (describe-theme, customize-themes)
5643 (custom-theme-save): New commands.
5644 (custom-new-theme-mode-map): Bind C-x C-s.
5645 (custom-new-theme-mode): Use custom--initialize-widget-variables.
5646 (customize-create-theme): New optional arg THEME.
5647 (custom-theme-revert): Use it.
5648 (custom-theme-visit-theme): Remove dead code.
5649 (custom-theme-merge-theme): Use custom-available-themes.
5650 (custom-theme-write): Make interactive.
5651 (custom-theme-write): Use custom-theme-name-valid-p.
5652 (describe-theme-1, custom-theme-choose-revert)
5653 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
5654 New funs.
5655 (custom-theme-allow-multiple-selections): New option.
5656 (custom-theme-choose-mode): New major mode.
5657
5658 * custom.el (custom-theme-set-variables): Remove dead code.
5659 Obey custom--inhibit-theme-enable.
5660 (custom--inhibit-theme-enable): New var.
5661 (provide-theme): Obey it.
5662 (load-theme): Replace load with manual read/eval, in order to
5663 check for correctness. Use custom-theme-name-valid-p.
5664 (custom-theme-name-valid-p): New function.
5665 (custom-available-themes): Use it.
5666
5667 * cus-edit.el (custom--initialize-widget-variables): New function.
5668 (Custom-mode): Use it.
5669
5670 * cus-face.el (custom-theme-set-faces): Remove dead code.
5671 Obey custom--inhibit-theme-enable.
5672
5673 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
5674
5675 2010-10-12 Juanma Barranquero <lekktu@gmail.com>
5676
5677 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
5678
5679 2010-10-12 Jan Djärv <jan.h.d@swipnet.se>
5680
5681 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
5682 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
5683 (mac-right-option-modifier): New alias for ns-right-option-modifier.
5684
5685 * cus-start.el (all): ns-right-alternate-modifier is new.
5686
5687 2010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5688
5689 * emacs-lisp/lisp.el (lisp-completion-at-point):
5690 Use emacs-lisp-mode-syntax-table for the whole function.
5691
5692 2010-10-12 David Koppelman <koppel@ece.lsu.edu>
5693
5694 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
5695 instead of font-lock-mode before adding keywords.
5696 Remove hi-lock-mode off code. Remove inhibit hack.
5697 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
5698 non-nil; removed hook inhibit hack.
5699
5700 2010-10-12 Glenn Morris <rgm@gnu.org>
5701
5702 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
5703 (load-path-shadows-find): ... to this.
5704 (list-load-path-shadows): Update for above change.
5705
5706 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
5707
5708 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
5709
5710 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
5711 Fix comment for declare-function.
5712
5713 2010-10-11 Chong Yidong <cyd@stupidchicken.com>
5714
5715 * custom.el (custom-fix-face-spec): New function; code moved from
5716 custom-face-edit-fix-value.
5717 (custom-push-theme): Use it when checking if a face has been
5718 changed outside customize.
5719 (custom-available-themes): New function.
5720 (load-theme): Use it.
5721
5722 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
5723
5724 * custom.el (custom-push-theme): Cleanup (use cond).
5725 (disable-theme): Recompute the saved-face property.
5726 (custom-theme-recalc-face): Follow face alias before setting prop.
5727
5728 * image.el (image-checkbox-checked, image-checkbox-unchecked):
5729 New variables, containing checkbox images.
5730
5731 * startup.el (fancy-startup-tail):
5732 * wid-edit.el (checkbox): Use them.
5733
5734 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
5735
5736 * shell.el (shell-mode-map):
5737 * progmodes/modula2.el (m2-mode-map):
5738 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
5739 * play/mpuz.el (mpuz-mode-map):
5740 * play/landmark.el (lm-mode-map):
5741 * play/decipher.el (decipher-mode-map):
5742 * play/5x5.el (5x5-mode-map):
5743 * net/telnet.el (telnet-mode-map):
5744 * net/quickurl.el (quickurl-list-mode-map):
5745 * net/mairix.el (mairix-searches-mode-map):
5746 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
5747 * net/dig.el (dig-mode-map):
5748 * mail/mspools.el (mspools-mode-map):
5749 * hexl.el (hexl-mode-map):
5750 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
5751 (wordstar-C-o-map, wordstar-C-q-map):
5752 * emacs-lisp/edebug.el (edebug-eval-mode-map):
5753 * emacs-lisp/chart.el (chart-map):
5754 * edmacro.el (edmacro-mode-map):
5755 * erc/erc-list.el (erc-list-menu-mode-map):
5756 * array.el (array-mode-map): Declare and define in one step.
5757
5758 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
5759
5760 2010-10-10 Daiki Ueno <ueno@unixuser.org>
5761
5762 * epa.el (epa-passphrase-callback-function): Display filename
5763 passed as the 3rd arg.
5764 * epa-file.el (epa-file-passphrase-callback-function):
5765 Pass filename to epa-passphrase-callback-function.
5766
5767 2010-10-09 Chong Yidong <cyd@stupidchicken.com>
5768
5769 * cus-edit.el (custom-face-widget-to-spec)
5770 (custom-face-get-current-spec, custom-face-state): New functions.
5771 (custom-face-set, custom-face-mark-to-save)
5772 (custom-face-value-create, custom-face-state-set): Use them.
5773
5774 * cus-theme.el (custom-theme--listed-faces): New var.
5775 (customize-create-theme): Use *Custom Theme* as the buffer name.
5776 Set revert-buffer-function. Optional arg BUFFER. Insert all
5777 faces listed in custom-theme--listed-faces.
5778 (custom-theme-revert): New function.
5779 (custom-theme-add-variable, custom-theme-add-face): Insert at the
5780 bottom of the list.
5781 (custom-theme-write): Prompt for theme name if empty.
5782 (custom-theme-write-variables): Use dolist.
5783 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
5784
5785 2010-10-09 Alan Mackenzie <acm@muc.de>
5786
5787 Enhance fontification of declarators to take account of the
5788 presence/absence of "typedef".
5789
5790 * cc-engine.el (c-forward-type): New &optional param
5791 "brace-block-too".
5792 (c-forward-decl-or-cast-1): cdr of return value now indicates the
5793 presence of either or both of a "struct"-like keyword and "typedef".
5794
5795 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
5796 fontification of declarators which follow a "}".
5797 (c-font-lock-declarations): Fontify declarators according to the
5798 presence/absence of "typedef".
5799
5800 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
5801 for "typedef".
5802 (c-typedef-decl-key): New lang variable built from
5803 c-typedef-decl-kwds.
5804
5805 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5806
5807 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
5808 since that's too annoying. Move the filter groups commands to
5809 TAB/backtab.
5810
5811 * epa.el (epa-passphrase-callback-function): Say what we're
5812 querying the password for.
5813
5814 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
5815 behaviour, don't bury the ibuffer buffer when visiting other buffers.
5816
5817 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
5818
5819 * cus-edit.el (custom-commands, custom-buffer-create-internal)
5820 (custom-magic-value-create): Pad button tags with spaces.
5821 (custom-face-edit): New variable.
5822 (custom-face-value-create): Determine whether to use the usual
5823 face editor here, instead of using custom-face-selected.
5824 Pass face defaults to custom-face-edit widget.
5825 (custom-face-selected, custom-display-unselected): Delete widgets.
5826 (custom-display-unselected-match): Function removed.
5827 (custom-face-set, custom-face-mark-to-save):
5828 Accept custom-face-edit widgets as the direct widget child.
5829
5830 * wid-edit.el (widget--completing-widget): New var.
5831 (widget-default-complete): Bind it when doing completion.
5832 (widget-string-complete, widget-file-complete): Use it.
5833
5834 2010-10-09 Glenn Morris <rgm@gnu.org>
5835
5836 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
5837 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
5838 (holiday-hebrew-misc): Small simplifications.
5839
5840 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
5841
5842 * net/browse-url.el: Don't require thingatpt, term, dired,
5843 executable, or w3-auto when compiling.
5844 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
5845 Declare.
5846 (browse-url-text-emacs): Require term.
5847
5848 2010-10-08 Andreas Schwab <schwab@linux-m68k.org>
5849
5850 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
5851
5852 2010-10-08 Glenn Morris <rgm@gnu.org>
5853
5854 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
5855
5856 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
5857 (shadows-compare-text-p): Make it an obsolete alias for...
5858 (load-path-shadows-compare-text): ... new name.
5859 (find-emacs-lisp-shadows): Update for above name change.
5860 (load-path-shadows-same-file-or-nonexistent): New name for the old
5861 shadow-same-file-or-nonexistent.
5862
5863 2010-10-08 Chong Yidong <cyd@stupidchicken.com>
5864
5865 * minibuffer.el (completion--some, completion--do-completion)
5866 (minibuffer-complete-and-exit, minibuffer-completion-help)
5867 (completion-basic-try-completion)
5868 (completion-basic-all-completions)
5869 (completion-pcm--find-all-completions): Use lexical-let to
5870 avoid some false matches in variable completion (Bug#7056)
5871
5872 2010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
5873
5874 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
5875
5876 2010-10-08 Leo <sdl.web@gmail.com>
5877
5878 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
5879 return non-nil if the file exists (Bug#7090).
5880
5881 2010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
5882
5883 * minibuffer.el (completion--replace):
5884 Better preserve markers (bug#7138).
5885
5886 2010-10-08 Juanma Barranquero <lekktu@gmail.com>
5887
5888 * server.el (server-process-filter): Doc fix.
5889
5890 2010-10-08 Drew Adams <drew.adams@oracle.com>
5891
5892 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
5893
5894 2010-10-08 Glenn Morris <rgm@gnu.org>
5895
5896 * vc/ediff-wind.el (ediff-setup-control-frame):
5897 * vc/ediff-ptch.el (ediff-default-backup-extension):
5898 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
5899 (ediff-exec-process): Remove system-types emx, windows-95.
5900
5901 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
5902
5903 2010-10-07 Chong Yidong <cyd@stupidchicken.com>
5904
5905 * cus-edit.el (custom-variable, custom-face): Doc fix.
5906 (custom-face-edit): Add value-create attribute.
5907 (custom-face-edit-value-create)
5908 (custom-face-edit-value-visibility-action): New functions.
5909 Hide unused face attributes by default, and add a visibility toggle.
5910 (custom-face-edit-deactivate): Show empty values with shadow face.
5911 (custom-face-selected): Only use this for face specs with default
5912 attributes.
5913 (custom-face-value-create): Cleanup.
5914
5915 * wid-edit.el (widget-checklist-value-create): Use dolist.
5916 (widget-checklist-match-find): Make second arg optional.
5917
5918 2010-10-07 Glenn Morris <rgm@gnu.org>
5919
5920 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
5921 Prefix things.
5922
5923 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
5924 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
5925 load-path-shadows-mode, update references.
5926 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
5927 Rename variable and button.
5928 (list-load-path-shadows): Update button caller.
5929
5930 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5931
5932 * emacs-lisp/smie.el (smie-bnf-classify): New function.
5933 (smie-bnf-precedence-table): Use it to remember the closers/openers.
5934 (smie-merge-prec2s): Handle those new entries.
5935 (smie-prec2-levels): Only set precedence to nil for actual
5936 openers/closers.
5937 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
5938 that is now unnecessary.
5939
5940 2010-10-07 Miles Bader <miles@gnu.org>
5941
5942 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
5943
5944 2010-10-07 Glenn Morris <rgm@gnu.org>
5945
5946 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
5947 (mail-position-on-field): Remove declarations.
5948 (mail-position-on-field): Autoload it.
5949 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
5950 and mail-header-end. Don't require sendmail.
5951
5952 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
5953 (shadow-mode): New mode.
5954 (shadow-find-file): New button.
5955 (list-load-path-shadows): Use shadow-mode and buttons.
5956
5957 * iimage.el (iimage-version): Remove.
5958 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
5959 Turn into defcustoms.
5960 (iimage-mode-map): Give it a doc string.
5961
5962 * calendar/appt.el (appt-activate): Give a warning rather than an error
5963 if there is no diary-file.
5964
5965 2010-10-06 Michael Albinus <michael.albinus@gmx.de>
5966
5967 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5968 Use `tramp-handle-find-backup-file-name'.
5969
5970 2010-10-06 Glenn Morris <rgm@gnu.org>
5971
5972 * font-core.el (font-lock-defaults-alist): Remove variable.
5973 (font-lock-mode): Doc fix.
5974 (font-lock-default-function): Do not consult font-lock-defaults-alist.
5975 * font-lock.el (font-lock-refresh-defaults): Doc fix.
5976 (font-lock-set-defaults): Doc fix.
5977 Do not consult font-lock-defaults-alist.
5978
5979 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
5980
5981 * emacs-lisp/cl.el: No longer provide cl-19.
5982
5983 2010-10-05 Michael Albinus <michael.albinus@gmx.de>
5984
5985 * net/tramp.el (tramp-handle-directory-files-and-attributes)
5986 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
5987 New defuns, taken from tramp-smb.el.
5988 (tramp-coding-system-change-eol-conversion)
5989 (tramp-set-process-query-on-exit-flag): Remove.
5990
5991 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
5992 (tramp-compat-coding-system-change-eol-conversion)
5993 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
5994 from tramp.el.
5995
5996 * net/tramp-gvfs.el:
5997 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
5998 by `tramp-compat-set-process-query-on-exit-flag'.
5999
6000 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6001 Use `tramp-handle-directory-files-and-attributes',
6002 `tramp-handle-file-exists-p' and
6003 `tramp-handle-file-newer-than-file-p'.
6004 (tramp-imap-handle-file-exists-p)
6005 (tramp-imap-handle-file-executable-p)
6006 (tramp-imap-handle-file-readable-p)
6007 (tramp-imap-handle-directory-files-and-attributes)
6008 (tramp-imap-handle-file-newer-than-file-p): Remove.
6009
6010 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
6011 by `tramp-compat-set-process-query-on-exit-flag' and
6012 `tramp-coding-system-change-eol-conversion' by
6013 `tramp-compat-coding-system-change-eol-conversion'.
6014
6015 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6016 Use `tramp-handle-directory-files-and-attributes',
6017 `tramp-handle-file-exists-p' and
6018 `tramp-handle-file-newer-than-file-p'.
6019 (tramp-smb-handle-directory-files-and-attributes)
6020 (tramp-smb-handle-file-exists-p)
6021 (tramp-smb-handle-file-newer-than-file-p): Remove.
6022 (tramp-smb-maybe-open-connection):
6023 Replace `tramp-set-process-query-on-exit-flag' by
6024 `tramp-compat-set-process-query-on-exit-flag'.
6025
6026 2010-10-05 Glenn Morris <rgm@gnu.org>
6027
6028 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
6029
6030 2010-10-04 Michael Albinus <michael.albinus@gmx.de>
6031
6032 Continue reorganization of load dependencies. (Bug#7156)
6033
6034 * net/tramp.el (tramp-handle-file-local-copy-hook)
6035 (tramp-delete-temp-file-function): Move down.
6036 (tramp-exists-file-name-handler): Move up.
6037 (tramp-register-file-name-handlers): Simplify autoload.
6038 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
6039 (tramp-handle-directory-files, tramp-handle-dired-uncache)
6040 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
6041 (tramp-handle-file-name-completion)
6042 (tramp-handle-file-name-directory)
6043 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
6044 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
6045 (tramp-handle-find-backup-file-name)
6046 (tramp-handle-insert-file-contents, tramp-handle-load)
6047 (tramp-handle-substitute-in-file-name)
6048 (tramp-handle-unhandled-file-name-directory)
6049 (tramp-mode-string-to-int, tramp-local-host-p)
6050 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
6051
6052 * net/tramp-gvfs.el (top):
6053 * net/tramp-smb.el (top): Do not require 'tramp-sh.
6054
6055 * net/tramp-sh.el (all): Move several objects to tramp.el, see
6056 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
6057
6058 2010-10-04 Glenn Morris <rgm@gnu.org>
6059
6060 * calendar/appt.el (appt-add): Ensure reminders are enabled.
6061 (appt-activate): Give status messages.
6062
6063 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6064
6065 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
6066 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
6067 `gnutls-negotiate' (formerly `starttls-negotiate').
6068 Remove trivial wrapper `starttls-open-stream'.
6069
6070 2010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6071
6072 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
6073 log-outgoing commands.
6074 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
6075 to create a buffer local revert-buffer-function variable.
6076 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
6077 revert-buffer-function lambda.
6078
6079 2010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6080
6081 * net/gnutls.el (starttls-negotiate): Use the plist interface to
6082 `gnutls-boot'. Make TYPE the only required parameter.
6083 Allow TRUSTFILES and KEYFILES to be lists.
6084 (open-ssl-stream): Use it.
6085
6086 2010-10-03 Glenn Morris <rgm@gnu.org>
6087
6088 * subr.el (directory-sep-char): Remove obsolete variable.
6089 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
6090 it is "necessary".
6091
6092 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
6093 * vc/vc.el (vc-static-header-alist): Doc fix.
6094 * vc/vc-cvs.el (vc-cvs-header):
6095 * vc/vc-rcs.el (vc-rcs-header):
6096 * vc/vc-sccs.el (vc-sccs-header):
6097 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
6098 * obsolete/vc-mcvs.el (vc-mcvs-header):
6099 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
6100 on XEmacs.
6101
6102 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
6103
6104 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
6105 Remove obsolete use of binary-overwrite-mode (Bug#7001).
6106
6107 2010-10-03 Glenn Morris <rgm@gnu.org>
6108
6109 * obsolete/x-menu.el: Remove file, obsolete since 21.1.
6110
6111 * textmodes/rst.el (rst-font-lock-keywords-function):
6112 Drop Emacs 20 code.
6113
6114 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
6115
6116 * printing.el: Drop Emacs 20 code.
6117
6118 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
6119 without having used appt.el already).
6120
6121 * subr.el (make-local-hook): Remove function obsolete since 21.1.
6122 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
6123 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
6124 XEmacs.
6125 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
6126 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
6127
6128 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
6129 (charset-width, find-charset-region, chars-in-region, forward-point)
6130 (encode-coding-string, coding-system-p, ccl-execute-on-string)
6131 (define-ccl-program, multibyte-string-p, string-make-multibyte):
6132 Remove compatibility cruft (none of these are used by ps*.el).
6133
6134 2010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6135
6136 * subr.el (booleanp): Return t instead of a list (Bug#7086).
6137
6138 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
6139
6140 * server.el (server-process-filter, server-return-error):
6141 Give emacsclient time to shut down after receiving an error string.
6142
6143 2010-10-02 Michael Albinus <michael.albinus@gmx.de>
6144
6145 * files.el (remote-file-name-inhibit-cache): New defcustom.
6146
6147 * time.el (display-time-file-nonempty-p):
6148 Use `remote-file-name-inhibit-cache'.
6149
6150 * net/tramp.el (tramp-completion-reread-directory-timeout):
6151 Fix docstring.
6152
6153 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
6154 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
6155 `remote-file-name-inhibit-cache'. Check also for an integer
6156 value. Add/increase counter when `tramp-verbose' >= 10.
6157 (tramp-set-file-property): Add/increase counter when
6158 `tramp-verbose' >= 10.
6159
6160 * net/tramp-cmds.el (tramp-cleanup-all-connections)
6161 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
6162 (tramp-bug): Set tramp-autoload cookie. Report all interned
6163 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
6164 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
6165 characters only in strings.
6166
6167 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
6168 to backward compatibility.
6169
6170 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
6171 (tramp-handle-file-name-all-completions)
6172 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
6173 (tramp-open-connection-setup-interactive-shell):
6174 Call `tramp-cleanup-connection' directly.
6175
6176 2010-10-02 Glenn Morris <rgm@gnu.org>
6177
6178 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
6179
6180 * subr.el (char-bytes): Remove obsolete function.
6181
6182 * isearch.el (isearch-return-char): Remove obsolete function.
6183
6184 * mouse.el: No longer provide mldrag.
6185 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
6186 Remove obsolete aliases.
6187
6188 * comint.el (comint-kill-output): Remove obsolete alias.
6189
6190 * composite.el (decompose-composite-char): Remove obsolete function.
6191 * ps-def.el (decompose-composite-char): Remove unused function.
6192
6193 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
6194
6195 * outline.el (outline-visible): Remove obsolete function.
6196
6197 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
6198 * faces.el (internal-find-face, internal-get-face)
6199 (frame-update-faces, frame-update-face-colors)
6200 (x-frob-font-weight, x-frob-font-slant)
6201 (internal-frob-font-weight, internal-frob-font-slant)
6202 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
6203 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
6204 (x-make-font-bold-italic): Remove functions and aliases, obsolete
6205 since Emacs 21.1.
6206 * emulation/viper-util.el (viper-get-face):
6207 * obsolete/lucid.el (find-face, get-face): Use facep.
6208 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
6209 Remove unused functions.
6210 * vc/ediff-util.el (ediff-submit-report): Doc fix.
6211
6212 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
6213 delete tempfile if interrupted during compilation.
6214
6215 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6216
6217 * net/tls.el (tls-starttls-switches): Give up on using starttls with
6218 gnutls-cli.
6219 (tls-program): Add --insecure to be consistent with the defaults from
6220 openssl s_client. Now all three commands are insecure.
6221
6222 2010-10-01 Eli Zaretskii <eliz@gnu.org>
6223
6224 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
6225 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
6226 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
6227
6228 2010-10-01 Glenn Morris <rgm@gnu.org>
6229
6230 * obsolete/sc.el: Remove file.
6231
6232 * files.el (temporary-file-directory): On darwin, also try
6233 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
6234
6235 2010-10-01 Juanma Barranquero <lekktu@gmail.com>
6236
6237 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
6238 Let's not break compatibility gratuitously, shall we?
6239
6240 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6241
6242 * net/tls.el (tls-starttls-switches): New variable.
6243 (tls-find-starttls-argument): Use it.
6244 (open-tls-stream): Ditto.
6245
6246 * net/netrc.el (netrc-credentials): Return the value of the "default"
6247 entry.
6248 (netrc-machine): Ditto.
6249
6250 2010-09-30 Eli Zaretskii <eliz@gnu.org>
6251
6252 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
6253
6254 2010-09-30 Juanma Barranquero <lekktu@gmail.com>
6255
6256 * server.el (server-start): Don't write pid to the authentication file.
6257 (server-create-tty-frame): Don't send pid.
6258 (server-process-filter): Send pid at the start of every connection.
6259
6260 2010-09-30 Glenn Morris <rgm@gnu.org>
6261
6262 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
6263 (show-all-diary-entries): Remove obsolete function aliases.
6264
6265 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
6266 Remove options, obsolete since 22.1.
6267 (appt-display-format, appt-display-message):
6268 Remove backwards-compatibility code.
6269 (appt-check): No longer check appt-issue-message.
6270 (appt-make-list): No longer autoload it. Doc fix. No longer
6271 activate the package.
6272
6273 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6274
6275 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
6276 (starttls-negotiate): Just call boot, and let the handshake be
6277 triggered from the read loop.
6278
6279 2010-09-29 Glenn Morris <rgm@gnu.org>
6280
6281 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
6282 not displaying the diary.
6283 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
6284 * calendar/appt.el (appt-check): No longer need to kill diary.
6285
6286 * calendar/diary-lib.el (diary-list-entries): Move the
6287 "Preparing..." message entirely here.
6288 (diary-simple-display, diary-fancy-display): Move "Preparing..."
6289 messages to diary-list-entries.
6290 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
6291 diary-display-function.
6292
6293 * calendar/diary-lib.el (diary-include-other-diary-files):
6294 Trap some recursive includes.
6295
6296 * calendar/appt.el (appt-activate): Check diary file.
6297
6298 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
6299
6300 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
6301 construction.
6302
6303 * calendar/time-date.el: No need to require cl for Emacs 21.
6304
6305 2010-09-28 Glenn Morris <rgm@gnu.org>
6306
6307 * calendar/appt.el (appt-check): Minor simplification.
6308
6309 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6310
6311 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
6312 citation prefix.
6313
6314 2010-09-27 Andreas Schwab <schwab@linux-m68k.org>
6315
6316 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6317 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
6318
6319 2010-09-27 Kenichi Handa <handa@m17n.org>
6320
6321 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
6322 "ustar" format.
6323
6324 2010-09-27 Kenichi Handa <handa@m17n.org>
6325
6326 * international/mule.el (define-coding-system): Docstring fixed.
6327
6328 * international/mule-diag.el (describe-character-set): Use princ
6329 with proper print-length and print-level instead of insert.
6330
6331 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
6332
6333 * window.el (walk-windows): Doc fix (bug#7105).
6334
6335 2010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6336
6337 * emacs-lisp/float-sup.el (e): Remove.
6338
6339 2010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6340
6341 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
6342 variable.
6343 (starttls-negotiate): Use it.
6344
6345 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6346
6347 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
6348 back.
6349
6350 2010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6351
6352 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
6353
6354 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6355
6356 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
6357
6358 * net/netrc.el (netrc-store-data): New function.
6359
6360 2010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
6361
6362 * net/gnutls.el: GnuTLS glue code to set up a connection.
6363
6364 2010-09-25 Julien Danjou <julien@danjou.info>
6365
6366 * notifications.el: Call dbus-register-signal only if it is bound.
6367
6368 2010-09-25 Glenn Morris <rgm@gnu.org>
6369
6370 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6371 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
6372 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
6373 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
6374 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
6375 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
6376 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
6377 * eshell/esh-util.el, eshell/esh-var.el:
6378 Remove leading `*' from docs of faces and defcustoms.
6379
6380 2010-09-25 Ulrich Mueller <ulm@gentoo.org>
6381
6382 * eshell/em-ls.el (eshell-ls-archive-regexp):
6383 * eshell/esh-util.el (eshell-tar-regexp):
6384 * ibuffer.el (ibuffer-compressed-file-name-regexp):
6385 * info.el (Info-suffix-list):
6386 * international/mule.el (auto-coding-alist):
6387 * woman.el (woman-file-regexp, woman-file-compression-regexp):
6388 * progmodes/etags.el (tags-compression-info-list):
6389 Support xz compression.
6390
6391 2010-09-25 Chong Yidong <cyd@stupidchicken.com>
6392
6393 * files.el (get-free-disk-space): Don't assume the "df" output
6394 columns line up (Bug#6995).
6395
6396 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
6397
6398 * finder.el (finder-unknown-keywords):
6399 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
6400 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
6401
6402 2010-09-25 Juanma Barranquero <lekktu@gmail.com>
6403
6404 * server.el (server-start): Revert part of 2010-08-08 change. Using
6405 address 127.0.0.1 for local host is now done in Fmake_network_process.
6406
6407 2010-09-24 Glenn Morris <rgm@gnu.org>
6408
6409 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
6410 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
6411 * textmodes/css-mode.el, textmodes/dns-mode.el:
6412 Move autoloaded auto-mode-alist entries to files.el.
6413 * files.el (auto-mode-alist): Move entries here.
6414
6415 2010-09-23 Glenn Morris <rgm@gnu.org>
6416
6417 * isearch.el (isearch-lazy-highlight-cleanup)
6418 (isearch-lazy-highlight-initial-delay)
6419 (isearch-lazy-highlight-interval)
6420 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
6421 * net/net-utils.el (ipconfig-program-options):
6422 Move aliases to options before the associated definitions.
6423
6424 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6425
6426 * newcomment.el (comment-normalize-vars): Better test validity of
6427 comment-end-skip.
6428
6429 2010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
6430
6431 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
6432 (float-e): New name for `e'.
6433 (degrees-to-radians, radians-to-degrees):
6434 * calendar/solar.el (solar-longitude):
6435 * calculator.el (calculator-registers, calculator-funcall):
6436 * textmodes/artist.el (artist-spray-random-points):
6437 * play/bubbles.el (bubbles--initialize-images): Use new names.
6438
6439 2010-09-23 Eric M. Ludlam <zappo@gnu.org>
6440
6441 Update to CEDET 1.0's version of EIEIO.
6442
6443 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
6444 New function.
6445 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
6446 (eieio-default-eval-maybe): Eval val instead of unquoting only.
6447 (class-precedence-list): If class is nil, return nil.
6448 (eieio-generic-call): If class of first input arg is nil, don't
6449 look up static methods, and do check for primary methods.
6450 (initialize-instance): See if the default needs to be evaluated
6451 during the constructor.
6452 (eieio-perform-slot-validation-for-default): Don't do the check
6453 for values that will eventually be evaluated.
6454 (eieio-eval-default-p): New function.
6455 (eieio-default-eval-maybe): Use it.
6456
6457 2010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
6458
6459 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
6460 method-invocation-order.
6461 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
6462 (eieio-class-precedence-dfs): Compute class precedence list using
6463 dfs algorithm.
6464 (eieio-class-precedence-bfs): Compute class precedence list using
6465 bfs algorithm.
6466 (eieio-class-precedence-c3): Compute class precedence list using
6467 c3 algorithm.
6468 (class-precedence-list): New function.
6469 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
6470 (inconsistent-class-hierarchy): New error symbol.
6471 (call-next-method): Stow the replacement argument list for future
6472 call-next-method invocations.
6473
6474 2010-09-23 Glenn Morris <rgm@gnu.org>
6475
6476 * calendar/appt.el (appt-check): If not displaying the diary,
6477 use (diary 1) to only get the entries we need.
6478 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
6479 that it is in day order. (Bug#7019)
6480
6481 * calendar/appt.el (appt-check): Rather than showing the diary,
6482 just turn off invisible display, and only if needed.
6483
6484 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
6485
6486 2010-09-23 Glenn Morris <rgm@gnu.org>
6487
6488 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6489 (byte-compile-defvar, byte-compile-cl-warn):
6490 Start warnings with lower-case, like the majority.
6491
6492 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
6493
6494 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
6495
6496 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
6497 * files.el (auto-mode-alist): Move ld-script entries here, further down
6498 the list.
6499
6500 * vc/add-log.el: Don't require timezone when compiling.
6501 (timezone-make-date-sortable): Autoload it.
6502 (change-log-sortable-date-at): Don't require timezone.
6503 Use `ignore-errors'.
6504
6505 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6506 Move alias before definition, so it does not need autoloading.
6507
6508 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
6509 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
6510 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
6511 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
6512 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
6513 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
6514 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
6515 * textmodes/tex-mode.el, textmodes/two-column.el:
6516 Remove leading `*' from docs of defcustoms etc.
6517
6518 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
6519
6520 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
6521
6522 2010-09-22 Dan Christensen <jdc@uwo.ca>
6523
6524 * calendar/time-date.el (date-to-time): Try using parse-time-string
6525 first before using the slower timezone-make-date-arpa-standard.
6526
6527 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
6528
6529 * calendar/time-date.el (format-seconds): Comment fix.
6530
6531 2010-09-22 Glenn Morris <rgm@gnu.org>
6532
6533 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
6534 is not automatically buffer-local.
6535
6536 2010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6537
6538 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
6539 (smie-indent-comment): Be more careful with comment-start-skip.
6540 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
6541 (smie-indent-functions): Use them.
6542
6543 2010-09-21 Michael Albinus <michael.albinus@gmx.de>
6544
6545 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
6546
6547 2010-09-21 Jan Djärv <jan.h.d@swipnet.se>
6548
6549 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
6550 tool-bar-position. Don't modify frame parameters here.
6551 (menu-bar-options-save): Add tool-bar-position.
6552
6553 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
6554
6555 2010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6556
6557 * textmodes/reftex-parse.el (reftex-what-macro)
6558 (reftex-context-substring): Let-bind forward-sexp-function to nil
6559 since we don't need/want to treat \begin...\end as a block (bug#7053).
6560
6561 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
6562
6563 * simple.el (blink-matching-open): Use syntax-class.
6564
6565 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
6566 Set invisibility spec for pascal's outline mode.
6567 (pascal-outline-change): Clean up calling convention.
6568 (pascal-show-all, pascal-hide-other-defuns): Update callers.
6569
6570 * progmodes/prolog.el (prolog-smie-forward-token)
6571 (prolog-smie-backward-token): New functions.
6572 (prolog-mode-variables): Use them to parse "!," correctly.
6573 Set up smie-blink-matching for ".".
6574
6575 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
6576 and `end'.
6577 (ispell-region, ispell-process-line): Update users.
6578
6579 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
6580 point-min==1.
6581
6582 * textmodes/ispell.el: Fix commenting convention.
6583 (ispell-parse-output): Simplify, use push.
6584 (ispell-region): Use match-string-no-properties.
6585 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
6586 (ispell-minor-mode): Use define-minor-mode.
6587 (ispell-message): Remove unused var `skip-regexp'.
6588 (ispell-add-per-file-word-list): Use dynamic let-binding.
6589 Try and use the proper comment marker.
6590
6591 * mail/sendmail.el: Fix commenting convention.
6592 (sendmail-send-it): Use line-beginning-position.
6593
6594 * help-fns.el (describe-variable): Add original value, if applicable.
6595
6596 2010-09-20 Juanma Barranquero <lekktu@gmail.com>
6597
6598 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
6599
6600 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
6601
6602 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6603
6604 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
6605 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
6606 (smie-prec2-levels): Use them to better diagnose precedence cycles.
6607 (smie-blink-matching-check): Don't signal a mismatch if car is t.
6608 (smie-blink-matching-open): Rewrite to remove assumptions, so that
6609 something like "." can also be a closer.
6610 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
6611 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
6612 Rename internal functions to use "--". Update callers.
6613
6614 * frame.el (make-frame-names-alist): Don't list frames on other displays.
6615
6616 * fringe.el (fringe-styles): New var.
6617 (fringe-mode, fringe-query-style): Use it.
6618
6619 2010-09-18 Michael R. Mauger <mmaug@yahoo.com>
6620
6621 * progmodes/sql.el: Version 2.8
6622 (sql-login-params): Update widget structure; changes still needed.
6623 (sql-product-alist): Add :list-all and :list-table features for
6624 SQLite, Postgres and MySQL products.
6625 (sql-redirect): Handle default value.
6626 (sql-execute, sql-execute-feature): New functions.
6627 (sql-read-table-name): New function.
6628 (sql-list-all, sql-list-table): New functions. User API.
6629 (sql-mode-map, sql-interactive-mode-map): Add key definitions
6630 for above functions.
6631 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
6632 for above functions.
6633 (sql-postgres-login-params): Add user and database defaults.
6634 (sql-buffer-live-p): Bug fix.
6635 (sql-product-history): New variable.
6636 (sql-read-product): New function. Use it.
6637 (sql-set-product, sql-product-interactive): Use it.
6638 (sql-connection-history): New variable.
6639 (sql-read-connection): New function. Use it.
6640 (sql-connect): New function.
6641 (sql-for-each-login): Redesign function interface.
6642 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
6643 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
6644 (sql-comint): Check for program. Existing live buffer.
6645 (sql-comint-postgres): Add port parameter.
6646
6647 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6648
6649 * emacs-lisp/warnings.el: Fix commenting convention.
6650 (display-warning): Use special mode and make the buffer read-only.
6651
6652 2010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
6653
6654 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
6655 empty string when it follows a repeated or optional pattern.
6656
6657 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6658
6659 * indent.el (indent-according-to-mode): Apply syntax-propertize.
6660 (indent-region): Use indent-according-to-mode.
6661
6662 2010-09-18 Eli Zaretskii <eliz@gnu.org>
6663
6664 * fringe.el (fringe-mode): Doc fix.
6665
6666 2010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
6667
6668 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
6669 refreshing the preview buffer.
6670
6671 2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6672
6673 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
6674 (latex-syntax-propertize-rules): New consts; replace
6675 tex-font-lock-syntactic-keywords.
6676 (tex-env-mark, latex-env-before-change): New functions.
6677 (latex-electric-env-pair-mode): New minor mode.
6678 (tex-font-lock-verb): Change arguments; do move point.
6679 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
6680 representation as a form of comment.
6681 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
6682 (doctex-syntax-propertize-rules): New const; replaces
6683 doctex-font-lock-syntactic-keywords.
6684 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
6685
6686 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
6687 (fortran-make-syntax-propertize-function): New function; replaces
6688 fortran-font-lock-syntactic-keywords.
6689 (fortran-mode): Use it.
6690 (fortran-line-length): Use it. Improve interactive spec.
6691
6692 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
6693 (syntax-propertize-rules): Add var-ref case. Fix offset computation
6694 when adding surrounding \(..\).
6695
6696 * progmodes/js.el (js-mode): Fix last change (bug#7054).
6697
6698 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6699
6700 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
6701 Use with-current-buffer.
6702
6703 * isearch.el (isearch-face): Rename from `isearch'.
6704 (isearch-highlight): Use new name.
6705
6706 2010-09-17 Eli Zaretskii <eliz@gnu.org>
6707
6708 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
6709 5, for `half' width fringes. (Bug#6933)
6710
6711 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6712
6713 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6714 (byte-compile-defvar): "foo/bar" does not lack a prefix.
6715
6716 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
6717
6718 2010-09-17 Stephen Berman <stephen.berman@gmx.net>
6719
6720 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
6721 in calculating new frame position. Add more space between new and
6722 parent on the left (Bug#7048).
6723
6724 2010-09-17 Michael Albinus <michael.albinus@gmx.de>
6725
6726 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
6727 defmacro.
6728
6729 2010-09-16 Chong Yidong <cyd@stupidchicken.com>
6730
6731 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
6732
6733 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
6734 obsolete alias for x-selection-value.
6735
6736 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
6737
6738 2010-09-16 Michael Albinus <michael.albinus@gmx.de>
6739
6740 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
6741 cookie.
6742
6743 2010-09-15 Michael Albinus <michael.albinus@gmx.de>
6744
6745 * net/tramp-compat.el (tramp-compat-with-temp-message)
6746 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
6747 (tramp-compat-process-put): New defuns.
6748
6749 * net/tramp.el (top):
6750 * net/tramp-gvfs.el (top):
6751 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
6752
6753 * net/tramp.el (tramp-progress-reporter-update):
6754 Use `tramp-compat-funcall'.
6755
6756 * net/tramp.el (tramp-process-actions):
6757 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
6758 * net/tramp-sh.el (tramp-handle-vc-registered)
6759 (tramp-get-remote-stat, tramp-get-remote-readlink):
6760 Use `tramp-compat-with-temp-message'.
6761
6762 * net/tramp-sh.el (top): Require 'cl.
6763 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
6764 (tramp-open-connection-setup-interactive-shell):
6765 Use `tramp-compat-process-put'.
6766
6767 2010-09-15 Alan Mackenzie <acm@muc.de>
6768
6769 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
6770 indentation.
6771 (c-forward-<>-arglist-recur): Fix an infinite recursion.
6772
6773 2010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6774
6775 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
6776 `lexical' for warnings related to lexical scoping.
6777 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
6778 global vars which don't have a prefix and could hence affect lexical
6779 scoping in unrelated files.
6780
6781 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6782
6783 * net/imap.el: Revert back to version
6784 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6785 seem problematic.
6786
6787 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
6788
6789 * obsolete/old-whitespace.el (whitespace-unload-function):
6790 Explicitly pass `obarray' to `unintern' to avoid a warning.
6791
6792 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6793
6794 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
6795 Add `when' argument. Update callers.
6796
6797 * subr.el (unintern): Declare the obarray arg mandatory.
6798
6799 2010-09-14 Glenn Morris <rgm@gnu.org>
6800
6801 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
6802 Doc fixes.
6803
6804 * calendar/diary-lib.el (diary-included-files): New variable.
6805 (diary-list-entries): Maybe initialize diary-included-files.
6806 (diary-include-other-diary-files): Append to diary-included-files.
6807 * calendar/appt.el (appt-update-list): Also check the members of
6808 diary-included-files. (Bug#6999)
6809 (appt-check): Doc fix.
6810
6811 2010-09-14 David Reitter <david.reitter@gmail.com>
6812
6813 * simple.el (line-move-visual): Do not truncate goal column to
6814 integer size. (Bug#7020)
6815
6816 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6817
6818 * repeat.el (repeat): Allow repeating when the last event is a click.
6819 Suggested by Drew Adams (bug#6256).
6820
6821 2010-09-14 Sascha Wilde <wilde@sha-bang.de>
6822
6823 * vc/vc-hg.el (vc-hg-state, vc-hg-working-revision):
6824 Replace setting HGRCPATH to "" by some less invasive --config options.
6825
6826 2010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6827
6828 * font-lock.el (font-lock-beginning-of-syntax-function):
6829 Mark as obsolete.
6830
6831 2010-09-14 Glenn Morris <rgm@gnu.org>
6832
6833 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
6834 and tool-bar modes. (Bug#6211)
6835 (menu-bar-mode): Move setting of standard-value after the
6836 minor-mode definition, otherwise it seems to have no effect.
6837
6838 2010-09-14 Masatake YAMATO <yamato@redhat.com>
6839
6840 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
6841 Fix typo. (Bug#6976)
6842
6843 2010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6844
6845 * whitespace.el: Allow cleaning up blanks without blank
6846 visualization (Bug#6651). Adjust help window for
6847 whitespace-toggle-options (Bug#6479). Allow to use fill-column
6848 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
6849 (whitespace-style): Add new value 'face. Adjust docstring.
6850 (whitespace-space, whitespace-hspace, whitespace-tab):
6851 Adjust foreground property face.
6852 (whitespace-line-column): Adjust docstring and type declaration.
6853 (whitespace-style-value-list, whitespace-toggle-option-alist)
6854 (whitespace-help-text): Adjust const initialization.
6855 (whitespace-toggle-options, global-whitespace-toggle-options):
6856 Adjust docstring.
6857 (whitespace-display-window, whitespace-interactive-char)
6858 (whitespace-style-face-p, whitespace-color-on): Adjust code.
6859 (whitespace-help-scroll): New fun.
6860
6861 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
6862
6863 * calendar/time-date.el (format-seconds): Comment fix.
6864
6865 2010-09-13 Michael R. Mauger <mmaug@yahoo.com>
6866
6867 * progmodes/sql.el: Version 2.7.
6868 (sql-buffer-live-p): Improve detection.
6869 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
6870 (sql-set-sqli-buffer): Use it.
6871 (sql-product-interactive): Run `sql-set-sqli-hook'.
6872 (sql-rename-buffer): Code cleanup.
6873 (sql-redirect, sql-redirect-value): New functions. More to come.
6874
6875 2010-09-13 Juanma Barranquero <lekktu@gmail.com>
6876
6877 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.
6878 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
6879 (TRAMP_SRC): New macro.
6880 ($(lisp)/net/tramp-loaddefs.el): New target.
6881
6882 2010-09-13 Michael Albinus <michael.albinus@gmx.de>
6883
6884 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
6885
6886 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
6887
6888 * net/tramp.el (top): Don't show loading message. Require just
6889 'tramp-compat, everything else is required there.
6890 Use `ignore-errors' where appropriate.
6891 (tramp-inline-compress-start-size, tramp-copy-size-limit)
6892 (tramp-terminal-type, tramp-end-of-output)
6893 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
6894 (tramp-completion-function-alist-ssh)
6895 (tramp-completion-function-alist-telnet)
6896 (tramp-completion-function-alist-su)
6897 (tramp-completion-function-alist-putty, tramp-remote-path)
6898 (tramp-remote-process-environment, tramp-sh-extra-args)
6899 (tramp-actions-before-shell, tramp-uudecode)
6900 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
6901 (tramp-perl-file-attributes)
6902 (tramp-perl-directory-files-and-attributes)
6903 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
6904 (tramp-perl-encode, tramp-perl-decode)
6905 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
6906 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
6907 (tramp-handle-make-symbolic-link, tramp-handle-load)
6908 (tramp-handle-file-name-as-directory)
6909 (tramp-handle-file-name-directory)
6910 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
6911 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
6912 (tramp-do-file-attributes-with-ls)
6913 (tramp-do-file-attributes-with-perl)
6914 (tramp-do-file-attributes-with-stat)
6915 (tramp-handle-set-visited-file-modtime)
6916 (tramp-handle-verify-visited-file-modtime)
6917 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
6918 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
6919 (tramp-handle-file-selinux-context)
6920 (tramp-handle-set-file-selinux-context)
6921 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
6922 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
6923 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
6924 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
6925 (tramp-handle-file-ownership-preserved-p)
6926 (tramp-handle-directory-file-name, tramp-handle-directory-files)
6927 (tramp-handle-directory-files-and-attributes)
6928 (tramp-do-directory-files-and-attributes-with-perl)
6929 (tramp-do-directory-files-and-attributes-with-stat)
6930 (tramp-handle-file-name-all-completions)
6931 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
6932 (tramp-handle-copy-file, tramp-handle-copy-directory)
6933 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
6934 (tramp-do-copy-or-rename-file-via-buffer)
6935 (tramp-do-copy-or-rename-file-directly)
6936 (tramp-do-copy-or-rename-file-out-of-band)
6937 (tramp-handle-make-directory, tramp-handle-delete-directory)
6938 (tramp-handle-delete-file)
6939 (tramp-handle-dired-recursive-delete-directory)
6940 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
6941 (tramp-handle-insert-directory)
6942 (tramp-handle-unhandled-file-name-directory)
6943 (tramp-handle-expand-file-name)
6944 (tramp-handle-substitute-in-file-name)
6945 (tramp-handle-executable-find, tramp-process-sentinel)
6946 (tramp-handle-start-file-process, tramp-handle-process-file)
6947 (tramp-handle-call-process-region, tramp-handle-shell-command)
6948 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
6949 (tramp-handle-insert-file-contents)
6950 (tramp-handle-insert-file-contents-literally)
6951 (tramp-handle-find-backup-file-name)
6952 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
6953 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
6954 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
6955 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
6956 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
6957 (tramp-find-file-exists-command, tramp-open-shell)
6958 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
6959 (tramp-open-connection-setup-interactive-shell)
6960 (tramp-local-coding-commands, tramp-remote-coding-commands)
6961 (tramp-find-inline-encoding, tramp-call-local-coding-command)
6962 (tramp-inline-compress-commands, tramp-find-inline-compress)
6963 (tramp-compute-multi-hops, tramp-maybe-open-connection)
6964 (tramp-send-command, tramp-wait-for-output)
6965 (tramp-send-command-and-check, tramp-barf-unless-okay)
6966 (tramp-send-command-and-read, tramp-mode-string-to-int)
6967 (tramp-convert-file-attributes, tramp-check-cached-permissions)
6968 (tramp-file-mode-from-int, tramp-file-mode-permissions)
6969 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
6970 (tramp-method-out-of-band-p, tramp-local-host-p)
6971 (tramp-get-remote-path, tramp-get-remote-tmpdir)
6972 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
6973 (tramp-get-test-command, tramp-get-test-nt-command)
6974 (tramp-get-file-exists-command, tramp-get-remote-ln)
6975 (tramp-get-remote-perl, tramp-get-remote-stat)
6976 (tramp-get-remote-readlink, tramp-get-remote-trash)
6977 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
6978 (tramp-get-local-uid, tramp-get-local-gid)
6979 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
6980 tramp-sh.el.
6981 (tramp-methods, tramp-default-method-alist)
6982 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
6983 Move initialization to tramp-sh.el.
6984 (tramp-temp-name-prefix): Make it a defconst.
6985 (tramp-dissect-file-name): Don't check anymore for multi-hop
6986 methods.
6987 (tramp-debug-outline-regexp): Add a docstring.
6988 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
6989 (tramp-get-debug-buffer): Use it.
6990
6991 * net/tramp-cache.el (top): Set tramp-autoload cookie for
6992 initialization forms.
6993 (tramp-set-connection-property): Don't protect `tramp-message'
6994 call, it isn't necessary any longer.
6995 (tramp-dump-connection-properties): Use `ignore-errors'.
6996
6997 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
6998 'password-cache and 'auth-source.
6999
7000 * net/tramp-gvfs.el (top):
7001 * net/tramp-smb.el (top): Require 'tramp-sh.
7002
7003 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
7004
7005 * net/tramp-sh.el: New file, derived from tramp.el.
7006 (top): Initialize `tramp-methods', `tramp-default-method-alist',
7007 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
7008 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
7009 Use `ignore-errors' where appropriate.
7010 (tramp-sh-file-name-handler-alist): Rename from
7011 `tramp-file-name-handler-alist'.
7012 (tramp-send-command-and-check): Return t or nil. Remove all
7013 `zerop' checks, where called.
7014 (tramp-handle-set-file-modes)
7015 (tramp-do-copy-or-rename-file-directly)
7016 (tramp-handle-delete-directory, tramp-handle-delete-file)
7017 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
7018 (tramp-sh-file-name-handler, tramp-send-command-and-check)
7019 (tramp-get-remote-ln): Set tramp-autoload cookie.
7020
7021 * net/tramp-fish.el: Remove file.
7022
7023 2010-09-13 Daiki Ueno <ueno@unixuser.org>
7024
7025 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
7026 buffer-file-name to avoid file-locking. (Bug#7026)
7027
7028 2010-09-13 Julien Danjou <julien@danjou.info>
7029
7030 * notifications.el (notifications-notify): Add support for
7031 image-path and sound-name.
7032 (notifications-specification-version): Add this variable.
7033
7034 2010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7035
7036 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
7037
7038 2010-09-12 Leo <sdl.web@gmail.com>
7039
7040 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
7041 (rcirc-completion-start): New variables.
7042 (rcirc-nick-completions): Rename to rcirc-completions.
7043 (rcirc-nick-completion-start-offset): Delete.
7044 (rcirc-completion-at-point): New function for constructing
7045 completion data for both nicks and irc commands. Add to
7046 completion-at-point-functions in rcirc mode.
7047 (rcirc-complete): Rename from rcirc-nick-complete; use
7048 rcirc-completion-at-point.
7049 (defun-rcirc-command): Update rcirc-client-commands.
7050
7051 2010-09-11 Glenn Morris <rgm@gnu.org>
7052
7053 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
7054 atomically, to avoid parallel build errors. (Bug#4196)
7055
7056 2010-09-11 Michael R. Mauger <mmaug@yahoo.com>
7057
7058 * progmodes/sql.el: Version 2.6
7059 (sql-dialect): Synonym for "sql-product".
7060 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7061 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
7062 Set "sql-buffer" to buffer name not buffer object so multiple sql
7063 interactive buffers work properly. Reverts misguided changes in
7064 earlier work.
7065 (sql-comint): Make sure different buffer name is used if "*SQL*"
7066 buffer is for a different product.
7067 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
7068 login param.
7069 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7070 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7071 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
7072 Accept new buffer name or prompt for one.
7073 (sql-port): Default to zero.
7074 (sql-comint-mysql): Handle "sql-port" as a numeric.
7075 (sql-port-history): Delete unused variable.
7076 (sql-get-login): Default "sql-port" to a number.
7077 (sql-product-alist): Correct Postgres prompt and terminator regexp.
7078 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
7079 "sqlite3" executables.
7080 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
7081 (sql-buffer-live-p): New function.
7082 (sql-mode-menu, sql-send-string): Use it.
7083 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
7084 syntax pattern.
7085 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
7086 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
7087
7088 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7089
7090 * net/netrc.el (netrc-credentials): New convenience function.
7091
7092 2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7093
7094 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
7095 to replace texinfo-font-lock-syntactic-keywords.
7096 (texinfo-mode): Use it.
7097
7098 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
7099 Use syntax-propertize-function.
7100
7101 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
7102 replace sgml-font-lock-syntactic-keywords.
7103 (sgml-mode): Use it.
7104
7105 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
7106 since we don't use it.
7107
7108 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
7109
7110 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
7111 if available.
7112 (vhdl-fontify-buffer): Adjust.
7113
7114 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
7115 replace tcl-font-lock-syntactic-keywords.
7116 (tcl-mode): Use it.
7117
7118 * progmodes/simula.el (simula-syntax-propertize-function): New var to
7119 replace simula-font-lock-syntactic-keywords.
7120 (simula-mode): Use it.
7121
7122 * progmodes/sh-script.el (sh-st-symbol): Remove.
7123 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
7124 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
7125 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
7126 (sh-font-lock-paren): Set syntax-multiline.
7127 (sh-font-lock-syntactic-keywords): Remove.
7128 (sh-syntax-propertize-function): New function to replace it.
7129 (sh-mode): Use it.
7130
7131 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
7132 Define while compiling.
7133 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
7134 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
7135 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
7136 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
7137 (ruby-here-doc-end-syntax): Only define when
7138 syntax-propertize is not available.
7139 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
7140 New functions.
7141 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
7142 (electric-indent-chars): Silence bytecompiler.
7143 (ruby-mode): Use prog-mode, syntax-propertize-function, and
7144 electric-indent-chars.
7145
7146 * progmodes/python.el (python-syntax-propertize-function): New var to
7147 replace python-font-lock-syntactic-keywords.
7148 (python-mode): Use it.
7149 (python-quote-syntax): Simplify and adjust to new use.
7150
7151 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
7152 replace perl-font-lock-syntactic-keywords.
7153 (perl-syntax-propertize-special-constructs): New fun to replace
7154 perl-font-lock-special-syntactic-constructs.
7155 (perl-font-lock-syntactic-face-function): New fun.
7156 (perl-mode): Use it.
7157
7158 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
7159 to replace octave-font-lock-close-quotes.
7160 (octave-syntax-propertize-function): New function to replace
7161 octave-font-lock-syntactic-keywords.
7162 (octave-mode): Use it.
7163
7164 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
7165 replaces mixal-font-lock-syntactic-keywords.
7166 (mixal-mode): Use it.
7167
7168 * progmodes/make-mode.el (makefile-syntax-propertize-function):
7169 New var; replaces makefile-font-lock-syntactic-keywords.
7170 (makefile-mode): Use it.
7171 (makefile-imake-mode): Adjust.
7172
7173 * progmodes/js.el (js--regexp-literal): Define while compiling.
7174 (js-syntax-propertize-function): New var; replaces
7175 js-font-lock-syntactic-keywords.
7176 (js-mode): Use it.
7177
7178 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
7179 replaces gdb-script-font-lock-syntactic-keywords.
7180 (gdb-script-mode): Use it.
7181
7182 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
7183 (fortran--font-lock-syntactic-keywords): New var.
7184 (fortran-line-length): Update syntax-propertize-function and
7185 fortran--font-lock-syntactic-keywords.
7186
7187 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
7188
7189 * progmodes/cfengine.el (cfengine-mode):
7190 Use syntax-propertize-function.
7191 (cfengine-font-lock-syntactic-keywords): Remove.
7192
7193 * progmodes/autoconf.el (autoconf-mode):
7194 Use syntax-propertize-function.
7195 (autoconf-font-lock-syntactic-keywords): Remove.
7196
7197 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
7198 (ada-after-change-function, ada-initialize-syntax-table-properties)
7199 (ada-handle-syntax-table-properties): Only define when
7200 syntax-propertize is not available.
7201 (ada-mode): Use syntax-propertize-function.
7202
7203 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
7204 (font-lock-fontify-syntactic-keywords-region): Move handling of
7205 font-lock-syntactically-fontified to...
7206 (font-lock-default-fontify-region): ...here.
7207 Let syntax-propertize-function take precedence.
7208 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
7209
7210 * emacs-lisp/syntax.el (syntax-propertize-function)
7211 (syntax-propertize-chunk-size, syntax-propertize--done)
7212 (syntax-propertize-extend-region-functions): New vars.
7213 (syntax-propertize-wholelines, syntax-propertize-multiline)
7214 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
7215 (syntax-propertize): New functions.
7216 (syntax-propertize-rules): New macro.
7217 (syntax-ppss-flush-cache): Set syntax-propertize--done.
7218 (syntax-ppss): Call syntax-propertize.
7219
7220 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
7221
7222 2010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
7223
7224 * textmodes/ispell.el (ispell-init-process): Improve comments.
7225 XEmacs compatibility changes regarding (add-hook) 'local option
7226 and (set-process-query-on-exit-flag).
7227
7228 2010-09-09 Michael Albinus <michael.albinus@gmx.de>
7229
7230 * net/tramp-cache.el (tramp-parse-connection-properties):
7231 Set tramp-autoload cookie.
7232
7233 2010-09-09 Glenn Morris <rgm@gnu.org>
7234
7235 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
7236 (imagemagick-register-types): Doc fix.
7237
7238 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7239
7240 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
7241
7242 * progmodes/js.el (require): Require is already "eval-and-compile".
7243 (js--re-search-forward): Avoid `eval'. Preserve the error data.
7244 (js--re-search-backward): Use js--re-search-forward.
7245
7246 * progmodes/fortran.el (fortran-line-length): Don't recompute
7247 syntactic keywords redundantly a second time.
7248
7249 * progmodes/ada-mode.el: Replace "(set '" with setq.
7250 (ada-mode): Simplify.
7251 (ada-create-case-exception, ada-adjust-case-interactive)
7252 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
7253 (ada-search-ignore-string-comment, ada-move-to-start)
7254 (ada-move-to-end): Use with-syntax-table.
7255
7256 * font-lock.el (save-buffer-state): Remove `varlist' arg.
7257 (font-lock-unfontify-region, font-lock-default-fontify-region):
7258 Update usage correspondingly.
7259 (font-lock-fontify-syntactic-keywords-region):
7260 Set parse-sexp-lookup-properties buffer-locally here.
7261 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
7262
7263 * simple.el (blink-matching-open): Don't burp if we can't find a match.
7264
7265 2010-09-08 Glenn Morris <rgm@gnu.org>
7266
7267 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
7268 Error if not compiled with -DBYTE_CODE_METER.
7269
7270 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7271 Ignore dir-locals-file.
7272
7273 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7274
7275 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7276 Not a const.
7277 (compilation-error-regexp-alist-alist): Rule out ": " in file names
7278 for the `gnu' messages.
7279 (compilation-set-skip-threshold): New command.
7280 (compilation-start): Use \' rather than $.
7281 (compilation-forget-errors): Use clrhash.
7282
7283 2010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
7284
7285 * textmodes/ispell.el (ispell-valid-dictionary-list):
7286 Simplify logic.
7287
7288 2010-09-08 Michael Albinus <michael.albinus@gmx.de>
7289
7290 Migrate to Tramp 2.2. Rearrange load dependencies.
7291 (Bug#1529, Bug#5448, Bug#5705)
7292
7293 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
7294 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
7295 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7296
7297 * net/tramp.el (top): Remove all other tramp-* loads except
7298 tramp-compat.el. Remove all changes to tramp-unload-hook for
7299 other tramp-* packages. Rearrange defun order. Change calls of
7300 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
7301 `tramp-compat-octal-to-decimal' to new function names.
7302 (tramp-terminal-type, tramp-initial-end-of-output)
7303 (tramp-methods, tramp-foreign-file-name-handler-alist)
7304 (tramp-tramp-file-p, tramp-completion-mode-p)
7305 (tramp-send-command-and-check, tramp-get-remote-path)
7306 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
7307 (tramp-shell-quote-argument): Set tramp-autoload cookie.
7308 (with-file-property, with-connection-property): Move to
7309 tramp-cache.el.
7310 (tramp-local-call-process, tramp-decimal-to-octal)
7311 (tramp-octal-to-decimal): Move to tramp-compat.el.
7312 (tramp-handle-shell-command): Do not require 'shell.
7313 (tramp-compute-multi-hops): No special handling for tramp-gw-*
7314 symbols.
7315 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
7316
7317 * net/tramp-cache.el (top): Require 'tramp. Add to
7318 `tramp-unload-hook'.
7319 (tramp-cache-data, tramp-get-file-property)
7320 (tramp-set-file-property, tramp-flush-file-property)
7321 (tramp-flush-directory-property, tramp-get-connection-property)
7322 (tramp-set-connection-property, tramp-flush-connection-property)
7323 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
7324 cookie.
7325 (with-file-property, with-connection-property): New defuns, moved
7326 from tramp.el.
7327 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
7328 macro.
7329
7330 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
7331 (tramp-version): Set tramp-autoload cookie.
7332
7333 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
7334 changes to tramp-unload-hook for other tramp-* packages. Add to
7335 `tramp-unload-hook'.
7336 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
7337 (tramp-compat-call-process): New defuns, moved from tramp.el.
7338
7339 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
7340 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7341 Add to `tramp-unload-hook'. Change call of
7342 `tramp-compat-decimal-to-octal' to new function name.
7343 (tramp-fish-method): Make it a defconst.
7344 (tramp-fish-file-name-p): Make it a defsubst.
7345 (tramp-fish-method, tramp-fish-file-name-handler)
7346 (tramp-fish-file-name-p): Set tramp-autoload cookie.
7347
7348 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
7349 `tramp-foreign-file-name-handler-alist'. Add to
7350 `tramp-unload-hook'.
7351 (tramp-ftp-method): Make it a defconst.
7352 (tramp-ftp-file-name-p): Make it a defsubst.
7353 (tramp-ftp-method, tramp-ftp-file-name-handler)
7354 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
7355
7356 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
7357 `tramp-foreign-file-name-handler-alist'. Add to
7358 `tramp-unload-hook'. Change checks, whether package can be
7359 loaded.
7360 (tramp-gvfs-file-name-p): Make it a defsubst.
7361 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
7362 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
7363 (tramp-gvfs-handle-file-directory-p): New defun.
7364 (tramp-gvfs-file-name-handler-alist): Use it.
7365
7366 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
7367 `tramp-foreign-file-name-handler-alist'. Add to
7368 `tramp-unload-hook'.
7369 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
7370 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
7371 defconst.
7372 (tramp-gw-tunnel-method, tramp-gw-socks-method)
7373 (tramp-gw-open-connection): Set tramp-autoload cookie.
7374
7375 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
7376 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7377 Add to `tramp-unload-hook'. Change checks, whether package can be
7378 loaded.
7379 (tramp-imap-file-name-p): Make it a defsubst.
7380 (tramp-imap-method, tramp-imaps-method)
7381 (tramp-imap-file-name-handler)
7382 (tramp-imap-file-name-p): Set tramp-autoload cookie.
7383
7384 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
7385 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7386 Add to `tramp-unload-hook'. Change checks, whether package can be
7387 loaded. Change call of `tramp-compat-decimal-to-octal' to new
7388 function name.
7389 (tramp-smb-tunnel-method): Make it a defconst.
7390 (tramp-smb-file-name-p): Make it a defsubst.
7391 (tramp-smb-method, tramp-smb-file-name-handler)
7392 (tramp-smb-file-name-p): Set tramp-autoload cookie.
7393
7394 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
7395 (tramp-uuencode-region): Set tramp-autoload cookie.
7396
7397 * net/trampver.el (top) Add to `tramp-unload-hook'.
7398 (tramp-version, tramp-bug-report-address): Set tramp-autoload
7399 cookie. Update release number.
7400
7401 2010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
7402
7403 * textmodes/ispell.el (ispell-start-process): Make sure original
7404 arg list is properly initialized (Bug#6993, Bug#6994).
7405
7406 2010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
7407
7408 * files.el (directory-abbrev-alist): Use \` as default regexp.
7409
7410 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
7411 chars like - or ] (bug#6984).
7412 (rx-any-condense-range): Explode 2-char ranges.
7413
7414 2010-09-06 Glenn Morris <rgm@gnu.org>
7415
7416 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
7417
7418 2010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7419
7420 * textmodes/bibtex.el:
7421 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
7422
7423 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7424
7425 * net/imap.el (imap-message-map): Remove optional buffer parameter,
7426 since no callers use it.
7427 (imap-message-get): Ditto.
7428 (imap-message-put): Ditto.
7429 (imap-mailbox-map): Ditto.
7430 (imap-mailbox-put): Ditto.
7431 (imap-mailbox-get): Ditto.
7432 (imap-mailbox-get): Revert last change for this function.
7433
7434 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7435
7436 * net/imap.el (imap-fetch-safe): Remove function, and alter all
7437 callers to use `imap-fetch' instead. According to the comments, this
7438 should be safe, since all other IMAP clients use the 1:* syntax.
7439 (imap-enable-exchange-bug-workaround): Remove.
7440 (imap-debug): Remove -- doesn't seem very useful.
7441
7442 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7443
7444 * net/imap.el (imap-log): New convenience function used throughout
7445 instead of repeating the same code all over the place.
7446
7447 2010-09-05 David De La Harpe Golden <david@harpegolden.net>
7448
7449 * mouse.el (mouse-save-then-kill): Save region to kill-ring
7450 when mouse-drag-copy-region is non-nil (Bug#6956).
7451
7452 2010-09-05 Chong Yidong <cyd@stupidchicken.com>
7453
7454 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
7455 Improve regexps (Bug#6987).
7456 (dired-sort-toggle): Search more robustly for -t flag.
7457
7458 * files.el (get-free-disk-space): Search more robustly for
7459 "available" column. Suggested by Ehud Karni
7460 <ehud@unix.mvs.co.il>.
7461
7462 2010-09-05 Juanma Barranquero <lekktu@gmail.com>
7463
7464 * international/uni-bidi.el:
7465 * international/uni-category.el:
7466 * international/uni-combining.el:
7467 * international/uni-decimal.el:
7468 * international/uni-mirrored.el:
7469 * international/uni-name.el: Regenerate.
7470
7471 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7472
7473 * electric.el (electric-indent-post-self-insert-function):
7474 Don't reindent with a sloppy indentation function.
7475
7476 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
7477 border case in change-log-mode.
7478
7479 2010-09-04 Chong Yidong <cyd@stupidchicken.com>
7480
7481 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7482 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
7483 Recognize leading tab in gcc-include regexp. Ignore names with
7484 leading "from" or "in" in gnu regexp (Bug#6937).
7485
7486 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7487
7488 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
7489 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
7490 (ispell-start-process): Avoid setq and simplify logic.
7491 (ispell-init-process): Setup kill-buffer-hook locally when needed.
7492 (kill-buffer-hook): Don't use it globally with code that uses
7493 expand-file-name since that may call kill-buffer via
7494 code_conversion_restore.
7495
7496 2010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
7497
7498 * emacs-lisp/package.el (package-directory-list): Only call
7499 file-name-nondirectory on a string.
7500
7501 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
7502
7503 * emacs-lisp/package.el (package--download-one-archive):
7504 Ensure that archive-contents is valid before saving it.
7505 (package-activate-1, package-mark-obsolete, define-package)
7506 (package-compute-transaction, package-list-maybe-add): Use push.
7507
7508 2010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7509
7510 Use SMIE's blink-paren for octave-mode.
7511 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
7512 Backslashes do not escape single-quotes, single-quotes do.
7513 (octave-block-else-regexp, octave-block-end-regexp)
7514 (octave-block-match-alist): Remove.
7515 (octave-smie-bnf-table): New var, with old content.
7516 (octave-smie-op-levels): Use it.
7517 (octave-smie-closer-alist): New var.
7518 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
7519 (octave-blink-matching-block-open): Remove.
7520 (octave-reindent-then-newline-and-indent, octave-electric-semi)
7521 (octave-electric-space): Let self-insert-command run expand-abbrev and
7522 blink parens.
7523
7524 * electric.el (electricity): New group.
7525 (electric-indent-chars): New var.
7526 (electric-indent-post-self-insert-function): New fun.
7527 (electric-indent-mode): New minor mode.
7528 (electric-pair-skip-self): New custom.
7529 (electric-pair-post-self-insert-function): New function.
7530 (electric-pair-mode): New minor mode.
7531
7532 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
7533 calcAlg-blink-matching-open.
7534 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
7535 (calc-do-alg-entry): Only touch the part of the keymap that varies.
7536 Use the new blink-matching-check-function.
7537
7538 Provide blink-matching support to SMIE.
7539 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
7540 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
7541 (smie-blink-matching-check, smie-blink-matching-open): New functions.
7542
7543 * simple.el (newline): Fix last change to properly remove itself from
7544 the hook.
7545
7546 2010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7547
7548 * simple.el (newline): Eliminate optimization.
7549 Use post-self-insert-hook to set hard-newline and things before
7550 running post-self-insert-hook.
7551 (blink-matching-check-mismatch): New function.
7552 (blink-matching-check-function): New variable.
7553 (blink-matching-open): Use them.
7554 Skip back forward over prefix chars skipped by forward-sexp.
7555 Don't check if the parens are backslash escaped.
7556 (blink-paren-post-self-insert-function): Check backslash escaping here.
7557
7558 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
7559
7560 * emacs-lisp/package.el (package-menu-mode-map):
7561 Change package-menu-revert bindings to revert-buffer.
7562 (package-menu-mode): Set revert-buffer-function.
7563 (package-menu-revert): Doc fix.
7564
7565 2010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
7566
7567 * textmodes/ispell.el (ispell-init-process): Use "~/" as
7568 `default-directory' unless using Ispell per-directory personal
7569 dictionaries and not in a mini-buffer under XEmacs.
7570 (kill-buffer-hook): Do not kill ispell process on exit when
7571 `ispell-process-directory' is "~/". (Bug#6143)
7572
7573 2010-09-02 Jan Djärv <jan.h.d@swipnet.se>
7574
7575 * simple.el (kill-new): Call interprogram-cut-function with only
7576 one argument.
7577
7578 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
7579 Remove cut buffer from error message.
7580
7581 * term/x-win.el (x-select-text):
7582 * term/pc-win.el (x-selection-value):
7583 * term/ns-win.el (x-selection-value):
7584 * eshell/em-term.el:
7585 * w32-fns.el (x-get-selection-value):
7586 * mouse-sel.el (mouse-sel-set-selection-function):
7587 * frame.el (display-selections-p): Remove cut-buffer in documentation.
7588
7589 * term/x-win.el: Update documentation for x-last-selected-text-*.
7590 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
7591 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
7592 (x-select-text): Remove argument PUSH, update documentation.
7593 Remove cut-buffer code.
7594 (x-selection-value-internal): Was previously x-selection-value.
7595 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
7596 Update documentation, remove cut-buffer code.
7597 Call x-selection-value-internal.
7598 (x-clipboard-yank): Call x-selection-value-internal.
7599 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
7600
7601 * term/pc-win.el (x-last-selected-text):
7602 x-cut-buffer-or-selection-value renamed to x-selection-value
7603 (x-select-text): Remove argument PUSH, update documentation.
7604
7605 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
7606 x-cut-buffer-or-selection-value renamed to x-selection-value
7607 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
7608 (x-select-text): Remove argument PUSH, update documentation.
7609
7610 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
7611
7612 * w32-fns.el (x-last-selected-text):
7613 x-cut-buffer-or-selection-value renamed to x-selection-value.
7614 (x-cut-buffer-max): Remove.
7615 (x-select-text): Remove argument PUSH, update documentation.
7616
7617 * simple.el (interprogram-cut-function): Remove mention of PUSH.
7618
7619 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
7620
7621 * mouse-sel.el (mouse-sel-get-selection-function):
7622 x-cut-buffer-or-selection-value renamed to x-selection-value.
7623 (x-select-text): Remove optional push.
7624
7625 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7626
7627 * simple.el (blink-paren-function): Move from C to here.
7628 (blink-paren-post-self-insert-function): New function.
7629 (post-self-insert-hook): Use it.
7630
7631 * emacs-lisp/pcase.el (pcase-split-memq):
7632 Fix overenthusiastic optimisation.
7633 (pcase-u1): Handle the case of a lambda pred.
7634
7635 2010-08-31 Kenichi Handa <handa@m17n.org>
7636
7637 * international/mule-cmds.el (standard-display-european-internal):
7638 Setup standard-display-table for 8-bit characters by storing 8-bit
7639 characters in the element vector.
7640
7641 * disp-table.el (standard-display-8bit):
7642 Setup standard-display-table for 8-bit characters by storing 8-bit
7643 characters in the element vector.
7644 (standard-display-european): Likewise.
7645
7646 2010-08-31 Masatake YAMATO <yamato@redhat.com>
7647
7648 * textmodes/nroff-mode.el (nroff-view): New command.
7649 (nroff-mode-map): Bind it to C-c C-c.
7650
7651 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7652
7653 * emacs-lisp/smie.el (smie-down-list): New command.
7654
7655 Remove old indentation and navigation code on octave-mode.
7656 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
7657 smie-down-list rather than add a binding for octave-down-block.
7658 (octave-mark-block, octave-blink-matching-block-open):
7659 Rely on forward-sexp-function.
7660 (octave-fill-paragraph): Don't narrow, so you can use
7661 indent-according-to-mode.
7662 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
7663 (octave-in-block-p, octave-re-search-forward-kw)
7664 (octave-re-search-backward-kw, octave-indent-calculate)
7665 (octave-end-as-array-index-p, octave-block-end-offset)
7666 (octave-scan-blocks, octave-forward-block, octave-backward-block)
7667 (octave-down-block, octave-backward-up-block, octave-up-block)
7668 (octave-before-magic-comment-p, octave-indent-line): Remove.
7669
7670 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
7671
7672 * emacs-lisp/package.el (package--read-archive-file): Just use
7673 `read', to avoid copying an additional string.
7674 (package-menu-mode): Set header-line-format here.
7675 (package-menu-refresh, package-menu-revert): Signal an error if
7676 not in the Package Menu.
7677 (package-menu-package-list): New var.
7678 (package--generate-package-list): Operate on the current buffer;
7679 don't assume that it is *Packages*, since the user may rename it.
7680 Allow persistent package listings and sort keys using
7681 package-menu-package-list and package-menu-package-sort-key.
7682 (package-menu--version-predicate): Fix version calculation.
7683 (package-menu-sort-by-column): Don't select the window.
7684 (package--list-packages): Create the *Packages* buffer.
7685 Set package-menu-package-list-key.
7686 (list-packages): Sorting by status is now the default.
7687 (package-buffer-info): Use match-string-no-properties.
7688 (define-package): Add a &rest argument for future proofing, but
7689 don't use it yet.
7690 (package-install-from-buffer, package-install-buffer-internal):
7691 Merge into a single function, package-install-from-buffer.
7692 (package-install-file): Change caller.
7693
7694 * finder.el: Load finder-inf using `require'.
7695 (finder-list-matches): Sorting by status is now the default.
7696 (finder-compile-keywords): Simpify printing.
7697
7698 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7699
7700 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
7701 (octave-mode-map): Remove special bindings for forward/backward-block
7702 and octave-backward-up-block. Use smie-close-block.
7703 (octave-continuation-marker-regexp): New var.
7704 (octave-continuation-regexp): Use it.
7705 (octave-operator-table, octave-smie-op-levels)
7706 (octave-operator-regexp, octave-smie-indent-rules): New vars.
7707 (octave-smie-backward-token, octave-smie-forward-token): New funs.
7708 (octave-mode): Use SMIE.
7709 (octave-close-block): Delete.
7710
7711 2010-08-30 Eli Zaretskii <eliz@gnu.org>
7712
7713 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
7714 CLIPBOARD, not in PRIMARY. (Bug#6944)
7715
7716 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7717
7718 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
7719 a list of parents.
7720 (smie-indent-column): Allow indirection through variables.
7721
7722 * composite.el (save-buffer-state): Delete, unused.
7723 * font-lock.el (save-buffer-state): Use with-silent-modifications.
7724 (font-lock-default-fontify-region): Use with-syntax-table.
7725 * jit-lock.el (with-buffer-unmodified): Remove.
7726 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
7727
7728 Use `declare' in defmacros.
7729 * window.el (save-selected-window):
7730 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
7731 * progmodes/python.el (def-python-skeleton):
7732 * net/dbus.el (dbus-ignore-errors):
7733 * jka-cmpr-hook.el (with-auto-compression-mode):
7734 * international/mule.el (with-category-table):
7735 * emacs-lisp/timer.el (with-timeout):
7736 * emacs-lisp/lisp-mnt.el (lm-with-file):
7737 * emacs-lisp/eieio.el (with-slots):
7738 * emacs-lisp/easymenu.el (easy-menu-define):
7739 * emacs-lisp/debug.el (debugger-env-macro):
7740 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
7741 (Multiple-value-call, Multiple-value-prog1):
7742 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
7743 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
7744 edebug rule to definition.
7745 * emacs-lisp/lisp-mode.el (save-selected-window)
7746 (with-current-buffer, combine-after-change-calls)
7747 (with-output-to-string, with-temp-file, with-temp-buffer)
7748 (with-temp-message, with-syntax-table, read-if, eval-after-load)
7749 (dolist, dotimes, when, unless):
7750 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
7751
7752 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
7753
7754 * finder.el: Require `package'.
7755 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
7756 (finder-package-info): Var deleted.
7757 (finder-keywords-hash, finder--builtins-alist): New vars.
7758 (finder-compile-keywords): Compute package--builtins and
7759 finder-keywords-hash instead of finder-keywords-hash, respecting
7760 the "Package" header.
7761 (finder-unknown-keywords, finder-list-matches):
7762 Use finder-keywords-hash and package--list-packages.
7763 (finder-mode): Don't set font-lock-defaults.
7764 (finder-exit): We don't use "*Finder-package*" and "*Finder
7765 Category*" buffers anymore.
7766
7767 * emacs-lisp/package.el (package--builtins-base): Var deleted.
7768 (package--builtins): Set default value to nil.
7769 (package-initialize): Load precomputed value of package--builtins
7770 from finder-inf.el.
7771 (package-alist, package-compute-transaction)
7772 (package-download-transaction): Improve docstring.
7773 (package-read-all-archive-contents): Do not change
7774 package--builtins here.
7775 (list-packages): Make package-list-packages an alias for this.
7776 Sort by status by default.
7777 (package--list-packages): Add optional PACKAGES arg.
7778 (describe-package-1): Use font-lock-face property. For built-in
7779 packages, insert file commentary.
7780 (package--generate-package-list): Rename from
7781 package-list-packages-internal; all callers changed. Add optional
7782 PACKAGES arg. Add alphabetical sort fallbacks.
7783 (package-menu--version-predicate, package-menu--status-predicate)
7784 (package-menu--description-predicate)
7785 (package-menu--name-predicate): New functions.
7786
7787 * info.el (Info-finder-find-node): Search package-alist instead of
7788 finder-package-info.
7789
7790 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
7791
7792 * subr.el (version-regexp-alist): Don't use "a" and "b" for
7793 "alpha" and "beta".
7794 (version-to-list): Handle versions like "10.3d".
7795
7796 2010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7797
7798 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
7799 (macroexp-accumulate): Use `declare'.
7800
7801 2010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7802
7803 * whitespace.el (whitespace-style): Adjust type declaration.
7804
7805 2010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
7806
7807 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
7808
7809 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
7810
7811 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
7812 (Bug#6907).
7813
7814 2010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
7815
7816 * progmodes/js.el: Make indentation more customizable (Bug#6914).
7817 (js-paren-indent-offset, js-square-indent-offset)
7818 (js-curly-indent-offset): New options.
7819 (js--proper-indentation): Use them.
7820
7821 2010-08-26 Daniel Colascione <dan.colascione@gmail.com>
7822
7823 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
7824 instead of inspecting font-lock properties (Bug#6916).
7825
7826 2010-08-26 David Reitter <david.reitter@gmail.com>
7827
7828 * server.el (server-visit-files): Run pre-command-hook and
7829 post-command-hook for each buffer while it is current (Bug#6910).
7830 (server-execute): Do not run hooks here.
7831
7832 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
7833
7834 Sync with Tramp 2.1.19.
7835
7836 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Protect
7837 deleting tmpfile.
7838 (tramp-gvfs-maybe-open-connection): Use `tramp-compat-funcall'.
7839
7840 * net/tramp.el (tramp-handle-expand-file-name)
7841 (tramp-completion-handle-file-name-all-completions)
7842 (tramp-completion-handle-file-name-completion):
7843 Use `tramp-connectable-p'.
7844
7845 * net/trampver.el: Update release number.
7846
7847 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
7848
7849 * help.el (help-map): Bind `C-h P' to describe-package.
7850
7851 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
7852
7853 * emacs-lisp/package.el (package-refresh-contents): Catch errors
7854 when downloading archives.
7855 (describe-package-1): Add package commentary.
7856 (package-install-button-action): New function.
7857 (package-menu-mode-map): Bind ? to package-menu-describe-package.
7858 (package-menu-view-commentary): Function removed.
7859 (package-list-packages-internal): Hide the `package' package too.
7860
7861 2010-08-25 Kenichi Handa <handa@m17n.org>
7862
7863 * language/misc-lang.el ("Arabic"): New language environment.
7864 Setup composition-function-table for Arabic characters.
7865
7866 * international/fontset.el (setup-default-fontset): Fix typo for
7867 arabic OTF spec (fini->fina).
7868
7869 2010-08-25 Jan Djärv <jan.h.d@swipnet.se>
7870
7871 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
7872 on all frames.
7873
7874 2010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7875
7876 * whitespace.el: Allow cleaning up blanks without blank
7877 visualization (Bug#6651). Adjust help window for
7878 whitespace-toggle-options (Bug#6479). Allow to use fill-column
7879 instead of whitespace-line-column (from EmacsWiki). New version
7880 13.1.
7881 (whitespace-style): Add new value 'face. Adjust docstring.
7882 (whitespace-space, whitespace-hspace, whitespace-tab):
7883 Adjust foreground property face.
7884 (whitespace-line-column): Adjust docstring and type declaration.
7885 (whitespace-style-value-list, whitespace-toggle-option-alist)
7886 (whitespace-help-text): Adjust const initialization.
7887 (whitespace-toggle-options, global-whitespace-toggle-options):
7888 Adjust docstring.
7889 (whitespace-display-window, whitespace-interactive-char)
7890 (whitespace-style-face-p, whitespace-color-on): Adjust code.
7891 (whitespace-help-scroll): New fun.
7892
7893 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
7894
7895 * emacs-lisp/package.el (list-packages): Alias for
7896 package-list-packages.
7897
7898 2010-08-24 Kevin Ryde <user42@zip.com.au>
7899
7900 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
7901 (Bug#5651).
7902
7903 * progmodes/ruby-mode.el (ruby): Add defgroup.
7904
7905 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
7906
7907 * progmodes/python.el: Add Ipython support (Bug#5390).
7908 (python-shell-prompt-alist)
7909 (python-shell-continuation-prompt-alist): New options.
7910 (python--set-prompt-regexp): New function.
7911 (inferior-python-mode, run-python, python-shell):
7912 Require ansi-color. Use python--set-prompt-regexp to set the comint
7913 prompt based on the Python interpreter.
7914 (python--prompt-regexp): New var.
7915 (python-check-comint-prompt)
7916 (python-comint-output-filter-function): Use it.
7917 (run-python): Use a pipe (Bug#5694).
7918
7919 2010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
7920
7921 * progmodes/python.el (python-send-region): Send a different
7922 Python command if Ipython is in use.
7923 (python-check-version): Use a Python command to find the version.
7924
7925 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
7926
7927 * mouse.el (mouse-yank-primary): Avoid setting primary when
7928 deactivating the mark (Bug#6872).
7929
7930 2010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
7931
7932 * progmodes/python.el (python-block-pairs): Allow use of "finally"
7933 with "else" (Bug#3991).
7934
7935 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
7936
7937 * net/dbus.el: Accept UNIX domain sockets as bus address.
7938 (top): Don't initialize `dbus-registered-objects-table' anymore,
7939 this is done in dbusbind.c.
7940 (dbus-check-event): Adapt test for bus.
7941 (dbus-return-values-table, dbus-unregister-service)
7942 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
7943 Adapt doc string.
7944
7945 2010-08-23 Juanma Barranquero <lekktu@gmail.com>
7946
7947 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
7948
7949 2010-08-22 Juri Linkov <juri@jurta.org>
7950
7951 * simple.el (read-extended-command): New function with the logic
7952 for `completing-read' moved to Elisp from `execute-extended-command'.
7953 Use `function-called-at-point' in `minibuffer-default-add-function'
7954 to get a command name for M-n (bug#5364, bug#5214).
7955
7956 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
7957
7958 * startup.el (command-line-1): Issue warning for ignored arguments
7959 --unibyte, etc (Bug#6886).
7960
7961 2010-08-22 Leo <sdl.web@gmail.com>
7962
7963 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
7964 (ignore, bright, dim, keyword): Split list of nicknames before
7965 passing to rcirc-add-or-remove (Bug#6894).
7966
7967 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
7968
7969 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
7970
7971 2010-08-22 Leo <sdl.web@gmail.com>
7972
7973 Fix buffer-list rename&refresh after killing a buffer in ido.
7974 * ido.el: Revert Óscar's.
7975 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
7976 Remember the buffers at head, rather than their name.
7977 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
7978
7979 2010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
7980 Stefan Monnier <monnier@iro.umontreal.ca>
7981
7982 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
7983 extra backslash added to each line (bug#6890).
7984
7985 2010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
7986
7987 * subr.el (read-key): Don't echo keystrokes (bug#6883).
7988
7989 2010-08-22 Glenn Morris <rgm@gnu.org>
7990
7991 * menu-bar.el (menu-bar-games-menu): Add landmark.
7992
7993 2010-08-22 Glenn Morris <rgm@gnu.org>
7994
7995 * align.el (align-regexp): Make group and spacing arguments
7996 use the interactive defaults when non-interactive. (Bug#6698)
7997
7998 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
7999 expansion, so as not to need sendmail.
8000 (mail-text-start): Remove declaration.
8001 (rmail-retry-failure): Require sendmail.
8002
8003 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
8004
8005 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
8006
8007 2010-08-22 Michael Albinus <michael.albinus@gmx.de>
8008
8009 * progmodes/flymake.el (flymake-start-syntax-check-process):
8010 Use `start-file-process' in order to let it run also on remote hosts.
8011
8012 2010-08-22 Kenichi Handa <handa@m17n.org>
8013
8014 * files.el: Add `word-wrap' as safe local variable.
8015
8016 2010-08-22 Glenn Morris <rgm@gnu.org>
8017
8018 * woman.el (woman-translate): Case matters. (Bug#6849)
8019
8020 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
8021
8022 * simple.el (kill-region): Doc fix (Bug#6787).
8023
8024 2010-08-22 Glenn Morris <rgm@gnu.org>
8025
8026 * calendar/diary-lib.el (diary-header-line-format):
8027 Fit it to the window, not the frame.
8028
8029 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
8030
8031 * subr.el (ignore-errors): Add debug declaration.
8032
8033 2010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
8034
8035 * whitespace.el (whitespace-color-off): Remove post-command-hook
8036 locally.
8037
8038 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8039
8040 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
8041
8042 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
8043
8044 * cus-edit.el (custom-group-value-create): Add extra newline
8045 before end line (Bug#6876).
8046
8047 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
8048
8049 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
8050 when extending it. Before killing on the second click, check if
8051 the buffer is the correct one. Doc fix.
8052 (mouse-secondary-save-then-kill): Allow usage without first
8053 calling mouse-start-secondary, by defaulting to point. Don't save
8054 an empty secondary selection. Doc fix.
8055
8056 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8057
8058 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
8059 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
8060 New version 13.0.
8061 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8062 Adjust initialization.
8063 (whitespace-bob-marker, whitespace-eob-marker)
8064 (whitespace-buffer-changed): New vars.
8065 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
8066 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
8067 (whitespace-post-command-hook, whitespace-display-char-on):
8068 Adjust code.
8069 (whitespace-looking-back, whitespace-buffer-changed): New funs.
8070 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
8071
8072 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8073
8074 * files.el (locate-file-completion-table): Only list the .el and .elc
8075 extensions if there's no other choice (bug#5955).
8076
8077 * facemenu.el (facemenu-self-insert-data): New var.
8078 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
8079 New functions.
8080 (facemenu-add-face): Use them.
8081
8082 * simple.el (blink-matching-open): Obey forward-sexp-function.
8083
8084 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
8085
8086 * simple.el (prog-mode-map): New var.
8087 (prog-indent-sexp): New command.
8088
8089 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
8090
8091 * progmodes/prolog.el (smie): Require.
8092
8093 * emacs-lisp/smie.el (smie-default-backward-token)
8094 (smie-default-forward-token): Strip properties.
8095 (smie-next-sexp): Be more careful with associative operators.
8096 (smie-forward-sexp-command): Generalize.
8097 (smie-backward-sexp-command): Simplify.
8098 (smie-closer-alist): New var.
8099 (smie-close-block): New command.
8100 (smie-indent-debug-log): New var.
8101 (smie-indent-offset-rule): Add a few more cases.
8102 (smie-indent-column): New function.
8103 (smie-indent-after-keyword): Use it.
8104 (smie-indent-keyword): Use it.
8105 Fix up the opener code's point position.
8106 (smie-indent-comment): Only applies at BOL.
8107 (smie-indent-debug): New command.
8108
8109 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
8110 declarations that are useful before running the macro.
8111
8112 2010-08-18 Joakim Verona <joakim@verona.se>
8113
8114 * image.el (imagemagick-types-inhibit): New variable.
8115 (imagemagick-register-types): New function.
8116 * image-mode.el (image-transform-properties): New function.
8117 (image-transform-set-scale, image-transform-fit-to-height)
8118 (image-transform-set-rotation, image-transform-set-resize)
8119 (image-transform-fit-to-width, image-transform-fit-to-height):
8120 New functions.
8121 (image-toggle-display-image): Support image transforms.
8122
8123 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
8124
8125 * image.el (create-animated-image): Don't add heuristic mask to image
8126 (Bug#6839).
8127
8128 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
8129
8130 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
8131 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
8132
8133 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
8134
8135 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
8136
8137 Font-lock '...' strings, plus various simplifications and fixes.
8138 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
8139 (octave-font-lock-close-quotes): New function.
8140 (octave-font-lock-syntactic-keywords): New var.
8141 (octave-mode): Use it. Set beginning-of-defun-function.
8142 (octave-mode-map): Don't override the <foo>-defun commands.
8143 (octave-mode-menu): Pass it directly to easy-menu-define;
8144 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
8145 (octave-block-match-alist): Fix up last change so that
8146 octave-close-block uses the more specific keyword.
8147 (info-lookup-mode): Silence byte-compiler.
8148 (octave-beginning-of-defun): Not interactive any more.
8149 Optimize slightly.
8150 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
8151 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
8152 (octave-completion-at-point-function): Make sure point is within
8153 beg..end.
8154 (octave-reindent-then-newline-and-indent):
8155 Use reindent-then-newline-and-indent.
8156 (octave-add-octave-menu): Remove.
8157
8158 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
8159
8160 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
8161 (report-emacs-bug-can-use-xdg-email): New functions.
8162 (report-emacs-bug): Set can-xdg-email to result of
8163 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
8164 \C-cm to report-emacs-bug-insert-to-mailer and add help text
8165 about it.
8166
8167 * net/browse-url.el (browse-url-default-browser): Add cond
8168 for browse-url-xdg-open.
8169 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
8170
8171 2010-08-17 Glenn Morris <rgm@gnu.org>
8172
8173 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
8174 (c-fontify-recorded-types-and-refs): Define for compiler.
8175 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
8176 before use.
8177
8178 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
8179 Fix format call.
8180
8181 2010-08-17 Michael Albinus <michael.albinus@gmx.de>
8182
8183 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
8184 properties.
8185 (tramp-handle-process-file): Call the program in a subshell, in
8186 order to preserve working directory.
8187 (tramp-action-password): Hide password prompt before next run.
8188 (tramp-process-actions): Widen connection buffer for the trace.
8189
8190 2010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
8191
8192 * net/rcirc.el (rcirc-log-process-buffers): New option.
8193 (rcirc-print): Use it.
8194 (rcirc-generate-log-filename): New function.
8195 (rcirc-log-filename-function): Change default to
8196 rcirc-generate-log-filename (Bug#6828).
8197
8198 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
8199
8200 * simple.el (deactivate-mark): If select-active-regions is `only',
8201 only set selection for temporarily active regions.
8202
8203 * cus-start.el: Change defcustom for select-active-regions.
8204
8205 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
8206
8207 * mouse.el (mouse--drag-set-mark-and-point): New function.
8208 (mouse-drag-track): Use LOCATION arg to push-mark.
8209 Use mouse--drag-set-mark-and-point to take click-count into
8210 consideration when updating point and mark (Bug#6840).
8211
8212 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
8213
8214 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8215 Give the Ruby rule a lower priority than Gnu (Bug#6778).
8216
8217 2010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
8218
8219 * font-lock.el (lisp-font-lock-keywords-2):
8220 Add combine-after-change-calls, condition-case-no-debug,
8221 with-demoted-errors, and with-silent-modifications (Bug#6025).
8222
8223 2010-08-14 Kevin Ryde <user42@zip.com.au>
8224
8225 * emacs-lisp/copyright.el (copyright-update-year)
8226 (copyright-update): Temporary switch-to-buffer to ensure the
8227 buffer change being queried is visible (Bug#5394).
8228
8229 2010-08-14 Tom Tromey <tromey@redhat.com>
8230
8231 * progmodes/etags.el (tags-file-name): Mark safe if stringp
8232 (Bug#6733).
8233
8234 2010-08-14 Eli Zaretskii <eliz@gnu.org>
8235
8236 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
8237 MS-DOS. (Bug#6689)
8238
8239 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
8240
8241 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
8242 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8243 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
8244 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
8245 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
8246 Call menu-bar-set-tool-bar-position.
8247
8248 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8249
8250 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
8251 comment style (bug#6834).
8252 * progmodes/scheme.el (scheme-mode-syntax-table):
8253 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
8254 "b" flag in "' 14b" syntax.
8255
8256 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
8257 for (un)commenting the region and performing completion.
8258 (octave-mode-menu): Use standard commands for help and completion.
8259 (octave-mode-syntax-table): Support %{..%} comments (sort of).
8260 (octave-mode): Use define-derived-mode.
8261 Set completion-at-point-functions and don't set columns.
8262 Don't disable adaptive-fill-regexp.
8263 (octave-describe-major-mode, octave-comment-region)
8264 (octave-uncomment-region, octave-comment-indent)
8265 (octave-indent-for-comment): Remove.
8266 (octave-indent-calculate): Rename from calculate-octave-indent.
8267 (octave-indent-line, octave-fill-paragraph): Update caller.
8268 (octave-initialize-completions): No need to make an alist.
8269 (octave-completion-at-point-function): New function.
8270 (octave-complete-symbol): Use it.
8271 (octave-insert-defun): Use define-skeleton.
8272
8273 * progmodes/octave-mod.el (octave-mode): Set comment-add.
8274 (octave-mode-map): Use comment-dwim (bug#6829).
8275
8276 2010-08-12 Antoine Levitt <antoine.levitt@gmail.com>
8277
8278 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
8279 indentation of inserted comment.
8280
8281 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
8282
8283 * faces.el (region): Add type gtk that uses gtk colors.
8284
8285 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
8286 Handle theme-name change.
8287
8288 2010-08-10 Michael R. Mauger <mmaug@yahoo.com>
8289
8290 * progmodes/sql.el: Version 2.5
8291 (sql-product-alist): Add :prompt-cont-regexp property for several
8292 database products.
8293 (sql-prompt-cont-regexp): New variable.
8294 (sql-output-newline-count, sql-output-by-send):
8295 New variables. Record number of newlines in input text.
8296 (sql-send-string): Handle multiple filters and count newlines.
8297 (sql-send-magic-terminator): Count terminator newline.
8298 (sql-interactive-remove-continuation-prompt): Filters output to
8299 remove continuation prompts; one for each newline.
8300 (sql-interactive-mode): Set up new variables, prompt regexp and
8301 output filter.
8302 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
8303 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
8304
8305 2010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8306
8307 * emacs-lisp/pcase.el: New file.
8308
8309 2010-08-10 Michael Albinus <michael.albinus@gmx.de>
8310
8311 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
8312 as here-document, otherwise the command could exceed maximum
8313 length of command line.
8314 (tramp-handle-vc-registered): Call script accordingly.
8315 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
8316
8317 2010-08-10 Kenichi Handa <handa@m17n.org>
8318
8319 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
8320 composable pattern.
8321
8322 2010-08-09 Chong Yidong <cyd@stupidchicken.com>
8323
8324 * emacs-lisp/package.el (package-version-split)
8325 (package--version-first-nonzero, package-version-compare):
8326 Functions removed.
8327 (package-directory-list, package-load-all-descriptors)
8328 (package--built-in, package-activate, define-package)
8329 (package-installed-p, package-compute-transaction)
8330 (package-read-all-archive-contents)
8331 (package--add-to-archive-contents, package-buffer-info)
8332 (package-tar-file-info, package-list-packages-internal):
8333 Use version-to-list and version-list-*.
8334
8335 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8336 Use version-to-list.
8337 (package-upload-buffer-internal): Use version-list-<=.
8338
8339 2010-08-09 Kenichi Handa <handa@m17n.org>
8340
8341 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
8342 composable pattern.
8343
8344 2010-08-08 Chong Yidong <cyd@stupidchicken.com>
8345
8346 * tutorial.el (tutorial--default-keys): C-d is now bound to
8347 delete-forward-char (Bug#6826).
8348
8349 * mouse.el (mouse-drag-track): Remove accidentally-removed check
8350 for `double' value of mouse-1-click-follows-link (Bug#6807).
8351
8352 2010-08-08 Johan Bockgård <bojohan@gnu.org>
8353
8354 * replace.el (replace-highlight): Bind isearch-forward and
8355 isearch-error, ensuring that highlighting is updated if the user
8356 switches the search direction (Bug#6808).
8357
8358 * isearch.el (isearch-lazy-highlight-forward): New var.
8359 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8360 (isearch-lazy-highlight-update): Use it.
8361
8362 2010-08-08 Kenichi Handa <handa@m17n.org>
8363
8364 * international/mule.el (define-charset): Store NAME as :base property.
8365 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
8366 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
8367 current priority. Force using the designation of the specific
8368 charset by adding `charset' text property. Improve the whole algorithm.
8369
8370 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8371
8372 * emulation/pc-select.el (pc-selection-mode-hook)
8373 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
8374 (pc-selection-mode): Fix typos in docstrings.
8375
8376 2010-08-08 Kenichi Handa <handa@m17n.org>
8377
8378 * language/cyrillic.el: Don't add "microsoft-cp1251" to
8379 ctext-non-standard-encodings-alist here.
8380
8381 * international/mule.el (ctext-non-standard-encodings-alist):
8382 Add "koi8-r" and "microsoft-cp1251".
8383 (ctext-standard-encodings): New variable.
8384 (ctext-non-standard-encodings-table): List only elements for
8385 non-standard encodings.
8386 (ctext-pre-write-conversion): Adjust for the above change.
8387 Check ctext-standard-encodings.
8388
8389 * international/mule-conf.el (compound-text): Doc fix.
8390 (ctext-no-compositions): Doc fix.
8391 (compound-text-with-extensions): Doc fix.
8392
8393 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8394
8395 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
8396
8397 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8398
8399 * progmodes/which-func.el (which-func-format): Split help-echo text
8400 into lines, like other mode-line tooltips.
8401
8402 * server.el (server-start): When using TCP sockets, force IPv4
8403 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
8404
8405 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8406
8407 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
8408
8409 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8410
8411 * term.el (term-delimiter-argument-list): Reflow docstring.
8412 (term-read-input-ring, term-write-input-ring, term-send-input)
8413 (term-bol, term-erase-in-display, serial-supported-or-barf):
8414 Fix typos in docstrings.
8415
8416 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8417
8418 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
8419
8420 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8421
8422 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
8423
8424 2010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
8425
8426 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
8427 Fix typo in docstring (bug#6747).
8428
8429 2010-08-08 Leo <sdl.web@gmail.com>
8430
8431 * eshell/esh-io.el (eshell-get-target): Better detection of
8432 read-only file (Bug#6762).
8433
8434 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
8435
8436 * align.el (align-default-spacing): Doc fix.
8437 (align-region-heuristic, align-regexp): Fix typos in docstrings.
8438
8439 2010-08-08 Stephen Peters <speters@itasoftware.com>
8440
8441 * calendar/icalendar.el
8442 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
8443 (icalendar--get-weekday-numbers): New.
8444 (icalendar--convert-recurring-to-diary): Handle multiple byday
8445 values in weekly rules. (Bug#6766)
8446
8447 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
8448
8449 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
8450 (icalendar--create-uid, icalendar-export-region)
8451 (icalendar--parse-summary-and-rest): Code formatting.
8452
8453 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
8454
8455 * calc/calc.el (calc-trail-mode, calc-refresh): Use `face' property
8456 to italicize headers.
8457 (calc-highlight-selections-with-faces): New variable.
8458 (calc-selected-face, calc-nonselected-face): New faces.
8459
8460 * calc/calccomp.el (math-comp-highlight-string): Use
8461 `calc-highlight-selections-with-faces' to determine how to highlight
8462 sub-formulas.
8463
8464 * calc/calc-sel.el (calc-show-selections): Change message to when
8465 using faces to highlight selections.
8466
8467 2010-08-07 Michael R. Mauger <mmaug@yahoo.com>
8468
8469 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
8470 Add SQLite 3 keywords, functions and datatypes.
8471 (sql-interactive-mode): Remove `comint-process-echoes' set to t
8472 (Bug#6686).
8473
8474 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
8475
8476 * simple.el (select-active-regions): Move to keyboard.c.
8477 (deactivate-mark): Used saved-region-selection.
8478 (select-active-region): Function removed.
8479 (activate-mark, set-mark, push-mark-command)
8480 (handle-shift-selection): Don't call it.
8481 (keyboard-quit): Avoid adding the region to the window selection.
8482
8483 * mouse.el (mouse-drag-track): Remove hacks to deal with old
8484 select-active-regions implementation.
8485 (mouse-yank-at-click): Doc fix.
8486
8487 * cus-start.el: Add custom declaration for select-active-regions.
8488
8489 2010-08-07 Eli Zaretskii <eliz@gnu.org>
8490
8491 * simple.el (delete-forward-char): Doc fix.
8492
8493 * tutorial.el (help-with-tutorial): Hack safe file-local variables
8494 after reading the tutorial.
8495
8496 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
8497
8498 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
8499 Fix for the case that a C style comment has its delimiters alone on
8500 their respective lines. (Bug#193)
8501
8502 2010-08-06 Michael Albinus <michael.albinus@gmx.de>
8503
8504 * net/tramp.el (tramp-handle-start-file-process): Set connection
8505 property "vec".
8506 (tramp-process-sentinel): Use it for flushing the cache.
8507 We cannot do it via the process buffer, the buffer could be deleted
8508 already when running the sentinel.
8509
8510 2010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
8511
8512 * comint.el (comint-mode): Make directory tracking functions
8513 functional on remote files. (Bug#6764)
8514
8515 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
8516
8517 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
8518
8519 2010-08-05 Eli Zaretskii <eliz@gnu.org>
8520
8521 * emacs-lisp/find-gc.el (find-gc-source-files):
8522 Rename unexec.c => unexcoff.c.
8523
8524 * emacs-lisp/authors.el (authors-fixed-entries):
8525 Rename unexec.c => unexcoff.c.
8526
8527 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
8528
8529 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
8530 cache, not only file cache.
8531 (tramp-process-sentinel): New defun.
8532 (tramp-handle-start-file-process): Use it, in order to invalidate
8533 file caches.
8534
8535 2010-08-03 Leo <sdl.web@gmail.com>
8536
8537 * server.el (server-start): Simplify loop.
8538
8539 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
8540
8541 * frame.el (screen-height, screen-width, set-screen-width)
8542 (set-screen-height): Remove ancient compatibility aliases.
8543
8544 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
8545 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
8546
8547 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
8548 that change current buffer.
8549
8550 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8551
8552 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
8553 beginning of the string. Use `string-match-p'. (Bug#6765)
8554
8555 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
8556
8557 * cus-start.el (x-gtk-use-system-tooltips): New variable.
8558
8559 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
8560
8561 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
8562 (package--builtins): Tweak descriptions.
8563 (package-print-package): Upcase descriptions if necessary.
8564 Show all built-in packages in font-lock-builtin-face.
8565 (package-list-packages-internal): Omit "emacs" package.
8566 Show status of built-in packages as "built-in".
8567
8568 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
8569
8570 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
8571 before killing to preserve the primary selection (Bug#6701).
8572
8573 * term/x-win.el (x-select-text): Doc fix.
8574
8575 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
8576
8577 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
8578 (objc-font-lock-extra-types):
8579 * progmodes/cc-mode.el (c-basic-common-init):
8580 * progmodes/cc-langs.el (c-make-mode-syntax-table)
8581 (c++-make-template-syntax-table)
8582 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
8583 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
8584 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
8585 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
8586 * progmodes/cc-fonts.el (c-make-inverse-face)
8587 (c-basic-matchers-after):
8588 * progmodes/cc-engine.el (c-forward-keyword-clause)
8589 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
8590 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
8591 (c-guess-continued-construct, c-guess-basic-syntax):
8592 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
8593 The above functions were modified or created.
8594
8595 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
8596
8597 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
8598
8599 2010-07-31 Eli Zaretskii <eliz@gnu.org>
8600
8601 * files.el (bidi-paragraph-direction): Define safe local values.
8602
8603 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
8604 language-info-alist. Remove outdated FIXME in a comment.
8605
8606 2010-07-31 Alan Mackenzie <acm@muc.de>
8607
8608 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
8609 Auto-fill broken in C/C++ modes.
8610
8611 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
8612
8613 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8614 (menu-bar-showhide-tool-bar-menu-customize-disable)
8615 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
8616 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
8617 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
8618 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
8619 make a menu for Options => toolbar that can move it.
8620
8621 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
8622
8623 * emacs-lisp/package-x.el (package--make-rss-entry):
8624 (package-maint-add-news-item, package--update-news)
8625 (package-upload-buffer-internal): New arg ARCHIVE-URL.
8626
8627 * emacs-lisp/package.el (package-archive-url): Rename from
8628 package-archive-id.
8629 (package-install): Doc fix.
8630 (package-download-single, package-download-tar, package-install)
8631 (package-menu-view-commentary): Callers changed.
8632
8633 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
8634
8635 * net/tramp.el (tramp-handle-start-file-process): Check only for
8636 `remote-tty' process property.
8637 (tramp-open-shell): Don't check for tty.
8638 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
8639 process property.
8640
8641 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
8642 host.
8643
8644 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
8645
8646 * emacs-lisp/package.el (package-load-list, package-archives)
8647 (package-archive-contents, package-user-dir)
8648 (package-directory-list, package--builtins, package-alist)
8649 (package-activated-list, package-obsolete-alist): Mark as risky.
8650
8651 2010-07-28 Phil Hagelberg <phil@evri.com>
8652
8653 Add support for non-default package repositories.
8654 * emacs-lisp/package.el (package-archive-base): Var deleted.
8655 (package-archives): New variable.
8656 (package-archive-contents): Doc fix.
8657 (package-load-descriptor): Do nothing if descriptor file is missing.
8658 (package--write-file-no-coding): New function.
8659 (package-unpack-single): Use it.
8660 (package-archive-id): New function.
8661 (package-download-single, package-download-tar)
8662 (package-menu-view-commentary): Use it.
8663 (package-installed-p): Make second argument optional.
8664 (package-read-all-archive-contents): New function.
8665 (package-initialize): Use it.
8666 (package-read-archive-contents): Add ARCHIVE argument.
8667 (package--add-to-archive-contents): New function.
8668 (package-install): Don't call package-read-archive-contents.
8669 (package--download-one-archive): Store archive file in a
8670 subdirectory of package-user-dir.
8671 (package-menu-execute): Remove spurious line movement.
8672
8673 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
8674
8675 * cus-start.el (tool-bar-style): Add text-image-horiz.
8676
8677 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
8678
8679 * progmodes/gud.el (gud-common-init): Check for remoteness of
8680 `file', and not of `default-directory'.
8681
8682 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
8683
8684 * net/tramp.el (tramp-methods): Move hostname to the end in all
8685 ssh `tramp-login-args'.
8686 (tramp-verbose): Describe verbose level 9.
8687 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
8688 (tramp-open-connection-setup-interactive-shell): Trace stty
8689 settings if `tramp-verbose' >= 9.
8690 (tramp-handle-start-file-process): Implement tty setting.
8691 (Bug#4604, Bug#6360)
8692
8693 * net/tramp-cmds.el (tramp-bug): Recommend setting of
8694 `tramp-verbose' to 9.
8695
8696 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
8697
8698 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
8699 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
8700 Remove references to package `lisp-re' (bug#4369).
8701
8702 2010-07-27 Tom Tromey <tromey@redhat.com>
8703
8704 * progmodes/js.el (js-mode):
8705 * progmodes/make-mode.el (makefile-mode):
8706 * progmodes/simula.el (simula-mode):
8707 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
8708
8709 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
8710
8711 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
8712
8713 * time.el (display-time-day-and-date): Remove spurious * in docstring.
8714 (display-time-world-buffer-name, display-time-world-mode-map):
8715 Fix typos in docstrings.
8716
8717 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
8718
8719 * image-mode.el (image-display-size): New function.
8720 (image-forward-hscroll, image-next-line, image-eol, image-eob)
8721 (image-mode-fit-frame): Use it (Bug#6639).
8722
8723 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
8724
8725 * dired.el (dired-buffers-for-dir): Handle list values of
8726 dired-directory (Bug#6636).
8727
8728 2010-07-26 Sam Steingold <sds@gnu.org>
8729
8730 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
8731 Do not call `x-get-selection' the second time, reuse the value.
8732
8733 2010-07-26 Daiki Ueno <ueno@unixuser.org>
8734
8735 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
8736 which consist of control chars only. Suggested by Richard Stallman.
8737
8738 2010-07-25 Daiki Ueno <ueno@unixuser.org>
8739
8740 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
8741 exists before passing an error to find-file-not-found-functions
8742 (bug#6723).
8743
8744 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
8745
8746 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
8747 Remove leading nil element, adjust values.
8748 (tetris-shapes, tetris-shape-scores):
8749 Change representation of shapes and remove some redundancy.
8750 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
8751 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
8752 Adjust for working with new representation of shapes.
8753 (tetris-shape-rotations): New function.
8754 (tetris-move-bottom, tetris-move-left, tetris-move-right)
8755 (tetris-rotate-prev, tetris-rotate-next):
8756 Adjust for working with the new version of tetris-test-shape.
8757
8758 2010-07-23 Markus Triska <markus.triska@gmx.at>
8759
8760 * progmodes/ps-mode.el: Use comint (bug#5954).
8761 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
8762 (ps-mode-other-newline): Simplify.
8763 (ps-run-mode): Derive from comint-mode instead of
8764 fundamental-mode, yielding input history etc.
8765 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
8766 (ps-run-send-string): Adapt for comint-mode.
8767 (ps-run-newline): Remove now unneeded function.
8768
8769 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
8770
8771 * net/tramp.el (tramp-methods): Move hostname to the end in all
8772 plink `tramp-login-args'.
8773
8774 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
8775
8776 * net/tramp.el (tramp-open-shell): New defun.
8777 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8778 Use it.
8779
8780 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
8781
8782 * net/tramp.el (tramp-file-name-regexp-unified)
8783 (tramp-completion-file-name-regexp-unified): On W32 systems, do
8784 not regard the volume letter as remote filename. (Bug#5447)
8785
8786 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
8787
8788 * custom.el (custom-declare-variable): Give a clearer error message
8789 when the docstring is missing (bug#6476).
8790
8791 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
8792
8793 * progmodes/sql.el: Version 2.4. Improved Login prompting.
8794 (sql-login-params): New widget definition.
8795 (sql-oracle-login-params, sql-mysql-login-params)
8796 (sql-solid-login-params, sql-sybase-login-params)
8797 (sql-informix-login-params, sql-ingres-login-params)
8798 (sql-ms-login-params, sql-postgres-login-params)
8799 (sql-interbase-login-params, sql-db2-login-params)
8800 (sql-linter-login-params): Use it.
8801 (sql-sqlite-login-params): Use it; Define "database" parameter as
8802 a file name.
8803 (sql-sqlite-program): Change to "sqlite3".
8804 (sql-comint-sqlite): Make sure database name is complete.
8805 (sql-for-each-login): New function.
8806 (sql-connect, sql-save-connection): Use it.
8807 (sql-get-login-ext): New function.
8808 (sql-get-login): Use it.
8809 (sql-make-alternate-buffer-name): Handle :file parameters.
8810
8811 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
8812
8813 * dired.el (dired-no-confirm): Document value t and fix defcustom to
8814 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
8815
8816 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
8817
8818 * dired.el (dired-mode-map): Use command remapping (bug#6632).
8819
8820 2010-07-22 Lawrence Mitchell <wence@gmx.li>
8821
8822 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
8823
8824 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
8825
8826 * net/tramp.el (tramp-get-ls-command)
8827 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
8828 instead of "/".
8829
8830 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
8831
8832 * progmodes/sql.el: Version 2.3.
8833 (sql-connection-alist): Change keys from symbols to strings;
8834 enhanced the widget definition.
8835 (sql-mode-menu): Add submenu to select connections.
8836 (sql-interactive-mode-menu): Add "Save Connection" item.
8837 (sql-add-product): Fix menu item.
8838 (sql-get-product-feature): Improved error handling.
8839 (sql--alt-buffer-part, sql--alt-if-not-empty): Remove.
8840 (sql-make-alternate-buffer-name): Simplified.
8841 (sql-product-interactive): Handle missing product.
8842 (sql-connect): Support string keys, minor improvements.
8843 (sql-save-connection): New function.
8844 (sql-connection-menu-filter): New function.
8845
8846 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
8847
8848 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
8849 (tramp-open-connection-setup-interactive-shell):
8850 Apply workaround for IRIX64 bug. Move argument of last
8851 `tramp-send-command' where it belongs to.
8852
8853 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
8854
8855 * net/tramp.el (tramp-perl-file-attributes)
8856 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
8857 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
8858 front of `login-args'.
8859
8860 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
8861
8862 * time.el (display-time-world-mode): Define with `define-derived-mode'.
8863 Set `show-trailing-whitespace' to nil.
8864 (display-time-world-display): Simplify.
8865
8866 2010-07-18 Alan Mackenzie <acm@muc.de>
8867
8868 Enhance `c-file-style' in file/directory local variables.
8869 * progmodes/cc-mode.el (c-count-cfss): New function.
8870 (c-before-hack-hook): Call `c-set-style' differently according to
8871 whether c-file-style was set in file or directory local
8872 variables.
8873
8874 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
8875
8876 * progmodes/sql.el: Version 2.2.
8877 (sql-product, sql-user, sql-database, sql-server, sql-port):
8878 Use defcustom :safe keyword rather than putting safe-local-variable
8879 property.
8880 (sql-password): Use defcustom :risky keyword rather than putting
8881 risky-local-variable property.
8882 (sql-oracle-login-params, sql-sqlite-login-params)
8883 (sql-solid-login-params, sql-sybase-login-params)
8884 (sql-informix-login-params, sql-ingres-login-params)
8885 (sql-ms-login-params, sql-postgres-login-params)
8886 (sql-interbase-login-params, sql-db2-login-params)
8887 (sql-linter-login-params): Add `port' option.
8888 (sql-get-product-feature): Add NO-INDIRECT parameter.
8889 (sql-comint-oracle, sql-comint-sybase)
8890 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
8891 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
8892 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
8893 (sql-comint-linter): Rename sql-connect-* functions to
8894 sql-comint-*.
8895 (sql-product-alist, sql-mode-menu): Rename as above and
8896 :sqli-connect-func to :sqli-comint-func.
8897 (sql-connection): New variable.
8898 (sql-interactive-mode): Set it.
8899 (sql-connection-alist): New variable.
8900 (sql-connect): New function.
8901 (sql--alt-buffer-part, sql--alt-if-not-empty)
8902 (sql-make-alternate-buffer-name): Improved alternative buffer name.
8903
8904 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8905
8906 * image-mode.el (image-bookmark-make-record): Do not set context
8907 in an image (Bug#6650).
8908
8909 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
8910
8911 * simple.el (select-active-region): New function.
8912 (push-mark-command, set-mark, activate-mark)
8913 (handle-shift-selection): Use it.
8914 (deactivate-mark): Don't check for size of region.
8915
8916 * mouse.el (mouse-drag-track): Use select-active-region.
8917
8918 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
8919
8920 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
8921 "--dired" stronger.
8922
8923 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
8924
8925 * term/x-win.el (x-select-enable-primary): Change default to nil.
8926 (x-select-enable-clipboard): Add :version keyword.
8927
8928 * mouse.el (mouse-drag-copy-region):
8929 * simple.el (select-active-regions): Likewise.
8930
8931 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
8932
8933 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
8934 (vc-coding-system-for-diff): Use it to decide whether to inherit
8935 from the file the EOL format for reading the diffs of that file.
8936 (Bug#4451)
8937
8938 2010-07-16 Eli Zaretskii <eliz@gnu.org>
8939
8940 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
8941 unibyte, so compressed attachments are not compressed again.
8942
8943 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
8944
8945 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
8946 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
8947 (tramp-find-shell): Simplify setting connection property.
8948 (tramp-get-ls-command): Make test for "--color=never" stronger.
8949
8950 2010-07-15 Simon South <ssouth@member.fsf.org>
8951
8952 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
8953 blocks within record declarations (i.e. variant parts) correctly.
8954
8955 2010-07-15 Simon South <ssouth@member.fsf.org>
8956
8957 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
8958 over literal tokens when parsing so newlines aren't "absorbed" by
8959 single-line comments. Corrects the indentation of case blocks
8960 that have a comment on the first line.
8961
8962 2010-07-14 Karl Fogel <kfogel@red-bean.com>
8963
8964 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
8965 by Drew Adams (Bug#5504).
8966
8967 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
8968
8969 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
8970 now that Unicode is used (Bug#6594).
8971
8972 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
8973
8974 * term/x-win.el (x-select-enable-clipboard): Default to t.
8975 (x-initialize-window-system): Don't overwrite Paste menu item.
8976
8977 * simple.el (select-active-regions): Default to t.
8978 (push-mark-command): Don't overwrite primary with empty string.
8979
8980 * mouse.el: Bind mouse-2 to mouse-yank-primary.
8981 (mouse-drag-copy-region): Default to nil.
8982
8983 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
8984 Cut/Copy/Paste menu bar items.
8985
8986 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8987
8988 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
8989 Patch applied by Karl Fogel.
8990
8991 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
8992 and `bookmark-current-buffer' if they have been already set in
8993 another buffer (e.g gnus-art).
8994
8995 2010-07-13 Karl Fogel <kfogel@red-bean.com>
8996 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8997
8998 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
8999
9000 * bookmark.el (bookmark-make-record-default): Allow unneeded
9001 information to be omitted from the record.
9002
9003 Adjust declarations and calls:
9004
9005 * info.el (bookmark-make-record-default): Adjust declaration.
9006 (Info-bookmark-make-record): Adjust call.
9007
9008 * woman.el (bookmark-make-record-default): Adjust declaration.
9009 (woman-bookmark-make-record): Adjust call.
9010
9011 * man.el (bookmark-make-record-default): Adjust declaration.
9012 (Man-bookmark-make-record): Adjust call.
9013
9014 * image-mode.el (bookmark-make-record-default): Adjust declaration.
9015
9016 * doc-view.el (bookmark-make-record-default): Adjust declaration.
9017
9018 2010-07-13 Karl Fogel <kfogel@red-bean.com>
9019
9020 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
9021 This is also from Thierry Volpiatto's patch in bug #6444. However,
9022 because it was extraneous to the functional change in that patch,
9023 and causes a re-indendation, I am committing it separately.
9024
9025 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9026
9027 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
9028 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
9029 Patch applied by Karl Fogel (Bug#6444).
9030
9031 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
9032
9033 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
9034
9035 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
9036
9037 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
9038 Dempsky; bug#5084). Remove incorrect binding for S-tab.
9039 (ns-alternatives-map): Change S-tab binding to backtab
9040 (bug#6616).
9041
9042 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
9043 under ns.
9044
9045 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
9046
9047 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
9048 (Bug#5806)
9049
9050 * language/tv-util.el (tai-viet-re): Remove format.
9051
9052 2010-07-12 Kenichi Handa <handa@m17n.org>
9053
9054 * language/hebrew.el: Remove no-byte-compile declaration.
9055 Change coding: tag to utf-8. Register hebrew-shape-gstring in
9056 composition-function-table for 3-character looking back.
9057 (hebrew-font-get-precomposed): New function.
9058 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
9059
9060 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
9061
9062 * mouse.el (mouse-drag-track): Handle select-active-regions
9063 (Bug#6612).
9064
9065 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
9066
9067 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
9068 empty argument to gvfs-copy.
9069
9070 2010-07-10 Glenn Morris <rgm@gnu.org>
9071
9072 * calendar/calendar.el (calendar-week-end-day): New function.
9073 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
9074 Respect calendar-week-start-day. (Bug#6606)
9075 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
9076 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
9077 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
9078 respect calendar-week-start-day.
9079
9080 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
9081
9082 * simple.el (use-region-p): Doc fix (Bug#6607).
9083
9084 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
9085
9086 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9087 Add regexps for cucumber and ruby.
9088
9089 2010-07-08 Daiki Ueno <ueno@unixuser.org>
9090
9091 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
9092 (epa-file-insert-file-contents): Hack to prevent
9093 find-file from opening empty buffer when decryption failed
9094 (bug#6568).
9095
9096 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
9097
9098 * textmodes/ispell.el (ispell-alternate-dictionary):
9099 Use file-readable-p.
9100 Return nil if no word-list is found at default locations.
9101 (ispell-complete-word-dict): Default to nil.
9102 (ispell-command-loop): Use 'word-list' when using lookup-words.
9103 (lookup-words): Use ispell-complete-word-dict or
9104 ispell-alternate-dictionary. Check for word-list availability
9105 and handle errors if needed with better messages (Bug#6539).
9106 (ispell-complete-word): Use ispell-complete-word-dict or
9107 ispell-alternate-dictionary.
9108
9109 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
9110
9111 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
9112 builtins (BufferError, BytesWarning, WindowsError; callables
9113 bin, bytearray, bytes, format, memoryview, next, print; __package__).
9114
9115 2010-07-07 Glenn Morris <rgm@gnu.org>
9116
9117 * play/zone.el (top-level): Do not require timer, tabify, or cl.
9118 (zone-shift-left): Ignore intangibility, and any errors from
9119 forward-char.
9120 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
9121 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
9122 deleting, and copying text properties.
9123 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
9124 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
9125 to point-max is hard.
9126 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
9127 (zone-fill-out-screen): Ignore intangibility.
9128
9129 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
9130
9131 * menu-bar.el (menu-bar-mode):
9132 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
9133 if it has been set.
9134
9135 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
9136 word/line selection (Bug#6565).
9137
9138 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
9139
9140 * net/dbus.el (dbus-send-signal): Declare function.
9141
9142 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
9143
9144 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
9145 (dbus-register-property): New optional argument EMITS-SIGNAL.
9146 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
9147
9148 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
9149
9150 * mouse.el (mouse-drag-overlay): Variable deleted.
9151 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
9152 (mouse--remap-link-click-p): New function.
9153 (mouse-drag-track): Handle dragging by using temporary Transient
9154 Mark mode, instead of a special overlay.
9155 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
9156 mouse-show-mark.
9157
9158 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
9159 deleted.
9160
9161 2010-07-02 Juri Linkov <juri@jurta.org>
9162
9163 * autoinsert.el (auto-insert-alist): Fix readability
9164 by using dotted pair notation for lambda.
9165
9166 2010-07-02 Juri Linkov <juri@jurta.org>
9167
9168 * faces.el (read-face-name): Rename arg `string-describing-default'
9169 to `default'. Doc fix. Display the default value in quotes
9170 in the prompt. With empty input, return the `default' arg,
9171 unless the default value is a string (in which case return nil).
9172 (describe-face): Replace the string `default' arg of `read-face-name'
9173 with the symbol `default'.
9174
9175 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
9176
9177 * emulation/viper-cmd.el (viper-delete-backward-char)
9178 (viper-del-backward-char-in-insert)
9179 (viper-del-backward-char-in-replace, viper-change)
9180 (viper-backward-indent): Replace delete-backward-char with
9181 delete-char (Bug#6552).
9182
9183 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
9184
9185 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
9186
9187 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
9188
9189 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
9190 argument passed to frame-creation-function (Bug#5378).
9191
9192 * faces.el (x-handle-named-frame-geometry)
9193 (x-handle-reverse-video, x-create-frame-with-faces)
9194 (face-set-after-frame-default, tty-create-frame-with-faces):
9195 Don't separately consult default-frame-alist. It is now passed as the
9196 PARAMETER argument.
9197
9198 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
9199
9200 * startup.el (command-line): Don't call tool-bar-setup in a
9201 tty-only build.
9202
9203 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
9204
9205 * ruler-mode.el (ruler--save-header-line-format): New fun.
9206 (ruler-mode): Use it as a setter function, so as not to overwrite
9207 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
9208
9209 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
9210
9211 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
9212 (vc-root-diff, vc-print-root-log, vc-log-incoming)
9213 (vc-log-outgoing): Use it.
9214 (vc-diff-internal): Set diff-vc-backend.
9215
9216 * vc/diff-mode.el (diff-vc-backend): New var.
9217
9218 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
9219
9220 * dynamic-setting.el (font-setting-change-default-font):
9221 Remove call to message.
9222
9223 2010-06-28 Kenichi Handa <handa@m17n.org>
9224
9225 * international/quail.el (quail-insert-kbd-layout): Fix the
9226 showing of untranslated characters.
9227
9228 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
9229
9230 * simple.el (delete-active-region): New option.
9231 (delete-backward-char): Implement in Lisp.
9232 (delete-forward-char): New command.
9233
9234 * mouse.el (mouse-region-delete-keys): Delete.
9235 (mouse-show-mark): Simplify.
9236
9237 * bindings.el (global-map): Bind delete and DEL, the former to
9238 delete-forward-char.
9239
9240 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
9241
9242 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
9243 (ruby-mode): Bind indent-line-function (Bug#5119).
9244
9245 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
9246
9247 * startup.el (command-line): Recognize "0" X resource value.
9248
9249 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
9250
9251 * startup.el (command-line): Use X resources to set the value of
9252 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
9253
9254 * menu-bar.el (menu-bar-mode):
9255 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
9256 Set init-value to t.
9257
9258 * frame.el (frame-notice-user-settings): Don't change
9259 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
9260 vice versa (Bug#2249).
9261
9262 2010-06-26 Eli Zaretskii <eliz@gnu.org>
9263
9264 * w32-fns.el (w32-convert-standard-filename): Doc fix.
9265
9266 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
9267
9268 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
9269 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
9270
9271 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
9272 default directories are expanded (Bug#6143).
9273
9274 2010-06-24 Juri Linkov <juri@jurta.org>
9275
9276 * minibuffer.el (completions-format): Change default from nil to
9277 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
9278
9279 2010-06-24 Juri Linkov <juri@jurta.org>
9280
9281 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
9282 buffer-locally to lambda that re-runs the vc diff command.
9283 (Bug#6447)
9284
9285 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
9286
9287 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
9288 echo area is in use (Bug#3412).
9289
9290 2010-06-22 Glenn Morris <rgm@gnu.org>
9291
9292 * textmodes/texinfmt.el (texinfo-format-region)
9293 (texinfo-raise-lower-sections, texinfo-format-separate-node)
9294 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
9295 (texinfo-format-option, texinfo-noindent):
9296 Use line-beginning-position and line-end-position.
9297
9298 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
9299 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
9300 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
9301 utf-8 characters.
9302
9303 2010-06-21 Karl Fogel <kfogel@red-bean.com>
9304
9305 * play/zone.el (zone-fall-through-ws): Fix next-line ->
9306 forward-line fallout.
9307
9308 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
9309
9310 * mouse.el (mouse-appearance-menu): Add docstring.
9311
9312 * help.el (describe-key): Print up-event using key-description.
9313
9314 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
9315
9316 * net/zeroconf.el (zeroconf-resolve-service)
9317 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
9318 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
9319
9320 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
9321
9322 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
9323
9324 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
9325
9326 Avoid displaying files with a nil state in vc-dir.
9327 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
9328 cases that cause insertion.
9329 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
9330 with a nil state.
9331
9332 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
9333
9334 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
9335
9336 2010-06-29 Leo <sdl.web@gmail.com>
9337
9338 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
9339
9340 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9341
9342 * generic-x.el (bat-generic-mode): Fix regexp for command line
9343 switches (Bug#5719).
9344
9345 2010-06-27 Masatake YAMATO <yamato@redhat.com>
9346
9347 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
9348 of nconc to avoid pure storage error (Bug#6239).
9349
9350 2010-06-27 Christoph Scholtes <cschol2112@googlemail.com>
9351
9352 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
9353 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
9354 bindings of bookmark-automatically-show-annotations (Bug#6515).
9355
9356 2010-06-25 Eli Zaretskii <eliz@gnu.org>
9357
9358 * arc-mode.el (archive-zip-extract): Don't quote the file name on
9359 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
9360
9361 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
9362
9363 * comint.el (make-comint, make-comint-in-buffer): Mention return
9364 value in the docstrings. (Bug#6498)
9365
9366 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
9367
9368 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
9369 since it is not present when using some non-default switches.
9370
9371 2010-06-23 Karl Fogel <kfogel@red-bean.com>
9372
9373 * simple.el (compose-mail): Fix doc string to refer to
9374 `compose-mail-user-agent-warnings', instead of to the
9375 nonexistent `compose-mail-check-user-agent'.
9376
9377 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
9378
9379 Fix an indentation bug:
9380
9381 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
9382 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
9383 of existing values.
9384
9385 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
9386 (c-clear->-pair-props-if-match-before): now return t when they've
9387 cleared properties, nil otherwise.
9388 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
9389 by taking account of the existing value.
9390
9391 * progmodes/cc-defs.el
9392 (c-clear-char-property-with-value-function): Fix this to clear the
9393 property rather than overwriting it with nil.
9394
9395 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
9396
9397 * emacs-lisp/package.el (package-print-package): Add link to
9398 package description via describe-package.
9399 (describe-package-1): List package requirements. Add button to
9400 perform installation.
9401 (package-menu-describe-package): New command.
9402
9403 * help-mode.el (help-package): New button type.
9404
9405 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
9406
9407 * emacs-lisp/package.el: Move package-list-packages binding to
9408 menu-bar.el.
9409 (describe-package, describe-package-1, package--dir): New funs.
9410 (package-activate-1): Use package--dir.
9411
9412 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
9413
9414 * help-mode.el (help-package-def): New button type.
9415
9416 * menu-bar.el: Move package-list-packages binding here from
9417 package.el.
9418
9419 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
9420
9421 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
9422
9423 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9424
9425 * emacs-lisp/edebug.el (edebug-read-list):
9426 Phase out old-style backquotes.
9427
9428 2010-06-17 Juri Linkov <juri@jurta.org>
9429
9430 * help-mode.el (help-mode): Set buffer-local variable
9431 revert-buffer-function to help-mode-revert-buffer.
9432 (help-mode-revert-buffer): New function.
9433
9434 * info.el (Info-revert-find-node): Check for major-mode Info-mode
9435 before popping to "*info*" (like in other Info functions).
9436 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
9437 old-history-forward. Pop to old-buffer-name or "*info*" to
9438 recreate the killed buffer. Set Info-history-forward from
9439 old-history-forward.
9440 (Info-breadcrumbs-depth): Add :group and :version.
9441
9442 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
9443
9444 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
9445
9446 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
9447
9448 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
9449 for languages like Portuguese with pt_{BR,PT} and no plain pt.
9450
9451 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
9452
9453 * emacs-lisp/package.el (package-menu-mode-map):
9454 Move initialization into declaration.
9455
9456 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
9457
9458 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
9459
9460 * emacs-lisp/package.el (package-archive-base): Point to
9461 elpa.gnu.org.
9462 (package-enable, package-load-list): New defcustoms.
9463 (package-user-dir, package-directory-list): Turn into defcustoms.
9464 Don't include package-user-dir in package-directory-list.
9465 (package--builtins-base): Don't include Emacs as a "package".
9466 (package-subdirectory-regexp): New var.
9467 (package-load-all-descriptors, package-compute-transaction)
9468 (package-download-transaction): Obey package-load-list.
9469 (package-activate-1): Rename from package-do-activate.
9470 (package-list-packages-internal): Check package-load-list.
9471 (package-load-descriptor, package-generate-autoloads)
9472 (package-unpack, package-unpack-single)
9473 (package--read-archive-file, package-delete):
9474 Use expand-file-name.
9475
9476 * emacs-lisp/package-x.el: New file. Package uploading
9477 functionality split out from package.el.
9478
9479 * startup.el (command-line): Load packages after reading init file.
9480
9481 2010-06-17 Tom Tromey <tromey@redhat.com>
9482
9483 * emacs-lisp/package.el: New file.
9484
9485 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9486
9487 Fix vc-annotate for renamed files when using Git.
9488 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
9489 ls-files. Doe not pass the object as a file name to cat-file, it
9490 is not a file name.
9491 (vc-git-annotate-command): Pass the file name using -- to avoid
9492 ambiguity with the revision.
9493 (vc-git-previous-revision): Pass a relative file name.
9494
9495 2010-06-22 Glenn Morris <rgm@gnu.org>
9496
9497 * progmodes/js.el (js-mode-map): Use standard capitalization and
9498 ellipses for menu entries.
9499
9500 * wid-edit.el (widget-complete): Doc fix.
9501
9502 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
9503
9504 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
9505
9506 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9507
9508 Fix annotating other revisions for renamed files in vc-annotate.
9509 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
9510 VC backend. Use it when non-nil.
9511 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
9512 (Bug#6487).
9513
9514 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
9515 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
9516 Do not pass the file name to the 'previous-revision call when we
9517 don't want a file diff. (Bug#6489)
9518
9519 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9520
9521 Fix finding revisions for renamed files in vc-annotate.
9522 * vc/vc.el (vc-find-revision): Add an optional argument for
9523 the VC backend. Use it when non-nil.
9524 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
9525 backend to vc-find-revision. (Bug#6487)
9526
9527 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9528
9529 Fix reading file names in Git annotate buffers.
9530 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
9531 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
9532
9533 2010-06-20 Alan Mackenzie <acm@muc.de>
9534
9535 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
9536 in file local variables, set it first.
9537
9538 2010-06-19 Glenn Morris <rgm@gnu.org>
9539
9540 * descr-text.el (describe-char-unicode-data): Insert separating
9541 space when needed. (Bug#6422)
9542
9543 * progmodes/idlwave.el (idlwave-action-and-binding):
9544 Fix typo in 2009-12-03 change. (Bug#6450)
9545
9546 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9547
9548 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
9549 handling for `lambda' (misunderstanding).
9550
9551 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
9552
9553 * calc/calc-poly.el (math-accum-factors): Make sure that
9554 constants aren't distributed after they are factored out.
9555
9556 2010-06-16 Juri Linkov <juri@jurta.org>
9557
9558 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
9559 `list-colors-print'. (Bug#6332)
9560
9561 * subr.el (read-quoted-char): Fix up last change (bug#6290).
9562
9563 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9564
9565 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
9566 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
9567
9568 * font-lock.el (font-lock-major-mode): Rename from
9569 font-lock-mode-major-mode to distinguish it from
9570 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
9571 (font-lock-set-defaults):
9572 * font-core.el (font-lock-default-function): Adjust users.
9573 (font-lock-mode): Don't set it at all.
9574
9575 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9576
9577 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
9578
9579 2010-06-16 Glenn Morris <rgm@gnu.org>
9580
9581 * calendar/appt.el (appt-time-msg-list): Doc fix.
9582 (appt-check): Let-bind appt-warn-time.
9583 (appt-add): Make the 3rd argument optional.
9584 Simplify argument names. Doc fix. Check for integer WARNTIME.
9585 Only add WARNTIME to the output list if non-nil.
9586
9587 2010-06-16 Ivan Kanis <apple@kanis.eu>
9588
9589 * calendar/appt.el (appt-check): Let the 3rd element of
9590 appt-time-msg-list specify the warning time.
9591 (appt-add): Add new argument with the warning time. (Bug#5176)
9592
9593 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
9594
9595 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
9596 older than version 1.6. (Bug#6361)
9597
9598 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
9599
9600 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
9601 used by cl-do-arglist. (Bug#6408)
9602
9603 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
9604
9605 * textmodes/ispell.el (ispell-dictionary-base-alist):
9606 Fix portuguese casechars/not-casechars for missing 'çÇ'.
9607 Suggested by Rolando Pereira (bug#6434).
9608
9609 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
9610
9611 * facemenu.el (list-colors-sort): Doc fix.
9612
9613 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
9614
9615 * progmodes/sql.el (sql-connect-mysql): Fix typo.
9616
9617 2010-06-14 Juri Linkov <juri@jurta.org>
9618
9619 Add sort option `list-colors-sort'. (Bug#6332)
9620 * facemenu.el (color-rgb-to-hsv): New function.
9621 (list-colors-sort): New defcustom.
9622 (list-colors-sort-key): New function.
9623 (list-colors-display): Doc fix. Sort list according to the option
9624 `list-colors-sort'.
9625 (list-colors-print): Add HSV values to `help-echo' property of
9626 RGB strings.
9627
9628 2010-06-14 Juri Linkov <juri@jurta.org>
9629
9630 * compare-w.el: Move to the "vc" subdirectory.
9631
9632 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9633
9634 * image-mode.el (image-mode-map): Remap left-char and right-char.
9635
9636 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
9637
9638 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
9639
9640 * term/common-win.el (x-colors): Add all the color names defined
9641 in rgb.txt (Bug#6332).
9642
9643 * facemenu.el (list-colors-print): Don't print extra names if it
9644 will overflow the window width.
9645
9646 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
9647 change (Bug#6343).
9648
9649 2010-06-12 Eli Zaretskii <eliz@gnu.org>
9650
9651 * files.el (make-directory): Doc fix (bug#6396).
9652
9653 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
9654
9655 * net/tramp.el (tramp-remote-process-environment): Protect version
9656 string by apostroph.
9657 (tramp-shell-prompt-pattern): Do not use a shy group in case of
9658 XEmacs.
9659 (tramp-file-name-for-operation): Add `call-process-region'.
9660 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
9661
9662 * net/tramp-compat.el (top): Do not autoload
9663 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
9664 only when `start-file-process' is not bound.
9665 (tramp-advice-file-expand-wildcards): Do not use
9666 `tramp-handle-file-remote-p'.
9667 (tramp-compat-make-temp-file): Handle the case, that
9668 `make-temp-file' has no third argument EXTENSION.
9669
9670 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
9671
9672 * makefile.w32-in (WINS_BASIC): Include new directory vc.
9673
9674 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
9675
9676 2010-06-11 Juri Linkov <juri@jurta.org>
9677
9678 * finder.el (finder-known-keywords): Add keyword "vc"
9679 for version control.
9680
9681 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
9682 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
9683 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
9684 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
9685
9686 2010-06-11 Juri Linkov <juri@jurta.org>
9687
9688 Move version control related files to the "vc" subdirectory.
9689 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
9690 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
9691 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
9692 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
9693 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
9694 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
9695 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
9696 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
9697 Move files to the "vc" subdirectory.
9698
9699 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
9700
9701 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
9702 (Bug#6367).
9703
9704 2010-06-11 Stephen Eglen <stephen@gnu.org>
9705
9706 * shell.el: Bind `shell-resync-dirs' to M-RET.
9707
9708 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
9709
9710 * notifications.el: Move file from lisp/net, because it is
9711 supposed to talk locally to the user.
9712
9713 2010-06-10 Julien Danjou <julien@danjou.info>
9714
9715 * net/notifications.el (notifications-on-action-signal)
9716 (notifications-on-closed-signal): Pass notification id as first
9717 argument to the callback functions. Add docstrings.
9718 (notifications-notify): Fix docstring.
9719
9720 2010-06-10 Glenn Morris <rgm@gnu.org>
9721
9722 * emacs-lisp/authors.el (authors-ignored-files)
9723 (authors-valid-file-names): Add some files.
9724
9725 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9726
9727 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
9728 merge conflict, giving preference to the emacs-23 version of the code.
9729
9730 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9731
9732 * emacs-lisp/advice.el (ad-compile-function):
9733 Define warning-suppress-types before we let-bind it (bug#6275).
9734
9735 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
9736 declare it, make it buffer-local and permanent-local (bug#6324).
9737 (vc-resynch-window): Adjust name.
9738 * vc-hooks.el (vc-find-file-hook): Adjust name.
9739
9740 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
9741
9742 * net/notifications.el (notifications-notify): Fix docstring.
9743
9744 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
9745
9746 Update to Unicode 6.0.0 beta.
9747 * international/charprop.el: Update copyright.
9748 * international/mule-cmds.el (ucs-names): Update character ranges.
9749 * international/uni-bidi.el:
9750 * international/uni-category.el:
9751 * international/uni-combining.el:
9752 * international/uni-comment.el:
9753 * international/uni-decimal.el:
9754 * international/uni-decomposition.el:
9755 * international/uni-digit.el:
9756 * international/uni-lowercase.el:
9757 * international/uni-mirrored.el:
9758 * international/uni-name.el:
9759 * international/uni-numeric.el:
9760 * international/uni-old-name.el:
9761 * international/uni-titlecase.el:
9762 * international/uni-uppercase.el: Regenerate.
9763
9764 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
9765
9766 * emacs-lisp/smie.el (comment-string-strip): Declare function.
9767 (smie-precs-precedence-table): Fix typo in docstring.
9768
9769 * vc-mtn.el (log-edit-extract-headers): Declare function.
9770
9771 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
9772
9773 * net/notifications.el (dbus-register-signal): Declare function.
9774 (notifications-notify): Fix typos and reflow docstring.
9775
9776 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
9777
9778 Improve VC create/retrieve tag/branch.
9779 * vc.el (vc-create-tag): Do not read the directory name for VCs
9780 with repository revision granularity. Adjust the tag/branch
9781 prompt. Reset VC properties.
9782 (vc-retrieve-tag): Do not read the directory name for VCs
9783 with repository revision granularity. Reset VC properties.
9784
9785 2010-06-09 Julien Danjou <julien@danjou.info>
9786
9787 * net/notifications.el: New file.
9788
9789 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
9790
9791 Add optional support for resetting VC properties.
9792 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
9793 call vc-file-clearprops when true.
9794 (vc-resynch-buffer): Add new optional argument, pass it down.
9795 (vc-resynch-buffers-in-directory): Likewise.
9796
9797 Improve support for special markup in the VC commit message.
9798 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
9799 * vc-hg.el (vc-hg-checkin): Add support for Date:.
9800 * vc-git.el (vc-git-checkin):
9801 * vc-bzr.el (vc-bzr-checkin): Likewise.
9802
9803 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9804
9805 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
9806 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
9807
9808 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
9809
9810 * iimage.el: Remove images as soon as the underlying text is modified.
9811 (iimage-modification-hook): New function.
9812 (iimage-mode-buffer): Use it.
9813
9814 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9815
9816 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
9817 smie-indent-offset-after. Add :prev case. Make a bit more generic.
9818 (smie-indent-virtual): Remove `virtual' arg. Update callers.
9819 (smie-indent-keyword): Add handling of open-paren keywords.
9820 (smie-indent-comment-continue): Don't assume comment-continue.
9821
9822 2010-06-07 Martin Rudalics <rudalics@gmx.at>
9823
9824 * window.el (pop-to-buffer): Remove the conditional that
9825 compares new-window and old-window, so it will reselect
9826 the selected window unconditionally.
9827 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
9828
9829 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9830
9831 * emacs-lisp/smie.el (smie-indent-offset-after)
9832 (smie-indent-forward-token, smie-indent-backward-token): New functions.
9833 (smie-indent-after-keyword): Use them.
9834 (smie-indent-fixindent): Only applies to the indentation of the BOL.
9835 (smie-indent-keyword): Tweak the black magic.
9836 (smie-indent-comment-continue): Strip comment-continue before use.
9837 (smie-indent-functions): Indent comments before keywords.
9838
9839 2010-06-06 Juri Linkov <juri@jurta.org>
9840
9841 * isearch.el (isearch-lazy-highlight-search): Fix looping
9842 by checking for empty match. This syncs this loop with the
9843 similar loop in `isearch-search'. (Bug#6362)
9844
9845 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
9846
9847 * net/dbus.el (dbus-register-method): Declare function.
9848 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
9849 (dbus-introspect): Doc fix.
9850 (dbus-event-bus-name, dbus-introspect-get-interface)
9851 (dbus-introspect-get-argument): Reflow docstrings.
9852
9853 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
9854
9855 vc-log-incoming/vc-log-outgoing fixes for Git.
9856 * vc-git.el (vc-git-log-view-mode): Fix font lock for
9857 incoming/outgoing logs.
9858 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
9859 instead of vc-git-compute-remote.
9860 (vc-git-compute-remote): Remove.
9861
9862 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
9863
9864 * term/common-win.el (x-colors): Add "dark green" and "dark
9865 turquoise" (Bug#6332).
9866
9867 2010-06-04 Juri Linkov <juri@jurta.org>
9868
9869 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
9870 Instead of setting `replace' to t and replacing the same string
9871 with itself, don't do certain actions when
9872 kill-do-not-save-duplicates is non-nil and string is equal to car
9873 of kill-ring: don't call menu-bar-update-yank-menu, don't push
9874 interprogram-paste strings to kill-ring, and don't push the input
9875 argument `string' to kill-ring.
9876 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
9877
9878 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
9879
9880 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
9881
9882 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
9883
9884 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
9885 (tramp-gvfs-handler-mounted-unmounted)
9886 (tramp-gvfs-connection-mounted-p): Handle default-location.
9887
9888 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
9889 move files to trash.
9890
9891 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
9892
9893 * international/mule-cmds.el (nonascii-insert-offset)
9894 (nonascii-translation-table): Add obsolescence information.
9895
9896 * international/mule.el (make-translation-table-from-vector): Doc fix.
9897
9898 2010-06-03 Glenn Morris <rgm@gnu.org>
9899
9900 * desktop.el (desktop-clear-preserve-buffers):
9901 Add "*Warnings*" buffer. (Bug#6336)
9902
9903 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
9904
9905 vc-log-incoming/vc-log-outgoing improvements for Git.
9906 * vc-git.el (vc-git-log-outgoing): Use the same format as the
9907 short log.
9908 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
9909
9910 Add bindings for vc-log-incoming and vc-log-outgoing.
9911 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
9912 and vc-log-outgoing.
9913 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
9914 and vc-log-outgoing.
9915
9916 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
9917
9918 * net/rcirc.el (rcirc-sort-nicknames): Remove.
9919 (rcirc-handler-366): Always sort nicknames.
9920
9921 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
9922
9923 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
9924
9925 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
9926
9927 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
9928
9929 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9930
9931 * net/rcirc.el (rcirc-sort-nicknames): Change default.
9932 (rcirc-sort-nicknames-join): Avoid setq.
9933
9934 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
9935
9936 * net/rcirc.el (rcirc-sort-nicknames): New custom.
9937 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
9938 (rcirc-handler-366): Use them.
9939
9940 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9941
9942 Split smie-indent-calculate into more manageable chunks.
9943 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
9944 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
9945 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
9946 (smie-indent-exps): Extract from smie-indent-calculate.
9947 (smie-indent-functions): New var.
9948 (smie-indent-functions): Use them.
9949
9950 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9951
9952 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
9953 (smie-indent-calculate): Simplify and cleanup.
9954
9955 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
9956
9957 * net/tramp-gvfs.el (top): Require url-util.
9958 (tramp-gvfs-mount-point): Remove.
9959 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
9960 New defuns.
9961 (with-tramp-dbus-call-method): Format trace message.
9962 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
9963 Implement backup call, when operation on local files fails.
9964 Use progress reporter. Flush properties of changed files.
9965 (tramp-gvfs-handle-make-directory): Make more traces.
9966 (tramp-gvfs-url-file-name): Hexify file name in url.
9967 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
9968 into account for the resulting file name.
9969 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
9970 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
9971 (tramp-gvfs-handler-mounted-unmounted)
9972 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
9973 attribute "default_location". Set "prefix" property.
9974 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
9975 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
9976 exists. Raise an error, if not (due to a corresponding answer
9977 "no" in interactive questions, for example).
9978
9979 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
9980
9981 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
9982
9983 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
9984
9985 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
9986 right-*. (Bug#6265)
9987
9988 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
9989
9990 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
9991 * vc-git.el (vc-git-compute-remote): New function.
9992 (vc-git-log-outgoing): Use it instead of hard coding a value.
9993 (vc-git-log-incoming): New function.
9994
9995 Improve state updating for VC tag commands.
9996 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
9997 to update the state of all buffers in the directory.
9998
9999 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
10000
10001 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10002
10003 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
10004 `file-directory-p' to the filename part rather than to the whole text.
10005
10006 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10007
10008 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
10009
10010 2010-05-31 Drew Adams <drew.adams@oracle.com>
10011
10012 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
10013
10014 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
10015
10016 * subr.el (momentary-string-display): Just use read-event to read
10017 the exit event (Bug#6238).
10018
10019 2010-05-30 Eli Zaretskii <eliz@gnu.org>
10020
10021 * international/mule.el (define-coding-system): Doc fix (bug#6313).
10022
10023 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
10024
10025 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
10026 Suggested by Eli Zaretskii <eliz@gnu.org>.
10027
10028 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10029
10030 * minibuffer.el (completion-file-name-table): Don't return a boundary
10031 past the end of `string' (bug#6299).
10032 (completion--file-name-table): Delegate to completion-file-name-table
10033 for the `boundaries' case.
10034
10035 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
10036
10037 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
10038 movement commands.
10039
10040 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
10041 `path-separator', but maintain compatibility with Emacs 20.2.
10042
10043 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
10044
10045 * server.el (server-process-filter): Receive parent-id argument
10046 from emacsclient.
10047 (server-create-window-system-frame): New arg. Pass parent-id as
10048 frame parameter.
10049
10050 2010-05-29 Eli Zaretskii <eliz@gnu.org>
10051
10052 Bidi-sensitive word movement with arrow keys.
10053 * subr.el (right-arrow-command, left-arrow-command): Move to
10054 bindings.el.
10055
10056 * bindings.el (right-char, left-char): Move from subr.el and
10057 rename from right-arrow-command and left-arrow-command.
10058 (right-word, left-word): New functions.
10059 (global-map) <right>: Bind to right-char.
10060 (global-map) <left>: Bind to left-char.
10061 (global-map) <C-right>: Bind to right-word.
10062 (global-map) <C-left>: Bind to left-word.
10063
10064 * ls-lisp.el (ls-lisp-classify-file): New function.
10065 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
10066 (ls-lisp-classify): Call ls-lisp-classify-file.
10067 (insert-directory): Remove blanks from switches.
10068
10069 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
10070
10071 * ansi-color.el: Delete unused escape sequences (Bug#6085).
10072 (ansi-color-drop-regexp): New constant.
10073 (ansi-color-apply, ansi-color-filter-region)
10074 (ansi-color-apply-on-region): Delete unrecognized control sequences.
10075 (ansi-color-apply): Build string list before calling concat.
10076
10077 2010-05-28 Juri Linkov <juri@jurta.org>
10078
10079 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
10080 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
10081 (Bug#5270)
10082
10083 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
10084
10085 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
10086 to ignored backtrace functions.
10087 (with-progress-reporter): Expand docstring.
10088 (tramp-handle-delete-file): Implement TRASH argument.
10089 (tramp-get-remote-trash): New defun.
10090
10091 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
10092
10093 * net/tramp-compat.el (tramp-compat-delete-file):
10094 Use `symbol-value' for backward compatibility.
10095
10096 * net/tramp.el (tramp-handle-make-symbolic-link)
10097 (tramp-handle-load)
10098 (tramp-do-copy-or-rename-file-via-buffer)
10099 (tramp-do-copy-or-rename-file-directly)
10100 (tramp-do-copy-or-rename-file-out-of-band)
10101 (tramp-handle-process-file, tramp-handle-call-process-region)
10102 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10103 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10104 (tramp-delete-temp-file-function): Use `delete-file' instead
10105 of `tramp-compat-delete-file'.
10106
10107 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10108 (tramp-fish-handle-make-symbolic-link)
10109 (tramp-fish-handle-process-file): Use `delete-file' instead
10110 of `tramp-compat-delete-file'.
10111
10112 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10113 Use `delete-file' instead of `tramp-compat-delete-file'.
10114
10115 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Use
10116 `delete-file' instead of `tramp-compat-delete-file'.
10117
10118 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
10119 Use `delete-file' instead of `tramp-compat-delete-file'.
10120
10121 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10122 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10123 (tramp-smb-handle-write-region): Use `delete-file' instead of
10124 `tramp-compat-delete-file'.
10125 (tramp-smb-handle-delete-directory): Use 'trash as arg.
10126
10127 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
10128
10129 * dired.el (dired-delete-file): New arg TRASH.
10130 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
10131 (dired-do-flagged-delete, dired-do-delete): Use trash.
10132
10133 * speedbar.el (speedbar-item-delete): Allow trashing.
10134
10135 * files.el (delete-directory): New arg TRASH.
10136
10137 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
10138 (ange-ftp-rename-remote-to-remote)
10139 (ange-ftp-rename-local-to-remote)
10140 (ange-ftp-rename-remote-to-local, ange-ftp-load)
10141 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
10142 `delete-file'.
10143 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
10144 allow trashing.
10145
10146 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
10147 handle new TRASH arg of `delete-file'.
10148
10149 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
10150 (tramp-handle-make-symbolic-link, tramp-handle-load)
10151 (tramp-do-copy-or-rename-file-via-buffer)
10152 (tramp-do-copy-or-rename-file-directly)
10153 (tramp-do-copy-or-rename-file-out-of-band)
10154 (tramp-handle-process-file, tramp-handle-call-process-region)
10155 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10156 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10157 (tramp-delete-temp-file-function): Use null TRASH arg in
10158 tramp-compat-delete-file call.
10159
10160 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10161 (tramp-fish-handle-delete-file)
10162 (tramp-fish-handle-make-symbolic-link)
10163 (tramp-fish-handle-process-file): Use null TRASH arg in
10164 `tramp-compat-delete-file' call.
10165
10166 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
10167 arg in `tramp-compat-delete-file' call.
10168
10169 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
10170 (tramp-gvfs-handle-write-region): Use null TRASH arg in
10171 `tramp-compat-delete-file' call.
10172
10173 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
10174 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
10175 `tramp-compat-delete-file' call.
10176
10177 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10178 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10179 (tramp-smb-handle-write-region): Use null TRASH arg in
10180 tramp-compat-delete-file call.
10181 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
10182 (tramp-smb-handle-delete-file): Rename arg.
10183
10184 * diff.el (diff-sentinel):
10185 * epg.el (epg--make-temp-file, epg-decrypt-string)
10186 (epg-verify-string, epg-sign-string, epg-encrypt-string):
10187 * jka-compr.el (jka-compr-partial-uncompress)
10188 (jka-compr-call-process, jka-compr-write-region):
10189 * server.el (server-sentinel): Remove optional arg from
10190 delete-file, reverting 2010-05-03 change.
10191
10192 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
10193
10194 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10195 Use font-lock-constant-face, not obsolete font-lock-reference-face.
10196
10197 2010-05-27 Kenichi Handa <handa@m17n.org>
10198
10199 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
10200 element of GSTRING is nil.
10201
10202 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10203
10204 * emacs-lisp/smie.el (smie-forward-token-function)
10205 (smie-backward-token-function): New vars.
10206 (smie-backward-sexp, smie-forward-sexp)
10207 (smie-indent-hanging-p, smie-indent-calculate): Use them.
10208 (smie-default-backward-token): Rename from smie-backward-token and
10209 skip comments.
10210 (smie-default-forward-token): Rename from smie-forward-token and
10211 skip comments.
10212 (smie-next-sexp): Handle nil results from next-token.
10213 (smie-indent-calculate): Add a new case for special `fixindent' comments.
10214
10215 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
10216
10217 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10218 Use font-lock-constant-face, not obsolete font-lock-reference-face.
10219
10220 2010-05-27 Masatake YAMATO <yamato@redhat.com>
10221
10222 * htmlfontify.el (hfy-face-resolve-face): New function.
10223 (hfy-face-to-style): Use it (Bug#6279).
10224
10225 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10226
10227 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
10228 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
10229
10230 2010-05-26 Glenn Morris <rgm@gnu.org>
10231
10232 * emulation/edt.el (edt-load-keys): Use locate-library.
10233
10234 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
10235
10236 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
10237 (log-edit-changelog-entries): Doc fix.
10238 (log-edit-changelog-insert-entries): Args changed.
10239 Rename relative filenames in ChangeLog entries. Delete tabs.
10240 (log-edit-insert-changelog-entries): Reorganize return value of
10241 `log-edit-changelog-entries' to pass filenames to
10242 log-edit-changelog-insert-entries.
10243
10244 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10245
10246 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
10247 `image-dired-dired-insert-marked-thumbs' to
10248 `image-dired-dired-toggle-marked-thumbs'.
10249
10250 * image-dired.el: Require cl when compiling.
10251 (image-dired-dired-toggle-marked-thumbs): Rename from
10252 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
10253 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
10254 to 'no-dir. Skip files whose names don't match
10255 `image-file-name-regexp'. When file has a thumbnail overlay,
10256 delete it. (Bug#5270)
10257
10258 2010-05-25 Juri Linkov <juri@jurta.org>
10259
10260 * image-mode.el (image-mode): Add image-after-revert-hook to
10261 after-revert-hook.
10262 (image-after-revert-hook): New function. (Bug#5669)
10263
10264 2010-05-25 Juri Linkov <juri@jurta.org>
10265
10266 * image.el (image-animated-p): When delay between animated images
10267 is 0, set it to 10 (0.1 sec). (Bug#6258)
10268
10269 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
10270
10271 * net/tramp.el (tramp-handle-insert-directory): Don't use
10272 `forward-word', its default syntax could be changed.
10273
10274 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
10275
10276 * net/tramp.el (tramp-progress-reporter-update): New defun.
10277 (with-progress-reporter): Use it.
10278 (tramp-process-actions):
10279 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
10280 Preserve current message, in order to let progress reporter continue
10281 afterwards. (Bug#6257)
10282
10283 2010-05-25 Glenn Morris <rgm@gnu.org>
10284
10285 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
10286 Add :version.
10287
10288 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
10289
10290 * net/rcirc.el (rcirc-default-user-name): Change to "user".
10291 (rcirc-default-full-name): Change to "unknown".
10292 (rcirc-user-name-history): Add variable.
10293
10294 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
10295 Jonathan Rockway <jon@jrock.us>
10296
10297 * net/rcirc.el (rcirc-server-alist): Add :pass.
10298 (rcirc): When prompting for connection parameters, also prompt for
10299 username and password.
10300 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
10301 value to server when connecting.
10302
10303 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10304
10305 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
10306 (smie-merge-prec2s): Pass the tables as separate args.
10307 (smie-bnf-precedence-table): Adjust call accordingly.
10308 (smie-prec2-levels): Set levels at the end.
10309
10310 Replace Lisp calls to delete-backward-char by delete-char.
10311 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
10312 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
10313 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
10314 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
10315 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
10316 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
10317 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
10318 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
10319 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
10320 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
10321 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
10322 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
10323 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
10324 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
10325 delete-backward-char by calls to delete-char.
10326
10327 2010-05-25 Kenichi Handa <handa@m17n.org>
10328
10329 * language/hebrew.el (hebrew-shape-gstring): New function.
10330 Register it in composition-function-table for all Hebrew combining
10331 characters.
10332
10333 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10334
10335 * epa.el (epa--select-keys): Don't explicitly delete the window since
10336 that can fail (e.g. sole window in frame). Use dedication instead.
10337
10338 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
10339
10340 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
10341
10342 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
10343
10344 * image.el (image-refresh): Define as an alias for image-flush.
10345
10346 * image-mode.el (image-toggle-display-image): Caller changed.
10347
10348 2010-05-21 Juri Linkov <juri@jurta.org>
10349
10350 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
10351 Remove "all" from grep-files-aliases. Split grep-files-aliases by
10352 whitespace, call wildcard-to-regexp on substrings and concat them
10353 with "\\|". (Bug#6114)
10354
10355 2010-05-21 Alan Mackenzie <acm@muc.de>
10356
10357 * progmodes/cc-engine.el (c-parse-state-get-strategy):
10358 Replace parameter `here' with `here-' and `here-plus', which sandwich
10359 any pertinent CPP construct.
10360 (c-remove-stale-state-cache-backwards): Fix a bug which happens
10361 when doing (c-parse-state) in a CPP construct: Exclude any "new"
10362 CPP construct from taking part in the scanning.
10363
10364 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
10365
10366 * net/tramp.el (tramp-do-copy-or-rename-file)
10367 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
10368 Tune `with-progress-reporter' messages.
10369 (tramp-handle-vc-registered):
10370 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
10371 (tramp-fish-handle-insert-file-contents)
10372 (tramp-fish-maybe-open-connection):
10373 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10374 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
10375 (tramp-imap-handle-insert-file-contents)
10376 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
10377
10378 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
10379
10380 * add-log.el (change-log-font-lock-keywords):
10381 Highlight all authors in multi-author entries.
10382
10383 * smerge-mode.el (smerge-refine-ignore-whitespace)
10384 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
10385 Fix typos in docstrings.
10386 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
10387
10388 2010-05-21 Glenn Morris <rgm@gnu.org>
10389
10390 * progmodes/fortran.el (fortran-mode):
10391 * progmodes/f90.el (f90-mode): Derive from prog-mode.
10392
10393 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
10394 having a relative path in src/Makefile.in.
10395
10396 2010-05-20 Kevin Ryde <user42@zip.com.au>
10397
10398 * help-mode.el (help-make-xrefs): For Info node links turn
10399 newlines into spaces. Link node names with newlines are matched
10400 by help-xref-info-regexp and buttonized, this change ensures they
10401 can be followed successfully with RET. (Bug#6206)
10402
10403 2010-05-20 Juri Linkov <juri@jurta.org>
10404
10405 * locate.el (locate): Use pop-to-buffer instead of
10406 switch-to-buffer-other-window. (Bug#6204)
10407
10408 2010-05-20 Juri Linkov <juri@jurta.org>
10409
10410 * replace.el (replace-highlight): Fix lazy-highlighting
10411 for `M-s w str M-% str RET'.
10412
10413 2009-12-15 Masatake YAMATO <yamato@redhat.com>
10414
10415 * isearch.el (isearch-yank-word-or-char): Pull next subword
10416 when `subword-mode' is activated. (Bug#6220)
10417
10418 2010-05-20 Mark A. Hershberger <mah@everybody.org>
10419
10420 * isearch.el (isearch-update-post-hook): New hook.
10421 (isearch-update): Use the new hook. (Bug#6225)
10422
10423 2010-05-20 Juri Linkov <juri@jurta.org>
10424
10425 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
10426 [f1], [help], and (char-to-string help-char) instead of "\C-h".
10427 (Bug#6222)
10428
10429 2010-05-20 Juri Linkov <juri@jurta.org>
10430
10431 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
10432 (Bug#6223)
10433
10434 2010-05-20 Juri Linkov <juri@jurta.org>
10435
10436 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
10437 FILE-NAME to read from the minibuffer when called interactively
10438 with prefix argument instead of using buffer-file-name.
10439 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
10440
10441 * dired.el: Update autoloads.
10442
10443 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
10444
10445 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
10446 nxml-finish-element, for consistency with SGML mode.
10447
10448 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
10449 octave-close-block.
10450
10451 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
10452
10453 * composite.el: Require cl when compiling.
10454 (reference-point-alist, compose-gstring-for-graphic)
10455 (compose-gstring-for-terminal): Fix typos in docstrings.
10456
10457 2010-05-19 Juri Linkov <juri@jurta.org>
10458
10459 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
10460 set-window-parameter.
10461
10462 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
10463
10464 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
10465 where appropriate.
10466 (tramp-maybe-open-connection): Use it.
10467
10468 2010-05-19 Eli Zaretskii <eliz@gnu.org>
10469
10470 * simple.el (move-end-of-line): Make sure we are at line beginning
10471 before backing up to end of previous line.
10472
10473 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
10474
10475 * password-cache.el (password-cache-remove): Fix docstring.
10476
10477 * net/secrets.el: Autoload the widget functions.
10478 (secrets-search-items, secrets-create-item)
10479 (secrets-get-attributes, secrets-expand-item): Attributes will be
10480 stored on the password database without leading ":", as all other
10481 clients do as well.
10482 (secrets-mode): Fix docstring.
10483 (secrets-show-secrets): Provide it as autoloaded command only when
10484 D-Bus support is available. Check existence of Secret Service API.
10485
10486 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10487
10488 * indent.el (indent-region): Deactivate region (bug#6200).
10489
10490 2010-05-19 Glenn Morris <rgm@gnu.org>
10491
10492 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
10493
10494 2010-05-19 Kenichi Handa <handa@m17n.org>
10495
10496 * composite.el: Register compose-gstring-for-graphic in
10497 composition-function-table only for combining characters (Mn, Mc, Me).
10498
10499 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10500
10501 * calc/calc-trail.el (calc-trail-isearch-forward)
10502 (calc-trail-isearch-backward): Ensure that the new window
10503 point is set correctly.
10504
10505 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10506
10507 * subr.el (read-quoted-char): Resolve modifiers after key
10508 remapping (bug#6212).
10509
10510 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
10511
10512 Add visualization code for secrets.
10513 * net/secrets.el (secrets-mode): New major mode.
10514 (secrets-show-secrets, secrets-show-collections)
10515 (secrets-expand-collection, secrets-expand-item)
10516 (secrets-tree-widget-after-toggle-function)
10517 (secrets-tree-widget-show-password): New defuns.
10518
10519 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10520
10521 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
10522 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
10523 handled in smie-next-sexp.
10524 (smie-indent-calculate): Provide a starting indentation (so the
10525 recursion is well-founded ;-).
10526
10527 Fix handling of non-associative equal levels.
10528 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
10529 when it's not needed.
10530 (smie-op-left, smie-op-right): New functions.
10531 (smie-next-sexp): New function, extracted from smie-backward-sexp.
10532 Better handle equal levels to distinguish the associative case from
10533 the "multi-keyword construct" case.
10534 (smie-backward-sexp, smie-forward-sexp): Use it.
10535
10536 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
10537
10538 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
10539
10540 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
10541 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
10542
10543 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10544
10545 Provide a simple generic indentation engine and use it for Prolog.
10546 * emacs-lisp/smie.el: New file.
10547 * progmodes/prolog.el (prolog-smie-op-levels)
10548 (prolog-smie-indent-rules): New var.
10549 (prolog-mode-variables): Use them to configure SMIE.
10550 (prolog-indent-line, prolog-indent-level): Remove.
10551
10552 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
10553
10554 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
10555 order before computing the averages.
10556
10557 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
10558
10559 * calc/calc-vec.el (calc-histogram):
10560 (calcFunc-histogram): Allow vectors as inputs.
10561 (math-vector-avg): New function.
10562
10563 * calc/calc-ext.el (math-group-float): Have the number of digits
10564 being grouped depend on the radix (Bug#6189).
10565
10566 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
10567
10568 * version.el (emacs-copyright, emacs-version): Don't define here,
10569 now that emacs.c defines it.
10570
10571 2010-05-15 Eli Zaretskii <eliz@gnu.org>
10572
10573 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
10574 "Describe Language Environment" menu item.
10575
10576 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
10577
10578 Bidi-sensitive movement with arrow keys.
10579 * subr.el (right-arrow-command, left-arrow-command): New functions.
10580
10581 * bindings.el (global-map): Bind them to right and left arrow keys.
10582
10583 Don't override standard definition of convert-standard-filename.
10584 * files.el (convert-standard-filename):
10585 Call w32-convert-standard-filename and dos-convert-standard-filename on
10586 the corresponding systems.
10587
10588 * w32-fns.el (w32-convert-standard-filename): Rename from
10589 convert-standard-filename. Doc fix.
10590
10591 * dos-fns.el (dos-convert-standard-filename): Doc fix.
10592 (convert-standard-filename): Don't defalias.
10593 (register-name-alist, make-register, register-value)
10594 (set-register-value, intdos): Obsolete aliases for the
10595 corresponding dos-* functions and variables.
10596 (dos-intdos): Add a doc string.
10597
10598 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
10599
10600 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
10601 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
10602 (math-compose-tex-func):
10603 * calc/calccomp.el (math-compose-expr):
10604 * calc/calc-ext.el (math-format-flat-expr-fancy):
10605 * calc/calc-store.el (calc-read-var-name):
10606 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
10607
10608 * calc/calc.el (var-π, var-φ, var-γ): New variables.
10609 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
10610 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
10611 (math-standard-units): Add units.
10612
10613 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10614
10615 * progmodes/asm-mode.el (asm-mode):
10616 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
10617
10618 * pcomplete.el (pcomplete-completions-at-point): New function,
10619 extracted from pcomplete-std-complete.
10620 (pcomplete-std-complete): Use it.
10621
10622 2010-05-15 Glenn Morris <rgm@gnu.org>
10623
10624 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
10625 Remove references to CVS, RCS and Old directories.
10626
10627 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
10628
10629 * calc/calc-bin.el (math-format-twos-complement): Group digits when
10630 appropriate.
10631
10632 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10633
10634 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
10635 (sh-mode-syntax-table): Give it a default value instead.
10636 (sh-header-marker): Make buffer-local.
10637 (sh-mode): Move make-local-variable to the corresponding setq.
10638 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
10639 Use complete-with-action.
10640
10641 * simple.el (prog-mode): New (abstract) major mode.
10642 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
10643 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
10644
10645 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
10646
10647 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
10648 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
10649 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
10650 (sql-make-alternate-buffer-name, sql-placeholders-filter)
10651 (sql-escape-newlines-filter, sql-input-sender)
10652 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
10653
10654 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
10655
10656 Add TeX open-block and close-block keybindings to SGML, and vice versa.
10657
10658 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
10659 latex-open-block and C-c / to latex-close-block.
10660
10661 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
10662 and C-c C-e to sgml-close-tag.
10663
10664 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
10665
10666 * net/tramp.el (with-progress-reporter): Create reporter object
10667 only when the message would be displayed. Handle nested calls.
10668 (tramp-handle-load, tramp-handle-file-local-copy)
10669 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10670 (tramp-maybe-send-script, tramp-find-shell):
10671 Use `with-progress-reporter'.
10672 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
10673 Fix message text.
10674
10675 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10676 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10677 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
10678 Use `with-progress-reporter'.
10679
10680 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
10681
10682 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
10683 process everytime when spellchecking from the minibuffer (bug#6143).
10684
10685 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10686
10687 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
10688
10689 * dos-fns.el: Add "dos-" prefix for namespace control.
10690 (convert-standard-filename): Define as alias for
10691 dos-convert-standard-filename but only if applicable.
10692
10693 2010-05-12 Alan Mackenzie <acm@muc.de>
10694
10695 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
10696 Push the mark at the start of these functions when appropriate.
10697
10698 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10699
10700 * minibuffer.el (completion-cycle-threshold): New custom var.
10701 (completion--do-completion): Use it.
10702 (minibuffer-complete): Use cycling if appropriate.
10703
10704 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
10705
10706 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
10707 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
10708
10709 2010-05-11 Juri Linkov <juri@jurta.org>
10710
10711 * scroll-all.el (scroll-all-check-to-scroll):
10712 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
10713
10714 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10715
10716 * iimage.el (iimage-mode-map): Move initialization into declaration.
10717 (iimage-mode-buffer): Use with-silent-modifications.
10718 Simplify calling convention. Adjust callers.
10719 (iimage-mode): Don't run hook redundantly.
10720
10721 * minibuffer.el (completion-pcm--pattern->regex):
10722 Fix last change (bug#6160).
10723
10724 2010-05-10 Juri Linkov <juri@jurta.org>
10725
10726 Remove nodes visited during Isearch from the Info history.
10727 * info.el (Info-isearch-initial-history)
10728 (Info-isearch-initial-history-list): New variables.
10729 (Info-isearch-start): Record initial values of
10730 Info-isearch-initial-history and Info-isearch-initial-history-list.
10731 Add Info-isearch-end to isearch-mode-end-hook.
10732 (Info-isearch-end): New function.
10733
10734 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
10735
10736 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
10737 format string, in order to work around a bug in pdksh.
10738 Reported by Gilles Pion <gpion@lfdj.com>.
10739 (tramp-handle-verify-visited-file-modtime): Do not send a command
10740 when the connection is not established.
10741 (tramp-handle-set-file-times): Simplify the check for utc.
10742
10743 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
10744
10745 Fix use of `filter-buffer-substring' (rework previous change).
10746 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
10747 (cua-repeat-replace-region):
10748 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
10749 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10750 (cua-cut-region-to-global-mark): Use it.
10751
10752 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
10753
10754 * progmodes/sql.el: Version 2.1.
10755 (sql-product-alist): Redesign structure of product info.
10756 (sql-product, sql-user, sql-server, sql-database): Safe variables.
10757 (sql-port, sql-port-history): New variables.
10758 (sql-interactive-product): New variable.
10759 (sql-send-terminator): New variable.
10760 (sql-imenu-generic-expression): Add "Types" imenu entry.
10761 (sql-oracle-login-params, sql-sqlite-login-params)
10762 (sql-mysql-login-params, sql-solid-login-params)
10763 (sql-sybase-login-params, sql-informix-login-params)
10764 (sql-ingres-login-params, sql-ms-login-params)
10765 (sql-postgres-login-params, sql-interbase-login-params)
10766 (sql-db2-login-params, sql-linter-login-params)
10767 (sql-oracle-scan-on): New variables.
10768 (sql-mode-map): Add C-c C-i to start interactive mode.
10769 (sql-mode-menu): Update existing menu entries.
10770 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
10771 (sql-mode-oracle-font-lock-keywords)
10772 (sql-mode-postgres-font-lock-keywords)
10773 (sql-mode-ms-font-lock-keywords)
10774 (sql-mode-sybase-font-lock-keywords)
10775 (sql-mode-informix-font-lock-keywords)
10776 (sql-mode-interbase-font-lock-keywords)
10777 (sql-mode-ingres-font-lock-keywords)
10778 (sql-mode-solid-font-lock-keywords)
10779 (sql-mode-mysql-font-lock-keywords)
10780 (sql-mode-sqlite-font-lock-keywords)
10781 (sql-mode-db2-font-lock-keywords)
10782 (sql-mode-linter-font-lock-keywords): Update initialization to
10783 reduce run-time complexity.
10784 (sql-add-product, sql-del-product): New functions.
10785 (sql-set-product-feature, sql-get-product-feature): New functions.
10786 (sql-product-font-lock): Update product API.
10787 (sql-add-product-keywords): New function.
10788 (sql-highlight-product): Update product API.
10789 (sql-help-list-products): New function.
10790 (sql-help): Dynamically lists free and non-free products.
10791 (sql-get-login): Correct bug in handling history and added
10792 prompt for port.
10793 (sql-copy-column): Copy without properties.
10794 (sqli-input-sender): Apply filters to SQLi input.
10795 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
10796 Implement as a filter.
10797 (sql-escape-newlines-filter): Implement as a filter.
10798 (sql-remove-tabs-filter): New function.
10799 (sql-send-magic-terminator): New function.
10800 (sql-send-string): Implement magic terminator.
10801 (sql-send-region): Use `sql-send-string'.
10802 (sql-interactive-mode): Use product API.
10803 (sql-product-interactive): Use product API.
10804 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
10805 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
10806 (sql-db2, sql-linter): Use `sql-product-interactive'.
10807 (sql-connect): New function.
10808 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
10809 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
10810 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
10811 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
10812 Use `sql-connect'.
10813
10814 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10815
10816 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
10817 New custom variable.
10818 (completion-pcm--string->pattern): Use it.
10819 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
10820 Make it handle any symbol as `any'.
10821 (completion-pcm--merge-completions): Extract common suffix for the new
10822 `prefix' symbol as well.
10823 (completion-substring--all-completions): Use the new `prefix' symbol.
10824
10825 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
10826
10827 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
10828 not bound.
10829 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
10830 (tramp-compat-funcall): New defmacro.
10831 (tramp-compat-line-beginning-position)
10832 (tramp-compat-line-end-position)
10833 (tramp-compat-temporary-file-directory)
10834 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
10835 (tramp-compat-copy-file, tramp-compat-copy-directory)
10836 (tramp-compat-delete-file, tramp-compat-delete-directory)
10837 (tramp-compat-number-sequence, tramp-compat-process-running-p)
10838 * net/tramp.el (top, with-progress-reporter)
10839 (tramp-rfn-eshadow-setup-minibuffer)
10840 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
10841 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
10842 (tramp-completion-mode-p, tramp-check-for-regexp)
10843 (tramp-open-connection-setup-interactive-shell)
10844 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
10845 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
10846 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
10847 * net/tramp-cmds.el (tramp-cleanup-all-connections)
10848 (tramp-reporter-dump-variable, tramp-load-report-modules)
10849 (tramp-append-tramp-buffers)
10850 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
10851
10852 * net/tramp-imap.el (top): Autoload `epg-make-context'.
10853
10854 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10855
10856 * progmodes/compile.el (compilation-buffer-modtime): Rename from
10857 buffer-modtime. Adjust users.
10858
10859 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
10860
10861 * international/mule.el (auto-coding-alist): Only purecopy
10862 car of each item, not the whole list (Bug#6083).
10863
10864 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
10865
10866 * progmodes/js.el (js-mode): Make paragraph variables local before
10867 calling c-setup-paragraph-variables (Bug#6071).
10868
10869 2010-05-08 Eli Zaretskii <eliz@gnu.org>
10870
10871 * composite.el (compose-region, reference-point-alist): Fix typos
10872 in the doc strings.
10873
10874 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
10875
10876 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
10877 gnuplot's "set" command.
10878
10879 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
10880
10881 * abbrev.el (last-abbrev-text): Doc fix.
10882 (abbrev-prefix-mark): Don't escape parenthesis.
10883
10884 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
10885
10886 * composite.el (find-composition): Doc fix.
10887
10888 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
10889
10890 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
10891 (sql-oracle-program, sql-sqlite-options)
10892 (sql-query-placeholders-and-send): Doc fixes.
10893 (sql-set-product, sql-interactive-mode): Reflow docstrings.
10894 (sql-imenu-generic-expression, sql-buffer)
10895 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
10896 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
10897 (sql-mode-sybase-font-lock-keywords)
10898 (sql-mode-informix-font-lock-keywords)
10899 (sql-mode-interbase-font-lock-keywords)
10900 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
10901 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
10902 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
10903 (sql-product-feature, sql-highlight-product)
10904 (comint-line-beginning-position, sql-rename-buffer)
10905 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
10906 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
10907 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
10908 Fix typos in docstrings.
10909
10910 2010-05-08 Juri Linkov <juri@jurta.org>
10911
10912 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
10913 property instead of `invisible' and `after-string' (bug#5998).
10914
10915 2010-05-08 Juri Linkov <juri@jurta.org>
10916
10917 * image-mode.el (image-mode-as-text): Fix typo in docstring.
10918
10919 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
10920
10921 * filecache.el (file-cache-add-directory-list)
10922 (file-cache-add-directory-recursively): Fix typos in docstrings.
10923
10924 2010-05-08 Kenichi Handa <handa@m17n.org>
10925
10926 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
10927 (gujarati-composable-pattern): Fix typo.
10928
10929 2010-05-08 Kenichi Handa <handa@m17n.org>
10930
10931 * language/indian.el (oriya-composable-pattern)
10932 (tamil-composable-pattern, malayalam-composable-pattern):
10933 Add two-part vowels to "v" (vowel sign).
10934
10935 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
10936
10937 * files.el (copy-directory): Handle symlinks (Bug#5982).
10938
10939 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
10940
10941 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
10942 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
10943 (Bug#5846).
10944
10945 2010-05-08 Glenn Morris <rgm@gnu.org>
10946
10947 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
10948
10949 * minibuffer.el (completion-at-point): Doc fix.
10950
10951 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10952
10953 * electric.el (Electric-command-loop): Minor tweak.
10954
10955 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
10956 better with dedicated windows.
10957
10958 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
10959
10960 * Version 23.2 released.
10961
10962 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
10963 Stefan Monnier <monnier@iro.umontreal.ca>
10964
10965 Highlight vendor specific properties.
10966 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
10967 (css-proprietary-property): New face.
10968 (css-font-lock-keywords): Use them.
10969
10970 2010-05-07 Eli Zaretskii <eliz@gnu.org>
10971
10972 * cus-start.el (all): Add native condition for tool-bar-* symbols.
10973
10974 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10975
10976 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
10977 * files.el (auto-mode-alist): Remove redundant entries.
10978
10979 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
10980 * simple.el (auto-save-mode): Move from files.el.
10981 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
10982
10983 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
10984
10985 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
10986
10987 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
10988
10989 * mail/binhex.el (binhex-decode-region-internal)
10990 * mail/uudecode.el (uudecode-decode-region-internal)
10991 * net/dns.el (dns-read-string-name, dns-write, dns-read)
10992 (dns-read-type, dns-query)
10993 * pgg-parse.el (pgg-parse-armor)
10994 * pgg.el (pgg-verify-region)
10995 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
10996 XEmacs.
10997
10998 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
10999
11000 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
11001
11002 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
11003
11004 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
11005 * emulation/cua-base.el (cua-repeat-replace-region):
11006 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11007 (cua-cut-region-to-global-mark):
11008 Remove text properties with `set-text-properties'.
11009
11010 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
11011
11012 * net/tramp.el (top, with-progress-reporter):
11013 Use `symbol-function' inside `funcall'.
11014
11015 * net/tramp-compat.el (tramp-compat-file-attributes)
11016 (tramp-compat-delete-file, tramp-compat-delete-directory):
11017 Handle only `wrong-number-of-arguments' error.
11018
11019 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
11020 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
11021 inside `funcall'.
11022
11023 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11024
11025 * minibuffer.el (completion--sreverse, completion--common-suffix):
11026 New functions.
11027 (completion-pcm--merge-completions): Extract common suffix when safe.
11028
11029 * emacs-lisp/easy-mmode.el (define-minor-mode):
11030 Make :variable more flexible.
11031 * files.el (auto-save-mode): Use it to define using define-minor-mode.
11032
11033 2010-05-05 Juri Linkov <juri@jurta.org>
11034
11035 Add `slow' and `history' tags to the desktop data.
11036
11037 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
11038 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
11039 (Info-finder-find-node): Require `finder.el' to be able
11040 to restore node from the desktop.
11041 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
11042 data `Info-history' and `slow' tag in the assoc list.
11043 (Info-restore-desktop-buffer): Don't restore nodes with the
11044 `slow' tag. Restore `Info-history'.
11045
11046 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
11047
11048 Add FORCE argument to `delete-file'.
11049
11050 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
11051 forcing to delete the temporary file.
11052 (ange-ftp-delete-file): Add FORCE arg.
11053 (ange-ftp-rename-remote-to-remote)
11054 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
11055 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
11056 Force file deletion.
11057
11058 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
11059
11060 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
11061 (tramp-handle-make-symbolic-link, tramp-handle-load)
11062 (tramp-do-copy-or-rename-file-via-buffer)
11063 (tramp-do-copy-or-rename-file-directly)
11064 (tramp-do-copy-or-rename-file-out-of-band)
11065 (tramp-handle-process-file, tramp-handle-call-process-region)
11066 (tramp-handle-shell-command, tramp-handle-file-local-copy)
11067 (tramp-handle-insert-file-contents, tramp-handle-write-region)
11068 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
11069
11070 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
11071 (tramp-fish-handle-make-symbolic-link)
11072 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
11073
11074 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
11075 Use `tramp-compat-delete-file'.
11076
11077 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
11078 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
11079
11080 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
11081 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
11082
11083 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
11084 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
11085 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
11086 Use `tramp-compat-delete-file'.
11087
11088 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11089
11090 Minor cleanups.
11091 * subr.el (add-minor-mode): Use push.
11092 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
11093 * emulation/edt.el (edt-select-mode): Simplify.
11094
11095 Use define-minor-mode in more cases.
11096 * term/tvi970.el (tvi970-set-keypad-mode):
11097 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
11098 (normal-erase-is-backspace-mode):
11099 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
11100 (set-scroll-bar-mode-1): (Re)move to its sole caller.
11101 (get-scroll-bar-mode): New function.
11102 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
11103
11104 Use define-minor-mode for less obvious cases.
11105 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
11106 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
11107 * international/iso-ascii.el (iso-ascii-mode):
11108 * frame.el (auto-raise-mode, auto-lower-mode):
11109 * composite.el (global-auto-composition-mode): Use define-minor-mode.
11110
11111 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
11112
11113 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
11114 in order to see error messages for failed logins.
11115
11116 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
11117
11118 * diff.el (diff-sentinel):
11119
11120 * epg.el (epg--make-temp-file, epg-decrypt-string)
11121 (epg-verify-string, epg-sign-string, epg-encrypt-string):
11122
11123 * jka-compr.el (jka-compr-partial-uncompress)
11124 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
11125
11126 * server.el (server-sentinel): Use delete-file's new FORCE arg
11127 (Bug#6070).
11128
11129 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11130
11131 Use define-minor-mode where applicable.
11132 * view.el (view-mode):
11133 * type-break.el (type-break-query-mode)
11134 (type-break-mode-line-message-mode):
11135 * textmodes/reftex.el (reftex-mode):
11136 * term/vt100.el (vt100-wide-mode):
11137 * tar-mode.el (tar-subfile-mode):
11138 * savehist.el (savehist-mode):
11139 * ibuf-ext.el (ibuffer-auto-mode):
11140 * composite.el (auto-composition-mode):
11141 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
11142 Use define-minor-mode.
11143 (vhdl-mode): Use static mode-line format.
11144 (vhdl-mode-line-update): Delete.
11145 (vhdl-create-mode-menu, vhdl-activate-customizations)
11146 (vhdl-hs-minor-mode): Don't bother calling it.
11147
11148 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11149
11150 * simple.el (with-wrapper-hook): Move.
11151 (buffer-substring-filters): Mark obsolete.
11152 (filter-buffer-substring-functions): New variable.
11153 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
11154
11155 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
11156 Michael Albinus <michael.albinus@gmx.de>
11157
11158 Implement compression for inline methods.
11159
11160 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
11161 (tramp-copy-size-limit): Allow also nil.
11162 (tramp-inline-compress-commands): New defconst.
11163 (tramp-find-inline-compress, tramp-get-inline-compress)
11164 (tramp-get-inline-coding): New defuns.
11165 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
11166 replaced by `tramp-get-inline-coding'.
11167 (tramp-handle-file-local-copy, tramp-handle-write-region)
11168 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
11169
11170 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11171
11172 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
11173 Remove unused functions.
11174
11175 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
11176 Set find-tag-default-function as a variable rather than a property.
11177
11178 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
11179 * progmodes/etags.el (tags-completion-at-point-function):
11180 Remove left over interactive spec. Add autoloading stub.
11181 (complete-tag): Use tags-completion-at-point-function.
11182
11183 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
11184
11185 * minibuffer.el (tags-completion-at-point-function): Fix return value.
11186
11187 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
11188
11189 * ido.el (ido-init-completion-maps): Remove C-v binding.
11190 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
11191
11192 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
11193
11194 * minibuffer.el (tags-completion-at-point-function): New function.
11195 (completion-at-point-functions): Use it.
11196
11197 * progmodes/etags.el (complete-tag): Revert last change.
11198
11199 2010-04-29 Alan Mackenzie <acm@muc.de>
11200
11201 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
11202 off-by-one error (in end of macro position).
11203
11204 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11205
11206 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
11207 firefox is absent. Don't autoload.
11208 (browse-url-galeon-program): Don't autoload.
11209
11210 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
11211
11212 * bindings.el (complete-symbol): Move into minibuffer.el.
11213
11214 * minibuffer.el (complete-tag): Move from etags.el. If tags
11215 completion cannot be performed, return nil instead of signalling
11216 an error.
11217 (completion-at-point): Make it an alias for complete-symbol.
11218 (complete-symbol): Move from bindings.el, and replace with the
11219 body of completion-at-point.
11220
11221 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
11222
11223 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
11224
11225 * net/tramp.el (tramp-remote-selinux-p): New defun.
11226 (tramp-handle-file-selinux-context)
11227 (tramp-handle-set-file-selinux-context): Use it.
11228
11229 2010-04-28 Sam Steingold <sds@gnu.org>
11230
11231 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11232 `safe-local-variable' if the value is a string or a symbol with
11233 the property `bug-reference-url-format'.
11234
11235 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
11236
11237 * progmodes/bug-reference.el (bug-reference-url-format):
11238 Revert 2010-04-27 change due to security risk.
11239
11240 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11241
11242 Make it possible to locally disable a globally enabled mode.
11243 * simple.el (fundamental-mode): Run fundamental-mode-hook.
11244 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
11245 rather than kill-all-local-variables so it runs fundamental-mode-hook.
11246 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11247 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
11248 that subsequent hooks get a chance to disable it.
11249
11250 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11251
11252 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11253 Avoid re-enabling a minor mode after the user turned the minor mode
11254 off if MODE-enable-in-buffers is run twice (typically once from
11255 fundamental-mode's after-change-major-mode-hook and a second time from
11256 run-mode-hook's own after-change-major-mode-hook).
11257
11258 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
11259
11260 2010-04-27 Sam Steingold <sds@gnu.org>
11261
11262 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11263 `safe-local-variable' if the value is a string or a function, as
11264 documented and implemented on 2010-04-02.
11265
11266 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
11267
11268 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
11269 when method is 'kill.
11270
11271 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
11272
11273 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
11274 condition in default directory check.
11275 (ispell-init-process, ispell-kill-ispell, kill-buffer-hook):
11276 Kill ispell process when killing its associated buffer.
11277
11278 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
11279
11280 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
11281 but we aren't using it.
11282
11283 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
11284
11285 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
11286 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
11287
11288 2010-04-24 Glenn Morris <rgm@gnu.org>
11289
11290 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
11291 Ignore VCS-ignore files, and deleted nextstep preferences files.
11292 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
11293 (authors-ambiguous-files): New list.
11294 (authors-valid-file-names): Add some deleted files.
11295 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
11296 (authors-disambiguate-file-name): New function. (Bug#5501)
11297 (authors-canonical-file-name): Doc fix.
11298 Don't warn about obsolete files.
11299 (authors-canonical-file-name, authors-scan-el):
11300 Use authors-disambiguate-file-name.
11301
11302 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11303 Add autoload cookies.
11304 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
11305 (generated-autoload-file): Set file-local value to "htmlfontify.el".
11306 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
11307 They have definitions / compiler macros in cl.el.
11308 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11309 Replace manual autoloads with generated ones.
11310 (htmlfontify-unload-rgb-file): Remove autoload.
11311 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
11312
11313 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11314
11315 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
11316 (byte-compile-setq-default): Optimize for the
11317 single-var case and don't call byte-compile-form in this case to avoid
11318 inf-loop with byte-compile-set-default.
11319
11320 * progmodes/compile.el (compilation-start): Abbreviate default directory.
11321
11322 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
11323
11324 Implement SELINUX backends.
11325
11326 * net/tramp.el (tramp-file-name-handler-alist):
11327 Add `file-selinux-context' and `set-file-selinux-context'.
11328 (tramp-handle-file-selinux-context)
11329 (tramp-handle-set-file-selinux-context): New defuns.
11330 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
11331 Handle PRESERVE-SELINUX-CONTEXT.
11332
11333 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11334 Add `file-selinux-context' and `set-file-selinux-context'.
11335 (tramp-gvfs-handle-file-selinux-context)
11336 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
11337 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
11338
11339 * net/ange-ftp.el (ange-ftp-copy-file):
11340 * net/tramp-fish.el (tramp-fish-handle-copy-file):
11341 * net/tramp-imap.el (tramp-imap-handle-copy-file):
11342 * net/tramp-smb.el (tramp-smb-handle-copy-file):
11343 Add PRESERVE-SELINUX-CONTEXT.
11344
11345 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
11346
11347 Synchronize with Tramp repository.
11348
11349 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
11350 (tramp-action-process-alive, tramp-action-out-of-band)
11351 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
11352 (tramp-exists-file-name-handler): Fix docstring.
11353 (with-progress-reporter): New defmacro.
11354 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
11355 (tramp-maybe-open-connection): Use it.
11356
11357 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
11358
11359 Detect ssh 'ControlMaster' argument automatically in some cases.
11360
11361 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
11362 (tramp-default-method): Use it.
11363
11364 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
11365
11366 * net/tramp.el (tramp-handle-copy-file): Add new optional
11367 parameter `preserve-selinux-context'.
11368 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
11369
11370 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
11371
11372 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
11373 Ensure, that non remote files are still checked. Oops.
11374
11375 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
11376
11377 Fix Bug#5840.
11378
11379 * icomplete.el (icomplete-completions): Use `non-essential'.
11380
11381 * net/tramp.el (tramp-connectable-p): New defun.
11382 (tramp-handle-expand-file-name)
11383 (tramp-completion-handle-file-name-all-completions)
11384 (tramp-completion-handle-file-name-completion): Use it.
11385
11386 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11387
11388 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
11389
11390 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
11391
11392 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
11393
11394 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
11395
11396 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
11397 is present.
11398
11399 * info.el (info-tool-bar-map): Add labels.
11400
11401 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
11402
11403 * cus-edit.el (custom-commands): Add labels for tool bar.
11404 (custom-buffer-create-internal, Custom-mode): Adjust for
11405 labels in custom-commands.
11406
11407 * dynamic-setting.el: Renamed from font-setting.el.
11408
11409 2010-04-21 John Wiegley <jwiegley@gmail.com>
11410
11411 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
11412 toggles the use of virtual buffers.
11413 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
11414 (ido-toggle-virtual-buffers): New function.
11415
11416 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
11417
11418 Use `define-derived-mode'; fix window selection; doc fixes.
11419 * play/tetris.el (tetris, tetris-update-speed-function)
11420 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
11421 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
11422 (tetris-rotate-next, tetris-end-game, tetris-start-game)
11423 (tetris-pause-game): Fix typos in docstrings.
11424 (tetris-mode-map, tetris-null-map):
11425 Move initialization into declaration.
11426 (tetris-mode): Define with `define-derived-mode';
11427 set show-trailing-whitespace to nil.
11428 (tetris): Prefer window already displaying the "*Tetris*" buffer.
11429
11430 2010-04-21 Karel Klíč <kklic@redhat.com>
11431
11432 * files.el (backup-buffer): Handle SELinux context, and return it
11433 if a backup was made by renaming.
11434 (backup-buffer-copy): Set SELinux context to the target file.
11435 (basic-save-buffer): Set SELinux context of the newly written file.
11436 (basic-save-buffer-1): Now it also returns any SELinux context.
11437 (basic-save-buffer-2): Set SELinux context of the newly created file,
11438 and return it.
11439 * net/tramp.el (tramp-file-name-for-operation):
11440 Add file-selinux-context.
11441
11442 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11443
11444 Make the log-edit comments use RFC822 format throughout.
11445
11446 * vc.el (vc-checkin, vc-modify-change-comment):
11447 Adjust to new vc-start/finish-logentry.
11448 (vc-find-conflicted-file): New command.
11449 (vc-transfer-file): Adjust to new vc-checkin.
11450 (vc-next-action): Improve scoping.
11451
11452 * vc-hg.el (vc-hg-log-edit-mode): Remove.
11453 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
11454
11455 * vc-git.el (vc-git-log-edit-mode): Remove.
11456 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
11457 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
11458
11459 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
11460 (vc-start-logentry): Remove argument `extra'.
11461 (vc-finish-logentry): Remove extra args.
11462
11463 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
11464 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
11465 (vc-bzr-conflicted-files): New function.
11466
11467 * log-edit.el (log-edit-extra-flags)
11468 (log-edit-before-checkin-process): Remove.
11469 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
11470 (log-edit-headers-alist): New var.
11471 (log-edit-header-contents-regexp): New const.
11472 (log-edit-match-to-eoh): New function.
11473 (log-edit-font-lock-keywords): Use them.
11474 (log-edit): Insert a "Summary:" header as default.
11475 (log-edit-mode): Mark font-lock rules as case-insensitive.
11476 (log-edit-done): Cleanup headers.
11477 (log-view-process-buffer): Remove.
11478 (log-edit-extract-headers): New function to replace it.
11479
11480 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
11481
11482 * subr.el (default-direction-reversed): Remove obsolescence info.
11483
11484 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11485
11486 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
11487 windows/frames.
11488
11489 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
11490 I.e. include text after point in the completion region.
11491 Also, return nil when we're not after/in a symbol.
11492
11493 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
11494 default enable-multibyte-characters.
11495
11496 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11497
11498 * international/mule.el: Help the user choose a valid coding-system.
11499 (read-buffer-file-coding-system): New function.
11500 (set-buffer-file-coding-system): Use it. Prompt the user if the
11501 coding-system cannot encode all the chars.
11502
11503 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
11504 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
11505 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
11506 Don't use *vc-bzr-shelve*.
11507
11508 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
11509
11510 Fix the version number for added files.
11511 * vc-hg.el (vc-hg-working-revision): Check if the file is
11512 registered after hg parent fails (Bug#5961).
11513
11514 2010-04-19 Glenn Morris <rgm@gnu.org>
11515
11516 * htmlfontify.el (htmlfontify-buffer)
11517 (htmlfontify-copy-and-link-dir): Autoload entry points.
11518
11519 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
11520
11521 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
11522 name relative to the project root (Bug#5960).
11523
11524 2010-04-19 Glenn Morris <rgm@gnu.org>
11525
11526 * vc-git.el (vc-git-print-log): Doc fix.
11527
11528 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
11529
11530 * ido.el (ido-file-internal): Fix 2009-12-02 change.
11531
11532 2010-04-19 Christoph Scholtes <cschol2112@googlemail.com>
11533
11534 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
11535 default settings (Bug#5928).
11536
11537 2010-04-19 Glenn Morris <rgm@gnu.org>
11538
11539 * progmodes/fortran.el (fortran-match-and-skip-declaration):
11540 New function.
11541 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
11542
11543 2010-04-19 Kenichi Handa <handa@m17n.org>
11544
11545 * language/indian.el (malayalam-composable-pattern): Fix previous
11546 change (add U+0D4D "SIGN VIRAMA").
11547 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
11548 (tamil-composable-pattern): Fix typo in the regexp.
11549 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
11550 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
11551 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
11552
11553 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
11554
11555 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
11556 paragraph-separate (Bug#5821).
11557
11558 2010-04-19 Juri Linkov <juri@jurta.org>
11559
11560 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
11561
11562 * info.el (Info-find-node-2): Comment out code that skips
11563 breadcrumbs line.
11564 (Info-mouse-follow-link): New command.
11565 (Info-link-keymap): New keymap.
11566 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
11567 Return a string with links instead of inserting breadcrumbs
11568 to the Info buffer.
11569 (Info-fontify-node): Comment out code that inserts breadcrumbs.
11570 Instead of putting the `invisible' text property over the Info
11571 header, make an overlay over the Info header with the `invisible'
11572 property and `after-string' set to the string returned by
11573 `Info-breadcrumbs'.
11574
11575 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
11576
11577 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
11578 Reported by monkey@sandpframing.com.
11579
11580 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11581
11582 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
11583 (tmm-get-keymap): Add key-binding shortcuts now that they're not
11584 available in the "keyseq cache" any more.
11585
11586 * custom.el (defcustom): Add edebug spec.
11587
11588 2010-04-18 Juri Linkov <juri@jurta.org>
11589
11590 Test for special mode-class in view-buffer instead of view-file (bug#5513).
11591
11592 * view.el (view-file, view-buffer): Move test for special mode-class
11593 from view-file to view-buffer.
11594
11595 * tar-mode.el (tar-extract): Turn if's into one cond
11596 like in arc-mode.el.
11597
11598 2010-04-18 Juri Linkov <juri@jurta.org>
11599
11600 Add 7z archive format support (bug#5475).
11601
11602 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
11603 (archive-7z-extract): New defcustom.
11604 (archive-find-type): Add magic string for 7z.
11605 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
11606 If `stderr-file' is non-nil, use `(t stderr-file)' for the
11607 `buffer' arg of `call-process'.
11608 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
11609 call the function `archive-7z-extract' with the variable
11610 `archive-7z-extract' let-bound to `archive-zip-extract'.
11611 (archive-7z-summarize, archive-7z-extract): New functions.
11612
11613 * international/mule.el (auto-coding-alist):
11614 * files.el (auto-mode-alist): Add 7z file extension.
11615
11616 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11617
11618 * loadup.el: Setup hash-cons for pure data.
11619
11620 Fix duplicate entries in cedet's loaddefs.el files.
11621 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
11622 Should make most file-local generated-autoload-file unnecessary.
11623 (print-readably): Silence warnings.
11624 (autoload-find-destination): Take load-name as an arg to make sure
11625 it's the same as the one that will be in the file.
11626 (autoload-generate-file-autoloads): Adjust to above changes.
11627 Try to make the dataflow a bit simpler.
11628
11629 * cvs-status.el (cvs-refontify): Remove unused.
11630
11631 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
11632
11633 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
11634
11635 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
11636 twos-complement mode.
11637
11638 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
11639
11640 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
11641 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
11642 (calc-inverse): Add "Option" to message, as appropriate.
11643 (calc-hyperbolic): Add "Option" to message, as appropriate.
11644 (calc-option, calc-is-option): New functions.
11645
11646 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
11647 (calc-option-prefix-help): New function.
11648
11649 * calc/calc-misc.el (calc-help): Add "Option" entry.
11650
11651 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
11652 (calc-option-flag): New variable.
11653 (calc-do): Set `calc-option-flag to nil.
11654 (calc-set-mode-line): Add "Opt " as appropriate.
11655
11656 2010-04-16 Juri Linkov <juri@jurta.org>
11657
11658 Move scrolling commands from simple.el to window.el
11659 because their primitives are implemented in window.c.
11660
11661 * simple.el (scroll-error-top-bottom)
11662 (scroll-up-command, scroll-down-command, scroll-up-line)
11663 (scroll-down-line, scroll-other-window-down)
11664 (beginning-of-buffer-other-window, end-of-buffer-other-window):
11665 * window.el (scroll-error-top-bottom)
11666 (scroll-up-command, scroll-down-command, scroll-up-line)
11667 (scroll-down-line, scroll-other-window-down)
11668 (beginning-of-buffer-other-window, end-of-buffer-other-window):
11669 Move from simple.el to window.el because their primitives are
11670 implemented in window.c.
11671
11672 2010-04-16 Juri Linkov <juri@jurta.org>
11673
11674 * isearch.el (isearch-lookup-scroll-key): Check both
11675 `isearch-scroll' and `scroll-command' properties.
11676 (scroll-up, scroll-down): Remove `isearch-scroll' property.
11677
11678 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
11679
11680 * simple.el (scroll-up-command, scroll-down-command)
11681 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
11682
11683 2010-04-15 Juri Linkov <juri@jurta.org>
11684
11685 * simple.el (scroll-up-command, scroll-down-command)
11686 (scroll-up-line, scroll-down-line): Put `scroll-command'
11687 property on the these symbols. Remove them from
11688 `scroll-preserve-screen-position-commands'.
11689
11690 * mwheel.el (mwheel-scroll): Put `scroll-command' and
11691 `isearch-scroll' properties on the `mwheel-scroll' symbol.
11692 Remove it from `scroll-preserve-screen-position-commands'.
11693
11694 * isearch.el (isearch-allow-scroll): Doc fix.
11695
11696 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
11697
11698 * net/tramp.el (tramp-error-with-buffer): Don't show the
11699 connection buffer when we are in completion mode.
11700 (tramp-file-name-handler): Catch the error for some operations
11701 when we are in completion mode. This gives the user the chance to
11702 correct the file name in the minibuffer.
11703
11704 2010-04-15 Glenn Morris <rgm@gnu.org>
11705
11706 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
11707
11708 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
11709
11710 Simplify by using `define-derived-mode'.
11711 * info.el (Info-mode):
11712 * calendar/todo-mode.el (todo-mode):
11713 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
11714 (gomoku-mode-map): Move initialization into declaration.
11715
11716 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
11717
11718 Fix Bug#5840.
11719 * ido.el (ido-file-name-all-completions-1):
11720 * minibuffer.el (minibuffer-completion-help):
11721 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
11722
11723 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11724
11725 * simple.el (non-essential): New var.
11726
11727 Add a new field `location' to bookmarks for non-file bookmarks.
11728 * bookmark.el (bookmark-location): Use the new field, if present.
11729 (bookmark-insert-location): Undo last change, not needed any more.
11730 * man.el (Man-bookmark-make-record):
11731 * woman.el (woman-bookmark-make-record): Add `location' field.
11732
11733 2010-04-14 Juri Linkov <juri@jurta.org>
11734
11735 * simple.el (scroll-error-top-bottom): New defcustom.
11736 (scroll-up-command, scroll-down-command): Use it. Doc fix.
11737
11738 * emulation/pc-select.el (pc-select-override-scroll-error):
11739 Obsolete in favor of `scroll-error-top-bottom'.
11740
11741 2010-04-14 Juri Linkov <juri@jurta.org>
11742
11743 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
11744 `scroll-up-command' and `M-v' to `scroll-down-command'.
11745
11746 * emulation/cua-rect.el (cua--init-rectangles):
11747 * forms.el (forms--change-commands):
11748 * image-mode.el (image-mode-map):
11749 Remap scroll-down-command and scroll-up-command
11750 in addition to scroll-down and scroll-up.
11751
11752 2010-04-14 Juri Linkov <juri@jurta.org>
11753
11754 * mwheel.el (scroll-preserve-screen-position-commands):
11755 Add mwheel-scroll to this list of commands.
11756
11757 * simple.el (scroll-preserve-screen-position-commands):
11758 Add scroll-up-command, scroll-down-command, scroll-up-line,
11759 scroll-down-line to this list of commands.
11760
11761 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
11762
11763 * obsolete/complete.el: Move from lisp/complete.el.
11764
11765 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
11766
11767 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
11768 to the minor mode function now turns the mode ON unconditionally.
11769
11770 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11771
11772 * vc-dir.el (vc-dir-kill-line): New command.
11773 (vc-dir-mode-map): Bind it to C-k.
11774
11775 * bookmark.el (bookmark-insert-location): Handle a nil filename.
11776
11777 * woman.el: Add bookmark declarations to silence the compiler.
11778 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
11779 step to compatibility between man and woman bookmarks.
11780 Adjust for Man-default-bookmark-title renaming.
11781 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
11782
11783 * man.el: Add bookmark declarations to silence the compiler.
11784 (Man-name-local-regexp): Make it match NAME as well.
11785 (Man-getpage-in-background): Return the buffer.
11786 (Man-notify-when-ready): Use `case'.
11787 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
11788 Don't hardcode "NAME". Simplify.
11789 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
11790 Rename from Man-bookmark-make-record.
11791 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
11792 we have the actual man-args. Use Man-getpage-in-background rather
11793 than `man' since the arg is already processed. Let bookmark.el do the
11794 window handling. Only wait for the relevant process.
11795 Don't forget to autoload.
11796
11797 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
11798
11799 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11800
11801 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
11802 New functions.
11803 (woman-mode): Setup bookmark support.
11804
11805 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
11806 (man-bookmark-jump): New functions.
11807 (Man-mode): Setup bookmark support.
11808
11809 2010-04-10 Jari Aalto <jari.aalto@cante.net>
11810
11811 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
11812 recognize ssh-keygen prompt (Bug#2817).
11813
11814 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
11815
11816 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
11817
11818 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
11819
11820 Synchronize with Tramp repository.
11821
11822 * net/tramp.el (tramp-completion-function-alist)
11823 (tramp-file-name-regexp, tramp-chunksize)
11824 (tramp-local-coding-commands, tramp-remote-coding-commands):
11825 Fix docstring.
11826 (tramp-remote-process-environment): Use `format' instead of `concat'.
11827 (tramp-handle-directory-files-and-attributes)
11828 (tramp-get-remote-path): Use `copy-tree'.
11829 (tramp-handle-file-name-all-completions): Backward/ XEmacs
11830 compatibility: Use `completion-ignore-case' if
11831 `read-file-name-completion-ignore-case' does not exist.
11832 (tramp-do-copy-or-rename-file-directly): Do not use
11833 `tramp-handle-file-remote-p'.
11834 (tramp-do-copy-or-rename-file-out-of-band):
11835 Use `tramp-compat-delete-directory'.
11836 (tramp-do-copy-or-rename-file-out-of-band)
11837 (tramp-compute-multi-hops, tramp-maybe-open-connection):
11838 Use `format-spec-make'.
11839 (tramp-find-foreign-file-name-handler)
11840 (tramp-advice-make-auto-save-file-name)
11841 (tramp-set-auto-save-file-modes): Remove superfluous check for
11842 `stringp'. This is done inside `tramp-tramp-file-p'.
11843 (tramp-debug-outline-regexp): New defconst.
11844 (tramp-get-debug-buffer): Use it.
11845 (tramp-check-for-regexp): Use (forward-line 1).
11846 (tramp-set-auto-save-file-modes): Adapt version check.
11847
11848 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
11849 Wrap call of `featurep' for 2nd argument.
11850 (tramp-compat-make-temp-file): Simplify fallback implementation.
11851 (tramp-compat-copy-tree): Remove function.
11852 (tramp-compat-delete-directory): Provide implementation for older
11853 Emacsen.
11854
11855 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
11856 Do not use `tramp-fish-handle-file-attributes.
11857
11858 * net/trampver.el: Update release number.
11859
11860 2010-04-10 Glenn Morris <rgm@gnu.org>
11861
11862 * progmodes/compile.el (compilation-save-buffers-predicate):
11863 Add missing :version tag.
11864
11865 2010-04-09 Sam Steingold <sds@gnu.org>
11866
11867 * progmodes/compile.el (compilation-save-buffers-predicate):
11868 Remove the "autoload" cookie.
11869
11870 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
11871 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
11872 and `bug-reference-prog-mode' can be used in hooks directly.
11873
11874 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
11875
11876 Add --author support to git commit.
11877 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
11878 (vc-git-log-edit-mode): New minor mode.
11879 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
11880 New declarations.
11881
11882 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
11883
11884 * vc-hooks.el, vc-git.el: Improve documentation comments.
11885
11886 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11887
11888 Fix some of the problems in defsubst* (bug#5728).
11889 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
11890 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
11891
11892 2010-04-07 Sam Steingold <sds@gnu.org>
11893
11894 * progmodes/compile.el (compilation-save-buffers-predicate):
11895 New custom variable.
11896 (compile, recompile): Pass it to `save-some-buffers'.
11897
11898 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
11899
11900 * wid-edit.el (widget-choose): Move cursor to the second line of
11901 the buffer (Bug#5695).
11902
11903 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
11904
11905 Add new VC methods: vc-log-incoming and vc-log-outgoing.
11906 * vc.el (vc-print-log-setup-buttons): New function split out from
11907 vc-print-log-internal.
11908 (vc-log-internal-common): New function, a parametrized version of
11909 vc-print-log-internal.
11910 (vc-print-log-internal): Just call vc-log-internal-common with the
11911 right arguments.
11912 (vc-incoming-outgoing-internal):
11913 (vc-log-incoming, vc-log-outgoing): New functions.
11914 (vc-log-view-type): New permanent local variable.
11915
11916 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
11917
11918 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
11919 of the dynamic bound vc-short-log.
11920 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
11921
11922 * vc-git.el (vc-git-log-outgoing): New function.
11923 (vc-git-log-view-mode): Use vc-log-view-type instead
11924 of the dynamic bound vc-short-log.
11925
11926 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
11927 of the dynamic bound vc-short-log. Highlight the tag.
11928 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
11929 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
11930 (vc-hg-incoming-mode): Remove.
11931 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
11932
11933 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
11934
11935 Fix default-directory for vc-root-diff.
11936 * vc.el (vc-root-diff): Bind default-directory to the root
11937 directory for the diff command.
11938
11939 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
11940
11941 * progmodes/verilog-mode.el (verilog-forward-sexp):
11942 (verilog-calc-1): Support "disable fork" and "fork wait" multi
11943 word keywords, suggested by Steve Pearlmutter.
11944 (verilog-pretty-declarations): Support lineup of declarations in
11945 port lists.
11946 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
11947 fix bug for /* / comments.
11948 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
11949 Speed up and simplfy as this is never called with a bound.
11950 (verilog-pretty-declarations): Enhance to line up declarations
11951 inside a parameter list, suggested by Alan Morgan.
11952 (verilog-pretty-expr): Tune assignment regular expression match
11953 string for corner cases; also use markers instead of character
11954 number as indent changes the later.
11955
11956 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
11957
11958 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
11959 as missing keyword.
11960 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
11961 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
11962 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
11963 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
11964 Tennant.
11965 (verilog-keywords):
11966 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
11967 1800-2009 keywords, including "global.".
11968
11969 2010-04-06 John Wiegley <jwiegley@gmail.com>
11970
11971 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
11972 appearing in buffer list (if a live buffer name matched a recentf
11973 file basename). Should use uniquify to offer a real solution.
11974
11975 2010-04-06 John Wiegley <jwiegley@gmail.com>
11976
11977 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
11978 comment to code, and add a :version tag.
11979 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
11980
11981 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
11982
11983 Enable recentf-mode if using virtual buffers.
11984 * ido.el (recentf-list): Declare for byte-compiler.
11985 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
11986 (ido-make-buffer-list): Simplify.
11987 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
11988
11989 2010-04-05 Juri Linkov <juri@jurta.org>
11990
11991 Scrolling commands which scroll a line instead of full screen.
11992 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
11993
11994 * simple.el (scroll-up-line, scroll-down-line): New commands.
11995 Put property isearch-scroll=t on them.
11996
11997 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
11998 Remove commands.
11999
12000 2010-04-05 Juri Linkov <juri@jurta.org>
12001
12002 Scrolling commands which do not signal errors at top/bottom.
12003 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12004
12005 * simple.el (scroll-up-command, scroll-down-command): New commands.
12006 Put property isearch-scroll=t on them.
12007
12008 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
12009 `scroll-down-command' and [next] from `scroll-up' to
12010 `scroll-up-command'.
12011
12012 * emulation/cua-base.el: Put property CUA=move on
12013 `scroll-up-command' and `scroll-down-command'.
12014 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
12015 and `scroll-down-command' to `cua-scroll-down'.
12016
12017 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
12018
12019 * help.el (describe-mode): Return nil.
12020
12021 2010-04-04 John Wiegley <jwiegley@gmail.com>
12022
12023 * ido.el (ido-use-virtual-buffers): New variable to indicate
12024 whether "virtual buffer" support is enabled for IDO.
12025 (ido-virtual): Face used to indicate virtual buffers in the list.
12026 (ido-buffer-internal): If a buffer is chosen, and no such buffer
12027 exists, but a virtual buffer of that name does (which would be why
12028 it was in the list), recreate the buffer by reopening the file.
12029 (ido-make-buffer-list): If virtual buffers are being used, call
12030 `ido-add-virtual-buffers-to-list' before the make list hook.
12031 (ido-virtual-buffers): New variable which contains a copy of the
12032 current contents of the `recentf-list', albeit pared down for the
12033 sake of speed, and with proper faces applied.
12034 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
12035 create a list of "virtual buffers" to present to the user in
12036 addition to the currently open set. Note that this logic could
12037 get rather slow if that list is too large. With the default
12038 `recentf-max-saved-items' of 200, there is little speed penalty.
12039
12040 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12041
12042 * font-lock.el: Require CL when compiling.
12043 (font-lock-turn-on-thing-lock): Use `case'.
12044
12045 2010-04-03 Eli Zaretskii <eliz@gnu.org>
12046
12047 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
12048 Zaretskii.
12049
12050 2010-04-02 Juri Linkov <juri@jurta.org>
12051
12052 * ehelp.el (electric-help-orig-major-mode):
12053 New buffer-local variable.
12054 (electric-help-mode): Set it to original major-mode. Doc fix.
12055 (with-electric-help): Use `electric-help-orig-major-mode' instead
12056 of (default-value 'major-mode). Doc fix.
12057 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
12058
12059 2010-04-02 Sam Steingold <sds@gnu.org>
12060
12061 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
12062 `vc-hg-command' with a list of flags.
12063
12064 * progmodes/bug-reference.el (bug-reference-bug-regexp):
12065 Also accept "patch" and "RFE".
12066 (bug-reference-fontify): `bug-reference-url-format' can also be a
12067 function to be able to handle the bug kind.
12068 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
12069
12070 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
12071
12072 * tmm.el (tmm-get-keymap): Check with symbolp before passing
12073 value to fboundp, it may not be a symbol.
12074
12075 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
12076
12077 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
12078
12079 2010-03-31 Juri Linkov <juri@jurta.org>
12080
12081 * simple.el (next-line, previous-line): Re-throw a signal
12082 with `signal' instead of using `ding'.
12083 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
12084
12085 2010-03-31 Juri Linkov <juri@jurta.org>
12086
12087 * simple.el (keyboard-escape-quit): Raise deselecting the active
12088 region higher than exiting the minibuffer.
12089 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
12090
12091 2010-03-31 Juri Linkov <juri@jurta.org>
12092
12093 * image.el (image-animated-p): Use `image-metadata' instead of
12094 `image-extension-data'. Get GIF extenstion data from metadata
12095 property `extension-data'.
12096
12097 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12098
12099 * simple.el (append-to-buffer): Simplify.
12100
12101 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
12102
12103 * textmodes/artist.el (artist-mode): Fix typo in docstring.
12104 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
12105
12106 2010-03-31 Kenichi Handa <handa@m17n.org>
12107
12108 * language/sinhala.el (composition-function-table): Fix regexp for
12109 the new Unicode specification.
12110
12111 * language/indian.el (devanagari-composable-pattern)
12112 (tamil-composable-pattern, kannada-composable-pattern)
12113 (malayalam-composable-pattern): Adjust for the new Unicode
12114 specification.
12115 (bengali-composable-pattern, gurmukhi-composable-pattern)
12116 (gujarati-composable-pattern, oriya-composable-pattern)
12117 (telugu-composable-pattern): New variables to cope with the new
12118 Unicode specification. Use them in composition-function-table.
12119
12120 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12121
12122 Make tmm-menubar work for the Buffers menu again (bug#5726).
12123 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
12124 vectors rather than cons cells, as used in menu-bar-update-buffers.
12125
12126 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
12127
12128 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
12129 (js-insert-and-indent): Revert 2009-08-15 change, restoring
12130 electric punctuation for "{}();,:" (Bug#5586).
12131
12132 * mail/sendmail.el (mail-default-directory): Doc fix.
12133
12134 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
12135
12136 * mail/sendmail.el (mail-default-directory): Doc fix.
12137
12138 2010-03-31 Eli Zaretskii <eliz@gnu.org>
12139
12140 * subr.el (version-regexp-alist, version-to-list)
12141 (version-list-<, version-list-=, version-list-<=)
12142 (version-list-not-zero, version<, version<=, version=): Doc fix.
12143 (Bug#5744).
12144
12145 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
12146
12147 * vc.el (vc-root-diff): Doc fix.
12148
12149 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
12150
12151 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
12152
12153 * simple.el (append-to-buffer): Fix last change.
12154
12155 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
12156
12157 * simple.el (append-to-buffer): Ensure that point is preserved if
12158 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
12159 (Bug#5749)
12160
12161 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12162
12163 * files.el (auto-mode-case-fold): Change default to t.
12164
12165 2010-03-30 Juri Linkov <juri@jurta.org>
12166
12167 * dired-x.el (dired-omit-mode): Doc fix.
12168
12169 2010-03-30 Juri Linkov <juri@jurta.org>
12170
12171 * replace.el (occur-accumulate-lines): Move occur-engine related
12172 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
12173 to be located after `occur-engine'.
12174
12175 2010-03-30 Juri Linkov <juri@jurta.org>
12176
12177 Make occur handle multi-line matches cleanly with context.
12178 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
12179
12180 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
12181 (occur-engine): Add local variables `ret', `prev-after-lines',
12182 `prev-lines'. Use more arguments for `occur-context-lines'.
12183 Set first elem of its returned list to `data', and the second elem
12184 to `prev-after-lines'. Don't print the separator line.
12185 In the end, print remaining context after-lines.
12186 (occur-context-lines): Add new arguments `begpt', `endpt',
12187 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
12188 after-lines of the previous match with before-lines of the
12189 current match and not overlap them. Return a list with two
12190 values: the output line and the list of context after-lines.
12191
12192 2010-03-30 Juri Linkov <juri@jurta.org>
12193
12194 * replace.el (occur-accumulate-lines): Fix a bug where the first
12195 context line at the beginning of the buffer was missing.
12196
12197 2010-03-30 Eli Zaretskii <eliz@gnu.org>
12198
12199 * files.el: Make bidi-display-reordering safe variable for boolean
12200 values.
12201
12202 2010-03-29 Phil Hagelberg <phil@evri.com>
12203 Chong Yidong <cyd@stupidchicken.com>
12204
12205 * subr.el: Extend progress reporters to perform "spinning".
12206 (progress-reporter-update, progress-reporter-do-update):
12207 Handle non-numeric value arguments.
12208 (progress-reporter--pulse-characters): New var.
12209
12210 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
12211
12212 * progmodes/compile.el (compilation-start): Fix regexp detection
12213 of initial cd command (Bug#5771).
12214
12215 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
12216
12217 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
12218
12219 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
12220
12221 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
12222 * progmodes/gdb-mi.el: Restore.
12223 * progmodes/gdb-ui.el: Remove.
12224 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
12225
12226 2010-03-25 Glenn Morris <rgm@gnu.org>
12227
12228 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
12229 all dired buffers, even tramp ones. (Bug#5755)
12230
12231 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12232
12233 Add "union tags" in mpc.el.
12234 * mpc.el: Remove backward compatibility code.
12235 (mpc-browser-tags): Change default.
12236 (mpc--find-memoize-union-tags): New var.
12237 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
12238 (mpc-cmd-find): Handle the case where the playlist does not exist.
12239 Handle union-tags.
12240 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
12241 (mpc-cmd-add): Use mpc-cmd-flush.
12242 (mpc-tagbrowser-tag-name): New fun.
12243 (mpc-tagbrowser-buf): Use it.
12244 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
12245
12246 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12247
12248 Misc cleanup.
12249 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
12250 Use replace-regexp-in-string.
12251 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
12252 (makefile-imake-mode-syntax-table): Move init into defvar.
12253 (makefile-mode): Use define-derived-mode.
12254
12255 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
12256 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
12257 not be present any more.
12258
12259 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
12260
12261 * faces.el (set-face-attribute): Fix typo in docstring.
12262 (face-valid-attribute-values): Reflow docstring.
12263
12264 2010-03-24 Glenn Morris <rgm@gnu.org>
12265
12266 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
12267
12268 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
12269
12270 * indent.el (indent-for-tab-command): Doc fix.
12271
12272 2010-03-24 Alan Mackenzie <acm@muc.de>
12273
12274 * progmodes/cc-engine.el (c-remove-stale-state-cache):
12275 Fix off-by-one error. Fixes bug #5747.
12276
12277 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
12278
12279 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
12280 (image-dired-read-comment): Doc fix.
12281
12282 * json.el (json-object-type, json-array-type, json-key-type)
12283 (json-false, json-null, json-read-number):
12284 * minibuffer.el (completion-in-region-functions):
12285 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
12286 (cal-tex-cursor-week):
12287 * emacs-lisp/trace.el (trace-function):
12288 * eshell/em-basic.el (eshell/printnl):
12289 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
12290 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
12291 * obsolete/levents.el (allocate-event, event-key, event-object)
12292 (event-point, event-process, event-timestamp, event-to-character)
12293 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
12294 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
12295 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
12296 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
12297 (reftex-highlight-selection): Fix typos in docstrings.
12298
12299 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
12300
12301 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
12302
12303 2010-03-24 Glenn Morris <rgm@gnu.org>
12304
12305 * mail/rmail.el (rmail-highlight-face): Restore option deleted
12306 2008-02-13 without comment; mark it obsolete.
12307 (rmail-highlight-headers): Use rmail-highlight-face once more.
12308
12309 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
12310
12311 * woman.el (woman2-process-escapes): Only consume the newline if
12312 the filler character is on a line by itself (Bug#5729).
12313
12314 2010-03-24 Kenichi Handa <handa@m17n.org>
12315
12316 * language/indian.el (devanagari-composable-pattern): Add more
12317 consonants.
12318
12319 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
12320
12321 * net/trampver.el: Update release number.
12322
12323 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
12324
12325 * net/tramp.el (tramp-find-executable):
12326 Use `tramp-get-connection-buffer'. Make the regexp for checking
12327 output of "wc -l" more robust.
12328 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
12329 (tramp-open-connection-setup-interactive-shell): Remove workaround
12330 for OpenSolaris bug, it is not needed anymore.
12331
12332 2010-03-24 Glenn Morris <rgm@gnu.org>
12333
12334 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
12335
12336 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
12337
12338 * files.el (auto-mode-alist): Accept more verilog file patterns.
12339
12340 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12341
12342 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
12343
12344 2010-03-24 Glenn Morris <rgm@gnu.org>
12345
12346 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
12347 log-edit-before-checkin-process.
12348
12349 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
12350
12351 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
12352
12353 * vc-dispatcher.el (vc-start-logentry): Doc fix.
12354 (log-view-process-buffer, log-edit-extra-flags): Declare.
12355
12356 * log-edit.el (log-edit-before-checkin-process): Doc fix.
12357
12358 2010-03-23 Sam Steingold <sds@gnu.org>
12359
12360 Fix bug#5620: recalculate all markers on compilation buffer
12361 modifications, not on file modifications.
12362 * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
12363 variable: the buffer modification time, for buffers not associated with
12364 files.
12365 (compilation-mode): Create it.
12366 (compilation-filter): Update it.
12367 (compilation-next-error-function): Use it instead of
12368 `visited-file-modtime' for timestamp.
12369
12370 2010-03-23 Juri Linkov <juri@jurta.org>
12371
12372 Implement Occur multi-line matches.
12373 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
12374
12375 * replace.el (occur): Doc fix.
12376 (occur-engine): Set `begpt' to the beginning of the first line.
12377 Set `endpt' to the end of the last match line. At first, count
12378 line numbers between `origpt' and `begpt'. Split out code from
12379 `out-line' variable to new let-bindings `match-prefix' and
12380 `match-str'. In `out-line' add non-numeric prefix to all
12381 non-first lines of multi-line matches. Finally, count lines
12382 between `begpt' and `endpt' and add to `lines'.
12383
12384 2010-03-23 Juri Linkov <juri@jurta.org>
12385
12386 * replace.el (occur-accumulate-lines, occur-engine):
12387 Use `occur-engine-line' instead of duplicate code.
12388 (occur-engine-line): New function created from duplicate code
12389 in `occur-accumulate-lines' and `occur-engine'.
12390
12391 * replace.el (occur-engine-line): Add optional arg `keep-props'.
12392 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
12393
12394 2010-03-23 Juri Linkov <juri@jurta.org>
12395
12396 * finder.el: Remove TODO tasks.
12397
12398 * info.el (Info-finder-find-node): Add node "all"
12399 with all package info. Handle a list of multiple keywords
12400 separated by comma.
12401 (info-finder): In interactive use with a prefix argument,
12402 use `completing-read-multiple' to read a list of keywords
12403 separated by comma.
12404
12405 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12406
12407 Add a new completion style `substring'.
12408 * minibuffer.el (completion-basic--pattern): New function.
12409 (completion-basic-try-completion, completion-basic-all-completions):
12410 Use it.
12411 (completion-substring--all-completions)
12412 (completion-substring-try-completion)
12413 (completion-substring-all-completions): New functions.
12414 (completion-styles-alist): New style `substring'.
12415
12416 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12417
12418 Get rid of .elc files after removal of the corresponding .el.
12419 * Makefile.in (compile-clean): New target.
12420 (compile-main): Use it.
12421
12422 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
12423
12424 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
12425 don't do make there. When compiling with separate object dir, there
12426 is no Makefile there.
12427
12428 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12429
12430 Get rid of the ELCFILES abomination, again.
12431 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
12432 (all, compile): Don't call compile-last.
12433 (compile-main): Build the "elcfiles" list dynamically.
12434 (compile-targets): New (internal) target.
12435
12436 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
12437
12438 * Makefile.in (top_srcdir): Define.
12439 (abs_top_builddir): Define.
12440 (srcdir): Don't append `/..'.
12441 (EMACS): Use ${abs_top_builddir}.
12442 (all, compile, compile-always, compile-last): Don't set emacswd.
12443 (update-subdirs, update-authors): Use $(top_srcdir) instead of
12444 $(srcdir).
12445 (lisp): Use $(srcdir) instead of @srcdir@.
12446
12447 2010-03-21 Juri Linkov <juri@jurta.org>
12448
12449 Fix message of multi-line occur regexps and multi-buffer header lines.
12450 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
12451
12452 * replace.el (occur-1): Don't display regexp if it is longer
12453 than window-width. Use `query-replace-descr' to display regexp.
12454 (occur-engine): Don't display regexp in the buffer header for
12455 multi-buffer occur. Display a separate header line with total
12456 match count and regexp for multi-buffer occur.
12457 Use `query-replace-descr' to display regexp.
12458
12459 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
12460
12461 * net/secrets.el: Fix parenthesis.
12462 (secrets-enabled): Fix parenthesis.
12463
12464 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12465
12466 Use more relative file and directory names.
12467 * Makefile.in (EMACS): Arrange for it to work when we chdir.
12468 (setwins, setwins_almost, setwins_for_subdirs):
12469 Don't `cd'; output relative names.
12470 (all, compile, compile-always, compile-last): Set emacswd.
12471 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
12472 Just cd to the lisp source dir so we can use relative file names.
12473
12474 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
12475
12476 2010-03-20 Glenn Morris <rgm@gnu.org>
12477
12478 * textmodes/rst.el: Use faces for font-lock customization, and make the
12479 old -face variables obsolete.
12480 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
12481 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
12482 (rst-block-face, rst-external-face, rst-definition-face)
12483 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
12484 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
12485 Make obsolete.
12486 (rst-font-lock-keywords-function): Update for above changes.
12487
12488 2010-03-20 Juri Linkov <juri@jurta.org>
12489
12490 * s-region.el:
12491 * obsolete/s-region.el: Move to obsolete.
12492
12493 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
12494
12495 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
12496
12497 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12498
12499 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
12500
12501 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12502
12503 Add special markup processing for commit logs.
12504 * log-edit.el (log-edit-extra-flags): New variable.
12505 (log-edit): Add new argument MODE. Use that mode when non-nil
12506 instead of the log-view-mode.
12507 (log-view-process-buffer): New function.
12508
12509 * vc.el: Document that the checkin method takes optional
12510 arguments. Document new backend specific method: log-view-mode.
12511 (vc-default-log-edit-mode): New function.
12512 (vc-checkin): Use a backend specific log-view-mode.
12513 Pass extra arguments to the checkin method.
12514 (vc-modify-change-comment): Pass a dummy extra argument.
12515
12516 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
12517 log-edit.
12518 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
12519 (vc-finish-logentry): Process the log buffer before passing it
12520 down. Pass log-edit-extra-flags.
12521
12522 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
12523 command.
12524 (log-edit-extra-flags, log-edit-before-checkin-process):
12525 New declarations.
12526
12527 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
12528 command.
12529 (log-edit-extra-flags, log-edit-before-checkin-process):
12530 New declarations.
12531 (vc-hg-log-edit-mode): New derived mode.
12532
12533 * vc-arch.el (vc-arch-checkin):
12534 * vc-cvs.el (vc-cvs-checkin):
12535 * vc-git.el (vc-git-checkin):
12536 * vc-mtn.el (vc-mtn-checkin):
12537 * vc-rcs.el (vc-rcs-checkin):
12538 * vc-sccs.el (vc-sccs-checkin):
12539 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
12540
12541 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12542
12543 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
12544 parent typo).
12545
12546 2010-03-19 Glenn Morris <rgm@gnu.org>
12547
12548 * password-cache.el (password-cache, password-cache-expiry): Autoload.
12549
12550 2010-03-18 Glenn Morris <rgm@gnu.org>
12551
12552 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
12553
12554 * replace.el (query-replace-history): Give it a doc string.
12555 (map-query-replace-regexp): Use query-replace-from-history-variable
12556 and query-replace-to-history-variable.
12557
12558 * mail/hashcash.el (declare-function): Remove duplicate definition.
12559
12560 * mail/emacsbug.el (report-emacs-bug-pretest-address):
12561 Make it an obsolete alias for report-emacs-bug-address.
12562 (message-strip-special-text-properties): Declare.
12563 (report-emacs-bug): Remove test for a pretest bug address.
12564 Combine message-mode-specific code.
12565
12566 * mail/supercite.el: Don't require sendmail.
12567 (mh-in-header-p): Declare rather than using with-no-warnings.
12568 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
12569 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
12570
12571 * calendar/cal-french.el: Convert to utf-8.
12572
12573 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
12574 Emacs scripts.
12575
12576 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
12577
12578 * net/secrets.el (secrets-enabled): New variable. Use it instead
12579 of a subfeature.
12580
12581 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
12582
12583 * net/secrets.el (top): Register the D-Bus signals only when the
12584 service "org.freedesktop.secrets" can be pinged.
12585 Provide subfeature `enabled'.
12586
12587 2010-03-14 Juri Linkov <juri@jurta.org>
12588
12589 Add finder unknown keywords.
12590
12591 * finder.el (finder-unknown-keywords): New function.
12592
12593 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
12594 to create a Finder node with unknown keywords.
12595
12596 2010-03-14 Juri Linkov <juri@jurta.org>
12597
12598 * finder.el (finder-compile-keywords): Replace `princ' with
12599 `prin1' on a list of symbols interned from keyword strings.
12600
12601 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
12602 a comma, then split keywords using a comma and optional whitespace.
12603 Otherwise, split by whitespace.
12604
12605 * complete.el:
12606 * face-remap.el:
12607 * log-view.el:
12608 * net/hmac-def.el:
12609 * net/hmac-md5.el:
12610 * net/netrc.el:
12611 * progmodes/mixal-mode.el: Fix keywords.
12612
12613 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
12614
12615 * Makefile.in (ELCFILES): Add net/secrets.elc.
12616
12617 * net/secrets.el: New file.
12618
12619 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
12620
12621 * facemenu.el (list-colors-display, list-colors-print): New arg
12622 callback. Use it to allow selecting colors.
12623
12624 * wid-edit.el (widget-image-insert): Insert image prop even if the
12625 current display is non-graphic.
12626 (widget-field-value-set): New fun.
12627 (editable-field): Use it.
12628 (widget-field-value-get): Clean up unused var.
12629 (widget-color-value-create, widget-color--choose-action):
12630 New funs. Allow using list-colors-display to choose color.
12631
12632 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
12633
12634 * cus-edit.el: Resort topmost custom groups.
12635 (custom-buffer-sort-alphabetically): Default to t.
12636 (customize-apropos): Use apropos-parse-pattern.
12637 (custom-search-field): New var.
12638 (custom-buffer-create-internal): Add custom-apropos search field.
12639 (custom-add-parent-links): Don't display parent doc.
12640 (custom-group-value-create): Don't sort top-level custom group.
12641 (custom-magic-value-create): Show visibility button before option name.
12642
12643 (custom-variable-state): New fun, from custom-variable-state-set.
12644 (custom-variable-state-set): Use it.
12645 (custom-group-value-create): Hide options with standard values
12646 using the :hidden-states property. Use progress reporter.
12647
12648 (custom-show): Simplify.
12649 (custom-visibility): Disable images by default.
12650 (custom-variable): New property :hidden-states.
12651 (custom-variable-value-create): Enable images for
12652 custom-visibility widgets. Use :hidden-states property to
12653 determine initial visibility.
12654
12655 * wid-edit.el (widget-image-find): Give images center ascent.
12656 (visibility): Add :on-image and :off-image properties.
12657 (widget-visibility-value-create): Use them.
12658
12659 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
12660
12661 * cus-edit.el (processes): Remove from development group.
12662 (oop, hypermedia): Delete group.
12663 (comm): Promote to top-level group.
12664
12665 * net/browse-url.el (browse-url):
12666 * net/xesam.el (xesam):
12667 * net/tramp.el (tramp):
12668 * net/goto-addr.el (goto-address):
12669 * net/ange-ftp.el (ange-ftp): Put in comm group.
12670
12671 * view.el (view): Remove from editing group.
12672
12673 * uniquify.el (uniquify): Put in files group.
12674
12675 * net/browse-url.el (browse-url):
12676 * ps-print.el (postscript): Put in external group.
12677
12678 * cus-edit.el (outlines):
12679 * textmodes/text-mode.el (text-mode-hook):
12680 * textmodes/table.el (table):
12681 * textmodes/picture.el (picture):
12682 * outline.el (outlines): Put in wp group.
12683
12684 * nxml/nxml-mode.el (nxml): Remove from wp group.
12685
12686 * net/tramp-imap.el (tramp-imap): Put in tramp group.
12687
12688 * mail/metamail.el (metamail): Remove from hypermedia group.
12689
12690 * cus-edit.el (abbrev):
12691 * whitespace.el (whitespace):
12692 * vcursor.el (vcursor):
12693 * reveal.el (reveal):
12694 * hl-line.el (hl-line): Put in convenience group.
12695
12696 * epg-config.el (epg): Put in data group.
12697
12698 * emulation/pc-select.el (pc-select): Put in emulations group.
12699
12700 * calculator.el (calculator): Put in applications group.
12701
12702 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
12703
12704 Add .dir-locals.el support for file-less buffers.
12705 * files.el (hack-local-variables): Split out code to apply local
12706 variable settings ...
12707 (hack-local-variables-apply): ... here. New function.
12708 (hack-dir-local-variables): Use the default directory for when the
12709 buffer does not have an associated file.
12710 (hack-dir-local-variables-non-file-buffer): New function.
12711 * diff-mode.el (diff-mode):
12712 * vc-annotate.el (vc-annotate-mode):
12713 * vc-dir.el (vc-dir-mode):
12714 * log-edit.el (log-edit-mode):
12715 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
12716
12717 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
12718
12719 Add support for shelving snapshots and for showing shelves.
12720 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
12721 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
12722 New functions.
12723 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
12724 (vc-bzr-extra-menu-map): Map them.
12725
12726 2010-03-11 Glenn Morris <rgm@gnu.org>
12727
12728 * cus-edit.el (customize-changed-options-previous-release):
12729 Bump to 23.1.
12730
12731 * image.el (image-animate-max-time): Fix :version tag.
12732
12733 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
12734
12735 * Branch for 23.2.
12736
12737 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
12738
12739 * vc-git.el (vc-git-revision-table): Include remote branches.
12740
12741 2010-03-10 Kim F. Storm <storm@cua.dk>
12742
12743 Animated image API.
12744 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
12745
12746 * image.el (image-animate-max-time): New defcustom.
12747 (image-animated-types): New defconst.
12748 (create-animated-image, image-animate-timer)
12749 (image-animate-start, image-animate-stop, image-animate-timeout)
12750 (image-animated-p): New functions.
12751
12752 * image-mode.el (image-toggle-display-image):
12753 Replace `create-image' with `create-animated-image'.
12754
12755 2010-03-09 Miles Bader <miles@gnu.org>
12756
12757 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
12758 instead of "format:"; this ensures that the output is
12759 newline-terminated.
12760
12761 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
12762
12763 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
12764 that all errors are caught, and that the return value is always a
12765 list (Bug#5692).
12766
12767 2010-03-08 Kenichi Handa <handa@m17n.org>
12768
12769 * language/misc-lang.el (windows-1256): New coding system.
12770 (cp1256): New alias of windows-1256 (bug#5690).
12771
12772 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
12773
12774 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
12775 call to rfc822-bad-address. (Bug#5692)
12776
12777 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
12778
12779 * vc-git.el (vc-git-annotate-extract-revision-at-line):
12780 Use vc-git-root as default directory for revision path (Bug#5657).
12781
12782 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
12783
12784 * calculator.el (calculator): Don't bind split-window-keep-point
12785 (Bug#5674).
12786
12787 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
12788
12789 * vc-git.el: Re-flow to fit into 80 columns.
12790 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
12791 Remove spurious `quote' element in each case alternative.
12792 (vc-git-show-log-entry): Use prog1.
12793 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
12794
12795 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
12796
12797 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
12798
12799 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
12800
12801 * macros.el (insert-kbd-macro): Look up keyboard macro using the
12802 definition, not the name (Bug#5481).
12803
12804 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
12805
12806 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
12807 argument with a local variable. (Bug#5670)
12808
12809 2010-03-02 Juri Linkov <juri@jurta.org>
12810
12811 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
12812
12813 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
12814
12815 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
12816 error when FILENAME and NEWNAME are existing remote directories.
12817
12818 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
12819 parameter DIR-FLAG.
12820
12821 2010-03-02 Glenn Morris <rgm@gnu.org>
12822
12823 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
12824 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
12825
12826 2010-03-01 Kenichi Handa <handa@m17n.org>
12827
12828 * language/burmese.el (burmese-composable-pattern): Rename from
12829 myanmar-composable-pattern.
12830
12831 * international/characters.el (script-list):
12832 * international/fontset.el (script-representative-chars):
12833 Change myanmar to burmese.
12834 (otf-script-alist): Likewise.
12835 (setup-default-fontset): Likewise. Re-fix :otf spec.
12836
12837 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
12838
12839 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
12840
12841 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
12842
12843 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
12844
12845 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
12846
12847 * net/tramp.el (tramp-handle-write-region): START can be a string.
12848 Take care in the checks. Reported by Dan Davison
12849 <davison@stats.ox.ac.uk>.
12850
12851 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
12852
12853 * net/dbus.el (dbus-introspect, dbus-get-property)
12854 (dbus-set-property, dbus-get-all-properties):
12855 Use `dbus-call-method' when noninteractive. (Bug#5645)
12856
12857 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
12858
12859 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
12860 * emacs-lisp/elint.el (elint-add-required-env):
12861 * calendar/icalendar.el (icalendar--add-diary-entry):
12862 * calc/calcalg2.el (math-tracing-integral):
12863 * files.el (recover-session-finish): Use with-current-buffer
12864 instead of save-excursion.
12865
12866 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
12867
12868 Fix in-buffer completion when after-change-functions modify the buffer.
12869 * minibuffer.el (completion--replace): New function.
12870 (completion--do-completion): Use it and use relative movement.
12871
12872 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
12873
12874 * international/fontset.el (setup-default-fontset): Fix :otf spec.
12875
12876 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
12877
12878 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
12879 Allow the characters _<> in the stack entry (Bug#5653).
12880
12881 2010-02-26 Kenichi Handa <handa@m17n.org>
12882
12883 * language/burmese.el: Fix entries in composition-function-table.
12884 (myanmar-composable-pattern): New variable.
12885
12886 * international/fontset.el (setup-default-fontset): Add an entry
12887 for myanmar.
12888
12889 * international/characters.el (script-list): Add Myanmar
12890 Extended-A.
12891
12892 2010-02-26 Glenn Morris <rgm@gnu.org>
12893
12894 * custom.el (custom-initialize-delay): Doc fix.
12895
12896 * mail/sendmail.el (send-mail-function): Autoload the call
12897 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
12898
12899 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
12900
12901 * files.el (hack-local-variables-filter): For eval forms, also
12902 check safe-local-variable-p (Bug#5636).
12903
12904 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
12905
12906 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
12907 setting the modes by `ignore-errors'. It might fail, for example
12908 if the file is not owned by the user but the group.
12909 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
12910
12911 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
12912
12913 * files.el (directory-listing-before-filename-regexp):
12914 Use stricter matching for iso-style dates, to avoid false matches with
12915 date-like filenames (Bug#5597).
12916
12917 * htmlfontify.el (htmlfontify): Doc fix.
12918
12919 * eshell/eshell.el (eshell): Doc fix.
12920
12921 * startup.el (fancy-about-screen): In mode-line, apply
12922 mode-line-buffer-id face only to the buffer name (Bug#5613).
12923
12924 2010-02-20 Kevin Ryde <user42@zip.com.au>
12925
12926 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12927 In `watcom' anchor regexp to start of line, to avoid slowness
12928 (Bug#5599).
12929
12930 2010-02-20 Eli Zaretskii <eliz@gnu.org>
12931
12932 * subr.el (remove-yank-excluded-properties): Explain in a comment
12933 why `category' property is removed.
12934
12935 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
12936
12937 * isearch.el (isearch-update-post-hook, isearch-update):
12938 Revert 2010-02-17 change.
12939
12940 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
12941
12942 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
12943 (icalendar--convert-weekly-to-ical)
12944 (icalendar--convert-yearly-to-ical)
12945 (icalendar--convert-block-to-ical)
12946 (icalendar--convert-cyclic-to-ical)
12947 (icalendar--convert-anniversary-to-ical): Take care of time
12948 specifications where hour has 1-digit only (Bug#5549).
12949
12950 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
12951
12952 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
12953 of disassemble output in GDB 7.1.
12954
12955 2010-02-19 Glenn Morris <rgm@gnu.org>
12956
12957 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
12958 property. (Bug#5593)
12959
12960 2010-02-18 Sam Steingold <sds@gnu.org>
12961
12962 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
12963
12964 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
12965
12966 Use abbreviated file names in bookmarks (bug#5591).
12967 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
12968 calls to expand-file-name.
12969 (bookmark-relocate): Use abbreviated file names in bookmarks.
12970 (bookmark-load): Use abbreviated file names in messages.
12971
12972 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
12973
12974 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
12975 expand "." and "..". Reported by Thierry Volpiatto
12976 <thierry.volpiatto@gmail.com>.
12977
12978 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
12979
12980 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
12981 permissions of the temporary file to "0600". In case the remote
12982 file has no read permissions for the owner, there might be
12983 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
12984
12985 22010-02-18 Glenn Morris <rgm@gnu.org>
12986
12987 * emacs-lisp/authors.el (authors-renamed-files-alist):
12988 Add entries for INSTALL.CVS.
12989
12990 2010-02-17 Mark A. Hershberger <mah@everybody.org>
12991
12992 * vc-bzr.el: Fix typo in Known Bugs section.
12993
12994 * isearch.el (isearch-update-post-hook): New hook.
12995 (isearch-update): Use the new hook.
12996
12997 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
12998
12999 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
13000 Fix errors in copying directories.
13001 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
13002 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
13003 (tramp-handle-delete-file)
13004 (tramp-handle-dired-recursive-delete-directory)
13005 (tramp-handle-write-region): Flush also the cache for the upper
13006 directory.
13007
13008 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
13009
13010 * simple.el (save-interprogram-paste-before-kill): Doc fix.
13011
13012 * cus-edit.el (hardware): Doc fix.
13013
13014 * man.el (man): Add to external custom group.
13015
13016 * delim-col.el (columns): Move to wp custom group.
13017
13018 * doc-view.el (doc-view): Add to data custom group.
13019
13020 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
13021
13022 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
13023 by ispell-parse-output (Bug#5575).
13024
13025 2010-02-16 Kenichi Handa <handa@m17n.org>
13026
13027 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
13028 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
13029 (skkdic-convert): Use `euc-japan' coding system for writing.
13030
13031 2010-02-16 Glenn Morris <rgm@gnu.org>
13032
13033 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
13034 tex-main-file before using it. (Bug#5562)
13035
13036 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
13037
13038 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
13039 warnings, since it is annoying for the user to see them each time he
13040 runs the code.
13041
13042 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
13043
13044 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
13045 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
13046 instead of PROC for caching "first-password-request". Otherwise,
13047 new processes would not profit from passwords already entered.
13048
13049 * net/tramp-cache.el (tramp-dump-connection-properties):
13050 Don't save "first-password-request" property.
13051
13052 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
13053
13054 * outline.el (outline-head-from-level):
13055 * simple.el (with-wrapper-hook):
13056 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
13057 (elint-defun, elint-buffer-env, elint-top-form-logged)
13058 (elint-unbound-variable):
13059 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
13060 Fix typos in docstrings.
13061
13062 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
13063
13064 * files.el (insert-directory): When WILDCARD-REGEXP and
13065 FULL-DIRECTORY-P are nil, insert the file entry instead of the
13066 whole directory. (Bug#5551)
13067
13068 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
13069 dired's alignment sanity. (Bug#5516)
13070
13071 2010-02-14 Juri Linkov <juri@jurta.org>
13072
13073 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
13074 Remove remaining ^H with their preceding chars. (Bug#5566)
13075
13076 2010-02-13 Glenn Morris <rgm@gnu.org>
13077
13078 * simple.el (transpose-subr): Give it a doc-string.
13079
13080 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
13081 Doc fixes.
13082
13083 2010-02-12 Juri Linkov <juri@jurta.org>
13084
13085 * arc-mode.el (archive-unique-fname): Make directories for nested
13086 archives. (Bug#5540)
13087
13088 2010-02-12 Juri Linkov <juri@jurta.org>
13089
13090 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
13091
13092 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13093
13094 * subr.el (copy-overlay): Handle deleted overlays.
13095
13096 * man.el (Man-completion-table): Don't signal an error if we can't run
13097 manual-program (bug#4056).
13098
13099 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
13100
13101 * textmodes/artist.el (artist-mt): Fix typos in docstring.
13102
13103 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13104
13105 * info.el (Info-bookmark-jump): Simplify.
13106
13107 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
13108 (bookmark-default-handler): Accept new bookmark field `buffer'.
13109
13110 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
13111
13112 * iswitchb.el (iswitchb-completions): Revert last change.
13113
13114 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
13115
13116 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
13117 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
13118 This prevents file names like "~/" being listed literally.
13119
13120 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
13121
13122 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13123 Remove dead code. (Bug#5546)
13124
13125 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
13126
13127 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
13128 correctly (Bug#5548).
13129
13130 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
13131
13132 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
13133 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
13134
13135 2010-02-08 Kenichi Handa <handa@m17n.org>
13136
13137 * international/mule-util.el (with-coding-priority): Add autoload
13138 cookie for putting `lisp-indent-function'.
13139
13140 2010-02-07 Glenn Morris <rgm@gnu.org>
13141
13142 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
13143 Move F2003 named interfaces from keywords-2 to keywords-1, and
13144 use function-name-face rather than constant-face.
13145 Simplify "abstract interface" regexp.
13146
13147 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
13148
13149 * eshell/esh-util.el (eshell-file-attributes): New optional arg
13150 ID-FORMAT. Pass it to `file-attributes'.
13151
13152 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
13153
13154 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
13155
13156 * faces.el (set-face-attribute): Allow calling
13157 internal-set-lisp-face-attribute with 'unspecified family and
13158 foundry argument (Bug#5536).
13159
13160 2010-02-07 Glenn Morris <rgm@gnu.org>
13161
13162 * progmodes/f90.el (f90-font-lock-keywords-2)
13163 (f90-looking-at-type-like, f90-looking-at-program-block-end):
13164 Handle F2003 named interfaces.
13165
13166 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
13167
13168 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
13169 beg and end before calling c-get-state-before-change-functions.
13170
13171 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
13172
13173 * vc-bzr.el (vc-bzr-dir-extra-headers):
13174 Disable the pending merges header.
13175
13176 2010-02-05 Juri Linkov <juri@jurta.org>
13177
13178 * doc-view.el (doc-view-mode):
13179 * image-mode.el (image-mode): Put property mode-class=special.
13180 (Bug#4896)
13181
13182 2010-02-05 Mark A. Hershberger <mah@everybody.org>
13183
13184 * vc-svn.el (vc-svn-revision-table): New function.
13185
13186 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
13187
13188 * net/ange-ftp.el (ange-ftp-insert-directory):
13189 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13190 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13191 Handle also directories. (Bug#5478)
13192
13193 2010-02-05 Glenn Morris <rgm@gnu.org>
13194
13195 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
13196
13197 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
13198
13199 * startup.el (command-line-1): Convert options beginning with a
13200 single dash as well (Bug#5519).
13201
13202 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
13203
13204 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
13205 * minibuffer.el (completion-initials-expand): Only check the presence
13206 of delims *within* the boundaries, since otherwise the / delim is
13207 always found for files.
13208
13209 Fix up various corner case problems.
13210 * doc-view.el (doc-view-last-page-number): New function.
13211 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
13212 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
13213 (doc-view-kill-proc): Avoid inf-loop in freak cases.
13214 (doc-view-reconvert-doc): Use the new recursive delete-directory.
13215 (doc-view-convert-current-doc): Don't create the resolution.el file
13216 here any more.
13217 (doc-view-pdf/ps->png): Do it here instead.
13218 (doc-view-already-converted-p): Check that resolution.el is present.
13219 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
13220 windows that are not yet showing images.
13221
13222 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
13223
13224 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
13225 `dired-uncache' for every elemnt which is an absolute file name.
13226
13227 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
13228 directory, handle its directory component.
13229 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
13230 function is called permanently and creates noise, otherwise.
13231
13232 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13233 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13234 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
13235
13236 2010-02-04 David Burger <dburger@google.com> (tiny change)
13237
13238 * macros.el (apply-macro-to-region-lines):
13239 Minor simplification. (Bug#5485)
13240
13241 2010-02-04 Glenn Morris <rgm@gnu.org>
13242
13243 * mail/rmail.el (rmail-show-message-1): Handle malformed
13244 quoted-printable text. (Bug#5441)
13245
13246 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
13247
13248 * simple.el (visual-line-mode): Capitalize lighter.
13249
13250 2010-02-03 John Wiegley <jwiegley@gmail.com>
13251
13252 * iswitchb.el (iswitchb-completions): Add bookmark files to the
13253 list of files considered for "virtual buffer" completions.
13254
13255 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
13256
13257 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
13258 also in case of (and (not full) (not wildcard)). This is needed
13259 when dired is called with a list of files, which are not in
13260 `default-directory'. (Bug#5478)
13261
13262 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
13263
13264 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
13265
13266 2010-02-02 Juri Linkov <juri@jurta.org>
13267
13268 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
13269 from unidiff to allow function-line after @@.
13270
13271 2010-02-02 Juri Linkov <juri@jurta.org>
13272
13273 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
13274 '(RCS SCCS) with inverted condition.
13275
13276 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
13277
13278 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
13279 messages.
13280
13281 2010-02-01 Juri Linkov <juri@jurta.org>
13282
13283 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
13284 compare with "pkunzip" and "pkzip" instead of only "pkzip".
13285 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
13286 only when (car archive-zip-extract) is "unzip". (Bug#5475)
13287
13288 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13289
13290 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
13291 (doc-view-revert-buffer): New command.
13292 (doc-view-mode-map): Use it.
13293
13294 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
13295
13296 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
13297 pending merge is detected.
13298
13299 2010-01-31 Juri Linkov <juri@jurta.org>
13300
13301 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
13302 beginning of interactive spec like all other grep commands do.
13303 Put "all" in front of "gz". (Bug#5260)
13304
13305 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
13306
13307 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
13308
13309 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
13310
13311 * dirtrack.el (dirtrack): Warn instead of signalling error if the
13312 regexp is incorrect (Bug#5476).
13313
13314 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
13315
13316 * net/tramp.el (tramp-handle-insert-directory): Handle also
13317 symlinks, when FILENAME is not in `default-directory'.
13318
13319 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
13320
13321 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
13322 FILE is not in `default-directory'. (Bug#5478)
13323
13324 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
13325 of SWITCHES. Handle the case, FILENAME is not in
13326 `default-directory'. (Bug#5478)
13327 (tramp-register-file-name-handlers): Add safe-magic property.
13328
13329 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
13330
13331 * arc-mode.el (archive-zip-extract): Quote the argument passed to
13332 unzip (Bug#5475).
13333
13334 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
13335
13336 * progmodes/flymake.el (flymake-allowed-file-name-masks)
13337 (flymake-master-make-header-init): Add other C++ filename masks.
13338 (flymake-find-possible-master-files)
13339 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
13340
13341 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
13342
13343 Fix some busybox annoyances.
13344
13345 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
13346 not responding." string.
13347 (tramp-open-connection-setup-interactive-shell): Dump stty
13348 settings. Enable "neveropen" arg for all `tramp-send-command'
13349 calls. Handle "=" in variable values properly.
13350 (tramp-find-inline-encoding): Raise an error, when no encoding is
13351 found.
13352 (tramp-wait-for-output): Check, whether PROC buffer is available.
13353 Remove spurious " ^H" sequences, sent by busybox.
13354 (tramp-get-ls-command): Suppress coloring, if possible.
13355
13356 2010-01-28 Glenn Morris <rgm@gnu.org>
13357
13358 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
13359
13360 * log-edit.el (log-edit-strip-single-file-name): Add missing
13361 :safe, :group, and :version tags.
13362
13363 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
13364
13365 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
13366 buffers. (Bug#5477)
13367
13368 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
13369
13370 * files.el (delete-directory): Handle moving to trash without
13371 first doing recursion (Bug#5436).
13372
13373 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
13374
13375 * vc-hooks.el (vc-path): Mark as obsolete.
13376
13377 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
13378
13379 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
13380 names too.
13381
13382 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
13383 for the short log.
13384 (vc-bzr-log-view-mode): Adjust regexp for the above change.
13385
13386 2010-01-25 Mark A. Hershberger <mah@everybody.org>
13387
13388 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
13389
13390 * vc-bzr.el (vc-bzr-revision-table): New function.
13391
13392 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
13393
13394 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
13395 diff-index command. This requires at least git-1.5.5. (Bug#1589).
13396
13397 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
13398
13399 Remove support for adding --signoff on commit.
13400 Future support will use an incompatible generic mechanism.
13401 * vc-git.el (vc-git-add-signoff): Remove variable.
13402 (vc-git-toggle-signoff): Remove function.
13403 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
13404
13405 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13406 Rename from xterm-set-background-mode. Return t if the background mode
13407 was set.
13408 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
13409 earlier, call it again in case the background mode has changed.
13410
13411 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
13412
13413 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
13414 (Bug#3541).
13415
13416 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
13417
13418 * emacs-lisp/assoc.el (aelement): Doc fix.
13419 (aput, adelete, amake): Use lexical-let (Bug#5450).
13420
13421 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
13422
13423 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
13424 is the same as subprogram call, not declaration. (Bug#5435).
13425
13426 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
13427
13428 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
13429 (tramp-smb-maybe-open-connection): Use it.
13430
13431 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
13432
13433 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
13434
13435 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13436
13437 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
13438 just because we see "encoding: 8bit".
13439 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
13440
13441 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
13442
13443 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
13444
13445 2010-01-22 Eli Zaretskii <eliz@gnu.org>
13446
13447 * jka-compr.el (jka-compr-load): If load-file is not in
13448 load-history, try its file-truename version. (bug#5447)
13449
13450 2010-01-21 Alan Mackenzie <acm@muc.de>
13451
13452 Fix a situation where deletion of a cpp construct throws an error.
13453 * progmodes/cc-engine.el (c-invalidate-state-cache):
13454 Before invoking c-with-all-but-one-cpps-commented-out, check that the
13455 special cpp construct is still in the buffer.
13456 (c-parse-state): Record the special cpp with markers, not numbers.
13457
13458 2010-01-21 Kenichi Handa <handa@m17n.org>
13459
13460 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
13461 process last-command-event, as it is now decoded first (Bug#5380).
13462
13463 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
13464
13465 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
13466
13467 2010-01-20 Glenn Morris <rgm@gnu.org>
13468
13469 * indent.el (tab-always-indent): Fix custom-type.
13470
13471 2010-01-19 Alan Mackenzie <acm@muc.de>
13472
13473 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
13474 buffer throws "args out of range".
13475 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
13476 playing the role of delimiter.
13477
13478 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
13479
13480 * progmodes/ada-mode.el: Fix bug#5400.
13481 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
13482 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
13483 changed. Delete RECURSIVE parameter; never used. Improve doc string.
13484 Improve comments in "is" portion. Handle null procedure declaration.
13485 (ada-move-to-end): Improve doc string.
13486
13487 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
13488
13489 * ido.el (ido-cur-list): Initialize to nil.
13490 Remove obsolete information from commentary.
13491 (ido-choice-list): Initialize to nil.
13492 (ido-get-bufname): Reject minibuffers.
13493 (ido-make-buffer-list): If "default" is a nonexistent
13494 buffer, ignore it, as per the function's comment.
13495 (ido-kill-buffer-internal): New function.
13496 (ido-kill-buffer-at-head): Use it.
13497 (ido-visit-buffer): Likewise.
13498
13499 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
13500
13501 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
13502
13503 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
13504
13505 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
13506 Fix typos in chart titles.
13507
13508 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
13509 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
13510 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
13511 (describe-class, eieio-describe-generic, describe-generic):
13512 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
13513 (eieio-speedbar-expand):
13514 * emulation/viper-cmd.el (viper-exec-form-in-vi)
13515 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
13516 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
13517 (viper-del-backward-char-in-replace, viper-backward-indent)
13518 (viper-brac-function, viper-register-to-point, viper-submit-report):
13519 * net/tramp.el (tramp-remote-coding-commands):
13520 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
13521 Fix typos in docstrings.
13522
13523 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
13524
13525 * mail/sendmail.el (mail-yank-original): Set the mark if the
13526 specified function for yanking does not do it.
13527
13528 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
13529
13530 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
13531
13532 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
13533 resyncing a directory.
13534
13535 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
13536
13537 * progmodes/ada-mode.el: Fix bug#1920.
13538 (ada-ident-re): Delete ., allow multibyte characters.
13539 (ada-goto-label-re): New; matches goto labels.
13540 (ada-block-label-re): New; matches block labels.
13541 (ada-label-re): New; matches both.
13542 (ada-named-block-re): Delete; callers changed to use
13543 `ada-block-label-re' instead.
13544 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
13545 Use `ada-block-label-re'.
13546 (ada-indent-on-previous-lines): Improve handling of goto labels.
13547 (ada-get-indent-block-start): Special-case block label.
13548 (ada-get-indent-label): Split into `ada-indent-block-label' and
13549 `ada-indent-goto-label'.
13550 (ada-goto-stmt-start, ada-goto-next-non-ws):
13551 Optionally ignore goto labels.
13552 (ada-goto-next-word): Simplify.
13553 (ada-indent-newline-indent-conditional): Insert newline before
13554 trying to fix indentation; doc fix.
13555
13556 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
13557
13558 * calc/calc.el (calc-command-flags): Give it an initial value.
13559
13560 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
13561
13562 * files.el (minibuffer-with-setup-hook):
13563 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
13564 (artist-key-draw-continously, artist-key-do-continously-continously)
13565 (artist-key-set-point-continously, artist-mouse-draw-continously):
13566 Fix typos in docstrings.
13567
13568 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
13569
13570 * nxml/nxml-mode.el (nxml-extend-after-change-region):
13571 Never return t (Bug#3898).
13572
13573 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
13574
13575 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
13576 can parse the output of the external commands (Bug#5279).
13577
13578 2010-01-16 Jari Aalto <jari.aalto@cante.net>
13579
13580 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
13581
13582 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
13583
13584 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
13585
13586 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
13587
13588 * startup.el (command-line): Remove unused --icon-type arg.
13589 Handle --display arg, passing it to command-line-1 (Bug#5392).
13590
13591 2010-01-16 Mario Lang <mlang@delysid.org>
13592
13593 * emacs-lisp/chart.el (chart-translate-namezone):
13594 * textmodes/artist.el (artist-compute-popup-menu-table):
13595 Remove duplicated words in doc-strings.
13596
13597 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
13598
13599 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
13600 to mairix-search to suppress threading (Bug#5342).
13601
13602 2010-01-15 Kenichi Handa <handa@m17n.org>
13603
13604 * international/mule-cmds.el (canonicalize-coding-system-name):
13605 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
13606
13607 2010-01-15 Glenn Morris <rgm@gnu.org>
13608
13609 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
13610
13611 * wid-edit.el (widget-keymap): Doc fix.
13612
13613 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
13614 former seems to be more widely accepted by various svn versions.
13615
13616 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
13617
13618 * find-cmd.el (find-constituents):
13619 * vc-arch.el (vc-arch-root):
13620 * window.el (window-body-height, pop-up-frames):
13621 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
13622 * progmodes/ada-stmt.el (ada-if):
13623 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
13624 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
13625 (ispell-encoding8-command, ispell-aspell-supports-utf8)
13626 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
13627
13628 * progmodes/flymake.el (flymake-post-syntax-check):
13629 Fix typo in error message.
13630
13631 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
13632
13633 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
13634 which is always a string. (Bug#5313)
13635
13636 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
13637
13638 * progmodes/ada-xref.el (ada-default-prj-properties):
13639 Simplify previous change.
13640
13641 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13642
13643 * progmodes/ada-xref.el (ada-default-prj-properties):
13644 Default ada_project_path to $ADA_PROJECT_PATH.
13645
13646 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13647
13648 * progmodes/ada-mode.el (ada-create-keymap):
13649 Override `narrow-to-defun' with `ada-narrow-to-defun'.
13650
13651 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13652
13653 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
13654 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
13655 (ada-get-current-indent, ada-imenu-generic-expression)
13656 (ada-which-function): Check for it.
13657
13658 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13659
13660 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
13661 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
13662
13663 2010-01-14 Glenn Morris <rgm@gnu.org>
13664
13665 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
13666
13667 2010-01-14 Kenichi Handa <handa@m17n.org>
13668
13669 * composite.el (auto-composition-mode): Make it a buffer local
13670 variable (permanent-local).
13671 (auto-composition-function): Set the default value to
13672 auto-compose-chars.
13673 (auto-composition-mode): Make it a simple function, not a minor mode.
13674 (global-auto-composition-mode): Likewise.
13675 (turn-on-auto-composition-if-enabled): Delete it.
13676
13677 2010-01-13 Karl Fogel <kfogel@red-bean.com>
13678
13679 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
13680
13681 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
13682
13683 * files.el (copy-directory): Compute target for recursive
13684 directories with identical names. (Bug#5343)
13685
13686 2010-01-12 Glenn Morris <rgm@gnu.org>
13687
13688 * mail/emacsbug.el (report-emacs-bug-pretest-address):
13689 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
13690
13691 2010-01-11 Sam Steingold <sds@gnu.org>
13692
13693 * imenu.el (imenu-default-create-index-function): Detect infinite
13694 loops caused by imenu-prev-index-position-function.
13695
13696 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
13697
13698 * htmlfontify.el (htmlfontify-load-rgb-file)
13699 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
13700 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
13701 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
13702 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
13703 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
13704 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
13705 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
13706 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
13707 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
13708 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
13709 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
13710 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
13711 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
13712 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
13713 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
13714 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
13715 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
13716 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
13717 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
13718 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
13719 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
13720 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
13721 backslash-quoting from parentheses, etc.
13722
13723 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
13724
13725 * progmodes/js.el: Autoload javascript-mode alias.
13726
13727 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
13728
13729 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
13730 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
13731 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
13732 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
13733 Fix typos in docstrings.
13734 (ffap-url-regexp): Doc fix.
13735 (ffap-at-mouse): Fix typo in message.
13736
13737 2010-01-11 Glenn Morris <rgm@gnu.org>
13738
13739 * version.el (emacs-copyright): Set copyright year to 2010.
13740
13741 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
13742
13743 * format.el (format-annotate-function): Only set
13744 write-region-post-annotation-function after running to-fn so as not to
13745 affect nested write-region calls (bug#5273).
13746
13747 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
13748
13749 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
13750 wisent/python.el.
13751
13752 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
13753
13754 * man.el (Man-goto-section): Signal error if the section is not
13755 found (Bug#5317).
13756
13757 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
13758
13759 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
13760 URLs with a leading triple slash in the file: scheme. (Bug#5345)
13761
13762 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
13763
13764 * progmodes/compile.el: Don't treat compile-command as safe if
13765 compilation-read-command might be nil (Bug#4218).
13766
13767 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
13768
13769 * startup.el (command-line-1): Use orig-argi to check for ignored X and
13770 NS options.
13771
13772 2010-01-08 Kenichi Handa <handa@m17n.org>
13773
13774 * international/fontset.el (build-default-fontset-data):
13775 Exclude characters in scripts kana, hangul, han, or cjk-misc.
13776
13777 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
13778
13779 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
13780 to `create-file-buffer' as it expects, not just a buffer name.
13781 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
13782 to help uniquify. (Bug#3224)
13783
13784 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
13785
13786 * font-setting.el (font-setting-change-default-font): Use user-spec
13787 instead of name.
13788
13789 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
13790
13791 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
13792
13793 2010-01-05 Tom Tromey <tromey@redhat.com>
13794
13795 * progmodes/python.el (python-font-lock-keywords):
13796 Handle qualified decorators (Bug#881).
13797
13798 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
13799
13800 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
13801 in a lightweight checkout.
13802
13803 2010-01-05 Kenichi Handa <handa@m17n.org>
13804
13805 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
13806
13807 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
13808
13809 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
13810
13811 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
13812
13813 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
13814 checkouts. (Bug#618)
13815 (vc-bzr-log-view-mode): Also highlight the author.
13816 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
13817 (vc-bzr-shelve-menu-map):
13818 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
13819 (vc-bzr-shelve-apply): Make prompt more explicit.
13820
13821 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
13822
13823 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
13824 They are valid characters in URL paths (rfc3986), and at least
13825 Firefox does not understand the encoded version (Bug#3166).
13826
13827 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
13828
13829 * progmodes/octave-mod.el (octave-end-keywords)
13830 (octave-block-begin-or-end-regexp, octave-block-match-alist):
13831 Add "end" keyword (Bug#3061).
13832 (octave-end-as-array-index-p): New function.
13833 (calculate-octave-indent): Use it.
13834
13835 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13836
13837 * bookmark.el: Consistently put the text property on the bookmark name.
13838 (bookmark-bmenu-marks-width): Bump back to 2, to include
13839 annotation marks.
13840 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
13841 property on the bookmark name, instead of not putting it at all.
13842 (bookmark-bmenu-list): Fix where we put the text property.
13843
13844 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13845
13846 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
13847 for showing buffer modified state (as added in the previous change).
13848
13849 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13850
13851 * bookmark.el: Show modified state of bookmark buffer more accurately.
13852 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
13853 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
13854 (with-buffer-modified-unmodified): New macro.
13855 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
13856 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
13857 Use new macro to preserve the buffer modified state.
13858
13859 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13860
13861 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
13862 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
13863 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
13864 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
13865 (bookmark-bmenu-rename, bookmark-bmenu-locate)
13866 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
13867 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
13868
13869 2010-01-02 Eli Zaretskii <eliz@gnu.org>
13870
13871 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13872 Make the lines in the generated doc string shorter. (Bug#4668)
13873
13874 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
13875
13876 * net/rcirc.el: Add follow-link binding (Bug#4738).
13877
13878 2010-01-02 Eli Zaretskii <eliz@gnu.org>
13879
13880 * Makefile.in (bzr-update): Rename from cvs-update.
13881 (cvs-update): New target for backward compatibility.
13882
13883 * makefile.w32-in (bzr-update): Rename from cvs-update.
13884 (cvs-update): New target for backward compatibility.
13885
13886 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13887
13888 * bookmark.el: Remove gratuitous gratitude.
13889
13890 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13891
13892 * bookmark.el (bookmark-bmenu-any-marks): New function.
13893 (bookmark-bmenu-save): Clear buffer modification if no marks.
13894
13895 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13896
13897 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
13898 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
13899 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
13900 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
13901
13902 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
13903 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
13904 To: emacs-devel {_AT_} gnu.org
13905 Subject: bookmark.el bug report
13906 Date: Mon, 28 Dec 2009 14:19:16 +0800
13907 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
13908
13909 2010-01-02 Karl Fogel <kfogel@red-bean.com>
13910
13911 * bookmark.el: Improvements suggested by Drew Adams:
13912 (bookmark-bmenu-ensure-position): New name for
13913 `bookmark-bmenu-check-position'. Just ensure the position,
13914 don't return any meaningful value.
13915 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
13916 New constants.
13917
13918 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
13919
13920 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
13921 (bookmark-yank-point, bookmark-bmenu-check-position):
13922 Fix typos in docstrings.
13923 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
13924 (bookmark-name-from-full-record, bookmark-get-position)
13925 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
13926 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
13927 Remove useless quoting of parenthesis, etc. in docstrings.
13928
13929 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
13930 (ediff-append-custom-diff): Fix typo in error message.
13931 (ediff-meta-mark-equal-files): Fix typos in messages.
13932
13933 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
13934
13935 * net/imap-hash.el (imap-hash-make): Doc fix.
13936 (imap-hash-test): Fix typo in error message; reflow docstring.
13937 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
13938 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
13939 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
13940 Fix typos in docstrings.
13941 (imap-hash-open-connection): Fix typo in error message.
13942
13943 * play/gomoku.el (gomoku): Fix typos in docstring.
13944
13945 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
13946 (gdb-jsonify-buffer): Fix typos in docstring.
13947 (gdb-goto-breakpoint): Fix typo in error message.
13948 ("Display Other Windows"): Fix typo in help message.
13949 (gdb-speedbar-expand-node): Fix typo in question.
13950
13951 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
13952 (idlwave-html-system-help-location, idlwave-html-help-location)
13953 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
13954 (idlwave-help-browser-generic-args, idlwave-help-directory)
13955 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
13956 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
13957 (idlwave-online-help, idlwave-help-html-link)
13958 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
13959 Fix typos in docstrings.
13960 (idlwave-help-with-source, idlwave-help-find-routine-definition):
13961 Reflow docstrings.
13962 (idlwave-help-assistant-start): Fix typo in error message.
13963
13964 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
13965 (octave-electric-space): Fix typos in docstrings.
13966
13967 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
13968
13969 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
13970
13971 2010-01-01 Juri Linkov <juri@jurta.org>
13972
13973 * comint.el (comint-input-ring-size): Make it a defcustom and
13974 increase the default to 500 (Bug#5148).
13975
13976 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
13977
13978 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
13979 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
13980 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
13981
13982 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
13983
13984 Show working revision correctly for mercurial.
13985 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
13986 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
13987
13988 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
13989
13990 Declare some functions for the byte-compiler.
13991 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
13992 (speedbar-timer-fn, speedbar-change-expand-button-char)
13993 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
13994
13995 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
13996
13997 This changeset reverts GDB Graphical Interface to use annotations.
13998 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
13999
14000 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
14001
14002 Make vc-dir work on subdirectories of the bzr root.
14003 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
14004 Return file names relative to it.
14005 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
14006 relative directory to vc-bzr-after-dir-status.
14007
14008 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
14009
14010 * font-lock.el (font-lock-refresh-defaults): New function, which
14011 can be used to let font-lock react to external changes in
14012 variables like font-lock-defaults and keywords.
14013 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
14014
14015 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
14016
14017 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
14018
14019 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
14020
14021 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
14022
14023 Supersede color.diff settings in git log (bug#5211).
14024
14025 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
14026 escape chars in its output when the user has color.diff set to `always'.
14027 This fix works on git 1.4.2 and newer (released on 2006-08-13).
14028
14029 2009-12-26 Kevin Ryde <user42@zip.com.au>
14030
14031 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
14032 node. Keep previous "Index" name to work with past coreutils too.
14033
14034 * man.el (man): Revise docstring a bit to show -a and -l as
14035 examples. Add -k description since support for it has otherwise
14036 been a secret. (Further to bug#3717.)
14037 (Man-bgproc-sentinel): When "-k foo" produces no output show error
14038 "no matches" rather than "Can't find manpage", as the latter reads
14039 like -k was interpreted as a page name, which is not so. (Bug#5431)
14040
14041 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
14042
14043 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
14044 switches. Check also for //SUBDIRED// line.
14045
14046 2009-12-25 Kenichi Handa <handa@m17n.org>
14047
14048 * language/indian.el (devanagari-composable-pattern): Fix to
14049 handle ZWNJ and ZWJ. Use it in composition-function-table for
14050 Devanagari.
14051 (malayalam-composable-pattern): Fix previous change.
14052
14053 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14054
14055 * ps-print.el (ps-face-attributes): It was not returning the
14056 attribute face for faces specified as string. Reported by harven
14057 <harven@free.fr>. (Bug#5254)
14058 (ps-print-version): New version 7.3.5.
14059
14060 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
14061
14062 * calendar/icalendar.el (icalendar--convert-tz-offset):
14063 Fix timezone names.
14064 (icalendar--convert-tz-offset): Fix the "last-day-problem".
14065 (icalendar--add-diary-entry): Remove the trailing blank that
14066 diary-make-entry inserts.
14067
14068 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
14069
14070 Make `file-expand-wildcards' work for remote files.
14071
14072 * files.el (file-expand-wildcards): In case of remote files, check
14073 only local file name part for wildcards. Provide feature 'files
14074 and subfeature 'remote-wildcards. (Bug#5198)
14075
14076 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
14077 if there is already an established connection.
14078 (tramp-advice-file-expand-wildcards): Remove it.
14079
14080 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
14081 (tramp-advice-file-expand-wildcards): Move from tramp.el.
14082 Activate advice for older GNU Emacs versions. (Bug#5237)
14083
14084 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
14085
14086 Some doc fixes (more needed).
14087
14088 * find-cmd.el (find-constituents): Reflow docstring.
14089 (find-cmd, find-prune, find-command): Fix typos in docstrings.
14090 (find-generic): Doc fix.
14091
14092 2009-12-17 Juri Linkov <juri@jurta.org>
14093
14094 Fix regression from 23.1 to allow multiple modes in Local Variables.
14095
14096 * files.el (hack-local-variables-filter): While ignoring duplicates,
14097 don't take `mode' into account.
14098 (hack-local-variables-filter, hack-dir-local-variables):
14099 Don't remove duplicate `mode' from local-variables-alist (like `eval').
14100
14101 2009-12-17 Juri Linkov <juri@jurta.org>
14102
14103 Make `dired-diff' safer. (Bug#5225)
14104
14105 * dired-aux.el (dired-diff): Signal an error when `file' equals to
14106 `current' or when `file' is a directory of the `current' file.
14107
14108 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
14109
14110 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
14111 unconditionally preloaded files.
14112
14113 2009-12-16 Juri Linkov <juri@jurta.org>
14114
14115 Revert to old 23.1 logic of using the file at the mark as default.
14116 * dired-aux.el (dired-diff): Use the file at the mark as default
14117 if it's not the same as the current file, and the target dir is
14118 the current dir or the mark is active. Add the current file
14119 as the arg of `dired-dwim-target-defaults'. Use the default file
14120 in the prompt. (Bug#5225)
14121
14122 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
14123
14124 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
14125 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
14126 (tramp-check-for-regexp): Check also, when an echoing shell stops
14127 to echo sent commands.
14128
14129 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
14130
14131 * Makefile.in: Revert last change (Bug#5191).
14132
14133 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
14134
14135 * vc-hg.el (vc-hg-print-log): Fix argument order.
14136 (vc-hg-working-revision): Make sure the command is executed in a
14137 known environment so that we can parse the output. (Bug#4417)
14138
14139 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
14140
14141 * progmodes/python.el (python-symbol-completions): Remove text
14142 properties from symbol string before calling python-send-receive.
14143
14144 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
14145
14146 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
14147 when there are values for both file and line. (Bug#5060)
14148
14149 2009-12-14 Juri Linkov <juri@jurta.org>
14150
14151 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
14152 whitespace after the file name of the first line of unified format,
14153 because git-diff doesn't output whitespace and file modification time
14154 after the file name.
14155
14156 2009-12-14 David Kastrup <dak@gnu.org>
14157
14158 * info.el (Info-hide-cookies-node): Before hiding a cookie,
14159 check if it already has the `display' property added by
14160 `Info-display-images-node', and not put the `invisible' property
14161 in this case.
14162
14163 2009-12-13 Glenn Morris <rgm@gnu.org>
14164
14165 * mail/emacsbug.el (message-sort-headers): Define for compiler.
14166 (report-emacs-bug): In message-mode, sort manually before storing
14167 original report text. (Bug#5178)
14168 Remove superfluous save-excursion.
14169
14170 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
14171
14172 * net/dbus.el (dbus-property-handler): Filter lambda forms out
14173 when responding to "GetAll" properties.
14174
14175 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
14176
14177 * simple.el (compose-mail): Remove mail-setup-with-from from
14178 customization checks.
14179
14180 2009-12-12 Eli Zaretskii <eliz@gnu.org>
14181
14182 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
14183 RAR archives created on Unix systems.
14184
14185 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
14186
14187 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
14188 the varalias that was accidentally removed by the 2009-11-19 change
14189 (bug#5186).
14190
14191 2009-12-12 Kenichi Handa <handa@m17n.org>
14192
14193 * language/indian.el (indian-compose-regexp): New function.
14194 (malayalam-composable-pattern): Fix the pattern.
14195 (composition-function-table): Set malayalam-composable-pattern for
14196 Malayalam characters.
14197
14198 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
14199
14200 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
14201 rather than down-mouse-1, based on follow-link conventions.
14202
14203 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
14204 are compiled.
14205
14206 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
14207
14208 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
14209 (verilog-vmm-statement-re, verilog-ovm-statement-re)
14210 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
14211 (verilog-leap-to-head, verilog-backward-token):
14212 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
14213
14214 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
14215
14216 * progmodes/verilog-mode.el (verilog-auto-lineup)
14217 (verilog-nameable-item-re): Cleanup user-visible spelling and
14218 documentation errors. One reported by Gary Delp.
14219 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
14220 (verilog-read-decls): Fix AUTOWIRE with types declared in a
14221 package, bug195. Reported by Pierre-David Pfister.
14222
14223 2009-12-11 Glenn Morris <rgm@gnu.org>
14224
14225 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
14226
14227 * mail/emacsbug.el: No longer require sendmail.
14228 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
14229 (report-emacs-bug-orig-text): Doc fix.
14230 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
14231 New local variables, to adapt to different mail-user-agents.
14232 (report-emacs-bug): Fix test for a gnu.org address.
14233 Use overlays for emphasis, since font-lock defeats 'face property.
14234 Pretest bugs also end up at the newsgroup these days.
14235 Stop message-mode stripping text properties.
14236 Set and use the new buffer-local variables.
14237 (report-emacs-bug-hook): Add doc-string.
14238 Remove some unnecessary save-excursions and simplify.
14239 Use the appropriate hook and send-command.
14240
14241 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
14242 capitalization of some menu entries.
14243
14244 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14245
14246 * whitespace.el (whitespace-display-char-on):
14247 Ensure `buffer-display-table' is unique when two or more windows are
14248 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
14249 New version 12.1.
14250
14251 2009-12-10 Eli Zaretskii <eliz@gnu.org>
14252
14253 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
14254 characters in the Attribute field.
14255
14256 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
14257
14258 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
14259
14260 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
14261
14262 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
14263 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
14264 Disregard autoload-excludes.
14265 (update-directory-autoloads): Obey autoload-excludes here instead.
14266 But don't store its contents in no-autoloads and remove entries that
14267 refer to excludes files.
14268
14269 2009-12-10 Glenn Morris <rgm@gnu.org>
14270
14271 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
14272 (expand-mail-aliases): Define for compiler.
14273
14274 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
14275 Define for compiler.
14276
14277 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
14278 appropriate for the mail-user-agent in use.
14279
14280 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
14281
14282 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
14283
14284 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
14285
14286 Fix short log parsing and fontification.
14287 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
14288 Fix fontification for the [merge] label.
14289
14290 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
14291
14292 Drop some properties to avoid surprises (bug#5002).
14293 * htmlfontify.el (hfy-ignored-properties): New defcustom.
14294 (hfy-fontify-buffer): Use it.
14295
14296 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
14297
14298 Minor cleanup.
14299 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
14300 Adjust all callers.
14301 (ffap-locate-file): Remove unused arg `dir-ok' and make other
14302 args compulsory. Adjust callers.
14303 (ffap-gopher-at-point): Remove unused var `name'.
14304
14305 Get rid of the ELCFILES abomination.
14306 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
14307 (compile-elcfiles): New phony target.
14308 (compile-main): Compute ELCFILES dynamically.
14309 (compile-clean): New target to remove left-over elc files.
14310 (compile, all): Use it.
14311
14312 2009-12-09 Kenichi Handa <handa@etlken>
14313
14314 * international/mule-diag.el: Require help-mode instead of help-fns.
14315
14316 2009-12-09 Kenichi Handa <handa@m17n.org>
14317
14318 * international/mule-cmds.el (ucs-names): Supply sufficiently
14319 fine ranges instead of pre-calculating accurate ranges.
14320 Iterate with bigger gc-cons-threshold.
14321
14322 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
14323
14324 Add support for stashing a snapshot of the current tree.
14325 * vc-git.el (vc-git-stash-snapshot): New function.
14326 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
14327
14328 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
14329
14330 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
14331 instead of `(beginning|end)-of-line'.
14332
14333 2009-12-08 Glenn Morris <rgm@gnu.org>
14334
14335 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
14336
14337 * Makefile.in (ELCFILES): Regenerate.
14338
14339 2009-12-07 Juri Linkov <juri@jurta.org>
14340
14341 Don't lazy-highlight the comint output in history Isearch mode.
14342
14343 * comint.el (comint-history-isearch-search): Instead of
14344 `comint-line-beginning-position', use `comint-after-pmark-p'
14345 to check if point if before the process mark, and go to
14346 `process-mark' in this case.
14347
14348 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14349
14350 * textmodes/tex-mode.el (latex-complete)
14351 (latex-indent-or-complete): Remove.
14352 (latex-mode): Set completion-at-point-functions instead.
14353
14354 Provide a standard completion command and hook it into TAB.
14355 * minibuffer.el (completion-at-point-functions): New var.
14356 (completion-at-point): New command.
14357 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
14358 * progmodes/python.el (python-mode-map): Use completion-at-point.
14359 (python-completion-at-point): Rename from python-partial-symbol and
14360 adjust for use in completion-at-point-functions.
14361 (python-mode): Setup completion-at-point for Python completion.
14362 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
14363 extracted from lisp-complete-symbol.
14364 (lisp-complete-symbol): Use it.
14365 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
14366 setup completion-at-point for Elisp completion.
14367 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14368 Use completion-at-point.
14369 * ielm.el (ielm-map): Use completion-at-point.
14370 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
14371 * progmodes/sym-comp.el: Move to...
14372 * obsolete/sym-comp.el: Move from progmodes.
14373
14374 2009-12-07 Eli Zaretskii <eliz@gnu.org>
14375
14376 Prevent save-buffer in Rmail buffers from using the coding-system
14377 of the current message, and from clobbering the encoding mnemonics
14378 in the mode line (Bug#4623).
14379
14380 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
14381 flag, too.
14382 (rmail-message-encoding): New variable.
14383 (rmail-write-region-annotate): Record the encoding of the current
14384 message in rmail-message-encoding.
14385 (rmail-after-save-hook): New function, restores the encoding of
14386 the current message after the message collection is saved.
14387
14388 2009-12-07 Juri Linkov <juri@jurta.org>
14389
14390 * progmodes/grep.el (grep-read-files): Use `completing-read'
14391 instead of `read-string'. Set its `collection' arg to
14392 `read-file-name-internal'. (Bug#4301)
14393
14394 2009-12-07 Juri Linkov <juri@jurta.org>
14395
14396 Correctly restore original Isearch point. (Bug#4994)
14397
14398 * isearch.el (isearch-mode): Move `isearch-push-state' after
14399 `(run-hooks 'isearch-mode-hook)'.
14400 (isearch-cancel): When `isearch-push-state-function' is defined,
14401 let-bind `isearch-cmds' to the first state (the last element of
14402 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
14403 function and restores the original point). Otherwise, move point
14404 to `isearch-opoint'.
14405
14406 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14407
14408 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
14409 chars that don't have names, so the table can be built much faster at
14410 run-time.
14411
14412 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
14413
14414 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
14415 change. Suggested by David Kastrup.
14416
14417 * simple.el (compose-mail): Check for incompatibilities and warn.
14418 (compose-mail-user-agent-warnings): New option.
14419
14420 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14421
14422 Support showing a single log entry from vc-annotate.
14423 * vc.el (print-log): Add a new argument: START-REVISION.
14424 (vc-print-log-internal): Add a new optional argument and
14425 pass it to the backend.
14426 (vc-print-log, vc-print-root-log): Adjust callers.
14427 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
14428 buffer already displays the requested log entry, use it.
14429 Otherwise display only the log entry in question.
14430 * vc-svn.el (vc-svn-print-log):
14431 * vc-mtn.el (vc-mtn-print-log):
14432 * vc-hg.el (vc-hg-state):
14433 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
14434 (vc-git-show-log-entry): Return t on success.
14435 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
14436 (vc-bzr-show-log-entry): Return t on success.
14437 * vc-rcs.el (vc-rcs-print-log):
14438 * vc-sccs.el (vc-sccs-print-log):
14439 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
14440
14441 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14442
14443 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
14444 Add menus to the meta mode. (Bug#5043)
14445
14446 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
14447
14448 * ediff-init.el (ediff-event-key): Use event-to-character instead of
14449 event-key.
14450
14451 * ediff.el (ediff-buffers-internal): Add unwind-protect.
14452
14453 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
14454
14455 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
14456 Berbain <raphael.berbain@gmail.com>.
14457
14458 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
14459 characters.
14460 (tramp-initial-end-of-output): New defconst.
14461 (tramp-methods, tramp-find-shell)
14462 (tramp-open-connection-setup-interactive-shell)
14463 (tramp-maybe-open-connection): Use it.
14464 (tramp-shell-prompt-pattern, tramp-wait-for-output):
14465 Handle existence of `#' and `$'.
14466
14467 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
14468 Use `tramp-initial-end-of-output'.
14469
14470 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14471
14472 Get the background mode from the terminal for xterm, and set
14473 faces accordingly.
14474 * term/xterm.el (xterm-set-background-mode): New function.
14475 (terminal-init-xterm): Use it in case xterm supports background
14476 color queries. Recompute faces after getting the background
14477 color.
14478
14479 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
14480
14481 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
14482 number comment back on its own line, for easier parsing.
14483
14484 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14485
14486 Make it work for non-file buffers (bug#5102).
14487 * doc-view.el (doc-view-current-cache-dir):
14488 Use doc-view-buffer-file-name rather than buffer-file-name.
14489 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
14490
14491 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
14492
14493 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
14494 author field is too short.
14495
14496 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
14497
14498 * vc-git.el (vc-git-print-log): Handle a limit argument.
14499 Display the short log in graph form and with labels.
14500 (vc-git-log-view-mode): Handle labels.
14501
14502 Make vc-revert change VC state from 'added to 'unregistered.
14503 * vc-git.el (vc-git-revert): Call git reset first.
14504
14505 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
14506
14507 * net/newst-backend.el, net/newst-plainview.el:
14508 * net/newst-reader.el, net/newst-ticker.el:
14509 * net/newst-treeview.el, net/newsticker.el:
14510 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
14511
14512 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
14513
14514 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
14515
14516 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
14517 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
14518 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
14519 Update annotation regexp.
14520
14521 * simple.el (beginning-of-visual-line): Constrain to field
14522 boundaries (Bug#5106).
14523
14524 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
14525
14526 * xml.el (xml-substitute-numeric-entities):
14527 Move newsticker--decode-numeric-entities in newst-backend.el to
14528 xml-substitute-numeric-entities in xml.el. (Bug#5008)
14529 * net/newst-backend.el (newsticker--parse-generic-feed)
14530 (newsticker--parse-generic-items)
14531 (newsticker--decode-numeric-entities):
14532 Move newsticker--decode-numeric-entities in newst-backend.el to
14533 xml-substitute-numeric-entities in xml.el. (Bug#5008)
14534
14535 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
14536
14537 * progmodes/js.el (js--js-not): Add null to the list of values.
14538
14539 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
14540
14541 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
14542
14543 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14544
14545 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
14546 delimiter if it is at the end of the current line.
14547 (bibtex-generate-url-list): Fix docstring.
14548
14549 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
14550
14551 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
14552 minibuffer's content with itself.
14553 Fold the confirm-after-completion case into the `confirm' case.
14554 (completion-pcm-word-delimiters): Add : and / to the delimiters.
14555
14556 2009-12-06 Kevin Ryde <user42@zip.com.au>
14557
14558 * ffap.el (ffap-rfc-path): Make this a defcustom since
14559 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
14560
14561 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
14562 manuals, similar to existing setup for help-mode. (Bug#3913.)
14563
14564 2009-12-05 Juri Linkov <juri@jurta.org>
14565
14566 Save and restore dired buffer's point positions too. (Bug#4880)
14567
14568 * dired.el (dired-save-positions): Return in the first element
14569 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
14570 Doc fix.
14571 (dired-restore-positions): First restore buffer's position.
14572 While restoring window's positions, check if window still displays
14573 the original buffer.
14574
14575 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
14576
14577 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
14578 if possible.
14579
14580 * shell.el (shell): Require ansi-color (Bug#5113).
14581
14582 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
14583
14584 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
14585
14586 2009-12-05 Alan Mackenzie <acm@muc.de>
14587
14588 * progmodes/cc-mode.el (c-before-hack-hook)
14589 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
14590 `c-file-style' to work again. This reversion restores the current
14591 software to its state in Emacs 23.1. (Bug#4146)
14592
14593 2009-12-05 Kevin Ryde <user42@zip.com.au>
14594
14595 * textmodes/sgml-mode.el (sgml-lexical-context):
14596 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
14597
14598 2009-12-05 Juri Linkov <juri@jurta.org>
14599
14600 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
14601 for virtual nodes. (Bug#4147)
14602 (Info-find-node-2): Set `Info-current-node-virtual' to nil
14603 when moving from a virtual node.
14604 (Info-mode-menu): Add `Info-virtual-index' to the menu.
14605 (Info-mode): Add `Info-virtual-index' to the docstring.
14606
14607 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14608
14609 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
14610 track of the buffer position of the end of a BibTeX entry as this
14611 position may change during reformatting.
14612 (bibtex-format-entry): Remove whitespace before processing
14613 numerical fields so that we recognize the latter properly.
14614 (bibtex-reformat): Do not use push which changes the global value
14615 of bibtex-entry-format.
14616 (bibtex-field-braces-alist, bibtex-field-strings-alist)
14617 (bibtex-field-re-init): Replace only space characters by regexp
14618 for whitespace.
14619 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
14620 (bibtex-initialize): Also update bibtex-strings.
14621 (bibtex-kill-field): Preserve white space at end of entry.
14622 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
14623 Update bibtex-reference-keys.
14624
14625 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
14626
14627 * minibuffer.el (completion-pcm--merge-try): Also consider placing
14628 point after a star, if that's the only place where modifications can
14629 make progress.
14630
14631 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
14632
14633 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
14634 in docstrings.
14635
14636 2009-12-04 Juri Linkov <juri@jurta.org>
14637
14638 * proced.el (proced): Call `(proced-update t)' to update process
14639 information instead of only running proced-post-display-hook.
14640 (proced-send-signal): Add a leading space to the buffer name
14641 " *Marked Processes*" to make this buffer ephemeral.
14642
14643 2009-12-04 Juri Linkov <juri@jurta.org>
14644
14645 * dired.el (dired-auto-revert-buffer): New defcustom.
14646 (dired-internal-noselect): Use it.
14647
14648 2009-12-04 Juri Linkov <juri@jurta.org>
14649
14650 Change roles of modes and functions in image-mode.el (Bug#5062).
14651
14652 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
14653 in `auto-mode-alist'.
14654 (image-mode-previous-major-mode): New variable.
14655 (image-minor-mode-map): Rename from `image-mode-text-map'.
14656 (image-mode): Move graceful error-handling code from
14657 `image-minor-mode' to here. On errors call `image-mode-as-text'.
14658 (image-minor-mode): Remove all image-handling code.
14659 Replace `image-mode-text-map' with `image-minor-mode-map'.
14660 Check for `image-type' in mode-line format string.
14661 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
14662 (image-mode-as-text): New function with most code from
14663 `image-mode-maybe'.
14664 (image-toggle-display-text): Move code that removes image
14665 properties from `image-toggle-display' to here.
14666 (image-toggle-display-image): New function with code that adds
14667 image properties copied from `image-toggle-display'.
14668 (image-toggle-display): Remove most code with leaving only code
14669 that toggles between `image-mode-as-text' and `image-mode'.
14670
14671 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
14672
14673 * net/newst-treeview.el
14674 (newsticker--treeview-list-highlight-start): Restored call to
14675 save-excursion: Selected item was stuck.
14676 (newsticker--treeview-list-select): New.
14677 (newsticker--treeview-item-show-text)
14678 (newsticker--treeview-item-show)
14679 (newsticker--treeview-item-update): Use new
14680 newsticker-treeview-item-mode.
14681 (newsticker-treeview-update): Keep current item.
14682 (newsticker-treeview-next-new-or-immortal-item): Doc change.
14683 (newsticker--treeview-first-feed): Doc change.
14684 (newsticker-treeview-list-menu)
14685 (newsticker-treeview-item-menu): Add menu entries.
14686 (newsticker-treeview-item-mode): New.
14687
14688 * net/newst-backend.el (newsticker-customize): Delete other
14689 windows.
14690
14691 2009-12-04 Sam Steingold <sds@gnu.org>
14692
14693 * log-view.el (log-view-mode-map): "q" calls quit-window,
14694 like in all the other non-self-insert buffers.
14695
14696 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
14697
14698 Minor cleanup.
14699 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
14700 key decoding rather than do it manually via last-input-event +
14701 ascii-character.
14702 (term-exec): Use delete-and-extract-region.
14703 (term-handle-ansi-terminal-messages): Remove unused var `end'.
14704 (term-process-pager): Remove unused var `i'.
14705 (term-dynamic-simple-complete): Make obsolete.
14706 (serial-update-config-menu): Remove unused vars `y' and `str'.
14707 (term-update-mode-line): Remove unused var `temp'.
14708
14709 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14710
14711 Limit the number of log entries displayed by default.
14712 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
14713 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
14714 using a prefix argument.
14715
14716 2009-12-03 Glenn Morris <rgm@gnu.org>
14717
14718 * progmodes/idlwave.el (class): Restore still useful declaration.
14719
14720 2009-12-03 Alan Mackenzie <acm@muc.de>
14721
14722 Enhance `c-parse-state' to run efficiently in "brace deserts".
14723
14724 * progmodes/cc-mode.el (c-basic-common-init):
14725 Call c-state-cache-init.
14726 (c-neutralize-syntax-in-and-mark-CPP): Rename from
14727 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
14728 placing `category' properties value 'c-cpp-delimiter at its boundaries.
14729
14730 * progmodes/cc-langs.el (c-before-font-lock-function):
14731 c-extend-and-neutralize-syntax-in-CPP has been renamed
14732 c-neutralize-syntax-in-and-mark-CPP.
14733
14734 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
14735 with `category' properties now, not `syntax-table' ones.
14736
14737 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
14738 enhanced (but slower) version of c-end-of-macro that won't land
14739 inside a literal or on another awkward character.
14740 (c-state-cache-too-far, c-state-cache-start)
14741 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
14742 (c-state-nonlit-pos-cache-limit, c-state-point-min)
14743 (c-state-point-min-lit-type, c-state-point-min-lit-start)
14744 (c-state-min-scan-pos, c-state-brace-pair-desert)
14745 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
14746 buffer local variables.
14747 (c-state-literal-at, c-state-lit-beg)
14748 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
14749 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
14750 (c-state-cache-top-paren, c-state-cache-after-top-paren)
14751 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
14752 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
14753 (c-renarrow-state-cache)
14754 (c-append-lower-brace-pair-to-state-cache)
14755 (c-state-push-any-brace-pair, c-append-to-state-cache)
14756 (c-remove-stale-state-cache)
14757 (c-remove-stale-state-cache-backwards, c-state-cache-init)
14758 (c-invalidate-state-cache-1, c-parse-state-1)
14759 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
14760 (c-parse-state): Enhance and refactor.
14761 (c-debug-parse-state): Amend to deal with all the new variables.
14762
14763 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
14764 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
14765 modify to use category text properties rather than syntax-table ones.
14766 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
14767 to switch off/on the syntactic paren property of C++ template
14768 delimiters using the category property.
14769 (c-with-<->-as-parens-suppressed): Macro to invoke code with
14770 template delims suppressed.
14771 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
14772 New constant/macros which apply category properties to the start
14773 and end of preprocessor constructs.
14774 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
14775 "comment out" the syntactic value of characters in preprocessor
14776 constructs.
14777 (c-with-cpps-commented-out)
14778 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
14779 with characters in all or all but one preprocessor constructs
14780 "commented out".
14781
14782 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14783
14784 * proced.el (proced-filter-alist): Use regexp-quote.
14785
14786 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
14787
14788 Cleanup.
14789 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
14790 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
14791 arguments. Expand `default-directory'.
14792
14793 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
14794 the benefit of returning an expanded localname.
14795 (tramp-tramp-file-p): Handle the case NAME is not a string.
14796
14797 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14798
14799 Add support for bzr shelve/unshelve.
14800 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
14801 (vc-bzr-extra-menu-map): New variables.
14802 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
14803 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
14804 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
14805 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
14806 (vc-bzr-dir-extra-headers): Display shelves.
14807
14808 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
14809
14810 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14811
14812 * textmodes/bibtex.el (bibtex-complete-internal):
14813 Use completion-in-region.
14814 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
14815
14816 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14817
14818 Support applying stashes. Improve UI.
14819 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
14820 (vc-git-stash-apply, vc-git-stash-pop)
14821 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
14822 (vc-git-stash-menu): New functions.
14823 (vc-git-stash-menu-map): New variable.
14824 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
14825
14826 2009-12-03 Glenn Morris <rgm@gnu.org>
14827
14828 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
14829 (vc-print-log-internal): Fix previous change.
14830 (vc-revert): Correct pluralization.
14831
14832 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14833
14834 * progmodes/make-mode.el (makefile-special-targets-list): No need for
14835 it to be an alist any more.
14836 (makefile-complete): Use completion-in-region.
14837
14838 * progmodes/octave-mod.el (octave-complete-symbol):
14839 Use completion-in-region.
14840
14841 Misc cleanup.
14842 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
14843 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
14844 (idlwave-complete-class): Don't quote lambda.
14845 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
14846 (idlwave-mode-map): Move initialization into declaration.
14847 (idlwave-action-and-binding): Use backquotes.
14848 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
14849 Simplify.
14850 (idlwave-is-pointer-dereference): Remove unused var `pos'.
14851 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
14852 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
14853 `parts', and `all-parts'.
14854 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
14855 (idlwave-convert-xml-system-routine-info): Remove unused string
14856 `version-string'.
14857 (idlwave-display-user-catalog-widget): Use dolist.
14858 (idlwave-scanning-lib): Declare dynamically-scoped var.
14859 (idlwave-scan-library-catalogs): Remove unused var `flags'.
14860 (completion-highlight-first-word-only): Declare to silence bytecomp.
14861 (idlwave-popup-select): Tighten scope of `resp'.
14862 (idlwave-find-struct-tag): Remove unused var `beg'.
14863 (idlwave-after-load-rinfo-hook): Declare.
14864 (idlwave-sintern-class-info): Remove unused var `taglist'.
14865 (idlwave-find-class-definition): Remove unused var `list'.
14866 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
14867 (idlwave-what-module-find-class): Remove unused var `classes'.
14868
14869 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
14870
14871 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
14872
14873 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14874
14875 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
14876 buffers visited. Remove redundant current-buffer-saving.
14877
14878 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
14879
14880 Use completion-in-buffer and remove uses of dynamic scoping.
14881 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
14882 (pascal-buffer-to-use, pascal-flag): Don't declare.
14883 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
14884 (pascal-get-completion-decl, pascal-keyword-completion):
14885 Add `pascal-str' argument, save-excursion,
14886 return the found completions, and don't filter with pascal-pred.
14887 (pascal-completion-cache): New var.
14888 (pascal-completion): Don't switch buffer any more (it was never
14889 necessary). Don't save-excursion any more (it's done by the called
14890 subroutines). Use a cache to avoid redundant computations.
14891 Use complete-with-action rather than pascal-completion-response and
14892 let it apply the predicate as well.
14893 (pascal-complete-word): Use completion-in-buffer when
14894 pascal-toggle-completions is nil.
14895 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
14896 not used any more.
14897 (pascal-comp-defun): Don't change buffer any more.
14898 Use complete-with-action rather than pascal-completion-response and
14899 let it apply the predicate as well.
14900 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
14901 when neded.
14902
14903 2009-12-02 Kenichi Handa <handa@m17n.org>
14904
14905 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
14906 shape for all Indic scripts.
14907
14908 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
14909
14910 Use completion-in-buffer.
14911 * wid-edit.el (widget-field-text-end): New function.
14912 (widget-field-value-get): Use it.
14913 (widget-string-complete, widget-file-complete)
14914 (widget-color-complete): Use it and completion-in-region.
14915 (widget-complete): Don't narrow the buffer.
14916
14917 2009-12-02 Glenn Morris <rgm@gnu.org>
14918
14919 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
14920 (rmail-select-summary): Use rmail-pop-to-buffer.
14921 * mail/rmailsum.el: Replace all pop-to-buffer calls with
14922 rmail-pop-to-buffer, to prevent horizontal splits.
14923
14924 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
14925 save-excursion with save-current-buffer.
14926 Widen before searching. (Bug#5093)
14927 (diary-list-sexp-entries): Remove superfluous save-excursion.
14928
14929 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
14930
14931 * woman.el (woman-make-bufname): Handle man-pages with "." in the
14932 name. (Bug#5038)
14933
14934 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
14935
14936 * ido.el (ido-file-internal): Handle filenames at point that do
14937 not have a directory part. (Bug#5049)
14938
14939 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
14940
14941 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
14942 (mpc-songs-jump-to, mpc-resume): Doc fixes.
14943
14944 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
14945
14946 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
14947 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
14948 any more.
14949
14950 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
14951
14952 * comint.el (comint-insert-input): Ignore clicks to the right of
14953 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
14954
14955 * vc.el (vc-print-log-internal): Don't wait for the process to
14956 terminate before setting up the major mode.
14957
14958 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
14959 in case.
14960
14961 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
14962 the last element.
14963
14964 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
14965
14966 2009-12-01 Glenn Morris <rgm@gnu.org>
14967
14968 * window.el (window--display-buffer-2): Fix previous changes.
14969
14970 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
14971
14972 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
14973
14974 2009-12-01 Glenn Morris <rgm@gnu.org>
14975
14976 * Makefile.in (ELCFILES): Add mpc.elc.
14977
14978 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
14979
14980 * mpc.el: New file.
14981
14982 2009-12-01 Glenn Morris <rgm@gnu.org>
14983
14984 * window.el (window-to-use): Define for compiler.
14985
14986 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
14987 consistent with others (no final period).
14988
14989 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
14990 (rmail-mime-show): Downcase the encoding. (Bug#5070)
14991
14992 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
14993
14994 Make vc-print-log buttons work.
14995 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
14996
14997 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
14998
14999 * savehist.el (savehist-autosave-interval): Allow setting to nil
15000 through customize. (Bug#5056)
15001
15002 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
15003
15004 Fix references to jit-lock properties.
15005 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15006 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
15007 (perl-font-lock-special-syntactic-constructs):
15008 Quote jit-lock-defer-multiline property.
15009
15010 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
15011
15012 * vc-git.el (vc-git-registered): Call vc-git-root only once.
15013
15014 2009-11-30 Juri Linkov <juri@jurta.org>
15015
15016 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
15017 value `buffer' of `multi-isearch-next-buffer-current-function'.
15018 Use `(current-buffer)' when `buffer' is nil.
15019 (multi-isearch-next-buffer-from-list): Don't fallback to
15020 `(current-buffer)' when `buffer' is nil. (Bug#4947)
15021
15022 2009-11-30 Juri Linkov <juri@jurta.org>
15023
15024 * misearch.el (multi-isearch-read-buffers): Move canonicalization
15025 of buffers with `get-buffer' to `multi-isearch-buffers'.
15026 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15027 Canonicalize BUFFERS with `get-buffer'. Doc fix.
15028 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
15029 FILES with `expand-file-name' converting relative file names
15030 to absolute. Doc fix. (Bug#4727)
15031
15032 2009-11-30 Juri Linkov <juri@jurta.org>
15033
15034 * misearch.el (multi-isearch-read-buffers)
15035 (multi-isearch-read-matching-buffers): New functions.
15036 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15037 Use them in the `interactive' spec. Doc fix.
15038 (multi-isearch-read-files, multi-isearch-read-matching-files):
15039 New functions.
15040 (multi-isearch-files, multi-isearch-files-regexp):
15041 Use them in the `interactive' spec. Doc fix. (Bug#4725)
15042
15043 2009-11-30 Juri Linkov <juri@jurta.org>
15044
15045 * doc-view.el (doc-view-continuous):
15046 Rename from `doc-view-continuous-mode'.
15047 (doc-view-menu): Move "Toggle display" to the top.
15048 Add submenu "Continuous" with radio buttons "Off"/"On"
15049 and "Save as Default".
15050 (doc-view-scroll-up-or-next-page)
15051 (doc-view-scroll-down-or-previous-page)
15052 (doc-view-next-line-or-next-page)
15053 (doc-view-previous-line-or-previous-page):
15054 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
15055
15056 2009-11-30 Juri Linkov <juri@jurta.org>
15057
15058 * comint.el (comint-mode-map): Rebind `M-r' from
15059 `comint-previous-matching-input' to
15060 `comint-history-isearch-backward-regexp'.
15061 Unbind `M-s' to allow global key binding `M-s'.
15062 Add menu items for `comint-history-isearch-backward' and
15063 `comint-history-isearch-backward-regexp'. (Bug#3746)
15064
15065 2009-11-30 Juri Linkov <juri@jurta.org>
15066
15067 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
15068 For def=recenter, replace `recenter' with `recenter-top-bottom'
15069 that is called with `this-command' and `last-command' let-bound
15070 to `recenter-top-bottom'. When the last `def' was not `recenter',
15071 set `recenter-last-op' to nil. (Bug#4981)
15072
15073 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
15074
15075 Minor cleanup and simplification.
15076 * filecache.el (file-cache-add-directory)
15077 (file-cache-add-directory-recursively)
15078 (file-cache-add-from-file-cache-buffer)
15079 (file-cache-delete-file-regexp, file-cache-delete-directory)
15080 (file-cache-files-matching-internal, file-cache-display): Use dolist.
15081 (file-cache-temp-minibuffer-message): Delete function.
15082 (file-cache-minibuffer-complete): Use minibuffer-message instead.
15083
15084 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
15085 Don't signal an error when bumping into EOB in tr, s, or y.
15086
15087 2009-11-29 Juri Linkov <juri@jurta.org>
15088
15089 * startup.el (fancy-about-text): Fix wording of Guided Tour.
15090 (Bug#4960)
15091
15092 * descr-text.el (describe-char-unidata-list): Use lowercase name
15093 for "Unicode name" like in other tags.
15094
15095 2009-11-29 Juri Linkov <juri@jurta.org>
15096
15097 * ediff-util.el (ediff-minibuffer-with-setup-hook):
15098 New compatibility macro.
15099 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
15100
15101 2009-11-29 Juri Linkov <juri@jurta.org>
15102
15103 Add defcustom to define the cycling order of `recenter-top-bottom'.
15104 (Bug#4981)
15105
15106 * window.el (recenter-last-op): Doc fix.
15107 (recenter-positions): New defcustom.
15108 (recenter-top-bottom): Rewrite to use `recenter-positions'.
15109 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
15110
15111 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
15112
15113 Improve integration of Tramp and ange-ftp in eshell.
15114
15115 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
15116 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
15117 (eshell/sudo): Flatten args. Let-bind `default-directory'.
15118
15119 * eshell/esh-util.el (top): Require also Tramp when compiling.
15120 (eshell-directory-files-and-attributes): Check for FTP remote
15121 connection.
15122 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
15123 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
15124 (eshell-file-attributes): Handle ".". Return `entry'.
15125
15126 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
15127 (ange-ftp-directory-files-and-attributes)
15128 (ange-ftp-real-directory-files-and-attributes): New defuns.
15129
15130 * net/tramp.el (tramp-maybe-open-connection): Open the remote
15131 shell with "exec" when possible. This prevents trailing prompts
15132 in `start-file-process'.
15133
15134 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15135
15136 Try and remove assumptions about point-min==1.
15137 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
15138 (rng-compute-mode-line-string): Show the validation percentage in
15139 terms of the narrowed text, not the widened text.
15140 (rng-do-some-validation): Don't catch internal errors when debugging.
15141 (rng-first-error): Simplify.
15142 (rng-after-change-function): Remove work around. AFAIK the bug has
15143 been fixed a while ago.
15144
15145 * image-mode.el (image-minor-mode): Exit more gracefully when the image
15146 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
15147
15148 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
15149
15150 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
15151 `cd' doesn't always do it for us (bug#5067).
15152
15153 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
15154 on 2009-10-25 as part of some other change (bug#5067).
15155
15156 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15157
15158 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
15159 `suspicious'.
15160 (byte-compile-warnings): Use byte-compile-warning-types.
15161 (byte-compile-save-excursion): Warn about use of set-buffer right
15162 after save-excursion.
15163
15164 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
15165 the excursion as well.
15166
15167 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
15168
15169 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
15170 providing a Tramp related implementation of "su" and "sudo".
15171 (eshell-unix-initialize): Add "su" and "sudo".
15172
15173 2009-11-27 Daiki Ueno <ueno@unixuser.org>
15174
15175 * net/socks.el (socks-send-command): Convert binary request to
15176 unibyte before sending. This fixes mishandling of some port
15177 numbers such as 129.
15178
15179 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15180
15181 * help.el (describe-bindings-internal): Remove `interactive'.
15182
15183 * man.el (Man-completion-table): Trim a terminating "(".
15184 Remove the space between name page a section.
15185 Add the command's description on the `help-echo' property.
15186 Remove `process-connection-type' binding since it's unused by
15187 call-process.
15188 Provide completion for the "<section> <name>" format as well.
15189 (Man-default-man-entry): Remove spurious var shadowing the argument.
15190
15191 2009-11-26 Kevin Ryde <user42@zip.com.au>
15192
15193 * log-view.el: Add "Keywords: tools", since its other keywords
15194 aren't in finder-known-keywords, and following vc.el.
15195
15196 * sha1.el (sha1-string-external): default-directory "/" in case
15197 otherwise non-existent. process-connection-type pipe for touch of
15198 efficiency recommended by elisp manual. (An aside in Bug#3911.)
15199
15200 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15201
15202 Misc coding convention cleanups.
15203 * htmlfontify.el (hfy-init-kludge-hook): Rename from
15204 hfy-init-kludge-hooks.
15205 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
15206 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
15207 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
15208 and push.
15209 (hfy-slant, hfy-weight): Use tables rather than code.
15210 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
15211 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
15212 (hfy-face-attr-for-class): Initialize `face-spec' directly.
15213 (hfy-face-to-css): Remove `nconc' with single arg.
15214 (hfy-p-to-face-lennart): Use `or'.
15215 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
15216 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
15217 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
15218 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
15219 (hfy-force-fontification): Use run-hooks.
15220
15221 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
15222
15223 Various minor fixes.
15224 * htmlfontify.el (hfy-default-header): Add toggle_invis since
15225 Javascript belongs in the header, not the body.
15226 (hfy-javascript): Remove.
15227 (hfy-fontify-buffer): Don't insert it any more.
15228 (hfy-face-at): Handle (face0 face1 face2) style face properties.
15229 Fix bug in invis handling when there were no invis props in a chunk.
15230
15231 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15232
15233 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
15234
15235 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
15236
15237 * finder.el (finder-mode-map): Add a menu.
15238
15239 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
15240
15241 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
15242 "unsigned" structs.
15243
15244 (verilog-leap-to-head, verilog-backward-token): Handle "disable
15245 fork" statement better.
15246
15247 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
15248
15249 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
15250 (verilog-delete-auto, verilog-delete-empty-auto-pair)
15251 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
15252 Reported by Clay Douglass.
15253
15254 (verilog-auto-inst, verilog-auto-star-safe)
15255 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
15256 Fix removing "// Interfaces" when saving .* expansions.
15257 Reported by Pierre-David Pfister.
15258
15259 2009-11-26 Glenn Morris <rgm@gnu.org>
15260
15261 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
15262 the scope.
15263
15264 2009-11-25 Johan Bockgård <bojohan@gnu.org>
15265
15266 * vc-annotate.el (vc-annotate-revision-previous-to-line):
15267 Really use previous revision.
15268
15269 2009-11-25 Kevin Ryde <user42@zip.com.au>
15270
15271 * man.el (Man-completion-table): default-directory "/" in case
15272 doesn't otherwise exist. process-environment COLUMNS=999 so as
15273 not to truncate long names. process-connection-type pipe to avoid
15274 any chance of hitting the pseudo-tty TIOCGWINSZ.
15275 (man): completion-ignore-case t for friendliness and since man
15276 itself is case-insensitive on the command line.
15277 Further to Bug#3717.
15278
15279 * arc-mode.el: Add "Keywords: files", so the details in its
15280 commentary can be reached from finder-by-keyword.
15281 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
15282 editing mode, but it's comms related and sgml-mode.el has "comm"
15283 on that basis too.
15284 * textmodes/bibtex-style.el: Add "Keywords: tex".
15285 * international/isearch-x.el, international/ja-dic-cnv.el:
15286 * international/ja-dic-utl.el, international/kkc.el:
15287 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
15288
15289 2009-11-25 Juri Linkov <juri@jurta.org>
15290
15291 * man.el (Man-completion-table): Modify regexp to include
15292 section names to completion strings. (Bug#3717)
15293
15294 2009-11-25 Juri Linkov <juri@jurta.org>
15295
15296 Search recursively in gzipped files. (Bug#4982)
15297
15298 * progmodes/grep.el (grep-highlight-matches): Add new options
15299 `always' and `auto'. Doc fix.
15300 (grep-process-setup): Check `grep-highlight-matches' for
15301 `auto-detect' to determine the need to compute grep defaults.
15302 Move Windows/DOS specific --colors settings handling
15303 to `grep-compute-defaults'. Check `grep-highlight-matches'
15304 to get the value of "--color=".
15305 (grep-compute-defaults): Compute `grep-highlight-matches' when it
15306 has the value `auto-detect'. Move Windows/DOS specific settings
15307 from `grep-process-setup'.
15308 (zrgrep): New command with alias `rzgrep'.
15309
15310 2009-11-25 Juri Linkov <juri@jurta.org>
15311
15312 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
15313 to nil instead of switching off view-mode. (Bug#4896)
15314
15315 2009-11-25 Juri Linkov <juri@jurta.org>
15316
15317 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
15318
15319 * mwheel.el (mwheel-scroll-up-function)
15320 (mwheel-scroll-down-function): New defvars.
15321 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
15322 `scroll-up', and `mwheel-scroll-down-function' instead of
15323 `scroll-down'.
15324
15325 * doc-view.el (doc-view-scroll-up-or-next-page)
15326 (doc-view-scroll-down-or-previous-page): Add optional ARG.
15327 Use this ARG in the call to image-scroll-up/image-scroll-down.
15328 Change `interactive' spec to "P". Goto next/previous page only
15329 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
15330 SPC/DEL case). Doc fix.
15331 (doc-view-next-line-or-next-page)
15332 (doc-view-previous-line-or-previous-page): Rename arg to ARG
15333 for consistency.
15334 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
15335 `doc-view-scroll-up-or-next-page', and buffer-local
15336 `mwheel-scroll-down-function' to
15337 `doc-view-scroll-down-or-previous-page'.
15338
15339 2009-11-25 Juri Linkov <juri@jurta.org>
15340
15341 Provide additional default values (directories at other Dired
15342 windows) via M-n in the minibuffer of some Dired commands.
15343
15344 * dired-aux.el (dired-diff, dired-compare-directories)
15345 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
15346 `minibuffer-default' in `minibuffer-with-setup-hook'.
15347 (dired-dwim-target-directory): Find a window that displays Dired
15348 buffer instead of failing when the next window is not Dired.
15349 Use `get-window-with-predicate' to find for the next Dired window.
15350 (dired-dwim-target-defaults): New function.
15351
15352 * ediff-util.el (ediff-read-file-name):
15353 Use `dired-dwim-target-defaults' to set `minibuffer-default'
15354 in `minibuffer-with-setup-hook'.
15355
15356 2009-11-25 Juri Linkov <juri@jurta.org>
15357
15358 Provide additional default values (file name at point or at the
15359 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
15360
15361 * minibuffer.el (read-file-name-defaults): New function.
15362 (read-file-name): Reset `minibuffer-default' to nil when
15363 it duplicates initial input `insdef'.
15364 Bind `minibuffer-default-add-function' to lambda that
15365 calls `read-file-name-defaults' in `minibuffer-selected-window'.
15366 (minibuffer-insert-file-name-at-point): New command.
15367
15368 * files.el (file-name-at-point-functions): New defcustom.
15369 (find-file-default): Remove defvar.
15370 (find-file-read-args): Don't use `find-file-default'.
15371 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15372 to `read-file-name'.
15373 (find-file-literally): Use `read-file-name' with
15374 `confirm-nonexistent-file-or-buffer'.
15375
15376 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
15377
15378 * dired.el (dired-read-dir-and-switches):
15379 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15380 to `read-file-name'.
15381 (dired-file-name-at-point): New function.
15382 (dired-mode): Add hook `dired-file-name-at-point' to
15383 `file-name-at-point-functions'.
15384
15385 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15386
15387 Really make the *Completions* window soft-dedicated (bug#5030).
15388 * window.el (window--display-buffer-2): Add `dedicated' argument.
15389 (display-buffer): Pass it when needed so the dedicated flag is set
15390 after calling set-window-buffer, which would otherwise reset it.
15391
15392 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15393
15394 * progmodes/meta-mode.el (meta-complete-symbol):
15395 * progmodes/etags.el (complete-tag):
15396 * mail/mailabbrev.el (mail-abbrev-complete-alias):
15397 Use completion-in-region.
15398
15399 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
15400 (dabbrev-completion): Use completion-in-region.
15401 (dabbrev--abbrev-at-point): Simplify regexp.
15402
15403 * abbrev.el (abbrev--before-point): Use word-motion functions
15404 if :regexp is not specified (bug#5031).
15405
15406 * subr.el (string-prefix-p): New function.
15407
15408 * man.el (Man-completion-cache): New var.
15409 (Man-completion-table): Use it.
15410
15411 * vc.el (vc-print-log-internal): Make `limit' optional for better
15412 compatibility (e.g. with vc-annotate.el).
15413
15414 2009-11-24 Kevin Ryde <user42@zip.com.au>
15415
15416 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
15417 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
15418
15419 * emacs-lisp/elint.el (elint-add-required-env): Better error message
15420 when .el source file not found or other error.
15421
15422 2009-11-24 Markus Triska <markus.triska@gmx.at>
15423
15424 * linum.el (linum-update-window): Ignore intangible (bug#4996).
15425
15426 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15427
15428 Handle the [back] button properly (bug#4979).
15429 * descr-text.el (describe-text-properties): Add a `buffer' argument.
15430 Use help-setup-xref, help-buffer, and with-help-window.
15431 (describe-char): Add `buffer' argument.
15432 Pass proper command to help-setup-xref. Don't meddle with
15433 help-xref-stack-item directly.
15434 (describe-text-category): Use with-help-window and help-buffer.
15435
15436 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
15437 for the displayed buffer (bug#4887).
15438
15439 * man.el (Man-completion-table): New function.
15440 (man): Use it.
15441
15442 2009-11-24 David Reitter <david.reitter@gmail.com>
15443
15444 * vc-git.el (vc-git-registered): Use checkout directory (where
15445 .git is) rather than the file's directory and a relative path spec
15446 to work around a bug in git.
15447
15448 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
15449
15450 Improve handling of processes on remote hosts.
15451
15452 * eshell/esh-util.el (eshell-path-env): New defvar.
15453 (eshell-parse-colon-path): New defun.
15454 (eshell-file-attributes): Use `eshell-parse-colon-path'.
15455
15456 * eshell/esh-ext.el (eshell-search-path):
15457 Use `eshell-parse-colon-path'.
15458 (eshell-remote-command): Remove argument HANDLER.
15459 (eshell-external-command): Check for FTP remote connection.
15460
15461 * eshell/esh-proc.el (eshell-gather-process-output):
15462 Use `file-truename', in order to start also symlinked files.
15463 Apply `start-file-process' instead of `start-process'.
15464 Shorten `command' to the local file name part.
15465
15466 * eshell/em-cmpl.el (eshell-complete-commands-list):
15467 Use `eshell-parse-colon-path'.
15468
15469 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
15470
15471 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
15472 to `eshell-directory-change-hook'.
15473
15474 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
15475
15476 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
15477 because it could be enabled automatically if view-read-only is non-nil.
15478
15479 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
15480
15481 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
15482 made on 2009-11-22.
15483
15484 2009-11-24 Glenn Morris <rgm@gnu.org>
15485
15486 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
15487 deleted variable bookmark-bmenu-bookmark-column.
15488
15489 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15490
15491 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
15492
15493 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
15494
15495 * net/browse-url.el (browse-url-filename-alist): On Windows, add
15496 two slashes to the "file:" prefix.
15497 (browse-url-file-url): De-munge Cygwin filenames before passing
15498 them to Windows browser.
15499 (browse-url-default-windows-browser): Use call-process.
15500
15501 2009-11-23 Juri Linkov <juri@jurta.org>
15502
15503 Implement DocView Continuous mode. (Bug#4896)
15504 * doc-view.el (doc-view-continuous-mode): New defcustom.
15505 (doc-view-mode-map): Bind C-n/<down> to
15506 `doc-view-next-line-or-next-page', C-p/<up> to
15507 `doc-view-previous-line-or-previous-page'.
15508 (doc-view-next-line-or-next-page)
15509 (doc-view-previous-line-or-previous-page): New commands.
15510
15511 2009-11-23 Juri Linkov <juri@jurta.org>
15512
15513 Implement Isearch in comint input history. (Bug#3746)
15514 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
15515 `isearch-mode-hook'.
15516 (comint-history-isearch): New defcustom.
15517 (comint-history-isearch-backward)
15518 (comint-history-isearch-backward-regexp): New commands.
15519 (comint-history-isearch-message-overlay): New buffer-local variable.
15520 (comint-history-isearch-setup, comint-history-isearch-end)
15521 (comint-goto-input, comint-history-isearch-search)
15522 (comint-history-isearch-message, comint-history-isearch-wrap)
15523 (comint-history-isearch-push-state)
15524 (comint-history-isearch-pop-state): New functions.
15525
15526 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
15527
15528 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
15529 return.
15530 (tramp-handle-make-symbolic-link)
15531 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
15532 Quote file names.
15533 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
15534 (tramp-handle-process-file): Use it.
15535
15536 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
15537
15538 * window.el (move-to-window-line-last-op): Remove.
15539 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
15540
15541 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
15542
15543 Make M-r mirror the new cycling behavior of C-l.
15544 * window.el (move-to-window-line-last-op): New var.
15545 (move-to-window-line-top-bottom): New command.
15546 (global-map): Bind M-r move-to-window-line-top-bottom.
15547
15548 2009-11-23 Sven Joachim <svenjoac@gmx.de>
15549
15550 * dired-x.el (dired-guess-shell-alist-default):
15551 Support xz format. (Bug#4953)
15552
15553 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
15554
15555 * emulation/viper-cmd.el: Use viper-last-command-char instead of
15556 last-command-char/last-command-event.
15557 (viper-prefix-arg-value): Do correct conversion of event-char for
15558 XEmacs.
15559
15560 * emulation/viper-util.el, emulation/viper.el:
15561 Use viper-last-command-char instead of
15562 last-command-char/last-command-event.
15563
15564 * ediff-init.el, ediff-mult.el, ediff-util.el:
15565 Replace last-command-char and last-command-event
15566 with (ediff-last-command-char) everywhere.
15567
15568 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
15569 created in fundamental mode.
15570
15571 * ediff.el (ediff-version): Revert the change of interactive-p to
15572 called-interactively-p.
15573
15574 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
15575
15576 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
15577 generation from word-movement command names.
15578
15579 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
15580
15581 * cus-start.el (all): Add native condition for font-use-system-font.
15582
15583 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
15584
15585 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
15586 Correct the patch from 2009-11-18. (Bug#3910)
15587
15588 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
15589
15590 * progmodes/subword.el: Rename from lisp/subword.el.
15591
15592 * subword.el: Rename to progmodes/subword.el.
15593
15594 * Makefile.in (ELCFILES): Adapt to subword.el move.
15595
15596 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15597 Stefan Monnier <monnier@iro.umontreal.ca>
15598
15599 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
15600 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
15601 (bookmark-bmenu-show-filenames): Use push.
15602 (bookmark-bmenu-hide-filenames): Use local var instead of
15603 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
15604 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
15605 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
15606 filenames now that the bookmark names are always available.
15607
15608 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15609
15610 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
15611 (bookmark-search-pattern): Move and leave unbound.
15612 (bookmark-bmenu-mode-map): Change binding.
15613 (bookmark-read-search-input): Simplify.
15614 Don't use text-char-description. Don't error on non-char events.
15615 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
15616 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
15617 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
15618 Use a local var for the timer.
15619 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
15620 (i.e. bookmark-bmenu-search).
15621
15622 2009-11-21 Glenn Morris <rgm@gnu.org>
15623
15624 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
15625
15626 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
15627
15628 * net/browse-url.el (browse-url-default-windows-browser):
15629 Use cygstart for cygwin.
15630
15631 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
15632
15633 * bookmark.el: Formatting and doc fixes only:
15634 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
15635 (bookmark-bmenu-search): Wrap to fit within 80 columns.
15636 Minor grammar and punctuation fixes in doc string.
15637 (bookmark-read-search-input): Adjust to fit within 80 columns.
15638
15639 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
15640
15641 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
15642 (c-backward-into-nomenclature): Adapt to subword renaming.
15643
15644 * subword.el (subword-forward, subword-backward, subword-mark)
15645 (subword-kill, subword-backward-kill, subword-transpose)
15646 (subword-downcase, subword-upcase, subword-capitalize)
15647 (subword-forward-internal, subword-backward-internal):
15648 Rename from forward-subword, backward-subword, mark-subword,
15649 kill-subword, backward-kill-subword, transpose-subwords,
15650 downcase-subword, upcase-subword, capitalize-subword,
15651 forward-subword-internal, backward-subword-internal.
15652
15653 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15654
15655 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
15656 New options.
15657 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
15658 New vars.
15659 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
15660 (bookmark-bmenu-filter-alist-by-regexp)
15661 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
15662 (bookmark-bmenu-search): New command.
15663 (bookmark-bmenu-mode-map): Bind it.
15664
15665 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
15666
15667 * progmodes/cc-cmds.el: declare-functioned forward-subword and
15668 backward-subword to quit the byte-compiler.
15669
15670 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
15671
15672 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
15673
15674 * progmodes/cc-cmds.el (c-update-modeline)
15675 (c-forward-into-nomenclature, c-backward-into-nomenclature):
15676 Refer to subword.el functions instead of cc-subword.el.
15677
15678 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
15679 subword.el functions instead of cc-subword.el.
15680
15681 * progmodes/cc-subword.el: Rename to subword.el.
15682 * subword.el: Rename from progmodes/cc-subword.el.
15683 (subword-mode-map): Rename from c-subword-mode-map.
15684 (subword-mode): Rename from c-subword-mode.
15685 (global-subword-mode): New global minor mode.
15686 (forward-subword): Rename from c-forward-subword.
15687 (backward-subword): Rename from c-backward-subword.
15688 (mark-subword): Rename from c-mark-subword.
15689 (kill-subword): Rename from c-kill-subword.
15690 (backward-kill-subword): Rename from c-backward-kill-subword.
15691 (transpose-subwords): Rename from c-tranpose-subword.
15692 (downcase-subword): Rename from c-downcase-subword.
15693 (capitalize-subword): Rename from c-capitalize-subword.
15694 (forward-subword-internal): Rename from c-forward-subword-internal.
15695 (backward-subword-internal): Rename from c-backward-subword-internal.
15696
15697 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
15698
15699 * vc.el (vc-deduce-fileset): Allow non-state changing operations
15700 from a dired buffer.
15701 (vc-dired-deduce-fileset): New function.
15702 (vc-root-diff, vc-print-root-log): Use it.
15703
15704 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
15705 nil LIMIT argument to vc-print-log-internal.
15706
15707 2009-11-20 Glenn Morris <rgm@gnu.org>
15708
15709 * Makefile.in (ELCFILES): Regenerate.
15710
15711 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
15712
15713 * calc/calc.el (calc-set-mode-line):
15714 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
15715 (math-format-number): Rename `math-format-complement-signed' to
15716 `math-format-twos-complement'.
15717
15718 * calc/calc-bin.el (math-format-twos-complement): Rename from
15719 math-format-complement-signed.
15720 (calc-radix): Rename `calc-complement-signed-mode' to
15721 `calc-twos-complement-mode'.
15722 (calc-octal-radix, calc-hex-radix): Add an argument for
15723 two's complement.
15724
15725 * calc/calc-embed.el (calc-embedded-mode-vars):
15726 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
15727
15728 * calc/calc-ext.el (calc-init-extensions):
15729 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
15730 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
15731
15732 * calc/calc-units.el (math-build-units-table-buffer):
15733 Let `calc-twos-complement-mode' be nil.
15734
15735 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
15736 entries.
15737
15738 * calc/calc-vec.el (calcFunc-vunpack):
15739 * calc/calc-aent.el (calc-do-calc-eval):
15740 * calc/calc-forms.el (math-format-date):
15741 * calc/calc-graph.el (calc-graph-plot):
15742 * calc/calc-math.el (math-use-emacs-fn):
15743 * calc/calccomp.el (math-compose-expr):
15744 Let `calc-twos-complement-mode' be nil.
15745
15746 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15747
15748 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
15749 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
15750 * minibuffer.el (completion-in-region-functions): New hook.
15751 (completion-in-region): New function.
15752 * emacs-lisp/lisp.el (lisp-complete-symbol):
15753 * pcomplete.el (pcomplete-std-complete): Use it.
15754
15755 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15756
15757 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
15758 (latex-complete-alist): New vars.
15759 (latex-string-prefix-p, latex-complete-bibtex-keys)
15760 (latex-complete-envnames, latex-complete-refkeys)
15761 (latex-complete-data): New functions.
15762 (latex-complete, latex-indent-or-complete): New commands.
15763
15764 * window.el (display-buffer-mark-dedicated): New var.
15765 (display-buffer): Obey it.
15766 * minibuffer.el (minibuffer-completion-help): Use it.
15767
15768 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
15769
15770 * filecache.el (file-cache-add-file): Use push and cons.
15771 (file-cache-delete-file-regexp): Use push.
15772 (file-cache-complete): Use completion-in-region.
15773
15774 * simple.el (with-wrapper-hook): Fix thinko.
15775
15776 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
15777 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
15778 Use with-current-buffer and string-to-number.
15779 (hfy-fallback-colour-values): Use assoc-string.
15780 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
15781 (hfy-face-at): Remove unused var `found-face'.
15782 (hfy-compile-stylesheet): Remove unused var `css'.
15783 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
15784 and `orig-buffer'.
15785 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
15786 Use with-current-buffer.
15787 (hfy-text-p): Use expand-file-name and fewer setq.
15788
15789 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
15790
15791 * htmlfontify.el, hfy-cmap.el: New files.
15792
15793 2009-11-19 Juri Linkov <juri@jurta.org>
15794
15795 * minibuffer.el (completions-format): New defcustom.
15796 (completion--insert-strings): Implement vertical format.
15797
15798 * simple.el (switch-to-completions): Move point to the first
15799 completion when point was at the beginning of the buffer.
15800
15801 2009-11-19 Juri Linkov <juri@jurta.org>
15802
15803 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
15804
15805 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
15806
15807 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
15808
15809 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
15810 (mail-signature): Change default to t.
15811 (mail-from-style): Deprecate `system-default' value.
15812 (mail-insert-from-field): For default value of mail-from-style,
15813 default to `angles' unless `angles' needs quoting and `parens'
15814 does not.
15815 (mail-citation-prefix-regexp): Use citation regexp from
15816 message-mode.
15817
15818 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
15819
15820 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
15821 Set variables for computing the prompt for reading password.
15822
15823 2009-11-19 Glenn Morris <rgm@gnu.org>
15824
15825 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
15826
15827 * textmodes/flyspell.el (sgml-lexical-context): Declare.
15828
15829 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
15830 (newsticker-treeview-listwindow-height): Fix custom type.
15831
15832 2009-11-19 Kenichi Handa <handa@m17n.org>
15833
15834 * descr-text.el (describe-char-padded-string): Compose with TAB
15835 only if there's a font for CH.
15836 (describe-char): Fix the condition for detecting a trivial composition.
15837
15838 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
15839
15840 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
15841 more accurate version of the regexp. (Bug#3910)
15842
15843 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
15844
15845 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
15846
15847 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
15848
15849 * font-setting.el (font-use-system-font): Declare for byte-compiler.
15850 (font-setting-change-default-font): Fix typo in docstring.
15851
15852 2009-11-18 Alan Mackenzie <acm@muc.de>
15853
15854 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
15855
15856 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
15857
15858 * font-setting.el (font-use-system-font): Move ...
15859
15860 * cus-start.el (all): ... to here.
15861
15862 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
15863
15864 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
15865 Don't set `ad-return-value' if `ad-do-it' doesn't.
15866
15867 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
15868 modification time.
15869
15870 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
15871
15872 * menu-bar.el: Put "Use system font" in Option-menu.
15873 (menu-bar-options-save): Add font-use-system-font.
15874
15875 * loadup.el: If feature system-font-setting or font-render-setting is
15876 there, load font-setting.
15877
15878 * Makefile.in (ELCFILES): Add font-settings.el.
15879 * font-setting.el: New file.
15880
15881 2009-11-17 Glenn Morris <rgm@gnu.org>
15882
15883 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
15884
15885 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
15886 Preserve point in the list buffer. (Bug#4939)
15887 Use point-at-eol.
15888 (newsticker--treeview-list-update-highlight)
15889 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
15890
15891 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
15892
15893 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
15894 Remove.
15895
15896 * calc/calc-ext.el (calc-init-extensions): Remove references to
15897 symclip.
15898
15899 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
15900
15901 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
15902 * calc/calc-help.el (calc-b-prefix-help): Remove references to
15903 `calc-symclip'.
15904
15905 2009-11-16 Kevin Ryde <user42@zip.com.au>
15906
15907 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
15908 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
15909
15910 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
15911 (lm-keywords-list): Allow comma-only separator like "foo,bar".
15912 Ignore trailing spaces by omit-nulls to split-string (fixing
15913 regression from Emacs 21 due to the incompatible split-string
15914 change). (Bug #4928.)
15915
15916 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
15917
15918 * vc.el (vc-log-show-limit): Default to 2000.
15919 (vc-print-log-internal): Insert buttons to request more entries
15920 when limiting the output.
15921
15922 * vc-sccs.el (vc-sccs-print-log):
15923 * vc-rcs.el (vc-rcs-print-log):
15924 * vc-cvs.el (vc-cvs-print-log):
15925 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
15926 LIMIT is non-nil.
15927
15928 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
15929
15930 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
15931 error when `tramp-gvfs-dbus-event-vector' is set.
15932 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
15933
15934 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
15935
15936 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
15937
15938 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
15939
15940 * net/dbus.el (dbus-unregister-service): New defun.
15941 (dbus-register-property): Register the handlers of
15942 "org.freedesktop.DBus.Properties" for SERVICE.
15943 (dbus-property-handler): Fix docstring.
15944
15945 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15946
15947 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
15948 Quote doc string reference in defvaralias as it is not in special form.
15949 (byte-compile-output-docform): Doc fix.
15950
15951 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
15952
15953 * calc/calc.el (math-2-word-size, math-half-2-word-size)
15954 (calc-complement-signed-mode): New variables.
15955 (calc-set-mode-line): Add indicator for twos-complements.
15956 (math-format-number): Format twos-complement notation.
15957
15958 * calc/calc-bin.el (calc-word-size): Reset the variables
15959 `math-2-word-size' and `math-half-2-word-size'.
15960 (math-format-complement-signed, math-symclip, calcFunc-symclip)
15961 (calc-symclip): New functions.
15962
15963 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
15964
15965 * calc/calc-embed.el (calc-embedded-mode-vars):
15966 Add `calc-complement-signed-mode' to the list of modes.
15967
15968 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
15969 (calc-b-oper-keys): Add `calc-symclip' to list.
15970
15971 * calc/calc-ext.el (math-read-number-fancy): Read complement
15972 signed numbers.
15973 (calc-init-extensions): Add binding for `calc-symclip'.
15974 Add autoload for `calcFunc-symclip' and `calc-symclip'.
15975
15976 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
15977 `calc-symclip'.
15978 (calc-modes-menu): Add item for twos complement mode.
15979
15980 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
15981
15982 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
15983
15984 * register.el (jump-to-register, insert-register): Handle Semantic
15985 tags. From commented-out advice in semantic/senator.el.
15986
15987 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
15988
15989 * vc.el (vc-log-show-limit): New variable.
15990 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
15991 when using a prefix argument.
15992 (vc-print-log-internal): Add new argument LIMIT.
15993
15994 * vc-svn.el (vc-svn-print-log):
15995 * vc-mtn.el (vc-mtn-print-log):
15996 * vc-hg.el (vc-hg-print-log):
15997 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
15998 pass it to the log command when set. Make the BUFFER argument
15999 non-optional.
16000
16001 * vc-sccs.el (vc-sccs-print-log):
16002 * vc-rcs.el (vc-rcs-print-log):
16003 * vc-git.el (vc-git-print-log):
16004 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
16005 ignore it. Make the BUFFER argument non-optional.
16006
16007 * bindings.el (mode-line-buffer-identification): Do not purecopy.
16008
16009 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
16010
16011 * dired.el (dired-mode-map): Move encryption items to "Operate"
16012 menu (Bug#4703).
16013
16014 * strokes.el (strokes-update-window-configuration): Make strokes
16015 buffer current before erasing (Bug#4906).
16016
16017 2009-11-15 Juri Linkov <juri@jurta.org>
16018
16019 * simple.el (set-mark-default-inactive): Add :type, :group
16020 and :version. (Bug#4876)
16021
16022 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
16023
16024 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
16025 (archive-unique-fname): ... here. (Bug#4929)
16026
16027 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
16028
16029 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
16030 with a real fix.
16031
16032 * novice.el (disabled-command-function): Add useful args.
16033 Setup the help buffer so that [back] works.
16034 Remove redundant call to help-mode.
16035 (disabled-command-function): Use `case'.
16036 (en/disable-command): New function extracted from enable-command.
16037 (enable-command, disable-command): Use it.
16038
16039 2009-11-14 Glenn Morris <rgm@gnu.org>
16040
16041 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
16042 constants. (Bug#4913)
16043
16044 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
16045
16046 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
16047
16048 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
16049 defined in C that have no doc-strings. (Bug#1063)
16050
16051 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
16052
16053 * cus-edit.el (data, files):
16054 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
16055
16056 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
16057
16058 * simple.el (shell-command): Doc fix (Bug#4891).
16059
16060 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
16061
16062 2009-11-14 Glenn Morris <rgm@gnu.org>
16063
16064 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
16065 statements for vc-diff, emerge-quit, and rmail-cease-edit.
16066 If they are already loaded, eval-after-load will do the right thing.
16067
16068 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
16069 compiling.
16070
16071 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
16072
16073 * simple.el (x-selection-owner-p): Declare.
16074 (read-mail-command): Use custom radio type rather than choice.
16075 (completion-no-auto-exit): Doc fix.
16076
16077 * custom.el (defgroup):
16078 * epg-config.el (epg): Doc fixes.
16079
16080 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
16081
16082 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
16083 * international/ccl.el (define-ccl-program): Do not purecopy the
16084 docstring, defconst does it anyway.
16085
16086 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16087
16088 * add-log.el (add-change-log-entry): Avoid displaying the changelog
16089 a second time.
16090
16091 * x-dnd.el (x-dnd-maybe-call-test-function):
16092 * window.el (split-window-vertically):
16093 * whitespace.el (whitespace-help-on):
16094 * vc-rcs.el (vc-rcs-consult-headers):
16095 * userlock.el (ask-user-about-lock-help)
16096 (ask-user-about-supersession-help):
16097 * type-break.el (type-break-force-mode-line-update):
16098 * time-stamp.el (time-stamp-conv-warn):
16099 * terminal.el (te-set-output-log, te-more-break, te-filter)
16100 (te-sentinel, terminal-emulator):
16101 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
16102 (term-write-input-ring, term-check-source, term-start-output-log):
16103 (term-display-buffer-line, term-dynamic-list-completions):
16104 (term-ansi-make-term, serial-term):
16105 * subr.el (selective-display):
16106 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
16107 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
16108 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
16109 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
16110 (speedbar-remove-localized-speedbar-support)
16111 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
16112 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
16113 (speedbar-buffers-line-directory):
16114 * simple.el (shell-command-on-region, append-to-buffer)
16115 (prepend-to-buffer):
16116 * shadowfile.el (shadow-save-todo-file):
16117 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
16118 (scroll-bar-maybe-set-window-start):
16119 * sb-image.el (speedbar-image-dump):
16120 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
16121 (load-save-place-alist-from-file):
16122 * ps-samp.el (ps-print-message-from-summary):
16123 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
16124 (ps-background-image, ps-begin-job, ps-do-despool):
16125 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
16126 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
16127 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
16128 (pr-call-process, pr-file-list, pr-interface-save):
16129 * novice.el (disabled-command-function)
16130 (enable-command, disable-command):
16131 * mouse.el (mouse-buffer-menu-alist):
16132 * mouse-copy.el (mouse-kill-preserving-secondary):
16133 * macros.el (kbd-macro-query):
16134 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
16135 * informat.el (batch-info-validate):
16136 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
16137 * hippie-exp.el (try-expand-dabbrev-visible):
16138 * help-mode.el (help-make-xrefs):
16139 * help-fns.el (describe-variable):
16140 * generic-x.el (bat-generic-mode-run-as-comint):
16141 * finder.el (finder-mouse-select):
16142 * find-dired.el (find-dired-sentinel):
16143 * filesets.el (filesets-file-close):
16144 * files.el (list-directory):
16145 * faces.el (list-faces-display, describe-face):
16146 * facemenu.el (list-colors-display):
16147 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
16148 * epg.el (epg--process-filter, epg-cancel):
16149 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
16150 (epa--read-signature-type):
16151 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
16152 (emerge-file-names):
16153 * ehelp.el (electric-helpify):
16154 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
16155 * ediff-vers.el (rcs-ediff-view-revision):
16156 * ediff-util.el (ediff-setup):
16157 * ediff-mult.el (ediff-append-custom-diff):
16158 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
16159 (ediff-wordify):
16160 * echistory.el (Electric-command-history-redo-expression):
16161 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
16162 * disp-table.el (describe-display-table):
16163 * dired.el (dired-find-buffer-nocreate):
16164 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
16165 * dabbrev.el (dabbrev--same-major-mode-p):
16166 * chistory.el (list-command-history):
16167 * apropos.el (apropos-documentation):
16168 * allout.el (allout-obtain-passphrase):
16169 (allout-copy-exposed-to-buffer):
16170 (allout-verify-passphrase): Use with-current-buffer.
16171
16172 2009-11-13 Glenn Morris <rgm@gnu.org>
16173
16174 * Makefile.in (ELCFILES): Regenerate.
16175
16176 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
16177
16178 * net/dbus.el (dbus-registered-objects-table): Rename from
16179 `dbus-registered-functions-table', because it contains also properties.
16180 (dbus-unregister-object): Unregister also properties.
16181 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
16182 Use a timeout of 500 msec, in order to not block.
16183 (dbus-register-property, dbus-property-handler): New defuns.
16184
16185 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16186
16187 * simple.el (minibuffer-default-add-completions): Drop deprecated
16188 4th arg.
16189
16190 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
16191
16192 * textmodes/artist.el (artist-mouse-choose-operation):
16193 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
16194 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
16195 (artist-compute-up-event-key): New function.
16196 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
16197
16198 2009-11-13 Kenichi Handa <handa@m17n.org>
16199
16200 * language/japan-util.el: Make sure that the value of jisx0208
16201 property is jisx0208 character.
16202
16203 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
16204
16205 * international/mule.el (auto-coding-regexp-alist): Only purecopy
16206 car or each item, not the whole list.
16207
16208 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
16209
16210 * minibuffer.el (minibuffer-completion-help):
16211 Use minibuffer-hide-completions.
16212
16213 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
16214
16215 * dired.el (dired-save-positions, dired-restore-positions): New funs.
16216 (dired-revert): Use them (bug#4880).
16217
16218 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16219
16220 * tooltip.el (tooltip-frame-parameters): Undo previous change.
16221
16222 2009-11-12 Juri Linkov <juri@jurta.org>
16223
16224 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
16225 New functions.
16226 (find-file-literally-at-point): Alias of `ffap-literally'.
16227
16228 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16229
16230 * textmodes/ispell.el (ispell-skip-region-alist):
16231 * textmodes/css-mode.el (auto-mode-alist):
16232 * progmodes/compile.el (auto-mode-alist):
16233 * international/mule.el (ctext-non-standard-encodings-alist)
16234 (ctext-non-standard-encodings-regexp):
16235 * simple.el (shell-command-switch, text-read-only):
16236 * replace.el (occur-mode-map):
16237 * paths.el (rmail-file-name):
16238 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
16239 * find-file.el (ff-special-constructs):
16240 * files.el (file-name-handler-alist):
16241 * composite.el: Purecopy strings.
16242
16243 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
16244
16245 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16246
16247 * widget.el (define-widget): Purecopy the docstring.
16248 * international/mule-cmds.el (charset): Do not purecopy the
16249 docstring here, define-widget does it.
16250
16251 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
16252 * textmodes/bibtex-style.el (auto-mode-alist):
16253 * progmodes/inf-lisp.el (inferior-lisp-prompt):
16254 * progmodes/compile.el (compile-command):
16255 * language/korea-util.el (default-korean-keyboard):
16256 * international/mule-conf.el (file-coding-system-alist):
16257 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
16258 * tooltip.el (tooltip-frame-parameters):
16259 * newcomment.el (comment-end, comment-padding):
16260 * dired.el (dired-trivial-filenames):
16261 * comint.el (comint-file-name-prefix): Purecopy initial values.
16262
16263 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
16264
16265 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
16266 (tramp-advice-minibuffer-electric-tilde): Unload advices via
16267 `tramp-unload'.
16268 (tramp-advice-make-auto-save-file-name)
16269 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
16270 after removing the advice.
16271
16272 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16273
16274 * progmodes/grep.el (grep-regexp-alist):
16275 * international/mule-cmds.el (iso-2022-control-alist):
16276 * emacs-lisp/timer.el (timer-duration-words):
16277 * subr.el (version-separator, version-regexp-alist):
16278 * minibuffer.el (completion-styles-alist):
16279 * faces.el (face-attribute-name-alist, list-faces-sample-text):
16280 Change defvars to defconsts.
16281
16282 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
16283 * loadup.el ("international/mule-conf"): Load the byte compiled version.
16284 * international/mule-conf.el: Allow to be byte compiled.
16285
16286 * international/mule.el (define-charset): Purecopy props.
16287 (load-with-code-conversion): Purecopy doc string and file name.
16288 (put-charset-property): Purecopy strings.
16289 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
16290
16291 * international/mule-cmds.el (register-input-method): Purecopy arguments.
16292 (define-char-code-property): Correctly purecopy the table.
16293
16294 * international/ccl.el (define-ccl-program): Purecopy the docstring.
16295
16296 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
16297
16298 * subr.el (add-hook): Purecopy strings.
16299 (eval-after-load): Purecopy load-history-regexp and the form.
16300
16301 * custom.el (custom-declare-group): Purecopy load-file-name.
16302
16303 * subr.el (menu-bar-separator): New defconst.
16304 * net/eudc.el (eudc-tools-menu):
16305 * international/mule-cmds.el (set-coding-system-map)
16306 (mule-menu-keymap):
16307 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
16308 * vc-hooks.el (vc-menu-map):
16309 * replace.el (occur-mode-map):
16310 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
16311 (menu-bar-edit-menu, menu-bar-goto-menu)
16312 (menu-bar-custom-menu, menu-bar-showhide-menu)
16313 (menu-bar-options-menu, menu-bar-tools-menu)
16314 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
16315 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
16316 (menu-bar-help-menu):
16317 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
16318 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
16319
16320 * term/x-win.el (x-gtk-stock-map):
16321 * progmodes/vera-mode.el (auto-mode-alist):
16322 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
16323 (inferior-lisp-program, inferior-lisp-load-command):
16324 * progmodes/hideshow.el (hs-special-modes-alist):
16325 * progmodes/gud.el (same-window-regexps):
16326 * progmodes/grep.el (grep-program, find-program, xargs-program):
16327 * net/telnet.el (same-window-regexps):
16328 * net/rlogin.el (same-window-regexps):
16329 * language/ethiopic.el (font-ccl-encoder-alist):
16330 * vc-sccs.el (vc-sccs-master-templates):
16331 * vc-rcs.el (vc-rcs-master-templates):
16332 * subr.el (cl-assertion-failed):
16333 * simple.el (next-error-overlay-arrow-position):
16334 * lpr.el (lpr-command):
16335 * locate.el (locate-ls-subdir-switches):
16336 * info.el (same-window-regexps, info)
16337 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
16338 * image-mode.el (image-mode, auto-mode-alist):
16339 * hippie-exp.el (hippie-expand-ignore-buffers):
16340 * format.el (format-alist):
16341 * find-dired.el (find-ls-subdir-switches, find-grep-options)
16342 (find-name-arg):
16343 * facemenu.el (facemenu-keybindings):
16344 * dired.el (dired-listing-switches, dired-chown-program):
16345 * diff.el (diff-switches, diff-command):
16346 * cus-edit.el (same-window-regexps):
16347 * bindings.el (mode-line-mule-info)
16348 (mode-line-buffer-identification): Purecopy strings.
16349
16350 2009-11-11 Juri Linkov <juri@jurta.org>
16351
16352 * simple.el (dired-get-filename) <declare-function>:
16353 Tell the byte-compiler about dired-get-filename.
16354 (shell-command): In Dired mode, get filename from the current line
16355 as the default value.
16356
16357 2009-11-10 Glenn Morris <rgm@gnu.org>
16358
16359 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
16360 * calendar/holidays.el, progmodes/cperl-mode.el:
16361 Update x-popup-menu declarations.
16362
16363 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
16364 (list-load-path-shadows): Use dolist.
16365 (list-load-path-shadows): Use with-current-buffer.
16366
16367 2009-11-10 Juri Linkov <juri@jurta.org>
16368
16369 * minibuffer.el (read-file-name): Support a list of default values
16370 in `default-filename'. Use the first file name where only one
16371 element is required. Doc fix.
16372
16373 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
16374
16375 * net/dbus.el (dbus-unregister-object): Release service, if no
16376 other method is registered for it.
16377
16378 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
16379
16380 * bookmark.el (bookmark-completing-read): Sort bookmark names if
16381 bookmark-sort-flag is non-nil (Bug#4653).
16382
16383 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
16384
16385 * emulation/cua-base.el: Add CUA property to some CC mode commands
16386 (Bug#4100).
16387
16388 2009-11-08 Kevin Ryde <user42@zip.com.au>
16389
16390 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
16391 at end of sentence (Bug#4818).
16392
16393 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
16394
16395 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16396 Handle "see declaration of" MSFT statements (Bug#4100).
16397
16398 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
16399
16400 * net/tramp.el (tramp-advice-make-auto-save-file-name)
16401 (tramp-advice-file-expand-wildcards): Unload via
16402 `ad-remove-advice'.
16403
16404 * net/trampver.el: Update release number.
16405
16406 2009-11-08 Kevin Ryde <user42@zip.com.au>
16407
16408 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
16409 `ad-do-it'.
16410
16411 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
16412
16413 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
16414 in order to keep context in SELinux.
16415
16416 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
16417
16418 * dired-aux.el (dired-query): Place cursor in echo area and allow
16419 C-g.
16420
16421 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
16422 menu item if not on a directory (Bug#4701).
16423
16424 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
16425
16426 Sync with Tramp 2.1.17.
16427
16428 * net/tramp.el (tramp-handle-copy-directory): Don't use
16429 `file-remote-p' (due to compatibility).
16430
16431 * net/tramp-compat.el (tramp-compat-copy-directory)
16432 (tramp-compat-delete-directory): New defuns.
16433
16434 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
16435 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
16436 Use `tramp-compat-delete-directory'.
16437
16438 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
16439 (tramp-smb-handle-delete-directory):
16440 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
16441
16442 * net/trampver.el: Update release number.
16443
16444 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
16445
16446 * tar-mode.el (tar-copy): Call write-region on the right buffer
16447 (Bug#4857).
16448
16449 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
16450 by hand, if necessary (Bug#4878).
16451
16452 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
16453
16454 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
16455 align size column (Bug#4839).
16456
16457 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
16458 statement.
16459
16460 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16461
16462 * progmodes/ld-script.el (auto-mode-alist):
16463 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
16464
16465 * cus-face.el (custom-declare-face): Purecopy face spec.
16466
16467 2009-11-06 Kenichi Handa <handa@m17n.org>
16468
16469 * international/uni-bidi.el: Re-generated.
16470 * international/uni-category.el: Re-generated.
16471 * international/uni-combining.el: Re-generated.
16472 * international/uni-mirrored.el: Re-generated.
16473
16474 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16475
16476 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
16477 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
16478 (tex-start-options, slitex-run-command, latex-run-command)
16479 (tex-run-command, tex-directory):
16480 * textmodes/ispell.el (ispell-html-skip-alists)
16481 (ispell-tex-skip-alists, ispell-tex-skip-alists):
16482 * textmodes/fill.el (adaptive-fill-first-line-regexp):
16483 (adaptive-fill-regexp):
16484 * textmodes/dns-mode.el (auto-mode-alist):
16485 * progmodes/python.el (interpreter-mode-alist):
16486 * progmodes/etags.el (tags-compression-info-list):
16487 * progmodes/etags.el (tags-file-name):
16488 * net/browse-url.el (browse-url-galeon-program)
16489 (browse-url-firefox-program):
16490 * mail/sendmail.el (mail-signature-file)
16491 (mail-citation-prefix-regexp):
16492 * international/mule-conf.el (eight-bit):
16493 * international/latexenc.el (latex-inputenc-coding-alist):
16494 * international/fontset.el (x-pixel-size-width-font-regexp):
16495 * emacs-lisp/warnings.el (warning-type-format):
16496 * emacs-lisp/trace.el (trace-buffer):
16497 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
16498 (emacs-lisp-mode-map):
16499 * calendar/holidays.el (holiday-solar-holidays)
16500 (holiday-bahai-holidays, holiday-islamic-holidays)
16501 (holiday-christian-holidays, holiday-hebrew-holidays)
16502 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
16503 (hebrew-holidays-1, holiday-oriental-holidays)
16504 (holiday-general-holidays):
16505 * x-dnd.el (x-dnd-known-types):
16506 * tool-bar.el (tool-bar):
16507 * startup.el (site-run-file):
16508 * shell.el (shell-dumb-shell-regexp):
16509 * rfn-eshadow.el (file-name-shadow-tty-properties)
16510 (file-name-shadow-properties):
16511 * paths.el (remote-shell-program, news-directory):
16512 * mouse.el ([C-down-mouse-3]):
16513 * menu-bar.el (menu-bar-tools-menu):
16514 * jka-cmpr-hook.el (jka-compr-load-suffixes)
16515 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
16516 (jka-compr-compression-info-list):
16517 * isearch.el (search-whitespace-regexp):
16518 * image-file.el (image-file-name-extensions):
16519 * find-dired.el (find-ls-option):
16520 * files.el (directory-listing-before-filename-regexp)
16521 (directory-free-space-args, insert-directory-program)
16522 (list-directory-brief-switches, magic-fallback-mode-alist)
16523 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
16524 (automount-dir-prefix):
16525 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
16526 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
16527 (face-font-registry-alternatives, face-font-registry-alternatives)
16528 (face-font-family-alternatives):
16529 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
16530 (facemenu-foreground-menu, facemenu-face-menu):
16531 * epa-hook.el (epa-file-name-regexp):
16532 * dnd.el (dnd-protocol-alist):
16533 * textmodes/rst.el (auto-mode-alist):
16534 * button.el (default-button): Purecopy strings.
16535
16536 2009-11-06 Glenn Morris <rgm@gnu.org>
16537
16538 * Makefile.in (ELCFILES): Update.
16539
16540 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
16541
16542 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
16543 * emacs-lisp/levents.el: Move to obsolete/levents.el.
16544
16545 * nxml/xsd-regexp.el (xsdre-gen-categories):
16546 * nxml/xmltok.el (xmltok-parse-entity):
16547 * nxml/rng-parse.el (rng-parse-validate-file):
16548 * nxml/rng-maint.el (rng-format-manual)
16549 (rng-manual-output-force-new-line):
16550 * nxml/rng-loc.el (rng-save-schema-location-1):
16551 * nxml/rng-cmpct.el (rng-c-parse-file):
16552 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
16553 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
16554
16555 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
16556
16557 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
16558 Remove extra save-excursions and make-variable-buffer-local's.
16559 Suggested by Stefan Monnier.
16560
16561 (verilog-getopt-file, verilog-module-inside-filename-p)
16562 (verilog-set-define): Merge GNU 1.35 and repair changes from
16563 switching to using with-current-buffer.
16564
16565 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
16566 being treated as a number and confusing AUTORESET.
16567 Reported by Dan Dever.
16568
16569 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
16570 Add verilog-auto-ignore-concat to fix backward compatibility with
16571 older verilog-modes. Reported by Dan Katz.
16572
16573 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
16574 containing closing anchors "...$".
16575
16576 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
16577 Reported by Wade Smith.
16578
16579 (verilog-batch-execute-func): Comment on function usage.
16580
16581 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
16582
16583 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
16584 for labels.
16585
16586 (verilog-label-re, verilog-calc-1): Support proper indent of named
16587 asserts.
16588
16589 (verilog-backward-token, verilog-basic-complete-re)
16590 (verilog-beg-of-statement, verilog-indent-re): Support proper
16591 indent of the assert statement at the beginning of a block of text.
16592
16593 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
16594 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
16595 tokens as begins.
16596
16597 2009-11-05 Glenn Morris <rgm@gnu.org>
16598
16599 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
16600 Emacs 19. (Bug#1531)
16601 (byte-compile-fix-header): Update for the above change.
16602 Drop test for epoch::version.
16603
16604 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
16605 * cus-dep.el (custom-make-dependencies):
16606 * finder.el (finder-compile-keywords):
16607 Use autoload-rubric's feature argument.
16608
16609 * calendar/diary-lib.el (top-level): Make load behave more like require.
16610
16611 * vc-git.el (vc-git-stash-map): Move definition before use.
16612
16613 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
16614
16615 * custom.el (custom-declare-group): Purecopy standard-value.
16616 (custom-declare-group): Purecopy custom-prefix.
16617
16618 * international/mule.el (load-with-code-conversion):
16619 Call do-after-load-evaluation unconditionally.
16620
16621 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
16622
16623 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
16624
16625 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
16626
16627 2009-11-04 Glenn Morris <rgm@gnu.org>
16628
16629 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
16630 (byte-compile-compatibility): Remove option.
16631 (byte-compile-close-variables, byte-compile-fix-header)
16632 (byte-compile-insert-header, byte-compile-output-docform)
16633 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
16634 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
16635 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
16636 (byte-compile-insert, byte-compile-defun):
16637 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
16638 (byte-defop-compiler19): Remove.
16639 Without byte-compile-compatibility, the 'emacs19-opcode property is not
16640 used by anything. Replace all calls with byte-defop-compiler.
16641
16642 2009-11-04 Juri Linkov <juri@jurta.org>
16643
16644 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
16645 (menu-bar-options-menu): Don't quote the `prop' arg of
16646 `menu-bar-make-mm-toggle'.
16647
16648 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
16649
16650 * calendar/calendar.el (cal-loaddefs):
16651 * calendar/diary-lib.el (diary-loaddefs):
16652 * calendar/holidays.el (hol-loaddefs):
16653 * eshell/esh-module.el (esh-groups): Load rather than require.
16654
16655 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16656
16657 * calendar/todo-mode.el (todo-add-category): Don't hardcode
16658 point-min==1.
16659 (todo-top-priorities): Only display-buffer when called interactively.
16660 (todo-item-start): Don't save excursion point.
16661 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
16662 (todo-insert-item-here, todo-file-item, todo-remove-item):
16663 Adjust uses of todo-item-start and todo-item-end.
16664
16665 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
16666 (autoload-rubric): Don't use any more.
16667
16668 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
16669 and only put a prop if it is non-nil.
16670
16671 2009-11-03 Juri Linkov <juri@jurta.org>
16672
16673 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
16674 (menu-bar-options-menu): Fix list quoting (Bug#4429).
16675
16676 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
16677 and "Menu" to make top-level menu item visually one unit (like
16678 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
16679 multi-word menu items). Fix :help string for quit-window.
16680
16681 2009-11-03 Glenn Morris <rgm@gnu.org>
16682
16683 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
16684 (byte-compile-file-form-define-abbrev-table)
16685 (byte-compile-file-form-custom-declare-variable)
16686 (byte-compile-variable-ref, byte-compile-defvar):
16687 Whether or not a warning is enabled should only affect whether we issue
16688 the warning, not whether or not we collect the relevant data.
16689 Eg warnings can be turned on and off throughout the course of a file.
16690
16691 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
16692 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
16693
16694 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16695
16696 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
16697 * play/mpuz.el (mpuz-create-buffer):
16698 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
16699 (lm-print-y,s,noise, lm-print-w0, lm-init):
16700 * play/gomoku.el (gomoku-prompt-for-move):
16701 * play/fortune.el (fortune-in-buffer):
16702 * play/dissociate.el (dissociated-press):
16703 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
16704 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
16705 * mail/supercite.el (sc-eref-show):
16706 * mail/smtpmail.el (smtpmail-send-it):
16707 * mail/rmailsum.el (rmail-summary-next-labeled-message)
16708 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
16709 (rmail-summary-undelete-many, rmail-summary-rmail-update)
16710 (rmail-summary-goto-msg, rmail-summary-expunge)
16711 (rmail-summary-get-new-mail, rmail-summary-search-backward)
16712 (rmail-summary-add-label, rmail-summary-output-menu)
16713 (rmail-summary-output-body):
16714 * mail/rfc822.el (rfc822-addresses):
16715 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
16716 * mail/mailpost.el (post-mail-send-it):
16717 * mail/hashcash.el (hashcash-generate-payment):
16718 * mail/feedmail.el (feedmail-run-the-queue)
16719 (feedmail-queue-send-edit-prompt-help-first)
16720 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
16721 (feedmail-deduce-address-list):
16722 * eshell/esh-ext.el (eshell-remote-command):
16723 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
16724 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
16725 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
16726 (viper-save-string-in-file, viper-valid-marker):
16727 * emulation/viper-keym.el (viper-toggle-key):
16728 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
16729 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
16730 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
16731 * emulation/viper-cmd.el (viper-exec-form-in-vi)
16732 (viper-exec-form-in-emacs, viper-brac-function):
16733 * emulation/viper.el (viper-delocalize-var):
16734 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
16735 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
16736 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
16737 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
16738 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
16739 * emulation/edt.el (edt-electric-helpify):
16740 * emulation/cua-rect.el (cua--rectangle-aux-replace):
16741 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
16742 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
16743 (cua-indent-to-global-mark-column):
16744 * calendar/diary-lib.el (calendar-mark-1):
16745 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
16746 Use with-current-buffer.
16747 * emulation/viper.el (viper-delocalize-var): Use dolist.
16748
16749 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
16750
16751 * comint.el (comint-replace-by-expanded-history-before-point):
16752 Replace !! with the previous input string literally (Bug#1795).
16753
16754 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
16755
16756 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
16757 to be made up of whitespace.
16758
16759 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
16760
16761 * minibuffer.el (read-file-name): Don't use file dialogs for
16762 remote directories (Bug#99).
16763
16764 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
16765
16766 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
16767
16768 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
16769
16770 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
16771 instead of deleting the window or frame.
16772
16773 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
16774
16775 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
16776 Support face colors.
16777
16778 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
16779 New function. Support face colors (Bug#1168).
16780 (tex-common-initialization): Use it.
16781
16782 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
16783 mode allows it (Bug#1168).
16784
16785 2009-10-31 Juri Linkov <juri@jurta.org>
16786
16787 * facemenu.el (list-colors-display): Don't mark buffer as
16788 modified (Bug#3948).
16789
16790 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
16791
16792 * international/mule-diag.el (list-character-sets-1):
16793 Minor message fix (Bug#3526).
16794
16795 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
16796 Fix face property (Bug#4834).
16797 (etags-list-tags, etags-tags-apropos-additional)
16798 (etags-tags-apropos, tags-select-tags-table): Add follow-link
16799 property.
16800
16801 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
16802 items.
16803
16804 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
16805
16806 * textmodes/two-column.el (2C-split):
16807 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
16808 * textmodes/tex-mode.el (tex-set-buffer-directory):
16809 * textmodes/spell.el (spell-region, spell-string):
16810 * textmodes/reftex.el (reftex-erase-buffer):
16811 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
16812 * textmodes/reftex-toc.el (reftex-toc-promote-action):
16813 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
16814 (reftex-select-item):
16815 * textmodes/reftex-ref.el (reftex-label-info-update)
16816 (reftex-offer-label-menu):
16817 * textmodes/reftex-index.el (reftex-index-change-entry)
16818 (reftex-index-phrases-info):
16819 * textmodes/reftex-global.el (reftex-create-tags-file)
16820 (reftex-save-all-document-buffers, reftex-ensure-write-access):
16821 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
16822 (reftex-view-crossref-from-bibtex):
16823 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
16824 (reftex-extract-bib-entries-from-thebibliography)
16825 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
16826 * textmodes/refbib.el (r2b-capitalize-title):
16827 (r2b-convert-buffer, r2b-help):
16828 * textmodes/page-ext.el (pages-directory)
16829 (pages-directory-goto-with-mouse):
16830 * textmodes/bibtex.el (bibtex-validate-globally):
16831 * textmodes/bib-mode.el (bib-capitalize-title):
16832 * textmodes/artist.el (artist-clear-buffer, artist-system):
16833 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
16834 (local-set-scheme-interaction-buffer, xscheme-process-filter)
16835 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
16836 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
16837 (xscheme-send-control-g-interrupt, xscheme-start-process)
16838 (xscheme-process-sentinel, xscheme-cd):
16839 * progmodes/verilog-mode.el (verilog-read-always-signals)
16840 (verilog-set-define, verilog-getopt-file)
16841 (verilog-module-inside-filename-p):
16842 * progmodes/sh-script.el:
16843 * progmodes/python.el (python-pdbtrack-get-source-buffer)
16844 (python-pdbtrack-grub-for-buffer, python-execute-file):
16845 * progmodes/octave-inf.el (inferior-octave):
16846 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
16847 (idlwave-shell-compile-helper-routines, idlwave-set-local)
16848 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
16849 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
16850 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
16851 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
16852 (idlwave-shell-filter, idlwave-shell-examine-highlight)
16853 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
16854 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
16855 (idlwave-shell-examine-display, idlwave-shell-run-region)
16856 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
16857 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
16858 * progmodes/idlw-help.el (idlwave-help-get-special-help)
16859 (idlwave-help-get-help-buffer):
16860 * progmodes/gud.el (gud-basic-call, gud-find-class)
16861 (gud-tooltip-activate-mouse-motions-if-enabled):
16862 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
16863 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
16864 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
16865 (ebrowse-tags-next-file):
16866 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
16867 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
16868 (ebnf-eps-finish-and-write):
16869 * progmodes/cpp.el (cpp-edit-save):
16870 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
16871 * progmodes/cc-defs.el (c-emacs-features):
16872 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
16873 (antlr-directory-dependencies):
16874 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
16875 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
16876 (ada-find-any-references, ada-make-filename-from-adaname)
16877 (ada-make-body-gnatstub):
16878 * obsolete/rnews.el (news-list-news-groups):
16879 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
16880 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
16881 * net/rcirc.el (rcirc-debug):
16882 * net/newst-treeview.el (newsticker--treeview-list-add-item)
16883 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
16884 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
16885 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
16886 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
16887 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
16888 (newsticker--treeview-list-clear-highlight)
16889 (newsticker--treeview-list-update-highlight)
16890 (newsticker--treeview-list-highlight-start)
16891 (newsticker--treeview-tree-update-highlight)
16892 (newsticker--treeview-get-selected-item)
16893 (newsticker-treeview-mark-list-items-old)
16894 (newsticker--treeview-set-current-node):
16895 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
16896 * net/newst-backend.el (newsticker--get-news-by-funcall)
16897 (newsticker--get-news-by-wget, newsticker--image-get)
16898 (newsticker--image-sentinel):
16899 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
16900 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
16901 (eudc-ph-close-session):
16902 * net/eudc.el (eudc-save-options):
16903 * language/thai-word.el (thai-update-word-table):
16904 * language/japan-util.el (japanese-string-conversion):
16905 * international/titdic-cnv.el (tsang-quick-converter)
16906 (ziranma-converter, ctlau-converter):
16907 * international/mule-cmds.el (describe-language-environment):
16908 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
16909 (skkdic-convert-postfix, skkdic-convert-prefix):
16910 (skkdic-convert-okuri-nasi, skkdic-convert):
16911 * emacs-lisp/re-builder.el (reb-update-overlays):
16912 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
16913 * emacs-lisp/gulp.el (gulp-send-requests):
16914 * emacs-lisp/find-gc.el (trace-call-tree):
16915 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
16916 (eieio-describe-generic):
16917 * emacs-lisp/eieio-base.el (eieio-persistent-read):
16918 * emacs-lisp/edebug.el (edebug-outside-excursion):
16919 * emacs-lisp/debug.el (debugger-make-xrefs):
16920 * emacs-lisp/cust-print.el (custom-prin1-to-string):
16921 * emacs-lisp/chart.el (chart-new-buffer):
16922 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
16923 Use with-current-buffer.
16924 * textmodes/artist.el (artist-system): Don't call
16925 copy-sequence on a fresh string.
16926 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
16927
16928 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
16929
16930 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
16931 is no item to edit. (Bug#4820)
16932 (todo-top-priorities): Restore point and restore narrowing in Todo
16933 buffer. (Bug#4820)
16934
16935 2009-10-31 Glenn Morris <rgm@gnu.org>
16936
16937 * net/ange-ftp.el (top-level): Don't require dired when compiling.
16938 (comint-last-output-start, comint-last-input-start)
16939 (comint-last-input-end): Don't defvar when compiling.
16940 (ange-ftp-process-file): Use bound-and-true-p.
16941
16942 * pcmpl-rpm.el (top-level): Move provide statement to end.
16943 (pcmpl-rpm): Remove unused custom group.
16944
16945 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
16946
16947 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
16948
16949 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
16950 (byte-compile-warnings): Add `constants' as an option.
16951 (byte-compile-callargs-warn, byte-compile-arglist-warn)
16952 (display-call-tree): Update for byte-compile-fdefinition possibly
16953 returning `(macro lambda ...)'. (Bug#4778)
16954 (byte-compile-variable-ref, byte-compile-setq-default):
16955 Respect `constants' member of byte-compile-warnings.
16956
16957 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
16958
16959 * vc-bzr.el (vc-bzr-revision-keywords): New var.
16960 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
16961 to "submit:".
16962
16963 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
16964
16965 * textmodes/ispell.el (ispell-skip-region-alist):
16966 * international/mule-conf.el (eight-bit):
16967 * international/fontset.el (font-encoding-alist):
16968 * startup.el (pure-space-overflow-message):
16969 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
16970 * paths.el (gnus-nntp-service, rmail-spool-directory)
16971 (term-file-prefix):
16972 * files.el (save-some-buffers-action-alist):
16973 * cmuscheme.el (same-window-buffer-names):
16974 * ielm.el (same-window-buffer-names):
16975 * shell.el (same-window-buffer-names):
16976 * mail/sendmail.el (same-window-buffer-names):
16977 * progmodes/inf-lisp.el (same-window-buffer-names):
16978 * bindings.el (mode-line-client)
16979 (mode-line-column-line-number-mode-map):
16980 * language/tibetan.el (tibetan-precomposition-rule-regexp)
16981 (tibetan-precomposed-regexp): Purecopy string arguments.
16982
16983 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16984
16985 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
16986 (calcDigit-nondigit):
16987 * calc/calc-yank.el (calc-copy-to-buffer):
16988 * calc/calc-units.el (calc-invalidate-units-table):
16989 * calc/calc-trail.el (calc-trail-yank):
16990 * calc/calc-store.el (calc-insert-variables):
16991 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
16992 * calc/calc-prog.el (calc-read-parse-table):
16993 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
16994 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
16995 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
16996 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
16997 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
16998 (calc-graph-name, calc-graph-find-command, calc-graph-view)
16999 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
17000 * calc/calc-ext.el (calc-realign):
17001 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
17002 (calc-embedded-finish-edit, calc-embedded-make-info)
17003 (calc-embedded-finish-command, calc-embedded-stack-change):
17004 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
17005
17006 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
17007 shell-dynamic-complete-filename in preference to
17008 comint-dynamic-complete-filename.
17009
17010 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
17011 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
17012 Don't consider whether the display supports colors.
17013 (bookmark-import-new-list): Use dolist.
17014 (bookmark-bmenu-mode-map): Move initialization into declaration.
17015 (bookmark-bmenu-list): Use dolist, simplify.
17016 (bookmark-show-all-annotations): Use save-selected-window and dolist.
17017 (menu-bar-final-items): Use push.
17018
17019 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
17020
17021 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
17022 it works on remote files.
17023 (vc-hg-diff): Don't pass any `--cwd' argument.
17024
17025 2009-10-27 Kevin Ryde <user42@zip.com.au>
17026
17027 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17028 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
17029 (Further to Bug#3921).
17030
17031 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
17032
17033 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
17034 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
17035 calling `tramp-imap-put-file'. Add file size to the call.
17036 (tramp-imap-get-file-entries): Compute also user name, file size,
17037 and date.
17038 (tramp-imap-handle-insert-directory): Insert uid and gid.
17039 (tramp-imap-handle-file-attributes): Transform uid and gid
17040 according to `id-format'.
17041 (tramp-imap-put-file): New optional parameter SIZE. Encode file
17042 size in header X-Size.
17043
17044 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
17045
17046 * simple.el (transpose-subr): Give clearer error when the mark
17047 is not set. (Bug#4807)
17048
17049 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
17050
17051 * net/tramp.el (tramp-perl-file-truename): New defconst.
17052 Perl code contributed by yary <not.com@gmail.com> (tiny change).
17053 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
17054 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
17055 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
17056
17057 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
17058 Ignore `dired-call-process'.
17059 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
17060
17061 2009-10-26 Julian Scheid <julians37@gmail.com>
17062
17063 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
17064 (tramp-get-remote-readlink): New defun.
17065 (tramp-handle-file-truename): Use it.
17066 (tramp-handle-file-exists-p): Check file-attributes cache, assume
17067 file exists if cache value present.
17068 (tramp-check-cached-permissions): New defun.
17069 (tramp-handle-file-readable-p): Use it.
17070 (tramp-handle-file-writable-p): Likewise.
17071 (tramp-handle-file-executable-p): Likewise.
17072 (tramp-handle-file-name-all-completions): Try using Perl to get
17073 partial completions. When perl not available, combine `cd' and
17074 `ls' into single remote operation and use shell expansion to get
17075 partial remote directory contents. Set `file-exists-p' cache for
17076 directory and any files returned by ls. Change cache handling to
17077 support partial directory contents. Use error message emitted by
17078 remote `cd' or Perl code for local tramp-error.
17079 (tramp-do-copy-or-rename-file-directly): Avoid separate
17080 tramp-send-command-and-check call.
17081 (tramp-handle-process-file): Merge three remote ops into one.
17082 Do not flush all caches when `process-file-side-effects' is set.
17083 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
17084 file-attributes shows uid/gid to be set already.
17085
17086 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
17087
17088 * textmodes/tex-mode.el (tex-dvi-view-command)
17089 (tex-show-queue-command, tex-open-quote):
17090 * progmodes/ruby-mode.el (auto-mode-alist)
17091 (interpreter-mode-alist): Purecopy strings.
17092
17093 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
17094
17095 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
17096 string for the hook, keymap and abbrev table.
17097
17098 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
17099
17100 * x-dnd.el (x-dnd-xdnd-to-action):
17101 * startup.el (fancy-startup-text, fancy-about-text): Change to
17102 defconst from defvar.
17103
17104 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
17105
17106 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
17107 Purecopy initialization strings.
17108
17109 * mail/sendmail.el (mail-header-separator)
17110 (mail-personal-alias-file):
17111 * mail/rmail.el (rmail-default-dont-reply-to-names)
17112 (rmail-ignored-headers, rmail-retry-ignored-headers)
17113 (rmail-highlighted-headers, rmail-secondary-file-directory)
17114 (rmail-secondary-file-regexp):
17115 * files.el (null-device, file-name-invalid-regexp)
17116 (locate-dominating-stop-dir-regexp)
17117 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
17118 (interpreter-mode-alist): Use mapcar instead of mapc.
17119
17120 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
17121
17122 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
17123 (completion-ignored-extensions):
17124 (debug-ignored-errors): Purecopy strings.
17125
17126 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
17127
17128 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
17129 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
17130 (pcomplete--here): Use push.
17131
17132 * subr.el (all-completions): Declare the 4th arg obsolete.
17133
17134 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
17135
17136 * pcomplete.el (pcomplete-unquote-argument-function): New var.
17137 (pcomplete-unquote-argument): New function.
17138 (pcomplete--common-suffix): Always pay attention to case.
17139 (pcomplete--table-subvert): Quote and unquote the text.
17140 (pcomplete--common-quoted-suffix): New function.
17141 (pcomplete-std-complete): Use it and pcomplete-begin.
17142
17143 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
17144 we're inside a dedicated or minibuffer window.
17145
17146 2009-10-24 Karl Fogel <kfogel@red-bean.com>
17147
17148 * bookmark.el: Update documentation, especially documentation
17149 of `bookmark-alist' and of the bookmark file format.
17150 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
17151
17152 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
17153
17154 * mail/emacsbug.el (report-emacs-bug): Clarify that the
17155 keybindings apply to the mail buffer (Bug#4003). Shrink help
17156 window to buffer.
17157
17158 * whitespace.el (whitespace-mode, whitespace-newline-mode)
17159 (global-whitespace-mode, global-whitespace-newline-mode)
17160 (whitespace-toggle-options, global-whitespace-toggle-options):
17161 Doc fix (Bug#3660).
17162
17163 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
17164 of xmltok-start before the end tag was inserted (Bug#2840).
17165
17166 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
17167 patterns that are preceded by an open-paren (Bug#1320).
17168
17169 2009-10-24 Sven Joachim <svenjoac@gmx.de>
17170
17171 * files.el (delete-directory): Delete symlinks to directories with
17172 delete-file (Bug#4739).
17173
17174 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
17175
17176 * vc.el (vc-backend-for-registration): Rename from
17177 vc-get-backend-for-registration. Update callers.
17178
17179 * international/mule-cmds.el (set-language-info-alist):
17180 Purecopy lang-env.
17181 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
17182 (charset): Purecopy the name.
17183 (define-char-code-property): Purecopy string arguments.
17184
17185 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17186 Purecopy string arguments.
17187
17188 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
17189 * ediff-hook.el (menu-bar-ediff-menu):
17190 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
17191 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
17192
17193 2009-10-24 Glenn Morris <rgm@gnu.org>
17194
17195 * comint.el (comint-dynamic-list-completions):
17196 * term.el (term-dynamic-list-completions): Use choose-completion rather
17197 than obsolete alias mouse-choose-completion.
17198
17199 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
17200 file-cache-choose-completion.
17201 (file-cache-choose-completion): Handle an optional event argument.
17202 (file-cache-mouse-choose-completion): Make it an obsolete alias.
17203
17204 * progmodes/octave-mod.el (octave-complete-symbol):
17205 Use choose-completion if mouse-choose-completion is ever removed.
17206
17207 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
17208 use.
17209
17210 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
17211 compiler.
17212
17213 * vc-hooks.el (vc-responsible-backend): Fix declaration.
17214
17215 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
17216
17217 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
17218 Ignore `pred' now that we receive one.
17219 Handle test-completion specially.
17220
17221 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17222
17223 * vc.el (vc-responsible-backend): Throw an error if not backend is
17224 found. Remove the REGISTER argument. Move the code dealing with
17225 REGISTER ...
17226 (vc-get-backend-for-registration): ... here. New function.
17227 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
17228 of vc-responsible-backend, pass the file name instead of the
17229 directory name.
17230
17231 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
17232
17233 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
17234 New funs.
17235 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
17236 (pcomplete-comint-setup): Don't modify a global var via
17237 accidental side-effects.
17238 (pcomplete-shell-setup): Adjust call accordingly.
17239 (pcomplete-parse-comint-arguments): Use push.
17240
17241 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
17242
17243 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17244 Allow uncapitalized info node names (Bug#3921).
17245
17246 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
17247 to the DEBUG file (Bug#3781).
17248
17249 2009-10-23 Jari Aalto <jari.aalto@cante.net>
17250
17251 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
17252 dictionary entry (Bug#4579).
17253
17254 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
17255
17256 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
17257 from `rfn-eshadow-update-overlay-hook' when unloading.
17258 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
17259 "rsyncc". Adjust doc string.
17260 (tramp-temp-buffer-file-name): New buffer-local defvar.
17261 (tramp-handle-insert-file-contents, tramp-handle-write-region):
17262 Keep temporary file when indicated by method ("rsync" and
17263 "rsyncc").
17264 (tramp-handle-write-region): Handle APPEND.
17265 (tramp-delete-temp-file-function): New defun. Added to
17266 `kill-buffer-hook'.
17267
17268 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
17269
17270 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
17271
17272 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17273
17274 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
17275 (color-name-rgb-alist, tty-standard-colors)
17276 (tty-color-mode-alist): Change to defconst.
17277
17278 * simple.el (mark-inactive): Purecopy message.
17279
17280 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
17281 (global-map, yank-menu):
17282 * textmodes/ispell.el (ispell-menu-map):
17283 * net/eudc.el (eudc-tools-menu):
17284 * international/mule-cmds.el (describe-language-environment-map)
17285 (setup-language-environment-map, set-coding-system-map)
17286 (mule-menu-keymap):
17287 * vc-hooks.el (vc-menu-entry, vc-menu-map):
17288 * replace.el (occur-mode-map):
17289 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
17290
17291 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
17292
17293 * calc/calc.el (math-read-number, math-read-number-simple):
17294 Use `save-match-data'.
17295
17296 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17297
17298 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
17299 rather than fiddling with global-map bindings, since it should only
17300 affect per-terminal settings.
17301 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
17302
17303 * minibuffer.el (completion-table-with-terminator): Allow to specify
17304 the terminator-regexp.
17305
17306 * simple.el (switch-to-completions): Look for *Completions* in other
17307 frames as well.
17308
17309 * pcomplete.el: Allow the use of completion-tables.
17310 (pcomplete-std-complete): New command.
17311 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
17312 (pcomplete--here): Use a function for `form' rather than an expression,
17313 so it can be byte-compiled.
17314 (pcomplete-here, pcomplete-here*): Adjust accordingly.
17315 Add edebug declaration.
17316 (pcomplete-show-completions): Remove unused var `curbuf'.
17317 (pcomplete-do-complete, pcomplete-stub):
17318 Don't assume `completions' is a list of strings any more.
17319
17320 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
17321
17322 * find-dired.el (find-name-arg): Fix typo in docstring.
17323
17324 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17325
17326 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
17327 (pcmpl-linux-fs-types): Same, and update to new modules layout.
17328
17329 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
17330 pcomplete-entries.
17331
17332 * comint.el (comint-read-input-ring, comint-write-input-ring)
17333 (comint-substitute-in-file-name)
17334 (comint-dynamic-complete-as-filename)
17335 (comint-dynamic-simple-complete)
17336 (comint-dynamic-list-filename-completions)
17337 (comint-dynamic-list-completions)
17338 (comint-redirect-results-list-from-process): Minor simplifications.
17339
17340 2009-10-21 Kevin Ryde <user42@zip.com.au>
17341
17342 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
17343 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
17344 the first form. And insert a blank line after ";;; Code" since
17345 that's usual style. (Bug#4612)
17346
17347 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
17348
17349 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17350
17351 * minibuffer.el (completion-table-with-terminator): Properly implement
17352 boundaries, in case `terminator' appears in the suffix.
17353 (completion--embedded-envvar-table): Don't return boundaries if
17354 there's no valid completion. Simplify.
17355 (completion-file-name-table): New completion table extracted from
17356 completion--file-name-table.
17357 (completion--file-name-table): Use it.
17358 (read-file-name-predicate): Declare obsolete.
17359 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
17360 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
17361 completion-file-name-table, and use the `pred' argument.
17362 * files.el (locate-file-completion-table): Use the `pred' arg rather
17363 than read-file-name-predicate.
17364 (abbreviate-file-name): Use \` rather than ^ for BOS.
17365
17366 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
17367
17368 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
17369 vc-responsible-backend to register, it causes problems.
17370
17371 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17372
17373 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
17374
17375 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
17376
17377 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
17378 (tramp-smb-handle-file-attributes): Use it.
17379 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
17380 (tramp-smb-handle-insert-directory): Use `mapc' rather than
17381 `mapcar'. Use `tramp-smb-get-stat-capability'.
17382 Add `dired-filename' text properties.
17383 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
17384 (tramp-smb-maybe-open-connection): Simplify check for smbclient
17385 version.
17386
17387 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
17388
17389 * subr.el (read-key-delay): Reduce to 0.01.
17390 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
17391 (bug#4751).
17392
17393 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
17394
17395 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
17396
17397 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
17398 (Info-menu): Remove unused vars `last' and `completions'.
17399 (Info-index-nodes): Remove unused var `node'.
17400
17401 * info.el (Info-complete-menu-item): Use complete-with-action.
17402
17403 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
17404
17405 Make vc-annotate work through copies and renames.
17406 * vc-annotate.el (vc-annotate-extract-revision-at-line):
17407 Return the file name too.
17408 (vc-annotate-revision-at-line)
17409 (vc-annotate-find-revision-at-line)
17410 (vc-annotate-revision-previous-to-line)
17411 (vc-annotate-show-log-revision-at-line): Update to get the file
17412 name from vc-annotate-extract-revision-at-line.
17413 (vc-annotate-show-diff-revision-at-line-internal): Change the
17414 argument to mean whether to show a file diff or not. Get the file
17415 name from vc-annotate-extract-revision-at-line.
17416 (vc-annotate-show-diff-revision-at-line):
17417 Update vc-annotate-show-diff-revision-at-line call.
17418 (vc-annotate-warp-revision): Add an optional file argument.
17419
17420 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
17421 (vc-git-annotate-extract-revision-at-line): Also return the file
17422 name if found.
17423
17424 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
17425 command. Remove unused code.
17426 (vc-hg-annotate-re): Update to match --follow output.
17427 (vc-hg-annotate-extract-revision-at-line): Also return the file
17428 name if found.
17429
17430 * vc.el: Update annotate-extract-revision-at-line documentation.
17431
17432 2009-10-18 Kevin Ryde <user42@zip.com.au>
17433
17434 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
17435 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
17436
17437 * net/browse-url.el (browse-url): Identify alist with "consp and
17438 not functionp" and let all other things go down the `apply' leg,
17439 as suggested by Stefan. (Further to bug#4531.)
17440
17441 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
17442
17443 * minibuffer.el (read-file-name): Check for repeat before putting
17444 a default argument in file-name-history (Bug#4657).
17445
17446 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
17447 read syntax (Bug#4737).
17448
17449 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
17450
17451 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
17452
17453 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
17454 (html-tag-alist, html-tag-help): Add descriptions for undocumented
17455 entries and make note of obsolete tags.
17456
17457 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
17458
17459 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
17460
17461 2009-10-18 Glenn Morris <rgm@gnu.org>
17462
17463 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
17464 grep, so that binary files (eg international/uni-bidi.el) can match.
17465 Remove test for "UnicodeData" files, since it is hopefully unnecessary
17466 now, and in any case the file header format has changed.
17467
17468 2009-10-17 Glenn Morris <rgm@gnu.org>
17469
17470 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
17471 (flyspell-get-word, flyspell-large-region)
17472 (flyspell-auto-correct-previous-word): Doc/error message fixes.
17473
17474 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
17475
17476 * Makefile.in (ELCFILES): Add ede/shell.
17477
17478 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
17479
17480 * term/common-win.el (x-colors): Purecopy it.
17481
17482 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17483
17484 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
17485 permissive for when the buffer is empty.
17486 (tar-header-block-tokenize): Decode the username and groupname.
17487 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
17488
17489 2009-10-17 Eric Ludlam <zappo@gnu.org>
17490
17491 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
17492 contains multibyte characters, choose first applicable coding
17493 system automatically.
17494
17495 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17496
17497 * international/mule-cmds.el (select-safe-coding-system): If the file
17498 has a coding cookie, use it regardless of any other setting (bug#4712).
17499
17500 2009-10-17 Glenn Morris <rgm@gnu.org>
17501
17502 * foldout.el (foldout-mouse-swallow-events):
17503 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
17504
17505 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
17506 (dired-keep-marker-copy, dired-keep-marker-hardlink)
17507 (dired-keep-marker-symlink, dired-dwim-target)
17508 (dired-copy-preserve-time): Do not autoload these defcustoms.
17509
17510 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
17511 messages from messing up the file coding. (Bug#4623)
17512
17513 2009-10-17 Jari Aalto <jari.aalto@cante.net>
17514
17515 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
17516 if no match is found for the current dictionary. (Bug#4578)
17517
17518 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
17519 optional, since that is how it is documented, and this is often called
17520 with a nil argument. (Bug#4577)
17521 (flyspell-external-point-words, flyspell-auto-correct-word)
17522 (flyspell-correct-word-before-point, flyspell-word-search-forward)
17523 (flyspell-word-search-backward): Remove nil argument in calls to
17524 flyspell-get-word, since it is not needed now.
17525
17526 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
17527
17528 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
17529
17530 2009-10-16 Glenn Morris <rgm@gnu.org>
17531
17532 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
17533
17534 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
17535
17536 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
17537 (ange-ftp-file-size): New function.
17538 (ange-ftp-file-attributes): Use it.
17539
17540 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
17541
17542 * net/tramp-smb.el (tramp-smb-version): New defvar.
17543 (tramp-smb-maybe-open-connection): Use it, in order to avoid
17544 repeated checks.
17545
17546 2009-10-16 Glenn Morris <rgm@gnu.org>
17547
17548 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
17549 Maybe copy some custom properties from old to new name. (Bug#4706)
17550
17551 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
17552
17553 * subr.el (error, sit-for, start-process-shell-command)
17554 (start-file-process-shell-command): Set the calling convention
17555 after the function definition.
17556
17557 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
17558
17559 * subr.el (error, sit-for, start-process-shell-command)
17560 (start-file-process-shell-command): Use the new
17561 set-advertised-calling-convention feature.
17562
17563 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
17564
17565 * international/ucs-normalize.el (ucs-normalize-version):
17566 Change to 1.2.
17567 (check-range): Adjust for Unicode 5.2.
17568
17569 2009-10-15 Juri Linkov <juri@jurta.org>
17570
17571 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
17572 to the `menu-item' format.
17573
17574 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
17575
17576 * net/tramp.el (tramp-replace-environment-variables): Do not fail
17577 if the environment variable does not exist.
17578
17579 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17580 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
17581 parameter.
17582 (tramp-smb-handle-add-name-to-file)
17583 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17584 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17585 (tramp-smb-handle-file-attributes)
17586 (tramp-smb-do-file-attributes-with-stat)
17587 (tramp-smb-handle-file-local-copy)
17588 (tramp-smb-handle-insert-directory)
17589 (tramp-smb-handle-make-directory)
17590 (tramp-smb-handle-make-directory-internal)
17591 (tramp-smb-handle-make-symbolic-link)
17592 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
17593 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
17594 (tramp-smb-maybe-open-connection): Apply the changed parameters.
17595 (tramp-smb-read-file-entry): Read Disk names in compressed format.
17596 Handle long file names.
17597 (tramp-smb-get-cifs-capabilities): Check, whether the connection
17598 process is running.
17599 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
17600 Read share names with "-g" option.
17601
17602 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
17603
17604 * net/rcirc.el (rcirc-view-log-file): New command.
17605 (rcirc-track-minor-mode-map): Remove C-c ` binding.
17606 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
17607 specified.
17608
17609 2009-10-15 Glenn Morris <rgm@gnu.org>
17610
17611 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
17612 from the second command-line argument.
17613 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
17614 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
17615 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
17616 w32-batch-update-autoloads.
17617 * emacs-lisp/autoload.el (autoload-make-program): New variable.
17618 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
17619
17620 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
17621 the headers cannot be located. Simplify, subtracting superflous
17622 save-excursions.
17623
17624 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
17625
17626 Replace completion-base-size by completion-base-position to fix bugs
17627 such as (bug#4699).
17628 * simple.el (completion-base-position): New var.
17629 (completion-base-size): Mark as obsolete.
17630 (choose-completion): Make it work for mouse events as well.
17631 Pass the new base-position to choose-completion-string.
17632 (choose-completion-guess-base-position): New function, extracted from
17633 choose-completion-delete-max-match.
17634 (choose-completion-delete-max-match): Use it. Make obsolete.
17635 (choose-completion-string): Use the new base-position info.
17636 (completion-root-regexp): Delete.
17637 (completion-setup-function): Preserve completion-base-position.
17638 Eliminate obsolete base-size manipulation.
17639 * minibuffer.el (display-completion-list): Don't mess with base-size.
17640 (minibuffer-completion-help): Set completion-base-position instead.
17641 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
17642 choose-completion.
17643 * textmodes/bibtex.el (bibtex-complete):
17644 * emacs-lisp/crm.el (crm--choose-completion-string):
17645 Adjust to new calling convention.
17646 * complete.el (partial-completion-mode): Use minibufferp to avoid
17647 bumping into incompatible change to choose-completion-string-functions.
17648 * ido.el (ido-choose-completion-string): Make its calling convention
17649 more permissive.
17650 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
17651 base-size manipulation.
17652 (comint-dynamic-list-input-ring): Use dotimes and push.
17653 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
17654 fundamental-mode. Use `or'.
17655
17656 2009-10-14 Juri Linkov <juri@jurta.org>
17657
17658 * misearch.el (multi-isearch-next-buffer-from-list)
17659 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
17660
17661 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17662
17663 * Makefile.in (compile-onefile): Load `bytecomp' rather than
17664 `bytecomp.el'.
17665
17666 * minibuffer.el (completion-pcm--merge-completions): Make sure the
17667 string we return is all made up of text from the completions rather
17668 than part from the completions and part from the input (bug#4219).
17669
17670 * ido.el (ido-everywhere): Use define-minor-mode.
17671
17672 * buff-menu.el (list-buffers, ctl-x-map):
17673 Mark the entry points with ;;;###autoload cookies.
17674
17675 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
17676
17677 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
17678 correctly in the detached head case.
17679 (vc-git-print-log): Remove unused binding.
17680
17681 * vc.el (vc-responsible-backend): When a directory is passed for
17682 for registration create a VC repository if no backend is
17683 responsible for the directory argument.
17684 (vc-deduce-fileset): Tell vc-responsible-backend to register.
17685
17686 * vc.el: Move comments about RCS and SCCS ...
17687 * vc-rcs.el:
17688 * vc-sccs.el: ... here, respectively.
17689
17690 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17691
17692 * minibuffer.el (completion--file-name-table): Return nil if there's
17693 no file completion, even if substitute-in-file-name changed
17694 the string (bug#4708).
17695
17696 2009-10-13 Juri Linkov <juri@jurta.org>
17697
17698 * files-x.el (read-file-local-variable-value): Don't filter out
17699 minor modes from mode name completion (bug#4664).
17700
17701 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
17702
17703 * international/mule-cmds.el (ucs-names): Remove exclusion of
17704 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
17705
17706 2009-10-13 Kenichi Handa <handa@m17n.org>
17707
17708 * international/uni-name.el: Regenerated.
17709
17710 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
17711
17712 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
17713 should be automatically buffer-local, but isn't.)
17714
17715 2009-10-12 Sam Steingold <sds@gnu.org>
17716
17717 * progmodes/compile.el (compilation-next-error-function): Fix the
17718 timestamps if the buffer has been visited before.
17719 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
17720 non-anchored patterns, like the perl one (bug#3928).
17721
17722 2009-10-12 Glenn Morris <rgm@gnu.org>
17723
17724 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
17725 Let-bind `size'.
17726
17727 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
17728
17729 * proced.el (proced-unload-function): New function.
17730
17731 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
17732 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
17733 Doc fix.
17734
17735 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
17736
17737 2009-10-11 Juri Linkov <juri@jurta.org>
17738
17739 * files-x.el (read-file-local-variable-value):
17740 Provide default value only for bound variables (bug#4664).
17741
17742 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
17743
17744 * net/tramp.el (tramp-local-host-p): Function shall return nil for
17745 connection methods like smb.
17746
17747 * net/tramp-cache.el (tramp-flush-connection-property): The hash
17748 can be empty.
17749
17750 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17751 (tramp-smb-file-name-handler-alist): Add handlers for
17752 `add-name-to-file', `make-symbolic-link'.
17753 (tramp-smb-handle-add-name-to-file)
17754 (tramp-smb-do-file-attributes-with-stat)
17755 (tramp-smb-handle-make-symbolic-link)
17756 (tramp-smb-get-cifs-capabilities): New defuns.
17757 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17758 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17759 (tramp-smb-handle-file-local-copy)
17760 (tramp-smb-handle-make-directory-internal)
17761 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
17762 The file name syntax depends on cifs capabilities.
17763 (tramp-smb-handle-file-attributes):
17764 Call `tramp-smb-do-file-attributes-with-stat' if possible.
17765 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
17766 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
17767
17768 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
17769
17770 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
17771 (eieio-defclass): Apply deftype handler and setf-method properties
17772 directly.
17773 (eieio-add-new-slot): Avoid union function from cl library.
17774 (eieio--typep): New function.
17775 (eieio-perform-slot-validation): Use it.
17776
17777 2009-10-10 Karl Fogel <kfogel@red-bean.com>
17778
17779 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
17780 Update documentation to refer to the variables documented in r1.135.
17781 (Bug#4188)
17782
17783 2009-10-10 Karl Fogel <kfogel@red-bean.com>
17784
17785 * bookmark.el (Info-suffix-list): Remove this unused variable.
17786 (bookmark-current-point): Remove this obsolete variable.
17787 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
17788 Adjust for removal of bookmark-current-point.
17789
17790 (bookmarks-already-loaded, bookmark-current-buffer)
17791 (bookmark-yank-point): Document. (Bug#4188)
17792
17793 2009-10-10 Glenn Morris <rgm@gnu.org>
17794
17795 * frame.el (frame-height): Doc fix.
17796
17797 * calendar/calendar.el (calendar-split-width-threshold): New option.
17798 (calendar-basic-setup): Use calendar-split-width-threshold.
17799
17800 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
17801
17802 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
17803 Ideographic Supplement" range (U+1F200..U+1F2FF).
17804
17805 2009-10-09 Karl Fogel <kfogel@red-bean.com>
17806
17807 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
17808 since the list will have been rebuilt anyway. (Bug#4349)
17809
17810 2009-10-09 Karl Fogel <kfogel@red-bean.com>
17811
17812 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
17813 (bookmark-bmenu-execute-deletions): Don't save here, as
17814 bookmark-delete will now do so if necessary.
17815 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
17816 (Bug#4348)
17817
17818 2009-10-09 Glenn Morris <rgm@gnu.org>
17819
17820 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
17821
17822 2009-10-09 Karl Fogel <kfogel@red-bean.com>
17823
17824 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
17825 (bookmark-jump-other-window): Just invoke bookmark-jump with new
17826 argument now, so the two function's behaviors will match. (Bug#3645)
17827
17828 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
17829
17830 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
17831 (tramp-file-name-real-host, tramp-file-name-port):
17832 Apply `save-match-data'.
17833
17834 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
17835 case both directories are remote.
17836 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
17837 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
17838
17839 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
17840
17841 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
17842
17843 2009-10-07 Glenn Morris <rgm@gnu.org>
17844
17845 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
17846 of concat.
17847
17848 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
17849
17850 * files-x.el (read-file-local-variable): Include some
17851 non-user-variables in the completion table (bug#4664).
17852
17853 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
17854
17855 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
17856 message.
17857
17858 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17859 (tramp-smb-file-name-handler-alist): Add handler for
17860 `copy-directory', `expand-file-name', `set-file-modes'.
17861 (tramp-smb-handle-copy-directory)
17862 (tramp-smb-handle-expand-file-name)
17863 (tramp-smb-handle-set-file-modes): New defuns.
17864 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
17865 (tramp-smb-handle-file-attributes): Simplify check for retrieving
17866 entry.
17867 (tramp-smb-handle-insert-directory): Don't flush the cache.
17868 (tramp-smb-maybe-open-connection): Check for samba client and
17869 server versions.
17870
17871 2009-10-07 Eli Zaretskii <eliz@gnu.org>
17872
17873 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
17874 to not error out of search for "^lisp=" fails.
17875
17876 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
17877
17878 * makefile.w32-in (WINS_UPDATES): New macro.
17879 (custom-deps, finder-data, autoloads): Use it.
17880
17881 2009-10-07 Glenn Morris <rgm@gnu.org>
17882
17883 * Makefile.in (autoloads): Revert previous change.
17884 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
17885 the list of preloaded files passed on the command-line, get
17886 it from src/Makefile.
17887
17888 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
17889 show the original buffer rather than a random one.
17890
17891 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
17892
17893 * help.el (describe-no-warranty): Place point in a slightly better
17894 position in the GPLv3 text.
17895
17896 2009-10-06 Sam Steingold <sds@gnu.org>
17897
17898 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
17899 the comm attribute is present before calling regexp-quote.
17900
17901 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
17902
17903 * play/animate.el (animate-string): For good effect, make sure
17904 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
17905
17906 * play/animate.el (animate-sequence, animate-birthday-present):
17907 * misc.el (butterfly): Don't set `indent-tabs-mode'.
17908
17909 2009-10-06 Glenn Morris <rgm@gnu.org>
17910
17911 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
17912
17913 * emacs-lisp/autoload.el (autoload-excludes): New variable.
17914 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
17915 (batch-update-autoloads): Process a string value of autoload-excludes,
17916 set during the build process.
17917 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
17918
17919 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
17920 inside with-parsed... macro so that `v' is defined.
17921
17922 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
17923 * progmodes/fortran.el (fortran-end-of-block)
17924 (fortran-beginning-of-block):
17925 Also push mark in the macro case.
17926
17927 * emerge.el (emerge-show-file-name):
17928 * calc/calc.el (calc-quit):
17929 * calc/calc-misc.el (calc-big-or-small):
17930 * calc/calc-graph.el (calc-graph-view):
17931 * calc/calc-ext.el (calc-reset):
17932 * calendar/calendar.el (calendar-basic-setup):
17933 Use window-full-height-p.
17934
17935 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
17936 header we don't understand, don't insert another. (Bug#4624)
17937 If changing mime charset, insert the new one in the right place.
17938
17939 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
17940
17941 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
17942 (cal-tex-cursor-month): Correctly increment the end date for diary and
17943 holiday listing. (Bug#4626)
17944
17945 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
17946
17947 * help-fns.el (describe-function-1): Don't burp if the function is not
17948 a symbol.
17949
17950 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
17951
17952 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
17953 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
17954 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
17955 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
17956
17957 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
17958 (eieio-default-superclass): Reflow docstrings.
17959 (this, class-option-assoc, defclass, eieio-class-un-autoload)
17960 (eieio-unbind-method-implementations, defmethod)
17961 (eieio-validate-slot-value, eieio-validate-class-slot-value)
17962 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
17963 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
17964 (eieio-slot-originating-class-p, eieio-slot-name-index)
17965 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
17966 (constructor, initialize-instance, no-next-method, object-print)
17967 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
17968 Fix typos in docstrings.
17969 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
17970 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
17971 (next-method-p): Doc fixes.
17972 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
17973 Fix typos in error messages.
17974 (eieio-defmethod): Fix typo in description of generic method.
17975
17976 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
17977 (eieio-persistent-save-interactive, slot-missing):
17978 Fix typos in docstrings.
17979 (eieio-instance-inheritor-slot-boundp): Doc fix.
17980
17981 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
17982 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
17983
17984 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
17985 (eieio-custom-object-apply-reset):
17986 Fix typos in docstrings and error messages.
17987
17988 * emacs-lisp/eieio-datadebug.el (data-debug-show):
17989 Fix typo in docstring.
17990
17991 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
17992 (eieio-browse-tree): Doc fix.
17993 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
17994 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
17995 Fix typos in docstrings.
17996
17997 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
17998 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
17999 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
18000 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
18001 Reflow docstrings.
18002
18003 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
18004
18005 * vc-hg.el (log-view-vc-backend): Declare for compiler.
18006 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
18007 Set log-view-vc-backend so that diff can work.
18008
18009 * log-view.el (log-view-diff): Use vc-diff-internal instead of
18010 vc-version-diff.
18011 (vc-diff-internal): Autoload this instead of vc-version-diff.
18012
18013 2009-10-05 Eli Zaretskii <eliz@gnu.org>
18014
18015 * simple.el (eval-expression): Doc fix.
18016
18017 * progmodes/cwarn.el (cwarn-mode): Doc fix.
18018
18019 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
18020
18021 * files.el (directory-files-no-dot-files-regexp): New defconst.
18022 (delete-directory): Use it.
18023 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
18024
18025 * net/tramp.el (tramp-verbose): Fix docstring.
18026 (tramp-methods): Add recursive option to `tramp-copy-args'.
18027 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
18028 "scp1_old", "scp2_old", "rsync", "rsyncc".
18029 (tramp-default-method): Check also for `auth-source-user-or-password'.
18030 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
18031 Add handler for `copy-directory'.
18032 (tramp-handle-copy-directory): New defun.
18033 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
18034 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
18035 Optimize sent command.
18036
18037 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18038
18039 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
18040 window if necessary.
18041
18042 * calendar/calendar.el (calendar-basic-setup): Don't call
18043 switch-to-buffer in a dedicated window.
18044
18045 2009-10-05 Karl Fogel <kfogel@red-bean.com>
18046
18047 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
18048 don't do anything related to relocating, just return nil.
18049 (bookmark-error-no-filename): New error.
18050 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
18051 bookmark has no file. Don't even attempt to handle things that
18052 are not files; the whole point of custom handlers is to keep that
18053 knowledge elsewhere anyway. Tighten some comments.
18054 (bookmark-file-or-variation-thereof): Remove now-unused function.
18055 (bookmark-location): Doc string fix.
18056 (Bug#4250)
18057
18058 2009-10-04 Karl Fogel <kfogel@red-bean.com>
18059
18060 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
18061 don't use a file dialog, because they usually don't know how to read
18062 a directory target from the user. (Bug#4230)
18063 Also, make sure the prompt can display directories as well as files.
18064
18065 2009-10-04 Karl Fogel <kfogel@red-bean.com>
18066
18067 * bookmark.el (bookmark-set, bookmark-buffer-name):
18068 Improve doc strings. (Bug#1193)
18069
18070 2009-10-04 Karl Fogel <kfogel@red-bean.com>
18071
18072 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
18073 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
18074 (bookmark-get-annotation, bookmark-set-annotation)
18075 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
18076 (bookmark-set-position, bookmark-get-front-context-string)
18077 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
18078 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
18079 (bookmark-jump-other-window, bookmark-handle-bookmark)
18080 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
18081 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
18082 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
18083 Improve doc strings to say whether bookmark can be a string or
18084 a record or both, and make other consistency and clarity fixes.
18085 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
18086 (bookmark-default-annotation-text, bookmark-yank-word)
18087 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
18088 (bookmark-import-new-list, bookmark-maybe-rename)
18089 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
18090 (bookmark-bmenu-bookmark): Give these doc strings.
18091 (bookmark-bmenu-check-position): Give this a doc string, but also
18092 add a FIXME comment about how the function may be pointless.
18093 (bookmark-default-handler): Rework doc string and change a
18094 parameter name, to clarify that this takes a bookmark record
18095 not a bookmark name.
18096 (bookmark-set): Change a parameter name to indicate its meaning,
18097 and improve the doc string a bit.
18098 (Bug#4188)
18099
18100 2009-10-04 Karl Fogel <kfogel@red-bean.com>
18101
18102 * bookmark.el (bookmark-alist): Document the new `handler' element
18103 in the param alist.
18104 (bookmark-make-record-function): Adjust documentation for above.
18105 (Bug#4193)
18106
18107 2009-10-04 Karl Fogel <kfogel@red-bean.com>
18108
18109 * info.el (Info-bookmark-make-record): Document this function.
18110 (Info-bookmark-jump): Document with a doc string, not just a comment.
18111 (Bug#4203)
18112
18113 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
18114
18115 * files.el (copy-directory): New defun.
18116
18117 * dired-aux.el (dired-copy-file-recursive): Use it.
18118
18119 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
18120
18121 * files-x.el (modify-dir-local-variable)
18122 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
18123 docstrings.
18124
18125 * recentf.el (recentf-unload-function): New function.
18126
18127 2009-10-04 Glenn Morris <rgm@gnu.org>
18128
18129 * window.el (window-full-height-p): Add doc string.
18130
18131 2009-10-04 Martin Rudalics <rudalics@gmx.at>
18132
18133 * window.el (window-full-height-p): New function. (Bug#4543)
18134
18135 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
18136
18137 * vc.el: Remove commented out code.
18138 (vc-derived-from-dir-mode): Remove, unused.
18139 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
18140
18141 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
18142
18143 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
18144 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
18145 there could be recursive loading when `default-directory' is a
18146 remote file name. (Bug#4614)
18147
18148 2009-10-03 Glenn Morris <rgm@gnu.org>
18149
18150 * calendar/calendar.el (calendar-basic-setup): Handle the case where
18151 the frame is wide.
18152 (calendar-generate-window): Test for shrinkability rather than width.
18153
18154 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
18155 reusing existing buffers, in case we happen to visit two files with the
18156 same basename. (Bug#4593)
18157
18158 2009-10-02 Eli Zaretskii <eliz@gnu.org>
18159
18160 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
18161 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
18162 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
18163 subdirs of cedet as well.
18164 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
18165
18166 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18167
18168 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
18169 Obey advertised-signature-table.
18170
18171 * help-fns.el (help-function-arglist): Don't check
18172 advertised-signature-table.
18173 (describe-function-1): Do it here instead so it also applies to subrs.
18174
18175 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
18176
18177 * simple.el (start-file-process): Say in the doc-string, that file
18178 handlers might not support pty association, if PROGRAM is nil.
18179
18180 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
18181 HOST and USER are strings. They are nil, when there are
18182 incomplete entries in ~/.netrc, for example.
18183 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
18184 root directory ("device busy" error otherwise).
18185
18186 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
18187 Flush file properties of created directory.
18188
18189 2009-10-02 Eli Zaretskii <eliz@gnu.org>
18190
18191 * makefile.w32-in (WINS_BASIC): Remove cedet.
18192 (WINS_CEDET): Add cedet.
18193 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
18194
18195 2009-10-02 Kevin Ryde <user42@zip.com.au>
18196
18197 * net/browse-url.el (browse-url): Pass any symbol in
18198 browse-url-browser-function to `apply', since if you've mistakenly put
18199 an unbound symbol then the error is clearer. (Bug#4531)
18200
18201 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
18202
18203 * allout.el (allout-init, allout-back-to-current-heading)
18204 (allout-beginning-of-current-entry, allout-ascend-to-depth)
18205 (allout-ascend, allout-up-current-level, allout-end-of-level)
18206 (allout-previous-visible-heading, allout-forward-current-level)
18207 (allout-backward-current-level, allout-show-children):
18208 * apropos.el (apropos-describe-plist):
18209 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
18210 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
18211 * completion.el (add-completion, add-permanent-completion):
18212 * descr-text.el (describe-text-category, describe-char):
18213 * desktop.el (desktop-lazy-abort):
18214 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
18215 * dired.el (dired-build-subdir-alist):
18216 * ediff.el (ediff-version):
18217 * elide-head.el (elide-head, elide-head-show):
18218 * emerge.el (emerge-version):
18219 * env.el (getenv):
18220 * face-remap.el (variable-pitch-mode):
18221 * faces.el (describe-face):
18222 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
18223 (dired-at-point):
18224 * files.el (find-file-existing, auto-save-mode):
18225 * font-lock.el (font-lock-fontify-buffer):
18226 * help-fns.el (describe-function, describe-variable)
18227 (describe-syntax, describe-categories):
18228 * help.el (view-lossage, describe-bindings, describe-key)
18229 (describe-mode):
18230 * hexl.el (hexl-current-address):
18231 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
18232 * info.el (Info-goto-emacs-key-command-node):
18233 * log-edit.el (log-edit-insert-cvs-template)
18234 (log-edit-insert-cvs-rcstemplate):
18235 * menu-bar.el (menu-bar-mode):
18236 * mouse.el (mouse-appearance-menu):
18237 * newcomment.el (comment-indent-new-line):
18238 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
18239 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
18240 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
18241 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
18242 * recentf.el (recentf-mode):
18243 * savehist.el (savehist-mode, savehist-save):
18244 * shadowfile.el (shadow-copy-files):
18245 * simple.el (kill-ring-save, next-line, previous-line)
18246 (normal-erase-is-backspace-mode):
18247 * strokes.el (strokes-update-window-configuration)
18248 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
18249 (strokes-xpm-for-stroke):
18250 * time.el (emacs-uptime, emacs-init-time):
18251 * tutorial.el (tutorial--describe-nonstandard-key)
18252 (tutorial--detailed-help):
18253 * type-break.el (type-break-mode)
18254 (type-break-mode-line-message-mode, type-break-query-mode)
18255 (type-break-guesstimate-keystroke-threshold):
18256 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
18257 * version.el (emacs-version):
18258 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
18259 * winner.el (winner-mode):
18260 * calendar/timeclock.el (timeclock-in, timeclock-out)
18261 (timeclock-status-string, timeclock-change)
18262 (timeclock-workday-remaining-string)
18263 (timeclock-workday-elapsed-string)
18264 (timeclock-when-to-leave-string):
18265 * calendar/todo-mode.el (todo-add-category):
18266 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
18267 * emacs-lisp/autoload.el (update-file-autoloads):
18268 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
18269 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
18270 (checkdoc-message-text, checkdoc-defun):
18271 * emacs-lisp/debug.el (debugger-list-functions):
18272 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18273 * emacs-lisp/eieio-opt.el (eieio-describe-class)
18274 (eieio-describe-generic):
18275 * emacs-lisp/lisp-mnt.el (lm-synopsis):
18276 * emacs-lisp/shadow.el (list-load-path-shadows):
18277 * emulation/cua-base.el (cua-mode):
18278 * emulation/edt.el (edt-set-scroll-margins):
18279 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
18280 (tpu-toggle-regexp, tpu-toggle-search-direction)
18281 (tpu-toggle-rectangle, tpu-toggle-control-keys):
18282 * emulation/tpu-extras.el (tpu-set-scroll-margins):
18283 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
18284 (viper-set-parsing-style-toggling-macro)
18285 (viper-set-emacs-state-searchstyle-macros):
18286 * emulation/viper.el (viper-set-hooks):
18287 * eshell/esh-mode.el (eshell-truncate-buffer):
18288 * international/mule-cmds.el (prefer-coding-system)
18289 (describe-input-method, describe-language-environment):
18290 * international/mule-diag.el (list-character-sets)
18291 (describe-character-set, describe-coding-system)
18292 (describe-fontset, list-fontsets, list-input-methods):
18293 * mail/sendmail.el (mail-signature):
18294 * net/ange-ftp.el (ange-ftp-copy-file):
18295 * net/browse-url.el (browse-url):
18296 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
18297 * net/quickurl.el (quickurl-add-url):
18298 * net/rcirc.el (names, topic):
18299 * net/xesam.el (xesam-mode):
18300 * play/5x5.el (5x5-new-game):
18301 * play/yow.el (apropos-zippy):
18302 * progmodes/ada-mode.el (ada-mode-version):
18303 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
18304 (f90-end-of-block)
18305 (f90-beginning-of-block):
18306 * progmodes/fortran.el (fortran-end-of-block)
18307 (fortran-beginning-of-block):
18308 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
18309 * progmodes/python.el (python-describe-symbol, python-shell):
18310 * term/ns-win.el (ns-print-buffer):
18311 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
18312 * textmodes/flyspell.el (flyspell-mode-on):
18313 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
18314 (pages-directory-for-addresses):
18315 * textmodes/table.el (table-recognize-cell)
18316 (table-query-dimension, table-generate-source)
18317 (table-insert-sequence, table--warn-incompatibility):
18318 * textmodes/tex-mode.el (tex-validate-buffer):
18319 * textmodes/texinfmt.el (texinfmt-version)
18320 (texinfo-format-buffer):
18321 Use `called-interactively-p' instead of `interactive-p'.
18322
18323 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
18324
18325 * image-mode.el (image-toggle-display):
18326 * emacs-lisp/elp.el (elp-instrument-function):
18327 * emacs-lisp/advice.el (ad-make-advised-definition):
18328 * emacs-lisp/easy-mmode.el (define-minor-mode):
18329 * net/browse-url.el (browse-url-maybe-new-window):
18330 * progmodes/sh-script.el (sh-learn-buffer-indent):
18331 Pass new argument 'any to `called-interactively-p'.
18332
18333 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
18334
18335 * international/uni-bidi.el:
18336 * international/uni-category.el:
18337 * international/uni-combining.el:
18338 * international/uni-comment.el:
18339 * international/uni-decimal.el:
18340 * international/uni-decomposition.el:
18341 * international/uni-digit.el:
18342 * international/uni-lowercase.el:
18343 * international/uni-mirrored.el:
18344 * international/uni-name.el:
18345 * international/uni-numeric.el:
18346 * international/uni-old-name.el:
18347 * international/uni-titlecase.el:
18348 * international/uni-uppercase.el:
18349 Regenerate from Unicode 5.2.0 data.
18350
18351 2009-10-01 Glenn Morris <rgm@gnu.org>
18352
18353 * Makefile.in (ELCFILES): Regenerate.
18354
18355 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18356
18357 * subr.el (interactive-p): Mark obsolete.
18358 (called-interactively-p): Make the optional-ness of `kind' obsolete.
18359 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
18360 advertised-signature-table for subroutines as well.
18361
18362 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
18363 (set-advertised-calling-convention): New function.
18364 (make-obsolete, define-obsolete-function-alias)
18365 (make-obsolete-variable, define-obsolete-variable-alias):
18366 Make the optional-ness of `when' obsolete.
18367 (define-obsolete-face-alias): Make `when' non-optional.
18368 * help-fns.el (help-function-arglist):
18369 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
18370 Use advertised-signature-table.
18371
18372 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
18373
18374 * files.el (delete-directory): New defun. The original function
18375 in fileio.c has been renamed to `delete-directory-internal'.
18376
18377 * dired.el (dired-delete-file): Call `delete-directory' with
18378 RECURSIVE parameter.
18379
18380 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
18381 parameter RECURSIVE. Implementation is missing.
18382
18383 * net/tramp.el (tramp-handle-make-directory): Flush upper
18384 directory's file properties.
18385 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
18386 (tramp-handle-dired-recursive-delete-directory): Flush directory
18387 properties after the remove command only.
18388
18389 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
18390 Handle optional parameter RECURSIVE.
18391
18392 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
18393 Handle optional parameter RECURSIVE.
18394
18395 * net/tramp-smb.el (tramp-smb-errors): Add error message for
18396 connection timeout.
18397 (tramp-smb-handle-delete-directory): Handle optional parameter
18398 RECURSIVE.
18399
18400 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18401
18402 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
18403 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
18404 (byte-compile-defmacro): Use backquotes.
18405
18406 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
18407
18408 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
18409 has no associated file.
18410 (vc-resynch-buffer): Use vc-dir-buffers.
18411
18412 2009-10-01 Glenn Morris <rgm@gnu.org>
18413
18414 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
18415 (chart-file-count):
18416 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
18417 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
18418 * emacs-lisp/eieio-opt.el (eieio-describe-class):
18419 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
18420 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
18421 (eieio-copy-parents-into-subclass, make-instance, class-children)
18422 (eieio-generic-form):
18423
18424 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
18425 match-data. (Bug#4555).
18426
18427 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
18428 rather than parsing it as a regexp. This relaxes the layout
18429 requirements and makes errors easier to detect.
18430 (check-declare-verify): Check file is regular.
18431 (check-declare-directory): Doc fix.
18432 * subr.el (declare-function): Doc fix.
18433
18434 * ibuffer.el (ibuffer-format-qualifier):
18435 * isearch.el (hi-lock-regexp-okay):
18436 * calc/calc.el (math-zerop):
18437 * mail/uce.el (rmail-msgbeg, rmail-msgend):
18438 * term/w32-win.el (setup-default-fontset, set-fontset-font):
18439 Remove unused declarations.
18440
18441 2009-09-30 Eric Ludlam <zappo@gnu.org>
18442
18443 * emacs-lisp/eieio.el (boolean-p): Delete.
18444
18445 2009-09-30 Glenn Morris <rgm@gnu.org>
18446
18447 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
18448
18449 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
18450 filename is not a string.
18451
18452 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
18453
18454 * files.el (safe-local-eval-forms): Fix typo.
18455
18456 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
18457
18458 * vc-hooks.el (vc-dir-buffers): New var.
18459 (vc-state-refresh): New function.
18460 (vc-state): Use it.
18461 (vc-after-save): Always ask the backend to recompute the new state.
18462 Always call vc-dir if necessary, using vc-dir-buffers.
18463 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
18464 Use vc-dir-buffers.
18465 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
18466 (vc-dir-prepare-status-buffer, vc-dir-update)
18467 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
18468 Don't call expand-file-name on default-directory.
18469
18470 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
18471
18472 * speedbar.el (speedbar-item-delete):
18473 * calc/calc-prog.el (calc-kbd-if):
18474 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
18475
18476 * epa.el (epa-key-list-mode-map):
18477 * hi-lock.el (hi-lock-menu): Fix typos in menus.
18478
18479 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
18480 (hs-show-hook): Fix typo in docstring.
18481
18482 2009-09-29 Glenn Morris <rgm@gnu.org>
18483
18484 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
18485 file-name-nondirectory call preventing location of cedet files.
18486 (check-declare-verify): Use literal search rather than re-search.
18487 Add basic defmethod and defclass, and define-overloadable-function.
18488
18489 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18490 Use tramp-compat-file-attributes rather than nonexistent
18491 tramp-compat-handle-file-attributes.
18492
18493 * Makefile.in (lisptagsfiles4): New.
18494 (AUTOGENEL): Add cedet loaddefs files.
18495 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
18496 (update-elclist, compile-always, backup-compiled-files)
18497 (bootstrap-clean): Add yet another directory level.
18498 (update-elclist): Use LC_COLLATE rather than COLLATE.
18499 (ELCFILES): Update, via `make update-elclist'.
18500
18501 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
18502
18503 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
18504 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
18505 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
18506
18507 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
18508
18509 * Makefile.in (lisptagsfiles3): Define.
18510 (TAGS, TAGS-LISP): Use it.
18511 (update-elclist): Add third directory level to look for elc files.
18512 (compile-always): Likewise.
18513 (backup-compiled-files): Likewise.
18514 (bootstrap-clean): Likewise.
18515 (ELCFILES): Update.
18516
18517 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
18518
18519 * Makefile.in (ELCFILES): Add CEDET files.
18520
18521 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
18522
18523 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
18524
18525 * net/tramp.el (top): Require tramp-imap.
18526
18527 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18528 Use `tramp-compat-handle-file-attributes'.
18529
18530 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
18531
18532 * net/tramp-imap.el: New package.
18533
18534 2009-09-28 Eric Ludlam <zappo@gnu.org>
18535
18536 * emacs-lisp/chart.el:
18537 * emacs-lisp/eieio-base.el:
18538 * emacs-lisp/eieio-comp.el:
18539 * emacs-lisp/eieio-custom.el:
18540 * emacs-lisp/eieio-datadebug.el:
18541 * emacs-lisp/eieio-opt.el:
18542 * emacs-lisp/eieio-speedbar.el:
18543 * emacs-lisp/eieio.el: New files.
18544
18545 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18546
18547 * whitespace.el (whitespace-trailing-regexp)
18548 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
18549 Fix doc string.
18550
18551 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
18552
18553 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
18554 menu.
18555
18556 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
18557 menu-bar-ediff-menu.
18558
18559 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
18560 define-overloadable-function.
18561
18562 * progmodes/autoconf.el: Provide autoconf as well, so that this
18563 file can be `require'd.
18564
18565 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
18566
18567 * emacs-lisp/autoload.el (generated-autoload-feature)
18568 (generated-autoload-load-name): New vars.
18569 (autoload-rubric, autoload-generate-file-autoloads): Use them.
18570 (make-autoload): Recognize define-overloadable-function and
18571 defclass forms (for EIEIO).
18572
18573 * Makefile.in (update-subdirs): Exclude cedet directory.
18574
18575 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
18576
18577 * term/ns-win.el: Don't set the region face background. (Bug#4381)
18578
18579 * faces.el: Default light-background background for region face to
18580 ns_selection_color under NS.
18581
18582 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
18583
18584 * net/imap-hash.el: New library, see NEWS.
18585
18586 * Makefile.in (ELCFILES): Add imap-hash.el.
18587
18588 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
18589
18590 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
18591 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
18592 * help-macro.el (make-help-screen): Avoid using an ambiguous function
18593 definition where the docstring could be taken for the return value.
18594
18595 2009-09-26 Glenn Morris <rgm@gnu.org>
18596
18597 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
18598 Add option to only show images below a certain size.
18599 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
18600 save-excursion calls.
18601
18602 2009-09-26 Eli Zaretskii <eliz@gnu.org>
18603
18604 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
18605 subdirectories) and eieio.
18606
18607 2009-09-26 Alan Mackenzie <acm@muc.de>
18608
18609 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18610 Correct buggy bracketing. (Bug#4289)
18611
18612 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
18613 character constants (as case labels). (Bug#4289)
18614
18615 2009-09-25 Juri Linkov <juri@jurta.org>
18616
18617 * files.el (safe-local-eval-forms): Allow time-stamp in
18618 before-save-hook (Bug#4554).
18619
18620 2009-09-25 Drew Adams <drew.adams@oracle.com>
18621
18622 * menu-bar.el (list-buffers-directory): Doc fix.
18623
18624 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
18625
18626 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
18627 Try and avoid copying twice the same paragraph.
18628 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
18629 Remove save-excursion.
18630 (log-edit-changelog-entry): Do it here instead.
18631
18632 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
18633
18634 * bs.el (bs--get-file-name): Use `list-buffers-directory'
18635 when available, instead of hardcoding mode names. Doc fix.
18636
18637 * menu-bar.el (list-buffers-directory): Add docstring.
18638 Make automatically buffer-local.
18639
18640 * dired.el (dired-mode):
18641 * files.el (cd-absolute):
18642 * pcvs.el (cvs-temp-buffer):
18643 * pcvs-util.el (cvs-get-buffer-create):
18644 * shell.el (shell-mode):
18645 * vc-dir.el (vc-dir-mode):
18646 Don't make `list-buffers-directory' buffer local.
18647
18648 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
18649
18650 * comint.el (comint-exec, comint-run, make-comint):
18651 Doc fixes (Bug#4542).
18652
18653 2009-09-25 Glenn Morris <rgm@gnu.org>
18654
18655 * mail/rmailmm.el (rmail-mime): New custom group.
18656 Move all defcustoms in this file into this group.
18657 (rmail-mime-media-type-handlers-alist): Revert previous change.
18658 (rmail-mime-show-images): New option.
18659 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
18660 references to it, since it wasn't actually used for anything.
18661 (rmail-mime-insert-image): New function.
18662 (rmail-mime-image): Use rmail-mime-insert-image.
18663 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
18664 obey the value of `rmail-mime-show-images' option. Print the size of
18665 attachments.
18666
18667 2009-09-25 David Engster <deng@randomsample.de>
18668
18669 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
18670
18671 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18672
18673 * whitespace.el: Does not highlight trailing spaces While point is
18674 at end of line. Does not highligt spaces at beginning of buffer
18675 while point is at beginning of buffer. Does not highlight spaces
18676 at end of buffer while point is at end of buffer. (Bug#4177)
18677 New version 12.0.
18678 (whitespace-display-mappings): Adjust initialization.
18679 (whitespace-point, whitespace-font-lock-refontify): New vars.
18680 (whitespace-color-on, whitespace-color-off): Adjust code.
18681 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
18682 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
18683 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
18684
18685 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
18686
18687 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
18688
18689 * textmodes/sgml-mode.el: Remove xml-mode alias.
18690
18691 * files.el (auto-mode-alist, conf-mode-maybe)
18692 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
18693
18694 2009-09-24 Alan Mackenzie <acm@muc.de>
18695
18696 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
18697 c-forward-conditionals, but it doesn't move point and doesn't set
18698 the mark.
18699 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
18700 (c-down-conditional-with-else, c-backward-conditional)
18701 (c-forward-conditional): Refactor to use c-scan-conditionals.
18702
18703 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
18704
18705 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
18706 (help-default-arg-highlight): Remove.
18707 (help-highlight-arg): New function.
18708 (help-do-arg-highlight): Use it.
18709 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
18710
18711 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18712
18713 * term.el (term-set-scroll-region, term-handle-ansi-escape):
18714 Undo last change, which didn't fix the problem and introduced others.
18715
18716 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
18717
18718 * progmodes/gdb-mi.el: Don't require speedbar.
18719 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
18720
18721 2009-09-24 Glenn Morris <rgm@gnu.org>
18722
18723 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
18724
18725 * term/ns-win.el (ns-reg-to-script): Define for compiler.
18726
18727 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
18728 there is no newline after the final mime boundary. (Bug#4539)
18729 Move markers on insertion so that any buttons inserted don't end up in
18730 the next part of a multipart message.
18731 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
18732 (rmail-mime-bulk-handler): Optionally handle images.
18733 (rmail-mime-image): New button action.
18734 (rmail-mime-image-handler): New function.
18735 (rmail-mime-mode): New mode.
18736 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
18737
18738 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18739
18740 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
18741 than just dropping elements from it (bug#4504).
18742
18743 * term.el (term-set-scroll-region): Don't move cursor any more.
18744 (term-handle-ansi-escape): Call term-goto here instead.
18745 Suggested by Ivan Kanis <apple@kanis.eu>.
18746
18747 * term.el: Require CL.
18748 (term-ansi-reset): New function.
18749 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
18750 (term-handle-colors-array): Simplify.
18751
18752 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
18753
18754 * allout.el (allout-overlay-interior-modification-handler)
18755 (allout-obtain-passphrase):
18756 * epa-file.el (epa-file-write-region):
18757 * ps-print.el (ps-begin-job):
18758 * vc-hooks.el (vc-toggle-read-only):
18759 * vc-rcs.el (vc-rcs-rollback):
18760 * vc-sccs.el (vc-sccs-rollback):
18761 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
18762 (vc-version-diff, vc-revert, vc-rollback):
18763 * wdired.el (wdired-check-kill-buffer):
18764 * emacs-lisp/authors.el (authors):
18765 * net/socks.el (socks-open-connection):
18766 * net/zeroconf.el (zeroconf-service-add-hook):
18767 * obsolete/vc-mcvs.el (vc-mcvs-register):
18768 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
18769 (gdb-select-frame):
18770 * progmodes/grep.el (lgrep, rgrep):
18771 * progmodes/idlw-help.el (idlwave-help-check-locations)
18772 (idlwave-help-html-link, idlwave-help-assistant-open-link):
18773 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
18774 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
18775 (reftex-toc-rename-label): Fix typos in error messages.
18776
18777 * dired-aux.el (dired-do-shell-command): Reflow docstring.
18778 (dired-copy-how-to-fn): Doc fix.
18779 (dired-files-attributes, dired-read-shell-command):
18780 Fix typos in docstrings.
18781
18782 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
18783 (dired-x-find-file-other-window): Reflow docstrings.
18784 (dired-omit-marker-char, dired-read-shell-command)
18785 (dired-x-submit-report): Fix typos in docstrings.
18786
18787 * shell.el (shell-mode-hook):
18788 * view.el (View-scroll-line-forward):
18789 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
18790 Fix typos in docstrings.
18791
18792 * net/dig.el (dig-invoke): Fix typo in docstring.
18793 (query-dig): Reflow docstring.
18794
18795 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
18796 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
18797 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
18798 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
18799 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
18800 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
18801 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
18802 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
18803 (idlwave-completion-map, idlwave-current-indent)
18804 (idlwave-custom-ampersand-surround, idlwave-customize)
18805 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
18806 (idlwave-define-abbrev, idlwave-determine-class-special)
18807 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
18808 (idlwave-end-block-reg, idlwave-end-of-statement)
18809 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
18810 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
18811 (idlwave-explicit-class-listed, idlwave-file-header)
18812 (idlwave-fill-paragraph, idlwave-find-class-definition)
18813 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
18814 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
18815 (idlwave-in-quote, idlwave-indent-action-table)
18816 (idlwave-indent-expand-table, idlwave-indent-line)
18817 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
18818 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
18819 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
18820 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
18821 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
18822 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
18823 (idlwave-outlawed-buffers, idlwave-popup-select)
18824 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
18825 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
18826 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
18827 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
18828 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
18829 (idlwave-statement-type, idlwave-struct-skip)
18830 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
18831 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
18832 (idlwave-what-module-find-class): Fix typos in docstrings.
18833 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
18834 (idlwave-calculate-cont-indent, idlwave-expand-equal)
18835 (idlwave-find-module, idlwave-find-structure-definition)
18836 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
18837 (idlwave-list-load-path-shadows, idlwave-next-statement)
18838 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
18839 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
18840 (idlwave-template): Reflow docstrings.
18841
18842 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
18843 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
18844 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
18845 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
18846 (idlwave-shell-display-line, idlwave-shell-display-wframe)
18847 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
18848 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
18849 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
18850 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
18851 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
18852 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
18853 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
18854 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
18855 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
18856 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
18857 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
18858 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
18859 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
18860 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
18861 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
18862 Fix typos in docstrings.
18863 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
18864 (idlwave-shell-hide-output, idlwave-shell-mode)
18865 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
18866 Reflow docstrings.
18867
18868 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
18869
18870 2009-09-24 Ivan Kanis <apple@kanis.eu>
18871
18872 * term.el (term-bold-attribute): New var.
18873 (term-handle-colors-array): Use it.
18874
18875 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
18876
18877 * progmodes/gdb-mi.el (gdb-version): New variable.
18878 (gdb-non-stop-handler): Set gdb-version.
18879 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
18880 Condition "--thread" option on gdb-version.
18881 (gdb-invalidate-threads): Remove unused argument.
18882
18883 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18884
18885 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
18886 to looking-back to avoid ridiculous slow down in large files (bug#4511).
18887
18888 2009-09-23 Glenn Morris <rgm@gnu.org>
18889
18890 * mail/rmail.el (rmail-reply): Don't try to add a References header when
18891 replying to mail without References or Message-Id. (Bug#4525)
18892
18893 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
18894
18895 * term/ns-win.el (ns-reg-to-script): New variable.
18896
18897 2009-09-23 Daiki Ueno <ueno@unixuser.org>
18898
18899 * epg.el (epg-wait-for-status): Preserve existing 'error results.
18900
18901 2009-09-22 Sam Steingold <sds@gnu.org>
18902
18903 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
18904 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
18905 to 1 because hg returns status 1 when nothing is found.
18906 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
18907
18908 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
18909
18910 * textmodes/fill.el: Convert to utf-8 encoding.
18911 (fill-french-nobreak-p): Remove redundant » and « inherited from our
18912 pre-Unicode days.
18913
18914 * add-log.el (change-log-fill-forward-paragraph): New function.
18915 (change-log-mode): Use it so fill-region DTRT.
18916 Set fill-indent-according-to-mode here rather than in
18917 change-log-fill-paragraph.
18918 (change-log-fill-paragraph): Remove.
18919
18920 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
18921
18922 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
18923 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
18924
18925 2009-09-22 Glenn Morris <rgm@gnu.org>
18926
18927 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
18928 the scroll-bar scroll the calendar window rather than the buffer.
18929
18930 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
18931 commands that move point (as opposed to scrolling).
18932
18933 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
18934
18935 * emacs-lisp/elint.el (elint): New custom group.
18936 (elint-log-buffer): Make it a defcustom.
18937 (elint-scan-preloaded, elint-ignored-warnings)
18938 (elint-directory-skip-re): New options.
18939 (elint-builtin-variables): Doc fix.
18940 (elint-preloaded-env): New variable.
18941 (elint-unknown-builtin-args): Add an entry for encode-time.
18942 (elint-extra-errors): Make it a variable rather than a constant.
18943 (elint-preloaded-skip-re): New constant.
18944 (elint-directory): Skip files matching elint-directory-skip-re.
18945 (elint-features): New variable, local to linted buffers.
18946 (elint-update-env): Initialize elint-features. Possibly add
18947 elint-preloaded-env to the buffer's environment.
18948 (elint-get-top-forms): Bind elint-current-pos, for log messages.
18949 Skip quoted forms.
18950 (elint-init-form): New function, extracted from elint-init-env.
18951 Make non-list forms a warning rather than an error.
18952 Add the mode-map for define-derived-mode. Handle define-minor-mode,
18953 easy-menu-define, put that adds an error-condition, and provide.
18954 When requiring cl, also require cl-macs. Really require cl, to handle
18955 some cl macros. Store required libraries in the list elint-features,
18956 so as not to re-load them. Treat cc-require like require.
18957 (elint-init-env): Call elint-init-form to do the work.
18958 Handle eval-and-compile and such like.
18959 (elint-add-required-env): Do not clear messages.
18960 (elint-special-forms): Add handlers for function, defalias, if, when,
18961 unless, and, or.
18962 (elint-form): Add optional argument to ignore elint-special-forms,
18963 useful to prevent recursive calls from handlers. Doc fix.
18964 Respect elint-ignored-warnings.
18965 (elint-form): Respect elint-ignored-warnings.
18966 (elint-bound-variable, elint-bound-function): New variables.
18967 (elint-unbound-variable): Respect elint-bound-variable.
18968 (elint-get-args): Respect elint-bound-function.
18969 (elint-check-cond-form): Add some simple handling for (f)boundp and
18970 featurep tests.
18971 (elint-check-defalias-form): New handler.
18972 (elint-check-let-form): Make an empty let a warning rather than an
18973 error.
18974 (elint-check-setq-form): Make an empty setq a warning rather than an
18975 error. Respect elint-ignored-warnings.
18976 (elint-check-defvar-form): Accept null doc-strings.
18977 (elint-check-conditional-form): New handler. Does some simple-minded
18978 checking of featurep and (f)boundp tests.
18979 (elint-put-function-args): New function.
18980 (elint-initialize): Use elint-scan-doc-file rather than
18981 elint-find-builtin-variables. Use elint-put-function-args.
18982 Possibly scan preloaded-file-list.
18983 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
18984 extend to handle functions as well.
18985
18986 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
18987
18988 * linum.el (linum-delete-overlays, linum-update-window):
18989 Do not modify the right margin. (Bug#3971)
18990
18991 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
18992
18993 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
18994 Use nxml-mode instead of xml-mode.
18995
18996 2009-09-21 Kevin Ryde <user42@zip.com.au>
18997
18998 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
18999
19000 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19001
19002 * net/dig.el (dig-mode): Use define-derived-mode.
19003
19004 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
19005
19006 * vc-dispatcher.el (vc-do-command): Return the process object in
19007 the asynchronous case. Use when instead of if. Do not run
19008 vc-exec-after to display a message if not enabled. (Bug#4463)
19009
19010 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
19011 properties to the stash strings.
19012 (vc-git-stash-list): Return a list of strings.
19013 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
19014 (vc-git-stash-show-at-point): New functions.
19015 (vc-git-stash-map): New keymap.
19016
19017 * register.el (ctl-x-r-map): Define the keys here instead of
19018 using autoload.
19019
19020 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
19021
19022 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
19023 list, to workaround performance problem (bug#4485).
19024
19025 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
19026
19027 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
19028
19029 2009-09-20 Daiki Ueno <ueno@unixuser.org>
19030
19031 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
19032 Document that this option is not recommended to use.
19033
19034 2009-09-19 Glenn Morris <rgm@gnu.org>
19035
19036 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
19037 variable `var'.
19038
19039 * calc/calc-alg.el (var):
19040 * calc/calcalg2.el (var): Define for compiler.
19041
19042 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
19043
19044 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
19045 Doc fix (Bug#3932).
19046
19047 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
19048
19049 * time-stamp.el (time-stamp-month-dd-yyyy)
19050 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
19051 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
19052 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
19053 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
19054 Remove functions that have been obsolete since 1995 (Bug#4436).
19055
19056 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
19057 indent buffer only if called interactively (Bug#4452).
19058
19059 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
19060 Eli Zaretskii <eliz@gnu.org>
19061
19062 This fixes bug#4197 (merged to bug#865, though not identical).
19063 * server.el (server-auth-dir): Add docstring note about FAT32.
19064 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
19065 but warn against using them.
19066
19067 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
19068
19069 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
19070 older GDB where there is no has_more field.
19071
19072 2009-09-19 Glenn Morris <rgm@gnu.org>
19073
19074 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
19075
19076 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
19077
19078 * files.el (auto-mode-alist): Change default for XML files to nXML
19079 mode (Bug#4169).
19080
19081 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
19082
19083 * server.el (server-ensure-safe-dir): Pass 'integer
19084 to `file-attributes', as suggested.
19085
19086 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
19087
19088 * dired-aux.el (dired-query-alist): Remove spurious backslash.
19089 (dired-query): Use read-key.
19090
19091 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
19092
19093 * cus-start.el (ns-use-qd-smoothing): Remove.
19094
19095 2009-09-18 Glenn Morris <rgm@gnu.org>
19096
19097 * allout.el (top-level): Remove unnecessary progn.
19098
19099 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
19100
19101 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
19102 definition of abbrev table.
19103
19104 * speedbar.el (speedbar-track-mouse):
19105 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
19106 * net/eudc.el (eudc-expand-inline):
19107 * net/newst-backend.el (newsticker--cache-read-feed):
19108 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
19109 condition-case handlers.
19110
19111 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
19112
19113 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
19114 (gdb-var-list): Add an element for has_more field.
19115 (gdb-non-stop-handler): Enable pretty printing for STL containers.
19116 (gdb-var-create-handler, gdb-var-list-children-handler-1)
19117 (gdb-var-update-handler-1): Parse output of dynamic variable
19118 objects (STL containers).
19119 (gdb-var-delete-1): Pass var1 as an explicit second argument.
19120 (gdb-get-field): Delete alias. Use bindat-get-field directly.
19121
19122 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
19123 gdb-var-list.
19124 (gud-speedbar-buttons): Make node expandable if expression "has more"
19125 children.
19126
19127 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
19128
19129 * startup.el (emacs-quick-startup): Remove variable and all uses.
19130 (command-line): Set `inhibit-x-resources' instead.
19131 (command-line-1): Use `inhibit-x-resources' instead.
19132
19133 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
19134
19135 * subr.el: Fix last change to avoid using the `unless' macro,
19136 which breaks bootstrapping.
19137
19138 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19139
19140 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
19141 extended definitions, in case we reload subr.el after having
19142 loaded CL.
19143 (eval-next-after-load): Mark as obsolete.
19144
19145 2009-09-17 Juri Linkov <juri@jurta.org>
19146
19147 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
19148 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
19149 (menu-bar-showhide-menu, menu-bar-tools-menu)
19150 (menu-bar-describe-menu, menu-bar-help-menu)
19151 (minibuffer-local-completion-map, minibuffer-local-map):
19152 Fix list quoting.
19153
19154 2009-09-17 Glenn Morris <rgm@gnu.org>
19155
19156 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
19157 arguments, whether or not it has a handler.
19158
19159 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
19160
19161 * simple.el (hard-newline): Give it a doc-string.
19162
19163 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19164 (lisp-mode-syntax-table): Give them doc-strings.
19165
19166 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
19167
19168 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
19169 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
19170 (menu-bar-options-menu, menu-bar-showhide-menu)
19171 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
19172 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
19173 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
19174 (menu-bar-options-menu, menu-bar-tools-menu)
19175 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
19176 (menu-bar-help-menu):
19177 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
19178 string arguments.
19179
19180 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
19181 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
19182 calls for the menu names and :help.
19183
19184 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19185
19186 * mouse.el (minor-mode-menu-from-indicator): Pay attention
19187 to :minor-mode-function (bug#4455).
19188
19189 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
19190
19191 * startup.el (command-line): Initialize the window-system after
19192 processing the command-line.
19193
19194 * textmodes/page.el (what-page): Make sure we don't inf-loop if
19195 page-delimiter matches the empty string.
19196
19197 2009-09-16 Glenn Morris <rgm@gnu.org>
19198
19199 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
19200 byte-compile-not-obsolete-var. It's a list now.
19201 (byte-compile-not-obsolete-funcs): New variable.
19202 (byte-compile-warn-obsolete): Don't warn about functions if they are in
19203 byte-compile-not-obsolete-funcs.
19204 (byte-compile-variable-ref, byte-compile-defvar): Update for
19205 byte-compile-not-obsolete-vars name-change and list nature.
19206 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
19207 and variables behind (f)boundp tests.
19208 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
19209
19210 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19211
19212 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
19213
19214 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19215
19216 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
19217 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
19218 Don't autoload.
19219
19220 2009-09-15 Stephen Eglen <stephen@gnu.org>
19221
19222 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
19223 the virtual-buffers, use the name of the buffer specified by
19224 find-file-noselect, as the match may be a symlink. (This was a
19225 problem if the target and the symlink had different names.)
19226
19227 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19228
19229 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
19230
19231 * desktop.el (desktop-path): Check user-emacs-directory.
19232
19233 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
19234
19235 * loadup.el: Use after-load-functions to GC after loading each file.
19236 Remove the explicit GC calls that used to be sprinkled around.
19237
19238 * subr.el (after-load-functions): New hook.
19239 (do-after-load-evaluation): Run it. Use string-match-p to detect
19240 `obsolete' packages, rather than painfully extracting the relevant
19241 directory name.
19242
19243 2009-09-15 Glenn Morris <rgm@gnu.org>
19244
19245 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
19246 free variable `doc'.
19247
19248 * dired.el (dired-mode-map): Add menu entry for async shell command.
19249
19250 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
19251 variables, also consider the .elc files, since the .el files are
19252 normally gzipped (subsequent code locates the .el.gz from the .elc).
19253
19254 * calc/calc-prog.el (arglist): Define for compiler.
19255
19256 * calendar/diary-lib.el (diary-display-function): Change the default to
19257 fancy display.
19258 (body): Define for compiler.
19259
19260 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
19261 (byte-compile-file-form, byte-compile-lambda)
19262 (byte-compile-top-level-body, byte-compile-form)
19263 (byte-compile-variable-ref, byte-compile-setq)
19264 (byte-compile-setq-default, byte-compile-body)
19265 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
19266 (batch-byte-compile): Give some more local variables with common names
19267 a "bytecomp-" prefix to avoid masking warnings about free variables.
19268
19269 * startup.el (command-line-1): Give local variables with common names a
19270 distinguishing prefix, so as not to hide free variable warnings during
19271 bootstrap.
19272
19273 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
19274 clever and add a suffix to make a unique name, just let the user decide
19275 whether or not to overwrite it. If the input is a directory, write the
19276 default filename to that directory. (Bug#4388)
19277 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
19278 is a filename-as-a-directory.
19279
19280 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19281
19282 * textmodes/page.el (what-page): Don't move to beginning of line.
19283 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
19284
19285 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19286
19287 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
19288
19289 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
19290
19291 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
19292 * help.el (help-for-help-internal): Add purecopy calls for text.
19293
19294 * vc.el (top): print-log method now takes an optional SHORTLOG
19295 argument. Add a new method: root.
19296 (vc-root-diff, vc-print-root-log): New functions.
19297 (vc-log-short-style): New variable.
19298 (vc-print-log-internal): Add support for showing short logs.
19299
19300 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
19301 vc-print-root-log and vc-print-root-diff.
19302
19303 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
19304 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
19305 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
19306 short logs.
19307
19308 * vc-cvs.el (vc-cvs-print-log):
19309 * vc-mtn.el (vc-mtn-print-log):
19310 * vc-rcs.el (vc-rcs-print-log):
19311 * vc-sccs.el (vc-sccs-print-log):
19312 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
19313 that is ignored for now.
19314
19315 * vc-mtn.el (vc-mtn-annotate-command):
19316 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
19317
19318 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19319
19320 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
19321 to function-key-map, and give them ascii-character property.
19322 * term/x-win.el (x-alternatives-map):
19323 * term/ns-win.el (ns-alternatives-map):
19324 * term/internal.el (msdos-key-remapping-map):
19325 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
19326
19327 2009-09-14 Glenn Morris <rgm@gnu.org>
19328
19329 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
19330 temp-buffers (2009-09-12).
19331
19332 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19333
19334 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
19335 the new read-key function.
19336
19337 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
19338
19339 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
19340 is defined (Bug#4405).
19341
19342 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
19343
19344 * recentf.el (recentf-cleanup): Use a hash table to find
19345 duplicates (Bug#4407).
19346
19347 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
19348
19349 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
19350 kp-0 to ascii equivalents (Bug#4325).
19351
19352 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
19353
19354 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
19355
19356 * eshell/em-hist.el:
19357 * eshell/em-dirs.el (eshell-complete-user-reference):
19358 Declare pcomplete functions and variables to avoid compiler warnings.
19359
19360 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
19361
19362 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
19363 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
19364 * eshell/em-alias.el (eshell-aliases-file):
19365 * eshell/em-hist.el (eshell-history-file-name):
19366 Use expand-file-name instead of concat to make file names (Bug#4308).
19367
19368 2009-09-13 Glenn Morris <rgm@gnu.org>
19369
19370 * ediff-merg.el (ediff-do-merge):
19371 * filesets.el (filesets-run-cmd):
19372 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
19373 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
19374 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
19375 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
19376 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
19377 Replace empty `let's with `progn'.
19378
19379 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19380
19381 * mail/sendmail.el (send-mail-function):
19382 * tooltip.el (tooltip-mode):
19383 * simple.el (transient-mark-mode):
19384 * rfn-eshadow.el (file-name-shadow-mode):
19385 * frame.el (blink-cursor-mode):
19386 * font-core.el (global-font-lock-mode):
19387 * files.el (temporary-file-directory)
19388 (small-temporary-file-directory, auto-save-file-name-transforms):
19389 * epa-hook.el (auto-encryption-mode):
19390 * composite.el (global-auto-composition-mode):
19391 Use custom-initialize-delay.
19392 * startup.el (command-line): Don't explicitly call
19393 custom-reevaluate-setting for all the above vars.
19394 * custom.el (custom-initialize-safe-set)
19395 (custom-initialize-safe-default): Delete.
19396
19397 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19398
19399 * term/x-win.el (x-initialize-window-system):
19400 * term/w32-win.el (w32-initialize-window-system):
19401 * term/ns-win.el (ns-initialize-window-system): Don't call
19402 mouse-wheel-mode since it's enabled globally by default already.
19403
19404 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
19405 actually define the variable, but only silences the byte-compiler.
19406 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
19407 before looking it up.
19408 (mouse-wheel-scroll-amount): Also reset the bindings if this value
19409 is changed.
19410
19411 2009-09-12 Glenn Morris <rgm@gnu.org>
19412
19413 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
19414 1000.
19415 (elint-add-required-env): Don't beep on error.
19416 (elint-forms): In case of error, return ENV unchanged.
19417 (elint-init-env): Skip non-list forms.
19418 (elint-log): Handle unknown file positions.
19419
19420 2009-09-12 Daiki Ueno <ueno@unixuser.org>
19421
19422 * epg.el (epg-make-context): Add autoload cookie.
19423 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
19424 (epg-decrypt-string, epg-start-verify, epg-verify-file)
19425 (epg-verify-string, epg-start-sign, epg-sign-file)
19426 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
19427 (epg-encrypt-string, epg-start-export-keys)
19428 (epg-export-keys-to-file, epg-export-keys-to-string)
19429 (epg-start-import-keys, epg-import-keys-from-file)
19430 (epg-import-keys-from-string, epg-start-receive-keys)
19431 (epg-receive-keys, epg-import-keys-from-server)
19432 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
19433 (epg-sign-keys, epg-start-generate-key)
19434 (epg-generate-key-from-file, epg-generate-key-from-string):
19435 Remove autoload cookie.
19436
19437 2009-09-12 Eli Zaretskii <eliz@gnu.org>
19438
19439 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
19440 reevaluation of trash-directory.
19441
19442 * mwheel.el: Fix last change.
19443 (mouse-wheel-mode): New defvar.
19444 (mouse-wheel-mode): Remove autoload cookie.
19445
19446 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19447
19448 * mwheel.el (mwheel-installed-bindings): New var.
19449 (mouse-wheel-mode): Use it, so as to make sure we really remove all
19450 the bindings we set last time. Use custom-initialize-delay.
19451 * loadup.el: Load mwheel after term/*-win.el.
19452 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
19453 and mouse-wheel-up-event now that their first evaluation is done
19454 sufficiently late to be correct.
19455
19456 * startup.el (tutorial-directory): Make it a defcustom.
19457 Use custom-initialize-delay rather than eval-at-startup to set it.
19458 * image.el (image-load-path): Make it a defcustom.
19459 Use custom-initialize-delay rather than eval-at-startup to set it.
19460 * subr.el (eval-at-startup): Remove.
19461 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
19462
19463 * subr.el (do-after-load-evaluation): Warn the user after loading an
19464 obsolete package.
19465
19466 2009-09-12 Glenn Morris <rgm@gnu.org>
19467
19468 * proced.el (proced-mark-alt): Remove alias.
19469 (proced-mode-map): Remove proced-mark-alt.
19470
19471 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
19472 Elint file and directory. Remove initialization entry.
19473
19474 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
19475 commands.
19476 (elint-current-buffer): Set mode-line-process.
19477 (elint-init-env): Handle define-derived-mode.
19478 Fix declare-function with unspecified arglist. Guard against odd
19479 defalias statements (eg iso-insert's 8859-1-map).
19480 (elint-add-required-env): Use a temp buffer.
19481 (elint-form): Just print the function/macro name, not the whole form.
19482 Return env unchanged if we fail to parse a macro.
19483 (elint-forms): Guard against parse errors.
19484 (elint-output): New function, to handle batch mode.
19485 (elint-log-message): Add optional argument. Use elint-output.
19486 (elint-set-mode-line): New function.
19487
19488 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
19489
19490 * emacs-lisp/elp.el (elp-not-profilable): Add more
19491 functions (Bug#4233).
19492
19493 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
19494
19495 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
19496 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
19497
19498 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
19499
19500 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
19501 (gdb-var-list-children): Use json parsing.
19502
19503 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
19504
19505 * progmodes/js.el (js--proper-indentation): Handle the case where
19506 char-before is null. Reported by Deniz Dogan.
19507
19508 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
19509
19510 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
19511
19512 2009-09-11 Daiki Ueno <ueno@unixuser.org>
19513
19514 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
19515 (epg-digest-algorithm-alist): Add SHA224.
19516 (epg-context-set-passphrase-callback)
19517 (epg-context-set-progress-callback): Add description about
19518 callback function.
19519
19520 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19521
19522 * custom.el (custom-delayed-init-variables): New var.
19523 (custom-initialize-delay): New function.
19524 * startup.el (command-line): "Re"evaluate all vars in
19525 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
19526 explicitly any more.
19527 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
19528 to avoid creating a ~/.emacs.d at build-time (bug#4347).
19529
19530 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
19531
19532 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
19533
19534 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
19535 (gdb-var-update-handler): Use json parsing.
19536
19537 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
19538
19539 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
19540 decode annotated text, regardless of language environment. (Bug#2741)
19541
19542 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19543
19544 * Makefile.in (autoloads): Make rmail.el writable as well.
19545
19546 2009-09-11 Glenn Morris <rgm@gnu.org>
19547
19548 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
19549 loaddefs.el.
19550 * dired.el: Regenerate with extracted autoloads.
19551 * Makefile.in (autoloads): Make dired.el writable.
19552
19553 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
19554 * ibuffer.el: Regenerate with extracted autoloads.
19555 * Makefile.in (autoloads): Make ibuffer.el writable.
19556
19557 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
19558 * version.el (emacs-copyright, emacs-major-version)
19559 (emacs-minor-version): Reformat doc-strings for make-docfile.
19560
19561 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
19562 functions and variables, since they must be stuff specific to some other
19563 platform.
19564 (apropos-print): Make mouse-click message less specific about button.
19565
19566 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
19567 that records where a macro was defined.
19568 * help-fns.el (describe-function-1): Mention if a function has a
19569 compiler-macro.
19570 * help-mode.el (help-function-cmacro): New button.
19571
19572 * locate.el (top-level): Always require dired.
19573 (locate-mode-map): Initialize inside the defvar.
19574
19575 * net/ange-ftp.el (dired-compress-file): Declare.
19576 (ange-ftp-dired-compress-file): Add doc string.
19577
19578 * term/ns-win.el (x-display-name, x-setup-function-keys):
19579 Unify doc-strings with X versions.
19580
19581 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19582
19583 * emulation/crisp.el (crisp-mode-map): Move initialization
19584 into declaration.
19585 (crisp-mode): Use define-minor-mode.
19586
19587 * progmodes/xscheme.el (xscheme-evaluation-commands):
19588 Put a :advertised-binding property rather than using
19589 advertised-xscheme-send-previous-expression.
19590 (advertised-xscheme-send-previous-expression): Declare obsolete.
19591 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
19592 `advertised-undo'.
19593 (crisp-mode): Add corresponding bindings to
19594 undo's :advertised-binding instead.
19595 * dired.el (dired-mode-map): Put a :advertised-binding property rather
19596 than using dired-advertised-find-file.
19597 (dired-advertised-find-file):
19598 * simple.el (advertised-undo):
19599 * wid-edit.el (advertised-widget-backward): Declare obsolete.
19600 (widget-keymap): Put a :advertised-binding property rather
19601 than using advertised-widget-backward.
19602 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
19603 than using advertised-undo.
19604 * tutorial.el (tutorial--default-keys): Adjust accordingly.
19605
19606 2009-09-10 Simon South <ssouth@slowcomputing.org>
19607
19608 * progmodes/delphi.el (delphi-tab): Indent region when Transient
19609 Mark mode is enabled and region is active; otherwise indent or
19610 insert TAB as usual.
19611 (delphi-mode): Update description of TAB-key binding.
19612
19613 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
19614
19615 * subr.el (define-key-rebound-commands): Mark obsolete.
19616 * startup.el (precompute-menubar-bindings): Remove.
19617 (normal-top-level): Remove obsolete code that tried to precompute
19618 menubar bindings.
19619 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
19620 define-key-rebound-commands and precompute-menubar-bindings.
19621
19622 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
19623
19624 * net/imap.el (imap-interactive-login): Better messages.
19625 (imap-open): Fix bug with renamed buffer on reconnect.
19626 (imap-authenticate): Add buffer-local imap-last-authenticator variable
19627 for easier debugging and cleaner code. On successful (guessed based on
19628 server capabilities) secondary authentication, set imap-state
19629 correctly.
19630 (imap-last-authenticator): Define imap-last-authenticator as a variable
19631 to avoid warnings.
19632
19633 2009-09-10 Glenn Morris <rgm@gnu.org>
19634
19635 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
19636
19637 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
19638 (byte-compile-file-form-autoload): Don't warn about unknown functions
19639 where the autoload statement comes after the use.
19640 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
19641 that any handlers inside the body (eg require) are in turn respected.
19642
19643 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
19644 effects.
19645
19646 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
19647 and syntax and abbrev tables basic docs, if they don't have any.
19648
19649 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
19650
19651 * international/mule-cmds.el (top-level): Require cl when compiling.
19652 (view-hello-file): Use default-value rather than
19653 default-enable-multibyte-characters.
19654
19655 * progmodes/fortran.el: Move all safe and risky properties into the
19656 defcustoms.
19657
19658 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
19659 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
19660 * mail/undigest.el:
19661 Put autoloads in rmail.el rather than loaddefs.el.
19662 * mail/rmail.el: Regenerate with extracted autoloads.
19663
19664 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
19665 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
19666
19667 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
19668
19669 Reported in thread for Bug#4375.
19670 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
19671 "-data-evaluate-expression" instead of print.
19672 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
19673 (gdb-tooltip-print): Parse output from above MI command.
19674 (gdb): Revert 2009-08-11 change. User should detach inferior
19675 manually.
19676
19677 Remove the word "separate" from IO functions as inferior
19678 output is now never displayed in the GUD buffer.
19679
19680 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
19681
19682 * startup.el (command-line-normalize-file-name): On Windows and
19683 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
19684
19685 2009-09-10 Juri Linkov <juri@jurta.org>
19686
19687 * isearch.el (isearch-text-char-description): Propertize escape
19688 character sequences with the `escape-glyph' face. (Bug#4344)
19689
19690 * simple.el (shell-command): Set asynchronous process filter to
19691 `comint-output-filter'. (Bug#4343)
19692
19693 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
19694 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
19695 the list. Move "asm" to the bottom.
19696 (grep-find-ignored-directories): Add `choice' with nil value
19697 to empty the list easily.
19698 (grep-find-ignored-files): New option.
19699 (grep-files-history): Set to nil by default instead of '("ch" "el").
19700 (grep-compute-defaults): Add "<X>" to `grep-template'.
19701 (grep-read-files): Bind new local variables `default-alias' and
19702 `default-extension'. Use a list of default values for the file prompt.
19703 (lgrep): Add `--exclude=' command line options composed from
19704 `grep-find-ignored-files'.
19705 (rgrep): Add `-name' command line options composed from
19706 `grep-find-ignored-files'. (Bug#4301)
19707
19708 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
19709
19710 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
19711 (bug#4368).
19712
19713 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
19714
19715 * calendar/time-date.el (autoload):
19716 Expand define-obsolete-function-alias into defalias and make-obsolete
19717 for old Emacsen that Gnus supports.
19718 (with-no-warnings): Define it for old Emacsen.
19719 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
19720 is available.
19721 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
19722 float-time is available; suppress compile warning for time-to-seconds.
19723
19724 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
19725
19726 * net/imap.el (imap-message-map): Docstring fix.
19727
19728 2009-09-09 Glenn Morris <rgm@gnu.org>
19729
19730 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
19731 line numbers too. (Bug#4374)
19732
19733 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
19734
19735 * smerge-mode.el (smerge-remove-props, smerge-refine):
19736 Use with-silent-modifications (bug#4342).
19737
19738 * subr.el (with-silent-modifications): New macro.
19739
19740 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
19741
19742 * files.el (top-level): Require `cl' when compiling.
19743
19744 2009-09-07 Glenn Morris <rgm@gnu.org>
19745
19746 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
19747
19748 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
19749 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
19750
19751 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
19752
19753 * vc-git.el (vc-git-annotate-command): Use separator to parse
19754 arguments correctly.
19755
19756 2009-09-06 Eli Zaretskii <eliz@gnu.org>
19757
19758 * proced.el (proced-mode): Doc fix.
19759
19760 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
19761
19762 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
19763 lstat fails.
19764 (tramp-do-file-attributes-with-ls): Check for file existence at
19765 remote end.
19766 (tramp-do-file-attributes-with-stat): Likewise.
19767 (tramp-convert-file-attributes): Return nil when attr is nil.
19768
19769 2009-09-05 Glenn Morris <rgm@gnu.org>
19770
19771 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
19772 properties to this button.
19773 (diary-fancy-display): Don't extend the button to the final newline.
19774 (diary-fancy-display-mode): Continue to define "q" as a local key.
19775
19776 * calendar/cal-china.el (holiday-chinese): Make it slightly more
19777 efficient.
19778
19779 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
19780
19781 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
19782 (byte-compile-dest-file-function): New option.
19783 (byte-compile-dest-file): Doc fix.
19784 Obey byte-compile-dest-file-function.
19785 (byte-compile-cl-file-p): New function.
19786 (byte-compile-eval): Only suppress noruntime warnings about cl functions
19787 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
19788 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
19789 than for file being previously loaded.
19790 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
19791 (byte-compile-file-form-require): Handle the case where requiring a file
19792 indirectly causes CL to be loaded.
19793
19794 2009-09-05 Karl Fogel <kfogel@red-bean.com>
19795
19796 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
19797 before killing the old buffer, since by the time `kill-buffer' is
19798 run so many buffer variables have been set to nil that it may not
19799 behave as expected. (Bug#4061)
19800
19801 2009-09-05 Karl Fogel <kfogel@red-bean.com>
19802
19803 * files.el (find-alternate-file): If the old buffer is modified
19804 and visiting a file, behave similarly to `kill-buffer' when
19805 killing it, thus reverting to the pre-1.878 behavior; see
19806 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
19807 for discussion. Also, consult `buffer-file-name' as a variable
19808 not as a function, for consistency with the rest of the code.
19809
19810 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
19811
19812 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
19813 also when adding a new directory.
19814
19815 * net/tramp-compat.el (tramp-compat-line-beginning-position):
19816 New defun.
19817
19818 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
19819
19820 * files.el (locate-file-completion-table): Make it provide boundary
19821 information, so partial-completion works better.
19822
19823 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
19824
19825 * mail/footnote.el (Footnote-text-under-cursor):
19826 Check footnote-text-marker-alist before using it (bug#4324).
19827
19828 2009-09-04 Glenn Morris <rgm@gnu.org>
19829
19830 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
19831 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
19832 * play/solitaire.el, play/tetris.el:
19833 Remove leading * from defcustom and defface docs.
19834
19835 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
19836 necessary.
19837 (diary-fancy-overriding-map): New variable.
19838 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
19839 Use view-mode.
19840
19841 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
19842 goto-line.
19843
19844 2009-09-03 Glenn Morris <rgm@gnu.org>
19845
19846 * arc-mode.el (archive-mode):
19847 * dos-fns.el (set-default-process-coding-system):
19848 * man.el (Man-getpage-in-background):
19849 * menu-bar.el (menu-bar-describe-menu):
19850 * server.el (server-process-filter):
19851 * startup.el (command-line):
19852 * tar-mode.el (tar-header-block-tokenize, tar-extract):
19853 * w32-fns.el (set-default-process-coding-system):
19854 * x-dnd.el (x-dnd-handle-file-name):
19855 * international/mule-cmds.el (mule-menu-keymap)
19856 (set-default-coding-systems, language-info-alist, set-language-info)
19857 (set-language-environment, standard-display-european-internal)
19858 (set-locale-environment):
19859 * international/mule-diag.el (mule-diag):
19860 * mail/emacsbug.el (report-emacs-bug):
19861 * mail/rmail.el (rmail-mode):
19862 * mail/sendmail.el (mail-setup):
19863 Use default-value rather than default-enable-multibyte-characters.
19864
19865 * progmodes/f90.el: Move all safe properties into the defcustoms.
19866 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
19867
19868 * calendar/appt.el (appt-check):
19869 * calendar/diary-lib.el (diary-set-header, diary-live-p)
19870 (diary-check-diary-file, diary-list-entries)
19871 (diary-include-other-diary-files, diary-simple-display)
19872 (diary-fancy-display, diary-print-entries)
19873 (diary-mark-included-diary-files, diary-make-entry):
19874 Don't call substitute-in-file-name on diary-file.
19875
19876 2009-09-03 Eduard Wiebe <usenet@pusto.de>
19877 Stefan Monnier <monnier@iro.umontreal.ca>
19878
19879 * mail/footnote.el (footnote-prefix): Make it a defcustom.
19880 (footnote-mode-map): Move initialization into the declaration.
19881 (footnote-minor-mode-map): Define it rather than changing global-map.
19882 (footnote-mode): Use define-minor-mode.
19883
19884 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
19885
19886 * net/tramp.el (tramp-handle-file-attributes-with-ls)
19887 (tramp-do-file-attributes-with-perl)
19888 (tramp-do-file-attributes-with-stat): Rename from
19889 `tramp-handle-file-attributes-with-*'.
19890 (tramp-handle-file-attributes): Use them.
19891 (tramp-do-directory-files-and-attributes-with-perl)
19892 (tramp-do-directory-files-and-attributes-with-stat): Rename from
19893 `tramp-handle-directory-files-and-attributes-with-*'.
19894 (tramp-handle-directory-files-and-attributes): Use them.
19895 (tramp-method-out-of-band-p): Additional parameter SIZE.
19896 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
19897 (tramp-handle-write-region): Use it.
19898 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
19899 (tramp-handle-vc-registered): Check, whether the first run did
19900 return files to be tested.
19901 (tramp-advice-make-auto-save-file-name): Do not call directly
19902 `tramp-handle-make-auto-save-file-name', because this would bypass
19903 the locking mechanism.
19904
19905 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
19906 (file-remote-p, process-file, start-file-process, set-file-times)
19907 (tramp-compat-file-attributes): Compatibility functions shall not
19908 call directly `tramp-handle-*', because this would bypass the
19909 locking mechanism.
19910 (tramp-compat-number-sequence): New defun.
19911
19912 2009-09-02 Glenn Morris <rgm@gnu.org>
19913
19914 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
19915 alias for float-time.
19916 (time-to-number-of-days): In Emacs, use float-time.
19917 * net/newst-backend.el (time-add): Suppress warnings from compat
19918 function.
19919 * time.el (emacs-uptime, emacs-init-time):
19920 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
19921 Use float-time rather than time-to-seconds.
19922
19923 * minibuffer.el (completion-initials-expand): Fix typo.
19924
19925 * faces.el (modeline, modeline-inactive, modeline-highlight)
19926 (modeline-buffer-id):
19927 * info.el (info-menu-5): Mark these face aliases as obsolete.
19928
19929 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
19930
19931 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
19932 space ...
19933 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
19934 no "--thread" option.
19935 (gdb-stopped): Don't print "Switched to thread" message when it is
19936 unchanged.
19937
19938 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
19939
19940 * minibuffer.el (completion-try-completion)
19941 (completion-all-completions): Remove ill-defined (and
19942 mistakenly installed and luckily never used nor documented)
19943 `completion-styles' property.
19944 (completion-initials-expand, completion-initials-all-completions)
19945 (completion-initials-try-completion): New functions.
19946 (completion-styles-alist): Add doc to each entry.
19947 Add new `initials' entry.
19948
19949 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
19950
19951 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
19952 MI command -var-evaluate-expression.
19953 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
19954 and tweak for case of string child.
19955 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
19956
19957 2009-09-01 Glenn Morris <rgm@gnu.org>
19958
19959 * add-log.el (change-log-date-face, change-log-name-face)
19960 (change-log-email-face, change-log-file-face, change-log-list-face)
19961 (change-log-conditionals-face, change-log-function-face)
19962 (change-log-acknowledgement-face):
19963 * cus-edit.el (custom-invalid-face, custom-rogue-face)
19964 (custom-modified-face, custom-set-face, custom-changed-face)
19965 (custom-saved-face, custom-button-face, custom-button-pressed-face)
19966 (custom-documentation-face, custom-state-face, custom-comment-face)
19967 (custom-comment-tag-face, custom-variable-tag-face)
19968 (custom-variable-button-face, custom-face-tag-face)
19969 (custom-group-tag-face-1, custom-group-tag-face):
19970 * diff-mode.el (diff-header-face, diff-file-header-face)
19971 (diff-index-face, diff-hunk-header-face, diff-removed-face)
19972 (diff-added-face, diff-changed-face, diff-function-face)
19973 (diff-context-face, diff-nonexistent-face):
19974 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19975 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
19976 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
19977 (Info-title-4-face):
19978 * isearch.el (isearch-lazy-highlight-face):
19979 * log-view.el (log-view-file-face, log-view-message-face):
19980 * paren.el (show-paren-match-face, show-paren-mismatch-face):
19981 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
19982 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
19983 (cvs-msg-face):
19984 * smerge-mode.el (smerge-mine-face, smerge-other-face)
19985 (smerge-base-face, smerge-markers-face):
19986 * wid-edit.el (widget-documentation-face, widget-button-face)
19987 (widget-field-face, widget-single-line-field-face)
19988 (widget-inactive-face, widget-button-pressed-face):
19989 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
19990 (woman-addition-face):
19991 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
19992 (eshell-ls-executable-face, eshell-ls-readonly-face)
19993 (eshell-ls-unreadable-face, eshell-ls-special-face)
19994 (eshell-ls-missing-face, eshell-ls-archive-face)
19995 (eshell-ls-backup-face, eshell-ls-product-face)
19996 (eshell-ls-clutter-face):
19997 * eshell/em-prompt.el (eshell-prompt-face):
19998 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
19999 * obsolete/old-whitespace.el (whitespace-highlight-face):
20000 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
20001 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
20002 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
20003 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
20004 (antlr-font-lock-literal-face):
20005 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
20006 (ebrowse-root-class-face, ebrowse-file-name-face)
20007 (ebrowse-default-face, ebrowse-member-attribute-face)
20008 (ebrowse-member-class-face, ebrowse-progress-face):
20009 * progmodes/make-mode.el (makefile-space-face):
20010 * progmodes/sh-script.el (sh-heredoc-face):
20011 * textmodes/flyspell.el (flyspell-incorrect-face)
20012 (flyspell-duplicate-face):
20013 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
20014 * textmodes/texinfo.el (texinfo-heading-face):
20015 Mark face aliases with "-face" suffix as obsolete.
20016
20017 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
20018 compiler.
20019
20020 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
20021 (eudc-bob-sound-menu): Use defvar rather than defconst, since
20022 easy-menu-define wants to modify these.
20023
20024 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
20025
20026 * net/browse-url.el (browse-url-file-url):
20027 * term/internal.el (dos-codepage-setup):
20028 Use default-value rather than default-enable-multibyte-characters.
20029
20030 * progmodes/etags.el (etags-goto-tag-location):
20031 * progmodes/flymake.el (flymake-highlight-line)
20032 (flymake-goto-file-and-line, flymake-goto-line):
20033 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
20034 (gdb-goto-breakpoint):
20035 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
20036 * progmodes/python.el (python-find-function)
20037 (python-pdbtrack-track-stack-file):
20038 * progmodes/verilog-mode.el (verilog-surelint-off):
20039 * term/ns-win.el (ns-open-file-select-line):
20040 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
20041 Use forward-line rather than goto-line.
20042
20043 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
20044 * textmodes/reftex-index.el (reftex-display-index):
20045 * textmodes/reftex-ref.el (reftex-offer-label-menu):
20046 * textmodes/reftex-toc.el (reftex-toc):
20047 Remove unnecessary bindings of default-major-mode (all are followed by
20048 major-mode check and possible mode switch).
20049
20050 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
20051
20052 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
20053 Handle watchpoints (bug#4282).
20054 (def-gdb-thread-buffer-command): Enable thread to be selected by
20055 clicking without selecting threads buffer first.
20056 (gdb-current-context-command): Use selected frame so that "up",
20057 "down" etc work in the GUD buffer.
20058 (gdb-update): Find selected frame before rendering stack buffer.
20059 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
20060
20061 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
20062
20063 * progmodes/sym-comp.el (displayed-completions): Remove.
20064 (symbol-complete): Use minibuffer-complete.
20065
20066 2009-08-31 Glenn Morris <rgm@gnu.org>
20067
20068 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
20069
20070 * apropos.el (apropos-symbols-internal):
20071 Handle (obsolete) face aliases.
20072
20073 * faces.el (describe-face): Adjust the output format to be more like
20074 describe-variable, and to mention (obsolete) face aliases.
20075 Adjust the whitespace so that help-setup-xref works.
20076
20077 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
20078 * calendar/diary-lib.el (diary-button-face):
20079 Mark these face aliases as obsolete.
20080
20081 * calendar/calendar.el (calendar-today): Doc fix.
20082
20083 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
20084
20085 * progmodes/gdb-mi.el (gdb-control-all-threads)
20086 (gdb-control-current-thread): Force tool bar update.
20087 (gdb-non-stop-handler): New function.
20088 (gdb-init-1): Use it to test if non-stop mode is supported.
20089 Remove unused gdbmi buffer type.
20090
20091 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
20092
20093 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
20094 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
20095
20096 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
20097
20098 * comint.el (comint-exec-1): Check command is non-null first.
20099 Part of gdb-mi.el change (2009-08-28).
20100
20101 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20102
20103 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
20104
20105 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
20106
20107 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
20108 instead of `dolist' to avoid a recursive require when bootstrapping.
20109
20110 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20111
20112 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
20113
20114 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
20115
20116 * net/imap.el (imap-send-command): Simplify.
20117 (imap-wait-for-tag): point-max -> buffer-size.
20118
20119 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
20120
20121 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
20122 with constant argument.
20123
20124 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
20125
20126 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
20127
20128 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
20129 Change default, since most of our files don't have a history.
20130 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
20131 the user.
20132
20133 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20134 Add comint-run.
20135
20136 * calc/calc.el: Improve commenting convention.
20137 (calc-digit-map, toplevel): Simplify.
20138
20139 * comint.el (comint-insert-input): Be careful to only set point if we
20140 don't delegate to some other command.
20141
20142 * proced.el (proced-signal-list): Make it an alist.
20143 (proced-grammar-alist): Capitalize names.
20144 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
20145 Disable undo manually and make it read-only.
20146 Use completion-annotate-function.
20147
20148 * minibuffer.el (minibuffer-message): If the current buffer is not
20149 a minibuffer, insert the message in the echo area rather than at the
20150 end of the buffer.
20151 (completion-annotate-function): New variable.
20152 (minibuffer-completion-help): Use it.
20153 (completion--embedded-envvar-table): Environment vars are
20154 always case-sensitive.
20155
20156 2009-08-30 Glenn Morris <rgm@gnu.org>
20157
20158 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
20159 from fortran-current-defun.
20160 (fortran-beginning-of-subprogram): Be more precise about finding the
20161 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
20162 (fortran-end-of-subprogram): Simplify.
20163 (fortran-current-defun): Use fortran-start-prog-re.
20164
20165 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
20166
20167 * subr.el (do-after-load-evaluation): Simplify.
20168
20169 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20170
20171 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
20172
20173 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
20174 (vc-rcs-print-log): Use it.
20175
20176 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
20177
20178 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
20179
20180 * paths.el (abbrev-file-name): Move to abbrev.el.
20181 * abbrev.el (abbrev-file-name): Move from paths.el.
20182 Obey user-emacs-directory.
20183 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
20184 user-emacs-directory.
20185 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
20186 abbrev-file-name and calc-settings-file any more.
20187 * startup.el (command-line): Recompute abbrev-file-name and
20188 abbreviated-home-dir.
20189 (normal-no-mouse-startup-screen): Improve the generic code and get rid
20190 of the special code for when C-h bindings haven't been changed.
20191 (display-startup-echo-area-message): Use with-current-buffer.
20192 (command-line-1): Use a list of strings, rather than a list of lists
20193 of strings for longopts.
20194
20195 * files.el (get-free-disk-space): Use / for default-directory.
20196
20197 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
20198 Use with-current-buffer.
20199
20200 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
20201 Recognize immutable variables like most-positive-fixnum.
20202 (byte-compile-setq-default): Check and warn if trying to assign
20203 to an immutable variable, or a non-variable.
20204
20205 * progmodes/cc-vars.el (c-comment-continuation-stars):
20206 * progmodes/cc-engine.el (c-looking-at-bos):
20207 * progmodes/cc-cmds.el (c-toggle-auto-state)
20208 (c-forward-into-nomenclature, c-backward-into-nomenclature)
20209 (c-comment-line-break-function): Add version of obsolescence.
20210
20211 2009-08-28 Juri Linkov <juri@jurta.org>
20212
20213 * files.el (magic-fallback-mode-alist): Add ZIP magic number
20214 associated with `archive-mode'.
20215
20216 * image.el (image-type-header-regexps): Use only JPEG magic number
20217 to determine JPEG images, and don't use `image-jpeg-p' because
20218 Emacs can display non-JFIF non-Exif JPEG images.
20219
20220 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
20221
20222 * arc-mode.el (archive-mode):
20223 * emacs-lisp/re-builder.el (re-builder-unload-function):
20224 Protect against the default value of `major-mode' being nil.
20225
20226 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
20227
20228 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
20229 Fix typos in docstrings.
20230
20231 * progmodes/js.el (js--macro-decl-re): Doc fix.
20232 (js--plain-method-re, js--split-name): Refloc docstring.
20233 (js--class-styles, js--make-merged-item, js--splice-into-items):
20234 Fix typos in docstrings; reflow docstrings.
20235 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
20236 (js--variable-decl-matcher, js--inside-pitem-p)
20237 (js--parse-state-at-point, js--get-all-known-symbols)
20238 (js--symbol-history, js-find-symbol, js--js-references)
20239 (js--moz-interactor, js--js-encode-value, js--read-tab):
20240 Fix typos in docstrings.
20241
20242 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20243
20244 * textmodes/reftex.el (reftex-get-file-buffer-force):
20245 * progmodes/verilog-mode.el (verilog-batch-execute-func):
20246 * emulation/viper.el (viper-go-away, viper-set-hooks):
20247 * emacs-lisp/re-builder.el (re-builder-unload-function):
20248 * emacs-lisp/bytecomp.el (byte-compile-file):
20249 * ses.el (ses-unload-function):
20250 * hexl.el (hexl-find-file):
20251 * files.el (normal-mode):
20252 * ehelp.el (with-electric-help):
20253 * autoinsert.el (auto-insert-alist):
20254 * arc-mode.el (archive-mode):
20255 Use (default-value 'major-mode) instead of default-major-mode.
20256
20257 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
20258 * international/mule.el (load-with-code-conversion):
20259 * emacs-lisp/debug.el (debug):
20260 * ediff-vers.el (ediff-rcs-get-output-buffer):
20261 * dired.el (dired-internal-noselect): Don't let-bind
20262 default-major-mode around code that doesn't use it.
20263 E.g. buffer creation via get-buffer-create doesn't use it.
20264
20265 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
20266
20267 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
20268 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
20269 when writing the temp file. Otherwise, epa-file gets confused.
20270 (tramp-register-file-name-handlers): Make it a defun. Move also
20271 `epa-file-handler' to the front of `file-name-handler-alist'.
20272
20273 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20274
20275 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
20276 start right after a ^M.
20277 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
20278 (tramp-completion-file-name-regexp-separate)
20279 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
20280 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
20281 Don't modify last-coding-system-used by accident.
20282 (tramp-completion-file-name-handler): Apply the checks here,
20283 instead during registration.
20284 (tramp-register-file-name-handlers): Rename from
20285 `tramp-register-file-name-handler'. Register both
20286 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
20287 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
20288
20289 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
20290
20291 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
20292 Remove variable ...
20293 (gdb-init-1, gdb-display-separate-io-buffer)
20294 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
20295 references to it.
20296 (gdb-inferior-io-mode): Use make-comint-in-buffer.
20297 (gdb-inferior-filter): Use comint-output-filter to stop
20298 echoing and remove ^M characters.
20299
20300 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20301
20302 * emulation/viper-init.el (viper-restore-cursor-type):
20303 * emulation/cua-base.el (cua--update-indications):
20304 Replace default-cursor-type with (default-value 'cursor-type).
20305
20306 * mail/sendmail.el (mail-recover-1):
20307 * international/mule-diag.el (describe-current-coding-system-briefly)
20308 (describe-current-coding-system):
20309 * international/mule-cmds.el (select-safe-coding-system)
20310 (select-message-coding-system)
20311 (set-language-environment-coding-systems, set-locale-environment):
20312 * hexl.el (hexl-insert-multibyte-char):
20313 * dos-w32.el (find-buffer-file-type-coding-system):
20314 * simple.el (what-cursor-position):
20315 Replace uses of default-buffer-file-coding-system
20316 with (default-value 'buffer-file-coding-system).
20317
20318 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
20319 Replace uses of default-cursor-in-non-selected-windows
20320 with (default-value 'cursor-in-non-selected-windows).
20321 Use with-current-buffer.
20322
20323 * mail/feedmail.el: Use CL macros.
20324 (feedmail-run-the-queue, feedmail-send-it-immediately):
20325 * dos-w32.el (find-buffer-file-type): Replace uses of
20326 default-buffer-file-type with (default-value 'buffer-file-type).
20327
20328 2009-08-28 Glenn Morris <rgm@gnu.org>
20329
20330 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
20331 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
20332 Use default-value of major-mode rather than default-major-mode.
20333
20334 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20335
20336 * Makefile.in (update-elcfiles): Report left over elc files.
20337
20338 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
20339 expand-file-name and with-current-buffer.
20340 (mail-get-names, mail-directory): Use with-current-buffer.
20341
20342 * vc.el (vc-read-revision): New function.
20343 (vc-version-diff, vc-merge): Use it.
20344
20345 2009-08-27 Sam Steingold <sds@gnu.org>
20346
20347 * simple.el (kill-do-not-save-duplicates): New user option.
20348 (kill-new): When it is non-nil, and the new string is the same as
20349 the latest kill, set replace to t to avoid duplicates in kill-ring.
20350
20351 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
20352
20353 * net/tramp.el (tramp-handle-process-file): Do not flush all
20354 caches when `process-file-side-effects' is set.
20355 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
20356 instead of `tramp-find-file-exists-command'.
20357 Unset `process-file-side-effects'.
20358
20359 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
20360
20361 * net/tramp.el (tramp-methods): New method "rsyncc".
20362 (top): Add completion function for "rsyncc".
20363 (tramp-message-show-message): New defvar.
20364 (tramp-message, tramp-error): Use it.
20365 (tramp-do-copy-or-rename-file-directly): Extend check for direct
20366 remote copying.
20367 (tramp-do-copy-or-rename-file-out-of-band): Handle new
20368 `tramp-methods' entry `copy-env' of "rsyncc".
20369 (tramp-vc-registered-read-file-names): New defconst.
20370 (tramp-vc-registered-file-names): New defvar.
20371 (tramp-handle-vc-registered): Implement optimization strategy.
20372 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
20373 (tramp-vc-file-name-handler): New defun.
20374 (tramp-get-ls-command, tramp-get-test-command)
20375 (tramp-get-file-exists-command, tramp-get-remote-ln)
20376 (tramp-get-remote-perl, tramp-get-remote-stat)
20377 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
20378
20379 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
20380 (tramp-cache-inhibit-cache): Extend doc string. It allows also
20381 timestamps.
20382 (tramp-get-file-property): Check for timestamps in
20383 `tramp-cache-inhibit-cache'.
20384 (tramp-set-file-property): Write timestamp.
20385
20386 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20387
20388 * language/japan-util.el (japanese-symbol-table): Add entries for
20389 cp932-2-byte.
20390
20391 * international/characters.el: Add category `j' to cp932-2-byte.
20392
20393 2009-08-27 Kenichi Handa <handa@m17n.org>
20394
20395 * international/fontset.el (build-default-fontset-data): New macro.
20396 (setup-default-fontset): Use build-default-fontset-data for CJK,
20397 tibetan, ethiopic, and ipa.
20398
20399 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20400
20401 * cus-start.el (default-major-mode): Customize `major-mode' instead.
20402 (enable-multibyte-characters): Not customizable any more.
20403
20404 * subr.el (default-mode-line-format, default-header-line-format)
20405 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
20406 (default-direction-reversed, default-truncate-lines)
20407 (default-left-margin, default-tab-width, default-case-fold-search)
20408 (default-left-margin-width, default-right-margin-width)
20409 (default-left-fringe-width, default-right-fringe-width)
20410 (default-fringes-outside-margins, default-scroll-bar-width)
20411 (default-vertical-scroll-bar, default-indicate-empty-lines)
20412 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
20413 (default-fringe-cursor-alist, default-scroll-up-aggressively)
20414 (default-scroll-down-aggressively, default-fill-column)
20415 (default-cursor-type, default-buffer-file-type)
20416 (default-cursor-in-non-selected-windows)
20417 (default-buffer-file-coding-system, default-major-mode)
20418 (default-enable-multibyte-characters): Mark as obsolete.
20419
20420 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
20421
20422 * vc-dir.el (vc-dir-update): Remove debug helper.
20423
20424 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
20425
20426 2009-08-26 Sam Steingold <sds@gnu.org>
20427
20428 * simple.el (save-interprogram-paste-before-kill): New user option.
20429 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
20430 save the interprogram-paste into kill-ring before overriding it
20431 with the Emacs kill.
20432
20433 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20434
20435 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
20436 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
20437 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
20438 and move to vc-rcs.el.
20439 (vc-default-next-revision): Rename to vc-rcs-next-revision and
20440 move to vc-rcs.el.
20441 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
20442 (vc-rcs-update-changelog): Remove.
20443 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
20444 and move to vc-rcs.el.
20445
20446 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
20447 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
20448 renaming.
20449 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
20450 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
20451 vc.el, renamed to be RCS specific.
20452
20453 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
20454 New functions.
20455 (vc-cvs-update-changelog): Move here from vc.el.
20456
20457 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
20458 New functions.
20459
20460 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
20461
20462 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
20463
20464 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20465
20466 * vc-git.el (vc-git-register): Use "git add" for directories.
20467 (vc-git-stash, vc-git-stash-show): New functions.
20468 (vc-git-extra-menu-map): Bind them.
20469
20470 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
20471 directory correctly in case the item is a directory itself.
20472
20473 * vc.el: Document the desired behavior for reverted files in the
20474 `added' state.
20475 (vc-default-prettify-state-info): Remove function, unused.
20476
20477 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
20478
20479 2009-08-26 Glenn Morris <rgm@gnu.org>
20480
20481 * bindings.el (standard-mode-line-format): Reposition dashes in
20482 which-func entry. (Bug#4217)
20483
20484 * files.el (enable-local-variables, enable-local-eval)
20485 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
20486 the defcustoms.
20487 (auto-mode-alist, ignored-local-variables)
20488 (save-some-buffers-action-alist): Move risky declarations to the
20489 definitions.
20490 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
20491 (font-lock-defaults, format-alist, imenu--index-alist)
20492 (imenu-generic-expression, input-method-alist, minor-mode-alist)
20493 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
20494 (mode-line-modified, mode-line-mule-info, mode-line-position)
20495 (mode-line-process, mode-line-remote, outline-level)
20496 (parse-time-rules, rmail-output-file-alist)
20497 (special-display-buffer-names, vc-mode):
20498 Move risky declarations to the relevant files.
20499 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
20500 (mode-line-modified, mode-line-process, mode-line-position)
20501 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
20502 * font-core.el (font-lock-defaults):
20503 * format.el (format-alist):
20504 * vc-hooks.el (vc-mode):
20505 * window.el (special-display-buffer-names):
20506 * international/mule-cmds.el (input-method-alist):
20507 Define riskiness here (dumped file) rather than in files.el.
20508 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
20509 * imenu.el (imenu-generic-expression, imenu--index-alist):
20510 * outline.el (outline-level):
20511 * time.el (display-time-string):
20512 * calendar/parse-time.el (parse-time-rules):
20513 * mail/rmailout.el (rmail-output-file-alist):
20514 Autoload riskiness here, rather than placing in files.el.
20515
20516 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
20517
20518 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
20519
20520 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
20521
20522 * simple.el (process-file-side-effects): New defvar.
20523
20524 * dired-aux.el (dired-show-file-type):
20525 * vc.el (vc-diff-internal):
20526 * vc-arch.el (vc-arch-diff):
20527 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
20528 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
20529 * vc-git.el (vc-git-registered, vc-git-working-revision)
20530 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
20531 (vc-git--empty-db-p):
20532 * vc-hooks.el (vc-user-login-name):
20533 * vc-svn.el (vc-svn-registered, vc-svn-state)
20534 (vc-svn-dir-extra-headers, vc-svn-find-revision):
20535 * progmodes/grep.el (grep-probe): Let-bind
20536 `process-file-side-effects' with nil.
20537
20538 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
20539
20540 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
20541 daemon. Replace ping by checking for running service for bluez
20542 and zeroconf. (Bug#4239)
20543
20544 2009-08-25 Kevin Ryde <user42@zip.com.au>
20545
20546 * net/dig.el (dig): Add autoload cookie.
20547
20548 2009-08-25 Glenn Morris <rgm@gnu.org>
20549
20550 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
20551 load-history for absolute file-names.
20552 (byte-compile-file-form-require): Warn about use of the cl package.
20553
20554 * format.el (format-alist): Doc fix.
20555
20556 * play/bubbles.el (top-level): Don't require cl at run-time.
20557
20558 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
20559 run-time cl).
20560
20561 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
20562
20563 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
20564 from cl package.
20565 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
20566
20567 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
20568
20569 * calc/calc-alg.el (math-trig-rewrite)
20570 (math-hyperbolic-trig-rewrite): New functions.
20571 (calc-simplify): Simplify trig functions when asked.
20572
20573 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
20574
20575 * diff-mode.el (diff-find-source-location): Avoid goto-line.
20576
20577 2009-08-24 Kenichi Handa <handa@m17n.org>
20578
20579 * language/ind-util.el (mapthread): Delete it.
20580 (combinatorial): New function.
20581 (indian--puthash-cv): Use combinatorial instead of mapthread.
20582
20583 2009-08-22 Kevin Ryde <user42@zip.com.au>
20584
20585 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
20586 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
20587 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
20588 Clarify docstring that the value is strings not symbols.
20589 (checkdoc-list-of-strings-p): New function.
20590
20591 2009-08-22 Glenn Morris <rgm@gnu.org>
20592
20593 * files.el (auto-mode-alist):
20594 * hippie-exp.el (he-concat-directory-file-name):
20595 * lpr.el (lpr-windows-system, printer-name):
20596 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
20597 * ps-print.el (ps-windows-system):
20598 * startup.el (command-line):
20599 * emulation/viper-ex.el (viper-glob-function):
20600 * international/mule-cmds.el (set-language-environment-coding-systems):
20601 * net/ange-ftp.el (ange-ftp-write-region):
20602 * obsolete/fast-lock.el (fast-lock-cache-name):
20603 Remove code for defunct system-types emx, macos, mswindows, next-mach,
20604 unisoft-unix, vax-vms, win32, w32.
20605
20606 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
20607 given name if the pattern is not more specific.
20608
20609 * calendar/lunar.el (lunar-phase-names): New option.
20610 (lunar-phase): Doc fix.
20611 (lunar-cycles-per-year): New constant.
20612 (lunar-index): New function.
20613 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
20614 (lunar-phase-name): Use lunar-phase-names.
20615 (calendar-lunar-phases): Use format.
20616 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
20617
20618 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
20619 Copy imenu-example--name-and-position function here for own use.
20620 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
20621
20622 * bs.el (bs--redisplay):
20623 * cus-edit.el (custom-redraw):
20624 * ibuffer.el (ibuffer-bury-buffer):
20625 * server.el (server-goto-line-column):
20626 * startup.el (command-line-1):
20627 * strokes.el (strokes-xpm-for-stroke):
20628 * term.el (term-display-buffer-line):
20629 * view.el (View-goto-line):
20630 * calc/calc.el (calc-do, calc-trail-buffer):
20631 * play/gamegrid.el (gamegrid-add-score-insecure):
20632 * progmodes/ada-mode.el (ada-compile-goto-error):
20633 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
20634 (ebrowse-select-1st-to-9nth):
20635 * progmodes/cperl-mode.el (cperl-time-fontification):
20636 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
20637 * progmodes/gud.el (gud-display-line):
20638 (idlwave-shell-display-line):
20639 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
20640 * progmodes/make-mode.el (makefile-browser-toggle):
20641 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
20642 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
20643 * textmodes/picture.el (picture-draw-rectangle):
20644 * textmodes/reftex-index.el (reftex-index-goto-letter):
20645 (reftex-select-jump-to-previous):
20646 * textmodes/reftex-sel.el (reftex-find-start-point)
20647 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
20648 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
20649 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
20650 * textmodes/tex-mode.el (tex-compilation-parse-errors):
20651 * textmodes/two-column.el (2C-associated-buffer):
20652 Use forward-line rather than goto-line.
20653
20654 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
20655 goto-line.
20656
20657 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
20658 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
20659 (quick-check-list-to-regexp): Declare.
20660
20661 * progmodes/make-mode.el (makefile-browser-insert-selection):
20662 Use goto-char rather than goto-line.
20663
20664 * progmodes/prolog.el (compilation-error-regexp-alist)
20665 (compilation-forget-errors): Declare.
20666
20667 2009-08-22 Juri Linkov <juri@jurta.org>
20668
20669 * progmodes/grep.el (lgrep, rgrep): At the beginning
20670 set `dir' to `default-directory' unless `dir' is a non-nil
20671 readable directory. (Bug#4052)
20672 (lgrep, rgrep): Change a weird way to report an error
20673 from using `read-string' to using `error'.
20674 Instead of using interactive arguments in the function body,
20675 add new argument `confirm'.
20676
20677 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
20678
20679 * textmodes/remember.el (remember-buffer):
20680 * progmodes/cperl-mode.el (cperl-vc-header-alist):
20681 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
20682 (icalendar-extract-ical-from-buffer):
20683 * net/newst-treeview.el (newsticker-groups-filename):
20684 * net/newst-backend.el (newsticker-cache-filename):
20685 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
20686 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
20687 (speedbar-add-ignored-path-regexp, speedbar-line-path)
20688 (speedbar-buffers-line-path, speedbar-path-line)
20689 (speedbar-buffers-line-path):
20690 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
20691 (epg-sign-keys):
20692 * epa.el (epa-display-verify-result):
20693 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
20694
20695 2009-08-21 Glenn Morris <rgm@gnu.org>
20696
20697 * progmodes/js.el (inferior-moz-process): Fix declaration.
20698
20699 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
20700
20701 * obsolete/rnewspost.el (news-mail-reply):
20702 Use goto-char rather than goto-line.
20703
20704 * term/ns-win.el (ns-open-file-select-line):
20705 Use line-beginning-position rather than goto-line.
20706
20707 * apropos.el (apropos-command):
20708 * ehelp.el (electric-helpify):
20709 * printing.el (pr-show-setup):
20710 * strokes.el (strokes-help):
20711 * tutorial.el (tutorial--describe-nonstandard-key)
20712 (tutorial--detailed-help):
20713 * woman.el (woman-mini-help, woman-display-extended-fonts):
20714 * calc/calc-help.el (calc-describe-key):
20715 * emulation/edt.el (edt-electric-helpify):
20716 * international/mule-diag.el (mule-diag):
20717 * play/yow.el (apropos-zippy):
20718 * progmodes/python.el (python-describe-symbol):
20719 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
20720 * textmodes/table.el (*table--cell-describe-mode)
20721 (*table--cell-describe-bindings):
20722 Use help-print-return-message rather than the now obsolete alias.
20723
20724 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
20725 (calendar-cursor-to-visible-date):
20726 * play/5x5.el (5x5-position-cursor):
20727 * play/decipher.el (decipher):
20728 * play/gomoku.el (gomoku-goto-xy):
20729 * play/landmark.el (lm-goto-xy):
20730 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
20731 (mpuz-paint-digit):
20732 Use forward-line, not goto-line.
20733
20734 * mail/rmail.el (rmail-obsolete): Delete custom group.
20735 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
20736 (rmail-remote-password, rmail-remote-password-required):
20737 Remove unneeded :set-after and :set properties.
20738
20739 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
20740
20741 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
20742
20743 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
20744
20745 * loadup.el: Remove leftover macos code.
20746
20747 * vc-git.el (vc-git-annotate-command): Run asynchronously.
20748 Explicitly pass the date format to git blame so that user local
20749 so that the output format can be parsed.
20750
20751 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
20752
20753 * net/dbus.el (top): Don't check for (getenv
20754 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
20755
20756 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
20757
20758 * log-edit.el (log-edit-strip-single-file-name): New var.
20759 (log-edit-insert-changelog): Use it. Bug#3571.
20760
20761 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20762
20763 * subr.el (read-passwd): Use read-key so keypad keys work as well.
20764 Bug#3287.
20765
20766 * help.el (help-print-return-message): Rename from
20767 print-help-return-message.
20768
20769 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
20770 cvs-mode-map parent hack.
20771 (log-view-mode): Derive from special-mode.
20772
20773 * linum.el (linum-mode): window-size-change-functions is redundant.
20774 Adapt to new window-configuration-change-hook behavior.
20775 (linum-after-size, linum-after-config): Remove.
20776
20777 * imenu.el (imenu-example--name-and-position)
20778 (imenu-example--lisp-extract-index-name)
20779 (imenu-example--create-lisp-index, imenu-example--create-c-index):
20780 Mark as obsolete.
20781
20782 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
20783 (inferior-prolog-mode): Use it.
20784 (inferior-prolog-load-file): Reset list of errors.
20785
20786 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20787
20788 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
20789
20790 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
20791
20792 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
20793
20794 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
20795 is running already.
20796
20797 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20798
20799 * subr.el (listify-key-sequence-1): Use normal syntax since those
20800 integers are nowadays always represented by the same (positive) number
20801 on all platforms.
20802 (read-key-empty-map): New const.
20803 (read-key-delay): New var.
20804 (read-key): New function.
20805 (force-mode-line-update): Use with-current-buffer.
20806 (locate-user-emacs-file): Don't forget to abbreviate the file name.
20807 (start-process-shell-command, start-file-process-shell-command):
20808 Discourage the use of command-args.
20809
20810 2009-08-19 Glenn Morris <rgm@gnu.org>
20811
20812 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
20813
20814 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20815
20816 * simple.el (choose-completion-string): Don't rely on
20817 minibuffer-completing-file-name and ad-hoc checks to decide whether
20818 to continue completion or not.
20819
20820 * minibuffer.el (minibuffer-hide-completions): New function.
20821 (completion--do-completion): Use it.
20822 (completions-annotations): New face.
20823 (completion--insert-strings): Use it.
20824 (completion-pcm--delim-wild-regex): Add docstring.
20825 (completion-pcm--string->pattern): Add support for 0-width delimiters
20826 in completion-pcm--delim-wild-regex.
20827
20828 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
20829
20830 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
20831 Remove unused var `buffer-modified-p'.
20832
20833 * minibuffer.el (completion--do-completion): Move point for the #b001
20834 case as well (bug#4176).
20835 (minibuffer-complete, minibuffer-complete-word): Don't move point.
20836
20837 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
20838
20839 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
20840 and :session buses.
20841
20842 2009-08-18 Kenichi Handa <handa@m17n.org>
20843
20844 * international/ucs-normalize.el (ucs-normalize-version):
20845 Change to 1.1.
20846 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
20847 (utf-8-hfs): Make it perform normalization on encoding too.
20848
20849 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
20850 (sentence-end-without-space): Delete duplicated chars.
20851 (sentence-end-base): Likewise.
20852
20853 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
20854 (html-mode): Delete duplicated chars from sentence-end-base.
20855
20856 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
20857 (texinfo-mode): Delete duplicated chars from sentence-end-base.
20858
20859 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
20860
20861 * files.el (hack-one-local-variable): If the mode function is for
20862 a minor mode, pass it an argument (Bug#4148).
20863
20864 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
20865
20866 * net/tramp.el (tramp-register-completion-file-name-handler):
20867 Check also for (member 'partial-completion completion-styles).
20868
20869 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
20870
20871 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
20872 abbrev (Bug#3943).
20873
20874 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
20875
20876 * progmodes/cperl-mode.el: Merge upstream 6.2.
20877 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
20878 (cperl-forward-re): Check cperl-brace-recursing.
20879 (cperl-highlight-charclass): New function.
20880 (cperl-find-pods-heres): Use it.
20881 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
20882 (cperl-beautify-regexp-piece): Fix column calculation.
20883 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
20884 (cperl-beautify-level): Don't process entire regexp.
20885 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
20886 calling man.
20887 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
20888 (cperl-init-faces): Build a list in the normal way.
20889
20890 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
20891
20892 * calendar/parse-time.el (parse-time-string-chars): Save match
20893 data.
20894
20895 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
20896
20897 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
20898 (sql-product): Use it.
20899 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
20900 (sql-set-product): Add completion.
20901 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
20902 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
20903 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
20904 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
20905 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
20906 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
20907 (sql-highlight-db2-keywords): Remove.
20908 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
20909 (sql-highlight-product): Use derived-mode-p.
20910 (sql-set-sqli-buffer): Use with-current-buffer.
20911 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
20912 Simplify.
20913
20914 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
20915
20916 * term.el: Fix commenting convention, turn comments into docstrings.
20917
20918 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
20919
20920 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
20921
20922 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
20923
20924 * calendar/parse-time.el (parse-time-string-chars): Compute using
20925 character classes, to handle non-ascii characters (Bug#3190).
20926
20927 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
20928
20929 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
20930 another heredoc if the user adds another < (Bug#3226).
20931
20932 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20933 Don't initialize based on window-system (Bug#4124).
20934
20935 * facemenu.el (facemenu-read-color): Use a completion function
20936 that accepts any defined color, such as RGB triplets (Bug#3677).
20937
20938 * files.el (get-free-disk-space): Change fallback default
20939 directory to /. Expand DIR argument before switching to fallback.
20940 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
20941
20942 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
20943
20944 * files.el (load-library): Doc fix.
20945
20946 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
20947
20948 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
20949 (viper-if-string): Redefine C-s in the minibuffer to insert the last
20950 incremental search string.
20951
20952 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
20953 XEmacs.
20954
20955 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
20956 (ediff-merge-region-is-non-clash)
20957 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
20958 Also check if the job is really a merge job.
20959
20960 * ediff.el (ediff-current-file): New function.
20961
20962 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
20963
20964 * progmodes/js.el: Edit docstrings throughout to follow Emacs
20965 conventions.
20966 (js-insert-and-indent): Delete function.
20967 (js-mode-map): Don't bind keys to js-insert-and-indent.
20968 (js-beginning-of-defun): Rename from js--beginning-of-defun.
20969 (js-end-of-defun): Rename from js--end-of-defun.
20970 (js-auto-indent-flag): Delete variable.
20971
20972 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
20973
20974 * progmodes/js.el: Remove proclaim statement.
20975 Defvar which-func-imenu-joiner-function to silence compiler.
20976
20977 * files.el (auto-mode-alist): Use js-mode for .js files.
20978
20979 * progmodes/js2-mode.el: Remove file.
20980
20981 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
20982
20983 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
20984
20985 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
20986
20987 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
20988 Karl Landstrom <karl.landstrom@brgeight.se>
20989
20990 * progmodes/js.el: New file.
20991
20992 2009-08-14 Mark A. Hershberger <mah@everybody.org>
20993
20994 * timezone.el (timezone-parse-date): Add ability to understand ISO
20995 basic format (minimal separators) dates in addition to the
20996 already-supported extended format dates.
20997
20998 2009-08-14 Eli Zaretskii <eliz@gnu.org>
20999
21000 * international/ucs-normalize.el: Add a `coding' file variable.
21001
21002 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
21003
21004 2009-08-14 Sam Steingold <sds@gnu.org>
21005
21006 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
21007
21008 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
21009
21010 * faces.el (help-argument-name): Define it here instead of
21011 help-fns.el, because in daemon mode help-fns.el may be loaded when
21012 faces are still uninitialized (Bug#1078).
21013
21014 * help-fns.el (help-argument-name): Move defface to faces.el.
21015
21016 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
21017
21018 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
21019 create buffer with a pty but no process so that GDB can make the
21020 inferior the controlling process.
21021
21022 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
21023
21024 * international/ucs-normalize.el: New file.
21025
21026 2009-08-13 Richard Stallman <rms@gnu.org>
21027
21028 * mail/rmail.el (rmail-get-attr-names):
21029 Accept an attribute header that is too short.
21030
21031 * mail/rmail.el (rmail-forget-messages):
21032 Ignore nil elt in rmail-message-vector. Use dotimes.
21033
21034 * progmodes/compile.el (compilation-goto-locus):
21035 Use next-error-move-function.
21036
21037 * simple.el (next-error-move-function): New variable.
21038
21039 2009-08-12 Juri Linkov <juri@jurta.org>
21040
21041 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
21042 always non-nil. (Bug#4052)
21043
21044 * replace.el (read-regexp): Return empty string when
21045 `default-value' is nil.
21046 (keep-lines-read-args): Don't use empty string as the
21047 default value for `read-regexp'. (Bug#2495)
21048
21049 2009-08-12 Juri Linkov <juri@jurta.org>
21050
21051 * international/mule-cmds.el (ucs-insert): Change arguments
21052 from `arg' to `character', `count', `inherit' to be the same
21053 as in `insert-char'. Doc fix. (Bug#4039)
21054
21055 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
21056
21057 2009-08-12 Juri Linkov <juri@jurta.org>
21058
21059 * files-x.el: New file.
21060
21061 * files.el: Move code that deals with adding/deleting
21062 file/directory-local variables to files-x.el.
21063
21064 * Makefile.in (ELCFILES): Add files-x.elc.
21065
21066 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
21067
21068 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
21069 to use `goto-line'.
21070 (gdb-place-breakpoints, gdb-get-location): Rewritten without
21071 `goto-line'.
21072 (gdb-invalidate-disassembly): Do not refresh upon receiving
21073 'update signal. Instead, update all disassembly buffers only after
21074 threads list.
21075 (gdb): Send -target-detach when buffer is killed (Bug#3794).
21076 (gdb-starting): Move -data-list-register-names...
21077 (gdb-stopped): ...here so it's sent when first thread stops.
21078 (gdb-registers-handler-custom): Do nothing if register names are
21079 unknown yet.
21080
21081 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
21082 from `gdb-mi.el' to avoid extra tangling.
21083
21084 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
21085 change which breaks `gud-def' definitions used in `gdb'.
21086 (gdb-update-gud-running): No extra fuss for updating frame number.
21087
21088 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
21089
21090 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
21091 (describe-language-environment-map, setup-language-environment-map)
21092 (set-coding-system-map): Move initialization into declaration.
21093 (set-language-info-alist): Last arg to define-key-after can be skipped.
21094
21095 * international/quail.el (quail-completion-1): Simplify.
21096 (quail-define-rules): Use slightly more compact code.
21097 (quail-insert-decode-map): Propertize keys, compact columns.
21098
21099 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21100 Add goto-line.
21101
21102 2009-08-10 Miles Bader <miles@gnu.org>
21103
21104 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
21105 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
21106 (js2-instance-member, js2-private-member, js2-private-function-call)
21107 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
21108 (js2-magic-paren, js2-external-variable):
21109 Remove "-face" suffix from face names.
21110 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
21111 (js2-highlight-undeclared-vars, js2-peek-token)
21112 (js2-parse-function-params, js2-mode-show-errors)
21113 (js2-mode-show-warnings, js2-make-magic-delimiter)
21114 (js2-mode-highlight-magic-parens): Update to use new face names.
21115
21116 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
21117
21118 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
21119 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
21120
21121 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
21122
21123 * subr.el: Provide hashtable-print-readable.
21124
21125 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
21126 hs-c-like-adjust-block-beginning.
21127 (hs-hide-block-at-point): Stop hiding at the beginning of
21128 hs-block-end-regexp (Bug#700).
21129
21130 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
21131
21132 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
21133 a macro.
21134 (gdb-registers-handler-custom): Do not fail when register names
21135 are unavailable.
21136
21137 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21138
21139 * progmodes/gdb-mi.el (gdb-control-all-threads)
21140 (gdb-control-current-thread): Interactive setters for
21141 `gdb-gud-control-all-threads' to use in menu.
21142 (gdb-show-run-p): Show «Go» when process is not active.
21143 (gud-tool-bar-map): Add non-stop/A,T indicator.
21144 Uses gud/thread.xpm and gud/all.xpm.
21145
21146 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
21147
21148 * net/net-utils.el (net-utils-font-lock-keywords): New var.
21149 (nslookup-font-lock-keywords): Make it a variable.
21150 (net-utils-mode): New mode for viewing diagnostic network output.
21151 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
21152 (net-utils-run-simple): New function.
21153 (ifconfig, iwconfig, netstat, arp, route): Use it.
21154
21155 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21156
21157 * progmodes/gdb-mi.el (gdb-read-memory-custom)
21158 (gdb-memory-set-address, def-gdb-set-positive-number)
21159 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
21160 after changing settings.
21161 (gdb-invalidate-disassembly): Update when first shown.
21162 (gdb-edit-locals-value): Fix.
21163 (gdb-registers-handler-custom): Print registers in right order and
21164 allow changing register values (only for current thread yet).
21165 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
21166 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
21167 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
21168 (gdb-locals-handler-custom, gdb-registers-handler-custom):
21169 Thread info in mode name.
21170 (gdb-registers-mode-map): TAB to switch to locals.
21171
21172 2009-08-08 Eli Zaretskii <eliz@gnu.org>
21173
21174 * mail/rmail.el (rmail-add-mbox-headers)
21175 (rmail-set-message-counters-counter): Search for
21176 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
21177
21178 2009-08-08 Glenn Morris <rgm@gnu.org>
21179
21180 * Makefile.in (ELCFILES): Update.
21181
21182 2009-08-07 Eli Zaretskii <eliz@gnu.org>
21183
21184 * mail/sendmail.el (mail-yank-original):
21185 Set buffer-file-coding-system from the one used by the message whose
21186 text is yanked.
21187
21188 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
21189 to "windows" when "pgnuplot" is used.
21190 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
21191 Don't call accept-process-output if "pgnuplot" is used.
21192 (calc-graph-init): Don't send -display and -geometry to
21193 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
21194 running "pgnuplot -V" with shell-command-to-string.
21195
21196 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
21197 the default.
21198
21199 2009-08-07 Eli Zaretskii <eliz@gnu.org>
21200
21201 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
21202 org/org-latex.elc.
21203
21204 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
21205
21206 * vc-dispatcher.el (vc-resynch-window): Update comment.
21207
21208 * term.el (term-handle-ansi-escape): Add comments with the
21209 terminfo capabilities implemented.
21210
21211 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
21212
21213 * progmodes/gdb-mi.el (gdb-var-create-regexp): Remove.
21214 (gdb-var-create-handler): Rewritten using JSON parser.
21215 (gdb-propertize-header): Move earlier.
21216 (gdb-set-header): Remove to avoid duplication.
21217 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
21218 Refresh disassembly buffers only after threads list have been
21219 update.
21220 (gdb-threads-header, gdb-registers-header): Per-buffer header line
21221 variables.
21222
21223 2009-08-04 Juri Linkov <juri@jurta.org>
21224
21225 * files.el: Commands to add/delete file/directory-local variables.
21226 (read-file-local-variable, read-file-local-variable-value)
21227 (read-file-local-variable-mode, modify-file-local-variable)
21228 (modify-file-local-variable-prop-line)
21229 (modify-dir-local-variable): New functions.
21230 (add-file-local-variable, delete-file-local-variable)
21231 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
21232 (add-dir-local-variable, delete-dir-local-variable)
21233 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
21234 (copy-dir-locals-to-file-locals-prop-line): New commands.
21235
21236 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
21237
21238 * abbrev.el (insert-abbrev-table-description): Prettify output.
21239 Suggested by Karl Chen.
21240
21241 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
21242
21243 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
21244 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
21245 (gdb-overlay-arrow-position, gdb-thread-position)
21246 (gdb-disassembly-position): Declare variables.
21247 (gdb-wait-for-pending): Function now.
21248 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
21249 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
21250 compilation goes smoothly.
21251 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
21252 (gdb-non-stop-setting): New customization setting which replaces
21253 `gdb-non-stop' so changing it doesn't break active GDB session.
21254 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
21255 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
21256 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
21257 (gdb-show-threads-by-default): New customization options.
21258 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
21259 routines.
21260 (gdb-get-buffer-create): Send buffers update signal when they are
21261 created.
21262 (gdb-invalidate-locals, gdb-invalidate-registers)
21263 (gdb-invalidate-breakpoints)
21264 (gdb-invalidate-threads, gdb-invalidate-disassembly)
21265 (gdb-invalidate-memory): Accept update signal.
21266 (gdb-current-context-command): Use --frame option.
21267 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
21268 Implement `gdb-frame-number' selection logic.
21269 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
21270 whether to show GUD toolbar buttons.
21271 (gdb-thread-exited): Unselect current thread when it exits.
21272 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
21273 (gdb-mark-line): Routine which sets overlay arrow or inverses
21274 video on fringeless displays.
21275 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
21276 to build aligned columns of data in GDB buffers and set text
21277 properties line-by-line.
21278 (gdb-invalidate-breakpoints)
21279 (gdb-breakpoints-list-handler-custom)
21280 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
21281 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
21282 (gdb-registers-handler-custom): Align data columns.
21283 (gdb-locals-handler-custom): Now prints data like in variable
21284 declarations.
21285 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
21286 Remove confusing buttons.
21287 (gdb-invalidate-threads): Append --frame.
21288 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
21289 between breakpoints/threads buffers.
21290 (gdb-set-window-buffer): Now can ignore dedicated windows.
21291 (gdb-propertize-header): Use `gdb-set-window-buffer'.
21292 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
21293 (def-gdb-thread-buffer-gud-command): Replaces
21294 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
21295 for fine thread control.
21296 (gdb-preempt-existing-or-display-buffer): New function used to
21297 display bound buffers without breaking window layout.
21298 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
21299 (gdb-select-frame): New version of `gdb-frames-select' which now
21300 sets `gdb-frame-number' so commands may use --frame option instead
21301 of inner debugger state.
21302 (gdb-frame-handler): Do not set `gdb-frame-number'.
21303 (gdb-threads-mode-map): Select threads with mouse.
21304
21305 * progmodes/gud.el (gdb-gud-context-call): Declare function to
21306 avoid compilation warning.
21307 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
21308 `gdb-show-stop-p`.
21309
21310 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
21311 Argument `key' renamed to `buffer-type'.
21312 (gdb-current-context-buffer-name): Do not add thread info to
21313 buffer name when no thread is selected.
21314 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
21315 command (bug 3794).
21316 (gdb-thread-selected): Handle `=thread-selected' notification.
21317 (gdb-wait-for-pending): New macro to deal with congestion problems.
21318 (gdb-breakpoints-list-handler-custom): Don't fail on pending
21319 breakpoints.
21320 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
21321 This fixes problem similar to one described in bug 3947.
21322 (gud-menu-map): More menu items.
21323 (gdb-init-1): Reset `gdb-thread-number' to nil.
21324
21325 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
21326 non-stop settings.
21327
21328 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
21329 (gdb-current-context-command): Do not append --thread if
21330 `gdb-thread-number' is nil.
21331 (gdb-running-threads-count, gdb-stopped-threads-count):
21332 New variables.
21333 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
21334 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
21335 New customization options.
21336 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
21337 GUD commands.
21338 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
21339 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
21340 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
21341 set `gdb-thread-number' and update `gud-running' properly.
21342 (gdb-running): Update threads list when new threads appear.
21343 (gdb-stopped): Support non-stop operation and new thread switching
21344 logic.
21345 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
21346 (gdb-json-partial-output): New set of JSON routines.
21347 (def-gdb-auto-update-trigger): New `signal-list' optional
21348 argument.
21349 (gdb-thread-list-handler-custom): Update `gud-running',
21350 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
21351 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
21352 (gdb-continue-thread, gdb-step-thread): New commands for fine
21353 thread execution control.
21354 (gud-menu-map): New menu items to switch non-stop options.
21355 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
21356 (gdb-send): Mimic RET properly (bug 3794).
21357
21358 * progmodes/gdb-mi.el (gdb-rules-name-maker)
21359 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
21360 gdb-buffer-rules.
21361 (def-gdb-auto-update-handler): New nopreserve optional argument.
21362 (gdb-stack-list-frames-custom): Print stack from top to bottom.
21363
21364 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
21365 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
21366 (gdb-parent-mode): New mode to derive other GDB modes from.
21367 (gdb-display-disassembly-for-thread)
21368 (gdb-frame-disassembly-for-thread): New commands for threads
21369 buffer.
21370
21371 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
21372 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
21373 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
21374 (gdb-update): We now store all GDB buffers in a list so that they
21375 can be updated by traversing a list instead of calling invalidate
21376 triggers explicitly.
21377 (def-gdb-trigger-and-handler): New macro to define trigger-handler
21378 pair for GDB buffer.
21379 (gdb-stack-buffer-name): Add thread information.
21380 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
21381 handle pending triggers.
21382 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
21383 (def-gdb-thread-buffer-simple-command)
21384 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
21385 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
21386 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
21387 New commands which show buffers bound to thread.
21388 (gdb-stack-list-locals-regexp): Remove unused regexp.
21389
21390 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
21391 (gdb-locals-buffer-name, gdb-registers-buffer-name)
21392 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
21393 to (gud-comint-buffer) in *-buffer-name functions
21394 because (gdb-get-target-string) already does that.
21395 (gdb-locals-handler-custom, gdb-registers-handler-custom)
21396 (gdb-changed-registers-handler): Rewritten without regexps.
21397
21398 * progmodes/gdb-mi.el: Basic thread selection support.
21399 (gdb-thread-number): New variable.
21400 (gdb-current-context-command): New macro which adds --thread
21401 option to command.
21402 (gdb-threads-mode-map): Select thread with SPC.
21403 (gdb-thread-list-handler-custom): Mark current thread with overlay
21404 arrow. Synchronize GDB thread and Emacs thread.
21405 (gdb-select-thread): New command which selects current thread.
21406 (gdb-invalidate-frames, gdb-invalidate-locals)
21407 (gdb-invalidate-registers): Use --thread option.
21408
21409 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
21410
21411 * net/tramp.el (top): Make check for tramp-gvfs loading more
21412 robust. (Bug#3977)
21413 (tramp-handle-insert-file-contents): `unwind-protect' must be
21414 inside `with-parsed-tramp-file-name'.
21415
21416 * net/tramp-gvfs.el (top): Remove superfluous message when loading
21417 fails.
21418
21419 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
21420
21421 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
21422 directory if CLASSPATH is not set.
21423
21424 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
21425
21426 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
21427 New defconst.
21428 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
21429
21430 2009-08-02 Kevin Ryde <user42@zip.com.au>
21431
21432 * net/newst-backend.el (newsticker--raw-url-list-defaults):
21433 Update freshmeat link. Delete newsforge.com as it seems gone.
21434
21435 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
21436
21437 * select.el (x-set-selection): Doc fix (Bug#4021).
21438
21439 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
21440
21441 * help-fns.el (describe-variable): Treat list return values from
21442 dir-locals-find-file properly (Bug#4005).
21443
21444 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
21445
21446 * net/tramp.el (tramp-debug-message): Print also microseconds.
21447
21448 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
21449
21450 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
21451 or END is non-nil.
21452 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
21453 (tramp-get-debug-buffer): Change `outline-regexp' according to new
21454 format.
21455
21456 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
21457 (tramp-get-file-property): Use it.
21458
21459 * autorevert.el (auto-revert-handler):
21460 Allow `auto-revert-tail-mode' for remote files.
21461
21462 2009-08-02 Jason Rumney <jasonr@gnu.org>
21463
21464 * minibuffer.el (read-file-name): Treat confirm options to
21465 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
21466
21467 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
21468
21469 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
21470 (font-lock-variable-name-face, font-lock-constant-face):
21471 Darken the colors for light backgrounds.
21472
21473 2009-08-01 Eli Zaretskii <eliz@gnu.org>
21474
21475 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
21476 month names. (Bug#3987)
21477
21478 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
21479
21480 * simple.el (line-move-finish): Pass whole number to
21481 line-move-to-column.
21482 (line-move-visual): Perform hscroll to the recorded position.
21483
21484 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
21485
21486 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
21487
21488 2009-07-29 Alan Mackenzie <acm@muc.de>
21489
21490 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
21491
21492 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
21493
21494 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
21495 (gdb-place-breakpoints): Use full path when setting breakpoints.
21496
21497 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
21498
21499 * calc/calc.el (calc-mode-map): Add keybinding for
21500 `calc-transpose-lines'.
21501
21502 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
21503
21504 * calc/calc-misc.el (calc-transpose-lines): New function.
21505
21506 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
21507
21508 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
21509 Simplify check for out-of-band methods.
21510 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
21511 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
21512
21513 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
21514
21515 * vc-git.el (vc-git-checkin): Fix typo.
21516
21517 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
21518
21519 * progmodes/js2-mode.el: New file.
21520
21521 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
21522
21523 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
21524 (gud-menu-map): Adjust tooltip accordingly.
21525
21526 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
21527
21528 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
21529 (vc-bzr-log-view-mode): Adjust log-view-file-re.
21530
21531 * add-log.el (change-log-mode-map): Add a menu.
21532
21533 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
21534
21535 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
21536 function returns nil.
21537 (dbus-handle-event): Handle special return value :ignore.
21538 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
21539
21540 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
21541
21542 * view.el (view-mode-enable): Don't define Helper-return-blurb if
21543 it's not needed.
21544
21545 2009-07-25 Eli Zaretskii <eliz@gnu.org>
21546
21547 Fix Bug#3888:
21548
21549 * w32-vars.el (x-select-enable-clipboard): Doc fix.
21550
21551 * term/pc-win.el (x-display-name, x-colors)
21552 (x-select-enable-clipboard, x-select-text): Doc fix.
21553
21554 * term/common-win.el (x-display-name, x-colors): Doc fix.
21555
21556 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
21557 (xw-defined-colors): Doc fix.
21558
21559 * w32-fns.el (x-select-text, x-setup-function-keys)
21560 (x-get-selection, x-set-selection): Doc fix.
21561
21562 * term/x-win.el (x-select-text, x-setup-function-keys)
21563 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
21564
21565 * select.el (x-set-selection): Doc fix.
21566
21567 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
21568
21569 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
21570 instead of "IsNSSSupportAvailable". Avahi ought to work also when
21571 "IsNSSSupportAvailable" method is not available.
21572 Reported by Steve Youngs <steve@sxemacs.org>.
21573
21574 2009-07-24 Kenichi Handa <handa@m17n.org>
21575
21576 * international/characters.el: Fix setting of category ?C, ?|, ?K,
21577 and ?H. Fix setting of case for Latin Extended and Greek Extended.
21578 (build-unicode-category-table): Fix range checks.
21579
21580 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
21581
21582 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
21583 the buffer we try to sync is current when calling
21584 vc-resynch-buffer.
21585
21586 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
21587 not show up to date files.
21588
21589 2009-07-24 Glenn Morris <rgm@gnu.org>
21590
21591 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
21592 Add autoload cookies. If necessary, initialize.
21593 (elint-log): Handle non-file buffers.
21594 (elint-initialize): Add optional argument to reinitialize.
21595 (elint-find-builtin-variables): Save excursion.
21596
21597 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
21598
21599 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
21600 for Lint.
21601
21602 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
21603
21604 * vc.el (vc-print-log-internal): New function, split out from ...
21605 (vc-print-log): ... here.
21606 (vc-dir-move-to-goal-column): Declare.
21607
21608 * vc-git.el (vc-git-add-signoff): New variable.
21609 (vc-git-checkin): Use it.
21610 (vc-git-toggle-signoff): New function.
21611 (vc-git-extra-menu-map): Bind it to menu.
21612 (vc-git--run-command-string): Accept a nil FILE argument.
21613 (vc-git-stash-list): New function.
21614 (vc-git-dir-extra-headers): Use it.
21615
21616 2009-07-23 Glenn Morris <rgm@gnu.org>
21617
21618 * help-fns.el (describe-variable): Describe ignored and risky local
21619 variables in a similar way to that in which we describe safe ones.
21620
21621 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
21622 (byte-compile-output-file-form, byte-compile-output-docform)
21623 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
21624 Give some more local variables with common names a "bytecomp-" prefix,
21625 so as not to shadow things during compilation.
21626 * emacs-lisp/cl-macs.el (load-time-value)
21627 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
21628 `outbuffer' to `bytecomp-outbuffer'.
21629
21630 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
21631 since the next two variables cover them automatically now.
21632 (elint-builtin-variables, elint-autoloaded-variables): New.
21633 (elint-unknown-builtin-args): Remove all members, since they can be
21634 parsed automatically now.
21635 (elint-extra-errors): New.
21636 (elint-env-add-env, elint-env-add-macro): Use cadr.
21637 (elint-current-buffer): Use or. Change final message.
21638 (elint-get-top-forms): Use line-end-position.
21639 (elint-init-env): Use cadr. Handle autoload, declare-function,
21640 and defalias.
21641 (elint-add-required-env): Doc fix. Use or. Standardize error.
21642 (regexp-assoc): Remove unused function.
21643 (elint-top-form): Set elint-current-pos, to record the start of the
21644 top-level form, for compilation-mode.
21645 (elint-form): Trap errors in macro expansion. Use dolist.
21646 (elint-unbound-variable): Use elint-builtin-variables and
21647 elint-autoloaded-variables.
21648 (elint-get-args): Use cadr, or.
21649 (elint-check-cond-form): Use dolist, cadr.
21650 (elint-check-condition-case-form): Doc fix. Use cadr.
21651 Use elint-extra-errors.
21652 (elint-log): New function.
21653 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
21654 Distinguish errors and warnings.
21655 (elint-log-message): Use with-current-buffer. Inhibit read-only.
21656 Use a bytecomp-style format.
21657 (elint-clear-log): Preserve default-directory. Inhibit read-only.
21658 (elint-get-log-buffer): Use compilation mode. Disable undo.
21659 Don't truncate lines.
21660 (elint-initialize): Set builtin and autoloaded variable lists.
21661 Only process elint-unknown-builtin-args if non-nil.
21662 (elint-find-builtin-variables, elint-find-autoloaded-variables):
21663 New functions.
21664 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
21665
21666 2009-07-22 Kevin Ryde <user42@zip.com.au>
21667
21668 * net/newst-backend.el (newsticker--parse-atom-1.0)
21669 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
21670 (newsticker--parse-rss-1.0):
21671 * progmodes/idlwave.el (idlwave-mode):
21672 * progmodes/idlw-shell.el (idlwave-shell-mode):
21673 * progmodes/vera-mode.el (vera-mode):
21674 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
21675 * progmodes/vhdl-mode.el (vhdl-mode):
21676 * textmodes/table.el (table-generate-source)
21677 (table--warn-incompatibility):
21678 Hyperlink urls in docstrings with URL `...'.
21679
21680 2009-07-22 Glenn Morris <rgm@gnu.org>
21681
21682 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
21683 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
21684 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
21685 Remove leading * from defcustom docs.
21686
21687 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
21688
21689 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
21690 defcustom doc.
21691 (list-load-path-shadows): Optionally, just return shadows as a string.
21692
21693 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
21694
21695 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
21696
21697 * mail/rmailedit.el (rmail-edit-mode):
21698 Use auto-save-include-big-deletions.
21699
21700 * mail/rmail.el (rmail-variables):
21701 Use auto-save-include-big-deletions.
21702
21703 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
21704 changes.
21705
21706 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
21707
21708 * calc/calc.el (calc-undo-length): New variable.
21709 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
21710
21711 2009-07-21 Richard Stallman <rms@gnu.org>
21712
21713 * files.el (auto-save-mode): Handle buffer-save-size = -2
21714 for toggling mode.
21715
21716 2009-07-21 Glenn Morris <rgm@gnu.org>
21717
21718 * textmodes/ispell.el (ispell-looking-back): Update declaration.
21719
21720 * calendar/todo-mode.el (calendar-current-date): Update declaration.
21721
21722 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
21723 silence compiler. Instead...
21724 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
21725 (ps-print-ensure-fontified): Update for above function name changes.
21726
21727 * printing.el (pr-mh-get-msg-num, pr-mh-show)
21728 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
21729 silence compiler. Instead...
21730 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
21731 (mh-show-buffer): Only define for compiler.
21732 (pr-mh-current-message): Update for above function name changes.
21733
21734 * files.el (abort-if-file-too-large): Explicitly pass `filename'
21735 as an argument.
21736 (find-file-noselect, insert-file-1): Update for above change.
21737
21738 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
21739
21740 * mail/mailclient.el (mailclient-send-it): Fix message.
21741
21742 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
21743 (edebug-eval): Check cl-debug-env is bound.
21744 (print-level, print-circle): Don't redefine built-in variables.
21745
21746 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
21747 (custom-print-vectors): Remove old comments from doc.
21748
21749 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
21750 (emerge-version): Make the variable an obsolete alias for the
21751 emacs-version variable. Make the function obsolete.
21752 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
21753 Emerge options, rather than merging in into the main Options menu.
21754 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
21755 and auto advance modes. Disable edit/fast items when not relevant.
21756
21757 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
21758
21759 * term/vt420.el (terminal-init-vt420): Fix typo.
21760
21761 2009-07-20 Sam Steingold <sds@gnu.org>
21762
21763 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
21764 variable (removed from compile.el on 2004-03-11).
21765
21766 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
21767
21768 * files.el (hack-local-variables-filter): Fix last change.
21769
21770 2009-07-19 Juri Linkov <juri@jurta.org>
21771
21772 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
21773 (dir-local-variables-alist): New buffer-local variable.
21774 (hack-local-variables-filter): If variable is not dir-local,
21775 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
21776 because file-local overrides dir-local.
21777 (c-postprocess-file-styles) <declare-function>:
21778 Remove obsolete declaration.
21779 (hack-dir-local-variables): Add dir-local variable/value pair to
21780 `dir-local-variables-alist' and remove duplicates. Doc fix.
21781
21782 * help-fns.el (describe-variable): Add information about
21783 file-local and dir-local variables.
21784
21785 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
21786
21787 * files.el (hack-local-variables-filter): Rewrite.
21788
21789 2009-07-19 Glenn Morris <rgm@gnu.org>
21790
21791 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
21792 Silence compiler by only defining on XEmacs.
21793
21794 * international/mule.el (auto-coding-regexp-alist): Only match
21795 BABYL... at the start of buffer, not of lines. (Bug#3790)
21796
21797 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
21798 non-calendar buffers (Bug#3862). Restore "not on a date" message.
21799 (cal-menu-context-mouse-menu): Doc fix.
21800
21801 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
21802
21803 * simple.el (mail-user-agent): Doc fix. Set :version tag.
21804
21805 2009-07-18 Juri Linkov <juri@jurta.org>
21806
21807 * info.el: Virtual Info keyword finder.
21808 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
21809 (Info-finder-file): New variable.
21810 (Info-finder-find-file): New function.
21811 (finder-known-keywords, finder-package-info)
21812 (find-library-name, lm-commentary): Use defvar and
21813 declare-function to silence compiler warnings.
21814 (Info-finder-find-node): New function.
21815 (info-finder): New command.
21816
21817 * subr.el (process-kill-buffer-query-function): New function.
21818 (add-hook)<kill-buffer-query-functions>: Add hook
21819 `process-kill-buffer-query-function'.
21820
21821 2009-07-18 Alan Mackenzie <acm@muc.de>
21822
21823 * progmodes/cc-mode.el (c-before-hack-hook)
21824 (c-postprocess-file-styles): Give invocation of `c-set-style'
21825 DONT-OVERRIDE parameter of t. Already set style variables will
21826 thus not be overridden by style settings given by `c-file-syle'.
21827
21828 * files.el (hack-local-variables-filter): Remove entries with
21829 duplicate keys from `file-local-variables-alist'.
21830
21831 2009-07-18 Eli Zaretskii <eliz@gnu.org>
21832
21833 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
21834 x-set-selection if display-selections-p returns nil for the
21835 current frame.
21836
21837 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
21838
21839 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
21840
21841 2009-07-18 Eli Zaretskii <eliz@gnu.org>
21842
21843 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
21844 Accept nil in addition to a regexp.
21845 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
21846 Accept nil in addition to a regexp.
21847 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
21848 buffers that have an associated file. Handle nil values of
21849 desktop-buffers-not-to-save and desktop-files-not-to-save.
21850 (Bug#3833)
21851
21852 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
21853 (x-disown-selection-internal): New functions.
21854
21855 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
21856
21857 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
21858 warning.
21859 (gdb-breakpoints-header): Move forward to avoid compiler warning.
21860 (gdb-make-header-line-mouse-map): Remove duplicate definition.
21861
21862 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
21863
21864 * simple.el (set-mark): Revert last change.
21865
21866 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
21867
21868 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
21869 rendering of pngs is not possible instead of messaging a long
21870 description.
21871
21872 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
21873
21874 * w32-fns.el (x-selection-owner-p): New function.
21875
21876 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
21877 (mouse-yank-at-click, mouse-yank-primary):
21878 If select-active-regions is non-nil, deactivate the mark before
21879 insertion.
21880
21881 * simple.el (deactivate-mark, set-mark): Only save selection if we
21882 own it.
21883
21884 2009-07-17 Kenichi Handa <handa@m17n.org>
21885
21886 * case-table.el (describe-buffer-case-table): Fix for the case
21887 that KEY is a cons.
21888
21889 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
21890
21891 * vc-rcs.el (vc-rcs-find-file-hook):
21892 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
21893
21894 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
21895
21896 * net/tramp.el (tramp-wait-for-output): Handle the case when
21897 commands do not return a newline but a null byte before the shell
21898 prompt. (Bug#3858)
21899
21900 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21901
21902 * term/ns-win.el (ns-set-alpha): Don't declare.
21903 (ns-set-background-alpha): Remove function.
21904
21905 2009-07-16 Kevin Ryde <user42@zip.com.au>
21906
21907 * emacs-lisp/copyright.el (copyright-update): Save match-data across
21908 y-or-n-p, for safety.
21909
21910 2009-07-16 Richard Stallman <rms@gnu.org>
21911
21912 * files.el (auto-save-mode): If buffer-saved-size is -2,
21913 don't clobber it.
21914
21915 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
21916 (rmail-retry-ignored-headers): Add more uninteresting fields.
21917
21918 2009-07-15 Jari Aalto <jari.aalto@cante.net>
21919
21920 * net/rcirc.el (rcirc): Use history variables.
21921 (rcirc-server-name-history, rcirc-nick-name-history)
21922 (rcirc-server-port-history): New variables.
21923
21924 2009-07-15 Kenichi Handa <handa@m17n.org>
21925
21926 * international/mule-cmds.el (set-language-environment-charset):
21927 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
21928 ignore them.
21929
21930 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
21931 Delete unibyte-display.
21932
21933 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
21934
21935 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
21936
21937 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
21938
21939 * simple.el (deactivate-mark): Optional argument FORCE.
21940 (set-mark): Use deactivate-mark.
21941
21942 * info.el (Info-search): No need to check transient-mark-mode
21943 before calling deactivate-mark.
21944
21945 * select.el (x-set-selection): Doc fix.
21946 (x-valid-simple-selection-p): Allow buffer values.
21947 (xselect--selection-bounds): Handle buffer values.
21948 Suggested by David De La Harpe Golden.
21949
21950 * mouse.el (mouse-set-region, mouse-drag-track):
21951 Call copy-region-as-kill before setting the mark, to let
21952 select-active-regions work.
21953
21954 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
21955
21956 * simple.el (deactivate-mark): If select-active-regions is
21957 non-nil, copy the selection data into a string.
21958 (activate-mark): If select-active-regions is non-nil, set the
21959 selection to the current buffer.
21960 (set-mark): Update selection if select-active-regions is non-nil.
21961
21962 * select.el (x-valid-simple-selection-p): Allow buffer values.
21963
21964 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
21965
21966 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
21967 and more featureful message-mode.
21968
21969 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
21970
21971 * select.el (x-set-selection): Doc fix.
21972 (x-valid-simple-selection-p): Disallow selection data consisting
21973 of a list or cons of integers, since that is not used.
21974 (xselect--selection-bounds, xselect--int-to-cons): New functions.
21975 (xselect-convert-to-string, xselect-convert-to-length)
21976 (xselect-convert-to-filename, xselect-convert-to-charpos)
21977 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
21978
21979 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
21980
21981 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
21982 output in -break-info command (Emacs bug #3794).
21983
21984 2009-07-14 Glenn Morris <rgm@gnu.org>
21985
21986 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
21987 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
21988 (edebug-print-length, edebug-print-level, edebug-print-circle)
21989 (edebug-sit-for-seconds, edebug-view-outside)
21990 (edebug-bounce-point, edebug-set-global-break-condition)
21991 (edebug-Go-nonstop-mode, edebug-trace-mode)
21992 (edebug-Trace-fast-mode, edebug-continue-mode)
21993 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
21994 (edebug-visit-eval-list): Doc fixes.
21995
21996 * subr.el (def-edebug-spec): Doc fix.
21997
21998 2009-07-14 Kenichi Handa <handa@m17n.org>
21999
22000 * international/characters.el: Fix setting of category ?C.
22001
22002 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
22003
22004 * term/ns-win.el (x-select-font): defalias x-select-font to
22005 ns-popup-font-panel instead of generate-fontset-menu.
22006
22007 2009-07-12 Eli Zaretskii <eliz@gnu.org>
22008
22009 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
22010
22011 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
22012
22013 * arc-mode.el (archive-find-type): Allow for a PK00 string before
22014 the PK\003\004 header (Bug#3770).
22015
22016 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
22017
22018 * pcomplete.el (pcomplete-comint-setup): Check for
22019 shell-dynamic-complete-filename too.
22020
22021 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
22022
22023 * simple.el (temporary-goal-column): Change the value for
22024 line-move-visual to a cons cell.
22025 (line-move-visual): Record or set the window hscroll, if
22026 necessary (Bug#3494).
22027 (line-move-1): Handle cons value of temporary-goal-column.
22028
22029 2009-07-11 Kenichi Handa <handa@m17n.org>
22030
22031 * international/mule-diag.el (describe-character-set): Don't show
22032 width.
22033
22034 2009-07-10 Sam Steingold <sds@gnu.org>
22035
22036 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22037 Omake sometimes indents the errors it prints, so allow all
22038 regexps to start with spaces.
22039
22040 2009-07-10 Eli Zaretskii <eliz@gnu.org>
22041
22042 * cus-edit.el (customize-changed-options-previous-release):
22043 Bump value to 22.1. (Bug#3804)
22044
22045 2009-07-08 Sam Steingold <sds@gnu.org>
22046
22047 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
22048 to be a cons cell (test . ignored-directory) to selectively ignore
22049 some directories depending on the location of the search.
22050
22051 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
22052
22053 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
22054 remote user is root, on the local host.
22055 (tramp-local-host-p): Either the local user or the remote user
22056 must be root. (Bug#3771)
22057
22058 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
22059
22060 * progmodes/gdb-mi.el (gdb): Remove description of
22061 gdb-use-separate-io-buffer.
22062 (menu): Don't allow toggling of or enable
22063 gdb-use-separate-io-buffer from menubar.
22064
22065 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
22066
22067 * mail/unrmail.el (unrmail): Make sure the message ends with two
22068 newlines (Bug#3769).
22069
22070 2009-07-08 Glenn Morris <rgm@gnu.org>
22071
22072 * calendar/calendar.el (calendar-current-date): Rework previous change.
22073
22074 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
22075
22076 * calendar/calendar.el (calendar-current-date):
22077 Add an optional argument giving an offset from today.
22078
22079 2009-07-08 Glenn Morris <rgm@gnu.org>
22080
22081 * tutorial.el (tutorial--describe-nonstandard-key):
22082 Adjust the message for when a key has been unbound.
22083 (help-with-tutorial): Hide the arch-tag.
22084
22085 2009-07-08 Kenichi Handa <handa@m17n.org>
22086
22087 * international/fontset.el (setup-default-fontset): For each
22088 script, append (not set) font-specs.
22089
22090 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
22091 docstring.
22092
22093 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
22094
22095 * progmodes/gdb-mi.el (gdb-init-1): Move sending
22096 -data-list-register-names to ...
22097 (gdb-starting): ... here because GDB 7.0 requires execution to
22098 have started when using this MI command.
22099 (gdb-set-header): New function to distinguish select and
22100 unselected tabs in gdb buffers.
22101 (gdb-propertize-header): New macro that uses gdb-set-header.
22102 (gdb-breakpoints-header, gdb-locals-header): Use it.
22103 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
22104
22105 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
22106
22107 * Makefile.in (ELCFILES): Remove fadr.elc.
22108
22109 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
22110
22111 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
22112 may contain frame information, so `string-match' should be used.
22113 (gdb-update): Disassembly is invalidated through
22114 `gdb-get-selected-frame'.
22115 (gdb-pad-string): New function to pad string with spaces.
22116 (gdb-invalidate-disassembly): Invalidate only if the buffer
22117 exists.
22118 (gdb-disassembly-handler-custom): Column alignment.
22119 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
22120 placing new ones.
22121 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
22122 end of line, too.
22123 (gdb-frame-handler): Match convention to for disassembly buffer
22124 mode name.
22125 (gdb-stack-list-frames-handler): Rewritten without regexps.
22126 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
22127 not highlight breakpoints without line information.
22128 (gdb-input): Add trailing newline to command.
22129
22130 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
22131 buffer properly.
22132 (gdb-breakpoints-list-handler-custom): Replacement for
22133 `gdb-break-list-handler'. Using real parser instead of regexps
22134 now.
22135 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
22136 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
22137 to place breakpoints.
22138 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
22139 functions.
22140 (gdb-disassembly-handler-custom): Show overlay arrow.
22141 (gdb-disassembly-place-breakpoints): Show breakpoints in
22142 disassembly buffer.
22143 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
22144 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
22145 instead of parsing breakpoints buffer. Fixed old menu references
22146 in `gud-menu-map'.
22147
22148 * fadr.el: Remove.
22149
22150 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
22151 (gdb-memory-address): New variable which holds top address of
22152 memory page shown in memory buffer.
22153 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
22154 New customization variables.
22155 New functions:
22156 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
22157 display the memory buffer.
22158 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
22159 buffer display parameters.
22160 (def-gdb-memory-format, gdb-memory-format-binary)
22161 (gdb-memory-format-octal, gdb-memory-format-unsigned)
22162 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
22163 Functions for setting memory buffer format.
22164 (gdb-memory-unit-word, gdb-memory-unit-halfword)
22165 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
22166 unit size used in memory buffer.
22167 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
22168 Switch to next/previous page of memory buffer.
22169 Now using (bindat-get-field) instead of fadr functions.
22170
22171 2009-07-07 Sam Steingold <sds@gnu.org>
22172
22173 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
22174 non-top-level files.
22175
22176 2009-07-07 Kenichi Handa <handa@m17n.org>
22177
22178 * international/mule-cmds.el (reset-language-environment):
22179 Put the highset priority to the charset iso-8859-1.
22180
22181 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
22182
22183 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
22184 to the end of the line when locating the block (Bug#700).
22185
22186 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
22187
22188 * net/tramp.el (tramp-handle-write-region): Flush file properties
22189 in case of short track.
22190
22191 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
22192
22193 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
22194 Coded custom representation of verilog error regular expressions
22195 to work with Emacs-22's new format.
22196 (verilog-error-regexp-xemacs-alist): Coded custom representation
22197 of verilog error regular expressions to work with XEmacs format.
22198 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
22199 error recognition into XEmacs.
22200 (verilog-error-regexp-add-emacs): Hook routine to install verilog
22201 error recognition into Emacs-22.
22202
22203 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
22204
22205 * woman.el: Remove stand-alone closing parentheses.
22206 (woman-file-name, woman2-format-paragraphs)
22207 (woman-leave-blank-lines): Code cleanup.
22208 (woman-use-own-frame): Change default to nil.
22209 (woman-italic, woman-bold, woman-unknown, woman-addition):
22210 Change defaults to inherit from default faces.
22211 (woman2-process-escapes): Consume the newline after a stand-alone
22212 filler character (Bug#3651).
22213
22214 2009-07-06 Glenn Morris <rgm@gnu.org>
22215
22216 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
22217 (top-level): Move provide to the end.
22218 (ffap): Remove defunct URL from custom group.
22219
22220 * subr.el (eval-after-load): Doc fix.
22221
22222 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
22223
22224 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
22225 `calc-embedded-word' is called twice.
22226
22227 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22228
22229 * files.el (find-alternate-file-other-window, find-alternate-file):
22230 Obey confirm-nonexistent-file-or-buffer.
22231
22232 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
22233
22234 * dired-aux.el (dired-show-file-type): Handle remote files.
22235
22236 2009-07-05 Jari Aalto <jari.aalto@cante.net>
22237
22238 * desktop.el (desktop-globals-to-save):
22239 Add file-name-history (Bug#2750).
22240
22241 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
22242
22243 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
22244
22245 2009-07-04 Johan Bockgård <bojohan@gnu.org>
22246
22247 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
22248 property on entire argument since this is what eshell-lisp-command
22249 expects.
22250
22251 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
22252
22253 * net/tramp-gvfs.el (tramp-gvfs-methods)
22254 (tramp-gvfs-zeroconf-domain)
22255 (tramp-bluez-discover-devices-timeout): Add version flag.
22256 (tramp-gvfs-handler-mounted-unmounted)
22257 (tramp-gvfs-connection-mounted-p): Polish handling of
22258 incompatibilities between GVFS 0.2 and 1.0.
22259
22260 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
22261
22262 * cus-start.el (all): Add make-pointer-invisible.
22263
22264 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
22265
22266 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
22267 formatted correctly.
22268
22269 2009-07-02 Juri Linkov <juri@jurta.org>
22270
22271 * info.el: Virtual Info files and nodes.
22272 (Info-virtual-files, Info-virtual-nodes): New variables.
22273 (Info-current-node-virtual): New variable.
22274 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
22275 New functions.
22276 (Info-file-supports-index-cookies): Use Info-virtual-file-p
22277 to check for a virtual file instead of checking a fixed list
22278 of node names.
22279 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
22280 instead of ad-hoc processing of "dir" and (apropos history toc).
22281 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
22282 instead of ad-hoc processing of "dir" and (apropos history toc).
22283 Reread a file when moving from a virtual node.
22284 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
22285 (Info-directory-toc-nodes, Info-directory-find-file)
22286 (Info-directory-find-node): New functions.
22287 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
22288 (Info-history): Move part of code to
22289 `Info-history-find-node'.
22290 (Info-history-toc-nodes, Info-history-find-file)
22291 (Info-history-find-node): New functions.
22292 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
22293 (Info-toc): Move part of code to `Info-toc-find-node'.
22294 (Info-toc-find-node): New function.
22295 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
22296 the current Info file name to references because now the node
22297 "*TOC*" belongs to the same Info manual.
22298 (Info-toc-build): Rename from `Info-build-toc'.
22299 (Info-toc-nodes): Rename input argument `file' to `filename'.
22300 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
22301 instead of ad-hoc processing of ("dir" apropos history toc).
22302 (Info-index-nodes): Use Info-virtual-file-p
22303 to check for a virtual file instead of checking a fixed list
22304 of node names.
22305 (Info-index-node): Add check for `Info-current-node-virtual'.
22306 Raise `save-match-data' higher up the tree to contain
22307 `search-forward' too (bug fix).
22308 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
22309 (Info-virtual-index-nodes): New variable.
22310 (Info-virtual-index-find-node, Info-virtual-index): New functions.
22311 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
22312 (Info-apropos-file, Info-apropos-nodes): New variables.
22313 (Info-apropos-toc-nodes, Info-apropos-find-file)
22314 (Info-apropos-find-node, Info-apropos-matches): New functions.
22315 (info-apropos): Move part of code to `Info-apropos-find-node' and
22316 `Info-apropos-matches'.
22317 (Info-mode-map): Bind "I" to `Info-virtual-index'.
22318 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
22319 for a virtual file instead of checking a fixed list of node names.
22320
22321 * simple.el (async-shell-command): New command.
22322
22323 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
22324
22325 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
22326 instead of `mount-info'.
22327
22328 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
22329
22330 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
22331 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
22332
22333 2009-07-02 Kenichi Handa <handa@m17n.org>
22334
22335 * international/mule.el (set-keyboard-coding-system): Force *-unix
22336 coding-system to avoid eol conversion.
22337
22338 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
22339
22340 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
22341 Add handler for `process-file', `shell-command' and
22342 `start-file-process'.
22343 (tramp-gvfs-handle-shell-command)
22344 (tramp-gvfs-handle-start-file-process)
22345 (tramp-gvfs-handle-process-file): New defuns.
22346 (tramp-synce-list-devices): Simplify check for existence of property.
22347
22348 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
22349
22350 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
22351
22352 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
22353
22354 * language/korean.el (set-language-info-alist): Add korean-cp949,
22355 cp949 to spec.
22356
22357 2009-07-01 Kenichi Handa <handa@m17n.org>
22358
22359 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
22360
22361 * international/encoded-kb.el: Deleted.
22362
22363 * international/mule.el (set-keyboard-coding-system): Perform the
22364 necessary setup here instead of calling encoded-kbd-setup-display.
22365
22366 2009-07-01 Glenn Morris <rgm@gnu.org>
22367
22368 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
22369
22370 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
22371
22372 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
22373
22374 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
22375
22376 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
22377 Handle also the 'rename case, when setting file modes. (Bug#3712)
22378 (tramp-default-file-modes): Remove execute permissions.
22379
22380 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
22381 (top): Add a default for "synce" in `tramp-default-user-alist'.
22382 Add completion function for "synce" method.
22383 (tramp-hal-service, tramp-hal-path-manager)
22384 (tramp-hal-interface-manager, tramp-hal-interface-device):
22385 New defconst.
22386 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
22387 (tramp-synce-list-devices, tramp-synce-parse-device-names):
22388 New defuns.
22389
22390 * net/trampver.el: Update release number.
22391
22392 2009-06-30 Kenichi Handa <handa@m17n.org>
22393
22394 * international/fontset.el (setup-default-fontset): Add CJK fonts
22395 for symbols and the other miscellaneous characters.
22396
22397 * language/korea-util.el (setup-korean-environment-internal):
22398 Make char-width-table suitable for Korean environments.
22399 (exit-korean-environment): Cancel above.
22400
22401 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
22402 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
22403 setup-function to make char-width-table suitable for respective
22404 environments, and an exit-function to cancel that.
22405
22406 * language/japan-util.el (setup-japanese-environment-internal):
22407 Call use-cjk-char-width-table with arg `ja_JP'.
22408
22409 * international/characters.el (cjk-char-width-table): Delete it.
22410 (cjk-char-width-table-list): New variable.
22411 (use-cjk-char-width-table): New arg local-name.
22412 (use-default-char-width-table): Fix for the case that Emacs is
22413 already using the default char-width-table.
22414
22415 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
22416
22417 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
22418 modes mandatory. (Bug#3712)
22419
22420 2009-06-29 Alan Mackenzie <acm@muc.de>
22421
22422 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
22423 correction between the visible width of TABs and their number of bytes.
22424
22425 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
22426
22427 * server.el (server-buffer-done): Prevent kill-buffer from
22428 prompting by clearing the buffer modification flag (Bug#3696).
22429
22430 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
22431
22432 * progmodes/verilog-mode.el (verilog-beg-of-statement)
22433 (verilog-endcomment-reason-re): Support unique case and priority case.
22434 (verilog-basic-complete-re): Support localparam lineup.
22435 (verilog-beg-of-statement-1): Fix for robustness, unique case.
22436 (verilog-set-auto-endcomments): Fix for unique case, always_comb
22437 commenting.
22438 (verilog-leap-to-case-head): Now support *nested* unique &
22439 priority case statements.
22440 (verilog-auto-lineup): Make just declarations the default (as it
22441 had been).
22442 (verilog-leap-to-case-head): Support priority/unique case statements.
22443 (verilog-auto-lineup): Rework to give users radio buttons to
22444 select the various styles of automatic lineup.
22445 (verilog-error-regexp-alist): Rework to support the XEmacs style
22446 of error regular expressions from compilers, lint tools &
22447 simulators. Note that GNU Emacs has made it impossible for a mode
22448 to load such things.
22449 (electric-verilog-terminate-line, verilog-indent-declaration)
22450 (verilog-auto-wiure): Rework for radio button selection of
22451 auto-lineup selection of specification of auto lineup.
22452 (verilog-beg-of-statement-1): Redesign to support proper operation
22453 in additional code, based on testing with auto-lineup.
22454 (verilog-calculate-indent, assignments & declarations)
22455 (verilog-backward-token): Enhance to support auto-lineup of
22456 assignments & declarations.
22457 (verilog-in-directive-p, verilog-at-struct-p): New function for
22458 easy test of whether we are.
22459 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
22460 to support safe execution at almost anyline.
22461 (verilog-calc-1): Properly support indenting deep inside generate
22462 blocks.
22463 (verilog-init-font): Remove definition & use of verilog-init-font,
22464 as it is redundant with font-lock-defaults.
22465 (verilog-mode): Alter the definition of verilog-font-lock-defaults
22466 to avoid circular calls if syntax-ppss is a function (as is the
22467 case now in 22.x GNU Emacs) as that function would sometimes call
22468 itself, leading to (nearly) infinite recursion.
22469 (verilog-ovm-begin-re, verilog-ovm-end-re)
22470 (verilog-ovm-statement-re, verilog-leap-to-head)
22471 (verilog-backward-token): Add support for OVM macros. Some are
22472 complete statements, and others open and close scopes like begin
22473 and end.
22474 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
22475 (verilog-defun-level-generate-only-re): Really fix the defun-list
22476 compilation issue.
22477 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
22478 coverpoint, constraint and cross statements.
22479 (verilog-defun-level-list, verilog-generate-defun-level-list)
22480 (verilog-all-defun-level-list): Redo these specifications - it is
22481 too hard to support eval-when compile aggregation of lists also
22482 built at when-compile time.
22483 (verilog-defun-level-list): Place defconsts of variables used in
22484 building regular expressions which are built in eval-when-compile
22485 bodies in the same eval-when-compile body to facilitate compile
22486 without load.
22487 (verilog-beg-block-re-ordered): Support indenting
22488 virtual/protected tasks and functions.
22489 (verilog-defun-level-list, verilog-in-generate-region-p)
22490 (verilog-backward-ws&directives, verilog-calc-1): Speed up
22491 indentation of some module items (generate items).
22492 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
22493 across virtual/protected tasks and functions.
22494
22495 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
22496
22497 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
22498 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
22499 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
22500 in concatenations. Reported by Yishay Belkind.
22501 (verilog-auto-ascii-enum): Support one-hot state machines in
22502 AUTOASCIIENUM. Suggested by Lloyd Gomez.
22503 (verilog-auto-inst, verilog-auto-inst-port): Include interface
22504 modport in AUTOINST and add vl-modport for users.
22505 Reported by David Rogoff.
22506 (verilog-auto-inout-module, verilog-auto-inst)
22507 (verilog-decls-get-interfaces, verilog-insert-definition)
22508 (verilog-insert-one-definition, verilog-read-decls)
22509 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
22510 (verilog-sig-modport, verilog-signals-combine-bus)
22511 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
22512 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
22513 Suggested by David Rogoff.
22514 (verilog-repair-open-comma): Fix non-insertion of comma when
22515 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
22516 (verilog-make-width-expression): Simplify [A-1:0] expression
22517 widths to just {A{1'b0}}.
22518 (verilog-mode): Cleanup checkdoc warnings.
22519 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
22520 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
22521 inputs/outputs or data type. Suggested by Vasu Kandadi.
22522 (next-error-last-buffer): Fix byte-compiler warning.
22523 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
22524 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
22525 or shell command text during AUTO expansion. Suggested by Tad Truex.
22526 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
22527 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
22528 Fix dotted nets {a.b,c.d} and escaped identifiers being mis-included
22529 in AUTOINOUT. Reported by Matthew Lovell.
22530 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
22531 causing use of <= assignments. Reported by Alex Reed.
22532 (verilog-read-decls): Fix triand, trior, wand, wor to be
22533 recognized by AUTOWIRE. Reported by Spencer Isaacson.
22534 (verilog-extended-complete-re): Support import "DPI-C" functions.
22535 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
22536 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
22537 (verilog-insert-date, verilog-insert-year)
22538 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
22539 Windows systems. Reported by Michael Potts.
22540 (verilog-read-module-name): Fix AUTOINST when the child module
22541 declaration's name is a tick define. Reported by Elliot Mednick.
22542 (verilog-read-decls): Fix V2K parameter bit subscripts getting
22543 passed to next parameter's definition. Reported by Bruce T.
22544 (verilog-read-decls): Fix detecting "parameter int" when using
22545 AUTOINSTPARAM. Reported by Bruce T.
22546 (verilog-goto-defun): Fix goto not finding modules unless first
22547 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
22548 (verilog-mode): Expand -f flag arguments on entry to mode so
22549 verilog-goto-defun will work. Reported by Lawrence Butcher.
22550 (verilog-getopt): Expand environment variables in -f file
22551 arguments. Suggested by Lawrence Butcher.
22552 (verilog-set-define): Fix "Symbol's value as variable is void"
22553 when reading enumerations.
22554 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
22555 Suggested by Stephen Peltan.
22556 (verilog-read-defines): Fix reading of enumerations in include
22557 files. Reported by Steve Peltan.
22558
22559 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
22560
22561 * files.el (trash-directory): Fix defcustom type.
22562
22563 2009-06-28 Juri Linkov <juri@jurta.org>
22564
22565 * help-fns.el (describe-function-1): Correctly locate adviced
22566 functions in hyperlink (Bug#2438).
22567
22568 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
22569
22570 * files.el (trash-directory): Change default to nil.
22571 (move-file-to-trash): If trash-directory is nil and
22572 system-move-file-to-trash is unbound, perform freedesktop-style
22573 trashing.
22574
22575 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
22576
22577 * files.el (move-file-to-trash): Add freedesktop trash
22578 support (Bug#973).
22579
22580 2009-06-28 Glenn Morris <rgm@gnu.org>
22581
22582 * autorevert.el (global-auto-revert-non-file-buffers)
22583 (global-auto-revert-mode): Doc fixes.
22584
22585 2009-06-27 Johan Bockgård <bojohan@gnu.org>
22586
22587 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
22588
22589 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
22590
22591 * faces.el (x-handle-named-frame-geometry): Ensure that we have
22592 opened an X connection before calling x-get-resource (Bug#3194).
22593
22594 * play/doctor.el: Remove reference to obsolete website.
22595 (make-doctor-variables): Correct grammar mistake (Bug#2633).
22596
22597 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
22598
22599 Remove find-file-not-found-hook VC method. (Bug#2757)
22600 * vc-hooks.el (vc-file-not-found-hook)
22601 (vc-default-find-file-not-found-hook): Remove functions.
22602 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
22603 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
22604 * vc.el:
22605 * vc-hg.el:
22606 * vc-git.el: Do not mention find-file-not-found-hook VC method.
22607
22608 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
22609
22610 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
22611 compatibility function for `looking-back'.
22612
22613 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
22614 Use `ispell-looking-back'.
22615
22616 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
22617
22618 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
22619 rather than `filename'.
22620
22621 2009-06-23 Miles Bader <miles@gnu.org>
22622
22623 * face-remap.el (text-scale-set): New function.
22624
22625 2009-06-23 Glenn Morris <rgm@gnu.org>
22626
22627 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
22628
22629 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
22630
22631 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
22632
22633 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
22634
22635 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
22636 Simplify Persian conditionals.
22637
22638 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
22639 variable `filename'.
22640
22641 * comint.el (comint-insert-input): Doc fix.
22642
22643 * Makefile.in (ELCFILES): Fix typo in previous change.
22644
22645 2009-06-23 Miles Bader <miles@gnu.org>
22646
22647 * cus-start.el: Add entry for `recenter-redisplay'.
22648
22649 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
22650
22651 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
22652 Add an optional argument for the backend, use it instead of
22653 calling vc-backend.
22654 (vc-mode-line): Add an optional argument for the backend.
22655 Pass the backend to vc-state and vc-working-revision. Move code for
22656 special handling for vc-state being a buffer to ...
22657
22658 * vc-rcs.el (vc-rcs-find-file-hook):
22659 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
22660
22661 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
22662 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
22663 vc-stay-local-p and vc-mode-line calls.
22664
22665 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
22666 (vc-cvs-diff, vc-cvs-annotate-command)
22667 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
22668 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
22669 vc-mode-line calls.
22670
22671 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
22672 direct comparison.
22673 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
22674 backend when calling vc-mode-line.
22675 (vc-register): Do not create a closure for calling the vc register
22676 function, call it directly.
22677
22678 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
22679
22680 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
22681 to make it obvious item can be clicked.
22682
22683 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
22684
22685 2009-06-23 Kenichi Handa <handa@m17n.org>
22686
22687 * language/korea-util.el (korean-key-bindings): Change the binding
22688 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
22689 same command.
22690
22691 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
22692
22693 Sync with Tramp 2.1.16.
22694
22695 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
22696
22697 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
22698 when a loading of a package fails. Completion function for rsync
22699 is `tramp-completion-function-alist-ssh'.
22700 (all): Replace all calls of `split-string' and
22701 `tramp-split-string' by `tramp-compat-split-string'.
22702 (tramp-default-method): Use `tramp-compat-process-running-p'.
22703 (tramp-default-proxies-alist): Allow also Lisp forms.
22704 (tramp-remote-path): Add choice "Private Directories".
22705 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
22706 (tramp-domain-regexp): Allow also "-", "_" and ".".
22707 (tramp-end-of-output): Remove newlines, and add "$" at the end.
22708 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
22709 (tramp-debug-message): Insert header line in debug buffer.
22710 (tramp-handle-directory-files-and-attributes-with-stat):
22711 Care about filenames with spaces, or starting with "-".
22712 (tramp-handle-dired-uncache): New defun.
22713 (tramp-handle-insert-directory): Don't flush the directory from
22714 cache, this is handled by `dired-uncache' now.
22715 (tramp-handle-insert-file-contents): Improve error handling.
22716 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
22717 Quote `tramp-end-of-output'.
22718 (tramp-action-password): Improve trace message.
22719 (tramp-check-for-regexp): Both echoes must be present, before removing.
22720 (tramp-open-connection-setup-interactive-shell): Trace coding system.
22721 (tramp-compute-multi-hops): Eval cons cells of
22722 `tramp-default-proxies-alist'.
22723 (tramp-maybe-open-connection): Use the same command pattern for
22724 first hop and further hops.
22725 (tramp-wait-for-output): Remove handling of newlines.
22726 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
22727 (tramp-split-string): Remove function. It is handled in
22728 tramp-compat now.
22729
22730 * net/tramp-cmds.el (tramp-bug):
22731 Recommend `tramp-cleanup-all-connections' in the bug mail.
22732
22733 * net/tramp-compat.el (tramp-compat-split-string)
22734 (tramp-compat-process-running-p): New defuns.
22735
22736 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
22737 for `dired-uncache'.
22738
22739 * net/tramp-gvfs.el: New package.
22740
22741 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
22742 Add handler for `dired-uncache'.
22743 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
22744
22745 * net/trampver.el: Update release number. Make version check fit
22746 for SXEmacs 22.
22747
22748 2009-06-22 Jim Meyering <meyering@redhat.com>
22749
22750 Automatically handle .xz suffix (XZ-compressed files), too.
22751 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
22752 XZ is the successor to LZMA: <http://tukaani.org/xz/>
22753
22754 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
22755 Nick Roberts <nickrob@snap.net.nz>
22756
22757 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
22758 repository (http://sphinx.net.ru/hg/gdb-mi/).
22759
22760 2009-06-22 Glenn Morris <rgm@gnu.org>
22761
22762 * files.el (dir-locals-collect-mode-variables): Allow for any number of
22763 `mode' and `eval' entries. (Bug#3430)
22764
22765 * Makefile.in (ELCFILES): Add fadr.elc.
22766
22767 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
22768 differing behavior of \n and ^ in strings. (Bug#3385)
22769
22770 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
22771
22772 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
22773 property.
22774 (lisp-indent-function): Make it a defcustom.
22775
22776 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
22777
22778 * progmodes/gdb-ui.el: Replace with ...
22779 * progmodes/gdb-mi.el: ... this file.
22780 * progmodes/gud.el: Modify for gdb-mi.el.
22781
22782 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
22783
22784 * fadr.el: New file.
22785
22786 See ChangeLog.14 for earlier changes.
22787
22788 ;; Local Variables:
22789 ;; coding: utf-8
22790 ;; End:
22791
22792 Copyright (C) 2009-2011 Free Software Foundation, Inc.
22793
22794 This file is part of GNU Emacs.
22795
22796 GNU Emacs is free software: you can redistribute it and/or modify
22797 it under the terms of the GNU General Public License as published by
22798 the Free Software Foundation, either version 3 of the License, or
22799 (at your option) any later version.
22800
22801 GNU Emacs is distributed in the hope that it will be useful,
22802 but WITHOUT ANY WARRANTY; without even the implied warranty of
22803 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22804 GNU General Public License for more details.
22805
22806 You should have received a copy of the GNU General Public License
22807 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.