auth-source.el (auth-source-read-char-choice): Remove `dropdown-list'.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
f346fd6b
MA
12011-03-10 Michael Albinus <michael.albinus@gmx.de>
2
3 * simple.el (delete-trailing-whitespace): Return nil for the
4 benefit of `write-file-functions'.
5
ccb55d27
GM
62011-03-10 Glenn Morris <rgm@gnu.org>
7
5ceaac0c
GM
8 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
9
02da65ff
GM
10 * vc/vc-git.el (vc-git-program): New option.
11 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
12 (vc-git--call): Use it.
13
b2f603cc
GM
14 * eshell/esh-util.el (eshell-condition-case): Doc fix.
15
5772caab
GM
16 * cus-edit.el (Custom-newline): If no button at point, look
17 for a subgroup button at start-of-line. (Bug#2298)
18
ccb55d27
GM
19 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
20
ec6ecaed
JD
212011-03-10 Julien Danjou <julien@danjou.info>
22
23 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
24 `cursor-type' is nil.
25
9d5aa01d
JB
262011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
27
28 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
29
b6a5875b
KM
302011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
31
32 * allout.el Summary: Change so yank of distinctive-bullet items
33 preserves the existing header prefix, rebulleting it if necessary,
34 rather than replacing it. This is necessary for proper operation
35 of cooperative addons like allout-widgets.
36 (allout-make-topic-prefix) (allout-rebullet-heading): Change
37 SOLICIT arg to INSTEAD, and interpret additionally a string value
38 as alternate bullet to be used, instead of prompting the user for
39 a bullet character.
40
ee545c35
MA
412011-03-09 Michael Albinus <michael.albinus@gmx.de>
42
43 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band): Do
44 not use `tramp-file-name-port', because this returns also
45 `tramp-default-port'.
46
c47971d7
DD
472011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
48
49 * net/rcirc.el (rcirc-handler-001): Remove useless
50 with-rcirc-process-buffer.
51 (rcirc-check-auth-status): Swap arguments to string-match.
52
13522cb4
GM
532011-03-09 Glenn Morris <rgm@gnu.org>
54
0be6f4f1
GM
55 * shell.el (shell-mode):
56 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
57
13522cb4
GM
58 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
59 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
60
515de2e3
CY
612011-03-08 Chong Yidong <cyd@stupidchicken.com>
62
63 * emacs-lisp/package.el (package-refresh-contents)
64 (package-menu-execute): Use condition-case-no-debug.
65
b511b994
MA
662011-03-08 Michael Albinus <michael.albinus@gmx.de>
67
68 * simple.el (shell-command-to-string): Use `process-file'.
69
70 * emacs-lisp/package.el (package-tar-file-info): Handle also
71 remote files.
72
73 * emacs-lisp/package-x.el (package-upload-buffer-internal): Use
74 `equal' for upload base check.
75
25bbfb31
AM
762011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
77
78 * textmodes/texinfo.el (texinfo-environments):
79 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
80
be996521
GM
812011-03-08 Glenn Morris <rgm@gnu.org>
82
e9c8529f
GM
83 * cus-start.el (cursor-in-non-selected-windows):
84 Fix :set quoting oddness. (Bug#8192)
85
be996521
GM
86 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
87 in some setf expressions. (Bug#2159)
88
2bb5649e
CY
892011-03-08 Chong Yidong <cyd@stupidchicken.com>
90
91 * custom.el (custom-available-themes): Return themes in
92 alphabetical order.
93
7600cf45
CY
942011-03-07 Chong Yidong <cyd@stupidchicken.com>
95
96 * progmodes/cc-cmds.el (c-beginning-of-statement): Fix incorrect
97 application of patch from Alan Mackenzie (Bug#7595).
98
fa7062f6
DD
992011-03-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
100
101 * net/rcirc.el (rcirc-connect): Fix PASS bug.
102
619f4b62
GM
1032011-03-07 Glenn Morris <rgm@gnu.org>
104
105 * vc/vc.el (vc-next-action): Add missing space to y-or-n-p prompt.
7e319d3c 106 Give an explicit error if failed to make writable. (Bug#6146)
619f4b62 107
e63e9234
ER
1082011-03-07 Ed Reingold <reingold@emr.cs.iit.edu>
109
110 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
111 Add optional `after-sunset' argument. (Bug#8190)
112
16130297
AH
1132011-03-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
114
115 * play/morse.el (nato-alphabet, nato-region, denato-region):
116 New variable and functions. (Bug#2288)
f72c1fd6 117 (morse-region, unmorse-region): Barf if read-only.
16130297 118
2b0787b3
SM
1192011-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
120
121 * progmodes/gud.el (gdb-script-syntax-propertize-function):
122 Don't change the syntax of a \n that closes a comment (bug#8169).
123
5c69cb2c
CY
1242011-03-06 Chong Yidong <cyd@stupidchicken.com>
125
126 * emacs-lisp/package-x.el (package-archive-upload-base): Make it a
127 defcustom.
128 (package--update-file): Doc fix. Accept relative file names.
129 (package--archive-contents-from-file): Remove the argument, since
130 it's necessarily always "archive-contents".
131 (package-maint-add-news-item): Pass relative file name args to
132 package--update-file.
133 (package-upload-buffer-internal): Prompt for a destination if
134 package-archive-upload-base is invalid. Create the directory if
135 it does not exist.
136 (package-upload-buffer, package-upload-file): Doc fix.
137
892777ba
CY
1382011-03-06 Chong Yidong <cyd@stupidchicken.com>
139
140 * isearch.el (isearch-mode-map): Bind C-y to isearch-yank-kill,
141 and move isearch-yank-line to M-s C-e (Bug#8183).
142
9d1f0f55
AM
1432011-03-06 Alan Mackenzie <acm@muc.de>
144
145 * progmodes/cc-engine.el (c-guess-basic-syntax): Reindent.
804a116c
AM
146 (c-guess-basic-syntax): Move CASE 19 to a different place,
147 correctly to process template-args-cont lines.
9d1f0f55 148
479a2c9b
JB
1492011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
150
2b0787b3
SM
151 * calc/calc-ext.el (calc-init-extensions):
152 Rename calc-logunits-dblevel and calc-logunits-nplevel to calc-dblevel
804a116c
AM
153 and calc-nplevel, respectively. Add keybindings for calc-spn,
154 calc-midi and calc-freq. Add autoloads for calcFunc-spn,
155 calcFunc-midi, calcFunc-freq, calc-spn, calc-midi and calc-freq.
479a2c9b
JB
156
157 * calc/calc-units.el (calc-dblevel): Rename from
158 calc-logunits-dblevel.
159 (calc-nplevel): Rename from calc-logunits-nplevel.
05a29101
JB
160 (math-midi-round, math-freqp, math-midip, math-spnp)
161 (math-spn-to-midi, math-midi-to-spn, math-freq-to-spn)
162 (math-midi-to-freq, math-spn-to-freq, calcFunc-spn, calcFunc-midi)
163 (calcFunc-freq, calc-freq, calc-midi, calc-spn): New functions.
164 (math-notes): New variable.
165
166 * calc/calc.el (calc-note-threshold): New variable.
479a2c9b 167
f561e49a
CY
1682011-03-06 Chong Yidong <cyd@stupidchicken.com>
169
170 * emacs-lisp/package.el (package-archives): Accept either ordinary
171 directory names, in addition to HTTP URLs.
172 (package--with-work-buffer): New macro. Handle normal directories.
173 (package-handle-response): Don't display the failing buffer.
174 (package-download-single, package-download-tar)
175 (package--download-one-archive): Use package--with-work-buffer.
176 (package-archive-base): Rename from package-archive-url.
177
79a0fb58
GM
1782011-03-06 Glenn Morris <rgm@gnu.org>
179
180 * generic-x.el (generic-unix-modes): Add xmodmap-generic-mode.
181 (xmodmap-generic-mode): Respect generic-extras-enable-list.
182
ffd0a502
DC
1832011-03-06 Daniel Clemente <dcl441-bugs@yahoo.com> (tiny change)
184
185 * generic-x.el (xmodmap-generic-mode): New. (Bug#2065)
186
01c35094
JB
1872011-03-06 Juanma Barranquero <lekktu@gmail.com>
188
189 * allout.el (allout-init, allout-prefixed-keybindings)
190 (allout-unprefixed-keybindings):
191 * progmodes/prolog.el (prolog-find-term):
192 Fix typos in docstrings.
193
509742cc
NS
1942011-03-06 Nikolaj Schumacher <me@nschum.de> (tiny change)
195
196 * emacs-lisp/elp.el (elp-results): Fix off-by-one in header. (Bug#2746)
197
14369ab3
KR
1982011-03-06 Kevin Ryde <user42@zip.com.au>
199
200 * textmodes/sgml-mode.el (sgml-fill-nobreak): Give it a doc. (Bug#5326)
201
aa248733
MS
2022011-03-06 Michael Shields <shields@msrl.com> (tiny change)
203
204 * window.el (one-window-p, walk-windows, display-buffer):
205 Doc fixes. (Bug#5567)
206
da0275f8
JB
2072011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
208
209 * cus-edit.el (custom-prompt-variable): Use the `custom-get' property
210 of the variable if it exists.
211
845fc5e5
JB
2122011-03-06 Juanma Barranquero <lekktu@gmail.com>
213
214 * bookmark.el:
215 * desktop.el:
216 * emacs-lock.el:
217 * ps-print.el:
218 * saveplace.el:
219 * net/tramp-cache.el:
01c35094 220 * obsolete/fast-lock.el:
845fc5e5
JB
221 * textmodes/reftex.el:
222 Don't set `kill-emacs-hook' on noninteractive sessions (bug#8137).
223
7e27ce9c
AL
2242011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
225
01c35094
JB
226 * files.el (delete-directory, copy-directory, list-directory):
227 Use read-directory-name.
7e27ce9c
AL
228
229 * find-file.el (ff-find-the-other-file):
230 * net/ange-ftp.el (ange-ftp-make-directory):
231 * printing.el (pr-interactive-dir):
232 * progmodes/ada-prj.el (ada-prj-load-directory):
233 * progmodes/ebnf2ps.el (ebnf-print-directory)
234 (ebnf-spool-directory, ebnf-eps-directory)
235 (ebnf-syntax-directory):
236 * shell.el (shell):
237 * speedbar.el (speedbar-create-directory):
238 * vc/emerge.el (emerge-merge-directories):
239 * vc/vc-dir.el (vc-dir):
240 * vc/vc.el (vc-create-tag, vc-retrieve-tag): Likewise.
241
d23ae2b0
CY
2422011-03-05 Chong Yidong <cyd@stupidchicken.com>
243
244 * help-mode.el (help-buffer): If we are to return the current
245 buffer, signal an error if it's not in Help mode (Bug#8147).
246
2de9cc1a
RT
2472011-03-05 Reuben Thomas <rrt@sc3d.org>
248
249 * files.el (file-name-version-regexp): Handle backup files of the
250 form `foo.js.~HEAD~1~' (Bug#8159).
251
81fb60b2
GM
2522011-03-05 Glenn Morris <rgm@gnu.org>
253
254 * eshell/esh-var.el: Don't require esh-test when compiling.
255 * eshell/em-banner.el, eshell/esh-cmd.el, eshell/esh-mode.el:
256 * eshell/esh-var.el, eshell/eshell.el: Move tests to esh-test.
01c35094 257 * eshell/esh-test.el: Move to ../../test/eshell.el.
81fb60b2 258
c5f09daf
DE
2592011-03-05 David Engster <deng@randomsample.de>
260
261 * files.el (save-some-buffers): Report the names of buffers saved
262 automatically due to buffer-save-without-query (Bug#8134).
263
77f63d30
DD
2642011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
265
266 * net/rcirc.el: Add QuakeNet authentication support.
267 (rcirc-authinfo, rcirc-check-auth-status)
268 (rcirc-authenticate): Support QuakeNet.
269
72d2c2e3
DD
2702011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
271
272 * net/rcirc.el: Add functionality to authenticate before
273 autojoining channels.
274 (rcirc-authenticate-before-join): New option.
275 (rcirc-authenticated-hook): New variable.
276 (rcirc-connect): Make local variable rcirc-user-authenticated.
277 (rcirc-handler-001): Respect rcirc-authenticate-before-join.
01c35094
JB
278 (rcirc-check-auth-status, rcirc-join-channels-post-auth):
279 New functions.
280 (rcirc-handler-PRIVMSG, rcirc-handler-NOTICE):
281 Call rcirc-check-auth-status.
72d2c2e3 282
d733e817
MA
2832011-03-05 Alex Harsanyi <AlexHarsanyi@gmail.com>
284
285 * net/soap-client.el (soap-namespace-put-link): Check if the target
286 name is fully qualified -- use only the name part.
287 (soap-parse-complex-type, soap-parse-sequence): Recognize xsd:all
288 types, treated the same as xsd:sequence. (Bug#8166)
289
3ae59fff
EZ
2902011-03-05 Eli Zaretskii <eliz@gnu.org>
291
292 * files.el (find-file-noselect): Don't ask about re-visiting
293 non-literally if the file is already visited in image-mode.
294 (Bug#8177)
295
a9eeff78
GM
2962011-03-05 Glenn Morris <rgm@gnu.org>
297
d783d303
GM
298 * eshell/esh-mode.el (eshell-kill-buffer-function): New function.
299 (eshell-mode): Use eshell-kill-buffer-function.
300 Run the -initialize functions independently of the -load-hooks.
301 * eshell/esh-proc.el (eshell-kill-process-function): New function.
302 (eshell-gather-process-output, eshell-sentinel)
303 (eshell-interrupt-process, eshell-kill-process, eshell-quit-process):
304 Use eshell-kill-process-function.
305 * eshell/em-alias.el (eshell-alias-load-hook):
306 * eshell/em-banner.el (eshell-banner-load-hook):
307 * eshell/em-cmpl.el (eshell-cmpl-load-hook):
308 * eshell/em-dirs.el (eshell-dirs-load-hook):
309 * eshell/em-glob.el (eshell-glob-load-hook):
310 * eshell/em-hist.el (eshell-hist-load-hook):
311 * eshell/em-pred.el (eshell-pred-load-hook):
312 * eshell/em-prompt.el (eshell-prompt-load-hook):
313 * eshell/em-rebind.el (eshell-rebind-load-hook):
314 * eshell/em-script.el (eshell-script-load-hook):
315 * eshell/em-smart.el (eshell-smart-load-hook):
316 * eshell/em-term.el (eshell-term-load-hook):
317 * eshell/em-unix.el (eshell-unix-load-hook):
318 * eshell/esh-arg.el (eshell-arg-load-hook):
319 * eshell/esh-cmd.el (eshell-cmd-load-hook):
320 * eshell/esh-ext.el (eshell-ext-load-hook):
321 * eshell/esh-io.el (eshell-io-load-hook):
322 * eshell/esh-mode.el (eshell-exit-hook):
323 * eshell/esh-proc.el (eshell-proc-load-hook, eshell-kill-hook):
324 * eshell/esh-var.el (eshell-var-load-hook):
325 Set default hook values to nil. (Bug#5375)
326
4a0f18a8
GM
327 * eshell/esh-module.el (eshell-module-unload-hook)
328 (eshell-modules-list): Remove leading * from defcustom docs.
329
a9eeff78
GM
330 * eshell/esh-util.el (eshell-for): Make it obsolete.
331 * eshell/em-alias.el (eshell/alias, eshell-alias-completions):
332 * eshell/em-dirs.el (eshell-save-some-last-dir):
333 * eshell/em-hist.el (eshell-save-some-history)
334 (eshell-hist-parse-modifier):
335 * eshell/em-ls.el (eshell-ls-dir, eshell-ls-files)
336 (eshell-ls-entries):
337 * eshell/em-unix.el (eshell/cat, eshell/du, eshell/su):
338 * eshell/esh-cmd.el (eshell-invoke-directly, eshell-do-eval)
339 (eshell/which):
340 * eshell/esh-ext.el (eshell-find-interpreter):
341 * eshell/esh-mode.el (eshell-mode):
342 * eshell/esh-module.el (eshell-unload-extension-modules):
343 * eshell/esh-proc.el (eshell-process-interact):
344 * eshell/esh-test.el (eshell-test):
345 * eshell/esh-util.el (eshell-flatten-list, eshell-winnow-list):
346 * eshell/esh-var.el (eshell/env, eshell-environment-variables)
347 (eshell-variables-list):
348 * eshell/eshell.el (eshell-unload-all-modules):
349 Replace eshell-for with dolist.
350
85a55d38
GM
3512011-03-04 Glenn Morris <rgm@gnu.org>
352
353 * vc/vc-bzr.el (vc-bzr-after-dir-status): Handle bzr 2.3.0. (Bug#8170)
354
38c179c9
TT
3552011-03-04 Tom Tromey <tromey@redhat.com>
356
357 * progmodes/gud.el (gdb-script-mode): Derive from prog-mode.
358
732795fa
GM
3592011-03-04 Glenn Morris <rgm@gnu.org>
360
015bea8f
GM
361 * outline.el (outline-regexp): No longer allow nil.
362 (outline-heading-end-regexp): Add safety predicate. (Bug#7619)
363
9d982739
GM
364 * net/browse-url.el (browse-url):
365 Handle deleted default-directory. (Bug#6077)
366
732795fa
GM
367 * recentf.el (recentf-include-p): In case of a buggy predicate,
368 err on the side of including, not excluding. (Bug#5843)
369
d6ffd3f8
JB
3702011-03-04 Jay Belanger <jay.p.belanger@gmail.com>
371
372 * calc/calc-units.el (math-to-standard-rec): Don't treat subscripted
373 variables as units.
374
a918ed9b
BR
3752011-03-04 Bob Rogers <rogers@rgrjr.dyndns.org>
376
377 * emacs-lisp/ewoc.el (ewoc-goto-next): Give a more explicit error
378 if there is no node. (Bug#3261)
379
fc0e9092
LL
3802011-03-04 Leo <sdl.web@gmail.com>
381
0a5cb52b
LL
382 * vc/diff-mode.el (diff-mode): Fix whitespace-style. (Bug#8139)
383
fc0e9092
LL
384 * time.el (display-time-world-list): Fix typo. (Bug#7571)
385
a65112fb 3862011-03-04 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
d8c8743b
ZK
387
388 * cus-edit.el (custom-buffer-create-internal):
389 Split search string before passing it to `customize-apropos' (bug#8136).
390
3191adaf
DA
3912011-03-04 Drew Adams <drew.adams@oracle.com>
392
393 * image-dired.el (image-dired-cmd-read-exif-data-options):
394 Fix typo in docstring (bug#8156).
395
fcd8ed1d
DD
3962011-03-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
397
398 * net/rcirc.el (rcirc-cmd-join): Accept comma-separated input.
399
de69c0a8
CO
4002011-03-03 Christian Ohler <ohler@gnu.org>
401
402 * emacs-lisp/ert.el (ert--explain-equal): New function.
403 (ert--explain-equal-rec): Renamed from `ert--explain-not-equal'.
404 All callers changed.
405 (ert--explain-equal-including-properties): Renamed from
406 `ert--explain-not-equal-including-properties'. All callers
407 changed.
408
7c0d1441
CO
4092011-03-03 Christian Ohler <ohler@gnu.org>
410
411 * emacs-lisp/ert.el (ert--stats-set-test-and-result)
412 (ert-char-for-test-result, ert-string-for-test-result)
413 (ert-run-tests-batch, ert--print-test-for-ewoc):
414 Handle `ert-test-quit'.
415
31128af6
DA
4162011-03-03 David Abrahams <dave@boostpro.com> (tiny change)
417
418 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
419 Move ediff-defvar-local calls after defcustoms. (Bug#1821)
420
06083aa1
GM
4212011-03-03 Glenn Morris <rgm@gnu.org>
422
423 * files.el (file-truename): Doc fix. (Bug#2341)
424
c7a74801
BR
4252011-03-03 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
426
01c35094 427 * vc/vc-dir.el (vc-dir-mode-map): Bind vc-dir-find-file to e (Bug#7349).
c7a74801 428
614b85f8
VJ
4292011-03-03 Vagn Johansen <gonz808@hotmail.com> (tiny change)
430
431 * vc/vc-svn.el (vc-svn-after-dir-status): Some MS Windows svn client
432 programs output backslashes. (Bug#7663)
433
f96dc50f
GM
4342011-03-03 Glenn Morris <rgm@gnu.org>
435
fb532fe8
GM
436 * mail/sendmail.el (mail-mode-map): Remove mail-sent-via.
437 (mail-mode): Remove mail-sent-via from the doc.
438 (mail-sent-via): Make it obsolete. (Bug#1776)
439
a915d7a1
GM
440 * progmodes/grep.el (grep-highlight-matches): Doc fix.
441 (grep-process-setup): No highlighting without font-lock. (Bug#8084)
442
f96dc50f
GM
443 * vc/vc-bzr.el (vc-bzr-state-heuristic): Handle dirstate entries
444 with no parents. (Bug#8025)
445
71f8b7ed
G
4462011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
447
448 * password-cache.el (password-in-cache-p): Add autoload.
449
8889f4e2
GM
4502011-03-02 Glenn Morris <rgm@gnu.org>
451
3ab7ebb9
GM
452 * man.el (Man-support-local-filenames): Also handle Red Hat's man.
453 * dired-x.el (Man-support-local-filenames): Autoload it.
454 (dired-guess-shell-alist-default): Also handle Red Hat's man.
455
2777ccbf
GM
456 * dired-x.el (dired-default-directory-alist, dired-default-directory):
457 Mark as obsolete.
458 (dired-smart-shell-command): Just call dired-current-directory.
459
5dedeef2
GM
460 * dired-x.el (dired-jump-other-window): Add autoload.
461 (dired-default-directory-alist, dired-default-directory): Doc fixes.
462 (dired-default-directory-alist): Mark as risky.
463
8889f4e2
GM
464 * dired-x.el (dired-omit-here-always): Make it obsolete.
465
d77aaf6f
CY
4662011-03-02 Chong Yidong <cyd@stupidchicken.com>
467
468 * textmodes/artist.el (artist-curr-go): Default to pen-line.
469 (artist-select-op-pen-line): New function.
470 (artist-menu-map): New variable.
471 (artist-mode-map): Add a menu to the menu-bar.
472
771fc75e
JB
4732011-03-02 Jay Belanger <jay.p.belanger@gmail.com>
474
475 * calc/calc-math.el (calcFunc-log10): Check for symbolic mode
476 when evaluating.
477
478 * calc/calc-units.el (math-conditional-apply, math-conditional-pow):
479 New function.
480 (math-logunits-add, math-logunits-mul, math-logunits-divide):
481 (math-logunits-quant, math-logunits-level):
482 Use `math-conditional-apply' and `math-conditional-pow' to evaluate
483 functions.
484 (math-logunits-level): Extract units from ratio.
485
f6132e5a
JB
4862011-03-01 Juanma Barranquero <lekktu@gmail.com>
487
488 * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
489
7454f200
GM
4902011-03-01 Glenn Morris <rgm@gnu.org>
491
a65112fb
GM
492 * calendar/cal-hebrew.el (calendar-hebrew-birthday)
493 (diary-hebrew-birthday): Rename and rework functions added
494 in previous change.
7454f200 495
cdcbd5a7
ER
4962011-03-01 Ed Reingold <reingold@emr.cs.iit.edu>
497
498 * calendar/cal-hebrew.el (hebrew-calendar-birthday)
499 (diary-hebrew-birthday): New functions.
500
9903d828
GM
5012011-03-01 Glenn Morris <rgm@gnu.org>
502
503 * dired.el (dired-safe-switches-p): Beef it up.
504 (dired-actual-switches): Use it for the safe-local prop. (Bug#3230)
505
75da6eb9
SM
5062011-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
507
508 * dired.el (dired-safe-switches-p): New function.
509
6640b281
GM
5102011-03-01 Glenn Morris <rgm@gnu.org>
511
512 * files.el (dir-locals-collect-variables):
513 Add the ability to exclude subdirectories. (Bug#8100)
514
515 * dired-x.el (dired-omit-here-always): Add `(subdirs . nil)' to locals.
516
cead857b
CS
5172011-02-28 Christoph Scholtes <cschol2112@googlemail.com>
518
519 * ido.el (ido-everywhere): Doc fix.
520 (ido-mode): Doc fix.
521
0a906ec3
GM
5222011-02-28 Glenn Morris <rgm@gnu.org>
523
524 * dired-x.el (dired-guess-shell-alist-default): Use \\', not $.
525
22b300de
MA
5262011-02-28 Michael Albinus <michael.albinus@gmx.de>
527
528 * net/tramp-cmds.el (tramp-append-tramp-buffers): Dump load-path
529 shadows.
530
abec5126 5312011-02-28 Antoine Levitt <antoine.levitt@gmail.com>
584a2773
AL
532
533 * dired-x.el (dired-guess-shell-alist-default): Add rar and 7z.
534
ca3afb79
JB
5352011-02-28 Juanma Barranquero <lekktu@gmail.com>
536
537 * emacs-lisp/pcase.el (pcase, pcase--u1, pcase--q1):
538 Fix typos in docstrings.
539
edb57480
SB
5402011-02-28 Stephen Berman <stephen.berman@gmx.net>
541
542 * dired-aux.el (dired-update-file-line):
543 Fix 2010-11-09 change. (Bug#8131)
544
2b0c7330 5452011-02-28 Eli Zaretskii <eliz@gnu.org>
d1f61aaf
EZ
546
547 * international/mule-cmds.el (set-default-coding-systems): Use the
548 -unix variant of encoding in default-keyboard-coding-system.
549 (Bug#8122)
550
df7f0d0b
CY
5512011-02-27 Chong Yidong <cyd@stupidchicken.com>
552
553 * facemenu.el (list-colors-display): Use with-help-window (Bug#8048).
554
3e478a7c 5552011-02-27 Prestoo Ten <prestooten@gmail.com> (tiny change)
6c89f663
PT
556
557 * term/screen.el: New file (Bug#2650).
558
1f0816b6
SM
5592011-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
560
561 * emacs-lisp/pcase.el (pcase--if): Try to invert test to reduce depth.
562 (pcase-mutually-exclusive-predicates): New var.
563 (pcase--split-consp, pcase--split-pred): Use it.
564 (pcase--split-equal, pcase--split-member): When splitting against
565 a pure predicate, run it to know the outcome.
566 (pcase--u1): Mark vars that are actually used.
567 (pcase--q1): Avoid introducing unused vars.
568
b49df742
JB
5692011-02-27 Jay Belanger <jay.p.belanger@gmail.com>
570
571 * calc/calc-ext.el (calc-init-extensions):
572 Autoload `calc-l-prefix-help' instead of `calc-ul-prefix-help'.
573
574 * calc/calc-math.el (calcFunc-log10): Don't signal an error in
575 symbolic mode.
576
577 * calc/calc-vec.el (calcFunc-subscr): Return nil if the first
578 argument is a variable.
579
e573299d
SM
5802011-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
581
582 * emacs-lisp/assoc.el: Remove misleading `sort' (bug#8126).
583 (aput, adelete, amake): Replace `eval' -> `symbol-value'.
584 Suggested by Michael Heerdegen <michael_heerdegen@web.de>.
585
61e9662e
TZ
5862011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
587
588 * password-cache.el (password-in-cache-p): Convenience function to
589 check if a key is in the cache, even if the value is nil.
590
7fe42546
J
5912011-02-25 Jambunathan K <kjambunathan@gmail.com>
592
593 * emacs-lisp/package-x.el (package--archive-contents-from-url)
594 (package--archive-contents-from-file): New functions.
595 (package-update-news-on-upload): New var.
596 (package-upload-buffer-internal): Extract archive-contents from
597 package-archive-upload-base if it is not found at archive-url.
598 Obey package-update-news-on-upload.
599 (package-upload-buffer, package-upload-file): Doc fix.
600
2d8a57ef
GM
6012011-02-24 Glenn Morris <rgm@gnu.org>
602
6a88f031
GM
603 * files-x.el (modify-dir-local-variable): Handle dir-locals from
604 the cache, and from non-file sources.
605
303f9ae0
GM
606 * help-fns.el (describe-variable): Return consistent results when a
607 dir-local from a file came from the cache or did not. (Bug#8095)
608 If a dir-local has no associated file, say it came from a "directory".
609
07915ed9
GM
610 * files.el (hack-dir-local-variables): Fix setting of `dir-name'.
611 (hack-local-variables-confirm, hack-local-variables-filter): Doc fix.
612
ebe401f6
GM
613 * files.el (dir-locals-find-file): Doc fix.
614 Fix the check for cache elements that have no associated file,
303f9ae0 615 and the mtime check for those that do. (Bug#8095)
ebe401f6 616
b36f2f1c
GM
617 * dired-x.el (dired-hack-local-variables):
618 Handle interrupts during hacking local variables. (Bug#5216)
619
2d8a57ef
GM
620 * emacs-lisp/autoload.el (autoload-save-buffers)
621 (autoload-find-destination, update-directory-autoloads):
622 Avoid prompts when updating autoloads.
623
53cfe624
SM
6242011-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
625
626 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete.
627
c1449bff
KH
6282011-02-23 Kenichi Handa <handa@m17n.org>
629
630 * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
631 error when a multipart boundary in the nested multipart is found.
632
251ebe0f
KH
633 * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
634 header components.
635
5582c670
GM
6362011-02-23 Glenn Morris <rgm@gnu.org>
637
817b48a7
GM
638 * dired.el (dired-mode): Call hack-dir-local-variables-non-file-buffer.
639 * dired-x.el (dired-omit-mode): Safe if boolean.
640 (dired-enable-local-variables): Fix doc and custom type.
641 (dired-enable-local-variables, dired-local-variables-file)
642 (dired-hack-local-variables): Make obsolete.
643 (dired-omit-here-always): Use dir-locals.el instead.
644
5582c670
GM
645 * files.el (safe-local-eval-forms): Add the write-file-hooks version.
646
5f9d345c
SM
6472011-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
648
649 * help-fns.el (describe-function-1): Don't signal an error just because
650 the DOC file disappeared.
651
01c35094 6522011-02-22 Seppo Sade <sepposade1@gmail.com> (tiny change)
ca41d117
MA
653
654 * eshell/esh-ext.el (eshell-external-command): Do not restrict
655 remote check to "ftp". (Bug#8089)
656
e84efb70
AM
6572011-02-21 Alan Mackenzie <acm@muc.de>
658
659 Fix bug #7930.
660 * progmodes/cc-engine.el (c-state-literal-at): Prevent positions
661 in macros finding their way into c-state-nonlit-pos-cache.
662 Strengthen the comments.
663 (c-state-dump): New commented out diagnostic routine.
664
c6309045
MA
6652011-02-21 Michael Albinus <michael.albinus@gmx.de>
666
667 * net/tramp.el (tramp-rfn-eshadow-setup-minibuffer): Do not use
668 `field' property of `rfn-eshadow-overlay'.
669
06b840e0
LI
6702011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
671
672 * net/netrc.el (netrc-parse): Comment fix.
673
6d713256
CY
6742011-02-21 Chong Yidong <cyd@stupidchicken.com>
675
676 * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
677 Autoload. Add optional arg FRAME, and pass it to color-values.
678 (color-complement): Caller changed. Doc fix.
679 (color-gradient): Rewrite for better clarity and efficiency.
680
681 * faces.el (color-values): Use cond for clarity. Doc fix.
682
5f9d345c 683 * facemenu.el (color-rgb-to-hsv): Delete; use the version in
6d713256 684 color.el instead.
5f9d345c
SM
685 (list-colors-sort-key, list-colors-print):
686 Use color-normalized-values.
6d713256
CY
687
6882011-02-20 Drew Adams <drew.adams@oracle.com>
689
690 * color.el: First part of merge from hexrgb.el.
691 (color-rgb-to-hex): Rename from color-rgb->hex.
692 (color-rgb-to-hsv): Rename from color-rgb->hsv. Force hue and
693 saturation to zero if the value is too small.
694 (color-rgb-to-hsl): Rename from color-rgb->hsl.
695 (color-srgb-to-xyz): Rename from color-srgb->xyz. Doc fix.
696 (color-xyz-to-srgb): Rename from color-xyz->srgb. Doc fix.
697 (color-xyz-to-lab): Rename from color-xyz->lab. Doc fix.
698 (color-lab-to-xyz): Rename from color-lab->xyz. Doc fix.
699 (color-lab-to-srgb): Rename from color-lab->srgb. Doc fix.
700 (color-cie-de2000): Doc fix.
701
aa9c0efc
AM
7022011-02-20 Alan Mackenzie <acm@muc.de>
703
704 * progmodes/cc-cmds.el (c-beginning-of-statement): Avoid loop in
705 locating the beginning of a macro. (Bug#7595)
706
18cfb5a1
GM
7072011-02-20 Glenn Morris <rgm@gnu.org>
708
e17816e5
GM
709 * edmacro.el (edmacro-eight-bits): Make it a defcustom.
710 Don't autoload it.
711
18cfb5a1
GM
712 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
713 (global-auto-revert-ignore-buffer): Remove leading "*" from docs.
714
01c35094
JB
7152011-02-19 Dmitry Bolshakov <dmitry.bolshakov@bridge-quest.com>
716 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
a87af185
DB
717
718 * progmodes/hideshow.el (hs-find-block-beginning)
719 (hs-hide-level-recursive): Ignore comments when parsing braces
720 (Bug#8036).
721
7222011-02-19 Chong Yidong <cyd@stupidchicken.com>
723
724 * vc/vc-bzr.el (vc-bzr-bound-branch-p): New function.
725 (vc-bzr-pull): Use it.
726
3ab713fd
CY
7272011-02-19 Chong Yidong <cyd@stupidchicken.com>
728
729 * vc/vc-bzr.el (vc-bzr--branch-conf): Function deleted.
730 (vc-bzr-branch-conf): New function, similar to vc-bzr--branch-conf
731 but returning an alist. Ignore comments in bzr conffile.
732 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-bzr-branch-conf.
733 (vc-bzr-error-regex-alist): New var.
734 (vc-bzr-merge-branch): Use it to highlight the pull/merge buffer.
735
5f9d345c
SM
736 * vc/vc-dispatcher.el (vc-do-async-command):
737 Bind inhibit-read-only to t.
3ab713fd
CY
738
739 * progmodes/compile.el (compilation--flush-directory-cache):
740 Handle the case where cdr of compilation--flush-directory-cache
741 points to no buffer, which can occur if we previously switched to
742 compilation-mode in a pregenerated buffer.
743
16bc9688
KH
7442011-02-19 Kenichi Handa <handa@m17n.org>
745
746 * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
747 get the header copy into the temporary buffer.
748 (rmail-mime-insert-decoded-text): Ignore us-ascii.
749 (rmail-show-mime): When rmail-mime-coding-system is nil, set
750 buffer-file-coding-system to undecided.
751
67ab0163 7522011-02-19 Eli Zaretskii <eliz@gnu.org>
61aa93ed 753
a167e505
EZ
754 * international/mule-cmds.el (read-char-by-name, ucs-insert):
755 Document completion with asterisk and a substring.
756
67ab0163 7572011-02-19 Glenn Morris <rgm@gnu.org>
72d6685c
GM
758
759 * files.el (find-file-literally): Doc fix.
760
41002397
GM
761 * simple.el (rfc822-goto-eoh): Give it a doc-string.
762
b8bd9908
GM
763 * log-edit.el (log-edit-insert-changelog):
764 Fix `log-edit-strip-single-file-name' functionality. (Bug#8057)
765
4d737eb2
GM
7662011-02-19 Glenn Morris <rgm@gnu.org>
767
cad7445b
GM
768 * dired-x.el: Don't require dired-aux.
769 (dired-do-create-files, dired-mark-read-regexp)
770 (dired-do-create-files-regexp): Autoload from dired-aux.
771
bea584fa
GM
772 * dired-x.el (dired-find-buffer-nocreate): Merge into dired.el.
773 * dired.el (dired-find-buffer-nocreate): Merge dired-x version.
774
d6e96966
GM
775 * dired-x.el (dired-read-shell-command): Merge into dired-aux's version.
776 * dired-aux.el (dired-read-shell-command): Merge dired-x's version.
777
42924231
GM
778 * dired-x.el (dired-clean-up-after-deletion): Merge into dired.el.
779 * dired.el (dired-clean-up-after-deletion): Merge dired-x's version.
780 (dired-clean-up-buffers-too): Declare.
781
203784cc
GM
782 * dired-x.el (dired-initial-position): Merge into dired.el's version.
783 * dired.el (dired-initial-position): Merge dired-x's version here.
784 (dired-find-subdir): Declare.
785
30abce25
GM
786 * dired-x.el (dired-omit-new-add-entry): Merge into dired-add-entry.
787 * dired-aux.el (dired-add-entry): Give it a doc-string.
788 Merge dired-x's dired-omit handling here.
789 (dired-omit-mode, dired-omit-regexp, dired-omit-localp): Declare.
790
4d737eb2
GM
791 * international/mule-diag.el (list-input-methods-1):
792 Indent all lines of multi-line doc-strings. (Bug#8066)
793
abd20d91
CY
7942011-02-18 Chong Yidong <cyd@stupidchicken.com>
795
796 Fix 2011-02-02 changes.
797
798 * apropos.el (apropos-print): Call apropos-mode before setting up
799 buffer variables. Use inhibit-read-only.
800
5f9d345c
SM
801 * emacs-lisp/package.el (package--list-packages):
802 Call package-menu-mode before setting up buffer variables.
abd20d91
CY
803
804 * play/solitaire.el (solitaire): Call solitaire-mode before
805 setting up buffer variables. Use inhibit-read-only.
806
e697fcfc
LM
8072011-02-18 Lawrence Mitchell <wence@gmx.li>
808
809 * progmodes/sh-script.el (sh-syntax-propertize-here-doc): (bug#8053)
810 Bind case-fold-search to nil when looking for end of here-doc.
811
4114ed61
EZ
8122011-02-18 Eli Zaretskii <eliz@gnu.org>
813
e697fcfc
LM
814 * image-mode.el (image-toggle-display-image):
815 Set find-file-literally non-nil in buffers visiting binary image
4114ed61
EZ
816 files. (Bug#8047)
817
aa56f361
SM
8182011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
819
820 * files.el (cd): Make completion obey cd-path (bug#7924).
821
d1be20a1
GM
8222011-02-18 Glenn Morris <rgm@gnu.org>
823
135dee55
GM
824 * progmodes/prolog.el: Don't require compile when compiling.
825 (compilation-shell-minor-mode, compilation-error-regexp-alist)
826 (compilation-forget-errors, compilation-fake-loc)
827 (compilation-parse-errors-function, compilation-error-list): Declare.
828 (prolog-inferior-mode): Require 'compile.
829
15e0d5a1
GM
830 * emulation/cua-base.el (pc-selection-mode): Declare.
831
002b46b7
GM
832 * emacs-lisp/eieio-custom.el: Set generated-autoload-file.
833 (customize-object): Add autoload cookie.
834 * emacs-lisp/eieio-opt.el: Set generated-autoload-file.
835 (eieio-browse, describe-class, eieio-describe-class)
836 (eieio-describe-constructor, describe-generic, eieio-describe-generic)
837 (eieio-help-mode-augmentation-maybee): Add autoload cookies.
838 * emacs-lisp/eieio.el: Regenerate with automatic autoloads.
839 * Makefile.in (autoloads): Make eieio.el writable.
840
d1be20a1
GM
841 * dired-x.el (dired-clean-up-after-deletion, dired-do-relsymlink)
842 (dired-do-relsymlink-regexp, dired-find-buffer-nocreate): Use #'.
843 (dired-hack-local-variables): Use inhibit-read-only.
844 (dired-guess-default): Simplify.
845 (dired-make-relative-symlink): Use dotimes.
846 (dired-simultaneous-find-file): Use dolist.
847 (dired-mark-sexp): Remove unneeded `if'. Use line-end-position.
848 (dired-x-hands-off-my-keys): Doc fix.
849 (dired-x-bind-find-file): Doc fix. Use remapping.
850 (after-init-hook): No need to add dired-x-bind-find-file.
851 (dired-x-find-file, dired-x-find-file-other-window): Doc fixes.
852 No need to call expand-file-name.
853 (dired-filename-at-point): Remove unused locals `end', `filename'.
854
f9d554dd
SM
8552011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
856
857 * emacs-lisp/pcase.el (pcase--u1): Understand non-linear patterns.
858
5da16a86
CO
8592011-02-18 Christian Ohler <ohler@gnu.org>
860
861 * emacs-lisp/ert.el (ert--setup-results-buffer)
862 (ert-results-pop-to-backtrace-for-test-at-point)
863 (ert-results-pop-to-messages-for-test-at-point)
864 (ert-results-pop-to-should-forms-for-test-at-point)
865 (ert-results-pop-to-timings): Revert parts of change 2011-02-02T17:59:44Z!sds@gnu.org that
866 were incorrect and unnecessary. This should make `make check'
867 pass again.
868
3a00a363
KM
8692011-02-17 Ken Manheimer <ken.manheimer@gmail.com>
870
01c35094 871 * lisp/allout-widgets.el (allout-widgets-icons-light-subdir)
3a00a363
KM
872 (allout-widgets-icons-dark-subdir): Track relocations of icons
873 * lisp/allout.el: Remove commentary about remove encryption
874 passphrase mnemonic support and verification.
01c35094
JB
875 (allout-encrypt-string): Recognize epg failure to decrypt gpg2
876 armored text using gpg1, and indicate that the gpg version *might*
877 be the problem in the error message.
3a00a363 878
73057ba9
DD
8792011-02-17 Deniz Dogan <deniz.a.m.dogan@gmail.com>
880
881 * net/rcirc.el (rcirc-float-time): New function.
882 (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE)
883 (rcirc-ctcp-sender-PING): Use it.
884
8551cb32
GM
8852011-02-17 Glenn Morris <rgm@gnu.org>
886
53ef76c7
GM
887 * speedbar.el (speedbar-ignored-modes, speedbar-file-unshown-regexp)
888 (speedbar-update-flag, speedbar-fetch-etags-command)
889 (speedbar-fetch-etags-arguments):
890 * term.el (term-buffer-maximum-size, term-input-chunk-size)
891 (term-completion-autolist, term-completion-addsuffix)
892 (term-completion-recexact, term-completion-fignore):
893 * term/sup-mouse.el (sup-mouse-fast-select-window):
894 * term/x-win.el (x-select-request-type):
895 Convert some defvars with "*" to defcustoms.
896
64a14c74
GM
897 * shell.el (shell-delimiter-argument-list): Set it to nil. (Bug#8027)
898
92e39d6f
GM
899 * vc/vc.el (vc-default-previous-version):
900 Remove alias that points nowhere. (Bug#4496)
901
fc14288b
GM
902 * dired-x.el (dired-clean-up-after-deletion):
903 kill-buffer does not need save-excursion.
904 (dired-do-run-mail): Doc fix.
905 (dired-filename-at-point): Doc fix.
906 Use looking-at, and skip-chars rather than re search.
907
8551cb32
GM
908 * dired-x.el (dired-filename-at-point): Fix 8-year old typo.
909
96497653
KM
9102011-02-16 Ken Manheimer <ken.manheimer@gmail.com>
911
aac7a935
KM
912 * allout-widgets.el: New allout extension that shows allout
913 outline structure with graphical widgets. 'allout-widgets'
914 customize group is an 'allout' subgroup, for easy discovery.
915
96497653
KM
916 * allout.el: Include PGP and GnuPG in Keywords, and other
917 commentary refinements.
918 (allout-abbreviate-flattened-numbering): Rename to
919 allout-flattened-numbering-abbreviation, and
920 define-obsolete-variable-alias the old name.
921 (allout-flattened-numbering-abbreviation): Rename from
922 allout-abbreviate-flattened-numbering.
923 (allout-mode-p): Include among autoloads, for use by other modes
924 with impunity.
e697fcfc
LM
925 (allout-listify-exposed):
926 Use allout-flattened-numbering-abbreviation.
96497653
KM
927 (allout-encrypt-string): Use set-buffer-multibyte directly.
928 (allout-set-buffer-multibyte): Remove.
929
be4a1d71
DD
9302011-02-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
931
932 * simple.el (just-one-space): Remove useless `or' call.
933
274c2d34
MA
9342011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
935
c6309045 936 * net/soap-client.el (soap-well-known-xmlns, soap-local-xmlns)
274c2d34
MA
937 (soap-default-xmlns, soap-target-xmlns, soap-multi-refs)
938 (soap-decoded-multi-refs, soap-current-wsdl)
939 (soap-encoded-namespaces): Rename CL-style *...* variables.
940
88ae2870
MA
9412011-02-16 Michael Albinus <michael.albinus@gmx.de>
942
943 * net/soap-client.el: Add "comm" and "hypermedia" to the
944 keywords. Reflow too long lines.
945
946 * net/soap-inspect.el: Ditto. Require 'cl.
947
689743a2
BG
9482011-02-16 Bastien Guerry <bzg@altern.org>
949
950 * play/doctor.el (doctor-mode): Bugfix: escape the "," character
951 in a `doctor-type' argument.
952
16d2ff89
MA
9532011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
954
955 * net/soap-client.el:
956 * net/soap-inspect.el: New files.
957
c6cefd36
LL
9582011-02-16 Leo <sdl.web@gmail.com>
959
960 * dired-x.el (dired-mode-map, dired-extra-startup):
961 Remove dired-copy-filename-as-kill since it's already in dired.el.
962
da5e0ce4
GM
9632011-02-16 Glenn Morris <rgm@gnu.org>
964
965 * dired-x.el (dired-bind-jump, dired-bind-man, dired-bind-info):
966 Doc fixes. Add :set property, replacing top-level calls.
967 (dired-vm-read-only-folders, dired-vm): Doc fix (drop v. old VM 4).
968 (dired-guess-shell-gnutar): Test tar version rather than system-type.
969 (dired-extra-startup, dired-man, dired-info): Doc fixes.
970 (dired-clean-up-after-deletion): Use when and dolist.
971 (dired-jump): Use unless and when.
972 (dired-virtual): Use line-end-position.
973 (dired-default-directory-alist): Rename from default-directory-alist.
974 (dired-default-directory): Update for above name change.
975 (dired-vm): Drop VM < 5 and simplify.
976 (dired-buffer-more-recently-used-p): Rewrite.
977 (dired-filename-at-point): Use when and or.
978 (dired-x-read-filename-at-point): Rename from read-filename-at-point.
979 Update callers.
980
c5ca3aa0
GM
9812011-02-15 Glenn Morris <rgm@gnu.org>
982
983 * dired-x.el: Use easymenu for menu items. Fix item capitalization.
984
33f6cf7b
CY
9852011-02-14 Chong Yidong <cyd@stupidchicken.com>
986
987 * vc/vc-git.el (vc-git-root-log-format): New option for
988 customizing log format.
989 (vc-git-print-log, vc-git-log-outgoing, vc-git-log-incoming)
990 (vc-git-log-view-mode): Use it.
991 (vc-git-expanded-log-entry): New function.
992 (vc-git-log-view-mode): Use it. Truncate lines in root log.
993
994 * vc/vc-hg.el (vc-hg-root-log-template): New option for
995 customizing log format.
996 (vc-hg-print-log): Use it.
997 (vc-hg-expanded-log-entry): New function.
998 (vc-hg-log-view-mode): Use vc-hg-root-log-template and
999 vc-hg-expanded-log-entry. Truncate lines in root log.
1000
1001 * vc/vc-bzr.el (vc-bzr-log-view-mode): Truncate lines in root log.
1002
e697fcfc
LM
1003 * vc/log-view.el (log-view-mode-menu):
1004 Add log-view-toggle-entry-display.
33f6cf7b 1005
461b69ae
GM
10062011-02-14 Glenn Morris <rgm@gnu.org>
1007
1008 * dired-x.el: Don't require man when compiling.
1009 (dired-omit-extensions, dired-local-variables-file)
1010 (dired-x-hands-off-my-keys): Make them defcustoms.
1011 (Man-support-local-filenames, Man-getpage-in-background): Declare.
1012 (vm-visit-folder): Declare rather than defining.
1013 (dired-x-help-address, dired-x-variable-list): Remove.
1014 (dired-x-submit-report): Make it an obsolete alias.
1015
35f52ed6
JB
10162011-02-14 Juanma Barranquero <lekktu@gmail.com>
1017
1018 * makefile.w32-in (TRAMP_SRC): Remove tramp-imap.el.
1019
b2108a36
TZ
10202011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1021
67186ae2 1022 * net/imap.el: Bring it back.
b2108a36 1023
abfc152b
AM
10242011-02-13 Alan Mackenzie <acm@muc.de>
1025
1026 * progmodes/cc-fonts.el (c-font-lock-declarations): Remove a
1027 narrow-to-region call that cuts context off the end (Bug#7722).
1028
e697fcfc
LM
1029 * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
1030 Refactor nested if-forms with a simple cond.
abfc152b
AM
1031 (c-forward-<>-arglist): Revert 2011-01-31 change.
1032
d4eb88c7
CY
10332011-02-13 Chong Yidong <cyd@stupidchicken.com>
1034
1035 * vc/log-view.el: New command log-view-toggle-entry-display for
1036 toggling log entries between concise and detailed forms.
1037 (log-view-toggle-entry-display): New command.
1038 (log-view-mode-map): Bind RET to it.
1039 (log-view-expanded-log-entry-function): New variable.
1040 (log-view-current-entry, log-view-inside-comment-p)
1041 (log-view-current-tag): New functions.
1042 (log-view-toggle-mark-entry): Use log-view-current-entry and
1043 log-view-end-of-defun instead of searching directly with
1044 log-view-message-re.
1045 (log-view-end-of-defun): Likewise. Add optional ARG for
1046 compatibility with end-of-defun.
1047 (log-view-end-of-defun): Ignore comments and VC buttons.
1048
1049 * vc/vc-bzr.el (vc-bzr-expanded-log-entry): New function.
1050 (vc-bzr-log-view-mode): Use log-view-expanded-log-entry-function.
1051
2609a08e
TZ
10522011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1053
114fe546
G
1054 * net/imap.el: Remove file. All the functionality is in nnimap.el.
1055
2609a08e
TZ
1056 * net/imap-hash.el: Remove file.
1057
7a6ebb1a
MA
10582011-02-13 Michael Albinus <michael.albinus@gmx.de>
1059
1060 * Makefile.in (TRAMP_SRC): Remove tramp-imap.el.
1061
1062 * net/tramp.el (tramp-read-passwd): Simplify `auth-source-search'
1063 call.
1064
1065 * net/tramp-imap.el: Remove file.
1066
75d4dcc9
CY
10672011-02-13 Chong Yidong <cyd@stupidchicken.com>
1068
1069 * vc/vc.el (vc-print-log-setup-buttons): Instead of using the
1070 widget library for buttons, just use button.el.
1071
1072 * vc/log-view.el (log-view-mode-map): Don't inherit from
1073 widget-keymap.
1074
3c65e88d 10752011-02-12 Glenn Morris <rgm@gnu.org>
dc4c6a7a 1076
86361e1e
GM
1077 * emacs-lisp/cl-seq.el (union, nunion, intersection)
1078 (nintersection, set-difference, nset-difference)
1079 (set-exclusive-or, nset-exclusive-or): Doc fix.
1080
dc4c6a7a
GM
1081 * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
1082
8a6f24e5
GM
1083 * faces.el (face-attr-match-p): Handle the obsolete :bold and
1084 :italic props, so that frame-set-background-mode works. (Bug#7966)
1085
3caced0b
GM
1086 * simple.el (next-error): Doc fix.
1087
9de31df2
TV
10882011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1089
1090 * dired-aux.el (dired-create-files): Adapt destination name to
1091 match the new behavior of copy-directory.
1092
38a71655
CY
10932011-02-12 Chong Yidong <cyd@stupidchicken.com>
1094
1095 * mail/mail-utils.el (mail-dont-reply-to-names): New variable,
1096 from rmail-dont-reply-to-names. Callers changed.
1097 (mail-dont-reply-to): Rename from mail-dont-reply-to.
1098 (rmail-dont-reply-to): Make it an obsolete alias.
1099
1100 * mail/rmail.el (rmail-default-dont-reply-to-names): Default to
1101 nil, and make obsolete (Bug#7888).
1102 (rmail-dont-reply-to-names): Alias to mail-dont-reply-to-names.
1103
1104 * mail/rmailsum.el (rmail-summary-sort-by-correspondent): Doc fix.
1105
1106 * mail/rmailsort.el (rmail-sort-by-correspondent)
1107 (rmail-select-correspondent): Doc fix. Use mail-dont-reply-to.
1108
1109 * mail/rmail.el (rmail-reply): Use mail-dont-reply-to.
1110
470d996d
TV
11112011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1112
1113 * files.el (copy-directory): New argument COPY-CONTENTS for
1114 copying directory contents into another existing directory.
1115
e2784c87
TH
11162011-02-12 Tassilo Horn <tassilo@member.fsf.org>
1117
1118 * minibuffer.el (completion-table-case-fold): New function for
1119 creating a case-insensitive completion table.
1120
563790b6
TZ
11212011-02-12 Teodor Zlatanov <tzz@lifelogs.com>
1122
1123 * net/tramp.el (tramp-default-method): Also check if
1124 `auth-source-search' is bound.
1125 (tramp-read-passwd): Use `auth-source-search' instead of
1126 `auto-source-user-or-password'.
1127
1128 * net/tramp-imap.el: Autoload `auto-source-search' instead of
1129 `auto-source-user-or-password.
1130 (tramp-imap-passphrase-callback-function): Use it.
1131
1132 * net/imap-hash.el: Autoload `auto-source-search' instead of
1133 `auto-source-user-or-password.
1134 (imap-hash-open-connection): Use it.
1135
1136 * mail/smtpmail.el: Autoload `auto-source-search' instead of
1137 `auto-source-user-or-password.
1138 (smtpmail-try-auth-methods): Use it.
1139
c6affbde
PH
11402011-02-12 Phil Hagelberg <phil@hagelb.org>
1141
1142 * emacs-lisp/package.el: Allow packages to be reinstalled.
1143 (package--write-file-no-coding): Remove EXCL arg.
1144 (package-unpack-single): Don't use it.
1145
b5a53795
KP
11462011-02-12 Karl Pflästerer <k@rl.pflaesterer.de> (tiny change)
1147
1148 * vc/vc-svn.el: Adapt to Subversion change, with no .svn directory
1149 in each sub directory.
1150 (vc-svn-registered): Use vc-svn-root.
1151 (vc-svn-root): New function. Make vc-svn-responsible-p an alias.
1152 (vc-svn-repository-hostname): Use "svn info".
1153
25833f5e
DD
11542011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1155
1156 * simple.el (delete-trailing-whitespace): New optional buffer
1157 bound parameters.
1158
75d1d833
BG
11592011-02-11 Bastien Guerry <bzg@altern.org>
1160
1161 * files.el (basic-save-buffer): save unmodified buffers when
1162 the file pointed by buffer-file-name doesn't exist.
1163
e0e36cac
DD
11642011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1165
079721e9 1166 * net/rcirc.el (rcirc-cmd-join): Accept multiple channels.
e0e36cac 1167
59350862
GM
11682011-02-11 Glenn Morris <rgm@gnu.org>
1169
1170 * emacs-lisp/cl-specs.el (multiple-value-bind): Fix debug spec.
1171
5708ce5e
JB
11722011-02-11 Juanma Barranquero <lekktu@gmail.com>
1173
1174 * net/rcirc.el (rcirc-send-ctcp): Remove spurious arg to `format'.
1175
b016851c
SM
11762011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1177
59003be9
SM
1178 * server.el (server-process-filter): Use pcase.
1179
9517f8af
SM
1180 * emacs-lisp/smie.el (smie-blink-matching-open): Don't use `pos' in two
1181 conflicting ways.
1182 (smie-indent--parent): Extend to "parent of arg".
1183 (smie-indent-inside-string): New function.
1184 (smie-indent-functions): Use it.
1185
cf77dd27
SM
1186 * vc/vc-dir.el (vc-dir-refresh): Reorder operations to try and avoid
1187 bzr locking race condition.
1188
49ffc078
SM
1189 * emacs-lisp/edebug.el (edebug-instrument-function): Check a marker is
1190 still valid before using it.
1191
1a0a6cef
SM
1192 * progmodes/grep.el (grep-mode-font-lock-keywords): Adjust to
1193 `message' -> `compilation-message' rename (bug#8004).
1194
b016851c
SM
1195 Move keymap initialization into declaration.
1196 * textmodes/enriched.el (enriched-mode-map):
1197 * textmodes/bib-mode.el (bib-mode-map):
1198 * term/lk201.el (lk201-function-map):
1199 * tar-mode.el (tar-mode-map):
1200 * replace.el (occur-mode-map):
1201 * progmodes/idlwave.el (idlwave-rinfo-mouse-map, idlwave-rinfo-map):
1202 * progmodes/idlw-help.el (idlwave-help-mode-map):
1203 * progmodes/gdb-mi.el (gdb-memory-format-menu, gdb-memory-unit-menu):
1204 * play/solitaire.el (solitaire-mode-map):
1205 * play/snake.el (snake-mode-map, snake-null-map):
1206 * play/pong.el (pong-mode-map):
1207 * play/handwrite.el (menu-bar-handwrite-map):
1208 * play/gametree.el (gametree-mode-map):
a65112fb 1209 * net/rcirc.el (rcirc-mode-map, rcirc-browse-url-map)
b016851c
SM
1210 (rcirc-multiline-minor-mode-map, rcirc-track-minor-mode-map):
1211 * net/newst-plainview.el (newsticker-menu, newsticker-mode-map)
1212 (newsticker--url-keymap):
1213 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
1214 * menu-bar.el (menu-bar-file-menu, menu-bar-i-search-menu)
1215 (menu-bar-search-menu, menu-bar-replace-menu, menu-bar-goto-menu)
1216 (menu-bar-edit-menu, menu-bar-custom-menu)
1217 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
1218 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
1219 (menu-bar-line-wrapping-menu, menu-bar-options-menu)
1220 (menu-bar-games-menu, menu-bar-encryption-decryption-menu)
1221 (menu-bar-tools-menu, menu-bar-describe-menu)
1222 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
1223 (menu-bar-help-menu):
1224 * mail/rmailsum.el (rmail-summary-mode-map):
1225 * kmacro.el (kmacro-step-edit-map):
1226 * ibuffer.el (ibuffer-mode-groups-popup, ibuffer-mode-map)
1227 (ibuffer-mode-operate-map):
1228 * hi-lock.el (hi-lock-menu, hi-lock-map):
1229 * emulation/vip.el (vip-mode-map):
1230 * emacs-lisp/re-builder.el (reb-lisp-mode-map):
1231 * bookmark.el (bookmark-bmenu-mode-map):
1232 * help-mode.el (help-mode-map): Move initialization into declaration.
1233
1be1d1e9
DD
12342011-02-10 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1235
1236 * net/rcirc.el: Add PRIVMSG and CTCP functions.
1237 (rcirc-send-privmsg, rcirc-send-ctcp): New functions.
1238 (rcirc-keepalive, rcirc-cmd-ctcp, rcirc-ctcp-sender-PING)
1239 (rcirc-cmd-me, rcirc-authenticate): Use them.
1240
26d2a9bd
KM
12412011-02-10 Ken Manheimer <ken.manheimer@gmail.com>
1242
1243 * allout.el: Synopsis: Change allout user configuration so
1244 auto-activation is controlled solely by customization
1245 `allout-auto-activation'.
1246
01c35094 1247 (allout-auto-activation-helper, allout-setup): New autoloads
26d2a9bd
KM
1248 implement new custom set procedure for allout-auto-activation.
1249 Also, explicitly invoke
1250 (allout-setup) after allout-auto-activation is custom-defined, to
1251 effect the settings in emacs sessions besides the few where
1252 allout-auto-activation customization is donea.
1253 (allout-auto-activation): Use allout-auto-activation-helper to
1254 :set. Revise the docstring.
1255 (allout-init): Reduce functionality to just customizing
1256 allout-auto-activation, and mark obsolete.
1257 (allout-mode): Respect string values for allout-auto-activation.
1258 Run allout-after-copy-or-kill-hook without any args.
01c35094 1259 (allout-mode, allout-layout, allout-default-layout)
26d2a9bd
KM
1260 (outlineify-sticky): Adjust docstring for new scheme.
1261 (allout-after-copy-or-kill-hook): No arguments - hook implementers
1262 should concentrate on the kill ring.
1263
b8e0f0cd
G
12642011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
1265
1266 * password-cache.el (password-cache-remove): Accept secrets that are
1267 not strings.
1268
ccded26c
SM
12692011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1270
1271 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Fix case
1272 of here-doc that immediately follows a comment.
1273
ee6a57ab
DD
12742011-02-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1275
4d04fdc9
DD
1276 * net/rcirc.el (rcirc-ctcp-sender-PING): Simplifying.
1277
ee6a57ab
DD
1278 * net/rcirc.el (rcirc-cmd-ctcp): Use dedicated function when
1279 available.
1280 (rcirc-ctcp-sender-PING): New function.
1281
6ca94a0b
SM
12822011-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1283
1284 * obsolete/pc-select.el: Rename from emulation/pc-select.el (bug#7940).
1285 Remove the mark/nomark handling, and activate shift-select-mode instead.
1286
1287 * obsolete/pc-mode.el: Rename from emulation/pc-mode.el.
1288
226590f8
JB
12892011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1290
1291 * calc/calc-units.el (math-logunits-quant): Add support for
1292 non-logarithmic units.
1293
dd0b691e
KM
12942011-02-07 Ken Manheimer <ken.manheimer@gmail.com>
1295
4ec28e14
KM
1296 * allout.el (allout-after-copy-or-kill-hook): New hook for
1297 extension-specific processing of killed text.
1298 (allout-mode): Include new allout-after-copy-or-kill-hook among
1299 mentioned hooks.
01c35094 1300 (allout-kill-line, allout-kill-topic): Ensure that processing
4ec28e14
KM
1301 after kill happens even if barf-if-buffer-read-only is raised.
1302 Include new allout-after-copy-or-kill-hook among that subsequent
1303 processing.
1304 (allout-deannotate-hidden): Actually remove the annotation text
1305 properties.
1306
dd0b691e
KM
1307 * allout.el (allout-listify-exposed): Copy text sans text properties.
1308
07e52e08
MA
13092011-02-07 Michael Albinus <michael.albinus@gmx.de>
1310
b016851c 1311 * net/dbus.el (dbus-list-activatable-names): Add optional argument BUS.
07e52e08 1312
c5aff743
DD
13132011-02-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1314
1315 * net/rcirc.el (rcirc-handler-317): New function (Bug#6507).
1316
03925868
JB
13172011-02-06 Jay Belanger <jay.p.belanger@gmail.com>
1318
b016851c 1319 * calc/calc.el (calc-logunits-field-reference): Rename from
03925868 1320 `calc-default-field-reference-level'.
b016851c 1321 (calc-logunits-power-reference): Rename from
01c35094 1322 `calc-default-power-reference-level'.
03925868 1323
b016851c 1324 * calc/calc-units.el (math-logunits-quant): Rename from
03925868 1325 `math-logunits-level'
b016851c 1326 (math-logunits-plus): Rename from math-logcombine.
03925868 1327 (calcFunc-luplus, calcFunc-luminus calc-luplus, calc-luminus): Remove.
ec6ad6f2 1328 (calcFunc-lufieldadd, calcFunc-lupoweradd, calcFunc-lufieldsub)
01c35094 1329 (calcFunc-lufieldsub, calc-logunits-add, calc-logunits-sub):
03925868 1330 New functions.
b016851c
SM
1331 (calcFunc-fieldquant): Rename from `calcFunc-fieldlevel'.
1332 (calcFunc-powerquant): Rename from `calcFunc-powerlevel'.
1333 (calc-logunits-quantity): Rename from `calc-level'.
03925868 1334 (calcFunc-dbfieldlevel, calcFunc-dbpowerlevel, calcFunc-npfieldlevel)
01c35094 1335 (calcFunc-nppowerlevel, calc-logunits-dblevel, calc-logunits-nplevel)
ec6ad6f2
JB
1336 (math-logunits-mul, calcFunc-lufieldmul, calcFunc-lupowermul)
1337 (calc-logunits-mul, math-logunits-divide, calcFunc-lufielddiv)
01c35094 1338 (calcFunc-lupowerdiv, calc-logunits-divide, math-logunits-level):
03925868
JB
1339 New functions.
1340
b016851c 1341 * calc/calc-help.el (calc-u-prefix-help): Remove "L" reference.
03925868
JB
1342 (calc-ul-prefix-help): Remove.
1343 (calc-l-prefix-help): New function.
1344 (calc-full-help): Add reference to `calc-l-prefix-help'.
1345
1346 * calc/calc-ext.el (calc-init-extensions): Update autoloads.
1347
ec6ad6f2
JB
1348 * calc/README: Mention logarithmic units.
1349
f8b351c1
CY
13502011-02-06 Chong Yidong <cyd@stupidchicken.com>
1351
1352 * mail/emacsbug.el (report-emacs-bug-hook): Remove the check for
1353 non-ASCII characters (Bug#7925).
1354
a60287ff
GM
13552011-02-05 Glenn Morris <rgm@gnu.org>
1356
1357 * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
1358
9ad53e98
GM
1359 * calendar/diary-lib.el (diary-font-lock-keywords):
1360 Tweak diary-time-regexp match. (Bug#7891)
1361
9783df21
GM
1362 * progmodes/f90.el (f90-find-tag-default): New function. (Bug#7919)
1363 (f90-mode): Use it for mode's `find-tag-default-function' property.
1364
df275851
GM
1365 * ibuf-ext.el (ibuffer-filter-disable): Make it work. (Bug#7969)
1366
95838641
GM
1367 * faces.el (set-face-attribute): Doc fix. (Bug#2659)
1368
827b77e9
DD
13692011-02-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1370
1371 * net/rcirc.el (rcirc-handler-JOIN): Reset mode-line-process
1372 (Bug#6386).
1373
7cb76591
SM
13742011-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1375
ba70ab1c
SM
1376 * progmodes/sh-script.el (sh-here-doc-open-re): Don't rely on the
1377 font-lock-syntax-table remappings.
1378 (sh-here-doc-markers, sh-here-doc-re): Remove.
1379 (sh-font-lock-close-heredoc): Remove.
1380 (sh-syntax-propertize-here-doc): New function.
1381 (sh-font-lock-open-heredoc): Set the sh-here-doc-marker property
1382 instead of the sh-here-doc-re.
1383 (sh-font-lock-paren): Don't do anything in comments or strings.
1384 Handle line continuations. Accept a few more chars.
1385 Don't rely on the font-lock-syntax-table remappings.
1386 `esac' is not a valid pattern.
1387 (sh-syntax-propertize-function): Handle here-docs differently, so we
1388 don't bother syntax-propertizing the insides.
1389
7cb76591
SM
1390 * progmodes/sh-script.el (sh-font-lock-paren, sh-kw, sh-prev-thing):
1391 Handle new bashisms ";&" and ";;&" (bug#7947).
1392
39b20f56
MA
13932011-02-05 Michael Albinus <michael.albinus@gmx.de>
1394
7cb76591
SM
1395 * net/tramp-smb.el (tramp-smb-errors): Use `regexp-opt'.
1396 Add "NT_STATUS_IO_TIMEOUT" and "NT_STATUS_NO_SUCH_USER".
39b20f56 1397
51aba3f3
MA
13982011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
1399
1400 * net/tramp.el (tramp-postfix-method-format)
1401 (tramp-postfix-method-regexp, tramp-prefix-domain-format)
1402 (tramp-prefix-domain-regexp, tramp-postfix-user-format)
1403 (tramp-postfix-user-regexp, tramp-prefix-port-format)
1404 (tramp-prefix-port-regexp, tramp-postfix-host-format)
1405 (tramp-postfix-host-regexp, tramp-handle-substitute-in-file-name):
1406 Doc fix.
1407
7bc61bb7
SS
14082011-02-04 Sam Steingold <sds@gnu.org>
1409
1410 * mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group.
1411
d93c111e
AS
14122011-02-04 Andreas Schwab <schwab@linux-m68k.org>
1413
1414 * international/mule-util.el (with-coding-priority): Doc fix.
1415
6f52d86e
EZ
14162011-02-04 Eli Zaretskii <eliz@gnu.org>
1417
1418 * arc-mode.el (archive-mode-map): Fix a typo in last change.
1419
c1b4afac
SS
14202011-02-03 Sam Steingold <sds@gnu.org>
1421
1422 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
1423 Do not error out when `func' is nil.
1424
a857d3c7
MA
14252011-02-03 Michael Albinus <michael.albinus@gmx.de>
1426
1427 * net/tramp-sh.el (tramp-remote-path): Add default settings for
1428 `tramp-default-remote-path' to the docstring.
1429 (tramp-get-remote-path): Suppress error message when `getconf
1430 PATH' fails.
1431
1432 * net/tramp-smb.el (tramp-smb-errors): Add "NT_STATUS_UNSUCCESSFUL".
1433
8aa88760
GM
14342011-02-03 Glenn Morris <rgm@gnu.org>
1435
219ea611
GM
1436 * vc/vc-hg.el (vc-hg-command): Doc fix.
1437
8d7b5b5b
GM
1438 * term/w32-win.el (libpng-version): Declare for compiler.
1439
c03eac34
GM
1440 * msb.el: No need to load dired while compiling.
1441
7f07c1fe
GM
1442 * emacs-lisp/elint.el (elint-standard-variables):
1443 Remove a couple of built-ins that now have doc-strings.
1444
befe199d
GM
1445 * hi-lock.el, ps-bdf.el, ps-mule.el, ps-print.el, ps-samp.el:
1446 `require' is automatically `eval-and-compile'd.
1447
2d7d6439
GM
1448 * net/rcirc.el (rcirc-nick-completion-format): Add :version tag.
1449 (rcirc-log-directory, rcirc-log-flag): Move definitions before use.
1450
8aa88760
GM
1451 * strokes.el (strokes-fill-current-buffer-with-whitespace):
1452 Move definition before use.
1453 (strokes-report-bug): Make it obsolete.
1454
e90f8545
SS
14552011-02-02 Sam Steingold <sds@gnu.org>
1456
1457 * apropos.el (apropos-print): Now that `apropos-mode' inherits
1458 from `special-mode', entering it makes the buffer read-only, so
1459 call it only when everything has been already inserted.
1460 * emacs-lisp/ert.el (ert--setup-results-buffer)
1461 (ert-results-pop-to-backtrace-for-test-at-point)
1462 (ert-results-pop-to-messages-for-test-at-point)
1463 (ert-results-pop-to-timings): Ditto.
1464 * emacs-lisp/package.el (package--list-packages): Ditto.
1465 * play/solitaire.el (solitaire): Ditto.
1466
90db975f
CY
14672011-02-02 Chong Yidong <cyd@stupidchicken.com>
1468
1469 * progmodes/compile.el: Make all faces inherit.
1470 (compilation-warning): Inherit from font-lock-variable-name-face.
1471 (compilation-info): Inherit from font-lock-type-face.
1472 (compilation-line-number): Reassign to font-lock-keyword-face.
1473 (compilation-column-number): Reassign to font-lock-doc-face.
1474 (compilation-leave-directory-face): Reassign to
1475 font-lock-builtin-face.
1476
bc35ff32
EZ
14772011-02-02 Eli Zaretskii <eliz@gnu.org>
1478
1479 * dired.el (dired-insert-directory): Don't invoke `ls' when
1480 ls-lisp.el is used to emulate it.
1481
39cde66c
JD
14822011-02-01 Julien Danjou <julien@danjou.info>
1483
1484 * color.el (color-gradient): Add a color-gradient function.
1485
abef340a
SS
14862011-02-01 Sam Steingold <sds@gnu.org>
1487
1488 * simple.el (special-mode-map): Bind "h" to `describe-mode';
1489 bind "z" to `kill-this-buffer'.
1490 (completion-list-mode-map): Bind "z" to `kill-this-buffer'.
1491 * apropos.el (apropos-mode-map): Inherit from `special-mode-map'.
1492 (apropos-mode): Inherit from `special-mode'.
1493 * arc-mode.el (archive-mode-map): Inherit from `special-mode-map'.
1494 * bookmark.el (bookmark-bmenu-mode): Define using
1495 `define-derived-mode' inheriting from `special-mode'.
1496 * dired.el (dired-mode-map): Inherit from `special-mode-map'.
1497 * image-mode.el (image-mode-map): Ditto.
1498 * replace.el (occur-mode): Define using
1499 `define-derived-mode' inheriting from `special-mode'.
1500 * tar-mode.el (tar-mode): Inherit from `special-mode'.
1501 * calendar/diary-lib.el (diary-fancy-display-mode):
1502 Inherit from `special-mode-map'.
1503 * emacs-lisp/ert.el (ert-simple-view-mode, ert-results-mode):
1504 Inherit from `special-mode'.
1505 * emacs-lisp/package.el (package-menu-mode-map): Copy from
1506 `special-mode-map'.
1507 (package-menu-mode): Define using `define-derived-mode'
1508 inheriting from `special-mode'.
1509 * erc/erc-list.el (erc-list-menu-mode): Inherit from `special-mode'.
1510 * net/xesam.el (xesam-mode): Inherit from `special-mode'.
1511 (xesam-mode-map): Define separately.
1512 * play/solitaire.el (solitaire-mode): Inherit from `special-mode'.
1513 * progmodes/compile.el (compilation-minor-mode-map)
1514 (compilation-mode-map): Inherit from `special-mode-map'.
1515 * vc/diff-mode.el (diff-mode-shared-map):
1516 Inherit from `special-mode-map'.
1517 * vc/log-view.el (log-view-mode-map): Add a comment.
1518
928f4e73
CY
15192011-02-01 Chong Yidong <cyd@stupidchicken.com>
1520
1521 * custom.el (load-theme): Define return value. Drop use of
1522 unsafep; call custom-theme-load-confirm for non-known-safe themes.
1523 (custom-theme-load-confirm): Scroll in the correct window.
1524 (custom-enabled-themes): Add custom-safe-themes to :set-after.
1525
1526 * cus-theme.el (custom-theme-checkbox-toggle): Don't activate the
1527 checkbox if load-theme fails.
1528
7d116647
SM
15292011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1530
1531 * progmodes/compile.el (compilation-next-error): Check there's
1532 a message before using it (bug#7941).
1533
4fdfcddf
JB
15342011-02-01 Jay Belanger <jay.p.belanger@gmail.com>
1535
1536 * calc/calc-mtx.el (math-lud-pivot-check): New function.
1537 (math-do-matrix-lud): Use `math-lud-pivot-check' to check the size
1538 of potential pivots.
1539
3b95603f
AM
15402011-01-31 Alan Mackenzie <acm@muc.de>
1541
7d116647
SM
1542 * progmodes/cc-cmds.el (c-forward-over-illiterals):
1543 Continue parsing if we encounter a naked # (Bug#7595).
3b95603f 1544 (c-beginning-of-statement): Avoid loop in locating the beginning
aa9c0efc 1545 of a macro. (Not actually committed until 2011-02-20, see above).
3b95603f 1546
6fa1f651
CY
15472011-01-31 Chong Yidong <cyd@stupidchicken.com>
1548
1549 * files.el (copy-directory): Fix arguments to recursive call.
1550
14beddf4 15512011-01-31 Chong Yidong <cyd@stupidchicken.com>
82d84d3f
CY
1552
1553 * files.el (copy-directory): If destination is an existing
1554 directory, copy into a subdirectory there.
1555
14beddf4 15562011-01-31 Andreas Schwab <schwab@linux-m68k.org>
e935c6a2
AS
1557
1558 * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
1559 files.
1560
14beddf4 15612011-01-31 Chong Yidong <cyd@stupidchicken.com>
d1f14baa 1562
6fc0aac3
CY
1563 * image-dired.el (image-dired-mouse-display-image): No-op if no
1564 file is found (Bug#7817).
1565
d1f14baa
CY
1566 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
1567
14beddf4 15682011-01-31 Kenichi Handa <handa@m17n.org>
67442738 1569
7d116647
SM
1570 * international/quail.el (quail-keyboard-layout-alist):
1571 Remove superfluous SPC for "pc105-uk" (bug#7927).
67442738 1572
14beddf4 15732011-01-31 Glenn Morris <rgm@gnu.org>
220c2a14
GM
1574
1575 * msb.el (msb-menu-bar-update-buffers): Update for changed
1576 argument handling of menu-bar-select-frame. (Bug#7902)
1577
14beddf4 15782011-01-31 Chong Yidong <cyd@stupidchicken.com>
af7c5700
CY
1579
1580 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
1581 to the recursion depth (Bug#7722).
1582
14beddf4 15832011-01-31 Roy Liu <carsomyr@gmail.com> (tiny change)
ca9c274a
JD
1584
1585 * term/ns-win.el (ns-find-file): Expand ns-input-file with
1586 command-line-default-directory (Bug#7872).
1587
9e11271c
SM
15882011-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1589
1590 * progmodes/compile.el (compilation--flush-directory-cache):
1591 New function, extracted from compilation--remove-properties.
1592 (compilation--remove-properties, compilation--parse-region): Use it.
1593 (compilation--previous-directory): Handle one more case.
1594 (compilation-enable-debug-messages): Remove.
1595 (compilation-parse-errors, compilation--flush-parse): Just remove the
1596 left over debug messages.
1597
038714ab
SS
15982011-01-31 Sam Steingold <sds@gnu.org>
1599
1600 * progmodes/compile.el (compilation-enable-debug-messages):
1601 Add a variable to make the parsing messages introduced in
1602 2011-01-28T22:12:05Z!monnier@iro.umontreal.ca optional.
1603 (compilation-parse-errors, compilation--flush-parse): Use it.
1604
2a4466ca
DD
16052011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1606
35f52ed6 1607 * net/rcirc.el: New customizable nick completion format. (Bug#6314)
2a4466ca
DD
1608 (rcirc-nick-completion-format): New defcustom.
1609 (rcirc-complete): Use it.
1610
186ecaf1
DD
16112011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1612
1613 * net/rcirc.el: Clean log filenames (Bug#7933).
1614 (rcirc-log-write): Use convert-standard-filename.
1615 (rcirc-log-filename-function): Documentation updates.
1616
253f7d1b
JD
16172011-01-30 Jan Djärv <jan.h.d@swipnet.se>
1618
9e11271c
SM
1619 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer):
1620 Check report-emacs-bug-can-use-osx-open and use that if t.
253f7d1b
JD
1621 (report-emacs-bug-can-use-osx-open): New function.
1622 (report-emacs-bug): Rename can-xdg-email to can-insert-mail.
1623 Check report-emacs-bug-can-use-osx-open also for can-insert-mail.
1624
a2b6e5d6
CY
16252011-01-29 Chong Yidong <cyd@stupidchicken.com>
1626
1627 * vc/vc-dispatcher.el (vc-set-async-update): New function for
1628 updating Dired or VC-dir buffers after async command completes.
1629
1630 * vc/vc-bzr.el (vc-bzr-async-command): Return the process buffer.
1631 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-set-async-update.
1632
1633 * vc/vc-git.el (vc-git-merge-branch): Add FETCH_HEAD to branch
1634 completions if it exists. Use vc-set-async-update.
1635 (vc-git-pull): Use vc-set-async-update.
1636
1637 * vc/vc-hg.el (vc-hg-pull): Fix default-contents arg to
1638 read-shell-command. Use vc-set-async-update.
1639 (vc-hg-merge-branch): Use vc-set-async-update.
1640
8907f7b9
DU
16412011-01-29 Daiki Ueno <ueno@unixuser.org>
1642
9e11271c
SM
1643 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
1644 Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
8907f7b9
DU
1645 (Bug#7931).
1646
e52f87a1
SM
16472011-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
1648
1649 * progmodes/compile.el: Avoid an N² behavior in grep.
1650 (compilation--previous-directory): New fun.
1651 (compilation--previous-directory-cache): New var.
1652 (compilation--remove-properties): Flush it.
1653 (compilation-directory-properties, compilation-error-properties):
1654 Use the new fun to speed up looking for the current directory.
1655
659114fd
CY
16562011-01-29 Chong Yidong <cyd@stupidchicken.com>
1657
1658 * vc/vc-hg.el (vc-hg-history): New var.
1659 (vc-hg-pull): Perform default pull if called via Lisp by vc-pull.
1660 (vc-hg-merge-branch): New function.
1661
1662 * vc/vc.el (vc-pull): Make vc-update an alias for this, instead of
1663 the other way around.
1664
1665 * vc/vc-git.el (vc-git-branches, vc-git-pull)
1666 (vc-git-merge-branch): New functions.
1667 (vc-git-history): New var.
1668
9bfe5783
CY
16692011-01-28 Chong Yidong <cyd@stupidchicken.com>
1670
1671 * vc/vc-dispatcher.el (vc-do-async-command): New function.
1672
1673 * vc/vc-bzr.el (vc-bzr-async-command): Convert into a wrapper for
1674 vc-do-async-command.
1675
e52f87a1
SM
1676 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch):
1677 Callers changed.
9bfe5783 1678
b1ea593c
LL
16792011-01-28 Leo <sdl.web@gmail.com>
1680
1681 * emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply
9bfe5783 1682 highlighting to the "this function is advised" message.
b1ea593c
LL
1683
1684 * help-mode.el (help-mode-finish): Apply highlighting here, to
1685 avoid clobbering by substitute-command-keys (Bug#6304).
1686
40e22d80
CY
16872011-01-28 Chong Yidong <cyd@stupidchicken.com>
1688
1689 * woman.el (woman0-roff-buffer): Process roff escape sequences
1690 occurring prior to the first request (Bug#7843).
1691
01c63f4c
SM
16922011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1693
55fb9013
SM
1694 * progmodes/compile.el: Don't use font-lock any more.
1695 (compilation-error-regexp-alist-alist): Change handling of makepp
1696 so it preserves the warning/error distinction on subsequent files.
1697 Simplify various rules.
1698 (compilation-directory-properties): Use font-lock-face.
1699 Add a compilation-message property.
1700 (compilation-internal-error-properties): Use font-lock-face.
1701 Don't set the compilation-debug property here.
1702 (compilation--put-prop, compilation--remove-properties)
1703 (compilation--parse-region, compilation--ensure-parse)
1704 (compilation--ensure-parse): New functions.
1705 (compilation-parse-errors): New function, largely inspired of
1706 compilation-mode-font-lock-keywords. Set compilation-debug here.
1707 (compilation--parsed): New var.
1708 (compilation--flush-parse): Use compilation--ensure-parse.
1709 (compilation-start): Don't call font-lock.
1710 (compilation-turn-on-font-lock): Remove.
1711 (compilation-setup): Don't set font-lock-extra-managed-props not change
1712 other font-lock settings, other than keywords.
1713 Don't activate font-lock-mode.
1714 Set change-major-mode-hook and before-change-functions.
1715 (compilation--unsetup): Remove properties and hooks.
1716 (compilation-next-single-property-change): New function.
1717 (compilation-next-error): Use it to parse when needed.
1718 (compile-goto-error): Parse buffer as needed.
1719 (compilation--compat-error-properties): Don't need a dummy `face'
1720 property any more.
1721
8fe52384
SM
17222011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1723
1724 * progmodes/compile.el: Use accessors for clarity and fix omake hack.
1725 (compilation-process-setup-function): Fix docstring's false promises.
1726 (compilation-error-regexp-alist-alist): Catch omake's continuous
1727 recompilation message and avoid reuse of old markers.
1728 (compilation-parse-errors-function): Declare obsolete.
1729 (compilation-buffer-modtime): Remove.
1730 (compilation--make-cdrloc, compilation--loc->col)
1731 (compilation--loc->line, compilation--loc->file-struct)
1732 (compilation--loc->marker, compilation--loc->visited)
1733 (compilation--make-file-struct, compilation--file-struct->file-spec)
1734 (compilation--file-struct->formats)
1735 (compilation--file-struct->loc-tree): New macros. Use them.
1736 (compilation--message): New defstruct. Use them.
1737 (compilation-next-error-function): Don't mess with timestamps to try
1738 and guess when to reparse.
1739
01c63f4c
SM
17402011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1741
5e853d01
SM
1742 * textmodes/tex-mode.el: Get rid of compilation-parse-errors-function
1743 (tex-old-error-file-name): New function,
1744 extracted from tex-compilation-parse-errors.
1745 (tex-compilation-parse-errors): Remove.
1746 (tex-error-regexp-alist): New var.
1747 (tex-shell): Use it to avoid compilation-parse-errors-function.
1748
07b741a7
SM
1749 * progmodes/grep.el (grep-regexp-alist): Tighten regexp.
1750 (grep-mode-font-lock-keywords): Remove regexp that seems like
1751 a left-over from before we used compile.el.
1752 (grep-mode-font-lock-keywords): Call syntax-ppss-flush-cache when
1753 modifying the buffer within with-silent-modifications.
1754
1755 * progmodes/compile.el: Cleanup text-properties namespace by using
1756 `compilation-message' instead of `message', `compilation-directory'
1757 instead of `directory', and `compilation-debug' instead of `debug'.
1758 (compilation-last-buffer, compilation-parsing-end)
1759 (compilation-error-list, compilation-old-error-list): Move to the
1760 compatibility part of the code.
1761 (compilation-error-properties): If `file' is a function, let it return
1762 a file name.
1763 (compilation-mode-font-lock-keywords): Be more conservative with the
1764 omake "^ *" pattern prefix, to try and minimize the risk of
1765 pathologically slow regexp matching.
1766 (compilation-start): Use inhibit-read-only.
1767 (compilation--unsetup): New function.
1768 (compilation-shell-minor-mode, compilation-minor-mode): Use it.
1769 (compilation-filter): Minor tweaks.
8fe52384 1770 (compilation-next-error-function): Try and avoid abusing variables.
07b741a7 1771 (compilation--flush-file-structure): New fun.
8fe52384 1772 (compilation-fake-loc): Use it to improve behavior when file is reused.
07b741a7
SM
1773 (debug-ignored-errors): Add "Moved past last ...".
1774 (compilation--compat-error-properties)
1775 (compilation--compat-parse-errors): Rename by doubling the "-".
1776
01c63f4c
SM
1777 Port features from the previous prolog.el to the new one.
1778 * progmodes/prolog.el (prolog-system): Add GNU and ECLiPSe options.
1779 (prolog-program-name, prolog-program-switches, prolog-consult-string)
1780 (prolog-compile-string, prolog-prompt-regexp): Get rid of the <foo>-i
1781 variable and use a function to compute the value dynamically.
1782 (prolog-prompt-regexp): Add regexp for GNU Prolog.
1783 (prolog-continued-prompt-regexp): Remove, unused.
1784 (prolog-find-value-by-system): Try and use the value of prolog-system
1785 in the *prolog* buffer if it helps.
1786 (prolog-mode-keybindings-common): Bind C-c C-z unconditionally...
1787 (prolog-zip-on): ..and check prolog-system and version here instead.
1788 (prolog-inferior-self-insert-command): New command.
1789 (prolog-inferior-mode-map): Use it.
1790 (prolog-inferior-error-regexp-alist): New var.
8fe52384 1791 (prolog-inferior-mode): Use it, with compilation-shell-minor-mode.
01c63f4c
SM
1792 (prolog-input-filter): Use derived-mode-p.
1793 (prolog-inferior-guess-flavor): New function.
1794 (prolog-ensure-process): Use it. Use make-comint-in-buffer rather than
1795 make-comint to avoid running comint-mode twice.
1796 (prolog-inferior-buffer): New fun.
1797 (prolog-old-process-region, prolog-old-process-file):
1798 Don't call prolog-bsts here...
1799 (prolog-build-prolog-command): ...do it here instead.
1800 (prolog-old-process-region, prolog-old-process-file):
1801 Use compilation-fake-loc and compilation-forget-errors.
1802 (prolog-consult-compile-region): Use bolp.
1803
2f224f0b
CY
18042011-01-28 Chong Yidong <cyd@stupidchicken.com>
1805
1806 * image-mode.el (image-display-size): Doc fix (Bug#7820).
1807
db0e305d
SS
18082011-01-27 Sam Steingold <sds@gnu.org>
1809
9e11271c
SM
1810 * midnight.el (clean-buffer-list-kill-never-buffer-names):
1811 Remove "*server*" which is never created by emacs server.
db0e305d 1812
27bbeb29
DD
18132011-01-27 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1814
1815 * vc/vc-bzr.el (vc-bzr-diff): Don't pass --diff-options unless
1816 there are some diff switches.
1817
153c5428
SM
18182011-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
1819
89fdaac7
SM
1820 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1821 Copy change made to ruby-font-lock-syntactic-keywords.
1822
153c5428
SM
1823 * htmlfontify.el: Make it obey the font-lock-face text property.
1824 Miscellaneous cleanup such as:
1825 - Don't hide expressions after a closing paren.
1826 - Move initial setq into let.
1827 - Hoist common parts out of ifs.
1828 (hfy-p-to-face, hfy-p-to-face-lennart): Remove.
1829 (hfy-face-at): Use get-text-property instead.
1830 (hfy-prop-invisible-p): Use invisible-p if available.
1831 (htmlfontify-manual): Use \\[...].
1832 (hfy-html-quote-regex): Use [...].
1833 (hfy-combined-face-spec): Simplify.
1834 (hfy-compile-face-map): Don't presume point-min==1.
1835 (hfy-css-name, hfy-buffer, htmlfontify-buffer): Use \' rather than $ to
1836 match end of string.
1837 (hfy-text-p): η-reduce.
1838 (hfy-tags-for-file): Receive cache-hash directly.
1839 (hfy-mark-tag-names): Adjust call.
1840
ed7646d4
GM
18412011-01-27 Glenn Morris <rgm@gnu.org>
1842
1843 * msb.el (msb-after-load-hooks): Make it an obsolete alias.
1844 (msb-after-load-hook): Remove eval-after-load wackiness.
1845
ed68f651
SS
18462011-01-25 Sam Steingold <sds@gnu.org>
1847
1848 * vc/vc-svn.el (vc-svn-diff): Use `diff-command' instead of the
1849 literal "diff" (important for windows-nt).
1850
0fe719e6
GM
18512011-01-25 Glenn Morris <rgm@gnu.org>
1852
1853 * emacs-lisp/copyright.el (copyright-at-end-flag)
1854 (copyright-names-regexp): Add safety properties.
1855 (copyright-year-ranges): New option.
1856 (copyright-find-end): New function, split from copyright-update-year.
1857 (copyright-update-year): Use copyright-find-end.
1858 (copyright-fix-years): Optionally, convert years to ranges.
1859 Handle years continued over comment lines.
1860 Do not mess with the fill-prefix.
1861 Do not call copyright-update.
1862 (copyright-update-directory): Optionally, fix years rather than update.
7e6e2304 1863 Skip directories. Find files with only safe local vars.
0fe719e6 1864
06d8ace5 18652011-01-25 Stefan Monnier <monnier@iro.umontreal.ca>
10e1d5f3
SM
1866
1867 * files.el (file-name-non-special): Only change buffer-file-name after
1868 insert-file-contents if it's `visit'ing the file (bug#7854).
1869
06d8ace5 18702011-01-25 Chong Yidong <cyd@stupidchicken.com>
b14f16ad
CY
1871
1872 * dired.el (dired-revert): Doc fix (Bug#7758).
1873
06d8ace5
GM
1874 * simple.el (line-move-visual): Doc fix (Bug#7594).
1875
18762011-01-25 Nobuyoshi Nakada <nobu@ruby-lang.org>
cc9c9831
NN
1877
1878 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
1879 here-doc which ends with an underscore.
1880 (ruby-mode-set-encoding): Skip shebang line always.
1881 (ruby-mode-map): Bind C-c C-c to comment-region.
0d19d4fe 1882 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
cc9c9831
NN
1883 (ruby-forward-sexp): Stop after literal hash key labels.
1884 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
1885 bracket.
1886
06d8ace5 18872011-01-25 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
d6476407
KM
1888
1889 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
1890 the correct buffer (Bug#7650).
1891
06d8ace5
GM
18922011-01-25 Glenn Morris <rgm@gnu.org>
1893
1894 * comint.el (comint-mode): Doc fix. (Bug#7897)
4d265b4d 1895
ce558208
GM
1896 * simple.el (do-auto-fill): Give it a doc string.
1897
4d265b4d
GM
1898 * button.el (make-text-button): Doc fix. (See bug#7881)
1899
21bb5ce0
SM
19002011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
1901
ab0a61d0
SM
1902 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
1903 Don't move backward, so as not to fall in an inf-loop (bug#7736).
1904
21bb5ce0
SM
1905 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): (bug#7735)
1906 Handle ?" and friends differently (e.g. don't use backrefs).
1907
603823f5
JB
19082011-01-24 Jay Belanger <jay.p.belanger@gmail.com>
1909
1910 * calc/calc.el (calc-default-power-reference-level)
1911 (calc-default-field-reference-level): New variables.
35f52ed6 1912 * calc/calc-units.el (math-standard-units): Add dB and Np.
603823f5
JB
1913 (math-logunits): New variable.
1914 (math-extract-logunits, math-logcombine, calcFunc-luplus)
1915 (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level)
21bb5ce0
SM
1916 (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level):
1917 New functions.
603823f5
JB
1918 (math-find-base-units-rec): Add entry for ln(10).
1919 * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help.
1920 (calc-ul-prefix-help): New function.
1921 * calc/calc-ext.el (calc-init-extensions): Autoload new units
35f52ed6 1922 functions. Add keybindings for new units functions.
603823f5 1923
11ea68ce 19242011-01-22 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
10617634
DD
1925
1926 * net/rcirc.el (rcirc-kill-buffer-hook): Flush logs when killing
11ea68ce 1927 rcirc buffers. (Bug#4940)
10617634 1928
0412a5a4
GM
19292011-01-22 Glenn Morris <rgm@gnu.org>
1930
1931 * emacs-lisp/copyright.el (copyright-find-copyright): New function,
1932 split out from copyright-update-year.
1933 (copyright-update): Don't mess with the GPL version if we don't own the
1934 copyright. Update license regexp, and remove no longer needed
1935 Esperanto stuff.
d226ec23 1936 (copyright-fix-years): Use copyright-find-copyright.
0412a5a4 1937
e7c1dca8
CY
19382011-01-22 Chong Yidong <cyd@stupidchicken.com>
1939
1940 * vc/diff.el (diff-sentinel): Doc fix (Bug#7682).
1941
4d0143e6
JA
19422011-01-22 Jari Aalto <jari.aalto@cante.net>
1943
1944 * play/landmark.el: Change `lm-' prefix to `landmark-' (Bug#7672).
1945 (lm): Rename to landmark.
1946 (lm-test-run): Rename to landmark-test-run.
1947
e3545d0d
CY
19482011-01-22 Chong Yidong <cyd@stupidchicken.com>
1949
1950 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
1951 "Case sensitive" menu item.
1952
7c82f3e2 19532011-01-22 Roland McGrath <roland@frob.com>
6e1dbaa9
RM
1954
1955 * comint.el (comint-replace-by-expanded-history-before-point): Fix
1956 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
1957
7c82f3e2 19582011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
0f1f97ca
SM
1959
1960 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
1961
7c82f3e2 19622011-01-22 Jari Aalto <jari.aalto@cante.net>
26a27884 1963
6e1dbaa9
RM
1964 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1965 Assume foo(bar) is a manpage reference rather than some unquoted
1966 symbol (bug#7705).
26a27884 1967
7c82f3e2 19682011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
d5e632d8
SM
1969
1970 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
1971 Suggested by Flo <sensorflo@gmail.com>.
1972
7c82f3e2 19732011-01-22 Glenn Morris <rgm@gnu.org>
d00b05c9
GM
1974
1975 * progmodes/compile.el (compilation-error-regexp-alist):
1976 Fix custom type. (Bug#7812)
1977
4936e3ba
KM
19782011-01-22 Ken Manheimer <ken.manheimer@gmail.com>
1979
1980 * allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' to
1981 allout-number-siblings, in keeping with what obtained due to
1982 (now-defunct) allout-keybindings-list. Ditch repeat binding to
1983 (prefixed) ?i.
1984 (allout-before-change-handler): Better expose spots affected by
1985 undo.
1986
cde7e38b
CY
19872011-01-22 Chong Yidong <cyd@stupidchicken.com>
1988
1989 * man.el (Man-highlight-references0): Use make-button (Bug#7881).
1990
6b072b27
PH
19912011-01-22 Phil Hagelberg <phil@evri.com>
1992
1993 * pcmpl-unix.el (pcmpl-ssh-config-file): New option.
1994 (pcmpl-ssh-known-hosts): Rename from pcmpl-ssh-hosts.
1995 (pcmpl-ssh-config-hosts): New function.
1996 (pcmpl-ssh-hosts): Use pcmpl-ssh-config-hosts in addition to
1997 pcmpl-ssh-known-hosts.
1998
26d82c3a
JB
19992011-01-21 Jay Belanger <jay.p.belanger@gmail.com>
2000
c310ff4f
JB
2001 * calc/calc-undo.el (calc-undo): Autoload it.
2002 * calc/calc-ext.el (calc-init-extensions): Remove keybindings
2003 and autoload for `calc-undo'.
2004 * calc/calc.el (calc-mode-map): Add keybindings for `calc-undo'.
2005 * calc/calc-prog.el:
2006 * calc/calc-graph.el:
2007 * calc/calc-map.el: Change `arglist' to `math-arglist' throughout.
26d82c3a 2008
a10c4149
ŠN
20092011-01-21 Štěpán Němec <stepnem@gmail.com> (tiny change)
2010
2011 * calc/calc-ext.el (calc-init-extensions): Map all `undo'
2012 keybindings to `calc-undo'.
2013
8dabbfd6
SM
20142011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
2015
2016 Don't mess with *temp*.
2017 * obsolete/spell.el: Move from textmodes/spell.el.
2018 (spell-string):
2019 * term.el (term-read-input-ring):
2020 * startup.el (display-startup-echo-area-message):
2021 * progmodes/antlr-mode.el (antlr-directory-dependencies):
2022 * comint.el (comint-read-input-ring): Use with-temp-buffer.
2023 * international/mule.el (ctext-pre-write-conversion): Don't hardcode
2024 point-min==1.
2025
d3e51865
KM
20262011-01-20 Ken Manheimer <ken.manheimer@gmail.com>
2027
35f52ed6 2028 * allout.el (allout-institute-keymap): Use fset instead of
d42f7802
KM
2029 reapplying defalias.
2030
2031 (allout-hotspot-key-handler): Check for non-control-modified
2032 bindings for hotspot characters if there are no control-modified
2033 versions.
2034
d3e51865
KM
2035 * allout.el: Summary - migrate to defining allout mode using
2036 define-minor-mode instead of defun. Significantly clean-up
2037 internal keymap provisions, refactoring and, in the process,
2038 removing a lot of accumulated cruft.
2039
2040 allout-mode-map is now a keymap by virtue of being a defalias to
2041 allout-mode-map-value, which contains the actual keymap structure.
2042
8dabbfd6
SM
2043 (allout-mode): Use define-minor-mode rather than defun.
2044 Remove now-unnecessary minor-mode setup activities from the body.
d3e51865
KM
2045 Specify :keymap as allout-mode-map so the minor-mode-map-alist
2046 entry will be '(allout-mode . allout-mode-map) - see
2047 allout-mode-map-value, below. Adjust docstring to track changes.
2048 (allout-minor-mode): Remove this defalias, now that we're using
2049 define-minor-mode.
2050 (allout-mode-map): Set value to be 'allout-mode-map. The actual
2051 keymap is allout-mode-map-value, via defalias.
2052 (allout-mode-map-value): The variable holding the actual mode
2053 keymap structure, by virtue of defalias from allout-mode-map.
8dabbfd6 2054 (allout-compose-and-institute-keymap): Rename from
d3e51865
KM
2055 allout-bind-keys, and including the binding-composition
2056 functionality of the former produce-allout-mode-map and
2057 allout-setup-mode-map.
2058 (allout-institute-keymap): Take over the "setup" part of the former
2059 allout-setup-mode-map. Reassign allout-mode-map-value value and
2060 update the defalias.
01c35094 2061 (allout-command-prefix, allout-prefixed-keybindings)
8dabbfd6
SM
2062 (allout-unprefixed-keybindings):
2063 Use allout-compose-and-institute-keymap to process the bindings.
2cf429d0 2064 (allout-unprefixed-keybindings): Remove extraneous '?' question marks.
d3e51865 2065 (allout-prefixed-keybindings): Elide binding to (prefixed) \C-h -
8dabbfd6
SM
2066 user can customize if they want to use that binding.
2067 Bind allout-copy-topic-as-kill to (prefixed) \M-k.
2068 Bind allout-up-current-level to (prefixed) \C-u. (I think i mistakenly
d3e51865
KM
2069 elided that, previously, instead of the one for \C-h.)
2070 (allout-hotspot-key-handler): Remove attempt to resolve the key
2071 through the literal key-string lookup on allout-keybindings-list.
2072 That probably hasn't worked for a Long Time, and removal of
2cf429d0 2073 allout-keybindings-list further simplifies the keybindings situation.
d3e51865
KM
2074 (allout-pre-command-business): Use allout-mode-map-value instead
2075 of allout-mode-map.
2076 (allout-preempt-trailing-ctrl-h): Remove. The user can customize
2077 the bindings if they want to use a keybinding having a trailing
2cf429d0 2078 \C-h. No deprecation needed since this feature was never in a release.
d3e51865
KM
2079 (allout-keybindings-list): Remove. It's not been useful for a
2080 while. (See allout-hotspot-key-handler changes, above.)
2081 (produce-allout-mode-map): Remove. Consolidate into
2082 allout-compose-and-institute-keymap.
2083 (allout-mode-map-adjustments): Remove. No longer necessary with
2084 removal of allout-preempt-trailing-ctrl-h.
2085 (allout-setup-mode-map): Remove. Consolidate into
2086 allout-compose-and-institute-keymap and allout-institute-keymap.
2087
c11136ec
GM
20882011-01-20 Glenn Morris <rgm@gnu.org>
2089
dbfb414e
GM
2090 * vc/vc-svn.el (vc-svn-after-dir-status): Tweak previous change.
2091
c11136ec
GM
2092 * simple.el (read-expression-history): Remove, it's in minibuf.c.
2093
9aea757b
CY
20942011-01-20 Chong Yidong <cyd@stupidchicken.com>
2095
2096 * subr.el (y-or-n-p): Revert 2011-01-07 change, removing ARGS.
2097
2098 * files.el (find-alternate-file, basic-save-buffer)
2099 (basic-save-buffer-2, revert-buffer, recover-file)
2100 (kill-buffer-ask, abort-if-file-too-large)
2101 (set-visited-file-name, write-file, backup-buffer)
2102 (basic-save-buffer, save-some-buffers):
2103 * dired-aux.el (dired-compress-file): Callers changed.
2104
5dd4f3f7
GM
21052011-01-19 Glenn Morris <rgm@gnu.org>
2106
2107 * vc/vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
2108 Also check the property status. (Bug#7861)
2109
56761182
MA
21102011-01-18 Michael Albinus <michael.albinus@gmx.de>
2111
2112 * net/tramp.el (tramp-debug-message): Extend function exclude
2113 list. Use `regexp-opt'.
2114
a9faac5c 21152011-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
1a1fcbe1 2116
9cc3a0c7
SM
2117 * textmodes/tex-mode.el (tex-font-lock-verb): Make sure \verb
2118 highlighting doesn't spill over subsequent lines.
2119
1a1fcbe1
SM
2120 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
2121 keymap expression. Improve docstring.
2122
74a10be5
SM
2123 * electric.el (electric-indent-post-self-insert-function):
2124 Don't auto-indent for indent-to-left-margin, it's too often
2125 counter-productive.
2126
721be9cd
TH
21272011-01-16 Tassilo Horn <tassilo@member.fsf.org>
2128
2129 * strokes.el (strokes-read-stroke): Re-fill strokes buffer with
2130 spaces if the frame was resized, so that the full visible buffer
2131 serves as canvas for strokes.
2132
a767645f
GM
21332011-01-16 Glenn Morris <rgm@gnu.org>
2134
2135 * info-xref.el (info-xref-docstrings): Replace cl function.
e5c7913c 2136 Also skip directories.
a767645f 2137
444ee8dd
KR
21382011-01-16 Kevin Ryde <user42@zip.com.au>
2139
2140 * info-xref.el: Version 3.
2141 (info-xref-check, info-xref-check-all): Move commentary details
2142 into docstrings for better visibility.
2143 Use compilation-mode for the results buffer.
2144 (info-xref-output, info-xref-output-error, info-xref-with-output)
2145 (info-xref-filename, info-xref-in-progress):
2146 New internals for this.
2147 (info-xref-check-list, info-xref-check-buffer)
2148 (info-xref-check-all-custom): Use those.
2149 (info-xref-output-buffer): Rename from info-xref-results-buffer.
2150 (info-xref-output-heading): Rename from info-xref-filename-heading.
2151 (info-xref-good, info-xref-bad, info-xref-xfile-alist)
2152 (info-xref-filename-heading): Move to output managing section.
35f52ed6 2153 (info-xref-docstrings): New command checking "Info node `(foo)Bar'"
444ee8dd
KR
2154 (info-xref-lock-file-p, info-xref-with-file): New helpers for it.
2155 (info-xref-subfile-p): Move to generic section with those two.
2156 (info-xref-check-node): New function split from
2157 info-xref-check-buffer, shared by info-xref-docstrings.
2158 (info-xref-goto-node-p): Move to a checking section with that func.
2159 (info-xref-unavail): New counter.
2160 (info-xref-check-node): Use it.
2161 (info-xref-with-output): Show count of unavailables at end of output.
2162 (info-xref-all-info-files): Exclude ".*" dotfiles. Ignore broken
35f52ed6 2163 symlinks. Exclude .texi files. Exclude Emacs backup files.
444ee8dd
KR
2164 (info-xref-check-all-custom): Fix quietening viper-mode and
2165 gnus-registry-install -- use setq not let so as not to unbind
2166 after load.
2167
d4119912
JL
21682011-01-16 Juri Linkov <juri@jurta.org>
2169
2170 * isearch.el (isearch-abort): Don't quit if search has
2171 an incomplete regexp (isearch-error is non-nil). (Bug#7534)
2172
b024d9f0
MD
21732011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
2174
2175 * files.el (backup-buffer): Make last-resort backup file in
2176 .emacs.d (Bug#6953).
2177
2178 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
2179 make it with permission 700.
2180
d52969e8 21812011-01-15 Kenichi Handa <handa@m17n.org>
1a6a03e4 2182
74a10be5
SM
2183 * mail/rmailmm.el (rmail-mime-insert-header):
2184 Set rmail-mime-coding-system to a cons whose car is the last coding
1a6a03e4
KH
2185 system used to decode the header.
2186 (rmail-mime-find-header-encoding): New function.
74a10be5
SM
2187 (rmail-mime-insert-decoded-text):
2188 Override rmail-mime-coding-system if it is a cons.
1a6a03e4
KH
2189 (rmail-show-mime): If only a header part was decoded, find the
2190 coding system while ignoring mm-charset-override-alist.
2191
d52969e8 21922011-01-15 Chong Yidong <cyd@stupidchicken.com>
c88aaf48
CY
2193
2194 * subr.el (event-start, event-end): Doc fix (Bug#7826).
2195
d52969e8 21962011-01-15 Kenichi Handa <handa@m17n.org>
e7ca0062
KH
2197
2198 * mail/rmailmm.el (rmail-mime-next-item)
2199 (rmail-mime-previous-item): Delete them.
2200 (rmail-mime-shown-mode): Recursively call for children.
74a10be5
SM
2201 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
2202 Callers changed.
e7ca0062
KH
2203 (rmail-mime-raw-mode): Recursively call for children.
2204 (rmail-mode-map): Change mapping of tab and backtab to
2205 forward-button and backward-button respectively.
2206 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
2207 button.
2208 (rmail-mime-update-tagline): New function.
2209 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
2210 body display is changed.
74a10be5 2211 (rmail-mime-toggle-button): Rename from rmail-mime-image.
e7ca0062
KH
2212 (rmail-mime-image): Delete this button type.
2213 (rmail-mime-toggle): New button type.
2214 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
2215 body display is changed. Change the save button label to "Save".
2216 Don't process show/hide button here.
2217 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
2218 the body display is changed. Unconditionally call
2219 rmail-mime-insert for children.
2220 (rmail-mime-handle): Update `display' vector of the just inserted
2221 entity.
2222 (rmail-mime-process): If mail-header-parse-content-type returns
2223 nil, use "text/plain" as the fallback type.
2224 (rmail-mime-insert): For raw-mode, recursively call
2225 rmail-mim-insert for children.
2226 (rmail-mime): Handle the case that the current buffer is not rmail
2227 buffer (e.g. in summary buffer).
2228
d52969e8 22292011-01-15 Kenichi Handa <handa@m17n.org>
e7ca0062
KH
2230
2231 * mail/rmailmm.el (rmail-mime-next-item)
2232 (rmail-mime-previous-item): Skip the body of a non-multipart
2233 entity if a tagline is shown.
2234
362b9d48
GM
22352011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2236
2237 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
2238 (tmm-prompt): Simplify.
2239 (tmm-add-prompt): Remove unused var `win'.
2240
2241 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
2242 to minor mode which used nil accidentally to mean "turn off".
2243
22442011-01-15 Michael Albinus <michael.albinus@gmx.de>
2245
2246 * net/tramp-sh.el (tramp-find-inline-compress)
2247 (tramp-get-inline-coding): Quote command after pipe symbol for
2248 local calls under W32. (Bug#6784)
2249
22502011-01-15 Michael Albinus <michael.albinus@gmx.de>
2251
2252 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
2253 only when running under W32.
2254
22552011-01-15 Eli Zaretskii <eliz@gnu.org>
2256
2257 * progmodes/grep.el (grep-compute-defaults): Quote the program
2258 file name after the pipe symbol in Grep templates. (Bug#6784)
2259 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
2260
22612011-01-15 Lennart Borgman <lennart.borgman@gmail.com>
2262
2263 * buff-menu.el (Buffer-menu-buffer-list): New var.
2264 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
2265 restricted buffer list is not lost on revert (Bug#7749).
2266
22672011-01-15 Eric Hanchrow <eric.hanchrow@gmail.com>
2268
2269 * net/ldap.el (ldap-search-internal): Discard stderr output.
2270
22712011-01-15 Eli Zaretskii <eliz@gnu.org>
2272
2273 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
2274
22752011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2276
2277 * vc-bzr.el (vc-bzr-annotate-time): Tweak previous change.
2278
22792011-01-15 Kenichi Handa <handa@m17n.org>
2280
2281 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
2282 part as a plain text.
2283 (rmail-mime-process-multipart): Set the default content-type to
2284 nil for unknown multipart subtypes (bug#7651).
2285
6d3d6113
SM
22862011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2287
4391b429
SM
2288 * hexl.el (hexl-mode-old-*): Remove.
2289 (hexl-mode--old-var-vals): New var to replace them.
2290 (hexl-mode--minor-mode-p, hexl-mode--setq-local): New funs.
2291 (hexl-mode, hexl-follow-line, hexl-activate-ruler):
2292 Use them to set local vars (bug#7846).
2293 (hexl-mode-exit): Use hexl-mode--old-var-vals to restore state.
2294 (hexl-backward-short, hexl-backward-word, hexl-scroll-down)
2295 (hexl-scroll-up, hexl-end-of-1k-page, hexl-end-of-512b-page): Simplify.
2296
6d3d6113
SM
2297 * vc/smerge-mode.el: Resolve comment conflicts more aggressively.
2298 (smerge-resolve--normalize-re): New var.
2299 (smerge-resolve--extract-comment, smerge-resolve--normalize): New funs.
2300 (smerge-resolve): Use them.
2301 * newcomment.el (comment-only-p): New function.
2302 (comment-or-uncomment-region): Use it.
2303
77ab81d0 23042011-01-14 Brent Goodrick <bgoodr@gmail.com> (tiny change)
8d4708af
BG
2305
2306 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
2307 table, get the value before switching to the output buffer. (Bug#7733)
2308
77ab81d0 23092011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
364df1cc
SM
2310
2311 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
2312
8faba62c
KS
23132011-01-14 Kim F. Storm <storm@cua.dk>
2314
2315 * emulation/cua-base.el (cua--init-keymaps):
2316 Remap exchange-point-and-mark in cua-global-keymap.
2317
ab7eb811
TH
23182011-01-14 Tassilo Horn <tassilo@member.fsf.org>
2319
2320 * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
2321 loop keyword.
2322
fc55380c
SM
23232011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2324
2325 * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label.
2326 Require CL.
2327 (easy-menu-create-menu, easy-menu-convert-item-1):
2328 Use :label rather than nil for labels. Use `case'.
2329 Add :enable as alias for :active.
2330 (easy-menu-binding): Obey :label.
2331
dbed16aa
SM
23322011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2333
4d789d84
SM
2334 Use run-mode-hooks for major mode hooks (bug#513).
2335 * textmodes/reftex-toc.el (reftex-toc-mode-map):
2336 Rename from reftex-toc-map.
2337 (reftex-toc-mode): Use define-derived-mode.
2338 * textmodes/reftex-sel.el (reftex-select-shared-map): New map.
2339 (reftex-select-label-mode-map, reftex-select-bib-mode-map):
2340 Rename from reftex-select-(label|bib)-map. Move init into declaration.
2341 (reftex-select-label-mode, reftex-select-bib-mode):
2342 Use define-derived-mode.
2343 * textmodes/reftex-index.el (reftex-index-phrases-mode-map)
2344 (reftex-index-mode-map): Rename from reftex-index(-phrases)-map.
2345 Move init into delcaration.
2346 (reftex-index-mode, reftex-index-phrases-mode):
2347 Use define-derived-mode.
2348 * speedbar.el (speedbar-mode-syntax-table): Renaqme from
2349 speedbar-syntax-table. Move init into declaration.
2350 (speedbar-mode-map): Rename from speedbar-key-map.
2351 Move init into declaration.
2352 (speedbar-file-key-map): Move init into declaration.
2353 (speedbar-mode): Use define-derived-mode.
2354 * recentf.el (recentf-mode): Don't run hook (or message) redundantly.
2355 * net/rcirc.el (rcirc-mode): Use run-mode-hooks.
2356 * emacs-lisp/chart.el (chart-mode-map): Rename from chart-map.
2357 (chart-face-list): Move initialization into declaration.
2358 (chart-mode): Use define-derived-mode.
2359 * calculator.el (calculator-mode-map): Move init into declaration.
2360 (calculator-mode): Use define-derived-mode.
2361
b49a2dbf
SM
2362 * mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
2363 work for nested comments.
2364
dbed16aa
SM
2365 * progmodes/prolog.el: Use syntax-propertize. Further code cleanup.
2366 (prolog-use-prolog-tokenizer-flag): Change default when
2367 syntax-propertize can be used.
2368 (prolog-syntax-propertize-function): New var.
2369 (prolog-mode-variables): Move make-local-variable into `set'.
2370 Don't make comment-column local since we don't set it.
2371 Set comment-add (as it was in previous prolog.el). Use dolist.
2372 Set syntax-propertize-function.
2373 (prolog-mode, prolog-inferior-mode):
2374 Call prolog(-inferior)-menu directly, not through the mode-hook.
2375 (prolog-buffer-module, prolog-indent-level)
2376 (prolog-paren-is-the-first-on-line-p, prolog-paren-balance)
2377 (prolog-comment-limits, prolog-goto-comment-column):
2378 Use line-(end|beginning)-position.
2379 (prolog-build-prolog-command): Tighten up regexp.
2380 (prolog-consult-compile): Move make-local-variable into `set'.
2381 (prolog-consult-compile-filter, prolog-goto-next-paren)
2382 (prolog-help-on-predicate, prolog-clause-info)
2383 (prolog-mark-predicate): Don't let+setq.
2384 (prolog-indent-line): Use indent-line-to.
2385 Only call prolog-goto-comment-column if necessary.
2386 (prolog-indent-level): Use bobp.
2387 (prolog-first-pos-on-line): Remove, not used any more.
2388 (prolog-in-string-or-comment): Use syntax-ppss if available.
2389 (prolog-help-on-predicate): Use read-string.
2390 (prolog-goto-predicate-info): Simplify.
2391 (prolog-read-predicate): Use `default' rather than `initial'.
2392 (prolog-temporary-file): Use make-temp-file to close a security hole.
2393 (prolog-toggle-sicstus-sd): New command.
2394 (prolog-electric-underscore, prolog-variables-to-anonymous):
2395 Use dynamic-scoping as it was meant.
2396 (prolog-menu): Move menu definitions to top-level.
2397 Use a toggle-button for Sicstus's source debugger.
2398 Change "Code" to the more usual "Prolog", and hence change "Prolog"
2399 to "System".
2400 (prolog-inferior-menu): Reuse prolog-menu's help menu.
2401 Move other menu definition to top-level.
2402
50f8cd96
TH
24032011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2404
5b355315
TH
2405 * doc-view.el (doc-view-open-text): Use meaningful text buffer
2406 name. Keep original document's directory as default-directory
2407 (bug#6446).
1281bd51
TH
2408 (doc-view-initiate-display): Fall back to normal mode when
2409 doc-view-mode cannot be enabled, also when extracting the document
2410 text into a separate buffer (bug#6446).
5b355315 2411
50f8cd96
TH
2412 * simple.el (shell-command): Don't error out if shell command
2413 buffer contains text with non-nil read-only property when erasing
2414 the buffer.
2415
821f936d
KS
24162011-01-13 Kim F. Storm <storm@cua.dk>
2417
2418 * ido.el (ido-may-cache-directory): Move "too-big" check later.
2419 (ido-next-match, ido-prev-match): Fix stray reordering of matching
2420 items when cycling through the matches.
2421
f754f898
TH
24222011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2423
2424 * dired-x.el (dired-omit-verbose): New defcustom that allows
2425 disabling the omit messages.
2426 (dired-omit-expunge): Use it.
2427
d221e780
CO
24282011-01-13 Christian Ohler <ohler@gnu.org>
2429
2430 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files.
2431
a03b542a
CY
24322011-01-13 Chong Yidong <cyd@stupidchicken.com>
2433
2434 * font-lock.el (font-lock-verbose): Default to nil.
2435
25ca2e61
CY
24362011-01-13 Chong Yidong <cyd@stupidchicken.com>
2437
2438 * simple.el (sendmail-user-agent-compose): Move to sendmail.el.
2439 (compose-mail): New arg RETURN-ACTION.
2440 (compose-mail-other-window, compose-mail-other-frame): Likewise.
2441
2442 * mail/sendmail.el (mail-return-action): New var.
2443 (mail-mode): Make it buffer-local.
2444 (mail-bury): Obey it. Move special Rmail window handling to
2445 rmail-mail-return.
2446 (mail, mail-setup): New arg RETURN-ACTION.
2447 (sendmail-user-agent-compose): Move from simple.el.
2448
2449 * mail/rmail.el (rmail-mail-return): New function.
2450 (rmail-start-mail): Pass it to compose-mail.
2451
2a8b13af
CY
24522011-01-12 Chong Yidong <cyd@stupidchicken.com>
2453
b2948a87
CY
2454 * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
2455 menus. Add menu item for customize-themes.
2456
2457 * cus-theme.el (customize-themes):
74a10be5
SM
2458 * emacs-lisp/package.el (package--list-packages):
2459 Use switch-to-buffer.
2a8b13af 2460
059616e5
JB
24612011-01-11 Johan Bockgård <bojohan@gnu.org>
2462
2463 * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
2464
04380ff1
SM
24652011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2466
2467 * progmodes/prolog.el: Fix up coding convention and such.
2468 (prolog-indent-width): Use the same default as in
2469 previous prolog.el rather than tab-width which depends on which buffer
2470 is current when the file is loaded.
2471 (prolog-electric-newline-flag): Only enable if electric-indent-mode
2472 is not available.
2473 (prolog-emacs): Remove. Use (featurep 'xemacs) instead.
2474 (prolog-known-systems): Remove.
2475 (prolog-mode-syntax-table, prolog-inferior-mode-map):
2476 Move initialization into declaration.
2477 (prolog-mode-map): Move initialization into declaration.
2478 Remove system-specific mode-map vars, since they referred to the same
2479 keymap anyway.
2480 (prolog-mode-variables): Obey the user's preference w.r.t
2481 adaptive-fill-mode. Prefer symbol-value to `eval'.
2482 (prolog-mode-keybindings-edit): Add compatibility bindings.
2483 (prolog-mode): Use define-derived-mode. Don't handle mercury here.
2484 (mercury-mode-map): New var.
2485 (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
2486 (prolog-ensure-process, prolog-process-insert-string)
2487 (prolog-consult-compile): Use with-current-buffer.
2488 (prolog-guess-fill-prefix): Simplify data flow.
2489 (prolog-replace-in-string): New function to use instead of
2490 replace-in-string.
2491 (prolog-enable-sicstus-sd): Don't abuse `eval'.
2492 (prolog-uncomment-region): Use `uncomment-region' when available.
2493 (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
2494 (prolog-int-to-char, prolog-char-to-int): New functions to use instead
2495 of int-to-char and char-to-int.
2496 (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
2497
e2019526
SB
24982011-01-11 Stefan Bruda <stefan@bruda.ca>
2499
2500 * progmodes/prolog.el: Replace by a whole new file.
2501
3fa173b4
SM
25022011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2503
2504 * subr.el (eval-after-load): Fix timing for features (bug#7769).
2505 (declare-function, undefined, insert-for-yank)
2506 (replace-regexp-in-string): Follow checkdoc's recommendations.
2507
7973bcea
SM
25082011-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2509
2510 * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
2511 refreshing the diary buffer.
2512
0af8c88b
KM
25132011-01-10 Ken Manheimer <ken.manheimer@gmail.com>
2514
7973bcea 2515 * allout.el: Add 2011 to the file copyright.
0af8c88b
KM
2516 (allout-encrypt-string): Prevent encryption from adding an extra
2517 newline at the end of the topic body.
2518 (allout-version): Increment to 2.3.
2519
1a27c64e
MA
25202011-01-10 Michael Albinus <michael.albinus@gmx.de>
2521
7973bcea
SM
2522 * net/dbus.el (dbus-unregister-service): Complete doc.
2523 Fix call of dbus-error signal.
5c0b4070 2524 (dbus-register-property): Use `dont-register' keyword.
1a27c64e 2525
0a203b61
MA
25262011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2527
2528 * net/dbus.el (dbus-unregister-service): Translate returned
2529 integer into a symbol.
2530 (dbus-register-property): Use `dbus-register-service' to do the
2531 name registration.
2532
895123f5
CY
25332011-01-09 Chong Yidong <cyd@stupidchicken.com>
2534
7973bcea
SM
2535 * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
2536 Suggested by Joakim Verona.
12e1f328 2537
732eb50a
CY
2538 * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
2539
895123f5
CY
2540 * wid-edit.el (visibility): Replace :on-image and :off-image
2541 widget properties with :on-glyph and :off-glyph, for consistency
2542 with the `visibility' widget.
2543 (widget-toggle-value-create, widget-visibility-value-create):
2544 Merge into a single function `widget-toggle-value-create'.
2545
2546 * cus-edit.el (custom-variable-value-create, custom-visibility)
7973bcea
SM
2547 (custom-face-edit-value-create, custom-face-value-create):
2548 Replace :on-image and :off-image widget properties with :on-glyph and
895123f5
CY
2549 :off-glyph, for consistency with the `visibility' widget.
2550
c8043a22
AS
25512011-01-09 Andreas Schwab <schwab@linux-m68k.org>
2552
2553 * net/ldap.el (ldap-search-internal): Don't use eval.
2554
b7617f6d
CY
25552011-01-09 Chong Yidong <cyd@stupidchicken.com>
2556
973f1f2a
CY
2557 * subr.el (read-char-choice): Use read-key.
2558
b7617f6d
CY
2559 * custom.el (custom-safe-themes): Rename from
2560 custom-safe-theme-files. Add :risky tag.
2561 (load-theme, custom-theme-load-confirm): Save sha1 hashes to
2562 custom-safe-themes, not filenames. Suggested by Stefan Monnier.
2563
900503ae
CY
25642011-01-09 Chong Yidong <cyd@stupidchicken.com>
2565
2566 * tool-bar.el (tool-bar-setup): Remove Help button. Remove label
2567 from Search and add a label to Undo.
2568
2569 * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
2570 inappropriate buttons and adding :vert-only tags.
2571
2572 * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
2573 removal of Help tool-bar button. Remove Undo button for space.
2574
2575 * info.el (info-tool-bar-map): Add :vert-only tags.
2576
c44d54b3
TH
25772011-01-08 Tassilo Horn <tassilo@member.fsf.org>
2578
2579 * doc-view.el (doc-view-mode-p): Check for png or imagemagick
2580 image backend support. Either of them is fine.
2581
3ef01959
CY
25822011-01-08 Chong Yidong <cyd@stupidchicken.com>
2583
3d91e302
CY
2584 * subr.el (y-or-n-p): Doc fix.
2585
278f6845
CY
2586 * custom.el (custom-safe-theme-files): New defcustom.
2587 (custom-theme-load-confirm): New function.
2588 (load-theme): Load theme using `load', confirming with
2589 custom-theme-load-confirm if necessary.
2590
3ef01959
CY
2591 * subr.el (read-char-choice): New function, factored out from
2592 dired-query and hack-local-variables-confirm.
2593
2594 * dired-aux.el (dired-query):
2595 * files.el (hack-local-variables-confirm): Use it.
2596
2597 * dired-aux.el (dired-compress-file):
2598 * files.el (abort-if-file-too-large, find-alternate-file)
2599 (set-visited-file-name, write-file, backup-buffer)
2600 (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
2601 (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
2602 Use new format string args for y-or-n-p and yes-or-no-p.
2603
7c837933
AS
26042011-01-08 Andreas Schwab <schwab@linux-m68k.org>
2605
2606 * progmodes/compile.el (compilation-error-regexp-alist-alist)
2607 [gcc-include]: Tighten file name match, add match for column
2608 number. (Bug#7806)
6c7ec171 2609 [gnu]: Remove unused group.
7c837933 2610
d0981f82
GM
26112011-01-08 Glenn Morris <rgm@gnu.org>
2612
e7a42417
GM
2613 * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
2614
d0981f82
GM
2615 * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
2616
d43bb7d3
SS
26172011-01-07 Sam Steingold <sds@gnu.org>
2618
2619 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
2620 the `explicit-shell-file-name' because that is the
2621 non-interactive shell.
2622
8c51d2a2
CY
26232011-01-07 Chong Yidong <cyd@stupidchicken.com>
2624
2625 * subr.el (y-or-n-p): Accept format string args.
2626
66b7b0fe
GM
26272011-01-07 Glenn Morris <rgm@gnu.org>
2628
2629 * Makefile.in (EMACSOPT): Add --no-site-lisp.
2630
1e004a83
KM
26312011-01-06 Ken Manheimer <ken.manheimer@gmail.com>
2632
66b7b0fe 2633 * allout.el (allout-back-to-current-heading): Ensure return to
1e004a83 2634 the visible containing topic, rather than a collapsed one.
66b7b0fe 2635 (allout-view-change-hook): Remove hook that was deprecated long ago.
1e004a83
KM
2636 (allout-exposure-change-hook): Remove documentation remarks
2637 concerning removed allout-view-change-hook.
2638 (allout-flag-region): Remove invocation of and documentation
2639 remarks concerning allout-view-change-hook.
2640
b0a8e46b
GM
26412011-01-06 Glenn Morris <rgm@gnu.org>
2642
2643 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
2644 (vc-bzr-annotate-extract-revision-at-line):
2645 Handle authors with embedded spaces. (Bug#7792)
2646
875c044a
TH
26472011-01-05 Tassilo Horn <tassilo@member.fsf.org>
2648
2649 * doc-view.el (doc-view-image-width): New variable.
2650 (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
2651 backend for PNG images, and do dynamic rescaling instead of
2652 reconverting the whole doc.
2653
1f6f7722
GM
26542011-01-05 Glenn Morris <rgm@gnu.org>
2655
2656 * emacs-lisp/rx.el (rx-repeat): Replace CL function.
2657
e9e68fda
KM
26582011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
2659
4896e8fc 2660 * allout.el: Reconcile with changes in line movement behavior for
e9e68fda
KM
2661 long text lines that cross more than a single physical window
2662 line, ie when truncate-lines is nil.
e9e68fda
KM
2663 (allout-next-visible-heading): Provide for change in line-move
2664 behavior on long lines when truncate-lines is nil. In that case,
2665 line-move can wind up on the same textual line when it moves to
2666 the next window line, and moving to the bullet position after the
2667 move yields zero advancement. Add logic to detect and compensate
2668 for the lack of progress.
2669 (allout-current-topic-collapsed-p): move-end-of-line respect for
2670 field boundaries is different when operating with body lines
2671 shorter than window width versus ones greater than window width,
2672 which can yield false negatives in this function. Avoid
2673 difference by applying move-end-of-line while field-text-motion is
2674 inhibited.
2675
3f1b6eb2
GM
26762011-01-04 Glenn Morris <rgm@gnu.org>
2677
2678 * textmodes/rst.el (rst-compile-toolsets):
2679 Add pdf and s5 to option alist.
2680
6388924a
MA
26812011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2682
7973bcea 2683 * net/dbus.el (dbus-register-property): Add optional parameter
6388924a
MA
2684 dont-register-service. Updated docstring accordingly.
2685
c3e4b003
AS
26862011-01-04 Andreas Schwab <schwab@linux-m68k.org>
2687
2688 * textmodes/rst.el (rst-compile-pdf-preview)
2689 (rst-compile-slides-preview): Remove extra line.
2690
ef4271fe
GM
26912011-01-04 Glenn Morris <rgm@gnu.org>
2692
2693 * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
2694 Add `pdf' and `s5' entries. Use `prog.py' if found, otherwise
2695 default to `prog' without a .py extension.
2696 (rst-compile-pdf-preview, rst-compile-slides-preview):
2697 Use program names from rst-compile-toolsets, rather than hard-coding.
2698 (rst-portable-mark-active-p): Fix presumed typo.
2699
7c420169 27002011-01-02 Eli Zaretskii <eliz@gnu.org>
01e62600 2701
7c420169 2702 * term/w32-win.el (dynamic-library-alist): Set up correctly for
5be1c984
EZ
2703 libpng versions both before and after 1.4.0. (Bug#7716)
2704
7c420169 27052011-01-02 Eli Zaretskii <eliz@gnu.org>
2d34d523 2706
6491af11
EZ
2707 * time.el (display-time-mode): Mention display-time-interval in
2708 the doc string. (Bug#7713)
2709
7c420169 27102011-01-02 Kenichi Handa <handa@m17n.org>
8258ae3f
KH
2711
2712 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
2713 condition-case and return an error message string if something
2714 goes wrong.
2f952059 2715 (rmail-show-mime): Adjust for the above change. Insert the
8258ae3f
KH
2716 header by rmail-mime-insert-header.
2717
7c420169 27182011-01-02 Kenichi Handa <handa@m17n.org>
186f7f0b
KH
2719
2720 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
2721 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
2722 (rmail-mime-mbox-buffer)
2723 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
2724 (rmail-mime-entity): Argument changed. All codes handling an
2725 entity object are changed.
2f952059 2726 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
186f7f0b
KH
2727 the above change.
2728 (rmail-mime-entity-children, rmail-mime-entity-handler)
2729 (rmail-mime-entity-tagline): New functions.
2730 (rmail-mime-message-p): New function.
2731 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
2732 (rmail-mime-entity-segment, rmail-mime-next-item)
2733 (rmail-mime-previous-item, rmail-mime-shown-mode)
2734 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
2735 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
2f952059
ML
2736 (rmail-mime-insert-tagline, rmail-mime-insert-header):
2737 New functions.
186f7f0b
KH
2738 (rmail-mime-text-handler): Call rmail-mime-insert-text.
2739 (rmail-mime-insert-decoded-text): New function.
2740 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
2741 (rmail-mime-insert-image): Argument changed. Caller changed.
2742 (rmail-mime-image): Call rmail-mime-toggle-hidden.
b762841f 2743 (rmail-mime-set-bulk-data): New function.
186f7f0b
KH
2744 (rmail-mime-insert-bulk): Argument changed.
2745 (rmail-mime-multipart-handler): Return t.
2f952059
ML
2746 (rmail-mime-process-multipart): Argument changed.
2747 Handle "multipart/alternative" here.
186f7f0b
KH
2748 (rmail-mime-process): Argument changed.
2749 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
2750 (rmail-mime-insert): Argument changed. Handle raw display mode.
2751 (rmail-mime): Argument changed. Handle toggling of raw display
2752 mode.
2753 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
2754 rmail-mime-view-buffer.
2755 (rmail-insert-mime-forwarded-message): Likewise.
2756 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
2757
2758 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
2759 non-nil, handle the header in rmail-show-mime-function.
2760
7c420169 27612011-01-02 Leo <sdl.web@gmail.com>
e1a23575 2762
7c420169 2763 * help-fns.el (describe-variable): Fix previous change.
e1a23575 2764
7c420169 27652011-01-02 Juri Linkov <juri@jurta.org>
957e5dd1
JL
2766
2767 * isearch.el (isearch-lazy-highlight-error): New variable.
2768 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
2769 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
2770 to the current value of `isearch-error' (Bug#7468).
2771
7c420169 27722011-01-02 Chong Yidong <cyd@stupidchicken.com>
3c505d31
CY
2773
2774 * help-fns.el (describe-variable): Don't emit trailing whitespace
2775 (Bug#7511).
2776
7c420169 27772011-01-02 Chong Yidong <cyd@stupidchicken.com>
c1cf05f4
CY
2778
2779 * textmodes/rst.el (rst-compile-pdf-preview)
2780 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
2781
7c420169 27822011-01-02 Kevin Gallagher <Kevin.Gallagher@boeing.com>
c8cbbe27
KG
2783
2784 * emulation/edt-mapper.el: Override mapping of function keys so
2785 that the later call to read-key-sequence works.
2786
7c420169 27872011-01-02 Eli Zaretskii <eliz@gnu.org>
95e4cc85
EZ
2788
2789 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
2790 Unix EOLs. (Bug#7589)
2791
7c420169
CY
27922011-01-02 Leo <sdl.web@gmail.com>
2793
2794 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
2795 if point is not behind eshell-last-output-end (Bug#7585).
2796
27972011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
2798
2799 * files.el (file-local-variables-alist):
2800 Make permanent-local (bug#7767).
2801
28022011-01-02 Glenn Morris <rgm@gnu.org>
2803
2804 * version.el (emacs-copyright): Set short copyright year to 2011.
2805
28062011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2807
2808 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
2809 an existing temp buffer. (Bug#7746)
2810
28112011-01-02 Glenn Morris <rgm@gnu.org>
2812
2813 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
2814 multiple addresses. (Bug#7760)
2815
fb9a573a
KM
28162011-01-01 Ken Manheimer <ken.manheimer@gmail.com>
2817
e9e68fda 2818 * allout.el (allout-auto-fill): Do not infinitely recurse - use
fb9a573a
KM
2819 do-auto-fill if everything points back to allout-auto-fill.
2820 (allout-mode-deactivate-hook): Declare obsolete, in favor of
2821 standard-formed minor-mode deactivate hook, allout-mode-off-hook.
2822
8d68c659
MA
28232010-12-31 Michael Albinus <michael.albinus@gmx.de>
2824
2825 * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
2826 and "scpx".
2827
291cc045
TH
28282010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2829
2830 * doc-view.el (doc-view-set-doc-type): New function refactored
2831 from doc-view-mode.
2832 (doc-view-fallback-mode): New function.
2833 (doc-view-mode): Use it.
2834 (doc-view-mode-maybe): New function that checks if doc-view-mode
2835 can be used and falls back to the next best mode otherwise.
2836
2837 * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
2838 DVI, OpenDocument, and MS Office files.
2839
8ee2dc5c
AS
28402010-12-30 Andreas Schwab <schwab@linux-m68k.org>
2841
2842 * emacs-lisp/rx.el (rx-syntax): Fix typo.
2843
f9e68477
TH
28442010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2845
2846 * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
2847 on a copy of auto-mode-alist, because that deletes with side
2848 effects.
2849
ad727c81
TH
28502010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2851
7973bcea
SM
2852 * doc-view.el (doc-view-mode, doc-view-toggle-display):
2853 Use normal-mode without doc-view-mode bindings in auto-mode-alist as
ad727c81
TH
2854 fallback instead of hard coding fundamental mode.
2855
b71b7803
TH
28562010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2857
2858 * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
2859 Office) files also for searching.
2860
95e16d17
TH
28612010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2862
2863 * doc-view.el: Implement viewing of OpenDocument (and Microsoft
2864 Office) files. Not yet enabled via auto-mode-list.
2865 (doc-view-unoconv-program): New custom variable.
2866 (doc-view-mode-p): Handle new odf document type.
2867 (doc-view-odf->pdf): New conversion function.
2868 (doc-view-convert-current-doc): Call it for odf files.
2869 (doc-view-mode): Recognize newly supported file extensions.
2870
b191c9d9
MA
28712010-12-30 Michael Albinus <michael.albinus@gmx.de>
2872
2873 * net/tramp.el (tramp-default-method-alist)
2874 (tramp-default-user-alist)
2875 (tramp-local-host-regexp, tramp-prefix-domain-format)
2876 (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
2877
2878 * net/tramp-ftp.el:
2879 * net/tramp-gvfs.el:
2880 * net/tramp-gw.el:
2881 * net/tramp-imap.el:
2882 * net/tramp-sh.el:
2883 * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
2884 code of `tramp-default-method-alist' and `tramp-default-user-alist'.
2885
6e457cc9
KF
28862010-12-29 Karl Fogel <kfogel@red-bean.com>
2887
2888 * saveplace.el (save-place-alist-to-file): Save list sorted and
2889 pretty-printed, so that it is mergeable by line-based text merging,
2890 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
2891
fb9a573a
KM
28922010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
2893
e9e68fda 2894 * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
fb9a573a
KM
2895 (allout-mode): Argument "toggle" => "force".
2896 Refine the docstring.
2897 Remove special provisions for reactivation, besides the 'force'
2898 argument.
2899 Consolidate layout provisions coce directly into the activation
2900 condition branch, now that we've removed those provisions.
2901 (allout-unload-function): Explicitly activate the mode before
2902 deactivating, if it's initially deactivated.
2903 (allout-set-buffer-multibyte): Properly prevent byte-compiler
2904 warnings for version of function used only where
2905 set-buffer-multibyte is unavailable.
2906
c940c054
CY
29072010-12-28 Chong Yidong <cyd@stupidchicken.com>
2908
2909 * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
2910 are handled by the menu-bar entries. As before, don't use
2911 :visibile to avoid changing the tool-bar.
2912
4c145d5d
MA
29132010-12-27 Michael Albinus <michael.albinus@gmx.de>
2914
2915 * net/secrets.el (secrets-delete-alias): New defun.
2916
fe99f704
MA
29172010-12-27 Michael Albinus <michael.albinus@gmx.de>
2918
2919 * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
2920 methods, otherwise ~/.ssh/config would be ignored.
2921
723ee192
SM
29222010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
2923
2924 * emacs-lisp/rx.el: Make it a superset of sregex.
2925 (rx-constituents): Add `any => "."', mark `repeat' as taking any number
2926 of args, add `regex' alias.
2927 (rx-info): Add arg to distinguish head and standalone forms.
2928 (rx-check, rx-form): Pass the corresponding arg.
2929 (rx-**): Simplify.
2930 (rx-repeat): Make it work for any number of args.
2931 (rx-syntax): Make it accept syntax chars as is.
2932 * obsolete/sregex.el: Move from emacs-lisp/.
2933 * emacs-lisp/re-builder.el: Remove sregex support.
2934 * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
2935
e77714da
EZ
29362010-12-25 Eli Zaretskii <eliz@gnu.org>
2937
2938 * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
2939 PRIMARY first, then the clipboard. (Bug#7699)
2940
17870c01
SM
29412010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
2942
2943 * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
2944 print-number-table.
2945
6bfa51ba
CY
29462010-12-21 Chong Yidong <cyd@stupidchicken.com>
2947
d78cdcf7
CY
2948 * help-fns.el (find-lisp-object-file-name): Locate .emacs from
2949 .emacs.elc (Bug#7530).
2950
6bfa51ba
CY
2951 * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
2952 image spec (Bug#7480).
2953
9d9cfd53
DU
29542010-12-21 Daiki Ueno <ueno@unixuser.org>
2955
2956 * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
723ee192
SM
2957 * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
2958 Move from lisp/.
9d9cfd53 2959
adc0b793
JD
29602010-12-20 Leo <sdl.web@gmail.com>
2961
2962 * dnd.el (dnd-get-local-file-name): Unhex of file name shall
2963 always be performed (Bug#7680).
2964
778ca437
CY
29652010-12-20 Chong Yidong <cyd@stupidchicken.com>
2966
3f95d7ff
CY
2967 * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
2968 (menu-bar-edit-menu): Bind "Copy" to kill-ring-save. Don't use
2969 mouse-region-match.
778ca437 2970
3f95d7ff 2971 * color.el: Move from gnus/.
94975270 2972
f48fdaad
CY
2973 * vc/diff.el (diff-better-file-name): Function deleted.
2974 abbreviating file names causes problems with shell-quote-argument.
94975270
CY
2975 (diff-no-select): Just use expand-file-name.
2976
2977 * tool-bar.el (tool-bar--image-expression): New function.
2978 (tool-bar-local-item, tool-bar--image-exp): Use it.
2979 (tool-bar-setup): Initialize tool-bar-separator-image-expression.
2980 Use :enable instead of :visible to avoid changing the tool-bar
2981 configuration unnecessarily.
2982
2983 * info.el (info-tool-bar-map): Add separators.
2984
2e306b39
KB
29852010-12-17 Ken Brown <kbrown@cornell.edu>
2986
2987 * loadup.el: Use version numbers in Cygwin build.
2988
395542c6
RT
29892010-12-17 Ryan Twitchell <metatheorem@gmail.com> (tiny change)
2990
2991 * ido.el (ido-file-internal): Ask for confirmation before
2992 overwriting an existing file (Bug#1238).
2993
4039c786
CY
29942010-12-16 Chong Yidong <cyd@stupidchicken.com>
2995
2996 * tool-bar.el (tool-bar-setup): Add separators.
2997
2998 * menu-bar.el (featurep): Use menu-bar-separator.
2999
45720dc3
GM
30002010-12-16 Ken Manheimer <ken.manheimer@gmail.com>
3001
3002 Migrate allout encryption provisions from pgg to epg.
3003
3004 * allout.el (allout-toggle-current-subtree-encryption)
3005 (allout-toggle-subtree-encryption): Adjust docstrings to reflect
3006 defaulting policy and other changes. Change fetch-pass to keymode-cue,
3007 for simpler universal argument interpretation.
35f52ed6 3008 (allout-toggle-subtree-encryption): Adjust docstring to describe
45720dc3
GM
3009 changed encryption provisions. Change fetch-pass to keymode-cue, for
3010 simpler universal argument interpretation. Remove provisions for
3011 handling key type and identity - they'll all be within
3012 allout-encrypt-string or epg/epg or even contained all the way in gpg.
3013 (allout-encrypt-string): Include keymode-cue, for optionally prompting
3014 for keypair recipients (universal argument > 1) and, in addition,
3015 associating the specified recipients with the outline (universal
3016 argument > 4) using a file local variable setting for
3017 'epa-file-encrypt-to'.
3018 Require epa, for recipients handling.
3019 Change how regexp filtering elements are named.
3020 Describe the problem with caching of incorrect symmetric-decryption
3021 keys.
3022 Use the epa-passphrase-callback-function, in case the user is using
3023 GnuPG v1.
3024 Support saving of the selected keypair recipients when invoked with a
3025 keymode-cue > 4.
3026 Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
3027 Require 'epa.
3028 Establish epg-context with armoring and default epg-protocol.
3029 Remove all passphrase cache, verification, and hinting code.
3030 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
3031 No longer used, delete.
3032 (allout-mode): Adjust docstring to describe changed encryption
3033 provisions. Describe the problem with caching of incorrect
3034 symmetric-decryption keys.
3035 (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
3036 (allout-make-passphrase-state, allout-passphrase-state-passphrase)
3037 (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
3038 (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
3039 Obsolete, remove.
3040
33088bed
DU
30412010-12-16 Daiki Ueno <ueno@unixuser.org>
3042
3043 * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
3044 key selection prompt; make 'silent as default (Bug#7487).
3045
bfc49a5b
LL
30462010-12-16 Leo <sdl.web@gmail.com>
3047
7973bcea
SM
3048 * eshell/eshell.el (eshell-directory-name):
3049 Use locate-user-emacs-file (Bug#7578).
bfc49a5b 3050
68251e16
GM
30512010-12-15 Glenn Morris <rgm@gnu.org>
3052
3053 * loadup.el (symbol-file-load-history-loaded): Remove; unused.
3054
99f053cf 30552010-12-15 Jari Aalto <jari.aalto@cante.net>
01c35094 3056 Scott Evans <gse@antisleep.com>
99f053cf
JA
3057
3058 * rect.el (rectange--default-line-number-format)
3059 (rectangle-number-line-callback): New functions.
3060 (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
3061
5614fd56
CY
30622010-12-15 Chong Yidong <cyd@stupidchicken.com>
3063
3064 * rect.el (operate-on-rectangle-lines, string-rectangle-string):
3065 Delete unused variables.
3066 (move-to-column-force): Remove function obsolete since 21.2.
3067
d68b0220
MA
30682010-12-14 Michael Albinus <michael.albinus@gmx.de>
3069
3070 * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
3071 (tramp-handle-insert-file-contents): Do not set permanent-local
3072 property.
3073
7973bcea
SM
3074 * net/tramp-cache.el (tramp-persistency-file-name):
3075 Use `locate-user-emacs-file' if fboundp.
d68b0220
MA
3076
3077 * net/tramp-sh.el (tramp-methods): Add "ksu".
3078 (tramp-default-user-alist): Add "ksu". Use `regexp-opt' for
3079 method list.
3080
0273f794
GM
30812010-12-14 Glenn Morris <rgm@gnu.org>
3082
ab274982
GM
3083 * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
3084 (find-tag-marker-ring): Declare.
3085 (js-find-symbol): Require etags.
3086
e758216c
GM
3087 * mail/sendmail.el: Don't require rmail or mailalias when compiling.
3088 Require mail-utils.
3089 (mail-alias-file): Don't autoload. Doc fix.
3090 (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
3091 (mail-mailer-swallows-blank-line): Default to nil. Doc fix.
3092 Mark as obsolete, and risky.
3093 (mail-setup): Simplify.
3094
53aff12a
GM
3095 * mail/mailalias.el (build-mail-aliases): Make it interactive.
3096 * mail/sendmail.el (build-mail-aliases): Update autoload.
3097
aae4b48c
GM
3098 * dired.el (dired-trivial-filenames, dired-chown-program)
3099 (dired-auto-revert-buffer): Remove autoload cookies.
3100 * mail/sendmail.el (mail-recover-1): Require 'dired.
3101
bff7c1ad
GM
3102 * dired.el (dired-subdir-switches, dired-chown-program)
3103 (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
3104 Make into defcustoms.
3105 (dired-chown-program): Simplify initialization.
3106
0273f794
GM
3107 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
3108
bc557672
RF
31092010-12-13 Romain Francoise <romain@orebokech.com>
3110
3111 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
3112
7410c270
G
31132010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3114
3115 * net/netrc.el (netrc-point-at-eol): Remove the unused
3116 netrc-point-at-old and netrc-bound-and-true-p bindings.
3117 (netrc-parse): Cache the netrc contents.
3118
f49d1f52 31192010-12-13 Eli Zaretskii <eliz@gnu.org>
11aad4e9
EZ
3120
3121 * subr.el (posn-col-row): Evaluate header-line-format in the
3122 context of the POSITION window's buffer.
3123
f49d1f52 31242010-12-13 Glenn Morris <rgm@gnu.org>
5612fd08
GM
3125
3126 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
3127 (with-silent-modifications): Doc fixes.
3128
f49d1f52 31292010-12-13 Michael Albinus <michael.albinus@gmx.de>
158d5945
MA
3130
3131 * net/tramp.el (tramp-action-password, tramp-process-actions):
d68b0220 3132 Revert previous from. Use `save-restriction'.
158d5945 3133
f49d1f52 31342010-12-13 Stephen Berman <stephen.berman@gmx.net>
81ced43d
SB
3135
3136 * calendar/diary-lib.el (diary-list-sexp-entries):
3137 Handle case of no newline at end of file. (Bug#7536)
3138
f49d1f52 31392010-12-13 Glenn Morris <rgm@gnu.org>
b2364eaa
GM
3140
3141 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
3142
f49d1f52 31432010-12-13 Michael Albinus <michael.albinus@gmx.de>
32802ee1 3144
f49d1f52 3145 * net/tramp.el (tramp-action-password): Delete region, do not narrow.
32802ee1 3146 (tramp-process-actions): Do not widen.
d68b0220 3147
f49d1f52
SM
3148 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3149 Protect buffer-modified value. (Bug#7557)
32802ee1 3150
f49d1f52 31512010-12-13 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
da9123a8
JM
3152
3153 * log-edit.el (log-edit-changelog-entries):
3154 Regexp quote filename. (Bug#7505)
3155
f49d1f52 31562010-12-13 Tom Breton <tehom@panix.com>
478834e6
TB
3157
3158 * cus-edit.el (custom-save-all):
3159 Bind print-length and print-level to nil. (Bug#7581)
3160
f49d1f52 31612010-12-13 Glenn Morris <rgm@gnu.org>
3c1e62f8 3162
d5e6e0b6
GM
3163 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
3164 Run hooks to update menu contents. (Bug#7586)
3165
3c1e62f8
GM
3166 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
3167 file names, for the sake of MS Windows. (Bug#7588)
3168
f49d1f52 31692010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
b1816a74
SM
3170
3171 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
3172 empty lines without a leading space.
3173
f49d1f52 31742010-12-13 Leo <sdl.web@gmail.com>
86a6e8e0 3175
740af6c9
GM
3176 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
3177 while mapping over marks (Bug#6810).
86a6e8e0 3178
f49d1f52 31792010-12-13 Chong Yidong <cyd@stupidchicken.com>
bc60f4de
CY
3180
3181 * image-dired.el (image-dired-db-file)
3182 (image-dired-temp-image-file, image-dired-gallery-dir)
3183 (image-dired-temp-rotate-image-file): Set default values relative
3184 to image-dired-dir (Bug#7518).
3185
f49d1f52 31862010-12-13 Lawrence Mitchell <wence@gmx.li>
3ecba049
LM
3187
3188 * format.el (format-decode-run-method): Pass args FROM and TO, not
3189 point-min and point-max, to shell-command-on-region (Bug#7488).
3190
f49d1f52 31912010-12-13 Jan Djärv <jan.h.d@swipnet.se>
0afb6242
JD
3192
3193 * frame.el (blink-cursor-mode): Make default t for ns.
3194
f49d1f52 31952010-12-13 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
5eae900e
BR
3196
3197 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3198
f49d1f52 31992010-12-13 Chong Yidong <cyd@stupidchicken.com>
74194465 3200
637c2c43
CY
3201 * comint.el (comint-dynamic-list-input-ring)
3202 (comint-dynamic-complete-filename)
3203 (comint-replace-by-expanded-filename)
3204 (comint-dynamic-simple-complete)
3205 (comint-dynamic-list-filename-completions)
3206 (comint-dynamic-list-completions): Doc fix (Bug#7499).
3207
74194465
CY
3208 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
3209 Doc fix (Bug#7471).
3210
f49d1f52 32112010-12-13 Martin Rudalics <rudalics@gmx.at>
6ed96c33
MR
3212
3213 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
3214 (Bug#7533).
3215
01c35094 32162010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
11cb1e35
MB
3217
3218 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
3219 (Bug#7491).
3220
f49d1f52 32212010-12-13 Eli Zaretskii <eliz@gnu.org>
2472c214
EZ
3222
3223 * files.el (file-relative-name): Handle UNC file names on
3224 DOS/Windows. (Bug#4674)
3225
f49d1f52 32262010-12-13 Daiki Ueno <ueno@unixuser.org>
f9fe1af9
DU
3227
3228 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3229 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3230 (epg-context-set-passphrase-callback): Mention that the callback
3231 is not called when used with GnuPG 2.x.
3232
f49d1f52 32332010-12-13 Glenn Morris <rgm@gnu.org>
ff80efe7
GM
3234
3235 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
3236 Ensure ps-footer-font-size-internal is initialized.
3237 Call ps-get-page-dimensions before trying to use ps-font-for-text.
3238
f49d1f52 32392010-12-13 Kenichi Handa <handa@m17n.org>
7e116860
KH
3240
3241 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
3242 within condition-case.
3243 (rmail-show-mime): Don't use condition-case.
3244 (rmail-search-mime-message): New function.
3245 (rmail-search-mime-message-function): Set to
3246 rmail-search-mime-message.
3247
f49d1f52 32482010-12-13 Leo <sdl.web@gmail.com>
bd794450 3249
0fdd1db7 3250 * ido.el (ido-common-initialization): New function. (bug#3274)
bd794450
LL
3251 (ido-mode): Use it.
3252 (ido-completing-read): Call it.
3253
fdbb4d85
KF
32542010-12-12 Karl Fogel <kfogel@red-bean.com>
3255
3256 * bookmark.el (bookmark-name-from-full-record): Rename back to
3257 this original name from `bookmark-name-from-record' reverting part
3258 of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
3259 As Drew Adams pointed out, there was no reason to cause churn for
2cf429d0 3260 third-party callers. (Bug#7609)
fdbb4d85 3261
0e5cf2b8
AM
32622010-12-12 Alan Mackenzie <acm@muc.de>
3263
3264 * progmodes/cc-engine.el (c-forward-type): Before scanning a
3265 template arglist, check that the current language supports this.
3266
6961d41c
GM
32672010-12-11 Glenn Morris <rgm@gnu.org>
3268
2b404597
GM
3269 * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
3270 state of the file matches. (Bug#7544)
3271 (vc-bzr-register, vc-bzr-checkin)
3272 (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
3273 (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
3274
6961d41c
GM
3275 * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
3276
1e5d2a04
KK
32772010-12-11 Karel Klíč <kklic@redhat.com>
3278
3279 * files.el (auto-mode-alist): Use html-mode for *.xhtml. (Bug#7606)
3280
175069ef
SM
32812010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3282
3283 Derive from prog-mode, use derived-mode-p, and fix up various
3284 minor style issues in lisp/progmodes.
3285
3286 * progmodes/vhdl-mode.el (vhdl-mode):
3287 * progmodes/verilog-mode.el (verilog-mode):
3288 * progmodes/vera-mode.el (vera-mode):
3289 * progmodes/sql.el (sql-mode):
3290 * progmodes/scheme.el (scheme-mode):
3291 * progmodes/perl-mode.el (perl-mode):
3292 * progmodes/octave-inf.el (inferior-octave-mode):
3293 * progmodes/autoconf.el (autoconf-mode):
3294 * progmodes/m4-mode.el (m4-mode):
3295 * progmodes/inf-lisp.el (inferior-lisp-mode):
3296 * progmodes/idlwave.el (idlwave-mode):
3297 * progmodes/icon.el (icon-mode):
3298 * progmodes/idlw-help.el (idlwave-help-mode):
3299 * progmodes/dcl-mode.el (dcl-mode):
3300 * progmodes/idlw-shell.el (idlwave-shell-mode):
3301 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
3302 (ebrowse-member-mode, ebrowse-electric-position-mode):
3303 Use define-derived-mode.
3304
3305 * progmodes/xscheme.el (exit-scheme-interaction-mode)
3306 (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
3307 (xscheme-debugger-mode-p, xscheme-send-string-1):
3308 * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
3309 (tcl-load-file, tcl-restart-with-file):
3310 * progmodes/ps-mode.el (ps-run-running):
3311 * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
3312 * progmodes/js.el (js--get-all-known-symbols):
3313 * progmodes/inf-lisp.el (inferior-lisp-proc):
3314 * progmodes/idlwave.el (idlwave-beginning-of-statement)
3315 (idlwave-template, idlwave-update-buffer-routine-info)
3316 (idlwave-update-current-buffer-info)
3317 (idlwave-get-routine-info-from-buffers, idlwave-choose)
3318 (idlwave-scan-class-info, idlwave-fix-keywords)
3319 (idlwave-list-buffer-load-path-shadows):
3320 * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
3321 (idlwave-toolbar-remove):
3322 * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
3323 (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
3324 (idlwave-shell-menu-def):
3325 * progmodes/idlw-complete-structtag.el
3326 (idlwave-prepare-structure-tag-completion):
3327 * progmodes/gud.el (gud-set-buffer):
3328 * progmodes/f90.el (f90-backslash-not-special):
3329 * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
3330
3331 * progmodes/xscheme.el (xscheme-start)
3332 (local-set-scheme-interaction-buffer, scheme-interaction-mode):
3333 * progmodes/which-func.el (which-function):
3334 * progmodes/vhdl-mode.el (vhdl-set-style):
3335 * progmodes/verilog-mode.el (verilog-set-compile-command)
3336 (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
3337 (verilog-set-define, verilog-auto-reeval-locals):
3338 * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
3339 * progmodes/simula.el (simula-mode):
3340 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
3341 * progmodes/python.el (python-check, python-mode):
3342 * progmodes/prolog.el (prolog-mode-variables):
3343 * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
3344 * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
3345 * progmodes/delphi.el (delphi-mode):
3346 * progmodes/cc-styles.el (c-setup-paragraph-variables):
3347 * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
3348 (c-font-lock-init): Move make-local-variable to their setq.
3349
3350 * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
3351 (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
3352 make-local-hook.
3353 * progmodes/sh-script.el (sh-require-final-newline): Remove.
3354 (sh-set-shell): Don't set require-final-newline since it's already done
3355 by prog-mode.
3356 * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
3357 since we never set it.
3358 * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
3359 Use read-string and standard prompt.
3360 * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
3361 * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
3362 (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
3363 (meta-common-mode-map): Rename from meta-mode-map.
3364 Remove C-m binding, which is a user preference, not mode specific.
3365 (meta-common-mode): New major mode; replace meta-common-initialization.
3366 * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
3367 around with font-lock.
3368 * progmodes/etags.el (select-tags-table-mode):
3369 Derive from special-mode.
3370 * progmodes/octave-mod.el (octave-mode):
3371 * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
3372 (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
3373 (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
3374 Let define-derived-mode do its job.
3375 * progmodes/cpp.el (cpp-edit-mode-map):
3376 Move initialization into declaration.
3377 (cpp-edit-mode): Use define-derived-mode.
3378 (cpp-edit-load): Use derived-mode-p.
3379 * progmodes/mixal-mode.el (mixal-mode):
3380 * progmodes/f90.el (f90-mode):
3381 * progmodes/cfengine.el (cfengine-mode): Don't bother setting
3382 require-final-newline since prog-mode does it already.
3383 * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
3384 * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
3385 * progmodes/antlr-mode.el: Require cc-mode upfront.
3386 (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
3387 the declaration.
3388 (antlr-directory-dependencies, antlr-show-makefile-rules):
3389 Use derived-mode-p.
3390 (antlr-language-option): Don't assume point-min==1.
3391 (antlr-mode): Use define-derived-mode.
3392 * progmodes/ada-mode.el: Use derived-mode-p.
3393 (ada-mode): Use define-derived-mode.
3394 Use hack-local-variables-hook.
3395
61f91c04
SM
33962010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3397
3398 * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
3399 (texinfo-mode): Don't disable adaptive-fill-mode.
3400 (texinfo-insert-block): Adjust cursor placement for blocks with arg.
3401 (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
3402 (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
3403 (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
3404 (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
3405 (texinfo-insert-@quotation, texinfo-insert-@samp)
3406 (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
3407 (texinfo-insert-@uref): Use define-skeleton.
3408 (texinfo-insert-@-with-arg): Delete.
3409
72a44673
EZ
34102010-12-10 Eli Zaretskii <eliz@gnu.org>
3411
3412 * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
3413 nil, do quote archive member names. (Bug#6144)
3414
ab540f59
GM
34152010-12-10 Glenn Morris <rgm@gnu.org>
3416
66f782de
GM
3417 * files.el (diff-no-select): Declare.
3418
e554b3f8
GM
3419 * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
3420 (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
3421
ab540f59
GM
3422 * comint.el (comint-input-ring-file-name): Doc fix.
3423
f68ab99b
EZ
34242010-12-09 Eli Zaretskii <eliz@gnu.org>
3425
3426 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
3427 New functions.
61f91c04
SM
3428 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
3429 Use them instead of `nil' and `>', respectively.
f68ab99b
EZ
3430 (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
3431 instead of `nil'.
3432 (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
3433 and menu-bar-positive-p instead of `nil' and `>', respectively.
3434 (Bug#1077)
3435
650453a9
VJL
34362010-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3437
3438 * whitespace.el (whitespace-newline-mode): Code fix.
3439
28d5de72
GM
34402010-12-09 Glenn Morris <rgm@gnu.org>
3441
3442 * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
3443 Rename functions without commas, update callers.
3444
b596d50d 34452010-12-08 Jeff Dairiki <dairiki@dairiki.org> (tiny change)
16498102 3446
b596d50d
GM
3447 * whitespace.el (whitespace-cleanup-region):
3448 Clean up spaces before tabs. (Bug#7582)
16498102 3449
eff37c5e
KF
34502010-12-08 Karl Fogel <kfogel@red-bean.com>
3451
3452 * bookmark.el: Adjust parameter names and doc strings to resolve
3453 confusion over whether "bookmark" meant a bookmark name or a
3454 bookmark record. Along the way, shorten one function's name for
3455 similar reasons. (Issue #7548)
3456 (bookmark-name-from-record): New name for
3457 `bookmark-name-from-full-record'. All callers changed.
3458 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3459 (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
3460 (bookmark-get-annotation, bookmark-set-annotation)
3461 (bookmark-get-filename, bookmark-set-filename)
3462 (bookmark-get-position, bookmark-set-position)
3463 (bookmark-get-front-context-string, bookmark-set-front-context-string)
3464 (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
3465 (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
3466 (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
3467 Rename `bookmark' parameter to `bookmark-name-or-record', to
3468 clearly show its role, and shorten or adjust doc strings accordingly.
3469 (bookmark-set-name): Same, and pass the parameter directly to
3470 `bookmark-get-bookmark' instead of redundantly doing the callee's work.
3471 (bookmark-default-annotation-text, bookmark-send-edited-annotation)
3472 (bookmark-relocate, bookmark-insert-location, bookmark-insert)
3473 (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
3474 and in some cases shorten doc string accordingly.
3475 (bookmark-rename): Change `old' and `new' parameters to `old-name'
3476 and `new-name', and adjust an internal variable to avoid confusion.
3477 (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
3478 parameter in doc string.
3479
5fe9ebd1
GM
34802010-12-08 Glenn Morris <rgm@gnu.org>
3481
ac8331a7
GM
3482 * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
3483 from gdb's history file. (Bug#7575)
3484
5fe9ebd1
GM
3485 * mail/emacsbug.el (report-emacs-bug):
3486 Try to handle some other mail clients.
3487
33cf0fb2
SM
34882010-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3489
3490 * files.el (dir-locals-collect-variables): Don't let errors stop us.
3491 Use string-prefix-p.
3492 (file-name-version-regexp): New var.
3493 (file-name-sans-versions):
3494 * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
3495 (jka-compr-get-compression-info): Use dolist.
3496 (jka-compr-compression-info-list): Don't bother specifying
3497 version/backup regexps.
3498
11c31b99
TH
34992010-12-07 Tassilo Horn <tassilo@member.fsf.org>
3500
3501 * simple.el (just-one-space): Make argument n default to 1 if
3502 omitted.
3503
a733fc37
SM
35042010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3505
3506 * electric.el (electric-indent-post-self-insert-function):
3507 Delete trailing newlines even if we don't reindent.
3508
88b5a757
DD
35092010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3510
a733fc37
SM
3511 * minibuffer.el (completion-at-point): Remove the `arg'.
3512 * bindings.el (complete-symbol): Move back from minibuffer.el.
3513
35142010-12-06 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3515
88b5a757
DD
3516 * simple.el (just-one-space): Delete newlines for negative arg.
3517
ce327e48
SM
35182010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3519
3520 * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
3521 (ansi-color-filter-apply): Simplify.
3522 (ansi-color-apply): Use `font-lock-face' rather than `face'.
3523
ac73d955
BR
35242010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3525
3526 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3527
8c44f097
CY
35282010-12-04 Chong Yidong <cyd@stupidchicken.com>
3529
3530 * dired.el (dired-use-ls-dired): Set default to a special
3531 "unspecified" value.
3532 (dired-insert-directory): When called the first time, check
3533 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
3534
15af15e5
TO
35352010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
3536
3537 * replace.el: Add "collect" feature to occur.
3538 (occur-collect-regexp-history): New var.
88b5a757
DD
3539 (occur-read-primary-args): Return a replace string for nlines,
3540 if needed.
15af15e5
TO
3541 (occur): Extend the meaning of nlines.
3542
b2e6e5bd
SM
35432010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3544
3545 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
3546 (which-func-update-1): Distinguish symbols from strings.
3547 (which-function): Stay within 80 columns.
3548
ee9355dc
SM
35492010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3550
7f0ea0ff
SM
3551 * subr.el (with-demoted-errors): Distinguish symbols from strings.
3552
ee9355dc
SM
3553 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
3554 Improve docstring.
3555 (comment-style): Use comment-styles's docs to describe values.
3556
3e972d98
JD
35572010-12-03 Jan Djärv <jan.h.d@swipnet.se>
3558
3559 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
3560 and ns-show-prefs (Bug#7535).
3561
3562 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
3563 bindings (Bug#7535).
3564
c879436a
GM
35652010-12-03 Glenn Morris <rgm@gnu.org>
3566
afe27238
GM
3567 * nxml/nxml-mode.el: Require rng-nxml.
3568 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
3569 Remove declarations.
3570
65beee52
GM
3571 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
3572 * nxml/rng-nxml.el, nxml/rng-valid.el:
3573 Remove leading `*' from defcustom docs.
3574
ad961a00
GM
3575 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3576 (normal-top-level-add-to-load-path, tty-handle-args):
3577 Convert comments to basic doc-strings.
3578
c5fd0ab5
GM
3579 * net/browse-url.el (browse-url-url-at-point)
3580 (browse-url-default-browser): Remove autoload cookies.
3581
f62f063d
GM
3582 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3583 Remove more undefined cl functions.
3584
c879436a
GM
3585 * vc/diff.el (diff-sentinel): Make new arguments optional.
3586 * ibuf-ext.el (diff-sentinel): Update declaration.
3587
3721e124
DU
35882010-12-03 Daiki Ueno <ueno@unixuser.org>
3589
3590 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3591 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3592 (epg-context-set-passphrase-callback): Mention that the callback
3593 is not called when used with GnuPG 2.x.
3594
66feec8b
MA
35952010-12-02 Michael Albinus <michael.albinus@gmx.de>
3596
3597 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
3598 (tramp-file-name-port): Check also for `tramp-default-port'.
3599 (tramp-get-connection-name): New defun.
3600 (tramp-get-connection-process): Use it.
3601 (tramp-debug-message): Extend function exclude list.
3602 (tramp-drop-volume-letter): Fix doc string.
3603
3604 * net/tramp-cmds.el: Remove solved todo item.
3605
66feec8b
MA
3606 * net/tramp-ftp.el:
3607 * net/tramp-gvfs.el:
3608 * net/tramp-gw.el:
3609 * net/tramp-imap.el:
3610 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
3611 and `tramp-default-user-alist', respectively.
3612
88b5a757
DD
3613 * net/tramp-gw.el (tramp-gw-open-connection):
3614 Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
66feec8b
MA
3615
3616 * net/tramp-imap.el (tramp-imap-make-iht): Use just
3617 `tramp-file-name-port'.
3618
3619 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
3620 and "psftp". Exchange "%k" marker with options.
3621 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
3622 Compute size of link target.
35f52ed6
JB
3623 (tramp-do-copy-or-rename-file-out-of-band): Move setting of
3624 `tramp-current-*' up due to gateway methods. Optimize computing of
66feec8b
MA
3625 copy arguments. Use `tramp-get-connection-name' and
3626 `tramp-get-connection-buffer'. Improve debug messages.
3627 (tramp-compute-multi-hops): Remove port determination.
3628 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
3629
3630 * net/trampver.el: Update release number.
3631
bd77c2ef
GM
36322010-12-02 Glenn Morris <rgm@gnu.org>
3633
05907bb3
GM
3634 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
3635 Avoid infinite loop over windows. (Bug#7492)
3636
bd77c2ef
GM
3637 * progmodes/flymake.el (flymake-check-file-limit):
3638 Allow nil to mean "no limit".
3639 (flymake-check-patch-master-file-buffer): Update for above change.
3640 Allow a .tex file-name extension to be optional.
3641 (flymake-master-tex-init): Also match \include statements.
3642
f7ca27a1
SS
36432010-11-30 Sam Steingold <sds@gnu.org>
3644
3645 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
3646 (nxml-parent-document-set): A function to set `nxml-parent-document'.
3647 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
3648 (nxml-mode-hook): Remove `defcustom' (auto-defined by
3649 define-derived-mode').
3650 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
3651 users who want to call `nxml-parent-document-set'.
3652
402c8a49
CY
36532010-11-27 Chong Yidong <cyd@stupidchicken.com>
3654
3655 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
3656 stand-alone lines, since that is handled by log-edit-match-to-eoh
3657 (Bug#6465).
3658
d1882ac7
EW
36592010-11-27 Eduard Wiebe <usenet@pusto.de>
3660
3661 * dired.el (dired-get-filename): Replace backslashes with slashes
3662 in file names on MS-Windows, needed by `locate'. (Bug#7308)
3663 * locate.el (locate-default-make-command-line): Don't consider
3664 drive letter and root directory part of
3665 `directory-listing-before-filename-regexp'. (Bug#7308)
3666 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
3667
07976ae3 36682010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
09ffa822
SM
3669
3670 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
3671 of :smie-open/close-alist.
3672 (smie-next-sexp): Make it accept a "start token" as argument.
3673 (smie-indent-keyword): Be careful not to misidentify tokens that span
3674 more than one line, as empty lines. Add argument `token'.
3675
07976ae3 36762010-11-27 Kenichi Handa <handa@m17n.org>
3d9ee611 3677
afde451a
KH
3678 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
3679 multipart subtypes, insert all as usual.
3680
3d9ee611
KH
3681 * mail/rmail.el: Require rfc2047.
3682
07976ae3 36832010-11-27 Kenichi Handa <handa@m17n.org>
d1be4ec2
KH
3684
3685 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
3686 (rmail-mime-entity-disposition)
3687 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
3688 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
3689 (rmail-mime-save): Handle the case that the button's `data' is a
3690 MIME entity.
3691 (rmail-mime-insert-text): New function.
9e0ecdab 3692 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
d1be4ec2
KH
3693 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
3694 (rmail-mime-insert-bulk): New function mostly copied from the old
3695 rmail-mime-bulk-handler.
9e0ecdab
GM
3696 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
3697 (rmail-mime-process-multipart): New function mostly copied from
d1be4ec2
KH
3698 the old rmail-mime-multipart-handler.
3699 (rmail-mime-show): Just call rmail-mime-process.
9e0ecdab 3700 (rmail-mime-process): New function mostly copied from the old
d1be4ec2
KH
3701 rmail-mime-show.
3702 (rmail-mime-insert-multipart, rmail-mime-parse)
3703 (rmail-mime-insert, rmail-show-mime)
3704 (rmail-insert-mime-forwarded-message)
3705 (rmail-insert-mime-resent-message): New functions.
3706 (rmail-insert-mime-forwarded-message-function): Set to
3707 rmail-insert-mime-forwarded-message.
3708 (rmail-insert-mime-resent-message-function): Set to
3709 rmail-insert-mime-resent-message.
3710
3711 * mail/rmailsum.el: Require rfc2047.
3712 (rmail-header-summary): Handle multiline Subject: field.
3713 (rmail-summary-line-decoder): Change the default to
3714 rfc2047-decode-string.
3715
3716 * mail/rmail.el (rmail-enable-mime): Change the default to t.
3717 (rmail-mime-feature): Change the default to `rmailmm'.
3718 (rmail-quit): Delete the specifal code for rmail-enable-mime.
3719 (rmail-display-labels): Likewise.
3720 (rmail-show-message-1): Check rmail-enable-mime, and use
3721 rmail-show-mime-function for a MIME message. Decode the headers
3722 according to RFC2047.
3723
07976ae3 37242010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
33aeea0e
SM
3725
3726 * progmodes/which-func.el (which-func-imenu-joiner-function):
3727 Return a string, as expected.
3728 (which-function-mode): Make sure we stop any previous timer before
3729 starting a new one.
3730
07976ae3 37312010-11-27 Michael Albinus <michael.albinus@gmx.de>
e40fc745
MA
3732
3733 * net/tramp.el (tramp-default-method-alist)
33aeea0e
SM
3734 (tramp-default-user-alist, tramp-default-proxies-alist):
3735 Adapt custom options type. (Bug#7445)
e40fc745 3736
07976ae3 37372010-11-27 Chong Yidong <cyd@stupidchicken.com>
ae3da38a
CY
3738
3739 * progmodes/python.el: Add Ipython support (Bug#5390).
3740 (python-shell-prompt-alist)
3741 (python-shell-continuation-prompt-alist): New options.
3742 (python--set-prompt-regexp): New function.
33aeea0e
SM
3743 (inferior-python-mode, run-python, python-shell):
3744 Require ansi-color. Use python--set-prompt-regexp to set the comint
ae3da38a
CY
3745 prompt based on the Python interpreter.
3746 (python--prompt-regexp): New var.
3747 (python-check-comint-prompt)
3748 (python-comint-output-filter-function): Use it.
3749 (run-python): Use a pipe (Bug#5694).
3750
07976ae3 37512010-11-27 Chong Yidong <cyd@stupidchicken.com>
1d851570
CY
3752
3753 * progmodes/python.el (run-python): Doc fix.
3754 (python-keep-current-directory-in-path): New var (Bug#7454).
3755
07976ae3 37562010-11-27 Chong Yidong <cyd@stupidchicken.com>
76dabd37
CY
3757
3758 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3759 Prompt user before actually printing.
3760
0b839457
GM
37612010-11-27 Glenn Morris <rgm@gnu.org>
3762
3763 * startup.el (package-enable-at-startup, package-initialize):
3764 Remove unnecessary declarations.
3765
96107967
EZ
37662010-11-27 Eli Zaretskii <eliz@gnu.org>
3767
3768 * international/characters.el (glyphless-char-display-control):
3769 Exclude newline and TAB from the c0-control group.
3770
a140ec5f
GM
37712010-11-27 Glenn Morris <rgm@gnu.org>
3772
82445062
GM
3773 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
3774 (expand-mail-aliases): Remove unnecessary autoload.
3775
08b5f072
GM
3776 * allout.el (allout-command-prefix, allout-mode-map): Declare.
3777
e96d4147
GM
3778 * shell.el (shell-dir-cookie-re): Move definition before use.
3779
a140ec5f
GM
3780 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3781 Replace undefined CL functions.
3782
a2249e66
EZ
37832010-11-26 Eli Zaretskii <eliz@gnu.org>
3784
228482b2
EZ
3785 * simple.el (prog-mode): Set bidi-paragraph-direction to
3786 left-to-right.
3787
a2249e66
EZ
3788 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
3789
d01d7b8d
GM
37902010-11-26 Glenn Morris <rgm@gnu.org>
3791
3792 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
3793 diary-outlook-formats can be sensitive to calendar-date-style.
3794 (diary-outlook-formats): Simplify the default setting.
3795 (diary-from-outlook-internal): Pass subject and body as arguments.
3796 Use dolist rather than dotimes. Don't save the diary buffer.
3797 (diary-from-outlook-gnus, diary-from-outlook-rmail):
3798 Pass subject and body as explicit arguments to the -internal function.
3799
b3ea64a3
LMI
38002010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3801
3802 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
3803 parsing them. This makes mailto:...?subject=foo\nbar work.
3804
d5e7b0d8
SM
38052010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3806
3807 * vc/diff.el (diff): Fix last change.
3808
872ab164
SM
38092010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3810
3811 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
3812 (pcase--dontcare-upats): New var.
3813 (pcase-let, pcase-let*): Generate better code.
3814 Accept the same bodies as `let'.
3815 (pcase-dolist): New macro.
3816 (pcase--trivial-upat-p): New helper function.
3817 (pcase--expand): Strip leading "(let nil" if any.
3818
876d1684
LMI
38192010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3820
7bd9b9d8
LMI
3821 * mail/mailclient.el (browse-url): Require.
3822 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
3823 use the external browser function to send the mail (bug#7469).
3824
876d1684
LMI
3825 * net/browse-url.el (browse-url-browser-function): Revert the
3826 default back to the previous value, since the new value broke
3827 mailclient.el.
3828 (browse-url-mailto-function): New variable for mailto: URLs.
3829 (browse-url): Use the new variable for mailto: URLs.
3830
6e13206c
SM
38312010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3832
3833 * eshell/esh-cmd.el (eshell-parse-command):
3834 * eshell/esh-arg.el (eshell-parse-arguments):
3835 * eshell/em-script.el (eshell-source-file):
3836 Use with-silent-modifications.
3837
3d92f44e
CY
38382010-11-23 Chong Yidong <cyd@stupidchicken.com>
3839
3840 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
3841 for a merge location.
3842
3843 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
3844 (vc-bzr-merge-branch): Always prompt.
3845 (vc-bzr-async-command): Use the full branch filename.
3846
8f5f1e68
SM
38472010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3848
3849 * shell.el (shell): Use current-buffer by default if it's already
3850 a shell mode buffer and its process is dead.
ee9355dc 3851 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
8f5f1e68 3852
331460ac
TH
38532010-11-23 Tassilo Horn <tassilo@member.fsf.org>
3854
8f5f1e68
SM
3855 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
3856 Mention that the keywords should be comma separated.
331460ac 3857
2c3160c5
CY
38582010-11-23 Chong Yidong <cyd@stupidchicken.com>
3859
3860 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
3861 Accept optional prefix arg meaning to prompt for a command.
3862 (vc-update): Use vc-BACKEND-pull if available. Accept optional
3863 prefix arg meaning to prompt for a command.
3864 (vc-pull): Alias for vc-update.
3865
3866 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
3867 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
3868 (vc-bzr-merge-branch): New functions, implementing merge-branch
3869 and pull operations.
3870
b2e44819
SM
38712010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3872
8a0eb852
SM
3873 * Makefile.in: Fix up last merge.
3874
b2e44819
SM
3875 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
3876 (diff-sentinel): Get them as arguments instead.
3877 (diff-old-file, diff-new-file, diff-extra-args): Remove.
3878 (diff-file-local-copy, diff-better-file-name): New funs.
3879 (diff-no-select): Rename from diff-into-buffer.
3880 Support buffers additionally to files. Move `buf' arg. Don't display buf.
3881 Prefer closures to buffer-local variables.
3882 (diff): Adjust accordingly.
3883 (diff-buffer-with-file): Move from files.el.
3884 * files.el (diff-buffer-with-file): Move to vc/diff.el.
3885 (diff-buffer-internal): Remove.
3886 (diff-buffer-buffer): Remove.
3887 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
3888 the buffer name used, and so as not to mess up windows and frames.
3889
6a7662bb
BR
38902010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3891
3892 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
3893 (diff-buffer-internal): New function extracted from diff-buffer-with-file
3894 (diff-buffer-with-file): Use it.
3895 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
3896 (diff): Use it.
3897
c799747b
TH
38982010-11-22 Tassilo Horn <tassilo@member.fsf.org>
3899
3900 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
3901 \ref's or \pageref's value as default instead of initial input.
3902
e274eb13
MA
39032010-11-21 Michael Albinus <michael.albinus@gmx.de>
3904
3905 * files.el (backup-by-copying-when-mismatch): The default value is
3906 now t.
3907
3908 * startup.el (normal-top-level):
3909 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
3910 `backup-by-copying-when-mismatch'.
3911
77af54d7
JD
39122010-11-21 Jan Djärv <jan.h.d@swipnet.se>
3913
3914 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
3915
4e2f7d2a
CY
39162010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3917
6a7662bb
BR
3918 * progmodes/python.el (python-font-lock-keywords):
3919 Highlight top-level augmented assignments (Bug#6445).
4e2f7d2a 3920
b7d1e144
JD
39212010-11-21 Jan Djärv <jan.h.d@swipnet.se>
3922
3923 * term/ns-win.el (ns-right-control-modifier)
3924 (ns-right-command-modifier): Defvar them.
3925
3926 * cus-start.el (all): Add ns-right-control-modifier and
3927 ns-right-command-modifier (Bug#7458).
3928
c11cc37a
GM
39292010-11-20 Glenn Morris <rgm@gnu.org>
3930
3931 * emacs-lisp/authors.el (authors-ignored-files)
3932 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
3933
7dcd777e
TH
39342010-11-20 Tassilo Horn <tassilo@member.fsf.org>
3935
3936 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
3937 (report-emacs-bug-parse-query-results)
3938 (report-emacs-bug-create-existing-bugs-buffer): Pass through
3939 keywords used for querying the bug database to show them in the
3940 existing bugs buffer.
3941
d2bd5189
JD
39422010-11-20 Jan Djärv <jan.h.d@swipnet.se>
3943
3944 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
3945
3946 * info.el (info-tool-bar-map): Add some :vert-only keywords.
3947
0e7c0582
EZ
39482010-11-20 Eli Zaretskii <eliz@gnu.org>
3949
3950 * international/characters.el (glyphless-char-display-control):
3951 Make it a defcustom, with update-glyphless-char-display as its
3952 :set attribute.
3953 (top level): Don't call update-glyphless-char-display.
3954
7398933f
MA
39552010-11-20 Michael Albinus <michael.albinus@gmx.de>
3956
3957 Sync with Tramp 2.2.0.
3958
3959 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
3960 `file-remote-p' (due to compatibility).
3961
3962 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
3963 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
3964
3965 * net/trampver.el: Update release number.
3966
1cd64aae
EZ
39672010-11-20 Eli Zaretskii <eliz@gnu.org>
3968
3969 * faces.el (glyphless-char): Define value for `pc'.
3970
614316a7
TH
39712010-11-20 Tassilo Horn <tassilo@member.fsf.org>
3972
26214810
EZ
3973 Implemented a bug querying mechanism.
3974 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
614316a7
TH
3975 (report-emacs-bug-create-existing-bugs-buffer)
3976 (report-emacs-bug-parse-query-results)
26214810 3977 (report-emacs-bug-query-existing-bugs): New functions.
614316a7 3978
9061f667
TH
39792010-11-19 Tassilo Horn <tassilo@member.fsf.org>
3980
3981 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
3982 a \ref{} or \pageref{} macro, then use its value as initial input.
3983
1265829e
JB
39842010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
3985
3986 * calc/calc-units.el (math-build-units-table-buffer):
3987 calc/README: Mention that the TeX specific units won't use the
3988 `tex' prefix in TeX mode.
3989 calc/calc-lang.el (math-variable-table): Don't use the `tex'
3990 prefix for units in TeX mode.
3991
9fca7811
SM
39922010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3993
3994 * simple.el (kill-new, kill-append, kill-region):
76dabd37
CY
3995 * comint.el (comint-kill-region): Make the yank-handler argument
3996 obsolete.
9fca7811 3997
4a47c275 39982010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
88bf1bec 3999
e2f454c4
SM
4000 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
4001 that are both openers (resp. closers) and something else.
4002 (smie-grammar): Loosen definition of valid values.
4003 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
4004 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
4005 (smie-indent-after-keyword): Adjust users.
4006 (smie-indent-keyword): Don't indent empty lines.
4007
88bf1bec
SM
4008 * vc-hg.el (vc-hg-program): New var.
4009 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
4010 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
4011
4a47c275 40122010-11-18 Glenn Morris <rgm@gnu.org>
4c0eb0d3
GM
4013
4014 * emacs-lisp/autoload.el (autoload-find-destination): The function
4015 coding-system-eol-type may return non-numeric values. (Bug#7414)
4016
4a47c275 40172010-11-18 Ulrich Mueller <ulm@gentoo.org>
bf6442c3
UM
4018
4019 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
4020
4a47c275 40212010-11-18 Eli Zaretskii <eliz@gnu.org>
e68afd74
EZ
4022
4023 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
4024
4a47c275 40252010-11-18 Chong Yidong <cyd@stupidchicken.com>
de02effd
CY
4026
4027 * textmodes/picture.el (picture-mouse-set-point): Don't use
4028 posn-col-row; explicitly compute the motion based on the posn at
4029 the window-start (Bug#7390).
4030
4a47c275 40312010-11-18 Glenn Morris <rgm@gnu.org>
f0a698ab
GM
4032
4033 * novice.el (disabled-command-function):
4034 Fix 2009-11-15 change. (Bug#7384)
4035
4a47c275 40362010-11-18 Glenn Morris <rgm@gnu.org>
29f30ab7
GM
4037
4038 * calendar/calendar.el (diary-iso-date-forms): Make elements
4039 mutually exclusive. (Bug#7377)
4040
4a47c275 40412010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
10b40d2e
SM
4042
4043 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
4044 when filling the remaining "unconstrained" values.
4045
4a47c275 40462010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7bea8c7a 4047
acef0722
SM
4048 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
4049 safety predicate.
4050
4051 * files.el (safe-local-variable-p): Gracefully handle errors.
4052
7bea8c7a
SM
4053 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
4054 Use smie-indent-virtual when indenting relative to an opener.
4055 (smie-rule-separator): Use smie-rule-parent.
4056 (smie-indent-keyword): Consult rules, even for openers at bol.
4057 (smie-indent-comment-close): Try to align closer's content.
4058
4a47c275 40592010-11-18 Glenn Morris <rgm@gnu.org>
b010e1ba
GM
4060
4061 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
4062
4a47c275 40632010-11-18 Glenn Morris <rgm@gnu.org>
c790cad4 4064
aa514451
GM
4065 * printing.el (pr-menu-bind): Doc fix.
4066
32b636de
GM
4067 * speedbar.el (speedbar-toggle-images): Doc fix.
4068
bc1d5cdf
GM
4069 * progmodes/python.el (python-shell): Doc fix.
4070
c790cad4
GM
4071 * wid-edit.el (widget-field-use-before-change)
4072 (widget-use-overlay-change): Doc fixes.
4073
c51bb5d2
SM
40742010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4075
8bbb7dd8
SM
4076 Minor cleanup to improve style.
4077 * textmodes/rst.el (rst-update-section): Use point-marker.
4078 (rst-get-decoration): Eliminate unneeded assignment.
4079 (rst-promote-region, rst-straighten-decorations)
4080 (rst-section-tree, rst-adjust): Use point-marker.
4081 (rst-toc-mode-mouse-goto): Avoid setq.
4082 (rst-shift-region-guts, rst-shift-region-left)
4083 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
4084 (rst-convert-bullets-to-enumeration): Use copy-marker.
4085
b7e270a2
SM
4086 * minibuffer.el (completion-fail-discreetly): New var.
4087 (completion--do-completion): Use it.
4088
c51bb5d2
SM
4089 * electric.el (electric-pair-pairs): New var.
4090 (electric-pair-post-self-insert-function): Use it.
4091 (electric-layout-post-self-insert-function): Don't insert a before
4092 newline unless it's actually needed.
4093
c04f2ac0
SM
40942010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4095
bac2de0f
SM
4096 * progmodes/python.el (run-python): Explain why we remove the current
4097 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
4098
c04f2ac0
SM
4099 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
4100
7100ff98
SM
41012010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4102
03f70355
SM
4103 * progmodes/octave-mod.el: Rely on elecric-*-modes.
4104 (octave-mode-map): Don't bind ;, SPC, and LF.
4105 (octave-auto-indent, octave-auto-newline): Remove.
4106 (electric-layout-rules): Declare.
4107 (octave-mode): Set electric-layout-rules.
4108 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
4109 (octave-reindent-then-newline-and-indent, octave-electric-semi)
4110 (octave-electric-space): Remove.
4111
7100ff98
SM
4112 * electric.el (electric-layout-mode): New minor mode.
4113 (electric--after-char-pos): New function.
4114 (electric-indent-post-self-insert-function): Use it.
4115 (electric-layout-rules): New var.
4116 (electric-layout-post-self-insert-function): New function.
4117 (electric-indent-mode): Make them interact better.
4118
cca982d0
SM
41192010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4120
4121 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
4122 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
4123 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
4124
84992dff
AM
41252010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
4126
4127 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
4128 Make sure to check inside the word (Bug#6761).
4129
afa42fe3
CY
41302010-11-14 Chong Yidong <cyd@stupidchicken.com>
4131
4132 * startup.el (command-line): If the cursorColor resource is set,
4133 change the cursor face-spec (Bug#7392).
4134
a798747d 41352010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
1c9b9df0 4136
a798747d 4137 The main features of the following allout.el changes are:
1c9b9df0
KM
4138 - implement user customization for the allout key bindings
4139 - add a customization control by which the user can inhibit use of
a798747d 4140 a trailing Ctrl-H, so by default it's reserved for use with
1c9b9df0
KM
4141 describe-prefix-bindings
4142 - adapt to new version of called-interactively-p, while
a798747d 4143 maintaining backwards compatibility with old version
01c35094 4144 - fix hotspot navigation so i works properly with meta-modified keys.
1c9b9df0 4145
a798747d
GM
4146 * allout.el (allout-keybindings, allout-bind-keys)
4147 (allout-keybindings-binding, allout-prefixed-keybindings)
4148 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
4149 (allout-keybindings-list, allout-mode-map-adjustments)
4150 (allout-setup-mode-map): Establish allout-mode keymaps as user
4151 customizable settings, and also establish a customizable setting which
4152 regulates whether or not a trailing control-h is reserved for use with
4153 describe-prefix-bindings - and inhibit it by default, so that control-h
4154 *is* reserved for describe-prefix-bindings unless the user changes it.
4155
4156 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
4157 and accurately between modified and unmodified events, and handle
1c9b9df0
KM
4158 modified events more comprehensively.
4159
a798747d
GM
4160 * allout.el (allout-substring-no-properties):
4161 Alias to use or provide version of `substring-no-properties'.
4162 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
1c9b9df0 4163
a798747d
GM
4164 * allout.el (allout-next-single-char-property-change):
4165 Alias to use or provide version of `next-single-char-property-change'.
4166 (allout-annotate-hidden, allout-hide-by-annotation):
4167 Use `allout-next-single-char-property-change'.
1c9b9df0 4168
a798747d
GM
4169 * allout.el (allout-select-safe-coding-system):
4170 Alias to use or provide version of `select-safe-coding-system'.
4171 (allout-toggle-subtree-encryption):
4172 Use `allout-select-safe-coding-system'.
1c9b9df0 4173
a798747d
GM
4174 * allout.el (allout-set-buffer-multibyte):
4175 Alias to use or provide version of `set-buffer-multibyte'.
4176 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
1c9b9df0 4177
a798747d
GM
4178 * allout.el (allout-called-interactively-p): Macro for using the
4179 different versions of called-interactively-p identically, depending on
4180 the subroutine's argument signature.
4181 (allout-back-to-current-heading, allout-beginning-of-current-entry):
4182 Use `(interactive "p")' instead of `(called-interactively-p)'.
1c9b9df0 4183
a798747d
GM
4184 * allout.el (allout-init, allout-ascend, allout-end-of-level)
4185 (allout-previous-visible-heading, allout-forward-current-level)
4186 (allout-backward-current-level, allout-show-children):
4187 Use `allout-called-interactively-p' instead of `called-interactively-p'.
1c9b9df0 4188
a798747d
GM
4189 * allout.el (allout-before-change-handler):
4190 Exempt edits to the (overlaid) character after the allout outline
4191 bullet from edit confirmation prompt.
1c9b9df0 4192
a798747d
GM
4193 * allout.el (allout-add-resumptions):
4194 Ensure that it respects correct buffer for keybindings.
1c9b9df0 4195
a798747d
GM
4196 * allout.el (allout-beginning-of-line):
4197 Use `allout-previous-single-char-property-change' alias for the sake of
4198 diverse compatibility.
1c9b9df0 4199
a798747d
GM
4200 * allout.el (allout-end-of-line):
4201 Use `allout-mark-active-p' to encapsulate respect for mark activity.
1c9b9df0 4202
0216b738
CY
42032010-11-13 Chong Yidong <cyd@stupidchicken.com>
4204
4205 * frame.el (frame-notice-user-settings): Don't clobber other
4206 user-set parameters when calling face-set-after-frame-default in
4207 response to background-color parameter (Bug#7373).
4208
0eb025fb
EZ
42092010-11-13 Eli Zaretskii <eliz@gnu.org>
4210
4211 * international/characters.el (glyphless-char-display-control):
88b5a757 4212 Rename from glyphless-char-control; all users changed. Doc fix.
4a9f985c
EZ
4213 Signal an error if display method is not one of the recognized
4214 symbols.
0eb025fb 4215
6e060cee
MA
42162010-11-13 Michael Albinus <michael.albinus@gmx.de>
4217
4218 * net/tramp-compat.el (tramp-compat-line-beginning-position)
4219 (tramp-compat-line-end-position): Remove them.
4220
4221 * net/tramp.el (tramp-parse-rhosts-group)
4222 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
4223 (tramp-parse-hosts-group, tramp-parse-passwd-group)
4224 (tramp-parse-netrc-group, tramp-parse-putty-group)
4225 * net/tramp-cmds.el (tramp-append-tramp-buffers)
4226 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
4227 (tramp-sh-handle-file-selinux-context)
4228 (tramp-sh-handle-file-name-all-completions)
4229 (tramp-sh-handle-insert-directory)
4230 (tramp-sh-handle-expand-file-name, tramp-find-executable)
4231 (tramp-wait-for-output, tramp-send-command-and-read)
4232 * net/tramp-smb.el (tramp-smb-read-file-entry)
4233 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
4234
4235 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
4236 `point-at-bol'.
4237 (tramp-remote-coding-commands): Add an alternative using "base64
4238 -d -i". This is needed for older base64 versions from GNU
4239 coreutils. Reported by Klaus Reichl
4240 <Klaus.Reichl@thalesgroup.com>.
4241
8da5345f
HN
42422010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
4243
4244 * simple.el (count-words-region): New function.
4245
c156a63b
SM
42462010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4247
78835dd0
SM
4248 * shell.el (shell-dir-cookie-re): New custom variable.
4249 (shell-dir-cookie-watcher): New function.
4250
ebff325e
SM
4251 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
4252 and compilation-mode (bug#7350).
4253
4e9e1584
SM
4254 * vc/smerge-mode.el (smerge-refine): Choose better default part to
4255 highlight when one of them is empty.
4256
4490f875
SM
4257 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
4258 trailing space.
4259 (skeleton-newline): New function.
4260 (skeleton-internal-1): Use it.
4261
c156a63b
SM
4262 * simple.el (open-line): `newline' may strip trailing space.
4263
f3bb9e16
KR
42642010-11-12 Kevin Ryde <user42@zip.com.au>
4265
4266 * international/mule-cmds.el (princ-list): Use mapc.
4267
7847454a
GM
42682010-11-12 Glenn Morris <rgm@gnu.org>
4269
4270 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
01c35094 4271 Use it to replace all instances of "*Compile-Log*".
7847454a 4272
aa310257
SM
42732010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4274
4275 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
4276 indentation specs.
4277
cbf83ce9
SM
42782010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4279
4280 * progmodes/modula2.el: Use SMIE and skeleton.
4281 (m2-mode-syntax-table): (*..*) can be nested.
4282 Add //...\n. Fix paren syntax.
4283 (m2-mode-map): Remove LF and TAB bindings.
4284 (m2-indent): Add safety property.
4285 (m2-smie-grammar): New var.
4286 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
4287 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
4288 (m2-mode): Use define-derived-mode.
4289 (m2-newline, m2-tab): Remove.
4290 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
4291 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
4292 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
4293 (m2-import): Use define-skeleton.
4294
e7c4fb1e
GM
42952010-11-11 Glenn Morris <rgm@gnu.org>
4296
b3e4c911
GM
4297 * obsolete/lucid.el: Don't warn about any CL functions in this file.
4298
b3e22bd4
GM
4299 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
4300 (ls-lisp-verbosity): Add custom :set-after property.
4301 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
4302 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
4303 (ls-lisp-insert-directory): Update caller.
606dcd9e
GM
4304 (ls-lisp-set-options): New function.
4305 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
4306 Doc fix.
b3e22bd4 4307
55a4b4fe
GM
4308 * play/landmark.el (lm-prompt-for-move):
4309 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
4310
e7c4fb1e
GM
4311 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
4312
4313 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
4314 (idlwave-study-twins): Prefix dynamic local variable `name'.
4315 (idlwave-routine-twin-compare): Update for above change.
4316
4317 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
4318 Prefix dynamic local variables `name', `kwd', and `link'.
4319 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
4320 * progmodes/idlw-complete-structtag.el
4321 (idlwave-complete-structure-tag-help):
4322 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
4323 (idlwave-complete-sysvar-tag-help)
4324 (idlwave-complete-class-structure-tag-help):
4325 Update for above name changes.
4326
afe2870b
LMI
43272010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4328
4329 * net/browse-url.el (browse-url-browser-function): Change the
4330 default to use `browse-url-mail' on mailto: URLs.
4331
fbe3be3f
CY
43322010-11-10 Chong Yidong <cyd@stupidchicken.com>
4333
cbf83ce9
SM
4334 * emacs-lisp/package.el (package-read-all-archive-contents):
4335 Reset package-archive-contents to nil before re-reading.
fbe3be3f 4336
a7cfbaea 43372010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
bd4532fc
AM
4338
4339 * textmodes/flyspell.el (flyspell-word): Do not re-check words
4340 already found as misspellings by (flyspell-large-region), just
c97685d4 4341 do highlighting (bug#7322).
bd4532fc 4342
13e7256f
GM
43432010-11-10 Glenn Morris <rgm@gnu.org>
4344
6d2a1e35
GM
4345 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
4346
d4aca69c
GM
4347 * emulation/edt.el (edt-with-position): New macro.
4348 (edt-find-forward, edt-find-backward, edt-find-next-forward)
4349 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
4350 (edt-paragraph-forward, edt-paragraph-backward): Use it.
4351
f8a09adb
GM
4352 * emulation/tpu-extras.el (tpu-with-position): New macro.
4353 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
4354
c026460b
GM
4355 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
4356
dea53a43
GM
4357 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
4358 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
4359 (texinfo-master-menu, texinfo-insert-node-lines)
4360 (texinfo-multiple-files-update):
4361 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
4362 Use line-beginning-position.
4363
72bc50c0
GM
4364 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
4365 No recent Emacs supports system-type `emx'.
4366
4367 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
4368 (ada-command-separator, ada-default-prj-properties)
4369 (ada-find-any-references): Update for above name change.
4370
4371 * dirtrack.el (dirtrack-directory-function)
4372 (dirtrack-canonicalize-function):
4373 * filecache.el (file-cache-completion-ignore-case)
4374 (file-cache-case-fold-search, file-cache-ignore-case):
4375 * term.el (serial-port-is-file-p): Cosmetic change.
4376
4377 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
4378 Remove non-existent `windows-95' system-type.
4379 * dired.el (dired-chown-program): Remove non-existent `linux'
4380 system-type.
4381
17731c39
GM
4382 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
4383 (ping-program-options): Remove non-existent `linux' system-type.
4384
9228bbd3
GM
4385 * startup.el (package-initialize): Update declaration.
4386
6e404950
GM
4387 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
4388 (ls-lisp-handle-switches): Use time-less-p.
4389 (ls-lisp-format-time): Use float-time.
4390
6f0d4bb6
GM
4391 * textmodes/remember.el (remember-time-to-seconds): Remove.
4392 (remember-store-in-mailbox): Use float-time.
4393
4394 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
4395
4396 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
4397 never a real function.
4398 (with-no-warnings): Remove compat stub, now unused.
4399 (time-less-p): Doc fix.
4400 (time-to-number-of-days): Simplify.
4401
73171bd4
GM
4402 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
4403 Remove.
4404 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
4405 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
4406 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
4407 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
4408 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
4409
13e7256f
GM
4410 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
4411 (eshell-shuffle-files, eshell-shorthand-tar-command)
4412 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
4413 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
4414 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
4415 Prefix dynamic local variable `matches'.
4416
b565f5a1
GM
4417 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
4418 Prefix dynamic local variable `skeleton'.
4419
5ad3e885
KY
44202010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4421
4422 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
4423 in mail buffer; make yank-action always a command that yanks original
4424 buffer.
4425
14121c52
GM
44262010-11-09 Glenn Morris <rgm@gnu.org>
4427
4428 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
4429
d607b96b 44302010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
73525e72 4431
9bdba5f5
SM
4432 * minibuffer.el (minibuffer-completion-help): Specify the end of the
4433 completion field (bug#7211).
4434
73525e72
SM
4435 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
4436 Fix handling of backslash escapes.
4437 (python-quote-syntax): Adjust accordingly.
4438
d607b96b 44392010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
05539fb3
RL
4440
4441 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
4442 (vc-mtn-workfile-branch): Adjust to new output format.
4443
d607b96b 44442010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
cc4d2366
SM
4445
4446 * international/mule-cmds.el (princ-list): Mark as obsolete.
4447
d607b96b 44482010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7f925a67
SM
4449
4450 * emacs-lisp/smie.el: New package.
4451
d607b96b 44522010-11-09 Michael Albinus <michael.albinus@gmx.de>
6ce78fdc 4453
7f925a67
SM
4454 * files.el (backup-by-copying-when-mismatch):
4455 Set `permanent-local' property.
6ce78fdc
MA
4456
4457 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
09def8be 4458 `permanent-local' property for `backup-by-copying-when-mismatch'.
6ce78fdc 4459
d607b96b 44602010-11-09 Eli Zaretskii <eliz@gnu.org>
21620882
EZ
4461
4462 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
4463
d607b96b 44642010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
8468f78b 4465
7f925a67 4466 * progmodes/verilog-mode.el (verilog-insert-one-definition)
8468f78b 4467 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
7f925a67
SM
4468 AUTOINOUT for SV style multidimensional arrays, bug294.
4469 Reported by Eric Mastromarchi.
4470 (verilog-preprocess): Use with-current-buffer and
8468f78b
WS
4471 font-lock-fontify-buffer to cleanup style issues.
4472
d607b96b 44732010-11-09 Glenn Morris <rgm@gnu.org>
cb5e49a3
GM
4474
4475 * locate.el (locate, locate-mode): Doc fixes.
4476
d607b96b 44772010-11-09 Chong Yidong <cyd@stupidchicken.com>
381d186f
CY
4478
4479 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
4480 user for confirmation.
4481 (server-force-stop): Use it.
4482 (server-start): Use server-force-stop for kill-emacs-hook, to
4483 avoid user interaction while killing Emacs.
4484
9b026d9f
GM
44852010-11-09 Glenn Morris <rgm@gnu.org>
4486
3406534c 4487 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
e814121e 4488 (meta-indent-line): Simplify.
3406534c 4489
9b026d9f
GM
4490 * vc/emerge.el (emerge-line-number-in-buf):
4491 * textmodes/ispell.el (ispell-region):
4492 * textmodes/fill.el (current-fill-column):
4493 * progmodes/xscheme.el (xscheme-send-current-line):
4494 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
4495 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
4496 * progmodes/sh-script.el (sh-handle-prev-do):
4497 * progmodes/meta-mode.el (meta-indent-line):
4498 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
4499 (idlwave-in-quote):
4500 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
4501 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
4502 * progmodes/fortran.el (fortran-looking-at-if-then):
4503 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
4504 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
4505 (cperl-find-pods-heres):
4506 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
4507 * net/quickurl.el (quickurl-list-insert):
4508 * net/ldap.el (ldap-search-internal):
4509 * net/eudc.el (eudc-expand-inline):
4510 * mail/sendmail.el (sendmail-send-it):
4511 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
4512 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
4513 (viper-brac-function):
4514 * calc/calc-yank.el (calc-do-grab-region):
4515 * calc/calc-keypd.el (calc-keypad-press):
4516 * term.el (term-move-columns, term-insert-spaces):
4517 * speedbar.el (speedbar-highlight-one-tag-line):
4518 * simple.el (current-word):
4519 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4520 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
4521 (Info-scroll-down):
4522 * hippie-exp.el (he-line-beg):
4523 * epa.el (epa--marked-keys):
4524 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
4525 (dired-update-file-line, dired-add-entry, dired-remove-entry)
4526 (dired-relist-entry):
4527 * buff-menu.el (Buffer-menu-buffer):
4528 * array.el (current-line):
4529 * allout.el (allout-resolve-xref)
4530 (allout-latex-verbatim-quote-curr-line):
4531 Replace yet more uses of end-of-line etc with line-end-position, etc.
4532
db94771e
SM
45332010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4534
1398b795
SM
4535 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
4536 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
4537 (checkdoc-syntax-table): Initialize in the declaration.
4538 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
4539 the mode on unconditionally.
4540
db94771e
SM
4541 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
4542 (extent-end-position, extent-start-position): Remove setf method for
4543 non-existing functions (bug#7319).
4544
674728d4
SM
45452010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4546
4547 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
4548 (smie-precs->prec2): Rename from smie-precs-precedence-table.
4549 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
4550 (smie-prec2->grammar): Rename from smie-prec2-levels.
4551 (smie-grammar): Rename from smie-op-levels.
4552 (smie-indent--hanging-p): Rename from smie-hanging-p.
4553 (smie-rule-hanging-p): New alias.
4554 (smie-indent--bolp): Rename from smie-bolp.
4555 (smie-indent--hanging-p): New alias.
4556 (smie--token): New dynamically bound variable.
4557 (smie-indent--parent): New function.
4558 (smie-rule-parent-p): Use it; rename from smie-parent-p.
4559 (smie-rule-next-p): Rename from smie-next-p.
4560 (smie-rule-prev-p): Rename from smie-prev-p.
4561 (smie-rule-sibling-p, smie-rule-parent)
4562 (smie-indent--separator-outdent, smie-rule-separator): New functions.
4563 (smie-rule-separator-outdent): New var.
4564 (smie-indent--rule): Merge with smie-indent--column.
4565 (smie-indent-forward-token, smie-indent-backward-token):
4566 Also recognize close parens.
4567 (smie-indent-keyword): Don't use smie-indent--column any more.
4568 (smie-indent-after-keyword): Ignore closers by default.
4569 (smie-indent-line): Use with-demoted-errors.
4570 * progmodes/octave-mod.el (octave-smie-grammar):
4571 Rename from octave-smie-op-levels.
4572 (octave-smie-rules): Adjust to new behavior.
4573 * progmodes/prolog.el (prolog-smie-grammar):
4574 Rename from prolog-smie-op-levels.
4575
26f097bf
GM
45762010-11-07 Glenn Morris <rgm@gnu.org>
4577
de3490e1
GM
4578 * eshell/esh-util.el (subst-char-in-string)
4579 (directory-files-and-attributes): These compatibility definitions are
4580 not needed on any version of Emacs since at least 21.4.
4581
3ba6b2ee
GM
4582 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
4583 (verilog-get-end-of-line): Remove.
4584 (verilog-within-string, verilog-re-search-forward-substr)
4585 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
4586 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
4587 Use point-at-bol, point-at-eol.
4588 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
4589 Remove.
4590 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
4591 (electric-pascal-terminate-line, pascal-set-auto-comments)
4592 (pascal-indent-paramlist, pascal-indent-declaration)
4593 (pascal-get-lineup-indent, pascal-func-completion)
4594 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
4595 Use point-at-bol, point-at-eol.
4596 * progmodes/flymake.el (flymake-line-beginning-position)
4597 (flymake-line-end-position): Remove.
4598 (flymake-highlight-line): Use point-at-bol, point-at-eol.
4599 * eshell/esh-util.el (line-end-position, line-beginning-position):
4600 Remove compat definitions.
4601
76fc02b6
GM
4602 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4603 Use end-of-line N.
4604 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
4605 Use line-end-position.
4606
e180ab9f
GM
4607 * emacs-lisp/chart.el (chart-zap-chars):
4608 * play/decipher.el (decipher-set-map):
4609 * progmodes/ada-mode.el (ada-get-current-indent)
4610 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
4611 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
4612 * progmodes/ada-xref.el (ada-initialize-runtime-library)
4613 (ada-get-all-references):
4614 * progmodes/cperl-mode.el (cperl-electric-paren)
4615 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
4616 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
4617 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
4618 (cperl-word-at-point-hard):
4619 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
4620 (idlwave-shell-filename-string, idlwave-shell-batch-command)
4621 (idlwave-shell-display-line):
4622 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
4623 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
4624 * progmodes/js.el (js--re-search-forward-inner)
4625 (js--re-search-backward-inner):
4626 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
4627 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
4628 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
4629 * textmodes/flyspell.el (flyspell-process-localwords):
4630 * textmodes/ispell.el (ispell-buffer-local-parsing)
4631 (ispell-buffer-local-dict, ispell-buffer-local-words):
4632 Use point-at-bol and point-at-eol.
4633
26f097bf
GM
4634 * speedbar.el (speedbar-generic-item-info)
4635 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
4636 (speedbar-add-indicator, speedbar-check-vc-this-line)
4637 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
4638 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
4639 Replace more uses of end-of-line etc with line-end-position.
4640
b05fde66
GM
46412010-11-06 Glenn Morris <rgm@gnu.org>
4642
5ed619e0
GM
4643 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
4644 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
4645 (texinfo-delete-existing-pointers, texinfo-find-pointer)
4646 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
4647 (texinfo-multiple-files-update):
4648 * textmodes/table.el (table--probe-cell-left-up)
4649 (table--probe-cell-right-bottom):
4650 * textmodes/picture.el (picture-tab-search):
4651 * textmodes/page-ext.el (pages-copy-header-and-position)
4652 (pages-directory-for-addresses):
4653 * progmodes/vera-mode.el (vera-get-offset):
4654 * progmodes/simula.el (simula-calculate-indent):
4655 * progmodes/python.el (python-pdbtrack-overlay-arrow):
4656 * progmodes/prolog.el (end-of-prolog-clause):
4657 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
4658 * progmodes/icon.el (indent-icon-exp):
4659 * progmodes/etags.el (tag-re-match-p):
4660 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
4661 * progmodes/ebnf2ps.el (ebnf-begin-file):
4662 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
4663 (dcl-save-local-variable):
4664 * play/life.el (life-setup):
4665 * play/gametree.el (gametree-looking-at-ply):
4666 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4667 * mail/sendmail.el (mail-mode-auto-fill):
4668 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4669 * emacs-lisp/edebug.el (edebug-overlay-arrow):
4670 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
4671 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
4672 (woman-tab-to-tab-stop, WoMan-warn-ignored):
4673 * type-break.el (type-break-file-keystroke-count):
4674 * term.el (term-replace-by-expanded-history-before-point)
4675 (term-skip-prompt, term-extract-string):
4676 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
4677 (speedbar-contract-line, speedbar-toggle-line-expansion)
4678 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
4679 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
4680 * sort.el (sort-skip-fields):
4681 * skeleton.el (skeleton-internal-list):
4682 * simple.el (line-move-finish, line-move-to-column):
4683 * shell.el (shell-forward-command):
4684 * misc.el (copy-from-above-command):
4685 * makesum.el (double-column):
4686 * ebuff-menu.el (electric-buffer-update-highlight):
4687 * dired.el (dired-move-to-end-of-filename):
4688 * dframe.el (dframe-popup-kludge):
4689 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
4690 * arc-mode.el (archive-get-lineno):
4691 Use line-end-position and line-beginning-position.
4692
e2a9c0bc
GM
4693 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
4694 (idlwave-study-twins): Prefix dynamic local `class'.
4695 (idlwave-routine-twin-compare): Update for above name change.
4696
4e44448f
GM
4697 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
4698 Use boundp tests to silence compiler. Update for changed name of
4699 bytecomp-filename variable.
4700
8f6c3eac
GM
4701 * emulation/viper-cmd.el (viper-read-string-with-history):
4702 Prefix dynamic local `initial'.
4703 (viper-minibuffer-standard-hook): Update for above name change.
4704
79d1dabe
GM
4705 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
4706 (elint-init-form): Update for above name change.
4707
0e4bb7f0
GM
4708 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
4709 local variables `cbeg' and `cend' a prefix.
4710 (mail-extr-voodoo): Update for above name change.
4711
c8f3bf36
GM
4712 * textmodes/reftex-toc.el (reftex-toc-do-promote)
4713 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
4714 (reftex-toc-promote-action): Doc fix.
4715
4716 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
4717 `prompt', `data' a prefix.
4718 (reftex-select-post-command-hook, reftex-select-callback)
4719 (reftex-select-mouse-accept, reftex-select-read-cite):
4720 Update for above name changes.
4721
4722 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
4723 `refstyle' to reftex-refstyle.
4724 (reftex-offer-label-menu): Update for above name change.
4725 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
4726 `refstyle' name change.
4727
b05fde66
GM
4728 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
4729 with with-current-buffer.
4730 (diff, template): Give dynamic local variables a prefix.
4731 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
4732 (emerge-line-number-in-buf): Update for above name change.
4733 (emerge-combine-versions-internal): Rename local `template' to
4734 emerge-combine-template.
4735 (emerge-combine-versions-edit): Update for above name change.
4736
5d8f9169
RA
47372010-11-06 Ralf Angeli <angeli@caeruleus.net>
4738
4739 * textmodes/reftex-cite.el
4740 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
4741 entries with whitespace after \bibitem.
4742 (reftex-create-bibtex-file): Match entries containing numbers and
4743 symbol constituents. Make sure that entries with whitespace at
4744 various places are found.
4745
f8aefe82
MA
47462010-11-05 Christian Millour <cm@abtela.com> (tiny change)
4747
4748 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
4749
e06918d2
JD
47502010-11-05 Jan Djärv <jan.h.d@swipnet.se>
4751
4752 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
4753
17fc58c9
GM
47542010-11-05 Glenn Morris <rgm@gnu.org>
4755
f7fe4837
GM
4756 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
4757 (woman2-roff-buffer): Give local variable `request' a prefix.
4758 (woman0-macro): Rename argument `request' in the same way.
4759 (woman-request): New name for `request' dynamic variable.
4760 (woman-unquote, woman-forward-arg): Update for above name change.
4761 (woman1-roff-buffer): Give local variable `unquote' a prefix.
4762 (woman1-unquote): New name for `unquote' dynamic variable.
4763 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
4764 (woman-translations): Rename from `translations'. No longer global.
4765 (woman2-tr, woman-translate): Update for above name change.
4766 (woman-translate): Check for bound variable.
4767 (woman2-roff-buffer): Give local variable `translations' a prefix.
4768
869c4186
GM
4769 * play/doctor.el: Give all local variables a prefix. Update callers.
4770 (doc$, doctor-put-meaning): Use backquote.
4771
215461a8
GM
4772 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
4773 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
4774
17fc58c9
GM
4775 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
4776 variables bytes, ptr, op a prefix.
4777 (disassemble-offset): Update for above change.
4778
015eea59
CY
47792010-11-03 Chong Yidong <cyd@stupidchicken.com>
4780
4781 * emacs-lisp/package.el (package-unpack): Remove no-op.
4782 (package--builtins, package--dir): Doc fix.
4783 (package-activate-1, package-activate, package-install)
4784 (package-compute-transaction): Fix error message.
4785 (package-delete): Use delete-directory. Omit system packages.
4786 (package-initialize): Set package-alist to nil first.
4787 (package-menu-mark-delete, package-menu-mark-install): Don't add
4788 symbols that are inconsistent with the package state.
4789 (package-menu-execute): Perform deletions and installations as
4790 single batch operations.
4791
033862d1
GM
47922010-11-03 Glenn Morris <rgm@gnu.org>
4793
0b03a950
GM
4794 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
4795 (props): Remove unnecessary declaration.
4796
e337e22c
GM
4797 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
4798 set-process-query-on-exit-flag.
4799
a88e24dd 4800 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
728618ba
GM
4801 (reftex-toc-do-promote): Remove unused local `mpos'.
4802 (reftex-toc-restore-region): Make `mpos' local to this function.
a88e24dd 4803
537b04b9
GM
4804 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
4805
52365e61
GM
4806 * play/landmark.el (lm-losing-threshold): Correct spelling.
4807 (lm-human-plays): Use new name.
4808
cd32f8a9
GM
4809 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
4810 (gomoku-human-plays): Use new name.
4811
033862d1
GM
4812 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
4813 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
4814 (gomoku-score-trans-table, gomoku-winning-threshold)
4815 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
4816
4b99edf2
CY
48172010-11-03 Chong Yidong <cyd@stupidchicken.com>
4818
4819 * emacs-lisp/package.el: Don't put built-in packages in
4820 package-alist, to avoid loading inefficiencies.
4821 (package-built-in-p): Make VERSION optional, and treat it as a
4822 minimum acceptable version.
6a7662bb
BR
4823 (package-activate): Search separately for built-in packages.
4824 Emit a warning if a dependency fails.
4b99edf2
CY
4825 (define-package): Handle most common case, where there is no
4826 obsolete package, first.
4827 (package-compute-transaction): Print required version in error.
4828 (package--initialized): New variable.
4829 (list-packages): Use it.
4830 (package-initialize): Optional arg NO-ACTIVATE. Don't put
6a7662bb
BR
4831 built-in packages in packages-alist; keep it separate.
4832 Set package--initialized.
4b99edf2
CY
4833 (describe-package): Avoid activating packages as a side-effect.
4834 Search separately for built-in packages.
4835 (describe-package-1): Handle the case where an elpa package is
4836 simultaneously built-in and available/installed.
6a7662bb
BR
4837 (package-installed-p, package--generate-package-list):
4838 Search separately for built-in packages.
4b99edf2
CY
4839 (package-load-descriptor): Doc fix.
4840
3225dcaa
SM
48412010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4842
4843 * progmodes/perl-mode.el (perl-syntax-propertize-function):
4844 Handle __DATA__ and __END__.
4845
fa14dc18
NF
48462010-11-02 Noah Friedman <friedman@splode.com>
4847
4848 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
4849 nil, do not ask to recompile files that are not already compiled,
4850 and do not recompile them.
4851
0f75c62a
CY
48522010-11-02 Chong Yidong <cyd@stupidchicken.com>
4853
4854 * emacs-lisp/package.el (package-initialize): Ensure that
4855 obsoleted built-in packages are not in package-activated-list
4856 during activation.
4857 (describe-package-1): Make the "installed" status override
4858 "built-in".
4859
b29f5b7b
VJL
48602010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4861
4862 * subr.el (version-separator, version-regexp-alist): Remove '*'
4863 from docstring.
4864 (version-list-<=, version<=, version=): Doc fix.
4865
b18fad6d
KH
48662010-11-01 Kenichi Handa <handa@m17n.org>
4867
4868 * faces.el (glyphless-char): Inherit underline for tty.
4869
a8039db1 48702010-11-01 Kenichi Handa <handa@m17n.org>
b2cca856
KH
4871
4872 Implement various display methods for glyphless characters.
4873
4874 * international/characters.el (char-acronym-table): New variable.
4875 (glyphless-char-control): New variable.
35f52ed6 4876 (update-glyphless-char-display): New function.
b2cca856
KH
4877
4878 * faces.el (glyphless-char): New face.
4879
28886d5e
GM
48802010-11-01 Glenn Morris <rgm@gnu.org>
4881
919dd7aa
GM
4882 * calendar/holidays.el (general-holidays, oriental-holidays)
4883 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
4884 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
4885 the definitions of their targets.
4886
c79fc059
GM
4887 * emacs-lisp/smie.el (smie): New custom group.
4888 (smie-blink-matching-inners, smie-indent-basic): Add :group.
4889
c8ccffb1
GM
4890 * faces.el (xw-defined-colors, x-setup-function-keys):
4891 * mouse-sel.el (x-select-text):
4892 * term/w32console.el (x-setup-function-keys): Update declarations.
4893
f4ff702e
GM
4894 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
4895
806c491a
GM
4896 * textmodes/ispell.el (comment-add): Declare.
4897
c3dfebd1
GM
4898 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
4899 Declare.
4900
28886d5e
GM
4901 * info.el (finder-keywords-hash, package-alist): Declare.
4902
693c9d15
CY
49032010-11-01 Chong Yidong <cyd@stupidchicken.com>
4904
4905 * finder.el (finder-compile-keywords): Don't use intern-soft,
4906 since package names may not yet exist in the obarray.
4907
49082010-11-01 Chong Yidong <cyd@stupidchicken.com>
4624de78
CY
4909
4910 * vc/vc-arch.el (vc-arch-checkin):
4911 * vc/vc-cvs.el (vc-cvs-checkin):
4912 * vc/vc-mtn.el (vc-mtn-checkin):
4913 * vc/vc-rcs.el (vc-rcs-checkin):
4914 * vc/vc-sccs.el (vc-sccs-checkin):
4915 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
4916 since 2010-04-21 commit by Stefan Monnier.
4917
36967cf7
GM
49182010-11-01 Glenn Morris <rgm@gnu.org>
4919
feb5e60a
GM
4920 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
4921
1f023ca9
GM
4922 * startup.el (package-enable-at-startup, package-initialize):
4923 Silence compiler.
4924
36967cf7
GM
4925 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
4926 Silence compiler.
4927
430e7297
JD
49282010-10-31 Julien Danjou <julien@danjou.info>
4929
4930 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
4931 (byte-recompile-directory):
4932 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
430e7297
JD
4933 Use `byte-recompile-file'.
4934
c8c59954
GM
49352010-10-31 Glenn Morris <rgm@gnu.org>
4936
4937 * cus-start.el: Handle standard values via a keyword.
4938 Only set version property if specified.
4939 (cursor-in-non-selected-windows, menu-bar-mode)
4940 (tool-bar-mode, show-trailing-whitespace):
4941 Do not specify standard values.
4942 (transient-mark-mode, temporary-file-directory): Use :standard.
4943
04e63796
JD
49442010-10-31 Jan Djärv <jan.h.d@swipnet.se>
4945
4946 * term/x-win.el (x-get-selection-value): New function that gets
35f52ed6 4947 PRIMARY with type as specified in x-select-request-type. (Bug#6802)
04e63796 4948
2699a554 49492010-10-31 Michael Albinus <michael.albinus@gmx.de>
a057950d
MA
4950
4951 * net/tramp.el (tramp-handle-insert-file-contents): For root,
4952 preserve owner and group when editing files. (Bug#7289)
4953
35fcc05c 49542010-10-31 Glenn Morris <rgm@gnu.org>
d2ce10d2
GM
4955
4956 * speedbar.el (speedbar-mode):
4957 * play/fortune.el (fortune-in-buffer, fortune):
4958 * play/gomoku.el (gomoku-mode):
4959 * play/landmark.el (lm-mode):
4960 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
4961 Replace inappropriate uses of toggle-read-only. (Bug#7292)
4962
82f7efc3
GM
4963 * select.el (x-selection): Mark it as an obsolete alias.
4964
2699a554 49652010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
ca39416c 4966
f486841f 4967 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
ca39416c
AH
4968 major-mode (bug#7284).
4969
2699a554 49702010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
4971
4972 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
4973 rather than just an unused variable that inherits from the real one.
4974
e6ef5dd9
AM
49752010-10-31 Alan Mackenzie <acm@muc.de>
4976
4977 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
4978 This fixes bug #7185.
4979
8a500a91
CY
49802010-10-30 Chong Yidong <cyd@stupidchicken.com>
4981
4982 * startup.el (command-line): Search for package directories, and
4983 don't load package.el if none are found.
4984
6a7662bb
BR
4985 * emacs-lisp/package.el (describe-package, list-packages):
4986 Call package-initialize if it has not been called yet.
8a500a91 4987
4f9e41e4
AM
49882010-10-30 Alan Mackenzie <acm@muc.de>
4989
4990 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
4991 which fontifies the tail of an enum.
4992 (c-basic-matchers-after): Insert a call to the above new function.
4993 This fixes bug #7264.
4994
88f43c67
GM
49952010-10-30 Glenn Morris <rgm@gnu.org>
4996
4997 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
4998 tool-bar-mode, transient-mark-mode. (Bug#7306)
4999 Include the :set property in the dumped Emacs.
5000
c4d17d50
SM
50012010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5002
5003 SMIE: change indent rules format, improve smie-setup.
5004 * emacs-lisp/smie.el (smie-precs-precedence-table)
5005 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
5006 Mark them pure so the tables gets built at compile time.
5007 (smie-bnf-precedence-table): Store the closer-alist in the table.
5008 (smie-prec2-levels): Preserve the closer-alist.
5009 (smie-blink-matching-open): Be more forgiving in case of indentation.
5010 (smie-hanging-p): Rename from smie-indent--hanging-p.
5011 (smie-bolp): Rename from smie-indent--bolp.
5012 (smie--parent, smie--after): New dynamic vars.
5013 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
5014 (smie-indent-rules): Remove.
5015 (smie-indent--offset-rule): Remove fun.
5016 (smie-rules-function): New var.
5017 (smie-indent--rule): New fun.
5018 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
5019 (smie-indent-exps): Use it.
5020 (smie-setup): Setup paren blinking; add keyword args for token
5021 functions; extract closer-alist from op-levels.
5022 (smie-indent-debug-log): Remove var.
5023 (smie-indent-debug): Remove fun.
5024 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
5025 (prolog-smie-rules): New fun to replace it.
5026 (prolog-mode-variables): Simplify.
5027 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
5028 it's setup automatically.
5029 (octave-smie-indent-rules): Remove.
5030 (octave-smie-rules): New fun to replace it.
5031 (octave-mode): Simplify.
5032
9d794026
GM
50332010-10-29 Glenn Morris <rgm@gnu.org>
5034
e088c02a
GM
5035 * files.el (temporary-file-directory): Remove (already defined in C).
5036 * cus-start.el: Add temporary-file-directory.
5037
9d794026
GM
5038 * abbrev.el (abbrev-mode):
5039 * composite.el (auto-composition-mode):
5040 * menu-bar.el (menu-bar-mode):
5041 * simple.el (transient-mark-mode):
5042 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
5043 that they do not define the associated variables twice.
5044 * simple.el (transient-mark-mode): Remove defvar.
5045 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
5046 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
5047 Handle multiple groups, and also custom-delayed-init-variables.
5048 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
5049
dcc029e0
SM
50502010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5051
5052 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
5053 (pcase-if): Add one minor optimization.
5054 (pcase-split-equal): Rename from pcase-split-eq.
5055 (pcase-split-member): Rename from pcase-split-memq.
5056 (pcase-u1): Add strings to the member optimization.
5057 Add `guard' variant of predicates.
5058 (pcase-q1): Add string patterns.
5059
a62b88d4
SM
50602010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5061
5062 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
5063
f41f19b0
GM
50642010-10-28 Glenn Morris <rgm@gnu.org>
5065
b3edb781
GM
5066 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5067 Move menu-bar related settings to ../menu-bar.el.
5068 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5069 Move ns-specific settings here from term/ns-win.el.
5070
f41f19b0
GM
5071 * simple.el (x-selection-owner-p): Remove unused declaration.
5072
6175cd08
SM
50732010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5074
5075 * minibuffer.el (completion-cycling): New var (bug#7266).
5076 (minibuffer-complete, completion--do-completion):
5077 Use completion--flush-all-sorted-completions.
5078 (minibuffer-complete): Only cycle if completion-cycling is set.
5079 (completion--flush-all-sorted-completions): Unset completion-cycling.
5080 (minibuffer-force-complete): Set completion-cycling.
5081 (completion-all-sorted-completions): Move declaration before first use.
5082
19677c71
LL
50832010-10-28 Leo <sdl.web@gmail.com>
5084
5085 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
5086 which changes the order of matches seen by users (bug#7231).
5087
50882010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
77b143eb
JBK
5089
5090 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5091 Don't confuse -omega as "-o mega".
5092
2122161f
SM
50932010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
5094
ce8794df
SM
5095 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
5096 (log-edit-author): New dynamic var.
5097 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
5098 to return the author if different from committer.
5099 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
5100
80cb310d
SM
5101 * play/landmark.el: Adjust commenting convention.
5102 (lm-nil-score): Rename from nil-score.
5103 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
5104 (OOOOscore): Move into a let in lm-score-trans-table.
5105 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
5106
2122161f
SM
5107 * electric.el (electric-indent-chars): Autoload.
5108 * progmodes/octave-mod.el (octave-mode):
5109 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
5110 (ruby-mode-abbrev-table): Merge initialization and declaration.
5111
e925113b
GM
51122010-10-27 Glenn Morris <rgm@gnu.org>
5113
208d109c
GM
5114 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
5115 variable.
5116
7d3e3843
GM
5117 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
5118
e925113b
GM
5119 * term/ns-win.el: Restore require of cl when compiling.
5120 (menu-bar-final-items): Remove non-existent `windows' menu.
1bcc4637
GM
5121 (ns-handle-nxopen): Optionally handle the temp-case.
5122 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
5123 (ns-insert-file, ns-find-file): Use `pop'.
e925113b 5124
b94a5a43
GM
51252010-10-26 Glenn Morris <rgm@gnu.org>
5126
5127 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
5128
fc3eda04
AR
51292010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
5130
5131 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
5132 global map.
5133 * term/common-win.el (x-setup-function-keys): Remove most of the
5134 keymappings. Comment on the remaining ones.
5135
c79b0b1c
PO
51362010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
5137
c31dc2c0 5138 * server.el (server-port): New option. (Bug#854)
c79b0b1c
PO
5139 (server-start): Use server-port.
5140
725513b7
GM
51412010-10-26 Glenn Morris <rgm@gnu.org>
5142
d7d8c62a
GM
5143 * term/ns-win.el (ns-version-string): Remove unused declaration.
5144 (ns-invocation-args): Change to x-invocation-args.
5145 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
5146 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
5147 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
5148 Use x-invocation-args instead of ns-invocation-args.
5149 (ns-initialize-window-system, handle-args-function-alist):
5150 Use x-handle-args instead of ns-handle-args.
5151 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
5152 * startup.el (command-line-ns-option-alist): Replace
5153 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
5154 ns-handle-iconic with the x- equivalents.
5155
725513b7
GM
5156 * term/common-win.el (x-select-enable-clipboard):
5157 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
5158
5159 * term/ns-win.el: No need to require cl when compiling.
5160 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
5161 (xw-defined-colors): Use the common-win definitions.
5162 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
5163 (ns-handle-iconic): Make it an alias for x-handle-iconic.
5164 * term/common-win.el (x-select-text, x-alternatives-map)
5165 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
5166 * loadup.el [ns]: Load common-win.
5167
77ec02d8
DU
51682010-10-26 Daiki Ueno <ueno@unixuser.org>
5169
5170 * epa-mail.el (epa-mail-encrypt): Handle local-part only
6ee79275 5171 recipients; expand mail aliases (Bug#7280).
77ec02d8 5172
6a5c2175
GM
51732010-10-25 Glenn Morris <rgm@gnu.org>
5174
59ba9d59
GM
5175 * term/common-win.el (x-handle-switch): Simplify with pop.
5176 Optionally handle numeric switches.
5177 (x-handle-numeric-switch): Just call x-handle-switch.
5178 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
5179 (x-handle-name-switch, x-handle-display, x-handle-args):
5180 Simplify with pop.
5181
6a5c2175
GM
5182 * term/ns-win.el: Do not require easymenu.
5183 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
5184 <spell>: Move adjustments to menu-bar.el.
5185 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
5186 <separator-undo, spell>: Move ns-win's adjustments here.
5187 * loadup.el [ns]: Do not load easymenu.
5188
01898dc2
CY
51892010-10-24 Chong Yidong <cyd@stupidchicken.com>
5190
5191 * image.el (image-checkbox-checked, image-checkbox-unchecked):
6a5c2175 5192 Delete (Bug#7222).
01898dc2
CY
5193
5194 * startup.el (fancy-startup-tail): Instead of using inline images,
5195 refer to image files from etc/.
5196
5197 * wid-edit.el (checkbox): Likewise.
5198 (widget-image-find): Center image specs.
5199
a44d921f
GM
52002010-10-24 Glenn Morris <rgm@gnu.org>
5201
5202 * term/ns-win.el (x-select-text): Doc fix.
5203 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
5204 (x-select-text): Move to term/common-win.
5205 * term/w32-win.el (xw-defined-colors): Move to common-win.
5206 * term/x-win.el (xw-defined-colors, x-alternatives-map)
5207 (x-setup-function-keys, x-select-text): Move to common-win.
5208 * term/common-win.el (x-select-text, x-alternatives-map)
5209 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
5210 definitions here.
5211
709228c0 52122010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
a11de514
R
5213
5214 * net/mairix.el (mairix-searches-mode-map):
5215 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
5216
0c382083 52172010-10-24 Michael McNamara <mac@mail.brushroad.com>
a03c2342 5218
2b0c7330 5219 * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
a03c2342
WS
5220 auto-built for efficiency of execution and updating.
5221 (verilog-extended-complete-re): Support 'pure' fucntion & task
5222 declarations (these have no bodies).
ca39416c
AH
5223 (verilog-beg-of-statement): General cleanup to enable support of
5224 'pure' fucntion & task declarations (these have no bodies).
5225 These efforts together fix Verilog bug210 from veripool; which was also
a03c2342
WS
5226 noticed by Steve Pearlmutter.
5227 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
ca39416c
AH
5228 (verilog-directive-nest-re, verilog-set-auto-endcomments):
5229 Support `elsif. Reported by Shankar Giri.
a03c2342
WS
5230 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
5231 attribute handling for lining up declarations and assignments.
5232 (verilog-beg-of-statement-1): Fix issue where continued declaration
5233 is indented differently if it is after a begin..end clock.
5234 (verilog-in-attribute-p, verilog-skip-backward-comments)
5235 (verilog-skip-forward-comment-p): Support proper treatment of
84eb0351 5236 attributes by indent code. Reported by Jeff Steele.
ca39416c 5237 (verilog-in-directive-p): Fix comment to correctly describe function.
a03c2342
WS
5238 (verilog-backward-up-list, verilog-in-struct-region-p)
5239 (verilog-backward-token, verilog-in-struct-p)
5240 (verilog-in-coverage-p, verilog-do-indent)
5241 (verilog-pretty-declarations): Use verilog-backward-up-list as
5242 wrapper around backward-up-list inorder to properly skip comments.
5243 Reported by David Rogoff.
5244 (verilog-property-re, verilog-endcomment-reason-re)
5245 (verilog-beg-of-statement, verilog-set-auto-endcomments)
5246 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
84eb0351 5247 of if). Reported by Max Bjurling and
a03c2342 5248 (verilog-calc-1): Fix for clocking block in modport
84eb0351 5249 declaration. Reported by Brian Hunter.
a03c2342 5250
0c382083 52512010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
a03c2342 5252
2b0c7330 5253 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
a03c2342
WS
5254 (verilog-gate-keywords, verilog-read-sub-decls)
5255 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
5256 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
5257 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
5258 (verilog-read-decls): Fix spaces in V2K module parameters causing
5259 mis-identification as interfaces, bug287.
5260 (verilog-read-decls): Fix not treating "parameter string" as a
5261 parameter in AUTOINSTPARAM.
5262 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
5263 treating `elsif similar to `endif inside AUTOSENSE.
ca39416c 5264 (verilog-do-indent): Implement correct automatic or static task or
b762841f 5265 function end comment highlight. Reported by Steve Pearlmutter.
a03c2342
WS
5266 (verilog-font-lock-keywords-2): Fix highlighting of single
5267 character pins, bug264. Reported by Michael Laajanen.
5268 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
5269 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
6a7662bb
BR
5270 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
5271 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
ca39416c
AH
5272 (verilog-pretty-expr): Fix interactive arguments, bug272.
5273 Reported by Mark Johnson.
5274 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
5275 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
b762841f 5276 bug269. Suggested by Gary Delp.
a03c2342 5277 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
ca39416c
AH
5278 (verilog-preprocessor, verilog-set-compile-command):
5279 Create verilog-preprocess and verilog-preprocessor to show
5280 preprocessed output.
a03c2342
WS
5281 (verilog-get-beg-of-line, verilog-get-end-of-line)
5282 (verilog-modi-file-or-buffer, verilog-modi-name)
5283 (verilog-modi-point, verilog-within-string): Move defmacro's
b762841f 5284 before first use to avoid warning. Reported by Steve Pearlmutter.
a03c2342
WS
5285 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
5286 (verilog-colorize-region, verilog-highlight-buffer)
5287 (verilog-highlight-includes, verilog-highlight-modules)
5288 (verilog-highlight-region, verilog-mode): Rename colorize to
5289 highlight to match other packages. Disable module highlighting,
5290 as received speed complaints, reenable for experimentation only
5291 using new verilog-highlight-modules.
5292 (verilog-read-decls): Fix regexp stack overflow in very large
5293 AUTO_TEMPLATEs, bug250.
5294 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
5295 (verilog-scan): Create verilog-save-buffer-state to standardize
5296 making insignificant changes that shouldn't call hooks.
5297 (verilog-save-no-change-functions, verilog-save-scan-cache)
5298 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
5299 Create verilog-save-no-change-functions to wrap verilog-scan
5300 preservation, and fix to work with nested preserved calls.
5301 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
5302 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
5303 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
5304 (verilog-submit-bug-report): Update variable list to be complete.
5305 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
5306 breaking on-the-fly font-locking.
5307 (verilog-colorize-buffer, verilog-colorize-include-files)
5308 (verilog-colorize-include-files-buffer, verilog-colorize-region)
5309 (verilog-load-file-at-mouse, verilog-load-file-at-point)
5310 (verilog-mode, verilog-read-inst-module-matcher): With point on a
5311 AUTOINST cell instance name, middle mouse button now finds-file on
5312 it. Suggested by Brad Dobbie.
5313 (verilog-alw-get-temps, verilog-auto-reset)
5314 (verilog-auto-sense-sigs, verilog-read-always-signals)
5315 (verilog-read-always-signals-recurse): Fix loop indexes being
b762841f 5316 AUTORESET. AUTORESET now assumes any variables in the
6a7662bb
BR
5317 initialization section of a for() should be ignored.
5318 Reported by Dan Dever.
a03c2342
WS
5319 (verilog-error-font-lock-keywords)
5320 (verilog-error-regexp-emacs-alist)
5321 (verilog-error-regexp-xemacs-alist): Fix error detection of
5322 Cadence HAL, reported by David Asher. Repair drift between the
5323 three similar error variables.
5324 (verilog-modi-lookup, verilog-modi-lookup-cache)
5325 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
5326 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
5327 Fix slow verilog-auto expansion on very large files.
ca39416c
AH
5328 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
5329 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
a03c2342
WS
5330 "{1*2{...". Broke in last revision.
5331 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
5332 submodule connections with replications "{#{a},#{b}}".
5333
0c382083
CY
53342010-10-24 Juanma Barranquero <lekktu@gmail.com>
5335
5336 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
5337 Fix typo in docstring.
5338
53392010-10-24 Kenichi Handa <handa@m17n.org>
5340
5341 * face-remap.el (text-scale-adjust): Call read-event with a proper
5342 prompt.
5343
53442010-10-24 Chong Yidong <cyd@stupidchicken.com>
5345
5346 * emacs-lisp/unsafep.el: Don't mark functions that display
5347 messages as safe. Suggested by Johan Bockgård.
5348
53492010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5350
5351 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
5352 Turn comments into docstrings.
5353
5354 * minibuffer.el (completion--replace): Move point where it belongs
5355 when there's a common suffix (bug#7215).
5356
9317e499
CY
53572010-10-24 Chong Yidong <cyd@stupidchicken.com>
5358
5359 Merge read-color and facemenu-read-color (Bug#7242).
5360
5361 * faces.el (read-color): Use the completion code from
5362 facemenu-read-color. Require match in completion. Doc fix.
5363
5364 * facemenu.el (facemenu-read-color): Alias for read-color.
6a7662bb
BR
5365 (facemenu-set-foreground, facemenu-set-background):
5366 Use read-color.
9317e499
CY
5367
5368 * frame.el (set-background-color, set-foreground-color)
6a7662bb
BR
5369 (set-cursor-color, set-mouse-color, set-border-color):
5370 Use read-color.
9317e499 5371
a44d921f 53722010-10-24 Leo <sdl.web@gmail.com>
59dd6f73
LL
5373
5374 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
5375 argument of delete-file and delete-directory (Bug#7011).
5376
43207249
CY
53772010-10-24 Chong Yidong <cyd@stupidchicken.com>
5378
5379 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
5380 button-buffer-map.
5381
484db896 53822010-10-24 Ralf Angeli <angeli@caeruleus.net>
f34e6aaa
CY
5383
5384 * emacs-lisp/package.el (package--generate-package-list): Make the
5385 *Packages* buffer read-only.
5386
10f5e3e6
AM
53872010-10-24 Alan Mackenzie <acm@muc.de>
5388
5389 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
5390 result of `c-beginning-of-decl-1' between invocations of a lambda
5391 function (Bug #7265).
5392
3ec6ca72
DU
53932010-10-24 Daiki Ueno <ueno@unixuser.org>
5394
5395 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
5396 executable is not available on the system (Bug#7268).
5397
ec514007
GM
53982010-10-24 Glenn Morris <rgm@gnu.org>
5399
f5f25615
GM
5400 * select.el (selection-coding-system, next-selection-coding-system):
5401 Sync doc with C versions.
3646b86d 5402
8aa0f263
GM
5403 * w32-vars.el (x-select-enable-clipboard):
5404 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
5405 * term/common-win.el (x-select-enable-clipboard): Move here.
5406
46710489
GM
5407 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
5408 definition of C variable.
5409
ec514007
GM
5410 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
5411 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5412 Don't redefine things that are defined in C.
5413 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
5414 (show-trailing-whitespace, auto-hscroll-mode)
5415 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5416 Set up the appropriate custom properties.
5417
8a79905d
CY
54182010-10-24 Chong Yidong <cyd@stupidchicken.com>
5419
5420 Bind "C-c ]" to ...
5421 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
5422 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
5423 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
5424 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
5425
aa02a29f
GM
54262010-10-23 Glenn Morris <rgm@gnu.org>
5427
7dfc15df
GM
5428 * textmodes/flyspell.el (flyspell-mode): If there was an error,
5429 say what it was.
5430
66c6abf0
GM
5431 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
5432 Sync docs with C version.
f3d87560 5433
3193e969
GM
5434 * term/ns-win.el (xw-defined-colors):
5435 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
5436
6f748f70
GM
5437 * term/pc-win.el (x-select-enable-clipboard):
5438 * term/x-win.el (x-select-enable-clipboard):
5439 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
5440
7aa93795
GM
5441 * comint.el (comint-password-prompt-regexp): Make it less vague.
5442 Bump version.
5443
17284e30
GM
5444 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
5445
aa02a29f
GM
5446 * help.el (finder-by-keyword): Remove unnecessary autoload.
5447
69b55131
GM
54482010-10-22 Glenn Morris <rgm@gnu.org>
5449
9a0dd02d
GM
5450 * loadup.el: Unconditionally load float-sup.
5451 * paren.el (show-paren-delay):
5452 * emacs-lisp/float-sup.el:
5453 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
5454 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
5455 (lazy-lock-stealth-verbose): Assume float support.
5456 * ps-print.el: Assume float support on Emacs.
5457 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
5458 Remove non-float branch.
5459
69b55131
GM
5460 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
5461 src/Makefile no longer being pre-processed.
5462
7c23d9e8
SM
54632010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5464
5465 * emacs-lisp/find-func.el (find-library): Use test-completion.
5466
23737b4a
LMI
54672010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5468
7c23d9e8 5469 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
23737b4a 5470
6e060cee 54712010-10-21 Michael Albinus <michael.albinus@gmx.de>
01d884cf
MA
5472
5473 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
5474 space in stat format string.
5475 (tramp-send-command): Unset $PS1 when using here documents, in
5476 order not to get several prompts.
5477 (tramp-get-inline-coding): Return `nil' in case of errors.
5478
08ffb131
DU
54792010-10-21 Daiki Ueno <ueno@unixuser.org>
5480
7c23d9e8
SM
5481 * hexl.el (hexl-mode, hexl-mode-exit):
5482 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
08ffb131
DU
5483 (hexl-revert-buffer-function): New function.
5484 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
5485
ba7fdf30
AM
54862010-10-19 Alan Mackenzie <acm@muc.de>
5487
7c23d9e8
SM
5488 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
5489 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
7f0789c9
AM
5490 that these keywords aren't wrongly matched as identifiers.
5491
ba7fdf30
AM
5492 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
5493 setting of c-new-BEG and c-new-END from c-before-change to
e64ae4e8 5494 c-after-change. (Bug#7181)
ba7fdf30 5495
7fd8732d
CY
54962010-10-19 Chong Yidong <cyd@stupidchicken.com>
5497
5498 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
5499 Don't mark as safe.
5500
5501 * custom.el (custom-theme-set-variables): Likewise.
5502 (load-theme): Add custom-theme-set-faces and
5503 custom-theme-set-variables to safe-functions while loading.
5504 (custom-enabled-themes): Mark as risky.
5505
3f12b18c
JD
55062010-10-18 Julien Danjou <julien@danjou.info>
5507
5508 * bindings.el: Remove end dashes in default mode-line-format.
5509
b8a47412
CY
55102010-10-19 Chong Yidong <cyd@stupidchicken.com>
5511
5512 * bindings.el (global-map): Bind C-d to delete-char and deletechar
5513 to delete-forward-char.
5514
5515 * simple.el (normal-erase-is-backspace-mode): Remap delete to
5516 deletechar, and hence delete-forward-char.
5517
ca3fa302
JB
55182010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5519
5520 * repeat.el (repeat): Use read-key (bug#6256).
5521
55222010-10-19 Chong Yidong <cyd@stupidchicken.com>
5523
5524 * emacs-lisp/unsafep.el: Don't mark functions that display
5525 messages as safe. Suggested by Johan Bockgård.
5526
55272010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5528
5529 * minibuffer.el (completion--replace): Move point where it belongs
5530 when there's a common suffix (bug#7215).
5531
55322010-10-19 Kenichi Handa <handa@m17n.org>
5533
5534 * international/characters.el: Add category '|' (word breakable)
5535 to fullwidth characters.
5536
3224b54d
MA
55372010-10-19 Michael Albinus <michael.albinus@gmx.de>
5538
5539 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
5540 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
5541 order to make stat results a float. Patch by Andreas Schwab
5542 <schwab@linux-m68k.org>.
5543
36ba6f07
JD
55442010-10-18 Julien Danjou <julien@danjou.info>
5545
5546 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
5547 hidden by `make-pointer-invisible'.
5548
43f964fc
SM
55492010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5550
5551 * files.el (locate-file-completion-table): Strip non-matching elements
5552 before checking length of list (bug#7238).
5553
e48eb343
CY
55542010-10-18 Chong Yidong <cyd@stupidchicken.com>
5555
5556 * custom.el (custom-theme-set-variables): Mark as a safe function.
5557 (load-theme): Check forms using unsafep.
5558
5559 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
5560
df987d70
AM
55612010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
5562
43f964fc
SM
5563 * textmodes/ispell.el (ispell-aspell-find-dictionary):
5564 Fix aspell data file searching (bug#7230).
df987d70 5565
29a4c45b
CY
55662010-10-16 Chong Yidong <cyd@stupidchicken.com>
5567
5568 * cus-theme.el (custom-theme--migrate-settings): New var.
5569 (customize-create-theme): Allow editing the `user' theme.
5570 (custom-theme-add-variable, custom-theme-add-var-1)
5571 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
5572 to the front of each variable or face widget.
5573 (custom-theme-write): Save theme settings in the correct order.
5574 Optionally, remove saved settings from user customizations.
43f964fc
SM
5575 (custom-theme-write-variables, custom-theme-write-faces):
5576 Save only the checked widgets.
29a4c45b
CY
5577 (customize-themes): Add a link for migrating custom settings.
5578
43f964fc
SM
5579 * custom.el (custom-declare-theme, provide-theme):
5580 Use custom-theme-name-valid-p.
29a4c45b
CY
5581 (custom-theme-name-valid-p): Remove checks that are now
5582 unnecessary since themes no longer obey load-path.
5583
5584 * cus-edit.el (custom-variable-value-create): For the simple
5585 style, hide documentation string when hidden.
5586
782b5e8d
CY
55872010-10-16 Chong Yidong <cyd@stupidchicken.com>
5588
647bc502
CY
5589 * cus-edit.el (custom-variable, custom-face): Combine the
5590 :inhibit-magic and :display-style properties into a single
5591 :custom-style property.
43f964fc
SM
5592 (custom-toggle-hide-variable, custom-toggle-hide-face):
5593 New functions. If hiding an edited value, save it to :shown-value.
5594 (custom-variable-value-create, custom-face-value-create): Use them.
647bc502
CY
5595 (custom-magic-reset): Allow magic property to be unset.
5596
782b5e8d
CY
5597 * custom.el: Custom themes no longer use load-path.
5598 (custom-theme-load-path): New option. Change built-in theme
5599 directory to etc/.
5600 (custom-enabled-themes): Add custom-theme-load-path dependency.
5601 (custom-theme--load-path): New function.
5602 (load-theme, custom-available-themes): Use it.
5603
5604 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
5605 (customize-themes): Link to custom-theme-load-path variable.
647bc502
CY
5606 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
5607 :custom-style property.
782b5e8d
CY
5608
5609 * themes/*.el: Moved to etc/.
5610
99f65cfa
RA
56112010-10-16 Ralf Angeli <angeli@caeruleus.net>
5612
5613 * textmodes/reftex-cite.el
5614 (reftex-extract-bib-entries-from-thebibliography): Do not move
5615 point when searching for \bibitem entries. Match entries with
5616 spaces or tabs in front of arguments.
5617
da16abfc
CY
56182010-10-16 Chong Yidong <cyd@stupidchicken.com>
5619
5620 * cus-theme.el (customize-create-theme): Delete overlays after
5621 erasing. If given a THEME arg, display only the faces of that arg
5622 instead of custom-theme--listed-faces.
5623 (custom-theme-variable-menu, custom-theme-variable-action)
43f964fc 5624 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
da16abfc
CY
5625 (custom-theme-add-variable, custom-theme-add-face): Apply value
5626 from the theme settings, instead of the current value.
5627 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
5628 (custom-theme-visit-theme): Allow calling outside theme buffers.
5629 (custom-theme-merge-theme): Don't enable the theme when merging.
5630 (custom-theme-write-variables, custom-theme-write-faces): Use the
5631 :shown-value properties to save buffer values, not global ones.
5632 (customize-themes): Display a warning about user customizations.
5633
5634 * cus-edit.el (custom-variable-value-create)
5635 (custom-face-value-create): Obey new special properties
5636 :shown-value and :inhibit-magic.
5637
aa095b2d
MA
56382010-10-15 Michael Albinus <michael.albinus@gmx.de>
5639
5640 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3224b54d
MA
5641 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
5642 <dale@codefu.org>.
aa095b2d 5643
7ca9cfda
KH
56442010-10-14 Kenichi Handa <handa@m17n.org>
5645
9650fc61
KH
5646 * mail/rmail.el (rmail-show-message-1): Catch an error of
5647 base64-decode-region and just show an error message (bug#7165).
5648
43f964fc 5649 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
7ca9cfda
KH
5650 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
5651 a font-spec (bug#7197).
5652
220d91b8 56532010-10-14 Glenn Morris <rgm@gnu.org>
7163badd
GM
5654
5655 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
5656
220d91b8 56572010-10-14 Juanma Barranquero <lekktu@gmail.com>
51e4f4a8 5658
c0943d3d
JB
5659 * international/mule.el (define-coding-system):
5660 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
51e4f4a8
JB
5661 * composite.el (compose-region): Fix typo in docstring.
5662
4983ddea
CY
56632010-10-14 Chong Yidong <cyd@stupidchicken.com>
5664
de43f11b
CY
5665 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
5666 only after checking the theme-face property.
5667
4983ddea
CY
5668 * faces.el (face-spec-reset-face): Reset all attributes in one
5669 single call to set-face-attribute.
5670 (face-spec-match-p): Make it a defsubst.
5671 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
5672 (x-create-frame-with-faces, tty-create-frame-with-faces)
5673 (tty-set-up-initial-frame-faces): Don't recompute face specs in
5674 frame-set-background-mode, since they are recomputed immediately
5675 afterwards in face-set-after-frame-default.
5676 (face-set-after-frame-default): Minor optimization.
5677 (cursor): Provide non-trivial defface spec.
5678
5679 * custom.el (custom-theme-recalc-face): Simplify.
5680
a974dcf2
JB
56812010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
5682
43f964fc 5683 * calc/calc-alg.el (math-var): Rename from `var'.
a974dcf2
JB
5684 (math-is-polynomial, math-is-poly-rec): Replace `var'
5685 with `math-var'.
5686
43f964fc 5687 * calc/calcalg2.el (math-var): Rename from `var'.
a974dcf2
JB
5688 (calcFunc-table, math-scan-for-limits): Replace `var'
5689 with `math-var'.
5690
10e4702a
GM
56912010-10-13 Glenn Morris <rgm@gnu.org>
5692
5693 * subr.el (last): Deal with dotted lists (reported in bug#7174).
5694
88f427d5
SB
56952010-10-13 Stephen Berman <stephen.berman@gmx.net>
5696
5697 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
5698
a1d16a7b
G
56992010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5700
5701 * net/tls.el (tls-program): Remove spurious %s from openssl.
5702 (tls-starttls-switches): Remove starttls hack.
5703 (open-tls-stream): Ditto.
5704 (tls-find-starttls-argument): Ditto.
5705
2e288d54
JB
57062010-10-13 Juanma Barranquero <lekktu@gmail.com>
5707
5708 * image.el (image-library-alist): Declare as obsolete alias.
5709 (image-type-available-p): Use `dynamic-library-alist'.
5710
5711 * term/w32-win.el (dynamic-library-alist):
5712 Use instead of `image-library-alist'.
5713
35744400
IS
57142010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
5715
5716 * subr.el (last): Make it faster. (Bug#7174)
5717
290fe464
RO
57182010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
5719
5720 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
5721
2919746c
CY
57222010-10-12 Chong Yidong <cyd@stupidchicken.com>
5723
5724 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
5725 (describe-theme-1): Extract doc from unloaded themes.
5726
5727 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
5728
5729 * themes/tango-theme.el:
5730 * themes/tango-dark-theme.el:
5731 * themes/wheatgrass-theme.el: New files.
5732
6b09b5d1
CY
57332010-10-12 Chong Yidong <cyd@stupidchicken.com>
5734
5735 * cus-theme.el (describe-theme, customize-themes)
5736 (custom-theme-save): New commands.
5737 (custom-new-theme-mode-map): Bind C-x C-s.
5738 (custom-new-theme-mode): Use custom--initialize-widget-variables.
5739 (customize-create-theme): New optional arg THEME.
5740 (custom-theme-revert): Use it.
5741 (custom-theme-visit-theme): Remove dead code.
5742 (custom-theme-merge-theme): Use custom-available-themes.
5743 (custom-theme-write): Make interactive.
5744 (custom-theme-write): Use custom-theme-name-valid-p.
5745 (describe-theme-1, custom-theme-choose-revert)
5746 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
5747 New funs.
5748 (custom-theme-allow-multiple-selections): New option.
5749 (custom-theme-choose-mode): New major mode.
5750
43f964fc
SM
5751 * custom.el (custom-theme-set-variables): Remove dead code.
5752 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
5753 (custom--inhibit-theme-enable): New var.
5754 (provide-theme): Obey it.
5755 (load-theme): Replace load with manual read/eval, in order to
5756 check for correctness. Use custom-theme-name-valid-p.
5757 (custom-theme-name-valid-p): New function.
5758 (custom-available-themes): Use it.
5759
5760 * cus-edit.el (custom--initialize-widget-variables): New function.
5761 (Custom-mode): Use it.
5762
43f964fc
SM
5763 * cus-face.el (custom-theme-set-faces): Remove dead code.
5764 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
5765
5766 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
5767
16366259
JB
57682010-10-12 Juanma Barranquero <lekktu@gmail.com>
5769
cb7d821e 5770 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
16366259 5771
4c14013d 57722010-10-12 Jan Djärv <jan.h.d@swipnet.se>
9386ae12 5773
4c14013d
JB
5774 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
5775 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
5776 (mac-right-option-modifier): New alias for ns-right-option-modifier.
5777
5778 * cus-start.el (all): ns-right-alternate-modifier is new.
9386ae12 5779
4c14013d 57802010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4c528197
SM
5781
5782 * emacs-lisp/lisp.el (lisp-completion-at-point):
5783 Use emacs-lisp-mode-syntax-table for the whole function.
5784
4c14013d 57852010-10-12 David Koppelman <koppel@ece.lsu.edu>
c58059f2
DK
5786
5787 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
4c528197
SM
5788 instead of font-lock-mode before adding keywords.
5789 Remove hi-lock-mode off code. Remove inhibit hack.
c58059f2
DK
5790 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
5791 non-nil; removed hook inhibit hack.
5792
4c14013d 57932010-10-12 Glenn Morris <rgm@gnu.org>
c7d6d8a1 5794
d15f9a2b
GM
5795 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
5796 (load-path-shadows-find): ... to this.
5797 (list-load-path-shadows): Update for above change.
5798
c7d6d8a1
GM
5799 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
5800
f0b7f5a8
KY
58012010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
5802
5803 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
5804 Fix comment for declare-function.
5805
05d22d02
CY
58062010-10-11 Chong Yidong <cyd@stupidchicken.com>
5807
5808 * custom.el (custom-fix-face-spec): New function; code moved from
5809 custom-face-edit-fix-value.
5810 (custom-push-theme): Use it when checking if a face has been
5811 changed outside customize.
5812 (custom-available-themes): New function.
5813 (load-theme): Use it.
5814
43f964fc 5815 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
05d22d02
CY
5816
5817 * custom.el (custom-push-theme): Cleanup (use cond).
5818 (disable-theme): Recompute the saved-face property.
5819 (custom-theme-recalc-face): Follow face alias before setting prop.
5820
43f964fc
SM
5821 * image.el (image-checkbox-checked, image-checkbox-unchecked):
5822 New variables, containing checkbox images.
05d22d02
CY
5823
5824 * startup.el (fancy-startup-tail):
5825 * wid-edit.el (checkbox): Use them.
5826
293e7c22
DN
58272010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
5828
a0310a6c
DN
5829 * shell.el (shell-mode-map):
5830 * progmodes/modula2.el (m2-mode-map):
5831 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
5832 * play/mpuz.el (mpuz-mode-map):
5833 * play/landmark.el (lm-mode-map):
5834 * play/decipher.el (decipher-mode-map):
5835 * play/5x5.el (5x5-mode-map):
5836 * net/telnet.el (telnet-mode-map):
5837 * net/quickurl.el (quickurl-list-mode-map):
5838 * net/mairix.el (mairix-searches-mode-map):
5839 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
5840 * net/dig.el (dig-mode-map):
5841 * mail/mspools.el (mspools-mode-map):
5842 * hexl.el (hexl-mode-map):
5843 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
5844 (wordstar-C-o-map, wordstar-C-q-map):
5845 * emacs-lisp/edebug.el (edebug-eval-mode-map):
5846 * emacs-lisp/chart.el (chart-map):
5847 * edmacro.el (edmacro-mode-map):
5848 * erc/erc-list.el (erc-list-menu-mode-map):
5849 * array.el (array-mode-map): Declare and define in one step.
5850
293e7c22
DN
5851 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
5852
446b12da
DU
58532010-10-10 Daiki Ueno <ueno@unixuser.org>
5854
5855 * epa.el (epa-passphrase-callback-function): Display filename
5856 passed as the 3rd arg.
43f964fc
SM
5857 * epa-file.el (epa-file-passphrase-callback-function):
5858 Pass filename to epa-passphrase-callback-function.
446b12da 5859
76c16af8
CY
58602010-10-09 Chong Yidong <cyd@stupidchicken.com>
5861
5862 * cus-edit.el (custom-face-widget-to-spec)
5863 (custom-face-get-current-spec, custom-face-state): New functions.
5864 (custom-face-set, custom-face-mark-to-save)
5865 (custom-face-value-create, custom-face-state-set): Use them.
5866
5867 * cus-theme.el (custom-theme--listed-faces): New var.
5868 (customize-create-theme): Use *Custom Theme* as the buffer name.
5869 Set revert-buffer-function. Optional arg BUFFER. Insert all
5870 faces listed in custom-theme--listed-faces.
5871 (custom-theme-revert): New function.
5872 (custom-theme-add-variable, custom-theme-add-face): Insert at the
5873 bottom of the list.
5874 (custom-theme-write): Prompt for theme name if empty.
5875 (custom-theme-write-variables): Use dolist.
5876 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
5877
e15f8aaa
AM
58782010-10-09 Alan Mackenzie <acm@muc.de>
5879
5880 Enhance fontification of declarators to take account of the
5881 presence/absence of "typedef".
5882
5883 * cc-engine.el (c-forward-type): New &optional param
5884 "brace-block-too".
5885 (c-forward-decl-or-cast-1): cdr of return value now indicates the
43f964fc 5886 presence of either or both of a "struct"-like keyword and "typedef".
e15f8aaa
AM
5887
5888 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
5889 fontification of declarators which follow a "}".
5890 (c-font-lock-declarations): Fontify declarators according to the
5891 presence/absence of "typedef".
5892
5893 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
5894 for "typedef".
5895 (c-typedef-decl-key): New lang variable built from
5896 c-typedef-decl-kwds.
5897
cf321e50
LMI
58982010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5899
77aec221
LMI
5900 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
5901 since that's too annoying. Move the filter groups commands to
5902 TAB/backtab.
5903
7450df5d
LMI
5904 * epa.el (epa-passphrase-callback-function): Say what we're
5905 querying the password for.
5906
cf321e50 5907 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
43f964fc 5908 behaviour, don't bury the ibuffer buffer when visiting other buffers.
cf321e50 5909
587faadd
CY
59102010-10-08 Chong Yidong <cyd@stupidchicken.com>
5911
5912 * cus-edit.el (custom-commands, custom-buffer-create-internal)
5913 (custom-magic-value-create): Pad button tags with spaces.
5914 (custom-face-edit): New variable.
5915 (custom-face-value-create): Determine whether to use the usual
43f964fc
SM
5916 face editor here, instead of using custom-face-selected.
5917 Pass face defaults to custom-face-edit widget.
587faadd
CY
5918 (custom-face-selected, custom-display-unselected): Delete widgets.
5919 (custom-display-unselected-match): Function removed.
43f964fc
SM
5920 (custom-face-set, custom-face-mark-to-save):
5921 Accept custom-face-edit widgets as the direct widget child.
587faadd
CY
5922
5923 * wid-edit.el (widget--completing-widget): New var.
5924 (widget-default-complete): Bind it when doing completion.
5925 (widget-string-complete, widget-file-complete): Use it.
5926
a1ab97d0
GM
59272010-10-09 Glenn Morris <rgm@gnu.org>
5928
85d50db7
GM
5929 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
5930 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
5931 (holiday-hebrew-misc): Small simplifications.
5932
3fb78d1f
GM
5933 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
5934
a1ab97d0
GM
5935 * net/browse-url.el: Don't require thingatpt, term, dired,
5936 executable, or w3-auto when compiling.
5937 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
5938 Declare.
5939 (browse-url-text-emacs): Require term.
5940
2187e5bb
AS
59412010-10-08 Andreas Schwab <schwab@linux-m68k.org>
5942
5943 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
5944
e5d49589
GM
59452010-10-08 Glenn Morris <rgm@gnu.org>
5946
5823f53f
GM
5947 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
5948
e5d49589
GM
5949 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
5950 (shadows-compare-text-p): Make it an obsolete alias for...
5951 (load-path-shadows-compare-text): ... new name.
5952 (find-emacs-lisp-shadows): Update for above name change.
5953 (load-path-shadows-same-file-or-nonexistent): New name for the old
5954 shadow-same-file-or-nonexistent.
5955
4628bef1 59562010-10-08 Chong Yidong <cyd@stupidchicken.com>
397ae226
CY
5957
5958 * minibuffer.el (completion--some, completion--do-completion)
5959 (minibuffer-complete-and-exit, minibuffer-completion-help)
5960 (completion-basic-try-completion)
5961 (completion-basic-all-completions)
5962 (completion-pcm--find-all-completions): Use lexical-let to
5963 avoid some false matches in variable completion (Bug#7056)
5964
4628bef1 59652010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
8686a5ea
OOS
5966
5967 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
5968
4628bef1 59692010-10-08 Leo <sdl.web@gmail.com>
83b8ea28
LL
5970
5971 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
5972 return non-nil if the file exists (Bug#7090).
5973
4628bef1 59742010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
55586d2a
SM
5975
5976 * minibuffer.el (completion--replace):
5977 Better preserve markers (bug#7138).
5978
4628bef1 59792010-10-08 Juanma Barranquero <lekktu@gmail.com>
2b7ba565
JB
5980
5981 * server.el (server-process-filter): Doc fix.
5982
4628bef1 59832010-10-08 Drew Adams <drew.adams@oracle.com>
53ad04fc
DA
5984
5985 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
5986
e4adf61e
GM
59872010-10-08 Glenn Morris <rgm@gnu.org>
5988
24ac444f
GM
5989 * vc/ediff-wind.el (ediff-setup-control-frame):
5990 * vc/ediff-ptch.el (ediff-default-backup-extension):
5991 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
5992 (ediff-exec-process): Remove system-types emx, windows-95.
5993
e4adf61e
GM
5994 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
5995
61328d7c
CY
59962010-10-07 Chong Yidong <cyd@stupidchicken.com>
5997
5998 * cus-edit.el (custom-variable, custom-face): Doc fix.
5999 (custom-face-edit): Add value-create attribute.
6000 (custom-face-edit-value-create)
43f964fc
SM
6001 (custom-face-edit-value-visibility-action): New functions.
6002 Hide unused face attributes by default, and add a visibility toggle.
61328d7c
CY
6003 (custom-face-edit-deactivate): Show empty values with shadow face.
6004 (custom-face-selected): Only use this for face specs with default
6005 attributes.
6006 (custom-face-value-create): Cleanup.
6007
6008 * wid-edit.el (widget-checklist-value-create): Use dolist.
6009 (widget-checklist-match-find): Make second arg optional.
6010
ac44263a
GM
60112010-10-07 Glenn Morris <rgm@gnu.org>
6012
849b02b4
GM
6013 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
6014 Prefix things.
6015
ac44263a
GM
6016 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
6017 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
6018 load-path-shadows-mode, update references.
06d9ef85
GM
6019 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
6020 Rename variable and button.
6021 (list-load-path-shadows): Update button caller.
ac44263a 6022
29c72a6e
SM
60232010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6024
6025 * emacs-lisp/smie.el (smie-bnf-classify): New function.
6026 (smie-bnf-precedence-table): Use it to remember the closers/openers.
6027 (smie-merge-prec2s): Handle those new entries.
6028 (smie-prec2-levels): Only set precedence to nil for actual
6029 openers/closers.
6030 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
6031 that is now unnecessary.
6032
775f75bc 60332010-10-07 Miles Bader <miles@gnu.org>
07ff7702
MB
6034
6035 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
6036
7e1e2a6e
GM
60372010-10-07 Glenn Morris <rgm@gnu.org>
6038
58d1ac6d
GM
6039 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
6040 (mail-position-on-field): Remove declarations.
6041 (mail-position-on-field): Autoload it.
6042 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
6043 and mail-header-end. Don't require sendmail.
6044
7b9235ad
GM
6045 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
6046 (shadow-mode): New mode.
6047 (shadow-find-file): New button.
6048 (list-load-path-shadows): Use shadow-mode and buttons.
6049
52da2182
GM
6050 * iimage.el (iimage-version): Remove.
6051 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
6052 Turn into defcustoms.
6053 (iimage-mode-map): Give it a doc string.
6054
7e1e2a6e
GM
6055 * calendar/appt.el (appt-activate): Give a warning rather than an error
6056 if there is no diary-file.
6057
e44eccd7
MA
60582010-10-06 Michael Albinus <michael.albinus@gmx.de>
6059
29c72a6e
SM
6060 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6061 Use `tramp-handle-find-backup-file-name'.
e44eccd7 6062
4583e796
GM
60632010-10-06 Glenn Morris <rgm@gnu.org>
6064
6aecca99
GM
6065 * font-core.el (font-lock-defaults-alist): Remove variable.
6066 (font-lock-mode): Doc fix.
6067 (font-lock-default-function): Do not consult font-lock-defaults-alist.
6068 * font-lock.el (font-lock-refresh-defaults): Doc fix.
6069 (font-lock-set-defaults): Doc fix.
6070 Do not consult font-lock-defaults-alist.
6071
645a6257
GM
6072 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
6073
4583e796
GM
6074 * emacs-lisp/cl.el: No longer provide cl-19.
6075
bd8fadca
MA
60762010-10-05 Michael Albinus <michael.albinus@gmx.de>
6077
6078 * net/tramp.el (tramp-handle-directory-files-and-attributes)
6079 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
6080 New defuns, taken from tramp-smb.el.
6081 (tramp-coding-system-change-eol-conversion)
43f964fc 6082 (tramp-set-process-query-on-exit-flag): Remove.
bd8fadca 6083
43f964fc 6084 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
bd8fadca
MA
6085 (tramp-compat-coding-system-change-eol-conversion)
6086 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
6087 from tramp.el.
6088
6089 * net/tramp-gvfs.el:
6090 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
6091 by `tramp-compat-set-process-query-on-exit-flag'.
6092
43f964fc
SM
6093 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6094 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
6095 `tramp-handle-file-exists-p' and
6096 `tramp-handle-file-newer-than-file-p'.
6097 (tramp-imap-handle-file-exists-p)
6098 (tramp-imap-handle-file-executable-p)
6099 (tramp-imap-handle-file-readable-p)
6100 (tramp-imap-handle-directory-files-and-attributes)
43f964fc 6101 (tramp-imap-handle-file-newer-than-file-p): Remove.
bd8fadca
MA
6102
6103 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
6104 by `tramp-compat-set-process-query-on-exit-flag' and
6105 `tramp-coding-system-change-eol-conversion' by
6106 `tramp-compat-coding-system-change-eol-conversion'.
6107
43f964fc
SM
6108 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6109 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
6110 `tramp-handle-file-exists-p' and
6111 `tramp-handle-file-newer-than-file-p'.
6112 (tramp-smb-handle-directory-files-and-attributes)
6113 (tramp-smb-handle-file-exists-p)
43f964fc
SM
6114 (tramp-smb-handle-file-newer-than-file-p): Remove.
6115 (tramp-smb-maybe-open-connection):
6116 Replace `tramp-set-process-query-on-exit-flag' by
bd8fadca
MA
6117 `tramp-compat-set-process-query-on-exit-flag'.
6118
726c5357
GM
61192010-10-05 Glenn Morris <rgm@gnu.org>
6120
6121 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
6122
4a93e698
MA
61232010-10-04 Michael Albinus <michael.albinus@gmx.de>
6124
6125 Continue reorganization of load dependencies. (Bug#7156)
6126
6127 * net/tramp.el (tramp-handle-file-local-copy-hook)
6128 (tramp-delete-temp-file-function): Move down.
6129 (tramp-exists-file-name-handler): Move up.
6130 (tramp-register-file-name-handlers): Simplify autoload.
6131 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
6132 (tramp-handle-directory-files, tramp-handle-dired-uncache)
6133 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
6134 (tramp-handle-file-name-completion)
6135 (tramp-handle-file-name-directory)
6136 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
6137 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
6138 (tramp-handle-find-backup-file-name)
6139 (tramp-handle-insert-file-contents, tramp-handle-load)
6140 (tramp-handle-substitute-in-file-name)
6141 (tramp-handle-unhandled-file-name-directory)
6142 (tramp-mode-string-to-int, tramp-local-host-p)
43f964fc 6143 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
4a93e698
MA
6144
6145 * net/tramp-gvfs.el (top):
6146 * net/tramp-smb.el (top): Do not require 'tramp-sh.
6147
6148 * net/tramp-sh.el (all): Move several objects to tramp.el, see
6149 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
6150
b4593555
GM
61512010-10-04 Glenn Morris <rgm@gnu.org>
6152
6153 * calendar/appt.el (appt-add): Ensure reminders are enabled.
6154 (appt-activate): Give status messages.
6155
8762aa10
TZ
61562010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6157
6158 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
6159 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
43f964fc
SM
6160 `gnutls-negotiate' (formerly `starttls-negotiate').
6161 Remove trivial wrapper `starttls-open-stream'.
8762aa10 6162
82fb8701
DN
61632010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6164
6165 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
6166 log-outgoing commands.
6167 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
6168 to create a buffer local revert-buffer-function variable.
6169 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
6170 revert-buffer-function lambda.
6171
c1ae068b
LMI
61722010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6173
6174 * net/gnutls.el (starttls-negotiate): Use the plist interface to
43f964fc
SM
6175 `gnutls-boot'. Make TYPE the only required parameter.
6176 Allow TRUSTFILES and KEYFILES to be lists.
c1ae068b
LMI
6177 (open-ssl-stream): Use it.
6178
67141a37
GM
61792010-10-03 Glenn Morris <rgm@gnu.org>
6180
77f38949
GM
6181 * subr.el (directory-sep-char): Remove obsolete variable.
6182 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
6183 it is "necessary".
6184
67141a37
GM
6185 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
6186 * vc/vc.el (vc-static-header-alist): Doc fix.
6187 * vc/vc-cvs.el (vc-cvs-header):
6188 * vc/vc-rcs.el (vc-rcs-header):
6189 * vc/vc-sccs.el (vc-sccs-header):
6190 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
6191 * obsolete/vc-mcvs.el (vc-mcvs-header):
6192 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
6193 on XEmacs.
6194
96bcef2e
CY
61952010-10-03 Chong Yidong <cyd@stupidchicken.com>
6196
43f964fc
SM
6197 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
6198 Remove obsolete use of binary-overwrite-mode (Bug#7001).
96bcef2e 6199
ef47f179
GM
62002010-10-03 Glenn Morris <rgm@gnu.org>
6201
01c35094 6202 * obsolete/x-menu.el: Remove file, obsolete since 21.1.
0437978e 6203
aee3c6f7
GM
6204 * textmodes/rst.el (rst-font-lock-keywords-function):
6205 Drop Emacs 20 code.
6206
f88cd114
GM
6207 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
6208
6abfe35f
GM
6209 * printing.el: Drop Emacs 20 code.
6210
59e31cfa
GM
6211 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
6212 without having used appt.el already).
6213
922ad43e
GM
6214 * subr.el (make-local-hook): Remove function obsolete since 21.1.
6215 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
6216 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
6217 XEmacs.
6218 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
6219 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
6220
ef47f179
GM
6221 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
6222 (charset-width, find-charset-region, chars-in-region, forward-point)
6223 (encode-coding-string, coding-system-p, ccl-execute-on-string)
6224 (define-ccl-program, multibyte-string-p, string-make-multibyte):
6225 Remove compatibility cruft (none of these are used by ps*.el).
6226
ac6ca7ba
KR
62272010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6228
6229 * subr.el (booleanp): Return t instead of a list (Bug#7086).
6230
2a847524
CY
62312010-10-03 Chong Yidong <cyd@stupidchicken.com>
6232
43f964fc
SM
6233 * server.el (server-process-filter, server-return-error):
6234 Give emacsclient time to shut down after receiving an error string.
2a847524 6235
4bc3c53d
MA
62362010-10-02 Michael Albinus <michael.albinus@gmx.de>
6237
6238 * files.el (remote-file-name-inhibit-cache): New defcustom.
6239
43f964fc
SM
6240 * time.el (display-time-file-nonempty-p):
6241 Use `remote-file-name-inhibit-cache'.
4bc3c53d 6242
43f964fc
SM
6243 * net/tramp.el (tramp-completion-reread-directory-timeout):
6244 Fix docstring.
4bc3c53d
MA
6245
6246 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
6247 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
6248 `remote-file-name-inhibit-cache'. Check also for an integer
6249 value. Add/increase counter when `tramp-verbose' >= 10.
6250 (tramp-set-file-property): Add/increase counter when
6251 `tramp-verbose' >= 10.
6252
6253 * net/tramp-cmds.el (tramp-cleanup-all-connections)
6254 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
6255 (tramp-bug): Set tramp-autoload cookie. Report all interned
6256 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
6257 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
6258 characters only in strings.
6259
6260 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
6261 to backward compatibility.
6262
6263 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
6264 (tramp-handle-file-name-all-completions)
43f964fc
SM
6265 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
6266 (tramp-open-connection-setup-interactive-shell):
6267 Call `tramp-cleanup-connection' directly.
4bc3c53d 6268
9c524fcb
GM
62692010-10-02 Glenn Morris <rgm@gnu.org>
6270
3226d6ca
GM
6271 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
6272
6273 * subr.el (char-bytes): Remove obsolete function.
6274
6275 * isearch.el (isearch-return-char): Remove obsolete function.
6276
6277 * mouse.el: No longer provide mldrag.
6278 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
6279 Remove obsolete aliases.
6280
6281 * comint.el (comint-kill-output): Remove obsolete alias.
6282
6283 * composite.el (decompose-composite-char): Remove obsolete function.
6284 * ps-def.el (decompose-composite-char): Remove unused function.
6285
6286 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
6287
6288 * outline.el (outline-visible): Remove obsolete function.
6289
6290 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
6291 * faces.el (internal-find-face, internal-get-face)
6292 (frame-update-faces, frame-update-face-colors)
6293 (x-frob-font-weight, x-frob-font-slant)
6294 (internal-frob-font-weight, internal-frob-font-slant)
6295 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
6296 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
6297 (x-make-font-bold-italic): Remove functions and aliases, obsolete
6298 since Emacs 21.1.
6299 * emulation/viper-util.el (viper-get-face):
6300 * obsolete/lucid.el (find-face, get-face): Use facep.
6301 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
6302 Remove unused functions.
6303 * vc/ediff-util.el (ediff-submit-report): Doc fix.
6304
9c524fcb
GM
6305 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
6306 delete tempfile if interrupted during compilation.
6307
aecb42aa
LMI
63082010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6309
6310 * net/tls.el (tls-starttls-switches): Give up on using starttls with
6311 gnutls-cli.
6312 (tls-program): Add --insecure to be consistent with the defaults from
6313 openssl s_client. Now all three commands are insecure.
6314
73077a9a
EZ
63152010-10-01 Eli Zaretskii <eliz@gnu.org>
6316
6317 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
6318 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
6319 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
6320
1ef075bb
GM
63212010-10-01 Glenn Morris <rgm@gnu.org>
6322
1fcaf927
GM
6323 * obsolete/sc.el: Remove file.
6324
1ef075bb
GM
6325 * files.el (temporary-file-directory): On darwin, also try
6326 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
6327
a16f5f64
JB
63282010-10-01 Juanma Barranquero <lekktu@gmail.com>
6329
6330 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
6331 Let's not break compatibility gratuitously, shall we?
6332
6b958814
G
63332010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6334
47e08896 6335 * net/tls.el (tls-starttls-switches): New variable.
6b958814
G
6336 (tls-find-starttls-argument): Use it.
6337 (open-tls-stream): Ditto.
6338
47e08896 6339 * net/netrc.el (netrc-credentials): Return the value of the "default"
6b958814
G
6340 entry.
6341 (netrc-machine): Ditto.
6342
cad90f3b
EZ
63432010-09-30 Eli Zaretskii <eliz@gnu.org>
6344
6345 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
6346
968ef9b4
JB
63472010-09-30 Juanma Barranquero <lekktu@gmail.com>
6348
6349 * server.el (server-start): Don't write pid to the authentication file.
6350 (server-create-tty-frame): Don't send pid.
6351 (server-process-filter): Send pid at the start of every connection.
6352
3536dea8
GM
63532010-09-30 Glenn Morris <rgm@gnu.org>
6354
8e378d88
GM
6355 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
6356 (show-all-diary-entries): Remove obsolete function aliases.
6357
3536dea8
GM
6358 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
6359 Remove options, obsolete since 22.1.
6a7662bb
BR
6360 (appt-display-format, appt-display-message):
6361 Remove backwards-compatibility code.
3536dea8
GM
6362 (appt-check): No longer check appt-issue-message.
6363 (appt-make-list): No longer autoload it. Doc fix. No longer
6364 activate the package.
6365
df7fcaff
LMI
63662010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6367
6368 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
bac5cef8
LMI
6369 (starttls-negotiate): Just call boot, and let the handshake be
6370 triggered from the read loop.
df7fcaff 6371
c2828614
GM
63722010-09-29 Glenn Morris <rgm@gnu.org>
6373
17a46341
GM
6374 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
6375 not displaying the diary.
6376 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
6377 * calendar/appt.el (appt-check): No longer need to kill diary.
6378
7161e329
GM
6379 * calendar/diary-lib.el (diary-list-entries): Move the
6380 "Preparing..." message entirely here.
6381 (diary-simple-display, diary-fancy-display): Move "Preparing..."
6382 messages to diary-list-entries.
6383 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
6384 diary-display-function.
6385
d0de6cba
GM
6386 * calendar/diary-lib.el (diary-include-other-diary-files):
6387 Trap some recursive includes.
6388
c2828614
GM
6389 * calendar/appt.el (appt-activate): Check diary file.
6390
0c43b6f8
KY
63912010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
6392
6393 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
6394 construction.
6395
6396 * calendar/time-date.el: No need to require cl for Emacs 21.
6397
97ce2730
GM
63982010-09-28 Glenn Morris <rgm@gnu.org>
6399
6400 * calendar/appt.el (appt-check): Minor simplification.
6401
e0a185ae
KY
64022010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6403
6404 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
6405 citation prefix.
6406
c19f76a1
AS
64072010-09-27 Andreas Schwab <schwab@linux-m68k.org>
6408
95b6d681
JB
6409 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6410 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
c19f76a1 6411
fd057fd2
KH
64122010-09-27 Kenichi Handa <handa@m17n.org>
6413
6414 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
6415 "ustar" format.
6416
368b3544
KH
64172010-09-27 Kenichi Handa <handa@m17n.org>
6418
6419 * international/mule.el (define-coding-system): Docstring fixed.
6420
6421 * international/mule-diag.el (describe-character-set): Use princ
6422 with proper print-length and print-level instead of insert.
6423
95b6d681 64242010-09-27 Juanma Barranquero <lekktu@gmail.com>
fb5f3a23
JB
6425
6426 * window.el (walk-windows): Doc fix (bug#7105).
6427
99368725
SM
64282010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6429
6430 * emacs-lisp/float-sup.el (e): Remove.
6431
8ed70bf3
LMI
64322010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6433
6434 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
6435 variable.
6436 (starttls-negotiate): Use it.
6437
d2e9d0bb
LMI
64382010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6439
6440 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
6441 back.
6442
15413fb4
SM
64432010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6444
6445 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
6446
1821a7b4
LMI
64472010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6448
6303aba1
LMI
6449 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
6450
1821a7b4
LMI
6451 * net/netrc.el (netrc-store-data): New function.
6452
8af55556
TZ
64532010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
6454
6455 * net/gnutls.el: GnuTLS glue code to set up a connection.
6456
42343747
JD
64572010-09-25 Julien Danjou <julien@danjou.info>
6458
6459 * notifications.el: Call dbus-register-signal only if it is bound.
6460
ec60da52
GM
64612010-09-25 Glenn Morris <rgm@gnu.org>
6462
6463 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6464 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
6465 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
6466 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
6467 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
6468 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
6469 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
6470 * eshell/esh-util.el, eshell/esh-var.el:
6471 Remove leading `*' from docs of faces and defcustoms.
6472
4c964351
UM
64732010-09-25 Ulrich Mueller <ulm@gentoo.org>
6474
6475 * eshell/em-ls.el (eshell-ls-archive-regexp):
6476 * eshell/esh-util.el (eshell-tar-regexp):
6477 * ibuffer.el (ibuffer-compressed-file-name-regexp):
6478 * info.el (Info-suffix-list):
6479 * international/mule.el (auto-coding-alist):
6480 * woman.el (woman-file-regexp, woman-file-compression-regexp):
6481 * progmodes/etags.el (tags-compression-info-list):
6482 Support xz compression.
6483
41f54b73
CY
64842010-09-25 Chong Yidong <cyd@stupidchicken.com>
6485
6486 * files.el (get-free-disk-space): Don't assume the "df" output
6487 columns line up (Bug#6995).
6488
40b1a3a9
JB
64892010-09-25 Juanma Barranquero <lekktu@gmail.com>
6490
6491 * finder.el (finder-unknown-keywords):
6492 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
6493 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
6494
ba3033ee
JB
64952010-09-25 Juanma Barranquero <lekktu@gmail.com>
6496
6497 * server.el (server-start): Revert part of 2010-08-08 change. Using
6498 address 127.0.0.1 for local host is now done in Fmake_network_process.
6499
5e339ee2
GM
65002010-09-24 Glenn Morris <rgm@gnu.org>
6501
6502 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
6503 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
6504 * textmodes/css-mode.el, textmodes/dns-mode.el:
6505 Move autoloaded auto-mode-alist entries to files.el.
6506 * files.el (auto-mode-alist): Move entries here.
6507
af3ccb5c
GM
65082010-09-23 Glenn Morris <rgm@gnu.org>
6509
6510 * isearch.el (isearch-lazy-highlight-cleanup)
6511 (isearch-lazy-highlight-initial-delay)
6512 (isearch-lazy-highlight-interval)
6513 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
6514 * net/net-utils.el (ipconfig-program-options):
6515 Move aliases to options before the associated definitions.
6516
266a86bd 65172010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
c9805d23
SM
6518
6519 * newcomment.el (comment-normalize-vars): Better test validity of
6520 comment-end-skip.
6521
27ffea71 65222010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9e0d4f9e
SM
6523
6524 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
6525 (float-e): New name for `e'.
6526 (degrees-to-radians, radians-to-degrees):
6527 * calendar/solar.el (solar-longitude):
6528 * calculator.el (calculator-registers, calculator-funcall):
6529 * textmodes/artist.el (artist-spray-random-points):
6530 * play/bubbles.el (bubbles--initialize-images): Use new names.
6531
27ffea71 65322010-09-23 Eric M. Ludlam <zappo@gnu.org>
a2930e43
EL
6533
6534 Update to CEDET 1.0's version of EIEIO.
6535
9e0d4f9e
SM
6536 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
6537 New function.
a2930e43
EL
6538 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
6539 (eieio-default-eval-maybe): Eval val instead of unquoting only.
6540 (class-precedence-list): If class is nil, return nil.
6541 (eieio-generic-call): If class of first input arg is nil, don't
6542 look up static methods, and do check for primary methods.
6543 (initialize-instance): See if the default needs to be evaluated
6544 during the constructor.
6545 (eieio-perform-slot-validation-for-default): Don't do the check
6546 for values that will eventually be evaluated.
6547 (eieio-eval-default-p): New function.
6548 (eieio-default-eval-maybe): Use it.
6549
27ffea71 65502010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
a2930e43
EL
6551
6552 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
6553 method-invocation-order.
6554 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
6555 (eieio-class-precedence-dfs): Compute class precedence list using
6556 dfs algorithm.
6557 (eieio-class-precedence-bfs): Compute class precedence list using
6558 bfs algorithm.
9e0d4f9e 6559 (eieio-class-precedence-c3): Compute class precedence list using
a2930e43
EL
6560 c3 algorithm.
6561 (class-precedence-list): New function.
6562 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
6563 (inconsistent-class-hierarchy): New error symbol.
6564 (call-next-method): Stow the replacement argument list for future
6565 call-next-method invocations.
6566
266a86bd 65672010-09-23 Glenn Morris <rgm@gnu.org>
87e798a7 6568
ea7f9ebf
GM
6569 * calendar/appt.el (appt-check): If not displaying the diary,
6570 use (diary 1) to only get the entries we need.
6571 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
6572 that it is in day order. (Bug#7019)
6573
1bf6d075
GM
6574 * calendar/appt.el (appt-check): Rather than showing the diary,
6575 just turn off invisible display, and only if needed.
6576
87e798a7
GM
6577 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
6578
1fc7dabf
GM
65792010-09-23 Glenn Morris <rgm@gnu.org>
6580
7a16788b
GM
6581 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6582 (byte-compile-defvar, byte-compile-cl-warn):
27ffea71 6583 Start warnings with lower-case, like the majority.
7a16788b 6584
19543b17
GM
6585 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
6586
54238e6d
GM
6587 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
6588
ce009d0b
GM
6589 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
6590 * files.el (auto-mode-alist): Move ld-script entries here, further down
6591 the list.
6592
7b344dfe
GM
6593 * vc/add-log.el: Don't require timezone when compiling.
6594 (timezone-make-date-sortable): Autoload it.
6595 (change-log-sortable-date-at): Don't require timezone.
6596 Use `ignore-errors'.
6597
d9703498
GM
6598 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6599 Move alias before definition, so it does not need autoloading.
6600
1fc7dabf
GM
6601 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
6602 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
6603 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
6604 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
6605 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
6606 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
6607 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
6608 * textmodes/tex-mode.el, textmodes/two-column.el:
6609 Remove leading `*' from docs of defcustoms etc.
6610
7676efad
TZ
66112010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
6612
6613 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
6614
b069e5a6
G
66152010-09-22 Dan Christensen <jdc@uwo.ca>
6616
6617 * calendar/time-date.el (date-to-time): Try using parse-time-string
6618 first before using the slower timezone-make-date-arpa-standard.
6619
1bf68d53
KY
66202010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
6621
6622 * calendar/time-date.el (format-seconds): Comment fix.
6623
cd205c76
GM
66242010-09-22 Glenn Morris <rgm@gnu.org>
6625
6626 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
6627 is not automatically buffer-local.
6628
4ddea91b
SM
66292010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6630
6631 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
6632 (smie-indent-comment): Be more careful with comment-start-skip.
6633 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
6634 (smie-indent-functions): Use them.
6635
b0f037ed
MA
66362010-09-21 Michael Albinus <michael.albinus@gmx.de>
6637
6638 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
6639
8cf1771a
JD
66402010-09-21 Jan Djärv <jan.h.d@swipnet.se>
6641
36a1b6db
JD
6642 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
6643 tool-bar-position. Don't modify frame parameters here.
180fb94a 6644 (menu-bar-options-save): Add tool-bar-position.
36a1b6db 6645
8cf1771a
JD
6646 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
6647
0097720d
SM
66482010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6649
5d8e0d5d
SM
6650 * textmodes/reftex-parse.el (reftex-what-macro)
6651 (reftex-context-substring): Let-bind forward-sexp-function to nil
6652 since we don't need/want to treat \begin...\end as a block (bug#7053).
6653
984edd22
SM
6654 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
6655
6656 * simple.el (blink-matching-open): Use syntax-class.
6657
3672149f
SM
6658 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
6659 Set invisibility spec for pascal's outline mode.
6660 (pascal-outline-change): Clean up calling convention.
6661 (pascal-show-all, pascal-hide-other-defuns): Update callers.
6662
549d0e1e
SM
6663 * progmodes/prolog.el (prolog-smie-forward-token)
6664 (prolog-smie-backward-token): New functions.
6665 (prolog-mode-variables): Use them to parse "!," correctly.
6666 Set up smie-blink-matching for ".".
6667
a9cb95dd
SM
6668 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
6669 and `end'.
6670 (ispell-region, ispell-process-line): Update users.
6671
de558d10
SM
6672 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
6673 point-min==1.
6674
94eb3112
SM
6675 * textmodes/ispell.el: Fix commenting convention.
6676 (ispell-parse-output): Simplify, use push.
6677 (ispell-region): Use match-string-no-properties.
6678 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
6679 (ispell-minor-mode): Use define-minor-mode.
6680 (ispell-message): Remove unused var `skip-regexp'.
6681 (ispell-add-per-file-word-list): Use dynamic let-binding.
6682 Try and use the proper comment marker.
6683
1f7f45a5
SM
6684 * mail/sendmail.el: Fix commenting convention.
6685 (sendmail-send-it): Use line-beginning-position.
6686
0097720d
SM
6687 * help-fns.el (describe-variable): Add original value, if applicable.
6688
596880ea
JB
66892010-09-20 Juanma Barranquero <lekktu@gmail.com>
6690
f0713411
JB
6691 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
6692
596880ea
JB
6693 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
6694
37c0347e
SM
66952010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6696
2bc01104
SM
6697 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
6698 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
6699 (smie-prec2-levels): Use them to better diagnose precedence cycles.
6700 (smie-blink-matching-check): Don't signal a mismatch if car is t.
6701 (smie-blink-matching-open): Rewrite to remove assumptions, so that
6702 something like "." can also be a closer.
6703 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
6704 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
6705 Rename internal functions to use "--". Update callers.
6706
e2c3f530
SM
6707 * frame.el (make-frame-names-alist): Don't list frames on other displays.
6708
37c0347e
SM
6709 * fringe.el (fringe-styles): New var.
6710 (fringe-mode, fringe-query-style): Use it.
6711
74790210
MM
67122010-09-18 Michael R. Mauger <mmaug@yahoo.com>
6713
6714 * progmodes/sql.el: Version 2.8
93acd23d 6715 (sql-login-params): Update widget structure; changes still needed.
74790210
MM
6716 (sql-product-alist): Add :list-all and :list-table features for
6717 SQLite, Postgres and MySQL products.
6718 (sql-redirect): Handle default value.
6719 (sql-execute, sql-execute-feature): New functions.
6720 (sql-read-table-name): New function.
93acd23d 6721 (sql-list-all, sql-list-table): New functions. User API.
74790210
MM
6722 (sql-mode-map, sql-interactive-mode-map): Add key definitions
6723 for above functions.
6724 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
6725 for above functions.
6726 (sql-postgres-login-params): Add user and database defaults.
6727 (sql-buffer-live-p): Bug fix.
93acd23d 6728 (sql-product-history): New variable.
35f52ed6 6729 (sql-read-product): New function. Use it.
74790210
MM
6730 (sql-set-product, sql-product-interactive): Use it.
6731 (sql-connection-history): New variable.
93acd23d 6732 (sql-read-connection): New function. Use it.
74790210
MM
6733 (sql-connect): New function.
6734 (sql-for-each-login): Redesign function interface.
6735 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
93acd23d
JB
6736 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
6737 (sql-comint): Check for program. Existing live buffer.
74790210
MM
6738 (sql-comint-postgres): Add port parameter.
6739
cec01cd2
SM
67402010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6741
6742 * emacs-lisp/warnings.el: Fix commenting convention.
6743 (display-warning): Use special mode and make the buffer read-only.
6744
c2a845b5
JB
67452010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
6746
6747 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
6748 empty string when it follows a repeated or optional pattern.
6749
f5632fb6
SM
67502010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6751
6752 * indent.el (indent-according-to-mode): Apply syntax-propertize.
6753 (indent-region): Use indent-according-to-mode.
6754
71b961e8
EZ
67552010-09-18 Eli Zaretskii <eliz@gnu.org>
6756
6757 * fringe.el (fringe-mode): Doc fix.
6758
dbbd7ad4
KRC
67592010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
6760
6761 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
6762 refreshing the preview buffer.
6763
b879a6e2
SM
67642010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6765
6766 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
6767 (latex-syntax-propertize-rules): New consts; replace
6768 tex-font-lock-syntactic-keywords.
6769 (tex-env-mark, latex-env-before-change): New functions.
6770 (latex-electric-env-pair-mode): New minor mode.
6771 (tex-font-lock-verb): Change arguments; do move point.
6772 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
6773 representation as a form of comment.
6774 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
6775 (doctex-syntax-propertize-rules): New const; replaces
6776 doctex-font-lock-syntactic-keywords.
6777 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
6778
6779 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
6780 (fortran-make-syntax-propertize-function): New function; replaces
6781 fortran-font-lock-syntactic-keywords.
6782 (fortran-mode): Use it.
6783 (fortran-line-length): Use it. Improve interactive spec.
6784
6785 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
6786 (syntax-propertize-rules): Add var-ref case. Fix offset computation
6787 when adding surrounding \(..\).
6788
6789 * progmodes/js.el (js-mode): Fix last change (bug#7054).
6790
4be520fb
SM
67912010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6792
269c197e
SM
6793 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
6794 Use with-current-buffer.
6795
4be520fb
SM
6796 * isearch.el (isearch-face): Rename from `isearch'.
6797 (isearch-highlight): Use new name.
6798
a67597d6
EZ
67992010-09-17 Eli Zaretskii <eliz@gnu.org>
6800
6801 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
6802 5, for `half' width fringes. (Bug#6933)
6803
31c381e8
SM
68042010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6805
3fe6ef4e
SM
6806 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6807 (byte-compile-defvar): "foo/bar" does not lack a prefix.
6808
31c381e8
SM
6809 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
6810
fb0cf781
J
68112010-09-17 Stephen Berman <stephen.berman@gmx.net>
6812
6813 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
6814 in calculating new frame position. Add more space between new and
6815 parent on the left (Bug#7048).
6816
1a9dc3b5
MA
68172010-09-17 Michael Albinus <michael.albinus@gmx.de>
6818
6819 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
6820 defmacro.
6821
dff0fdc3
CY
68222010-09-16 Chong Yidong <cyd@stupidchicken.com>
6823
31c381e8 6824 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
6e23d4a4 6825
117c96c7
CY
6826 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
6827 obsolete alias for x-selection-value.
6828
dff0fdc3
CY
6829 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
6830
c6f2191f
MA
68312010-09-16 Michael Albinus <michael.albinus@gmx.de>
6832
6833 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
6834 cookie.
6835
6139f995
MA
68362010-09-15 Michael Albinus <michael.albinus@gmx.de>
6837
6838 * net/tramp-compat.el (tramp-compat-with-temp-message)
6839 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
6840 (tramp-compat-process-put): New defuns.
6841
6842 * net/tramp.el (top):
6843 * net/tramp-gvfs.el (top):
6844 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
6845
31c381e8
SM
6846 * net/tramp.el (tramp-progress-reporter-update):
6847 Use `tramp-compat-funcall'.
6139f995
MA
6848
6849 * net/tramp.el (tramp-process-actions):
0dc3e410
MA
6850 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
6851 * net/tramp-sh.el (tramp-handle-vc-registered)
31c381e8
SM
6852 (tramp-get-remote-stat, tramp-get-remote-readlink):
6853 Use `tramp-compat-with-temp-message'.
6139f995
MA
6854
6855 * net/tramp-sh.el (top): Require 'cl.
6856 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
31c381e8
SM
6857 (tramp-open-connection-setup-interactive-shell):
6858 Use `tramp-compat-process-put'.
6139f995 6859
22c3ce97
AM
68602010-09-15 Alan Mackenzie <acm@muc.de>
6861
6862 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
6863 indentation.
a4ee83cc 6864 (c-forward-<>-arglist-recur): Fix an infinite recursion.
22c3ce97 6865
4f1e9960
SM
68662010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6867
6868 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
6869 `lexical' for warnings related to lexical scoping.
6870 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
6871 global vars which don't have a prefix and could hence affect lexical
6872 scoping in unrelated files.
6873
01e80360
LMI
68742010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6875
6876 * net/imap.el: Revert back to version
6877 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6878 seem problematic.
6879
5e2a84e3
JB
68802010-09-14 Juanma Barranquero <lekktu@gmail.com>
6881
6882 * obsolete/old-whitespace.el (whitespace-unload-function):
6883 Explicitly pass `obarray' to `unintern' to avoid a warning.
6884
f3a30a50
SM
68852010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6886
6887 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
6888 Add `when' argument. Update callers.
6889
6890 * subr.el (unintern): Declare the obarray arg mandatory.
6891
92b99a01
GM
68922010-09-14 Glenn Morris <rgm@gnu.org>
6893
67ae9766
GM
6894 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
6895 Doc fixes.
6896
92b99a01
GM
6897 * calendar/diary-lib.el (diary-included-files): New variable.
6898 (diary-list-entries): Maybe initialize diary-included-files.
6899 (diary-include-other-diary-files): Append to diary-included-files.
6900 * calendar/appt.el (appt-update-list): Also check the members of
6901 diary-included-files. (Bug#6999)
08151ec5 6902 (appt-check): Doc fix.
92b99a01 6903
6664fc59 69042010-09-14 David Reitter <david.reitter@gmail.com>
5a66ed0f
DR
6905
6906 * simple.el (line-move-visual): Do not truncate goal column to
6907 integer size. (Bug#7020)
6908
6664fc59 69092010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
dba28758
SM
6910
6911 * repeat.el (repeat): Allow repeating when the last event is a click.
6912 Suggested by Drew Adams (bug#6256).
6913
6664fc59 69142010-09-14 Sascha Wilde <wilde@sha-bang.de>
681b88dd 6915
01c35094 6916 * vc/vc-hg.el (vc-hg-state, vc-hg-working-revision):
681b88dd
SM
6917 Replace setting HGRCPATH to "" by some less invasive --config options.
6918
6664fc59 69192010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
71e657fc
SM
6920
6921 * font-lock.el (font-lock-beginning-of-syntax-function):
6922 Mark as obsolete.
6923
6664fc59 69242010-09-14 Glenn Morris <rgm@gnu.org>
639b9d87
GM
6925
6926 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
6927 and tool-bar modes. (Bug#6211)
6928 (menu-bar-mode): Move setting of standard-value after the
6929 minor-mode definition, otherwise it seems to have no effect.
6930
6664fc59 69312010-09-14 Masatake YAMATO <yamato@redhat.com>
33bd47be
MY
6932
6933 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
6934 Fix typo. (Bug#6976)
6935
6664fc59 69362010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9c405a86
CY
6937
6938 * whitespace.el: Allow cleaning up blanks without blank
6939 visualization (Bug#6651). Adjust help window for
6940 whitespace-toggle-options (Bug#6479). Allow to use fill-column
71e657fc
SM
6941 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
6942 (whitespace-style): Add new value 'face. Adjust docstring.
6943 (whitespace-space, whitespace-hspace, whitespace-tab):
6944 Adjust foreground property face.
9c405a86
CY
6945 (whitespace-line-column): Adjust docstring and type declaration.
6946 (whitespace-style-value-list, whitespace-toggle-option-alist)
6947 (whitespace-help-text): Adjust const initialization.
6948 (whitespace-toggle-options, global-whitespace-toggle-options):
6949 Adjust docstring.
6950 (whitespace-display-window, whitespace-interactive-char)
6951 (whitespace-style-face-p, whitespace-color-on): Adjust code.
6952 (whitespace-help-scroll): New fun.
6953
ba96ddf5
KY
69542010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
6955
6956 * calendar/time-date.el (format-seconds): Comment fix.
6957
a386ac70
MM
69582010-09-13 Michael R. Mauger <mmaug@yahoo.com>
6959
6960 * progmodes/sql.el: Version 2.7.
6961 (sql-buffer-live-p): Improve detection.
6962 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
6963 (sql-set-sqli-buffer): Use it.
6964 (sql-product-interactive): Run `sql-set-sqli-hook'.
6965 (sql-rename-buffer): Code cleanup.
6966 (sql-redirect, sql-redirect-value): New functions. More to come.
6967
5d921df2
JB
69682010-09-13 Juanma Barranquero <lekktu@gmail.com>
6969
6970 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.
6971 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
6972 (TRAMP_SRC): New macro.
6973 ($(lisp)/net/tramp-loaddefs.el): New target.
6974
03c1ad43
MA
69752010-09-13 Michael Albinus <michael.albinus@gmx.de>
6976
6977 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
6978
6979 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
6980
6981 * net/tramp.el (top): Don't show loading message. Require just
4f1e9960
SM
6982 'tramp-compat, everything else is required there.
6983 Use `ignore-errors' where appropriate.
03c1ad43
MA
6984 (tramp-inline-compress-start-size, tramp-copy-size-limit)
6985 (tramp-terminal-type, tramp-end-of-output)
6986 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
6987 (tramp-completion-function-alist-ssh)
6988 (tramp-completion-function-alist-telnet)
6989 (tramp-completion-function-alist-su)
6990 (tramp-completion-function-alist-putty, tramp-remote-path)
6991 (tramp-remote-process-environment, tramp-sh-extra-args)
6992 (tramp-actions-before-shell, tramp-uudecode)
6993 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
6994 (tramp-perl-file-attributes)
6995 (tramp-perl-directory-files-and-attributes)
6996 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
6997 (tramp-perl-encode, tramp-perl-decode)
6998 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
6999 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
7000 (tramp-handle-make-symbolic-link, tramp-handle-load)
7001 (tramp-handle-file-name-as-directory)
7002 (tramp-handle-file-name-directory)
7003 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
7004 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
7005 (tramp-do-file-attributes-with-ls)
7006 (tramp-do-file-attributes-with-perl)
7007 (tramp-do-file-attributes-with-stat)
7008 (tramp-handle-set-visited-file-modtime)
7009 (tramp-handle-verify-visited-file-modtime)
7010 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
7011 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
7012 (tramp-handle-file-selinux-context)
7013 (tramp-handle-set-file-selinux-context)
7014 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
7015 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
7016 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
7017 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
7018 (tramp-handle-file-ownership-preserved-p)
7019 (tramp-handle-directory-file-name, tramp-handle-directory-files)
7020 (tramp-handle-directory-files-and-attributes)
7021 (tramp-do-directory-files-and-attributes-with-perl)
7022 (tramp-do-directory-files-and-attributes-with-stat)
7023 (tramp-handle-file-name-all-completions)
7024 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
7025 (tramp-handle-copy-file, tramp-handle-copy-directory)
7026 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
7027 (tramp-do-copy-or-rename-file-via-buffer)
7028 (tramp-do-copy-or-rename-file-directly)
7029 (tramp-do-copy-or-rename-file-out-of-band)
7030 (tramp-handle-make-directory, tramp-handle-delete-directory)
7031 (tramp-handle-delete-file)
7032 (tramp-handle-dired-recursive-delete-directory)
7033 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
7034 (tramp-handle-insert-directory)
7035 (tramp-handle-unhandled-file-name-directory)
7036 (tramp-handle-expand-file-name)
7037 (tramp-handle-substitute-in-file-name)
7038 (tramp-handle-executable-find, tramp-process-sentinel)
7039 (tramp-handle-start-file-process, tramp-handle-process-file)
7040 (tramp-handle-call-process-region, tramp-handle-shell-command)
7041 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
7042 (tramp-handle-insert-file-contents)
7043 (tramp-handle-insert-file-contents-literally)
7044 (tramp-handle-find-backup-file-name)
7045 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
7046 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
7047 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
7048 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
7049 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
7050 (tramp-find-file-exists-command, tramp-open-shell)
7051 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
7052 (tramp-open-connection-setup-interactive-shell)
7053 (tramp-local-coding-commands, tramp-remote-coding-commands)
7054 (tramp-find-inline-encoding, tramp-call-local-coding-command)
7055 (tramp-inline-compress-commands, tramp-find-inline-compress)
7056 (tramp-compute-multi-hops, tramp-maybe-open-connection)
1fc7dabf 7057 (tramp-send-command, tramp-wait-for-output)
03c1ad43
MA
7058 (tramp-send-command-and-check, tramp-barf-unless-okay)
7059 (tramp-send-command-and-read, tramp-mode-string-to-int)
7060 (tramp-convert-file-attributes, tramp-check-cached-permissions)
7061 (tramp-file-mode-from-int, tramp-file-mode-permissions)
7062 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
7063 (tramp-method-out-of-band-p, tramp-local-host-p)
7064 (tramp-get-remote-path, tramp-get-remote-tmpdir)
7065 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
7066 (tramp-get-test-command, tramp-get-test-nt-command)
7067 (tramp-get-file-exists-command, tramp-get-remote-ln)
7068 (tramp-get-remote-perl, tramp-get-remote-stat)
7069 (tramp-get-remote-readlink, tramp-get-remote-trash)
7070 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
7071 (tramp-get-local-uid, tramp-get-local-gid)
6664fc59 7072 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
03c1ad43
MA
7073 tramp-sh.el.
7074 (tramp-methods, tramp-default-method-alist)
7075 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
7076 Move initialization to tramp-sh.el.
7077 (tramp-temp-name-prefix): Make it a defconst.
7078 (tramp-dissect-file-name): Don't check anymore for multi-hop
7079 methods.
7080 (tramp-debug-outline-regexp): Add a docstring.
31c381e8 7081 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
03c1ad43
MA
7082 (tramp-get-debug-buffer): Use it.
7083
7084 * net/tramp-cache.el (top): Set tramp-autoload cookie for
7085 initialization forms.
7086 (tramp-set-connection-property): Don't protect `tramp-message'
7087 call, it isn't necessary any longer.
7088 (tramp-dump-connection-properties): Use `ignore-errors'.
7089
7090 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
7091 'password-cache and 'auth-source.
7092
7093 * net/tramp-gvfs.el (top):
7094 * net/tramp-smb.el (top): Require 'tramp-sh.
7095
7096 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
7097
7098 * net/tramp-sh.el: New file, derived from tramp.el.
7099 (top): Initialize `tramp-methods', `tramp-default-method-alist',
6139f995 7100 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
31c381e8
SM
7101 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
7102 Use `ignore-errors' where appropriate.
7103 (tramp-sh-file-name-handler-alist): Rename from
03c1ad43
MA
7104 `tramp-file-name-handler-alist'.
7105 (tramp-send-command-and-check): Return t or nil. Remove all
7106 `zerop' checks, where called.
7107 (tramp-handle-set-file-modes)
7108 (tramp-do-copy-or-rename-file-directly)
7109 (tramp-handle-delete-directory, tramp-handle-delete-file)
93acd23d 7110 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
03c1ad43
MA
7111 (tramp-sh-file-name-handler, tramp-send-command-and-check)
7112 (tramp-get-remote-ln): Set tramp-autoload cookie.
7113
7114 * net/tramp-fish.el: Remove file.
7115
c5fe4acb
DU
71162010-09-13 Daiki Ueno <ueno@unixuser.org>
7117
7118 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
7119 buffer-file-name to avoid file-locking. (Bug#7026)
7120
7ea2d383
MA
71212010-09-13 Julien Danjou <julien@danjou.info>
7122
7123 * notifications.el (notifications-notify): Add support for
7124 image-path and sound-name.
7125 (notifications-specification-version): Add this variable.
7126
5616cc54
SM
71272010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7128
31c381e8 7129 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
5616cc54 7130
94c7243b
LL
71312010-09-12 Leo <sdl.web@gmail.com>
7132
7133 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
7134 (rcirc-completion-start): New variables.
7135 (rcirc-nick-completions): Rename to rcirc-completions.
7136 (rcirc-nick-completion-start-offset): Delete.
7137 (rcirc-completion-at-point): New function for constructing
7138 completion data for both nicks and irc commands. Add to
7139 completion-at-point-functions in rcirc mode.
7140 (rcirc-complete): Rename from rcirc-nick-complete; use
7141 rcirc-completion-at-point.
7142 (defun-rcirc-command): Update rcirc-client-commands.
7143
0f34ae28
GM
71442010-09-11 Glenn Morris <rgm@gnu.org>
7145
7146 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
7147 atomically, to avoid parallel build errors. (Bug#4196)
7148
9250002f
MM
71492010-09-11 Michael R. Mauger <mmaug@yahoo.com>
7150
7151 * progmodes/sql.el: Version 2.6
7152 (sql-dialect): Synonym for "sql-product".
7153 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7154 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
7155 Set "sql-buffer" to buffer name not buffer object so multiple sql
7156 interactive buffers work properly. Reverts misguided changes in
7157 earlier work.
7158 (sql-comint): Make sure different buffer name is used if "*SQL*"
7159 buffer is for a different product.
7160 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
7161 login param.
7162 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7163 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7164 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
7165 Accept new buffer name or prompt for one.
7166 (sql-port): Default to zero.
7167 (sql-comint-mysql): Handle "sql-port" as a numeric.
7168 (sql-port-history): Delete unused variable.
7169 (sql-get-login): Default "sql-port" to a number.
31c381e8 7170 (sql-product-alist): Correct Postgres prompt and terminator regexp.
9250002f
MM
7171 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
7172 "sqlite3" executables.
31c381e8 7173 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
9250002f
MM
7174 (sql-buffer-live-p): New function.
7175 (sql-mode-menu, sql-send-string): Use it.
7176 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
7177 syntax pattern.
7178 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
7179 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
7180
a9ec34f4
LMI
71812010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7182
31c381e8 7183 * net/netrc.el (netrc-credentials): New convenience function.
a9ec34f4 7184
cf38dd42
SM
71852010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7186
7187 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
7188 to replace texinfo-font-lock-syntactic-keywords.
7189 (texinfo-mode): Use it.
7190
7191 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
7192 Use syntax-propertize-function.
7193
7194 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
7195 replace sgml-font-lock-syntactic-keywords.
7196 (sgml-mode): Use it.
7197
7198 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
7199 since we don't use it.
7200
7201 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
7202
7203 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
7204 if available.
7205 (vhdl-fontify-buffer): Adjust.
7206
7207 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
7208 replace tcl-font-lock-syntactic-keywords.
7209 (tcl-mode): Use it.
7210
7211 * progmodes/simula.el (simula-syntax-propertize-function): New var to
7212 replace simula-font-lock-syntactic-keywords.
7213 (simula-mode): Use it.
7214
7215 * progmodes/sh-script.el (sh-st-symbol): Remove.
7216 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
7217 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
7218 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
7219 (sh-font-lock-paren): Set syntax-multiline.
7220 (sh-font-lock-syntactic-keywords): Remove.
7221 (sh-syntax-propertize-function): New function to replace it.
7222 (sh-mode): Use it.
7223
7224 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
7225 Define while compiling.
7226 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
7227 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
7228 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
7229 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
7230 (ruby-here-doc-end-syntax): Only define when
7231 syntax-propertize is not available.
7232 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
7233 New functions.
7234 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
7235 (electric-indent-chars): Silence bytecompiler.
7236 (ruby-mode): Use prog-mode, syntax-propertize-function, and
7237 electric-indent-chars.
7238
7239 * progmodes/python.el (python-syntax-propertize-function): New var to
7240 replace python-font-lock-syntactic-keywords.
7241 (python-mode): Use it.
7242 (python-quote-syntax): Simplify and adjust to new use.
7243
7244 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
7245 replace perl-font-lock-syntactic-keywords.
7246 (perl-syntax-propertize-special-constructs): New fun to replace
7247 perl-font-lock-special-syntactic-constructs.
7248 (perl-font-lock-syntactic-face-function): New fun.
7249 (perl-mode): Use it.
7250
7251 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
7252 to replace octave-font-lock-close-quotes.
7253 (octave-syntax-propertize-function): New function to replace
7254 octave-font-lock-syntactic-keywords.
7255 (octave-mode): Use it.
7256
7257 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
7258 replaces mixal-font-lock-syntactic-keywords.
7259 (mixal-mode): Use it.
7260
7261 * progmodes/make-mode.el (makefile-syntax-propertize-function):
7262 New var; replaces makefile-font-lock-syntactic-keywords.
7263 (makefile-mode): Use it.
7264 (makefile-imake-mode): Adjust.
7265
7266 * progmodes/js.el (js--regexp-literal): Define while compiling.
7267 (js-syntax-propertize-function): New var; replaces
7268 js-font-lock-syntactic-keywords.
7269 (js-mode): Use it.
7270
7271 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
7272 replaces gdb-script-font-lock-syntactic-keywords.
7273 (gdb-script-mode): Use it.
7274
7275 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
7276 (fortran--font-lock-syntactic-keywords): New var.
7277 (fortran-line-length): Update syntax-propertize-function and
7278 fortran--font-lock-syntactic-keywords.
7279
7280 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
7281
7282 * progmodes/cfengine.el (cfengine-mode):
7283 Use syntax-propertize-function.
7284 (cfengine-font-lock-syntactic-keywords): Remove.
7285
7286 * progmodes/autoconf.el (autoconf-mode):
7287 Use syntax-propertize-function.
7288 (autoconf-font-lock-syntactic-keywords): Remove.
7289
7290 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
7291 (ada-after-change-function, ada-initialize-syntax-table-properties)
7292 (ada-handle-syntax-table-properties): Only define when
7293 syntax-propertize is not available.
7294 (ada-mode): Use syntax-propertize-function.
7295
7296 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
7297 (font-lock-fontify-syntactic-keywords-region): Move handling of
7298 font-lock-syntactically-fontified to...
7299 (font-lock-default-fontify-region): ...here.
7300 Let syntax-propertize-function take precedence.
7301 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
7302
7303 * emacs-lisp/syntax.el (syntax-propertize-function)
7304 (syntax-propertize-chunk-size, syntax-propertize--done)
7305 (syntax-propertize-extend-region-functions): New vars.
7306 (syntax-propertize-wholelines, syntax-propertize-multiline)
7307 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
7308 (syntax-propertize): New functions.
7309 (syntax-propertize-rules): New macro.
7310 (syntax-ppss-flush-cache): Set syntax-propertize--done.
7311 (syntax-ppss): Call syntax-propertize.
7312
7313 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
7314
36f7d366
AM
73152010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
7316
7317 * textmodes/ispell.el (ispell-init-process): Improve comments.
7318 XEmacs compatibility changes regarding (add-hook) 'local option
7319 and (set-process-query-on-exit-flag).
7320
8fca3921
MA
73212010-09-09 Michael Albinus <michael.albinus@gmx.de>
7322
cf38dd42
SM
7323 * net/tramp-cache.el (tramp-parse-connection-properties):
7324 Set tramp-autoload cookie.
8fca3921 7325
399653d6
GM
73262010-09-09 Glenn Morris <rgm@gnu.org>
7327
7328 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
7329 (imagemagick-register-types): Doc fix.
7330
c34a9669
SM
73312010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7332
b073dc4b
SM
7333 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
7334
7335 * progmodes/js.el (require): Require is already "eval-and-compile".
7336 (js--re-search-forward): Avoid `eval'. Preserve the error data.
7337 (js--re-search-backward): Use js--re-search-forward.
7338
7339 * progmodes/fortran.el (fortran-line-length): Don't recompute
7340 syntactic keywords redundantly a second time.
7341
7342 * progmodes/ada-mode.el: Replace "(set '" with setq.
7343 (ada-mode): Simplify.
7344 (ada-create-case-exception, ada-adjust-case-interactive)
7345 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
7346 (ada-search-ignore-string-comment, ada-move-to-start)
7347 (ada-move-to-end): Use with-syntax-table.
7348
7349 * font-lock.el (save-buffer-state): Remove `varlist' arg.
7350 (font-lock-unfontify-region, font-lock-default-fontify-region):
7351 Update usage correspondingly.
7352 (font-lock-fontify-syntactic-keywords-region):
7353 Set parse-sexp-lookup-properties buffer-locally here.
7354 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
7355
c34a9669
SM
7356 * simple.el (blink-matching-open): Don't burp if we can't find a match.
7357
13639aab
GM
73582010-09-08 Glenn Morris <rgm@gnu.org>
7359
5a972c36
GM
7360 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
7361 Error if not compiled with -DBYTE_CODE_METER.
7362
13639aab
GM
7363 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7364 Ignore dir-locals-file.
7365
331b2b90
SM
73662010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7367
7368 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7369 Not a const.
7370 (compilation-error-regexp-alist-alist): Rule out ": " in file names
7371 for the `gnu' messages.
7372 (compilation-set-skip-threshold): New command.
7373 (compilation-start): Use \' rather than $.
7374 (compilation-forget-errors): Use clrhash.
7375
73b4d51a
AM
73762010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
7377
7378 * textmodes/ispell.el (ispell-valid-dictionary-list):
7379 Simplify logic.
7380
0f34aa77
MA
73812010-09-08 Michael Albinus <michael.albinus@gmx.de>
7382
7383 Migrate to Tramp 2.2. Rearrange load dependencies.
7384 (Bug#1529, Bug#5448, Bug#5705)
7385
7386 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
7387 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
7388 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7389
7390 * net/tramp.el (top): Remove all other tramp-* loads except
7391 tramp-compat.el. Remove all changes to tramp-unload-hook for
7392 other tramp-* packages. Rearrange defun order. Change calls of
7393 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
7394 `tramp-compat-octal-to-decimal' to new function names.
7395 (tramp-terminal-type, tramp-initial-end-of-output)
7396 (tramp-methods, tramp-foreign-file-name-handler-alist)
7397 (tramp-tramp-file-p, tramp-completion-mode-p)
7398 (tramp-send-command-and-check, tramp-get-remote-path)
7399 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
7400 (tramp-shell-quote-argument): Set tramp-autoload cookie.
7401 (with-file-property, with-connection-property): Move to
7402 tramp-cache.el.
7403 (tramp-local-call-process, tramp-decimal-to-octal)
7404 (tramp-octal-to-decimal): Move to tramp-compat.el.
7405 (tramp-handle-shell-command): Do not require 'shell.
7406 (tramp-compute-multi-hops): No special handling for tramp-gw-*
7407 symbols.
7408 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
7409
7410 * net/tramp-cache.el (top): Require 'tramp. Add to
7411 `tramp-unload-hook'.
7412 (tramp-cache-data, tramp-get-file-property)
7413 (tramp-set-file-property, tramp-flush-file-property)
7414 (tramp-flush-directory-property, tramp-get-connection-property)
7415 (tramp-set-connection-property, tramp-flush-connection-property)
7416 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
7417 cookie.
7418 (with-file-property, with-connection-property): New defuns, moved
7419 from tramp.el.
7420 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
7421 macro.
7422
7423 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
7424 (tramp-version): Set tramp-autoload cookie.
7425
7426 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
7427 changes to tramp-unload-hook for other tramp-* packages. Add to
7428 `tramp-unload-hook'.
7429 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
7430 (tramp-compat-call-process): New defuns, moved from tramp.el.
7431
7432 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7433 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7434 Add to `tramp-unload-hook'. Change call of
0f34aa77
MA
7435 `tramp-compat-decimal-to-octal' to new function name.
7436 (tramp-fish-method): Make it a defconst.
7437 (tramp-fish-file-name-p): Make it a defsubst.
7438 (tramp-fish-method, tramp-fish-file-name-handler)
7439 (tramp-fish-file-name-p): Set tramp-autoload cookie.
7440
7441 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
7442 `tramp-foreign-file-name-handler-alist'. Add to
7443 `tramp-unload-hook'.
7444 (tramp-ftp-method): Make it a defconst.
7445 (tramp-ftp-file-name-p): Make it a defsubst.
7446 (tramp-ftp-method, tramp-ftp-file-name-handler)
7447 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
7448
7449 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
7450 `tramp-foreign-file-name-handler-alist'. Add to
7451 `tramp-unload-hook'. Change checks, whether package can be
7452 loaded.
7453 (tramp-gvfs-file-name-p): Make it a defsubst.
7454 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
7455 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
7456 (tramp-gvfs-handle-file-directory-p): New defun.
7457 (tramp-gvfs-file-name-handler-alist): Use it.
7458
7459 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
7460 `tramp-foreign-file-name-handler-alist'. Add to
7461 `tramp-unload-hook'.
7462 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
7463 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
7464 defconst.
7465 (tramp-gw-tunnel-method, tramp-gw-socks-method)
7466 (tramp-gw-open-connection): Set tramp-autoload cookie.
7467
7468 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7469 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7470 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
7471 loaded.
7472 (tramp-imap-file-name-p): Make it a defsubst.
7473 (tramp-imap-method, tramp-imaps-method)
7474 (tramp-imap-file-name-handler)
7475 (tramp-imap-file-name-p): Set tramp-autoload cookie.
7476
7477 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7478 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7479 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
7480 loaded. Change call of `tramp-compat-decimal-to-octal' to new
7481 function name.
7482 (tramp-smb-tunnel-method): Make it a defconst.
7483 (tramp-smb-file-name-p): Make it a defsubst.
7484 (tramp-smb-method, tramp-smb-file-name-handler)
7485 (tramp-smb-file-name-p): Set tramp-autoload cookie.
7486
7487 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
7488 (tramp-uuencode-region): Set tramp-autoload cookie.
7489
7490 * net/trampver.el (top) Add to `tramp-unload-hook'.
7491 (tramp-version, tramp-bug-report-address): Set tramp-autoload
7492 cookie. Update release number.
7493
308e764f
AM
74942010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
7495
7496 * textmodes/ispell.el (ispell-start-process): Make sure original
7497 arg list is properly initialized (Bug#6993, Bug#6994).
7498
10999305 74992010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
7500
7501 * files.el (directory-abbrev-alist): Use \` as default regexp.
19fe13df
SM
7502
7503 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
7504 chars like - or ] (bug#6984).
7505 (rx-any-condense-range): Explode 2-char ranges.
7506
10999305
CY
75072010-09-06 Glenn Morris <rgm@gnu.org>
7508
7509 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
7510
75112010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1e05f387
SM
7512
7513 * textmodes/bibtex.el:
7514 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
7515
f292afe5
LMI
75162010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7517
331b2b90 7518 * net/imap.el (imap-message-map): Remove optional buffer parameter,
f292afe5
LMI
7519 since no callers use it.
7520 (imap-message-get): Ditto.
7521 (imap-message-put): Ditto.
7522 (imap-mailbox-map): Ditto.
7523 (imap-mailbox-put): Ditto.
7524 (imap-mailbox-get): Ditto.
a131b9b8 7525 (imap-mailbox-get): Revert last change for this function.
f292afe5 7526
dfe1285d
LMI
75272010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7528
331b2b90 7529 * net/imap.el (imap-fetch-safe): Remove function, and alter all
31b5f292
LMI
7530 callers to use `imap-fetch' instead. According to the comments, this
7531 should be safe, since all other IMAP clients use the 1:* syntax.
331b2b90
SM
7532 (imap-enable-exchange-bug-workaround): Remove.
7533 (imap-debug): Remove -- doesn't seem very useful.
dfe1285d 7534
3ff31c90
LMI
75352010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7536
7537 * net/imap.el (imap-log): New convenience function used throughout
7538 instead of repeating the same code all over the place.
7539
dfe1285d 75402010-09-05 David De La Harpe Golden <david@harpegolden.net>
93d68d4f
DDLHG
7541
7542 * mouse.el (mouse-save-then-kill): Save region to kill-ring
7543 when mouse-drag-copy-region is non-nil (Bug#6956).
7544
93a596e1
CY
75452010-09-05 Chong Yidong <cyd@stupidchicken.com>
7546
8d76af4a
CY
7547 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
7548 Improve regexps (Bug#6987).
7549 (dired-sort-toggle): Search more robustly for -t flag.
7550
93a596e1
CY
7551 * files.el (get-free-disk-space): Search more robustly for
7552 "available" column. Suggested by Ehud Karni
7553 <ehud@unix.mvs.co.il>.
7554
733946e7
JB
75552010-09-05 Juanma Barranquero <lekktu@gmail.com>
7556
7557 * international/uni-bidi.el:
7558 * international/uni-category.el:
7559 * international/uni-combining.el:
7560 * international/uni-decimal.el:
7561 * international/uni-mirrored.el:
7562 * international/uni-name.el: Regenerate.
7563
2e664aab
SM
75642010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7565
6aeafb34
SM
7566 * electric.el (electric-indent-post-self-insert-function):
7567 Don't reindent with a sloppy indentation function.
7568
2e664aab
SM
7569 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
7570 border case in change-log-mode.
7571
13ef65a4
CY
75722010-09-04 Chong Yidong <cyd@stupidchicken.com>
7573
7574 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7575 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
7576 Recognize leading tab in gcc-include regexp. Ignore names with
7577 leading "from" or "in" in gnu regexp (Bug#6937).
7578
5abf1556
SM
75792010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7580
6aeafb34 7581 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
5abf1556
SM
7582 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
7583 (ispell-start-process): Avoid setq and simplify logic.
7584 (ispell-init-process): Setup kill-buffer-hook locally when needed.
7585 (kill-buffer-hook): Don't use it globally with code that uses
7586 expand-file-name since that may call kill-buffer via
7587 code_conversion_restore.
7588
0be01d2c
CY
75892010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
7590
7591 * emacs-lisp/package.el (package-directory-list): Only call
7592 file-name-nondirectory on a string.
7593
ebf662f4
CY
75942010-09-02 Chong Yidong <cyd@stupidchicken.com>
7595
5abf1556
SM
7596 * emacs-lisp/package.el (package--download-one-archive):
7597 Ensure that archive-contents is valid before saving it.
ebf662f4
CY
7598 (package-activate-1, package-mark-obsolete, define-package)
7599 (package-compute-transaction, package-list-maybe-add): Use push.
7600
e5eddfd1
SM
76012010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7602
89acf735
SM
7603 Use SMIE's blink-paren for octave-mode.
7604 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
7605 Backslashes do not escape single-quotes, single-quotes do.
7606 (octave-block-else-regexp, octave-block-end-regexp)
7607 (octave-block-match-alist): Remove.
7608 (octave-smie-bnf-table): New var, with old content.
7609 (octave-smie-op-levels): Use it.
7610 (octave-smie-closer-alist): New var.
7611 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
7612 (octave-blink-matching-block-open): Remove.
7613 (octave-reindent-then-newline-and-indent, octave-electric-semi)
7614 (octave-electric-space): Let self-insert-command run expand-abbrev and
7615 blink parens.
7616
3b843809
SM
7617 * electric.el (electricity): New group.
7618 (electric-indent-chars): New var.
7619 (electric-indent-post-self-insert-function): New fun.
7620 (electric-indent-mode): New minor mode.
7621 (electric-pair-skip-self): New custom.
7622 (electric-pair-post-self-insert-function): New function.
7623 (electric-pair-mode): New minor mode.
7624
0da20854
SM
7625 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
7626 calcAlg-blink-matching-open.
7627 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
7628 (calc-do-alg-entry): Only touch the part of the keymap that varies.
7629 Use the new blink-matching-check-function.
7630
a49e651e
SM
7631 Provide blink-matching support to SMIE.
7632 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
7633 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
7634 (smie-blink-matching-check, smie-blink-matching-open): New functions.
7635
e5eddfd1
SM
7636 * simple.el (newline): Fix last change to properly remove itself from
7637 the hook.
7638
b13ebb5c
SM
76392010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7640
7641 * simple.el (newline): Eliminate optimization.
7642 Use post-self-insert-hook to set hard-newline and things before
7643 running post-self-insert-hook.
7644 (blink-matching-check-mismatch): New function.
7645 (blink-matching-check-function): New variable.
7646 (blink-matching-open): Use them.
7647 Skip back forward over prefix chars skipped by forward-sexp.
7648 Don't check if the parens are backslash escaped.
7649 (blink-paren-post-self-insert-function): Check backslash escaping here.
7650
e687c2cd
CY
76512010-09-02 Chong Yidong <cyd@stupidchicken.com>
7652
b13ebb5c
SM
7653 * emacs-lisp/package.el (package-menu-mode-map):
7654 Change package-menu-revert bindings to revert-buffer.
e687c2cd
CY
7655 (package-menu-mode): Set revert-buffer-function.
7656 (package-menu-revert): Doc fix.
7657
567efba9
AM
76582010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
7659
7660 * textmodes/ispell.el (ispell-init-process): Use "~/" as
7661 `default-directory' unless using Ispell per-directory personal
7662 dictionaries and not in a mini-buffer under XEmacs.
7663 (kill-buffer-hook): Do not kill ispell process on exit when
93acd23d 7664 `ispell-process-directory' is "~/". (Bug#6143)
567efba9 7665
6d7cc563
JD
76662010-09-02 Jan Djärv <jan.h.d@swipnet.se>
7667
08d4877e
J
7668 * simple.el (kill-new): Call interprogram-cut-function with only
7669 one argument.
7670
45240125
JD
7671 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
7672 Remove cut buffer from error message.
7673
7674 * term/x-win.el (x-select-text):
7675 * term/pc-win.el (x-selection-value):
7676 * term/ns-win.el (x-selection-value):
7677 * eshell/em-term.el:
7678 * w32-fns.el (x-get-selection-value):
7679 * mouse-sel.el (mouse-sel-set-selection-function):
7680 * frame.el (display-selections-p): Remove cut-buffer in documentation.
7681
6d7cc563
JD
7682 * term/x-win.el: Update documentation for x-last-selected-text-*.
7683 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
7684 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
6a7662bb
BR
7685 (x-select-text): Remove argument PUSH, update documentation.
7686 Remove cut-buffer code.
6d7cc563 7687 (x-selection-value-internal): Was previously x-selection-value.
5986b97d 7688 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6a7662bb
BR
7689 Update documentation, remove cut-buffer code.
7690 Call x-selection-value-internal.
6d7cc563
JD
7691 (x-clipboard-yank): Call x-selection-value-internal.
7692 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
7693
7694 * term/pc-win.el (x-last-selected-text):
7695 x-cut-buffer-or-selection-value renamed to x-selection-value
7696 (x-select-text): Remove argument PUSH, update documentation.
7697
7698 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
7699 x-cut-buffer-or-selection-value renamed to x-selection-value
88b5a757 7700 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6d7cc563
JD
7701 (x-select-text): Remove argument PUSH, update documentation.
7702
7703 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
7704
7705 * w32-fns.el (x-last-selected-text):
7706 x-cut-buffer-or-selection-value renamed to x-selection-value.
7707 (x-cut-buffer-max): Remove.
7708 (x-select-text): Remove argument PUSH, update documentation.
7709
7710 * simple.el (interprogram-cut-function): Remove mention of PUSH.
7711
7712 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
7713
7714 * mouse-sel.el (mouse-sel-get-selection-function):
7715 x-cut-buffer-or-selection-value renamed to x-selection-value.
5986b97d 7716 (x-select-text): Remove optional push.
6d7cc563 7717
4de81ee0
SM
77182010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7719
8f4e9110
SM
7720 * simple.el (blink-paren-function): Move from C to here.
7721 (blink-paren-post-self-insert-function): New function.
7722 (post-self-insert-hook): Use it.
7723
4de81ee0
SM
7724 * emacs-lisp/pcase.el (pcase-split-memq):
7725 Fix overenthusiastic optimisation.
7726 (pcase-u1): Handle the case of a lambda pred.
7727
d419e1d9
KH
77282010-08-31 Kenichi Handa <handa@m17n.org>
7729
7730 * international/mule-cmds.el (standard-display-european-internal):
7731 Setup standard-display-table for 8-bit characters by storing 8-bit
7732 characters in the element vector.
7733
1e05f387
SM
7734 * disp-table.el (standard-display-8bit):
7735 Setup standard-display-table for 8-bit characters by storing 8-bit
d419e1d9
KH
7736 characters in the element vector.
7737 (standard-display-european): Likewise.
7738
61f7096c
CY
77392010-08-31 Masatake YAMATO <yamato@redhat.com>
7740
7741 * textmodes/nroff-mode.el (nroff-view): New command.
7742 (nroff-mode-map): Bind it to C-c C-c.
7743
ec5d3ff7
SM
77442010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7745
c8977b2e
SM
7746 * emacs-lisp/smie.el (smie-down-list): New command.
7747
ec5d3ff7
SM
7748 Remove old indentation and navigation code on octave-mode.
7749 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
7750 smie-down-list rather than add a binding for octave-down-block.
7751 (octave-mark-block, octave-blink-matching-block-open):
7752 Rely on forward-sexp-function.
7753 (octave-fill-paragraph): Don't narrow, so you can use
7754 indent-according-to-mode.
7755 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
7756 (octave-in-block-p, octave-re-search-forward-kw)
7757 (octave-re-search-backward-kw, octave-indent-calculate)
7758 (octave-end-as-array-index-p, octave-block-end-offset)
7759 (octave-scan-blocks, octave-forward-block, octave-backward-block)
7760 (octave-down-block, octave-backward-up-block, octave-up-block)
7761 (octave-before-magic-comment-p, octave-indent-line): Remove.
7762
187d3296
CY
77632010-08-31 Chong Yidong <cyd@stupidchicken.com>
7764
7765 * emacs-lisp/package.el (package--read-archive-file): Just use
7766 `read', to avoid copying an additional string.
7767 (package-menu-mode): Set header-line-format here.
7768 (package-menu-refresh, package-menu-revert): Signal an error if
7769 not in the Package Menu.
7770 (package-menu-package-list): New var.
7771 (package--generate-package-list): Operate on the current buffer;
7772 don't assume that it is *Packages*, since the user may rename it.
7773 Allow persistent package listings and sort keys using
7774 package-menu-package-list and package-menu-package-sort-key.
7775 (package-menu--version-predicate): Fix version calculation.
7776 (package-menu-sort-by-column): Don't select the window.
ec5d3ff7
SM
7777 (package--list-packages): Create the *Packages* buffer.
7778 Set package-menu-package-list-key.
187d3296
CY
7779 (list-packages): Sorting by status is now the default.
7780 (package-buffer-info): Use match-string-no-properties.
7781 (define-package): Add a &rest argument for future proofing, but
7782 don't use it yet.
7783 (package-install-from-buffer, package-install-buffer-internal):
ec5d3ff7
SM
7784 Merge into a single function, package-install-from-buffer.
7785 (package-install-file): Change caller.
187d3296
CY
7786
7787 * finder.el: Load finder-inf using `require'.
7788 (finder-list-matches): Sorting by status is now the default.
7789 (finder-compile-keywords): Simpify printing.
7790
e17b68ed
SM
77912010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7792
7793 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
7794 (octave-mode-map): Remove special bindings for forward/backward-block
7795 and octave-backward-up-block. Use smie-close-block.
7796 (octave-continuation-marker-regexp): New var.
7797 (octave-continuation-regexp): Use it.
7798 (octave-operator-table, octave-smie-op-levels)
7799 (octave-operator-regexp, octave-smie-indent-rules): New vars.
7800 (octave-smie-backward-token, octave-smie-forward-token): New funs.
7801 (octave-mode): Use SMIE.
7802 (octave-close-block): Delete.
7803
42b6a73b
EZ
78042010-08-30 Eli Zaretskii <eliz@gnu.org>
7805
7806 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
7807 CLIPBOARD, not in PRIMARY. (Bug#6944)
7808
f291fe60
SM
78092010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7810
ee992a8c
SM
7811 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
7812 a list of parents.
7813 (smie-indent-column): Allow indirection through variables.
7814
d36b74ca
SM
7815 * composite.el (save-buffer-state): Delete, unused.
7816 * font-lock.el (save-buffer-state): Use with-silent-modifications.
7817 (font-lock-default-fontify-region): Use with-syntax-table.
7818 * jit-lock.el (with-buffer-unmodified): Remove.
7819 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
7820
f291fe60
SM
7821 Use `declare' in defmacros.
7822 * window.el (save-selected-window):
7823 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
7824 * progmodes/python.el (def-python-skeleton):
7825 * net/dbus.el (dbus-ignore-errors):
7826 * jka-cmpr-hook.el (with-auto-compression-mode):
7827 * international/mule.el (with-category-table):
7828 * emacs-lisp/timer.el (with-timeout):
7829 * emacs-lisp/lisp-mnt.el (lm-with-file):
7830 * emacs-lisp/eieio.el (with-slots):
7831 * emacs-lisp/easymenu.el (easy-menu-define):
7832 * emacs-lisp/debug.el (debugger-env-macro):
7833 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
7834 (Multiple-value-call, Multiple-value-prog1):
7835 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
7836 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
7837 edebug rule to definition.
7838 * emacs-lisp/lisp-mode.el (save-selected-window)
7839 (with-current-buffer, combine-after-change-calls)
7840 (with-output-to-string, with-temp-file, with-temp-buffer)
7841 (with-temp-message, with-syntax-table, read-if, eval-after-load)
7842 (dolist, dotimes, when, unless):
7843 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
7844
96ae4c8f
CY
78452010-08-29 Chong Yidong <cyd@stupidchicken.com>
7846
7847 * finder.el: Require `package'.
7848 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
7849 (finder-package-info): Var deleted.
7850 (finder-keywords-hash, finder--builtins-alist): New vars.
7851 (finder-compile-keywords): Compute package--builtins and
7852 finder-keywords-hash instead of finder-keywords-hash, respecting
7853 the "Package" header.
f291fe60
SM
7854 (finder-unknown-keywords, finder-list-matches):
7855 Use finder-keywords-hash and package--list-packages.
96ae4c8f
CY
7856 (finder-mode): Don't set font-lock-defaults.
7857 (finder-exit): We don't use "*Finder-package*" and "*Finder
7858 Category*" buffers anymore.
7859
7860 * emacs-lisp/package.el (package--builtins-base): Var deleted.
7861 (package--builtins): Set default value to nil.
7862 (package-initialize): Load precomputed value of package--builtins
7863 from finder-inf.el.
7864 (package-alist, package-compute-transaction)
7865 (package-download-transaction): Improve docstring.
7866 (package-read-all-archive-contents): Do not change
7867 package--builtins here.
7868 (list-packages): Make package-list-packages an alias for this.
7869 Sort by status by default.
7870 (package--list-packages): Add optional PACKAGES arg.
7871 (describe-package-1): Use font-lock-face property. For built-in
7872 packages, insert file commentary.
7873 (package--generate-package-list): Rename from
7874 package-list-packages-internal; all callers changed. Add optional
7875 PACKAGES arg. Add alphabetical sort fallbacks.
7876 (package-menu--version-predicate, package-menu--status-predicate)
7877 (package-menu--description-predicate)
7878 (package-menu--name-predicate): New functions.
7879
7880 * info.el (Info-finder-find-node): Search package-alist instead of
7881 finder-package-info.
7882
e2046ecf
CY
78832010-08-29 Chong Yidong <cyd@stupidchicken.com>
7884
7885 * subr.el (version-regexp-alist): Don't use "a" and "b" for
7886 "alpha" and "beta".
7887 (version-to-list): Handle versions like "10.3d".
7888
6fe79b7c
SM
78892010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7890
7891 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
7892 (macroexp-accumulate): Use `declare'.
7893
1a868076
VJL
78942010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7895
7896 * whitespace.el (whitespace-style): Adjust type declaration.
7897
9e69cb05
KH
78982010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
7899
7900 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
7901
79022010-08-26 Chong Yidong <cyd@stupidchicken.com>
7903
7904 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
7905 (Bug#6907).
7906
4142607e
NW
79072010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
7908
7909 * progmodes/js.el: Make indentation more customizable (Bug#6914).
7910 (js-paren-indent-offset, js-square-indent-offset)
7911 (js-curly-indent-offset): New options.
7912 (js--proper-indentation): Use them.
7913
88a36e60
DC
79142010-08-26 Daniel Colascione <dan.colascione@gmail.com>
7915
7916 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
7917 instead of inspecting font-lock properties (Bug#6916).
7918
38dbc4d8
DR
79192010-08-26 David Reitter <david.reitter@gmail.com>
7920
7921 * server.el (server-visit-files): Run pre-command-hook and
76e3243a 7922 post-command-hook for each buffer while it is current (Bug#6910).
38dbc4d8
DR
7923 (server-execute): Do not run hooks here.
7924
44ffae96
MA
79252010-08-26 Michael Albinus <michael.albinus@gmx.de>
7926
7927 Sync with Tramp 2.1.19.
7928
0dc3e410
MA
7929 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Protect
7930 deleting tmpfile.
7931 (tramp-gvfs-maybe-open-connection): Use `tramp-compat-funcall'.
20b8ac83 7932
0dc3e410 7933 * net/tramp.el (tramp-handle-expand-file-name)
20b8ac83 7934 (tramp-completion-handle-file-name-all-completions)
1e05f387
SM
7935 (tramp-completion-handle-file-name-completion):
7936 Use `tramp-connectable-p'.
20b8ac83 7937
44ffae96
MA
7938 * net/trampver.el: Update release number.
7939
cb6c4991
CY
79402010-08-26 Chong Yidong <cyd@stupidchicken.com>
7941
7942 * help.el (help-map): Bind `C-h P' to describe-package.
7943
7944 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
7945
7946 * emacs-lisp/package.el (package-refresh-contents): Catch errors
7947 when downloading archives.
7948 (describe-package-1): Add package commentary.
7949 (package-install-button-action): New function.
7950 (package-menu-mode-map): Bind ? to package-menu-describe-package.
7951 (package-menu-view-commentary): Function removed.
7952 (package-list-packages-internal): Hide the `package' package too.
7953
b60f961f
KH
79542010-08-25 Kenichi Handa <handa@m17n.org>
7955
7956 * language/misc-lang.el ("Arabic"): New language environment.
7957 Setup composition-function-table for Arabic characters.
7958
7959 * international/fontset.el (setup-default-fontset): Fix typo for
7960 arabic OTF spec (fini->fina).
7961
a0c16be4
J
79622010-08-25 Jan Djärv <jan.h.d@swipnet.se>
7963
7964 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
7965 on all frames.
7966
85cc3d4f
VJL
79672010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7968
7969 * whitespace.el: Allow cleaning up blanks without blank
7970 visualization (Bug#6651). Adjust help window for
7971 whitespace-toggle-options (Bug#6479). Allow to use fill-column
7972 instead of whitespace-line-column (from EmacsWiki). New version
7973 13.1.
88b5a757 7974 (whitespace-style): Add new value 'face. Adjust docstring.
6a7662bb
BR
7975 (whitespace-space, whitespace-hspace, whitespace-tab):
7976 Adjust foreground property face.
85cc3d4f
VJL
7977 (whitespace-line-column): Adjust docstring and type declaration.
7978 (whitespace-style-value-list, whitespace-toggle-option-alist)
7979 (whitespace-help-text): Adjust const initialization.
7980 (whitespace-toggle-options, global-whitespace-toggle-options):
7981 Adjust docstring.
7982 (whitespace-display-window, whitespace-interactive-char)
7983 (whitespace-style-face-p, whitespace-color-on): Adjust code.
7984 (whitespace-help-scroll): New fun.
7985
cb8759ca
CY
79862010-08-24 Chong Yidong <cyd@stupidchicken.com>
7987
7988 * emacs-lisp/package.el (list-packages): Alias for
7989 package-list-packages.
7990
44a41a47
KR
79912010-08-24 Kevin Ryde <user42@zip.com.au>
7992
be7748e7
KR
7993 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
7994 (Bug#5651).
7995
44a41a47
KR
7996 * progmodes/ruby-mode.el (ruby): Add defgroup.
7997
edfd00fa
CY
79982010-08-24 Chong Yidong <cyd@stupidchicken.com>
7999
8000 * progmodes/python.el: Add Ipython support (Bug#5390).
8001 (python-shell-prompt-alist)
8002 (python-shell-continuation-prompt-alist): New options.
8003 (python--set-prompt-regexp): New function.
6a7662bb
BR
8004 (inferior-python-mode, run-python, python-shell):
8005 Require ansi-color. Use python--set-prompt-regexp to set the comint
edfd00fa
CY
8006 prompt based on the Python interpreter.
8007 (python--prompt-regexp): New var.
8008 (python-check-comint-prompt)
8009 (python-comint-output-filter-function): Use it.
8010 (run-python): Use a pipe (Bug#5694).
8011
80122010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
8013
8014 * progmodes/python.el (python-send-region): Send a different
8015 Python command if Ipython is in use.
8016 (python-check-version): Use a Python command to find the version.
8017
1c409d0b
CY
80182010-08-24 Chong Yidong <cyd@stupidchicken.com>
8019
8020 * mouse.el (mouse-yank-primary): Avoid setting primary when
8021 deactivating the mark (Bug#6872).
8022
733946e7 80232010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
9027027d
CF
8024
8025 * progmodes/python.el (python-block-pairs): Allow use of "finally"
8026 with "else" (Bug#3991).
8027
e73f184c
MA
80282010-08-23 Michael Albinus <michael.albinus@gmx.de>
8029
8030 * net/dbus.el: Accept UNIX domain sockets as bus address.
8031 (top): Don't initialize `dbus-registered-objects-table' anymore,
01c35094 8032 this is done in dbusbind.c.
e73f184c
MA
8033 (dbus-check-event): Adapt test for bus.
8034 (dbus-return-values-table, dbus-unregister-service)
8035 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
8036 Adapt doc string.
8037
1a140747
JB
80382010-08-23 Juanma Barranquero <lekktu@gmail.com>
8039
8040 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
8041
7133b7ee
JL
80422010-08-22 Juri Linkov <juri@jurta.org>
8043
8044 * simple.el (read-extended-command): New function with the logic
8045 for `completing-read' moved to Elisp from `execute-extended-command'.
8046 Use `function-called-at-point' in `minibuffer-default-add-function'
8047 to get a command name for M-n (bug#5364, bug#5214).
8048
198a7a97
CY
80492010-08-22 Chong Yidong <cyd@stupidchicken.com>
8050
8051 * startup.el (command-line-1): Issue warning for ignored arguments
8052 --unibyte, etc (Bug#6886).
8053
c00725d7
LL
80542010-08-22 Leo <sdl.web@gmail.com>
8055
8056 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
8057 (ignore, bright, dim, keyword): Split list of nicknames before
8058 passing to rcirc-add-or-remove (Bug#6894).
8059
bc7d7ea6
CY
80602010-08-22 Chong Yidong <cyd@stupidchicken.com>
8061
8062 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
8063
b0126eac 80642010-08-22 Leo <sdl.web@gmail.com>
e0143335 8065
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200">d5720b4c 8066 Fix buffer-list rename&refresh after killing a buffer in ido.
76e3243a 8067 * ido.el: Revert Óscar's.
e0143335
LL
8068 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
8069 Remember the buffers at head, rather than their name.
76e3243a 8070 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
e0143335 8071
b0126eac 80722010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
8f081e96
SM
8073 Stefan Monnier <monnier@iro.umontreal.ca>
8074
8075 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
8076 extra backslash added to each line (bug#6890).
8077
b0126eac 80782010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3ff78624
SM
8079
8080 * subr.el (read-key): Don't echo keystrokes (bug#6883).
8081
b0126eac 80822010-08-22 Glenn Morris <rgm@gnu.org>
635f7282
GM
8083
8084 * menu-bar.el (menu-bar-games-menu): Add landmark.
8085
b0126eac 80862010-08-22 Glenn Morris <rgm@gnu.org>
fb89a654 8087
9130a2d6
GM
8088 * align.el (align-regexp): Make group and spacing arguments
8089 use the interactive defaults when non-interactive. (Bug#6698)
8090
fb89a654
GM
8091 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
8092 expansion, so as not to need sendmail.
8093 (mail-text-start): Remove declaration.
8094 (rmail-retry-failure): Require sendmail.
8095
b0126eac 80962010-08-22 Chong Yidong <cyd@stupidchicken.com>
186e86db
SM
8097
8098 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
8099
b0126eac 81002010-08-22 Michael Albinus <michael.albinus@gmx.de>
a67e6f13 8101
186e86db
SM
8102 * progmodes/flymake.el (flymake-start-syntax-check-process):
8103 Use `start-file-process' in order to let it run also on remote hosts.
a67e6f13 8104
b0126eac 81052010-08-22 Kenichi Handa <handa@m17n.org>
f3cc64f8
KH
8106
8107 * files.el: Add `word-wrap' as safe local variable.
8108
b0126eac 81092010-08-22 Glenn Morris <rgm@gnu.org>
bb25c8d7
GM
8110
8111 * woman.el (woman-translate): Case matters. (Bug#6849)
8112
b0126eac 81132010-08-22 Chong Yidong <cyd@stupidchicken.com>
a4aae1a5
CY
8114
8115 * simple.el (kill-region): Doc fix (Bug#6787).
8116
b0126eac 81172010-08-22 Glenn Morris <rgm@gnu.org>
721dce17
GM
8118
8119 * calendar/diary-lib.el (diary-header-line-format):
8120 Fit it to the window, not the frame.
8121
b0126eac 81222010-08-22 Andreas Schwab <schwab@linux-m68k.org>
7467d0a8
AS
8123
8124 * subr.el (ignore-errors): Add debug declaration.
8125
b0126eac 81262010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
1fcf76af
GG
8127
8128 * whitespace.el (whitespace-color-off): Remove post-command-hook
8129 locally.
8130
537ffaf3
SM
81312010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8132
8133 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
8134
d64b8a68
CY
81352010-08-21 Chong Yidong <cyd@stupidchicken.com>
8136
8137 * cus-edit.el (custom-group-value-create): Add extra newline
8138 before end line (Bug#6876).
8139
d2625c3d
CY
81402010-08-21 Chong Yidong <cyd@stupidchicken.com>
8141
8142 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
8143 when extending it. Before killing on the second click, check if
8144 the buffer is the correct one. Doc fix.
8145 (mouse-secondary-save-then-kill): Allow usage without first
8146 calling mouse-start-secondary, by defaulting to point. Don't save
8147 an empty secondary selection. Doc fix.
8148
80525855
VJL
81492010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8150
91bdeb66
VJL
8151 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
8152 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
537ffaf3 8153 New version 13.0.
80525855
VJL
8154 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8155 Adjust initialization.
8156 (whitespace-bob-marker, whitespace-eob-marker)
8157 (whitespace-buffer-changed): New vars.
8158 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
8159 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
537ffaf3
SM
8160 (whitespace-post-command-hook, whitespace-display-char-on):
8161 Adjust code.
80525855 8162 (whitespace-looking-back, whitespace-buffer-changed): New funs.
85cc3d4f 8163 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
80525855 8164
4b9c0a49
SM
81652010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8166
118cf454
SM
8167 * files.el (locate-file-completion-table): Only list the .el and .elc
8168 extensions if there's no other choice (bug#5955).
8169
a2e5caf7
SM
8170 * facemenu.el (facemenu-self-insert-data): New var.
8171 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
8172 New functions.
8173 (facemenu-add-face): Use them.
8174
4b9c0a49
SM
8175 * simple.el (blink-matching-open): Obey forward-sexp-function.
8176
0193499f
SM
81772010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
8178
b2a15250
SM
8179 * simple.el (prog-mode-map): New var.
8180 (prog-indent-sexp): New command.
8181
b5ba2d6f
SM
8182 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
8183
9acd1bdc
SM
8184 * progmodes/prolog.el (smie): Require.
8185
8723cfa4
SM
8186 * emacs-lisp/smie.el (smie-default-backward-token)
8187 (smie-default-forward-token): Strip properties.
8188 (smie-next-sexp): Be more careful with associative operators.
8189 (smie-forward-sexp-command): Generalize.
8190 (smie-backward-sexp-command): Simplify.
8191 (smie-closer-alist): New var.
8192 (smie-close-block): New command.
8193 (smie-indent-debug-log): New var.
8194 (smie-indent-offset-rule): Add a few more cases.
8195 (smie-indent-column): New function.
8196 (smie-indent-after-keyword): Use it.
8197 (smie-indent-keyword): Use it.
8198 Fix up the opener code's point position.
8199 (smie-indent-comment): Only applies at BOL.
8200 (smie-indent-debug): New command.
8201
0193499f
SM
8202 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
8203 declarations that are useful before running the macro.
8204
0c9b8993
GM
82052010-08-18 Joakim Verona <joakim@verona.se>
8206
8207 * image.el (imagemagick-types-inhibit): New variable.
8208 (imagemagick-register-types): New function.
8209 * image-mode.el (image-transform-properties): New function.
ccd80618
JV
8210 (image-transform-set-scale, image-transform-fit-to-height)
8211 (image-transform-set-rotation, image-transform-set-resize)
0c9b8993
GM
8212 (image-transform-fit-to-width, image-transform-fit-to-height):
8213 New functions.
ccd80618
JV
8214 (image-toggle-display-image): Support image transforms.
8215
1075cd61
KY
82162010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
8217
8218 * image.el (create-animated-image): Don't add heuristic mask to image
8219 (Bug#6839).
8220
64cb6c78
J
82212010-08-18 Jan Djärv <jan.h.d@swipnet.se>
8222
0193499f
SM
8223 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
8224 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
64cb6c78 8225
ff80a446
SM
82262010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
8227
afa22f7c
SM
8228 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
8229
ff80a446
SM
8230 Font-lock '...' strings, plus various simplifications and fixes.
8231 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
8232 (octave-font-lock-close-quotes): New function.
8233 (octave-font-lock-syntactic-keywords): New var.
8234 (octave-mode): Use it. Set beginning-of-defun-function.
8235 (octave-mode-map): Don't override the <foo>-defun commands.
8236 (octave-mode-menu): Pass it directly to easy-menu-define;
8237 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
8238 (octave-block-match-alist): Fix up last change so that
8239 octave-close-block uses the more specific keyword.
8240 (info-lookup-mode): Silence byte-compiler.
8241 (octave-beginning-of-defun): Not interactive any more.
8242 Optimize slightly.
8243 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
8244 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
8245 (octave-completion-at-point-function): Make sure point is within
8246 beg..end.
8247 (octave-reindent-then-newline-and-indent):
8248 Use reindent-then-newline-and-indent.
8249 (octave-add-octave-menu): Remove.
8250
2269b349
JD
82512010-08-17 Jan Djärv <jan.h.d@swipnet.se>
8252
489cd5bd
JD
8253 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
8254 (report-emacs-bug-can-use-xdg-email): New functions.
8255 (report-emacs-bug): Set can-xdg-email to result of
8256 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
8257 \C-cm to report-emacs-bug-insert-to-mailer and add help text
8258 about it.
30ebab6d 8259
a2fb159c
GM
8260 * net/browse-url.el (browse-url-default-browser): Add cond
8261 for browse-url-xdg-open.
8262 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
8263
82642010-08-17 Glenn Morris <rgm@gnu.org>
8265
8266 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
8267 (c-fontify-recorded-types-and-refs): Define for compiler.
8268 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
8269 before use.
8270
8271 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
8272 Fix format call.
8273
bb6aba9c
MA
82742010-08-17 Michael Albinus <michael.albinus@gmx.de>
8275
8276 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
8277 properties.
8278 (tramp-handle-process-file): Call the program in a subshell, in
8279 order to preserve working directory.
8280 (tramp-action-password): Hide password prompt before next run.
8281 (tramp-process-actions): Widen connection buffer for the trace.
8282
8f10c937
DD
82832010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
8284
8285 * net/rcirc.el (rcirc-log-process-buffers): New option.
8286 (rcirc-print): Use it.
8287 (rcirc-generate-log-filename): New function.
8288 (rcirc-log-filename-function): Change default to
8289 rcirc-generate-log-filename (Bug#6828).
8290
7c23dd44
CY
82912010-08-16 Chong Yidong <cyd@stupidchicken.com>
8292
8293 * simple.el (deactivate-mark): If select-active-regions is `only',
8294 only set selection for temporarily active regions.
8295
8296 * cus-start.el: Change defcustom for select-active-regions.
8297
6d3e82d2
CY
82982010-08-15 Chong Yidong <cyd@stupidchicken.com>
8299
8300 * mouse.el (mouse--drag-set-mark-and-point): New function.
ff80a446
SM
8301 (mouse-drag-track): Use LOCATION arg to push-mark.
8302 Use mouse--drag-set-mark-and-point to take click-count into
6d3e82d2
CY
8303 consideration when updating point and mark (Bug#6840).
8304
c68263b1
CY
83052010-08-15 Chong Yidong <cyd@stupidchicken.com>
8306
8307 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8308 Give the Ruby rule a lower priority than Gnu (Bug#6778).
8309
456f369a
ŠN
83102010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
8311
ff80a446
SM
8312 * font-lock.el (lisp-font-lock-keywords-2):
8313 Add combine-after-change-calls, condition-case-no-debug,
456f369a
ŠN
8314 with-demoted-errors, and with-silent-modifications (Bug#6025).
8315
c22e18f5
KR
83162010-08-14 Kevin Ryde <user42@zip.com.au>
8317
8318 * emacs-lisp/copyright.el (copyright-update-year)
b7716b25
CY
8319 (copyright-update): Temporary switch-to-buffer to ensure the
8320 buffer change being queried is visible (Bug#5394).
c22e18f5 8321
6f1a6faf
TT
83222010-08-14 Tom Tromey <tromey@redhat.com>
8323
8324 * progmodes/etags.el (tags-file-name): Mark safe if stringp
8325 (Bug#6733).
8326
e7afcf30
EZ
83272010-08-14 Eli Zaretskii <eliz@gnu.org>
8328
8329 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
8330 MS-DOS. (Bug#6689)
8331
2b4e6277
J
83322010-08-13 Jan Djärv <jan.h.d@swipnet.se>
8333
8334 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
8335 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8336 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
8337 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
ff80a446
SM
8338 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
8339 Call menu-bar-set-tool-bar-position.
2b4e6277 8340
dc94fc85
SM
83412010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8342
c5683ceb
SM
8343 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
8344 comment style (bug#6834).
8345 * progmodes/scheme.el (scheme-mode-syntax-table):
8346 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
8347 "b" flag in "' 14b" syntax.
8348
c82d5b11
SM
8349 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
8350 for (un)commenting the region and performing completion.
8351 (octave-mode-menu): Use standard commands for help and completion.
8352 (octave-mode-syntax-table): Support %{..%} comments (sort of).
8353 (octave-mode): Use define-derived-mode.
8354 Set completion-at-point-functions and don't set columns.
8355 Don't disable adaptive-fill-regexp.
8356 (octave-describe-major-mode, octave-comment-region)
8357 (octave-uncomment-region, octave-comment-indent)
8358 (octave-indent-for-comment): Remove.
8359 (octave-indent-calculate): Rename from calculate-octave-indent.
7e82caa7 8360 (octave-indent-line, octave-fill-paragraph): Update caller.
c82d5b11
SM
8361 (octave-initialize-completions): No need to make an alist.
8362 (octave-completion-at-point-function): New function.
8363 (octave-complete-symbol): Use it.
8364 (octave-insert-defun): Use define-skeleton.
8365
8366 * progmodes/octave-mod.el (octave-mode): Set comment-add.
8367 (octave-mode-map): Use comment-dwim (bug#6829).
dc94fc85 8368
abec5126 83692010-08-12 Antoine Levitt <antoine.levitt@gmail.com>
61b6abbd
AL
8370
8371 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
8372 indentation of inserted comment.
8373
3a46642b
J
83742010-08-11 Jan Djärv <jan.h.d@swipnet.se>
8375
8376 * faces.el (region): Add type gtk that uses gtk colors.
8377
8378 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
8379 Handle theme-name change.
8380
3bd2cfef
MM
83812010-08-10 Michael R. Mauger <mmaug@yahoo.com>
8382
8383 * progmodes/sql.el: Version 2.5
8384 (sql-product-alist): Add :prompt-cont-regexp property for several
8385 database products.
8386 (sql-prompt-cont-regexp): New variable.
61b6abbd
AL
8387 (sql-output-newline-count, sql-output-by-send):
8388 New variables. Record number of newlines in input text.
3bd2cfef
MM
8389 (sql-send-string): Handle multiple filters and count newlines.
8390 (sql-send-magic-terminator): Count terminator newline.
8391 (sql-interactive-remove-continuation-prompt): Filters output to
8392 remove continuation prompts; one for each newline.
8393 (sql-interactive-mode): Set up new variables, prompt regexp and
8394 output filter.
8395 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
61b6abbd 8396 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
3bd2cfef 8397
d02c9bcd
SM
83982010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8399
8400 * emacs-lisp/pcase.el: New file.
8401
80ca4f1e
MA
84022010-08-10 Michael Albinus <michael.albinus@gmx.de>
8403
8404 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
8405 as here-document, otherwise the command could exceed maximum
8406 length of command line.
d02c9bcd
SM
8407 (tramp-handle-vc-registered): Call script accordingly.
8408 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
80ca4f1e 8409
2948599b
KH
84102010-08-10 Kenichi Handa <handa@m17n.org>
8411
8412 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
8413 composable pattern.
8414
148cef8e
CY
84152010-08-09 Chong Yidong <cyd@stupidchicken.com>
8416
8417 * emacs-lisp/package.el (package-version-split)
8418 (package--version-first-nonzero, package-version-compare):
8419 Functions removed.
8420 (package-directory-list, package-load-all-descriptors)
8421 (package--built-in, package-activate, define-package)
8422 (package-installed-p, package-compute-transaction)
8423 (package-read-all-archive-contents)
8424 (package--add-to-archive-contents, package-buffer-info)
d02c9bcd
SM
8425 (package-tar-file-info, package-list-packages-internal):
8426 Use version-to-list and version-list-*.
148cef8e 8427
d02c9bcd
SM
8428 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8429 Use version-to-list.
148cef8e
CY
8430 (package-upload-buffer-internal): Use version-list-<=.
8431
82a9ce0f
KH
84322010-08-09 Kenichi Handa <handa@m17n.org>
8433
231e5e5f 8434 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
82a9ce0f
KH
8435 composable pattern.
8436
7adf5fdc
CY
84372010-08-08 Chong Yidong <cyd@stupidchicken.com>
8438
fc560445
CY
8439 * tutorial.el (tutorial--default-keys): C-d is now bound to
8440 delete-forward-char (Bug#6826).
8441
7adf5fdc
CY
8442 * mouse.el (mouse-drag-track): Remove accidentally-removed check
8443 for `double' value of mouse-1-click-follows-link (Bug#6807).
8444
e54a1075
JB
84452010-08-08 Johan Bockgård <bojohan@gnu.org>
8446
8447 * replace.el (replace-highlight): Bind isearch-forward and
8448 isearch-error, ensuring that highlighting is updated if the user
8449 switches the search direction (Bug#6808).
8450
8451 * isearch.el (isearch-lazy-highlight-forward): New var.
8452 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8453 (isearch-lazy-highlight-update): Use it.
8454
7815fe19 84552010-08-08 Kenichi Handa <handa@m17n.org>
7a84eee5 8456
8d9e03e4
JB
8457 * international/mule.el (define-charset): Store NAME as :base property.
8458 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
7a84eee5
KH
8459 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
8460 current priority. Force using the designation of the specific
8d9e03e4 8461 charset by adding `charset' text property. Improve the whole algorithm.
7a84eee5 8462
7815fe19 84632010-08-08 Juanma Barranquero <lekktu@gmail.com>
f6b55526
JB
8464
8465 * emulation/pc-select.el (pc-selection-mode-hook)
8466 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
8467 (pc-selection-mode): Fix typos in docstrings.
8468
7815fe19 84692010-08-08 Kenichi Handa <handa@m17n.org>
6b4d96c2
KH
8470
8471 * language/cyrillic.el: Don't add "microsoft-cp1251" to
8472 ctext-non-standard-encodings-alist here.
8473
8d9e03e4
JB
8474 * international/mule.el (ctext-non-standard-encodings-alist):
8475 Add "koi8-r" and "microsoft-cp1251".
6b4d96c2
KH
8476 (ctext-standard-encodings): New variable.
8477 (ctext-non-standard-encodings-table): List only elements for
8478 non-standard encodings.
186e86db 8479 (ctext-pre-write-conversion): Adjust for the above change.
6b4d96c2
KH
8480 Check ctext-standard-encodings.
8481
8482 * international/mule-conf.el (compound-text): Doc fix.
8483 (ctext-no-compositions): Doc fix.
8484 (compound-text-with-extensions): Doc fix.
8485
7815fe19 84862010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
c613687b
SM
8487
8488 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
8489
8d9e03e4 84902010-08-08 Juanma Barranquero <lekktu@gmail.com>
d5b8058f 8491
9ebc731b
JB
8492 * progmodes/which-func.el (which-func-format): Split help-echo text
8493 into lines, like other mode-line tooltips.
8494
d5b8058f
JB
8495 * server.el (server-start): When using TCP sockets, force IPv4
8496 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
8497
8d9e03e4 84982010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a2077b7f
SM
8499
8500 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
8501
8d9e03e4 85022010-08-08 Juanma Barranquero <lekktu@gmail.com>
f63a7652
JB
8503
8504 * term.el (term-delimiter-argument-list): Reflow docstring.
8505 (term-read-input-ring, term-write-input-ring, term-send-input)
8506 (term-bol, term-erase-in-display, serial-supported-or-barf):
8507 Fix typos in docstrings.
8508
8d9e03e4 85092010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a7e26d8b
SM
8510
8511 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
8512
8d9e03e4 85132010-08-08 Juanma Barranquero <lekktu@gmail.com>
bbc4e17c
JB
8514
8515 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
8516
8d9e03e4 85172010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
9aea20c9
MK
8518
8519 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
8520 Fix typo in docstring (bug#6747).
8521
7815fe19 85222010-08-08 Leo <sdl.web@gmail.com>
16b0b347
LL
8523
8524 * eshell/esh-io.el (eshell-get-target): Better detection of
8525 read-only file (Bug#6762).
8526
7815fe19 85272010-08-08 Juanma Barranquero <lekktu@gmail.com>
ad9ae065
JB
8528
8529 * align.el (align-default-spacing): Doc fix.
8530 (align-region-heuristic, align-regexp): Fix typos in docstrings.
8531
733946e7 85322010-08-08 Stephen Peters <speters@itasoftware.com>
81ee9410 8533
490b89ac 8534 * calendar/icalendar.el
93acd23d
JB
8535 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
8536 (icalendar--get-weekday-numbers): New.
81ee9410 8537 (icalendar--convert-recurring-to-diary): Handle multiple byday
93acd23d 8538 values in weekly rules. (Bug#6766)
81ee9410 8539
490b89ac
UJ
85402010-08-08 Ulf Jasper <ulf.jasper@web.de>
8541
8542 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
8543 (icalendar--create-uid, icalendar-export-region)
8544 (icalendar--parse-summary-and-rest): Code formatting.
8545
2c695727
JB
85462010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
8547
01c35094 8548 * calc/calc.el (calc-trail-mode, calc-refresh): Use `face' property
2c695727
JB
8549 to italicize headers.
8550 (calc-highlight-selections-with-faces): New variable.
8551 (calc-selected-face, calc-nonselected-face): New faces.
8552
8553 * calc/calccomp.el (math-comp-highlight-string): Use
8554 `calc-highlight-selections-with-faces' to determine how to highlight
8555 sub-formulas.
8556
8557 * calc/calc-sel.el (calc-show-selections): Change message to when
8558 using faces to highlight selections.
8559
b93d4f22
MM
85602010-08-07 Michael R. Mauger <mmaug@yahoo.com>
8561
8d9e03e4
JB
8562 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
8563 Add SQLite 3 keywords, functions and datatypes.
8564 (sql-interactive-mode): Remove `comint-process-echoes' set to t
b93d4f22
MM
8565 (Bug#6686).
8566
9852377f
CY
85672010-08-07 Chong Yidong <cyd@stupidchicken.com>
8568
8569 * simple.el (select-active-regions): Move to keyboard.c.
8570 (deactivate-mark): Used saved-region-selection.
8571 (select-active-region): Function removed.
8572 (activate-mark, set-mark, push-mark-command)
8573 (handle-shift-selection): Don't call it.
8574 (keyboard-quit): Avoid adding the region to the window selection.
8575
8576 * mouse.el (mouse-drag-track): Remove hacks to deal with old
8577 select-active-regions implementation.
8578 (mouse-yank-at-click): Doc fix.
8579
8580 * cus-start.el: Add custom declaration for select-active-regions.
8581
822775bf
EZ
85822010-08-07 Eli Zaretskii <eliz@gnu.org>
8583
4c5130d6
EZ
8584 * simple.el (delete-forward-char): Doc fix.
8585
822775bf
EZ
8586 * tutorial.el (help-with-tutorial): Hack safe file-local variables
8587 after reading the tutorial.
8588
bd4c5e3e
AM
85892010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
8590
6a7662bb
BR
8591 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
8592 Fix for the case that a C style comment has its delimiters alone on
cb6fa1ad 8593 their respective lines. (Bug#193)
bd4c5e3e 8594
d00fa9b6
MA
85952010-08-06 Michael Albinus <michael.albinus@gmx.de>
8596
8d9e03e4 8597 * net/tramp.el (tramp-handle-start-file-process): Set connection
d00fa9b6 8598 property "vec".
6a7662bb
BR
8599 (tramp-process-sentinel): Use it for flushing the cache.
8600 We cannot do it via the process buffer, the buffer could be deleted
d00fa9b6
MA
8601 already when running the sentinel.
8602
86032010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
942415f3
MA
8604
8605 * comint.el (comint-mode): Make directory tracking functions
8606 functional on remote files. (Bug#6764)
8607
b3d42406
DN
86082010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
8609
8610 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
8611
29cf3e20
EZ
86122010-08-05 Eli Zaretskii <eliz@gnu.org>
8613
6a7662bb
BR
8614 * emacs-lisp/find-gc.el (find-gc-source-files):
8615 Rename unexec.c => unexcoff.c.
29cf3e20 8616
6a7662bb
BR
8617 * emacs-lisp/authors.el (authors-fixed-entries):
8618 Rename unexec.c => unexcoff.c.
29cf3e20 8619
39e1bf0b
MA
86202010-08-05 Michael Albinus <michael.albinus@gmx.de>
8621
8622 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
8623 cache, not only file cache.
8624 (tramp-process-sentinel): New defun.
8625 (tramp-handle-start-file-process): Use it, in order to invalidate
8626 file caches.
8627
9f982e22
LL
86282010-08-03 Leo <sdl.web@gmail.com>
8629
8630 * server.el (server-start): Simplify loop.
8631
0798a8d8
SM
86322010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
8633
548c5c47
SM
8634 * frame.el (screen-height, screen-width, set-screen-width)
8635 (set-screen-height): Remove ancient compatibility aliases.
8636
3311d1c2
SM
8637 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
8638 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
8639
0798a8d8
SM
8640 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
8641 that change current buffer.
8642
26ee77a6
YM
86432010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8644
8645 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
8646 beginning of the string. Use `string-match-p'. (Bug#6765)
8647
aa1859f5
J
86482010-08-01 Jan Djärv <jan.h.d@swipnet.se>
8649
8650 * cus-start.el (x-gtk-use-system-tooltips): New variable.
8651
376c2b6b
CY
86522010-08-01 Chong Yidong <cyd@stupidchicken.com>
8653
0798a8d8 8654 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
376c2b6b 8655 (package--builtins): Tweak descriptions.
0798a8d8
SM
8656 (package-print-package): Upcase descriptions if necessary.
8657 Show all built-in packages in font-lock-builtin-face.
8658 (package-list-packages-internal): Omit "emacs" package.
8659 Show status of built-in packages as "built-in".
376c2b6b 8660
16041401
CY
86612010-07-31 Chong Yidong <cyd@stupidchicken.com>
8662
8663 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
8664 before killing to preserve the primary selection (Bug#6701).
8665
8666 * term/x-win.el (x-select-text): Doc fix.
8667
0798a8d8
SM
86682010-07-31 Nathaniel Flath <flat0103@gmail.com>
8669
452ea855
AM
8670 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
8671 (objc-font-lock-extra-types):
452ea855 8672 * progmodes/cc-mode.el (c-basic-common-init):
452ea855
AM
8673 * progmodes/cc-langs.el (c-make-mode-syntax-table)
8674 (c++-make-template-syntax-table)
8675 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
8676 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
8677 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
8678 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
452ea855
AM
8679 * progmodes/cc-fonts.el (c-make-inverse-face)
8680 (c-basic-matchers-after):
452ea855
AM
8681 * progmodes/cc-engine.el (c-forward-keyword-clause)
8682 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
8683 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
8684 (c-guess-continued-construct, c-guess-basic-syntax):
2f5e7c6f
GM
8685 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
8686 The above functions were modified or created.
452ea855 8687
37766706
J
86882010-07-31 Jan Djärv <jan.h.d@swipnet.se>
8689
0798a8d8 8690 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
37766706 8691
cd83d522
EZ
86922010-07-31 Eli Zaretskii <eliz@gnu.org>
8693
8694 * files.el (bidi-paragraph-direction): Define safe local values.
8695
8696 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
8697 language-info-alist. Remove outdated FIXME in a comment.
8698
28e5cf7c
AM
86992010-07-31 Alan Mackenzie <acm@muc.de>
8700
8701 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
8702 Auto-fill broken in C/C++ modes.
8703
bfeabdc3
JD
87042010-07-29 Jan Djärv <jan.h.d@swipnet.se>
8705
8706 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8707 (menu-bar-showhide-tool-bar-menu-customize-disable)
8708 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
0798a8d8
SM
8709 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
8710 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
bfeabdc3
JD
8711 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
8712 make a menu for Options => toolbar that can move it.
8713
063e5294
CY
87142010-07-29 Chong Yidong <cyd@stupidchicken.com>
8715
8716 * emacs-lisp/package-x.el (package--make-rss-entry):
8717 (package-maint-add-news-item, package--update-news)
8718 (package-upload-buffer-internal): New arg ARCHIVE-URL.
8719
8720 * emacs-lisp/package.el (package-archive-url): Rename from
8721 package-archive-id.
8722 (package-install): Doc fix.
8723 (package-download-single, package-download-tar, package-install)
8724 (package-menu-view-commentary): Callers changed.
8725
683cc385
MA
87262010-07-29 Michael Albinus <michael.albinus@gmx.de>
8727
8728 * net/tramp.el (tramp-handle-start-file-process): Check only for
8729 `remote-tty' process property.
8730 (tramp-open-shell): Don't check for tty.
8731 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
8732 process property.
8733
8734 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
8735 host.
8736
bc44bef7
PH
87372010-07-28 Chong Yidong <cyd@stupidchicken.com>
8738
8739 * emacs-lisp/package.el (package-load-list, package-archives)
8740 (package-archive-contents, package-user-dir)
8741 (package-directory-list, package--builtins, package-alist)
8742 (package-activated-list, package-obsolete-alist): Mark as risky.
8743
87442010-07-28 Phil Hagelberg <phil@evri.com>
8745
8746 Add support for non-default package repositories.
8747 * emacs-lisp/package.el (package-archive-base): Var deleted.
8748 (package-archives): New variable.
8749 (package-archive-contents): Doc fix.
0798a8d8 8750 (package-load-descriptor): Do nothing if descriptor file is missing.
bc44bef7
PH
8751 (package--write-file-no-coding): New function.
8752 (package-unpack-single): Use it.
8753 (package-archive-id): New function.
8754 (package-download-single, package-download-tar)
8755 (package-menu-view-commentary): Use it.
8756 (package-installed-p): Make second argument optional.
8757 (package-read-all-archive-contents): New function.
8758 (package-initialize): Use it.
8759 (package-read-archive-contents): Add ARCHIVE argument.
8760 (package--add-to-archive-contents): New function.
8761 (package-install): Don't call package-read-archive-contents.
8762 (package--download-one-archive): Store archive file in a
8763 subdirectory of package-user-dir.
8764 (package-menu-execute): Remove spurious line movement.
8765
8a52f00a
JD
87662010-07-28 Jan Djärv <jan.h.d@swipnet.se>
8767
8768 * cus-start.el (tool-bar-style): Add text-image-horiz.
8769
b21d3ceb
MA
87702010-07-28 Michael Albinus <michael.albinus@gmx.de>
8771
8772 * progmodes/gud.el (gud-common-init): Check for remoteness of
8773 `file', and not of `default-directory'.
8774
8fbcce2d
MA
87752010-07-28 Michael Albinus <michael.albinus@gmx.de>
8776
8777 * net/tramp.el (tramp-methods): Move hostname to the end in all
8778 ssh `tramp-login-args'.
8779 (tramp-verbose): Describe verbose level 9.
8780 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
8781 (tramp-open-connection-setup-interactive-shell): Trace stty
8782 settings if `tramp-verbose' >= 9.
8783 (tramp-handle-start-file-process): Implement tty setting.
8784 (Bug#4604, Bug#6360)
8785
8786 * net/tramp-cmds.el (tramp-bug): Recommend setting of
8787 `tramp-verbose' to 9.
8788
128440c9
AH
87892010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
8790
8791 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
8792 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
8793 Remove references to package `lisp-re' (bug#4369).
8794
ae0c2494
TT
87952010-07-27 Tom Tromey <tromey@redhat.com>
8796
8797 * progmodes/js.el (js-mode):
8798 * progmodes/make-mode.el (makefile-mode):
8799 * progmodes/simula.el (simula-mode):
8800 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
8801
0ed082fe 88022010-07-27 Juanma Barranquero <lekktu@gmail.com>
fe4be04c
JB
8803
8804 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
8805
7c7c04c0
JB
8806 * time.el (display-time-day-and-date): Remove spurious * in docstring.
8807 (display-time-world-buffer-name, display-time-world-mode-map):
8808 Fix typos in docstrings.
8809
0ed082fe 88102010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
c9088194
SK
8811
8812 * image-mode.el (image-display-size): New function.
8813 (image-forward-hscroll, image-next-line, image-eol, image-eob)
8814 (image-mode-fit-frame): Use it (Bug#6639).
8815
0ed082fe 88162010-07-27 Chong Yidong <cyd@stupidchicken.com>
dad7c716
CY
8817
8818 * dired.el (dired-buffers-for-dir): Handle list values of
8819 dired-directory (Bug#6636).
8820
aa2d4bd3
SS
88212010-07-26 Sam Steingold <sds@gnu.org>
8822
8823 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
8824 Do not call `x-get-selection' the second time, reuse the value.
8825
78b84da3
DU
88262010-07-26 Daiki Ueno <ueno@unixuser.org>
8827
8828 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
0798a8d8 8829 which consist of control chars only. Suggested by Richard Stallman.
78b84da3 8830
4f195cf7
DU
88312010-07-25 Daiki Ueno <ueno@unixuser.org>
8832
8833 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
8834 exists before passing an error to find-file-not-found-functions
8835 (bug#6723).
8836
195e19e4
LH
88372010-07-23 Lukas Huonker <l.huonker@gmail.com>
8838
8839 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
8840 Remove leading nil element, adjust values.
8841 (tetris-shapes, tetris-shape-scores):
8842 Change representation of shapes and remove some redundancy.
8843 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
8844 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
8845 Adjust for working with new representation of shapes.
8846 (tetris-shape-rotations): New function.
8847 (tetris-move-bottom, tetris-move-left, tetris-move-right)
8848 (tetris-rotate-prev, tetris-rotate-next):
8849 Adjust for working with the new version of tetris-test-shape.
8850
9cf2db99
MT
88512010-07-23 Markus Triska <markus.triska@gmx.at>
8852
8853 * progmodes/ps-mode.el: Use comint (bug#5954).
8854 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
8855 (ps-mode-other-newline): Simplify.
8856 (ps-run-mode): Derive from comint-mode instead of
8857 fundamental-mode, yielding input history etc.
8858 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
8859 (ps-run-send-string): Adapt for comint-mode.
8860 (ps-run-newline): Remove now unneeded function.
8861
225d5e9e
MA
88622010-07-23 Michael Albinus <michael.albinus@gmx.de>
8863
8864 * net/tramp.el (tramp-methods): Move hostname to the end in all
8865 plink `tramp-login-args'.
8866
84bc68f2
MA
88672010-07-23 Michael Albinus <michael.albinus@gmx.de>
8868
8869 * net/tramp.el (tramp-open-shell): New defun.
8870 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8871 Use it.
8872
1eb5ca1c
MA
88732010-07-23 Michael Albinus <michael.albinus@gmx.de>
8874
8875 * net/tramp.el (tramp-file-name-regexp-unified)
8876 (tramp-completion-file-name-regexp-unified): On W32 systems, do
8877 not regard the volume letter as remote filename. (Bug#5447)
8878
440735a7
JB
88792010-07-23 Juanma Barranquero <lekktu@gmail.com>
8880
8881 * custom.el (custom-declare-variable): Give a clearer error message
8882 when the docstring is missing (bug#6476).
8883
5474c40f
MM
88842010-07-22 Michael R. Mauger <mmaug@yahoo.com>
8885
8886 * progmodes/sql.el: Version 2.4. Improved Login prompting.
8887 (sql-login-params): New widget definition.
8888 (sql-oracle-login-params, sql-mysql-login-params)
8889 (sql-solid-login-params, sql-sybase-login-params)
8890 (sql-informix-login-params, sql-ingres-login-params)
8891 (sql-ms-login-params, sql-postgres-login-params)
8892 (sql-interbase-login-params, sql-db2-login-params)
8893 (sql-linter-login-params): Use it.
8894 (sql-sqlite-login-params): Use it; Define "database" parameter as
8895 a file name.
c4cc8b9a 8896 (sql-sqlite-program): Change to "sqlite3".
5474c40f
MM
8897 (sql-comint-sqlite): Make sure database name is complete.
8898 (sql-for-each-login): New function.
8899 (sql-connect, sql-save-connection): Use it.
8900 (sql-get-login-ext): New function.
8901 (sql-get-login): Use it.
8902 (sql-make-alternate-buffer-name): Handle :file parameters.
8903
9c0deccb
JB
89042010-07-22 Juanma Barranquero <lekktu@gmail.com>
8905
8906 * dired.el (dired-no-confirm): Document value t and fix defcustom to
8907 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
8908
aac818a8
TL
89092010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
8910
8911 * dired.el (dired-mode-map): Use command remapping (bug#6632).
8912
47d2734f
LM
89132010-07-22 Lawrence Mitchell <wence@gmx.li>
8914
8915 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
8916
10e73994
MA
89172010-07-21 Michael Albinus <michael.albinus@gmx.de>
8918
8919 * net/tramp.el (tramp-get-ls-command)
8920 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
8921 instead of "/".
8922
d26b0ea9
MM
89232010-07-20 Michael R. Mauger <mmaug@yahoo.com>
8924
8925 * progmodes/sql.el: Version 2.3.
f49d1f52 8926 (sql-connection-alist): Change keys from symbols to strings;
d26b0ea9 8927 enhanced the widget definition.
88b5a757
DD
8928 (sql-mode-menu): Add submenu to select connections.
8929 (sql-interactive-mode-menu): Add "Save Connection" item.
8930 (sql-add-product): Fix menu item.
d26b0ea9 8931 (sql-get-product-feature): Improved error handling.
5f9d345c 8932 (sql--alt-buffer-part, sql--alt-if-not-empty): Remove.
d26b0ea9
MM
8933 (sql-make-alternate-buffer-name): Simplified.
8934 (sql-product-interactive): Handle missing product.
8935 (sql-connect): Support string keys, minor improvements.
8936 (sql-save-connection): New function.
8937 (sql-connection-menu-filter): New function.
8938
af4b9ae5
MA
89392010-07-20 Michael Albinus <michael.albinus@gmx.de>
8940
8941 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
6a7662bb
BR
8942 (tramp-open-connection-setup-interactive-shell):
8943 Apply workaround for IRIX64 bug. Move argument of last
af4b9ae5
MA
8944 `tramp-send-command' where it belongs to.
8945
da040a16
MA
89462010-07-20 Michael Albinus <michael.albinus@gmx.de>
8947
8948 * net/tramp.el (tramp-perl-file-attributes)
8949 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
8950 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
8951 front of `login-args'.
8952
16f3ade5
JB
89532010-07-19 Juanma Barranquero <lekktu@gmail.com>
8954
8955 * time.el (display-time-world-mode): Define with `define-derived-mode'.
8956 Set `show-trailing-whitespace' to nil.
8957 (display-time-world-display): Simplify.
8958
00af0b67
AM
89592010-07-18 Alan Mackenzie <acm@muc.de>
8960
8961 Enhance `c-file-style' in file/directory local variables.
a628ad9d 8962 * progmodes/cc-mode.el (c-count-cfss): New function.
00af0b67
AM
8963 (c-before-hack-hook): Call `c-set-style' differently according to
8964 whether c-file-style was set in file or directory local
8965 variables.
8966
30c4d8dc
MM
89672010-07-18 Michael R. Mauger <mmaug@yahoo.com>
8968
8969 * progmodes/sql.el: Version 2.2.
6a7662bb
BR
8970 (sql-product, sql-user, sql-database, sql-server, sql-port):
8971 Use defcustom :safe keyword rather than putting safe-local-variable
30c4d8dc
MM
8972 property.
8973 (sql-password): Use defcustom :risky keyword rather than putting
8974 risky-local-variable property.
8975 (sql-oracle-login-params, sql-sqlite-login-params)
8976 (sql-solid-login-params, sql-sybase-login-params)
8977 (sql-informix-login-params, sql-ingres-login-params)
8978 (sql-ms-login-params, sql-postgres-login-params)
8979 (sql-interbase-login-params, sql-db2-login-params)
c4cc8b9a 8980 (sql-linter-login-params): Add `port' option.
88b5a757 8981 (sql-get-product-feature): Add NO-INDIRECT parameter.
30c4d8dc
MM
8982 (sql-comint-oracle, sql-comint-sybase)
8983 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
8984 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
8985 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
88b5a757 8986 (sql-comint-linter): Rename sql-connect-* functions to
30c4d8dc 8987 sql-comint-*.
88b5a757 8988 (sql-product-alist, sql-mode-menu): Rename as above and
30c4d8dc 8989 :sqli-connect-func to :sqli-comint-func.
c4cc8b9a 8990 (sql-connection): New variable.
30c4d8dc
MM
8991 (sql-interactive-mode): Set it.
8992 (sql-connection-alist): New variable.
8993 (sql-connect): New function.
8994 (sql--alt-buffer-part, sql--alt-if-not-empty)
a628ad9d 8995 (sql-make-alternate-buffer-name): Improved alternative buffer name.
30c4d8dc 8996
f12492c8
TV
89972010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8998
8999 * image-mode.el (image-bookmark-make-record): Do not set context
9000 in an image (Bug#6650).
9001
91023c68
CY
90022010-07-17 Chong Yidong <cyd@stupidchicken.com>
9003
9004 * simple.el (select-active-region): New function.
9005 (push-mark-command, set-mark, activate-mark)
9006 (handle-shift-selection): Use it.
9007 (deactivate-mark): Don't check for size of region.
9008
9009 * mouse.el (mouse-drag-track): Use select-active-region.
9010
1c0e8f0e
MA
90112010-07-17 Michael Albinus <michael.albinus@gmx.de>
9012
9013 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
9014 "--dired" stronger.
9015
2490cbbc
CY
90162010-07-17 Chong Yidong <cyd@stupidchicken.com>
9017
9018 * term/x-win.el (x-select-enable-primary): Change default to nil.
9019 (x-select-enable-clipboard): Add :version keyword.
9020
9021 * mouse.el (mouse-drag-copy-region):
9022 * simple.el (select-active-regions): Likewise.
9023
f253ef6a
RS
90242010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
9025
a628ad9d 9026 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
f253ef6a
RS
9027 (vc-coding-system-for-diff): Use it to decide whether to inherit
9028 from the file the EOL format for reading the diffs of that file.
9029 (Bug#4451)
9030
134a027f
EZ
90312010-07-16 Eli Zaretskii <eliz@gnu.org>
9032
9033 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
9034 unibyte, so compressed attachments are not compressed again.
9035
7e4289ad
MA
90362010-07-16 Michael Albinus <michael.albinus@gmx.de>
9037
9038 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
9039 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
9040 (tramp-find-shell): Simplify setting connection property.
9041 (tramp-get-ls-command): Make test for "--color=never" stronger.
9042
7473fff9 90432010-07-15 Simon South <ssouth@member.fsf.org>
2c6a779a
SS
9044
9045 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
9046 blocks within record declarations (i.e. variant parts) correctly.
9047
a11b38ee
SS
90482010-07-15 Simon South <ssouth@member.fsf.org>
9049
9050 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
9051 over literal tokens when parsing so newlines aren't "absorbed" by
9052 single-line comments. Corrects the indentation of case blocks
9053 that have a comment on the first line.
9054
077e0753
KF
90552010-07-14 Karl Fogel <kfogel@red-bean.com>
9056
9057 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
9058 by Drew Adams (Bug#5504).
9059
243881ed
J
90602010-07-14 Jan Djärv <jan.h.d@swipnet.se>
9061
9062 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
dd86ea11 9063 now that Unicode is used (Bug#6594).
243881ed 9064
f9d71b42
CY
90652010-07-14 Chong Yidong <cyd@stupidchicken.com>
9066
9067 * term/x-win.el (x-select-enable-clipboard): Default to t.
9068 (x-initialize-window-system): Don't overwrite Paste menu item.
9069
9070 * simple.el (select-active-regions): Default to t.
9071 (push-mark-command): Don't overwrite primary with empty string.
9072
9073 * mouse.el: Bind mouse-2 to mouse-yank-primary.
9074 (mouse-drag-copy-region): Default to nil.
9075
9076 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
9077 Cut/Copy/Paste menu bar items.
9078
a628ad9d 90792010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8f2eaa8a
TV
9080
9081 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9082 Patch applied by Karl Fogel.
9083
9084 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
9085 and `bookmark-current-buffer' if they have been already set in
9086 another buffer (e.g gnus-art).
9087
e44fa724 90882010-07-13 Karl Fogel <kfogel@red-bean.com>
a628ad9d 9089 Thierry Volpiatto <thierry.volpiatto@gmail.com>
e44fa724
KF
9090
9091 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
9092
9093 * bookmark.el (bookmark-make-record-default): Allow unneeded
9094 information to be omitted from the record.
9095
9096 Adjust declarations and calls:
9097
9098 * info.el (bookmark-make-record-default): Adjust declaration.
9099 (Info-bookmark-make-record): Adjust call.
9100
9101 * woman.el (bookmark-make-record-default): Adjust declaration.
9102 (woman-bookmark-make-record): Adjust call.
9103
9104 * man.el (bookmark-make-record-default): Adjust declaration.
9105 (Man-bookmark-make-record): Adjust call.
9106
9107 * image-mode.el (bookmark-make-record-default): Adjust declaration.
9108
9109 * doc-view.el (bookmark-make-record-default): Adjust declaration.
9110
0c4371fe
KF
91112010-07-13 Karl Fogel <kfogel@red-bean.com>
9112
9113 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
9114 This is also from Thierry Volpiatto's patch in bug #6444. However,
9115 because it was extraneous to the functional change in that patch,
9116 and causes a re-indendation, I am committing it separately.
9117
2bb8db3e 91182010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
068a0233
KF
9119
9120 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
9121 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
2bb8db3e 9122 Patch applied by Karl Fogel (Bug#6444).
068a0233 9123
21bd02a6
CY
91242010-07-13 Chong Yidong <cyd@stupidchicken.com>
9125
9126 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
9127
79cb9c05
AR
91282010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
9129
9130 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
9131 Dempsky; bug#5084). Remove incorrect binding for S-tab.
9132 (ns-alternatives-map): Change S-tab binding to backtab
9133 (bug#6616).
9134
9135 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
9136 under ns.
9137
beb000f9
AS
91382010-07-12 Andreas Schwab <schwab@linux-m68k.org>
9139
dd86ea11
JB
9140 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
9141 (Bug#5806)
e9952282 9142
beb000f9
AS
9143 * language/tv-util.el (tai-viet-re): Remove format.
9144
6f2cdcd1
KH
91452010-07-12 Kenichi Handa <handa@m17n.org>
9146
dd86ea11
JB
9147 * language/hebrew.el: Remove no-byte-compile declaration.
9148 Change coding: tag to utf-8. Register hebrew-shape-gstring in
6f2cdcd1
KH
9149 composition-function-table for 3-character looking back.
9150 (hebrew-font-get-precomposed): New function.
9151 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
9152
f479ef6e
CY
91532010-07-11 Chong Yidong <cyd@stupidchicken.com>
9154
9155 * mouse.el (mouse-drag-track): Handle select-active-regions
9156 (Bug#6612).
9157
3277c1ee
MA
91582010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
9159
9160 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
9161 empty argument to gvfs-copy.
9162
3260caf8
GM
91632010-07-10 Glenn Morris <rgm@gnu.org>
9164
9165 * calendar/calendar.el (calendar-week-end-day): New function.
9166 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
9167 Respect calendar-week-start-day. (Bug#6606)
9168 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
9169 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
9170 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
9171 respect calendar-week-start-day.
9172
c876b263
CY
91732010-07-10 Chong Yidong <cyd@stupidchicken.com>
9174
9175 * simple.el (use-region-p): Doc fix (Bug#6607).
9176
dce34635
AG
91772010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
9178
6a7662bb
BR
9179 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9180 Add regexps for cucumber and ruby.
dce34635 9181
c0397930
DU
91822010-07-08 Daiki Ueno <ueno@unixuser.org>
9183
9184 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
9185 (epa-file-insert-file-contents): Hack to prevent
192cfe77 9186 find-file from opening empty buffer when decryption failed
c0397930
DU
9187 (bug#6568).
9188
fd5539c6
AM
91892010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
9190
a628ad9d
JB
9191 * textmodes/ispell.el (ispell-alternate-dictionary):
9192 Use file-readable-p.
fd5539c6
AM
9193 Return nil if no word-list is found at default locations.
9194 (ispell-complete-word-dict): Default to nil.
9195 (ispell-command-loop): Use 'word-list' when using lookup-words.
9196 (lookup-words): Use ispell-complete-word-dict or
9197 ispell-alternate-dictionary. Check for word-list availability
9198 and handle errors if needed with better messages (Bug#6539).
9199 (ispell-complete-word): Use ispell-complete-word-dict or
9200 ispell-alternate-dictionary.
9201
4565b08e
CS
92022010-07-07 Christoph Scholtes <cschol2112@gmail.com>
9203
9204 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
9205 builtins (BufferError, BytesWarning, WindowsError; callables
9206 bin, bytearray, bytes, format, memoryview, next, print; __package__).
9207
a2c270e7
GM
92082010-07-07 Glenn Morris <rgm@gnu.org>
9209
9210 * play/zone.el (top-level): Do not require timer, tabify, or cl.
9211 (zone-shift-left): Ignore intangibility, and any errors from
9212 forward-char.
9213 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
9214 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
9215 deleting, and copying text properties.
9216 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
9217 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
9218 to point-max is hard.
9219 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
9220 (zone-fill-out-screen): Ignore intangibility.
9221
81133808
CY
92222010-07-05 Chong Yidong <cyd@stupidchicken.com>
9223
4ad11f8c
CY
9224 * menu-bar.el (menu-bar-mode):
9225 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
9226 if it has been set.
9227
81133808
CY
9228 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
9229 word/line selection (Bug#6565).
9230
b24344ca
JB
92312010-07-04 Juanma Barranquero <lekktu@gmail.com>
9232
9233 * net/dbus.el (dbus-send-signal): Declare function.
9234
b1ce08da
MA
92352010-07-04 Michael Albinus <michael.albinus@gmx.de>
9236
9237 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
9238 (dbus-register-property): New optional argument EMITS-SIGNAL.
9239 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
9240
5592c08f
CY
92412010-07-03 Chong Yidong <cyd@stupidchicken.com>
9242
9243 * mouse.el (mouse-drag-overlay): Variable deleted.
9244 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
9245 (mouse--remap-link-click-p): New function.
9246 (mouse-drag-track): Handle dragging by using temporary Transient
9247 Mark mode, instead of a special overlay.
9248 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
9249 mouse-show-mark.
9250
9251 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
9252 deleted.
9253
a6ed0e28
JL
92542010-07-02 Juri Linkov <juri@jurta.org>
9255
9256 * autoinsert.el (auto-insert-alist): Fix readability
9257 by using dotted pair notation for lambda.
9258
c91e692b
JL
92592010-07-02 Juri Linkov <juri@jurta.org>
9260
9261 * faces.el (read-face-name): Rename arg `string-describing-default'
9262 to `default'. Doc fix. Display the default value in quotes
9263 in the prompt. With empty input, return the `default' arg,
9264 unless the default value is a string (in which case return nil).
9265 (describe-face): Replace the string `default' arg of `read-face-name'
9266 with the symbol `default'.
9267
23640f8f
CY
92682010-07-02 Chong Yidong <cyd@stupidchicken.com>
9269
9270 * emulation/viper-cmd.el (viper-delete-backward-char)
9271 (viper-del-backward-char-in-insert)
9272 (viper-del-backward-char-in-replace, viper-change)
9273 (viper-backward-indent): Replace delete-backward-char with
9274 delete-char (Bug#6552).
9275
b32d1614
CY
92762010-07-01 Chong Yidong <cyd@stupidchicken.com>
9277
9278 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
9279
c1ef4455
CY
92802010-06-30 Chong Yidong <cyd@stupidchicken.com>
9281
9282 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
9283 argument passed to frame-creation-function (Bug#5378).
9284
9285 * faces.el (x-handle-named-frame-geometry)
9286 (x-handle-reverse-video, x-create-frame-with-faces)
6a7662bb
BR
9287 (face-set-after-frame-default, tty-create-frame-with-faces):
9288 Don't separately consult default-frame-alist. It is now passed as the
c1ef4455
CY
9289 PARAMETER argument.
9290
55702e89
AS
92912010-06-30 Andreas Schwab <schwab@linux-m68k.org>
9292
9293 * startup.el (command-line): Don't call tool-bar-setup in a
9294 tty-only build.
9295
dc9a226c
CY
92962010-06-30 Chong Yidong <cyd@stupidchicken.com>
9297
9298 * ruler-mode.el (ruler--save-header-line-format): New fun.
9299 (ruler-mode): Use it as a setter function, so as not to overwrite
9300 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
9301
a2f043d3
CY
93022010-06-29 Chong Yidong <cyd@stupidchicken.com>
9303
9304 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
9305 (vc-root-diff, vc-print-root-log, vc-log-incoming)
9306 (vc-log-outgoing): Use it.
9307 (vc-diff-internal): Set diff-vc-backend.
9308
9309 * vc/diff-mode.el (diff-vc-backend): New var.
9310
62d115ef
J
93112010-06-28 Jan Djärv <jan.h.d@swipnet.se>
9312
6a7662bb
BR
9313 * dynamic-setting.el (font-setting-change-default-font):
9314 Remove call to message.
62d115ef 9315
1180f752
KH
93162010-06-28 Kenichi Handa <handa@m17n.org>
9317
9318 * international/quail.el (quail-insert-kbd-layout): Fix the
9319 showing of untranslated characters.
9320
b9229673
CY
93212010-06-28 Chong Yidong <cyd@stupidchicken.com>
9322
9323 * simple.el (delete-active-region): New option.
9324 (delete-backward-char): Implement in Lisp.
9325 (delete-forward-char): New command.
9326
5f9d345c 9327 * mouse.el (mouse-region-delete-keys): Delete.
b9229673
CY
9328 (mouse-show-mark): Simplify.
9329
9330 * bindings.el (global-map): Bind delete and DEL, the former to
9331 delete-forward-char.
9332
a628ad9d 93332010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
2286174e
CY
9334
9335 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
9336 (ruby-mode): Bind indent-line-function (Bug#5119).
9337
3468f435
CY
93382010-06-27 Chong Yidong <cyd@stupidchicken.com>
9339
9340 * startup.el (command-line): Recognize "0" X resource value.
9341
6431f2e6
CY
93422010-06-27 Chong Yidong <cyd@stupidchicken.com>
9343
9344 * startup.el (command-line): Use X resources to set the value of
9345 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
9346
9347 * menu-bar.el (menu-bar-mode):
9348 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
9349 Set init-value to t.
9350
9351 * frame.el (frame-notice-user-settings): Don't change
9352 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
9353 vice versa (Bug#2249).
9354
b61dfbe2
EZ
93552010-06-26 Eli Zaretskii <eliz@gnu.org>
9356
9357 * w32-fns.el (w32-convert-standard-filename): Doc fix.
9358
f5cbf40e
AM
93592010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
9360
a628ad9d
JB
9361 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
9362 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
f5cbf40e 9363
a628ad9d 9364 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
dd86ea11 9365 default directories are expanded (Bug#6143).
f5cbf40e 9366
8f3b8a5f
JL
93672010-06-24 Juri Linkov <juri@jurta.org>
9368
9369 * minibuffer.el (completions-format): Change default from nil to
9370 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
9371
5af72a47
JL
93722010-06-24 Juri Linkov <juri@jurta.org>
9373
9374 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
9375 buffer-locally to lambda that re-runs the vc diff command.
9376 (Bug#6447)
9377
8f804316
CY
93782010-06-24 Chong Yidong <cyd@stupidchicken.com>
9379
9380 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
9381 echo area is in use (Bug#3412).
9382
be19ef0b
GM
93832010-06-22 Glenn Morris <rgm@gnu.org>
9384
6555773f
GM
9385 * textmodes/texinfmt.el (texinfo-format-region)
9386 (texinfo-raise-lower-sections, texinfo-format-separate-node)
9387 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
9388 (texinfo-format-option, texinfo-noindent):
9389 Use line-beginning-position and line-end-position.
9390
be19ef0b
GM
9391 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
9392 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
9393 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
9394 utf-8 characters.
9395
7f0b7b3e
KF
93962010-06-21 Karl Fogel <kfogel@red-bean.com>
9397
49554388
GM
9398 * play/zone.el (zone-fall-through-ws): Fix next-line ->
9399 forward-line fallout.
9400
e8579ebc
CY
94012010-07-06 Chong Yidong <cyd@stupidchicken.com>
9402
9403 * mouse.el (mouse-appearance-menu): Add docstring.
9404
9405 * help.el (describe-key): Print up-event using key-description.
9406
5d1cd8bd
MA
94072010-07-03 Michael Albinus <michael.albinus@gmx.de>
9408
9409 * net/zeroconf.el (zeroconf-resolve-service)
95b6d681 9410 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
5d1cd8bd
MA
9411 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
9412
112dbc0e
MA
94132010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
9414
9415 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
9416
d0cb23ca
DN
94172010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
9418
9419 Avoid displaying files with a nil state in vc-dir.
a628ad9d 9420 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
d0cb23ca
DN
9421 cases that cause insertion.
9422 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
9423 with a nil state.
9424
01b229d1
CY
94252010-06-30 Chong Yidong <cyd@stupidchicken.com>
9426
9427 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
9428
8bf1c786 94292010-06-29 Leo <sdl.web@gmail.com>
a354ac6a
LL
9430
9431 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
9432
dfc6544c
CY
94332010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9434
9435 * generic-x.el (bat-generic-mode): Fix regexp for command line
9436 switches (Bug#5719).
9437
b7d4de51
CY
94382010-06-27 Masatake YAMATO <yamato@redhat.com>
9439
dfc6544c
CY
9440 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
9441 of nconc to avoid pure storage error (Bug#6239).
b7d4de51 9442
53cfe624 94432010-06-27 Christoph Scholtes <cschol2112@googlemail.com>
3726248f 9444
8bf1c786 9445 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3726248f
CY
9446 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
9447 bindings of bookmark-automatically-show-annotations (Bug#6515).
9448
aca54191
EZ
94492010-06-25 Eli Zaretskii <eliz@gnu.org>
9450
9451 * arc-mode.el (archive-zip-extract): Don't quote the file name on
9452 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
9453
2330fa87
ŠN
94542010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
9455
9456 * comint.el (make-comint, make-comint-in-buffer): Mention return
9457 value in the docstrings. (Bug#6498)
9458
29115ca9
YR
94592010-06-24 Yoni Rabkin <yoni@rabkins.net>
9460
9461 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
9462 since it is not present when using some non-default switches.
9463
2c79f053
KF
94642010-06-23 Karl Fogel <kfogel@red-bean.com>
9465
7f0b7b3e
KF
9466 * simple.el (compose-mail): Fix doc string to refer to
9467 `compose-mail-user-agent-warnings', instead of to the
9468 nonexistent `compose-mail-check-user-agent'.
9469
43a91810
AM
94702010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
9471
9472 Fix an indentation bug:
9473
9474 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
9475 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
9476 of existing values.
9477
9478 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
9479 (c-clear->-pair-props-if-match-before): now return t when they've
9480 cleared properties, nil otherwise.
9481 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
9482 by taking account of the existing value.
9483
9484 * progmodes/cc-defs.el
9485 (c-clear-char-property-with-value-function): Fix this to clear the
9486 property rather than overwriting it with nil.
9487
8adb4c33
CY
94882010-06-20 Chong Yidong <cyd@stupidchicken.com>
9489
9490 * emacs-lisp/package.el (package-print-package): Add link to
9491 package description via describe-package.
9492 (describe-package-1): List package requirements. Add button to
9493 perform installation.
9494 (package-menu-describe-package): New command.
9495
9496 * help-mode.el (help-package): New button type.
9497
cced7584
CY
94982010-06-19 Chong Yidong <cyd@stupidchicken.com>
9499
9500 * emacs-lisp/package.el: Move package-list-packages binding to
9501 menu-bar.el.
9502 (describe-package, describe-package-1, package--dir): New funs.
9503 (package-activate-1): Use package--dir.
9504
9505 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
9506
9507 * help-mode.el (help-package-def): New button type.
9508
9509 * menu-bar.el: Move package-list-packages binding here from
9510 package.el.
9511
d148e8f9
GH
95122010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
9513
9514 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
9515
b1a03ef6
SM
95162010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9517
9518 * emacs-lisp/edebug.el (edebug-read-list):
9519 Phase out old-style backquotes.
9520
dbd6da78
JL
95212010-06-17 Juri Linkov <juri@jurta.org>
9522
9523 * help-mode.el (help-mode): Set buffer-local variable
9524 revert-buffer-function to help-mode-revert-buffer.
9525 (help-mode-revert-buffer): New function.
9526
9527 * info.el (Info-revert-find-node): Check for major-mode Info-mode
9528 before popping to "*info*" (like in other Info functions).
9529 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
9530 old-history-forward. Pop to old-buffer-name or "*info*" to
9531 recreate the killed buffer. Set Info-history-forward from
9532 old-history-forward.
9533 (Info-breadcrumbs-depth): Add :group and :version.
9534
64eba874
DN
95352010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
9536
9537 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
9538
26508c03
AM
95392010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
9540
a628ad9d
JB
9541 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
9542 for languages like Portuguese with pt_{BR,PT} and no plain pt.
26508c03 9543
69582fcd
JB
95442010-06-17 Juanma Barranquero <lekktu@gmail.com>
9545
54ea2a0d
JB
9546 * emacs-lisp/package.el (package-menu-mode-map):
9547 Move initialization into declaration.
9548
69582fcd
JB
9549 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
9550
44198b6e
CY
95512010-06-17 Chong Yidong <cyd@stupidchicken.com>
9552
9553 * emacs-lisp/package.el (package-archive-base): Point to
9554 elpa.gnu.org.
9555 (package-enable, package-load-list): New defcustoms.
9556 (package-user-dir, package-directory-list): Turn into defcustoms.
9557 Don't include package-user-dir in package-directory-list.
9558 (package--builtins-base): Don't include Emacs as a "package".
9559 (package-subdirectory-regexp): New var.
9560 (package-load-all-descriptors, package-compute-transaction)
9561 (package-download-transaction): Obey package-load-list.
9562 (package-activate-1): Rename from package-do-activate.
9563 (package-list-packages-internal): Check package-load-list.
9564 (package-load-descriptor, package-generate-autoloads)
9565 (package-unpack, package-unpack-single)
6a7662bb
BR
9566 (package--read-archive-file, package-delete):
9567 Use expand-file-name.
44198b6e
CY
9568
9569 * emacs-lisp/package-x.el: New file. Package uploading
9570 functionality split out from package.el.
9571
95b6d681 9572 * startup.el (command-line): Load packages after reading init file.
44198b6e
CY
9573
95742010-06-17 Tom Tromey <tromey@redhat.com>
9575
9576 * emacs-lisp/package.el: New file.
9577
50d76a9f
DN
95782010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9579
9580 Fix vc-annotate for renamed files when using Git.
76e3243a 9581 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
50d76a9f
DN
9582 ls-files. Doe not pass the object as a file name to cat-file, it
9583 is not a file name.
9584 (vc-git-annotate-command): Pass the file name using -- to avoid
9585 ambiguity with the revision.
9586 (vc-git-previous-revision): Pass a relative file name.
9587
6095a05b
GM
95882010-06-22 Glenn Morris <rgm@gnu.org>
9589
943375a6
GM
9590 * progmodes/js.el (js-mode-map): Use standard capitalization and
9591 ellipses for menu entries.
9592
6095a05b
GM
9593 * wid-edit.el (widget-complete): Doc fix.
9594
4514199e
JH
95952010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
9596
9597 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
9598
c4786d60
DN
95992010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9600
11c46b39 9601 Fix annotating other revisions for renamed files in vc-annotate.
76e3243a 9602 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
11c46b39 9603 VC backend. Use it when non-nil.
a628ad9d 9604 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
07976ae3 9605 (Bug#6487).
11c46b39 9606
c4786d60 9607 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
76e3243a 9608 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
c4786d60
DN
9609 Do not pass the file name to the 'previous-revision call when we
9610 don't want a file diff. (Bug#6489)
9611
04ec0963
DN
96122010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9613
11c46b39 9614 Fix finding revisions for renamed files in vc-annotate.
76e3243a 9615 * vc/vc.el (vc-find-revision): Add an optional argument for
04ec0963 9616 the VC backend. Use it when non-nil.
76e3243a 9617 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
04ec0963
DN
9618 backend to vc-find-revision. (Bug#6487)
9619
c036381c
DN
96202010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9621
9622 Fix reading file names in Git annotate buffers.
95b6d681
JB
9623 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
9624 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
c036381c 9625
05c123e6
AM
96262010-06-20 Alan Mackenzie <acm@muc.de>
9627
9628 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
9629 in file local variables, set it first.
9630
4111f0c7
GM
96312010-06-19 Glenn Morris <rgm@gnu.org>
9632
74739ffd
GM
9633 * descr-text.el (describe-char-unicode-data): Insert separating
9634 space when needed. (Bug#6422)
9635
4111f0c7
GM
9636 * progmodes/idlwave.el (idlwave-action-and-binding):
9637 Fix typo in 2009-12-03 change. (Bug#6450)
9638
e20f0421
SM
96392010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9640
9641 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
9642 handling for `lambda' (misunderstanding).
9643
fb3e306a
JB
96442010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
9645
dd86ea11 9646 * calc/calc-poly.el (math-accum-factors): Make sure that
fb3e306a
JB
9647 constants aren't distributed after they are factored out.
9648
e020fb59
JL
96492010-06-16 Juri Linkov <juri@jurta.org>
9650
9651 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
9652 `list-colors-print'. (Bug#6332)
9653
b8add347
SM
9654 * subr.el (read-quoted-char): Fix up last change (bug#6290).
9655
36901266
SM
96562010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9657
49b2e83d
SM
9658 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
9659 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
9660
36901266
SM
9661 * font-lock.el (font-lock-major-mode): Rename from
9662 font-lock-mode-major-mode to distinguish it from
9663 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
9664 (font-lock-set-defaults):
9665 * font-core.el (font-lock-default-function): Adjust users.
9666 (font-lock-mode): Don't set it at all.
9667
2a64315a 96682010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
12755d08 9669
76e3243a 9670 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
12755d08 9671
2a64315a 96722010-06-16 Glenn Morris <rgm@gnu.org>
d7cd4abb
GM
9673
9674 * calendar/appt.el (appt-time-msg-list): Doc fix.
9675 (appt-check): Let-bind appt-warn-time.
9676 (appt-add): Make the 3rd argument optional.
9677 Simplify argument names. Doc fix. Check for integer WARNTIME.
9678 Only add WARNTIME to the output list if non-nil.
9679
2a64315a 96802010-06-16 Ivan Kanis <apple@kanis.eu>
a675c749
IK
9681
9682 * calendar/appt.el (appt-check): Let the 3rd element of
9683 appt-time-msg-list specify the warning time.
9684 (appt-add): Add new argument with the warning time. (Bug#5176)
9685
6a7662bb 96862010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
a9de35fe 9687
76e3243a 9688 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
a9de35fe
BR
9689 older than version 1.6. (Bug#6361)
9690
2a64315a 96912010-06-16 Helmut Eller <eller.helmut@gmail.com>
37a7e764
HE
9692
9693 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
9694 used by cl-do-arglist. (Bug#6408)
9695
30d7ac37
AM
96962010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
9697
6a7662bb
BR
9698 * textmodes/ispell.el (ispell-dictionary-base-alist):
9699 Fix portuguese casechars/not-casechars for missing 'çÇ'.
30d7ac37
AM
9700 Suggested by Rolando Pereira (bug#6434).
9701
8fd02581
JB
97022010-06-15 Juanma Barranquero <lekktu@gmail.com>
9703
9704 * facemenu.el (list-colors-sort): Doc fix.
9705
6a7662bb 97062010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
b15922cc
BR
9707
9708 * progmodes/sql.el (sql-connect-mysql): Fix typo.
9709
f0bf7c8e
JL
97102010-06-14 Juri Linkov <juri@jurta.org>
9711
9712 Add sort option `list-colors-sort'. (Bug#6332)
9713 * facemenu.el (color-rgb-to-hsv): New function.
9714 (list-colors-sort): New defcustom.
9715 (list-colors-sort-key): New function.
9716 (list-colors-display): Doc fix. Sort list according to the option
9717 `list-colors-sort'.
9718 (list-colors-print): Add HSV values to `help-echo' property of
9719 RGB strings.
9720
c42fe9a5
JL
97212010-06-14 Juri Linkov <juri@jurta.org>
9722
9723 * compare-w.el: Move to the "vc" subdirectory.
9724
b263a4c4
SM
97252010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9726
d8b0cddd
SM
9727 * image-mode.el (image-mode-map): Remap left-char and right-char.
9728
b263a4c4
SM
9729 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
9730
89877f5f
CY
97312010-06-12 Chong Yidong <cyd@stupidchicken.com>
9732
133a8d82
CY
9733 * term/common-win.el (x-colors): Add all the color names defined
9734 in rgb.txt (Bug#6332).
9735
89877f5f
CY
9736 * facemenu.el (list-colors-print): Don't print extra names if it
9737 will overflow the window width.
9738
9739 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
133a8d82 9740 change (Bug#6343).
89877f5f 9741
9d1f18b5
EZ
97422010-06-12 Eli Zaretskii <eliz@gnu.org>
9743
9744 * files.el (make-directory): Doc fix (bug#6396).
9745
b81a0b56
MA
97462010-06-12 Michael Albinus <michael.albinus@gmx.de>
9747
9748 * net/tramp.el (tramp-remote-process-environment): Protect version
9749 string by apostroph.
9750 (tramp-shell-prompt-pattern): Do not use a shy group in case of
9751 XEmacs.
9752 (tramp-file-name-for-operation): Add `call-process-region'.
9753 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
9754
9755 * net/tramp-compat.el (top): Do not autoload
9756 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
9757 only when `start-file-process' is not bound.
9758 (tramp-advice-file-expand-wildcards): Do not use
9759 `tramp-handle-file-remote-p'.
9760 (tramp-compat-make-temp-file): Handle the case, that
9761 `make-temp-file' has no third argument EXTENSION.
9762
69f18acc
JB
97632010-06-11 Juanma Barranquero <lekktu@gmail.com>
9764
5fee75d4
JB
9765 * makefile.w32-in (WINS_BASIC): Include new directory vc.
9766
69f18acc
JB
9767 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
9768
9766adfb
JL
97692010-06-11 Juri Linkov <juri@jurta.org>
9770
9771 * finder.el (finder-known-keywords): Add keyword "vc"
9772 for version control.
9773
9774 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
9775 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
9776 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
9777 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
9778
56b2854f
JL
97792010-06-11 Juri Linkov <juri@jurta.org>
9780
9781 Move version control related files to the "vc" subdirectory.
9782 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
9783 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
9784 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
9785 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
9786 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
9787 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
9788 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
9789 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
9790 Move files to the "vc" subdirectory.
9791
6534e58a
CY
97922010-06-11 Chong Yidong <cyd@stupidchicken.com>
9793
9794 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
9795 (Bug#6367).
9796
84d9562f
SE
97972010-06-11 Stephen Eglen <stephen@gnu.org>
9798
9799 * shell.el: Bind `shell-resync-dirs' to M-RET.
9800
3ef0a6a5
MA
98012010-06-10 Michael Albinus <michael.albinus@gmx.de>
9802
9803 * notifications.el: Move file from lisp/net, because it is
9804 supposed to talk locally to the user.
9805
fa4003da
MA
98062010-06-10 Julien Danjou <julien@danjou.info>
9807
9808 * net/notifications.el (notifications-on-action-signal)
9809 (notifications-on-closed-signal): Pass notification id as first
b81a0b56 9810 argument to the callback functions. Add docstrings.
fa4003da
MA
9811 (notifications-notify): Fix docstring.
9812
46e6650e
GM
98132010-06-10 Glenn Morris <rgm@gnu.org>
9814
9815 * emacs-lisp/authors.el (authors-ignored-files)
9816 (authors-valid-file-names): Add some files.
9817
a71832f7
SM
98182010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9819
9820 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
9821 merge conflict, giving preference to the emacs-23 version of the code.
9822
8c6eab5a
SM
98232010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9824
989bc97f
SM
9825 * emacs-lisp/advice.el (ad-compile-function):
9826 Define warning-suppress-types before we let-bind it (bug#6275).
9827
8c6eab5a
SM
9828 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
9829 declare it, make it buffer-local and permanent-local (bug#6324).
9830 (vc-resynch-window): Adjust name.
9831 * vc-hooks.el (vc-find-file-hook): Adjust name.
9832
890a18d6
MA
98332010-06-09 Michael Albinus <michael.albinus@gmx.de>
9834
9835 * net/notifications.el (notifications-notify): Fix docstring.
9836
bf3e70eb
JB
98372010-06-09 Juanma Barranquero <lekktu@gmail.com>
9838
9839 Update to Unicode 6.0.0 beta.
9840 * international/charprop.el: Update copyright.
9841 * international/mule-cmds.el (ucs-names): Update character ranges.
9842 * international/uni-bidi.el:
9843 * international/uni-category.el:
9844 * international/uni-combining.el:
9845 * international/uni-comment.el:
9846 * international/uni-decimal.el:
9847 * international/uni-decomposition.el:
9848 * international/uni-digit.el:
9849 * international/uni-lowercase.el:
9850 * international/uni-mirrored.el:
9851 * international/uni-name.el:
9852 * international/uni-numeric.el:
9853 * international/uni-old-name.el:
9854 * international/uni-titlecase.el:
9855 * international/uni-uppercase.el: Regenerate.
9856
b978141d
JB
98572010-06-09 Juanma Barranquero <lekktu@gmail.com>
9858
ee8359ba
JB
9859 * emacs-lisp/smie.el (comment-string-strip): Declare function.
9860 (smie-precs-precedence-table): Fix typo in docstring.
9861
f64ab8fb
JB
9862 * vc-mtn.el (log-edit-extract-headers): Declare function.
9863
883ffa8c
JB
9864 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
9865
b978141d
JB
9866 * net/notifications.el (dbus-register-signal): Declare function.
9867 (notifications-notify): Fix typos and reflow docstring.
9868
5f4f2ae4
DN
98692010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
9870
9871 Improve VC create/retrieve tag/branch.
9872 * vc.el (vc-create-tag): Do not read the directory name for VCs
9873 with repository revision granularity. Adjust the tag/branch
9874 prompt. Reset VC properties.
9875 (vc-retrieve-tag): Do not read the directory name for VCs
9876 with repository revision granularity. Reset VC properties.
9877
41a86354
MA
98782010-06-09 Julien Danjou <julien@danjou.info>
9879
ef33fd34 9880 * net/notifications.el: New file.
41a86354 9881
fab43c76
DN
98822010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
9883
00fd1147
DN
9884 Add optional support for resetting VC properties.
9885 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
9886 call vc-file-clearprops when true.
9887 (vc-resynch-buffer): Add new optional argument, pass it down.
9888 (vc-resynch-buffers-in-directory): Likewise.
9889
fab43c76
DN
9890 Improve support for special markup in the VC commit message.
9891 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
9892 * vc-hg.el (vc-hg-checkin): Add support for Date:.
9893 * vc-git.el (vc-git-checkin):
9894 * vc-bzr.el (vc-bzr-checkin): Likewise.
9895
e7d67e73
SM
98962010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9897
9898 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
9899 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
9900
277e6741
MP
99012010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
9902
9903 * iimage.el: Remove images as soon as the underlying text is modified.
9904 (iimage-modification-hook): New function.
9905 (iimage-mode-buffer): Use it.
9906
83156c18
SM
99072010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9908
9909 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
9910 smie-indent-offset-after. Add :prev case. Make a bit more generic.
9911 (smie-indent-virtual): Remove `virtual' arg. Update callers.
9912 (smie-indent-keyword): Add handling of open-paren keywords.
9913 (smie-indent-comment-continue): Don't assume comment-continue.
9914
13b5221f
MR
99152010-06-07 Martin Rudalics <rudalics@gmx.at>
9916
9917 * window.el (pop-to-buffer): Remove the conditional that
9918 compares new-window and old-window, so it will reselect
9919 the selected window unconditionally.
9920 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
9921
c2ea5810
SM
99222010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9923
9924 * emacs-lisp/smie.el (smie-indent-offset-after)
9925 (smie-indent-forward-token, smie-indent-backward-token): New functions.
9926 (smie-indent-after-keyword): Use them.
9927 (smie-indent-fixindent): Only applies to the indentation of the BOL.
9928 (smie-indent-keyword): Tweak the black magic.
9929 (smie-indent-comment-continue): Strip comment-continue before use.
9930 (smie-indent-functions): Indent comments before keywords.
9931
27dd3c11
JL
99322010-06-06 Juri Linkov <juri@jurta.org>
9933
9934 * isearch.el (isearch-lazy-highlight-search): Fix looping
9935 by checking for empty match. This syncs this loop with the
9936 similar loop in `isearch-search'. (Bug#6362)
9937
35b148ee
JB
99382010-06-05 Juanma Barranquero <lekktu@gmail.com>
9939
9940 * net/dbus.el (dbus-register-method): Declare function.
9941 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
9942 (dbus-introspect): Doc fix.
9943 (dbus-event-bus-name, dbus-introspect-get-interface)
9944 (dbus-introspect-get-argument): Reflow docstrings.
9945
eccdfe5f
DN
99462010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
9947
9948 vc-log-incoming/vc-log-outgoing fixes for Git.
9949 * vc-git.el (vc-git-log-view-mode): Fix font lock for
9950 incoming/outgoing logs.
9951 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
9952 instead of vc-git-compute-remote.
9953 (vc-git-compute-remote): Remove.
9954
86253dc0
CY
99552010-06-04 Chong Yidong <cyd@stupidchicken.com>
9956
9957 * term/common-win.el (x-colors): Add "dark green" and "dark
9958 turquoise" (Bug#6332).
9959
0665f661
JL
99602010-06-04 Juri Linkov <juri@jurta.org>
9961
9962 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
9963 Instead of setting `replace' to t and replacing the same string
9964 with itself, don't do certain actions when
9965 kill-do-not-save-duplicates is non-nil and string is equal to car
9966 of kill-ring: don't call menu-bar-update-yank-menu, don't push
9967 interprogram-paste strings to kill-ring, and don't push the input
9968 argument `string' to kill-ring.
9969 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
9970
087fc47a
JB
99712010-06-04 Juanma Barranquero <lekktu@gmail.com>
9972
9973 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
9974
4f201088
MA
99752010-06-04 Michael Albinus <michael.albinus@gmx.de>
9976
9977 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
9978 (tramp-gvfs-handler-mounted-unmounted)
9979 (tramp-gvfs-connection-mounted-p): Handle default-location.
9980
9981 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
9982 move files to trash.
9983
18ccd78a
JB
99842010-06-04 Juanma Barranquero <lekktu@gmail.com>
9985
9986 * international/mule-cmds.el (nonascii-insert-offset)
9987 (nonascii-translation-table): Add obsolescence information.
9988
9989 * international/mule.el (make-translation-table-from-vector): Doc fix.
9990
3845c322
GM
99912010-06-03 Glenn Morris <rgm@gnu.org>
9992
9993 * desktop.el (desktop-clear-preserve-buffers):
9994 Add "*Warnings*" buffer. (Bug#6336)
9995
54d3626e
DN
99962010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
9997
6941ffec
DN
9998 vc-log-incoming/vc-log-outgoing improvements for Git.
9999 * vc-git.el (vc-git-log-outgoing): Use the same format as the
10000 short log.
10001 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
10002
54d3626e
DN
10003 Add bindings for vc-log-incoming and vc-log-outgoing.
10004 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
10005 and vc-log-outgoing.
10006 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
10007 and vc-log-outgoing.
10008
aa1bc616
CY
100092010-06-03 Chong Yidong <cyd@stupidchicken.com>
10010
10011 * net/rcirc.el (rcirc-sort-nicknames): Remove.
10012 (rcirc-handler-366): Always sort nicknames.
10013
e2d2a205
JB
100142010-06-03 Juanma Barranquero <lekktu@gmail.com>
10015
10016 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
10017
44ea155d
CY
100182010-06-03 Chong Yidong <cyd@stupidchicken.com>
10019
a628ad9d 10020 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
44ea155d 10021
a91dedc4
SM
100222010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10023
10024 * net/rcirc.el (rcirc-sort-nicknames): Change default.
10025 (rcirc-sort-nicknames-join): Avoid setq.
10026
c62bf05a
DD
100272010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
10028
10029 * net/rcirc.el (rcirc-sort-nicknames): New custom.
10030 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
10031 (rcirc-handler-366): Use them.
10032
dd2c3c92
SM
100332010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10034
10035 Split smie-indent-calculate into more manageable chunks.
10036 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
10037 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
10038 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
10039 (smie-indent-exps): Extract from smie-indent-calculate.
10040 (smie-indent-functions): New var.
10041 (smie-indent-functions): Use them.
10042
927c346b
SM
100432010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10044
10045 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
10046 (smie-indent-calculate): Simplify and cleanup.
10047
1efeec86
MA
100482010-06-02 Michael Albinus <michael.albinus@gmx.de>
10049
10050 * net/tramp-gvfs.el (top): Require url-util.
927c346b
SM
10051 (tramp-gvfs-mount-point): Remove.
10052 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
10053 New defuns.
1efeec86
MA
10054 (with-tramp-dbus-call-method): Format trace message.
10055 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
927c346b
SM
10056 Implement backup call, when operation on local files fails.
10057 Use progress reporter. Flush properties of changed files.
1efeec86
MA
10058 (tramp-gvfs-handle-make-directory): Make more traces.
10059 (tramp-gvfs-url-file-name): Hexify file name in url.
10060 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
10061 into account for the resulting file name.
10062 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
10063 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
10064 (tramp-gvfs-handler-mounted-unmounted)
10065 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
10066 attribute "default_location". Set "prefix" property.
10067 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
10068 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
10069 exists. Raise an error, if not (due to a corresponding answer
10070 "no" in interactive questions, for example).
10071
89877f5f 100722010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
9cac248c
DN
10073
10074 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
10075
24f574a9
JB
100762010-06-01 Juanma Barranquero <lekktu@gmail.com>
10077
10078 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
10079 right-*. (Bug#6265)
10080
290736f2
DN
100812010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
10082
61158bfa
DN
10083 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
10084 * vc-git.el (vc-git-compute-remote): New function.
10085 (vc-git-log-outgoing): Use it instead of hard coding a value.
10086 (vc-git-log-incoming): New function.
10087
5828f6ca
DN
10088 Improve state updating for VC tag commands.
10089 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
10090 to update the state of all buffers in the directory.
10091
290736f2
DN
10092 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
10093
feceda26
SM
100942010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10095
10096 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
10097 `file-directory-p' to the filename part rather than to the whole text.
10098
896114cf
SM
100992010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10100
10101 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
10102
1603358c
DA
101032010-05-31 Drew Adams <drew.adams@oracle.com>
10104
10105 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
10106
fe40dc63
JB
101072010-05-31 Juanma Barranquero <lekktu@gmail.com>
10108
10109 * subr.el (momentary-string-display): Just use read-event to read
10110 the exit event (Bug#6238).
10111
9e8014c6
EZ
101122010-05-30 Eli Zaretskii <eliz@gnu.org>
10113
10114 * international/mule.el (define-coding-system): Doc fix (bug#6313).
10115
61a08071
JB
101162010-05-30 Juanma Barranquero <lekktu@gmail.com>
10117
10118 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
10119 Suggested by Eli Zaretskii <eliz@gnu.org>.
10120
5feec8ca
SM
101212010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10122
10123 * minibuffer.el (completion-file-name-table): Don't return a boundary
10124 past the end of `string' (bug#6299).
10125 (completion--file-name-table): Delegate to completion-file-name-table
10126 for the `boundaries' case.
10127
8175cb90
JB
101282010-05-30 Juanma Barranquero <lekktu@gmail.com>
10129
2b94133f
JB
10130 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
10131 movement commands.
10132
8175cb90
JB
10133 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
10134 `path-separator', but maintain compatibility with Emacs 20.2.
10135
0191e222
CY
101362010-05-29 Chong Yidong <cyd@stupidchicken.com>
10137
10138 * server.el (server-process-filter): Receive parent-id argument
10139 from emacsclient.
10140 (server-create-window-system-frame): New arg. Pass parent-id as
10141 frame parameter.
10142
9b655a0a
EZ
101432010-05-29 Eli Zaretskii <eliz@gnu.org>
10144
db5dce9d
EZ
10145 Bidi-sensitive word movement with arrow keys.
10146 * subr.el (right-arrow-command, left-arrow-command): Move to
10147 bindings.el.
10148
10149 * bindings.el (right-char, left-char): Move from subr.el and
10150 rename from right-arrow-command and left-arrow-command.
10151 (right-word, left-word): New functions.
10152 (global-map) <right>: Bind to right-char.
10153 (global-map) <left>: Bind to left-char.
10154 (global-map) <C-right>: Bind to right-word.
10155 (global-map) <C-left>: Bind to left-word.
10156
9b655a0a
EZ
10157 * ls-lisp.el (ls-lisp-classify-file): New function.
10158 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
10159 (ls-lisp-classify): Call ls-lisp-classify-file.
10160 (insert-directory): Remove blanks from switches.
10161
fcb52808
CY
101622010-05-29 Chong Yidong <cyd@stupidchicken.com>
10163
10164 * ansi-color.el: Delete unused escape sequences (Bug#6085).
10165 (ansi-color-drop-regexp): New constant.
10166 (ansi-color-apply, ansi-color-filter-region)
896114cf 10167 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
10168 (ansi-color-apply): Build string list before calling concat.
10169
0040735a
JL
101702010-05-28 Juri Linkov <juri@jurta.org>
10171
10172 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
10173 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
10174 (Bug#5270)
10175
b6827fff
MA
101762010-05-28 Michael Albinus <michael.albinus@gmx.de>
10177
10178 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
10179 to ignored backtrace functions.
10180 (with-progress-reporter): Expand docstring.
10181 (tramp-handle-delete-file): Implement TRASH argument.
10182 (tramp-get-remote-trash): New defun.
10183
eba082a2
MA
101842010-05-28 Michael Albinus <michael.albinus@gmx.de>
10185
6a7662bb
BR
10186 * net/tramp-compat.el (tramp-compat-delete-file):
10187 Use `symbol-value' for backward compatibility.
eba082a2
MA
10188
10189 * net/tramp.el (tramp-handle-make-symbolic-link)
10190 (tramp-handle-load)
10191 (tramp-do-copy-or-rename-file-via-buffer)
10192 (tramp-do-copy-or-rename-file-directly)
10193 (tramp-do-copy-or-rename-file-out-of-band)
10194 (tramp-handle-process-file, tramp-handle-call-process-region)
10195 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10196 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10197 (tramp-delete-temp-file-function): Use `delete-file' instead
10198 of `tramp-compat-delete-file'.
10199
10200 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10201 (tramp-fish-handle-make-symbolic-link)
10202 (tramp-fish-handle-process-file): Use `delete-file' instead
10203 of `tramp-compat-delete-file'.
10204
6a7662bb
BR
10205 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10206 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2 10207
0dc3e410
MA
10208 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Use
10209 `delete-file' instead of `tramp-compat-delete-file'.
eba082a2 10210
6a7662bb
BR
10211 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
10212 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2
MA
10213
10214 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10215 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10216 (tramp-smb-handle-write-region): Use `delete-file' instead of
10217 `tramp-compat-delete-file'.
10218 (tramp-smb-handle-delete-directory): Use 'trash as arg.
10219
f1a5d776
CY
102202010-05-27 Chong Yidong <cyd@stupidchicken.com>
10221
10222 * dired.el (dired-delete-file): New arg TRASH.
c4ce1145 10223 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
f1a5d776
CY
10224 (dired-do-flagged-delete, dired-do-delete): Use trash.
10225
10226 * speedbar.el (speedbar-item-delete): Allow trashing.
10227
10228 * files.el (delete-directory): New arg TRASH.
10229
10230 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
10231 (ange-ftp-rename-remote-to-remote)
10232 (ange-ftp-rename-local-to-remote)
10233 (ange-ftp-rename-remote-to-local, ange-ftp-load)
10234 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
10235 `delete-file'.
10236 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
10237 allow trashing.
10238
10239 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
10240 handle new TRASH arg of `delete-file'.
10241
c4ce1145 10242 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
f1a5d776
CY
10243 (tramp-handle-make-symbolic-link, tramp-handle-load)
10244 (tramp-do-copy-or-rename-file-via-buffer)
10245 (tramp-do-copy-or-rename-file-directly)
10246 (tramp-do-copy-or-rename-file-out-of-band)
10247 (tramp-handle-process-file, tramp-handle-call-process-region)
10248 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10249 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10250 (tramp-delete-temp-file-function): Use null TRASH arg in
10251 tramp-compat-delete-file call.
10252
10253 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10254 (tramp-fish-handle-delete-file)
10255 (tramp-fish-handle-make-symbolic-link)
10256 (tramp-fish-handle-process-file): Use null TRASH arg in
10257 `tramp-compat-delete-file' call.
10258
10259 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
10260 arg in `tramp-compat-delete-file' call.
10261
10262 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
10263 (tramp-gvfs-handle-write-region): Use null TRASH arg in
10264 `tramp-compat-delete-file' call.
10265
10266 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
10267 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
10268 `tramp-compat-delete-file' call.
10269
10270 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10271 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10272 (tramp-smb-handle-write-region): Use null TRASH arg in
10273 tramp-compat-delete-file call.
10274 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
10275 (tramp-smb-handle-delete-file): Rename arg.
10276
10277 * diff.el (diff-sentinel):
10278 * epg.el (epg--make-temp-file, epg-decrypt-string)
10279 (epg-verify-string, epg-sign-string, epg-encrypt-string):
10280 * jka-compr.el (jka-compr-partial-uncompress)
10281 (jka-compr-call-process, jka-compr-write-region):
10282 * server.el (server-sentinel): Remove optional arg from
10283 delete-file, reverting 2010-05-03 change.
10284
ecb0ab90
CY
102852010-05-27 Chong Yidong <cyd@stupidchicken.com>
10286
6a7662bb
BR
10287 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10288 Use font-lock-constant-face, not obsolete font-lock-reference-face.
ecb0ab90 10289
2b25da45
KH
102902010-05-27 Kenichi Handa <handa@m17n.org>
10291
10292 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
10293 element of GSTRING is nil.
10294
11e4d8c0
SM
102952010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10296
10297 * emacs-lisp/smie.el (smie-forward-token-function)
10298 (smie-backward-token-function): New vars.
10299 (smie-backward-sexp, smie-forward-sexp)
10300 (smie-indent-hanging-p, smie-indent-calculate): Use them.
10301 (smie-default-backward-token): Rename from smie-backward-token and
10302 skip comments.
10303 (smie-default-forward-token): Rename from smie-forward-token and
10304 skip comments.
10305 (smie-next-sexp): Handle nil results from next-token.
10306 (smie-indent-calculate): Add a new case for special `fixindent' comments.
10307
4da3541b
CY
103082010-05-27 Chong Yidong <cyd@stupidchicken.com>
10309
896114cf
SM
10310 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10311 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
10312
103132010-05-27 Masatake YAMATO <yamato@redhat.com>
10314
10315 * htmlfontify.el (hfy-face-resolve-face): New function.
10316 (hfy-face-to-style): Use it (Bug#6279).
10317
6dc439cb
SM
103182010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10319
10320 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
10321 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
10322
021eb8d7
GM
103232010-05-26 Glenn Morris <rgm@gnu.org>
10324
10325 * emulation/edt.el (edt-load-keys): Use locate-library.
10326
bef4957b
CY
103272010-05-25 Chong Yidong <cyd@stupidchicken.com>
10328
10329 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
10330 (log-edit-changelog-entries): Doc fix.
6dc439cb
SM
10331 (log-edit-changelog-insert-entries): Args changed.
10332 Rename relative filenames in ChangeLog entries. Delete tabs.
bef4957b
CY
10333 (log-edit-insert-changelog-entries): Reorganize return value of
10334 `log-edit-changelog-entries' to pass filenames to
10335 log-edit-changelog-insert-entries.
10336
84fb0956
TV
103372010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10338
10339 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
10340 `image-dired-dired-insert-marked-thumbs' to
10341 `image-dired-dired-toggle-marked-thumbs'.
10342
10343 * image-dired.el: Require cl when compiling.
10344 (image-dired-dired-toggle-marked-thumbs): Rename from
10345 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
10346 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
10347 to 'no-dir. Skip files whose names don't match
10348 `image-file-name-regexp'. When file has a thumbnail overlay,
10349 delete it. (Bug#5270)
10350
0fb1193d
JL
103512010-05-25 Juri Linkov <juri@jurta.org>
10352
10353 * image-mode.el (image-mode): Add image-after-revert-hook to
10354 after-revert-hook.
10355 (image-after-revert-hook): New function. (Bug#5669)
10356
fc937924
JL
103572010-05-25 Juri Linkov <juri@jurta.org>
10358
10359 * image.el (image-animated-p): When delay between animated images
10360 is 0, set it to 10 (0.1 sec). (Bug#6258)
10361
fa9ba953
MA
103622010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
10363
10364 * net/tramp.el (tramp-handle-insert-directory): Don't use
f5c8afe6 10365 `forward-word', its default syntax could be changed.
fa9ba953 10366
9e021389
MA
103672010-05-25 Michael Albinus <michael.albinus@gmx.de>
10368
10369 * net/tramp.el (tramp-progress-reporter-update): New defun.
10370 (with-progress-reporter): Use it.
10371 (tramp-process-actions):
6a7662bb
BR
10372 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
10373 Preserve current message, in order to let progress reporter continue
9e021389
MA
10374 afterwards. (Bug#6257)
10375
6169260b
GM
103762010-05-25 Glenn Morris <rgm@gnu.org>
10377
10378 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
10379 Add :version.
10380
d26781af
RY
103812010-05-25 Ryan Yeske <rcyeske@gmail.com>
10382
8826afe3 10383 * net/rcirc.el (rcirc-default-user-name): Change to "user".
d26781af
RY
10384 (rcirc-default-full-name): Change to "unknown".
10385 (rcirc-user-name-history): Add variable.
8826afe3
GM
10386
103872010-05-25 Ryan Yeske <rcyeske@gmail.com>
acd0102a 10388 Jonathan Rockway <jon@jrock.us>
8826afe3
GM
10389
10390 * net/rcirc.el (rcirc-server-alist): Add :pass.
10391 (rcirc): When prompting for connection parameters, also prompt for
d26781af 10392 username and password.
a628ad9d 10393 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
d26781af
RY
10394 value to server when connecting.
10395
d355a0b7
SM
103962010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10397
f5228f84
SM
10398 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
10399 (smie-merge-prec2s): Pass the tables as separate args.
10400 (smie-bnf-precedence-table): Adjust call accordingly.
10401 (smie-prec2-levels): Set levels at the end.
10402
d355a0b7
SM
10403 Replace Lisp calls to delete-backward-char by delete-char.
10404 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
f5c8afe6
JB
10405 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
10406 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
76e3243a 10407 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
f5c8afe6
JB
10408 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
10409 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
10410 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
10411 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
10412 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
10413 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
10414 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
10415 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
10416 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
10417 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
d355a0b7
SM
10418 delete-backward-char by calls to delete-char.
10419
f668ef02
KH
104202010-05-25 Kenichi Handa <handa@m17n.org>
10421
10422 * language/hebrew.el (hebrew-shape-gstring): New function.
10423 Register it in composition-function-table for all Hebrew combining
10424 characters.
10425
397eb3f3
SM
104262010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10427
10428 * epa.el (epa--select-keys): Don't explicitly delete the window since
10429 that can fail (e.g. sole window in frame). Use dedication instead.
10430
171eda53 104312010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
ab0c07c0
SM
10432
10433 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
10434
110683ad
CY
104352010-05-22 Chong Yidong <cyd@stupidchicken.com>
10436
10437 * image.el (image-refresh): Define as an alias for image-flush.
10438
10439 * image-mode.el (image-toggle-display-image): Caller changed.
10440
df9db151
JL
104412010-05-21 Juri Linkov <juri@jurta.org>
10442
10443 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
10444 Remove "all" from grep-files-aliases. Split grep-files-aliases by
10445 whitespace, call wildcard-to-regexp on substrings and concat them
10446 with "\\|". (Bug#6114)
10447
c0209c2c
AM
104482010-05-21 Alan Mackenzie <acm@muc.de>
10449
171eda53
SM
10450 * progmodes/cc-engine.el (c-parse-state-get-strategy):
10451 Replace parameter `here' with `here-' and `here-plus', which sandwich
10452 any pertinent CPP construct.
c0209c2c
AM
10453 (c-remove-stale-state-cache-backwards): Fix a bug which happens
10454 when doing (c-parse-state) in a CPP construct: Exclude any "new"
10455 CPP construct from taking part in the scanning.
10456
655bded0
MA
104572010-05-21 Michael Albinus <michael.albinus@gmx.de>
10458
10459 * net/tramp.el (tramp-do-copy-or-rename-file)
171eda53
SM
10460 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
10461 Tune `with-progress-reporter' messages.
655bded0
MA
10462 (tramp-handle-vc-registered):
10463 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
10464 (tramp-fish-handle-insert-file-contents)
10465 (tramp-fish-maybe-open-connection):
10466 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10467 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
10468 (tramp-imap-handle-insert-file-contents)
10469 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
10470
3e17a1a7
JB
104712010-05-21 Juanma Barranquero <lekktu@gmail.com>
10472
bf1e8d4a
JB
10473 * add-log.el (change-log-font-lock-keywords):
10474 Highlight all authors in multi-author entries.
10475
3e17a1a7
JB
10476 * smerge-mode.el (smerge-refine-ignore-whitespace)
10477 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
10478 Fix typos in docstrings.
10479 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
10480
969e684a
GM
104812010-05-21 Glenn Morris <rgm@gnu.org>
10482
e75c1e7d
GM
10483 * progmodes/fortran.el (fortran-mode):
10484 * progmodes/f90.el (f90-mode): Derive from prog-mode.
10485
969e684a
GM
10486 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
10487 having a relative path in src/Makefile.in.
10488
a50878fa
KR
104892010-05-20 Kevin Ryde <user42@zip.com.au>
10490
10491 * help-mode.el (help-make-xrefs): For Info node links turn
10492 newlines into spaces. Link node names with newlines are matched
10493 by help-xref-info-regexp and buttonized, this change ensures they
10494 can be followed successfully with RET. (Bug#6206)
10495
f66a2f90
JL
104962010-05-20 Juri Linkov <juri@jurta.org>
10497
10498 * locate.el (locate): Use pop-to-buffer instead of
10499 switch-to-buffer-other-window. (Bug#6204)
10500
201d895a
JL
105012010-05-20 Juri Linkov <juri@jurta.org>
10502
10503 * replace.el (replace-highlight): Fix lazy-highlighting
10504 for `M-s w str M-% str RET'.
10505
1ddb2ea0
MY
105062009-12-15 Masatake YAMATO <yamato@redhat.com>
10507
10508 * isearch.el (isearch-yank-word-or-char): Pull next subword
10509 when `subword-mode' is activated. (Bug#6220)
10510
a6020335
MH
105112010-05-20 Mark A. Hershberger <mah@everybody.org>
10512
10513 * isearch.el (isearch-update-post-hook): New hook.
10514 (isearch-update): Use the new hook. (Bug#6225)
10515
50de6a38
JL
105162010-05-20 Juri Linkov <juri@jurta.org>
10517
10518 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
10519 [f1], [help], and (char-to-string help-char) instead of "\C-h".
10520 (Bug#6222)
10521
5d944a8f
JL
105222010-05-20 Juri Linkov <juri@jurta.org>
10523
10524 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
10525 (Bug#6223)
10526
f5d6548a
JL
105272010-05-20 Juri Linkov <juri@jurta.org>
10528
10529 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
10530 FILE-NAME to read from the minibuffer when called interactively
10531 with prefix argument instead of using buffer-file-name.
10532 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
10533
10534 * dired.el: Update autoloads.
10535
f8e63691
CY
105362010-05-20 Chong Yidong <cyd@stupidchicken.com>
10537
10538 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
10539 nxml-finish-element, for consistency with SGML mode.
10540
10541 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
10542 octave-close-block.
10543
07d7c3bd
JB
105442010-05-20 Juanma Barranquero <lekktu@gmail.com>
10545
10546 * composite.el: Require cl when compiling.
10547 (reference-point-alist, compose-gstring-for-graphic)
10548 (compose-gstring-for-terminal): Fix typos in docstrings.
10549
7bce8510
JL
105502010-05-19 Juri Linkov <juri@jurta.org>
10551
10552 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
10553 set-window-parameter.
10554
a7723e05
MA
105552010-05-19 Michael Albinus <michael.albinus@gmx.de>
10556
10557 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
10558 where appropriate.
10559 (tramp-maybe-open-connection): Use it.
10560
3f2e7735
EZ
105612010-05-19 Eli Zaretskii <eliz@gnu.org>
10562
10563 * simple.el (move-end-of-line): Make sure we are at line beginning
10564 before backing up to end of previous line.
10565
8d9181c7
MA
105662010-05-19 Michael Albinus <michael.albinus@gmx.de>
10567
8c4ec20f
MA
10568 * password-cache.el (password-cache-remove): Fix docstring.
10569
8d9181c7
MA
10570 * net/secrets.el: Autoload the widget functions.
10571 (secrets-search-items, secrets-create-item)
10572 (secrets-get-attributes, secrets-expand-item): Attributes will be
10573 stored on the password database without leading ":", as all other
10574 clients do as well.
10575 (secrets-mode): Fix docstring.
10576 (secrets-show-secrets): Provide it as autoloaded command only when
10577 D-Bus support is available. Check existence of Secret Service API.
10578
2a96c2a7
SM
105792010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10580
10581 * indent.el (indent-region): Deactivate region (bug#6200).
10582
d24e10b1
GM
105832010-05-19 Glenn Morris <rgm@gnu.org>
10584
10585 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
10586
2833d915
KH
105872010-05-19 Kenichi Handa <handa@m17n.org>
10588
10589 * composite.el: Register compose-gstring-for-graphic in
d24e10b1 10590 composition-function-table only for combining characters (Mn, Mc, Me).
2833d915 10591
134c2f29
JB
105922010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10593
10594 * calc/calc-trail.el (calc-trail-isearch-forward)
10595 (calc-trail-isearch-backward): Ensure that the new window
10596 point is set correctly.
10597
278847cd
SM
105982010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10599
10600 * subr.el (read-quoted-char): Resolve modifiers after key
10601 remapping (bug#6212).
10602
3a8e7cbd
MA
106032010-05-18 Michael Albinus <michael.albinus@gmx.de>
10604
10605 Add visualization code for secrets.
10606 * net/secrets.el (secrets-mode): New major mode.
10607 (secrets-show-secrets, secrets-show-collections)
10608 (secrets-expand-collection, secrets-expand-item)
10609 (secrets-tree-widget-after-toggle-function)
10610 (secrets-tree-widget-show-password): New defuns.
10611
472e7ec1
SM
106122010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10613
224b70cb
SM
10614 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
10615 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
10616 handled in smie-next-sexp.
10617 (smie-indent-calculate): Provide a starting indentation (so the
10618 recursion is well-founded ;-).
10619
472e7ec1
SM
10620 Fix handling of non-associative equal levels.
10621 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
10622 when it's not needed.
10623 (smie-op-left, smie-op-right): New functions.
10624 (smie-next-sexp): New function, extracted from smie-backward-sexp.
10625 Better handle equal levels to distinguish the associative case from
10626 the "multi-keyword construct" case.
10627 (smie-backward-sexp, smie-forward-sexp): Use it.
10628
35e53abd
JB
106292010-05-18 Juanma Barranquero <lekktu@gmail.com>
10630
5d8fe0ba
JB
10631 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
10632
35e53abd
JB
10633 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
10634 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
10635
5ad4bef5
SM
106362010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10637
10638 Provide a simple generic indentation engine and use it for Prolog.
10639 * emacs-lisp/smie.el: New file.
10640 * progmodes/prolog.el (prolog-smie-op-levels)
10641 (prolog-smie-indent-rules): New var.
10642 (prolog-mode-variables): Use them to configure SMIE.
10643 (prolog-indent-line, prolog-indent-level): Remove.
10644
00681a3c
JB
106452010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
10646
560bb7ae 10647 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
00681a3c
JB
10648 order before computing the averages.
10649
eba62f7a
JB
106502010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
10651
597517ef 10652 * calc/calc-vec.el (calc-histogram):
5ad4bef5 10653 (calcFunc-histogram): Allow vectors as inputs.
597517ef
JB
10654 (math-vector-avg): New function.
10655
560bb7ae 10656 * calc/calc-ext.el (math-group-float): Have the number of digits
eba62f7a
JB
10657 being grouped depend on the radix (Bug#6189).
10658
8c5ff6dd
KR
106592010-05-15 Ken Raeburn <raeburn@raeburn.org>
10660
10661 * version.el (emacs-copyright, emacs-version): Don't define here,
10662 now that emacs.c defines it.
10663
98d8b17e
EZ
106642010-05-15 Eli Zaretskii <eliz@gnu.org>
10665
71078429
EZ
10666 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
10667 "Describe Language Environment" menu item.
10668
ce6233c1
EZ
10669 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
10670
d20e1419
EZ
10671 Bidi-sensitive movement with arrow keys.
10672 * subr.el (right-arrow-command, left-arrow-command): New functions.
10673
10674 * bindings.el (global-map): Bind them to right and left arrow keys.
10675
98d8b17e 10676 Don't override standard definition of convert-standard-filename.
6a7662bb
BR
10677 * files.el (convert-standard-filename):
10678 Call w32-convert-standard-filename and dos-convert-standard-filename on
98d8b17e
EZ
10679 the corresponding systems.
10680
10681 * w32-fns.el (w32-convert-standard-filename): Rename from
10682 convert-standard-filename. Doc fix.
10683
10684 * dos-fns.el (dos-convert-standard-filename): Doc fix.
10685 (convert-standard-filename): Don't defalias.
10686 (register-name-alist, make-register, register-value)
10687 (set-register-value, intdos): Obsolete aliases for the
10688 corresponding dos-* functions and variables.
10689 (dos-intdos): Add a doc string.
10690
ae6bc504
JB
106912010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
10692
10693 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
10694 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
10695 (math-compose-tex-func):
10696 * calc/calccomp.el (math-compose-expr):
10697 * calc/calc-ext.el (math-format-flat-expr-fancy):
10698 * calc/calc-store.el (calc-read-var-name):
10699 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
10700
10701 * calc/calc.el (var-π, var-φ, var-γ): New variables.
560bb7ae 10702 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
ae6bc504 10703 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
560bb7ae 10704 (math-standard-units): Add units.
ae6bc504 10705
c26ea4b2
SM
107062010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10707
7aefa445 10708 * progmodes/asm-mode.el (asm-mode):
13973643
SM
10709 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
10710
c26ea4b2
SM
10711 * pcomplete.el (pcomplete-completions-at-point): New function,
10712 extracted from pcomplete-std-complete.
10713 (pcomplete-std-complete): Use it.
10714
02be533b
GM
107152010-05-15 Glenn Morris <rgm@gnu.org>
10716
10717 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
10718 Remove references to CVS, RCS and Old directories.
10719
78ed0efc
JB
107202010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
10721
ae6bc504 10722 * calc/calc-bin.el (math-format-twos-complement): Group digits when
78ed0efc
JB
10723 appropriate.
10724
10dcc561
SM
107252010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10726
5ccaa359
SM
10727 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
10728 (sh-mode-syntax-table): Give it a default value instead.
10729 (sh-header-marker): Make buffer-local.
10730 (sh-mode): Move make-local-variable to the corresponding setq.
10731 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
10732 Use complete-with-action.
10733
10dcc561
SM
10734 * simple.el (prog-mode): New (abstract) major mode.
10735 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
10736 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
10737
c38762fd
JB
107382010-05-14 Juanma Barranquero <lekktu@gmail.com>
10739
10740 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
10741 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
10742 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
10743 (sql-make-alternate-buffer-name, sql-placeholders-filter)
10744 (sql-escape-newlines-filter, sql-input-sender)
10745 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
10746
2ef3c144
CY
107472010-05-13 Chong Yidong <cyd@stupidchicken.com>
10748
560bb7ae 10749 Add TeX open-block and close-block keybindings to SGML, and vice versa.
2ef3c144
CY
10750
10751 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
10752 latex-open-block and C-c / to latex-close-block.
10753
10754 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
10755 and C-c C-e to sgml-close-tag.
10756
3b30ccda
MA
107572010-05-13 Michael Albinus <michael.albinus@gmx.de>
10758
10759 * net/tramp.el (with-progress-reporter): Create reporter object
3a8e7cbd 10760 only when the message would be displayed. Handle nested calls.
3b30ccda
MA
10761 (tramp-handle-load, tramp-handle-file-local-copy)
10762 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10dcc561
SM
10763 (tramp-maybe-send-script, tramp-find-shell):
10764 Use `with-progress-reporter'.
3b30ccda
MA
10765 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
10766 Fix message text.
10767
10768 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10769 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10770 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
10771 Use `with-progress-reporter'.
10772
57ff5d7b
AM
107732010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
10774
a628ad9d
JB
10775 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
10776 process everytime when spellchecking from the minibuffer (bug#6143).
57ff5d7b 10777
5a70d10f
SM
107782010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10779
791ffe1c
SM
10780 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
10781
5a70d10f
SM
10782 * dos-fns.el: Add "dos-" prefix for namespace control.
10783 (convert-standard-filename): Define as alias for
10784 dos-convert-standard-filename but only if applicable.
10785
38d93f03
AM
107862010-05-12 Alan Mackenzie <acm@muc.de>
10787
10788 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
10789 Push the mark at the start of these functions when appropriate.
10790
902a6d8d
SM
107912010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10792
10793 * minibuffer.el (completion-cycle-threshold): New custom var.
10794 (completion--do-completion): Use it.
10795 (minibuffer-complete): Use cycling if appropriate.
10796
9ee120ba
JB
107972010-05-11 Juanma Barranquero <lekktu@gmail.com>
10798
10799 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
10800 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
10801
841c4085
JL
108022010-05-11 Juri Linkov <juri@jurta.org>
10803
10804 * scroll-all.el (scroll-all-check-to-scroll):
10805 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
10806
8a67c70e
SM
108072010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10808
f2b9ed18
SM
10809 * iimage.el (iimage-mode-map): Move initialization into declaration.
10810 (iimage-mode-buffer): Use with-silent-modifications.
10811 Simplify calling convention. Adjust callers.
10812 (iimage-mode): Don't run hook redundantly.
10813
8a67c70e
SM
10814 * minibuffer.el (completion-pcm--pattern->regex):
10815 Fix last change (bug#6160).
10816
4bbedd98
JL
108172010-05-10 Juri Linkov <juri@jurta.org>
10818
10819 Remove nodes visited during Isearch from the Info history.
10820 * info.el (Info-isearch-initial-history)
10821 (Info-isearch-initial-history-list): New variables.
10822 (Info-isearch-start): Record initial values of
10823 Info-isearch-initial-history and Info-isearch-initial-history-list.
10824 Add Info-isearch-end to isearch-mode-end-hook.
10825 (Info-isearch-end): New function.
10826
94ecf5da
MA
108272010-05-10 Michael Albinus <michael.albinus@gmx.de>
10828
10829 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
8a67c70e
SM
10830 format string, in order to work around a bug in pdksh.
10831 Reported by Gilles Pion <gpion@lfdj.com>.
94ecf5da
MA
10832 (tramp-handle-verify-visited-file-modtime): Do not send a command
10833 when the connection is not established.
10834 (tramp-handle-set-file-times): Simplify the check for utc.
10835
c5eb971b
JB
108362010-05-10 Juanma Barranquero <lekktu@gmail.com>
10837
10838 Fix use of `filter-buffer-substring' (rework previous change).
10839 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
10840 (cua-repeat-replace-region):
10841 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
10842 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10843 (cua-cut-region-to-global-mark): Use it.
10844
7492acc9
MM
108452010-05-09 Michael R. Mauger <mmaug@yahoo.com>
10846
77e2fc7a
JB
10847 * progmodes/sql.el: Version 2.1.
10848 (sql-product-alist): Redesign structure of product info.
10849 (sql-product, sql-user, sql-server, sql-database): Safe variables.
7492acc9
MM
10850 (sql-port, sql-port-history): New variables.
10851 (sql-interactive-product): New variable.
10852 (sql-send-terminator): New variable.
77e2fc7a 10853 (sql-imenu-generic-expression): Add "Types" imenu entry.
7492acc9
MM
10854 (sql-oracle-login-params, sql-sqlite-login-params)
10855 (sql-mysql-login-params, sql-solid-login-params)
10856 (sql-sybase-login-params, sql-informix-login-params)
10857 (sql-ingres-login-params, sql-ms-login-params)
10858 (sql-postgres-login-params, sql-interbase-login-params)
10859 (sql-db2-login-params, sql-linter-login-params)
10860 (sql-oracle-scan-on): New variables.
77e2fc7a
JB
10861 (sql-mode-map): Add C-c C-i to start interactive mode.
10862 (sql-mode-menu): Update existing menu entries.
10863 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
7492acc9
MM
10864 (sql-mode-oracle-font-lock-keywords)
10865 (sql-mode-postgres-font-lock-keywords)
10866 (sql-mode-ms-font-lock-keywords)
10867 (sql-mode-sybase-font-lock-keywords)
10868 (sql-mode-informix-font-lock-keywords)
10869 (sql-mode-interbase-font-lock-keywords)
10870 (sql-mode-ingres-font-lock-keywords)
10871 (sql-mode-solid-font-lock-keywords)
10872 (sql-mode-mysql-font-lock-keywords)
10873 (sql-mode-sqlite-font-lock-keywords)
10874 (sql-mode-db2-font-lock-keywords)
77e2fc7a 10875 (sql-mode-linter-font-lock-keywords): Update initialization to
7492acc9
MM
10876 reduce run-time complexity.
10877 (sql-add-product, sql-del-product): New functions.
10878 (sql-set-product-feature, sql-get-product-feature): New functions.
10879 (sql-product-font-lock): Update product API.
10880 (sql-add-product-keywords): New function.
10881 (sql-highlight-product): Update product API.
10882 (sql-help-list-products): New function.
10883 (sql-help): Dynamically lists free and non-free products.
77e2fc7a 10884 (sql-get-login): Correct bug in handling history and added
7492acc9
MM
10885 prompt for port.
10886 (sql-copy-column): Copy without properties.
10887 (sqli-input-sender): Apply filters to SQLi input.
77e2fc7a
JB
10888 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
10889 Implement as a filter.
7492acc9
MM
10890 (sql-escape-newlines-filter): Implement as a filter.
10891 (sql-remove-tabs-filter): New function.
10892 (sql-send-magic-terminator): New function.
10893 (sql-send-string): Implement magic terminator.
10894 (sql-send-region): Use `sql-send-string'.
10895 (sql-interactive-mode): Use product API.
10896 (sql-product-interactive): Use product API.
10897 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
10898 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
10899 (sql-db2, sql-linter): Use `sql-product-interactive'.
10900 (sql-connect): New function.
10901 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
10902 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
10903 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
77e2fc7a
JB
10904 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
10905 Use `sql-connect'.
7492acc9 10906
79ccd68f
SM
109072010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10908
10909 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
10910 New custom variable.
10911 (completion-pcm--string->pattern): Use it.
10912 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
10913 Make it handle any symbol as `any'.
10914 (completion-pcm--merge-completions): Extract common suffix for the new
10915 `prefix' symbol as well.
10916 (completion-substring--all-completions): Use the new `prefix' symbol.
10917
0d5852cf
MA
109182010-05-09 Michael Albinus <michael.albinus@gmx.de>
10919
10920 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
10921 not bound.
10922 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
10923 (tramp-compat-funcall): New defmacro.
10924 (tramp-compat-line-beginning-position)
10925 (tramp-compat-line-end-position)
10926 (tramp-compat-temporary-file-directory)
10927 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
10928 (tramp-compat-copy-file, tramp-compat-copy-directory)
10929 (tramp-compat-delete-file, tramp-compat-delete-directory)
10930 (tramp-compat-number-sequence, tramp-compat-process-running-p)
10931 * net/tramp.el (top, with-progress-reporter)
10932 (tramp-rfn-eshadow-setup-minibuffer)
10933 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
10934 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
10935 (tramp-completion-mode-p, tramp-check-for-regexp)
10936 (tramp-open-connection-setup-interactive-shell)
10937 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
10938 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
10939 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
10940 * net/tramp-cmds.el (tramp-cleanup-all-connections)
10941 (tramp-reporter-dump-variable, tramp-load-report-modules)
10942 (tramp-append-tramp-buffers)
10943 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
10944
10945 * net/tramp-imap.el (top): Autoload `epg-make-context'.
10946
f913fe7d
SM
109472010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10948
10949 * progmodes/compile.el (compilation-buffer-modtime): Rename from
10950 buffer-modtime. Adjust users.
10951
0235128c 109522010-05-08 Chong Yidong <cyd@stupidchicken.com>
f034e176 10953
77e2fc7a 10954 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 10955 car of each item, not the whole list (Bug#6083).
f034e176 10956
0235128c 109572010-05-08 Chong Yidong <cyd@stupidchicken.com>
f5d6ff44
CY
10958
10959 * progmodes/js.el (js-mode): Make paragraph variables local before
10960 calling c-setup-paragraph-variables (Bug#6071).
10961
0235128c 109622010-05-08 Eli Zaretskii <eliz@gnu.org>
aa4d4e4a
EZ
10963
10964 * composite.el (compose-region, reference-point-alist): Fix typos
10965 in the doc strings.
10966
77e2fc7a 109672010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
10968
10969 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
10970 gnuplot's "set" command.
10971
0235128c 109722010-05-08 Juanma Barranquero <lekktu@gmail.com>
29c48340
JB
10973
10974 * abbrev.el (last-abbrev-text): Doc fix.
10975 (abbrev-prefix-mark): Don't escape parenthesis.
10976
0235128c 109772010-05-08 Andreas Schwab <schwab@linux-m68k.org>
8ed6fc47
AS
10978
10979 * composite.el (find-composition): Doc fix.
10980
0235128c 109812010-05-08 Juanma Barranquero <lekktu@gmail.com>
063c6324
JB
10982
10983 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
10984 (sql-oracle-program, sql-sqlite-options)
10985 (sql-query-placeholders-and-send): Doc fixes.
10986 (sql-set-product, sql-interactive-mode): Reflow docstrings.
10987 (sql-imenu-generic-expression, sql-buffer)
10988 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
10989 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
10990 (sql-mode-sybase-font-lock-keywords)
10991 (sql-mode-informix-font-lock-keywords)
10992 (sql-mode-interbase-font-lock-keywords)
10993 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
10994 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
10995 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
10996 (sql-product-feature, sql-highlight-product)
10997 (comint-line-beginning-position, sql-rename-buffer)
0235128c
SM
10998 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
10999 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
063c6324
JB
11000 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
11001 Fix typos in docstrings.
11002
0235128c 110032010-05-08 Juri Linkov <juri@jurta.org>
e89dee79
JL
11004
11005 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
11006 property instead of `invisible' and `after-string' (bug#5998).
11007
0235128c 110082010-05-08 Juri Linkov <juri@jurta.org>
316d12fb
JL
11009
11010 * image-mode.el (image-mode-as-text): Fix typo in docstring.
11011
0235128c 110122010-05-08 Juanma Barranquero <lekktu@gmail.com>
770255e9
JB
11013
11014 * filecache.el (file-cache-add-directory-list)
11015 (file-cache-add-directory-recursively): Fix typos in docstrings.
11016
0235128c 110172010-05-08 Kenichi Handa <handa@m17n.org>
ece33a6e
KH
11018
11019 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 11020 (gujarati-composable-pattern): Fix typo.
ece33a6e 11021
0235128c 110222010-05-08 Kenichi Handa <handa@m17n.org>
771533aa
KH
11023
11024 * language/indian.el (oriya-composable-pattern)
0235128c
SM
11025 (tamil-composable-pattern, malayalam-composable-pattern):
11026 Add two-part vowels to "v" (vowel sign).
771533aa 11027
0235128c 110282010-05-08 Chong Yidong <cyd@stupidchicken.com>
790c2e44 11029
99833607
CY
11030 * files.el (copy-directory): Handle symlinks (Bug#5982).
11031
0235128c 110322010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
808ecc4e
CY
11033
11034 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
11035 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
11036 (Bug#5846).
11037
0235128c 110382010-05-08 Glenn Morris <rgm@gnu.org>
d2c7b917 11039
0ca12598
GM
11040 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
11041
d2c7b917
GM
11042 * minibuffer.el (completion-at-point): Doc fix.
11043
ba5bf5f0
SM
110442010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11045
11046 * electric.el (Electric-command-loop): Minor tweak.
11047
11048 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
11049 better with dedicated windows.
11050
0235128c
SM
110512010-05-07 Chong Yidong <cyd@stupidchicken.com>
11052
11053 * Version 23.2 released.
11054
560bb7ae 110552010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4e2af782 11056 Stefan Monnier <monnier@iro.umontreal.ca>
5b3a105e
SM
11057
11058 Highlight vendor specific properties.
11059 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
11060 (css-proprietary-property): New face.
11061 (css-font-lock-keywords): Use them.
11062
c0162ade
EZ
110632010-05-07 Eli Zaretskii <eliz@gnu.org>
11064
11065 * cus-start.el (all): Add native condition for tool-bar-* symbols.
11066
f3ee9200
SM
110672010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11068
05623156
SM
11069 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
11070 * files.el (auto-mode-alist): Remove redundant entries.
11071
f3ee9200
SM
11072 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
11073 * simple.el (auto-save-mode): Move from files.el.
11074 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
11075
560bb7ae 110762010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5146e84c 11077
76e3243a 11078 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
5146e84c 11079
765d4319
KY
110802010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
11081
11082 * mail/binhex.el (binhex-decode-region-internal)
11083 * mail/uudecode.el (uudecode-decode-region-internal)
11084 * net/dns.el (dns-read-string-name, dns-write, dns-read)
11085 (dns-read-type, dns-query)
11086 * pgg-parse.el (pgg-parse-armor)
11087 * pgg.el (pgg-verify-region)
11088 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
11089 XEmacs.
11090
86d21cc0 11091 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
765d4319 11092
f83483ff
JB
110932010-05-07 Juanma Barranquero <lekktu@gmail.com>
11094
40ab7974
JB
11095 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
11096
f83483ff
JB
11097 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
11098 * emulation/cua-base.el (cua-repeat-replace-region):
11099 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11100 (cua-cut-region-to-global-mark):
11101 Remove text properties with `set-text-properties'.
11102
9566840f
MA
111032010-05-06 Michael Albinus <michael.albinus@gmx.de>
11104
f3ee9200
SM
11105 * net/tramp.el (top, with-progress-reporter):
11106 Use `symbol-function' inside `funcall'.
9566840f
MA
11107
11108 * net/tramp-compat.el (tramp-compat-file-attributes)
f3ee9200
SM
11109 (tramp-compat-delete-file, tramp-compat-delete-directory):
11110 Handle only `wrong-number-of-arguments' error.
9566840f
MA
11111
11112 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
11113 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
11114 inside `funcall'.
11115
0c495c21
SM
111162010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11117
1493963b
SM
11118 * minibuffer.el (completion--sreverse, completion--common-suffix):
11119 New functions.
11120 (completion-pcm--merge-completions): Extract common suffix when safe.
11121
0c495c21
SM
11122 * emacs-lisp/easy-mmode.el (define-minor-mode):
11123 Make :variable more flexible.
11124 * files.el (auto-save-mode): Use it to define using define-minor-mode.
11125
221a0647
JL
111262010-05-05 Juri Linkov <juri@jurta.org>
11127
11128 Add `slow' and `history' tags to the desktop data.
11129
11130 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
11131 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
11132 (Info-finder-find-node): Require `finder.el' to be able
11133 to restore node from the desktop.
11134 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
11135 data `Info-history' and `slow' tag in the assoc list.
11136 (Info-restore-desktop-buffer): Don't restore nodes with the
11137 `slow' tag. Restore `Info-history'.
11138
66bdc868
MA
111392010-05-05 Michael Albinus <michael.albinus@gmx.de>
11140
11141 Add FORCE argument to `delete-file'.
11142
11143 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
11144 forcing to delete the temporary file.
11145 (ange-ftp-delete-file): Add FORCE arg.
11146 (ange-ftp-rename-remote-to-remote)
11147 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
0c495c21
SM
11148 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
11149 Force file deletion.
66bdc868
MA
11150
11151 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
11152
11153 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
11154 (tramp-handle-make-symbolic-link, tramp-handle-load)
11155 (tramp-do-copy-or-rename-file-via-buffer)
11156 (tramp-do-copy-or-rename-file-directly)
11157 (tramp-do-copy-or-rename-file-out-of-band)
11158 (tramp-handle-process-file, tramp-handle-call-process-region)
11159 (tramp-handle-shell-command, tramp-handle-file-local-copy)
11160 (tramp-handle-insert-file-contents, tramp-handle-write-region)
11161 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
11162
11163 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
11164 (tramp-fish-handle-make-symbolic-link)
11165 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
11166
0c495c21
SM
11167 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
11168 Use `tramp-compat-delete-file'.
66bdc868
MA
11169
11170 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
11171 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
11172
11173 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
11174 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
11175
11176 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
11177 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
6a7662bb
BR
11178 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
11179 Use `tramp-compat-delete-file'.
66bdc868 11180
f44379e7
SM
111812010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11182
365f8d85
SM
11183 Minor cleanups.
11184 * subr.el (add-minor-mode): Use push.
11185 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
11186 * emulation/edt.el (edt-select-mode): Simplify.
11187
80ac5d4d
SM
11188 Use define-minor-mode in more cases.
11189 * term/tvi970.el (tvi970-set-keypad-mode):
11190 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
11191 (normal-erase-is-backspace-mode):
11192 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
11193 (set-scroll-bar-mode-1): (Re)move to its sole caller.
11194 (get-scroll-bar-mode): New function.
11195 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
11196
11197 Use define-minor-mode for less obvious cases.
f44379e7
SM
11198 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
11199 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
11200 * international/iso-ascii.el (iso-ascii-mode):
11201 * frame.el (auto-raise-mode, auto-lower-mode):
11202 * composite.el (global-auto-composition-mode): Use define-minor-mode.
11203
c04b03f8
MA
112042010-05-04 Michael Albinus <michael.albinus@gmx.de>
11205
11206 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
11207 in order to see error messages for failed logins.
11208
53967e09
CY
112092010-05-03 Chong Yidong <cyd@stupidchicken.com>
11210
11211 * diff.el (diff-sentinel):
11212
11213 * epg.el (epg--make-temp-file, epg-decrypt-string)
11214 (epg-verify-string, epg-sign-string, epg-encrypt-string):
11215
11216 * jka-compr.el (jka-compr-partial-uncompress)
11217 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
11218
11219 * server.el (server-sentinel): Use delete-file's new FORCE arg
11220 (Bug#6070).
11221
56eb0904
SM
112222010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11223
11224 Use define-minor-mode where applicable.
11225 * view.el (view-mode):
11226 * type-break.el (type-break-query-mode)
11227 (type-break-mode-line-message-mode):
11228 * textmodes/reftex.el (reftex-mode):
11229 * term/vt100.el (vt100-wide-mode):
11230 * tar-mode.el (tar-subfile-mode):
11231 * savehist.el (savehist-mode):
11232 * ibuf-ext.el (ibuffer-auto-mode):
11233 * composite.el (auto-composition-mode):
11234 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
11235 Use define-minor-mode.
11236 (vhdl-mode): Use static mode-line format.
11237 (vhdl-mode-line-update): Delete.
11238 (vhdl-create-mode-menu, vhdl-activate-customizations)
11239 (vhdl-hs-minor-mode): Don't bother calling it.
11240
672eb710
SM
112412010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11242
8f92b8ad
SM
11243 * simple.el (with-wrapper-hook): Move.
11244 (buffer-substring-filters): Mark obsolete.
11245 (filter-buffer-substring-functions): New variable.
1fada563 11246 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
8f92b8ad 11247
c04b03f8 112482010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4e2af782 11249 Michael Albinus <michael.albinus@gmx.de>
6a29a838
MA
11250
11251 Implement compression for inline methods.
11252
11253 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
11254 (tramp-copy-size-limit): Allow also nil.
11255 (tramp-inline-compress-commands): New defconst.
11256 (tramp-find-inline-compress, tramp-get-inline-compress)
11257 (tramp-get-inline-coding): New defuns.
cb7f3653 11258 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
c04b03f8 11259 replaced by `tramp-get-inline-coding'.
6a29a838
MA
11260 (tramp-handle-file-local-copy, tramp-handle-write-region)
11261 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
11262
8c0bf8b3
SM
112632010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11264
07125a91
SM
11265 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
11266 Remove unused functions.
11267
f3a47002
SM
11268 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
11269 Set find-tag-default-function as a variable rather than a property.
11270
8c0bf8b3
SM
11271 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
11272 * progmodes/etags.el (tags-completion-at-point-function):
11273 Remove left over interactive spec. Add autoloading stub.
11274 (complete-tag): Use tags-completion-at-point-function.
11275
27601456
CY
112762010-04-30 Chong Yidong <cyd@stupidchicken.com>
11277
cb7f3653 11278 * minibuffer.el (tags-completion-at-point-function): Fix return value.
27601456 11279
09d0284d
CY
112802010-04-29 Chong Yidong <cyd@stupidchicken.com>
11281
27d3cd56
CY
11282 * ido.el (ido-init-completion-maps): Remove C-v binding.
11283 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
09d0284d 11284
3a07ffce
CY
112852010-04-29 Chong Yidong <cyd@stupidchicken.com>
11286
11287 * minibuffer.el (tags-completion-at-point-function): New function.
11288 (completion-at-point-functions): Use it.
11289
3a07ffce
CY
11290 * progmodes/etags.el (complete-tag): Revert last change.
11291
3d14bb73
AM
112922010-04-29 Alan Mackenzie <acm@muc.de>
11293
11294 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
11295 off-by-one error (in end of macro position).
11296
7d353d11
SM
112972010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11298
11299 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
11300 firefox is absent. Don't autoload.
11301 (browse-url-galeon-program): Don't autoload.
11302
48111a85
CY
113032010-04-28 Chong Yidong <cyd@stupidchicken.com>
11304
11305 * bindings.el (complete-symbol): Move into minibuffer.el.
11306
11307 * minibuffer.el (complete-tag): Move from etags.el. If tags
11308 completion cannot be performed, return nil instead of signalling
11309 an error.
11310 (completion-at-point): Make it an alias for complete-symbol.
11311 (complete-symbol): Move from bindings.el, and replace with the
11312 body of completion-at-point.
11313
11314 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
11315
7ba94701
MA
113162010-04-28 Michael Albinus <michael.albinus@gmx.de>
11317
11318 * net/tramp.el (tramp-remote-selinux-p): New defun.
11319 (tramp-handle-file-selinux-context)
11320 (tramp-handle-set-file-selinux-context): Use it.
11321
95c6cc3e
SS
113222010-04-28 Sam Steingold <sds@gnu.org>
11323
11324 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11325 `safe-local-variable' if the value is a string or a symbol with
11326 the property `bug-reference-url-format'.
11327
36045ff3
CY
113282010-04-28 Chong Yidong <cyd@stupidchicken.com>
11329
537ffaf3
SM
11330 * progmodes/bug-reference.el (bug-reference-url-format):
11331 Revert 2010-04-27 change due to security risk.
36045ff3 11332
56924d99
SM
113332010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11334
11335 Make it possible to locally disable a globally enabled mode.
11336 * simple.el (fundamental-mode): Run fundamental-mode-hook.
11337 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
11338 rather than kill-all-local-variables so it runs fundamental-mode-hook.
11339 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11340 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
11341 that subsequent hooks get a chance to disable it.
11342
ccaa4765
SM
113432010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11344
17818d71
SM
11345 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11346 Avoid re-enabling a minor mode after the user turned the minor mode
11347 off if MODE-enable-in-buffers is run twice (typically once from
11348 fundamental-mode's after-change-major-mode-hook and a second time from
11349 run-mode-hook's own after-change-major-mode-hook).
11350
ccaa4765
SM
11351 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
11352
2a6f654e
SS
113532010-04-27 Sam Steingold <sds@gnu.org>
11354
11355 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11356 `safe-local-variable' if the value is a string or a function, as
11357 documented and implemented on 2010-04-02.
11358
cecaa674
JB
113592010-04-27 Juanma Barranquero <lekktu@gmail.com>
11360
11361 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
11362 when method is 'kill.
11363
113642010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
1e116bb3 11365
a628ad9d
JB
11366 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
11367 condition in default directory check.
01c35094 11368 (ispell-init-process, ispell-kill-ispell, kill-buffer-hook):
1e116bb3
AM
11369 Kill ispell process when killing its associated buffer.
11370
7dd7fbb9
JD
113712010-04-27 Jan Djärv <jan.h.d@swipnet.se>
11372
11373 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
11374 but we aren't using it.
11375
7ac82b84
J
113762010-04-25 Jan Djärv <jan.h.d@swipnet.se>
11377
11378 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
11379 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
11380
fea1add4
GM
113812010-04-24 Glenn Morris <rgm@gnu.org>
11382
11383 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
11384 Ignore VCS-ignore files, and deleted nextstep preferences files.
11385 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
11386 (authors-ambiguous-files): New list.
11387 (authors-valid-file-names): Add some deleted files.
11388 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
11389 (authors-disambiguate-file-name): New function. (Bug#5501)
11390 (authors-canonical-file-name): Doc fix.
11391 Don't warn about obsolete files.
11392 (authors-canonical-file-name, authors-scan-el):
11393 Use authors-disambiguate-file-name.
11394
cbcfee6e
GM
11395 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11396 Add autoload cookies.
11397 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
11398 (generated-autoload-file): Set file-local value to "htmlfontify.el".
11399 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
11400 They have definitions / compiler macros in cl.el.
11401 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11402 Replace manual autoloads with generated ones.
11403 (htmlfontify-unload-rgb-file): Remove autoload.
11404 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
11405
3b548e1b
SM
114062010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11407
9ae0c310
SM
11408 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
11409 (byte-compile-setq-default): Optimize for the
11410 single-var case and don't call byte-compile-form in this case to avoid
11411 inf-loop with byte-compile-set-default.
11412
3b548e1b
SM
11413 * progmodes/compile.el (compilation-start): Abbreviate default directory.
11414
632c5478
MA
114152010-04-23 Michael Albinus <michael.albinus@gmx.de>
11416
11417 Implement SELINUX backends.
11418
3b548e1b
SM
11419 * net/tramp.el (tramp-file-name-handler-alist):
11420 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
11421 (tramp-handle-file-selinux-context)
11422 (tramp-handle-set-file-selinux-context): New defuns.
3b548e1b
SM
11423 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
11424 Handle PRESERVE-SELINUX-CONTEXT.
632c5478 11425
3b548e1b
SM
11426 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11427 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
11428 (tramp-gvfs-handle-file-selinux-context)
11429 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
11430 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
11431
11432 * net/ange-ftp.el (ange-ftp-copy-file):
11433 * net/tramp-fish.el (tramp-fish-handle-copy-file):
11434 * net/tramp-imap.el (tramp-imap-handle-copy-file):
3b548e1b
SM
11435 * net/tramp-smb.el (tramp-smb-handle-copy-file):
11436 Add PRESERVE-SELINUX-CONTEXT.
632c5478 11437
a94d821f
MA
114382010-04-22 Michael Albinus <michael.albinus@gmx.de>
11439
11440 Synchronize with Tramp repository.
11441
11442 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
11443 (tramp-action-process-alive, tramp-action-out-of-band)
11444 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
11445 (tramp-exists-file-name-handler): Fix docstring.
11446 (with-progress-reporter): New defmacro.
11447 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
11448 (tramp-maybe-open-connection): Use it.
11449
a92375d9
MA
114502010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
11451
11452 Detect ssh 'ControlMaster' argument automatically in some cases.
11453
11454 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
11455 (tramp-default-method): Use it.
11456
489fe4c2
MA
114572010-04-22 Michael Albinus <michael.albinus@gmx.de>
11458
25f14cdb
MA
11459 * net/tramp.el (tramp-handle-copy-file): Add new optional
11460 parameter `preserve-selinux-context'.
11461 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
11462
a92375d9
MA
114632010-04-22 Michael Albinus <michael.albinus@gmx.de>
11464
489fe4c2
MA
11465 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
11466 Ensure, that non remote files are still checked. Oops.
11467
acd1f317
MA
114682010-04-21 Michael Albinus <michael.albinus@gmx.de>
11469
11470 Fix Bug#5840.
11471
11472 * icomplete.el (icomplete-completions): Use `non-essential'.
11473
11474 * net/tramp.el (tramp-connectable-p): New defun.
11475 (tramp-handle-expand-file-name)
11476 (tramp-completion-handle-file-name-all-completions)
11477 (tramp-completion-handle-file-name-completion): Use it.
11478
62c5b459
SM
114792010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11480
11481 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
11482
f904c0f9
JD
114832010-04-21 Jan Djärv <jan.h.d@swipnet.se>
11484
11485 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
11486
11487 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
11488
11489 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
11490 is present.
11491
11492 * info.el (info-tool-bar-map): Add labels.
11493
11494 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
11495
11496 * cus-edit.el (custom-commands): Add labels for tool bar.
11497 (custom-buffer-create-internal, Custom-mode): Adjust for
11498 labels in custom-commands.
11499
11500 * dynamic-setting.el: Renamed from font-setting.el.
11501
c5cbeb12
LL
115022010-04-21 John Wiegley <jwiegley@gmail.com>
11503
11504 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
11505 toggles the use of virtual buffers.
537ffaf3 11506 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
c5cbeb12
LL
11507 (ido-toggle-virtual-buffers): New function.
11508
fcc93746
JB
115092010-04-21 Juanma Barranquero <lekktu@gmail.com>
11510
11511 Use `define-derived-mode'; fix window selection; doc fixes.
11512 * play/tetris.el (tetris, tetris-update-speed-function)
11513 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
11514 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
11515 (tetris-rotate-next, tetris-end-game, tetris-start-game)
11516 (tetris-pause-game): Fix typos in docstrings.
11517 (tetris-mode-map, tetris-null-map):
11518 Move initialization into declaration.
11519 (tetris-mode): Define with `define-derived-mode';
11520 set show-trailing-whitespace to nil.
11521 (tetris): Prefer window already displaying the "*Tetris*" buffer.
11522
574c05e2
KK
115232010-04-21 Karel Klíč <kklic@redhat.com>
11524
11525 * files.el (backup-buffer): Handle SELinux context, and return it
11526 if a backup was made by renaming.
11527 (backup-buffer-copy): Set SELinux context to the target file.
11528 (basic-save-buffer): Set SELinux context of the newly written file.
11529 (basic-save-buffer-1): Now it also returns any SELinux context.
11530 (basic-save-buffer-2): Set SELinux context of the newly created file,
11531 and return it.
11532 * net/tramp.el (tramp-file-name-for-operation):
11533 Add file-selinux-context.
11534
e97a42c1
SM
115352010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11536
f2b9ed18
SM
11537 Make the log-edit comments use RFC822 format throughout.
11538
e97a42c1
SM
11539 * vc.el (vc-checkin, vc-modify-change-comment):
11540 Adjust to new vc-start/finish-logentry.
11541 (vc-find-conflicted-file): New command.
11542 (vc-transfer-file): Adjust to new vc-checkin.
11543 (vc-next-action): Improve scoping.
11544
11545 * vc-hg.el (vc-hg-log-edit-mode): Remove.
11546 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
11547
11548 * vc-git.el (vc-git-log-edit-mode): Remove.
11549 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
11550 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
11551
11552 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
11553 (vc-start-logentry): Remove argument `extra'.
11554 (vc-finish-logentry): Remove extra args.
11555
11556 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
11557 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
11558 (vc-bzr-conflicted-files): New function.
11559
11560 * log-edit.el (log-edit-extra-flags)
11561 (log-edit-before-checkin-process): Remove.
11562 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
11563 (log-edit-headers-alist): New var.
11564 (log-edit-header-contents-regexp): New const.
11565 (log-edit-match-to-eoh): New function.
11566 (log-edit-font-lock-keywords): Use them.
11567 (log-edit): Insert a "Summary:" header as default.
11568 (log-edit-mode): Mark font-lock rules as case-insensitive.
11569 (log-edit-done): Cleanup headers.
11570 (log-view-process-buffer): Remove.
11571 (log-edit-extract-headers): New function to replace it.
11572
938efb77
JB
115732010-04-20 Juanma Barranquero <lekktu@gmail.com>
11574
11575 * subr.el (default-direction-reversed): Remove obsolescence info.
11576
1cfb415b
SM
115772010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11578
cb4f9513
SM
11579 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
11580 windows/frames.
11581
6e610c72
SM
11582 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
11583 I.e. include text after point in the completion region.
11584 Also, return nil when we're not after/in a symbol.
11585
1cfb415b
SM
11586 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
11587 default enable-multibyte-characters.
11588
c80fa13c
SM
115892010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11590
87926e02
SM
11591 * international/mule.el: Help the user choose a valid coding-system.
11592 (read-buffer-file-coding-system): New function.
11593 (set-buffer-file-coding-system): Use it. Prompt the user if the
11594 coding-system cannot encode all the chars.
11595
c80fa13c
SM
11596 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
11597 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
11598 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
11599 Don't use *vc-bzr-shelve*.
11600
6e104790 116012010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
bce31830
DN
11602
11603 Fix the version number for added files.
11604 * vc-hg.el (vc-hg-working-revision): Check if the file is
11605 registered after hg parent fails (Bug#5961).
11606
6e104790 116072010-04-19 Glenn Morris <rgm@gnu.org>
0433ffa6
GM
11608
11609 * htmlfontify.el (htmlfontify-buffer)
11610 (htmlfontify-copy-and-link-dir): Autoload entry points.
11611
6e104790 116122010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
8507c65c
CY
11613
11614 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
11615 name relative to the project root (Bug#5960).
11616
6e104790 116172010-04-19 Glenn Morris <rgm@gnu.org>
e9ef9777
GM
11618
11619 * vc-git.el (vc-git-print-log): Doc fix.
11620
6e104790 116212010-04-19 Óscar Fuentes <ofv@wanadoo.es>
3808c51f
CY
11622
11623 * ido.el (ido-file-internal): Fix 2009-12-02 change.
11624
53cfe624 116252010-04-19 Christoph Scholtes <cschol2112@googlemail.com>
7860d2e3
CY
11626
11627 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
11628 default settings (Bug#5928).
11629
6e104790 116302010-04-19 Glenn Morris <rgm@gnu.org>
119850e9
GM
11631
11632 * progmodes/fortran.el (fortran-match-and-skip-declaration):
11633 New function.
0a23b2c3 11634 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 11635
6e104790 116362010-04-19 Kenichi Handa <handa@m17n.org>
86a366f4
KH
11637
11638 * language/indian.el (malayalam-composable-pattern): Fix previous
11639 change (add U+0D4D "SIGN VIRAMA").
11640 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
11641 (tamil-composable-pattern): Fix typo in the regexp.
11642 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
11643 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
11644 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
11645
6e104790 116462010-04-19 Chong Yidong <cyd@stupidchicken.com>
8afe2ec6
CY
11647
11648 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
11649 paragraph-separate (Bug#5821).
11650
6e104790 116512010-04-19 Juri Linkov <juri@jurta.org>
3c5d6dfb
JL
11652
11653 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
11654
11655 * info.el (Info-find-node-2): Comment out code that skips
11656 breadcrumbs line.
11657 (Info-mouse-follow-link): New command.
11658 (Info-link-keymap): New keymap.
11659 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
11660 Return a string with links instead of inserting breadcrumbs
11661 to the Info buffer.
11662 (Info-fontify-node): Comment out code that inserts breadcrumbs.
11663 Instead of putting the `invisible' text property over the Info
11664 header, make an overlay over the Info header with the `invisible'
11665 property and `after-string' set to the string returned by
11666 `Info-breadcrumbs'.
11667
6e104790 116682010-04-19 Chong Yidong <cyd@stupidchicken.com>
6baa27a2
CY
11669
11670 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
11671 Reported by monkey@sandpframing.com.
11672
98923800
SM
116732010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11674
b5feea0f
SM
11675 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
11676 (tmm-get-keymap): Add key-binding shortcuts now that they're not
11677 available in the "keyseq cache" any more.
11678
98923800
SM
11679 * custom.el (defcustom): Add edebug spec.
11680
fd5c9dfa
JL
116812010-04-18 Juri Linkov <juri@jurta.org>
11682
11683 Test for special mode-class in view-buffer instead of view-file (bug#5513).
11684
11685 * view.el (view-file, view-buffer): Move test for special mode-class
11686 from view-file to view-buffer.
11687
11688 * tar-mode.el (tar-extract): Turn if's into one cond
11689 like in arc-mode.el.
11690
b3671a51
JL
116912010-04-18 Juri Linkov <juri@jurta.org>
11692
11693 Add 7z archive format support (bug#5475).
11694
11695 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
11696 (archive-7z-extract): New defcustom.
11697 (archive-find-type): Add magic string for 7z.
11698 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
11699 If `stderr-file' is non-nil, use `(t stderr-file)' for the
11700 `buffer' arg of `call-process'.
11701 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
11702 call the function `archive-7z-extract' with the variable
11703 `archive-7z-extract' let-bound to `archive-zip-extract'.
11704 (archive-7z-summarize, archive-7z-extract): New functions.
11705
11706 * international/mule.el (auto-coding-alist):
11707 * files.el (auto-mode-alist): Add 7z file extension.
11708
8a37fb25
SM
117092010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11710
e9515805
SM
11711 * loadup.el: Setup hash-cons for pure data.
11712
f8ea0098
SM
11713 Fix duplicate entries in cedet's loaddefs.el files.
11714 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
11715 Should make most file-local generated-autoload-file unnecessary.
11716 (print-readably): Silence warnings.
11717 (autoload-find-destination): Take load-name as an arg to make sure
11718 it's the same as the one that will be in the file.
11719 (autoload-generate-file-autoloads): Adjust to above changes.
11720 Try to make the dataflow a bit simpler.
11721
8a37fb25
SM
11722 * cvs-status.el (cvs-refontify): Remove unused.
11723
f8b91752
JB
117242010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
11725
76e3243a 11726 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
f8b91752 11727
76e3243a 11728 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
f8b91752
JB
11729 twos-complement mode.
11730
d8b01fef
JB
117312010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
11732
76e3243a
JB
11733 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
11734 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
d8b01fef
JB
11735 (calc-inverse): Add "Option" to message, as appropriate.
11736 (calc-hyperbolic): Add "Option" to message, as appropriate.
11737 (calc-option, calc-is-option): New functions.
11738
76e3243a 11739 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
d8b01fef
JB
11740 (calc-option-prefix-help): New function.
11741
76e3243a 11742 * calc/calc-misc.el (calc-help): Add "Option" entry.
d8b01fef 11743
76e3243a 11744 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
d8b01fef
JB
11745 (calc-option-flag): New variable.
11746 (calc-do): Set `calc-option-flag to nil.
11747 (calc-set-mode-line): Add "Opt " as appropriate.
11748
74f806a1
JL
117492010-04-16 Juri Linkov <juri@jurta.org>
11750
11751 Move scrolling commands from simple.el to window.el
11752 because their primitives are implemented in window.c.
11753
11754 * simple.el (scroll-error-top-bottom)
11755 (scroll-up-command, scroll-down-command, scroll-up-line)
11756 (scroll-down-line, scroll-other-window-down)
11757 (beginning-of-buffer-other-window, end-of-buffer-other-window):
11758 * window.el (scroll-error-top-bottom)
11759 (scroll-up-command, scroll-down-command, scroll-up-line)
11760 (scroll-down-line, scroll-other-window-down)
11761 (beginning-of-buffer-other-window, end-of-buffer-other-window):
11762 Move from simple.el to window.el because their primitives are
11763 implemented in window.c.
11764
ad40eec5
JL
117652010-04-16 Juri Linkov <juri@jurta.org>
11766
11767 * isearch.el (isearch-lookup-scroll-key): Check both
11768 `isearch-scroll' and `scroll-command' properties.
11769 (scroll-up, scroll-down): Remove `isearch-scroll' property.
11770
11771 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
11772
11773 * simple.el (scroll-up-command, scroll-down-command)
11774 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
11775
a4b000fb
JL
117762010-04-15 Juri Linkov <juri@jurta.org>
11777
11778 * simple.el (scroll-up-command, scroll-down-command)
11779 (scroll-up-line, scroll-down-line): Put `scroll-command'
11780 property on the these symbols. Remove them from
11781 `scroll-preserve-screen-position-commands'.
11782
11783 * mwheel.el (mwheel-scroll): Put `scroll-command' and
11784 `isearch-scroll' properties on the `mwheel-scroll' symbol.
11785 Remove it from `scroll-preserve-screen-position-commands'.
11786
11787 * isearch.el (isearch-allow-scroll): Doc fix.
11788
4874f5e6
MA
117892010-04-15 Michael Albinus <michael.albinus@gmx.de>
11790
11791 * net/tramp.el (tramp-error-with-buffer): Don't show the
11792 connection buffer when we are in completion mode.
11793 (tramp-file-name-handler): Catch the error for some operations
11794 when we are in completion mode. This gives the user the chance to
11795 correct the file name in the minibuffer.
11796
82883f0a
GM
117972010-04-15 Glenn Morris <rgm@gnu.org>
11798
11799 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
11800
528b9ea9
JB
118012010-04-15 Juanma Barranquero <lekktu@gmail.com>
11802
11803 Simplify by using `define-derived-mode'.
11804 * info.el (Info-mode):
11805 * calendar/todo-mode.el (todo-mode):
11806 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
11807 (gomoku-mode-map): Move initialization into declaration.
11808
5f2b693f
MA
118092010-04-14 Michael Albinus <michael.albinus@gmx.de>
11810
11811 Fix Bug#5840.
11812 * ido.el (ido-file-name-all-completions-1):
11813 * minibuffer.el (minibuffer-completion-help):
11814 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
11815
ebb9641f
SM
118162010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11817
38111a5a
SM
11818 * simple.el (non-essential): New var.
11819
ebb9641f
SM
11820 Add a new field `location' to bookmarks for non-file bookmarks.
11821 * bookmark.el (bookmark-location): Use the new field, if present.
11822 (bookmark-insert-location): Undo last change, not needed any more.
11823 * man.el (Man-bookmark-make-record):
11824 * woman.el (woman-bookmark-make-record): Add `location' field.
11825
7b05466f
JL
118262010-04-14 Juri Linkov <juri@jurta.org>
11827
11828 * simple.el (scroll-error-top-bottom): New defcustom.
11829 (scroll-up-command, scroll-down-command): Use it. Doc fix.
11830
11831 * emulation/pc-select.el (pc-select-override-scroll-error):
11832 Obsolete in favor of `scroll-error-top-bottom'.
11833
32129746
JL
118342010-04-14 Juri Linkov <juri@jurta.org>
11835
11836 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
11837 `scroll-up-command' and `M-v' to `scroll-down-command'.
11838
11839 * emulation/cua-rect.el (cua--init-rectangles):
11840 * forms.el (forms--change-commands):
11841 * image-mode.el (image-mode-map):
11842 Remap scroll-down-command and scroll-up-command
11843 in addition to scroll-down and scroll-up.
11844
9013a7f8
JL
118452010-04-14 Juri Linkov <juri@jurta.org>
11846
11847 * mwheel.el (scroll-preserve-screen-position-commands):
11848 Add mwheel-scroll to this list of commands.
11849
11850 * simple.el (scroll-preserve-screen-position-commands):
11851 Add scroll-up-command, scroll-down-command, scroll-up-line,
11852 scroll-down-line to this list of commands.
11853
3b7e1d5f
SM
118542010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
11855
c1e25821
SM
11856 * obsolete/complete.el: Move from lisp/complete.el.
11857
5b31b787
SM
11858 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
11859
3b7e1d5f
SM
11860 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
11861 to the minor mode function now turns the mode ON unconditionally.
11862
398a825b
SM
118632010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11864
a544e7c1
SM
11865 * vc-dir.el (vc-dir-kill-line): New command.
11866 (vc-dir-mode-map): Bind it to C-k.
11867
a1979d8e
SM
11868 * bookmark.el (bookmark-insert-location): Handle a nil filename.
11869
398a825b
SM
11870 * woman.el: Add bookmark declarations to silence the compiler.
11871 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
11872 step to compatibility between man and woman bookmarks.
11873 Adjust for Man-default-bookmark-title renaming.
11874 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
11875
11876 * man.el: Add bookmark declarations to silence the compiler.
11877 (Man-name-local-regexp): Make it match NAME as well.
11878 (Man-getpage-in-background): Return the buffer.
11879 (Man-notify-when-ready): Use `case'.
11880 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
11881 Don't hardcode "NAME". Simplify.
11882 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
11883 Rename from Man-bookmark-make-record.
11884 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
11885 we have the actual man-args. Use Man-getpage-in-background rather
11886 than `man' since the arg is already processed. Let bookmark.el do the
11887 window handling. Only wait for the relevant process.
11888 Don't forget to autoload.
11889
11890 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
11891
45be326a
TV
118922010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11893
11894 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
11895 New functions.
11896 (woman-mode): Setup bookmark support.
11897
11898 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
11899 (man-bookmark-jump): New functions.
11900 (Man-mode): Setup bookmark support.
11901
3acb4c93
CY
119022010-04-10 Jari Aalto <jari.aalto@cante.net>
11903
11904 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
11905 recognize ssh-keygen prompt (Bug#2817).
11906
b6bbb65e
MA
119072010-04-10 Michael Albinus <michael.albinus@gmx.de>
11908
11909 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
11910
b533bc97
MA
119112010-04-10 Michael Albinus <michael.albinus@gmx.de>
11912
11913 Synchronize with Tramp repository.
11914
11915 * net/tramp.el (tramp-completion-function-alist)
11916 (tramp-file-name-regexp, tramp-chunksize)
45be326a
TV
11917 (tramp-local-coding-commands, tramp-remote-coding-commands):
11918 Fix docstring.
11919 (tramp-remote-process-environment): Use `format' instead of `concat'.
b533bc97
MA
11920 (tramp-handle-directory-files-and-attributes)
11921 (tramp-get-remote-path): Use `copy-tree'.
11922 (tramp-handle-file-name-all-completions): Backward/ XEmacs
11923 compatibility: Use `completion-ignore-case' if
11924 `read-file-name-completion-ignore-case' does not exist.
11925 (tramp-do-copy-or-rename-file-directly): Do not use
11926 `tramp-handle-file-remote-p'.
45be326a
TV
11927 (tramp-do-copy-or-rename-file-out-of-band):
11928 Use `tramp-compat-delete-directory'.
b533bc97 11929 (tramp-do-copy-or-rename-file-out-of-band)
45be326a
TV
11930 (tramp-compute-multi-hops, tramp-maybe-open-connection):
11931 Use `format-spec-make'.
b533bc97
MA
11932 (tramp-find-foreign-file-name-handler)
11933 (tramp-advice-make-auto-save-file-name)
11934 (tramp-set-auto-save-file-modes): Remove superfluous check for
11935 `stringp'. This is done inside `tramp-tramp-file-p'.
11936 (tramp-debug-outline-regexp): New defconst.
11937 (tramp-get-debug-buffer): Use it.
11938 (tramp-check-for-regexp): Use (forward-line 1).
11939 (tramp-set-auto-save-file-modes): Adapt version check.
11940
45be326a
TV
11941 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
11942 Wrap call of `featurep' for 2nd argument.
b533bc97
MA
11943 (tramp-compat-make-temp-file): Simplify fallback implementation.
11944 (tramp-compat-copy-tree): Remove function.
11945 (tramp-compat-delete-directory): Provide implementation for older
11946 Emacsen.
11947
11948 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
11949 Do not use `tramp-fish-handle-file-attributes.
11950
11951 * net/trampver.el: Update release number.
11952
ba33df00
GM
119532010-04-10 Glenn Morris <rgm@gnu.org>
11954
11955 * progmodes/compile.el (compilation-save-buffers-predicate):
11956 Add missing :version tag.
11957
4a8ae76f
SS
119582010-04-09 Sam Steingold <sds@gnu.org>
11959
11960 * progmodes/compile.el (compilation-save-buffers-predicate):
11961 Remove the "autoload" cookie.
11962
0880716f
SS
11963 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
11964 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
11965 and `bug-reference-prog-mode' can be used in hooks directly.
11966
6aebd58c
DN
119672010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
11968
11969 Add --author support to git commit.
11970 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
11971 (vc-git-log-edit-mode): New minor mode.
45be326a
TV
11972 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
11973 New declarations.
6aebd58c 11974
f6d90772
ER
119752010-04-09 Eric Raymond <esr@snark.thyrsus.com>
11976
11977 * vc-hooks.el, vc-git.el: Improve documentation comments.
11978
e754e83b
SM
119792010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11980
11981 Fix some of the problems in defsubst* (bug#5728).
11982 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
11983 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
11984
9e86ab0b
SS
119852010-04-07 Sam Steingold <sds@gnu.org>
11986
e754e83b
SM
11987 * progmodes/compile.el (compilation-save-buffers-predicate):
11988 New custom variable.
9e86ab0b
SS
11989 (compile, recompile): Pass it to `save-some-buffers'.
11990
b0c8b840
JD
119912010-04-07 Jan Djärv <jan.h.d@swipnet.se>
11992
11993 * wid-edit.el (widget-choose): Move cursor to the second line of
11994 the buffer (Bug#5695).
11995
31527c56
DN
119962010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
11997
11998 Add new VC methods: vc-log-incoming and vc-log-outgoing.
11999 * vc.el (vc-print-log-setup-buttons): New function split out from
12000 vc-print-log-internal.
12001 (vc-log-internal-common): New function, a parametrized version of
12002 vc-print-log-internal.
12003 (vc-print-log-internal): Just call vc-log-internal-common with the
12004 right arguments.
12005 (vc-incoming-outgoing-internal):
12006 (vc-log-incoming, vc-log-outgoing): New functions.
12007 (vc-log-view-type): New permanent local variable.
12008
12009 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
12010
12011 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
12012 of the dynamic bound vc-short-log.
12013 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
12014
12015 * vc-git.el (vc-git-log-outgoing): New function.
12016 (vc-git-log-view-mode): Use vc-log-view-type instead
12017 of the dynamic bound vc-short-log.
12018
12019 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
12020 of the dynamic bound vc-short-log. Highlight the tag.
12021 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
12022 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
12023 (vc-hg-incoming-mode): Remove.
12024 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
12025
7ec69e2b
DN
120262010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
12027
12028 Fix default-directory for vc-root-diff.
12029 * vc.el (vc-root-diff): Bind default-directory to the root
12030 directory for the diff command.
12031
fd9ea9d3
WS
120322010-04-07 Michael McNamara <mac@mail.brushroad.com>
12033
6e104790 12034 * progmodes/verilog-mode.el (verilog-forward-sexp):
31527c56
DN
12035 (verilog-calc-1): Support "disable fork" and "fork wait" multi
12036 word keywords, suggested by Steve Pearlmutter.
6e104790 12037 (verilog-pretty-declarations): Support lineup of declarations in
fd9ea9d3 12038 port lists.
6e104790 12039 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
c4cc8b9a 12040 fix bug for /* / comments.
6e104790 12041 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
fd9ea9d3 12042 Speed up and simplfy as this is never called with a bound.
6e104790
SM
12043 (verilog-pretty-declarations): Enhance to line up declarations
12044 inside a parameter list, suggested by Alan Morgan.
12045 (verilog-pretty-expr): Tune assignment regular expression match
12046 string for corner cases; also use markers instead of character
12047 number as indent changes the later.
fd9ea9d3
WS
12048
120492010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
12050
6e104790
SM
12051 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
12052 as missing keyword.
12053 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
12054 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
12055 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
12056 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
12057 Tennant.
12058 (verilog-keywords):
fd9ea9d3
WS
12059 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
12060 1800-2009 keywords, including "global.".
12061
2a07afc5
JW
120622010-04-06 John Wiegley <jwiegley@gmail.com>
12063
8b32731a 12064 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2a07afc5 12065 appearing in buffer list (if a live buffer name matched a recentf
8b32731a 12066 file basename). Should use uniquify to offer a real solution.
2a07afc5 12067
f9a27d86
JW
120682010-04-06 John Wiegley <jwiegley@gmail.com>
12069
8b32731a
JB
12070 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
12071 comment to code, and add a :version tag.
12072 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
f9a27d86 12073
9caf8a8f
JB
120742010-04-06 Juanma Barranquero <lekktu@gmail.com>
12075
12076 Enable recentf-mode if using virtual buffers.
12077 * ido.el (recentf-list): Declare for byte-compiler.
93acd23d 12078 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
9caf8a8f
JB
12079 (ido-make-buffer-list): Simplify.
12080 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
12081
5a97d2da
JL
120822010-04-05 Juri Linkov <juri@jurta.org>
12083
12084 Scrolling commands which scroll a line instead of full screen.
12085 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12086
12087 * simple.el (scroll-up-line, scroll-down-line): New commands.
12088 Put property isearch-scroll=t on them.
12089
12090 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
12091 Remove commands.
12092
79ce172a
JL
120932010-04-05 Juri Linkov <juri@jurta.org>
12094
8b32731a 12095 Scrolling commands which do not signal errors at top/bottom.
79ce172a
JL
12096 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12097
12098 * simple.el (scroll-up-command, scroll-down-command): New commands.
12099 Put property isearch-scroll=t on them.
12100
12101 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
12102 `scroll-down-command' and [next] from `scroll-up' to
12103 `scroll-up-command'.
12104
12105 * emulation/cua-base.el: Put property CUA=move on
12106 `scroll-up-command' and `scroll-down-command'.
12107 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
12108 and `scroll-down-command' to `cua-scroll-down'.
12109
309d5b43
JB
121102010-04-05 Juanma Barranquero <lekktu@gmail.com>
12111
6460e534 12112 * help.el (describe-mode): Return nil.
309d5b43 12113
0523d117
JW
121142010-04-04 John Wiegley <jwiegley@gmail.com>
12115
12116 * ido.el (ido-use-virtual-buffers): New variable to indicate
f9a27d86 12117 whether "virtual buffer" support is enabled for IDO.
0523d117
JW
12118 (ido-virtual): Face used to indicate virtual buffers in the list.
12119 (ido-buffer-internal): If a buffer is chosen, and no such buffer
12120 exists, but a virtual buffer of that name does (which would be why
12121 it was in the list), recreate the buffer by reopening the file.
12122 (ido-make-buffer-list): If virtual buffers are being used, call
12123 `ido-add-virtual-buffers-to-list' before the make list hook.
12124 (ido-virtual-buffers): New variable which contains a copy of the
12125 current contents of the `recentf-list', albeit pared down for the
12126 sake of speed, and with proper faces applied.
12127 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
12128 create a list of "virtual buffers" to present to the user in
12129 addition to the currently open set. Note that this logic could
12130 get rather slow if that list is too large. With the default
12131 `recentf-max-saved-items' of 200, there is little speed penalty.
12132
202ff0d6
SM
121332010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12134
12135 * font-lock.el: Require CL when compiling.
12136 (font-lock-turn-on-thing-lock): Use `case'.
12137
ef43a0f4
EZ
121382010-04-03 Eli Zaretskii <eliz@gnu.org>
12139
12140 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
12141 Zaretskii.
ef43a0f4 12142
9c13a46e
JL
121432010-04-02 Juri Linkov <juri@jurta.org>
12144
12145 * ehelp.el (electric-help-orig-major-mode):
12146 New buffer-local variable.
12147 (electric-help-mode): Set it to original major-mode. Doc fix.
12148 (with-electric-help): Use `electric-help-orig-major-mode' instead
12149 of (default-value 'major-mode). Doc fix.
12150 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
12151
3fb87bf5
SS
121522010-04-02 Sam Steingold <sds@gnu.org>
12153
12154 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
12155 `vc-hg-command' with a list of flags.
12156
202ff0d6
SM
12157 * progmodes/bug-reference.el (bug-reference-bug-regexp):
12158 Also accept "patch" and "RFE".
dbb5e44a
SS
12159 (bug-reference-fontify): `bug-reference-url-format' can also be a
12160 function to be able to handle the bug kind.
202ff0d6 12161 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
dbb5e44a 12162
d0b22876
JD
121632010-04-02 Jan Djärv <jan.h.d@swipnet.se>
12164
12165 * tmm.el (tmm-get-keymap): Check with symbolp before passing
12166 value to fboundp, it may not be a symbol.
12167
1625d379
CY
121682010-03-31 Chong Yidong <cyd@stupidchicken.com>
12169
202ff0d6 12170 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
1625d379 12171
1cd095c6
JL
121722010-03-31 Juri Linkov <juri@jurta.org>
12173
12174 * simple.el (next-line, previous-line): Re-throw a signal
12175 with `signal' instead of using `ding'.
12176 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
12177
67189e62
JL
121782010-03-31 Juri Linkov <juri@jurta.org>
12179
12180 * simple.el (keyboard-escape-quit): Raise deselecting the active
12181 region higher than exiting the minibuffer.
12182 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
12183
1546c559
JL
121842010-03-31 Juri Linkov <juri@jurta.org>
12185
12186 * image.el (image-animated-p): Use `image-metadata' instead of
12187 `image-extension-data'. Get GIF extenstion data from metadata
12188 property `extension-data'.
12189
85626eef
SM
121902010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12191
12192 * simple.el (append-to-buffer): Simplify.
12193
85738751 121942010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
b42da387
TA
12195
12196 * textmodes/artist.el (artist-mode): Fix typo in docstring.
12197 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
12198
85738751 121992010-03-31 Kenichi Handa <handa@m17n.org>
42763dda
KH
12200
12201 * language/sinhala.el (composition-function-table): Fix regexp for
12202 the new Unicode specification.
12203
12204 * language/indian.el (devanagari-composable-pattern)
12205 (tamil-composable-pattern, kannada-composable-pattern)
85626eef 12206 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
12207 specification.
12208 (bengali-composable-pattern, gurmukhi-composable-pattern)
12209 (gujarati-composable-pattern, oriya-composable-pattern)
12210 (telugu-composable-pattern): New variables to cope with the new
12211 Unicode specification. Use them in composition-function-table.
12212
85738751 122132010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
fe59d705 12214
79d74ac5 12215 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
12216 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
12217 vectors rather than cons cells, as used in menu-bar-update-buffers.
12218
85738751 122192010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be 12220
2a793f7f
CY
12221 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
12222 (js-insert-and-indent): Revert 2009-08-15 change, restoring
12223 electric punctuation for "{}();,:" (Bug#5586).
12224
03ffe8be
CY
12225 * mail/sendmail.el (mail-default-directory): Doc fix.
12226
85738751 122272010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be
CY
12228
12229 * mail/sendmail.el (mail-default-directory): Doc fix.
12230
85738751 122312010-03-31 Eli Zaretskii <eliz@gnu.org>
94785022
EZ
12232
12233 * subr.el (version-regexp-alist, version-to-list)
12234 (version-list-<, version-list-=, version-list-<=)
12235 (version-list-not-zero, version<, version<=, version=): Doc fix.
12236 (Bug#5744).
12237
85738751 122382010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
431af6a4
DN
12239
12240 * vc.el (vc-root-diff): Doc fix.
12241
85738751 122422010-03-31 Chong Yidong <cyd@stupidchicken.com>
9d30a9f4 12243
9aa2c576
CY
12244 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
12245
9d30a9f4
CY
12246 * simple.el (append-to-buffer): Fix last change.
12247
85738751 122482010-03-31 Chong Yidong <cyd@stupidchicken.com>
d0fba174
CY
12249
12250 * simple.el (append-to-buffer): Ensure that point is preserved if
12251 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
12252 (Bug#5749)
12253
2372f278
SM
122542010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12255
12256 * files.el (auto-mode-case-fold): Change default to t.
12257
2223a1b3
JL
122582010-03-30 Juri Linkov <juri@jurta.org>
12259
12260 * dired-x.el (dired-omit-mode): Doc fix.
12261
0ef84fc8
JL
122622010-03-30 Juri Linkov <juri@jurta.org>
12263
12264 * replace.el (occur-accumulate-lines): Move occur-engine related
12265 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
12266 to be located after `occur-engine'.
12267
dc2d2590
JL
122682010-03-30 Juri Linkov <juri@jurta.org>
12269
12270 Make occur handle multi-line matches cleanly with context.
12271 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
12272
12273 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
12274 (occur-engine): Add local variables `ret', `prev-after-lines',
12275 `prev-lines'. Use more arguments for `occur-context-lines'.
12276 Set first elem of its returned list to `data', and the second elem
12277 to `prev-after-lines'. Don't print the separator line.
12278 In the end, print remaining context after-lines.
12279 (occur-context-lines): Add new arguments `begpt', `endpt',
12280 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
12281 after-lines of the previous match with before-lines of the
12282 current match and not overlap them. Return a list with two
12283 values: the output line and the list of context after-lines.
12284
47c88c06
JL
122852010-03-30 Juri Linkov <juri@jurta.org>
12286
12287 * replace.el (occur-accumulate-lines): Fix a bug where the first
12288 context line at the beginning of the buffer was missing.
12289
a7b02820
EZ
122902010-03-30 Eli Zaretskii <eliz@gnu.org>
12291
12292 * files.el: Make bidi-display-reordering safe variable for boolean
12293 values.
12294
9326ba26 122952010-03-29 Phil Hagelberg <phil@evri.com>
4e2af782 12296 Chong Yidong <cyd@stupidchicken.com>
9326ba26
CY
12297
12298 * subr.el: Extend progress reporters to perform "spinning".
85626eef
SM
12299 (progress-reporter-update, progress-reporter-do-update):
12300 Handle non-numeric value arguments.
9326ba26
CY
12301 (progress-reporter--pulse-characters): New var.
12302
f6f8aa12
CY
123032010-03-28 Chong Yidong <cyd@stupidchicken.com>
12304
12305 * progmodes/compile.el (compilation-start): Fix regexp detection
12306 of initial cd command (Bug#5771).
12307
7ed287b5
CY
123082010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
12309
12310 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
12311
146b8b16
NR
123122010-03-27 Nick Roberts <nickrob@snap.net.nz>
12313
12314 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
76e3243a
JB
12315 * progmodes/gdb-mi.el: Restore.
12316 * progmodes/gdb-ui.el: Remove.
12317 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
146b8b16 12318
b23caf75
GM
123192010-03-25 Glenn Morris <rgm@gnu.org>
12320
12321 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
12322 all dired buffers, even tramp ones. (Bug#5755)
12323
18c812bd
SM
123242010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12325
12326 Add "union tags" in mpc.el.
12327 * mpc.el: Remove backward compatibility code.
12328 (mpc-browser-tags): Change default.
12329 (mpc--find-memoize-union-tags): New var.
12330 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
12331 (mpc-cmd-find): Handle the case where the playlist does not exist.
12332 Handle union-tags.
12333 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
12334 (mpc-cmd-add): Use mpc-cmd-flush.
12335 (mpc-tagbrowser-tag-name): New fun.
12336 (mpc-tagbrowser-buf): Use it.
12337 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
12338
efee6a6d
SM
123392010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12340
9586c41a
SM
12341 Misc cleanup.
12342 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
12343 Use replace-regexp-in-string.
12344 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
12345 (makefile-imake-mode-syntax-table): Move init into defvar.
12346 (makefile-mode): Use define-derived-mode.
12347
efee6a6d
SM
12348 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
12349 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
12350 not be present any more.
12351
c6f3804c
JB
123522010-03-24 Juanma Barranquero <lekktu@gmail.com>
12353
12354 * faces.el (set-face-attribute): Fix typo in docstring.
12355 (face-valid-attribute-values): Reflow docstring.
12356
e867cb5d 123572010-03-24 Glenn Morris <rgm@gnu.org>
4c3a215a 12358
efee6a6d 12359 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 12360
e867cb5d 123612010-03-24 Chong Yidong <cyd@stupidchicken.com>
e9ba3e26
CY
12362
12363 * indent.el (indent-for-tab-command): Doc fix.
12364
e867cb5d 123652010-03-24 Alan Mackenzie <acm@muc.de>
657071fc 12366
efee6a6d
SM
12367 * progmodes/cc-engine.el (c-remove-stale-state-cache):
12368 Fix off-by-one error. Fixes bug #5747.
657071fc 12369
e867cb5d 123702010-03-24 Juanma Barranquero <lekktu@gmail.com>
c8de140b
JB
12371
12372 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
12373 (image-dired-read-comment): Doc fix.
12374
efee6a6d
SM
12375 * json.el (json-object-type, json-array-type, json-key-type)
12376 (json-false, json-null, json-read-number):
c8de140b
JB
12377 * minibuffer.el (completion-in-region-functions):
12378 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
12379 (cal-tex-cursor-week):
12380 * emacs-lisp/trace.el (trace-function):
12381 * eshell/em-basic.el (eshell/printnl):
12382 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
12383 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
12384 * obsolete/levents.el (allocate-event, event-key, event-object)
12385 (event-point, event-process, event-timestamp, event-to-character)
12386 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
12387 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
12388 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
12389 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
12390 (reftex-highlight-selection): Fix typos in docstrings.
12391
e867cb5d 123922010-03-24 Juanma Barranquero <lekktu@gmail.com>
d1200087
JB
12393
12394 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
12395
e867cb5d 123962010-03-24 Glenn Morris <rgm@gnu.org>
f454672b
GM
12397
12398 * mail/rmail.el (rmail-highlight-face): Restore option deleted
12399 2008-02-13 without comment; mark it obsolete.
12400 (rmail-highlight-headers): Use rmail-highlight-face once more.
12401
e867cb5d 124022010-03-24 Chong Yidong <cyd@stupidchicken.com>
d5704d66
CY
12403
12404 * woman.el (woman2-process-escapes): Only consume the newline if
12405 the filler character is on a line by itself (Bug#5729).
12406
e867cb5d 124072010-03-24 Kenichi Handa <handa@m17n.org>
fade35dd
KH
12408
12409 * language/indian.el (devanagari-composable-pattern): Add more
12410 consonants.
12411
e867cb5d 124122010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
12413
12414 * net/trampver.el: Update release number.
12415
e867cb5d 124162010-03-24 Michael Albinus <michael.albinus@gmx.de>
c0e17ff2 12417
efee6a6d
SM
12418 * net/tramp.el (tramp-find-executable):
12419 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
12420 output of "wc -l" more robust.
12421 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
12422 (tramp-open-connection-setup-interactive-shell): Remove workaround
12423 for OpenSolaris bug, it is not needed anymore.
12424
e867cb5d 124252010-03-24 Glenn Morris <rgm@gnu.org>
eb123b12
GM
12426
12427 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
12428
e867cb5d 124292010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
5f8d2ce0
WS
12430
12431 * files.el (auto-mode-alist): Accept more verilog file patterns.
12432
b2b8574b
SM
124332010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12434
12435 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
12436
1d94ebb0
GM
124372010-03-24 Glenn Morris <rgm@gnu.org>
12438
7e263967
GM
12439 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
12440 log-edit-before-checkin-process.
12441
5ac92c5f
GM
12442 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
12443
12444 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
ebbe23dd 12445
549f324a
GM
12446 * vc-dispatcher.el (vc-start-logentry): Doc fix.
12447 (log-view-process-buffer, log-edit-extra-flags): Declare.
12448
495b517c
GM
12449 * log-edit.el (log-edit-before-checkin-process): Doc fix.
12450
f4087766
SS
124512010-03-23 Sam Steingold <sds@gnu.org>
12452
12453 Fix bug#5620: recalculate all markers on compilation buffer
12454 modifications, not on file modifications.
38e9aa53
GM
12455 * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
12456 variable: the buffer modification time, for buffers not associated with
12457 files.
f4087766
SS
12458 (compilation-mode): Create it.
12459 (compilation-filter): Update it.
12460 (compilation-next-error-function): Use it instead of
12461 `visited-file-modtime' for timestamp.
12462
774642e5
JL
124632010-03-23 Juri Linkov <juri@jurta.org>
12464
12465 Implement Occur multi-line matches.
12466 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
12467
12468 * replace.el (occur): Doc fix.
12469 (occur-engine): Set `begpt' to the beginning of the first line.
12470 Set `endpt' to the end of the last match line. At first, count
12471 line numbers between `origpt' and `begpt'. Split out code from
12472 `out-line' variable to new let-bindings `match-prefix' and
12473 `match-str'. In `out-line' add non-numeric prefix to all
12474 non-first lines of multi-line matches. Finally, count lines
12475 between `begpt' and `endpt' and add to `lines'.
12476
f14d1172
JL
124772010-03-23 Juri Linkov <juri@jurta.org>
12478
12479 * replace.el (occur-accumulate-lines, occur-engine):
12480 Use `occur-engine-line' instead of duplicate code.
12481 (occur-engine-line): New function created from duplicate code
12482 in `occur-accumulate-lines' and `occur-engine'.
12483
53e87c57
JL
12484 * replace.el (occur-engine-line): Add optional arg `keep-props'.
12485 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
12486
75a3ff20
JL
124872010-03-23 Juri Linkov <juri@jurta.org>
12488
12489 * finder.el: Remove TODO tasks.
12490
12491 * info.el (Info-finder-find-node): Add node "all"
12492 with all package info. Handle a list of multiple keywords
12493 separated by comma.
12494 (info-finder): In interactive use with a prefix argument,
12495 use `completing-read-multiple' to read a list of keywords
12496 separated by comma.
12497
00278747
SM
124982010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12499
12500 Add a new completion style `substring'.
12501 * minibuffer.el (completion-basic--pattern): New function.
12502 (completion-basic-try-completion, completion-basic-all-completions):
12503 Use it.
12504 (completion-substring--all-completions)
12505 (completion-substring-try-completion)
12506 (completion-substring-all-completions): New functions.
12507 (completion-styles-alist): New style `substring'.
12508
64cb11cc
SM
125092010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12510
12511 Get rid of .elc files after removal of the corresponding .el.
12512 * Makefile.in (compile-clean): New target.
12513 (compile-main): Use it.
12514
835e2c65
JD
125152010-03-22 Jan Djärv <jan.h.d@swipnet.se>
12516
12517 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
12518 don't do make there. When compiling with separate object dir, there
12519 is no Makefile there.
12520
111a9dff
SM
125212010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12522
12523 Get rid of the ELCFILES abomination, again.
12524 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
12525 (all, compile): Don't call compile-last.
12526 (compile-main): Build the "elcfiles" list dynamically.
12527 (compile-targets): New (internal) target.
12528
82c3d67a
AS
125292010-03-21 Andreas Schwab <schwab@linux-m68k.org>
12530
12531 * Makefile.in (top_srcdir): Define.
12532 (abs_top_builddir): Define.
12533 (srcdir): Don't append `/..'.
12534 (EMACS): Use ${abs_top_builddir}.
12535 (all, compile, compile-always, compile-last): Don't set emacswd.
64cb11cc
SM
12536 (update-subdirs, update-authors): Use $(top_srcdir) instead of
12537 $(srcdir).
82c3d67a
AS
12538 (lisp): Use $(srcdir) instead of @srcdir@.
12539
d66ecdbb
JL
125402010-03-21 Juri Linkov <juri@jurta.org>
12541
12542 Fix message of multi-line occur regexps and multi-buffer header lines.
12543 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
12544
12545 * replace.el (occur-1): Don't display regexp if it is longer
12546 than window-width. Use `query-replace-descr' to display regexp.
12547 (occur-engine): Don't display regexp in the buffer header for
12548 multi-buffer occur. Display a separate header line with total
12549 match count and regexp for multi-buffer occur.
12550 Use `query-replace-descr' to display regexp.
12551
f05e1b94
TZ
125522010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
12553
12554 * net/secrets.el: Fix parenthesis.
12555 (secrets-enabled): Fix parenthesis.
12556
801ba3ba
SM
125572010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12558
3613edce
SM
12559 Use more relative file and directory names.
12560 * Makefile.in (EMACS): Arrange for it to work when we chdir.
12561 (setwins, setwins_almost, setwins_for_subdirs):
12562 Don't `cd'; output relative names.
12563 (all, compile, compile-always, compile-last): Set emacswd.
12564 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
12565 Just cd to the lisp source dir so we can use relative file names.
12566
801ba3ba
SM
12567 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
12568
2b1400b9
GM
125692010-03-20 Glenn Morris <rgm@gnu.org>
12570
12571 * textmodes/rst.el: Use faces for font-lock customization, and make the
12572 old -face variables obsolete.
12573 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
12574 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
12575 (rst-block-face, rst-external-face, rst-definition-face)
12576 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
12577 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
12578 Make obsolete.
12579 (rst-font-lock-keywords-function): Update for above changes.
12580
5e418f17
JL
125812010-03-20 Juri Linkov <juri@jurta.org>
12582
12583 * s-region.el:
12584 * obsolete/s-region.el: Move to obsolete.
12585
b0287b39
JB
125862010-03-19 Juanma Barranquero <lekktu@gmail.com>
12587
12588 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
12589
3c95bbb6
DN
125902010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12591
12592 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
12593
09158997
DN
125942010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12595
12596 Add special markup processing for commit logs.
12597 * log-edit.el (log-edit-extra-flags): New variable.
12598 (log-edit): Add new argument MODE. Use that mode when non-nil
12599 instead of the log-view-mode.
12600 (log-view-process-buffer): New function.
12601
12602 * vc.el: Document that the checkin method takes optional
12603 arguments. Document new backend specific method: log-view-mode.
12604 (vc-default-log-edit-mode): New function.
12605 (vc-checkin): Use a backend specific log-view-mode.
12606 Pass extra arguments to the checkin method.
12607 (vc-modify-change-comment): Pass a dummy extra argument.
12608
12609 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
12610 log-edit.
12611 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
12612 (vc-finish-logentry): Process the log buffer before passing it
12613 down. Pass log-edit-extra-flags.
12614
12615 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
12616 command.
85626eef
SM
12617 (log-edit-extra-flags, log-edit-before-checkin-process):
12618 New declarations.
09158997
DN
12619
12620 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
12621 command.
85626eef
SM
12622 (log-edit-extra-flags, log-edit-before-checkin-process):
12623 New declarations.
09158997
DN
12624 (vc-hg-log-edit-mode): New derived mode.
12625
12626 * vc-arch.el (vc-arch-checkin):
12627 * vc-cvs.el (vc-cvs-checkin):
12628 * vc-git.el (vc-git-checkin):
12629 * vc-mtn.el (vc-mtn-checkin):
12630 * vc-rcs.el (vc-rcs-checkin):
12631 * vc-sccs.el (vc-sccs-checkin):
12632 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
12633
f430423d
SM
126342010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12635
12636 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
12637 parent typo).
12638
aa8f8277
GM
126392010-03-19 Glenn Morris <rgm@gnu.org>
12640
f430423d 12641 * password-cache.el (password-cache, password-cache-expiry): Autoload.
aa8f8277 12642
04525749
GM
126432010-03-18 Glenn Morris <rgm@gnu.org>
12644
c70815f1
GM
12645 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
12646
84d0a5f8
GM
12647 * replace.el (query-replace-history): Give it a doc string.
12648 (map-query-replace-regexp): Use query-replace-from-history-variable
12649 and query-replace-to-history-variable.
12650
e3a15161
GM
12651 * mail/hashcash.el (declare-function): Remove duplicate definition.
12652
27be0364
GM
12653 * mail/emacsbug.el (report-emacs-bug-pretest-address):
12654 Make it an obsolete alias for report-emacs-bug-address.
12655 (message-strip-special-text-properties): Declare.
12656 (report-emacs-bug): Remove test for a pretest bug address.
12657 Combine message-mode-specific code.
12658
88b8d18e
GM
12659 * mail/supercite.el: Don't require sendmail.
12660 (mh-in-header-p): Declare rather than using with-no-warnings.
12661 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
12662 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
12663
1a355d09
GM
12664 * calendar/cal-french.el: Convert to utf-8.
12665
04525749
GM
12666 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
12667 Emacs scripts.
12668
ae84eb97
MA
126692010-03-16 Michael Albinus <michael.albinus@gmx.de>
12670
12671 * net/secrets.el (secrets-enabled): New variable. Use it instead
12672 of a subfeature.
12673
7c75524e
MA
126742010-03-15 Michael Albinus <michael.albinus@gmx.de>
12675
12676 * net/secrets.el (top): Register the D-Bus signals only when the
f430423d
SM
12677 service "org.freedesktop.secrets" can be pinged.
12678 Provide subfeature `enabled'.
7c75524e 12679
57938a79
JL
126802010-03-14 Juri Linkov <juri@jurta.org>
12681
12682 Add finder unknown keywords.
12683
12684 * finder.el (finder-unknown-keywords): New function.
12685
12686 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
12687 to create a Finder node with unknown keywords.
12688
88f4758e
JL
126892010-03-14 Juri Linkov <juri@jurta.org>
12690
12691 * finder.el (finder-compile-keywords): Replace `princ' with
12692 `prin1' on a list of symbols interned from keyword strings.
12693
12694 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
12695 a comma, then split keywords using a comma and optional whitespace.
12696 Otherwise, split by whitespace.
12697
12698 * complete.el:
12699 * face-remap.el:
12700 * log-view.el:
12701 * net/hmac-def.el:
12702 * net/hmac-md5.el:
12703 * net/netrc.el:
12704 * progmodes/mixal-mode.el: Fix keywords.
12705
7725ebb7
MA
127062010-03-13 Michael Albinus <michael.albinus@gmx.de>
12707
12708 * Makefile.in (ELCFILES): Add net/secrets.elc.
12709
12710 * net/secrets.el: New file.
12711
6f320937
CY
127122010-03-12 Chong Yidong <cyd@stupidchicken.com>
12713
12714 * facemenu.el (list-colors-display, list-colors-print): New arg
12715 callback. Use it to allow selecting colors.
12716
12717 * wid-edit.el (widget-image-insert): Insert image prop even if the
12718 current display is non-graphic.
12719 (widget-field-value-set): New fun.
12720 (editable-field): Use it.
12721 (widget-field-value-get): Clean up unused var.
85626eef
SM
12722 (widget-color-value-create, widget-color--choose-action):
12723 New funs. Allow using list-colors-display to choose color.
6f320937 12724
647f9993
CY
127252010-03-12 Chong Yidong <cyd@stupidchicken.com>
12726
12727 * cus-edit.el: Resort topmost custom groups.
12728 (custom-buffer-sort-alphabetically): Default to t.
12729 (customize-apropos): Use apropos-parse-pattern.
12730 (custom-search-field): New var.
12731 (custom-buffer-create-internal): Add custom-apropos search field.
12732 (custom-add-parent-links): Don't display parent doc.
12733 (custom-group-value-create): Don't sort top-level custom group.
85626eef 12734 (custom-magic-value-create): Show visibility button before option name.
647f9993
CY
12735
12736 (custom-variable-state): New fun, from custom-variable-state-set.
12737 (custom-variable-state-set): Use it.
12738 (custom-group-value-create): Hide options with standard values
12739 using the :hidden-states property. Use progress reporter.
12740
12741 (custom-show): Simplify.
12742 (custom-visibility): Disable images by default.
12743 (custom-variable): New property :hidden-states.
12744 (custom-variable-value-create): Enable images for
12745 custom-visibility widgets. Use :hidden-states property to
12746 determine initial visibility.
12747
12748 * wid-edit.el (widget-image-find): Give images center ascent.
12749 (visibility): Add :on-image and :off-image properties.
12750 (widget-visibility-value-create): Use them.
12751
eba5b4dd
CY
127522010-03-12 Chong Yidong <cyd@stupidchicken.com>
12753
12754 * cus-edit.el (processes): Remove from development group.
12755 (oop, hypermedia): Delete group.
26f4b8ab 12756 (comm): Promote to top-level group.
eba5b4dd
CY
12757
12758 * net/browse-url.el (browse-url):
12759 * net/xesam.el (xesam):
12760 * net/tramp.el (tramp):
12761 * net/goto-addr.el (goto-address):
26f4b8ab 12762 * net/ange-ftp.el (ange-ftp): Put in comm group.
eba5b4dd
CY
12763
12764 * view.el (view): Remove from editing group.
12765
12766 * uniquify.el (uniquify): Put in files group.
12767
12768 * net/browse-url.el (browse-url):
12769 * ps-print.el (postscript): Put in external group.
12770
12771 * cus-edit.el (outlines):
12772 * textmodes/text-mode.el (text-mode-hook):
12773 * textmodes/table.el (table):
12774 * textmodes/picture.el (picture):
12775 * outline.el (outlines): Put in wp group.
12776
12777 * nxml/nxml-mode.el (nxml): Remove from wp group.
12778
12779 * net/tramp-imap.el (tramp-imap): Put in tramp group.
12780
12781 * mail/metamail.el (metamail): Remove from hypermedia group.
12782
12783 * cus-edit.el (abbrev):
12784 * whitespace.el (whitespace):
12785 * vcursor.el (vcursor):
12786 * reveal.el (reveal):
12787 * hl-line.el (hl-line): Put in convenience group.
12788
12789 * epg-config.el (epg): Put in data group.
12790
12791 * emulation/pc-select.el (pc-select): Put in emulations group.
12792
12793 * calculator.el (calculator): Put in applications group.
12794
8117868f
DN
127952010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
12796
12797 Add .dir-locals.el support for file-less buffers.
12798 * files.el (hack-local-variables): Split out code to apply local
12799 variable settings ...
12800 (hack-local-variables-apply): ... here. New function.
12801 (hack-dir-local-variables): Use the default directory for when the
12802 buffer does not have an associated file.
12803 (hack-dir-local-variables-non-file-buffer): New function.
12804 * diff-mode.el (diff-mode):
12805 * vc-annotate.el (vc-annotate-mode):
12806 * vc-dir.el (vc-dir-mode):
12807 * log-edit.el (log-edit-mode):
12808 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
12809
855a2294
DN
128102010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
12811
12812 Add support for shelving snapshots and for showing shelves.
12813 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
12814 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
12815 New functions.
12816 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
12817 (vc-bzr-extra-menu-map): Map them.
12818
3e5b7009
GM
128192010-03-11 Glenn Morris <rgm@gnu.org>
12820
0dcf7d7e
GM
12821 * cus-edit.el (customize-changed-options-previous-release):
12822 Bump to 23.1.
12823
3e5b7009
GM
12824 * image.el (image-animate-max-time): Fix :version tag.
12825
288f9fc0
CY
128262010-03-10 Chong Yidong <cyd@stupidchicken.com>
12827
12828 * Branch for 23.2.
12829
53ef91b1
SM
128302010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
12831
12832 * vc-git.el (vc-git-revision-table): Include remote branches.
12833
b41460ae 128342010-03-10 Kim F. Storm <storm@cua.dk>
0608aa45
KS
12835
12836 Animated image API.
12837 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
12838
12839 * image.el (image-animate-max-time): New defcustom.
12840 (image-animated-types): New defconst.
12841 (create-animated-image, image-animate-timer)
12842 (image-animate-start, image-animate-stop, image-animate-timeout)
12843 (image-animated-p): New functions.
12844
12845 * image-mode.el (image-toggle-display-image):
12846 Replace `create-image' with `create-animated-image'.
12847
e5d1fb10 128482010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
12849
12850 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
12851 instead of "format:"; this ensures that the output is
12852 newline-terminated.
12853
4e7cafbe
CY
128542010-03-08 Chong Yidong <cyd@stupidchicken.com>
12855
12856 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
12857 that all errors are caught, and that the return value is always a
12858 list (Bug#5692).
12859
aec66319
KH
128602010-03-08 Kenichi Handa <handa@m17n.org>
12861
12862 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 12863 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 12864
b327c975
AS
128652010-03-07 Andreas Schwab <schwab@linux-m68k.org>
12866
12867 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
12868 call to rfc822-bad-address. (Bug#5692)
12869
1c465a6a
CY
128702010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
12871
85626eef
SM
12872 * vc-git.el (vc-git-annotate-extract-revision-at-line):
12873 Use vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 12874
a4e32226
CY
128752010-03-06 Chong Yidong <cyd@stupidchicken.com>
12876
12877 * calculator.el (calculator): Don't bind split-window-keep-point
12878 (Bug#5674).
12879
4c83ed3d
SM
128802010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
12881
12882 * vc-git.el: Re-flow to fit into 80 columns.
12883 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
12884 Remove spurious `quote' element in each case alternative.
12885 (vc-git-show-log-entry): Use prog1.
12886 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
12887
e8defde3
SM
128882010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
12889
12890 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
12891
233f0c9f
CY
128922010-03-03 Chong Yidong <cyd@stupidchicken.com>
12893
12894 * macros.el (insert-kbd-macro): Look up keyboard macro using the
12895 definition, not the name (Bug#5481).
12896
254bedef 128972010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
12898
12899 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
12900 argument with a local variable. (Bug#5670)
12901
7187cdae
JL
129022010-03-02 Juri Linkov <juri@jurta.org>
12903
12904 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
12905
9cf3544e
MA
129062010-03-02 Michael Albinus <michael.albinus@gmx.de>
12907
12908 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
12909 error when FILENAME and NEWNAME are existing remote directories.
12910
12911 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
12912 parameter DIR-FLAG.
12913
33f77982
GM
129142010-03-02 Glenn Morris <rgm@gnu.org>
12915
12916 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
12917 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
12918
d99ea08e
KH
129192010-03-01 Kenichi Handa <handa@m17n.org>
12920
e8defde3 12921 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
12922 myanmar-composable-pattern.
12923
e8defde3
SM
12924 * international/characters.el (script-list):
12925 * international/fontset.el (script-representative-chars):
12926 Change myanmar to burmese.
d99ea08e 12927 (otf-script-alist): Likewise.
4aa2c3b2
KH
12928 (setup-default-fontset): Likewise. Re-fix :otf spec.
12929
b374f54d
KY
129302010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
12931
12932 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
12933
71572c03
JD
129342010-02-28 Jan Djärv <jan.h.d@swipnet.se>
12935
12936 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
12937
00cffdeb
MA
129382010-02-28 Michael Albinus <michael.albinus@gmx.de>
12939
12940 * net/tramp.el (tramp-handle-write-region): START can be a string.
12941 Take care in the checks. Reported by Dan Davison
12942 <davison@stats.ox.ac.uk>.
12943
d4b06783
MA
129442010-02-28 Michael Albinus <michael.albinus@gmx.de>
12945
12946 * net/dbus.el (dbus-introspect, dbus-get-property)
85626eef
SM
12947 (dbus-set-property, dbus-get-all-properties):
12948 Use `dbus-call-method' when noninteractive. (Bug#5645)
d4b06783 12949
8c3e96d2
CY
129502010-02-28 Chong Yidong <cyd@stupidchicken.com>
12951
de3a1fe9
CY
12952 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
12953 * emacs-lisp/elint.el (elint-add-required-env):
de3a1fe9
CY
12954 * calendar/icalendar.el (icalendar--add-diary-entry):
12955 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
12956 * files.el (recover-session-finish): Use with-current-buffer
12957 instead of save-excursion.
12958
c53b9c3b
SM
129592010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
12960
12961 Fix in-buffer completion when after-change-functions modify the buffer.
12962 * minibuffer.el (completion--replace): New function.
12963 (completion--do-completion): Use it and use relative movement.
12964
4a16bdc6
CY
129652010-02-27 Chong Yidong <cyd@stupidchicken.com>
12966
12967 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 12968
b8280f39
CY
129692010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
12970
c53b9c3b
SM
12971 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
12972 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 12973
f88cc4d6
KH
129742010-02-26 Kenichi Handa <handa@m17n.org>
12975
12976 * language/burmese.el: Fix entries in composition-function-table.
12977 (myanmar-composable-pattern): New variable.
12978
12979 * international/fontset.el (setup-default-fontset): Add an entry
12980 for myanmar.
12981
12982 * international/characters.el (script-list): Add Myanmar
12983 Extended-A.
12984
cdbf9100
GM
129852010-02-26 Glenn Morris <rgm@gnu.org>
12986
90a94603
GM
12987 * custom.el (custom-initialize-delay): Doc fix.
12988
cdbf9100
GM
12989 * mail/sendmail.el (send-mail-function): Autoload the call
12990 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
12991
f95a5fd0
CY
129922010-02-24 Chong Yidong <cyd@stupidchicken.com>
12993
12994 * files.el (hack-local-variables-filter): For eval forms, also
12995 check safe-local-variable-p (Bug#5636).
12996
459a5f4b
MA
129972010-02-22 Michael Albinus <michael.albinus@gmx.de>
12998
12999 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
13000 setting the modes by `ignore-errors'. It might fail, for example
13001 if the file is not owned by the user but the group.
13002 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
13003
bb23f6e8
CY
130042010-02-21 Chong Yidong <cyd@stupidchicken.com>
13005
6a7662bb
BR
13006 * files.el (directory-listing-before-filename-regexp):
13007 Use stricter matching for iso-style dates, to avoid false matches with
50c58e27
CY
13008 date-like filenames (Bug#5597).
13009
b660eb70
CY
13010 * htmlfontify.el (htmlfontify): Doc fix.
13011
13012 * eshell/eshell.el (eshell): Doc fix.
13013
bb23f6e8
CY
13014 * startup.el (fancy-about-screen): In mode-line, apply
13015 mode-line-buffer-id face only to the buffer name (Bug#5613).
13016
3e39928c
CY
130172010-02-20 Kevin Ryde <user42@zip.com.au>
13018
f7e0618c
JB
13019 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13020 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
13021 (Bug#5599).
13022
0f00e948
EZ
130232010-02-20 Eli Zaretskii <eliz@gnu.org>
13024
13025 * subr.el (remove-yank-excluded-properties): Explain in a comment
13026 why `category' property is removed.
13027
3513efb2
CY
130282010-02-19 Chong Yidong <cyd@stupidchicken.com>
13029
6a7662bb
BR
13030 * isearch.el (isearch-update-post-hook, isearch-update):
13031 Revert 2010-02-17 change.
3513efb2 13032
b4340b3f
UJ
130332010-02-19 Ulf Jasper <ulf.jasper@web.de>
13034
13035 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
13036 (icalendar--convert-weekly-to-ical)
13037 (icalendar--convert-yearly-to-ical)
13038 (icalendar--convert-block-to-ical)
13039 (icalendar--convert-cyclic-to-ical)
13040 (icalendar--convert-anniversary-to-ical): Take care of time
13041 specifications where hour has 1-digit only (Bug#5549).
13042
8cfae03d
NR
130432010-02-19 Nick Roberts <nickrob@snap.net.nz>
13044
13045 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
13046 of disassemble output in GDB 7.1.
13047
055e4eea
GM
130482010-02-19 Glenn Morris <rgm@gnu.org>
13049
13050 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
13051 property. (Bug#5593)
13052
ff6b00de
SS
130532010-02-18 Sam Steingold <sds@gnu.org>
13054
13055 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13056
fe8c0b47
SM
130572010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
13058
13059 Use abbreviated file names in bookmarks (bug#5591).
13060 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
13061 calls to expand-file-name.
13062 (bookmark-relocate): Use abbreviated file names in bookmarks.
13063 (bookmark-load): Use abbreviated file names in messages.
13064
73a37a69
MA
130652010-02-18 Michael Albinus <michael.albinus@gmx.de>
13066
13067 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
13068 expand "." and "..". Reported by Thierry Volpiatto
13069 <thierry.volpiatto@gmail.com>.
13070
6e4f5731
MA
130712010-02-18 Michael Albinus <michael.albinus@gmx.de>
13072
13073 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
13074 permissions of the temporary file to "0600". In case the remote
13075 file has no read permissions for the owner, there might be
13076 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
13077
1307822010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
13079
13080 * emacs-lisp/authors.el (authors-renamed-files-alist):
13081 Add entries for INSTALL.CVS.
13082
ba5bf642
MH
130832010-02-17 Mark A. Hershberger <mah@everybody.org>
13084
f7e0618c 13085 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 13086
f7e0618c 13087 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
13088 (isearch-update): Use the new hook.
13089
aac0b0f2
MA
130902010-02-16 Michael Albinus <michael.albinus@gmx.de>
13091
fe8c0b47
SM
13092 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
13093 Fix errors in copying directories.
aac0b0f2
MA
13094 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
13095 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
13096 (tramp-handle-delete-file)
13097 (tramp-handle-dired-recursive-delete-directory)
13098 (tramp-handle-write-region): Flush also the cache for the upper
13099 directory.
13100
05bbe066
CY
131012010-02-16 Chong Yidong <cyd@stupidchicken.com>
13102
e8ab3908
CY
13103 * simple.el (save-interprogram-paste-before-kill): Doc fix.
13104
ff90f4b0
CY
13105 * cus-edit.el (hardware): Doc fix.
13106
13107 * man.el (man): Add to external custom group.
13108
13109 * delim-col.el (columns): Move to wp custom group.
13110
13111 * doc-view.el (doc-view): Add to data custom group.
13112
fe8c0b47 13113 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 13114
05bbe066
CY
13115 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
13116 by ispell-parse-output (Bug#5575).
13117
fa6ea913
KH
131182010-02-16 Kenichi Handa <handa@m17n.org>
13119
13120 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
13121 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
13122 (skkdic-convert): Use `euc-japan' coding system for writing.
13123
88fd78ae
GM
131242010-02-16 Glenn Morris <rgm@gnu.org>
13125
13126 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
13127 tex-main-file before using it. (Bug#5562)
13128
2b8c974a
SM
131292010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
13130
13131 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
13132 warnings, since it is annoying for the user to see them each time he
13133 runs the code.
13134
7540f029
MA
131352010-02-15 Michael Albinus <michael.albinus@gmx.de>
13136
13137 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
13138 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
13139 instead of PROC for caching "first-password-request". Otherwise,
13140 new processes would not profit from passwords already entered.
13141
2b8c974a
SM
13142 * net/tramp-cache.el (tramp-dump-connection-properties):
13143 Don't save "first-password-request" property.
7540f029 13144
fa5f7c5f
JB
131452010-02-14 Juanma Barranquero <lekktu@gmail.com>
13146
13147 * outline.el (outline-head-from-level):
13148 * simple.el (with-wrapper-hook):
fa5f7c5f
JB
13149 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
13150 (elint-defun, elint-buffer-env, elint-top-form-logged)
13151 (elint-unbound-variable):
13152 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
13153 Fix typos in docstrings.
13154
ecbaeb7b
MA
131552010-02-14 Michael Albinus <michael.albinus@gmx.de>
13156
13157 * files.el (insert-directory): When WILDCARD-REGEXP and
13158 FULL-DIRECTORY-P are nil, insert the file entry instead of the
13159 whole directory. (Bug#5551)
13160
13161 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
13162 dired's alignment sanity. (Bug#5516)
13163
91e3333f
JL
131642010-02-14 Juri Linkov <juri@jurta.org>
13165
13166 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
13167 Remove remaining ^H with their preceding chars. (Bug#5566)
13168
36020642
GM
131692010-02-13 Glenn Morris <rgm@gnu.org>
13170
13171 * simple.el (transpose-subr): Give it a doc-string.
13172
13173 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
13174 Doc fixes.
13175
f5952338
JL
131762010-02-12 Juri Linkov <juri@jurta.org>
13177
13178 * arc-mode.el (archive-unique-fname): Make directories for nested
13179 archives. (Bug#5540)
13180
918fe50f
JL
131812010-02-12 Juri Linkov <juri@jurta.org>
13182
13183 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
13184
c07ff221
SM
131852010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13186
48b1e7cf
SM
13187 * subr.el (copy-overlay): Handle deleted overlays.
13188
c07ff221
SM
13189 * man.el (Man-completion-table): Don't signal an error if we can't run
13190 manual-program (bug#4056).
13191
0e374247
JB
131922010-02-10 Juanma Barranquero <lekktu@gmail.com>
13193
13194 * textmodes/artist.el (artist-mt): Fix typos in docstring.
13195
dbf8402b
SM
131962010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13197
348d1e60
SM
13198 * info.el (Info-bookmark-jump): Simplify.
13199
dbf8402b
SM
13200 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
13201 (bookmark-default-handler): Accept new bookmark field `buffer'.
13202
e6d23bb5
CY
132032010-02-10 Chong Yidong <cyd@stupidchicken.com>
13204
13205 * iswitchb.el (iswitchb-completions): Revert last change.
13206
a8e4290b
MA
132072010-02-10 Michael Albinus <michael.albinus@gmx.de>
13208
2b23acde 13209 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
13210 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
13211 This prevents file names like "~/" being listed literally.
a8e4290b 13212
c59d6fad
DN
132132010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
13214
348d1e60
SM
13215 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13216 Remove dead code. (Bug#5546)
c59d6fad 13217
3a66e78f
CY
132182010-02-09 Chong Yidong <cyd@stupidchicken.com>
13219
13220 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
13221 correctly (Bug#5548).
13222
f29fd869
CY
132232010-02-08 Jose E. Marchesi <jemarch@gnu.org>
13224
13225 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 13226 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 13227
7fad1447
KH
132282010-02-08 Kenichi Handa <handa@m17n.org>
13229
13230 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 13231 cookie for putting `lisp-indent-function'.
7fad1447 13232
50e4518b
GM
132332010-02-07 Glenn Morris <rgm@gnu.org>
13234
13235 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
13236 Move F2003 named interfaces from keywords-2 to keywords-1, and
13237 use function-name-face rather than constant-face.
13238 Simplify "abstract interface" regexp.
13239
a4cc44cf
CY
132402010-02-07 Chong Yidong <cyd@stupidchicken.com>
13241
13242 * eshell/esh-util.el (eshell-file-attributes): New optional arg
13243 ID-FORMAT. Pass it to `file-attributes'.
13244
13245 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
13246
c917476d
CY
132472010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
13248
13249 * faces.el (set-face-attribute): Allow calling
13250 internal-set-lisp-face-attribute with 'unspecified family and
13251 foundry argument (Bug#5536).
13252
7cf3f3d6
GM
132532010-02-07 Glenn Morris <rgm@gnu.org>
13254
13255 * progmodes/f90.el (f90-font-lock-keywords-2)
13256 (f90-looking-at-type-like, f90-looking-at-program-block-end):
13257 Handle F2003 named interfaces.
13258
ffe87109
CY
132592010-02-06 Chong Yidong <cyd@stupidchicken.com>
13260
13261 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
13262 beg and end before calling c-get-state-before-change-functions.
13263
4775ecad
DN
132642010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
13265
33aeea0e
SM
13266 * vc-bzr.el (vc-bzr-dir-extra-headers):
13267 Disable the pending merges header.
4775ecad 13268
0d17c4b9
JL
132692010-02-05 Juri Linkov <juri@jurta.org>
13270
13271 * doc-view.el (doc-view-mode):
13272 * image-mode.el (image-mode): Put property mode-class=special.
13273 (Bug#4896)
13274
8228a275
MH
132752010-02-05 Mark A. Hershberger <mah@everybody.org>
13276
13277 * vc-svn.el (vc-svn-revision-table): New function.
13278
d9320986
MA
132792010-02-05 Michael Albinus <michael.albinus@gmx.de>
13280
13281 * net/ange-ftp.el (ange-ftp-insert-directory):
13282 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13283 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13284 Handle also directories. (Bug#5478)
13285
f43d8ecc
GM
132862010-02-05 Glenn Morris <rgm@gnu.org>
13287
13288 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
13289
ce3a988d
CY
132902010-02-05 Chong Yidong <cyd@stupidchicken.com>
13291
13292 * startup.el (command-line-1): Convert options beginning with a
13293 single dash as well (Bug#5519).
13294
bdd42899
SM
132952010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
13296
51b23c44
SM
13297 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
13298 * minibuffer.el (completion-initials-expand): Only check the presence
13299 of delims *within* the boundaries, since otherwise the / delim is
13300 always found for files.
13301
bdd42899
SM
13302 Fix up various corner case problems.
13303 * doc-view.el (doc-view-last-page-number): New function.
13304 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
13305 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
13306 (doc-view-kill-proc): Avoid inf-loop in freak cases.
13307 (doc-view-reconvert-doc): Use the new recursive delete-directory.
13308 (doc-view-convert-current-doc): Don't create the resolution.el file
13309 here any more.
13310 (doc-view-pdf/ps->png): Do it here instead.
13311 (doc-view-already-converted-p): Check that resolution.el is present.
13312 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
13313 windows that are not yet showing images.
13314
d5b3979c
MA
133152010-02-04 Michael Albinus <michael.albinus@gmx.de>
13316
13317 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
13318 `dired-uncache' for every elemnt which is an absolute file name.
13319
13320 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
13321 directory, handle its directory component.
13322 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
13323 function is called permanently and creates noise, otherwise.
13324
13325 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13326 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13327 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
13328
b003beb1
DB
133292010-02-04 David Burger <dburger@google.com> (tiny change)
13330
13331 * macros.el (apply-macro-to-region-lines):
13332 Minor simplification. (Bug#5485)
13333
ea92f9f3
GM
133342010-02-04 Glenn Morris <rgm@gnu.org>
13335
a03ae20d
GM
13336 * mail/rmail.el (rmail-show-message-1): Handle malformed
13337 quoted-printable text. (Bug#5441)
13338
4d01b827
GM
13339 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
13340
ea92f9f3
GM
13341 * simple.el (visual-line-mode): Capitalize lighter.
13342
82055bb7
JW
133432010-02-03 John Wiegley <jwiegley@gmail.com>
13344
13345 * iswitchb.el (iswitchb-completions): Add bookmark files to the
13346 list of files considered for "virtual buffer" completions.
13347
8214b6e4
MA
133482010-02-03 Michael Albinus <michael.albinus@gmx.de>
13349
13350 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
dd86ea11 13351 also in case of (and (not full) (not wildcard)). This is needed
8214b6e4
MA
13352 when dired is called with a list of files, which are not in
13353 `default-directory'. (Bug#5478)
13354
1df9718f
SM
133552010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
13356
13357 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
13358
02ba1267
JL
133592010-02-02 Juri Linkov <juri@jurta.org>
13360
13361 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
13362 from unidiff to allow function-line after @@.
13363
a0c6a0fb
JL
133642010-02-02 Juri Linkov <juri@jurta.org>
13365
13366 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
13367 '(RCS SCCS) with inverted condition.
13368
c35fcd52
MA
133692010-02-02 Michael Albinus <michael.albinus@gmx.de>
13370
13371 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
13372 messages.
13373
6ba973c1
JL
133742010-02-01 Juri Linkov <juri@jurta.org>
13375
13376 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
13377 compare with "pkunzip" and "pkzip" instead of only "pkzip".
13378 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
13379 only when (car archive-zip-extract) is "unzip". (Bug#5475)
13380
0bca393f
SM
133812010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13382
13383 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
13384 (doc-view-revert-buffer): New command.
13385 (doc-view-mode-map): Use it.
13386
7a444e2a
DN
133872010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
13388
13389 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
13390 pending merge is detected.
13391
ad6fc8f4
JL
133922010-01-31 Juri Linkov <juri@jurta.org>
13393
13394 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
13395 beginning of interactive spec like all other grep commands do.
13396 Put "all" in front of "gz". (Bug#5260)
13397
b9236874
DN
133982010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
13399
13400 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
13401
1e868757
CY
134022010-01-29 Chong Yidong <cyd@stupidchicken.com>
13403
13404 * dirtrack.el (dirtrack): Warn instead of signalling error if the
13405 regexp is incorrect (Bug#5476).
13406
e5c70c41
MA
134072010-01-29 Michael Albinus <michael.albinus@gmx.de>
13408
13409 * net/tramp.el (tramp-handle-insert-directory): Handle also
13410 symlinks, when FILENAME is not in `default-directory'.
13411
0c0b61f1
MA
134122010-01-28 Michael Albinus <michael.albinus@gmx.de>
13413
13414 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 13415 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
13416
13417 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
13418 of SWITCHES. Handle the case, FILENAME is not in
13419 `default-directory'. (Bug#5478)
13420 (tramp-register-file-name-handlers): Add safe-magic property.
13421
763f325e
CY
134222010-01-28 Chong Yidong <cyd@stupidchicken.com>
13423
13424 * arc-mode.el (archive-zip-extract): Quote the argument passed to
13425 unzip (Bug#5475).
13426
fd09a83f
CY
134272010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
13428
13429 * progmodes/flymake.el (flymake-allowed-file-name-masks)
13430 (flymake-master-make-header-init): Add other C++ filename masks.
13431 (flymake-find-possible-master-files)
13432 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
13433
7e5686f0
MA
134342010-01-28 Michael Albinus <michael.albinus@gmx.de>
13435
13436 Fix some busybox annoyances.
13437
13438 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
13439 not responding." string.
13440 (tramp-open-connection-setup-interactive-shell): Dump stty
13441 settings. Enable "neveropen" arg for all `tramp-send-command'
13442 calls. Handle "=" in variable values properly.
13443 (tramp-find-inline-encoding): Raise an error, when no encoding is
13444 found.
13445 (tramp-wait-for-output): Check, whether PROC buffer is available.
13446 Remove spurious " ^H" sequences, sent by busybox.
13447 (tramp-get-ls-command): Suppress coloring, if possible.
13448
c6265c10
GM
134492010-01-28 Glenn Morris <rgm@gnu.org>
13450
c85a168b
GM
13451 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
13452
c6265c10
GM
13453 * log-edit.el (log-edit-strip-single-file-name): Add missing
13454 :safe, :group, and :version tags.
13455
7d82a738
SB
134562010-01-27 Stephen Berman <stephen.berman@gmx.net>
13457
13458 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
13459 buffers. (Bug#5477)
13460
8b0e68ea
CY
134612010-01-27 David De La Harpe Golden <david@harpegolden.net>
13462
13463 * files.el (delete-directory): Handle moving to trash without
13464 first doing recursion (Bug#5436).
13465
368d3208
DN
134662010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
13467
13468 * vc-hooks.el (vc-path): Mark as obsolete.
13469
755da7fa
DN
134702010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
13471
e2396d80
DN
13472 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
13473 names too.
13474
755da7fa
DN
13475 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
13476 for the short log.
13477 (vc-bzr-log-view-mode): Adjust regexp for the above change.
13478
6a6d15ab 134792010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 13480
ac9ffe99 13481 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 13482
48c2d18a 13483 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 13484
25f38310 134852010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
504dcc71
EH
13486
13487 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
13488 diff-index command. This requires at least git-1.5.5. (Bug#1589).
13489
51850286
DN
134902010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
13491
c2f1d6d8
DN
13492 Remove support for adding --signoff on commit.
13493 Future support will use an incompatible generic mechanism.
13494 * vc-git.el (vc-git-add-signoff): Remove variable.
13495 (vc-git-toggle-signoff): Remove function.
13496 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
13497
6a7662bb
BR
13498 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13499 Rename from xterm-set-background-mode. Return t if the background mode
51850286
DN
13500 was set.
13501 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
13502 earlier, call it again in case the background mode has changed.
13503
02c6d0d0
CY
135042010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
13505
13506 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
13507 (Bug#3541).
13508
064eee03
CY
135092010-01-23 Chong Yidong <cyd@stupidchicken.com>
13510
02c6d0d0
CY
13511 * emacs-lisp/assoc.el (aelement): Doc fix.
13512 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 13513
5336c3ec 135142010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 13515
48c2d18a 13516 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
13517 is the same as subprogram call, not declaration. (Bug#5435).
13518
0536254e
MA
135192010-01-23 Michael Albinus <michael.albinus@gmx.de>
13520
13521 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
13522 (tramp-smb-maybe-open-connection): Use it.
13523
411d06c2
MA
135242010-01-22 Michael Albinus <michael.albinus@gmx.de>
13525
0536254e 13526 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 13527
c893016b
SM
135282010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13529
13530 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
13531 just because we see "encoding: 8bit".
13532 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
13533
9425f8e1
CY
135342010-01-22 Chong Yidong <cyd@stupidchicken.com>
13535
13536 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
13537
6a801864
EZ
135382010-01-22 Eli Zaretskii <eliz@gnu.org>
13539
13540 * jka-compr.el (jka-compr-load): If load-file is not in
13541 load-history, try its file-truename version. (bug#5447)
13542
3e8f7d91
AM
135432010-01-21 Alan Mackenzie <acm@muc.de>
13544
13545 Fix a situation where deletion of a cpp construct throws an error.
537ffaf3
SM
13546 * progmodes/cc-engine.el (c-invalidate-state-cache):
13547 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3e8f7d91
AM
13548 special cpp construct is still in the buffer.
13549 (c-parse-state): Record the special cpp with markers, not numbers.
13550
f0bd0ad5
CY
135512010-01-21 Kenichi Handa <handa@m17n.org>
13552
13553 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
13554 process last-command-event, as it is now decoded first (Bug#5380).
13555
5189d95b
CY
135562010-01-20 Chong Yidong <cyd@stupidchicken.com>
13557
13558 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
13559
e073d74a
GM
135602010-01-20 Glenn Morris <rgm@gnu.org>
13561
13562 * indent.el (tab-always-indent): Fix custom-type.
13563
8ee04f3a
AM
135642010-01-19 Alan Mackenzie <acm@muc.de>
13565
13566 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
13567 buffer throws "args out of range".
13568 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
13569 playing the role of delimiter.
13570
6a47c86a
SL
135712010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
13572
bf0b361c 13573 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
13574 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
13575 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
13576 changed. Delete RECURSIVE parameter; never used. Improve doc string.
13577 Improve comments in "is" portion. Handle null procedure declaration.
13578 (ada-move-to-end): Improve doc string.
13579
2acfb954
ÓF
135802010-01-18 Óscar Fuentes <ofv@wanadoo.es>
13581
e90d57c0 13582 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 13583 Remove obsolete information from commentary.
e90d57c0
JB
13584 (ido-choice-list): Initialize to nil.
13585 (ido-get-bufname): Reject minibuffers.
13586 (ido-make-buffer-list): If "default" is a nonexistent
13587 buffer, ignore it, as per the function's comment.
13588 (ido-kill-buffer-internal): New function.
13589 (ido-kill-buffer-at-head): Use it.
13590 (ido-visit-buffer): Likewise.
2acfb954 13591
244b023e
CY
135922010-01-18 Chong Yidong <cyd@stupidchicken.com>
13593
13594 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
13595
db9e401b
JB
135962010-01-18 Juanma Barranquero <lekktu@gmail.com>
13597
db9e401b
JB
13598 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
13599 Fix typos in chart titles.
13600
13601 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
db9e401b
JB
13602 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
13603 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
13604 (describe-class, eieio-describe-generic, describe-generic):
13605 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
13606 (eieio-speedbar-expand):
13607 * emulation/viper-cmd.el (viper-exec-form-in-vi)
13608 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
13609 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
13610 (viper-del-backward-char-in-replace, viper-backward-indent)
13611 (viper-brac-function, viper-register-to-point, viper-submit-report):
13612 * net/tramp.el (tramp-remote-coding-commands):
13613 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
13614 Fix typos in docstrings.
13615
9295137d
CY
136162010-01-17 Chong Yidong <cyd@stupidchicken.com>
13617
13618 * mail/sendmail.el (mail-yank-original): Set the mark if the
13619 specified function for yanking does not do it.
13620
4d0bbcb6
DN
136212010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
13622
7902c120
DN
13623 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
13624
4d0bbcb6
DN
13625 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
13626 resyncing a directory.
13627
0b702bc1
SL
136282010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
13629
6a47c86a 13630 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
13631 (ada-ident-re): Delete ., allow multibyte characters.
13632 (ada-goto-label-re): New; matches goto labels.
13633 (ada-block-label-re): New; matches block labels.
13634 (ada-label-re): New; matches both.
5f9d345c 13635 (ada-named-block-re): Delete; callers changed to use
0b702bc1
SL
13636 `ada-block-label-re' instead.
13637 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
13638 Use `ada-block-label-re'.
13639 (ada-indent-on-previous-lines): Improve handling of goto labels.
13640 (ada-get-indent-block-start): Special-case block label.
13641 (ada-get-indent-label): Split into `ada-indent-block-label' and
13642 `ada-indent-goto-label'.
13643 (ada-goto-stmt-start, ada-goto-next-non-ws):
13644 Optionally ignore goto labels.
13645 (ada-goto-next-word): Simplify.
13646 (ada-indent-newline-indent-conditional): Insert newline before
13647 trying to fix indentation; doc fix.
13648
05287c49
JB
136492010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
13650
13651 * calc/calc.el (calc-command-flags): Give it an initial value.
13652
4963739e
JB
136532010-01-17 Juanma Barranquero <lekktu@gmail.com>
13654
4963739e
JB
13655 * files.el (minibuffer-with-setup-hook):
13656 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
13657 (artist-key-draw-continously, artist-key-do-continously-continously)
13658 (artist-key-set-point-continously, artist-mouse-draw-continously):
13659 Fix typos in docstrings.
13660
116bd1ee
CY
136612010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
13662
6a7662bb
BR
13663 * nxml/nxml-mode.el (nxml-extend-after-change-region):
13664 Never return t (Bug#3898).
116bd1ee 13665
2784cd7a 136662010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
13667
13668 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
13669 can parse the output of the external commands (Bug#5279).
13670
abd5cfe8
CY
136712010-01-16 Jari Aalto <jari.aalto@cante.net>
13672
13673 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
13674
4fe22cdf
CY
136752010-01-16 Chong Yidong <cyd@stupidchicken.com>
13676
bbdc98ef
CY
13677 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
13678
c7dc1ac1
CY
13679 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
13680
4fe22cdf
CY
13681 * startup.el (command-line): Remove unused --icon-type arg.
13682 Handle --display arg, passing it to command-line-1 (Bug#5392).
13683
045b9da7
ML
136842010-01-16 Mario Lang <mlang@delysid.org>
13685
045b9da7
ML
13686 * emacs-lisp/chart.el (chart-translate-namezone):
13687 * textmodes/artist.el (artist-compute-popup-menu-table):
13688 Remove duplicated words in doc-strings.
13689
6554a5df
CY
136902010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
13691
13692 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
13693 to mairix-search to suppress threading (Bug#5342).
13694
ca4f0e9a
KH
136952010-01-15 Kenichi Handa <handa@m17n.org>
13696
13697 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 13698 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 13699
1db3226b
GM
137002010-01-15 Glenn Morris <rgm@gnu.org>
13701
56a03f46
GM
13702 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
13703
13704 * wid-edit.el (widget-keymap): Doc fix.
13705
1db3226b
GM
13706 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
13707 former seems to be more widely accepted by various svn versions.
13708
80cd4bb4
JB
137092010-01-14 Juanma Barranquero <lekktu@gmail.com>
13710
d1f18ec0
JB
13711 * find-cmd.el (find-constituents):
13712 * vc-arch.el (vc-arch-root):
13713 * window.el (window-body-height, pop-up-frames):
d1f18ec0
JB
13714 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
13715 * progmodes/ada-stmt.el (ada-if):
13716 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
13717 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
13718 (ispell-encoding8-command, ispell-aspell-supports-utf8)
13719 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
13720
80cd4bb4
JB
13721 * progmodes/flymake.el (flymake-post-syntax-check):
13722 Fix typo in error message.
13723
9c23ca47
JB
137242010-01-14 Juanma Barranquero <lekktu@gmail.com>
13725
13726 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
13727 which is always a string. (Bug#5313)
13728
8794c483
JB
137292010-01-14 Juanma Barranquero <lekktu@gmail.com>
13730
13731 * progmodes/ada-xref.el (ada-default-prj-properties):
13732 Simplify previous change.
13733
95005d39
SL
137342010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13735
13736 * progmodes/ada-xref.el (ada-default-prj-properties):
13737 Default ada_project_path to $ADA_PROJECT_PATH.
13738
137392010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
13740
13741 * progmodes/ada-mode.el (ada-create-keymap):
13742 Override `narrow-to-defun' with `ada-narrow-to-defun'.
13743
fb0d1545
SL
137442010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13745
13746 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
13747 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
13748 (ada-get-current-indent, ada-imenu-generic-expression)
13749 (ada-which-function): Check for it.
13750
5c9434d0
SL
137512010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13752
13753 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
13754 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
13755
3a4f3a3b
GM
137562010-01-14 Glenn Morris <rgm@gnu.org>
13757
13758 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
13759
d9a7c140
KH
137602010-01-14 Kenichi Handa <handa@m17n.org>
13761
13762 * composite.el (auto-composition-mode): Make it a buffer local
13763 variable (permanent-local).
13764 (auto-composition-function): Set the default value to
13765 auto-compose-chars.
49caf252 13766 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
13767 (global-auto-composition-mode): Likewise.
13768 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 13769
38bee102
KF
137702010-01-13 Karl Fogel <kfogel@red-bean.com>
13771
13772 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 13773
b8b45afc
MA
137742010-01-12 Michael Albinus <michael.albinus@gmx.de>
13775
13776 * files.el (copy-directory): Compute target for recursive
13777 directories with identical names. (Bug#5343)
13778
893db5bc
GM
137792010-01-12 Glenn Morris <rgm@gnu.org>
13780
6a7662bb
BR
13781 * mail/emacsbug.el (report-emacs-bug-pretest-address):
13782 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
893db5bc 13783
d8b8451f
SS
137842010-01-11 Sam Steingold <sds@gnu.org>
13785
13786 * imenu.el (imenu-default-create-index-function): Detect infinite
13787 loops caused by imenu-prev-index-position-function.
13788
30afcdff
JB
137892010-01-11 Juanma Barranquero <lekktu@gmail.com>
13790
13791 * htmlfontify.el (htmlfontify-load-rgb-file)
13792 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
13793 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
13794 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
13795 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
13796 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
13797 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
13798 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
13799 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
13800 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
13801 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
13802 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
13803 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
13804 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
13805 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
13806 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
13807 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
13808 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
13809 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
13810 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
13811 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
13812 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
13813 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
13814 backslash-quoting from parentheses, etc.
13815
92b1c416
CY
138162010-01-11 Chong Yidong <cyd@stupidchicken.com>
13817
13818 * progmodes/js.el: Autoload javascript-mode alias.
13819
4454adab
JB
138202010-01-11 Juanma Barranquero <lekktu@gmail.com>
13821
13822 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
13823 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
13824 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
13825 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
13826 Fix typos in docstrings.
13827 (ffap-url-regexp): Doc fix.
13828 (ffap-at-mouse): Fix typo in message.
13829
6589a2f9
GM
138302010-01-11 Glenn Morris <rgm@gnu.org>
13831
13832 * version.el (emacs-copyright): Set copyright year to 2010.
13833
4e5617ee
SM
138342010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
13835
13836 * format.el (format-annotate-function): Only set
13837 write-region-post-annotation-function after running to-fn so as not to
13838 affect nested write-region calls (bug#5273).
13839
52bee098
CY
138402010-01-10 Chong Yidong <cyd@stupidchicken.com>
13841
a069f067
CY
13842 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
13843 wisent/python.el.
13844
e709e39d
CY
138452010-01-09 Chong Yidong <cyd@stupidchicken.com>
13846
13847 * man.el (Man-goto-section): Signal error if the section is not
13848 found (Bug#5317).
13849
6ee86780
JB
138502010-01-09 Juanma Barranquero <lekktu@gmail.com>
13851
13852 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
13853 URLs with a leading triple slash in the file: scheme. (Bug#5345)
13854
fa7b5f7b
CY
138552010-01-09 Chong Yidong <cyd@stupidchicken.com>
13856
13857 * progmodes/compile.el: Don't treat compile-command as safe if
13858 compilation-read-command might be nil (Bug#4218).
13859
de62c4d9
JD
138602010-01-09 Jan Djärv <jan.h.d@swipnet.se>
13861
13862 * startup.el (command-line-1): Use orig-argi to check for ignored X and
13863 NS options.
13864
e94be827
KH
138652010-01-08 Kenichi Handa <handa@m17n.org>
13866
4e5617ee
SM
13867 * international/fontset.el (build-default-fontset-data):
13868 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 13869
1dfae2a2
JB
138702010-01-07 Juanma Barranquero <lekktu@gmail.com>
13871
13872 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
13873 to `create-file-buffer' as it expects, not just a buffer name.
13874 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
13875 to help uniquify. (Bug#3224)
13876
d0cf45b7
JD
138772010-01-06 Jan Djärv <jan.h.d@swipnet.se>
13878
13879 * font-setting.el (font-setting-change-default-font): Use user-spec
13880 instead of name.
13881
7534fa5e
DN
138822010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
13883
13884 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
13885
fd579fdc
CY
138862010-01-05 Tom Tromey <tromey@redhat.com>
13887
4e5617ee
SM
13888 * progmodes/python.el (python-font-lock-keywords):
13889 Handle qualified decorators (Bug#881).
fd579fdc 13890
37860caf
DN
138912010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
13892
13893 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
13894 in a lightweight checkout.
13895
69db641d
KH
138962010-01-05 Kenichi Handa <handa@m17n.org>
13897
4e5617ee 13898 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 13899
b25d6a02
DN
139002010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
13901
13902 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
13903
137d88ca
DN
139042010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
13905
13906 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
13907 checkouts. (Bug#618)
3d5d0aa9 13908 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
13909 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
13910 (vc-bzr-shelve-menu-map):
13911 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
13912 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 13913
da76998b
CY
139142010-01-02 Chong Yidong <cyd@stupidchicken.com>
13915
13916 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
13917 They are valid characters in URL paths (rfc3986), and at least
13918 Firefox does not understand the encoded version (Bug#3166).
13919
b2ad70b6
CY
139202010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
13921
13922 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
13923 (octave-block-begin-or-end-regexp, octave-block-match-alist):
13924 Add "end" keyword (Bug#3061).
b2ad70b6
CY
13925 (octave-end-as-array-index-p): New function.
13926 (calculate-octave-indent): Use it.
13927
54136282
KF
139282010-01-02 Karl Fogel <kfogel@red-bean.com>
13929
13930 * bookmark.el: Consistently put the text property on the bookmark name.
13931 (bookmark-bmenu-marks-width): Bump back to 2, to include
13932 annotation marks.
13933 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
13934 property on the bookmark name, instead of not putting it at all.
13935 (bookmark-bmenu-list): Fix where we put the text property.
13936
cc4d3cad
KF
139372010-01-02 Karl Fogel <kfogel@red-bean.com>
13938
13939 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
13940 for showing buffer modified state (as added in the previous change).
13941
b894c439
KF
139422010-01-02 Karl Fogel <kfogel@red-bean.com>
13943
13944 * bookmark.el: Show modified state of bookmark buffer more accurately.
13945 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
13946 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
13947 (with-buffer-modified-unmodified): New macro.
13948 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
13949 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 13950 Use new macro to preserve the buffer modified state.
b894c439 13951
3a69db53
KF
139522010-01-02 Karl Fogel <kfogel@red-bean.com>
13953
4e5617ee 13954 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
13955 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
13956 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
13957 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
13958 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
13959 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
13960 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 13961
af414f10
EZ
139622010-01-02 Eli Zaretskii <eliz@gnu.org>
13963
4e5617ee
SM
13964 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13965 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 13966
f2ec0e5e
CY
139672010-01-02 Ryan Yeske <rcyeske@gmail.com>
13968
13969 * net/rcirc.el: Add follow-link binding (Bug#4738).
13970
38c1ba62
EZ
139712010-01-02 Eli Zaretskii <eliz@gnu.org>
13972
4e5617ee 13973 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
13974 (cvs-update): New target for backward compatibility.
13975
4e5617ee 13976 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
13977 (cvs-update): New target for backward compatibility.
13978
ea2c0f5b
KF
139792010-01-02 Karl Fogel <kfogel@red-bean.com>
13980
13981 * bookmark.el: Remove gratuitous gratitude.
13982
5ae329f4
KF
139832010-01-02 Karl Fogel <kfogel@red-bean.com>
13984
c4cc8b9a 13985 * bookmark.el (bookmark-bmenu-any-marks): New function.
47989945
KF
13986 (bookmark-bmenu-save): Clear buffer modification if no marks.
13987
139882010-01-02 Karl Fogel <kfogel@red-bean.com>
13989
13990 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
13991 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
13992 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
13993 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
13994
13995 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
13996 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
13997 To: emacs-devel {_AT_} gnu.org
13998 Subject: bookmark.el bug report
13999 Date: Mon, 28 Dec 2009 14:19:16 +0800
14000 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
14001
aef053eb
KF
140022010-01-02 Karl Fogel <kfogel@red-bean.com>
14003
14004 * bookmark.el: Improvements suggested by Drew Adams:
14005 (bookmark-bmenu-ensure-position): New name for
14006 `bookmark-bmenu-check-position'. Just ensure the position,
14007 don't return any meaningful value.
14008 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
14009 New constants.
14010
0472835f
JB
140112010-01-02 Juanma Barranquero <lekktu@gmail.com>
14012
14013 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
14014 (bookmark-yank-point, bookmark-bmenu-check-position):
14015 Fix typos in docstrings.
14016 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
14017 (bookmark-name-from-full-record, bookmark-get-position)
14018 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
14019 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
14020 Remove useless quoting of parenthesis, etc. in docstrings.
14021
14022 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
14023 (ediff-append-custom-diff): Fix typo in error message.
14024 (ediff-meta-mark-equal-files): Fix typos in messages.
14025
14026 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
14027
0472835f
JB
14028 * net/imap-hash.el (imap-hash-make): Doc fix.
14029 (imap-hash-test): Fix typo in error message; reflow docstring.
14030 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
14031 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
14032 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
14033 Fix typos in docstrings.
14034 (imap-hash-open-connection): Fix typo in error message.
14035
14036 * play/gomoku.el (gomoku): Fix typos in docstring.
14037
14038 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
14039 (gdb-jsonify-buffer): Fix typos in docstring.
14040 (gdb-goto-breakpoint): Fix typo in error message.
14041 ("Display Other Windows"): Fix typo in help message.
14042 (gdb-speedbar-expand-node): Fix typo in question.
14043
14044 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
14045 (idlwave-html-system-help-location, idlwave-html-help-location)
14046 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
14047 (idlwave-help-browser-generic-args, idlwave-help-directory)
14048 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
14049 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
14050 (idlwave-online-help, idlwave-help-html-link)
14051 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
14052 Fix typos in docstrings.
14053 (idlwave-help-with-source, idlwave-help-find-routine-definition):
14054 Reflow docstrings.
14055 (idlwave-help-assistant-start): Fix typo in error message.
14056
14057 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
14058 (octave-electric-space): Fix typos in docstrings.
14059
9bbe0828
CY
140602010-01-01 Chong Yidong <cyd@stupidchicken.com>
14061
14062 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
14063
a88c46c3
CY
140642010-01-01 Juri Linkov <juri@jurta.org>
14065
14066 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 14067 increase the default to 500 (Bug#5148).
a88c46c3 14068
7ee6c59b
NR
140692009-12-31 Nick Roberts <nickrob@snap.net.nz>
14070
14071 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
14072 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
14073 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
14074
a9c8a2cd
NR
140752009-12-30 Nick Roberts <nickrob@snap.net.nz>
14076
14077 Show working revision correctly for mercurial.
14078 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 14079 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 14080
659e4408
JB
140812009-12-29 Juanma Barranquero <lekktu@gmail.com>
14082
14083 Declare some functions for the byte-compiler.
14084 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
14085 (speedbar-timer-fn, speedbar-change-expand-button-char)
14086 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
14087
7ee6c59b
NR
140882009-12-29 Nick Roberts <nickrob@snap.net.nz>
14089
14090 This changeset reverts GDB Graphical Interface to use annotations.
14091 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
14092
460f6e7c
DN
140932009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
14094
14095 Make vc-dir work on subdirectories of the bzr root.
6a7662bb
BR
14096 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
14097 Return file names relative to it.
460f6e7c
DN
14098 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
14099 relative directory to vc-bzr-after-dir-status.
14100
543f553a
TH
141012009-12-28 Tassilo Horn <tassilo@member.fsf.org>
14102
14103 * font-lock.el (font-lock-refresh-defaults): New function, which
14104 can be used to let font-lock react to external changes in
14105 variables like font-lock-defaults and keywords.
14106 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
14107
2592ab76
DN
141082009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
14109
ac859983
DN
14110 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
14111
2592ab76
DN
14112 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
14113
58941d03
JB
141142009-12-28 Juanma Barranquero <lekktu@gmail.com>
14115
14116 Supersede color.diff settings in git log (bug#5211).
14117
14118 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
14119 escape chars in its output when the user has color.diff set to `always'.
14120 This fix works on git 1.4.2 and newer (released on 2006-08-13).
14121
39764e76
KR
141222009-12-26 Kevin Ryde <user42@zip.com.au>
14123
14124 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
14125 node. Keep previous "Index" name to work with past coreutils too.
14126
91c4831e
KR
14127 * man.el (man): Revise docstring a bit to show -a and -l as
14128 examples. Add -k description since support for it has otherwise
14129 been a secret. (Further to bug#3717.)
651e932e
KR
14130 (Man-bgproc-sentinel): When "-k foo" produces no output show error
14131 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 14132 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 14133
7f4d4a97
MA
141342009-12-26 Michael Albinus <michael.albinus@gmx.de>
14135
14136 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
14137 switches. Check also for //SUBDIRED// line.
14138
bcffff46
KH
141392009-12-25 Kenichi Handa <handa@m17n.org>
14140
88b5a757 14141 * language/indian.el (devanagari-composable-pattern): Fix to
bcffff46
KH
14142 handle ZWNJ and ZWJ. Use it in composition-function-table for
14143 Devanagari.
14144 (malayalam-composable-pattern): Fix previous change.
14145
dc1dcfa4
VJL
141462009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14147
14148 * ps-print.el (ps-face-attributes): It was not returning the
14149 attribute face for faces specified as string. Reported by harven
80525855 14150 <harven@free.fr>. (Bug#5254)
dc1dcfa4
VJL
14151 (ps-print-version): New version 7.3.5.
14152
6fe539d2
UJ
141532009-12-18 Ulf Jasper <ulf.jasper@web.de>
14154
85626eef 14155 * calendar/icalendar.el (icalendar--convert-tz-offset):
88b5a757
DD
14156 Fix timezone names.
14157 (icalendar--convert-tz-offset): Fix the "last-day-problem".
6fe539d2
UJ
14158 (icalendar--add-diary-entry): Remove the trailing blank that
14159 diary-make-entry inserts.
14160
1f3611c6
MA
141612009-12-17 Michael Albinus <michael.albinus@gmx.de>
14162
14163 Make `file-expand-wildcards' work for remote files.
14164
14165 * files.el (file-expand-wildcards): In case of remote files, check
14166 only local file name part for wildcards. Provide feature 'files
14167 and subfeature 'remote-wildcards. (Bug#5198)
14168
14169 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
14170 if there is already an established connection.
14171 (tramp-advice-file-expand-wildcards): Remove it.
14172
14173 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
85626eef 14174 (tramp-advice-file-expand-wildcards): Move from tramp.el.
1f3611c6
MA
14175 Activate advice for older GNU Emacs versions. (Bug#5237)
14176
9762b219
JB
141772009-12-17 Juanma Barranquero <lekktu@gmail.com>
14178
14179 Some doc fixes (more needed).
14180
14181 * find-cmd.el (find-constituents): Reflow docstring.
14182 (find-cmd, find-prune, find-command): Fix typos in docstrings.
14183 (find-generic): Doc fix.
14184
cfb54897
JL
141852009-12-17 Juri Linkov <juri@jurta.org>
14186
14187 Fix regression from 23.1 to allow multiple modes in Local Variables.
14188
14189 * files.el (hack-local-variables-filter): While ignoring duplicates,
14190 don't take `mode' into account.
85626eef
SM
14191 (hack-local-variables-filter, hack-dir-local-variables):
14192 Don't remove duplicate `mode' from local-variables-alist (like `eval').
cfb54897 14193
ad974e9e
JL
141942009-12-17 Juri Linkov <juri@jurta.org>
14195
85626eef 14196 Make `dired-diff' safer. (Bug#5225)
ad974e9e
JL
14197
14198 * dired-aux.el (dired-diff): Signal an error when `file' equals to
14199 `current' or when `file' is a directory of the `current' file.
14200
3616e0b9
AS
142012009-12-17 Andreas Schwab <schwab@linux-m68k.org>
14202
14203 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
14204 unconditionally preloaded files.
14205
72b57560
JL
142062009-12-16 Juri Linkov <juri@jurta.org>
14207
14208 Revert to old 23.1 logic of using the file at the mark as default.
14209 * dired-aux.el (dired-diff): Use the file at the mark as default
14210 if it's not the same as the current file, and the target dir is
14211 the current dir or the mark is active. Add the current file
14212 as the arg of `dired-dwim-target-defaults'. Use the default file
14213 in the prompt. (Bug#5225)
14214
68712eb6
MA
142152009-12-15 Michael Albinus <michael.albinus@gmx.de>
14216
14217 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
14218 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
14219 (tramp-check-for-regexp): Check also, when an echoing shell stops
14220 to echo sent commands.
14221
fd471993
CY
142222009-12-14 Chong Yidong <cyd@stupidchicken.com>
14223
14224 * Makefile.in: Revert last change (Bug#5191).
14225
86b5e14c
DN
142262009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
14227
14228 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
14229 (vc-hg-working-revision): Make sure the command is executed in a
14230 known environment so that we can parse the output. (Bug#4417)
86b5e14c 14231
8cffbb75
CY
142322009-12-14 Chong Yidong <cyd@stupidchicken.com>
14233
14234 * progmodes/python.el (python-symbol-completions): Remove text
14235 properties from symbol string before calling python-send-receive.
14236
6c2b67ad
NR
142372009-12-14 Nick Roberts <nickrob@snap.net.nz>
14238
14239 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 14240 when there are values for both file and line. (Bug#5060)
6c2b67ad 14241
ff6f4585
JL
142422009-12-14 Juri Linkov <juri@jurta.org>
14243
14244 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
14245 whitespace after the file name of the first line of unified format,
14246 because git-diff doesn't output whitespace and file modification time
14247 after the file name.
14248
d3de1c8e
JL
142492009-12-14 David Kastrup <dak@gnu.org>
14250
14251 * info.el (Info-hide-cookies-node): Before hiding a cookie,
14252 check if it already has the `display' property added by
14253 `Info-display-images-node', and not put the `invisible' property
14254 in this case.
14255
2f1b7dc4
GM
142562009-12-13 Glenn Morris <rgm@gnu.org>
14257
a0cefee5
GM
14258 * mail/emacsbug.el (message-sort-headers): Define for compiler.
14259 (report-emacs-bug): In message-mode, sort manually before storing
14260 original report text. (Bug#5178)
2f1b7dc4
GM
14261 Remove superfluous save-excursion.
14262
31bb373f
MA
142632009-12-12 Michael Albinus <michael.albinus@gmx.de>
14264
14265 * net/dbus.el (dbus-property-handler): Filter lambda forms out
14266 when responding to "GetAll" properties.
14267
5e1d4968
CY
142682009-12-12 Chong Yidong <cyd@stupidchicken.com>
14269
14270 * simple.el (compose-mail): Remove mail-setup-with-from from
14271 customization checks.
14272
097d86f9
EZ
142732009-12-12 Eli Zaretskii <eliz@gnu.org>
14274
14275 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
14276 RAR archives created on Unix systems.
14277
1d4adede
SM
142782009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
14279
14280 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
14281 the varalias that was accidentally removed by the 2009-11-19 change
14282 (bug#5186).
14283
3ff3655c
KH
142842009-12-12 Kenichi Handa <handa@m17n.org>
14285
14286 * language/indian.el (indian-compose-regexp): New function.
14287 (malayalam-composable-pattern): Fix the pattern.
14288 (composition-function-table): Set malayalam-composable-pattern for
14289 Malayalam characters.
14290
82d3343c
CY
142912009-12-11 Chong Yidong <cyd@stupidchicken.com>
14292
315eb96d
CY
14293 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
14294 rather than down-mouse-1, based on follow-link conventions.
14295
82d3343c
CY
14296 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
14297 are compiled.
14298
86a4c7ac
DN
142992009-12-11 Michael McNamara <mac@mail.brushroad.com>
14300
bf0b361c 14301 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
14302 (verilog-vmm-statement-re, verilog-ovm-statement-re)
14303 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
14304 (verilog-leap-to-head, verilog-backward-token):
14305 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
14306
143072009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
14308
bf0b361c
JB
14309 * progmodes/verilog-mode.el (verilog-auto-lineup)
14310 (verilog-nameable-item-re): Cleanup user-visible spelling and
14311 documentation errors. One reported by Gary Delp.
1d4adede 14312 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
14313 (verilog-read-decls): Fix AUTOWIRE with types declared in a
14314 package, bug195. Reported by Pierre-David Pfister.
14315
fe03f49a
GM
143162009-12-11 Glenn Morris <rgm@gnu.org>
14317
47641aac
GM
14318 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
14319
85094855
GM
14320 * mail/emacsbug.el: No longer require sendmail.
14321 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
14322 (report-emacs-bug-orig-text): Doc fix.
14323 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
14324 New local variables, to adapt to different mail-user-agents.
14325 (report-emacs-bug): Fix test for a gnu.org address.
14326 Use overlays for emphasis, since font-lock defeats 'face property.
14327 Pretest bugs also end up at the newsgroup these days.
14328 Stop message-mode stripping text properties.
14329 Set and use the new buffer-local variables.
14330 (report-emacs-bug-hook): Add doc-string.
14331 Remove some unnecessary save-excursions and simplify.
14332 Use the appropriate hook and send-command.
14333
fe03f49a
GM
14334 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
14335 capitalization of some menu entries.
14336
345427f0
VJL
143372009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14338
277e6741
MP
14339 * whitespace.el (whitespace-display-char-on):
14340 Ensure `buffer-display-table' is unique when two or more windows are
345427f0
VJL
14341 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
14342 New version 12.1.
14343
c70ccbba
EZ
143442009-12-10 Eli Zaretskii <eliz@gnu.org>
14345
14346 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
14347 characters in the Attribute field.
14348
f1943c1b
DN
143492009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
14350
14351 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
14352
1c67aeaa
SM
143532009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
14354
14355 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
14356 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
14357 Disregard autoload-excludes.
14358 (update-directory-autoloads): Obey autoload-excludes here instead.
14359 But don't store its contents in no-autoloads and remove entries that
14360 refer to excludes files.
14361
d8194864
GM
143622009-12-10 Glenn Morris <rgm@gnu.org>
14363
8c0171c0
GM
14364 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
14365 (expand-mail-aliases): Define for compiler.
14366
dba372dd
GM
14367 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
14368 Define for compiler.
14369
d8194864
GM
14370 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
14371 appropriate for the mail-user-agent in use.
14372
fe5facd3
MA
143732009-12-09 Michael Albinus <michael.albinus@gmx.de>
14374
14375 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
14376
99999a1d
DN
143772009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
14378
14379 Fix short log parsing and fontification.
14380 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
14381 Fix fontification for the [merge] label.
14382
2ea1c4aa
SM
143832009-12-09 Vivek Dasmohapatra <vivek@etla.org>
14384
85626eef 14385 Drop some properties to avoid surprises (bug#5002).
2ea1c4aa
SM
14386 * htmlfontify.el (hfy-ignored-properties): New defcustom.
14387 (hfy-fontify-buffer): Use it.
14388
9840deb6
SM
143892009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
14390
a0d1aadf
SM
14391 Minor cleanup.
14392 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
14393 Adjust all callers.
14394 (ffap-locate-file): Remove unused arg `dir-ok' and make other
14395 args compulsory. Adjust callers.
14396 (ffap-gopher-at-point): Remove unused var `name'.
14397
9840deb6
SM
14398 Get rid of the ELCFILES abomination.
14399 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
14400 (compile-elcfiles): New phony target.
14401 (compile-main): Compute ELCFILES dynamically.
14402 (compile-clean): New target to remove left-over elc files.
14403 (compile, all): Use it.
14404
7eb3f9a8
KH
144052009-12-09 Kenichi Handa <handa@etlken>
14406
14407 * international/mule-diag.el: Require help-mode instead of help-fns.
14408
ae63e572
KH
144092009-12-09 Kenichi Handa <handa@m17n.org>
14410
5ce6e4f4 14411 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
14412 fine ranges instead of pre-calculating accurate ranges.
14413 Iterate with bigger gc-cons-threshold.
ae63e572 14414
e2f3c692
DN
144152009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
14416
14417 Add support for stashing a snapshot of the current tree.
14418 * vc-git.el (vc-git-stash-snapshot): New function.
14419 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
14420
cf6d0352
JB
144212009-12-08 Jose E. Marchesi <jemarch@gnu.org>
14422
14423 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
14424 instead of `(beginning|end)-of-line'.
14425
48e4acc9
GM
144262009-12-08 Glenn Morris <rgm@gnu.org>
14427
6e890faa
GM
14428 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
14429
48e4acc9
GM
14430 * Makefile.in (ELCFILES): Regenerate.
14431
d2a1dc7b
JL
144322009-12-07 Juri Linkov <juri@jurta.org>
14433
14434 Don't lazy-highlight the comint output in history Isearch mode.
14435
14436 * comint.el (comint-history-isearch-search): Instead of
14437 `comint-line-beginning-position', use `comint-after-pmark-p'
14438 to check if point if before the process mark, and go to
14439 `process-mark' in this case.
14440
51ef56c4
SM
144412009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14442
fb10ee4a
SM
14443 * textmodes/tex-mode.el (latex-complete)
14444 (latex-indent-or-complete): Remove.
14445 (latex-mode): Set completion-at-point-functions instead.
14446
14447 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
14448 * minibuffer.el (completion-at-point-functions): New var.
14449 (completion-at-point): New command.
fb10ee4a 14450 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
14451 * progmodes/python.el (python-mode-map): Use completion-at-point.
14452 (python-completion-at-point): Rename from python-partial-symbol and
14453 adjust for use in completion-at-point-functions.
14454 (python-mode): Setup completion-at-point for Python completion.
14455 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
14456 extracted from lisp-complete-symbol.
14457 (lisp-complete-symbol): Use it.
14458 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
14459 setup completion-at-point for Elisp completion.
fb10ee4a
SM
14460 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14461 Use completion-at-point.
51ef56c4 14462 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 14463 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
14464 * progmodes/sym-comp.el: Move to...
14465 * obsolete/sym-comp.el: Move from progmodes.
14466
5e7a9022
EZ
144672009-12-07 Eli Zaretskii <eliz@gnu.org>
14468
14469 Prevent save-buffer in Rmail buffers from using the coding-system
14470 of the current message, and from clobbering the encoding mnemonics
14471 in the mode line (Bug#4623).
14472
14473 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
14474 flag, too.
14475 (rmail-message-encoding): New variable.
14476 (rmail-write-region-annotate): Record the encoding of the current
14477 message in rmail-message-encoding.
14478 (rmail-after-save-hook): New function, restores the encoding of
14479 the current message after the message collection is saved.
14480
9136e895
JL
144812009-12-07 Juri Linkov <juri@jurta.org>
14482
14483 * progmodes/grep.el (grep-read-files): Use `completing-read'
14484 instead of `read-string'. Set its `collection' arg to
14485 `read-file-name-internal'. (Bug#4301)
14486
40637410
JL
144872009-12-07 Juri Linkov <juri@jurta.org>
14488
14489 Correctly restore original Isearch point. (Bug#4994)
14490
14491 * isearch.el (isearch-mode): Move `isearch-push-state' after
14492 `(run-hooks 'isearch-mode-hook)'.
14493 (isearch-cancel): When `isearch-push-state-function' is defined,
14494 let-bind `isearch-cmds' to the first state (the last element of
14495 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
14496 function and restores the original point). Otherwise, move point
14497 to `isearch-opoint'.
14498
da10ce2b
SM
144992009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14500
14501 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
14502 chars that don't have names, so the table can be built much faster at
14503 run-time.
14504
3d68fa99
CY
145052009-12-07 Chong Yidong <cyd@stupidchicken.com>
14506
f82b1493
CY
14507 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
14508 change. Suggested by David Kastrup.
14509
3d68fa99
CY
14510 * simple.el (compose-mail): Check for incompatibilities and warn.
14511 (compose-mail-user-agent-warnings): New option.
14512
662c5698
DN
145132009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14514
14515 Support showing a single log entry from vc-annotate.
14516 * vc.el (print-log): Add a new argument: START-REVISION.
14517 (vc-print-log-internal): Add a new optional argument and
14518 pass it to the backend.
14519 (vc-print-log, vc-print-root-log): Adjust callers.
14520 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
14521 buffer already displays the requested log entry, use it.
14522 Otherwise display only the log entry in question.
14523 * vc-svn.el (vc-svn-print-log):
e4070cdc 14524 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
14525 * vc-hg.el (vc-hg-state):
14526 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
14527 (vc-git-show-log-entry): Return t on success.
14528 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
14529 (vc-bzr-show-log-entry): Return t on success.
14530 * vc-rcs.el (vc-rcs-print-log):
14531 * vc-sccs.el (vc-sccs-print-log):
14532 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
14533
e4070cdc
GM
145342009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14535
5ce6e4f4
JB
14536 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
14537 Add menus to the meta mode. (Bug#5043)
e4070cdc 14538
5ce6e4f4 145392009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
14540
14541 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 14542 event-key.
662c5698 14543
662c5698
DN
14544 * ediff.el (ediff-buffers-internal): Add unwind-protect.
14545
dab816a9
MA
145462009-12-07 Michael Albinus <michael.albinus@gmx.de>
14547
14548 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
14549 Berbain <raphael.berbain@gmail.com>.
14550
14551 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
14552 characters.
14553 (tramp-initial-end-of-output): New defconst.
14554 (tramp-methods, tramp-find-shell)
14555 (tramp-open-connection-setup-interactive-shell)
14556 (tramp-maybe-open-connection): Use it.
6a7662bb
BR
14557 (tramp-shell-prompt-pattern, tramp-wait-for-output):
14558 Handle existence of `#' and `$'.
dab816a9 14559
6a7662bb
BR
14560 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
14561 Use `tramp-initial-end-of-output'.
dab816a9 14562
a91e1f6b
DN
145632009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14564
14565 Get the background mode from the terminal for xterm, and set
14566 faces accordingly.
14567 * term/xterm.el (xterm-set-background-mode): New function.
14568 (terminal-init-xterm): Use it in case xterm supports background
14569 color queries. Recompute faces after getting the background
14570 color.
14571
5fa9d1ec
GM
145722009-12-07 Ulrich Mueller <ulm@gentoo.org>
14573
14574 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
14575 number comment back on its own line, for easier parsing.
14576
5e9fde5e
SM
145772009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14578
14579 Make it work for non-file buffers (bug#5102).
14580 * doc-view.el (doc-view-current-cache-dir):
14581 Use doc-view-buffer-file-name rather than buffer-file-name.
14582 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
14583
2f2f5242
CY
145842009-12-06 Óscar Fuentes <ofv@wanadoo.es>
14585
14586 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
14587 author field is too short.
14588
cebf8ec6
DN
145892009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
14590
5e9fde5e
SM
14591 * vc-git.el (vc-git-print-log): Handle a limit argument.
14592 Display the short log in graph form and with labels.
0d3f8a78
DN
14593 (vc-git-log-view-mode): Handle labels.
14594
cebf8ec6
DN
14595 Make vc-revert change VC state from 'added to 'unregistered.
14596 * vc-git.el (vc-git-revert): Call git reset first.
14597
8e39154d
UJ
145982009-12-06 Ulf Jasper <ulf.jasper@web.de>
14599
d8194864
GM
14600 * net/newst-backend.el, net/newst-plainview.el:
14601 * net/newst-reader.el, net/newst-ticker.el:
14602 * net/newst-treeview.el, net/newsticker.el:
14603 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 14604
ef187c24
CY
146052009-12-06 Chong Yidong <cyd@stupidchicken.com>
14606
238a0f3a
CY
14607 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
14608
2c6bb71a
CY
14609 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
14610 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
14611 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
14612 Update annotation regexp.
14613
ef187c24
CY
14614 * simple.el (beginning-of-visual-line): Constrain to field
14615 boundaries (Bug#5106).
14616
571855b6
UJ
146172009-12-06 Ulf Jasper <ulf.jasper@web.de>
14618
6a7662bb
BR
14619 * xml.el (xml-substitute-numeric-entities):
14620 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 14621 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
14622 * net/newst-backend.el (newsticker--parse-generic-feed)
14623 (newsticker--parse-generic-items)
6a7662bb
BR
14624 (newsticker--decode-numeric-entities):
14625 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 14626 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 14627
b857059c
CY
146282009-12-06 Daniel Colascione <dan.colascione@gmail.com>
14629
14630 * progmodes/js.el (js--js-not): Add null to the list of values.
14631
c2dae51b
CY
146322009-12-06 Chong Yidong <cyd@stupidchicken.com>
14633
d8194864 14634 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 14635
ed0f72d2
RW
146362009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14637
14638 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
14639 delimiter if it is at the end of the current line.
14640 (bibtex-generate-url-list): Fix docstring.
14641
365b9a62
SM
146422009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
14643
14644 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
14645 minibuffer's content with itself.
14646 Fold the confirm-after-completion case into the `confirm' case.
14647 (completion-pcm-word-delimiters): Add : and / to the delimiters.
14648
990a9cb1
KR
146492009-12-06 Kevin Ryde <user42@zip.com.au>
14650
14651 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 14652 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 14653
8b5a10db 14654 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 14655 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 14656
065543e7
JL
146572009-12-05 Juri Linkov <juri@jurta.org>
14658
14659 Save and restore dired buffer's point positions too. (Bug#4880)
14660
14661 * dired.el (dired-save-positions): Return in the first element
14662 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
14663 Doc fix.
14664 (dired-restore-positions): First restore buffer's position.
14665 While restoring window's positions, check if window still displays
14666 the original buffer.
14667
503edac9
CY
146682009-12-05 Chong Yidong <cyd@stupidchicken.com>
14669
9a594ee6
CY
14670 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
14671 if possible.
14672
925f8c70
CY
14673 * shell.el (shell): Require ansi-color (Bug#5113).
14674
14675 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
14676
503edac9
CY
14677 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
14678
8fea6b33
AM
146792009-12-05 Alan Mackenzie <acm@muc.de>
14680
14681 * progmodes/cc-mode.el (c-before-hack-hook)
14682 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
14683 `c-file-style' to work again. This reversion restores the current
212c5aef 14684 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 14685
5d1fd962
CY
146862009-12-05 Kevin Ryde <user42@zip.com.au>
14687
6a7662bb
BR
14688 * textmodes/sgml-mode.el (sgml-lexical-context):
14689 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
5d1fd962 14690
30760c8b
JL
146912009-12-05 Juri Linkov <juri@jurta.org>
14692
14693 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
14694 for virtual nodes. (Bug#4147)
14695 (Info-find-node-2): Set `Info-current-node-virtual' to nil
14696 when moving from a virtual node.
14697 (Info-mode-menu): Add `Info-virtual-index' to the menu.
14698 (Info-mode): Add `Info-virtual-index' to the docstring.
14699
403111a8
RW
147002009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14701
14702 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
14703 track of the buffer position of the end of a BibTeX entry as this
14704 position may change during reformatting.
14705 (bibtex-format-entry): Remove whitespace before processing
14706 numerical fields so that we recognize the latter properly.
14707 (bibtex-reformat): Do not use push which changes the global value
14708 of bibtex-entry-format.
14709 (bibtex-field-braces-alist, bibtex-field-strings-alist)
14710 (bibtex-field-re-init): Replace only space characters by regexp
14711 for whitespace.
365b9a62 14712 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
14713 (bibtex-initialize): Also update bibtex-strings.
14714 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
14715 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
14716 Update bibtex-reference-keys.
403111a8 14717
25b54627
SM
147182009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
14719
14720 * minibuffer.el (completion-pcm--merge-try): Also consider placing
14721 point after a star, if that's the only place where modifications can
14722 make progress.
14723
35639eb4
DN
147242009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
14725
14726 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
14727 in docstrings.
14728
8b78760b
JL
147292009-12-04 Juri Linkov <juri@jurta.org>
14730
14731 * proced.el (proced): Call `(proced-update t)' to update process
14732 information instead of only running proced-post-display-hook.
14733 (proced-send-signal): Add a leading space to the buffer name
14734 " *Marked Processes*" to make this buffer ephemeral.
14735
2b3489a7
JL
147362009-12-04 Juri Linkov <juri@jurta.org>
14737
14738 * dired.el (dired-auto-revert-buffer): New defcustom.
14739 (dired-internal-noselect): Use it.
14740
9b9debd1
JL
147412009-12-04 Juri Linkov <juri@jurta.org>
14742
14743 Change roles of modes and functions in image-mode.el (Bug#5062).
14744
14745 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
14746 in `auto-mode-alist'.
14747 (image-mode-previous-major-mode): New variable.
14748 (image-minor-mode-map): Rename from `image-mode-text-map'.
14749 (image-mode): Move graceful error-handling code from
14750 `image-minor-mode' to here. On errors call `image-mode-as-text'.
14751 (image-minor-mode): Remove all image-handling code.
14752 Replace `image-mode-text-map' with `image-minor-mode-map'.
14753 Check for `image-type' in mode-line format string.
14754 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
14755 (image-mode-as-text): New function with most code from
14756 `image-mode-maybe'.
14757 (image-toggle-display-text): Move code that removes image
14758 properties from `image-toggle-display' to here.
14759 (image-toggle-display-image): New function with code that adds
14760 image properties copied from `image-toggle-display'.
14761 (image-toggle-display): Remove most code with leaving only code
14762 that toggles between `image-mode-as-text' and `image-mode'.
14763
0c74a301
UJ
147642009-12-04 Ulf Jasper <ulf.jasper@web.de>
14765
14766 * net/newst-treeview.el
14767 (newsticker--treeview-list-highlight-start): Restored call to
14768 save-excursion: Selected item was stuck.
14769 (newsticker--treeview-list-select): New.
14770 (newsticker--treeview-item-show-text)
14771 (newsticker--treeview-item-show)
14772 (newsticker--treeview-item-update): Use new
14773 newsticker-treeview-item-mode.
14774 (newsticker-treeview-update): Keep current item.
14775 (newsticker-treeview-next-new-or-immortal-item): Doc change.
14776 (newsticker--treeview-first-feed): Doc change.
14777 (newsticker-treeview-list-menu)
88b5a757 14778 (newsticker-treeview-item-menu): Add menu entries.
0c74a301
UJ
14779 (newsticker-treeview-item-mode): New.
14780
5ce6e4f4 14781 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
14782 windows.
14783
9eaeec5b
SS
147842009-12-04 Sam Steingold <sds@gnu.org>
14785
14786 * log-view.el (log-view-mode-map): "q" calls quit-window,
14787 like in all the other non-self-insert buffers.
14788
b2bf5be5
SM
147892009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
14790
14791 Minor cleanup.
14792 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
14793 key decoding rather than do it manually via last-input-event +
14794 ascii-character.
14795 (term-exec): Use delete-and-extract-region.
14796 (term-handle-ansi-terminal-messages): Remove unused var `end'.
14797 (term-process-pager): Remove unused var `i'.
14798 (term-dynamic-simple-complete): Make obsolete.
14799 (serial-update-config-menu): Remove unused vars `y' and `str'.
14800 (term-update-mode-line): Remove unused var `temp'.
14801
46e5c897
DN
148022009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14803
14804 Limit the number of log entries displayed by default.
14805 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
14806 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
14807 using a prefix argument.
14808
627e0a14
GM
148092009-12-03 Glenn Morris <rgm@gnu.org>
14810
14811 * progmodes/idlwave.el (class): Restore still useful declaration.
14812
8578c224
AM
148132009-12-03 Alan Mackenzie <acm@muc.de>
14814
4abc318c 14815 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 14816
b2bf5be5
SM
14817 * progmodes/cc-mode.el (c-basic-common-init):
14818 Call c-state-cache-init.
9762b219 14819 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 14820 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 14821 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
14822
14823 * progmodes/cc-langs.el (c-before-font-lock-function):
14824 c-extend-and-neutralize-syntax-in-CPP has been renamed
14825 c-neutralize-syntax-in-and-mark-CPP.
14826
14827 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
14828 with `category' properties now, not `syntax-table' ones.
14829
14830 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
14831 enhanced (but slower) version of c-end-of-macro that won't land
14832 inside a literal or on another awkward character.
14833 (c-state-cache-too-far, c-state-cache-start)
14834 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
14835 (c-state-nonlit-pos-cache-limit, c-state-point-min)
14836 (c-state-point-min-lit-type, c-state-point-min-lit-start)
14837 (c-state-min-scan-pos, c-state-brace-pair-desert)
14838 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
14839 buffer local variables.
14840 (c-state-literal-at, c-state-lit-beg)
14841 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
14842 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
14843 (c-state-cache-top-paren, c-state-cache-after-top-paren)
14844 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
14845 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
14846 (c-renarrow-state-cache)
14847 (c-append-lower-brace-pair-to-state-cache)
14848 (c-state-push-any-brace-pair, c-append-to-state-cache)
14849 (c-remove-stale-state-cache)
14850 (c-remove-stale-state-cache-backwards, c-state-cache-init)
14851 (c-invalidate-state-cache-1, c-parse-state-1)
14852 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
14853 (c-parse-state): Enhance and refactor.
14854 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
14855
14856 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
14857 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
14858 modify to use category text properties rather than syntax-table ones.
14859 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
14860 to switch off/on the syntactic paren property of C++ template
14861 delimiters using the category property.
14862 (c-with-<->-as-parens-suppressed): Macro to invoke code with
14863 template delims suppressed.
14864 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
14865 New constant/macros which apply category properties to the start
14866 and end of preprocessor constructs.
b2bf5be5 14867 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
14868 "comment out" the syntactic value of characters in preprocessor
14869 constructs.
14870 (c-with-cpps-commented-out)
14871 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
14872 with characters in all or all but one preprocessor constructs
14873 "commented out".
14874
0d4dc442
RW
148752009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14876
14877 * proced.el (proced-filter-alist): Use regexp-quote.
14878
a09dc9bf
MA
148792009-12-03 Michael Albinus <michael.albinus@gmx.de>
14880
14881 Cleanup.
14882 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
14883 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
14884 arguments. Expand `default-directory'.
14885
14886 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
14887 the benefit of returning an expanded localname.
14888 (tramp-tramp-file-p): Handle the case NAME is not a string.
14889
3f6bd790
DN
148902009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14891
4dfb3b9c
DN
14892 Add support for bzr shelve/unshelve.
14893 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
14894 (vc-bzr-extra-menu-map): New variables.
14895 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
14896 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
14897 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
14898 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
14899 (vc-bzr-dir-extra-headers): Display shelves.
14900
3f6bd790
DN
14901 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
14902
842d73a1
SM
149032009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14904
14905 * textmodes/bibtex.el (bibtex-complete-internal):
14906 Use completion-in-region.
14907 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
14908
7fa4876f
DN
149092009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14910
14911 Support applying stashes. Improve UI.
14912 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
14913 (vc-git-stash-apply, vc-git-stash-pop)
14914 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
14915 (vc-git-stash-menu): New functions.
14916 (vc-git-stash-menu-map): New variable.
14917 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
14918
d6e82452
GM
149192009-12-03 Glenn Morris <rgm@gnu.org>
14920
14921 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
14922 (vc-print-log-internal): Fix previous change.
14923 (vc-revert): Correct pluralization.
14924
8d222148
SM
149252009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14926
ea52206b
SM
14927 * progmodes/make-mode.el (makefile-special-targets-list): No need for
14928 it to be an alist any more.
14929 (makefile-complete): Use completion-in-region.
14930
69a94a37
SM
14931 * progmodes/octave-mod.el (octave-complete-symbol):
14932 Use completion-in-region.
14933
8d222148
SM
14934 Misc cleanup.
14935 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
14936 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
14937 (idlwave-complete-class): Don't quote lambda.
14938 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
14939 (idlwave-mode-map): Move initialization into declaration.
14940 (idlwave-action-and-binding): Use backquotes.
14941 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
14942 Simplify.
14943 (idlwave-is-pointer-dereference): Remove unused var `pos'.
14944 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
14945 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
14946 `parts', and `all-parts'.
14947 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
14948 (idlwave-convert-xml-system-routine-info): Remove unused string
14949 `version-string'.
14950 (idlwave-display-user-catalog-widget): Use dolist.
14951 (idlwave-scanning-lib): Declare dynamically-scoped var.
14952 (idlwave-scan-library-catalogs): Remove unused var `flags'.
14953 (completion-highlight-first-word-only): Declare to silence bytecomp.
14954 (idlwave-popup-select): Tighten scope of `resp'.
14955 (idlwave-find-struct-tag): Remove unused var `beg'.
14956 (idlwave-after-load-rinfo-hook): Declare.
14957 (idlwave-sintern-class-info): Remove unused var `taglist'.
14958 (idlwave-find-class-definition): Remove unused var `list'.
14959 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
14960 (idlwave-what-module-find-class): Remove unused var `classes'.
14961
3bb8691b
JB
149622009-12-03 Juanma Barranquero <lekktu@gmail.com>
14963
14964 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
14965
f72f0c23
SM
149662009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14967
14968 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
14969 buffers visited. Remove redundant current-buffer-saving.
14970
601a9508
SM
149712009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
14972
14973 Use completion-in-buffer and remove uses of dynamic scoping.
14974 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
14975 (pascal-buffer-to-use, pascal-flag): Don't declare.
14976 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
14977 (pascal-get-completion-decl, pascal-keyword-completion):
14978 Add `pascal-str' argument, save-excursion,
14979 return the found completions, and don't filter with pascal-pred.
14980 (pascal-completion-cache): New var.
14981 (pascal-completion): Don't switch buffer any more (it was never
14982 necessary). Don't save-excursion any more (it's done by the called
14983 subroutines). Use a cache to avoid redundant computations.
14984 Use complete-with-action rather than pascal-completion-response and
14985 let it apply the predicate as well.
14986 (pascal-complete-word): Use completion-in-buffer when
14987 pascal-toggle-completions is nil.
14988 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
14989 not used any more.
14990 (pascal-comp-defun): Don't change buffer any more.
14991 Use complete-with-action rather than pascal-completion-response and
14992 let it apply the predicate as well.
14993 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
14994 when neded.
14995
1ff4cb98
KH
149962009-12-02 Kenichi Handa <handa@m17n.org>
14997
14998 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
14999 shape for all Indic scripts.
15000
bb12edf1
SM
150012009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15002
15003 Use completion-in-buffer.
15004 * wid-edit.el (widget-field-text-end): New function.
15005 (widget-field-value-get): Use it.
15006 (widget-string-complete, widget-file-complete)
15007 (widget-color-complete): Use it and completion-in-region.
15008 (widget-complete): Don't narrow the buffer.
15009
5813f6ef
GM
150102009-12-02 Glenn Morris <rgm@gnu.org>
15011
c920f222
GM
15012 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
15013 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
15014 * mail/rmailsum.el: Replace all pop-to-buffer calls with
15015 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 15016
5813f6ef
GM
15017 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
15018 save-excursion with save-current-buffer.
15019 Widen before searching. (Bug#5093)
15020 (diary-list-sexp-entries): Remove superfluous save-excursion.
15021
34b1d750
GM
150222009-12-02 Michael Welsh Duggan <mwd@cert.org>
15023
15024 * woman.el (woman-make-bufname): Handle man-pages with "." in the
15025 name. (Bug#5038)
15026
b2d5f31a
GM
150272009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
15028
15029 * ido.el (ido-file-internal): Handle filenames at point that do
15030 not have a directory part. (Bug#5049)
15031
c710ac3c
JB
150322009-12-02 Juanma Barranquero <lekktu@gmail.com>
15033
15034 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
15035 (mpc-songs-jump-to, mpc-resume): Doc fixes.
15036
9946be46
SM
150372009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
15038
15039 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
15040 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
15041 any more.
15042
b08016f2
SM
150432009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15044
e7440df4
SM
15045 * comint.el (comint-insert-input): Ignore clicks to the right of
15046 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
15047
3bb8691b 15048 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
15049 terminate before setting up the major mode.
15050
f3b757f5
SM
15051 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
15052 in case.
15053
a2877f1d
SM
15054 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
15055 the last element.
15056
b08016f2
SM
15057 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
15058
782d6e30
GM
150592009-12-01 Glenn Morris <rgm@gnu.org>
15060
15061 * window.el (window--display-buffer-2): Fix previous changes.
15062
28f57f7e
CY
150632009-12-01 Chong Yidong <cyd@stupidchicken.com>
15064
15065 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
15066
c31a2fdc
GM
150672009-12-01 Glenn Morris <rgm@gnu.org>
15068
15069 * Makefile.in (ELCFILES): Add mpc.elc.
15070
e1ada222
SM
150712009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15072
15073 * mpc.el: New file.
15074
0c9ff2c5
GM
150752009-12-01 Glenn Morris <rgm@gnu.org>
15076
3689984f
GM
15077 * window.el (window-to-use): Define for compiler.
15078
3ab4308b
GM
15079 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
15080 consistent with others (no final period).
15081
0c9ff2c5
GM
15082 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
15083 (rmail-mime-show): Downcase the encoding. (Bug#5070)
15084
fb0c18ff
DN
150852009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
15086
15087 Make vc-print-log buttons work.
045b9da7 15088 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 15089
2ac7e73e
JB
150902009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
15091
15092 * savehist.el (savehist-autosave-interval): Allow setting to nil
15093 through customize. (Bug#5056)
15094
5237d741
JB
150952009-11-30 Juanma Barranquero <lekktu@gmail.com>
15096
15097 Fix references to jit-lock properties.
15098 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15099 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
15100 (perl-font-lock-special-syntactic-constructs):
15101 Quote jit-lock-defer-multiline property.
15102
379241fa
DN
151032009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
15104
15105 * vc-git.el (vc-git-registered): Call vc-git-root only once.
15106
054ae856
JL
151072009-11-30 Juri Linkov <juri@jurta.org>
15108
15109 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
15110 value `buffer' of `multi-isearch-next-buffer-current-function'.
15111 Use `(current-buffer)' when `buffer' is nil.
15112 (multi-isearch-next-buffer-from-list): Don't fallback to
15113 `(current-buffer)' when `buffer' is nil. (Bug#4947)
15114
67296dda
JL
151152009-11-30 Juri Linkov <juri@jurta.org>
15116
15117 * misearch.el (multi-isearch-read-buffers): Move canonicalization
15118 of buffers with `get-buffer' to `multi-isearch-buffers'.
15119 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15120 Canonicalize BUFFERS with `get-buffer'. Doc fix.
15121 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
15122 FILES with `expand-file-name' converting relative file names
15123 to absolute. Doc fix. (Bug#4727)
15124
c585bf32
JL
151252009-11-30 Juri Linkov <juri@jurta.org>
15126
15127 * misearch.el (multi-isearch-read-buffers)
15128 (multi-isearch-read-matching-buffers): New functions.
15129 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15130 Use them in the `interactive' spec. Doc fix.
15131 (multi-isearch-read-files, multi-isearch-read-matching-files):
15132 New functions.
15133 (multi-isearch-files, multi-isearch-files-regexp):
15134 Use them in the `interactive' spec. Doc fix. (Bug#4725)
15135
0a745733
JL
151362009-11-30 Juri Linkov <juri@jurta.org>
15137
15138 * doc-view.el (doc-view-continuous):
15139 Rename from `doc-view-continuous-mode'.
15140 (doc-view-menu): Move "Toggle display" to the top.
15141 Add submenu "Continuous" with radio buttons "Off"/"On"
15142 and "Save as Default".
15143 (doc-view-scroll-up-or-next-page)
15144 (doc-view-scroll-down-or-previous-page)
15145 (doc-view-next-line-or-next-page)
6a7662bb
BR
15146 (doc-view-previous-line-or-previous-page):
15147 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
0a745733 15148
1f9689eb
JL
151492009-11-30 Juri Linkov <juri@jurta.org>
15150
15151 * comint.el (comint-mode-map): Rebind `M-r' from
15152 `comint-previous-matching-input' to
15153 `comint-history-isearch-backward-regexp'.
15154 Unbind `M-s' to allow global key binding `M-s'.
15155 Add menu items for `comint-history-isearch-backward' and
15156 `comint-history-isearch-backward-regexp'. (Bug#3746)
15157
2952b1ae
JL
151582009-11-30 Juri Linkov <juri@jurta.org>
15159
15160 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
15161 For def=recenter, replace `recenter' with `recenter-top-bottom'
15162 that is called with `this-command' and `last-command' let-bound
15163 to `recenter-top-bottom'. When the last `def' was not `recenter',
15164 set `recenter-last-op' to nil. (Bug#4981)
15165
7a9547ca
SM
151662009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
15167
20565545
SM
15168 Minor cleanup and simplification.
15169 * filecache.el (file-cache-add-directory)
15170 (file-cache-add-directory-recursively)
15171 (file-cache-add-from-file-cache-buffer)
15172 (file-cache-delete-file-regexp, file-cache-delete-directory)
15173 (file-cache-files-matching-internal, file-cache-display): Use dolist.
15174 (file-cache-temp-minibuffer-message): Delete function.
15175 (file-cache-minibuffer-complete): Use minibuffer-message instead.
15176
7a9547ca
SM
15177 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
15178 Don't signal an error when bumping into EOB in tr, s, or y.
15179
08e968f3
JL
151802009-11-29 Juri Linkov <juri@jurta.org>
15181
15182 * startup.el (fancy-about-text): Fix wording of Guided Tour.
15183 (Bug#4960)
15184
15185 * descr-text.el (describe-char-unidata-list): Use lowercase name
15186 for "Unicode name" like in other tags.
15187
f8d170a4
JL
151882009-11-29 Juri Linkov <juri@jurta.org>
15189
15190 * ediff-util.el (ediff-minibuffer-with-setup-hook):
15191 New compatibility macro.
7a9547ca 15192 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 15193
0116abbd
JL
151942009-11-29 Juri Linkov <juri@jurta.org>
15195
15196 Add defcustom to define the cycling order of `recenter-top-bottom'.
15197 (Bug#4981)
15198
15199 * window.el (recenter-last-op): Doc fix.
15200 (recenter-positions): New defcustom.
15201 (recenter-top-bottom): Rewrite to use `recenter-positions'.
15202 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
15203
61eef560
MA
152042009-11-29 Michael Albinus <michael.albinus@gmx.de>
15205
15206 Improve integration of Tramp and ange-ftp in eshell.
15207
e4070cdc 15208 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
15209 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
15210 (eshell/sudo): Flatten args. Let-bind `default-directory'.
15211
15212 * eshell/esh-util.el (top): Require also Tramp when compiling.
15213 (eshell-directory-files-and-attributes): Check for FTP remote
15214 connection.
15215 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
15216 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
15217 (eshell-file-attributes): Handle ".". Return `entry'.
15218
15219 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
15220 (ange-ftp-directory-files-and-attributes)
15221 (ange-ftp-real-directory-files-and-attributes): New defuns.
15222
15223 * net/tramp.el (tramp-maybe-open-connection): Open the remote
15224 shell with "exec" when possible. This prevents trailing prompts
15225 in `start-file-process'.
15226
f5467d3f
SM
152272009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15228
21f49db9
SM
15229 Try and remove assumptions about point-min==1.
15230 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
15231 (rng-compute-mode-line-string): Show the validation percentage in
15232 terms of the narrowed text, not the widened text.
15233 (rng-do-some-validation): Don't catch internal errors when debugging.
15234 (rng-first-error): Simplify.
15235 (rng-after-change-function): Remove work around. AFAIK the bug has
15236 been fixed a while ago.
15237
26224faf
SM
15238 * image-mode.el (image-minor-mode): Exit more gracefully when the image
15239 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
15240
d7117720
SM
15241 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
15242
f5467d3f
SM
15243 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
15244 `cd' doesn't always do it for us (bug#5067).
15245
15246 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
15247 on 2009-10-25 as part of some other change (bug#5067).
15248
c5269f1c
SM
152492009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15250
62a258a7
SM
15251 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
15252 `suspicious'.
15253 (byte-compile-warnings): Use byte-compile-warning-types.
15254 (byte-compile-save-excursion): Warn about use of set-buffer right
15255 after save-excursion.
15256
c5269f1c
SM
15257 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
15258 the excursion as well.
15259
3ba30eb8
MA
152602009-11-27 Michael Albinus <michael.albinus@gmx.de>
15261
15262 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
15263 providing a Tramp related implementation of "su" and "sudo".
15264 (eshell-unix-initialize): Add "su" and "sudo".
15265
6c6f788d
DU
152662009-11-27 Daiki Ueno <ueno@unixuser.org>
15267
15268 * net/socks.el (socks-send-command): Convert binary request to
15269 unibyte before sending. This fixes mishandling of some port
15270 numbers such as 129.
15271
10c877fe
SM
152722009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15273
6f06a171
SM
15274 * help.el (describe-bindings-internal): Remove `interactive'.
15275
10c877fe
SM
15276 * man.el (Man-completion-table): Trim a terminating "(".
15277 Remove the space between name page a section.
15278 Add the command's description on the `help-echo' property.
c5269f1c
SM
15279 Remove `process-connection-type' binding since it's unused by
15280 call-process.
10c877fe
SM
15281 Provide completion for the "<section> <name>" format as well.
15282 (Man-default-man-entry): Remove spurious var shadowing the argument.
15283
c44a4822
KR
152842009-11-26 Kevin Ryde <user42@zip.com.au>
15285
15286 * log-view.el: Add "Keywords: tools", since its other keywords
15287 aren't in finder-known-keywords, and following vc.el.
15288
9d58f081
KR
15289 * sha1.el (sha1-string-external): default-directory "/" in case
15290 otherwise non-existent. process-connection-type pipe for touch of
15291 efficiency recommended by elisp manual. (An aside in Bug#3911.)
15292
72fe6b25
SM
152932009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15294
15295 Misc coding convention cleanups.
15296 * htmlfontify.el (hfy-init-kludge-hook): Rename from
15297 hfy-init-kludge-hooks.
15298 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
15299 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
15300 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
15301 and push.
15302 (hfy-slant, hfy-weight): Use tables rather than code.
15303 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
15304 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
15305 (hfy-face-attr-for-class): Initialize `face-spec' directly.
15306 (hfy-face-to-css): Remove `nconc' with single arg.
15307 (hfy-p-to-face-lennart): Use `or'.
15308 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
15309 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
15310 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
15311 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
15312 (hfy-force-fontification): Use run-hooks.
15313
85e0a536
SM
153142009-11-26 Vivek Dasmohapatra <vivek@etla.org>
15315
15316 Various minor fixes.
15317 * htmlfontify.el (hfy-default-header): Add toggle_invis since
15318 Javascript belongs in the header, not the body.
15319 (hfy-javascript): Remove.
15320 (hfy-fontify-buffer): Don't insert it any more.
15321 (hfy-face-at): Handle (face0 face1 face2) style face properties.
15322 Fix bug in invis handling when there were no invis props in a chunk.
15323
62ccc42c
SM
153242009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15325
15326 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
15327
2643c7aa
DN
153282009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
15329
15330 * finder.el (finder-mode-map): Add a menu.
15331
0e5c8aed
DN
153322009-11-26 Michael McNamara <mac@mail.brushroad.com>
15333
bf0b361c 15334 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
15335 "unsigned" structs.
15336
15337 (verilog-leap-to-head, verilog-backward-token): Handle "disable
15338 fork" statement better.
15339
153402009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
15341
bf0b361c
JB
15342 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
15343 (verilog-delete-auto, verilog-delete-empty-auto-pair)
15344 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
15345 Reported by Clay Douglass.
0e5c8aed
DN
15346
15347 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c 15348 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
6a7662bb
BR
15349 Fix removing "// Interfaces" when saving .* expansions.
15350 Reported by Pierre-David Pfister.
0e5c8aed 15351
7629c4e7
GM
153522009-11-26 Glenn Morris <rgm@gnu.org>
15353
62ccc42c
SM
15354 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
15355 the scope.
7629c4e7 15356
a5d358f8
JB
153572009-11-25 Johan Bockgård <bojohan@gnu.org>
15358
15359 * vc-annotate.el (vc-annotate-revision-previous-to-line):
15360 Really use previous revision.
15361
002cbde5
KR
153622009-11-25 Kevin Ryde <user42@zip.com.au>
15363
15364 * man.el (Man-completion-table): default-directory "/" in case
15365 doesn't otherwise exist. process-environment COLUMNS=999 so as
15366 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
15367 any chance of hitting the pseudo-tty TIOCGWINSZ.
15368 (man): completion-ignore-case t for friendliness and since man
15369 itself is case-insensitive on the command line.
15370 Further to Bug#3717.
002cbde5 15371
8cb5ffe8
KR
15372 * arc-mode.el: Add "Keywords: files", so the details in its
15373 commentary can be reached from finder-by-keyword.
34607612
KR
15374 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
15375 editing mode, but it's comms related and sgml-mode.el has "comm"
15376 on that basis too.
b8dfcf54 15377 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
15378 * international/isearch-x.el, international/ja-dic-cnv.el:
15379 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 15380 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 15381
1e2d9ba1
JL
153822009-11-25 Juri Linkov <juri@jurta.org>
15383
15384 * man.el (Man-completion-table): Modify regexp to include
15385 section names to completion strings. (Bug#3717)
15386
a601d313
JL
153872009-11-25 Juri Linkov <juri@jurta.org>
15388
15389 Search recursively in gzipped files. (Bug#4982)
15390
15391 * progmodes/grep.el (grep-highlight-matches): Add new options
15392 `always' and `auto'. Doc fix.
15393 (grep-process-setup): Check `grep-highlight-matches' for
15394 `auto-detect' to determine the need to compute grep defaults.
15395 Move Windows/DOS specific --colors settings handling
15396 to `grep-compute-defaults'. Check `grep-highlight-matches'
15397 to get the value of "--color=".
15398 (grep-compute-defaults): Compute `grep-highlight-matches' when it
15399 has the value `auto-detect'. Move Windows/DOS specific settings
15400 from `grep-process-setup'.
15401 (zrgrep): New command with alias `rzgrep'.
15402
bde04ea9
JL
154032009-11-25 Juri Linkov <juri@jurta.org>
15404
15405 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
15406 to nil instead of switching off view-mode. (Bug#4896)
15407
7d6b4d3c
JL
154082009-11-25 Juri Linkov <juri@jurta.org>
15409
15410 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
15411
15412 * mwheel.el (mwheel-scroll-up-function)
15413 (mwheel-scroll-down-function): New defvars.
15414 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
15415 `scroll-up', and `mwheel-scroll-down-function' instead of
15416 `scroll-down'.
15417
15418 * doc-view.el (doc-view-scroll-up-or-next-page)
15419 (doc-view-scroll-down-or-previous-page): Add optional ARG.
15420 Use this ARG in the call to image-scroll-up/image-scroll-down.
15421 Change `interactive' spec to "P". Goto next/previous page only
15422 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
15423 SPC/DEL case). Doc fix.
15424 (doc-view-next-line-or-next-page)
15425 (doc-view-previous-line-or-previous-page): Rename arg to ARG
15426 for consistency.
15427 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
15428 `doc-view-scroll-up-or-next-page', and buffer-local
15429 `mwheel-scroll-down-function' to
15430 `doc-view-scroll-down-or-previous-page'.
15431
e237085f
JL
154322009-11-25 Juri Linkov <juri@jurta.org>
15433
15434 Provide additional default values (directories at other Dired
15435 windows) via M-n in the minibuffer of some Dired commands.
15436
15437 * dired-aux.el (dired-diff, dired-compare-directories)
15438 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
15439 `minibuffer-default' in `minibuffer-with-setup-hook'.
15440 (dired-dwim-target-directory): Find a window that displays Dired
15441 buffer instead of failing when the next window is not Dired.
15442 Use `get-window-with-predicate' to find for the next Dired window.
15443 (dired-dwim-target-defaults): New function.
15444
15445 * ediff-util.el (ediff-read-file-name):
15446 Use `dired-dwim-target-defaults' to set `minibuffer-default'
15447 in `minibuffer-with-setup-hook'.
15448
7d371eac
JL
154492009-11-25 Juri Linkov <juri@jurta.org>
15450
15451 Provide additional default values (file name at point or at the
15452 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
15453
15454 * minibuffer.el (read-file-name-defaults): New function.
15455 (read-file-name): Reset `minibuffer-default' to nil when
15456 it duplicates initial input `insdef'.
15457 Bind `minibuffer-default-add-function' to lambda that
15458 calls `read-file-name-defaults' in `minibuffer-selected-window'.
15459 (minibuffer-insert-file-name-at-point): New command.
15460
15461 * files.el (file-name-at-point-functions): New defcustom.
15462 (find-file-default): Remove defvar.
15463 (find-file-read-args): Don't use `find-file-default'.
15464 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15465 to `read-file-name'.
15466 (find-file-literally): Use `read-file-name' with
15467 `confirm-nonexistent-file-or-buffer'.
15468
15469 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
15470
15471 * dired.el (dired-read-dir-and-switches):
15472 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15473 to `read-file-name'.
15474 (dired-file-name-at-point): New function.
15475 (dired-mode): Add hook `dired-file-name-at-point' to
15476 `file-name-at-point-functions'.
15477
04ae543a
SM
154782009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15479
15480 Really make the *Completions* window soft-dedicated (bug#5030).
15481 * window.el (window--display-buffer-2): Add `dedicated' argument.
15482 (display-buffer): Pass it when needed so the dedicated flag is set
15483 after calling set-window-buffer, which would otherwise reset it.
15484
eb708e66
SM
154852009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15486
d6b8d4e7
SM
15487 * progmodes/meta-mode.el (meta-complete-symbol):
15488 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
15489 * mail/mailabbrev.el (mail-abbrev-complete-alias):
15490 Use completion-in-region.
15491
5f24557b
SM
15492 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
15493 (dabbrev-completion): Use completion-in-region.
15494 (dabbrev--abbrev-at-point): Simplify regexp.
15495
fe4346f0
SM
15496 * abbrev.el (abbrev--before-point): Use word-motion functions
15497 if :regexp is not specified (bug#5031).
15498
cb190d7d
SM
15499 * subr.el (string-prefix-p): New function.
15500
e2ec6dd5
SM
15501 * man.el (Man-completion-cache): New var.
15502 (Man-completion-table): Use it.
15503
eb708e66
SM
15504 * vc.el (vc-print-log-internal): Make `limit' optional for better
15505 compatibility (e.g. with vc-annotate.el).
15506
4cf8971b
KR
155072009-11-24 Kevin Ryde <user42@zip.com.au>
15508
eb708e66 15509 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 15510 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 15511
4cf8971b
KR
15512 * emacs-lisp/elint.el (elint-add-required-env): Better error message
15513 when .el source file not found or other error.
15514
d204c46c
SM
155152009-11-24 Markus Triska <markus.triska@gmx.at>
15516
15517 * linum.el (linum-update-window): Ignore intangible (bug#4996).
15518
bb301b9a
SM
155192009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15520
449c27f0
SM
15521 Handle the [back] button properly (bug#4979).
15522 * descr-text.el (describe-text-properties): Add a `buffer' argument.
15523 Use help-setup-xref, help-buffer, and with-help-window.
15524 (describe-char): Add `buffer' argument.
15525 Pass proper command to help-setup-xref. Don't meddle with
15526 help-xref-stack-item directly.
15527 (describe-text-category): Use with-help-window and help-buffer.
15528
32fe5377
SM
15529 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
15530 for the displayed buffer (bug#4887).
15531
bb301b9a
SM
15532 * man.el (Man-completion-table): New function.
15533 (man): Use it.
15534
35179414
DR
155352009-11-24 David Reitter <david.reitter@gmail.com>
15536
bb301b9a 15537 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
15538 .git is) rather than the file's directory and a relative path spec
15539 to work around a bug in git.
15540
605a20a9
MA
155412009-11-24 Michael Albinus <michael.albinus@gmx.de>
15542
15543 Improve handling of processes on remote hosts.
15544
15545 * eshell/esh-util.el (eshell-path-env): New defvar.
15546 (eshell-parse-colon-path): New defun.
15547 (eshell-file-attributes): Use `eshell-parse-colon-path'.
15548
bb301b9a
SM
15549 * eshell/esh-ext.el (eshell-search-path):
15550 Use `eshell-parse-colon-path'.
605a20a9
MA
15551 (eshell-remote-command): Remove argument HANDLER.
15552 (eshell-external-command): Check for FTP remote connection.
15553
bb301b9a
SM
15554 * eshell/esh-proc.el (eshell-gather-process-output):
15555 Use `file-truename', in order to start also symlinked files.
15556 Apply `start-file-process' instead of `start-process'.
15557 Shorten `command' to the local file name part.
605a20a9 15558
bb301b9a
SM
15559 * eshell/em-cmpl.el (eshell-complete-commands-list):
15560 Use `eshell-parse-colon-path'.
605a20a9
MA
15561
15562 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
15563
15564 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
15565 to `eshell-directory-change-hook'.
15566
d1d33062
TH
155672009-11-24 Tassilo Horn <tassilo@member.fsf.org>
15568
15569 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 15570 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 15571
a34d8565 155722009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 15573
a34d8565
MK
15574 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
15575 made on 2009-11-22.
d1d33062 15576
c83b8d1b
GM
155772009-11-24 Glenn Morris <rgm@gnu.org>
15578
15579 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
15580 deleted variable bookmark-bmenu-bookmark-column.
15581
83505cfe
SM
155822009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15583
15584 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
15585
5241b291
CY
155862009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
15587
15588 * net/browse-url.el (browse-url-filename-alist): On Windows, add
15589 two slashes to the "file:" prefix.
15590 (browse-url-file-url): De-munge Cygwin filenames before passing
15591 them to Windows browser.
15592 (browse-url-default-windows-browser): Use call-process.
15593
aefcadb6
JL
155942009-11-23 Juri Linkov <juri@jurta.org>
15595
15596 Implement DocView Continuous mode. (Bug#4896)
15597 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
15598 (doc-view-mode-map): Bind C-n/<down> to
15599 `doc-view-next-line-or-next-page', C-p/<up> to
15600 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
15601 (doc-view-next-line-or-next-page)
15602 (doc-view-previous-line-or-previous-page): New commands.
15603
0d62bcea
JL
156042009-11-23 Juri Linkov <juri@jurta.org>
15605
15606 Implement Isearch in comint input history. (Bug#3746)
15607 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
15608 `isearch-mode-hook'.
15609 (comint-history-isearch): New defcustom.
15610 (comint-history-isearch-backward)
15611 (comint-history-isearch-backward-regexp): New commands.
15612 (comint-history-isearch-message-overlay): New buffer-local variable.
15613 (comint-history-isearch-setup, comint-history-isearch-end)
15614 (comint-goto-input, comint-history-isearch-search)
15615 (comint-history-isearch-message, comint-history-isearch-wrap)
15616 (comint-history-isearch-push-state)
15617 (comint-history-isearch-pop-state): New functions.
15618
b593f105
MA
156192009-11-23 Michael Albinus <michael.albinus@gmx.de>
15620
15621 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
15622 return.
15623 (tramp-handle-make-symbolic-link)
15624 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
15625 Quote file names.
15626 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
15627 (tramp-handle-process-file): Use it.
15628
0f202d5d
SM
156292009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
15630
15631 * window.el (move-to-window-line-last-op): Remove.
15632 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
15633
216349f8
SM
156342009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
15635
0f202d5d 15636 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
15637 * window.el (move-to-window-line-last-op): New var.
15638 (move-to-window-line-top-bottom): New command.
15639 (global-map): Bind M-r move-to-window-line-top-bottom.
15640
c10e0633
GM
156412009-11-23 Sven Joachim <svenjoac@gmx.de>
15642
15643 * dired-x.el (dired-guess-shell-alist-default):
15644 Support xz format. (Bug#4953)
15645
953e0c1a
GM
156462009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
15647
15648 * emulation/viper-cmd.el: Use viper-last-command-char instead of
15649 last-command-char/last-command-event.
15650 (viper-prefix-arg-value): Do correct conversion of event-char for
15651 XEmacs.
15652
83505cfe
SM
15653 * emulation/viper-util.el, emulation/viper.el:
15654 Use viper-last-command-char instead of
15655 last-command-char/last-command-event.
953e0c1a 15656
83505cfe
SM
15657 * ediff-init.el, ediff-mult.el, ediff-util.el:
15658 Replace last-command-char and last-command-event
15659 with (ediff-last-command-char) everywhere.
953e0c1a
GM
15660
15661 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
15662 created in fundamental mode.
15663
15664 * ediff.el (ediff-version): Revert the change of interactive-p to
15665 called-interactively-p.
15666
9ee12eee
TH
156672009-11-22 Tassilo Horn <tassilo@member.fsf.org>
15668
15669 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
15670 generation from word-movement command names.
15671
8b571bf3
JD
156722009-11-21 Jan Djärv <jan.h.d@swipnet.se>
15673
15674 * cus-start.el (all): Add native condition for font-use-system-font.
15675
4121db47
AM
156762009-11-21 Nathaniel Flath <flat0103@gmail.com>
15677
83505cfe
SM
15678 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
15679 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 15680
d71f5e0c
TH
156812009-11-21 Tassilo Horn <tassilo@member.fsf.org>
15682
15683 * progmodes/subword.el: Rename from lisp/subword.el.
15684
15685 * subword.el: Rename to progmodes/subword.el.
15686
15687 * Makefile.in (ELCFILES): Adapt to subword.el move.
15688
fc9d6ad6 156892009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4e2af782 15690 Stefan Monnier <monnier@iro.umontreal.ca>
fc9d6ad6
SM
15691
15692 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
15693 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
15694 (bookmark-bmenu-show-filenames): Use push.
15695 (bookmark-bmenu-hide-filenames): Use local var instead of
15696 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
15697 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
15698 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
15699 filenames now that the bookmark names are always available.
15700
26d9285f
SM
157012009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15702
15703 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
15704 (bookmark-search-pattern): Move and leave unbound.
15705 (bookmark-bmenu-mode-map): Change binding.
15706 (bookmark-read-search-input): Simplify.
15707 Don't use text-char-description. Don't error on non-char events.
15708 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
15709 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
15710 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
15711 Use a local var for the timer.
15712 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
15713 (i.e. bookmark-bmenu-search).
15714
d73a0317
GM
157152009-11-21 Glenn Morris <rgm@gnu.org>
15716
15717 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
15718
e572025f
CY
157192009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
15720
26d9285f
SM
15721 * net/browse-url.el (browse-url-default-windows-browser):
15722 Use cygstart for cygwin.
e572025f 15723
6aeaa3dc
KF
157242009-11-20 Karl Fogel <karl.fogel@red-bean.com>
15725
e4070cdc 15726 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
15727 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
15728 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 15729 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
15730 (bookmark-read-search-input): Adjust to fit within 80 columns.
15731
a9b76eec
TH
157322009-11-20 Tassilo Horn <tassilo@member.fsf.org>
15733
15734 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
15735 (c-backward-into-nomenclature): Adapt to subword renaming.
15736
15737 * subword.el (subword-forward, subword-backward, subword-mark)
15738 (subword-kill, subword-backward-kill, subword-transpose)
15739 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
15740 (subword-forward-internal, subword-backward-internal):
15741 Rename from forward-subword, backward-subword, mark-subword,
15742 kill-subword, backward-kill-subword, transpose-subwords,
15743 downcase-subword, upcase-subword, capitalize-subword,
15744 forward-subword-internal, backward-subword-internal.
a9b76eec 15745
1e7d4475
SM
157462009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15747
26d9285f
SM
15748 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
15749 New options.
1e7d4475
SM
15750 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
15751 New vars.
15752 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
15753 (bookmark-bmenu-filter-alist-by-regexp)
15754 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
15755 (bookmark-bmenu-search): New command.
15756 (bookmark-bmenu-mode-map): Bind it.
15757
653d1554
TH
157582009-11-20 Tassilo Horn <tassilo@member.fsf.org>
15759
ab84bfa0
TH
15760 * progmodes/cc-cmds.el: declare-functioned forward-subword and
15761 backward-subword to quit the byte-compiler.
15762
1f35fda9
TH
15763 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
15764
15765 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
15766
653d1554 15767 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
15768 (c-forward-into-nomenclature, c-backward-into-nomenclature):
15769 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
15770
15771 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
15772 subword.el functions instead of cc-subword.el.
15773
1e7d4475
SM
15774 * progmodes/cc-subword.el: Rename to subword.el.
15775 * subword.el: Rename from progmodes/cc-subword.el.
15776 (subword-mode-map): Rename from c-subword-mode-map.
15777 (subword-mode): Rename from c-subword-mode.
653d1554 15778 (global-subword-mode): New global minor mode.
1e7d4475
SM
15779 (forward-subword): Rename from c-forward-subword.
15780 (backward-subword): Rename from c-backward-subword.
15781 (mark-subword): Rename from c-mark-subword.
15782 (kill-subword): Rename from c-kill-subword.
15783 (backward-kill-subword): Rename from c-backward-kill-subword.
15784 (transpose-subwords): Rename from c-tranpose-subword.
15785 (downcase-subword): Rename from c-downcase-subword.
15786 (capitalize-subword): Rename from c-capitalize-subword.
15787 (forward-subword-internal): Rename from c-forward-subword-internal.
15788 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 15789
9717f119
DN
157902009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
15791
8de724f3
DN
15792 * vc.el (vc-deduce-fileset): Allow non-state changing operations
15793 from a dired buffer.
15794 (vc-dired-deduce-fileset): New function.
15795 (vc-root-diff, vc-print-root-log): Use it.
15796
9717f119
DN
15797 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
15798 nil LIMIT argument to vc-print-log-internal.
15799
af4999b8
GM
158002009-11-20 Glenn Morris <rgm@gnu.org>
15801
15802 * Makefile.in (ELCFILES): Regenerate.
15803
b58edcb6
JB
158042009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
15805
02e1b488
SM
15806 * calc/calc.el (calc-set-mode-line):
15807 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
15808 (math-format-number): Rename `math-format-complement-signed' to
15809 `math-format-twos-complement'.
15810
02e1b488 15811 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
15812 math-format-complement-signed.
15813 (calc-radix): Rename `calc-complement-signed-mode' to
15814 `calc-twos-complement-mode'.
02e1b488
SM
15815 (calc-octal-radix, calc-hex-radix): Add an argument for
15816 two's complement.
b58edcb6 15817
02e1b488
SM
15818 * calc/calc-embed.el (calc-embedded-mode-vars):
15819 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 15820
02e1b488
SM
15821 * calc/calc-ext.el (calc-init-extensions):
15822 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
15823 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
15824
02e1b488
SM
15825 * calc/calc-units.el (math-build-units-table-buffer):
15826 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
15827
15828 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
15829 entries.
15830
15831 * calc/calc-vec.el (calcFunc-vunpack):
15832 * calc/calc-aent.el (calc-do-calc-eval):
15833 * calc/calc-forms.el (math-format-date):
15834 * calc/calc-graph.el (calc-graph-plot):
15835 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
15836 * calc/calccomp.el (math-compose-expr):
15837 Let `calc-twos-complement-mode' be nil.
15838
158392009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15840
15841 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
15842 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
15843 * minibuffer.el (completion-in-region-functions): New hook.
15844 (completion-in-region): New function.
15845 * emacs-lisp/lisp.el (lisp-complete-symbol):
15846 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 15847
e3353a78
SM
158482009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15849
eff77808
SM
15850 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
15851 (latex-complete-alist): New vars.
15852 (latex-string-prefix-p, latex-complete-bibtex-keys)
15853 (latex-complete-envnames, latex-complete-refkeys)
15854 (latex-complete-data): New functions.
15855 (latex-complete, latex-indent-or-complete): New commands.
15856
d2c9fc42
SM
15857 * window.el (display-buffer-mark-dedicated): New var.
15858 (display-buffer): Obey it.
15859 * minibuffer.el (minibuffer-completion-help): Use it.
15860
31a1c477
SM
15861 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
15862
bed4c972
SM
15863 * filecache.el (file-cache-add-file): Use push and cons.
15864 (file-cache-delete-file-regexp): Use push.
15865 (file-cache-complete): Use completion-in-region.
15866
8c22699f
SM
15867 * simple.el (with-wrapper-hook): Fix thinko.
15868
e3353a78
SM
15869 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
15870 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
15871 Use with-current-buffer and string-to-number.
15872 (hfy-fallback-colour-values): Use assoc-string.
15873 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
15874 (hfy-face-at): Remove unused var `found-face'.
15875 (hfy-compile-stylesheet): Remove unused var `css'.
15876 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
15877 and `orig-buffer'.
15878 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
15879 Use with-current-buffer.
15880 (hfy-text-p): Use expand-file-name and fewer setq.
15881
acca02b0
SM
158822009-11-19 Vivek Dasmohapatra <vivek@etla.org>
15883
15884 * htmlfontify.el, hfy-cmap.el: New files.
15885
042b7cc6
JL
158862009-11-19 Juri Linkov <juri@jurta.org>
15887
15888 * minibuffer.el (completions-format): New defcustom.
15889 (completion--insert-strings): Implement vertical format.
15890
15891 * simple.el (switch-to-completions): Move point to the first
15892 completion when point was at the beginning of the buffer.
15893
da205913
JL
158942009-11-19 Juri Linkov <juri@jurta.org>
15895
15896 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
15897
15898 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
15899
0b8ee421
CY
159002009-11-19 Chong Yidong <cyd@stupidchicken.com>
15901
15902 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
15903 (mail-signature): Change default to t.
15904 (mail-from-style): Deprecate `system-default' value.
15905 (mail-insert-from-field): For default value of mail-from-style,
15906 default to `angles' unless `angles' needs quoting and `parens'
15907 does not.
15908 (mail-citation-prefix-regexp): Use citation regexp from
15909 message-mode.
15910
4265deab
MA
159112009-11-19 Michael Albinus <michael.albinus@gmx.de>
15912
acca02b0
SM
15913 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
15914 Set variables for computing the prompt for reading password.
4265deab 15915
27cacd2d
GM
159162009-11-19 Glenn Morris <rgm@gnu.org>
15917
470bce7d
GM
15918 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
15919
7e705a1d
GM
15920 * textmodes/flyspell.el (sgml-lexical-context): Declare.
15921
27cacd2d
GM
15922 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
15923 (newsticker-treeview-listwindow-height): Fix custom type.
15924
b2f0be0f
KH
159252009-11-19 Kenichi Handa <handa@m17n.org>
15926
15927 * descr-text.el (describe-char-padded-string): Compose with TAB
15928 only if there's a font for CH.
02e1b488 15929 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 15930
03446045 159312009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
15932
15933 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 15934 more accurate version of the regexp. (Bug#3910)
b96337b0 15935
03446045 159362009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
15937
15938 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
15939
e0620570
JB
159402009-11-18 Juanma Barranquero <lekktu@gmail.com>
15941
15942 * font-setting.el (font-use-system-font): Declare for byte-compiler.
15943 (font-setting-change-default-font): Fix typo in docstring.
15944
6cc6582e
AM
159452009-11-18 Alan Mackenzie <acm@muc.de>
15946
15947 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
15948
dfb3c4c6
JD
159492009-11-17 Jan Djärv <jan.h.d@swipnet.se>
15950
02e1b488 15951 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
15952
15953 * cus-start.el (all): ... to here.
15954
e268e987
MA
159552009-11-17 Michael Albinus <michael.albinus@gmx.de>
15956
15957 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
15958 Don't set `ad-return-value' if `ad-do-it' doesn't.
15959
303ffde8
MA
15960 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
15961 modification time.
15962
637fa988
JD
159632009-11-17 Jan Djärv <jan.h.d@swipnet.se>
15964
15965 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 15966 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
15967
15968 * loadup.el: If feature system-font-setting or font-render-setting is
15969 there, load font-setting.
15970
02e1b488 15971 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
15972 * font-setting.el: New file.
15973
1d16a255
GM
159742009-11-17 Glenn Morris <rgm@gnu.org>
15975
15976 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
15977
2d84f804
GM
15978 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
15979 Preserve point in the list buffer. (Bug#4939)
15980 Use point-at-eol.
15981 (newsticker--treeview-list-update-highlight)
15982 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
15983
14467b99
JB
159842009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
15985
15986 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
15987 Remove.
15988
15989 * calc/calc-ext.el (calc-init-extensions): Remove references to
15990 symclip.
15991
15992 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
15993
15994 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 15995 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
15996 `calc-symclip'.
15997
e3c39c01
KR
159982009-11-16 Kevin Ryde <user42@zip.com.au>
15999
02e1b488 16000 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 16001 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 16002
497de631
KR
16003 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
16004 (lm-keywords-list): Allow comma-only separator like "foo,bar".
16005 Ignore trailing spaces by omit-nulls to split-string (fixing
16006 regression from Emacs 21 due to the incompatible split-string
14467b99 16007 change). (Bug #4928.)
497de631 16008
48b27575
DN
160092009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
16010
5237d741 16011 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
16012 (vc-print-log-internal): Insert buttons to request more entries
16013 when limiting the output.
16014
16015 * vc-sccs.el (vc-sccs-print-log):
16016 * vc-rcs.el (vc-rcs-print-log):
16017 * vc-cvs.el (vc-cvs-print-log):
16018 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
16019 LIMIT is non-nil.
16020
d3e97185
MA
160212009-11-16 Michael Albinus <michael.albinus@gmx.de>
16022
16023 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
16024 error when `tramp-gvfs-dbus-event-vector' is set.
16025 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
16026
68d87786
SM
160272009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
16028
16029 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
16030
c0a39702
MA
160312009-11-16 Michael Albinus <michael.albinus@gmx.de>
16032
16033 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 16034 (dbus-register-property): Register the handlers of
c0a39702
MA
16035 "org.freedesktop.DBus.Properties" for SERVICE.
16036 (dbus-property-handler): Fix docstring.
16037
1e857121
YM
160382009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16039
16040 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
16041 Quote doc string reference in defvaralias as it is not in special form.
16042 (byte-compile-output-docform): Doc fix.
16043
887484c1
JB
160442009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
16045
16046 * calc/calc.el (math-2-word-size, math-half-2-word-size)
16047 (calc-complement-signed-mode): New variables.
16048 (calc-set-mode-line): Add indicator for twos-complements.
16049 (math-format-number): Format twos-complement notation.
16050
16051 * calc/calc-bin.el (calc-word-size): Reset the variables
16052 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
16053 (math-format-complement-signed, math-symclip, calcFunc-symclip)
16054 (calc-symclip): New functions.
887484c1
JB
16055
16056 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
16057
68d87786
SM
16058 * calc/calc-embed.el (calc-embedded-mode-vars):
16059 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
16060
16061 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 16062 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
16063
16064 * calc/calc-ext.el (math-read-number-fancy): Read complement
16065 signed numbers.
68d87786
SM
16066 (calc-init-extensions): Add binding for `calc-symclip'.
16067 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
16068
16069 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
16070 `calc-symclip'.
68d87786 16071 (calc-modes-menu): Add item for twos complement mode.
887484c1 16072
5237d741 16073 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 16074
4cf1d7e3
CY
160752009-11-15 Chong Yidong <cyd@stupidchicken.com>
16076
16077 * register.el (jump-to-register, insert-register): Handle Semantic
16078 tags. From commented-out advice in semantic/senator.el.
16079
f8e65267
DN
160802009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
16081
6616006b
DN
16082 * vc.el (vc-log-show-limit): New variable.
16083 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
16084 when using a prefix argument.
16085 (vc-print-log-internal): Add new argument LIMIT.
16086
16087 * vc-svn.el (vc-svn-print-log):
16088 * vc-mtn.el (vc-mtn-print-log):
16089 * vc-hg.el (vc-hg-print-log):
16090 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 16091 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
16092 non-optional.
16093
16094 * vc-sccs.el (vc-sccs-print-log):
16095 * vc-rcs.el (vc-rcs-print-log):
16096 * vc-git.el (vc-git-print-log):
16097 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
01c35094 16098 ignore it. Make the BUFFER argument non-optional.
6616006b 16099
f8e65267
DN
16100 * bindings.el (mode-line-buffer-identification): Do not purecopy.
16101
0566c4bc
CY
161022009-11-15 Chong Yidong <cyd@stupidchicken.com>
16103
7cce3c91
CY
16104 * dired.el (dired-mode-map): Move encryption items to "Operate"
16105 menu (Bug#4703).
16106
d7063de9
CY
16107 * strokes.el (strokes-update-window-configuration): Make strokes
16108 buffer current before erasing (Bug#4906).
16109
0fc10137
JL
161102009-11-15 Juri Linkov <juri@jurta.org>
16111
16112 * simple.el (set-mark-default-inactive): Add :type, :group
16113 and :version. (Bug#4876)
16114
f5fce4ec
MA
161152009-11-15 Michael Albinus <michael.albinus@gmx.de>
16116
16117 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
16118 (archive-unique-fname): ... here. (Bug#4929)
16119
8d720a00
SM
161202009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
16121
589888fe
SM
16122 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
16123 with a real fix.
16124
8d720a00
SM
16125 * novice.el (disabled-command-function): Add useful args.
16126 Setup the help buffer so that [back] works.
16127 Remove redundant call to help-mode.
16128 (disabled-command-function): Use `case'.
16129 (en/disable-command): New function extracted from enable-command.
16130 (enable-command, disable-command): Use it.
16131
a61344d6
GM
161322009-11-14 Glenn Morris <rgm@gnu.org>
16133
497f0cdd
GM
16134 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
16135 constants. (Bug#4913)
16136
a61344d6
GM
16137 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
16138
d501801e
GM
161392009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
16140
16141 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
16142 defined in C that have no doc-strings. (Bug#1063)
16143
5af27ac2
GM
161442009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
16145
16146 * cus-edit.el (data, files):
16147 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
16148
aec5395b
CY
161492009-11-14 Chong Yidong <cyd@stupidchicken.com>
16150
e7791447
CY
16151 * simple.el (shell-command): Doc fix (Bug#4891).
16152
aec5395b
CY
16153 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
16154
7a41cd7f
GM
161552009-11-14 Glenn Morris <rgm@gnu.org>
16156
c3583c94
GM
16157 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
16158 statements for vc-diff, emerge-quit, and rmail-cease-edit.
16159 If they are already loaded, eval-after-load will do the right thing.
16160
73900d1f
GM
16161 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
16162 compiling.
16163
0028351d
GM
16164 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
16165
f6714ede
GM
16166 * simple.el (x-selection-owner-p): Declare.
16167 (read-mail-command): Use custom radio type rather than choice.
16168 (completion-no-auto-exit): Doc fix.
16169
7a41cd7f 16170 * custom.el (defgroup):
5af27ac2 16171 * epg-config.el (epg): Doc fixes.
7a41cd7f 16172
2d0659ec
DN
161732009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
16174
16175 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
16176 * international/ccl.el (define-ccl-program): Do not purecopy the
16177 docstring, defconst does it anyway.
16178
7fdbcd83
SM
161792009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16180
d499c5b9
SM
16181 * add-log.el (add-change-log-entry): Avoid displaying the changelog
16182 a second time.
16183
7fdbcd83
SM
16184 * x-dnd.el (x-dnd-maybe-call-test-function):
16185 * window.el (split-window-vertically):
16186 * whitespace.el (whitespace-help-on):
16187 * vc-rcs.el (vc-rcs-consult-headers):
16188 * userlock.el (ask-user-about-lock-help)
16189 (ask-user-about-supersession-help):
16190 * type-break.el (type-break-force-mode-line-update):
16191 * time-stamp.el (time-stamp-conv-warn):
16192 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 16193 (te-sentinel, terminal-emulator):
7fdbcd83
SM
16194 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
16195 (term-write-input-ring, term-check-source, term-start-output-log):
16196 (term-display-buffer-line, term-dynamic-list-completions):
16197 (term-ansi-make-term, serial-term):
16198 * subr.el (selective-display):
16199 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
16200 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
16201 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
16202 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
16203 (speedbar-remove-localized-speedbar-support)
16204 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
16205 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
16206 (speedbar-buffers-line-directory):
16207 * simple.el (shell-command-on-region, append-to-buffer)
16208 (prepend-to-buffer):
16209 * shadowfile.el (shadow-save-todo-file):
16210 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
16211 (scroll-bar-maybe-set-window-start):
16212 * sb-image.el (speedbar-image-dump):
16213 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
16214 (load-save-place-alist-from-file):
16215 * ps-samp.el (ps-print-message-from-summary):
16216 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
16217 (ps-background-image, ps-begin-job, ps-do-despool):
16218 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
16219 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
16220 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
16221 (pr-call-process, pr-file-list, pr-interface-save):
16222 * novice.el (disabled-command-function)
16223 (enable-command, disable-command):
16224 * mouse.el (mouse-buffer-menu-alist):
16225 * mouse-copy.el (mouse-kill-preserving-secondary):
16226 * macros.el (kbd-macro-query):
16227 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
16228 * informat.el (batch-info-validate):
16229 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
16230 * hippie-exp.el (try-expand-dabbrev-visible):
16231 * help-mode.el (help-make-xrefs):
16232 * help-fns.el (describe-variable):
16233 * generic-x.el (bat-generic-mode-run-as-comint):
16234 * finder.el (finder-mouse-select):
16235 * find-dired.el (find-dired-sentinel):
16236 * filesets.el (filesets-file-close):
16237 * files.el (list-directory):
16238 * faces.el (list-faces-display, describe-face):
16239 * facemenu.el (list-colors-display):
16240 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
16241 * epg.el (epg--process-filter, epg-cancel):
16242 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
16243 (epa--read-signature-type):
16244 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
16245 (emerge-file-names):
16246 * ehelp.el (electric-helpify):
16247 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
16248 * ediff-vers.el (rcs-ediff-view-revision):
16249 * ediff-util.el (ediff-setup):
16250 * ediff-mult.el (ediff-append-custom-diff):
16251 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
16252 (ediff-wordify):
16253 * echistory.el (Electric-command-history-redo-expression):
16254 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
16255 * disp-table.el (describe-display-table):
16256 * dired.el (dired-find-buffer-nocreate):
16257 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
16258 * dabbrev.el (dabbrev--same-major-mode-p):
16259 * chistory.el (list-command-history):
16260 * apropos.el (apropos-documentation):
16261 * allout.el (allout-obtain-passphrase):
16262 (allout-copy-exposed-to-buffer):
16263 (allout-verify-passphrase): Use with-current-buffer.
16264
2ccbc060
GM
162652009-11-13 Glenn Morris <rgm@gnu.org>
16266
16267 * Makefile.in (ELCFILES): Regenerate.
16268
b172ed20
MA
162692009-11-13 Michael Albinus <michael.albinus@gmx.de>
16270
7fdbcd83
SM
16271 * net/dbus.el (dbus-registered-objects-table): Rename from
16272 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
16273 (dbus-unregister-object): Unregister also properties.
16274 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
16275 Use a timeout of 500 msec, in order to not block.
16276 (dbus-register-property, dbus-property-handler): New defuns.
16277
e96d62cd
SM
162782009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16279
16280 * simple.el (minibuffer-default-add-completions): Drop deprecated
16281 4th arg.
16282
14bd267d
EZ
162832009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
16284
e96d62cd
SM
16285 * textmodes/artist.el (artist-mouse-choose-operation):
16286 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 16287 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
16288 (artist-compute-up-event-key): New function.
16289 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
16290
bf89fd7b
KH
162912009-11-13 Kenichi Handa <handa@m17n.org>
16292
16293 * language/japan-util.el: Make sure that the value of jisx0208
16294 property is jisx0208 character.
16295
f70b8925
DN
162962009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
16297
16298 * international/mule.el (auto-coding-regexp-alist): Only purecopy
16299 car or each item, not the whole list.
16300
4d93a9e0
SM
163012009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
16302
16303 * minibuffer.el (minibuffer-completion-help):
16304 Use minibuffer-hide-completions.
16305
05404988
SM
163062009-11-12 Per Starbäck <per@starback.se> (tiny change)
16307
16308 * dired.el (dired-save-positions, dired-restore-positions): New funs.
16309 (dired-revert): Use them (bug#4880).
16310
5297bc10
DN
163112009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16312
16313 * tooltip.el (tooltip-frame-parameters): Undo previous change.
16314
e2685eb7
JL
163152009-11-12 Juri Linkov <juri@jurta.org>
16316
16317 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
16318 New functions.
16319 (find-file-literally-at-point): Alias of `ffap-literally'.
16320
76410c3e
DN
163212009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16322
6d341a2a
DN
16323 * textmodes/ispell.el (ispell-skip-region-alist):
16324 * textmodes/css-mode.el (auto-mode-alist):
16325 * progmodes/compile.el (auto-mode-alist):
16326 * international/mule.el (ctext-non-standard-encodings-alist)
16327 (ctext-non-standard-encodings-regexp):
16328 * simple.el (shell-command-switch, text-read-only):
16329 * replace.el (occur-mode-map):
16330 * paths.el (rmail-file-name):
16331 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
16332 * find-file.el (ff-special-constructs):
16333 * files.el (file-name-handler-alist):
16334 * composite.el: Purecopy strings.
16335
76410c3e
DN
16336 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
16337
aaa448c9
DN
163382009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16339
16340 * widget.el (define-widget): Purecopy the docstring.
16341 * international/mule-cmds.el (charset): Do not purecopy the
16342 docstring here, define-widget does it.
16343
16344 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
16345 * textmodes/bibtex-style.el (auto-mode-alist):
16346 * progmodes/inf-lisp.el (inferior-lisp-prompt):
16347 * progmodes/compile.el (compile-command):
16348 * language/korea-util.el (default-korean-keyboard):
16349 * international/mule-conf.el (file-coding-system-alist):
16350 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
16351 * tooltip.el (tooltip-frame-parameters):
16352 * newcomment.el (comment-end, comment-padding):
16353 * dired.el (dired-trivial-filenames):
16354 * comint.el (comint-file-name-prefix): Purecopy initial values.
16355
bbe650fd
MA
163562009-11-11 Michael Albinus <michael.albinus@gmx.de>
16357
16358 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
16359 (tramp-advice-minibuffer-electric-tilde): Unload advices via
16360 `tramp-unload'.
16361 (tramp-advice-make-auto-save-file-name)
16362 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
16363 after removing the advice.
16364
6bdad9ae
DN
163652009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16366
2f7f4bee
DN
16367 * progmodes/grep.el (grep-regexp-alist):
16368 * international/mule-cmds.el (iso-2022-control-alist):
16369 * emacs-lisp/timer.el (timer-duration-words):
16370 * subr.el (version-separator, version-regexp-alist):
16371 * minibuffer.el (completion-styles-alist):
16372 * faces.el (face-attribute-name-alist, list-faces-sample-text):
16373 Change defvars to defconsts.
16374
a042de45
DN
16375 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
16376 * loadup.el ("international/mule-conf"): Load the byte compiled version.
16377 * international/mule-conf.el: Allow to be byte compiled.
16378
3b6acc72
DN
16379 * international/mule.el (define-charset): Purecopy props.
16380 (load-with-code-conversion): Purecopy doc string and file name.
16381 (put-charset-property): Purecopy strings.
16382 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
16383
1c2efdfb 16384 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
16385 (define-char-code-property): Correctly purecopy the table.
16386
62591911
DN
16387 * international/ccl.el (define-ccl-program): Purecopy the docstring.
16388
8b908da6
DN
16389 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
16390
ff917d63
DN
16391 * subr.el (add-hook): Purecopy strings.
16392 (eval-after-load): Purecopy load-history-regexp and the form.
16393
af89cf77
DN
16394 * custom.el (custom-declare-group): Purecopy load-file-name.
16395
a3c20c83 16396 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
16397 * net/eudc.el (eudc-tools-menu):
16398 * international/mule-cmds.el (set-coding-system-map)
16399 (mule-menu-keymap):
16400 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
16401 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
16402 * replace.el (occur-mode-map):
16403 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 16404 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
16405 (menu-bar-custom-menu, menu-bar-showhide-menu)
16406 (menu-bar-options-menu, menu-bar-tools-menu)
16407 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
16408 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
16409 (menu-bar-help-menu):
16410 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
16411 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
16412
6bdad9ae
DN
16413 * term/x-win.el (x-gtk-stock-map):
16414 * progmodes/vera-mode.el (auto-mode-alist):
16415 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
16416 (inferior-lisp-program, inferior-lisp-load-command):
16417 * progmodes/hideshow.el (hs-special-modes-alist):
16418 * progmodes/gud.el (same-window-regexps):
16419 * progmodes/grep.el (grep-program, find-program, xargs-program):
16420 * net/telnet.el (same-window-regexps):
16421 * net/rlogin.el (same-window-regexps):
16422 * language/ethiopic.el (font-ccl-encoder-alist):
16423 * vc-sccs.el (vc-sccs-master-templates):
16424 * vc-rcs.el (vc-rcs-master-templates):
16425 * subr.el (cl-assertion-failed):
16426 * simple.el (next-error-overlay-arrow-position):
16427 * lpr.el (lpr-command):
16428 * locate.el (locate-ls-subdir-switches):
16429 * info.el (same-window-regexps, info)
16430 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
16431 * image-mode.el (image-mode, auto-mode-alist):
16432 * hippie-exp.el (hippie-expand-ignore-buffers):
16433 * format.el (format-alist):
16434 * find-dired.el (find-ls-subdir-switches, find-grep-options)
16435 (find-name-arg):
16436 * facemenu.el (facemenu-keybindings):
16437 * dired.el (dired-listing-switches, dired-chown-program):
16438 * diff.el (diff-switches, diff-command):
16439 * cus-edit.el (same-window-regexps):
16440 * bindings.el (mode-line-mule-info)
16441 (mode-line-buffer-identification): Purecopy strings.
16442
e0987650
JL
164432009-11-11 Juri Linkov <juri@jurta.org>
16444
3570691b 16445 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
16446 Tell the byte-compiler about dired-get-filename.
16447 (shell-command): In Dired mode, get filename from the current line
16448 as the default value.
16449
b16ff465
GM
164502009-11-10 Glenn Morris <rgm@gnu.org>
16451
e8a11b22
GM
16452 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
16453 * calendar/holidays.el, progmodes/cperl-mode.el:
16454 Update x-popup-menu declarations.
16455
b16ff465
GM
16456 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
16457 (list-load-path-shadows): Use dolist.
16458 (list-load-path-shadows): Use with-current-buffer.
16459
032c3399
JL
164602009-11-10 Juri Linkov <juri@jurta.org>
16461
16462 * minibuffer.el (read-file-name): Support a list of default values
16463 in `default-filename'. Use the first file name where only one
16464 element is required. Doc fix.
16465
8fb1629f
MA
164662009-11-09 Michael Albinus <michael.albinus@gmx.de>
16467
16468 * net/dbus.el (dbus-unregister-object): Release service, if no
16469 other method is registered for it.
16470
a51203ee 164712009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
16472
16473 * bookmark.el (bookmark-completing-read): Sort bookmark names if
16474 bookmark-sort-flag is non-nil (Bug#4653).
16475
9bf7dc8a
CY
164762009-11-08 Chong Yidong <cyd@stupidchicken.com>
16477
15207e74
CY
16478 * emulation/cua-base.el: Add CUA property to some CC mode commands
16479 (Bug#4100).
16480
8bf7ed70
KR
164812009-11-08 Kevin Ryde <user42@zip.com.au>
16482
16483 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 16484 at end of sentence (Bug#4818).
8bf7ed70 16485
951802d0
CY
164862009-11-08 Jared Finder <jfinder@crypticstudios.com>
16487
16488 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16489 Handle "see declaration of" MSFT statements (Bug#4100).
16490
e8244310
MA
164912009-11-08 Michael Albinus <michael.albinus@gmx.de>
16492
16493 * net/tramp.el (tramp-advice-make-auto-save-file-name)
16494 (tramp-advice-file-expand-wildcards): Unload via
16495 `ad-remove-advice'.
16496
16497 * net/trampver.el: Update release number.
16498
a51203ee 164992009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
16500
16501 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
16502 `ad-do-it'.
16503
a51203ee 165042009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
16505
16506 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
16507 in order to keep context in SELinux.
16508
bedd8a58
CY
165092009-11-08 Chong Yidong <cyd@stupidchicken.com>
16510
16511 * dired-aux.el (dired-query): Place cursor in echo area and allow
16512 C-g.
16513
16514 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
16515 menu item if not on a directory (Bug#4701).
16516
0484d600
MA
165172009-11-07 Michael Albinus <michael.albinus@gmx.de>
16518
16519 Sync with Tramp 2.1.17.
16520
16521 * net/tramp.el (tramp-handle-copy-directory): Don't use
16522 `file-remote-p' (due to compatibility).
16523
16524 * net/tramp-compat.el (tramp-compat-copy-directory)
16525 (tramp-compat-delete-directory): New defuns.
16526
16527 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6a7662bb
BR
16528 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
16529 Use `tramp-compat-delete-directory'.
0484d600
MA
16530
16531 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6a7662bb
BR
16532 (tramp-smb-handle-delete-directory):
16533 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
0484d600
MA
16534
16535 * net/trampver.el: Update release number.
16536
b42b2189
CY
165372009-11-07 Chong Yidong <cyd@stupidchicken.com>
16538
6960d7b9
CY
16539 * tar-mode.el (tar-copy): Call write-region on the right buffer
16540 (Bug#4857).
16541
b42b2189
CY
16542 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
16543 by hand, if necessary (Bug#4878).
16544
0ad57dfd
CY
165452009-11-06 Chong Yidong <cyd@stupidchicken.com>
16546
d19e23ae
CY
16547 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
16548 align size column (Bug#4839).
16549
0ad57dfd
CY
16550 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
16551 statement.
16552
0b7f397c
DN
165532009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16554
16555 * progmodes/ld-script.el (auto-mode-alist):
16556 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
16557
16558 * cus-face.el (custom-declare-face): Purecopy face spec.
16559
495bd5ca
KH
165602009-11-06 Kenichi Handa <handa@m17n.org>
16561
16562 * international/uni-bidi.el: Re-generated.
16563 * international/uni-category.el: Re-generated.
16564 * international/uni-combining.el: Re-generated.
16565 * international/uni-mirrored.el: Re-generated.
16566
1e8780b1
DN
165672009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16568
16569 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
16570 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
16571 (tex-start-options, slitex-run-command, latex-run-command)
16572 (tex-run-command, tex-directory):
16573 * textmodes/ispell.el (ispell-html-skip-alists)
16574 (ispell-tex-skip-alists, ispell-tex-skip-alists):
16575 * textmodes/fill.el (adaptive-fill-first-line-regexp):
16576 (adaptive-fill-regexp):
16577 * textmodes/dns-mode.el (auto-mode-alist):
16578 * progmodes/python.el (interpreter-mode-alist):
16579 * progmodes/etags.el (tags-compression-info-list):
16580 * progmodes/etags.el (tags-file-name):
16581 * net/browse-url.el (browse-url-galeon-program)
16582 (browse-url-firefox-program):
16583 * mail/sendmail.el (mail-signature-file)
16584 (mail-citation-prefix-regexp):
16585 * international/mule-conf.el (eight-bit):
16586 * international/latexenc.el (latex-inputenc-coding-alist):
16587 * international/fontset.el (x-pixel-size-width-font-regexp):
16588 * emacs-lisp/warnings.el (warning-type-format):
16589 * emacs-lisp/trace.el (trace-buffer):
16590 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
16591 (emacs-lisp-mode-map):
16592 * calendar/holidays.el (holiday-solar-holidays)
16593 (holiday-bahai-holidays, holiday-islamic-holidays)
16594 (holiday-christian-holidays, holiday-hebrew-holidays)
16595 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
16596 (hebrew-holidays-1, holiday-oriental-holidays)
16597 (holiday-general-holidays):
16598 * x-dnd.el (x-dnd-known-types):
16599 * tool-bar.el (tool-bar):
16600 * startup.el (site-run-file):
16601 * shell.el (shell-dumb-shell-regexp):
16602 * rfn-eshadow.el (file-name-shadow-tty-properties)
16603 (file-name-shadow-properties):
16604 * paths.el (remote-shell-program, news-directory):
16605 * mouse.el ([C-down-mouse-3]):
16606 * menu-bar.el (menu-bar-tools-menu):
16607 * jka-cmpr-hook.el (jka-compr-load-suffixes)
16608 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
16609 (jka-compr-compression-info-list):
16610 * isearch.el (search-whitespace-regexp):
16611 * image-file.el (image-file-name-extensions):
16612 * find-dired.el (find-ls-option):
16613 * files.el (directory-listing-before-filename-regexp)
16614 (directory-free-space-args, insert-directory-program)
16615 (list-directory-brief-switches, magic-fallback-mode-alist)
16616 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
16617 (automount-dir-prefix):
16618 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
16619 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
16620 (face-font-registry-alternatives, face-font-registry-alternatives)
16621 (face-font-family-alternatives):
16622 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
16623 (facemenu-foreground-menu, facemenu-face-menu):
16624 * epa-hook.el (epa-file-name-regexp):
16625 * dnd.el (dnd-protocol-alist):
16626 * textmodes/rst.el (auto-mode-alist):
a51203ee 16627 * button.el (default-button): Purecopy strings.
1e8780b1 16628
0adae11f
GM
166292009-11-06 Glenn Morris <rgm@gnu.org>
16630
16631 * Makefile.in (ELCFILES): Update.
16632
2adaf057
SM
166332009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
16634
8f72f03c
SM
16635 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
16636 * emacs-lisp/levents.el: Move to obsolete/levents.el.
16637
2adaf057
SM
16638 * nxml/xsd-regexp.el (xsdre-gen-categories):
16639 * nxml/xmltok.el (xmltok-parse-entity):
16640 * nxml/rng-parse.el (rng-parse-validate-file):
16641 * nxml/rng-maint.el (rng-format-manual)
16642 (rng-manual-output-force-new-line):
16643 * nxml/rng-loc.el (rng-save-schema-location-1):
16644 * nxml/rng-cmpct.el (rng-c-parse-file):
16645 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
16646 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
16647
14862301
SM
166482009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
16649
bf0b361c 16650 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
16651 Remove extra save-excursions and make-variable-buffer-local's.
16652 Suggested by Stefan Monnier.
16653
16654 (verilog-getopt-file, verilog-module-inside-filename-p)
16655 (verilog-set-define): Merge GNU 1.35 and repair changes from
16656 switching to using with-current-buffer.
16657
16658 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
16659 being treated as a number and confusing AUTORESET.
16660 Reported by Dan Dever.
16661
16662 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
16663 Add verilog-auto-ignore-concat to fix backward compatibility with
16664 older verilog-modes. Reported by Dan Katz.
16665
16666 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
16667 containing closing anchors "...$".
16668
16669 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
16670 Reported by Wade Smith.
16671
48c2d18a 16672 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
16673
166742009-11-05 Michael McNamara <mac@mail.brushroad.com>
16675
bf0b361c
JB
16676 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
16677 for labels.
14862301
SM
16678
16679 (verilog-label-re, verilog-calc-1): Support proper indent of named
16680 asserts.
16681
16682 (verilog-backward-token, verilog-basic-complete-re)
16683 (verilog-beg-of-statement, verilog-indent-re): Support proper
16684 indent of the assert statement at the beginning of a block of text.
16685
16686 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
16687 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
16688 tokens as begins.
16689
4f8f657f
GM
166902009-11-05 Glenn Morris <rgm@gnu.org>
16691
775adc51
GM
16692 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
16693 Emacs 19. (Bug#1531)
16694 (byte-compile-fix-header): Update for the above change.
16695 Drop test for epoch::version.
16696
4ad6a5e7 16697 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
16698 * cus-dep.el (custom-make-dependencies):
16699 * finder.el (finder-compile-keywords):
16700 Use autoload-rubric's feature argument.
4ad6a5e7 16701
4f8f657f
GM
16702 * calendar/diary-lib.el (top-level): Make load behave more like require.
16703
881e4184
GM
16704 * vc-git.el (vc-git-stash-map): Move definition before use.
16705
ba214964 167062009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 16707
b6f8ba09
DN
16708 * custom.el (custom-declare-group): Purecopy standard-value.
16709 (custom-declare-group): Purecopy custom-prefix.
16710
7fdbcd83
SM
16711 * international/mule.el (load-with-code-conversion):
16712 Call do-after-load-evaluation unconditionally.
eb6f577b 16713
f6195dfb
DN
16714 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
16715
56f14120
SM
167162009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
16717
16718 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
16719
e5c89ce9
GM
167202009-11-04 Glenn Morris <rgm@gnu.org>
16721
16722 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
16723 (byte-compile-compatibility): Remove option.
16724 (byte-compile-close-variables, byte-compile-fix-header)
16725 (byte-compile-insert-header, byte-compile-output-docform)
16726 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
16727 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
16728 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
16729 (byte-compile-insert, byte-compile-defun):
16730 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
16731 (byte-defop-compiler19): Remove.
16732 Without byte-compile-compatibility, the 'emacs19-opcode property is not
16733 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 16734
e24f42ab
JL
167352009-11-04 Juri Linkov <juri@jurta.org>
16736
16737 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
16738 (menu-bar-options-menu): Don't quote the `prop' arg of
16739 `menu-bar-make-mm-toggle'.
16740
d3d5f4f5
JB
167412009-11-04 Juanma Barranquero <lekktu@gmail.com>
16742
16743 * calendar/calendar.el (cal-loaddefs):
16744 * calendar/diary-lib.el (diary-loaddefs):
16745 * calendar/holidays.el (hol-loaddefs):
16746 * eshell/esh-module.el (esh-groups): Load rather than require.
16747
6e39d3b2
SM
167482009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16749
e96d62cd
SM
16750 * calendar/todo-mode.el (todo-add-category): Don't hardcode
16751 point-min==1.
7e83e8b4
SM
16752 (todo-top-priorities): Only display-buffer when called interactively.
16753 (todo-item-start): Don't save excursion point.
16754 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
16755 (todo-insert-item-here, todo-file-item, todo-remove-item):
16756 Adjust uses of todo-item-start and todo-item-end.
16757
fae4e5b9
SM
16758 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
16759 (autoload-rubric): Don't use any more.
fae4e5b9 16760
6e39d3b2
SM
16761 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
16762 and only put a prop if it is non-nil.
16763
c9753fb4
JL
167642009-11-03 Juri Linkov <juri@jurta.org>
16765
16766 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
16767 (menu-bar-options-menu): Fix list quoting (Bug#4429).
16768
16769 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
16770 and "Menu" to make top-level menu item visually one unit (like
16771 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
16772 multi-word menu items). Fix :help string for quit-window.
16773
db04f33f
GM
167742009-11-03 Glenn Morris <rgm@gnu.org>
16775
2aea6521
GM
16776 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
16777 (byte-compile-file-form-define-abbrev-table)
16778 (byte-compile-file-form-custom-declare-variable)
16779 (byte-compile-variable-ref, byte-compile-defvar):
16780 Whether or not a warning is enabled should only affect whether we issue
16781 the warning, not whether or not we collect the relevant data.
16782 Eg warnings can be turned on and off throughout the course of a file.
16783
db04f33f
GM
16784 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
16785 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
16786
937e6a56
SM
167872009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16788
16789 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
16790 * play/mpuz.el (mpuz-create-buffer):
16791 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
16792 (lm-print-y,s,noise, lm-print-w0, lm-init):
16793 * play/gomoku.el (gomoku-prompt-for-move):
16794 * play/fortune.el (fortune-in-buffer):
16795 * play/dissociate.el (dissociated-press):
16796 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 16797 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
16798 * mail/supercite.el (sc-eref-show):
16799 * mail/smtpmail.el (smtpmail-send-it):
16800 * mail/rmailsum.el (rmail-summary-next-labeled-message)
16801 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
16802 (rmail-summary-undelete-many, rmail-summary-rmail-update)
16803 (rmail-summary-goto-msg, rmail-summary-expunge)
16804 (rmail-summary-get-new-mail, rmail-summary-search-backward)
16805 (rmail-summary-add-label, rmail-summary-output-menu)
16806 (rmail-summary-output-body):
16807 * mail/rfc822.el (rfc822-addresses):
16808 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
16809 * mail/mailpost.el (post-mail-send-it):
16810 * mail/hashcash.el (hashcash-generate-payment):
16811 * mail/feedmail.el (feedmail-run-the-queue)
16812 (feedmail-queue-send-edit-prompt-help-first)
16813 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
16814 (feedmail-deduce-address-list):
16815 * eshell/esh-ext.el (eshell-remote-command):
16816 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
16817 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
16818 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
16819 (viper-save-string-in-file, viper-valid-marker):
16820 * emulation/viper-keym.el (viper-toggle-key):
16821 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
16822 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
16823 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
16824 * emulation/viper-cmd.el (viper-exec-form-in-vi)
16825 (viper-exec-form-in-emacs, viper-brac-function):
16826 * emulation/viper.el (viper-delocalize-var):
16827 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
16828 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
16829 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
16830 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
16831 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
16832 * emulation/edt.el (edt-electric-helpify):
16833 * emulation/cua-rect.el (cua--rectangle-aux-replace):
16834 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
16835 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
16836 (cua-indent-to-global-mark-column):
16837 * calendar/diary-lib.el (calendar-mark-1):
16838 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
16839 Use with-current-buffer.
16840 * emulation/viper.el (viper-delocalize-var): Use dolist.
16841
5b955562
CY
168422009-11-03 Chong Yidong <cyd@stupidchicken.com>
16843
16844 * comint.el (comint-replace-by-expanded-history-before-point):
16845 Replace !! with the previous input string literally (Bug#1795).
16846
6292c599
JB
168472009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
16848
16849 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
16850 to be made up of whitespace.
16851
8368c14e
CY
168522009-11-02 Chong Yidong <cyd@stupidchicken.com>
16853
16854 * minibuffer.el (read-file-name): Don't use file dialogs for
16855 remote directories (Bug#99).
16856
6f750f0d
CY
168572009-11-01 Chong Yidong <cyd@stupidchicken.com>
16858
16859 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
16860
97ab3f47
AS
168612009-11-01 Andreas Schwab <schwab@linux-m68k.org>
16862
16863 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
16864 instead of deleting the window or frame.
16865
673c1168
CY
168662009-10-31 Chong Yidong <cyd@stupidchicken.com>
16867
16868 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
16869 Support face colors.
16870
937e6a56
SM
16871 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
16872 New function. Support face colors (Bug#1168).
673c1168
CY
16873 (tex-common-initialization): Use it.
16874
16875 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
16876 mode allows it (Bug#1168).
16877
c9349f0a
CY
168782009-10-31 Juri Linkov <juri@jurta.org>
16879
16880 * facemenu.el (list-colors-display): Don't mark buffer as
16881 modified (Bug#3948).
16882
ebf5c4f5
CY
168832009-10-31 Chong Yidong <cyd@stupidchicken.com>
16884
6a7662bb
BR
16885 * international/mule-diag.el (list-character-sets-1):
16886 Minor message fix (Bug#3526).
5c2dce75 16887
6a7662bb
BR
16888 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
16889 Fix face property (Bug#4834).
26581f0e
CY
16890 (etags-list-tags, etags-tags-apropos-additional)
16891 (etags-tags-apropos, tags-select-tags-table): Add follow-link
16892 property.
16893
ebf5c4f5
CY
16894 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
16895 items.
16896
9a529312
SM
168972009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
16898
16899 * textmodes/two-column.el (2C-split):
16900 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
16901 * textmodes/tex-mode.el (tex-set-buffer-directory):
16902 * textmodes/spell.el (spell-region, spell-string):
16903 * textmodes/reftex.el (reftex-erase-buffer):
16904 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
16905 * textmodes/reftex-toc.el (reftex-toc-promote-action):
16906 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
16907 (reftex-select-item):
16908 * textmodes/reftex-ref.el (reftex-label-info-update)
16909 (reftex-offer-label-menu):
16910 * textmodes/reftex-index.el (reftex-index-change-entry)
16911 (reftex-index-phrases-info):
16912 * textmodes/reftex-global.el (reftex-create-tags-file)
16913 (reftex-save-all-document-buffers, reftex-ensure-write-access):
16914 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
16915 (reftex-view-crossref-from-bibtex):
16916 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
16917 (reftex-extract-bib-entries-from-thebibliography)
16918 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
16919 * textmodes/refbib.el (r2b-capitalize-title):
16920 (r2b-convert-buffer, r2b-help):
16921 * textmodes/page-ext.el (pages-directory)
16922 (pages-directory-goto-with-mouse):
16923 * textmodes/bibtex.el (bibtex-validate-globally):
16924 * textmodes/bib-mode.el (bib-capitalize-title):
16925 * textmodes/artist.el (artist-clear-buffer, artist-system):
16926 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
16927 (local-set-scheme-interaction-buffer, xscheme-process-filter)
16928 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
16929 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
16930 (xscheme-send-control-g-interrupt, xscheme-start-process)
16931 (xscheme-process-sentinel, xscheme-cd):
16932 * progmodes/verilog-mode.el (verilog-read-always-signals)
16933 (verilog-set-define, verilog-getopt-file)
16934 (verilog-module-inside-filename-p):
16935 * progmodes/sh-script.el:
16936 * progmodes/python.el (python-pdbtrack-get-source-buffer)
16937 (python-pdbtrack-grub-for-buffer, python-execute-file):
16938 * progmodes/octave-inf.el (inferior-octave):
16939 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
16940 (idlwave-shell-compile-helper-routines, idlwave-set-local)
16941 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
16942 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
16943 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
16944 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
16945 (idlwave-shell-filter, idlwave-shell-examine-highlight)
16946 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
16947 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
16948 (idlwave-shell-examine-display, idlwave-shell-run-region)
16949 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
16950 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
16951 * progmodes/idlw-help.el (idlwave-help-get-special-help)
16952 (idlwave-help-get-help-buffer):
16953 * progmodes/gud.el (gud-basic-call, gud-find-class)
16954 (gud-tooltip-activate-mouse-motions-if-enabled):
16955 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
16956 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
16957 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
16958 (ebrowse-tags-next-file):
16959 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
16960 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
16961 (ebnf-eps-finish-and-write):
16962 * progmodes/cpp.el (cpp-edit-save):
16963 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
16964 * progmodes/cc-defs.el (c-emacs-features):
16965 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
16966 (antlr-directory-dependencies):
16967 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
16968 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
16969 (ada-find-any-references, ada-make-filename-from-adaname)
16970 (ada-make-body-gnatstub):
16971 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 16972 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
16973 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
16974 * net/rcirc.el (rcirc-debug):
16975 * net/newst-treeview.el (newsticker--treeview-list-add-item)
16976 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
16977 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
16978 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 16979 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
16980 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
16981 (newsticker--treeview-list-clear-highlight)
16982 (newsticker--treeview-list-update-highlight)
16983 (newsticker--treeview-list-highlight-start)
16984 (newsticker--treeview-tree-update-highlight)
16985 (newsticker--treeview-get-selected-item)
16986 (newsticker-treeview-mark-list-items-old)
16987 (newsticker--treeview-set-current-node):
16988 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
16989 * net/newst-backend.el (newsticker--get-news-by-funcall)
16990 (newsticker--get-news-by-wget, newsticker--image-get)
16991 (newsticker--image-sentinel):
16992 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
16993 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
16994 (eudc-ph-close-session):
16995 * net/eudc.el (eudc-save-options):
16996 * language/thai-word.el (thai-update-word-table):
16997 * language/japan-util.el (japanese-string-conversion):
16998 * international/titdic-cnv.el (tsang-quick-converter)
16999 (ziranma-converter, ctlau-converter):
17000 * international/mule-cmds.el (describe-language-environment):
17001 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
17002 (skkdic-convert-postfix, skkdic-convert-prefix):
17003 (skkdic-convert-okuri-nasi, skkdic-convert):
17004 * emacs-lisp/re-builder.el (reb-update-overlays):
17005 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
17006 * emacs-lisp/gulp.el (gulp-send-requests):
17007 * emacs-lisp/find-gc.el (trace-call-tree):
17008 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
17009 (eieio-describe-generic):
17010 * emacs-lisp/eieio-base.el (eieio-persistent-read):
17011 * emacs-lisp/edebug.el (edebug-outside-excursion):
17012 * emacs-lisp/debug.el (debugger-make-xrefs):
17013 * emacs-lisp/cust-print.el (custom-prin1-to-string):
17014 * emacs-lisp/chart.el (chart-new-buffer):
17015 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
17016 Use with-current-buffer.
17017 * textmodes/artist.el (artist-system): Don't call
17018 copy-sequence on a fresh string.
17019 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
17020
d566f228
GM
170212009-10-31 Stephen Berman <stephen.berman@gmx.net>
17022
17023 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 17024 is no item to edit. (Bug#4820)
d566f228 17025 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 17026 buffer. (Bug#4820)
d566f228 17027
f3628edd
GM
170282009-10-31 Glenn Morris <rgm@gnu.org>
17029
5cf3709c
GM
17030 * net/ange-ftp.el (top-level): Don't require dired when compiling.
17031 (comint-last-output-start, comint-last-input-start)
17032 (comint-last-input-end): Don't defvar when compiling.
17033 (ange-ftp-process-file): Use bound-and-true-p.
17034
4c814fd2
GM
17035 * pcmpl-rpm.el (top-level): Move provide statement to end.
17036 (pcmpl-rpm): Remove unused custom group.
17037
113b8dcc
GM
17038 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
17039
31c615e4
GM
17040 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
17041
416d3588
GM
17042 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17043 (byte-compile-warnings): Add `constants' as an option.
17044 (byte-compile-callargs-warn, byte-compile-arglist-warn)
17045 (display-call-tree): Update for byte-compile-fdefinition possibly
17046 returning `(macro lambda ...)'. (Bug#4778)
17047 (byte-compile-variable-ref, byte-compile-setq-default):
17048 Respect `constants' member of byte-compile-warnings.
17049
00f71f39
SM
170502009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
17051
17052 * vc-bzr.el (vc-bzr-revision-keywords): New var.
17053 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
17054 to "submit:".
17055
ca0a881a
DN
170562009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
17057
17058 * textmodes/ispell.el (ispell-skip-region-alist):
17059 * international/mule-conf.el (eight-bit):
17060 * international/fontset.el (font-encoding-alist):
17061 * startup.el (pure-space-overflow-message):
17062 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
17063 * paths.el (gnus-nntp-service, rmail-spool-directory)
17064 (term-file-prefix):
17065 * files.el (save-some-buffers-action-alist):
17066 * cmuscheme.el (same-window-buffer-names):
17067 * ielm.el (same-window-buffer-names):
17068 * shell.el (same-window-buffer-names):
17069 * mail/sendmail.el (same-window-buffer-names):
17070 * progmodes/inf-lisp.el (same-window-buffer-names):
17071 * bindings.el (mode-line-client)
17072 (mode-line-column-line-number-mode-map):
17073 * language/tibetan.el (tibetan-precomposition-rule-regexp)
17074 (tibetan-precomposed-regexp): Purecopy string arguments.
17075
b861e45e
SM
170762009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17077
6df9b6d7
SM
17078 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
17079 (calcDigit-nondigit):
17080 * calc/calc-yank.el (calc-copy-to-buffer):
17081 * calc/calc-units.el (calc-invalidate-units-table):
17082 * calc/calc-trail.el (calc-trail-yank):
17083 * calc/calc-store.el (calc-insert-variables):
17084 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
17085 * calc/calc-prog.el (calc-read-parse-table):
17086 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
17087 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
17088 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
17089 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
17090 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
17091 (calc-graph-name, calc-graph-find-command, calc-graph-view)
17092 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
17093 * calc/calc-ext.el (calc-realign):
17094 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
17095 (calc-embedded-finish-edit, calc-embedded-make-info)
17096 (calc-embedded-finish-command, calc-embedded-stack-change):
17097 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
17098
70f44c65
SM
17099 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
17100 shell-dynamic-complete-filename in preference to
17101 comint-dynamic-complete-filename.
17102
b861e45e
SM
17103 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
17104 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
17105 Don't consider whether the display supports colors.
17106 (bookmark-import-new-list): Use dolist.
17107 (bookmark-bmenu-mode-map): Move initialization into declaration.
17108 (bookmark-bmenu-list): Use dolist, simplify.
17109 (bookmark-show-all-annotations): Use save-selected-window and dolist.
17110 (menu-bar-final-items): Use push.
17111
8549241d 171122009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
17113
17114 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
17115 it works on remote files.
17116 (vc-hg-diff): Don't pass any `--cwd' argument.
17117
30644573
KR
171182009-10-27 Kevin Ryde <user42@zip.com.au>
17119
cc63d28f
SM
17120 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17121 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
17122 (Further to Bug#3921).
17123
9be01a63
MA
171242009-10-27 Michael Albinus <michael.albinus@gmx.de>
17125
17126 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
17127 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
17128 calling `tramp-imap-put-file'. Add file size to the call.
17129 (tramp-imap-get-file-entries): Compute also user name, file size,
17130 and date.
17131 (tramp-imap-handle-insert-directory): Insert uid and gid.
17132 (tramp-imap-handle-file-attributes): Transform uid and gid
17133 according to `id-format'.
17134 (tramp-imap-put-file): New optional parameter SIZE. Encode file
17135 size in header X-Size.
17136
41849bf9
JB
171372009-10-26 Juanma Barranquero <lekktu@gmail.com>
17138
17139 * simple.el (transpose-subr): Give clearer error when the mark
17140 is not set. (Bug#4807)
17141
293c24f9
MA
171422009-10-26 Michael Albinus <michael.albinus@gmx.de>
17143
cc63d28f
SM
17144 * net/tramp.el (tramp-perl-file-truename): New defconst.
17145 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 17146 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
17147 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
17148 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 17149
cc63d28f
SM
17150 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
17151 Ignore `dired-call-process'.
293c24f9
MA
17152 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
17153
171542009-10-26 Julian Scheid <julians37@gmail.com>
17155
cc63d28f 17156 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
17157 (tramp-get-remote-readlink): New defun.
17158 (tramp-handle-file-truename): Use it.
17159 (tramp-handle-file-exists-p): Check file-attributes cache, assume
17160 file exists if cache value present.
48c2d18a 17161 (tramp-check-cached-permissions): New defun.
293c24f9
MA
17162 (tramp-handle-file-readable-p): Use it.
17163 (tramp-handle-file-writable-p): Likewise.
17164 (tramp-handle-file-executable-p): Likewise.
17165 (tramp-handle-file-name-all-completions): Try using Perl to get
17166 partial completions. When perl not available, combine `cd' and
17167 `ls' into single remote operation and use shell expansion to get
17168 partial remote directory contents. Set `file-exists-p' cache for
17169 directory and any files returned by ls. Change cache handling to
17170 support partial directory contents. Use error message emitted by
17171 remote `cd' or Perl code for local tramp-error.
17172 (tramp-do-copy-or-rename-file-directly): Avoid separate
17173 tramp-send-command-and-check call.
cc63d28f
SM
17174 (tramp-handle-process-file): Merge three remote ops into one.
17175 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
17176 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
17177 file-attributes shows uid/gid to be set already.
17178
a7610c52
DN
171792009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
17180
17181 * textmodes/tex-mode.el (tex-dvi-view-command)
17182 (tex-show-queue-command, tex-open-quote):
17183 * progmodes/ruby-mode.el (auto-mode-alist)
17184 (interpreter-mode-alist): Purecopy strings.
17185
17186 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
17187
17188 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
17189 string for the hook, keymap and abbrev table.
17190
17191 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
17192
17193 * x-dnd.el (x-dnd-xdnd-to-action):
17194 * startup.el (fancy-startup-text, fancy-about-text): Change to
17195 defconst from defvar.
17196
17197 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
17198
17199 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
17200 Purecopy initialization strings.
17201
17202 * mail/sendmail.el (mail-header-separator)
17203 (mail-personal-alias-file):
17204 * mail/rmail.el (rmail-default-dont-reply-to-names)
17205 (rmail-ignored-headers, rmail-retry-ignored-headers)
17206 (rmail-highlighted-headers, rmail-secondary-file-directory)
17207 (rmail-secondary-file-regexp):
17208 * files.el (null-device, file-name-invalid-regexp)
17209 (locate-dominating-stop-dir-regexp)
cc63d28f 17210 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
17211 (interpreter-mode-alist): Use mapcar instead of mapc.
17212
17213 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
17214
17215 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
17216 (completion-ignored-extensions):
17217 (debug-ignored-errors): Purecopy strings.
17218
4fcc3d32
SM
172192009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
17220
0667de21
SM
17221 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
17222 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
17223 (pcomplete--here): Use push.
17224
4fcc3d32
SM
17225 * subr.el (all-completions): Declare the 4th arg obsolete.
17226
955ef430
SM
172272009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
17228
2d085307
SM
17229 * pcomplete.el (pcomplete-unquote-argument-function): New var.
17230 (pcomplete-unquote-argument): New function.
17231 (pcomplete--common-suffix): Always pay attention to case.
17232 (pcomplete--table-subvert): Quote and unquote the text.
17233 (pcomplete--common-quoted-suffix): New function.
17234 (pcomplete-std-complete): Use it and pcomplete-begin.
17235
955ef430
SM
17236 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
17237 we're inside a dedicated or minibuffer window.
17238
7c85c02b
KF
172392009-10-24 Karl Fogel <kfogel@red-bean.com>
17240
17241 * bookmark.el: Update documentation, especially documentation
17242 of `bookmark-alist' and of the bookmark file format.
17243 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
17244
3e8ae8a6
CY
172452009-10-24 Chong Yidong <cyd@stupidchicken.com>
17246
3e425845
CY
17247 * mail/emacsbug.el (report-emacs-bug): Clarify that the
17248 keybindings apply to the mail buffer (Bug#4003). Shrink help
17249 window to buffer.
17250
cdd47d48
CY
17251 * whitespace.el (whitespace-mode, whitespace-newline-mode)
17252 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
17253 (whitespace-toggle-options, global-whitespace-toggle-options):
17254 Doc fix (Bug#3660).
cdd47d48 17255
ba07c9ad
CY
17256 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
17257 of xmltok-start before the end tag was inserted (Bug#2840).
17258
3e8ae8a6
CY
17259 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
17260 patterns that are preceded by an open-paren (Bug#1320).
17261
ab276820
CY
172622009-10-24 Sven Joachim <svenjoac@gmx.de>
17263
17264 * files.el (delete-directory): Delete symlinks to directories with
17265 delete-file (Bug#4739).
17266
905a9ed3
DN
172672009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
17268
a9a2a6db
DN
17269 * vc.el (vc-backend-for-registration): Rename from
17270 vc-get-backend-for-registration. Update callers.
17271
cc63d28f
SM
17272 * international/mule-cmds.el (set-language-info-alist):
17273 Purecopy lang-env.
905a9ed3
DN
17274 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
17275 (charset): Purecopy the name.
17276 (define-char-code-property): Purecopy string arguments.
17277
17278 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17279 Purecopy string arguments.
17280
17281 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
17282 * ediff-hook.el (menu-bar-ediff-menu):
17283 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
17284 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
17285
d270305a
GM
172862009-10-24 Glenn Morris <rgm@gnu.org>
17287
6c74d523 17288 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
17289 * term.el (term-dynamic-list-completions): Use choose-completion rather
17290 than obsolete alias mouse-choose-completion.
17291
ae732337
GM
17292 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
17293 file-cache-choose-completion.
17294 (file-cache-choose-completion): Handle an optional event argument.
17295 (file-cache-mouse-choose-completion): Make it an obsolete alias.
17296
cc63d28f
SM
17297 * progmodes/octave-mod.el (octave-complete-symbol):
17298 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 17299
9847dc91
GM
17300 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
17301 use.
17302
e8f2a5d5
GM
17303 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
17304 compiler.
17305
d270305a
GM
17306 * vc-hooks.el (vc-responsible-backend): Fix declaration.
17307
c6432f1e
SM
173082009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
17309
17310 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
17311 Ignore `pred' now that we receive one.
17312 Handle test-completion specially.
17313
6ab196f9
DN
173142009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17315
17316 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 17317 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
17318 REGISTER ...
17319 (vc-get-backend-for-registration): ... here. New function.
17320 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
17321 of vc-responsible-backend, pass the file name instead of the
17322 directory name.
17323
48feed59
SM
173242009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
17325
17326 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
17327 New funs.
17328 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
17329 (pcomplete-comint-setup): Don't modify a global var via
17330 accidental side-effects.
17331 (pcomplete-shell-setup): Adjust call accordingly.
17332 (pcomplete-parse-comint-arguments): Use push.
17333
00006066
CY
173342009-10-23 Chong Yidong <cyd@stupidchicken.com>
17335
36bfa3af
CY
17336 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17337 Allow uncapitalized info node names (Bug#3921).
17338
00006066
CY
17339 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
17340 to the DEBUG file (Bug#3781).
17341
aa311d6e
CY
173422009-10-23 Jari Aalto <jari.aalto@cante.net>
17343
17344 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
17345 dictionary entry (Bug#4579).
17346
b88f2d0a
MA
173472009-10-23 Michael Albinus <michael.albinus@gmx.de>
17348
17349 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
17350 from `rfn-eshadow-update-overlay-hook' when unloading.
17351 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
17352 "rsyncc". Adjust doc string.
48c2d18a 17353 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
17354 (tramp-handle-insert-file-contents, tramp-handle-write-region):
17355 Keep temporary file when indicated by method ("rsync" and
17356 "rsyncc").
17357 (tramp-handle-write-region): Handle APPEND.
17358 (tramp-delete-temp-file-function): New defun. Added to
17359 `kill-buffer-hook'.
17360
1becddbb
JB
173612009-10-23 Juanma Barranquero <lekktu@gmail.com>
17362
17363 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
17364
8f43cbf3
DN
173652009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17366
17367 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
17368 (color-name-rgb-alist, tty-standard-colors)
17369 (tty-color-mode-alist): Change to defconst.
17370
17371 * simple.el (mark-inactive): Purecopy message.
17372
17373 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
17374 (global-map, yank-menu):
17375 * textmodes/ispell.el (ispell-menu-map):
17376 * net/eudc.el (eudc-tools-menu):
17377 * international/mule-cmds.el (describe-language-environment-map)
17378 (setup-language-environment-map, set-coding-system-map)
17379 (mule-menu-keymap):
17380 * vc-hooks.el (vc-menu-entry, vc-menu-map):
17381 * replace.el (occur-mode-map):
17382 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
17383
1d228a31
JB
173842009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
17385
6a7662bb
BR
17386 * calc/calc.el (math-read-number, math-read-number-simple):
17387 Use `save-match-data'.
1d228a31 17388
3b067af1
SM
173892009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17390
28a90c44
SM
17391 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
17392 rather than fiddling with global-map bindings, since it should only
17393 affect per-terminal settings.
17394 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
17395
a452eee8
SM
17396 * minibuffer.el (completion-table-with-terminator): Allow to specify
17397 the terminator-regexp.
17398
ab14d7d5
SM
17399 * simple.el (switch-to-completions): Look for *Completions* in other
17400 frames as well.
17401
3b067af1
SM
17402 * pcomplete.el: Allow the use of completion-tables.
17403 (pcomplete-std-complete): New command.
17404 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
17405 (pcomplete--here): Use a function for `form' rather than an expression,
17406 so it can be byte-compiled.
17407 (pcomplete-here, pcomplete-here*): Adjust accordingly.
17408 Add edebug declaration.
17409 (pcomplete-show-completions): Remove unused var `curbuf'.
17410 (pcomplete-do-complete, pcomplete-stub):
1becddbb 17411 Don't assume `completions' is a list of strings any more.
3b067af1 17412
5480359e
JB
174132009-10-22 Juanma Barranquero <lekktu@gmail.com>
17414
17415 * find-dired.el (find-name-arg): Fix typo in docstring.
17416
3170b794
SM
174172009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17418
48c23a25
SM
17419 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
17420 (pcmpl-linux-fs-types): Same, and update to new modules layout.
17421
56b14058
SM
17422 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
17423 pcomplete-entries.
17424
3170b794
SM
17425 * comint.el (comint-read-input-ring, comint-write-input-ring)
17426 (comint-substitute-in-file-name)
17427 (comint-dynamic-complete-as-filename)
17428 (comint-dynamic-simple-complete)
17429 (comint-dynamic-list-filename-completions)
17430 (comint-dynamic-list-completions)
17431 (comint-redirect-results-list-from-process): Minor simplifications.
17432
2affef34
KR
174332009-10-21 Kevin Ryde <user42@zip.com.au>
17434
3170b794
SM
17435 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
17436 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 17437 the first form. And insert a blank line after ";;; Code" since
d8194864 17438 that's usual style. (Bug#4612)
2affef34 17439
e7b94bbb
KR
17440 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
17441
528c56e2
SM
174422009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17443
17444 * minibuffer.el (completion-table-with-terminator): Properly implement
17445 boundaries, in case `terminator' appears in the suffix.
17446 (completion--embedded-envvar-table): Don't return boundaries if
17447 there's no valid completion. Simplify.
17448 (completion-file-name-table): New completion table extracted from
17449 completion--file-name-table.
17450 (completion--file-name-table): Use it.
17451 (read-file-name-predicate): Declare obsolete.
17452 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
17453 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
17454 completion-file-name-table, and use the `pred' argument.
17455 * files.el (locate-file-completion-table): Use the `pred' arg rather
17456 than read-file-name-predicate.
17457 (abbreviate-file-name): Use \` rather than ^ for BOS.
17458
f9ed9b4f
DN
174592009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
17460
17461 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
17462 vc-responsible-backend to register, it causes problems.
17463
5f2022a3
SM
174642009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17465
17466 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
17467
fc754ea1
MA
174682009-10-21 Michael Albinus <michael.albinus@gmx.de>
17469
17470 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
17471 (tramp-smb-handle-file-attributes): Use it.
17472 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
17473 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
17474 `mapcar'. Use `tramp-smb-get-stat-capability'.
17475 Add `dired-filename' text properties.
fc754ea1
MA
17476 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
17477 (tramp-smb-maybe-open-connection): Simplify check for smbclient
17478 version.
17479
79bd5ba1
SM
174802009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
17481
17482 * subr.el (read-key-delay): Reduce to 0.01.
17483 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
17484 (bug#4751).
17485
3c13704d
SM
174862009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
17487
554efd10
SM
17488 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
17489
c2a37b78
SM
17490 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
17491 (Info-menu): Remove unused vars `last' and `completions'.
17492 (Info-index-nodes): Remove unused var `node'.
17493
3c13704d
SM
17494 * info.el (Info-complete-menu-item): Use complete-with-action.
17495
d1e4c403
DN
174962009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
17497
17498 Make vc-annotate work through copies and renames.
3c13704d
SM
17499 * vc-annotate.el (vc-annotate-extract-revision-at-line):
17500 Return the file name too.
d1e4c403
DN
17501 (vc-annotate-revision-at-line)
17502 (vc-annotate-find-revision-at-line)
17503 (vc-annotate-revision-previous-to-line)
17504 (vc-annotate-show-log-revision-at-line): Update to get the file
17505 name from vc-annotate-extract-revision-at-line.
17506 (vc-annotate-show-diff-revision-at-line-internal): Change the
17507 argument to mean whether to show a file diff or not. Get the file
17508 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
17509 (vc-annotate-show-diff-revision-at-line):
17510 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
17511 (vc-annotate-warp-revision): Add an optional file argument.
17512
17513 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
17514 (vc-git-annotate-extract-revision-at-line): Also return the file
17515 name if found.
17516
17517 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
17518 command. Remove unused code.
17519 (vc-hg-annotate-re): Update to match --follow output.
17520 (vc-hg-annotate-extract-revision-at-line): Also return the file
17521 name if found.
17522
17523 * vc.el: Update annotate-extract-revision-at-line documentation.
17524
b0b0ef98
KR
175252009-10-18 Kevin Ryde <user42@zip.com.au>
17526
17527 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
17528 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
17529
a9e7f03d
KR
17530 * net/browse-url.el (browse-url): Identify alist with "consp and
17531 not functionp" and let all other things go down the `apply' leg,
17532 as suggested by Stefan. (Further to bug#4531.)
17533
7346a407
CY
175342009-10-18 Chong Yidong <cyd@stupidchicken.com>
17535
17536 * minibuffer.el (read-file-name): Check for repeat before putting
17537 a default argument in file-name-history (Bug#4657).
17538
17539 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
17540 read syntax (Bug#4737).
17541
3c13704d 17542 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 17543
1da94541
CY
175442009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
17545
17546 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
17547 (html-tag-alist, html-tag-help): Add descriptions for undocumented
17548 entries and make note of obsolete tags.
17549
2b93080a
SM
175502009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
17551
17552 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
17553
18b5ffb5
GM
175542009-10-18 Glenn Morris <rgm@gnu.org>
17555
17556 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
17557 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 17558 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
17559 now, and in any case the file header format has changed.
17560
c2e161b2
GM
175612009-10-17 Glenn Morris <rgm@gnu.org>
17562
17563 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
17564 (flyspell-get-word, flyspell-large-region)
17565 (flyspell-auto-correct-previous-word): Doc/error message fixes.
17566
a1eb44f5
CY
175672009-10-17 Chong Yidong <cyd@stupidchicken.com>
17568
17569 * Makefile.in (ELCFILES): Add ede/shell.
17570
4418646e
DN
175712009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
17572
17573 * term/common-win.el (x-colors): Purecopy it.
17574
4062011e
SM
175752009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17576
17577 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
17578 permissive for when the buffer is empty.
17579 (tar-header-block-tokenize): Decode the username and groupname.
17580 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
17581
b0b111c3
JB
175822009-10-17 Eric Ludlam <zappo@gnu.org>
17583
17584 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
17585 contains multibyte characters, choose first applicable coding
17586 system automatically.
17587
2df48a87
SM
175882009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17589
17590 * international/mule-cmds.el (select-safe-coding-system): If the file
17591 has a coding cookie, use it regardless of any other setting (bug#4712).
17592
fd7dd48c
GM
175932009-10-17 Glenn Morris <rgm@gnu.org>
17594
3ee0b477 17595 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
17596 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
17597
2550e4b1
GM
17598 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
17599 (dired-keep-marker-copy, dired-keep-marker-hardlink)
17600 (dired-keep-marker-symlink, dired-dwim-target)
17601 (dired-copy-preserve-time): Do not autoload these defcustoms.
17602
fd7dd48c
GM
17603 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
17604 messages from messing up the file coding. (Bug#4623)
17605
f3e3a990
GM
176062009-10-17 Jari Aalto <jari.aalto@cante.net>
17607
17608 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
17609 if no match is found for the current dictionary. (Bug#4578)
17610
17611 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
17612 optional, since that is how it is documented, and this is often called
17613 with a nil argument. (Bug#4577)
17614 (flyspell-external-point-words, flyspell-auto-correct-word)
17615 (flyspell-correct-word-before-point, flyspell-word-search-forward)
17616 (flyspell-word-search-backward): Remove nil argument in calls to
17617 flyspell-get-word, since it is not needed now.
17618
176192009-10-17 Ulrich Mueller <ulm@gentoo.org>
17620
1becddbb 17621 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 17622
b61374ab
GM
176232009-10-16 Glenn Morris <rgm@gnu.org>
17624
17625 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
17626
412707c2
SM
176272009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
17628
17629 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
17630 (ange-ftp-file-size): New function.
17631 (ange-ftp-file-attributes): Use it.
17632
0c6f436e
MA
176332009-10-16 Michael Albinus <michael.albinus@gmx.de>
17634
17635 * net/tramp-smb.el (tramp-smb-version): New defvar.
17636 (tramp-smb-maybe-open-connection): Use it, in order to avoid
17637 repeated checks.
17638
850bfd04
GM
176392009-10-16 Glenn Morris <rgm@gnu.org>
17640
17641 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
17642 Maybe copy some custom properties from old to new name. (Bug#4706)
17643
f3ed9aca
JB
176442009-10-16 Juanma Barranquero <lekktu@gmail.com>
17645
17646 * subr.el (error, sit-for, start-process-shell-command)
17647 (start-file-process-shell-command): Set the calling convention
17648 after the function definition.
17649
fd6c5134
SM
176502009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
17651
17652 * subr.el (error, sit-for, start-process-shell-command)
17653 (start-file-process-shell-command): Use the new
17654 set-advertised-calling-convention feature.
17655
73874eb7
KH
176562009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
17657
fd6c5134
SM
17658 * international/ucs-normalize.el (ucs-normalize-version):
17659 Change to 1.2.
17660 (check-range): Adjust for Unicode 5.2.
73874eb7 17661
03fb33cf
JL
176622009-10-15 Juri Linkov <juri@jurta.org>
17663
17664 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
17665 to the `menu-item' format.
17666
4260b402
MA
176672009-10-15 Michael Albinus <michael.albinus@gmx.de>
17668
17669 * net/tramp.el (tramp-replace-environment-variables): Do not fail
17670 if the environment variable does not exist.
17671
17672 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17673 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
17674 parameter.
17675 (tramp-smb-handle-add-name-to-file)
17676 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17677 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17678 (tramp-smb-handle-file-attributes)
17679 (tramp-smb-do-file-attributes-with-stat)
17680 (tramp-smb-handle-file-local-copy)
17681 (tramp-smb-handle-insert-directory)
17682 (tramp-smb-handle-make-directory)
17683 (tramp-smb-handle-make-directory-internal)
17684 (tramp-smb-handle-make-symbolic-link)
17685 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
17686 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
17687 (tramp-smb-maybe-open-connection): Apply the changed parameters.
17688 (tramp-smb-read-file-entry): Read Disk names in compressed format.
17689 Handle long file names.
17690 (tramp-smb-get-cifs-capabilities): Check, whether the connection
17691 process is running.
17692 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
17693 Read share names with "-g" option.
17694
d7a0fd6f
GM
176952009-10-15 Ryan Yeske <rcyeske@gmail.com>
17696
17697 * net/rcirc.el (rcirc-view-log-file): New command.
17698 (rcirc-track-minor-mode-map): Remove C-c ` binding.
17699 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
17700 specified.
17701
0b44494a
GM
177022009-10-15 Glenn Morris <rgm@gnu.org>
17703
af9fb32f
GM
17704 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
17705 from the second command-line argument.
17706 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
17707 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
17708 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
17709 w32-batch-update-autoloads.
17710 * emacs-lisp/autoload.el (autoload-make-program): New variable.
17711 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
17712
0b44494a
GM
17713 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
17714 the headers cannot be located. Simplify, subtracting superflous
17715 save-excursions.
17716
d5e63715
SM
177172009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
17718
17719 Replace completion-base-size by completion-base-position to fix bugs
17720 such as (bug#4699).
17721 * simple.el (completion-base-position): New var.
17722 (completion-base-size): Mark as obsolete.
17723 (choose-completion): Make it work for mouse events as well.
17724 Pass the new base-position to choose-completion-string.
17725 (choose-completion-guess-base-position): New function, extracted from
17726 choose-completion-delete-max-match.
17727 (choose-completion-delete-max-match): Use it. Make obsolete.
17728 (choose-completion-string): Use the new base-position info.
17729 (completion-root-regexp): Delete.
17730 (completion-setup-function): Preserve completion-base-position.
17731 Eliminate obsolete base-size manipulation.
17732 * minibuffer.el (display-completion-list): Don't mess with base-size.
17733 (minibuffer-completion-help): Set completion-base-position instead.
17734 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
17735 choose-completion.
17736 * textmodes/bibtex.el (bibtex-complete):
17737 * emacs-lisp/crm.el (crm--choose-completion-string):
17738 Adjust to new calling convention.
17739 * complete.el (partial-completion-mode): Use minibufferp to avoid
17740 bumping into incompatible change to choose-completion-string-functions.
17741 * ido.el (ido-choose-completion-string): Make its calling convention
17742 more permissive.
17743 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
17744 base-size manipulation.
17745 (comint-dynamic-list-input-ring): Use dotimes and push.
17746 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
17747 fundamental-mode. Use `or'.
17748
92f8bfc7
JL
177492009-10-14 Juri Linkov <juri@jurta.org>
17750
17751 * misearch.el (multi-isearch-next-buffer-from-list)
17752 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
17753
e78e280d
SM
177542009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17755
384ca163
SM
17756 * Makefile.in (compile-onefile): Load `bytecomp' rather than
17757 `bytecomp.el'.
17758
681e0e7c
SM
17759 * minibuffer.el (completion-pcm--merge-completions): Make sure the
17760 string we return is all made up of text from the completions rather
17761 than part from the completions and part from the input (bug#4219).
17762
e78e280d
SM
17763 * ido.el (ido-everywhere): Use define-minor-mode.
17764
17765 * buff-menu.el (list-buffers, ctl-x-map):
17766 Mark the entry points with ;;;###autoload cookies.
17767
b4e813ca
DN
177682009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
17769
52964e54
DN
17770 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
17771 correctly in the detached head case.
17772 (vc-git-print-log): Remove unused binding.
17773
b4e813ca
DN
17774 * vc.el (vc-responsible-backend): When a directory is passed for
17775 for registration create a VC repository if no backend is
17776 responsible for the directory argument.
17777 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
17778
17779 * vc.el: Move comments about RCS and SCCS ...
17780 * vc-rcs.el:
17781 * vc-sccs.el: ... here, respectively.
17782
40ba9882
SM
177832009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17784
17785 * minibuffer.el (completion--file-name-table): Return nil if there's
17786 no file completion, even if substitute-in-file-name changed
17787 the string (bug#4708).
17788
04e0f59b
JL
177892009-10-13 Juri Linkov <juri@jurta.org>
17790
17791 * files-x.el (read-file-local-variable-value): Don't filter out
17792 minor modes from mode name completion (bug#4664).
17793
314c8e25
JB
177942009-10-13 Juanma Barranquero <lekktu@gmail.com>
17795
17796 * international/mule-cmds.el (ucs-names): Remove exclusion of
17797 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
17798
5c9b7d36
KH
177992009-10-13 Kenichi Handa <handa@m17n.org>
17800
17801 * international/uni-name.el: Regenerated.
17802
1e7a80f2
JB
178032009-10-13 Juanma Barranquero <lekktu@gmail.com>
17804
17805 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
17806 should be automatically buffer-local, but isn't.)
17807
cd29f88b
SS
178082009-10-12 Sam Steingold <sds@gnu.org>
17809
17810 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 17811 timestamps if the buffer has been visited before.
0cd16af4
SS
17812 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
17813 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 17814
37493a98
GM
178152009-10-12 Glenn Morris <rgm@gnu.org>
17816
17817 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
17818 Let-bind `size'.
17819
3b56b1e6
JB
178202009-10-12 Juanma Barranquero <lekktu@gmail.com>
17821
7422a4bb
JB
17822 * proced.el (proced-unload-function): New function.
17823
fa72d075
JB
17824 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
17825 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
17826 Doc fix.
17827
3b56b1e6
JB
17828 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
17829
4d9b4323
JL
178302009-10-11 Juri Linkov <juri@jurta.org>
17831
17832 * files-x.el (read-file-local-variable-value):
17833 Provide default value only for bound variables (bug#4664).
17834
f6f7e059
MA
178352009-10-11 Michael Albinus <michael.albinus@gmx.de>
17836
17837 * net/tramp.el (tramp-local-host-p): Function shall return nil for
17838 connection methods like smb.
17839
17840 * net/tramp-cache.el (tramp-flush-connection-property): The hash
17841 can be empty.
17842
17843 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17844 (tramp-smb-file-name-handler-alist): Add handlers for
17845 `add-name-to-file', `make-symbolic-link'.
17846 (tramp-smb-handle-add-name-to-file)
2992485f 17847 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
17848 (tramp-smb-handle-make-symbolic-link)
17849 (tramp-smb-get-cifs-capabilities): New defuns.
17850 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17851 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17852 (tramp-smb-handle-file-local-copy)
17853 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
17854 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
17855 The file name syntax depends on cifs capabilities.
17856 (tramp-smb-handle-file-attributes):
17857 Call `tramp-smb-do-file-attributes-with-stat' if possible.
17858 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
17859 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 17860
67868d26
CY
178612009-10-11 Chong Yidong <cyd@stupidchicken.com>
17862
17863 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
17864 (eieio-defclass): Apply deftype handler and setf-method properties
17865 directly.
17866 (eieio-add-new-slot): Avoid union function from cl library.
17867 (eieio--typep): New function.
17868 (eieio-perform-slot-validation): Use it.
17869
6d6a5b7e
KF
178702009-10-10 Karl Fogel <kfogel@red-bean.com>
17871
3b56b1e6 17872 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
17873 Update documentation to refer to the variables documented in r1.135.
17874 (Bug#4188)
17875
67b70de9
KF
178762009-10-10 Karl Fogel <kfogel@red-bean.com>
17877
17878 * bookmark.el (Info-suffix-list): Remove this unused variable.
17879 (bookmark-current-point): Remove this obsolete variable.
17880 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
17881 Adjust for removal of bookmark-current-point.
17882
17883 (bookmarks-already-loaded, bookmark-current-buffer)
17884 (bookmark-yank-point): Document. (Bug#4188)
17885
58ae51ae
GM
178862009-10-10 Glenn Morris <rgm@gnu.org>
17887
4619ff5e
GM
17888 * frame.el (frame-height): Doc fix.
17889
58ae51ae
GM
17890 * calendar/calendar.el (calendar-split-width-threshold): New option.
17891 (calendar-basic-setup): Use calendar-split-width-threshold.
17892
d364386c
JB
178932009-10-09 Juanma Barranquero <lekktu@gmail.com>
17894
17895 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
17896 Ideographic Supplement" range (U+1F200..U+1F2FF).
17897
33e97a28
KF
178982009-10-09 Karl Fogel <kfogel@red-bean.com>
17899
02d0f051 17900 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 17901 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
17902
179032009-10-09 Karl Fogel <kfogel@red-bean.com>
17904
d364386c 17905 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
17906 (bookmark-bmenu-execute-deletions): Don't save here, as
17907 bookmark-delete will now do so if necessary.
d364386c 17908 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
17909 (Bug#4348)
17910
9656d87b
GM
179112009-10-09 Glenn Morris <rgm@gnu.org>
17912
17913 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
17914
e6227f06
KF
179152009-10-09 Karl Fogel <kfogel@red-bean.com>
17916
17917 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
17918 (bookmark-jump-other-window): Just invoke bookmark-jump with new
17919 argument now, so the two function's behaviors will match. (Bug#3645)
17920
288f783b
MA
179212009-10-08 Michael Albinus <michael.albinus@gmx.de>
17922
17923 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 17924 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 17925 Apply `save-match-data'.
288f783b
MA
17926
17927 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
17928 case both directories are remote.
17929 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 17930 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 17931
872a1ea4
JB
179322009-10-07 Juanma Barranquero <lekktu@gmail.com>
17933
17934 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
17935
ab2baced
GM
179362009-10-07 Glenn Morris <rgm@gnu.org>
17937
e78e280d
SM
17938 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
17939 of concat.
ab2baced 17940
5c4634c1
SM
179412009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
17942
17943 * files-x.el (read-file-local-variable): Include some
17944 non-user-variables in the completion table (bug#4664).
17945
c2dc9732
MA
179462009-10-07 Michael Albinus <michael.albinus@gmx.de>
17947
17948 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
17949 message.
17950
17951 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17952 (tramp-smb-file-name-handler-alist): Add handler for
17953 `copy-directory', `expand-file-name', `set-file-modes'.
17954 (tramp-smb-handle-copy-directory)
17955 (tramp-smb-handle-expand-file-name)
17956 (tramp-smb-handle-set-file-modes): New defuns.
17957 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
17958 (tramp-smb-handle-file-attributes): Simplify check for retrieving
17959 entry.
17960 (tramp-smb-handle-insert-directory): Don't flush the cache.
17961 (tramp-smb-maybe-open-connection): Check for samba client and
17962 server versions.
17963
11be40a6
EZ
179642009-10-07 Eli Zaretskii <eliz@gnu.org>
17965
17966 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
17967 to not error out of search for "^lisp=" fails.
17968
8c4afe20
JB
179692009-10-07 Juanma Barranquero <lekktu@gmail.com>
17970
17971 * makefile.w32-in (WINS_UPDATES): New macro.
17972 (custom-deps, finder-data, autoloads): Use it.
17973
429a1506
GM
179742009-10-07 Glenn Morris <rgm@gnu.org>
17975
ee2e93e2
GM
17976 * Makefile.in (autoloads): Revert previous change.
17977 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
17978 the list of preloaded files passed on the command-line, get
17979 it from src/Makefile.
17980
429a1506
GM
17981 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
17982 show the original buffer rather than a random one.
17983
a51203ee 179842009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
17985
17986 * help.el (describe-no-warranty): Place point in a slightly better
17987 position in the GPLv3 text.
17988
f58f7520
SS
179892009-10-06 Sam Steingold <sds@gnu.org>
17990
17991 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
17992 the comm attribute is present before calling regexp-quote.
17993
bde79dc0
JB
179942009-10-06 Juanma Barranquero <lekktu@gmail.com>
17995
17996 * play/animate.el (animate-string): For good effect, make sure
17997 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
17998
17999 * play/animate.el (animate-sequence, animate-birthday-present):
18000 * misc.el (butterfly): Don't set `indent-tabs-mode'.
18001
25ab0302
GM
180022009-10-06 Glenn Morris <rgm@gnu.org>
18003
73fe714a
GM
18004 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
18005
3405d98c
GM
18006 * emacs-lisp/autoload.el (autoload-excludes): New variable.
18007 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
18008 (batch-update-autoloads): Process a string value of autoload-excludes,
18009 set during the build process.
18010 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
18011
9fb2cdc5
GM
18012 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
18013 inside with-parsed... macro so that `v' is defined.
18014
7938ab41
GM
18015 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
18016 * progmodes/fortran.el (fortran-end-of-block)
18017 (fortran-beginning-of-block):
18018 Also push mark in the macro case.
18019
eaf9b564
GM
18020 * emerge.el (emerge-show-file-name):
18021 * calc/calc.el (calc-quit):
18022 * calc/calc-misc.el (calc-big-or-small):
18023 * calc/calc-graph.el (calc-graph-view):
18024 * calc/calc-ext.el (calc-reset):
18025 * calendar/calendar.el (calendar-basic-setup):
18026 Use window-full-height-p.
18027
25ab0302
GM
18028 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
18029 header we don't understand, don't insert another. (Bug#4624)
18030 If changing mime charset, insert the new one in the right place.
18031
00169eb6
GM
180322009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
18033
18034 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
18035 (cal-tex-cursor-month): Correctly increment the end date for diary and
18036 holiday listing. (Bug#4626)
18037
82882188
SM
180382009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18039
40ba9882 18040 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
18041 a symbol.
18042
a8f316ca
JB
180432009-10-05 Juanma Barranquero <lekktu@gmail.com>
18044
18045 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
18046 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
18047 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
18048 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
18049
18050 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
18051 (eieio-default-superclass): Reflow docstrings.
18052 (this, class-option-assoc, defclass, eieio-class-un-autoload)
18053 (eieio-unbind-method-implementations, defmethod)
18054 (eieio-validate-slot-value, eieio-validate-class-slot-value)
18055 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
18056 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
18057 (eieio-slot-originating-class-p, eieio-slot-name-index)
18058 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
18059 (constructor, initialize-instance, no-next-method, object-print)
18060 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
18061 Fix typos in docstrings.
18062 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
18063 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
18064 (next-method-p): Doc fixes.
18065 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
18066 Fix typos in error messages.
18067 (eieio-defmethod): Fix typo in description of generic method.
18068
18069 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
18070 (eieio-persistent-save-interactive, slot-missing):
18071 Fix typos in docstrings.
18072 (eieio-instance-inheritor-slot-boundp): Doc fix.
18073
18074 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
18075 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
18076
18077 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
18078 (eieio-custom-object-apply-reset):
18079 Fix typos in docstrings and error messages.
18080
18081 * emacs-lisp/eieio-datadebug.el (data-debug-show):
18082 Fix typo in docstring.
18083
18084 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
18085 (eieio-browse-tree): Doc fix.
18086 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
18087 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
18088 Fix typos in docstrings.
18089
18090 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
18091 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
18092 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
18093 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
18094 Reflow docstrings.
18095
c66b7ac0
DN
180962009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
18097
4a827e0a 18098 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
18099 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
18100 Set log-view-vc-backend so that diff can work.
4a827e0a 18101
c66b7ac0
DN
18102 * log-view.el (log-view-diff): Use vc-diff-internal instead of
18103 vc-version-diff.
18104 (vc-diff-internal): Autoload this instead of vc-version-diff.
18105
1902a98c
EZ
181062009-10-05 Eli Zaretskii <eliz@gnu.org>
18107
a7a8618b
EZ
18108 * simple.el (eval-expression): Doc fix.
18109
1902a98c
EZ
18110 * progmodes/cwarn.el (cwarn-mode): Doc fix.
18111
0e1f2ee6
MA
181122009-10-05 Michael Albinus <michael.albinus@gmx.de>
18113
18114 * files.el (directory-files-no-dot-files-regexp): New defconst.
18115 (delete-directory): Use it.
18116 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
18117
263c02ef 18118 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
18119 (tramp-methods): Add recursive option to `tramp-copy-args'.
18120 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 18121 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 18122 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
18123 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
18124 Add handler for `copy-directory'.
18125 (tramp-handle-copy-directory): New defun.
18126 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
18127 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
18128 Optimize sent command.
263c02ef 18129
72aa7df4
SM
181302009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18131
4a34f065
SM
18132 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
18133 window if necessary.
18134
72aa7df4
SM
18135 * calendar/calendar.el (calendar-basic-setup): Don't call
18136 switch-to-buffer in a dedicated window.
18137
5feb1ba7
KF
181382009-10-05 Karl Fogel <kfogel@red-bean.com>
18139
18140 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 18141 don't do anything related to relocating, just return nil.
5feb1ba7
KF
18142 (bookmark-error-no-filename): New error.
18143 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
18144 bookmark has no file. Don't even attempt to handle things that
18145 are not files; the whole point of custom handlers is to keep that
18146 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
18147 (bookmark-file-or-variation-thereof): Remove now-unused function.
18148 (bookmark-location): Doc string fix.
18149 (Bug#4250)
18150
1bd49952
KF
181512009-10-04 Karl Fogel <kfogel@red-bean.com>
18152
18153 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
18154 don't use a file dialog, because they usually don't know how to read
18155 a directory target from the user. (Bug#4230)
18156 Also, make sure the prompt can display directories as well as files.
18157
825382c0
KF
181582009-10-04 Karl Fogel <kfogel@red-bean.com>
18159
18160 * bookmark.el (bookmark-set, bookmark-buffer-name):
18161 Improve doc strings. (Bug#1193)
18162
13901bcb
KF
181632009-10-04 Karl Fogel <kfogel@red-bean.com>
18164
4a34f065
SM
18165 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
18166 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
18167 (bookmark-get-annotation, bookmark-set-annotation)
18168 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
18169 (bookmark-set-position, bookmark-get-front-context-string)
18170 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
18171 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
18172 (bookmark-jump-other-window, bookmark-handle-bookmark)
18173 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
18174 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
18175 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
18176 Improve doc strings to say whether bookmark can be a string or
18177 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
18178 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
18179 (bookmark-default-annotation-text, bookmark-yank-word)
18180 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
18181 (bookmark-import-new-list, bookmark-maybe-rename)
18182 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
18183 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 18184 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 18185 add a FIXME comment about how the function may be pointless.
13901bcb 18186 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
18187 parameter name, to clarify that this takes a bookmark record
18188 not a bookmark name.
13901bcb 18189 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 18190 and improve the doc string a bit.
13901bcb
KF
18191 (Bug#4188)
18192
5c1b3e94
KF
181932009-10-04 Karl Fogel <kfogel@red-bean.com>
18194
18195 * bookmark.el (bookmark-alist): Document the new `handler' element
18196 in the param alist.
18197 (bookmark-make-record-function): Adjust documentation for above.
18198 (Bug#4193)
18199
8559076d
KF
182002009-10-04 Karl Fogel <kfogel@red-bean.com>
18201
18202 * info.el (Info-bookmark-make-record): Document this function.
18203 (Info-bookmark-jump): Document with a doc string, not just a comment.
18204 (Bug#4203)
18205
b4583b8c
MA
182062009-10-04 Michael Albinus <michael.albinus@gmx.de>
18207
18208 * files.el (copy-directory): New defun.
18209
18210 * dired-aux.el (dired-copy-file-recursive): Use it.
18211
131ae8f2
JB
182122009-10-04 Juanma Barranquero <lekktu@gmail.com>
18213
a30e71ae 18214 * files-x.el (modify-dir-local-variable)
dd9af436
CY
18215 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
18216 docstrings.
a30e71ae 18217
131ae8f2
JB
18218 * recentf.el (recentf-unload-function): New function.
18219
ccafbf06
GM
182202009-10-04 Glenn Morris <rgm@gnu.org>
18221
18222 * window.el (window-full-height-p): Add doc string.
18223
02c6f098
GM
182242009-10-04 Martin Rudalics <rudalics@gmx.at>
18225
18226 * window.el (window-full-height-p): New function. (Bug#4543)
18227
ed6b0195
DN
182282009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
18229
18230 * vc.el: Remove commented out code.
18231 (vc-derived-from-dir-mode): Remove, unused.
18232 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
18233
1b8d1cc7
MA
182342009-10-03 Michael Albinus <michael.albinus@gmx.de>
18235
4a34f065
SM
18236 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
18237 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
18238 there could be recursive loading when `default-directory' is a
18239 remote file name. (Bug#4614)
18240
ac3c593c
GM
182412009-10-03 Glenn Morris <rgm@gnu.org>
18242
686ea556
GM
18243 * calendar/calendar.el (calendar-basic-setup): Handle the case where
18244 the frame is wide.
18245 (calendar-generate-window): Test for shrinkability rather than width.
18246
ac3c593c
GM
18247 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
18248 reusing existing buffers, in case we happen to visit two files with the
18249 same basename. (Bug#4593)
18250
573709fd
EZ
182512009-10-02 Eli Zaretskii <eliz@gnu.org>
18252
4a34f065 18253 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
18254 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
18255 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
18256 subdirs of cedet as well.
8f885d01 18257 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 18258
8d6c1239
SM
182592009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18260
18261 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
18262 Obey advertised-signature-table.
18263
18264 * help-fns.el (help-function-arglist): Don't check
18265 advertised-signature-table.
18266 (describe-function-1): Do it here instead so it also applies to subrs.
18267
c4861de0
MA
182682009-10-02 Michael Albinus <michael.albinus@gmx.de>
18269
18270 * simple.el (start-file-process): Say in the doc-string, that file
18271 handlers might not support pty association, if PROGRAM is nil.
18272
18273 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
18274 HOST and USER are strings. They are nil, when there are
18275 incomplete entries in ~/.netrc, for example.
18276 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
18277 root directory ("device busy" error otherwise).
18278
8d6c1239
SM
18279 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
18280 Flush file properties of created directory.
c4861de0 18281
d2bda74f
EZ
182822009-10-02 Eli Zaretskii <eliz@gnu.org>
18283
18284 * makefile.w32-in (WINS_BASIC): Remove cedet.
18285 (WINS_CEDET): Add cedet.
18286 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
18287
895d1904
GM
182882009-10-02 Kevin Ryde <user42@zip.com.au>
18289
18290 * net/browse-url.el (browse-url): Pass any symbol in
18291 browse-url-browser-function to `apply', since if you've mistakenly put
18292 an unbound symbol then the error is clearer. (Bug#4531)
18293
32226619
JB
182942009-10-02 Juanma Barranquero <lekktu@gmail.com>
18295
18296 * allout.el (allout-init, allout-back-to-current-heading)
18297 (allout-beginning-of-current-entry, allout-ascend-to-depth)
18298 (allout-ascend, allout-up-current-level, allout-end-of-level)
18299 (allout-previous-visible-heading, allout-forward-current-level)
18300 (allout-backward-current-level, allout-show-children):
18301 * apropos.el (apropos-describe-plist):
18302 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
18303 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
18304 * completion.el (add-completion, add-permanent-completion):
18305 * descr-text.el (describe-text-category, describe-char):
18306 * desktop.el (desktop-lazy-abort):
18307 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
18308 * dired.el (dired-build-subdir-alist):
18309 * ediff.el (ediff-version):
18310 * elide-head.el (elide-head, elide-head-show):
18311 * emerge.el (emerge-version):
18312 * env.el (getenv):
18313 * face-remap.el (variable-pitch-mode):
18314 * faces.el (describe-face):
18315 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
18316 (dired-at-point):
18317 * files.el (find-file-existing, auto-save-mode):
18318 * font-lock.el (font-lock-fontify-buffer):
18319 * help-fns.el (describe-function, describe-variable)
18320 (describe-syntax, describe-categories):
18321 * help.el (view-lossage, describe-bindings, describe-key)
18322 (describe-mode):
18323 * hexl.el (hexl-current-address):
18324 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
18325 * info.el (Info-goto-emacs-key-command-node):
18326 * log-edit.el (log-edit-insert-cvs-template)
18327 (log-edit-insert-cvs-rcstemplate):
18328 * menu-bar.el (menu-bar-mode):
18329 * mouse.el (mouse-appearance-menu):
18330 * newcomment.el (comment-indent-new-line):
18331 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
18332 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 18333 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
18334 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
18335 * recentf.el (recentf-mode):
18336 * savehist.el (savehist-mode, savehist-save):
18337 * shadowfile.el (shadow-copy-files):
18338 * simple.el (kill-ring-save, next-line, previous-line)
18339 (normal-erase-is-backspace-mode):
18340 * strokes.el (strokes-update-window-configuration)
18341 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
18342 (strokes-xpm-for-stroke):
18343 * time.el (emacs-uptime, emacs-init-time):
18344 * tutorial.el (tutorial--describe-nonstandard-key)
18345 (tutorial--detailed-help):
18346 * type-break.el (type-break-mode)
18347 (type-break-mode-line-message-mode, type-break-query-mode)
18348 (type-break-guesstimate-keystroke-threshold):
18349 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
18350 * version.el (emacs-version):
18351 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
18352 * winner.el (winner-mode):
18353 * calendar/timeclock.el (timeclock-in, timeclock-out)
18354 (timeclock-status-string, timeclock-change)
18355 (timeclock-workday-remaining-string)
18356 (timeclock-workday-elapsed-string)
18357 (timeclock-when-to-leave-string):
18358 * calendar/todo-mode.el (todo-add-category):
18359 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
18360 * emacs-lisp/autoload.el (update-file-autoloads):
18361 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
18362 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
18363 (checkdoc-message-text, checkdoc-defun):
18364 * emacs-lisp/debug.el (debugger-list-functions):
18365 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18366 * emacs-lisp/eieio-opt.el (eieio-describe-class)
18367 (eieio-describe-generic):
18368 * emacs-lisp/lisp-mnt.el (lm-synopsis):
18369 * emacs-lisp/shadow.el (list-load-path-shadows):
18370 * emulation/cua-base.el (cua-mode):
18371 * emulation/edt.el (edt-set-scroll-margins):
18372 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
18373 (tpu-toggle-regexp, tpu-toggle-search-direction)
18374 (tpu-toggle-rectangle, tpu-toggle-control-keys):
18375 * emulation/tpu-extras.el (tpu-set-scroll-margins):
18376 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
18377 (viper-set-parsing-style-toggling-macro)
18378 (viper-set-emacs-state-searchstyle-macros):
18379 * emulation/viper.el (viper-set-hooks):
18380 * eshell/esh-mode.el (eshell-truncate-buffer):
18381 * international/mule-cmds.el (prefer-coding-system)
18382 (describe-input-method, describe-language-environment):
18383 * international/mule-diag.el (list-character-sets)
18384 (describe-character-set, describe-coding-system)
18385 (describe-fontset, list-fontsets, list-input-methods):
18386 * mail/sendmail.el (mail-signature):
18387 * net/ange-ftp.el (ange-ftp-copy-file):
18388 * net/browse-url.el (browse-url):
18389 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
18390 * net/quickurl.el (quickurl-add-url):
18391 * net/rcirc.el (names, topic):
18392 * net/xesam.el (xesam-mode):
18393 * play/5x5.el (5x5-new-game):
18394 * play/yow.el (apropos-zippy):
18395 * progmodes/ada-mode.el (ada-mode-version):
18396 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
18397 (f90-end-of-block)
18398 (f90-beginning-of-block):
18399 * progmodes/fortran.el (fortran-end-of-block)
18400 (fortran-beginning-of-block):
18401 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
18402 * progmodes/python.el (python-describe-symbol, python-shell):
18403 * term/ns-win.el (ns-print-buffer):
18404 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
18405 * textmodes/flyspell.el (flyspell-mode-on):
18406 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
18407 (pages-directory-for-addresses):
18408 * textmodes/table.el (table-recognize-cell)
18409 (table-query-dimension, table-generate-source)
18410 (table-insert-sequence, table--warn-incompatibility):
18411 * textmodes/tex-mode.el (tex-validate-buffer):
18412 * textmodes/texinfmt.el (texinfmt-version)
18413 (texinfo-format-buffer):
18414 Use `called-interactively-p' instead of `interactive-p'.
18415
12a3c28c
JB
184162009-10-02 Juanma Barranquero <lekktu@gmail.com>
18417
18418 * image-mode.el (image-toggle-display):
18419 * emacs-lisp/elp.el (elp-instrument-function):
18420 * emacs-lisp/advice.el (ad-make-advised-definition):
18421 * emacs-lisp/easy-mmode.el (define-minor-mode):
18422 * net/browse-url.el (browse-url-maybe-new-window):
18423 * progmodes/sh-script.el (sh-learn-buffer-indent):
18424 Pass new argument 'any to `called-interactively-p'.
18425
171fda8a
JB
184262009-10-01 Juanma Barranquero <lekktu@gmail.com>
18427
171fda8a
JB
18428 * international/uni-bidi.el:
18429 * international/uni-category.el:
18430 * international/uni-combining.el:
18431 * international/uni-comment.el:
18432 * international/uni-decimal.el:
9c3c9fdf 18433 * international/uni-decomposition.el:
171fda8a
JB
18434 * international/uni-digit.el:
18435 * international/uni-lowercase.el:
18436 * international/uni-mirrored.el:
18437 * international/uni-name.el:
18438 * international/uni-numeric.el:
18439 * international/uni-old-name.el:
18440 * international/uni-titlecase.el:
18441 * international/uni-uppercase.el:
18442 Regenerate from Unicode 5.2.0 data.
18443
dcb9734a
GM
184442009-10-01 Glenn Morris <rgm@gnu.org>
18445
18446 * Makefile.in (ELCFILES): Regenerate.
18447
ced10a4c
SM
184482009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18449
9d28c33e
SM
18450 * subr.el (interactive-p): Mark obsolete.
18451 (called-interactively-p): Make the optional-ness of `kind' obsolete.
18452 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
18453 advertised-signature-table for subroutines as well.
18454
ced10a4c
SM
18455 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
18456 (set-advertised-calling-convention): New function.
18457 (make-obsolete, define-obsolete-function-alias)
18458 (make-obsolete-variable, define-obsolete-variable-alias):
18459 Make the optional-ness of `when' obsolete.
18460 (define-obsolete-face-alias): Make `when' non-optional.
18461 * help-fns.el (help-function-arglist):
18462 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
18463 Use advertised-signature-table.
18464
cc3dda16
MA
184652009-10-01 Michael Albinus <michael.albinus@gmx.de>
18466
18467 * files.el (delete-directory): New defun. The original function
18468 in fileio.c has been renamed to `delete-directory-internal'.
18469
18470 * dired.el (dired-delete-file): Call `delete-directory' with
18471 RECURSIVE parameter.
18472
5ce6e4f4 18473 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
18474 parameter RECURSIVE. Implementation is missing.
18475
18476 * net/tramp.el (tramp-handle-make-directory): Flush upper
18477 directory's file properties.
ced10a4c 18478 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
18479 (tramp-handle-dired-recursive-delete-directory): Flush directory
18480 properties after the remove command only.
18481
ced10a4c
SM
18482 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
18483 Handle optional parameter RECURSIVE.
cc3dda16 18484
ced10a4c
SM
18485 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
18486 Handle optional parameter RECURSIVE.
cc3dda16
MA
18487
18488 * net/tramp-smb.el (tramp-smb-errors): Add error message for
18489 connection timeout.
18490 (tramp-smb-handle-delete-directory): Handle optional parameter
18491 RECURSIVE.
18492
cf885595
SM
184932009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18494
e3a6b82f
SM
18495 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
18496 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
18497 (byte-compile-defmacro): Use backquotes.
18498
7201bfbb
SM
18499 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
18500
cf885595
SM
18501 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
18502 has no associated file.
18503 (vc-resynch-buffer): Use vc-dir-buffers.
18504
a4d2c321
GM
185052009-10-01 Glenn Morris <rgm@gnu.org>
18506
9ffe3f52
GM
18507 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
18508 (chart-file-count):
18509 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
18510 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
18511 * emacs-lisp/eieio-opt.el (eieio-describe-class):
18512 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
18513 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
18514 (eieio-copy-parents-into-subclass, make-instance, class-children)
18515 (eieio-generic-form):
bd2afec2 18516
9515cdcc
GM
18517 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
18518 match-data. (Bug#4555).
18519
a4d2c321
GM
18520 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
18521 rather than parsing it as a regexp. This relaxes the layout
18522 requirements and makes errors easier to detect.
18523 (check-declare-verify): Check file is regular.
18524 (check-declare-directory): Doc fix.
18525 * subr.el (declare-function): Doc fix.
18526
b15c31c7
GM
18527 * ibuffer.el (ibuffer-format-qualifier):
18528 * isearch.el (hi-lock-regexp-okay):
18529 * calc/calc.el (math-zerop):
18530 * mail/uce.el (rmail-msgbeg, rmail-msgend):
18531 * term/w32-win.el (setup-default-fontset, set-fontset-font):
18532 Remove unused declarations.
18533
b0b111c3
JB
185342009-09-30 Eric Ludlam <zappo@gnu.org>
18535
18536 * emacs-lisp/eieio.el (boolean-p): Delete.
18537
1fc28a2c
GM
185382009-09-30 Glenn Morris <rgm@gnu.org>
18539
1fc28a2c
GM
18540 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
18541
494f4fc7
GM
18542 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
18543 filename is not a string.
18544
561580e9
CY
185452009-09-29 Chong Yidong <cyd@stupidchicken.com>
18546
18547 * files.el (safe-local-eval-forms): Fix typo.
18548
dcbbecd4
SM
185492009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
18550
18551 * vc-hooks.el (vc-dir-buffers): New var.
18552 (vc-state-refresh): New function.
18553 (vc-state): Use it.
18554 (vc-after-save): Always ask the backend to recompute the new state.
18555 Always call vc-dir if necessary, using vc-dir-buffers.
18556 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
18557 Use vc-dir-buffers.
18558 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
18559 (vc-dir-prepare-status-buffer, vc-dir-update)
18560 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
18561 Don't call expand-file-name on default-directory.
18562
d88444f2
JB
185632009-09-29 Juanma Barranquero <lekktu@gmail.com>
18564
18565 * speedbar.el (speedbar-item-delete):
18566 * calc/calc-prog.el (calc-kbd-if):
18567 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
18568
18569 * epa.el (epa-key-list-mode-map):
18570 * hi-lock.el (hi-lock-menu): Fix typos in menus.
18571
18572 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
18573 (hs-show-hook): Fix typo in docstring.
18574
5da62d41
GM
185752009-09-29 Glenn Morris <rgm@gnu.org>
18576
8360fce0
GM
18577 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
18578 file-name-nondirectory call preventing location of cedet files.
18579 (check-declare-verify): Use literal search rather than re-search.
ae715515 18580 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
18581
18582 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18583 Use tramp-compat-file-attributes rather than nonexistent
18584 tramp-compat-handle-file-attributes.
18585
5da62d41
GM
18586 * Makefile.in (lisptagsfiles4): New.
18587 (AUTOGENEL): Add cedet loaddefs files.
18588 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
18589 (update-elclist, compile-always, backup-compiled-files)
18590 (bootstrap-clean): Add yet another directory level.
18591 (update-elclist): Use LC_COLLATE rather than COLLATE.
18592 (ELCFILES): Update, via `make update-elclist'.
18593
48267264
JB
185942009-09-29 Juanma Barranquero <lekktu@gmail.com>
18595
18596 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
18597 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
18598 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
18599
2c4cd0b0
AS
186002009-09-28 Andreas Schwab <schwab@linux-m68k.org>
18601
18602 * Makefile.in (lisptagsfiles3): Define.
5da62d41 18603 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
18604 (update-elclist): Add third directory level to look for elc files.
18605 (compile-always): Likewise.
18606 (backup-compiled-files): Likewise.
18607 (bootstrap-clean): Likewise.
18608 (ELCFILES): Update.
18609
a2533e47
CY
186102009-09-28 Chong Yidong <cyd@stupidchicken.com>
18611
18612 * Makefile.in (ELCFILES): Add CEDET files.
18613
eefbedb1
MA
186142009-09-28 Michael Albinus <michael.albinus@gmx.de>
18615
18616 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
18617
18618 * net/tramp.el (top): Require tramp-imap.
18619
18620 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18621 Use `tramp-compat-handle-file-attributes'.
18622
186232009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
18624
18625 * net/tramp-imap.el: New package.
18626
b0b111c3
JB
186272009-09-28 Eric Ludlam <zappo@gnu.org>
18628
18629 * emacs-lisp/chart.el:
18630 * emacs-lisp/eieio-base.el:
18631 * emacs-lisp/eieio-comp.el:
18632 * emacs-lisp/eieio-custom.el:
18633 * emacs-lisp/eieio-datadebug.el:
18634 * emacs-lisp/eieio-opt.el:
18635 * emacs-lisp/eieio-speedbar.el:
18636 * emacs-lisp/eieio.el: New files.
18637
748e3d67
VJL
186382009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18639
18640 * whitespace.el (whitespace-trailing-regexp)
18641 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
18642 Fix doc string.
18643
15120dec
CY
186442009-09-27 Chong Yidong <cyd@stupidchicken.com>
18645
18646 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
18647 menu.
18648
18649 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
18650 menu-bar-ediff-menu.
18651
18652 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
18653 define-overloadable-function.
18654
18655 * progmodes/autoconf.el: Provide autoconf as well, so that this
18656 file can be `require'd.
18657
18658 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
18659
18660 * emacs-lisp/autoload.el (generated-autoload-feature)
18661 (generated-autoload-load-name): New vars.
18662 (autoload-rubric, autoload-generate-file-autoloads): Use them.
18663 (make-autoload): Recognize define-overloadable-function and
18664 defclass forms (for EIEIO).
18665
18666 * Makefile.in (update-subdirs): Exclude cedet directory.
18667
135abf91
AR
186682009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
18669
1becddbb 18670 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
18671
18672 * faces.el: Default light-background background for region face to
18673 ns_selection_color under NS.
18674
3d994264
TZ
186752009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
18676
18677 * net/imap-hash.el: New library, see NEWS.
18678
18679 * Makefile.in (ELCFILES): Add imap-hash.el.
18680
ce9a0ccb
SM
186812009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
18682
18683 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
18684 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
18685 * help-macro.el (make-help-screen): Avoid using an ambiguous function
18686 definition where the docstring could be taken for the return value.
18687
a92cdd49
GM
186882009-09-26 Glenn Morris <rgm@gnu.org>
18689
18690 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
18691 Add option to only show images below a certain size.
18692 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
18693 save-excursion calls.
18694
416ac2f1
EZ
186952009-09-26 Eli Zaretskii <eliz@gnu.org>
18696
18697 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
18698 subdirectories) and eieio.
18699
d9a13f68
AM
187002009-09-26 Alan Mackenzie <acm@muc.de>
18701
6a7662bb
BR
18702 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18703 Correct buggy bracketing. (Bug#4289)
d9a13f68
AM
18704
18705 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 18706 character constants (as case labels). (Bug#4289)
d9a13f68 18707
182b3bec
CY
187082009-09-25 Juri Linkov <juri@jurta.org>
18709
18710 * files.el (safe-local-eval-forms): Allow time-stamp in
18711 before-save-hook (Bug#4554).
18712
8f75f2da
JB
187132009-09-25 Drew Adams <drew.adams@oracle.com>
18714
18715 * menu-bar.el (list-buffers-directory): Doc fix.
18716
8390fb80
SM
187172009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
18718
18719 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
18720 Try and avoid copying twice the same paragraph.
18721 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
18722 Remove save-excursion.
18723 (log-edit-changelog-entry): Do it here instead.
18724
11ee8d90
JB
187252009-09-25 Juanma Barranquero <lekktu@gmail.com>
18726
027b1942
JB
18727 * bs.el (bs--get-file-name): Use `list-buffers-directory'
18728 when available, instead of hardcoding mode names. Doc fix.
18729
11ee8d90
JB
18730 * menu-bar.el (list-buffers-directory): Add docstring.
18731 Make automatically buffer-local.
18732
18733 * dired.el (dired-mode):
18734 * files.el (cd-absolute):
18735 * pcvs.el (cvs-temp-buffer):
18736 * pcvs-util.el (cvs-get-buffer-create):
18737 * shell.el (shell-mode):
18738 * vc-dir.el (vc-dir-mode):
18739 Don't make `list-buffers-directory' buffer local.
18740
21289c5d
CY
187412009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
18742
8390fb80
SM
18743 * comint.el (comint-exec, comint-run, make-comint):
18744 Doc fixes (Bug#4542).
21289c5d 18745
e8652dd9
GM
187462009-09-25 Glenn Morris <rgm@gnu.org>
18747
18748 * mail/rmailmm.el (rmail-mime): New custom group.
18749 Move all defcustoms in this file into this group.
18750 (rmail-mime-media-type-handlers-alist): Revert previous change.
18751 (rmail-mime-show-images): New option.
18752 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
18753 references to it, since it wasn't actually used for anything.
18754 (rmail-mime-insert-image): New function.
18755 (rmail-mime-image): Use rmail-mime-insert-image.
18756 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
18757 obey the value of `rmail-mime-show-images' option. Print the size of
18758 attachments.
e8652dd9 18759
fb652bb5
JB
187602009-09-25 David Engster <deng@randomsample.de>
18761
18762 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
18763
32a9841c
VJL
187642009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18765
18766 * whitespace.el: Does not highlight trailing spaces While point is
18767 at end of line. Does not highligt spaces at beginning of buffer
18768 while point is at beginning of buffer. Does not highlight spaces
18769 at end of buffer while point is at end of buffer. (Bug#4177)
18770 New version 12.0.
18771 (whitespace-display-mappings): Adjust initialization.
18772 (whitespace-point, whitespace-font-lock-refontify): New vars.
18773 (whitespace-color-on, whitespace-color-off): Adjust code.
18774 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
18775 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
18776 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
18777
e477ca84
CY
187782009-09-24 Chong Yidong <cyd@stupidchicken.com>
18779
18780 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
18781
18782 * textmodes/sgml-mode.el: Remove xml-mode alias.
18783
18784 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 18785 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 18786
68712602
AM
187872009-09-24 Alan Mackenzie <acm@muc.de>
18788
18789 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
18790 c-forward-conditionals, but it doesn't move point and doesn't set
18791 the mark.
18792 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
18793 (c-down-conditional-with-else, c-backward-conditional)
18794 (c-forward-conditional): Refactor to use c-scan-conditionals.
18795
1659ada0
JB
187962009-09-24 Juanma Barranquero <lekktu@gmail.com>
18797
18798 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
18799 (help-default-arg-highlight): Remove.
18800 (help-highlight-arg): New function.
18801 (help-do-arg-highlight): Use it.
18802 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
18803
b3f01e46
SM
188042009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18805
18806 * term.el (term-set-scroll-region, term-handle-ansi-escape):
18807 Undo last change, which didn't fix the problem and introduced others.
18808
107ef54a
NR
188092009-09-24 Nick Roberts <nickrob@snap.net.nz>
18810
18811 * progmodes/gdb-mi.el: Don't require speedbar.
18812 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
18813
ffa1fed6
GM
188142009-09-24 Glenn Morris <rgm@gnu.org>
18815
2157a2be
GM
18816 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
18817
6125167c
GM
18818 * term/ns-win.el (ns-reg-to-script): Define for compiler.
18819
ffa1fed6
GM
18820 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
18821 there is no newline after the final mime boundary. (Bug#4539)
18822 Move markers on insertion so that any buttons inserted don't end up in
18823 the next part of a multipart message.
2e9075d3
GM
18824 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
18825 (rmail-mime-bulk-handler): Optionally handle images.
18826 (rmail-mime-image): New button action.
18827 (rmail-mime-image-handler): New function.
18828 (rmail-mime-mode): New mode.
18829 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 18830
4a814992
SM
188312009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18832
075518b5
SM
18833 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
18834 than just dropping elements from it (bug#4504).
18835
8ad2defc
SM
18836 * term.el (term-set-scroll-region): Don't move cursor any more.
18837 (term-handle-ansi-escape): Call term-goto here instead.
18838 Suggested by Ivan Kanis <apple@kanis.eu>.
18839
4a814992
SM
18840 * term.el: Require CL.
18841 (term-ansi-reset): New function.
18842 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
18843 (term-handle-colors-array): Simplify.
18844
5a0c3f56
JB
188452009-09-24 Juanma Barranquero <lekktu@gmail.com>
18846
18847 * allout.el (allout-overlay-interior-modification-handler)
18848 (allout-obtain-passphrase):
18849 * epa-file.el (epa-file-write-region):
18850 * ps-print.el (ps-begin-job):
18851 * vc-hooks.el (vc-toggle-read-only):
18852 * vc-rcs.el (vc-rcs-rollback):
18853 * vc-sccs.el (vc-sccs-rollback):
18854 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
18855 (vc-version-diff, vc-revert, vc-rollback):
18856 * wdired.el (wdired-check-kill-buffer):
18857 * emacs-lisp/authors.el (authors):
18858 * net/socks.el (socks-open-connection):
18859 * net/zeroconf.el (zeroconf-service-add-hook):
18860 * obsolete/vc-mcvs.el (vc-mcvs-register):
18861 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
18862 (gdb-select-frame):
18863 * progmodes/grep.el (lgrep, rgrep):
18864 * progmodes/idlw-help.el (idlwave-help-check-locations)
18865 (idlwave-help-html-link, idlwave-help-assistant-open-link):
18866 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
18867 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
18868 (reftex-toc-rename-label): Fix typos in error messages.
18869
18870 * dired-aux.el (dired-do-shell-command): Reflow docstring.
18871 (dired-copy-how-to-fn): Doc fix.
18872 (dired-files-attributes, dired-read-shell-command):
18873 Fix typos in docstrings.
18874
18875 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
18876 (dired-x-find-file-other-window): Reflow docstrings.
18877 (dired-omit-marker-char, dired-read-shell-command)
18878 (dired-x-submit-report): Fix typos in docstrings.
18879
18880 * shell.el (shell-mode-hook):
18881 * view.el (View-scroll-line-forward):
18882 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
18883 Fix typos in docstrings.
18884
18885 * net/dig.el (dig-invoke): Fix typo in docstring.
18886 (query-dig): Reflow docstring.
18887
18888 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
18889 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
18890 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
18891 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
18892 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
18893 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
18894 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
18895 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
18896 (idlwave-completion-map, idlwave-current-indent)
18897 (idlwave-custom-ampersand-surround, idlwave-customize)
18898 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
18899 (idlwave-define-abbrev, idlwave-determine-class-special)
18900 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
18901 (idlwave-end-block-reg, idlwave-end-of-statement)
18902 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
18903 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
18904 (idlwave-explicit-class-listed, idlwave-file-header)
18905 (idlwave-fill-paragraph, idlwave-find-class-definition)
18906 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
18907 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
18908 (idlwave-in-quote, idlwave-indent-action-table)
18909 (idlwave-indent-expand-table, idlwave-indent-line)
18910 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
18911 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
18912 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
18913 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
18914 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
18915 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
18916 (idlwave-outlawed-buffers, idlwave-popup-select)
18917 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
18918 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
18919 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
18920 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
18921 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
18922 (idlwave-statement-type, idlwave-struct-skip)
18923 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
18924 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
18925 (idlwave-what-module-find-class): Fix typos in docstrings.
18926 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
18927 (idlwave-calculate-cont-indent, idlwave-expand-equal)
18928 (idlwave-find-module, idlwave-find-structure-definition)
18929 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
18930 (idlwave-list-load-path-shadows, idlwave-next-statement)
18931 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
18932 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
18933 (idlwave-template): Reflow docstrings.
18934
18935 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
18936 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
18937 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
18938 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
18939 (idlwave-shell-display-line, idlwave-shell-display-wframe)
18940 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
18941 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
18942 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
18943 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
18944 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
18945 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
18946 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
18947 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
18948 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
18949 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
18950 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
18951 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
18952 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
18953 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
18954 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
18955 Fix typos in docstrings.
18956 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
18957 (idlwave-shell-hide-output, idlwave-shell-mode)
18958 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
18959 Reflow docstrings.
18960
18961 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
18962
62136c5d
SM
189632009-09-24 Ivan Kanis <apple@kanis.eu>
18964
18965 * term.el (term-bold-attribute): New var.
18966 (term-handle-colors-array): Use it.
18967
9c1a45ed
NR
189682009-09-23 Nick Roberts <nickrob@snap.net.nz>
18969
18970 * progmodes/gdb-mi.el (gdb-version): New variable.
18971 (gdb-non-stop-handler): Set gdb-version.
18972 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
18973 Condition "--thread" option on gdb-version.
18974 (gdb-invalidate-threads): Remove unused argument.
18975
03304f31
SM
189762009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18977
18978 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
18979 to looking-back to avoid ridiculous slow down in large files (bug#4511).
18980
4f02f0c9
GM
189812009-09-23 Glenn Morris <rgm@gnu.org>
18982
18983 * mail/rmail.el (rmail-reply): Don't try to add a References header when
18984 replying to mail without References or Message-Id. (Bug#4525)
18985
a3b4b363
AR
189862009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
18987
18988 * term/ns-win.el (ns-reg-to-script): New variable.
18989
7bda18cc
DU
189902009-09-23 Daiki Ueno <ueno@unixuser.org>
18991
18992 * epg.el (epg-wait-for-status): Preserve existing 'error results.
18993
72169e55
SS
189942009-09-22 Sam Steingold <sds@gnu.org>
18995
18996 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
18997 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
18998 to 1 because hg returns status 1 when nothing is found.
0aa4f295 18999 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 19000
905b7d38
SM
190012009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
19002
b0459dec
SM
19003 * textmodes/fill.el: Convert to utf-8 encoding.
19004 (fill-french-nobreak-p): Remove redundant » and « inherited from our
dd86ea11 19005 pre-Unicode days.
b0459dec 19006
905b7d38
SM
19007 * add-log.el (change-log-fill-forward-paragraph): New function.
19008 (change-log-mode): Use it so fill-region DTRT.
19009 Set fill-indent-according-to-mode here rather than in
19010 change-log-fill-paragraph.
19011 (change-log-fill-paragraph): Remove.
19012
baa7f3de
JB
190132009-09-22 Juanma Barranquero <lekktu@gmail.com>
19014
19015 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
19016 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
19017
a8d789f0
GM
190182009-09-22 Glenn Morris <rgm@gnu.org>
19019
daedbbc2
GM
19020 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
19021 the scroll-bar scroll the calendar window rather than the buffer.
19022
d8899a74
GM
19023 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
19024 commands that move point (as opposed to scrolling).
19025
a8d789f0
GM
19026 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
19027
19028 * emacs-lisp/elint.el (elint): New custom group.
19029 (elint-log-buffer): Make it a defcustom.
19030 (elint-scan-preloaded, elint-ignored-warnings)
19031 (elint-directory-skip-re): New options.
19032 (elint-builtin-variables): Doc fix.
19033 (elint-preloaded-env): New variable.
19034 (elint-unknown-builtin-args): Add an entry for encode-time.
19035 (elint-extra-errors): Make it a variable rather than a constant.
19036 (elint-preloaded-skip-re): New constant.
19037 (elint-directory): Skip files matching elint-directory-skip-re.
19038 (elint-features): New variable, local to linted buffers.
19039 (elint-update-env): Initialize elint-features. Possibly add
19040 elint-preloaded-env to the buffer's environment.
19041 (elint-get-top-forms): Bind elint-current-pos, for log messages.
19042 Skip quoted forms.
19043 (elint-init-form): New function, extracted from elint-init-env.
19044 Make non-list forms a warning rather than an error.
19045 Add the mode-map for define-derived-mode. Handle define-minor-mode,
19046 easy-menu-define, put that adds an error-condition, and provide.
19047 When requiring cl, also require cl-macs. Really require cl, to handle
19048 some cl macros. Store required libraries in the list elint-features,
19049 so as not to re-load them. Treat cc-require like require.
19050 (elint-init-env): Call elint-init-form to do the work.
19051 Handle eval-and-compile and such like.
19052 (elint-add-required-env): Do not clear messages.
19053 (elint-special-forms): Add handlers for function, defalias, if, when,
19054 unless, and, or.
19055 (elint-form): Add optional argument to ignore elint-special-forms,
19056 useful to prevent recursive calls from handlers. Doc fix.
19057 Respect elint-ignored-warnings.
19058 (elint-form): Respect elint-ignored-warnings.
19059 (elint-bound-variable, elint-bound-function): New variables.
19060 (elint-unbound-variable): Respect elint-bound-variable.
19061 (elint-get-args): Respect elint-bound-function.
19062 (elint-check-cond-form): Add some simple handling for (f)boundp and
19063 featurep tests.
19064 (elint-check-defalias-form): New handler.
19065 (elint-check-let-form): Make an empty let a warning rather than an
19066 error.
19067 (elint-check-setq-form): Make an empty setq a warning rather than an
19068 error. Respect elint-ignored-warnings.
19069 (elint-check-defvar-form): Accept null doc-strings.
19070 (elint-check-conditional-form): New handler. Does some simple-minded
19071 checking of featurep and (f)boundp tests.
19072 (elint-put-function-args): New function.
19073 (elint-initialize): Use elint-scan-doc-file rather than
19074 elint-find-builtin-variables. Use elint-put-function-args.
19075 Possibly scan preloaded-file-list.
19076 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
19077 extend to handle functions as well.
19078
245be23c
JB
190792009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
19080
19081 * linum.el (linum-delete-overlays, linum-update-window):
19082 Do not modify the right margin. (Bug#3971)
19083
91fdbd6f
CY
190842009-09-21 Chong Yidong <cyd@stupidchicken.com>
19085
6a7662bb
BR
19086 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
19087 Use nxml-mode instead of xml-mode.
91fdbd6f 19088
7589d38e
JB
190892009-09-21 Kevin Ryde <user42@zip.com.au>
19090
19091 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
19092
5ac42715
SM
190932009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19094
19095 * net/dig.el (dig-mode): Use define-derived-mode.
19096
09c01323
DN
190972009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
19098
4096c5f2
DN
19099 * vc-dispatcher.el (vc-do-command): Return the process object in
19100 the asynchronous case. Use when instead of if. Do not run
5480359e 19101 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 19102
0e172cc2
DN
19103 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
19104 properties to the stash strings.
19105 (vc-git-stash-list): Return a list of strings.
19106 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
19107 (vc-git-stash-show-at-point): New functions.
19108 (vc-git-stash-map): New keymap.
19109
03304f31
SM
19110 * register.el (ctl-x-r-map): Define the keys here instead of
19111 using autoload.
09c01323 19112
03304f31 191132009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
19114
19115 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
19116 list, to workaround performance problem (bug#4485).
19117
2f5fc4d7
NR
191182009-09-20 Nick Roberts <nickrob@snap.net.nz>
19119
19120 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
19121
b0f5fd2e
DU
191222009-09-20 Daiki Ueno <ueno@unixuser.org>
19123
19124 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
19125 Document that this option is not recommended to use.
19126
f3445fab
GM
191272009-09-19 Glenn Morris <rgm@gnu.org>
19128
547c6921
GM
19129 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
19130 variable `var'.
19131
f3445fab
GM
19132 * calc/calc-alg.el (var):
19133 * calc/calcalg2.el (var): Define for compiler.
19134
946c009b
CY
191352009-09-19 Chong Yidong <cyd@stupidchicken.com>
19136
e3f36d03
SM
19137 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
19138 Doc fix (Bug#3932).
e2045997 19139
24aedbca
CY
19140 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
19141
327dd27a
CY
19142 * time-stamp.el (time-stamp-month-dd-yyyy)
19143 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
19144 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
19145 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
19146 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
19147 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 19148
946c009b
CY
19149 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
19150 indent buffer only if called interactively (Bug#4452).
19151
3e70541a 191522009-09-19 Juanma Barranquero <lekktu@gmail.com>
4e2af782 19153 Eli Zaretskii <eliz@gnu.org>
3e70541a
JB
19154
19155 This fixes bug#4197 (merged to bug#865, though not identical).
19156 * server.el (server-auth-dir): Add docstring note about FAT32.
19157 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
19158 but warn against using them.
19159
9b94c32e
NR
191602009-09-19 Nick Roberts <nickrob@snap.net.nz>
19161
19162 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
19163 older GDB where there is no has_more field.
19164
66590684
GM
191652009-09-19 Glenn Morris <rgm@gnu.org>
19166
19167 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
19168
9a1337f9
CY
191692009-09-18 Chong Yidong <cyd@stupidchicken.com>
19170
19171 * files.el (auto-mode-alist): Change default for XML files to nXML
19172 mode (Bug#4169).
19173
d7554167
JB
191742009-09-18 Juanma Barranquero <lekktu@gmail.com>
19175
19176 * server.el (server-ensure-safe-dir): Pass 'integer
19177 to `file-attributes', as suggested.
19178
35a3f9a4
SM
191792009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
19180
19181 * dired-aux.el (dired-query-alist): Remove spurious backslash.
19182 (dired-query): Use read-key.
19183
044f9b05
AR
191842009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
19185
19186 * cus-start.el (ns-use-qd-smoothing): Remove.
19187
6188ea49
GM
191882009-09-18 Glenn Morris <rgm@gnu.org>
19189
08cf18e4
GM
19190 * allout.el (top-level): Remove unnecessary progn.
19191
07eae5c5
GM
19192 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
19193
6726c25e
GM
19194 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
19195 definition of abbrev table.
19196
3f527154 19197 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
19198 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
19199 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
19200 * net/newst-backend.el (newsticker--cache-read-feed):
19201 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
19202 condition-case handlers.
19203
ccb4c30c
NR
192042009-09-18 Nick Roberts <nickrob@snap.net.nz>
19205
19206 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
19207 (gdb-var-list): Add an element for has_more field.
19208 (gdb-non-stop-handler): Enable pretty printing for STL containers.
19209 (gdb-var-create-handler, gdb-var-list-children-handler-1)
19210 (gdb-var-update-handler-1): Parse output of dynamic variable
19211 objects (STL containers).
19212 (gdb-var-delete-1): Pass var1 as an explicit second argument.
19213 (gdb-get-field): Delete alias. Use bindat-get-field directly.
19214
19215 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
19216 gdb-var-list.
19217 (gud-speedbar-buttons): Make node expandable if expression "has more"
19218 children.
19219
8686ac71
JB
192202009-09-17 Juanma Barranquero <lekktu@gmail.com>
19221
19222 * startup.el (emacs-quick-startup): Remove variable and all uses.
19223 (command-line): Set `inhibit-x-resources' instead.
19224 (command-line-1): Use `inhibit-x-resources' instead.
19225
a69c67e8
CY
192262009-09-17 Chong Yidong <cyd@stupidchicken.com>
19227
19228 * subr.el: Fix last change to avoid using the `unless' macro,
19229 which breaks bootstrapping.
19230
354f0faf
SM
192312009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19232
19233 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
19234 extended definitions, in case we reload subr.el after having
19235 loaded CL.
19236 (eval-next-after-load): Mark as obsolete.
19237
98b9bf40
JL
192382009-09-17 Juri Linkov <juri@jurta.org>
19239
19240 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
19241 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
19242 (menu-bar-showhide-menu, menu-bar-tools-menu)
19243 (menu-bar-describe-menu, menu-bar-help-menu)
19244 (minibuffer-local-completion-map, minibuffer-local-map):
19245 Fix list quoting.
19246
28fab7b5
GM
192472009-09-17 Glenn Morris <rgm@gnu.org>
19248
88d5190c
GM
19249 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
19250 arguments, whether or not it has a handler.
19251
74f24ba7
GM
19252 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
19253
28fab7b5
GM
19254 * simple.el (hard-newline): Give it a doc-string.
19255
a8106aec
GM
19256 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19257 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 19258
76251ad7
DN
192592009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
19260
72033dbe
DN
19261 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
19262 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
19263 (menu-bar-options-menu, menu-bar-showhide-menu)
19264 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
19265 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
19266 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
19267 (menu-bar-options-menu, menu-bar-tools-menu)
19268 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
19269 (menu-bar-help-menu):
19270 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
19271 string arguments.
19272
76251ad7
DN
19273 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
19274 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
19275 calls for the menu names and :help.
19276
97b952b7
SM
192772009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19278
19279 * mouse.el (minor-mode-menu-from-indicator): Pay attention
19280 to :minor-mode-function (bug#4455).
19281
8f38189e
SM
192822009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
19283
d2fd733e
SM
19284 * startup.el (command-line): Initialize the window-system after
19285 processing the command-line.
19286
8f38189e
SM
19287 * textmodes/page.el (what-page): Make sure we don't inf-loop if
19288 page-delimiter matches the empty string.
19289
77564fa4
GM
192902009-09-16 Glenn Morris <rgm@gnu.org>
19291
19292 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
19293 byte-compile-not-obsolete-var. It's a list now.
19294 (byte-compile-not-obsolete-funcs): New variable.
19295 (byte-compile-warn-obsolete): Don't warn about functions if they are in
19296 byte-compile-not-obsolete-funcs.
19297 (byte-compile-variable-ref, byte-compile-defvar): Update for
19298 byte-compile-not-obsolete-vars name-change and list nature.
19299 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
19300 and variables behind (f)boundp tests.
19301 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
19302
79d316d3
DN
193032009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19304
19305 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
19306
8fed6934
SM
193072009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19308
19309 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
19310 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
19311 Don't autoload.
19312
4078fd57
SE
193132009-09-15 Stephen Eglen <stephen@gnu.org>
19314
19315 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 19316 the virtual-buffers, use the name of the buffer specified by
4078fd57 19317 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 19318 problem if the target and the symlink had different names.)
4078fd57 19319
838ff458
SM
193202009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19321
b3c7c12d
SM
19322 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
19323
13dc2bc2
SM
19324 * desktop.el (desktop-path): Check user-emacs-directory.
19325
49fec531
SM
19326 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
19327
0e328d37
SM
19328 * loadup.el: Use after-load-functions to GC after loading each file.
19329 Remove the explicit GC calls that used to be sprinkled around.
19330
838ff458
SM
19331 * subr.el (after-load-functions): New hook.
19332 (do-after-load-evaluation): Run it. Use string-match-p to detect
19333 `obsolete' packages, rather than painfully extracting the relevant
19334 directory name.
19335
a62f564f
GM
193362009-09-15 Glenn Morris <rgm@gnu.org>
19337
19338 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
19339 free variable `doc'.
19340
19341 * dired.el (dired-mode-map): Add menu entry for async shell command.
19342
19343 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
19344 variables, also consider the .elc files, since the .el files are
19345 normally gzipped (subsequent code locates the .el.gz from the .elc).
19346
19347 * calc/calc-prog.el (arglist): Define for compiler.
19348
19349 * calendar/diary-lib.el (diary-display-function): Change the default to
19350 fancy display.
19351 (body): Define for compiler.
19352
19353 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
19354 (byte-compile-file-form, byte-compile-lambda)
19355 (byte-compile-top-level-body, byte-compile-form)
19356 (byte-compile-variable-ref, byte-compile-setq)
19357 (byte-compile-setq-default, byte-compile-body)
19358 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
19359 (batch-byte-compile): Give some more local variables with common names
19360 a "bytecomp-" prefix to avoid masking warnings about free variables.
19361
cd05fe7f
GM
19362 * startup.el (command-line-1): Give local variables with common names a
19363 distinguishing prefix, so as not to hide free variable warnings during
19364 bootstrap.
19365
a62f564f
GM
19366 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
19367 clever and add a suffix to make a unique name, just let the user decide
19368 whether or not to overwrite it. If the input is a directory, write the
19369 default filename to that directory. (Bug#4388)
19370 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
19371 is a filename-as-a-directory.
19372
fbc88440
SM
193732009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19374
19375 * textmodes/page.el (what-page): Don't move to beginning of line.
19376 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
19377
60308853
DN
193782009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19379
19380 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
19381
32ba3abc
DN
193822009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
19383
9cd39aff
DN
19384 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
19385 * help.el (help-for-help-internal): Add purecopy calls for text.
19386
32ba3abc
DN
19387 * vc.el (top): print-log method now takes an optional SHORTLOG
19388 argument. Add a new method: root.
32ba3abc
DN
19389 (vc-root-diff, vc-print-root-log): New functions.
19390 (vc-log-short-style): New variable.
19391 (vc-print-log-internal): Add support for showing short logs.
19392
19393 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
19394 vc-print-root-log and vc-print-root-diff.
19395
19396 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
19397 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
19398 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
19399 short logs.
19400
19401 * vc-cvs.el (vc-cvs-print-log):
19402 * vc-mtn.el (vc-mtn-print-log):
19403 * vc-rcs.el (vc-rcs-print-log):
19404 * vc-sccs.el (vc-sccs-print-log):
19405 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
19406 that is ignored for now.
19407
837b0e99
DN
19408 * vc-mtn.el (vc-mtn-annotate-command):
19409 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
19410
31cd2dd4
SM
194112009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19412
19413 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
19414 to function-key-map, and give them ascii-character property.
19415 * term/x-win.el (x-alternatives-map):
19416 * term/ns-win.el (ns-alternatives-map):
19417 * term/internal.el (msdos-key-remapping-map):
19418 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
19419
d62e5bf2
GM
194202009-09-14 Glenn Morris <rgm@gnu.org>
19421
19422 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
19423 temp-buffers (2009-09-12).
19424
7d0105e5
SM
194252009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19426
19427 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
19428 the new read-key function.
19429
e17ed9ad
CY
194302009-09-13 Chong Yidong <cyd@stupidchicken.com>
19431
19432 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
19433 is defined (Bug#4405).
19434
1fc26e29
CY
194352009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
19436
19437 * recentf.el (recentf-cleanup): Use a hash table to find
19438 duplicates (Bug#4407).
19439
61dc96a2 194402009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
19441
19442 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
19443 kp-0 to ascii equivalents (Bug#4325).
19444
42c3a9e3
CY
194452009-09-13 Chong Yidong <cyd@stupidchicken.com>
19446
1f5c1626
CY
19447 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
19448
42c3a9e3 19449 * eshell/em-hist.el:
31cd2dd4
SM
19450 * eshell/em-dirs.el (eshell-complete-user-reference):
19451 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
19452
194532009-09-13 Leo <sdl.web@gmail.com> (tiny change)
19454
19455 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
19456 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
19457 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
19458 * eshell/em-hist.el (eshell-history-file-name):
19459 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 19460
1e2b6acf
GM
194612009-09-13 Glenn Morris <rgm@gnu.org>
19462
19463 * ediff-merg.el (ediff-do-merge):
19464 * filesets.el (filesets-run-cmd):
19465 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
19466 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
19467 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
19468 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
19469 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
19470 Replace empty `let's with `progn'.
19471
adba8116
SM
194722009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19473
19474 * mail/sendmail.el (send-mail-function):
19475 * tooltip.el (tooltip-mode):
19476 * simple.el (transient-mark-mode):
19477 * rfn-eshadow.el (file-name-shadow-mode):
19478 * frame.el (blink-cursor-mode):
19479 * font-core.el (global-font-lock-mode):
19480 * files.el (temporary-file-directory)
19481 (small-temporary-file-directory, auto-save-file-name-transforms):
19482 * epa-hook.el (auto-encryption-mode):
19483 * composite.el (global-auto-composition-mode):
19484 Use custom-initialize-delay.
19485 * startup.el (command-line): Don't explicitly call
19486 custom-reevaluate-setting for all the above vars.
19487 * custom.el (custom-initialize-safe-set)
19488 (custom-initialize-safe-default): Delete.
19489
0a4afea9
SM
194902009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19491
9f94990d
SM
19492 * term/x-win.el (x-initialize-window-system):
19493 * term/w32-win.el (w32-initialize-window-system):
19494 * term/ns-win.el (ns-initialize-window-system): Don't call
19495 mouse-wheel-mode since it's enabled globally by default already.
19496
0a4afea9
SM
19497 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
19498 actually define the variable, but only silences the byte-compiler.
19499 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
19500 before looking it up.
19501 (mouse-wheel-scroll-amount): Also reset the bindings if this value
19502 is changed.
19503
bf01513f
GM
195042009-09-12 Glenn Morris <rgm@gnu.org>
19505
19506 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
19507 1000.
19508 (elint-add-required-env): Don't beep on error.
19509 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
19510 (elint-init-env): Skip non-list forms.
19511 (elint-log): Handle unknown file positions.
bf01513f 19512
d85889e4
DU
195132009-09-12 Daiki Ueno <ueno@unixuser.org>
19514
19515 * epg.el (epg-make-context): Add autoload cookie.
19516 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
19517 (epg-decrypt-string, epg-start-verify, epg-verify-file)
19518 (epg-verify-string, epg-start-sign, epg-sign-file)
19519 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
19520 (epg-encrypt-string, epg-start-export-keys)
19521 (epg-export-keys-to-file, epg-export-keys-to-string)
19522 (epg-start-import-keys, epg-import-keys-from-file)
19523 (epg-import-keys-from-string, epg-start-receive-keys)
19524 (epg-receive-keys, epg-import-keys-from-server)
19525 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
19526 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
19527 (epg-generate-key-from-file, epg-generate-key-from-string):
19528 Remove autoload cookie.
d85889e4 19529
8f825ee6
EZ
195302009-09-12 Eli Zaretskii <eliz@gnu.org>
19531
36b434ee
EZ
19532 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
19533 reevaluation of trash-directory.
19534
8f825ee6
EZ
19535 * mwheel.el: Fix last change.
19536 (mouse-wheel-mode): New defvar.
19537 (mouse-wheel-mode): Remove autoload cookie.
19538
5766c380
SM
195392009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19540
ab5c0fcd
SM
19541 * mwheel.el (mwheel-installed-bindings): New var.
19542 (mouse-wheel-mode): Use it, so as to make sure we really remove all
19543 the bindings we set last time. Use custom-initialize-delay.
19544 * loadup.el: Load mwheel after term/*-win.el.
19545 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
19546 and mouse-wheel-up-event now that their first evaluation is done
19547 sufficiently late to be correct.
19548
45448e64
SM
19549 * startup.el (tutorial-directory): Make it a defcustom.
19550 Use custom-initialize-delay rather than eval-at-startup to set it.
19551 * image.el (image-load-path): Make it a defcustom.
19552 Use custom-initialize-delay rather than eval-at-startup to set it.
19553 * subr.el (eval-at-startup): Remove.
19554 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
19555
5766c380
SM
19556 * subr.el (do-after-load-evaluation): Warn the user after loading an
19557 obsolete package.
19558
d6549da4
GM
195592009-09-12 Glenn Morris <rgm@gnu.org>
19560
19561 * proced.el (proced-mark-alt): Remove alias.
19562 (proced-mode-map): Remove proced-mark-alt.
19563
19564 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
19565 Elint file and directory. Remove initialization entry.
19566
19567 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
19568 commands.
19569 (elint-current-buffer): Set mode-line-process.
19570 (elint-init-env): Handle define-derived-mode.
19571 Fix declare-function with unspecified arglist. Guard against odd
19572 defalias statements (eg iso-insert's 8859-1-map).
19573 (elint-add-required-env): Use a temp buffer.
19574 (elint-form): Just print the function/macro name, not the whole form.
19575 Return env unchanged if we fail to parse a macro.
19576 (elint-forms): Guard against parse errors.
19577 (elint-output): New function, to handle batch mode.
19578 (elint-log-message): Add optional argument. Use elint-output.
19579 (elint-set-mode-line): New function.
19580
30194d4d
CY
195812009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
19582
19583 * emacs-lisp/elp.el (elp-not-profilable): Add more
19584 functions (Bug#4233).
19585
a035f9b0
CY
195862009-09-12 Chong Yidong <cyd@stupidchicken.com>
19587
19588 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
19589 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
19590
dad61164
NR
195912009-09-11 Nick Roberts <nickrob@snap.net.nz>
19592
19593 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
19594 (gdb-var-list-children): Use json parsing.
19595
9c3c9fdf 195962009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
19597
19598 * progmodes/js.el (js--proper-indentation): Handle the case where
19599 char-before is null. Reported by Deniz Dogan.
19600
b4587710
JB
196012009-09-11 Juanma Barranquero <lekktu@gmail.com>
19602
19603 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
19604
13890796
DU
196052009-09-11 Daiki Ueno <ueno@unixuser.org>
19606
19607 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
19608 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 19609 (epg-context-set-passphrase-callback)
97d4bdba 19610 (epg-context-set-progress-callback): Add description about
b18508dd 19611 callback function.
13890796 19612
2efb64a8
SM
196132009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19614
790d0270
SM
19615 * custom.el (custom-delayed-init-variables): New var.
19616 (custom-initialize-delay): New function.
19617 * startup.el (command-line): "Re"evaluate all vars in
19618 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
19619 explicitly any more.
19620 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
19621 to avoid creating a ~/.emacs.d at build-time (bug#4347).
19622
19623 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 19624
ac243a40
NR
196252009-09-11 Nick Roberts <nickrob@snap.net.nz>
19626
19627 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
19628 (gdb-var-update-handler): Use json parsing.
19629
657bc6fc
JB
196302009-09-11 Juanma Barranquero <lekktu@gmail.com>
19631
19632 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
19633 decode annotated text, regardless of language environment. (Bug#2741)
19634
b6fe8102
SM
196352009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19636
19637 * Makefile.in (autoloads): Make rmail.el writable as well.
19638
5cc443fe
GM
196392009-09-11 Glenn Morris <rgm@gnu.org>
19640
5515c54e
GM
19641 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
19642 loaddefs.el.
19643 * dired.el: Regenerate with extracted autoloads.
19644 * Makefile.in (autoloads): Make dired.el writable.
19645
15067158
GM
19646 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
19647 * ibuffer.el: Regenerate with extracted autoloads.
19648 * Makefile.in (autoloads): Make ibuffer.el writable.
19649
d35d0238
GM
19650 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
19651 * version.el (emacs-copyright, emacs-major-version)
19652 (emacs-minor-version): Reformat doc-strings for make-docfile.
19653
5cc443fe
GM
19654 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
19655 functions and variables, since they must be stuff specific to some other
19656 platform.
19657 (apropos-print): Make mouse-click message less specific about button.
19658
19659 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
19660 that records where a macro was defined.
19661 * help-fns.el (describe-function-1): Mention if a function has a
19662 compiler-macro.
19663 * help-mode.el (help-function-cmacro): New button.
19664
19665 * locate.el (top-level): Always require dired.
19666 (locate-mode-map): Initialize inside the defvar.
19667
19668 * net/ange-ftp.el (dired-compress-file): Declare.
19669 (ange-ftp-dired-compress-file): Add doc string.
19670
19671 * term/ns-win.el (x-display-name, x-setup-function-keys):
19672 Unify doc-strings with X versions.
19673
8cb95edf
SM
196742009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19675
726a4d09
SM
19676 * emulation/crisp.el (crisp-mode-map): Move initialization
19677 into declaration.
19678 (crisp-mode): Use define-minor-mode.
19679
8cb95edf
SM
19680 * progmodes/xscheme.el (xscheme-evaluation-commands):
19681 Put a :advertised-binding property rather than using
19682 advertised-xscheme-send-previous-expression.
19683 (advertised-xscheme-send-previous-expression): Declare obsolete.
19684 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
19685 `advertised-undo'.
19686 (crisp-mode): Add corresponding bindings to
19687 undo's :advertised-binding instead.
19688 * dired.el (dired-mode-map): Put a :advertised-binding property rather
19689 than using dired-advertised-find-file.
19690 (dired-advertised-find-file):
19691 * simple.el (advertised-undo):
19692 * wid-edit.el (advertised-widget-backward): Declare obsolete.
19693 (widget-keymap): Put a :advertised-binding property rather
19694 than using advertised-widget-backward.
19695 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
19696 than using advertised-undo.
19697 * tutorial.el (tutorial--default-keys): Adjust accordingly.
19698
07db5857
SS
196992009-09-10 Simon South <ssouth@slowcomputing.org>
19700
19701 * progmodes/delphi.el (delphi-tab): Indent region when Transient
19702 Mark mode is enabled and region is active; otherwise indent or
19703 insert TAB as usual.
19704 (delphi-mode): Update description of TAB-key binding.
19705
50d4ba39
SM
197062009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
19707
19708 * subr.el (define-key-rebound-commands): Mark obsolete.
19709 * startup.el (precompute-menubar-bindings): Remove.
19710 (normal-top-level): Remove obsolete code that tried to precompute
19711 menubar bindings.
19712 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
19713 define-key-rebound-commands and precompute-menubar-bindings.
19714
ffa894db
KY
197152009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
19716
19717 * net/imap.el (imap-interactive-login): Better messages.
19718 (imap-open): Fix bug with renamed buffer on reconnect.
19719 (imap-authenticate): Add buffer-local imap-last-authenticator variable
19720 for easier debugging and cleaner code. On successful (guessed based on
19721 server capabilities) secondary authentication, set imap-state
19722 correctly.
19723 (imap-last-authenticator): Define imap-last-authenticator as a variable
19724 to avoid warnings.
19725
9477096c
GM
197262009-09-10 Glenn Morris <rgm@gnu.org>
19727
19728 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
19729
19730 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
19731 (byte-compile-file-form-autoload): Don't warn about unknown functions
19732 where the autoload statement comes after the use.
19733 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
19734 that any handlers inside the body (eg require) are in turn respected.
19735
19736 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
19737 effects.
19738
19739 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
19740 and syntax and abbrev tables basic docs, if they don't have any.
19741
19742 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
19743
19744 * international/mule-cmds.el (top-level): Require cl when compiling.
19745 (view-hello-file): Use default-value rather than
19746 default-enable-multibyte-characters.
19747
19748 * progmodes/fortran.el: Move all safe and risky properties into the
19749 defcustoms.
19750
19751 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
19752 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
19753 * mail/undigest.el:
19754 Put autoloads in rmail.el rather than loaddefs.el.
19755 * mail/rmail.el: Regenerate with extracted autoloads.
19756
19757 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
19758 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
19759
9f16c547
NR
197602009-09-10 Nick Roberts <nickrob@snap.net.nz>
19761
19762 Reported in thread for Bug#4375.
19763 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
19764 "-data-evaluate-expression" instead of print.
19765 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
19766 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
19767 (gdb): Revert 2009-08-11 change. User should detach inferior
19768 manually.
9f16c547
NR
19769
19770 Remove the word "separate" from IO functions as inferior
19771 output is now never displayed in the GUD buffer.
19772
50405cd0
JB
197732009-09-10 Juanma Barranquero <lekktu@gmail.com>
19774
19775 * startup.el (command-line-normalize-file-name): On Windows and
19776 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
19777
7ae62430
JL
197782009-09-10 Juri Linkov <juri@jurta.org>
19779
19780 * isearch.el (isearch-text-char-description): Propertize escape
19781 character sequences with the `escape-glyph' face. (Bug#4344)
19782
19783 * simple.el (shell-command): Set asynchronous process filter to
19784 `comint-output-filter'. (Bug#4343)
19785
19786 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
19787 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
19788 the list. Move "asm" to the bottom.
19789 (grep-find-ignored-directories): Add `choice' with nil value
19790 to empty the list easily.
19791 (grep-find-ignored-files): New option.
19792 (grep-files-history): Set to nil by default instead of '("ch" "el").
19793 (grep-compute-defaults): Add "<X>" to `grep-template'.
19794 (grep-read-files): Bind new local variables `default-alias' and
19795 `default-extension'. Use a list of default values for the file prompt.
19796 (lgrep): Add `--exclude=' command line options composed from
19797 `grep-find-ignored-files'.
19798 (rgrep): Add `-name' command line options composed from
19799 `grep-find-ignored-files'. (Bug#4301)
19800
cd875252
SM
198012009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
19802
19803 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
19804 (bug#4368).
19805
cdce0b33
KY
198062009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
19807
19808 * calendar/time-date.el (autoload):
19809 Expand define-obsolete-function-alias into defalias and make-obsolete
19810 for old Emacsen that Gnus supports.
19811 (with-no-warnings): Define it for old Emacsen.
19812 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
19813 is available.
19814 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
19815 float-time is available; suppress compile warning for time-to-seconds.
19816
198172009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
19818
19819 * net/imap.el (imap-message-map): Docstring fix.
19820
2b2eb431
GM
198212009-09-09 Glenn Morris <rgm@gnu.org>
19822
19823 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
19824 line numbers too. (Bug#4374)
19825
83a5aac5
SM
198262009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
19827
755e0210
SM
19828 * smerge-mode.el (smerge-remove-props, smerge-refine):
19829 Use with-silent-modifications (bug#4342).
19830
83a5aac5
SM
19831 * subr.el (with-silent-modifications): New macro.
19832
79f01fa7
JB
198332009-09-07 Juanma Barranquero <lekktu@gmail.com>
19834
19835 * files.el (top-level): Require `cl' when compiling.
19836
448ecec3
GM
198372009-09-07 Glenn Morris <rgm@gnu.org>
19838
19839 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
19840
8f09a02f
GM
19841 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
19842 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
19843
76ff67bf
NR
198442009-09-06 Nick Roberts <nickrob@snap.net.nz>
19845
19846 * vc-git.el (vc-git-annotate-command): Use separator to parse
19847 arguments correctly.
19848
943c8b75
EZ
198492009-09-06 Eli Zaretskii <eliz@gnu.org>
19850
19851 * proced.el (proced-mode): Doc fix.
19852
680db9ac
MA
198532009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
19854
19855 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
19856 lstat fails.
19857 (tramp-do-file-attributes-with-ls): Check for file existence at
19858 remote end.
19859 (tramp-do-file-attributes-with-stat): Likewise.
19860 (tramp-convert-file-attributes): Return nil when attr is nil.
19861
3f12e5bd
GM
198622009-09-05 Glenn Morris <rgm@gnu.org>
19863
c8dc27bf
GM
19864 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
19865 properties to this button.
19866 (diary-fancy-display): Don't extend the button to the final newline.
19867 (diary-fancy-display-mode): Continue to define "q" as a local key.
19868
cca065d8
GM
19869 * calendar/cal-china.el (holiday-chinese): Make it slightly more
19870 efficient.
19871
cddaedb6
GM
19872 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
19873
3f12e5bd
GM
19874 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
19875 (byte-compile-dest-file-function): New option.
19876 (byte-compile-dest-file): Doc fix.
19877 Obey byte-compile-dest-file-function.
19878 (byte-compile-cl-file-p): New function.
19879 (byte-compile-eval): Only suppress noruntime warnings about cl functions
19880 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
19881 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
19882 than for file being previously loaded.
19883 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
19884 (byte-compile-file-form-require): Handle the case where requiring a file
19885 indirectly causes CL to be loaded.
19886
049a231b
KF
198872009-09-05 Karl Fogel <kfogel@red-bean.com>
19888
19889 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
19890 before killing the old buffer, since by the time `kill-buffer' is
19891 run so many buffer variables have been set to nil that it may not
19892 behave as expected. (Bug#4061)
19893
ef7ef2a0
KF
198942009-09-05 Karl Fogel <kfogel@red-bean.com>
19895
19896 * files.el (find-alternate-file): If the old buffer is modified
19897 and visiting a file, behave similarly to `kill-buffer' when
19898 killing it, thus reverting to the pre-1.878 behavior; see
19899 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
19900 for discussion. Also, consult `buffer-file-name' as a variable
19901 not as a function, for consistency with the rest of the code.
19902
73d854cd
MA
199032009-09-04 Michael Albinus <michael.albinus@gmx.de>
19904
19905 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
19906 also when adding a new directory.
19907
6a7662bb
BR
19908 * net/tramp-compat.el (tramp-compat-line-beginning-position):
19909 New defun.
73d854cd 19910
df120481
SM
199112009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
19912
19913 * files.el (locate-file-completion-table): Make it provide boundary
19914 information, so partial-completion works better.
19915
c0bc6d79
SM
199162009-09-04 Leo <sdl.web@gmail.com> (tiny change)
19917
19918 * mail/footnote.el (Footnote-text-under-cursor):
19919 Check footnote-text-marker-alist before using it (bug#4324).
19920
f76a9756
GM
199212009-09-04 Glenn Morris <rgm@gnu.org>
19922
67d110f1
GM
19923 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
19924 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
19925 * play/solitaire.el, play/tetris.el:
19926 Remove leading * from defcustom and defface docs.
19927
b42d4989
GM
19928 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
19929 necessary.
19930 (diary-fancy-overriding-map): New variable.
19931 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
19932 Use view-mode.
19933
f76a9756
GM
19934 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
19935 goto-line.
19936
e605eeeb
GM
199372009-09-03 Glenn Morris <rgm@gnu.org>
19938
597e2240
GM
19939 * arc-mode.el (archive-mode):
19940 * dos-fns.el (set-default-process-coding-system):
19941 * man.el (Man-getpage-in-background):
19942 * menu-bar.el (menu-bar-describe-menu):
19943 * server.el (server-process-filter):
19944 * startup.el (command-line):
19945 * tar-mode.el (tar-header-block-tokenize, tar-extract):
19946 * w32-fns.el (set-default-process-coding-system):
19947 * x-dnd.el (x-dnd-handle-file-name):
19948 * international/mule-cmds.el (mule-menu-keymap)
19949 (set-default-coding-systems, language-info-alist, set-language-info)
19950 (set-language-environment, standard-display-european-internal)
19951 (set-locale-environment):
19952 * international/mule-diag.el (mule-diag):
19953 * mail/emacsbug.el (report-emacs-bug):
19954 * mail/rmail.el (rmail-mode):
19955 * mail/sendmail.el (mail-setup):
19956 Use default-value rather than default-enable-multibyte-characters.
19957
f38184aa
GM
19958 * progmodes/f90.el: Move all safe properties into the defcustoms.
19959 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
19960
e605eeeb
GM
19961 * calendar/appt.el (appt-check):
19962 * calendar/diary-lib.el (diary-set-header, diary-live-p)
19963 (diary-check-diary-file, diary-list-entries)
19964 (diary-include-other-diary-files, diary-simple-display)
19965 (diary-fancy-display, diary-print-entries)
19966 (diary-mark-included-diary-files, diary-make-entry):
19967 Don't call substitute-in-file-name on diary-file.
19968
734db384 199692009-09-03 Eduard Wiebe <usenet@pusto.de>
4e2af782 19970 Stefan Monnier <monnier@iro.umontreal.ca>
734db384
SM
19971
19972 * mail/footnote.el (footnote-prefix): Make it a defcustom.
19973 (footnote-mode-map): Move initialization into the declaration.
19974 (footnote-minor-mode-map): Define it rather than changing global-map.
19975 (footnote-mode): Use define-minor-mode.
19976
e5aa47f9
MA
199772009-09-02 Michael Albinus <michael.albinus@gmx.de>
19978
19979 * net/tramp.el (tramp-handle-file-attributes-with-ls)
19980 (tramp-do-file-attributes-with-perl)
19981 (tramp-do-file-attributes-with-stat): Rename from
19982 `tramp-handle-file-attributes-with-*'.
19983 (tramp-handle-file-attributes): Use them.
19984 (tramp-do-directory-files-and-attributes-with-perl)
19985 (tramp-do-directory-files-and-attributes-with-stat): Rename from
19986 `tramp-handle-directory-files-and-attributes-with-*'.
19987 (tramp-handle-directory-files-and-attributes): Use them.
19988 (tramp-method-out-of-band-p): Additional parameter SIZE.
19989 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
19990 (tramp-handle-write-region): Use it.
734db384 19991 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
19992 (tramp-handle-vc-registered): Check, whether the first run did
19993 return files to be tested.
19994 (tramp-advice-make-auto-save-file-name): Do not call directly
19995 `tramp-handle-make-auto-save-file-name', because this would bypass
19996 the locking mechanism.
19997
734db384 19998 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
19999 (file-remote-p, process-file, start-file-process, set-file-times)
20000 (tramp-compat-file-attributes): Compatibility functions shall not
20001 call directly `tramp-handle-*', because this would bypass the
20002 locking mechanism.
20003 (tramp-compat-number-sequence): New defun.
20004
6e2ca895
GM
200052009-09-02 Glenn Morris <rgm@gnu.org>
20006
697c7714
GM
20007 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
20008 alias for float-time.
20009 (time-to-number-of-days): In Emacs, use float-time.
20010 * net/newst-backend.el (time-add): Suppress warnings from compat
20011 function.
20012 * time.el (emacs-uptime, emacs-init-time):
20013 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
20014 Use float-time rather than time-to-seconds.
20015
6e2ca895
GM
20016 * minibuffer.el (completion-initials-expand): Fix typo.
20017
20018 * faces.el (modeline, modeline-inactive, modeline-highlight)
20019 (modeline-buffer-id):
20020 * info.el (info-menu-5): Mark these face aliases as obsolete.
20021
ed17efec
NR
200222009-09-01 Nick Roberts <nickrob@snap.net.nz>
20023
20024 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
20025 space ...
20026 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
20027 no "--thread" option.
20028 (gdb-stopped): Don't print "Switched to thread" message when it is
20029 unchanged.
20030
fcb68f70
SM
200312009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
20032
20033 * minibuffer.el (completion-try-completion)
20034 (completion-all-completions): Remove ill-defined (and
20035 mistakenly installed and luckily never used nor documented)
20036 `completion-styles' property.
20037 (completion-initials-expand, completion-initials-all-completions)
20038 (completion-initials-try-completion): New functions.
20039 (completion-styles-alist): Add doc to each entry.
20040 Add new `initials' entry.
20041
83318a6d
NR
200422009-09-01 Nick Roberts <nickrob@snap.net.nz>
20043
20044 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
20045 MI command -var-evaluate-expression.
20046 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
20047 and tweak for case of string child.
734db384 20048 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 20049
d63eb0e7
GM
200502009-09-01 Glenn Morris <rgm@gnu.org>
20051
c4f6e489
GM
20052 * add-log.el (change-log-date-face, change-log-name-face)
20053 (change-log-email-face, change-log-file-face, change-log-list-face)
20054 (change-log-conditionals-face, change-log-function-face)
20055 (change-log-acknowledgement-face):
20056 * cus-edit.el (custom-invalid-face, custom-rogue-face)
20057 (custom-modified-face, custom-set-face, custom-changed-face)
20058 (custom-saved-face, custom-button-face, custom-button-pressed-face)
20059 (custom-documentation-face, custom-state-face, custom-comment-face)
20060 (custom-comment-tag-face, custom-variable-tag-face)
20061 (custom-variable-button-face, custom-face-tag-face)
20062 (custom-group-tag-face-1, custom-group-tag-face):
20063 * diff-mode.el (diff-header-face, diff-file-header-face)
20064 (diff-index-face, diff-hunk-header-face, diff-removed-face)
20065 (diff-added-face, diff-changed-face, diff-function-face)
20066 (diff-context-face, diff-nonexistent-face):
20067 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
20068 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
20069 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
20070 (Info-title-4-face):
20071 * isearch.el (isearch-lazy-highlight-face):
20072 * log-view.el (log-view-file-face, log-view-message-face):
20073 * paren.el (show-paren-match-face, show-paren-mismatch-face):
20074 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
20075 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
20076 (cvs-msg-face):
20077 * smerge-mode.el (smerge-mine-face, smerge-other-face)
20078 (smerge-base-face, smerge-markers-face):
20079 * wid-edit.el (widget-documentation-face, widget-button-face)
20080 (widget-field-face, widget-single-line-field-face)
20081 (widget-inactive-face, widget-button-pressed-face):
20082 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
20083 (woman-addition-face):
2fb1ec93
GM
20084 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
20085 (eshell-ls-executable-face, eshell-ls-readonly-face)
20086 (eshell-ls-unreadable-face, eshell-ls-special-face)
20087 (eshell-ls-missing-face, eshell-ls-archive-face)
20088 (eshell-ls-backup-face, eshell-ls-product-face)
20089 (eshell-ls-clutter-face):
20090 * eshell/em-prompt.el (eshell-prompt-face):
20091 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 20092 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
20093 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
20094 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
20095 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
20096 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
20097 (antlr-font-lock-literal-face):
c4f6e489
GM
20098 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
20099 (ebrowse-root-class-face, ebrowse-file-name-face)
20100 (ebrowse-default-face, ebrowse-member-attribute-face)
20101 (ebrowse-member-class-face, ebrowse-progress-face):
20102 * progmodes/make-mode.el (makefile-space-face):
20103 * progmodes/sh-script.el (sh-heredoc-face):
20104 * textmodes/flyspell.el (flyspell-incorrect-face)
20105 (flyspell-duplicate-face):
20106 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 20107 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
20108 Mark face aliases with "-face" suffix as obsolete.
20109
d80619fa
GM
20110 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
20111 compiler.
20112
5f68c1b7
GM
20113 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
20114 (eudc-bob-sound-menu): Use defvar rather than defconst, since
20115 easy-menu-define wants to modify these.
20116
20117 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
20118
20119 * net/browse-url.el (browse-url-file-url):
20120 * term/internal.el (dos-codepage-setup):
20121 Use default-value rather than default-enable-multibyte-characters.
20122
d80619fa 20123 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
20124 * progmodes/flymake.el (flymake-highlight-line)
20125 (flymake-goto-file-and-line, flymake-goto-line):
20126 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
20127 (gdb-goto-breakpoint):
20128 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
20129 * progmodes/python.el (python-find-function)
20130 (python-pdbtrack-track-stack-file):
20131 * progmodes/verilog-mode.el (verilog-surelint-off):
20132 * term/ns-win.el (ns-open-file-select-line):
20133 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
20134 Use forward-line rather than goto-line.
20135
d63eb0e7
GM
20136 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
20137 * textmodes/reftex-index.el (reftex-display-index):
20138 * textmodes/reftex-ref.el (reftex-offer-label-menu):
20139 * textmodes/reftex-toc.el (reftex-toc):
20140 Remove unnecessary bindings of default-major-mode (all are followed by
20141 major-mode check and possible mode switch).
20142
0afad278
NR
201432009-08-31 Nick Roberts <nickrob@snap.net.nz>
20144
20145 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
20146 Handle watchpoints (bug#4282).
20147 (def-gdb-thread-buffer-command): Enable thread to be selected by
20148 clicking without selecting threads buffer first.
20149 (gdb-current-context-command): Use selected frame so that "up",
20150 "down" etc work in the GUD buffer.
20151 (gdb-update): Find selected frame before rendering stack buffer.
20152 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
20153
4e135dd2
SM
201542009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
20155
20156 * progmodes/sym-comp.el (displayed-completions): Remove.
20157 (symbol-complete): Use minibuffer-complete.
20158
e61eba34
GM
201592009-08-31 Glenn Morris <rgm@gnu.org>
20160
20161 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
20162
734db384
SM
20163 * apropos.el (apropos-symbols-internal):
20164 Handle (obsolete) face aliases.
e61eba34
GM
20165
20166 * faces.el (describe-face): Adjust the output format to be more like
20167 describe-variable, and to mention (obsolete) face aliases.
20168 Adjust the whitespace so that help-setup-xref works.
20169
20170 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
20171 * calendar/diary-lib.el (diary-button-face):
20172 Mark these face aliases as obsolete.
20173
20174 * calendar/calendar.el (calendar-today): Doc fix.
20175
4cf71456
NR
201762009-08-31 Nick Roberts <nickrob@snap.net.nz>
20177
20178 * progmodes/gdb-mi.el (gdb-control-all-threads)
20179 (gdb-control-current-thread): Force tool bar update.
20180 (gdb-non-stop-handler): New function.
20181 (gdb-init-1): Use it to test if non-stop mode is supported.
20182 Remove unused gdbmi buffer type.
20183
e61eba34 201842009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
20185
20186 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 20187 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 20188
4324f7ca
NR
201892009-08-30 Nick Roberts <nickrob@snap.net.nz>
20190
20191 * comint.el (comint-exec-1): Check command is non-null first.
20192 Part of gdb-mi.el change (2009-08-28).
20193
a1bf889a
SM
201942009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20195
20196 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
20197
060c08b5
JB
201982009-08-30 Juanma Barranquero <lekktu@gmail.com>
20199
20200 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
20201 instead of `dolist' to avoid a recursive require when bootstrapping.
20202
ab22be48
SM
202032009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20204
73ebf88f
SM
20205 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
20206
80629cfc
SM
20207 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
20208
206d0387 20209 * net/imap.el (imap-send-command): Simplify.
734db384 20210 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 20211
844f7784
SM
20212 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
20213
5ca4661e
SM
20214 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
20215 with constant argument.
20216
c61dc887
SM
20217 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
20218
7eb73deb
SM
20219 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
20220
5fe443de
SM
20221 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
20222 Change default, since most of our files don't have a history.
20223 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
20224 the user.
20225
6444d64a
SM
20226 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20227 Add comint-run.
20228
5cb16bfc
SM
20229 * calc/calc.el: Improve commenting convention.
20230 (calc-digit-map, toplevel): Simplify.
20231
0aeb71a7
SM
20232 * comint.el (comint-insert-input): Be careful to only set point if we
20233 don't delegate to some other command.
20234
9a9af856
SM
20235 * proced.el (proced-signal-list): Make it an alist.
20236 (proced-grammar-alist): Capitalize names.
20237 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
20238 Disable undo manually and make it read-only.
20239 Use completion-annotate-function.
20240
ab22be48
SM
20241 * minibuffer.el (minibuffer-message): If the current buffer is not
20242 a minibuffer, insert the message in the echo area rather than at the
20243 end of the buffer.
20244 (completion-annotate-function): New variable.
20245 (minibuffer-completion-help): Use it.
20246 (completion--embedded-envvar-table): Environment vars are
20247 always case-sensitive.
20248
4a948dbf
GM
202492009-08-30 Glenn Morris <rgm@gnu.org>
20250
20251 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
20252 from fortran-current-defun.
20253 (fortran-beginning-of-subprogram): Be more precise about finding the
20254 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
20255 (fortran-end-of-subprogram): Simplify.
20256 (fortran-current-defun): Use fortran-start-prog-re.
20257
486cf3b8
JB
202582009-08-29 Juanma Barranquero <lekktu@gmail.com>
20259
20260 * subr.el (do-after-load-evaluation): Simplify.
20261
db167d28
DN
202622009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20263
20264 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
20265
20266 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
20267 (vc-rcs-print-log): Use it.
20268
20269 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
20270
efbc652a
SM
202712009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
20272
2aa0e5bf
SM
20273 * paths.el (abbrev-file-name): Move to abbrev.el.
20274 * abbrev.el (abbrev-file-name): Move from paths.el.
20275 Obey user-emacs-directory.
20276 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
20277 user-emacs-directory.
20278 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
20279 abbrev-file-name and calc-settings-file any more.
20280 * startup.el (command-line): Recompute abbrev-file-name and
20281 abbreviated-home-dir.
20282 (normal-no-mouse-startup-screen): Improve the generic code and get rid
20283 of the special code for when C-h bindings haven't been changed.
20284 (display-startup-echo-area-message): Use with-current-buffer.
20285 (command-line-1): Use a list of strings, rather than a list of lists
20286 of strings for longopts.
20287
51da8fe2
SM
20288 * files.el (get-free-disk-space): Use / for default-directory.
20289
0c3cc4dd
SM
20290 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
20291 Use with-current-buffer.
20292
d988dbf6
SM
20293 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
20294 Recognize immutable variables like most-positive-fixnum.
20295 (byte-compile-setq-default): Check and warn if trying to assign
20296 to an immutable variable, or a non-variable.
20297
efbc652a
SM
20298 * progmodes/cc-vars.el (c-comment-continuation-stars):
20299 * progmodes/cc-engine.el (c-looking-at-bos):
20300 * progmodes/cc-cmds.el (c-toggle-auto-state)
20301 (c-forward-into-nomenclature, c-backward-into-nomenclature)
20302 (c-comment-line-break-function): Add version of obsolescence.
20303
d30a05d1
JL
203042009-08-28 Juri Linkov <juri@jurta.org>
20305
20306 * files.el (magic-fallback-mode-alist): Add ZIP magic number
20307 associated with `archive-mode'.
20308
20309 * image.el (image-type-header-regexps): Use only JPEG magic number
20310 to determine JPEG images, and don't use `image-jpeg-p' because
20311 Emacs can display non-JFIF non-Exif JPEG images.
20312
1e8eecea
JB
203132009-08-28 Juanma Barranquero <lekktu@gmail.com>
20314
20315 * arc-mode.el (archive-mode):
20316 * emacs-lisp/re-builder.el (re-builder-unload-function):
20317 Protect against the default value of `major-mode' being nil.
20318
dd4fbf56
JB
203192009-08-28 Juanma Barranquero <lekktu@gmail.com>
20320
20321 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
20322 Fix typos in docstrings.
20323
20324 * progmodes/js.el (js--macro-decl-re): Doc fix.
20325 (js--plain-method-re, js--split-name): Refloc docstring.
20326 (js--class-styles, js--make-merged-item, js--splice-into-items):
20327 Fix typos in docstrings; reflow docstrings.
20328 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
20329 (js--variable-decl-matcher, js--inside-pitem-p)
20330 (js--parse-state-at-point, js--get-all-known-symbols)
20331 (js--symbol-history, js-find-symbol, js--js-references)
20332 (js--moz-interactor, js--js-encode-value, js--read-tab):
20333 Fix typos in docstrings.
20334
72f16325
SM
203352009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20336
14acf2f5
SM
20337 * textmodes/reftex.el (reftex-get-file-buffer-force):
20338 * progmodes/verilog-mode.el (verilog-batch-execute-func):
20339 * emulation/viper.el (viper-go-away, viper-set-hooks):
20340 * emacs-lisp/re-builder.el (re-builder-unload-function):
20341 * emacs-lisp/bytecomp.el (byte-compile-file):
20342 * ses.el (ses-unload-function):
20343 * hexl.el (hexl-find-file):
20344 * files.el (normal-mode):
20345 * ehelp.el (with-electric-help):
20346 * autoinsert.el (auto-insert-alist):
20347 * arc-mode.el (archive-mode):
20348 Use (default-value 'major-mode) instead of default-major-mode.
20349
72f16325
SM
20350 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
20351 * international/mule.el (load-with-code-conversion):
20352 * emacs-lisp/debug.el (debug):
20353 * ediff-vers.el (ediff-rcs-get-output-buffer):
20354 * dired.el (dired-internal-noselect): Don't let-bind
20355 default-major-mode around code that doesn't use it.
20356 E.g. buffer creation via get-buffer-create doesn't use it.
20357
aa485f7c
MA
203582009-08-28 Michael Albinus <michael.albinus@gmx.de>
20359
20360 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
20361 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
20362 when writing the temp file. Otherwise, epa-file gets confused.
20363 (tramp-register-file-name-handlers): Make it a defun. Move also
20364 `epa-file-handler' to the front of `file-name-handler-alist'.
20365
203662009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20367
20368 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
20369 start right after a ^M.
20370 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
20371 (tramp-completion-file-name-regexp-separate)
20372 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
20373 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
20374 Don't modify last-coding-system-used by accident.
aa485f7c
MA
20375 (tramp-completion-file-name-handler): Apply the checks here,
20376 instead during registration.
88b5a757 20377 (tramp-register-file-name-handlers): Rename from
aa485f7c
MA
20378 `tramp-register-file-name-handler'. Register both
20379 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 20380 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 20381
3f0c2b92
NR
203822009-08-28 Nick Roberts <nickrob@snap.net.nz>
20383
72f16325
SM
20384 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
20385 Remove variable ...
3f0c2b92
NR
20386 (gdb-init-1, gdb-display-separate-io-buffer)
20387 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
20388 references to it.
20389 (gdb-inferior-io-mode): Use make-comint-in-buffer.
20390 (gdb-inferior-filter): Use comint-output-filter to stop
20391 echoing and remove ^M characters.
20392
705e5bd9
SM
203932009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20394
009fdc2e
SM
20395 * emulation/viper-init.el (viper-restore-cursor-type):
20396 * emulation/cua-base.el (cua--update-indications):
20397 Replace default-cursor-type with (default-value 'cursor-type).
20398
b56a5ae0
SM
20399 * mail/sendmail.el (mail-recover-1):
20400 * international/mule-diag.el (describe-current-coding-system-briefly)
20401 (describe-current-coding-system):
20402 * international/mule-cmds.el (select-safe-coding-system)
20403 (select-message-coding-system)
20404 (set-language-environment-coding-systems, set-locale-environment):
20405 * hexl.el (hexl-insert-multibyte-char):
20406 * dos-w32.el (find-buffer-file-type-coding-system):
20407 * simple.el (what-cursor-position):
20408 Replace uses of default-buffer-file-coding-system
20409 with (default-value 'buffer-file-coding-system).
20410
de70529f
SM
20411 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
20412 Replace uses of default-cursor-in-non-selected-windows
20413 with (default-value 'cursor-in-non-selected-windows).
20414 Use with-current-buffer.
20415
705e5bd9
SM
20416 * mail/feedmail.el: Use CL macros.
20417 (feedmail-run-the-queue, feedmail-send-it-immediately):
20418 * dos-w32.el (find-buffer-file-type): Replace uses of
20419 default-buffer-file-type with (default-value 'buffer-file-type).
20420
4d985ac2
GM
204212009-08-28 Glenn Morris <rgm@gnu.org>
20422
20423 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
20424 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
20425 Use default-value of major-mode rather than default-major-mode.
20426
17c15b81
SM
204272009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20428
3a68ab06
SM
20429 * Makefile.in (update-elcfiles): Report left over elc files.
20430
9421bdd1
SM
20431 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
20432 expand-file-name and with-current-buffer.
20433 (mail-get-names, mail-directory): Use with-current-buffer.
20434
17c15b81
SM
20435 * vc.el (vc-read-revision): New function.
20436 (vc-version-diff, vc-merge): Use it.
20437
ba83a64e
SS
204382009-08-27 Sam Steingold <sds@gnu.org>
20439
20440 * simple.el (kill-do-not-save-duplicates): New user option.
20441 (kill-new): When it is non-nil, and the new string is the same as
20442 the latest kill, set replace to t to avoid duplicates in kill-ring.
20443
be3e598a 204442009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
20445
20446 * net/tramp.el (tramp-handle-process-file): Do not flush all
20447 caches when `process-file-side-effects' is set.
20448 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
20449 instead of `tramp-find-file-exists-command'.
20450 Unset `process-file-side-effects'.
d5b5c94a
MA
20451
204522009-08-27 Michael Albinus <michael.albinus@gmx.de>
20453
20454 * net/tramp.el (tramp-methods): New method "rsyncc".
20455 (top): Add completion function for "rsyncc".
20456 (tramp-message-show-message): New defvar.
20457 (tramp-message, tramp-error): Use it.
20458 (tramp-do-copy-or-rename-file-directly): Extend check for direct
20459 remote copying.
20460 (tramp-do-copy-or-rename-file-out-of-band): Handle new
20461 `tramp-methods' entry `copy-env' of "rsyncc".
20462 (tramp-vc-registered-read-file-names): New defconst.
20463 (tramp-vc-registered-file-names): New defvar.
20464 (tramp-handle-vc-registered): Implement optimization strategy.
20465 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
20466 (tramp-vc-file-name-handler): New defun.
20467 (tramp-get-ls-command, tramp-get-test-command)
20468 (tramp-get-file-exists-command, tramp-get-remote-ln)
20469 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 20470 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
20471
20472 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
20473 (tramp-cache-inhibit-cache): Extend doc string. It allows also
20474 timestamps.
20475 (tramp-get-file-property): Check for timestamps in
20476 `tramp-cache-inhibit-cache'.
20477 (tramp-set-file-property): Write timestamp.
20478
1339cf20
KH
204792009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20480
20481 * language/japan-util.el (japanese-symbol-table): Add entries for
20482 cp932-2-byte.
20483
20484 * international/characters.el: Add category `j' to cp932-2-byte.
20485
726e3f1d
KH
204862009-08-27 Kenichi Handa <handa@m17n.org>
20487
20488 * international/fontset.el (build-default-fontset-data): New macro.
20489 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 20490 tibetan, ethiopic, and ipa.
726e3f1d 20491
4e3b4528
SM
204922009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20493
20494 * cus-start.el (default-major-mode): Customize `major-mode' instead.
20495 (enable-multibyte-characters): Not customizable any more.
20496
20497 * subr.el (default-mode-line-format, default-header-line-format)
20498 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
20499 (default-direction-reversed, default-truncate-lines)
20500 (default-left-margin, default-tab-width, default-case-fold-search)
20501 (default-left-margin-width, default-right-margin-width)
20502 (default-left-fringe-width, default-right-fringe-width)
20503 (default-fringes-outside-margins, default-scroll-bar-width)
20504 (default-vertical-scroll-bar, default-indicate-empty-lines)
20505 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
20506 (default-fringe-cursor-alist, default-scroll-up-aggressively)
20507 (default-scroll-down-aggressively, default-fill-column)
20508 (default-cursor-type, default-buffer-file-type)
20509 (default-cursor-in-non-selected-windows)
20510 (default-buffer-file-coding-system, default-major-mode)
20511 (default-enable-multibyte-characters): Mark as obsolete.
20512
b3cca6a6
DN
205132009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
20514
652cc1a2
DN
20515 * vc-dir.el (vc-dir-update): Remove debug helper.
20516
b3cca6a6
DN
20517 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
20518
4ed8c7aa
SS
205192009-08-26 Sam Steingold <sds@gnu.org>
20520
20521 * simple.el (save-interprogram-paste-before-kill): New user option.
20522 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
20523 save the interprogram-paste into kill-ring before overriding it
20524 with the Emacs kill.
20525
3b64d86b
DN
205262009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20527
20528 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
20529 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
20530 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
20531 and move to vc-rcs.el.
20532 (vc-default-next-revision): Rename to vc-rcs-next-revision and
20533 move to vc-rcs.el.
20534 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
20535 (vc-rcs-update-changelog): Remove.
20536 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
20537 and move to vc-rcs.el.
20538
20539 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
20540 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
20541 renaming.
20542 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 20543 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
20544 vc.el, renamed to be RCS specific.
20545
72f16325
SM
20546 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
20547 New functions.
20548 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
20549
20550 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
20551 New functions.
20552
636a36a0
SM
205532009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
20554
20555 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
20556
239b3340
DN
205572009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20558
b91f0762 20559 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
20560 (vc-git-stash, vc-git-stash-show): New functions.
20561 (vc-git-extra-menu-map): Bind them.
b91f0762 20562
b8e54362
DN
20563 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
20564 directory correctly in case the item is a directory itself.
20565
239b3340
DN
20566 * vc.el: Document the desired behavior for reverted files in the
20567 `added' state.
dc810649
DN
20568 (vc-default-prettify-state-info): Remove function, unused.
20569
20570 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 20571
e49c0179
GM
205722009-08-26 Glenn Morris <rgm@gnu.org>
20573
20574 * bindings.el (standard-mode-line-format): Reposition dashes in
20575 which-func entry. (Bug#4217)
20576
3029e594
GM
20577 * files.el (enable-local-variables, enable-local-eval)
20578 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
20579 the defcustoms.
20580 (auto-mode-alist, ignored-local-variables)
20581 (save-some-buffers-action-alist): Move risky declarations to the
20582 definitions.
20583 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
20584 (font-lock-defaults, format-alist, imenu--index-alist)
20585 (imenu-generic-expression, input-method-alist, minor-mode-alist)
20586 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
20587 (mode-line-modified, mode-line-mule-info, mode-line-position)
20588 (mode-line-process, mode-line-remote, outline-level)
20589 (parse-time-rules, rmail-output-file-alist)
20590 (special-display-buffer-names, vc-mode):
20591 Move risky declarations to the relevant files.
72f16325
SM
20592 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
20593 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
20594 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
20595 * font-core.el (font-lock-defaults):
20596 * format.el (format-alist):
20597 * vc-hooks.el (vc-mode):
20598 * window.el (special-display-buffer-names):
20599 * international/mule-cmds.el (input-method-alist):
20600 Define riskiness here (dumped file) rather than in files.el.
20601 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
20602 * imenu.el (imenu-generic-expression, imenu--index-alist):
20603 * outline.el (outline-level):
20604 * time.el (display-time-string):
20605 * calendar/parse-time.el (parse-time-rules):
20606 * mail/rmailout.el (rmail-output-file-alist):
20607 Autoload riskiness here, rather than placing in files.el.
20608
8476cfaf
SM
206092009-08-26 Andreas Schwab <schwab@linux-m68k.org>
20610
20611 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
20612
0b35b48e
MA
206132009-08-25 Michael Albinus <michael.albinus@gmx.de>
20614
20615 * simple.el (process-file-side-effects): New defvar.
20616
20617 * dired-aux.el (dired-show-file-type):
20618 * vc.el (vc-diff-internal):
20619 * vc-arch.el (vc-arch-diff):
20620 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
20621 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
20622 * vc-git.el (vc-git-registered, vc-git-working-revision)
20623 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
20624 (vc-git--empty-db-p):
20625 * vc-hooks.el (vc-user-login-name):
20626 * vc-svn.el (vc-svn-registered, vc-svn-state)
20627 (vc-svn-dir-extra-headers, vc-svn-find-revision):
20628 * progmodes/grep.el (grep-probe): Let-bind
20629 `process-file-side-effects' with nil.
20630
20631 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
20632
20633 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
20634 daemon. Replace ping by checking for running service for bluez
20635 and zeroconf. (Bug#4239)
20636
d54cc599
GM
206372009-08-25 Kevin Ryde <user42@zip.com.au>
20638
20639 * net/dig.el (dig): Add autoload cookie.
20640
7bfd055d
GM
206412009-08-25 Glenn Morris <rgm@gnu.org>
20642
bac9c66c
GM
20643 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
20644 load-history for absolute file-names.
20645 (byte-compile-file-form-require): Warn about use of the cl package.
20646
7bfd055d
GM
20647 * format.el (format-alist): Doc fix.
20648
5ac1f9e0
GM
20649 * play/bubbles.el (top-level): Don't require cl at run-time.
20650
af62aa88
GM
20651 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
20652 run-time cl).
20653
71e036af
DD
206542009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
20655
20656 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
20657 from cl package.
20658 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
20659
42110eaf
JB
206602009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
20661
20662 * calc/calc-alg.el (math-trig-rewrite)
20663 (math-hyperbolic-trig-rewrite): New functions.
20664 (calc-simplify): Simplify trig functions when asked.
20665
88421f3e
SM
206662009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
20667
20668 * diff-mode.el (diff-find-source-location): Avoid goto-line.
20669
dbd9624e
KH
206702009-08-24 Kenichi Handa <handa@m17n.org>
20671
20672 * language/ind-util.el (mapthread): Delete it.
20673 (combinatorial): New function.
20674 (indian--puthash-cv): Use combinatorial instead of mapthread.
20675
9b89e3ee
GM
206762009-08-22 Kevin Ryde <user42@zip.com.au>
20677
20678 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
20679 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
20680 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
20681 Clarify docstring that the value is strings not symbols.
20682 (checkdoc-list-of-strings-p): New function.
20683
e6ce8c42
GM
206842009-08-22 Glenn Morris <rgm@gnu.org>
20685
2ddf2ea6 20686 * files.el (auto-mode-alist):
a3374680
GM
20687 * hippie-exp.el (he-concat-directory-file-name):
20688 * lpr.el (lpr-windows-system, printer-name):
20689 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
20690 * ps-print.el (ps-windows-system):
20691 * startup.el (command-line):
20692 * emulation/viper-ex.el (viper-glob-function):
20693 * international/mule-cmds.el (set-language-environment-coding-systems):
20694 * net/ange-ftp.el (ange-ftp-write-region):
20695 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 20696 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
20697 unisoft-unix, vax-vms, win32, w32.
20698
977955fa
GM
20699 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
20700 given name if the pattern is not more specific.
20701
b4deec2e
GM
20702 * calendar/lunar.el (lunar-phase-names): New option.
20703 (lunar-phase): Doc fix.
20704 (lunar-cycles-per-year): New constant.
20705 (lunar-index): New function.
20706 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
20707 (lunar-phase-name): Use lunar-phase-names.
20708 (calendar-lunar-phases): Use format.
20709 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
20710
47e83968
GM
20711 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
20712 Copy imenu-example--name-and-position function here for own use.
20713 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
20714
e6ce8c42
GM
20715 * bs.el (bs--redisplay):
20716 * cus-edit.el (custom-redraw):
20717 * ibuffer.el (ibuffer-bury-buffer):
20718 * server.el (server-goto-line-column):
20719 * startup.el (command-line-1):
20720 * strokes.el (strokes-xpm-for-stroke):
20721 * term.el (term-display-buffer-line):
20722 * view.el (View-goto-line):
20723 * calc/calc.el (calc-do, calc-trail-buffer):
20724 * play/gamegrid.el (gamegrid-add-score-insecure):
20725 * progmodes/ada-mode.el (ada-compile-goto-error):
20726 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
20727 (ebrowse-select-1st-to-9nth):
47e83968 20728 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
20729 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
20730 * progmodes/gud.el (gud-display-line):
20731 (idlwave-shell-display-line):
20732 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
20733 * progmodes/make-mode.el (makefile-browser-toggle):
20734 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
20735 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
20736 * textmodes/picture.el (picture-draw-rectangle):
20737 * textmodes/reftex-index.el (reftex-index-goto-letter):
20738 (reftex-select-jump-to-previous):
20739 * textmodes/reftex-sel.el (reftex-find-start-point)
20740 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
20741 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
20742 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
20743 * textmodes/tex-mode.el (tex-compilation-parse-errors):
20744 * textmodes/two-column.el (2C-associated-buffer):
20745 Use forward-line rather than goto-line.
20746
20747 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
20748 goto-line.
20749
4b18bdb3
GM
20750 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
20751 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
20752 (quick-check-list-to-regexp): Declare.
e6ce8c42 20753
72f16325
SM
20754 * progmodes/make-mode.el (makefile-browser-insert-selection):
20755 Use goto-char rather than goto-line.
e6ce8c42
GM
20756
20757 * progmodes/prolog.el (compilation-error-regexp-alist)
20758 (compilation-forget-errors): Declare.
20759
32a2cf25
JL
207602009-08-22 Juri Linkov <juri@jurta.org>
20761
20762 * progmodes/grep.el (lgrep, rgrep): At the beginning
20763 set `dir' to `default-directory' unless `dir' is a non-nil
20764 readable directory. (Bug#4052)
20765 (lgrep, rgrep): Change a weird way to report an error
20766 from using `read-string' to using `error'.
20767 Instead of using interactive arguments in the function body,
20768 add new argument `confirm'.
20769
5443c9b7
SM
207702009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
20771
cb5b40ee
SM
20772 * textmodes/remember.el (remember-buffer):
20773 * progmodes/cperl-mode.el (cperl-vc-header-alist):
20774 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
20775 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
20776 * net/newst-treeview.el (newsticker-groups-filename):
20777 * net/newst-backend.el (newsticker-cache-filename):
20778 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
20779 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
20780 (speedbar-add-ignored-path-regexp, speedbar-line-path)
20781 (speedbar-buffers-line-path, speedbar-path-line)
20782 (speedbar-buffers-line-path):
20783 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
20784 (epg-sign-keys):
20785 * epa.el (epa-display-verify-result):
20786 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
20787
d6261cc1
GM
207882009-08-21 Glenn Morris <rgm@gnu.org>
20789
3e1ea342
GM
20790 * progmodes/js.el (inferior-moz-process): Fix declaration.
20791
ce86eeb5
GM
20792 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
20793
fff28970
GM
20794 * obsolete/rnewspost.el (news-mail-reply):
20795 Use goto-char rather than goto-line.
20796
d93e053b
GM
20797 * term/ns-win.el (ns-open-file-select-line):
20798 Use line-beginning-position rather than goto-line.
20799
d5d105e8
GM
20800 * apropos.el (apropos-command):
20801 * ehelp.el (electric-helpify):
20802 * printing.el (pr-show-setup):
20803 * strokes.el (strokes-help):
20804 * tutorial.el (tutorial--describe-nonstandard-key)
20805 (tutorial--detailed-help):
20806 * woman.el (woman-mini-help, woman-display-extended-fonts):
20807 * calc/calc-help.el (calc-describe-key):
20808 * emulation/edt.el (edt-electric-helpify):
20809 * international/mule-diag.el (mule-diag):
20810 * play/yow.el (apropos-zippy):
20811 * progmodes/python.el (python-describe-symbol):
20812 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
20813 * textmodes/table.el (*table--cell-describe-mode)
20814 (*table--cell-describe-bindings):
20815 Use help-print-return-message rather than the now obsolete alias.
20816
a8ab722f 20817 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
20818 (calendar-cursor-to-visible-date):
20819 * play/5x5.el (5x5-position-cursor):
20820 * play/decipher.el (decipher):
20821 * play/gomoku.el (gomoku-goto-xy):
20822 * play/landmark.el (lm-goto-xy):
20823 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
20824 (mpuz-paint-digit):
20825 Use forward-line, not goto-line.
a8ab722f 20826
d6261cc1
GM
20827 * mail/rmail.el (rmail-obsolete): Delete custom group.
20828 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
20829 (rmail-remote-password, rmail-remote-password-required):
20830 Remove unneeded :set-after and :set properties.
20831
9e846523
MA
208322009-08-21 Michael Albinus <michael.albinus@gmx.de>
20833
20834 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
20835
bbe1f502
DN
208362009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
20837
bcc5db24
DN
20838 * loadup.el: Remove leftover macos code.
20839
bbe1f502
DN
20840 * vc-git.el (vc-git-annotate-command): Run asynchronously.
20841 Explicitly pass the date format to git blame so that user local
20842 so that the output format can be parsed.
20843
6fd2d19a
MA
208442009-08-20 Michael Albinus <michael.albinus@gmx.de>
20845
20846 * net/dbus.el (top): Don't check for (getenv
20847 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
20848
31764e15
SM
208492009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
20850
20851 * log-edit.el (log-edit-strip-single-file-name): New var.
01c35094 20852 (log-edit-insert-changelog): Use it. Bug#3571.
31764e15 20853
28930e39
SM
208542009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20855
4fd15622 20856 * subr.el (read-passwd): Use read-key so keypad keys work as well.
01c35094 20857 Bug#3287.
4fd15622 20858
b3d8e4a0
SM
20859 * help.el (help-print-return-message): Rename from
20860 print-help-return-message.
20861
c9829c70
SM
20862 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
20863 cvs-mode-map parent hack.
20864 (log-view-mode): Derive from special-mode.
20865
b932657b
SM
20866 * linum.el (linum-mode): window-size-change-functions is redundant.
20867 Adapt to new window-configuration-change-hook behavior.
20868 (linum-after-size, linum-after-config): Remove.
20869
1b700bca
SM
20870 * imenu.el (imenu-example--name-and-position)
20871 (imenu-example--lisp-extract-index-name)
20872 (imenu-example--create-lisp-index, imenu-example--create-c-index):
20873 Mark as obsolete.
20874
28930e39
SM
20875 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
20876 (inferior-prolog-mode): Use it.
20877 (inferior-prolog-load-file): Reset list of errors.
20878
c9af0b68
KH
208792009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20880
20881 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
20882
20883 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
20884
720c7cd6
MA
208852009-08-19 Michael Albinus <michael.albinus@gmx.de>
20886
20887 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
20888 is running already.
20889
03a74b84
SM
208902009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20891
20892 * subr.el (listify-key-sequence-1): Use normal syntax since those
20893 integers are nowadays always represented by the same (positive) number
20894 on all platforms.
20895 (read-key-empty-map): New const.
20896 (read-key-delay): New var.
20897 (read-key): New function.
20898 (force-mode-line-update): Use with-current-buffer.
20899 (locate-user-emacs-file): Don't forget to abbreviate the file name.
20900 (start-process-shell-command, start-file-process-shell-command):
20901 Discourage the use of command-args.
20902
f43e88d4
GM
209032009-08-19 Glenn Morris <rgm@gnu.org>
20904
20905 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
20906
890429cc
SM
209072009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20908
85be9ec4
SM
20909 * simple.el (choose-completion-string): Don't rely on
20910 minibuffer-completing-file-name and ad-hoc checks to decide whether
20911 to continue completion or not.
20912
890429cc
SM
20913 * minibuffer.el (minibuffer-hide-completions): New function.
20914 (completion--do-completion): Use it.
20915 (completions-annotations): New face.
20916 (completion--insert-strings): Use it.
20917 (completion-pcm--delim-wild-regex): Add docstring.
20918 (completion-pcm--string->pattern): Add support for 0-width delimiters
20919 in completion-pcm--delim-wild-regex.
20920
265d4549
SM
209212009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
20922
d440b941
SM
20923 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
20924 Remove unused var `buffer-modified-p'.
20925
265d4549
SM
20926 * minibuffer.el (completion--do-completion): Move point for the #b001
20927 case as well (bug#4176).
20928 (minibuffer-complete, minibuffer-complete-word): Don't move point.
20929
ba6f7d86
MA
209302009-08-18 Michael Albinus <michael.albinus@gmx.de>
20931
20932 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
20933 and :session buses.
20934
98819490
KH
209352009-08-18 Kenichi Handa <handa@m17n.org>
20936
265d4549
SM
20937 * international/ucs-normalize.el (ucs-normalize-version):
20938 Change to 1.1.
58627cf0
KH
20939 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
20940 (utf-8-hfs): Make it perform normalization on encoding too.
20941
98819490
KH
20942 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
20943 (sentence-end-without-space): Delete duplicated chars.
20944 (sentence-end-base): Likewise.
e739cc85
KH
20945
20946 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
20947 (html-mode): Delete duplicated chars from sentence-end-base.
20948
20949 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
20950 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 20951
645b9326
CY
209522009-08-17 Chong Yidong <cyd@stupidchicken.com>
20953
20954 * files.el (hack-one-local-variable): If the mode function is for
20955 a minor mode, pass it an argument (Bug#4148).
20956
56c195af
MA
209572009-08-17 Michael Albinus <michael.albinus@gmx.de>
20958
20959 * net/tramp.el (tramp-register-completion-file-name-handler):
20960 Check also for (member 'partial-completion completion-styles).
20961
7a55c78b
CY
209622009-08-16 Chong Yidong <cyd@stupidchicken.com>
20963
20964 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
20965 abbrev (Bug#3943).
20966
be3e598a 209672009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
20968
20969 * progmodes/cperl-mode.el: Merge upstream 6.2.
20970 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
20971 (cperl-forward-re): Check cperl-brace-recursing.
20972 (cperl-highlight-charclass): New function.
20973 (cperl-find-pods-heres): Use it.
31cd2dd4 20974 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 20975 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 20976 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
20977 (cperl-beautify-level): Don't process entire regexp.
20978 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
20979 calling man.
20980 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
20981 (cperl-init-faces): Build a list in the normal way.
20982
81b1f9c9
CY
209832009-08-16 Chong Yidong <cyd@stupidchicken.com>
20984
20985 * calendar/parse-time.el (parse-time-string-chars): Save match
20986 data.
20987
c3732cb8
SM
209882009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
20989
55659495
SM
20990 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
20991 (sql-product): Use it.
20992 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
20993 (sql-set-product): Add completion.
20994 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
20995 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
20996 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
20997 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
20998 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
20999 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
21000 (sql-highlight-db2-keywords): Remove.
21001 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
21002 (sql-highlight-product): Use derived-mode-p.
21003 (sql-set-sqli-buffer): Use with-current-buffer.
21004 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
21005 Simplify.
21006
1ae79427
SM
21007 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
21008
c3732cb8
SM
21009 * term.el: Fix commenting convention, turn comments into docstrings.
21010
f24b8bf3
CY
210112009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
21012
21013 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
21014
7b6fefac 210152009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 21016
1200ac26 21017 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
21018 character classes, to handle non-ascii characters (Bug#3190).
21019
210202009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 21021
1abbe4e5
CY
21022 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
21023 another heredoc if the user adds another < (Bug#3226).
21024
c3732cb8
SM
21025 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21026 Don't initialize based on window-system (Bug#4124).
19261da4 21027
daad00fc
CY
21028 * facemenu.el (facemenu-read-color): Use a completion function
21029 that accepts any defined color, such as RGB triplets (Bug#3677).
21030
e1bdde78
CY
21031 * files.el (get-free-disk-space): Change fallback default
21032 directory to /. Expand DIR argument before switching to fallback.
21033 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
21034
9d73a99e
CY
210352009-08-15 Chong Yidong <cyd@stupidchicken.com>
21036
21037 * files.el (load-library): Doc fix.
21038
68b962d4 210392009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 21040
953e0c1a 21041 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 21042 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 21043 incremental search string.
9d73a99e 21044
c3732cb8 21045 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 21046 XEmacs.
9d73a99e 21047
c3732cb8
SM
21048 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
21049 (ediff-merge-region-is-non-clash)
21050 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 21051 Also check if the job is really a merge job.
9d73a99e 21052
c3732cb8 21053 * ediff.el (ediff-current-file): New function.
9d73a99e 21054
2e330adc
CY
210552009-08-15 Chong Yidong <cyd@stupidchicken.com>
21056
21057 * progmodes/js.el: Edit docstrings throughout to follow Emacs
21058 conventions.
c3732cb8 21059 (js-insert-and-indent): Delete function.
2e330adc
CY
21060 (js-mode-map): Don't bind keys to js-insert-and-indent.
21061 (js-beginning-of-defun): Rename from js--beginning-of-defun.
21062 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 21063 (js-auto-indent-flag): Delete variable.
2e330adc 21064
17b5d0f7
CY
210652009-08-14 Chong Yidong <cyd@stupidchicken.com>
21066
c3732cb8
SM
21067 * progmodes/js.el: Remove proclaim statement.
21068 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 21069
ba2d8894
CY
21070 * files.el (auto-mode-alist): Use js-mode for .js files.
21071
c3732cb8 21072 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
21073
21074 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
21075
21076 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
21077
c3732cb8 21078 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
21079
210802009-08-14 Daniel Colascione <dan.colascione@gmail.com>
4e2af782 21081 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
21082
21083 * progmodes/js.el: New file.
21084
b6377f1d
MH
210852009-08-14 Mark A. Hershberger <mah@everybody.org>
21086
21087 * timezone.el (timezone-parse-date): Add ability to understand ISO
21088 basic format (minimal separators) dates in addition to the
21089 already-supported extended format dates.
21090
bc0eef46
EZ
210912009-08-14 Eli Zaretskii <eliz@gnu.org>
21092
4e021e65
EZ
21093 * international/ucs-normalize.el: Add a `coding' file variable.
21094
bc0eef46
EZ
21095 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
21096
53dab179
SS
210972009-08-14 Sam Steingold <sds@gnu.org>
21098
6801c38a 21099 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 21100
6c58c39c
CY
211012009-08-13 Chong Yidong <cyd@stupidchicken.com>
21102
21103 * faces.el (help-argument-name): Define it here instead of
21104 help-fns.el, because in daemon mode help-fns.el may be loaded when
21105 faces are still uninitialized (Bug#1078).
21106
21107 * help-fns.el (help-argument-name): Move defface to faces.el.
21108
c7baf7e9
NR
211092009-08-13 Nick Roberts <nickrob@snap.net.nz>
21110
21111 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
21112 create buffer with a pty but no process so that GDB can make the
21113 inferior the controlling process.
21114
9c40e995 211152009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
21116
21117 * international/ucs-normalize.el: New file.
21118
8cdba32b
RS
211192009-08-13 Richard Stallman <rms@gnu.org>
21120
5c950923
RS
21121 * mail/rmail.el (rmail-get-attr-names):
21122 Accept an attribute header that is too short.
21123
76e1e40b
RS
21124 * mail/rmail.el (rmail-forget-messages):
21125 Ignore nil elt in rmail-message-vector. Use dotimes.
21126
1fc01b08
RS
21127 * progmodes/compile.el (compilation-goto-locus):
21128 Use next-error-move-function.
21129
8cdba32b
RS
21130 * simple.el (next-error-move-function): New variable.
21131
99910cf4
JL
211322009-08-12 Juri Linkov <juri@jurta.org>
21133
21134 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
21135 always non-nil. (Bug#4052)
21136
21137 * replace.el (read-regexp): Return empty string when
21138 `default-value' is nil.
21139 (keep-lines-read-args): Don't use empty string as the
21140 default value for `read-regexp'. (Bug#2495)
21141
fc5bdf6c
JL
211422009-08-12 Juri Linkov <juri@jurta.org>
21143
21144 * international/mule-cmds.el (ucs-insert): Change arguments
21145 from `arg' to `character', `count', `inherit' to be the same
21146 as in `insert-char'. Doc fix. (Bug#4039)
21147
21148 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
21149
77748848
JL
211502009-08-12 Juri Linkov <juri@jurta.org>
21151
21152 * files-x.el: New file.
21153
21154 * files.el: Move code that deals with adding/deleting
21155 file/directory-local variables to files-x.el.
21156
21157 * Makefile.in (ELCFILES): Add files-x.elc.
21158
c8a44c4e
DD
211592009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
21160
27a9fd5a
DD
21161 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
21162 to use `goto-line'.
21163 (gdb-place-breakpoints, gdb-get-location): Rewritten without
21164 `goto-line'.
21165 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 21166 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 21167 threads list.
107ef54a 21168 (gdb): Send -target-detach when buffer is killed (Bug#3794).
88b5a757 21169 (gdb-starting): Move -data-list-register-names...
cf6e27cf
DD
21170 (gdb-stopped): ...here so it's sent when first thread stops.
21171 (gdb-registers-handler-custom): Do nothing if register names are
21172 unknown yet.
27a9fd5a 21173
c8a44c4e
DD
21174 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
21175 from `gdb-mi.el' to avoid extra tangling.
21176
21177 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 21178 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
21179 (gdb-update-gud-running): No extra fuss for updating frame number.
21180
dfd4e693
SM
211812009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
21182
51c4341f
SM
21183 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
21184 (describe-language-environment-map, setup-language-environment-map)
21185 (set-coding-system-map): Move initialization into declaration.
21186 (set-language-info-alist): Last arg to define-key-after can be skipped.
21187
21188 * international/quail.el (quail-completion-1): Simplify.
21189 (quail-define-rules): Use slightly more compact code.
21190 (quail-insert-decode-map): Propertize keys, compact columns.
21191
dfd4e693
SM
21192 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21193 Add goto-line.
21194
83326559
MB
211952009-08-10 Miles Bader <miles@gnu.org>
21196
21197 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
21198 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
21199 (js2-instance-member, js2-private-member, js2-private-function-call)
21200 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
21201 (js2-magic-paren, js2-external-variable):
21202 Remove "-face" suffix from face names.
21203 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
21204 (js2-highlight-undeclared-vars, js2-peek-token)
21205 (js2-parse-function-params, js2-mode-show-errors)
21206 (js2-mode-show-warnings, js2-make-magic-delimiter)
21207 (js2-mode-highlight-magic-parens): Update to use new face names.
21208
8e754ea2
MA
212092009-08-09 Michael Albinus <michael.albinus@gmx.de>
21210
21211 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
21212 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
21213
1c292fc7
CY
212142009-08-09 Chong Yidong <cyd@stupidchicken.com>
21215
18d433a7
CY
21216 * subr.el: Provide hashtable-print-readable.
21217
1c292fc7
CY
21218 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
21219 hs-c-like-adjust-block-beginning.
21220 (hs-hide-block-at-point): Stop hiding at the beginning of
21221 hs-block-end-regexp (Bug#700).
21222
2db0ae07
DD
212232009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
21224
21225 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
21226 a macro.
21227 (gdb-registers-handler-custom): Do not fail when register names
21228 are unavailable.
21229
fe4740a6
DD
212302009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21231
21232 * progmodes/gdb-mi.el (gdb-control-all-threads)
21233 (gdb-control-current-thread): Interactive setters for
21234 `gdb-gud-control-all-threads' to use in menu.
21235 (gdb-show-run-p): Show «Go» when process is not active.
6a7662bb
BR
21236 (gud-tool-bar-map): Add non-stop/A,T indicator.
21237 Uses gud/thread.xpm and gud/all.xpm.
fe4740a6 21238
ce299d55
CY
212392009-08-08 Yoni Rabkin <yoni@rabkins.net>
21240
21241 * net/net-utils.el (net-utils-font-lock-keywords): New var.
21242 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
21243 (net-utils-mode): New mode for viewing diagnostic network output.
21244 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
21245 (net-utils-run-simple): New function.
21246 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 21247
7c4654ad
DD
212482009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21249
21250 * progmodes/gdb-mi.el (gdb-read-memory-custom)
21251 (gdb-memory-set-address, def-gdb-set-positive-number)
21252 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
21253 after changing settings.
21254 (gdb-invalidate-disassembly): Update when first shown.
5f9d345c 21255 (gdb-edit-locals-value): Fix.
7c4654ad
DD
21256 (gdb-registers-handler-custom): Print registers in right order and
21257 allow changing register values (only for current thread yet).
9cbac26b
DD
21258 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
21259 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
21260 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
6a7662bb
BR
21261 (gdb-locals-handler-custom, gdb-registers-handler-custom):
21262 Thread info in mode name.
9cbac26b 21263 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 21264
0f25a277
EZ
212652009-08-08 Eli Zaretskii <eliz@gnu.org>
21266
21267 * mail/rmail.el (rmail-add-mbox-headers)
21268 (rmail-set-message-counters-counter): Search for
21269 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
21270
b971be60
GM
212712009-08-08 Glenn Morris <rgm@gnu.org>
21272
21273 * Makefile.in (ELCFILES): Update.
21274
a35d3ad8
EZ
212752009-08-07 Eli Zaretskii <eliz@gnu.org>
21276
6a7662bb
BR
21277 * mail/sendmail.el (mail-yank-original):
21278 Set buffer-file-coding-system from the one used by the message whose
60c2df40
EZ
21279 text is yanked.
21280
8b0bcc2e
EZ
21281 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
21282 to "windows" when "pgnuplot" is used.
6a7662bb
BR
21283 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
21284 Don't call accept-process-output if "pgnuplot" is used.
8b0bcc2e
EZ
21285 (calc-graph-init): Don't send -display and -geometry to
21286 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
21287 running "pgnuplot -V" with shell-command-to-string.
21288
21289 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
21290 the default.
21291
212922009-08-07 Eli Zaretskii <eliz@gnu.org>
21293
21294 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
21295 org/org-latex.elc.
21296
3bca7ca5
DN
212972009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
21298
3c53763c
DN
21299 * vc-dispatcher.el (vc-resynch-window): Update comment.
21300
3bca7ca5
DN
21301 * term.el (term-handle-ansi-escape): Add comments with the
21302 terminfo capabilities implemented.
21303
7b217360
DD
213042009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
21305
5f9d345c 21306 * progmodes/gdb-mi.el (gdb-var-create-regexp): Remove.
7b217360 21307 (gdb-var-create-handler): Rewritten using JSON parser.
88b5a757
DD
21308 (gdb-propertize-header): Move earlier.
21309 (gdb-set-header): Remove to avoid duplication.
7b217360
DD
21310 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
21311 Refresh disassembly buffers only after threads list have been
21312 update.
21313 (gdb-threads-header, gdb-registers-header): Per-buffer header line
21314 variables.
21315
b4d84ecf
JL
213162009-08-04 Juri Linkov <juri@jurta.org>
21317
21318 * files.el: Commands to add/delete file/directory-local variables.
21319 (read-file-local-variable, read-file-local-variable-value)
21320 (read-file-local-variable-mode, modify-file-local-variable)
21321 (modify-file-local-variable-prop-line)
21322 (modify-dir-local-variable): New functions.
21323 (add-file-local-variable, delete-file-local-variable)
21324 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
21325 (add-dir-local-variable, delete-dir-local-variable)
21326 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
21327 (copy-dir-locals-to-file-locals-prop-line): New commands.
21328
42da39c1
CY
213292009-08-04 Chong Yidong <cyd@stupidchicken.com>
21330
21331 * abbrev.el (insert-abbrev-table-description): Prettify output.
21332 Suggested by Karl Chen.
21333
98bf8494
DD
213342009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
21335
78b9fb28 21336 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 21337 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
21338 (gdb-overlay-arrow-position, gdb-thread-position)
21339 (gdb-disassembly-position): Declare variables.
21340 (gdb-wait-for-pending): Function now.
21341 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
21342 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
21343 compilation goes smoothly.
21344 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
21345 (gdb-non-stop-setting): New customization setting which replaces
21346 `gdb-non-stop' so changing it doesn't break active GDB session.
21347 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
21348 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
21349 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
21350 (gdb-show-threads-by-default): New customization options.
21351 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
21352 routines.
21353 (gdb-get-buffer-create): Send buffers update signal when they are
21354 created.
21355 (gdb-invalidate-locals, gdb-invalidate-registers)
21356 (gdb-invalidate-breakpoints)
21357 (gdb-invalidate-threads, gdb-invalidate-disassembly)
21358 (gdb-invalidate-memory): Accept update signal.
21359 (gdb-current-context-command): Use --frame option.
21360 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
21361 Implement `gdb-frame-number' selection logic.
21362 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
21363 whether to show GUD toolbar buttons.
21364 (gdb-thread-exited): Unselect current thread when it exits.
21365 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
21366 (gdb-mark-line): Routine which sets overlay arrow or inverses
21367 video on fringeless displays.
21368 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
21369 to build aligned columns of data in GDB buffers and set text
21370 properties line-by-line.
21371 (gdb-invalidate-breakpoints)
21372 (gdb-breakpoints-list-handler-custom)
21373 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
21374 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
21375 (gdb-registers-handler-custom): Align data columns.
21376 (gdb-locals-handler-custom): Now prints data like in variable
21377 declarations.
21378 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
88b5a757 21379 Remove confusing buttons.
78b9fb28
DD
21380 (gdb-invalidate-threads): Append --frame.
21381 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
21382 between breakpoints/threads buffers.
21383 (gdb-set-window-buffer): Now can ignore dedicated windows.
21384 (gdb-propertize-header): Use `gdb-set-window-buffer'.
21385 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
21386 (def-gdb-thread-buffer-gud-command): Replaces
21387 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
21388 for fine thread control.
21389 (gdb-preempt-existing-or-display-buffer): New function used to
21390 display bound buffers without breaking window layout.
21391 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
21392 (gdb-select-frame): New version of `gdb-frames-select' which now
21393 sets `gdb-frame-number' so commands may use --frame option instead
21394 of inner debugger state.
21395 (gdb-frame-handler): Do not set `gdb-frame-number'.
21396 (gdb-threads-mode-map): Select threads with mouse.
21397
21398 * progmodes/gud.el (gdb-gud-context-call): Declare function to
21399 avoid compilation warning.
21400 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
21401 `gdb-show-stop-p`.
21402
566f3909
DD
21403 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
21404 Argument `key' renamed to `buffer-type'.
21405 (gdb-current-context-buffer-name): Do not add thread info to
21406 buffer name when no thread is selected.
21407 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
21408 command (bug 3794).
21409 (gdb-thread-selected): Handle `=thread-selected' notification.
21410 (gdb-wait-for-pending): New macro to deal with congestion problems.
21411 (gdb-breakpoints-list-handler-custom): Don't fail on pending
21412 breakpoints.
7b6fefac
JB
21413 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
21414 This fixes problem similar to one described in bug 3947.
566f3909
DD
21415 (gud-menu-map): More menu items.
21416 (gdb-init-1): Reset `gdb-thread-number' to nil.
21417
4a31122c
DD
21418 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
21419 non-stop settings.
21420
21421 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
21422 (gdb-current-context-command): Do not append --thread if
21423 `gdb-thread-number' is nil.
6a7662bb
BR
21424 (gdb-running-threads-count, gdb-stopped-threads-count):
21425 New variables.
4a31122c 21426 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
6a7662bb
BR
21427 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
21428 New customization options.
4a31122c
DD
21429 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
21430 GUD commands.
7b6fefac 21431 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
21432 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
21433 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
21434 set `gdb-thread-number' and update `gud-running' properly.
21435 (gdb-running): Update threads list when new threads appear.
21436 (gdb-stopped): Support non-stop operation and new thread switching
21437 logic.
21438 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
21439 (gdb-json-partial-output): New set of JSON routines.
21440 (def-gdb-auto-update-trigger): New `signal-list' optional
21441 argument.
21442 (gdb-thread-list-handler-custom): Update `gud-running',
21443 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
21444 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
21445 (gdb-continue-thread, gdb-step-thread): New commands for fine
21446 thread execution control.
21447 (gud-menu-map): New menu items to switch non-stop options.
21448 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 21449 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
21450
21451 * progmodes/gdb-mi.el (gdb-rules-name-maker)
21452 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
21453 gdb-buffer-rules.
21454 (def-gdb-auto-update-handler): New nopreserve optional argument.
21455 (gdb-stack-list-frames-custom): Print stack from top to bottom.
21456
88b5a757 21457 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
4a31122c
DD
21458 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
21459 (gdb-parent-mode): New mode to derive other GDB modes from.
21460 (gdb-display-disassembly-for-thread)
21461 (gdb-frame-disassembly-for-thread): New commands for threads
21462 buffer.
21463
21464 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
21465 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
21466 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
21467 (gdb-update): We now store all GDB buffers in a list so that they
21468 can be updated by traversing a list instead of calling invalidate
7b6fefac 21469 triggers explicitly.
a5c9f540
DD
21470 (def-gdb-trigger-and-handler): New macro to define trigger-handler
21471 pair for GDB buffer.
21472 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
21473 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
21474 handle pending triggers.
21475 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
21476 (def-gdb-thread-buffer-simple-command)
21477 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
21478 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
21479 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
21480 New commands which show buffers bound to thread.
88b5a757 21481 (gdb-stack-list-locals-regexp): Remove unused regexp.
4a31122c 21482
7b6fefac
JB
21483 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
21484 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
21485 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
21486 to (gud-comint-buffer) in *-buffer-name functions
21487 because (gdb-get-target-string) already does that.
21488 (gdb-locals-handler-custom, gdb-registers-handler-custom)
21489 (gdb-changed-registers-handler): Rewritten without regexps.
21490
ba214964 21491 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
21492 (gdb-thread-number): New variable.
21493 (gdb-current-context-command): New macro which adds --thread
21494 option to command.
7b6fefac 21495 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 21496 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 21497 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
21498 (gdb-select-thread): New command which selects current thread.
21499 (gdb-invalidate-frames, gdb-invalidate-locals)
21500 (gdb-invalidate-registers): Use --thread option.
20f12ed8 21501
2ac33804
MA
215022009-08-04 Michael Albinus <michael.albinus@gmx.de>
21503
21504 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 21505 robust. (Bug#3977)
2ac33804
MA
21506 (tramp-handle-insert-file-contents): `unwind-protect' must be
21507 inside `with-parsed-tramp-file-name'.
21508
21509 * net/tramp-gvfs.el (top): Remove superfluous message when loading
21510 fails.
21511
39d0296f
NR
215122009-08-03 Nick Roberts <nickrob@snap.net.nz>
21513
21514 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
21515 directory if CLASSPATH is not set.
21516
adcbca53
MA
215172009-08-03 Michael Albinus <michael.albinus@gmx.de>
21518
7b6fefac
JB
21519 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
21520 New defconst.
7ef849b6 21521 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 21522
30924b0b
CY
215232009-08-02 Kevin Ryde <user42@zip.com.au>
21524
7b6fefac
JB
21525 * net/newst-backend.el (newsticker--raw-url-list-defaults):
21526 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 21527
b6ce92f1
CY
215282009-08-02 Chong Yidong <cyd@stupidchicken.com>
21529
d977a092
CY
21530 * select.el (x-set-selection): Doc fix (Bug#4021).
21531
21532 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
21533
b6ce92f1
CY
21534 * help-fns.el (describe-variable): Treat list return values from
21535 dir-locals-find-file properly (Bug#4005).
21536
7b6fefac 215372009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
21538
21539 * net/tramp.el (tramp-debug-message): Print also microseconds.
21540
215412009-08-02 Michael Albinus <michael.albinus@gmx.de>
21542
21543 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
21544 or END is non-nil.
21545 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
21546 (tramp-get-debug-buffer): Change `outline-regexp' according to new
21547 format.
21548
5ce6e4f4 21549 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
21550 (tramp-get-file-property): Use it.
21551
6a7662bb
BR
21552 * autorevert.el (auto-revert-handler):
21553 Allow `auto-revert-tail-mode' for remote files.
3eedbc85 21554
2aafe808
JR
215552009-08-02 Jason Rumney <jasonr@gnu.org>
21556
21557 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 21558 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 21559
e094097c
CY
215602009-08-02 Chong Yidong <cyd@stupidchicken.com>
21561
21562 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
6a7662bb
BR
21563 (font-lock-variable-name-face, font-lock-constant-face):
21564 Darken the colors for light backgrounds.
e094097c 21565
de94f281
EZ
215662009-08-01 Eli Zaretskii <eliz@gnu.org>
21567
21568 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
21569 month names. (Bug#3987)
21570
54b99340
CY
215712009-07-31 Chong Yidong <cyd@stupidchicken.com>
21572
21573 * simple.el (line-move-finish): Pass whole number to
21574 line-move-to-column.
34be836c 21575 (line-move-visual): Perform hscroll to the recorded position.
54b99340 21576
38216c30
JB
215772009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
21578
21579 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
21580
c779896d
CY
215812009-07-29 Alan Mackenzie <acm@muc.de>
21582
21583 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
21584
592ccae0
DD
215852009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
21586
35edc6c6
DD
21587 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
21588 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 21589
5a9e3ab7
JB
215902009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
21591
21592 * calc/calc.el (calc-mode-map): Add keybinding for
21593 `calc-transpose-lines'.
21594
7b6fefac 215952009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
21596
21597 * calc/calc-misc.el (calc-transpose-lines): New function.
21598
905fb90e
MA
215992009-07-28 Michael Albinus <michael.albinus@gmx.de>
21600
21601 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
21602 Simplify check for out-of-band methods.
21603 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
21604 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
21605
76e14464
DN
216062009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
21607
21608 * vc-git.el (vc-git-checkin): Fix typo.
21609
6088b51f 216102009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
21611
21612 * progmodes/js2-mode.el: New file.
21613
b85157fe
NR
216142009-07-28 Nick Roberts <nickrob@snap.net.nz>
21615
21616 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
21617 (gud-menu-map): Adjust tooltip accordingly.
21618
d43c2b06
DN
216192009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
21620
1c0f0c3b
DN
21621 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
21622 (vc-bzr-log-view-mode): Adjust log-view-file-re.
21623
d43c2b06
DN
21624 * add-log.el (change-log-mode-map): Add a menu.
21625
3dec5c36
MA
216262009-07-27 Michael Albinus <michael.albinus@gmx.de>
21627
21628 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
21629 function returns nil.
21630 (dbus-handle-event): Handle special return value :ignore.
21631 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
21632
5704140c
CY
216332009-07-26 Chong Yidong <cyd@stupidchicken.com>
21634
21635 * view.el (view-mode-enable): Don't define Helper-return-blurb if
21636 it's not needed.
21637
3077d1f6
EZ
216382009-07-25 Eli Zaretskii <eliz@gnu.org>
21639
21640 Fix Bug#3888:
21641
21642 * w32-vars.el (x-select-enable-clipboard): Doc fix.
21643
21644 * term/pc-win.el (x-display-name, x-colors)
21645 (x-select-enable-clipboard, x-select-text): Doc fix.
21646
21647 * term/common-win.el (x-display-name, x-colors): Doc fix.
21648
21649 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
21650 (xw-defined-colors): Doc fix.
21651
21652 * w32-fns.el (x-select-text, x-setup-function-keys)
21653 (x-get-selection, x-set-selection): Doc fix.
21654
21655 * term/x-win.el (x-select-text, x-setup-function-keys)
21656 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
21657
21658 * select.el (x-set-selection): Doc fix.
21659
51768bc8
MA
216602009-07-25 Michael Albinus <michael.albinus@gmx.de>
21661
21662 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
21663 instead of "IsNSSSupportAvailable". Avahi ought to work also when
6a7662bb
BR
21664 "IsNSSSupportAvailable" method is not available.
21665 Reported by Steve Youngs <steve@sxemacs.org>.
51768bc8 21666
b11c2874
KH
216672009-07-24 Kenichi Handa <handa@m17n.org>
21668
21669 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 21670 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
21671 (build-unicode-category-table): Fix range checks.
21672
ba83b7b6
DN
216732009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
21674
21675 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
21676 the buffer we try to sync is current when calling
21677 vc-resynch-buffer.
21678
21679 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
21680 not show up to date files.
21681
7a8ae964
GM
216822009-07-24 Glenn Morris <rgm@gnu.org>
21683
21684 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
21685 Add autoload cookies. If necessary, initialize.
21686 (elint-log): Handle non-file buffers.
21687 (elint-initialize): Add optional argument to reinitialize.
21688 (elint-find-builtin-variables): Save excursion.
21689
a707eb05
DN
216902009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
21691
21692 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
21693 for Lint.
21694
0a2ddfa6
DN
216952009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
21696
d6a62b0d
DN
21697 * vc.el (vc-print-log-internal): New function, split out from ...
21698 (vc-print-log): ... here.
10b5dcad 21699 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 21700
0a2ddfa6
DN
21701 * vc-git.el (vc-git-add-signoff): New variable.
21702 (vc-git-checkin): Use it.
21703 (vc-git-toggle-signoff): New function.
21704 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
21705 (vc-git--run-command-string): Accept a nil FILE argument.
21706 (vc-git-stash-list): New function.
21707 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 21708
589a99f2
GM
217092009-07-23 Glenn Morris <rgm@gnu.org>
21710
21711 * help-fns.el (describe-variable): Describe ignored and risky local
21712 variables in a similar way to that in which we describe safe ones.
21713
21714 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
21715 (byte-compile-output-file-form, byte-compile-output-docform)
21716 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
21717 Give some more local variables with common names a "bytecomp-" prefix,
21718 so as not to shadow things during compilation.
21719 * emacs-lisp/cl-macs.el (load-time-value)
21720 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
21721 `outbuffer' to `bytecomp-outbuffer'.
21722
21723 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
21724 since the next two variables cover them automatically now.
21725 (elint-builtin-variables, elint-autoloaded-variables): New.
21726 (elint-unknown-builtin-args): Remove all members, since they can be
21727 parsed automatically now.
21728 (elint-extra-errors): New.
21729 (elint-env-add-env, elint-env-add-macro): Use cadr.
21730 (elint-current-buffer): Use or. Change final message.
21731 (elint-get-top-forms): Use line-end-position.
21732 (elint-init-env): Use cadr. Handle autoload, declare-function,
21733 and defalias.
21734 (elint-add-required-env): Doc fix. Use or. Standardize error.
21735 (regexp-assoc): Remove unused function.
21736 (elint-top-form): Set elint-current-pos, to record the start of the
21737 top-level form, for compilation-mode.
21738 (elint-form): Trap errors in macro expansion. Use dolist.
21739 (elint-unbound-variable): Use elint-builtin-variables and
21740 elint-autoloaded-variables.
21741 (elint-get-args): Use cadr, or.
21742 (elint-check-cond-form): Use dolist, cadr.
21743 (elint-check-condition-case-form): Doc fix. Use cadr.
21744 Use elint-extra-errors.
21745 (elint-log): New function.
21746 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
21747 Distinguish errors and warnings.
21748 (elint-log-message): Use with-current-buffer. Inhibit read-only.
21749 Use a bytecomp-style format.
21750 (elint-clear-log): Preserve default-directory. Inhibit read-only.
21751 (elint-get-log-buffer): Use compilation mode. Disable undo.
21752 Don't truncate lines.
21753 (elint-initialize): Set builtin and autoloaded variable lists.
21754 Only process elint-unknown-builtin-args if non-nil.
21755 (elint-find-builtin-variables, elint-find-autoloaded-variables):
21756 New functions.
21757 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
21758
855b42a2
GM
217592009-07-22 Kevin Ryde <user42@zip.com.au>
21760
21761 * net/newst-backend.el (newsticker--parse-atom-1.0)
21762 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
21763 (newsticker--parse-rss-1.0):
21764 * progmodes/idlwave.el (idlwave-mode):
21765 * progmodes/idlw-shell.el (idlwave-shell-mode):
21766 * progmodes/vera-mode.el (vera-mode):
21767 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
21768 * progmodes/vhdl-mode.el (vhdl-mode):
21769 * textmodes/table.el (table-generate-source)
21770 (table--warn-incompatibility):
21771 Hyperlink urls in docstrings with URL `...'.
21772
fd413a37
GM
217732009-07-22 Glenn Morris <rgm@gnu.org>
21774
cb711556
GM
21775 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
21776 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
21777 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
21778 Remove leading * from defcustom docs.
21779
fd413a37
GM
21780 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
21781
21782 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
21783 defcustom doc.
21784 (list-load-path-shadows): Optionally, just return shadows as a string.
21785
21786 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
21787
a4f69701
CY
217882009-07-21 Chong Yidong <cyd@stupidchicken.com>
21789
6a7662bb
BR
21790 * mail/rmailedit.el (rmail-edit-mode):
21791 Use auto-save-include-big-deletions.
a4f69701 21792
6a7662bb
BR
21793 * mail/rmail.el (rmail-variables):
21794 Use auto-save-include-big-deletions.
a4f69701
CY
21795
21796 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
21797 changes.
21798
ec06459c
JB
217992009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
21800
21801 * calc/calc.el (calc-undo-length): New variable.
21802 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
21803
b41b0976
RS
218042009-07-21 Richard Stallman <rms@gnu.org>
21805
21806 * files.el (auto-save-mode): Handle buffer-save-size = -2
21807 for toggling mode.
21808
4ed32706
GM
218092009-07-21 Glenn Morris <rgm@gnu.org>
21810
531b1264
GM
21811 * textmodes/ispell.el (ispell-looking-back): Update declaration.
21812
55d27f41
GM
21813 * calendar/todo-mode.el (calendar-current-date): Update declaration.
21814
02df3f4d
GM
21815 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
21816 silence compiler. Instead...
21817 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
21818 (ps-print-ensure-fontified): Update for above function name changes.
21819
fdd8417e
GM
21820 * printing.el (pr-mh-get-msg-num, pr-mh-show)
21821 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
21822 silence compiler. Instead...
21823 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
21824 (mh-show-buffer): Only define for compiler.
21825 (pr-mh-current-message): Update for above function name changes.
21826
4ed32706
GM
21827 * files.el (abort-if-file-too-large): Explicitly pass `filename'
21828 as an argument.
21829 (find-file-noselect, insert-file-1): Update for above change.
21830
21831 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
21832
21833 * mail/mailclient.el (mailclient-send-it): Fix message.
21834
21835 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
21836 (edebug-eval): Check cl-debug-env is bound.
21837 (print-level, print-circle): Don't redefine built-in variables.
21838
21839 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
21840 (custom-print-vectors): Remove old comments from doc.
21841
21842 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
21843 (emerge-version): Make the variable an obsolete alias for the
21844 emacs-version variable. Make the function obsolete.
21845 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
21846 Emerge options, rather than merging in into the main Options menu.
21847 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
21848 and auto advance modes. Disable edit/fast items when not relevant.
21849
86812144
CY
218502009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
21851
21852 * term/vt420.el (terminal-init-vt420): Fix typo.
21853
6bb90094
SS
218542009-07-20 Sam Steingold <sds@gnu.org>
21855
21856 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
21857 variable (removed from compile.el on 2004-03-11).
21858
42e0a725
CY
218592009-07-20 Chong Yidong <cyd@stupidchicken.com>
21860
21861 * files.el (hack-local-variables-filter): Fix last change.
21862
2ee20f24
JL
218632009-07-19 Juri Linkov <juri@jurta.org>
21864
21865 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
21866 (dir-local-variables-alist): New buffer-local variable.
21867 (hack-local-variables-filter): If variable is not dir-local,
21868 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
21869 because file-local overrides dir-local.
3570691b 21870 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
21871 Remove obsolete declaration.
21872 (hack-dir-local-variables): Add dir-local variable/value pair to
21873 `dir-local-variables-alist' and remove duplicates. Doc fix.
21874
21875 * help-fns.el (describe-variable): Add information about
21876 file-local and dir-local variables.
21877
89bf83cd
CY
218782009-07-19 Chong Yidong <cyd@stupidchicken.com>
21879
21880 * files.el (hack-local-variables-filter): Rewrite.
21881
1a8d3541
GM
218822009-07-19 Glenn Morris <rgm@gnu.org>
21883
d9e8a018
GM
21884 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
21885 Silence compiler by only defining on XEmacs.
21886
da332cfb
GM
21887 * international/mule.el (auto-coding-regexp-alist): Only match
21888 BABYL... at the start of buffer, not of lines. (Bug#3790)
21889
1a8d3541
GM
21890 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
21891 non-calendar buffers (Bug#3862). Restore "not on a date" message.
21892 (cal-menu-context-mouse-menu): Doc fix.
21893
21894 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
21895
21896 * simple.el (mail-user-agent): Doc fix. Set :version tag.
21897
d842b103
JL
218982009-07-18 Juri Linkov <juri@jurta.org>
21899
21900 * info.el: Virtual Info keyword finder.
3570691b 21901 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
21902 (Info-finder-file): New variable.
21903 (Info-finder-find-file): New function.
21904 (finder-known-keywords, finder-package-info)
21905 (find-library-name, lm-commentary): Use defvar and
21906 declare-function to silence compiler warnings.
21907 (Info-finder-find-node): New function.
21908 (info-finder): New command.
21909
21910 * subr.el (process-kill-buffer-query-function): New function.
21911 (add-hook)<kill-buffer-query-functions>: Add hook
21912 `process-kill-buffer-query-function'.
21913
10d37df7
AM
219142009-07-18 Alan Mackenzie <acm@muc.de>
21915
7b6fefac 21916 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
21917 (c-postprocess-file-styles): Give invocation of `c-set-style'
21918 DONT-OVERRIDE parameter of t. Already set style variables will
21919 thus not be overridden by style settings given by `c-file-syle'.
21920
21921 * files.el (hack-local-variables-filter): Remove entries with
21922 duplicate keys from `file-local-variables-alist'.
21923
102e1a41
EZ
219242009-07-18 Eli Zaretskii <eliz@gnu.org>
21925
21926 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
21927 x-set-selection if display-selections-p returns nil for the
21928 current frame.
21929
16f2e9fc
CY
219302009-07-18 Chong Yidong <cyd@stupidchicken.com>
21931
21932 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
21933
f22693fc
EZ
219342009-07-18 Eli Zaretskii <eliz@gnu.org>
21935
a6c2c80c
EZ
21936 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
21937 Accept nil in addition to a regexp.
21938 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
21939 Accept nil in addition to a regexp.
21940 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
21941 buffers that have an associated file. Handle nil values of
21942 desktop-buffers-not-to-save and desktop-files-not-to-save.
21943 (Bug#3833)
21944
f22693fc
EZ
21945 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
21946 (x-disown-selection-internal): New functions.
21947
e456379a
NR
219482009-07-18 Nick Roberts <nickrob@snap.net.nz>
21949
21950 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
21951 warning.
21952 (gdb-breakpoints-header): Move forward to avoid compiler warning.
21953 (gdb-make-header-line-mouse-map): Remove duplicate definition.
21954
0013b70f
CY
219552009-07-18 David De La Harpe Golden <david@harpegolden.net>
21956
21957 * simple.el (set-mark): Revert last change.
21958
0855c2ca
CY
219592009-07-17 Tassilo Horn <tassilo@member.fsf.org>
21960
21961 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
21962 rendering of pngs is not possible instead of messaging a long
21963 description.
21964
3f5c9cad
CY
219652009-07-17 David De La Harpe Golden <david@harpegolden.net>
21966
21967 * w32-fns.el (x-selection-owner-p): New function.
21968
21969 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6a7662bb
BR
21970 (mouse-yank-at-click, mouse-yank-primary):
21971 If select-active-regions is non-nil, deactivate the mark before
6c6a75d5 21972 insertion.
3f5c9cad
CY
21973
21974 * simple.el (deactivate-mark, set-mark): Only save selection if we
21975 own it.
21976
1fc87f9b
KH
219772009-07-17 Kenichi Handa <handa@m17n.org>
21978
21979 * case-table.el (describe-buffer-case-table): Fix for the case
21980 that KEY is a cons.
21981
d56fdcd2
DN
219822009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
21983
21984 * vc-rcs.el (vc-rcs-find-file-hook):
21985 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
21986
bede3e9f
MA
219872009-07-16 Michael Albinus <michael.albinus@gmx.de>
21988
21989 * net/tramp.el (tramp-wait-for-output): Handle the case when
21990 commands do not return a newline but a null byte before the shell
21991 prompt. (Bug#3858)
21992
7653ca1d
YM
219932009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21994
21995 * term/ns-win.el (ns-set-alpha): Don't declare.
21996 (ns-set-background-alpha): Remove function.
21997
ed2a52e9
SM
219982009-07-16 Kevin Ryde <user42@zip.com.au>
21999
22000 * emacs-lisp/copyright.el (copyright-update): Save match-data across
22001 y-or-n-p, for safety.
22002
7a907299
RS
220032009-07-16 Richard Stallman <rms@gnu.org>
22004
22005 * files.el (auto-save-mode): If buffer-saved-size is -2,
22006 don't clobber it.
22007
22008 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
22009 (rmail-retry-ignored-headers): Add more uninteresting fields.
22010
c0db3477
CY
220112009-07-15 Jari Aalto <jari.aalto@cante.net>
22012
22013 * net/rcirc.el (rcirc): Use history variables.
22014 (rcirc-server-name-history, rcirc-nick-name-history)
22015 (rcirc-server-port-history): New variables.
22016
6c875452
KH
220172009-07-15 Kenichi Handa <handa@m17n.org>
22018
bf974dc9
KH
22019 * international/mule-cmds.el (set-language-environment-charset):
22020 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
22021 ignore them.
22022
6c875452
KH
22023 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
22024 Delete unibyte-display.
22025
2066b4fe
CY
220262009-07-15 Chong Yidong <cyd@stupidchicken.com>
22027
22028 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
22029
f9be2e35
CY
220302009-07-15 Chong Yidong <cyd@stupidchicken.com>
22031
22032 * simple.el (deactivate-mark): Optional argument FORCE.
22033 (set-mark): Use deactivate-mark.
22034
22035 * info.el (Info-search): No need to check transient-mark-mode
22036 before calling deactivate-mark.
22037
22038 * select.el (x-set-selection): Doc fix.
22039 (x-valid-simple-selection-p): Allow buffer values.
6a7662bb
BR
22040 (xselect--selection-bounds): Handle buffer values.
22041 Suggested by David De La Harpe Golden.
f9be2e35 22042
6a7662bb
BR
22043 * mouse.el (mouse-set-region, mouse-drag-track):
22044 Call copy-region-as-kill before setting the mark, to let
f9be2e35
CY
22045 select-active-regions work.
22046
be3e598a 220472009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
22048
22049 * simple.el (deactivate-mark): If select-active-regions is
22050 non-nil, copy the selection data into a string.
22051 (activate-mark): If select-active-regions is non-nil, set the
22052 selection to the current buffer.
22053 (set-mark): Update selection if select-active-regions is non-nil.
22054
22055 * select.el (x-valid-simple-selection-p): Allow buffer values.
22056
cbd61418
SM
220572009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
22058
22059 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
22060 and more featureful message-mode.
22061
f470187f
CY
220622009-07-14 Chong Yidong <cyd@stupidchicken.com>
22063
22064 * select.el (x-set-selection): Doc fix.
22065 (x-valid-simple-selection-p): Disallow selection data consisting
22066 of a list or cons of integers, since that is not used.
22067 (xselect--selection-bounds, xselect--int-to-cons): New functions.
22068 (xselect-convert-to-string, xselect-convert-to-length)
22069 (xselect-convert-to-filename, xselect-convert-to-charpos)
22070 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
22071
bfc99364
DD
220722009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
22073
22074 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
22075 output in -break-info command (Emacs bug #3794).
22076
e32721f5
GM
220772009-07-14 Glenn Morris <rgm@gnu.org>
22078
1e46f9e4
GM
22079 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
22080 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
22081 (edebug-print-length, edebug-print-level, edebug-print-circle)
22082 (edebug-sit-for-seconds, edebug-view-outside)
22083 (edebug-bounce-point, edebug-set-global-break-condition)
22084 (edebug-Go-nonstop-mode, edebug-trace-mode)
22085 (edebug-Trace-fast-mode, edebug-continue-mode)
22086 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
22087 (edebug-visit-eval-list): Doc fixes.
22088
e32721f5
GM
22089 * subr.el (def-edebug-spec): Doc fix.
22090
66a85e76
KH
220912009-07-14 Kenichi Handa <handa@m17n.org>
22092
22093 * international/characters.el: Fix setting of category ?C.
22094
28571246
JD
220952009-07-13 Jan Djärv <jan.h.d@swipnet.se>
22096
7b6fefac 22097 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
22098 ns-popup-font-panel instead of generate-fontset-menu.
22099
5d74672c
EZ
221002009-07-12 Eli Zaretskii <eliz@gnu.org>
22101
7b6fefac 22102 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 22103
eb1727a4
CY
221042009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
22105
22106 * arc-mode.el (archive-find-type): Allow for a PK00 string before
22107 the PK\003\004 header (Bug#3770).
22108
208384c5
CY
221092009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
22110
22111 * pcomplete.el (pcomplete-comint-setup): Check for
22112 shell-dynamic-complete-filename too.
22113
774409a1
CY
221142009-07-11 Chong Yidong <cyd@stupidchicken.com>
22115
22116 * simple.el (temporary-goal-column): Change the value for
22117 line-move-visual to a cons cell.
22118 (line-move-visual): Record or set the window hscroll, if
22119 necessary (Bug#3494).
22120 (line-move-1): Handle cons value of temporary-goal-column.
22121
1639ee1d
KH
221222009-07-11 Kenichi Handa <handa@m17n.org>
22123
22124 * international/mule-diag.el (describe-character-set): Don't show
22125 width.
22126
2b1d2412
SS
221272009-07-10 Sam Steingold <sds@gnu.org>
22128
22129 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22130 Omake sometimes indents the errors it prints, so allow all
22131 regexps to start with spaces.
22132
ed3a5691
EZ
221332009-07-10 Eli Zaretskii <eliz@gnu.org>
22134
ed2a52e9
SM
22135 * cus-edit.el (customize-changed-options-previous-release):
22136 Bump value to 22.1. (Bug#3804)
ed3a5691 22137
49405d0e
SS
221382009-07-08 Sam Steingold <sds@gnu.org>
22139
22140 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
22141 to be a cons cell (test . ignored-directory) to selectively ignore
22142 some directories depending on the location of the search.
22143
93c3eb7c
MA
221442009-07-08 Michael Albinus <michael.albinus@gmx.de>
22145
22146 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
22147 remote user is root, on the local host.
22148 (tramp-local-host-p): Either the local user or the remote user
22149 must be root. (Bug#3771)
22150
6f2a8484
NR
221512009-07-08 Nick Roberts <nickrob@snap.net.nz>
22152
22153 * progmodes/gdb-mi.el (gdb): Remove description of
22154 gdb-use-separate-io-buffer.
69cb8d82 22155 (menu): Don't allow toggling of or enable
6f2a8484
NR
22156 gdb-use-separate-io-buffer from menubar.
22157
88d03607
CY
221582009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
22159
22160 * mail/unrmail.el (unrmail): Make sure the message ends with two
22161 newlines (Bug#3769).
22162
7ef5b8b2
GM
221632009-07-08 Glenn Morris <rgm@gnu.org>
22164
22165 * calendar/calendar.el (calendar-current-date): Rework previous change.
22166
3ce82f97
GM
221672009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
22168
22169 * calendar/calendar.el (calendar-current-date):
22170 Add an optional argument giving an offset from today.
22171
f35fc841
GM
221722009-07-08 Glenn Morris <rgm@gnu.org>
22173
22174 * tutorial.el (tutorial--describe-nonstandard-key):
22175 Adjust the message for when a key has been unbound.
22176 (help-with-tutorial): Hide the arch-tag.
22177
40149292
KH
221782009-07-08 Kenichi Handa <handa@m17n.org>
22179
69cb8d82
KH
22180 * international/fontset.el (setup-default-fontset): For each
22181 script, append (not set) font-specs.
22182
40149292
KH
22183 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
22184 docstring.
22185
ff0c4194
NR
221862009-07-08 Nick Roberts <nickrob@snap.net.nz>
22187
22188 * progmodes/gdb-mi.el (gdb-init-1): Move sending
22189 -data-list-register-names to ...
22190 (gdb-starting): ... here because GDB 7.0 requires execution to
22191 have started when using this MI command.
22192 (gdb-set-header): New function to distinguish select and
22193 unselected tabs in gdb buffers.
22194 (gdb-propertize-header): New macro that uses gdb-set-header.
22195 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 22196 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 22197
8954c675
CY
221982009-07-07 Chong Yidong <cyd@stupidchicken.com>
22199
22200 * Makefile.in (ELCFILES): Remove fadr.elc.
22201
0996385d
DD
222022009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
22203
dc6b4519
DD
22204 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
22205 may contain frame information, so `string-match' should be used.
22206 (gdb-update): Disassembly is invalidated through
22207 `gdb-get-selected-frame'.
22208 (gdb-pad-string): New function to pad string with spaces.
22209 (gdb-invalidate-disassembly): Invalidate only if the buffer
22210 exists.
22211 (gdb-disassembly-handler-custom): Column alignment.
22212 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
22213 placing new ones.
22214 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
22215 end of line, too.
22216 (gdb-frame-handler): Match convention to for disassembly buffer
22217 mode name.
17c1380b 22218 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
22219 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
22220 not highlight breakpoints without line information.
69a197a2 22221 (gdb-input): Add trailing newline to command.
dc6b4519 22222
14340b25
DD
22223 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
22224 buffer properly.
22225 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 22226 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
22227 now.
22228 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
22229 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
22230 to place breakpoints.
14340b25
DD
22231 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
22232 functions.
22233 (gdb-disassembly-handler-custom): Show overlay arrow.
22234 (gdb-disassembly-place-breakpoints): Show breakpoints in
22235 disassembly buffer.
22236 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 22237 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 22238 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 22239 in `gud-menu-map'.
14340b25 22240
38d4f316 22241 * fadr.el: Remove.
1f2a6224 22242
7b6fefac 22243 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 22244 (gdb-memory-address): New variable which holds top address of
7b6fefac 22245 memory page shown in memory buffer.
6a7662bb
BR
22246 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
22247 New customization variables.
0996385d
DD
22248 New functions:
22249 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
22250 display the memory buffer.
22251 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
22252 buffer display parameters.
22253 (def-gdb-memory-format, gdb-memory-format-binary)
22254 (gdb-memory-format-octal, gdb-memory-format-unsigned)
22255 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
22256 Functions for setting memory buffer format.
22257 (gdb-memory-unit-word, gdb-memory-unit-halfword)
22258 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
22259 unit size used in memory buffer.
6a7662bb
BR
22260 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
22261 Switch to next/previous page of memory buffer.
28d67a53 22262 Now using (bindat-get-field) instead of fadr functions.
0996385d 22263
9ba562d3
SS
222642009-07-07 Sam Steingold <sds@gnu.org>
22265
22266 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
22267 non-top-level files.
22268
a43977db
KH
222692009-07-07 Kenichi Handa <handa@m17n.org>
22270
6a7662bb
BR
22271 * international/mule-cmds.el (reset-language-environment):
22272 Put the highset priority to the charset iso-8859-1.
a43977db 22273
d44d05e8
CY
222742009-07-06 Chong Yidong <cyd@stupidchicken.com>
22275
22276 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
22277 to the end of the line when locating the block (Bug#700).
22278
3e2fa353
MA
222792009-07-06 Michael Albinus <michael.albinus@gmx.de>
22280
22281 * net/tramp.el (tramp-handle-write-region): Flush file properties
22282 in case of short track.
22283
be3e598a 222842009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 22285
bf0b361c
JB
22286 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
22287 Coded custom representation of verilog error regular expressions
22288 to work with Emacs-22's new format.
d88782c3 22289 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 22290 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
22291 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
22292 error recognition into XEmacs.
22293 (verilog-error-regexp-add-emacs): Hook routine to install verilog
22294 error recognition into Emacs-22.
22295
25c6f63e
CY
222962009-07-06 Chong Yidong <cyd@stupidchicken.com>
22297
22298 * woman.el: Remove stand-alone closing parentheses.
22299 (woman-file-name, woman2-format-paragraphs)
22300 (woman-leave-blank-lines): Code cleanup.
22301 (woman-use-own-frame): Change default to nil.
6a7662bb
BR
22302 (woman-italic, woman-bold, woman-unknown, woman-addition):
22303 Change defaults to inherit from default faces.
25c6f63e
CY
22304 (woman2-process-escapes): Consume the newline after a stand-alone
22305 filler character (Bug#3651).
22306
f176290e
GM
223072009-07-06 Glenn Morris <rgm@gnu.org>
22308
22309 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
22310 (top-level): Move provide to the end.
22311 (ffap): Remove defunct URL from custom group.
22312
22313 * subr.el (eval-after-load): Doc fix.
22314
7b6fefac 223152009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
22316
22317 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
22318 `calc-embedded-word' is called twice.
22319
4b8b1ec5
SM
223202009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22321
22322 * files.el (find-alternate-file-other-window, find-alternate-file):
22323 Obey confirm-nonexistent-file-or-buffer.
22324
d6ceb380
MA
223252009-07-05 Michael Albinus <michael.albinus@gmx.de>
22326
22327 * dired-aux.el (dired-show-file-type): Handle remote files.
22328
be3e598a 223292009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 22330
4b8b1ec5
SM
22331 * desktop.el (desktop-globals-to-save):
22332 Add file-name-history (Bug#2750).
c760f19e 22333
6d00ce04
CY
223342009-07-05 Chong Yidong <cyd@stupidchicken.com>
22335
4b8b1ec5 22336 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 22337
6ee21b07
JB
223382009-07-04 Johan Bockgård <bojohan@gnu.org>
22339
22340 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
22341 property on entire argument since this is what eshell-lisp-command
22342 expects.
22343
f0dbdc25
MA
223442009-07-03 Michael Albinus <michael.albinus@gmx.de>
22345
22346 * net/tramp-gvfs.el (tramp-gvfs-methods)
22347 (tramp-gvfs-zeroconf-domain)
22348 (tramp-bluez-discover-devices-timeout): Add version flag.
22349 (tramp-gvfs-handler-mounted-unmounted)
22350 (tramp-gvfs-connection-mounted-p): Polish handling of
22351 incompatibilities between GVFS 0.2 and 1.0.
22352
e044e4fc
JD
223532009-07-03 Jan Djärv <jan.h.d@swipnet.se>
22354
4b8b1ec5 22355 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 22356
2e9b968b
JB
223572009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
22358
bf0b361c 22359 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
22360 formatted correctly.
22361
baf1a55e
JL
223622009-07-02 Juri Linkov <juri@jurta.org>
22363
22364 * info.el: Virtual Info files and nodes.
22365 (Info-virtual-files, Info-virtual-nodes): New variables.
22366 (Info-current-node-virtual): New variable.
22367 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
22368 New functions.
22369 (Info-file-supports-index-cookies): Use Info-virtual-file-p
22370 to check for a virtual file instead of checking a fixed list
22371 of node names.
22372 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
22373 instead of ad-hoc processing of "dir" and (apropos history toc).
22374 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
22375 instead of ad-hoc processing of "dir" and (apropos history toc).
22376 Reread a file when moving from a virtual node.
22377 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
22378 (Info-directory-toc-nodes, Info-directory-find-file)
22379 (Info-directory-find-node): New functions.
22380 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
22381 (Info-history): Move part of code to
22382 `Info-history-find-node'.
22383 (Info-history-toc-nodes, Info-history-find-file)
22384 (Info-history-find-node): New functions.
22385 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
22386 (Info-toc): Move part of code to `Info-toc-find-node'.
22387 (Info-toc-find-node): New function.
4b8b1ec5 22388 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
22389 the current Info file name to references because now the node
22390 "*TOC*" belongs to the same Info manual.
4b8b1ec5 22391 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
22392 (Info-toc-nodes): Rename input argument `file' to `filename'.
22393 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
22394 instead of ad-hoc processing of ("dir" apropos history toc).
22395 (Info-index-nodes): Use Info-virtual-file-p
22396 to check for a virtual file instead of checking a fixed list
22397 of node names.
22398 (Info-index-node): Add check for `Info-current-node-virtual'.
22399 Raise `save-match-data' higher up the tree to contain
22400 `search-forward' too (bug fix).
22401 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
22402 (Info-virtual-index-nodes): New variable.
22403 (Info-virtual-index-find-node, Info-virtual-index): New functions.
22404 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
22405 (Info-apropos-file, Info-apropos-nodes): New variables.
22406 (Info-apropos-toc-nodes, Info-apropos-find-file)
22407 (Info-apropos-find-node, Info-apropos-matches): New functions.
22408 (info-apropos): Move part of code to `Info-apropos-find-node' and
22409 `Info-apropos-matches'.
22410 (Info-mode-map): Bind "I" to `Info-virtual-index'.
22411 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
22412 for a virtual file instead of checking a fixed list of node names.
22413
22414 * simple.el (async-shell-command): New command.
22415
22416 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
22417
22418 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
22419 instead of `mount-info'.
22420
d04bc496
MA
224212009-07-02 Michael Albinus <michael.albinus@gmx.de>
22422
22423 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 22424 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 22425
af0403e0
KH
224262009-07-02 Kenichi Handa <handa@m17n.org>
22427
22428 * international/mule.el (set-keyboard-coding-system): Force *-unix
22429 coding-system to avoid eol conversion.
22430
99278f8a
MA
224312009-07-01 Michael Albinus <michael.albinus@gmx.de>
22432
4b8b1ec5
SM
22433 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
22434 Add handler for `process-file', `shell-command' and
99278f8a
MA
22435 `start-file-process'.
22436 (tramp-gvfs-handle-shell-command)
22437 (tramp-gvfs-handle-start-file-process)
22438 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 22439 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 22440
3f1c6666
JD
224412009-07-01 Jan Djärv <jan.h.d@swipnet.se>
22442
22443 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
22444
3f396bac
KH
224452009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
22446
22447 * language/korean.el (set-language-info-alist): Add korean-cp949,
22448 cp949 to spec.
22449
c1185193
KH
224502009-07-01 Kenichi Handa <handa@m17n.org>
22451
22452 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
22453
22454 * international/encoded-kb.el: Deleted.
22455
22456 * international/mule.el (set-keyboard-coding-system): Perform the
22457 necessary setup here instead of calling encoded-kbd-setup-display.
22458
3f150a60
GM
224592009-07-01 Glenn Morris <rgm@gnu.org>
22460
22461 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
22462
b0d5b05b
GM
224632009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
22464
22465 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
22466
4f4126e6
MA
224672009-06-30 Michael Albinus <michael.albinus@gmx.de>
22468
4b8b1ec5
SM
22469 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
22470 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 22471 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 22472
7ae3ea65 22473 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
22474 (top): Add a default for "synce" in `tramp-default-user-alist'.
22475 Add completion function for "synce" method.
22476 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
22477 (tramp-hal-interface-manager, tramp-hal-interface-device):
22478 New defconst.
22479 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
22480 (tramp-synce-list-devices, tramp-synce-parse-device-names):
22481 New defuns.
d6ceb380
MA
22482
22483 * net/trampver.el: Update release number.
7ae3ea65 22484
0ad6626b
KH
224852009-06-30 Kenichi Handa <handa@m17n.org>
22486
22487 * international/fontset.el (setup-default-fontset): Add CJK fonts
22488 for symbols and the other miscellaneous characters.
22489
4b8b1ec5
SM
22490 * language/korea-util.el (setup-korean-environment-internal):
22491 Make char-width-table suitable for Korean environments.
0ad6626b
KH
22492 (exit-korean-environment): Cancel above.
22493
22494 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
22495 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 22496 setup-function to make char-width-table suitable for respective
0ad6626b
KH
22497 environments, and an exit-function to cancel that.
22498
22499 * language/japan-util.el (setup-japanese-environment-internal):
22500 Call use-cjk-char-width-table with arg `ja_JP'.
22501
22502 * international/characters.el (cjk-char-width-table): Delete it.
22503 (cjk-char-width-table-list): New variable.
22504 (use-cjk-char-width-table): New arg local-name.
22505 (use-default-char-width-table): Fix for the case that Emacs is
22506 already using the default char-width-table.
22507
fd46e893
MA
225082009-06-29 Michael Albinus <michael.albinus@gmx.de>
22509
22510 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
22511 modes mandatory. (Bug#3712)
22512
b87d9f96
AM
225132009-06-29 Alan Mackenzie <acm@muc.de>
22514
22515 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 22516 correction between the visible width of TABs and their number of bytes.
b87d9f96 22517
2d25aa5a
CY
225182009-06-29 Chong Yidong <cyd@stupidchicken.com>
22519
22520 * server.el (server-buffer-done): Prevent kill-buffer from
22521 prompting by clearing the buffer modification flag (Bug#3696).
22522
a3a8b002
DN
225232009-06-28 Michael McNamara <mac@mail.brushroad.com>
22524
bf0b361c 22525 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 22526 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
22527 (verilog-basic-complete-re): Support localparam lineup.
22528 (verilog-beg-of-statement-1): Fix for robustness, unique case.
22529 (verilog-set-auto-endcomments): Fix for unique case, always_comb
22530 commenting.
22531 (verilog-leap-to-case-head): Now support *nested* unique &
22532 priority case statements.
22533 (verilog-auto-lineup): Make just declarations the default (as it
22534 had been).
4b8b1ec5 22535 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 22536 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 22537 select the various styles of automatic lineup.
a3a8b002
DN
22538 (verilog-error-regexp-alist): Rework to support the XEmacs style
22539 of error regular expressions from compilers, lint tools &
22540 simulators. Note that GNU Emacs has made it impossible for a mode
22541 to load such things.
22542 (electric-verilog-terminate-line, verilog-indent-declaration)
22543 (verilog-auto-wiure): Rework for radio button selection of
22544 auto-lineup selection of specification of auto lineup.
22545 (verilog-beg-of-statement-1): Redesign to support proper operation
22546 in additional code, based on testing with auto-lineup.
22547 (verilog-calculate-indent, assignments & declarations)
22548 (verilog-backward-token): Enhance to support auto-lineup of
22549 assignments & declarations.
22550 (verilog-in-directive-p, verilog-at-struct-p): New function for
22551 easy test of whether we are.
22552 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
22553 to support safe execution at almost anyline.
22554 (verilog-calc-1): Properly support indenting deep inside generate
22555 blocks.
48c2d18a 22556 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 22557 as it is redundant with font-lock-defaults.
a8f316ca 22558 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
22559 to avoid circular calls if syntax-ppss is a function (as is the
22560 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 22561 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
22562 (verilog-ovm-begin-re, verilog-ovm-end-re)
22563 (verilog-ovm-statement-re, verilog-leap-to-head)
22564 (verilog-backward-token): Add support for OVM macros. Some are
22565 complete statements, and others open and close scopes like begin
22566 and end.
22567 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
22568 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 22569 compilation issue.
48c2d18a 22570 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 22571 coverpoint, constraint and cross statements.
a3a8b002
DN
22572 (verilog-defun-level-list, verilog-generate-defun-level-list)
22573 (verilog-all-defun-level-list): Redo these specifications - it is
22574 too hard to support eval-when compile aggregation of lists also
22575 built at when-compile time.
22576 (verilog-defun-level-list): Place defconsts of variables used in
22577 building regular expressions which are built in eval-when-compile
22578 bodies in the same eval-when-compile body to facilitate compile
22579 without load.
22580 (verilog-beg-block-re-ordered): Support indenting
22581 virtual/protected tasks and functions.
7b6fefac 22582 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
22583 (verilog-backward-ws&directives, verilog-calc-1): Speed up
22584 indentation of some module items (generate items).
22585 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
22586 across virtual/protected tasks and functions.
22587
225882009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
22589
bf0b361c 22590 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 22591 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
22592 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
22593 in concatenations. Reported by Yishay Belkind.
22594 (verilog-auto-ascii-enum): Support one-hot state machines in
22595 AUTOASCIIENUM. Suggested by Lloyd Gomez.
22596 (verilog-auto-inst, verilog-auto-inst-port): Include interface
6a7662bb
BR
22597 modport in AUTOINST and add vl-modport for users.
22598 Reported by David Rogoff.
a3a8b002
DN
22599 (verilog-auto-inout-module, verilog-auto-inst)
22600 (verilog-decls-get-interfaces, verilog-insert-definition)
22601 (verilog-insert-one-definition, verilog-read-decls)
22602 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
22603 (verilog-sig-modport, verilog-signals-combine-bus)
22604 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
22605 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
22606 Suggested by David Rogoff.
22607 (verilog-repair-open-comma): Fix non-insertion of comma when
22608 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
22609 (verilog-make-width-expression): Simplify [A-1:0] expression
22610 widths to just {A{1'b0}}.
22611 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
22612 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
22613 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
22614 inputs/outputs or data type. Suggested by Vasu Kandadi.
22615 (next-error-last-buffer): Fix byte-compiler warning.
22616 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
22617 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 22618 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 22619 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5 22620 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
01c35094 22621 Fix dotted nets {a.b,c.d} and escaped identifiers being mis-included
7b6fefac 22622 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
22623 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
22624 causing use of <= assignments. Reported by Alex Reed.
22625 (verilog-read-decls): Fix triand, trior, wand, wor to be
22626 recognized by AUTOWIRE. Reported by Spencer Isaacson.
22627 (verilog-extended-complete-re): Support import "DPI-C" functions.
22628 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 22629 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
22630 (verilog-insert-date, verilog-insert-year)
22631 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
22632 Windows systems. Reported by Michael Potts.
22633 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 22634 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 22635 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 22636 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
22637 (verilog-read-decls): Fix detecting "parameter int" when using
22638 AUTOINSTPARAM. Reported by Bruce T.
22639 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 22640 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 22641 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
22642 verilog-goto-defun will work. Reported by Lawrence Butcher.
22643 (verilog-getopt): Expand environment variables in -f file
22644 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 22645 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
22646 when reading enumerations.
22647 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
22648 Suggested by Stephen Peltan.
4b8b1ec5 22649 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
22650 files. Reported by Steve Peltan.
22651
f7c0d931
CY
226522009-06-28 David De La Harpe Golden <david@harpegolden.net>
22653
22654 * files.el (trash-directory): Fix defcustom type.
22655
baf1a55e 226562009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
22657
22658 * help-fns.el (describe-function-1): Correctly locate adviced
22659 functions in hyperlink (Bug#2438).
22660
d63a01ef
CY
226612009-06-28 Chong Yidong <cyd@stupidchicken.com>
22662
22663 * files.el (trash-directory): Change default to nil.
22664 (move-file-to-trash): If trash-directory is nil and
22665 system-move-file-to-trash is unbound, perform freedesktop-style
22666 trashing.
22667
226682009-06-28 David De La Harpe Golden <david@harpegolden.net>
22669
22670 * files.el (move-file-to-trash): Add freedesktop trash
22671 support (Bug#973).
22672
fc2f6a26
GM
226732009-06-28 Glenn Morris <rgm@gnu.org>
22674
22675 * autorevert.el (global-auto-revert-non-file-buffers)
22676 (global-auto-revert-mode): Doc fixes.
22677
00242b07
JB
226782009-06-27 Johan Bockgård <bojohan@gnu.org>
22679
22680 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
22681
f5594f03
CY
226822009-06-27 Chong Yidong <cyd@stupidchicken.com>
22683
e8a2b2da
CY
22684 * faces.el (x-handle-named-frame-geometry): Ensure that we have
22685 opened an X connection before calling x-get-resource (Bug#3194).
22686
f5594f03
CY
22687 * play/doctor.el: Remove reference to obsolete website.
22688 (make-doctor-variables): Correct grammar mistake (Bug#2633).
22689
3c3bf6ce
DN
226902009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
22691
22692 Remove find-file-not-found-hook VC method. (Bug#2757)
22693 * vc-hooks.el (vc-file-not-found-hook)
22694 (vc-default-find-file-not-found-hook): Remove functions.
22695 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
22696 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
22697 * vc.el:
22698 * vc-hg.el:
22699 * vc-git.el: Do not mention find-file-not-found-hook VC method.
22700
e26a7bc0
AM
227012009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
22702
22703 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 22704 compatibility function for `looking-back'.
e26a7bc0 22705
4b8b1ec5 22706 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 22707 Use `ispell-looking-back'.
e26a7bc0 22708
d9848600
MA
227092009-06-24 Michael Albinus <michael.albinus@gmx.de>
22710
22711 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 22712 rather than `filename'.
d9848600 22713
05fbc4a9
MB
227142009-06-23 Miles Bader <miles@gnu.org>
22715
22716 * face-remap.el (text-scale-set): New function.
22717
f86ca715
GM
227182009-06-23 Glenn Morris <rgm@gnu.org>
22719
33e2c2e5
GM
22720 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
22721
f529f302
GM
22722 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
22723
34995333
GM
22724 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
22725
cc80ccee
GM
22726 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
22727
84cb770d
GM
22728 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
22729 Simplify Persian conditionals.
22730
d916c965
GM
22731 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
22732 variable `filename'.
22733
b6a44b27
GM
22734 * comint.el (comint-insert-input): Doc fix.
22735
f86ca715
GM
22736 * Makefile.in (ELCFILES): Fix typo in previous change.
22737
666e158e
MB
227382009-06-23 Miles Bader <miles@gnu.org>
22739
22740 * cus-start.el: Add entry for `recenter-redisplay'.
22741
be3e598a 227422009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
22743
22744 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
22745 Add an optional argument for the backend, use it instead of
22746 calling vc-backend.
4b8b1ec5
SM
22747 (vc-mode-line): Add an optional argument for the backend.
22748 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
22749 special handling for vc-state being a buffer to ...
22750
22751 * vc-rcs.el (vc-rcs-find-file-hook):
22752 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
22753
22754 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
22755 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
22756 vc-stay-local-p and vc-mode-line calls.
22757
22758 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
22759 (vc-cvs-diff, vc-cvs-annotate-command)
22760 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
22761 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
22762 vc-mode-line calls.
22763
22764 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
22765 direct comparison.
22766 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
22767 backend when calling vc-mode-line.
22768 (vc-register): Do not create a closure for calling the vc register
22769 function, call it directly.
22770
2764748c
DN
227712009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
22772
22773 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
22774 to make it obvious item can be clicked.
f5a0b281
DN
22775
22776 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
22777
d4a885b2
KH
227782009-06-23 Kenichi Handa <handa@m17n.org>
22779
22780 * language/korea-util.el (korean-key-bindings): Change the binding
22781 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
22782 same command.
22783
e3610693
MA
227842009-06-22 Michael Albinus <michael.albinus@gmx.de>
22785
22786 Sync with Tramp 2.1.16.
22787
22788 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
22789
22790 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
22791 when a loading of a package fails. Completion function for rsync
22792 is `tramp-completion-function-alist-ssh'.
22793 (all): Replace all calls of `split-string' and
22794 `tramp-split-string' by `tramp-compat-split-string'.
22795 (tramp-default-method): Use `tramp-compat-process-running-p'.
22796 (tramp-default-proxies-alist): Allow also Lisp forms.
22797 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 22798 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
22799 (tramp-domain-regexp): Allow also "-", "_" and ".".
22800 (tramp-end-of-output): Remove newlines, and add "$" at the end.
22801 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
22802 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
22803 (tramp-handle-directory-files-and-attributes-with-stat):
22804 Care about filenames with spaces, or starting with "-".
e3610693
MA
22805 (tramp-handle-dired-uncache): New defun.
22806 (tramp-handle-insert-directory): Don't flush the directory from
22807 cache, this is handled by `dired-uncache' now.
22808 (tramp-handle-insert-file-contents): Improve error handling.
22809 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
22810 Quote `tramp-end-of-output'.
22811 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
22812 (tramp-check-for-regexp): Both echoes must be present, before removing.
22813 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
22814 (tramp-compute-multi-hops): Eval cons cells of
22815 `tramp-default-proxies-alist'.
22816 (tramp-maybe-open-connection): Use the same command pattern for
22817 first hop and further hops.
22818 (tramp-wait-for-output): Remove handling of newlines.
22819 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
22820 (tramp-split-string): Remove function. It is handled in
22821 tramp-compat now.
22822
4b8b1ec5
SM
22823 * net/tramp-cmds.el (tramp-bug):
22824 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
22825
22826 * net/tramp-compat.el (tramp-compat-split-string)
22827 (tramp-compat-process-running-p): New defuns.
22828
22829 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
22830 for `dired-uncache'.
22831
22832 * net/tramp-gvfs.el: New package.
22833
4b8b1ec5
SM
22834 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
22835 Add handler for `dired-uncache'.
e3610693
MA
22836 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
22837
22838 * net/trampver.el: Update release number. Make version check fit
22839 for SXEmacs 22.
22840
13a3f374
JM
228412009-06-22 Jim Meyering <meyering@redhat.com>
22842
e0a28a3b 22843 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
22844 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
22845 XZ is the successor to LZMA: <http://tukaani.org/xz/>
22846
5242671e 228472009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
4e2af782 22848 Nick Roberts <nickrob@snap.net.nz>
13a3f374 22849
e0a28a3b 22850 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
22851 repository (http://sphinx.net.ru/hg/gdb-mi/).
22852
3fde45af
GM
228532009-06-22 Glenn Morris <rgm@gnu.org>
22854
46253b34
GM
22855 * files.el (dir-locals-collect-mode-variables): Allow for any number of
22856 `mode' and `eval' entries. (Bug#3430)
22857
97e18192
GM
22858 * Makefile.in (ELCFILES): Add fadr.elc.
22859
731a00fb
GM
22860 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
22861 differing behavior of \n and ^ in strings. (Bug#3385)
22862
c66cd0ff
GM
22863 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
22864
3fde45af
GM
22865 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
22866 property.
22867 (lisp-indent-function): Make it a defcustom.
22868
db2241a0
NR
228692009-06-21 Nick Roberts <nickrob@snap.net.nz>
22870
22871 * progmodes/gdb-ui.el: Replace with ...
5242671e 22872 * progmodes/gdb-mi.el: ... this file.
db2241a0 22873 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
22874
228752009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
22876
db2241a0
NR
22877 * fadr.el: New file.
22878
38d4f316 22879See ChangeLog.14 for earlier changes.
e3d51b27
MR
22880
22881;; Local Variables:
22882;; coding: utf-8
e3d51b27
MR
22883;; End:
22884
73b0cd50 22885 Copyright (C) 2009-2011 Free Software Foundation, Inc.
e3d51b27
MR
22886
22887 This file is part of GNU Emacs.
22888
22889 GNU Emacs is free software: you can redistribute it and/or modify
22890 it under the terms of the GNU General Public License as published by
22891 the Free Software Foundation, either version 3 of the License, or
22892 (at your option) any later version.
22893
22894 GNU Emacs is distributed in the hope that it will be useful,
22895 but WITHOUT ANY WARRANTY; without even the implied warranty of
22896 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22897 GNU General Public License for more details.
22898
22899 You should have received a copy of the GNU General Public License
22900 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.