* lisp/vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
ccb55d27
GM
12011-03-10 Glenn Morris <rgm@gnu.org>
2
5ceaac0c
GM
3 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
4
02da65ff
GM
5 * vc/vc-git.el (vc-git-program): New option.
6 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
7 (vc-git--call): Use it.
8
b2f603cc
GM
9 * eshell/esh-util.el (eshell-condition-case): Doc fix.
10
5772caab
GM
11 * cus-edit.el (Custom-newline): If no button at point, look
12 for a subgroup button at start-of-line. (Bug#2298)
13
ccb55d27
GM
14 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
15
ec6ecaed
JD
162011-03-10 Julien Danjou <julien@danjou.info>
17
18 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
19 `cursor-type' is nil.
20
9d5aa01d
JB
212011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
22
23 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
24
b6a5875b
KM
252011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
26
27 * allout.el Summary: Change so yank of distinctive-bullet items
28 preserves the existing header prefix, rebulleting it if necessary,
29 rather than replacing it. This is necessary for proper operation
30 of cooperative addons like allout-widgets.
31 (allout-make-topic-prefix) (allout-rebullet-heading): Change
32 SOLICIT arg to INSTEAD, and interpret additionally a string value
33 as alternate bullet to be used, instead of prompting the user for
34 a bullet character.
35
ee545c35
MA
362011-03-09 Michael Albinus <michael.albinus@gmx.de>
37
38 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band): Do
39 not use `tramp-file-name-port', because this returns also
40 `tramp-default-port'.
41
c47971d7
DD
422011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
43
44 * net/rcirc.el (rcirc-handler-001): Remove useless
45 with-rcirc-process-buffer.
46 (rcirc-check-auth-status): Swap arguments to string-match.
47
13522cb4
GM
482011-03-09 Glenn Morris <rgm@gnu.org>
49
0be6f4f1
GM
50 * shell.el (shell-mode):
51 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
52
13522cb4
GM
53 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
54 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
55
515de2e3
CY
562011-03-08 Chong Yidong <cyd@stupidchicken.com>
57
58 * emacs-lisp/package.el (package-refresh-contents)
59 (package-menu-execute): Use condition-case-no-debug.
60
b511b994
MA
612011-03-08 Michael Albinus <michael.albinus@gmx.de>
62
63 * simple.el (shell-command-to-string): Use `process-file'.
64
65 * emacs-lisp/package.el (package-tar-file-info): Handle also
66 remote files.
67
68 * emacs-lisp/package-x.el (package-upload-buffer-internal): Use
69 `equal' for upload base check.
70
25bbfb31
AM
712011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
72
73 * textmodes/texinfo.el (texinfo-environments):
74 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
75
be996521
GM
762011-03-08 Glenn Morris <rgm@gnu.org>
77
e9c8529f
GM
78 * cus-start.el (cursor-in-non-selected-windows):
79 Fix :set quoting oddness. (Bug#8192)
80
be996521
GM
81 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
82 in some setf expressions. (Bug#2159)
83
2bb5649e
CY
842011-03-08 Chong Yidong <cyd@stupidchicken.com>
85
86 * custom.el (custom-available-themes): Return themes in
87 alphabetical order.
88
7600cf45
CY
892011-03-07 Chong Yidong <cyd@stupidchicken.com>
90
91 * progmodes/cc-cmds.el (c-beginning-of-statement): Fix incorrect
92 application of patch from Alan Mackenzie (Bug#7595).
93
fa7062f6
DD
942011-03-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
95
96 * net/rcirc.el (rcirc-connect): Fix PASS bug.
97
619f4b62
GM
982011-03-07 Glenn Morris <rgm@gnu.org>
99
100 * vc/vc.el (vc-next-action): Add missing space to y-or-n-p prompt.
7e319d3c 101 Give an explicit error if failed to make writable. (Bug#6146)
619f4b62 102
e63e9234
ER
1032011-03-07 Ed Reingold <reingold@emr.cs.iit.edu>
104
105 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
106 Add optional `after-sunset' argument. (Bug#8190)
107
16130297
AH
1082011-03-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
109
110 * play/morse.el (nato-alphabet, nato-region, denato-region):
111 New variable and functions. (Bug#2288)
f72c1fd6 112 (morse-region, unmorse-region): Barf if read-only.
16130297 113
2b0787b3
SM
1142011-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
115
116 * progmodes/gud.el (gdb-script-syntax-propertize-function):
117 Don't change the syntax of a \n that closes a comment (bug#8169).
118
5c69cb2c
CY
1192011-03-06 Chong Yidong <cyd@stupidchicken.com>
120
121 * emacs-lisp/package-x.el (package-archive-upload-base): Make it a
122 defcustom.
123 (package--update-file): Doc fix. Accept relative file names.
124 (package--archive-contents-from-file): Remove the argument, since
125 it's necessarily always "archive-contents".
126 (package-maint-add-news-item): Pass relative file name args to
127 package--update-file.
128 (package-upload-buffer-internal): Prompt for a destination if
129 package-archive-upload-base is invalid. Create the directory if
130 it does not exist.
131 (package-upload-buffer, package-upload-file): Doc fix.
132
892777ba
CY
1332011-03-06 Chong Yidong <cyd@stupidchicken.com>
134
135 * isearch.el (isearch-mode-map): Bind C-y to isearch-yank-kill,
136 and move isearch-yank-line to M-s C-e (Bug#8183).
137
9d1f0f55
AM
1382011-03-06 Alan Mackenzie <acm@muc.de>
139
140 * progmodes/cc-engine.el (c-guess-basic-syntax): Reindent.
804a116c
AM
141 (c-guess-basic-syntax): Move CASE 19 to a different place,
142 correctly to process template-args-cont lines.
9d1f0f55 143
479a2c9b
JB
1442011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
145
2b0787b3
SM
146 * calc/calc-ext.el (calc-init-extensions):
147 Rename calc-logunits-dblevel and calc-logunits-nplevel to calc-dblevel
804a116c
AM
148 and calc-nplevel, respectively. Add keybindings for calc-spn,
149 calc-midi and calc-freq. Add autoloads for calcFunc-spn,
150 calcFunc-midi, calcFunc-freq, calc-spn, calc-midi and calc-freq.
479a2c9b
JB
151
152 * calc/calc-units.el (calc-dblevel): Rename from
153 calc-logunits-dblevel.
154 (calc-nplevel): Rename from calc-logunits-nplevel.
05a29101
JB
155 (math-midi-round, math-freqp, math-midip, math-spnp)
156 (math-spn-to-midi, math-midi-to-spn, math-freq-to-spn)
157 (math-midi-to-freq, math-spn-to-freq, calcFunc-spn, calcFunc-midi)
158 (calcFunc-freq, calc-freq, calc-midi, calc-spn): New functions.
159 (math-notes): New variable.
160
161 * calc/calc.el (calc-note-threshold): New variable.
479a2c9b 162
f561e49a
CY
1632011-03-06 Chong Yidong <cyd@stupidchicken.com>
164
165 * emacs-lisp/package.el (package-archives): Accept either ordinary
166 directory names, in addition to HTTP URLs.
167 (package--with-work-buffer): New macro. Handle normal directories.
168 (package-handle-response): Don't display the failing buffer.
169 (package-download-single, package-download-tar)
170 (package--download-one-archive): Use package--with-work-buffer.
171 (package-archive-base): Rename from package-archive-url.
172
79a0fb58
GM
1732011-03-06 Glenn Morris <rgm@gnu.org>
174
175 * generic-x.el (generic-unix-modes): Add xmodmap-generic-mode.
176 (xmodmap-generic-mode): Respect generic-extras-enable-list.
177
ffd0a502
DC
1782011-03-06 Daniel Clemente <dcl441-bugs@yahoo.com> (tiny change)
179
180 * generic-x.el (xmodmap-generic-mode): New. (Bug#2065)
181
01c35094
JB
1822011-03-06 Juanma Barranquero <lekktu@gmail.com>
183
184 * allout.el (allout-init, allout-prefixed-keybindings)
185 (allout-unprefixed-keybindings):
186 * progmodes/prolog.el (prolog-find-term):
187 Fix typos in docstrings.
188
509742cc
NS
1892011-03-06 Nikolaj Schumacher <me@nschum.de> (tiny change)
190
191 * emacs-lisp/elp.el (elp-results): Fix off-by-one in header. (Bug#2746)
192
14369ab3
KR
1932011-03-06 Kevin Ryde <user42@zip.com.au>
194
195 * textmodes/sgml-mode.el (sgml-fill-nobreak): Give it a doc. (Bug#5326)
196
aa248733
MS
1972011-03-06 Michael Shields <shields@msrl.com> (tiny change)
198
199 * window.el (one-window-p, walk-windows, display-buffer):
200 Doc fixes. (Bug#5567)
201
da0275f8
JB
2022011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
203
204 * cus-edit.el (custom-prompt-variable): Use the `custom-get' property
205 of the variable if it exists.
206
845fc5e5
JB
2072011-03-06 Juanma Barranquero <lekktu@gmail.com>
208
209 * bookmark.el:
210 * desktop.el:
211 * emacs-lock.el:
212 * ps-print.el:
213 * saveplace.el:
214 * net/tramp-cache.el:
01c35094 215 * obsolete/fast-lock.el:
845fc5e5
JB
216 * textmodes/reftex.el:
217 Don't set `kill-emacs-hook' on noninteractive sessions (bug#8137).
218
7e27ce9c
AL
2192011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
220
01c35094
JB
221 * files.el (delete-directory, copy-directory, list-directory):
222 Use read-directory-name.
7e27ce9c
AL
223
224 * find-file.el (ff-find-the-other-file):
225 * net/ange-ftp.el (ange-ftp-make-directory):
226 * printing.el (pr-interactive-dir):
227 * progmodes/ada-prj.el (ada-prj-load-directory):
228 * progmodes/ebnf2ps.el (ebnf-print-directory)
229 (ebnf-spool-directory, ebnf-eps-directory)
230 (ebnf-syntax-directory):
231 * shell.el (shell):
232 * speedbar.el (speedbar-create-directory):
233 * vc/emerge.el (emerge-merge-directories):
234 * vc/vc-dir.el (vc-dir):
235 * vc/vc.el (vc-create-tag, vc-retrieve-tag): Likewise.
236
d23ae2b0
CY
2372011-03-05 Chong Yidong <cyd@stupidchicken.com>
238
239 * help-mode.el (help-buffer): If we are to return the current
240 buffer, signal an error if it's not in Help mode (Bug#8147).
241
2de9cc1a
RT
2422011-03-05 Reuben Thomas <rrt@sc3d.org>
243
244 * files.el (file-name-version-regexp): Handle backup files of the
245 form `foo.js.~HEAD~1~' (Bug#8159).
246
81fb60b2
GM
2472011-03-05 Glenn Morris <rgm@gnu.org>
248
249 * eshell/esh-var.el: Don't require esh-test when compiling.
250 * eshell/em-banner.el, eshell/esh-cmd.el, eshell/esh-mode.el:
251 * eshell/esh-var.el, eshell/eshell.el: Move tests to esh-test.
01c35094 252 * eshell/esh-test.el: Move to ../../test/eshell.el.
81fb60b2 253
c5f09daf
DE
2542011-03-05 David Engster <deng@randomsample.de>
255
256 * files.el (save-some-buffers): Report the names of buffers saved
257 automatically due to buffer-save-without-query (Bug#8134).
258
77f63d30
DD
2592011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
260
261 * net/rcirc.el: Add QuakeNet authentication support.
262 (rcirc-authinfo, rcirc-check-auth-status)
263 (rcirc-authenticate): Support QuakeNet.
264
72d2c2e3
DD
2652011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
266
267 * net/rcirc.el: Add functionality to authenticate before
268 autojoining channels.
269 (rcirc-authenticate-before-join): New option.
270 (rcirc-authenticated-hook): New variable.
271 (rcirc-connect): Make local variable rcirc-user-authenticated.
272 (rcirc-handler-001): Respect rcirc-authenticate-before-join.
01c35094
JB
273 (rcirc-check-auth-status, rcirc-join-channels-post-auth):
274 New functions.
275 (rcirc-handler-PRIVMSG, rcirc-handler-NOTICE):
276 Call rcirc-check-auth-status.
72d2c2e3 277
d733e817
MA
2782011-03-05 Alex Harsanyi <AlexHarsanyi@gmail.com>
279
280 * net/soap-client.el (soap-namespace-put-link): Check if the target
281 name is fully qualified -- use only the name part.
282 (soap-parse-complex-type, soap-parse-sequence): Recognize xsd:all
283 types, treated the same as xsd:sequence. (Bug#8166)
284
3ae59fff
EZ
2852011-03-05 Eli Zaretskii <eliz@gnu.org>
286
287 * files.el (find-file-noselect): Don't ask about re-visiting
288 non-literally if the file is already visited in image-mode.
289 (Bug#8177)
290
a9eeff78
GM
2912011-03-05 Glenn Morris <rgm@gnu.org>
292
d783d303
GM
293 * eshell/esh-mode.el (eshell-kill-buffer-function): New function.
294 (eshell-mode): Use eshell-kill-buffer-function.
295 Run the -initialize functions independently of the -load-hooks.
296 * eshell/esh-proc.el (eshell-kill-process-function): New function.
297 (eshell-gather-process-output, eshell-sentinel)
298 (eshell-interrupt-process, eshell-kill-process, eshell-quit-process):
299 Use eshell-kill-process-function.
300 * eshell/em-alias.el (eshell-alias-load-hook):
301 * eshell/em-banner.el (eshell-banner-load-hook):
302 * eshell/em-cmpl.el (eshell-cmpl-load-hook):
303 * eshell/em-dirs.el (eshell-dirs-load-hook):
304 * eshell/em-glob.el (eshell-glob-load-hook):
305 * eshell/em-hist.el (eshell-hist-load-hook):
306 * eshell/em-pred.el (eshell-pred-load-hook):
307 * eshell/em-prompt.el (eshell-prompt-load-hook):
308 * eshell/em-rebind.el (eshell-rebind-load-hook):
309 * eshell/em-script.el (eshell-script-load-hook):
310 * eshell/em-smart.el (eshell-smart-load-hook):
311 * eshell/em-term.el (eshell-term-load-hook):
312 * eshell/em-unix.el (eshell-unix-load-hook):
313 * eshell/esh-arg.el (eshell-arg-load-hook):
314 * eshell/esh-cmd.el (eshell-cmd-load-hook):
315 * eshell/esh-ext.el (eshell-ext-load-hook):
316 * eshell/esh-io.el (eshell-io-load-hook):
317 * eshell/esh-mode.el (eshell-exit-hook):
318 * eshell/esh-proc.el (eshell-proc-load-hook, eshell-kill-hook):
319 * eshell/esh-var.el (eshell-var-load-hook):
320 Set default hook values to nil. (Bug#5375)
321
4a0f18a8
GM
322 * eshell/esh-module.el (eshell-module-unload-hook)
323 (eshell-modules-list): Remove leading * from defcustom docs.
324
a9eeff78
GM
325 * eshell/esh-util.el (eshell-for): Make it obsolete.
326 * eshell/em-alias.el (eshell/alias, eshell-alias-completions):
327 * eshell/em-dirs.el (eshell-save-some-last-dir):
328 * eshell/em-hist.el (eshell-save-some-history)
329 (eshell-hist-parse-modifier):
330 * eshell/em-ls.el (eshell-ls-dir, eshell-ls-files)
331 (eshell-ls-entries):
332 * eshell/em-unix.el (eshell/cat, eshell/du, eshell/su):
333 * eshell/esh-cmd.el (eshell-invoke-directly, eshell-do-eval)
334 (eshell/which):
335 * eshell/esh-ext.el (eshell-find-interpreter):
336 * eshell/esh-mode.el (eshell-mode):
337 * eshell/esh-module.el (eshell-unload-extension-modules):
338 * eshell/esh-proc.el (eshell-process-interact):
339 * eshell/esh-test.el (eshell-test):
340 * eshell/esh-util.el (eshell-flatten-list, eshell-winnow-list):
341 * eshell/esh-var.el (eshell/env, eshell-environment-variables)
342 (eshell-variables-list):
343 * eshell/eshell.el (eshell-unload-all-modules):
344 Replace eshell-for with dolist.
345
85a55d38
GM
3462011-03-04 Glenn Morris <rgm@gnu.org>
347
348 * vc/vc-bzr.el (vc-bzr-after-dir-status): Handle bzr 2.3.0. (Bug#8170)
349
38c179c9
TT
3502011-03-04 Tom Tromey <tromey@redhat.com>
351
352 * progmodes/gud.el (gdb-script-mode): Derive from prog-mode.
353
732795fa
GM
3542011-03-04 Glenn Morris <rgm@gnu.org>
355
015bea8f
GM
356 * outline.el (outline-regexp): No longer allow nil.
357 (outline-heading-end-regexp): Add safety predicate. (Bug#7619)
358
9d982739
GM
359 * net/browse-url.el (browse-url):
360 Handle deleted default-directory. (Bug#6077)
361
732795fa
GM
362 * recentf.el (recentf-include-p): In case of a buggy predicate,
363 err on the side of including, not excluding. (Bug#5843)
364
d6ffd3f8
JB
3652011-03-04 Jay Belanger <jay.p.belanger@gmail.com>
366
367 * calc/calc-units.el (math-to-standard-rec): Don't treat subscripted
368 variables as units.
369
a918ed9b
BR
3702011-03-04 Bob Rogers <rogers@rgrjr.dyndns.org>
371
372 * emacs-lisp/ewoc.el (ewoc-goto-next): Give a more explicit error
373 if there is no node. (Bug#3261)
374
fc0e9092
LL
3752011-03-04 Leo <sdl.web@gmail.com>
376
0a5cb52b
LL
377 * vc/diff-mode.el (diff-mode): Fix whitespace-style. (Bug#8139)
378
fc0e9092
LL
379 * time.el (display-time-world-list): Fix typo. (Bug#7571)
380
a65112fb 3812011-03-04 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
d8c8743b
ZK
382
383 * cus-edit.el (custom-buffer-create-internal):
384 Split search string before passing it to `customize-apropos' (bug#8136).
385
3191adaf
DA
3862011-03-04 Drew Adams <drew.adams@oracle.com>
387
388 * image-dired.el (image-dired-cmd-read-exif-data-options):
389 Fix typo in docstring (bug#8156).
390
fcd8ed1d
DD
3912011-03-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
392
393 * net/rcirc.el (rcirc-cmd-join): Accept comma-separated input.
394
de69c0a8
CO
3952011-03-03 Christian Ohler <ohler@gnu.org>
396
397 * emacs-lisp/ert.el (ert--explain-equal): New function.
398 (ert--explain-equal-rec): Renamed from `ert--explain-not-equal'.
399 All callers changed.
400 (ert--explain-equal-including-properties): Renamed from
401 `ert--explain-not-equal-including-properties'. All callers
402 changed.
403
7c0d1441
CO
4042011-03-03 Christian Ohler <ohler@gnu.org>
405
406 * emacs-lisp/ert.el (ert--stats-set-test-and-result)
407 (ert-char-for-test-result, ert-string-for-test-result)
408 (ert-run-tests-batch, ert--print-test-for-ewoc):
409 Handle `ert-test-quit'.
410
31128af6
DA
4112011-03-03 David Abrahams <dave@boostpro.com> (tiny change)
412
413 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
414 Move ediff-defvar-local calls after defcustoms. (Bug#1821)
415
06083aa1
GM
4162011-03-03 Glenn Morris <rgm@gnu.org>
417
418 * files.el (file-truename): Doc fix. (Bug#2341)
419
c7a74801
BR
4202011-03-03 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
421
01c35094 422 * vc/vc-dir.el (vc-dir-mode-map): Bind vc-dir-find-file to e (Bug#7349).
c7a74801 423
614b85f8
VJ
4242011-03-03 Vagn Johansen <gonz808@hotmail.com> (tiny change)
425
426 * vc/vc-svn.el (vc-svn-after-dir-status): Some MS Windows svn client
427 programs output backslashes. (Bug#7663)
428
f96dc50f
GM
4292011-03-03 Glenn Morris <rgm@gnu.org>
430
fb532fe8
GM
431 * mail/sendmail.el (mail-mode-map): Remove mail-sent-via.
432 (mail-mode): Remove mail-sent-via from the doc.
433 (mail-sent-via): Make it obsolete. (Bug#1776)
434
a915d7a1
GM
435 * progmodes/grep.el (grep-highlight-matches): Doc fix.
436 (grep-process-setup): No highlighting without font-lock. (Bug#8084)
437
f96dc50f
GM
438 * vc/vc-bzr.el (vc-bzr-state-heuristic): Handle dirstate entries
439 with no parents. (Bug#8025)
440
71f8b7ed
G
4412011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
442
443 * password-cache.el (password-in-cache-p): Add autoload.
444
8889f4e2
GM
4452011-03-02 Glenn Morris <rgm@gnu.org>
446
3ab7ebb9
GM
447 * man.el (Man-support-local-filenames): Also handle Red Hat's man.
448 * dired-x.el (Man-support-local-filenames): Autoload it.
449 (dired-guess-shell-alist-default): Also handle Red Hat's man.
450
2777ccbf
GM
451 * dired-x.el (dired-default-directory-alist, dired-default-directory):
452 Mark as obsolete.
453 (dired-smart-shell-command): Just call dired-current-directory.
454
5dedeef2
GM
455 * dired-x.el (dired-jump-other-window): Add autoload.
456 (dired-default-directory-alist, dired-default-directory): Doc fixes.
457 (dired-default-directory-alist): Mark as risky.
458
8889f4e2
GM
459 * dired-x.el (dired-omit-here-always): Make it obsolete.
460
d77aaf6f
CY
4612011-03-02 Chong Yidong <cyd@stupidchicken.com>
462
463 * textmodes/artist.el (artist-curr-go): Default to pen-line.
464 (artist-select-op-pen-line): New function.
465 (artist-menu-map): New variable.
466 (artist-mode-map): Add a menu to the menu-bar.
467
771fc75e
JB
4682011-03-02 Jay Belanger <jay.p.belanger@gmail.com>
469
470 * calc/calc-math.el (calcFunc-log10): Check for symbolic mode
471 when evaluating.
472
473 * calc/calc-units.el (math-conditional-apply, math-conditional-pow):
474 New function.
475 (math-logunits-add, math-logunits-mul, math-logunits-divide):
476 (math-logunits-quant, math-logunits-level):
477 Use `math-conditional-apply' and `math-conditional-pow' to evaluate
478 functions.
479 (math-logunits-level): Extract units from ratio.
480
f6132e5a
JB
4812011-03-01 Juanma Barranquero <lekktu@gmail.com>
482
483 * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
484
7454f200
GM
4852011-03-01 Glenn Morris <rgm@gnu.org>
486
a65112fb
GM
487 * calendar/cal-hebrew.el (calendar-hebrew-birthday)
488 (diary-hebrew-birthday): Rename and rework functions added
489 in previous change.
7454f200 490
cdcbd5a7
ER
4912011-03-01 Ed Reingold <reingold@emr.cs.iit.edu>
492
493 * calendar/cal-hebrew.el (hebrew-calendar-birthday)
494 (diary-hebrew-birthday): New functions.
495
9903d828
GM
4962011-03-01 Glenn Morris <rgm@gnu.org>
497
498 * dired.el (dired-safe-switches-p): Beef it up.
499 (dired-actual-switches): Use it for the safe-local prop. (Bug#3230)
500
75da6eb9
SM
5012011-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
502
503 * dired.el (dired-safe-switches-p): New function.
504
6640b281
GM
5052011-03-01 Glenn Morris <rgm@gnu.org>
506
507 * files.el (dir-locals-collect-variables):
508 Add the ability to exclude subdirectories. (Bug#8100)
509
510 * dired-x.el (dired-omit-here-always): Add `(subdirs . nil)' to locals.
511
cead857b
CS
5122011-02-28 Christoph Scholtes <cschol2112@googlemail.com>
513
514 * ido.el (ido-everywhere): Doc fix.
515 (ido-mode): Doc fix.
516
0a906ec3
GM
5172011-02-28 Glenn Morris <rgm@gnu.org>
518
519 * dired-x.el (dired-guess-shell-alist-default): Use \\', not $.
520
22b300de
MA
5212011-02-28 Michael Albinus <michael.albinus@gmx.de>
522
523 * net/tramp-cmds.el (tramp-append-tramp-buffers): Dump load-path
524 shadows.
525
abec5126 5262011-02-28 Antoine Levitt <antoine.levitt@gmail.com>
584a2773
AL
527
528 * dired-x.el (dired-guess-shell-alist-default): Add rar and 7z.
529
ca3afb79
JB
5302011-02-28 Juanma Barranquero <lekktu@gmail.com>
531
532 * emacs-lisp/pcase.el (pcase, pcase--u1, pcase--q1):
533 Fix typos in docstrings.
534
edb57480
SB
5352011-02-28 Stephen Berman <stephen.berman@gmx.net>
536
537 * dired-aux.el (dired-update-file-line):
538 Fix 2010-11-09 change. (Bug#8131)
539
2b0c7330 5402011-02-28 Eli Zaretskii <eliz@gnu.org>
d1f61aaf
EZ
541
542 * international/mule-cmds.el (set-default-coding-systems): Use the
543 -unix variant of encoding in default-keyboard-coding-system.
544 (Bug#8122)
545
df7f0d0b
CY
5462011-02-27 Chong Yidong <cyd@stupidchicken.com>
547
548 * facemenu.el (list-colors-display): Use with-help-window (Bug#8048).
549
3e478a7c 5502011-02-27 Prestoo Ten <prestooten@gmail.com> (tiny change)
6c89f663
PT
551
552 * term/screen.el: New file (Bug#2650).
553
1f0816b6
SM
5542011-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
555
556 * emacs-lisp/pcase.el (pcase--if): Try to invert test to reduce depth.
557 (pcase-mutually-exclusive-predicates): New var.
558 (pcase--split-consp, pcase--split-pred): Use it.
559 (pcase--split-equal, pcase--split-member): When splitting against
560 a pure predicate, run it to know the outcome.
561 (pcase--u1): Mark vars that are actually used.
562 (pcase--q1): Avoid introducing unused vars.
563
b49df742
JB
5642011-02-27 Jay Belanger <jay.p.belanger@gmail.com>
565
566 * calc/calc-ext.el (calc-init-extensions):
567 Autoload `calc-l-prefix-help' instead of `calc-ul-prefix-help'.
568
569 * calc/calc-math.el (calcFunc-log10): Don't signal an error in
570 symbolic mode.
571
572 * calc/calc-vec.el (calcFunc-subscr): Return nil if the first
573 argument is a variable.
574
e573299d
SM
5752011-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
576
577 * emacs-lisp/assoc.el: Remove misleading `sort' (bug#8126).
578 (aput, adelete, amake): Replace `eval' -> `symbol-value'.
579 Suggested by Michael Heerdegen <michael_heerdegen@web.de>.
580
61e9662e
TZ
5812011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
582
583 * password-cache.el (password-in-cache-p): Convenience function to
584 check if a key is in the cache, even if the value is nil.
585
7fe42546
J
5862011-02-25 Jambunathan K <kjambunathan@gmail.com>
587
588 * emacs-lisp/package-x.el (package--archive-contents-from-url)
589 (package--archive-contents-from-file): New functions.
590 (package-update-news-on-upload): New var.
591 (package-upload-buffer-internal): Extract archive-contents from
592 package-archive-upload-base if it is not found at archive-url.
593 Obey package-update-news-on-upload.
594 (package-upload-buffer, package-upload-file): Doc fix.
595
2d8a57ef
GM
5962011-02-24 Glenn Morris <rgm@gnu.org>
597
6a88f031
GM
598 * files-x.el (modify-dir-local-variable): Handle dir-locals from
599 the cache, and from non-file sources.
600
303f9ae0
GM
601 * help-fns.el (describe-variable): Return consistent results when a
602 dir-local from a file came from the cache or did not. (Bug#8095)
603 If a dir-local has no associated file, say it came from a "directory".
604
07915ed9
GM
605 * files.el (hack-dir-local-variables): Fix setting of `dir-name'.
606 (hack-local-variables-confirm, hack-local-variables-filter): Doc fix.
607
ebe401f6
GM
608 * files.el (dir-locals-find-file): Doc fix.
609 Fix the check for cache elements that have no associated file,
303f9ae0 610 and the mtime check for those that do. (Bug#8095)
ebe401f6 611
b36f2f1c
GM
612 * dired-x.el (dired-hack-local-variables):
613 Handle interrupts during hacking local variables. (Bug#5216)
614
2d8a57ef
GM
615 * emacs-lisp/autoload.el (autoload-save-buffers)
616 (autoload-find-destination, update-directory-autoloads):
617 Avoid prompts when updating autoloads.
618
53cfe624
SM
6192011-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
620
621 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete.
622
c1449bff
KH
6232011-02-23 Kenichi Handa <handa@m17n.org>
624
625 * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
626 error when a multipart boundary in the nested multipart is found.
627
251ebe0f
KH
628 * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
629 header components.
630
5582c670
GM
6312011-02-23 Glenn Morris <rgm@gnu.org>
632
817b48a7
GM
633 * dired.el (dired-mode): Call hack-dir-local-variables-non-file-buffer.
634 * dired-x.el (dired-omit-mode): Safe if boolean.
635 (dired-enable-local-variables): Fix doc and custom type.
636 (dired-enable-local-variables, dired-local-variables-file)
637 (dired-hack-local-variables): Make obsolete.
638 (dired-omit-here-always): Use dir-locals.el instead.
639
5582c670
GM
640 * files.el (safe-local-eval-forms): Add the write-file-hooks version.
641
5f9d345c
SM
6422011-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
643
644 * help-fns.el (describe-function-1): Don't signal an error just because
645 the DOC file disappeared.
646
01c35094 6472011-02-22 Seppo Sade <sepposade1@gmail.com> (tiny change)
ca41d117
MA
648
649 * eshell/esh-ext.el (eshell-external-command): Do not restrict
650 remote check to "ftp". (Bug#8089)
651
e84efb70
AM
6522011-02-21 Alan Mackenzie <acm@muc.de>
653
654 Fix bug #7930.
655 * progmodes/cc-engine.el (c-state-literal-at): Prevent positions
656 in macros finding their way into c-state-nonlit-pos-cache.
657 Strengthen the comments.
658 (c-state-dump): New commented out diagnostic routine.
659
c6309045
MA
6602011-02-21 Michael Albinus <michael.albinus@gmx.de>
661
662 * net/tramp.el (tramp-rfn-eshadow-setup-minibuffer): Do not use
663 `field' property of `rfn-eshadow-overlay'.
664
06b840e0
LI
6652011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
666
667 * net/netrc.el (netrc-parse): Comment fix.
668
6d713256
CY
6692011-02-21 Chong Yidong <cyd@stupidchicken.com>
670
671 * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
672 Autoload. Add optional arg FRAME, and pass it to color-values.
673 (color-complement): Caller changed. Doc fix.
674 (color-gradient): Rewrite for better clarity and efficiency.
675
676 * faces.el (color-values): Use cond for clarity. Doc fix.
677
5f9d345c 678 * facemenu.el (color-rgb-to-hsv): Delete; use the version in
6d713256 679 color.el instead.
5f9d345c
SM
680 (list-colors-sort-key, list-colors-print):
681 Use color-normalized-values.
6d713256
CY
682
6832011-02-20 Drew Adams <drew.adams@oracle.com>
684
685 * color.el: First part of merge from hexrgb.el.
686 (color-rgb-to-hex): Rename from color-rgb->hex.
687 (color-rgb-to-hsv): Rename from color-rgb->hsv. Force hue and
688 saturation to zero if the value is too small.
689 (color-rgb-to-hsl): Rename from color-rgb->hsl.
690 (color-srgb-to-xyz): Rename from color-srgb->xyz. Doc fix.
691 (color-xyz-to-srgb): Rename from color-xyz->srgb. Doc fix.
692 (color-xyz-to-lab): Rename from color-xyz->lab. Doc fix.
693 (color-lab-to-xyz): Rename from color-lab->xyz. Doc fix.
694 (color-lab-to-srgb): Rename from color-lab->srgb. Doc fix.
695 (color-cie-de2000): Doc fix.
696
aa9c0efc
AM
6972011-02-20 Alan Mackenzie <acm@muc.de>
698
699 * progmodes/cc-cmds.el (c-beginning-of-statement): Avoid loop in
700 locating the beginning of a macro. (Bug#7595)
701
18cfb5a1
GM
7022011-02-20 Glenn Morris <rgm@gnu.org>
703
e17816e5
GM
704 * edmacro.el (edmacro-eight-bits): Make it a defcustom.
705 Don't autoload it.
706
18cfb5a1
GM
707 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
708 (global-auto-revert-ignore-buffer): Remove leading "*" from docs.
709
01c35094
JB
7102011-02-19 Dmitry Bolshakov <dmitry.bolshakov@bridge-quest.com>
711 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
a87af185
DB
712
713 * progmodes/hideshow.el (hs-find-block-beginning)
714 (hs-hide-level-recursive): Ignore comments when parsing braces
715 (Bug#8036).
716
7172011-02-19 Chong Yidong <cyd@stupidchicken.com>
718
719 * vc/vc-bzr.el (vc-bzr-bound-branch-p): New function.
720 (vc-bzr-pull): Use it.
721
3ab713fd
CY
7222011-02-19 Chong Yidong <cyd@stupidchicken.com>
723
724 * vc/vc-bzr.el (vc-bzr--branch-conf): Function deleted.
725 (vc-bzr-branch-conf): New function, similar to vc-bzr--branch-conf
726 but returning an alist. Ignore comments in bzr conffile.
727 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-bzr-branch-conf.
728 (vc-bzr-error-regex-alist): New var.
729 (vc-bzr-merge-branch): Use it to highlight the pull/merge buffer.
730
5f9d345c
SM
731 * vc/vc-dispatcher.el (vc-do-async-command):
732 Bind inhibit-read-only to t.
3ab713fd
CY
733
734 * progmodes/compile.el (compilation--flush-directory-cache):
735 Handle the case where cdr of compilation--flush-directory-cache
736 points to no buffer, which can occur if we previously switched to
737 compilation-mode in a pregenerated buffer.
738
16bc9688
KH
7392011-02-19 Kenichi Handa <handa@m17n.org>
740
741 * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
742 get the header copy into the temporary buffer.
743 (rmail-mime-insert-decoded-text): Ignore us-ascii.
744 (rmail-show-mime): When rmail-mime-coding-system is nil, set
745 buffer-file-coding-system to undecided.
746
67ab0163 7472011-02-19 Eli Zaretskii <eliz@gnu.org>
61aa93ed 748
a167e505
EZ
749 * international/mule-cmds.el (read-char-by-name, ucs-insert):
750 Document completion with asterisk and a substring.
751
67ab0163 7522011-02-19 Glenn Morris <rgm@gnu.org>
72d6685c
GM
753
754 * files.el (find-file-literally): Doc fix.
755
41002397
GM
756 * simple.el (rfc822-goto-eoh): Give it a doc-string.
757
b8bd9908
GM
758 * log-edit.el (log-edit-insert-changelog):
759 Fix `log-edit-strip-single-file-name' functionality. (Bug#8057)
760
4d737eb2
GM
7612011-02-19 Glenn Morris <rgm@gnu.org>
762
cad7445b
GM
763 * dired-x.el: Don't require dired-aux.
764 (dired-do-create-files, dired-mark-read-regexp)
765 (dired-do-create-files-regexp): Autoload from dired-aux.
766
bea584fa
GM
767 * dired-x.el (dired-find-buffer-nocreate): Merge into dired.el.
768 * dired.el (dired-find-buffer-nocreate): Merge dired-x version.
769
d6e96966
GM
770 * dired-x.el (dired-read-shell-command): Merge into dired-aux's version.
771 * dired-aux.el (dired-read-shell-command): Merge dired-x's version.
772
42924231
GM
773 * dired-x.el (dired-clean-up-after-deletion): Merge into dired.el.
774 * dired.el (dired-clean-up-after-deletion): Merge dired-x's version.
775 (dired-clean-up-buffers-too): Declare.
776
203784cc
GM
777 * dired-x.el (dired-initial-position): Merge into dired.el's version.
778 * dired.el (dired-initial-position): Merge dired-x's version here.
779 (dired-find-subdir): Declare.
780
30abce25
GM
781 * dired-x.el (dired-omit-new-add-entry): Merge into dired-add-entry.
782 * dired-aux.el (dired-add-entry): Give it a doc-string.
783 Merge dired-x's dired-omit handling here.
784 (dired-omit-mode, dired-omit-regexp, dired-omit-localp): Declare.
785
4d737eb2
GM
786 * international/mule-diag.el (list-input-methods-1):
787 Indent all lines of multi-line doc-strings. (Bug#8066)
788
abd20d91
CY
7892011-02-18 Chong Yidong <cyd@stupidchicken.com>
790
791 Fix 2011-02-02 changes.
792
793 * apropos.el (apropos-print): Call apropos-mode before setting up
794 buffer variables. Use inhibit-read-only.
795
5f9d345c
SM
796 * emacs-lisp/package.el (package--list-packages):
797 Call package-menu-mode before setting up buffer variables.
abd20d91
CY
798
799 * play/solitaire.el (solitaire): Call solitaire-mode before
800 setting up buffer variables. Use inhibit-read-only.
801
e697fcfc
LM
8022011-02-18 Lawrence Mitchell <wence@gmx.li>
803
804 * progmodes/sh-script.el (sh-syntax-propertize-here-doc): (bug#8053)
805 Bind case-fold-search to nil when looking for end of here-doc.
806
4114ed61
EZ
8072011-02-18 Eli Zaretskii <eliz@gnu.org>
808
e697fcfc
LM
809 * image-mode.el (image-toggle-display-image):
810 Set find-file-literally non-nil in buffers visiting binary image
4114ed61
EZ
811 files. (Bug#8047)
812
aa56f361
SM
8132011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
814
815 * files.el (cd): Make completion obey cd-path (bug#7924).
816
d1be20a1
GM
8172011-02-18 Glenn Morris <rgm@gnu.org>
818
135dee55
GM
819 * progmodes/prolog.el: Don't require compile when compiling.
820 (compilation-shell-minor-mode, compilation-error-regexp-alist)
821 (compilation-forget-errors, compilation-fake-loc)
822 (compilation-parse-errors-function, compilation-error-list): Declare.
823 (prolog-inferior-mode): Require 'compile.
824
15e0d5a1
GM
825 * emulation/cua-base.el (pc-selection-mode): Declare.
826
002b46b7
GM
827 * emacs-lisp/eieio-custom.el: Set generated-autoload-file.
828 (customize-object): Add autoload cookie.
829 * emacs-lisp/eieio-opt.el: Set generated-autoload-file.
830 (eieio-browse, describe-class, eieio-describe-class)
831 (eieio-describe-constructor, describe-generic, eieio-describe-generic)
832 (eieio-help-mode-augmentation-maybee): Add autoload cookies.
833 * emacs-lisp/eieio.el: Regenerate with automatic autoloads.
834 * Makefile.in (autoloads): Make eieio.el writable.
835
d1be20a1
GM
836 * dired-x.el (dired-clean-up-after-deletion, dired-do-relsymlink)
837 (dired-do-relsymlink-regexp, dired-find-buffer-nocreate): Use #'.
838 (dired-hack-local-variables): Use inhibit-read-only.
839 (dired-guess-default): Simplify.
840 (dired-make-relative-symlink): Use dotimes.
841 (dired-simultaneous-find-file): Use dolist.
842 (dired-mark-sexp): Remove unneeded `if'. Use line-end-position.
843 (dired-x-hands-off-my-keys): Doc fix.
844 (dired-x-bind-find-file): Doc fix. Use remapping.
845 (after-init-hook): No need to add dired-x-bind-find-file.
846 (dired-x-find-file, dired-x-find-file-other-window): Doc fixes.
847 No need to call expand-file-name.
848 (dired-filename-at-point): Remove unused locals `end', `filename'.
849
f9d554dd
SM
8502011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
851
852 * emacs-lisp/pcase.el (pcase--u1): Understand non-linear patterns.
853
5da16a86
CO
8542011-02-18 Christian Ohler <ohler@gnu.org>
855
856 * emacs-lisp/ert.el (ert--setup-results-buffer)
857 (ert-results-pop-to-backtrace-for-test-at-point)
858 (ert-results-pop-to-messages-for-test-at-point)
859 (ert-results-pop-to-should-forms-for-test-at-point)
860 (ert-results-pop-to-timings): Revert parts of change 2011-02-02T17:59:44Z!sds@gnu.org that
861 were incorrect and unnecessary. This should make `make check'
862 pass again.
863
3a00a363
KM
8642011-02-17 Ken Manheimer <ken.manheimer@gmail.com>
865
01c35094 866 * lisp/allout-widgets.el (allout-widgets-icons-light-subdir)
3a00a363
KM
867 (allout-widgets-icons-dark-subdir): Track relocations of icons
868 * lisp/allout.el: Remove commentary about remove encryption
869 passphrase mnemonic support and verification.
01c35094
JB
870 (allout-encrypt-string): Recognize epg failure to decrypt gpg2
871 armored text using gpg1, and indicate that the gpg version *might*
872 be the problem in the error message.
3a00a363 873
73057ba9
DD
8742011-02-17 Deniz Dogan <deniz.a.m.dogan@gmail.com>
875
876 * net/rcirc.el (rcirc-float-time): New function.
877 (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE)
878 (rcirc-ctcp-sender-PING): Use it.
879
8551cb32
GM
8802011-02-17 Glenn Morris <rgm@gnu.org>
881
53ef76c7
GM
882 * speedbar.el (speedbar-ignored-modes, speedbar-file-unshown-regexp)
883 (speedbar-update-flag, speedbar-fetch-etags-command)
884 (speedbar-fetch-etags-arguments):
885 * term.el (term-buffer-maximum-size, term-input-chunk-size)
886 (term-completion-autolist, term-completion-addsuffix)
887 (term-completion-recexact, term-completion-fignore):
888 * term/sup-mouse.el (sup-mouse-fast-select-window):
889 * term/x-win.el (x-select-request-type):
890 Convert some defvars with "*" to defcustoms.
891
64a14c74
GM
892 * shell.el (shell-delimiter-argument-list): Set it to nil. (Bug#8027)
893
92e39d6f
GM
894 * vc/vc.el (vc-default-previous-version):
895 Remove alias that points nowhere. (Bug#4496)
896
fc14288b
GM
897 * dired-x.el (dired-clean-up-after-deletion):
898 kill-buffer does not need save-excursion.
899 (dired-do-run-mail): Doc fix.
900 (dired-filename-at-point): Doc fix.
901 Use looking-at, and skip-chars rather than re search.
902
8551cb32
GM
903 * dired-x.el (dired-filename-at-point): Fix 8-year old typo.
904
96497653
KM
9052011-02-16 Ken Manheimer <ken.manheimer@gmail.com>
906
aac7a935
KM
907 * allout-widgets.el: New allout extension that shows allout
908 outline structure with graphical widgets. 'allout-widgets'
909 customize group is an 'allout' subgroup, for easy discovery.
910
96497653
KM
911 * allout.el: Include PGP and GnuPG in Keywords, and other
912 commentary refinements.
913 (allout-abbreviate-flattened-numbering): Rename to
914 allout-flattened-numbering-abbreviation, and
915 define-obsolete-variable-alias the old name.
916 (allout-flattened-numbering-abbreviation): Rename from
917 allout-abbreviate-flattened-numbering.
918 (allout-mode-p): Include among autoloads, for use by other modes
919 with impunity.
e697fcfc
LM
920 (allout-listify-exposed):
921 Use allout-flattened-numbering-abbreviation.
96497653
KM
922 (allout-encrypt-string): Use set-buffer-multibyte directly.
923 (allout-set-buffer-multibyte): Remove.
924
be4a1d71
DD
9252011-02-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
926
927 * simple.el (just-one-space): Remove useless `or' call.
928
274c2d34
MA
9292011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
930
c6309045 931 * net/soap-client.el (soap-well-known-xmlns, soap-local-xmlns)
274c2d34
MA
932 (soap-default-xmlns, soap-target-xmlns, soap-multi-refs)
933 (soap-decoded-multi-refs, soap-current-wsdl)
934 (soap-encoded-namespaces): Rename CL-style *...* variables.
935
88ae2870
MA
9362011-02-16 Michael Albinus <michael.albinus@gmx.de>
937
938 * net/soap-client.el: Add "comm" and "hypermedia" to the
939 keywords. Reflow too long lines.
940
941 * net/soap-inspect.el: Ditto. Require 'cl.
942
689743a2
BG
9432011-02-16 Bastien Guerry <bzg@altern.org>
944
945 * play/doctor.el (doctor-mode): Bugfix: escape the "," character
946 in a `doctor-type' argument.
947
16d2ff89
MA
9482011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
949
950 * net/soap-client.el:
951 * net/soap-inspect.el: New files.
952
c6cefd36
LL
9532011-02-16 Leo <sdl.web@gmail.com>
954
955 * dired-x.el (dired-mode-map, dired-extra-startup):
956 Remove dired-copy-filename-as-kill since it's already in dired.el.
957
da5e0ce4
GM
9582011-02-16 Glenn Morris <rgm@gnu.org>
959
960 * dired-x.el (dired-bind-jump, dired-bind-man, dired-bind-info):
961 Doc fixes. Add :set property, replacing top-level calls.
962 (dired-vm-read-only-folders, dired-vm): Doc fix (drop v. old VM 4).
963 (dired-guess-shell-gnutar): Test tar version rather than system-type.
964 (dired-extra-startup, dired-man, dired-info): Doc fixes.
965 (dired-clean-up-after-deletion): Use when and dolist.
966 (dired-jump): Use unless and when.
967 (dired-virtual): Use line-end-position.
968 (dired-default-directory-alist): Rename from default-directory-alist.
969 (dired-default-directory): Update for above name change.
970 (dired-vm): Drop VM < 5 and simplify.
971 (dired-buffer-more-recently-used-p): Rewrite.
972 (dired-filename-at-point): Use when and or.
973 (dired-x-read-filename-at-point): Rename from read-filename-at-point.
974 Update callers.
975
c5ca3aa0
GM
9762011-02-15 Glenn Morris <rgm@gnu.org>
977
978 * dired-x.el: Use easymenu for menu items. Fix item capitalization.
979
33f6cf7b
CY
9802011-02-14 Chong Yidong <cyd@stupidchicken.com>
981
982 * vc/vc-git.el (vc-git-root-log-format): New option for
983 customizing log format.
984 (vc-git-print-log, vc-git-log-outgoing, vc-git-log-incoming)
985 (vc-git-log-view-mode): Use it.
986 (vc-git-expanded-log-entry): New function.
987 (vc-git-log-view-mode): Use it. Truncate lines in root log.
988
989 * vc/vc-hg.el (vc-hg-root-log-template): New option for
990 customizing log format.
991 (vc-hg-print-log): Use it.
992 (vc-hg-expanded-log-entry): New function.
993 (vc-hg-log-view-mode): Use vc-hg-root-log-template and
994 vc-hg-expanded-log-entry. Truncate lines in root log.
995
996 * vc/vc-bzr.el (vc-bzr-log-view-mode): Truncate lines in root log.
997
e697fcfc
LM
998 * vc/log-view.el (log-view-mode-menu):
999 Add log-view-toggle-entry-display.
33f6cf7b 1000
461b69ae
GM
10012011-02-14 Glenn Morris <rgm@gnu.org>
1002
1003 * dired-x.el: Don't require man when compiling.
1004 (dired-omit-extensions, dired-local-variables-file)
1005 (dired-x-hands-off-my-keys): Make them defcustoms.
1006 (Man-support-local-filenames, Man-getpage-in-background): Declare.
1007 (vm-visit-folder): Declare rather than defining.
1008 (dired-x-help-address, dired-x-variable-list): Remove.
1009 (dired-x-submit-report): Make it an obsolete alias.
1010
35f52ed6
JB
10112011-02-14 Juanma Barranquero <lekktu@gmail.com>
1012
1013 * makefile.w32-in (TRAMP_SRC): Remove tramp-imap.el.
1014
b2108a36
TZ
10152011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1016
67186ae2 1017 * net/imap.el: Bring it back.
b2108a36 1018
abfc152b
AM
10192011-02-13 Alan Mackenzie <acm@muc.de>
1020
1021 * progmodes/cc-fonts.el (c-font-lock-declarations): Remove a
1022 narrow-to-region call that cuts context off the end (Bug#7722).
1023
e697fcfc
LM
1024 * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
1025 Refactor nested if-forms with a simple cond.
abfc152b
AM
1026 (c-forward-<>-arglist): Revert 2011-01-31 change.
1027
d4eb88c7
CY
10282011-02-13 Chong Yidong <cyd@stupidchicken.com>
1029
1030 * vc/log-view.el: New command log-view-toggle-entry-display for
1031 toggling log entries between concise and detailed forms.
1032 (log-view-toggle-entry-display): New command.
1033 (log-view-mode-map): Bind RET to it.
1034 (log-view-expanded-log-entry-function): New variable.
1035 (log-view-current-entry, log-view-inside-comment-p)
1036 (log-view-current-tag): New functions.
1037 (log-view-toggle-mark-entry): Use log-view-current-entry and
1038 log-view-end-of-defun instead of searching directly with
1039 log-view-message-re.
1040 (log-view-end-of-defun): Likewise. Add optional ARG for
1041 compatibility with end-of-defun.
1042 (log-view-end-of-defun): Ignore comments and VC buttons.
1043
1044 * vc/vc-bzr.el (vc-bzr-expanded-log-entry): New function.
1045 (vc-bzr-log-view-mode): Use log-view-expanded-log-entry-function.
1046
2609a08e
TZ
10472011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1048
114fe546
G
1049 * net/imap.el: Remove file. All the functionality is in nnimap.el.
1050
2609a08e
TZ
1051 * net/imap-hash.el: Remove file.
1052
7a6ebb1a
MA
10532011-02-13 Michael Albinus <michael.albinus@gmx.de>
1054
1055 * Makefile.in (TRAMP_SRC): Remove tramp-imap.el.
1056
1057 * net/tramp.el (tramp-read-passwd): Simplify `auth-source-search'
1058 call.
1059
1060 * net/tramp-imap.el: Remove file.
1061
75d4dcc9
CY
10622011-02-13 Chong Yidong <cyd@stupidchicken.com>
1063
1064 * vc/vc.el (vc-print-log-setup-buttons): Instead of using the
1065 widget library for buttons, just use button.el.
1066
1067 * vc/log-view.el (log-view-mode-map): Don't inherit from
1068 widget-keymap.
1069
3c65e88d 10702011-02-12 Glenn Morris <rgm@gnu.org>
dc4c6a7a 1071
86361e1e
GM
1072 * emacs-lisp/cl-seq.el (union, nunion, intersection)
1073 (nintersection, set-difference, nset-difference)
1074 (set-exclusive-or, nset-exclusive-or): Doc fix.
1075
dc4c6a7a
GM
1076 * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
1077
8a6f24e5
GM
1078 * faces.el (face-attr-match-p): Handle the obsolete :bold and
1079 :italic props, so that frame-set-background-mode works. (Bug#7966)
1080
3caced0b
GM
1081 * simple.el (next-error): Doc fix.
1082
9de31df2
TV
10832011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1084
1085 * dired-aux.el (dired-create-files): Adapt destination name to
1086 match the new behavior of copy-directory.
1087
38a71655
CY
10882011-02-12 Chong Yidong <cyd@stupidchicken.com>
1089
1090 * mail/mail-utils.el (mail-dont-reply-to-names): New variable,
1091 from rmail-dont-reply-to-names. Callers changed.
1092 (mail-dont-reply-to): Rename from mail-dont-reply-to.
1093 (rmail-dont-reply-to): Make it an obsolete alias.
1094
1095 * mail/rmail.el (rmail-default-dont-reply-to-names): Default to
1096 nil, and make obsolete (Bug#7888).
1097 (rmail-dont-reply-to-names): Alias to mail-dont-reply-to-names.
1098
1099 * mail/rmailsum.el (rmail-summary-sort-by-correspondent): Doc fix.
1100
1101 * mail/rmailsort.el (rmail-sort-by-correspondent)
1102 (rmail-select-correspondent): Doc fix. Use mail-dont-reply-to.
1103
1104 * mail/rmail.el (rmail-reply): Use mail-dont-reply-to.
1105
470d996d
TV
11062011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1107
1108 * files.el (copy-directory): New argument COPY-CONTENTS for
1109 copying directory contents into another existing directory.
1110
e2784c87
TH
11112011-02-12 Tassilo Horn <tassilo@member.fsf.org>
1112
1113 * minibuffer.el (completion-table-case-fold): New function for
1114 creating a case-insensitive completion table.
1115
563790b6
TZ
11162011-02-12 Teodor Zlatanov <tzz@lifelogs.com>
1117
1118 * net/tramp.el (tramp-default-method): Also check if
1119 `auth-source-search' is bound.
1120 (tramp-read-passwd): Use `auth-source-search' instead of
1121 `auto-source-user-or-password'.
1122
1123 * net/tramp-imap.el: Autoload `auto-source-search' instead of
1124 `auto-source-user-or-password.
1125 (tramp-imap-passphrase-callback-function): Use it.
1126
1127 * net/imap-hash.el: Autoload `auto-source-search' instead of
1128 `auto-source-user-or-password.
1129 (imap-hash-open-connection): Use it.
1130
1131 * mail/smtpmail.el: Autoload `auto-source-search' instead of
1132 `auto-source-user-or-password.
1133 (smtpmail-try-auth-methods): Use it.
1134
c6affbde
PH
11352011-02-12 Phil Hagelberg <phil@hagelb.org>
1136
1137 * emacs-lisp/package.el: Allow packages to be reinstalled.
1138 (package--write-file-no-coding): Remove EXCL arg.
1139 (package-unpack-single): Don't use it.
1140
b5a53795
KP
11412011-02-12 Karl Pflästerer <k@rl.pflaesterer.de> (tiny change)
1142
1143 * vc/vc-svn.el: Adapt to Subversion change, with no .svn directory
1144 in each sub directory.
1145 (vc-svn-registered): Use vc-svn-root.
1146 (vc-svn-root): New function. Make vc-svn-responsible-p an alias.
1147 (vc-svn-repository-hostname): Use "svn info".
1148
25833f5e
DD
11492011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1150
1151 * simple.el (delete-trailing-whitespace): New optional buffer
1152 bound parameters.
1153
75d1d833
BG
11542011-02-11 Bastien Guerry <bzg@altern.org>
1155
1156 * files.el (basic-save-buffer): save unmodified buffers when
1157 the file pointed by buffer-file-name doesn't exist.
1158
e0e36cac
DD
11592011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1160
079721e9 1161 * net/rcirc.el (rcirc-cmd-join): Accept multiple channels.
e0e36cac 1162
59350862
GM
11632011-02-11 Glenn Morris <rgm@gnu.org>
1164
1165 * emacs-lisp/cl-specs.el (multiple-value-bind): Fix debug spec.
1166
5708ce5e
JB
11672011-02-11 Juanma Barranquero <lekktu@gmail.com>
1168
1169 * net/rcirc.el (rcirc-send-ctcp): Remove spurious arg to `format'.
1170
b016851c
SM
11712011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1172
59003be9
SM
1173 * server.el (server-process-filter): Use pcase.
1174
9517f8af
SM
1175 * emacs-lisp/smie.el (smie-blink-matching-open): Don't use `pos' in two
1176 conflicting ways.
1177 (smie-indent--parent): Extend to "parent of arg".
1178 (smie-indent-inside-string): New function.
1179 (smie-indent-functions): Use it.
1180
cf77dd27
SM
1181 * vc/vc-dir.el (vc-dir-refresh): Reorder operations to try and avoid
1182 bzr locking race condition.
1183
49ffc078
SM
1184 * emacs-lisp/edebug.el (edebug-instrument-function): Check a marker is
1185 still valid before using it.
1186
1a0a6cef
SM
1187 * progmodes/grep.el (grep-mode-font-lock-keywords): Adjust to
1188 `message' -> `compilation-message' rename (bug#8004).
1189
b016851c
SM
1190 Move keymap initialization into declaration.
1191 * textmodes/enriched.el (enriched-mode-map):
1192 * textmodes/bib-mode.el (bib-mode-map):
1193 * term/lk201.el (lk201-function-map):
1194 * tar-mode.el (tar-mode-map):
1195 * replace.el (occur-mode-map):
1196 * progmodes/idlwave.el (idlwave-rinfo-mouse-map, idlwave-rinfo-map):
1197 * progmodes/idlw-help.el (idlwave-help-mode-map):
1198 * progmodes/gdb-mi.el (gdb-memory-format-menu, gdb-memory-unit-menu):
1199 * play/solitaire.el (solitaire-mode-map):
1200 * play/snake.el (snake-mode-map, snake-null-map):
1201 * play/pong.el (pong-mode-map):
1202 * play/handwrite.el (menu-bar-handwrite-map):
1203 * play/gametree.el (gametree-mode-map):
a65112fb 1204 * net/rcirc.el (rcirc-mode-map, rcirc-browse-url-map)
b016851c
SM
1205 (rcirc-multiline-minor-mode-map, rcirc-track-minor-mode-map):
1206 * net/newst-plainview.el (newsticker-menu, newsticker-mode-map)
1207 (newsticker--url-keymap):
1208 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
1209 * menu-bar.el (menu-bar-file-menu, menu-bar-i-search-menu)
1210 (menu-bar-search-menu, menu-bar-replace-menu, menu-bar-goto-menu)
1211 (menu-bar-edit-menu, menu-bar-custom-menu)
1212 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
1213 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
1214 (menu-bar-line-wrapping-menu, menu-bar-options-menu)
1215 (menu-bar-games-menu, menu-bar-encryption-decryption-menu)
1216 (menu-bar-tools-menu, menu-bar-describe-menu)
1217 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
1218 (menu-bar-help-menu):
1219 * mail/rmailsum.el (rmail-summary-mode-map):
1220 * kmacro.el (kmacro-step-edit-map):
1221 * ibuffer.el (ibuffer-mode-groups-popup, ibuffer-mode-map)
1222 (ibuffer-mode-operate-map):
1223 * hi-lock.el (hi-lock-menu, hi-lock-map):
1224 * emulation/vip.el (vip-mode-map):
1225 * emacs-lisp/re-builder.el (reb-lisp-mode-map):
1226 * bookmark.el (bookmark-bmenu-mode-map):
1227 * help-mode.el (help-mode-map): Move initialization into declaration.
1228
1be1d1e9
DD
12292011-02-10 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1230
1231 * net/rcirc.el: Add PRIVMSG and CTCP functions.
1232 (rcirc-send-privmsg, rcirc-send-ctcp): New functions.
1233 (rcirc-keepalive, rcirc-cmd-ctcp, rcirc-ctcp-sender-PING)
1234 (rcirc-cmd-me, rcirc-authenticate): Use them.
1235
26d2a9bd
KM
12362011-02-10 Ken Manheimer <ken.manheimer@gmail.com>
1237
1238 * allout.el: Synopsis: Change allout user configuration so
1239 auto-activation is controlled solely by customization
1240 `allout-auto-activation'.
1241
01c35094 1242 (allout-auto-activation-helper, allout-setup): New autoloads
26d2a9bd
KM
1243 implement new custom set procedure for allout-auto-activation.
1244 Also, explicitly invoke
1245 (allout-setup) after allout-auto-activation is custom-defined, to
1246 effect the settings in emacs sessions besides the few where
1247 allout-auto-activation customization is donea.
1248 (allout-auto-activation): Use allout-auto-activation-helper to
1249 :set. Revise the docstring.
1250 (allout-init): Reduce functionality to just customizing
1251 allout-auto-activation, and mark obsolete.
1252 (allout-mode): Respect string values for allout-auto-activation.
1253 Run allout-after-copy-or-kill-hook without any args.
01c35094 1254 (allout-mode, allout-layout, allout-default-layout)
26d2a9bd
KM
1255 (outlineify-sticky): Adjust docstring for new scheme.
1256 (allout-after-copy-or-kill-hook): No arguments - hook implementers
1257 should concentrate on the kill ring.
1258
b8e0f0cd
G
12592011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
1260
1261 * password-cache.el (password-cache-remove): Accept secrets that are
1262 not strings.
1263
ccded26c
SM
12642011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1265
1266 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Fix case
1267 of here-doc that immediately follows a comment.
1268
ee6a57ab
DD
12692011-02-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1270
4d04fdc9
DD
1271 * net/rcirc.el (rcirc-ctcp-sender-PING): Simplifying.
1272
ee6a57ab
DD
1273 * net/rcirc.el (rcirc-cmd-ctcp): Use dedicated function when
1274 available.
1275 (rcirc-ctcp-sender-PING): New function.
1276
6ca94a0b
SM
12772011-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1278
1279 * obsolete/pc-select.el: Rename from emulation/pc-select.el (bug#7940).
1280 Remove the mark/nomark handling, and activate shift-select-mode instead.
1281
1282 * obsolete/pc-mode.el: Rename from emulation/pc-mode.el.
1283
226590f8
JB
12842011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1285
1286 * calc/calc-units.el (math-logunits-quant): Add support for
1287 non-logarithmic units.
1288
dd0b691e
KM
12892011-02-07 Ken Manheimer <ken.manheimer@gmail.com>
1290
4ec28e14
KM
1291 * allout.el (allout-after-copy-or-kill-hook): New hook for
1292 extension-specific processing of killed text.
1293 (allout-mode): Include new allout-after-copy-or-kill-hook among
1294 mentioned hooks.
01c35094 1295 (allout-kill-line, allout-kill-topic): Ensure that processing
4ec28e14
KM
1296 after kill happens even if barf-if-buffer-read-only is raised.
1297 Include new allout-after-copy-or-kill-hook among that subsequent
1298 processing.
1299 (allout-deannotate-hidden): Actually remove the annotation text
1300 properties.
1301
dd0b691e
KM
1302 * allout.el (allout-listify-exposed): Copy text sans text properties.
1303
07e52e08
MA
13042011-02-07 Michael Albinus <michael.albinus@gmx.de>
1305
b016851c 1306 * net/dbus.el (dbus-list-activatable-names): Add optional argument BUS.
07e52e08 1307
c5aff743
DD
13082011-02-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1309
1310 * net/rcirc.el (rcirc-handler-317): New function (Bug#6507).
1311
03925868
JB
13122011-02-06 Jay Belanger <jay.p.belanger@gmail.com>
1313
b016851c 1314 * calc/calc.el (calc-logunits-field-reference): Rename from
03925868 1315 `calc-default-field-reference-level'.
b016851c 1316 (calc-logunits-power-reference): Rename from
01c35094 1317 `calc-default-power-reference-level'.
03925868 1318
b016851c 1319 * calc/calc-units.el (math-logunits-quant): Rename from
03925868 1320 `math-logunits-level'
b016851c 1321 (math-logunits-plus): Rename from math-logcombine.
03925868 1322 (calcFunc-luplus, calcFunc-luminus calc-luplus, calc-luminus): Remove.
ec6ad6f2 1323 (calcFunc-lufieldadd, calcFunc-lupoweradd, calcFunc-lufieldsub)
01c35094 1324 (calcFunc-lufieldsub, calc-logunits-add, calc-logunits-sub):
03925868 1325 New functions.
b016851c
SM
1326 (calcFunc-fieldquant): Rename from `calcFunc-fieldlevel'.
1327 (calcFunc-powerquant): Rename from `calcFunc-powerlevel'.
1328 (calc-logunits-quantity): Rename from `calc-level'.
03925868 1329 (calcFunc-dbfieldlevel, calcFunc-dbpowerlevel, calcFunc-npfieldlevel)
01c35094 1330 (calcFunc-nppowerlevel, calc-logunits-dblevel, calc-logunits-nplevel)
ec6ad6f2
JB
1331 (math-logunits-mul, calcFunc-lufieldmul, calcFunc-lupowermul)
1332 (calc-logunits-mul, math-logunits-divide, calcFunc-lufielddiv)
01c35094 1333 (calcFunc-lupowerdiv, calc-logunits-divide, math-logunits-level):
03925868
JB
1334 New functions.
1335
b016851c 1336 * calc/calc-help.el (calc-u-prefix-help): Remove "L" reference.
03925868
JB
1337 (calc-ul-prefix-help): Remove.
1338 (calc-l-prefix-help): New function.
1339 (calc-full-help): Add reference to `calc-l-prefix-help'.
1340
1341 * calc/calc-ext.el (calc-init-extensions): Update autoloads.
1342
ec6ad6f2
JB
1343 * calc/README: Mention logarithmic units.
1344
f8b351c1
CY
13452011-02-06 Chong Yidong <cyd@stupidchicken.com>
1346
1347 * mail/emacsbug.el (report-emacs-bug-hook): Remove the check for
1348 non-ASCII characters (Bug#7925).
1349
a60287ff
GM
13502011-02-05 Glenn Morris <rgm@gnu.org>
1351
1352 * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
1353
9ad53e98
GM
1354 * calendar/diary-lib.el (diary-font-lock-keywords):
1355 Tweak diary-time-regexp match. (Bug#7891)
1356
9783df21
GM
1357 * progmodes/f90.el (f90-find-tag-default): New function. (Bug#7919)
1358 (f90-mode): Use it for mode's `find-tag-default-function' property.
1359
df275851
GM
1360 * ibuf-ext.el (ibuffer-filter-disable): Make it work. (Bug#7969)
1361
95838641
GM
1362 * faces.el (set-face-attribute): Doc fix. (Bug#2659)
1363
827b77e9
DD
13642011-02-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1365
1366 * net/rcirc.el (rcirc-handler-JOIN): Reset mode-line-process
1367 (Bug#6386).
1368
7cb76591
SM
13692011-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1370
ba70ab1c
SM
1371 * progmodes/sh-script.el (sh-here-doc-open-re): Don't rely on the
1372 font-lock-syntax-table remappings.
1373 (sh-here-doc-markers, sh-here-doc-re): Remove.
1374 (sh-font-lock-close-heredoc): Remove.
1375 (sh-syntax-propertize-here-doc): New function.
1376 (sh-font-lock-open-heredoc): Set the sh-here-doc-marker property
1377 instead of the sh-here-doc-re.
1378 (sh-font-lock-paren): Don't do anything in comments or strings.
1379 Handle line continuations. Accept a few more chars.
1380 Don't rely on the font-lock-syntax-table remappings.
1381 `esac' is not a valid pattern.
1382 (sh-syntax-propertize-function): Handle here-docs differently, so we
1383 don't bother syntax-propertizing the insides.
1384
7cb76591
SM
1385 * progmodes/sh-script.el (sh-font-lock-paren, sh-kw, sh-prev-thing):
1386 Handle new bashisms ";&" and ";;&" (bug#7947).
1387
39b20f56
MA
13882011-02-05 Michael Albinus <michael.albinus@gmx.de>
1389
7cb76591
SM
1390 * net/tramp-smb.el (tramp-smb-errors): Use `regexp-opt'.
1391 Add "NT_STATUS_IO_TIMEOUT" and "NT_STATUS_NO_SUCH_USER".
39b20f56 1392
51aba3f3
MA
13932011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
1394
1395 * net/tramp.el (tramp-postfix-method-format)
1396 (tramp-postfix-method-regexp, tramp-prefix-domain-format)
1397 (tramp-prefix-domain-regexp, tramp-postfix-user-format)
1398 (tramp-postfix-user-regexp, tramp-prefix-port-format)
1399 (tramp-prefix-port-regexp, tramp-postfix-host-format)
1400 (tramp-postfix-host-regexp, tramp-handle-substitute-in-file-name):
1401 Doc fix.
1402
7bc61bb7
SS
14032011-02-04 Sam Steingold <sds@gnu.org>
1404
1405 * mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group.
1406
d93c111e
AS
14072011-02-04 Andreas Schwab <schwab@linux-m68k.org>
1408
1409 * international/mule-util.el (with-coding-priority): Doc fix.
1410
6f52d86e
EZ
14112011-02-04 Eli Zaretskii <eliz@gnu.org>
1412
1413 * arc-mode.el (archive-mode-map): Fix a typo in last change.
1414
c1b4afac
SS
14152011-02-03 Sam Steingold <sds@gnu.org>
1416
1417 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
1418 Do not error out when `func' is nil.
1419
a857d3c7
MA
14202011-02-03 Michael Albinus <michael.albinus@gmx.de>
1421
1422 * net/tramp-sh.el (tramp-remote-path): Add default settings for
1423 `tramp-default-remote-path' to the docstring.
1424 (tramp-get-remote-path): Suppress error message when `getconf
1425 PATH' fails.
1426
1427 * net/tramp-smb.el (tramp-smb-errors): Add "NT_STATUS_UNSUCCESSFUL".
1428
8aa88760
GM
14292011-02-03 Glenn Morris <rgm@gnu.org>
1430
219ea611
GM
1431 * vc/vc-hg.el (vc-hg-command): Doc fix.
1432
8d7b5b5b
GM
1433 * term/w32-win.el (libpng-version): Declare for compiler.
1434
c03eac34
GM
1435 * msb.el: No need to load dired while compiling.
1436
7f07c1fe
GM
1437 * emacs-lisp/elint.el (elint-standard-variables):
1438 Remove a couple of built-ins that now have doc-strings.
1439
befe199d
GM
1440 * hi-lock.el, ps-bdf.el, ps-mule.el, ps-print.el, ps-samp.el:
1441 `require' is automatically `eval-and-compile'd.
1442
2d7d6439
GM
1443 * net/rcirc.el (rcirc-nick-completion-format): Add :version tag.
1444 (rcirc-log-directory, rcirc-log-flag): Move definitions before use.
1445
8aa88760
GM
1446 * strokes.el (strokes-fill-current-buffer-with-whitespace):
1447 Move definition before use.
1448 (strokes-report-bug): Make it obsolete.
1449
e90f8545
SS
14502011-02-02 Sam Steingold <sds@gnu.org>
1451
1452 * apropos.el (apropos-print): Now that `apropos-mode' inherits
1453 from `special-mode', entering it makes the buffer read-only, so
1454 call it only when everything has been already inserted.
1455 * emacs-lisp/ert.el (ert--setup-results-buffer)
1456 (ert-results-pop-to-backtrace-for-test-at-point)
1457 (ert-results-pop-to-messages-for-test-at-point)
1458 (ert-results-pop-to-timings): Ditto.
1459 * emacs-lisp/package.el (package--list-packages): Ditto.
1460 * play/solitaire.el (solitaire): Ditto.
1461
90db975f
CY
14622011-02-02 Chong Yidong <cyd@stupidchicken.com>
1463
1464 * progmodes/compile.el: Make all faces inherit.
1465 (compilation-warning): Inherit from font-lock-variable-name-face.
1466 (compilation-info): Inherit from font-lock-type-face.
1467 (compilation-line-number): Reassign to font-lock-keyword-face.
1468 (compilation-column-number): Reassign to font-lock-doc-face.
1469 (compilation-leave-directory-face): Reassign to
1470 font-lock-builtin-face.
1471
bc35ff32
EZ
14722011-02-02 Eli Zaretskii <eliz@gnu.org>
1473
1474 * dired.el (dired-insert-directory): Don't invoke `ls' when
1475 ls-lisp.el is used to emulate it.
1476
39cde66c
JD
14772011-02-01 Julien Danjou <julien@danjou.info>
1478
1479 * color.el (color-gradient): Add a color-gradient function.
1480
abef340a
SS
14812011-02-01 Sam Steingold <sds@gnu.org>
1482
1483 * simple.el (special-mode-map): Bind "h" to `describe-mode';
1484 bind "z" to `kill-this-buffer'.
1485 (completion-list-mode-map): Bind "z" to `kill-this-buffer'.
1486 * apropos.el (apropos-mode-map): Inherit from `special-mode-map'.
1487 (apropos-mode): Inherit from `special-mode'.
1488 * arc-mode.el (archive-mode-map): Inherit from `special-mode-map'.
1489 * bookmark.el (bookmark-bmenu-mode): Define using
1490 `define-derived-mode' inheriting from `special-mode'.
1491 * dired.el (dired-mode-map): Inherit from `special-mode-map'.
1492 * image-mode.el (image-mode-map): Ditto.
1493 * replace.el (occur-mode): Define using
1494 `define-derived-mode' inheriting from `special-mode'.
1495 * tar-mode.el (tar-mode): Inherit from `special-mode'.
1496 * calendar/diary-lib.el (diary-fancy-display-mode):
1497 Inherit from `special-mode-map'.
1498 * emacs-lisp/ert.el (ert-simple-view-mode, ert-results-mode):
1499 Inherit from `special-mode'.
1500 * emacs-lisp/package.el (package-menu-mode-map): Copy from
1501 `special-mode-map'.
1502 (package-menu-mode): Define using `define-derived-mode'
1503 inheriting from `special-mode'.
1504 * erc/erc-list.el (erc-list-menu-mode): Inherit from `special-mode'.
1505 * net/xesam.el (xesam-mode): Inherit from `special-mode'.
1506 (xesam-mode-map): Define separately.
1507 * play/solitaire.el (solitaire-mode): Inherit from `special-mode'.
1508 * progmodes/compile.el (compilation-minor-mode-map)
1509 (compilation-mode-map): Inherit from `special-mode-map'.
1510 * vc/diff-mode.el (diff-mode-shared-map):
1511 Inherit from `special-mode-map'.
1512 * vc/log-view.el (log-view-mode-map): Add a comment.
1513
928f4e73
CY
15142011-02-01 Chong Yidong <cyd@stupidchicken.com>
1515
1516 * custom.el (load-theme): Define return value. Drop use of
1517 unsafep; call custom-theme-load-confirm for non-known-safe themes.
1518 (custom-theme-load-confirm): Scroll in the correct window.
1519 (custom-enabled-themes): Add custom-safe-themes to :set-after.
1520
1521 * cus-theme.el (custom-theme-checkbox-toggle): Don't activate the
1522 checkbox if load-theme fails.
1523
7d116647
SM
15242011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1525
1526 * progmodes/compile.el (compilation-next-error): Check there's
1527 a message before using it (bug#7941).
1528
4fdfcddf
JB
15292011-02-01 Jay Belanger <jay.p.belanger@gmail.com>
1530
1531 * calc/calc-mtx.el (math-lud-pivot-check): New function.
1532 (math-do-matrix-lud): Use `math-lud-pivot-check' to check the size
1533 of potential pivots.
1534
3b95603f
AM
15352011-01-31 Alan Mackenzie <acm@muc.de>
1536
7d116647
SM
1537 * progmodes/cc-cmds.el (c-forward-over-illiterals):
1538 Continue parsing if we encounter a naked # (Bug#7595).
3b95603f 1539 (c-beginning-of-statement): Avoid loop in locating the beginning
aa9c0efc 1540 of a macro. (Not actually committed until 2011-02-20, see above).
3b95603f 1541
6fa1f651
CY
15422011-01-31 Chong Yidong <cyd@stupidchicken.com>
1543
1544 * files.el (copy-directory): Fix arguments to recursive call.
1545
14beddf4 15462011-01-31 Chong Yidong <cyd@stupidchicken.com>
82d84d3f
CY
1547
1548 * files.el (copy-directory): If destination is an existing
1549 directory, copy into a subdirectory there.
1550
14beddf4 15512011-01-31 Andreas Schwab <schwab@linux-m68k.org>
e935c6a2
AS
1552
1553 * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
1554 files.
1555
14beddf4 15562011-01-31 Chong Yidong <cyd@stupidchicken.com>
d1f14baa 1557
6fc0aac3
CY
1558 * image-dired.el (image-dired-mouse-display-image): No-op if no
1559 file is found (Bug#7817).
1560
d1f14baa
CY
1561 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
1562
14beddf4 15632011-01-31 Kenichi Handa <handa@m17n.org>
67442738 1564
7d116647
SM
1565 * international/quail.el (quail-keyboard-layout-alist):
1566 Remove superfluous SPC for "pc105-uk" (bug#7927).
67442738 1567
14beddf4 15682011-01-31 Glenn Morris <rgm@gnu.org>
220c2a14
GM
1569
1570 * msb.el (msb-menu-bar-update-buffers): Update for changed
1571 argument handling of menu-bar-select-frame. (Bug#7902)
1572
14beddf4 15732011-01-31 Chong Yidong <cyd@stupidchicken.com>
af7c5700
CY
1574
1575 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
1576 to the recursion depth (Bug#7722).
1577
14beddf4 15782011-01-31 Roy Liu <carsomyr@gmail.com> (tiny change)
ca9c274a
JD
1579
1580 * term/ns-win.el (ns-find-file): Expand ns-input-file with
1581 command-line-default-directory (Bug#7872).
1582
9e11271c
SM
15832011-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1584
1585 * progmodes/compile.el (compilation--flush-directory-cache):
1586 New function, extracted from compilation--remove-properties.
1587 (compilation--remove-properties, compilation--parse-region): Use it.
1588 (compilation--previous-directory): Handle one more case.
1589 (compilation-enable-debug-messages): Remove.
1590 (compilation-parse-errors, compilation--flush-parse): Just remove the
1591 left over debug messages.
1592
038714ab
SS
15932011-01-31 Sam Steingold <sds@gnu.org>
1594
1595 * progmodes/compile.el (compilation-enable-debug-messages):
1596 Add a variable to make the parsing messages introduced in
1597 2011-01-28T22:12:05Z!monnier@iro.umontreal.ca optional.
1598 (compilation-parse-errors, compilation--flush-parse): Use it.
1599
2a4466ca
DD
16002011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1601
35f52ed6 1602 * net/rcirc.el: New customizable nick completion format. (Bug#6314)
2a4466ca
DD
1603 (rcirc-nick-completion-format): New defcustom.
1604 (rcirc-complete): Use it.
1605
186ecaf1
DD
16062011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1607
1608 * net/rcirc.el: Clean log filenames (Bug#7933).
1609 (rcirc-log-write): Use convert-standard-filename.
1610 (rcirc-log-filename-function): Documentation updates.
1611
253f7d1b
JD
16122011-01-30 Jan Djärv <jan.h.d@swipnet.se>
1613
9e11271c
SM
1614 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer):
1615 Check report-emacs-bug-can-use-osx-open and use that if t.
253f7d1b
JD
1616 (report-emacs-bug-can-use-osx-open): New function.
1617 (report-emacs-bug): Rename can-xdg-email to can-insert-mail.
1618 Check report-emacs-bug-can-use-osx-open also for can-insert-mail.
1619
a2b6e5d6
CY
16202011-01-29 Chong Yidong <cyd@stupidchicken.com>
1621
1622 * vc/vc-dispatcher.el (vc-set-async-update): New function for
1623 updating Dired or VC-dir buffers after async command completes.
1624
1625 * vc/vc-bzr.el (vc-bzr-async-command): Return the process buffer.
1626 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-set-async-update.
1627
1628 * vc/vc-git.el (vc-git-merge-branch): Add FETCH_HEAD to branch
1629 completions if it exists. Use vc-set-async-update.
1630 (vc-git-pull): Use vc-set-async-update.
1631
1632 * vc/vc-hg.el (vc-hg-pull): Fix default-contents arg to
1633 read-shell-command. Use vc-set-async-update.
1634 (vc-hg-merge-branch): Use vc-set-async-update.
1635
8907f7b9
DU
16362011-01-29 Daiki Ueno <ueno@unixuser.org>
1637
9e11271c
SM
1638 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
1639 Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
8907f7b9
DU
1640 (Bug#7931).
1641
e52f87a1
SM
16422011-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
1643
1644 * progmodes/compile.el: Avoid an N² behavior in grep.
1645 (compilation--previous-directory): New fun.
1646 (compilation--previous-directory-cache): New var.
1647 (compilation--remove-properties): Flush it.
1648 (compilation-directory-properties, compilation-error-properties):
1649 Use the new fun to speed up looking for the current directory.
1650
659114fd
CY
16512011-01-29 Chong Yidong <cyd@stupidchicken.com>
1652
1653 * vc/vc-hg.el (vc-hg-history): New var.
1654 (vc-hg-pull): Perform default pull if called via Lisp by vc-pull.
1655 (vc-hg-merge-branch): New function.
1656
1657 * vc/vc.el (vc-pull): Make vc-update an alias for this, instead of
1658 the other way around.
1659
1660 * vc/vc-git.el (vc-git-branches, vc-git-pull)
1661 (vc-git-merge-branch): New functions.
1662 (vc-git-history): New var.
1663
9bfe5783
CY
16642011-01-28 Chong Yidong <cyd@stupidchicken.com>
1665
1666 * vc/vc-dispatcher.el (vc-do-async-command): New function.
1667
1668 * vc/vc-bzr.el (vc-bzr-async-command): Convert into a wrapper for
1669 vc-do-async-command.
1670
e52f87a1
SM
1671 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch):
1672 Callers changed.
9bfe5783 1673
b1ea593c
LL
16742011-01-28 Leo <sdl.web@gmail.com>
1675
1676 * emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply
9bfe5783 1677 highlighting to the "this function is advised" message.
b1ea593c
LL
1678
1679 * help-mode.el (help-mode-finish): Apply highlighting here, to
1680 avoid clobbering by substitute-command-keys (Bug#6304).
1681
40e22d80
CY
16822011-01-28 Chong Yidong <cyd@stupidchicken.com>
1683
1684 * woman.el (woman0-roff-buffer): Process roff escape sequences
1685 occurring prior to the first request (Bug#7843).
1686
01c63f4c
SM
16872011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1688
55fb9013
SM
1689 * progmodes/compile.el: Don't use font-lock any more.
1690 (compilation-error-regexp-alist-alist): Change handling of makepp
1691 so it preserves the warning/error distinction on subsequent files.
1692 Simplify various rules.
1693 (compilation-directory-properties): Use font-lock-face.
1694 Add a compilation-message property.
1695 (compilation-internal-error-properties): Use font-lock-face.
1696 Don't set the compilation-debug property here.
1697 (compilation--put-prop, compilation--remove-properties)
1698 (compilation--parse-region, compilation--ensure-parse)
1699 (compilation--ensure-parse): New functions.
1700 (compilation-parse-errors): New function, largely inspired of
1701 compilation-mode-font-lock-keywords. Set compilation-debug here.
1702 (compilation--parsed): New var.
1703 (compilation--flush-parse): Use compilation--ensure-parse.
1704 (compilation-start): Don't call font-lock.
1705 (compilation-turn-on-font-lock): Remove.
1706 (compilation-setup): Don't set font-lock-extra-managed-props not change
1707 other font-lock settings, other than keywords.
1708 Don't activate font-lock-mode.
1709 Set change-major-mode-hook and before-change-functions.
1710 (compilation--unsetup): Remove properties and hooks.
1711 (compilation-next-single-property-change): New function.
1712 (compilation-next-error): Use it to parse when needed.
1713 (compile-goto-error): Parse buffer as needed.
1714 (compilation--compat-error-properties): Don't need a dummy `face'
1715 property any more.
1716
8fe52384
SM
17172011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1718
1719 * progmodes/compile.el: Use accessors for clarity and fix omake hack.
1720 (compilation-process-setup-function): Fix docstring's false promises.
1721 (compilation-error-regexp-alist-alist): Catch omake's continuous
1722 recompilation message and avoid reuse of old markers.
1723 (compilation-parse-errors-function): Declare obsolete.
1724 (compilation-buffer-modtime): Remove.
1725 (compilation--make-cdrloc, compilation--loc->col)
1726 (compilation--loc->line, compilation--loc->file-struct)
1727 (compilation--loc->marker, compilation--loc->visited)
1728 (compilation--make-file-struct, compilation--file-struct->file-spec)
1729 (compilation--file-struct->formats)
1730 (compilation--file-struct->loc-tree): New macros. Use them.
1731 (compilation--message): New defstruct. Use them.
1732 (compilation-next-error-function): Don't mess with timestamps to try
1733 and guess when to reparse.
1734
01c63f4c
SM
17352011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1736
5e853d01
SM
1737 * textmodes/tex-mode.el: Get rid of compilation-parse-errors-function
1738 (tex-old-error-file-name): New function,
1739 extracted from tex-compilation-parse-errors.
1740 (tex-compilation-parse-errors): Remove.
1741 (tex-error-regexp-alist): New var.
1742 (tex-shell): Use it to avoid compilation-parse-errors-function.
1743
07b741a7
SM
1744 * progmodes/grep.el (grep-regexp-alist): Tighten regexp.
1745 (grep-mode-font-lock-keywords): Remove regexp that seems like
1746 a left-over from before we used compile.el.
1747 (grep-mode-font-lock-keywords): Call syntax-ppss-flush-cache when
1748 modifying the buffer within with-silent-modifications.
1749
1750 * progmodes/compile.el: Cleanup text-properties namespace by using
1751 `compilation-message' instead of `message', `compilation-directory'
1752 instead of `directory', and `compilation-debug' instead of `debug'.
1753 (compilation-last-buffer, compilation-parsing-end)
1754 (compilation-error-list, compilation-old-error-list): Move to the
1755 compatibility part of the code.
1756 (compilation-error-properties): If `file' is a function, let it return
1757 a file name.
1758 (compilation-mode-font-lock-keywords): Be more conservative with the
1759 omake "^ *" pattern prefix, to try and minimize the risk of
1760 pathologically slow regexp matching.
1761 (compilation-start): Use inhibit-read-only.
1762 (compilation--unsetup): New function.
1763 (compilation-shell-minor-mode, compilation-minor-mode): Use it.
1764 (compilation-filter): Minor tweaks.
8fe52384 1765 (compilation-next-error-function): Try and avoid abusing variables.
07b741a7 1766 (compilation--flush-file-structure): New fun.
8fe52384 1767 (compilation-fake-loc): Use it to improve behavior when file is reused.
07b741a7
SM
1768 (debug-ignored-errors): Add "Moved past last ...".
1769 (compilation--compat-error-properties)
1770 (compilation--compat-parse-errors): Rename by doubling the "-".
1771
01c63f4c
SM
1772 Port features from the previous prolog.el to the new one.
1773 * progmodes/prolog.el (prolog-system): Add GNU and ECLiPSe options.
1774 (prolog-program-name, prolog-program-switches, prolog-consult-string)
1775 (prolog-compile-string, prolog-prompt-regexp): Get rid of the <foo>-i
1776 variable and use a function to compute the value dynamically.
1777 (prolog-prompt-regexp): Add regexp for GNU Prolog.
1778 (prolog-continued-prompt-regexp): Remove, unused.
1779 (prolog-find-value-by-system): Try and use the value of prolog-system
1780 in the *prolog* buffer if it helps.
1781 (prolog-mode-keybindings-common): Bind C-c C-z unconditionally...
1782 (prolog-zip-on): ..and check prolog-system and version here instead.
1783 (prolog-inferior-self-insert-command): New command.
1784 (prolog-inferior-mode-map): Use it.
1785 (prolog-inferior-error-regexp-alist): New var.
8fe52384 1786 (prolog-inferior-mode): Use it, with compilation-shell-minor-mode.
01c63f4c
SM
1787 (prolog-input-filter): Use derived-mode-p.
1788 (prolog-inferior-guess-flavor): New function.
1789 (prolog-ensure-process): Use it. Use make-comint-in-buffer rather than
1790 make-comint to avoid running comint-mode twice.
1791 (prolog-inferior-buffer): New fun.
1792 (prolog-old-process-region, prolog-old-process-file):
1793 Don't call prolog-bsts here...
1794 (prolog-build-prolog-command): ...do it here instead.
1795 (prolog-old-process-region, prolog-old-process-file):
1796 Use compilation-fake-loc and compilation-forget-errors.
1797 (prolog-consult-compile-region): Use bolp.
1798
2f224f0b
CY
17992011-01-28 Chong Yidong <cyd@stupidchicken.com>
1800
1801 * image-mode.el (image-display-size): Doc fix (Bug#7820).
1802
db0e305d
SS
18032011-01-27 Sam Steingold <sds@gnu.org>
1804
9e11271c
SM
1805 * midnight.el (clean-buffer-list-kill-never-buffer-names):
1806 Remove "*server*" which is never created by emacs server.
db0e305d 1807
27bbeb29
DD
18082011-01-27 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1809
1810 * vc/vc-bzr.el (vc-bzr-diff): Don't pass --diff-options unless
1811 there are some diff switches.
1812
153c5428
SM
18132011-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
1814
89fdaac7
SM
1815 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1816 Copy change made to ruby-font-lock-syntactic-keywords.
1817
153c5428
SM
1818 * htmlfontify.el: Make it obey the font-lock-face text property.
1819 Miscellaneous cleanup such as:
1820 - Don't hide expressions after a closing paren.
1821 - Move initial setq into let.
1822 - Hoist common parts out of ifs.
1823 (hfy-p-to-face, hfy-p-to-face-lennart): Remove.
1824 (hfy-face-at): Use get-text-property instead.
1825 (hfy-prop-invisible-p): Use invisible-p if available.
1826 (htmlfontify-manual): Use \\[...].
1827 (hfy-html-quote-regex): Use [...].
1828 (hfy-combined-face-spec): Simplify.
1829 (hfy-compile-face-map): Don't presume point-min==1.
1830 (hfy-css-name, hfy-buffer, htmlfontify-buffer): Use \' rather than $ to
1831 match end of string.
1832 (hfy-text-p): η-reduce.
1833 (hfy-tags-for-file): Receive cache-hash directly.
1834 (hfy-mark-tag-names): Adjust call.
1835
ed7646d4
GM
18362011-01-27 Glenn Morris <rgm@gnu.org>
1837
1838 * msb.el (msb-after-load-hooks): Make it an obsolete alias.
1839 (msb-after-load-hook): Remove eval-after-load wackiness.
1840
ed68f651
SS
18412011-01-25 Sam Steingold <sds@gnu.org>
1842
1843 * vc/vc-svn.el (vc-svn-diff): Use `diff-command' instead of the
1844 literal "diff" (important for windows-nt).
1845
0fe719e6
GM
18462011-01-25 Glenn Morris <rgm@gnu.org>
1847
1848 * emacs-lisp/copyright.el (copyright-at-end-flag)
1849 (copyright-names-regexp): Add safety properties.
1850 (copyright-year-ranges): New option.
1851 (copyright-find-end): New function, split from copyright-update-year.
1852 (copyright-update-year): Use copyright-find-end.
1853 (copyright-fix-years): Optionally, convert years to ranges.
1854 Handle years continued over comment lines.
1855 Do not mess with the fill-prefix.
1856 Do not call copyright-update.
1857 (copyright-update-directory): Optionally, fix years rather than update.
7e6e2304 1858 Skip directories. Find files with only safe local vars.
0fe719e6 1859
06d8ace5 18602011-01-25 Stefan Monnier <monnier@iro.umontreal.ca>
10e1d5f3
SM
1861
1862 * files.el (file-name-non-special): Only change buffer-file-name after
1863 insert-file-contents if it's `visit'ing the file (bug#7854).
1864
06d8ace5 18652011-01-25 Chong Yidong <cyd@stupidchicken.com>
b14f16ad
CY
1866
1867 * dired.el (dired-revert): Doc fix (Bug#7758).
1868
06d8ace5
GM
1869 * simple.el (line-move-visual): Doc fix (Bug#7594).
1870
18712011-01-25 Nobuyoshi Nakada <nobu@ruby-lang.org>
cc9c9831
NN
1872
1873 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
1874 here-doc which ends with an underscore.
1875 (ruby-mode-set-encoding): Skip shebang line always.
1876 (ruby-mode-map): Bind C-c C-c to comment-region.
0d19d4fe 1877 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
cc9c9831
NN
1878 (ruby-forward-sexp): Stop after literal hash key labels.
1879 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
1880 bracket.
1881
06d8ace5 18822011-01-25 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
d6476407
KM
1883
1884 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
1885 the correct buffer (Bug#7650).
1886
06d8ace5
GM
18872011-01-25 Glenn Morris <rgm@gnu.org>
1888
1889 * comint.el (comint-mode): Doc fix. (Bug#7897)
4d265b4d 1890
ce558208
GM
1891 * simple.el (do-auto-fill): Give it a doc string.
1892
4d265b4d
GM
1893 * button.el (make-text-button): Doc fix. (See bug#7881)
1894
21bb5ce0
SM
18952011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
1896
ab0a61d0
SM
1897 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
1898 Don't move backward, so as not to fall in an inf-loop (bug#7736).
1899
21bb5ce0
SM
1900 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): (bug#7735)
1901 Handle ?" and friends differently (e.g. don't use backrefs).
1902
603823f5
JB
19032011-01-24 Jay Belanger <jay.p.belanger@gmail.com>
1904
1905 * calc/calc.el (calc-default-power-reference-level)
1906 (calc-default-field-reference-level): New variables.
35f52ed6 1907 * calc/calc-units.el (math-standard-units): Add dB and Np.
603823f5
JB
1908 (math-logunits): New variable.
1909 (math-extract-logunits, math-logcombine, calcFunc-luplus)
1910 (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level)
21bb5ce0
SM
1911 (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level):
1912 New functions.
603823f5
JB
1913 (math-find-base-units-rec): Add entry for ln(10).
1914 * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help.
1915 (calc-ul-prefix-help): New function.
1916 * calc/calc-ext.el (calc-init-extensions): Autoload new units
35f52ed6 1917 functions. Add keybindings for new units functions.
603823f5 1918
11ea68ce 19192011-01-22 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
10617634
DD
1920
1921 * net/rcirc.el (rcirc-kill-buffer-hook): Flush logs when killing
11ea68ce 1922 rcirc buffers. (Bug#4940)
10617634 1923
0412a5a4
GM
19242011-01-22 Glenn Morris <rgm@gnu.org>
1925
1926 * emacs-lisp/copyright.el (copyright-find-copyright): New function,
1927 split out from copyright-update-year.
1928 (copyright-update): Don't mess with the GPL version if we don't own the
1929 copyright. Update license regexp, and remove no longer needed
1930 Esperanto stuff.
d226ec23 1931 (copyright-fix-years): Use copyright-find-copyright.
0412a5a4 1932
e7c1dca8
CY
19332011-01-22 Chong Yidong <cyd@stupidchicken.com>
1934
1935 * vc/diff.el (diff-sentinel): Doc fix (Bug#7682).
1936
4d0143e6
JA
19372011-01-22 Jari Aalto <jari.aalto@cante.net>
1938
1939 * play/landmark.el: Change `lm-' prefix to `landmark-' (Bug#7672).
1940 (lm): Rename to landmark.
1941 (lm-test-run): Rename to landmark-test-run.
1942
e3545d0d
CY
19432011-01-22 Chong Yidong <cyd@stupidchicken.com>
1944
1945 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
1946 "Case sensitive" menu item.
1947
7c82f3e2 19482011-01-22 Roland McGrath <roland@frob.com>
6e1dbaa9
RM
1949
1950 * comint.el (comint-replace-by-expanded-history-before-point): Fix
1951 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
1952
7c82f3e2 19532011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
0f1f97ca
SM
1954
1955 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
1956
7c82f3e2 19572011-01-22 Jari Aalto <jari.aalto@cante.net>
26a27884 1958
6e1dbaa9
RM
1959 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1960 Assume foo(bar) is a manpage reference rather than some unquoted
1961 symbol (bug#7705).
26a27884 1962
7c82f3e2 19632011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
d5e632d8
SM
1964
1965 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
1966 Suggested by Flo <sensorflo@gmail.com>.
1967
7c82f3e2 19682011-01-22 Glenn Morris <rgm@gnu.org>
d00b05c9
GM
1969
1970 * progmodes/compile.el (compilation-error-regexp-alist):
1971 Fix custom type. (Bug#7812)
1972
4936e3ba
KM
19732011-01-22 Ken Manheimer <ken.manheimer@gmail.com>
1974
1975 * allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' to
1976 allout-number-siblings, in keeping with what obtained due to
1977 (now-defunct) allout-keybindings-list. Ditch repeat binding to
1978 (prefixed) ?i.
1979 (allout-before-change-handler): Better expose spots affected by
1980 undo.
1981
cde7e38b
CY
19822011-01-22 Chong Yidong <cyd@stupidchicken.com>
1983
1984 * man.el (Man-highlight-references0): Use make-button (Bug#7881).
1985
6b072b27
PH
19862011-01-22 Phil Hagelberg <phil@evri.com>
1987
1988 * pcmpl-unix.el (pcmpl-ssh-config-file): New option.
1989 (pcmpl-ssh-known-hosts): Rename from pcmpl-ssh-hosts.
1990 (pcmpl-ssh-config-hosts): New function.
1991 (pcmpl-ssh-hosts): Use pcmpl-ssh-config-hosts in addition to
1992 pcmpl-ssh-known-hosts.
1993
26d82c3a
JB
19942011-01-21 Jay Belanger <jay.p.belanger@gmail.com>
1995
c310ff4f
JB
1996 * calc/calc-undo.el (calc-undo): Autoload it.
1997 * calc/calc-ext.el (calc-init-extensions): Remove keybindings
1998 and autoload for `calc-undo'.
1999 * calc/calc.el (calc-mode-map): Add keybindings for `calc-undo'.
2000 * calc/calc-prog.el:
2001 * calc/calc-graph.el:
2002 * calc/calc-map.el: Change `arglist' to `math-arglist' throughout.
26d82c3a 2003
a10c4149
ŠN
20042011-01-21 Štěpán Němec <stepnem@gmail.com> (tiny change)
2005
2006 * calc/calc-ext.el (calc-init-extensions): Map all `undo'
2007 keybindings to `calc-undo'.
2008
8dabbfd6
SM
20092011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
2010
2011 Don't mess with *temp*.
2012 * obsolete/spell.el: Move from textmodes/spell.el.
2013 (spell-string):
2014 * term.el (term-read-input-ring):
2015 * startup.el (display-startup-echo-area-message):
2016 * progmodes/antlr-mode.el (antlr-directory-dependencies):
2017 * comint.el (comint-read-input-ring): Use with-temp-buffer.
2018 * international/mule.el (ctext-pre-write-conversion): Don't hardcode
2019 point-min==1.
2020
d3e51865
KM
20212011-01-20 Ken Manheimer <ken.manheimer@gmail.com>
2022
35f52ed6 2023 * allout.el (allout-institute-keymap): Use fset instead of
d42f7802
KM
2024 reapplying defalias.
2025
2026 (allout-hotspot-key-handler): Check for non-control-modified
2027 bindings for hotspot characters if there are no control-modified
2028 versions.
2029
d3e51865
KM
2030 * allout.el: Summary - migrate to defining allout mode using
2031 define-minor-mode instead of defun. Significantly clean-up
2032 internal keymap provisions, refactoring and, in the process,
2033 removing a lot of accumulated cruft.
2034
2035 allout-mode-map is now a keymap by virtue of being a defalias to
2036 allout-mode-map-value, which contains the actual keymap structure.
2037
8dabbfd6
SM
2038 (allout-mode): Use define-minor-mode rather than defun.
2039 Remove now-unnecessary minor-mode setup activities from the body.
d3e51865
KM
2040 Specify :keymap as allout-mode-map so the minor-mode-map-alist
2041 entry will be '(allout-mode . allout-mode-map) - see
2042 allout-mode-map-value, below. Adjust docstring to track changes.
2043 (allout-minor-mode): Remove this defalias, now that we're using
2044 define-minor-mode.
2045 (allout-mode-map): Set value to be 'allout-mode-map. The actual
2046 keymap is allout-mode-map-value, via defalias.
2047 (allout-mode-map-value): The variable holding the actual mode
2048 keymap structure, by virtue of defalias from allout-mode-map.
8dabbfd6 2049 (allout-compose-and-institute-keymap): Rename from
d3e51865
KM
2050 allout-bind-keys, and including the binding-composition
2051 functionality of the former produce-allout-mode-map and
2052 allout-setup-mode-map.
2053 (allout-institute-keymap): Take over the "setup" part of the former
2054 allout-setup-mode-map. Reassign allout-mode-map-value value and
2055 update the defalias.
01c35094 2056 (allout-command-prefix, allout-prefixed-keybindings)
8dabbfd6
SM
2057 (allout-unprefixed-keybindings):
2058 Use allout-compose-and-institute-keymap to process the bindings.
2cf429d0 2059 (allout-unprefixed-keybindings): Remove extraneous '?' question marks.
d3e51865 2060 (allout-prefixed-keybindings): Elide binding to (prefixed) \C-h -
8dabbfd6
SM
2061 user can customize if they want to use that binding.
2062 Bind allout-copy-topic-as-kill to (prefixed) \M-k.
2063 Bind allout-up-current-level to (prefixed) \C-u. (I think i mistakenly
d3e51865
KM
2064 elided that, previously, instead of the one for \C-h.)
2065 (allout-hotspot-key-handler): Remove attempt to resolve the key
2066 through the literal key-string lookup on allout-keybindings-list.
2067 That probably hasn't worked for a Long Time, and removal of
2cf429d0 2068 allout-keybindings-list further simplifies the keybindings situation.
d3e51865
KM
2069 (allout-pre-command-business): Use allout-mode-map-value instead
2070 of allout-mode-map.
2071 (allout-preempt-trailing-ctrl-h): Remove. The user can customize
2072 the bindings if they want to use a keybinding having a trailing
2cf429d0 2073 \C-h. No deprecation needed since this feature was never in a release.
d3e51865
KM
2074 (allout-keybindings-list): Remove. It's not been useful for a
2075 while. (See allout-hotspot-key-handler changes, above.)
2076 (produce-allout-mode-map): Remove. Consolidate into
2077 allout-compose-and-institute-keymap.
2078 (allout-mode-map-adjustments): Remove. No longer necessary with
2079 removal of allout-preempt-trailing-ctrl-h.
2080 (allout-setup-mode-map): Remove. Consolidate into
2081 allout-compose-and-institute-keymap and allout-institute-keymap.
2082
c11136ec
GM
20832011-01-20 Glenn Morris <rgm@gnu.org>
2084
dbfb414e
GM
2085 * vc/vc-svn.el (vc-svn-after-dir-status): Tweak previous change.
2086
c11136ec
GM
2087 * simple.el (read-expression-history): Remove, it's in minibuf.c.
2088
9aea757b
CY
20892011-01-20 Chong Yidong <cyd@stupidchicken.com>
2090
2091 * subr.el (y-or-n-p): Revert 2011-01-07 change, removing ARGS.
2092
2093 * files.el (find-alternate-file, basic-save-buffer)
2094 (basic-save-buffer-2, revert-buffer, recover-file)
2095 (kill-buffer-ask, abort-if-file-too-large)
2096 (set-visited-file-name, write-file, backup-buffer)
2097 (basic-save-buffer, save-some-buffers):
2098 * dired-aux.el (dired-compress-file): Callers changed.
2099
5dd4f3f7
GM
21002011-01-19 Glenn Morris <rgm@gnu.org>
2101
2102 * vc/vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
2103 Also check the property status. (Bug#7861)
2104
56761182
MA
21052011-01-18 Michael Albinus <michael.albinus@gmx.de>
2106
2107 * net/tramp.el (tramp-debug-message): Extend function exclude
2108 list. Use `regexp-opt'.
2109
a9faac5c 21102011-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
1a1fcbe1 2111
9cc3a0c7
SM
2112 * textmodes/tex-mode.el (tex-font-lock-verb): Make sure \verb
2113 highlighting doesn't spill over subsequent lines.
2114
1a1fcbe1
SM
2115 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
2116 keymap expression. Improve docstring.
2117
74a10be5
SM
2118 * electric.el (electric-indent-post-self-insert-function):
2119 Don't auto-indent for indent-to-left-margin, it's too often
2120 counter-productive.
2121
721be9cd
TH
21222011-01-16 Tassilo Horn <tassilo@member.fsf.org>
2123
2124 * strokes.el (strokes-read-stroke): Re-fill strokes buffer with
2125 spaces if the frame was resized, so that the full visible buffer
2126 serves as canvas for strokes.
2127
a767645f
GM
21282011-01-16 Glenn Morris <rgm@gnu.org>
2129
2130 * info-xref.el (info-xref-docstrings): Replace cl function.
e5c7913c 2131 Also skip directories.
a767645f 2132
444ee8dd
KR
21332011-01-16 Kevin Ryde <user42@zip.com.au>
2134
2135 * info-xref.el: Version 3.
2136 (info-xref-check, info-xref-check-all): Move commentary details
2137 into docstrings for better visibility.
2138 Use compilation-mode for the results buffer.
2139 (info-xref-output, info-xref-output-error, info-xref-with-output)
2140 (info-xref-filename, info-xref-in-progress):
2141 New internals for this.
2142 (info-xref-check-list, info-xref-check-buffer)
2143 (info-xref-check-all-custom): Use those.
2144 (info-xref-output-buffer): Rename from info-xref-results-buffer.
2145 (info-xref-output-heading): Rename from info-xref-filename-heading.
2146 (info-xref-good, info-xref-bad, info-xref-xfile-alist)
2147 (info-xref-filename-heading): Move to output managing section.
35f52ed6 2148 (info-xref-docstrings): New command checking "Info node `(foo)Bar'"
444ee8dd
KR
2149 (info-xref-lock-file-p, info-xref-with-file): New helpers for it.
2150 (info-xref-subfile-p): Move to generic section with those two.
2151 (info-xref-check-node): New function split from
2152 info-xref-check-buffer, shared by info-xref-docstrings.
2153 (info-xref-goto-node-p): Move to a checking section with that func.
2154 (info-xref-unavail): New counter.
2155 (info-xref-check-node): Use it.
2156 (info-xref-with-output): Show count of unavailables at end of output.
2157 (info-xref-all-info-files): Exclude ".*" dotfiles. Ignore broken
35f52ed6 2158 symlinks. Exclude .texi files. Exclude Emacs backup files.
444ee8dd
KR
2159 (info-xref-check-all-custom): Fix quietening viper-mode and
2160 gnus-registry-install -- use setq not let so as not to unbind
2161 after load.
2162
d4119912
JL
21632011-01-16 Juri Linkov <juri@jurta.org>
2164
2165 * isearch.el (isearch-abort): Don't quit if search has
2166 an incomplete regexp (isearch-error is non-nil). (Bug#7534)
2167
b024d9f0
MD
21682011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
2169
2170 * files.el (backup-buffer): Make last-resort backup file in
2171 .emacs.d (Bug#6953).
2172
2173 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
2174 make it with permission 700.
2175
d52969e8 21762011-01-15 Kenichi Handa <handa@m17n.org>
1a6a03e4 2177
74a10be5
SM
2178 * mail/rmailmm.el (rmail-mime-insert-header):
2179 Set rmail-mime-coding-system to a cons whose car is the last coding
1a6a03e4
KH
2180 system used to decode the header.
2181 (rmail-mime-find-header-encoding): New function.
74a10be5
SM
2182 (rmail-mime-insert-decoded-text):
2183 Override rmail-mime-coding-system if it is a cons.
1a6a03e4
KH
2184 (rmail-show-mime): If only a header part was decoded, find the
2185 coding system while ignoring mm-charset-override-alist.
2186
d52969e8 21872011-01-15 Chong Yidong <cyd@stupidchicken.com>
c88aaf48
CY
2188
2189 * subr.el (event-start, event-end): Doc fix (Bug#7826).
2190
d52969e8 21912011-01-15 Kenichi Handa <handa@m17n.org>
e7ca0062
KH
2192
2193 * mail/rmailmm.el (rmail-mime-next-item)
2194 (rmail-mime-previous-item): Delete them.
2195 (rmail-mime-shown-mode): Recursively call for children.
74a10be5
SM
2196 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
2197 Callers changed.
e7ca0062
KH
2198 (rmail-mime-raw-mode): Recursively call for children.
2199 (rmail-mode-map): Change mapping of tab and backtab to
2200 forward-button and backward-button respectively.
2201 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
2202 button.
2203 (rmail-mime-update-tagline): New function.
2204 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
2205 body display is changed.
74a10be5 2206 (rmail-mime-toggle-button): Rename from rmail-mime-image.
e7ca0062
KH
2207 (rmail-mime-image): Delete this button type.
2208 (rmail-mime-toggle): New button type.
2209 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
2210 body display is changed. Change the save button label to "Save".
2211 Don't process show/hide button here.
2212 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
2213 the body display is changed. Unconditionally call
2214 rmail-mime-insert for children.
2215 (rmail-mime-handle): Update `display' vector of the just inserted
2216 entity.
2217 (rmail-mime-process): If mail-header-parse-content-type returns
2218 nil, use "text/plain" as the fallback type.
2219 (rmail-mime-insert): For raw-mode, recursively call
2220 rmail-mim-insert for children.
2221 (rmail-mime): Handle the case that the current buffer is not rmail
2222 buffer (e.g. in summary buffer).
2223
d52969e8 22242011-01-15 Kenichi Handa <handa@m17n.org>
e7ca0062
KH
2225
2226 * mail/rmailmm.el (rmail-mime-next-item)
2227 (rmail-mime-previous-item): Skip the body of a non-multipart
2228 entity if a tagline is shown.
2229
362b9d48
GM
22302011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2231
2232 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
2233 (tmm-prompt): Simplify.
2234 (tmm-add-prompt): Remove unused var `win'.
2235
2236 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
2237 to minor mode which used nil accidentally to mean "turn off".
2238
22392011-01-15 Michael Albinus <michael.albinus@gmx.de>
2240
2241 * net/tramp-sh.el (tramp-find-inline-compress)
2242 (tramp-get-inline-coding): Quote command after pipe symbol for
2243 local calls under W32. (Bug#6784)
2244
22452011-01-15 Michael Albinus <michael.albinus@gmx.de>
2246
2247 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
2248 only when running under W32.
2249
22502011-01-15 Eli Zaretskii <eliz@gnu.org>
2251
2252 * progmodes/grep.el (grep-compute-defaults): Quote the program
2253 file name after the pipe symbol in Grep templates. (Bug#6784)
2254 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
2255
22562011-01-15 Lennart Borgman <lennart.borgman@gmail.com>
2257
2258 * buff-menu.el (Buffer-menu-buffer-list): New var.
2259 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
2260 restricted buffer list is not lost on revert (Bug#7749).
2261
22622011-01-15 Eric Hanchrow <eric.hanchrow@gmail.com>
2263
2264 * net/ldap.el (ldap-search-internal): Discard stderr output.
2265
22662011-01-15 Eli Zaretskii <eliz@gnu.org>
2267
2268 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
2269
22702011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2271
2272 * vc-bzr.el (vc-bzr-annotate-time): Tweak previous change.
2273
22742011-01-15 Kenichi Handa <handa@m17n.org>
2275
2276 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
2277 part as a plain text.
2278 (rmail-mime-process-multipart): Set the default content-type to
2279 nil for unknown multipart subtypes (bug#7651).
2280
6d3d6113
SM
22812011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2282
4391b429
SM
2283 * hexl.el (hexl-mode-old-*): Remove.
2284 (hexl-mode--old-var-vals): New var to replace them.
2285 (hexl-mode--minor-mode-p, hexl-mode--setq-local): New funs.
2286 (hexl-mode, hexl-follow-line, hexl-activate-ruler):
2287 Use them to set local vars (bug#7846).
2288 (hexl-mode-exit): Use hexl-mode--old-var-vals to restore state.
2289 (hexl-backward-short, hexl-backward-word, hexl-scroll-down)
2290 (hexl-scroll-up, hexl-end-of-1k-page, hexl-end-of-512b-page): Simplify.
2291
6d3d6113
SM
2292 * vc/smerge-mode.el: Resolve comment conflicts more aggressively.
2293 (smerge-resolve--normalize-re): New var.
2294 (smerge-resolve--extract-comment, smerge-resolve--normalize): New funs.
2295 (smerge-resolve): Use them.
2296 * newcomment.el (comment-only-p): New function.
2297 (comment-or-uncomment-region): Use it.
2298
77ab81d0 22992011-01-14 Brent Goodrick <bgoodr@gmail.com> (tiny change)
8d4708af
BG
2300
2301 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
2302 table, get the value before switching to the output buffer. (Bug#7733)
2303
77ab81d0 23042011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
364df1cc
SM
2305
2306 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
2307
8faba62c
KS
23082011-01-14 Kim F. Storm <storm@cua.dk>
2309
2310 * emulation/cua-base.el (cua--init-keymaps):
2311 Remap exchange-point-and-mark in cua-global-keymap.
2312
ab7eb811
TH
23132011-01-14 Tassilo Horn <tassilo@member.fsf.org>
2314
2315 * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
2316 loop keyword.
2317
fc55380c
SM
23182011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2319
2320 * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label.
2321 Require CL.
2322 (easy-menu-create-menu, easy-menu-convert-item-1):
2323 Use :label rather than nil for labels. Use `case'.
2324 Add :enable as alias for :active.
2325 (easy-menu-binding): Obey :label.
2326
dbed16aa
SM
23272011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2328
4d789d84
SM
2329 Use run-mode-hooks for major mode hooks (bug#513).
2330 * textmodes/reftex-toc.el (reftex-toc-mode-map):
2331 Rename from reftex-toc-map.
2332 (reftex-toc-mode): Use define-derived-mode.
2333 * textmodes/reftex-sel.el (reftex-select-shared-map): New map.
2334 (reftex-select-label-mode-map, reftex-select-bib-mode-map):
2335 Rename from reftex-select-(label|bib)-map. Move init into declaration.
2336 (reftex-select-label-mode, reftex-select-bib-mode):
2337 Use define-derived-mode.
2338 * textmodes/reftex-index.el (reftex-index-phrases-mode-map)
2339 (reftex-index-mode-map): Rename from reftex-index(-phrases)-map.
2340 Move init into delcaration.
2341 (reftex-index-mode, reftex-index-phrases-mode):
2342 Use define-derived-mode.
2343 * speedbar.el (speedbar-mode-syntax-table): Renaqme from
2344 speedbar-syntax-table. Move init into declaration.
2345 (speedbar-mode-map): Rename from speedbar-key-map.
2346 Move init into declaration.
2347 (speedbar-file-key-map): Move init into declaration.
2348 (speedbar-mode): Use define-derived-mode.
2349 * recentf.el (recentf-mode): Don't run hook (or message) redundantly.
2350 * net/rcirc.el (rcirc-mode): Use run-mode-hooks.
2351 * emacs-lisp/chart.el (chart-mode-map): Rename from chart-map.
2352 (chart-face-list): Move initialization into declaration.
2353 (chart-mode): Use define-derived-mode.
2354 * calculator.el (calculator-mode-map): Move init into declaration.
2355 (calculator-mode): Use define-derived-mode.
2356
b49a2dbf
SM
2357 * mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
2358 work for nested comments.
2359
dbed16aa
SM
2360 * progmodes/prolog.el: Use syntax-propertize. Further code cleanup.
2361 (prolog-use-prolog-tokenizer-flag): Change default when
2362 syntax-propertize can be used.
2363 (prolog-syntax-propertize-function): New var.
2364 (prolog-mode-variables): Move make-local-variable into `set'.
2365 Don't make comment-column local since we don't set it.
2366 Set comment-add (as it was in previous prolog.el). Use dolist.
2367 Set syntax-propertize-function.
2368 (prolog-mode, prolog-inferior-mode):
2369 Call prolog(-inferior)-menu directly, not through the mode-hook.
2370 (prolog-buffer-module, prolog-indent-level)
2371 (prolog-paren-is-the-first-on-line-p, prolog-paren-balance)
2372 (prolog-comment-limits, prolog-goto-comment-column):
2373 Use line-(end|beginning)-position.
2374 (prolog-build-prolog-command): Tighten up regexp.
2375 (prolog-consult-compile): Move make-local-variable into `set'.
2376 (prolog-consult-compile-filter, prolog-goto-next-paren)
2377 (prolog-help-on-predicate, prolog-clause-info)
2378 (prolog-mark-predicate): Don't let+setq.
2379 (prolog-indent-line): Use indent-line-to.
2380 Only call prolog-goto-comment-column if necessary.
2381 (prolog-indent-level): Use bobp.
2382 (prolog-first-pos-on-line): Remove, not used any more.
2383 (prolog-in-string-or-comment): Use syntax-ppss if available.
2384 (prolog-help-on-predicate): Use read-string.
2385 (prolog-goto-predicate-info): Simplify.
2386 (prolog-read-predicate): Use `default' rather than `initial'.
2387 (prolog-temporary-file): Use make-temp-file to close a security hole.
2388 (prolog-toggle-sicstus-sd): New command.
2389 (prolog-electric-underscore, prolog-variables-to-anonymous):
2390 Use dynamic-scoping as it was meant.
2391 (prolog-menu): Move menu definitions to top-level.
2392 Use a toggle-button for Sicstus's source debugger.
2393 Change "Code" to the more usual "Prolog", and hence change "Prolog"
2394 to "System".
2395 (prolog-inferior-menu): Reuse prolog-menu's help menu.
2396 Move other menu definition to top-level.
2397
50f8cd96
TH
23982011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2399
5b355315
TH
2400 * doc-view.el (doc-view-open-text): Use meaningful text buffer
2401 name. Keep original document's directory as default-directory
2402 (bug#6446).
1281bd51
TH
2403 (doc-view-initiate-display): Fall back to normal mode when
2404 doc-view-mode cannot be enabled, also when extracting the document
2405 text into a separate buffer (bug#6446).
5b355315 2406
50f8cd96
TH
2407 * simple.el (shell-command): Don't error out if shell command
2408 buffer contains text with non-nil read-only property when erasing
2409 the buffer.
2410
821f936d
KS
24112011-01-13 Kim F. Storm <storm@cua.dk>
2412
2413 * ido.el (ido-may-cache-directory): Move "too-big" check later.
2414 (ido-next-match, ido-prev-match): Fix stray reordering of matching
2415 items when cycling through the matches.
2416
f754f898
TH
24172011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2418
2419 * dired-x.el (dired-omit-verbose): New defcustom that allows
2420 disabling the omit messages.
2421 (dired-omit-expunge): Use it.
2422
d221e780
CO
24232011-01-13 Christian Ohler <ohler@gnu.org>
2424
2425 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files.
2426
a03b542a
CY
24272011-01-13 Chong Yidong <cyd@stupidchicken.com>
2428
2429 * font-lock.el (font-lock-verbose): Default to nil.
2430
25ca2e61
CY
24312011-01-13 Chong Yidong <cyd@stupidchicken.com>
2432
2433 * simple.el (sendmail-user-agent-compose): Move to sendmail.el.
2434 (compose-mail): New arg RETURN-ACTION.
2435 (compose-mail-other-window, compose-mail-other-frame): Likewise.
2436
2437 * mail/sendmail.el (mail-return-action): New var.
2438 (mail-mode): Make it buffer-local.
2439 (mail-bury): Obey it. Move special Rmail window handling to
2440 rmail-mail-return.
2441 (mail, mail-setup): New arg RETURN-ACTION.
2442 (sendmail-user-agent-compose): Move from simple.el.
2443
2444 * mail/rmail.el (rmail-mail-return): New function.
2445 (rmail-start-mail): Pass it to compose-mail.
2446
2a8b13af
CY
24472011-01-12 Chong Yidong <cyd@stupidchicken.com>
2448
b2948a87
CY
2449 * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
2450 menus. Add menu item for customize-themes.
2451
2452 * cus-theme.el (customize-themes):
74a10be5
SM
2453 * emacs-lisp/package.el (package--list-packages):
2454 Use switch-to-buffer.
2a8b13af 2455
059616e5
JB
24562011-01-11 Johan Bockgård <bojohan@gnu.org>
2457
2458 * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
2459
04380ff1
SM
24602011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2461
2462 * progmodes/prolog.el: Fix up coding convention and such.
2463 (prolog-indent-width): Use the same default as in
2464 previous prolog.el rather than tab-width which depends on which buffer
2465 is current when the file is loaded.
2466 (prolog-electric-newline-flag): Only enable if electric-indent-mode
2467 is not available.
2468 (prolog-emacs): Remove. Use (featurep 'xemacs) instead.
2469 (prolog-known-systems): Remove.
2470 (prolog-mode-syntax-table, prolog-inferior-mode-map):
2471 Move initialization into declaration.
2472 (prolog-mode-map): Move initialization into declaration.
2473 Remove system-specific mode-map vars, since they referred to the same
2474 keymap anyway.
2475 (prolog-mode-variables): Obey the user's preference w.r.t
2476 adaptive-fill-mode. Prefer symbol-value to `eval'.
2477 (prolog-mode-keybindings-edit): Add compatibility bindings.
2478 (prolog-mode): Use define-derived-mode. Don't handle mercury here.
2479 (mercury-mode-map): New var.
2480 (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
2481 (prolog-ensure-process, prolog-process-insert-string)
2482 (prolog-consult-compile): Use with-current-buffer.
2483 (prolog-guess-fill-prefix): Simplify data flow.
2484 (prolog-replace-in-string): New function to use instead of
2485 replace-in-string.
2486 (prolog-enable-sicstus-sd): Don't abuse `eval'.
2487 (prolog-uncomment-region): Use `uncomment-region' when available.
2488 (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
2489 (prolog-int-to-char, prolog-char-to-int): New functions to use instead
2490 of int-to-char and char-to-int.
2491 (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
2492
e2019526
SB
24932011-01-11 Stefan Bruda <stefan@bruda.ca>
2494
2495 * progmodes/prolog.el: Replace by a whole new file.
2496
3fa173b4
SM
24972011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2498
2499 * subr.el (eval-after-load): Fix timing for features (bug#7769).
2500 (declare-function, undefined, insert-for-yank)
2501 (replace-regexp-in-string): Follow checkdoc's recommendations.
2502
7973bcea
SM
25032011-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2504
2505 * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
2506 refreshing the diary buffer.
2507
0af8c88b
KM
25082011-01-10 Ken Manheimer <ken.manheimer@gmail.com>
2509
7973bcea 2510 * allout.el: Add 2011 to the file copyright.
0af8c88b
KM
2511 (allout-encrypt-string): Prevent encryption from adding an extra
2512 newline at the end of the topic body.
2513 (allout-version): Increment to 2.3.
2514
1a27c64e
MA
25152011-01-10 Michael Albinus <michael.albinus@gmx.de>
2516
7973bcea
SM
2517 * net/dbus.el (dbus-unregister-service): Complete doc.
2518 Fix call of dbus-error signal.
5c0b4070 2519 (dbus-register-property): Use `dont-register' keyword.
1a27c64e 2520
0a203b61
MA
25212011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2522
2523 * net/dbus.el (dbus-unregister-service): Translate returned
2524 integer into a symbol.
2525 (dbus-register-property): Use `dbus-register-service' to do the
2526 name registration.
2527
895123f5
CY
25282011-01-09 Chong Yidong <cyd@stupidchicken.com>
2529
7973bcea
SM
2530 * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
2531 Suggested by Joakim Verona.
12e1f328 2532
732eb50a
CY
2533 * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
2534
895123f5
CY
2535 * wid-edit.el (visibility): Replace :on-image and :off-image
2536 widget properties with :on-glyph and :off-glyph, for consistency
2537 with the `visibility' widget.
2538 (widget-toggle-value-create, widget-visibility-value-create):
2539 Merge into a single function `widget-toggle-value-create'.
2540
2541 * cus-edit.el (custom-variable-value-create, custom-visibility)
7973bcea
SM
2542 (custom-face-edit-value-create, custom-face-value-create):
2543 Replace :on-image and :off-image widget properties with :on-glyph and
895123f5
CY
2544 :off-glyph, for consistency with the `visibility' widget.
2545
c8043a22
AS
25462011-01-09 Andreas Schwab <schwab@linux-m68k.org>
2547
2548 * net/ldap.el (ldap-search-internal): Don't use eval.
2549
b7617f6d
CY
25502011-01-09 Chong Yidong <cyd@stupidchicken.com>
2551
973f1f2a
CY
2552 * subr.el (read-char-choice): Use read-key.
2553
b7617f6d
CY
2554 * custom.el (custom-safe-themes): Rename from
2555 custom-safe-theme-files. Add :risky tag.
2556 (load-theme, custom-theme-load-confirm): Save sha1 hashes to
2557 custom-safe-themes, not filenames. Suggested by Stefan Monnier.
2558
900503ae
CY
25592011-01-09 Chong Yidong <cyd@stupidchicken.com>
2560
2561 * tool-bar.el (tool-bar-setup): Remove Help button. Remove label
2562 from Search and add a label to Undo.
2563
2564 * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
2565 inappropriate buttons and adding :vert-only tags.
2566
2567 * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
2568 removal of Help tool-bar button. Remove Undo button for space.
2569
2570 * info.el (info-tool-bar-map): Add :vert-only tags.
2571
c44d54b3
TH
25722011-01-08 Tassilo Horn <tassilo@member.fsf.org>
2573
2574 * doc-view.el (doc-view-mode-p): Check for png or imagemagick
2575 image backend support. Either of them is fine.
2576
3ef01959
CY
25772011-01-08 Chong Yidong <cyd@stupidchicken.com>
2578
3d91e302
CY
2579 * subr.el (y-or-n-p): Doc fix.
2580
278f6845
CY
2581 * custom.el (custom-safe-theme-files): New defcustom.
2582 (custom-theme-load-confirm): New function.
2583 (load-theme): Load theme using `load', confirming with
2584 custom-theme-load-confirm if necessary.
2585
3ef01959
CY
2586 * subr.el (read-char-choice): New function, factored out from
2587 dired-query and hack-local-variables-confirm.
2588
2589 * dired-aux.el (dired-query):
2590 * files.el (hack-local-variables-confirm): Use it.
2591
2592 * dired-aux.el (dired-compress-file):
2593 * files.el (abort-if-file-too-large, find-alternate-file)
2594 (set-visited-file-name, write-file, backup-buffer)
2595 (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
2596 (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
2597 Use new format string args for y-or-n-p and yes-or-no-p.
2598
7c837933
AS
25992011-01-08 Andreas Schwab <schwab@linux-m68k.org>
2600
2601 * progmodes/compile.el (compilation-error-regexp-alist-alist)
2602 [gcc-include]: Tighten file name match, add match for column
2603 number. (Bug#7806)
6c7ec171 2604 [gnu]: Remove unused group.
7c837933 2605
d0981f82
GM
26062011-01-08 Glenn Morris <rgm@gnu.org>
2607
e7a42417
GM
2608 * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
2609
d0981f82
GM
2610 * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
2611
d43bb7d3
SS
26122011-01-07 Sam Steingold <sds@gnu.org>
2613
2614 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
2615 the `explicit-shell-file-name' because that is the
2616 non-interactive shell.
2617
8c51d2a2
CY
26182011-01-07 Chong Yidong <cyd@stupidchicken.com>
2619
2620 * subr.el (y-or-n-p): Accept format string args.
2621
66b7b0fe
GM
26222011-01-07 Glenn Morris <rgm@gnu.org>
2623
2624 * Makefile.in (EMACSOPT): Add --no-site-lisp.
2625
1e004a83
KM
26262011-01-06 Ken Manheimer <ken.manheimer@gmail.com>
2627
66b7b0fe 2628 * allout.el (allout-back-to-current-heading): Ensure return to
1e004a83 2629 the visible containing topic, rather than a collapsed one.
66b7b0fe 2630 (allout-view-change-hook): Remove hook that was deprecated long ago.
1e004a83
KM
2631 (allout-exposure-change-hook): Remove documentation remarks
2632 concerning removed allout-view-change-hook.
2633 (allout-flag-region): Remove invocation of and documentation
2634 remarks concerning allout-view-change-hook.
2635
b0a8e46b
GM
26362011-01-06 Glenn Morris <rgm@gnu.org>
2637
2638 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
2639 (vc-bzr-annotate-extract-revision-at-line):
2640 Handle authors with embedded spaces. (Bug#7792)
2641
875c044a
TH
26422011-01-05 Tassilo Horn <tassilo@member.fsf.org>
2643
2644 * doc-view.el (doc-view-image-width): New variable.
2645 (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
2646 backend for PNG images, and do dynamic rescaling instead of
2647 reconverting the whole doc.
2648
1f6f7722
GM
26492011-01-05 Glenn Morris <rgm@gnu.org>
2650
2651 * emacs-lisp/rx.el (rx-repeat): Replace CL function.
2652
e9e68fda
KM
26532011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
2654
4896e8fc 2655 * allout.el: Reconcile with changes in line movement behavior for
e9e68fda
KM
2656 long text lines that cross more than a single physical window
2657 line, ie when truncate-lines is nil.
e9e68fda
KM
2658 (allout-next-visible-heading): Provide for change in line-move
2659 behavior on long lines when truncate-lines is nil. In that case,
2660 line-move can wind up on the same textual line when it moves to
2661 the next window line, and moving to the bullet position after the
2662 move yields zero advancement. Add logic to detect and compensate
2663 for the lack of progress.
2664 (allout-current-topic-collapsed-p): move-end-of-line respect for
2665 field boundaries is different when operating with body lines
2666 shorter than window width versus ones greater than window width,
2667 which can yield false negatives in this function. Avoid
2668 difference by applying move-end-of-line while field-text-motion is
2669 inhibited.
2670
3f1b6eb2
GM
26712011-01-04 Glenn Morris <rgm@gnu.org>
2672
2673 * textmodes/rst.el (rst-compile-toolsets):
2674 Add pdf and s5 to option alist.
2675
6388924a
MA
26762011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2677
7973bcea 2678 * net/dbus.el (dbus-register-property): Add optional parameter
6388924a
MA
2679 dont-register-service. Updated docstring accordingly.
2680
c3e4b003
AS
26812011-01-04 Andreas Schwab <schwab@linux-m68k.org>
2682
2683 * textmodes/rst.el (rst-compile-pdf-preview)
2684 (rst-compile-slides-preview): Remove extra line.
2685
ef4271fe
GM
26862011-01-04 Glenn Morris <rgm@gnu.org>
2687
2688 * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
2689 Add `pdf' and `s5' entries. Use `prog.py' if found, otherwise
2690 default to `prog' without a .py extension.
2691 (rst-compile-pdf-preview, rst-compile-slides-preview):
2692 Use program names from rst-compile-toolsets, rather than hard-coding.
2693 (rst-portable-mark-active-p): Fix presumed typo.
2694
7c420169 26952011-01-02 Eli Zaretskii <eliz@gnu.org>
01e62600 2696
7c420169 2697 * term/w32-win.el (dynamic-library-alist): Set up correctly for
5be1c984
EZ
2698 libpng versions both before and after 1.4.0. (Bug#7716)
2699
7c420169 27002011-01-02 Eli Zaretskii <eliz@gnu.org>
2d34d523 2701
6491af11
EZ
2702 * time.el (display-time-mode): Mention display-time-interval in
2703 the doc string. (Bug#7713)
2704
7c420169 27052011-01-02 Kenichi Handa <handa@m17n.org>
8258ae3f
KH
2706
2707 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
2708 condition-case and return an error message string if something
2709 goes wrong.
2f952059 2710 (rmail-show-mime): Adjust for the above change. Insert the
8258ae3f
KH
2711 header by rmail-mime-insert-header.
2712
7c420169 27132011-01-02 Kenichi Handa <handa@m17n.org>
186f7f0b
KH
2714
2715 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
2716 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
2717 (rmail-mime-mbox-buffer)
2718 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
2719 (rmail-mime-entity): Argument changed. All codes handling an
2720 entity object are changed.
2f952059 2721 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
186f7f0b
KH
2722 the above change.
2723 (rmail-mime-entity-children, rmail-mime-entity-handler)
2724 (rmail-mime-entity-tagline): New functions.
2725 (rmail-mime-message-p): New function.
2726 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
2727 (rmail-mime-entity-segment, rmail-mime-next-item)
2728 (rmail-mime-previous-item, rmail-mime-shown-mode)
2729 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
2730 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
2f952059
ML
2731 (rmail-mime-insert-tagline, rmail-mime-insert-header):
2732 New functions.
186f7f0b
KH
2733 (rmail-mime-text-handler): Call rmail-mime-insert-text.
2734 (rmail-mime-insert-decoded-text): New function.
2735 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
2736 (rmail-mime-insert-image): Argument changed. Caller changed.
2737 (rmail-mime-image): Call rmail-mime-toggle-hidden.
b762841f 2738 (rmail-mime-set-bulk-data): New function.
186f7f0b
KH
2739 (rmail-mime-insert-bulk): Argument changed.
2740 (rmail-mime-multipart-handler): Return t.
2f952059
ML
2741 (rmail-mime-process-multipart): Argument changed.
2742 Handle "multipart/alternative" here.
186f7f0b
KH
2743 (rmail-mime-process): Argument changed.
2744 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
2745 (rmail-mime-insert): Argument changed. Handle raw display mode.
2746 (rmail-mime): Argument changed. Handle toggling of raw display
2747 mode.
2748 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
2749 rmail-mime-view-buffer.
2750 (rmail-insert-mime-forwarded-message): Likewise.
2751 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
2752
2753 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
2754 non-nil, handle the header in rmail-show-mime-function.
2755
7c420169 27562011-01-02 Leo <sdl.web@gmail.com>
e1a23575 2757
7c420169 2758 * help-fns.el (describe-variable): Fix previous change.
e1a23575 2759
7c420169 27602011-01-02 Juri Linkov <juri@jurta.org>
957e5dd1
JL
2761
2762 * isearch.el (isearch-lazy-highlight-error): New variable.
2763 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
2764 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
2765 to the current value of `isearch-error' (Bug#7468).
2766
7c420169 27672011-01-02 Chong Yidong <cyd@stupidchicken.com>
3c505d31
CY
2768
2769 * help-fns.el (describe-variable): Don't emit trailing whitespace
2770 (Bug#7511).
2771
7c420169 27722011-01-02 Chong Yidong <cyd@stupidchicken.com>
c1cf05f4
CY
2773
2774 * textmodes/rst.el (rst-compile-pdf-preview)
2775 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
2776
7c420169 27772011-01-02 Kevin Gallagher <Kevin.Gallagher@boeing.com>
c8cbbe27
KG
2778
2779 * emulation/edt-mapper.el: Override mapping of function keys so
2780 that the later call to read-key-sequence works.
2781
7c420169 27822011-01-02 Eli Zaretskii <eliz@gnu.org>
95e4cc85
EZ
2783
2784 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
2785 Unix EOLs. (Bug#7589)
2786
7c420169
CY
27872011-01-02 Leo <sdl.web@gmail.com>
2788
2789 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
2790 if point is not behind eshell-last-output-end (Bug#7585).
2791
27922011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
2793
2794 * files.el (file-local-variables-alist):
2795 Make permanent-local (bug#7767).
2796
27972011-01-02 Glenn Morris <rgm@gnu.org>
2798
2799 * version.el (emacs-copyright): Set short copyright year to 2011.
2800
28012011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2802
2803 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
2804 an existing temp buffer. (Bug#7746)
2805
28062011-01-02 Glenn Morris <rgm@gnu.org>
2807
2808 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
2809 multiple addresses. (Bug#7760)
2810
fb9a573a
KM
28112011-01-01 Ken Manheimer <ken.manheimer@gmail.com>
2812
e9e68fda 2813 * allout.el (allout-auto-fill): Do not infinitely recurse - use
fb9a573a
KM
2814 do-auto-fill if everything points back to allout-auto-fill.
2815 (allout-mode-deactivate-hook): Declare obsolete, in favor of
2816 standard-formed minor-mode deactivate hook, allout-mode-off-hook.
2817
8d68c659
MA
28182010-12-31 Michael Albinus <michael.albinus@gmx.de>
2819
2820 * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
2821 and "scpx".
2822
291cc045
TH
28232010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2824
2825 * doc-view.el (doc-view-set-doc-type): New function refactored
2826 from doc-view-mode.
2827 (doc-view-fallback-mode): New function.
2828 (doc-view-mode): Use it.
2829 (doc-view-mode-maybe): New function that checks if doc-view-mode
2830 can be used and falls back to the next best mode otherwise.
2831
2832 * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
2833 DVI, OpenDocument, and MS Office files.
2834
8ee2dc5c
AS
28352010-12-30 Andreas Schwab <schwab@linux-m68k.org>
2836
2837 * emacs-lisp/rx.el (rx-syntax): Fix typo.
2838
f9e68477
TH
28392010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2840
2841 * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
2842 on a copy of auto-mode-alist, because that deletes with side
2843 effects.
2844
ad727c81
TH
28452010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2846
7973bcea
SM
2847 * doc-view.el (doc-view-mode, doc-view-toggle-display):
2848 Use normal-mode without doc-view-mode bindings in auto-mode-alist as
ad727c81
TH
2849 fallback instead of hard coding fundamental mode.
2850
b71b7803
TH
28512010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2852
2853 * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
2854 Office) files also for searching.
2855
95e16d17
TH
28562010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2857
2858 * doc-view.el: Implement viewing of OpenDocument (and Microsoft
2859 Office) files. Not yet enabled via auto-mode-list.
2860 (doc-view-unoconv-program): New custom variable.
2861 (doc-view-mode-p): Handle new odf document type.
2862 (doc-view-odf->pdf): New conversion function.
2863 (doc-view-convert-current-doc): Call it for odf files.
2864 (doc-view-mode): Recognize newly supported file extensions.
2865
b191c9d9
MA
28662010-12-30 Michael Albinus <michael.albinus@gmx.de>
2867
2868 * net/tramp.el (tramp-default-method-alist)
2869 (tramp-default-user-alist)
2870 (tramp-local-host-regexp, tramp-prefix-domain-format)
2871 (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
2872
2873 * net/tramp-ftp.el:
2874 * net/tramp-gvfs.el:
2875 * net/tramp-gw.el:
2876 * net/tramp-imap.el:
2877 * net/tramp-sh.el:
2878 * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
2879 code of `tramp-default-method-alist' and `tramp-default-user-alist'.
2880
6e457cc9
KF
28812010-12-29 Karl Fogel <kfogel@red-bean.com>
2882
2883 * saveplace.el (save-place-alist-to-file): Save list sorted and
2884 pretty-printed, so that it is mergeable by line-based text merging,
2885 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
2886
fb9a573a
KM
28872010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
2888
e9e68fda 2889 * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
fb9a573a
KM
2890 (allout-mode): Argument "toggle" => "force".
2891 Refine the docstring.
2892 Remove special provisions for reactivation, besides the 'force'
2893 argument.
2894 Consolidate layout provisions coce directly into the activation
2895 condition branch, now that we've removed those provisions.
2896 (allout-unload-function): Explicitly activate the mode before
2897 deactivating, if it's initially deactivated.
2898 (allout-set-buffer-multibyte): Properly prevent byte-compiler
2899 warnings for version of function used only where
2900 set-buffer-multibyte is unavailable.
2901
c940c054
CY
29022010-12-28 Chong Yidong <cyd@stupidchicken.com>
2903
2904 * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
2905 are handled by the menu-bar entries. As before, don't use
2906 :visibile to avoid changing the tool-bar.
2907
4c145d5d
MA
29082010-12-27 Michael Albinus <michael.albinus@gmx.de>
2909
2910 * net/secrets.el (secrets-delete-alias): New defun.
2911
fe99f704
MA
29122010-12-27 Michael Albinus <michael.albinus@gmx.de>
2913
2914 * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
2915 methods, otherwise ~/.ssh/config would be ignored.
2916
723ee192
SM
29172010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
2918
2919 * emacs-lisp/rx.el: Make it a superset of sregex.
2920 (rx-constituents): Add `any => "."', mark `repeat' as taking any number
2921 of args, add `regex' alias.
2922 (rx-info): Add arg to distinguish head and standalone forms.
2923 (rx-check, rx-form): Pass the corresponding arg.
2924 (rx-**): Simplify.
2925 (rx-repeat): Make it work for any number of args.
2926 (rx-syntax): Make it accept syntax chars as is.
2927 * obsolete/sregex.el: Move from emacs-lisp/.
2928 * emacs-lisp/re-builder.el: Remove sregex support.
2929 * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
2930
e77714da
EZ
29312010-12-25 Eli Zaretskii <eliz@gnu.org>
2932
2933 * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
2934 PRIMARY first, then the clipboard. (Bug#7699)
2935
17870c01
SM
29362010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
2937
2938 * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
2939 print-number-table.
2940
6bfa51ba
CY
29412010-12-21 Chong Yidong <cyd@stupidchicken.com>
2942
d78cdcf7
CY
2943 * help-fns.el (find-lisp-object-file-name): Locate .emacs from
2944 .emacs.elc (Bug#7530).
2945
6bfa51ba
CY
2946 * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
2947 image spec (Bug#7480).
2948
9d9cfd53
DU
29492010-12-21 Daiki Ueno <ueno@unixuser.org>
2950
2951 * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
723ee192
SM
2952 * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
2953 Move from lisp/.
9d9cfd53 2954
adc0b793
JD
29552010-12-20 Leo <sdl.web@gmail.com>
2956
2957 * dnd.el (dnd-get-local-file-name): Unhex of file name shall
2958 always be performed (Bug#7680).
2959
778ca437
CY
29602010-12-20 Chong Yidong <cyd@stupidchicken.com>
2961
3f95d7ff
CY
2962 * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
2963 (menu-bar-edit-menu): Bind "Copy" to kill-ring-save. Don't use
2964 mouse-region-match.
778ca437 2965
3f95d7ff 2966 * color.el: Move from gnus/.
94975270 2967
f48fdaad
CY
2968 * vc/diff.el (diff-better-file-name): Function deleted.
2969 abbreviating file names causes problems with shell-quote-argument.
94975270
CY
2970 (diff-no-select): Just use expand-file-name.
2971
2972 * tool-bar.el (tool-bar--image-expression): New function.
2973 (tool-bar-local-item, tool-bar--image-exp): Use it.
2974 (tool-bar-setup): Initialize tool-bar-separator-image-expression.
2975 Use :enable instead of :visible to avoid changing the tool-bar
2976 configuration unnecessarily.
2977
2978 * info.el (info-tool-bar-map): Add separators.
2979
2e306b39
KB
29802010-12-17 Ken Brown <kbrown@cornell.edu>
2981
2982 * loadup.el: Use version numbers in Cygwin build.
2983
395542c6
RT
29842010-12-17 Ryan Twitchell <metatheorem@gmail.com> (tiny change)
2985
2986 * ido.el (ido-file-internal): Ask for confirmation before
2987 overwriting an existing file (Bug#1238).
2988
4039c786
CY
29892010-12-16 Chong Yidong <cyd@stupidchicken.com>
2990
2991 * tool-bar.el (tool-bar-setup): Add separators.
2992
2993 * menu-bar.el (featurep): Use menu-bar-separator.
2994
45720dc3
GM
29952010-12-16 Ken Manheimer <ken.manheimer@gmail.com>
2996
2997 Migrate allout encryption provisions from pgg to epg.
2998
2999 * allout.el (allout-toggle-current-subtree-encryption)
3000 (allout-toggle-subtree-encryption): Adjust docstrings to reflect
3001 defaulting policy and other changes. Change fetch-pass to keymode-cue,
3002 for simpler universal argument interpretation.
35f52ed6 3003 (allout-toggle-subtree-encryption): Adjust docstring to describe
45720dc3
GM
3004 changed encryption provisions. Change fetch-pass to keymode-cue, for
3005 simpler universal argument interpretation. Remove provisions for
3006 handling key type and identity - they'll all be within
3007 allout-encrypt-string or epg/epg or even contained all the way in gpg.
3008 (allout-encrypt-string): Include keymode-cue, for optionally prompting
3009 for keypair recipients (universal argument > 1) and, in addition,
3010 associating the specified recipients with the outline (universal
3011 argument > 4) using a file local variable setting for
3012 'epa-file-encrypt-to'.
3013 Require epa, for recipients handling.
3014 Change how regexp filtering elements are named.
3015 Describe the problem with caching of incorrect symmetric-decryption
3016 keys.
3017 Use the epa-passphrase-callback-function, in case the user is using
3018 GnuPG v1.
3019 Support saving of the selected keypair recipients when invoked with a
3020 keymode-cue > 4.
3021 Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
3022 Require 'epa.
3023 Establish epg-context with armoring and default epg-protocol.
3024 Remove all passphrase cache, verification, and hinting code.
3025 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
3026 No longer used, delete.
3027 (allout-mode): Adjust docstring to describe changed encryption
3028 provisions. Describe the problem with caching of incorrect
3029 symmetric-decryption keys.
3030 (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
3031 (allout-make-passphrase-state, allout-passphrase-state-passphrase)
3032 (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
3033 (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
3034 Obsolete, remove.
3035
33088bed
DU
30362010-12-16 Daiki Ueno <ueno@unixuser.org>
3037
3038 * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
3039 key selection prompt; make 'silent as default (Bug#7487).
3040
bfc49a5b
LL
30412010-12-16 Leo <sdl.web@gmail.com>
3042
7973bcea
SM
3043 * eshell/eshell.el (eshell-directory-name):
3044 Use locate-user-emacs-file (Bug#7578).
bfc49a5b 3045
68251e16
GM
30462010-12-15 Glenn Morris <rgm@gnu.org>
3047
3048 * loadup.el (symbol-file-load-history-loaded): Remove; unused.
3049
99f053cf 30502010-12-15 Jari Aalto <jari.aalto@cante.net>
01c35094 3051 Scott Evans <gse@antisleep.com>
99f053cf
JA
3052
3053 * rect.el (rectange--default-line-number-format)
3054 (rectangle-number-line-callback): New functions.
3055 (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
3056
5614fd56
CY
30572010-12-15 Chong Yidong <cyd@stupidchicken.com>
3058
3059 * rect.el (operate-on-rectangle-lines, string-rectangle-string):
3060 Delete unused variables.
3061 (move-to-column-force): Remove function obsolete since 21.2.
3062
d68b0220
MA
30632010-12-14 Michael Albinus <michael.albinus@gmx.de>
3064
3065 * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
3066 (tramp-handle-insert-file-contents): Do not set permanent-local
3067 property.
3068
7973bcea
SM
3069 * net/tramp-cache.el (tramp-persistency-file-name):
3070 Use `locate-user-emacs-file' if fboundp.
d68b0220
MA
3071
3072 * net/tramp-sh.el (tramp-methods): Add "ksu".
3073 (tramp-default-user-alist): Add "ksu". Use `regexp-opt' for
3074 method list.
3075
0273f794
GM
30762010-12-14 Glenn Morris <rgm@gnu.org>
3077
ab274982
GM
3078 * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
3079 (find-tag-marker-ring): Declare.
3080 (js-find-symbol): Require etags.
3081
e758216c
GM
3082 * mail/sendmail.el: Don't require rmail or mailalias when compiling.
3083 Require mail-utils.
3084 (mail-alias-file): Don't autoload. Doc fix.
3085 (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
3086 (mail-mailer-swallows-blank-line): Default to nil. Doc fix.
3087 Mark as obsolete, and risky.
3088 (mail-setup): Simplify.
3089
53aff12a
GM
3090 * mail/mailalias.el (build-mail-aliases): Make it interactive.
3091 * mail/sendmail.el (build-mail-aliases): Update autoload.
3092
aae4b48c
GM
3093 * dired.el (dired-trivial-filenames, dired-chown-program)
3094 (dired-auto-revert-buffer): Remove autoload cookies.
3095 * mail/sendmail.el (mail-recover-1): Require 'dired.
3096
bff7c1ad
GM
3097 * dired.el (dired-subdir-switches, dired-chown-program)
3098 (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
3099 Make into defcustoms.
3100 (dired-chown-program): Simplify initialization.
3101
0273f794
GM
3102 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
3103
bc557672
RF
31042010-12-13 Romain Francoise <romain@orebokech.com>
3105
3106 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
3107
7410c270
G
31082010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3109
3110 * net/netrc.el (netrc-point-at-eol): Remove the unused
3111 netrc-point-at-old and netrc-bound-and-true-p bindings.
3112 (netrc-parse): Cache the netrc contents.
3113
f49d1f52 31142010-12-13 Eli Zaretskii <eliz@gnu.org>
11aad4e9
EZ
3115
3116 * subr.el (posn-col-row): Evaluate header-line-format in the
3117 context of the POSITION window's buffer.
3118
f49d1f52 31192010-12-13 Glenn Morris <rgm@gnu.org>
5612fd08
GM
3120
3121 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
3122 (with-silent-modifications): Doc fixes.
3123
f49d1f52 31242010-12-13 Michael Albinus <michael.albinus@gmx.de>
158d5945
MA
3125
3126 * net/tramp.el (tramp-action-password, tramp-process-actions):
d68b0220 3127 Revert previous from. Use `save-restriction'.
158d5945 3128
f49d1f52 31292010-12-13 Stephen Berman <stephen.berman@gmx.net>
81ced43d
SB
3130
3131 * calendar/diary-lib.el (diary-list-sexp-entries):
3132 Handle case of no newline at end of file. (Bug#7536)
3133
f49d1f52 31342010-12-13 Glenn Morris <rgm@gnu.org>
b2364eaa
GM
3135
3136 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
3137
f49d1f52 31382010-12-13 Michael Albinus <michael.albinus@gmx.de>
32802ee1 3139
f49d1f52 3140 * net/tramp.el (tramp-action-password): Delete region, do not narrow.
32802ee1 3141 (tramp-process-actions): Do not widen.
d68b0220 3142
f49d1f52
SM
3143 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3144 Protect buffer-modified value. (Bug#7557)
32802ee1 3145
f49d1f52 31462010-12-13 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
da9123a8
JM
3147
3148 * log-edit.el (log-edit-changelog-entries):
3149 Regexp quote filename. (Bug#7505)
3150
f49d1f52 31512010-12-13 Tom Breton <tehom@panix.com>
478834e6
TB
3152
3153 * cus-edit.el (custom-save-all):
3154 Bind print-length and print-level to nil. (Bug#7581)
3155
f49d1f52 31562010-12-13 Glenn Morris <rgm@gnu.org>
3c1e62f8 3157
d5e6e0b6
GM
3158 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
3159 Run hooks to update menu contents. (Bug#7586)
3160
3c1e62f8
GM
3161 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
3162 file names, for the sake of MS Windows. (Bug#7588)
3163
f49d1f52 31642010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
b1816a74
SM
3165
3166 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
3167 empty lines without a leading space.
3168
f49d1f52 31692010-12-13 Leo <sdl.web@gmail.com>
86a6e8e0 3170
740af6c9
GM
3171 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
3172 while mapping over marks (Bug#6810).
86a6e8e0 3173
f49d1f52 31742010-12-13 Chong Yidong <cyd@stupidchicken.com>
bc60f4de
CY
3175
3176 * image-dired.el (image-dired-db-file)
3177 (image-dired-temp-image-file, image-dired-gallery-dir)
3178 (image-dired-temp-rotate-image-file): Set default values relative
3179 to image-dired-dir (Bug#7518).
3180
f49d1f52 31812010-12-13 Lawrence Mitchell <wence@gmx.li>
3ecba049
LM
3182
3183 * format.el (format-decode-run-method): Pass args FROM and TO, not
3184 point-min and point-max, to shell-command-on-region (Bug#7488).
3185
f49d1f52 31862010-12-13 Jan Djärv <jan.h.d@swipnet.se>
0afb6242
JD
3187
3188 * frame.el (blink-cursor-mode): Make default t for ns.
3189
f49d1f52 31902010-12-13 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
5eae900e
BR
3191
3192 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3193
f49d1f52 31942010-12-13 Chong Yidong <cyd@stupidchicken.com>
74194465 3195
637c2c43
CY
3196 * comint.el (comint-dynamic-list-input-ring)
3197 (comint-dynamic-complete-filename)
3198 (comint-replace-by-expanded-filename)
3199 (comint-dynamic-simple-complete)
3200 (comint-dynamic-list-filename-completions)
3201 (comint-dynamic-list-completions): Doc fix (Bug#7499).
3202
74194465
CY
3203 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
3204 Doc fix (Bug#7471).
3205
f49d1f52 32062010-12-13 Martin Rudalics <rudalics@gmx.at>
6ed96c33
MR
3207
3208 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
3209 (Bug#7533).
3210
01c35094 32112010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
11cb1e35
MB
3212
3213 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
3214 (Bug#7491).
3215
f49d1f52 32162010-12-13 Eli Zaretskii <eliz@gnu.org>
2472c214
EZ
3217
3218 * files.el (file-relative-name): Handle UNC file names on
3219 DOS/Windows. (Bug#4674)
3220
f49d1f52 32212010-12-13 Daiki Ueno <ueno@unixuser.org>
f9fe1af9
DU
3222
3223 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3224 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3225 (epg-context-set-passphrase-callback): Mention that the callback
3226 is not called when used with GnuPG 2.x.
3227
f49d1f52 32282010-12-13 Glenn Morris <rgm@gnu.org>
ff80efe7
GM
3229
3230 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
3231 Ensure ps-footer-font-size-internal is initialized.
3232 Call ps-get-page-dimensions before trying to use ps-font-for-text.
3233
f49d1f52 32342010-12-13 Kenichi Handa <handa@m17n.org>
7e116860
KH
3235
3236 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
3237 within condition-case.
3238 (rmail-show-mime): Don't use condition-case.
3239 (rmail-search-mime-message): New function.
3240 (rmail-search-mime-message-function): Set to
3241 rmail-search-mime-message.
3242
f49d1f52 32432010-12-13 Leo <sdl.web@gmail.com>
bd794450 3244
0fdd1db7 3245 * ido.el (ido-common-initialization): New function. (bug#3274)
bd794450
LL
3246 (ido-mode): Use it.
3247 (ido-completing-read): Call it.
3248
fdbb4d85
KF
32492010-12-12 Karl Fogel <kfogel@red-bean.com>
3250
3251 * bookmark.el (bookmark-name-from-full-record): Rename back to
3252 this original name from `bookmark-name-from-record' reverting part
3253 of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
3254 As Drew Adams pointed out, there was no reason to cause churn for
2cf429d0 3255 third-party callers. (Bug#7609)
fdbb4d85 3256
0e5cf2b8
AM
32572010-12-12 Alan Mackenzie <acm@muc.de>
3258
3259 * progmodes/cc-engine.el (c-forward-type): Before scanning a
3260 template arglist, check that the current language supports this.
3261
6961d41c
GM
32622010-12-11 Glenn Morris <rgm@gnu.org>
3263
2b404597
GM
3264 * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
3265 state of the file matches. (Bug#7544)
3266 (vc-bzr-register, vc-bzr-checkin)
3267 (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
3268 (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
3269
6961d41c
GM
3270 * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
3271
1e5d2a04
KK
32722010-12-11 Karel Klíč <kklic@redhat.com>
3273
3274 * files.el (auto-mode-alist): Use html-mode for *.xhtml. (Bug#7606)
3275
175069ef
SM
32762010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3277
3278 Derive from prog-mode, use derived-mode-p, and fix up various
3279 minor style issues in lisp/progmodes.
3280
3281 * progmodes/vhdl-mode.el (vhdl-mode):
3282 * progmodes/verilog-mode.el (verilog-mode):
3283 * progmodes/vera-mode.el (vera-mode):
3284 * progmodes/sql.el (sql-mode):
3285 * progmodes/scheme.el (scheme-mode):
3286 * progmodes/perl-mode.el (perl-mode):
3287 * progmodes/octave-inf.el (inferior-octave-mode):
3288 * progmodes/autoconf.el (autoconf-mode):
3289 * progmodes/m4-mode.el (m4-mode):
3290 * progmodes/inf-lisp.el (inferior-lisp-mode):
3291 * progmodes/idlwave.el (idlwave-mode):
3292 * progmodes/icon.el (icon-mode):
3293 * progmodes/idlw-help.el (idlwave-help-mode):
3294 * progmodes/dcl-mode.el (dcl-mode):
3295 * progmodes/idlw-shell.el (idlwave-shell-mode):
3296 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
3297 (ebrowse-member-mode, ebrowse-electric-position-mode):
3298 Use define-derived-mode.
3299
3300 * progmodes/xscheme.el (exit-scheme-interaction-mode)
3301 (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
3302 (xscheme-debugger-mode-p, xscheme-send-string-1):
3303 * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
3304 (tcl-load-file, tcl-restart-with-file):
3305 * progmodes/ps-mode.el (ps-run-running):
3306 * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
3307 * progmodes/js.el (js--get-all-known-symbols):
3308 * progmodes/inf-lisp.el (inferior-lisp-proc):
3309 * progmodes/idlwave.el (idlwave-beginning-of-statement)
3310 (idlwave-template, idlwave-update-buffer-routine-info)
3311 (idlwave-update-current-buffer-info)
3312 (idlwave-get-routine-info-from-buffers, idlwave-choose)
3313 (idlwave-scan-class-info, idlwave-fix-keywords)
3314 (idlwave-list-buffer-load-path-shadows):
3315 * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
3316 (idlwave-toolbar-remove):
3317 * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
3318 (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
3319 (idlwave-shell-menu-def):
3320 * progmodes/idlw-complete-structtag.el
3321 (idlwave-prepare-structure-tag-completion):
3322 * progmodes/gud.el (gud-set-buffer):
3323 * progmodes/f90.el (f90-backslash-not-special):
3324 * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
3325
3326 * progmodes/xscheme.el (xscheme-start)
3327 (local-set-scheme-interaction-buffer, scheme-interaction-mode):
3328 * progmodes/which-func.el (which-function):
3329 * progmodes/vhdl-mode.el (vhdl-set-style):
3330 * progmodes/verilog-mode.el (verilog-set-compile-command)
3331 (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
3332 (verilog-set-define, verilog-auto-reeval-locals):
3333 * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
3334 * progmodes/simula.el (simula-mode):
3335 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
3336 * progmodes/python.el (python-check, python-mode):
3337 * progmodes/prolog.el (prolog-mode-variables):
3338 * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
3339 * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
3340 * progmodes/delphi.el (delphi-mode):
3341 * progmodes/cc-styles.el (c-setup-paragraph-variables):
3342 * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
3343 (c-font-lock-init): Move make-local-variable to their setq.
3344
3345 * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
3346 (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
3347 make-local-hook.
3348 * progmodes/sh-script.el (sh-require-final-newline): Remove.
3349 (sh-set-shell): Don't set require-final-newline since it's already done
3350 by prog-mode.
3351 * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
3352 since we never set it.
3353 * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
3354 Use read-string and standard prompt.
3355 * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
3356 * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
3357 (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
3358 (meta-common-mode-map): Rename from meta-mode-map.
3359 Remove C-m binding, which is a user preference, not mode specific.
3360 (meta-common-mode): New major mode; replace meta-common-initialization.
3361 * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
3362 around with font-lock.
3363 * progmodes/etags.el (select-tags-table-mode):
3364 Derive from special-mode.
3365 * progmodes/octave-mod.el (octave-mode):
3366 * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
3367 (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
3368 (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
3369 Let define-derived-mode do its job.
3370 * progmodes/cpp.el (cpp-edit-mode-map):
3371 Move initialization into declaration.
3372 (cpp-edit-mode): Use define-derived-mode.
3373 (cpp-edit-load): Use derived-mode-p.
3374 * progmodes/mixal-mode.el (mixal-mode):
3375 * progmodes/f90.el (f90-mode):
3376 * progmodes/cfengine.el (cfengine-mode): Don't bother setting
3377 require-final-newline since prog-mode does it already.
3378 * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
3379 * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
3380 * progmodes/antlr-mode.el: Require cc-mode upfront.
3381 (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
3382 the declaration.
3383 (antlr-directory-dependencies, antlr-show-makefile-rules):
3384 Use derived-mode-p.
3385 (antlr-language-option): Don't assume point-min==1.
3386 (antlr-mode): Use define-derived-mode.
3387 * progmodes/ada-mode.el: Use derived-mode-p.
3388 (ada-mode): Use define-derived-mode.
3389 Use hack-local-variables-hook.
3390
61f91c04
SM
33912010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3392
3393 * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
3394 (texinfo-mode): Don't disable adaptive-fill-mode.
3395 (texinfo-insert-block): Adjust cursor placement for blocks with arg.
3396 (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
3397 (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
3398 (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
3399 (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
3400 (texinfo-insert-@quotation, texinfo-insert-@samp)
3401 (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
3402 (texinfo-insert-@uref): Use define-skeleton.
3403 (texinfo-insert-@-with-arg): Delete.
3404
72a44673
EZ
34052010-12-10 Eli Zaretskii <eliz@gnu.org>
3406
3407 * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
3408 nil, do quote archive member names. (Bug#6144)
3409
ab540f59
GM
34102010-12-10 Glenn Morris <rgm@gnu.org>
3411
66f782de
GM
3412 * files.el (diff-no-select): Declare.
3413
e554b3f8
GM
3414 * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
3415 (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
3416
ab540f59
GM
3417 * comint.el (comint-input-ring-file-name): Doc fix.
3418
f68ab99b
EZ
34192010-12-09 Eli Zaretskii <eliz@gnu.org>
3420
3421 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
3422 New functions.
61f91c04
SM
3423 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
3424 Use them instead of `nil' and `>', respectively.
f68ab99b
EZ
3425 (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
3426 instead of `nil'.
3427 (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
3428 and menu-bar-positive-p instead of `nil' and `>', respectively.
3429 (Bug#1077)
3430
650453a9
VJL
34312010-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3432
3433 * whitespace.el (whitespace-newline-mode): Code fix.
3434
28d5de72
GM
34352010-12-09 Glenn Morris <rgm@gnu.org>
3436
3437 * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
3438 Rename functions without commas, update callers.
3439
b596d50d 34402010-12-08 Jeff Dairiki <dairiki@dairiki.org> (tiny change)
16498102 3441
b596d50d
GM
3442 * whitespace.el (whitespace-cleanup-region):
3443 Clean up spaces before tabs. (Bug#7582)
16498102 3444
eff37c5e
KF
34452010-12-08 Karl Fogel <kfogel@red-bean.com>
3446
3447 * bookmark.el: Adjust parameter names and doc strings to resolve
3448 confusion over whether "bookmark" meant a bookmark name or a
3449 bookmark record. Along the way, shorten one function's name for
3450 similar reasons. (Issue #7548)
3451 (bookmark-name-from-record): New name for
3452 `bookmark-name-from-full-record'. All callers changed.
3453 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3454 (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
3455 (bookmark-get-annotation, bookmark-set-annotation)
3456 (bookmark-get-filename, bookmark-set-filename)
3457 (bookmark-get-position, bookmark-set-position)
3458 (bookmark-get-front-context-string, bookmark-set-front-context-string)
3459 (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
3460 (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
3461 (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
3462 Rename `bookmark' parameter to `bookmark-name-or-record', to
3463 clearly show its role, and shorten or adjust doc strings accordingly.
3464 (bookmark-set-name): Same, and pass the parameter directly to
3465 `bookmark-get-bookmark' instead of redundantly doing the callee's work.
3466 (bookmark-default-annotation-text, bookmark-send-edited-annotation)
3467 (bookmark-relocate, bookmark-insert-location, bookmark-insert)
3468 (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
3469 and in some cases shorten doc string accordingly.
3470 (bookmark-rename): Change `old' and `new' parameters to `old-name'
3471 and `new-name', and adjust an internal variable to avoid confusion.
3472 (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
3473 parameter in doc string.
3474
5fe9ebd1
GM
34752010-12-08 Glenn Morris <rgm@gnu.org>
3476
ac8331a7
GM
3477 * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
3478 from gdb's history file. (Bug#7575)
3479
5fe9ebd1
GM
3480 * mail/emacsbug.el (report-emacs-bug):
3481 Try to handle some other mail clients.
3482
33cf0fb2
SM
34832010-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3484
3485 * files.el (dir-locals-collect-variables): Don't let errors stop us.
3486 Use string-prefix-p.
3487 (file-name-version-regexp): New var.
3488 (file-name-sans-versions):
3489 * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
3490 (jka-compr-get-compression-info): Use dolist.
3491 (jka-compr-compression-info-list): Don't bother specifying
3492 version/backup regexps.
3493
11c31b99
TH
34942010-12-07 Tassilo Horn <tassilo@member.fsf.org>
3495
3496 * simple.el (just-one-space): Make argument n default to 1 if
3497 omitted.
3498
a733fc37
SM
34992010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3500
3501 * electric.el (electric-indent-post-self-insert-function):
3502 Delete trailing newlines even if we don't reindent.
3503
88b5a757
DD
35042010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3505
a733fc37
SM
3506 * minibuffer.el (completion-at-point): Remove the `arg'.
3507 * bindings.el (complete-symbol): Move back from minibuffer.el.
3508
35092010-12-06 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3510
88b5a757
DD
3511 * simple.el (just-one-space): Delete newlines for negative arg.
3512
ce327e48
SM
35132010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3514
3515 * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
3516 (ansi-color-filter-apply): Simplify.
3517 (ansi-color-apply): Use `font-lock-face' rather than `face'.
3518
ac73d955
BR
35192010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3520
3521 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3522
8c44f097
CY
35232010-12-04 Chong Yidong <cyd@stupidchicken.com>
3524
3525 * dired.el (dired-use-ls-dired): Set default to a special
3526 "unspecified" value.
3527 (dired-insert-directory): When called the first time, check
3528 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
3529
15af15e5
TO
35302010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
3531
3532 * replace.el: Add "collect" feature to occur.
3533 (occur-collect-regexp-history): New var.
88b5a757
DD
3534 (occur-read-primary-args): Return a replace string for nlines,
3535 if needed.
15af15e5
TO
3536 (occur): Extend the meaning of nlines.
3537
b2e6e5bd
SM
35382010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3539
3540 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
3541 (which-func-update-1): Distinguish symbols from strings.
3542 (which-function): Stay within 80 columns.
3543
ee9355dc
SM
35442010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3545
7f0ea0ff
SM
3546 * subr.el (with-demoted-errors): Distinguish symbols from strings.
3547
ee9355dc
SM
3548 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
3549 Improve docstring.
3550 (comment-style): Use comment-styles's docs to describe values.
3551
3e972d98
JD
35522010-12-03 Jan Djärv <jan.h.d@swipnet.se>
3553
3554 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
3555 and ns-show-prefs (Bug#7535).
3556
3557 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
3558 bindings (Bug#7535).
3559
c879436a
GM
35602010-12-03 Glenn Morris <rgm@gnu.org>
3561
afe27238
GM
3562 * nxml/nxml-mode.el: Require rng-nxml.
3563 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
3564 Remove declarations.
3565
65beee52
GM
3566 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
3567 * nxml/rng-nxml.el, nxml/rng-valid.el:
3568 Remove leading `*' from defcustom docs.
3569
ad961a00
GM
3570 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3571 (normal-top-level-add-to-load-path, tty-handle-args):
3572 Convert comments to basic doc-strings.
3573
c5fd0ab5
GM
3574 * net/browse-url.el (browse-url-url-at-point)
3575 (browse-url-default-browser): Remove autoload cookies.
3576
f62f063d
GM
3577 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3578 Remove more undefined cl functions.
3579
c879436a
GM
3580 * vc/diff.el (diff-sentinel): Make new arguments optional.
3581 * ibuf-ext.el (diff-sentinel): Update declaration.
3582
3721e124
DU
35832010-12-03 Daiki Ueno <ueno@unixuser.org>
3584
3585 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3586 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3587 (epg-context-set-passphrase-callback): Mention that the callback
3588 is not called when used with GnuPG 2.x.
3589
66feec8b
MA
35902010-12-02 Michael Albinus <michael.albinus@gmx.de>
3591
3592 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
3593 (tramp-file-name-port): Check also for `tramp-default-port'.
3594 (tramp-get-connection-name): New defun.
3595 (tramp-get-connection-process): Use it.
3596 (tramp-debug-message): Extend function exclude list.
3597 (tramp-drop-volume-letter): Fix doc string.
3598
3599 * net/tramp-cmds.el: Remove solved todo item.
3600
66feec8b
MA
3601 * net/tramp-ftp.el:
3602 * net/tramp-gvfs.el:
3603 * net/tramp-gw.el:
3604 * net/tramp-imap.el:
3605 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
3606 and `tramp-default-user-alist', respectively.
3607
88b5a757
DD
3608 * net/tramp-gw.el (tramp-gw-open-connection):
3609 Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
66feec8b
MA
3610
3611 * net/tramp-imap.el (tramp-imap-make-iht): Use just
3612 `tramp-file-name-port'.
3613
3614 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
3615 and "psftp". Exchange "%k" marker with options.
3616 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
3617 Compute size of link target.
35f52ed6
JB
3618 (tramp-do-copy-or-rename-file-out-of-band): Move setting of
3619 `tramp-current-*' up due to gateway methods. Optimize computing of
66feec8b
MA
3620 copy arguments. Use `tramp-get-connection-name' and
3621 `tramp-get-connection-buffer'. Improve debug messages.
3622 (tramp-compute-multi-hops): Remove port determination.
3623 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
3624
3625 * net/trampver.el: Update release number.
3626
bd77c2ef
GM
36272010-12-02 Glenn Morris <rgm@gnu.org>
3628
05907bb3
GM
3629 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
3630 Avoid infinite loop over windows. (Bug#7492)
3631
bd77c2ef
GM
3632 * progmodes/flymake.el (flymake-check-file-limit):
3633 Allow nil to mean "no limit".
3634 (flymake-check-patch-master-file-buffer): Update for above change.
3635 Allow a .tex file-name extension to be optional.
3636 (flymake-master-tex-init): Also match \include statements.
3637
f7ca27a1
SS
36382010-11-30 Sam Steingold <sds@gnu.org>
3639
3640 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
3641 (nxml-parent-document-set): A function to set `nxml-parent-document'.
3642 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
3643 (nxml-mode-hook): Remove `defcustom' (auto-defined by
3644 define-derived-mode').
3645 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
3646 users who want to call `nxml-parent-document-set'.
3647
402c8a49
CY
36482010-11-27 Chong Yidong <cyd@stupidchicken.com>
3649
3650 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
3651 stand-alone lines, since that is handled by log-edit-match-to-eoh
3652 (Bug#6465).
3653
d1882ac7
EW
36542010-11-27 Eduard Wiebe <usenet@pusto.de>
3655
3656 * dired.el (dired-get-filename): Replace backslashes with slashes
3657 in file names on MS-Windows, needed by `locate'. (Bug#7308)
3658 * locate.el (locate-default-make-command-line): Don't consider
3659 drive letter and root directory part of
3660 `directory-listing-before-filename-regexp'. (Bug#7308)
3661 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
3662
07976ae3 36632010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
09ffa822
SM
3664
3665 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
3666 of :smie-open/close-alist.
3667 (smie-next-sexp): Make it accept a "start token" as argument.
3668 (smie-indent-keyword): Be careful not to misidentify tokens that span
3669 more than one line, as empty lines. Add argument `token'.
3670
07976ae3 36712010-11-27 Kenichi Handa <handa@m17n.org>
3d9ee611 3672
afde451a
KH
3673 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
3674 multipart subtypes, insert all as usual.
3675
3d9ee611
KH
3676 * mail/rmail.el: Require rfc2047.
3677
07976ae3 36782010-11-27 Kenichi Handa <handa@m17n.org>
d1be4ec2
KH
3679
3680 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
3681 (rmail-mime-entity-disposition)
3682 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
3683 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
3684 (rmail-mime-save): Handle the case that the button's `data' is a
3685 MIME entity.
3686 (rmail-mime-insert-text): New function.
9e0ecdab 3687 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
d1be4ec2
KH
3688 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
3689 (rmail-mime-insert-bulk): New function mostly copied from the old
3690 rmail-mime-bulk-handler.
9e0ecdab
GM
3691 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
3692 (rmail-mime-process-multipart): New function mostly copied from
d1be4ec2
KH
3693 the old rmail-mime-multipart-handler.
3694 (rmail-mime-show): Just call rmail-mime-process.
9e0ecdab 3695 (rmail-mime-process): New function mostly copied from the old
d1be4ec2
KH
3696 rmail-mime-show.
3697 (rmail-mime-insert-multipart, rmail-mime-parse)
3698 (rmail-mime-insert, rmail-show-mime)
3699 (rmail-insert-mime-forwarded-message)
3700 (rmail-insert-mime-resent-message): New functions.
3701 (rmail-insert-mime-forwarded-message-function): Set to
3702 rmail-insert-mime-forwarded-message.
3703 (rmail-insert-mime-resent-message-function): Set to
3704 rmail-insert-mime-resent-message.
3705
3706 * mail/rmailsum.el: Require rfc2047.
3707 (rmail-header-summary): Handle multiline Subject: field.
3708 (rmail-summary-line-decoder): Change the default to
3709 rfc2047-decode-string.
3710
3711 * mail/rmail.el (rmail-enable-mime): Change the default to t.
3712 (rmail-mime-feature): Change the default to `rmailmm'.
3713 (rmail-quit): Delete the specifal code for rmail-enable-mime.
3714 (rmail-display-labels): Likewise.
3715 (rmail-show-message-1): Check rmail-enable-mime, and use
3716 rmail-show-mime-function for a MIME message. Decode the headers
3717 according to RFC2047.
3718
07976ae3 37192010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
33aeea0e
SM
3720
3721 * progmodes/which-func.el (which-func-imenu-joiner-function):
3722 Return a string, as expected.
3723 (which-function-mode): Make sure we stop any previous timer before
3724 starting a new one.
3725
07976ae3 37262010-11-27 Michael Albinus <michael.albinus@gmx.de>
e40fc745
MA
3727
3728 * net/tramp.el (tramp-default-method-alist)
33aeea0e
SM
3729 (tramp-default-user-alist, tramp-default-proxies-alist):
3730 Adapt custom options type. (Bug#7445)
e40fc745 3731
07976ae3 37322010-11-27 Chong Yidong <cyd@stupidchicken.com>
ae3da38a
CY
3733
3734 * progmodes/python.el: Add Ipython support (Bug#5390).
3735 (python-shell-prompt-alist)
3736 (python-shell-continuation-prompt-alist): New options.
3737 (python--set-prompt-regexp): New function.
33aeea0e
SM
3738 (inferior-python-mode, run-python, python-shell):
3739 Require ansi-color. Use python--set-prompt-regexp to set the comint
ae3da38a
CY
3740 prompt based on the Python interpreter.
3741 (python--prompt-regexp): New var.
3742 (python-check-comint-prompt)
3743 (python-comint-output-filter-function): Use it.
3744 (run-python): Use a pipe (Bug#5694).
3745
07976ae3 37462010-11-27 Chong Yidong <cyd@stupidchicken.com>
1d851570
CY
3747
3748 * progmodes/python.el (run-python): Doc fix.
3749 (python-keep-current-directory-in-path): New var (Bug#7454).
3750
07976ae3 37512010-11-27 Chong Yidong <cyd@stupidchicken.com>
76dabd37
CY
3752
3753 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3754 Prompt user before actually printing.
3755
0b839457
GM
37562010-11-27 Glenn Morris <rgm@gnu.org>
3757
3758 * startup.el (package-enable-at-startup, package-initialize):
3759 Remove unnecessary declarations.
3760
96107967
EZ
37612010-11-27 Eli Zaretskii <eliz@gnu.org>
3762
3763 * international/characters.el (glyphless-char-display-control):
3764 Exclude newline and TAB from the c0-control group.
3765
a140ec5f
GM
37662010-11-27 Glenn Morris <rgm@gnu.org>
3767
82445062
GM
3768 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
3769 (expand-mail-aliases): Remove unnecessary autoload.
3770
08b5f072
GM
3771 * allout.el (allout-command-prefix, allout-mode-map): Declare.
3772
e96d4147
GM
3773 * shell.el (shell-dir-cookie-re): Move definition before use.
3774
a140ec5f
GM
3775 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3776 Replace undefined CL functions.
3777
a2249e66
EZ
37782010-11-26 Eli Zaretskii <eliz@gnu.org>
3779
228482b2
EZ
3780 * simple.el (prog-mode): Set bidi-paragraph-direction to
3781 left-to-right.
3782
a2249e66
EZ
3783 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
3784
d01d7b8d
GM
37852010-11-26 Glenn Morris <rgm@gnu.org>
3786
3787 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
3788 diary-outlook-formats can be sensitive to calendar-date-style.
3789 (diary-outlook-formats): Simplify the default setting.
3790 (diary-from-outlook-internal): Pass subject and body as arguments.
3791 Use dolist rather than dotimes. Don't save the diary buffer.
3792 (diary-from-outlook-gnus, diary-from-outlook-rmail):
3793 Pass subject and body as explicit arguments to the -internal function.
3794
b3ea64a3
LMI
37952010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3796
3797 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
3798 parsing them. This makes mailto:...?subject=foo\nbar work.
3799
d5e7b0d8
SM
38002010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3801
3802 * vc/diff.el (diff): Fix last change.
3803
872ab164
SM
38042010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3805
3806 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
3807 (pcase--dontcare-upats): New var.
3808 (pcase-let, pcase-let*): Generate better code.
3809 Accept the same bodies as `let'.
3810 (pcase-dolist): New macro.
3811 (pcase--trivial-upat-p): New helper function.
3812 (pcase--expand): Strip leading "(let nil" if any.
3813
876d1684
LMI
38142010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3815
7bd9b9d8
LMI
3816 * mail/mailclient.el (browse-url): Require.
3817 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
3818 use the external browser function to send the mail (bug#7469).
3819
876d1684
LMI
3820 * net/browse-url.el (browse-url-browser-function): Revert the
3821 default back to the previous value, since the new value broke
3822 mailclient.el.
3823 (browse-url-mailto-function): New variable for mailto: URLs.
3824 (browse-url): Use the new variable for mailto: URLs.
3825
6e13206c
SM
38262010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3827
3828 * eshell/esh-cmd.el (eshell-parse-command):
3829 * eshell/esh-arg.el (eshell-parse-arguments):
3830 * eshell/em-script.el (eshell-source-file):
3831 Use with-silent-modifications.
3832
3d92f44e
CY
38332010-11-23 Chong Yidong <cyd@stupidchicken.com>
3834
3835 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
3836 for a merge location.
3837
3838 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
3839 (vc-bzr-merge-branch): Always prompt.
3840 (vc-bzr-async-command): Use the full branch filename.
3841
8f5f1e68
SM
38422010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3843
3844 * shell.el (shell): Use current-buffer by default if it's already
3845 a shell mode buffer and its process is dead.
ee9355dc 3846 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
8f5f1e68 3847
331460ac
TH
38482010-11-23 Tassilo Horn <tassilo@member.fsf.org>
3849
8f5f1e68
SM
3850 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
3851 Mention that the keywords should be comma separated.
331460ac 3852
2c3160c5
CY
38532010-11-23 Chong Yidong <cyd@stupidchicken.com>
3854
3855 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
3856 Accept optional prefix arg meaning to prompt for a command.
3857 (vc-update): Use vc-BACKEND-pull if available. Accept optional
3858 prefix arg meaning to prompt for a command.
3859 (vc-pull): Alias for vc-update.
3860
3861 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
3862 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
3863 (vc-bzr-merge-branch): New functions, implementing merge-branch
3864 and pull operations.
3865
b2e44819
SM
38662010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3867
8a0eb852
SM
3868 * Makefile.in: Fix up last merge.
3869
b2e44819
SM
3870 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
3871 (diff-sentinel): Get them as arguments instead.
3872 (diff-old-file, diff-new-file, diff-extra-args): Remove.
3873 (diff-file-local-copy, diff-better-file-name): New funs.
3874 (diff-no-select): Rename from diff-into-buffer.
3875 Support buffers additionally to files. Move `buf' arg. Don't display buf.
3876 Prefer closures to buffer-local variables.
3877 (diff): Adjust accordingly.
3878 (diff-buffer-with-file): Move from files.el.
3879 * files.el (diff-buffer-with-file): Move to vc/diff.el.
3880 (diff-buffer-internal): Remove.
3881 (diff-buffer-buffer): Remove.
3882 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
3883 the buffer name used, and so as not to mess up windows and frames.
3884
6a7662bb
BR
38852010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3886
3887 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
3888 (diff-buffer-internal): New function extracted from diff-buffer-with-file
3889 (diff-buffer-with-file): Use it.
3890 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
3891 (diff): Use it.
3892
c799747b
TH
38932010-11-22 Tassilo Horn <tassilo@member.fsf.org>
3894
3895 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
3896 \ref's or \pageref's value as default instead of initial input.
3897
e274eb13
MA
38982010-11-21 Michael Albinus <michael.albinus@gmx.de>
3899
3900 * files.el (backup-by-copying-when-mismatch): The default value is
3901 now t.
3902
3903 * startup.el (normal-top-level):
3904 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
3905 `backup-by-copying-when-mismatch'.
3906
77af54d7
JD
39072010-11-21 Jan Djärv <jan.h.d@swipnet.se>
3908
3909 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
3910
4e2f7d2a
CY
39112010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3912
6a7662bb
BR
3913 * progmodes/python.el (python-font-lock-keywords):
3914 Highlight top-level augmented assignments (Bug#6445).
4e2f7d2a 3915
b7d1e144
JD
39162010-11-21 Jan Djärv <jan.h.d@swipnet.se>
3917
3918 * term/ns-win.el (ns-right-control-modifier)
3919 (ns-right-command-modifier): Defvar them.
3920
3921 * cus-start.el (all): Add ns-right-control-modifier and
3922 ns-right-command-modifier (Bug#7458).
3923
c11cc37a
GM
39242010-11-20 Glenn Morris <rgm@gnu.org>
3925
3926 * emacs-lisp/authors.el (authors-ignored-files)
3927 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
3928
7dcd777e
TH
39292010-11-20 Tassilo Horn <tassilo@member.fsf.org>
3930
3931 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
3932 (report-emacs-bug-parse-query-results)
3933 (report-emacs-bug-create-existing-bugs-buffer): Pass through
3934 keywords used for querying the bug database to show them in the
3935 existing bugs buffer.
3936
d2bd5189
JD
39372010-11-20 Jan Djärv <jan.h.d@swipnet.se>
3938
3939 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
3940
3941 * info.el (info-tool-bar-map): Add some :vert-only keywords.
3942
0e7c0582
EZ
39432010-11-20 Eli Zaretskii <eliz@gnu.org>
3944
3945 * international/characters.el (glyphless-char-display-control):
3946 Make it a defcustom, with update-glyphless-char-display as its
3947 :set attribute.
3948 (top level): Don't call update-glyphless-char-display.
3949
7398933f
MA
39502010-11-20 Michael Albinus <michael.albinus@gmx.de>
3951
3952 Sync with Tramp 2.2.0.
3953
3954 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
3955 `file-remote-p' (due to compatibility).
3956
3957 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
3958 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
3959
3960 * net/trampver.el: Update release number.
3961
1cd64aae
EZ
39622010-11-20 Eli Zaretskii <eliz@gnu.org>
3963
3964 * faces.el (glyphless-char): Define value for `pc'.
3965
614316a7
TH
39662010-11-20 Tassilo Horn <tassilo@member.fsf.org>
3967
26214810
EZ
3968 Implemented a bug querying mechanism.
3969 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
614316a7
TH
3970 (report-emacs-bug-create-existing-bugs-buffer)
3971 (report-emacs-bug-parse-query-results)
26214810 3972 (report-emacs-bug-query-existing-bugs): New functions.
614316a7 3973
9061f667
TH
39742010-11-19 Tassilo Horn <tassilo@member.fsf.org>
3975
3976 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
3977 a \ref{} or \pageref{} macro, then use its value as initial input.
3978
1265829e
JB
39792010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
3980
3981 * calc/calc-units.el (math-build-units-table-buffer):
3982 calc/README: Mention that the TeX specific units won't use the
3983 `tex' prefix in TeX mode.
3984 calc/calc-lang.el (math-variable-table): Don't use the `tex'
3985 prefix for units in TeX mode.
3986
9fca7811
SM
39872010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3988
3989 * simple.el (kill-new, kill-append, kill-region):
76dabd37
CY
3990 * comint.el (comint-kill-region): Make the yank-handler argument
3991 obsolete.
9fca7811 3992
4a47c275 39932010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
88bf1bec 3994
e2f454c4
SM
3995 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
3996 that are both openers (resp. closers) and something else.
3997 (smie-grammar): Loosen definition of valid values.
3998 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
3999 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
4000 (smie-indent-after-keyword): Adjust users.
4001 (smie-indent-keyword): Don't indent empty lines.
4002
88bf1bec
SM
4003 * vc-hg.el (vc-hg-program): New var.
4004 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
4005 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
4006
4a47c275 40072010-11-18 Glenn Morris <rgm@gnu.org>
4c0eb0d3
GM
4008
4009 * emacs-lisp/autoload.el (autoload-find-destination): The function
4010 coding-system-eol-type may return non-numeric values. (Bug#7414)
4011
4a47c275 40122010-11-18 Ulrich Mueller <ulm@gentoo.org>
bf6442c3
UM
4013
4014 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
4015
4a47c275 40162010-11-18 Eli Zaretskii <eliz@gnu.org>
e68afd74
EZ
4017
4018 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
4019
4a47c275 40202010-11-18 Chong Yidong <cyd@stupidchicken.com>
de02effd
CY
4021
4022 * textmodes/picture.el (picture-mouse-set-point): Don't use
4023 posn-col-row; explicitly compute the motion based on the posn at
4024 the window-start (Bug#7390).
4025
4a47c275 40262010-11-18 Glenn Morris <rgm@gnu.org>
f0a698ab
GM
4027
4028 * novice.el (disabled-command-function):
4029 Fix 2009-11-15 change. (Bug#7384)
4030
4a47c275 40312010-11-18 Glenn Morris <rgm@gnu.org>
29f30ab7
GM
4032
4033 * calendar/calendar.el (diary-iso-date-forms): Make elements
4034 mutually exclusive. (Bug#7377)
4035
4a47c275 40362010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
10b40d2e
SM
4037
4038 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
4039 when filling the remaining "unconstrained" values.
4040
4a47c275 40412010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7bea8c7a 4042
acef0722
SM
4043 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
4044 safety predicate.
4045
4046 * files.el (safe-local-variable-p): Gracefully handle errors.
4047
7bea8c7a
SM
4048 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
4049 Use smie-indent-virtual when indenting relative to an opener.
4050 (smie-rule-separator): Use smie-rule-parent.
4051 (smie-indent-keyword): Consult rules, even for openers at bol.
4052 (smie-indent-comment-close): Try to align closer's content.
4053
4a47c275 40542010-11-18 Glenn Morris <rgm@gnu.org>
b010e1ba
GM
4055
4056 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
4057
4a47c275 40582010-11-18 Glenn Morris <rgm@gnu.org>
c790cad4 4059
aa514451
GM
4060 * printing.el (pr-menu-bind): Doc fix.
4061
32b636de
GM
4062 * speedbar.el (speedbar-toggle-images): Doc fix.
4063
bc1d5cdf
GM
4064 * progmodes/python.el (python-shell): Doc fix.
4065
c790cad4
GM
4066 * wid-edit.el (widget-field-use-before-change)
4067 (widget-use-overlay-change): Doc fixes.
4068
c51bb5d2
SM
40692010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4070
8bbb7dd8
SM
4071 Minor cleanup to improve style.
4072 * textmodes/rst.el (rst-update-section): Use point-marker.
4073 (rst-get-decoration): Eliminate unneeded assignment.
4074 (rst-promote-region, rst-straighten-decorations)
4075 (rst-section-tree, rst-adjust): Use point-marker.
4076 (rst-toc-mode-mouse-goto): Avoid setq.
4077 (rst-shift-region-guts, rst-shift-region-left)
4078 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
4079 (rst-convert-bullets-to-enumeration): Use copy-marker.
4080
b7e270a2
SM
4081 * minibuffer.el (completion-fail-discreetly): New var.
4082 (completion--do-completion): Use it.
4083
c51bb5d2
SM
4084 * electric.el (electric-pair-pairs): New var.
4085 (electric-pair-post-self-insert-function): Use it.
4086 (electric-layout-post-self-insert-function): Don't insert a before
4087 newline unless it's actually needed.
4088
c04f2ac0
SM
40892010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4090
bac2de0f
SM
4091 * progmodes/python.el (run-python): Explain why we remove the current
4092 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
4093
c04f2ac0
SM
4094 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
4095
7100ff98
SM
40962010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4097
03f70355
SM
4098 * progmodes/octave-mod.el: Rely on elecric-*-modes.
4099 (octave-mode-map): Don't bind ;, SPC, and LF.
4100 (octave-auto-indent, octave-auto-newline): Remove.
4101 (electric-layout-rules): Declare.
4102 (octave-mode): Set electric-layout-rules.
4103 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
4104 (octave-reindent-then-newline-and-indent, octave-electric-semi)
4105 (octave-electric-space): Remove.
4106
7100ff98
SM
4107 * electric.el (electric-layout-mode): New minor mode.
4108 (electric--after-char-pos): New function.
4109 (electric-indent-post-self-insert-function): Use it.
4110 (electric-layout-rules): New var.
4111 (electric-layout-post-self-insert-function): New function.
4112 (electric-indent-mode): Make them interact better.
4113
cca982d0
SM
41142010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4115
4116 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
4117 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
4118 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
4119
84992dff
AM
41202010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
4121
4122 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
4123 Make sure to check inside the word (Bug#6761).
4124
afa42fe3
CY
41252010-11-14 Chong Yidong <cyd@stupidchicken.com>
4126
4127 * startup.el (command-line): If the cursorColor resource is set,
4128 change the cursor face-spec (Bug#7392).
4129
a798747d 41302010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
1c9b9df0 4131
a798747d 4132 The main features of the following allout.el changes are:
1c9b9df0
KM
4133 - implement user customization for the allout key bindings
4134 - add a customization control by which the user can inhibit use of
a798747d 4135 a trailing Ctrl-H, so by default it's reserved for use with
1c9b9df0
KM
4136 describe-prefix-bindings
4137 - adapt to new version of called-interactively-p, while
a798747d 4138 maintaining backwards compatibility with old version
01c35094 4139 - fix hotspot navigation so i works properly with meta-modified keys.
1c9b9df0 4140
a798747d
GM
4141 * allout.el (allout-keybindings, allout-bind-keys)
4142 (allout-keybindings-binding, allout-prefixed-keybindings)
4143 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
4144 (allout-keybindings-list, allout-mode-map-adjustments)
4145 (allout-setup-mode-map): Establish allout-mode keymaps as user
4146 customizable settings, and also establish a customizable setting which
4147 regulates whether or not a trailing control-h is reserved for use with
4148 describe-prefix-bindings - and inhibit it by default, so that control-h
4149 *is* reserved for describe-prefix-bindings unless the user changes it.
4150
4151 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
4152 and accurately between modified and unmodified events, and handle
1c9b9df0
KM
4153 modified events more comprehensively.
4154
a798747d
GM
4155 * allout.el (allout-substring-no-properties):
4156 Alias to use or provide version of `substring-no-properties'.
4157 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
1c9b9df0 4158
a798747d
GM
4159 * allout.el (allout-next-single-char-property-change):
4160 Alias to use or provide version of `next-single-char-property-change'.
4161 (allout-annotate-hidden, allout-hide-by-annotation):
4162 Use `allout-next-single-char-property-change'.
1c9b9df0 4163
a798747d
GM
4164 * allout.el (allout-select-safe-coding-system):
4165 Alias to use or provide version of `select-safe-coding-system'.
4166 (allout-toggle-subtree-encryption):
4167 Use `allout-select-safe-coding-system'.
1c9b9df0 4168
a798747d
GM
4169 * allout.el (allout-set-buffer-multibyte):
4170 Alias to use or provide version of `set-buffer-multibyte'.
4171 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
1c9b9df0 4172
a798747d
GM
4173 * allout.el (allout-called-interactively-p): Macro for using the
4174 different versions of called-interactively-p identically, depending on
4175 the subroutine's argument signature.
4176 (allout-back-to-current-heading, allout-beginning-of-current-entry):
4177 Use `(interactive "p")' instead of `(called-interactively-p)'.
1c9b9df0 4178
a798747d
GM
4179 * allout.el (allout-init, allout-ascend, allout-end-of-level)
4180 (allout-previous-visible-heading, allout-forward-current-level)
4181 (allout-backward-current-level, allout-show-children):
4182 Use `allout-called-interactively-p' instead of `called-interactively-p'.
1c9b9df0 4183
a798747d
GM
4184 * allout.el (allout-before-change-handler):
4185 Exempt edits to the (overlaid) character after the allout outline
4186 bullet from edit confirmation prompt.
1c9b9df0 4187
a798747d
GM
4188 * allout.el (allout-add-resumptions):
4189 Ensure that it respects correct buffer for keybindings.
1c9b9df0 4190
a798747d
GM
4191 * allout.el (allout-beginning-of-line):
4192 Use `allout-previous-single-char-property-change' alias for the sake of
4193 diverse compatibility.
1c9b9df0 4194
a798747d
GM
4195 * allout.el (allout-end-of-line):
4196 Use `allout-mark-active-p' to encapsulate respect for mark activity.
1c9b9df0 4197
0216b738
CY
41982010-11-13 Chong Yidong <cyd@stupidchicken.com>
4199
4200 * frame.el (frame-notice-user-settings): Don't clobber other
4201 user-set parameters when calling face-set-after-frame-default in
4202 response to background-color parameter (Bug#7373).
4203
0eb025fb
EZ
42042010-11-13 Eli Zaretskii <eliz@gnu.org>
4205
4206 * international/characters.el (glyphless-char-display-control):
88b5a757 4207 Rename from glyphless-char-control; all users changed. Doc fix.
4a9f985c
EZ
4208 Signal an error if display method is not one of the recognized
4209 symbols.
0eb025fb 4210
6e060cee
MA
42112010-11-13 Michael Albinus <michael.albinus@gmx.de>
4212
4213 * net/tramp-compat.el (tramp-compat-line-beginning-position)
4214 (tramp-compat-line-end-position): Remove them.
4215
4216 * net/tramp.el (tramp-parse-rhosts-group)
4217 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
4218 (tramp-parse-hosts-group, tramp-parse-passwd-group)
4219 (tramp-parse-netrc-group, tramp-parse-putty-group)
4220 * net/tramp-cmds.el (tramp-append-tramp-buffers)
4221 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
4222 (tramp-sh-handle-file-selinux-context)
4223 (tramp-sh-handle-file-name-all-completions)
4224 (tramp-sh-handle-insert-directory)
4225 (tramp-sh-handle-expand-file-name, tramp-find-executable)
4226 (tramp-wait-for-output, tramp-send-command-and-read)
4227 * net/tramp-smb.el (tramp-smb-read-file-entry)
4228 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
4229
4230 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
4231 `point-at-bol'.
4232 (tramp-remote-coding-commands): Add an alternative using "base64
4233 -d -i". This is needed for older base64 versions from GNU
4234 coreutils. Reported by Klaus Reichl
4235 <Klaus.Reichl@thalesgroup.com>.
4236
8da5345f
HN
42372010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
4238
4239 * simple.el (count-words-region): New function.
4240
c156a63b
SM
42412010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4242
78835dd0
SM
4243 * shell.el (shell-dir-cookie-re): New custom variable.
4244 (shell-dir-cookie-watcher): New function.
4245
ebff325e
SM
4246 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
4247 and compilation-mode (bug#7350).
4248
4e9e1584
SM
4249 * vc/smerge-mode.el (smerge-refine): Choose better default part to
4250 highlight when one of them is empty.
4251
4490f875
SM
4252 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
4253 trailing space.
4254 (skeleton-newline): New function.
4255 (skeleton-internal-1): Use it.
4256
c156a63b
SM
4257 * simple.el (open-line): `newline' may strip trailing space.
4258
f3bb9e16
KR
42592010-11-12 Kevin Ryde <user42@zip.com.au>
4260
4261 * international/mule-cmds.el (princ-list): Use mapc.
4262
7847454a
GM
42632010-11-12 Glenn Morris <rgm@gnu.org>
4264
4265 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
01c35094 4266 Use it to replace all instances of "*Compile-Log*".
7847454a 4267
aa310257
SM
42682010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4269
4270 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
4271 indentation specs.
4272
cbf83ce9
SM
42732010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4274
4275 * progmodes/modula2.el: Use SMIE and skeleton.
4276 (m2-mode-syntax-table): (*..*) can be nested.
4277 Add //...\n. Fix paren syntax.
4278 (m2-mode-map): Remove LF and TAB bindings.
4279 (m2-indent): Add safety property.
4280 (m2-smie-grammar): New var.
4281 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
4282 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
4283 (m2-mode): Use define-derived-mode.
4284 (m2-newline, m2-tab): Remove.
4285 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
4286 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
4287 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
4288 (m2-import): Use define-skeleton.
4289
e7c4fb1e
GM
42902010-11-11 Glenn Morris <rgm@gnu.org>
4291
b3e4c911
GM
4292 * obsolete/lucid.el: Don't warn about any CL functions in this file.
4293
b3e22bd4
GM
4294 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
4295 (ls-lisp-verbosity): Add custom :set-after property.
4296 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
4297 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
4298 (ls-lisp-insert-directory): Update caller.
606dcd9e
GM
4299 (ls-lisp-set-options): New function.
4300 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
4301 Doc fix.
b3e22bd4 4302
55a4b4fe
GM
4303 * play/landmark.el (lm-prompt-for-move):
4304 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
4305
e7c4fb1e
GM
4306 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
4307
4308 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
4309 (idlwave-study-twins): Prefix dynamic local variable `name'.
4310 (idlwave-routine-twin-compare): Update for above change.
4311
4312 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
4313 Prefix dynamic local variables `name', `kwd', and `link'.
4314 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
4315 * progmodes/idlw-complete-structtag.el
4316 (idlwave-complete-structure-tag-help):
4317 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
4318 (idlwave-complete-sysvar-tag-help)
4319 (idlwave-complete-class-structure-tag-help):
4320 Update for above name changes.
4321
afe2870b
LMI
43222010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4323
4324 * net/browse-url.el (browse-url-browser-function): Change the
4325 default to use `browse-url-mail' on mailto: URLs.
4326
fbe3be3f
CY
43272010-11-10 Chong Yidong <cyd@stupidchicken.com>
4328
cbf83ce9
SM
4329 * emacs-lisp/package.el (package-read-all-archive-contents):
4330 Reset package-archive-contents to nil before re-reading.
fbe3be3f 4331
a7cfbaea 43322010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
bd4532fc
AM
4333
4334 * textmodes/flyspell.el (flyspell-word): Do not re-check words
4335 already found as misspellings by (flyspell-large-region), just
c97685d4 4336 do highlighting (bug#7322).
bd4532fc 4337
13e7256f
GM
43382010-11-10 Glenn Morris <rgm@gnu.org>
4339
6d2a1e35
GM
4340 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
4341
d4aca69c
GM
4342 * emulation/edt.el (edt-with-position): New macro.
4343 (edt-find-forward, edt-find-backward, edt-find-next-forward)
4344 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
4345 (edt-paragraph-forward, edt-paragraph-backward): Use it.
4346
f8a09adb
GM
4347 * emulation/tpu-extras.el (tpu-with-position): New macro.
4348 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
4349
c026460b
GM
4350 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
4351
dea53a43
GM
4352 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
4353 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
4354 (texinfo-master-menu, texinfo-insert-node-lines)
4355 (texinfo-multiple-files-update):
4356 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
4357 Use line-beginning-position.
4358
72bc50c0
GM
4359 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
4360 No recent Emacs supports system-type `emx'.
4361
4362 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
4363 (ada-command-separator, ada-default-prj-properties)
4364 (ada-find-any-references): Update for above name change.
4365
4366 * dirtrack.el (dirtrack-directory-function)
4367 (dirtrack-canonicalize-function):
4368 * filecache.el (file-cache-completion-ignore-case)
4369 (file-cache-case-fold-search, file-cache-ignore-case):
4370 * term.el (serial-port-is-file-p): Cosmetic change.
4371
4372 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
4373 Remove non-existent `windows-95' system-type.
4374 * dired.el (dired-chown-program): Remove non-existent `linux'
4375 system-type.
4376
17731c39
GM
4377 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
4378 (ping-program-options): Remove non-existent `linux' system-type.
4379
9228bbd3
GM
4380 * startup.el (package-initialize): Update declaration.
4381
6e404950
GM
4382 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
4383 (ls-lisp-handle-switches): Use time-less-p.
4384 (ls-lisp-format-time): Use float-time.
4385
6f0d4bb6
GM
4386 * textmodes/remember.el (remember-time-to-seconds): Remove.
4387 (remember-store-in-mailbox): Use float-time.
4388
4389 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
4390
4391 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
4392 never a real function.
4393 (with-no-warnings): Remove compat stub, now unused.
4394 (time-less-p): Doc fix.
4395 (time-to-number-of-days): Simplify.
4396
73171bd4
GM
4397 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
4398 Remove.
4399 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
4400 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
4401 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
4402 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
4403 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
4404
13e7256f
GM
4405 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
4406 (eshell-shuffle-files, eshell-shorthand-tar-command)
4407 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
4408 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
4409 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
4410 Prefix dynamic local variable `matches'.
4411
b565f5a1
GM
4412 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
4413 Prefix dynamic local variable `skeleton'.
4414
5ad3e885
KY
44152010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4416
4417 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
4418 in mail buffer; make yank-action always a command that yanks original
4419 buffer.
4420
14121c52
GM
44212010-11-09 Glenn Morris <rgm@gnu.org>
4422
4423 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
4424
d607b96b 44252010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
73525e72 4426
9bdba5f5
SM
4427 * minibuffer.el (minibuffer-completion-help): Specify the end of the
4428 completion field (bug#7211).
4429
73525e72
SM
4430 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
4431 Fix handling of backslash escapes.
4432 (python-quote-syntax): Adjust accordingly.
4433
d607b96b 44342010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
05539fb3
RL
4435
4436 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
4437 (vc-mtn-workfile-branch): Adjust to new output format.
4438
d607b96b 44392010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
cc4d2366
SM
4440
4441 * international/mule-cmds.el (princ-list): Mark as obsolete.
4442
d607b96b 44432010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7f925a67
SM
4444
4445 * emacs-lisp/smie.el: New package.
4446
d607b96b 44472010-11-09 Michael Albinus <michael.albinus@gmx.de>
6ce78fdc 4448
7f925a67
SM
4449 * files.el (backup-by-copying-when-mismatch):
4450 Set `permanent-local' property.
6ce78fdc
MA
4451
4452 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
09def8be 4453 `permanent-local' property for `backup-by-copying-when-mismatch'.
6ce78fdc 4454
d607b96b 44552010-11-09 Eli Zaretskii <eliz@gnu.org>
21620882
EZ
4456
4457 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
4458
d607b96b 44592010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
8468f78b 4460
7f925a67 4461 * progmodes/verilog-mode.el (verilog-insert-one-definition)
8468f78b 4462 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
7f925a67
SM
4463 AUTOINOUT for SV style multidimensional arrays, bug294.
4464 Reported by Eric Mastromarchi.
4465 (verilog-preprocess): Use with-current-buffer and
8468f78b
WS
4466 font-lock-fontify-buffer to cleanup style issues.
4467
d607b96b 44682010-11-09 Glenn Morris <rgm@gnu.org>
cb5e49a3
GM
4469
4470 * locate.el (locate, locate-mode): Doc fixes.
4471
d607b96b 44722010-11-09 Chong Yidong <cyd@stupidchicken.com>
381d186f
CY
4473
4474 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
4475 user for confirmation.
4476 (server-force-stop): Use it.
4477 (server-start): Use server-force-stop for kill-emacs-hook, to
4478 avoid user interaction while killing Emacs.
4479
9b026d9f
GM
44802010-11-09 Glenn Morris <rgm@gnu.org>
4481
3406534c 4482 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
e814121e 4483 (meta-indent-line): Simplify.
3406534c 4484
9b026d9f
GM
4485 * vc/emerge.el (emerge-line-number-in-buf):
4486 * textmodes/ispell.el (ispell-region):
4487 * textmodes/fill.el (current-fill-column):
4488 * progmodes/xscheme.el (xscheme-send-current-line):
4489 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
4490 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
4491 * progmodes/sh-script.el (sh-handle-prev-do):
4492 * progmodes/meta-mode.el (meta-indent-line):
4493 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
4494 (idlwave-in-quote):
4495 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
4496 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
4497 * progmodes/fortran.el (fortran-looking-at-if-then):
4498 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
4499 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
4500 (cperl-find-pods-heres):
4501 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
4502 * net/quickurl.el (quickurl-list-insert):
4503 * net/ldap.el (ldap-search-internal):
4504 * net/eudc.el (eudc-expand-inline):
4505 * mail/sendmail.el (sendmail-send-it):
4506 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
4507 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
4508 (viper-brac-function):
4509 * calc/calc-yank.el (calc-do-grab-region):
4510 * calc/calc-keypd.el (calc-keypad-press):
4511 * term.el (term-move-columns, term-insert-spaces):
4512 * speedbar.el (speedbar-highlight-one-tag-line):
4513 * simple.el (current-word):
4514 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4515 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
4516 (Info-scroll-down):
4517 * hippie-exp.el (he-line-beg):
4518 * epa.el (epa--marked-keys):
4519 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
4520 (dired-update-file-line, dired-add-entry, dired-remove-entry)
4521 (dired-relist-entry):
4522 * buff-menu.el (Buffer-menu-buffer):
4523 * array.el (current-line):
4524 * allout.el (allout-resolve-xref)
4525 (allout-latex-verbatim-quote-curr-line):
4526 Replace yet more uses of end-of-line etc with line-end-position, etc.
4527
db94771e
SM
45282010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4529
1398b795
SM
4530 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
4531 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
4532 (checkdoc-syntax-table): Initialize in the declaration.
4533 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
4534 the mode on unconditionally.
4535
db94771e
SM
4536 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
4537 (extent-end-position, extent-start-position): Remove setf method for
4538 non-existing functions (bug#7319).
4539
674728d4
SM
45402010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4541
4542 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
4543 (smie-precs->prec2): Rename from smie-precs-precedence-table.
4544 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
4545 (smie-prec2->grammar): Rename from smie-prec2-levels.
4546 (smie-grammar): Rename from smie-op-levels.
4547 (smie-indent--hanging-p): Rename from smie-hanging-p.
4548 (smie-rule-hanging-p): New alias.
4549 (smie-indent--bolp): Rename from smie-bolp.
4550 (smie-indent--hanging-p): New alias.
4551 (smie--token): New dynamically bound variable.
4552 (smie-indent--parent): New function.
4553 (smie-rule-parent-p): Use it; rename from smie-parent-p.
4554 (smie-rule-next-p): Rename from smie-next-p.
4555 (smie-rule-prev-p): Rename from smie-prev-p.
4556 (smie-rule-sibling-p, smie-rule-parent)
4557 (smie-indent--separator-outdent, smie-rule-separator): New functions.
4558 (smie-rule-separator-outdent): New var.
4559 (smie-indent--rule): Merge with smie-indent--column.
4560 (smie-indent-forward-token, smie-indent-backward-token):
4561 Also recognize close parens.
4562 (smie-indent-keyword): Don't use smie-indent--column any more.
4563 (smie-indent-after-keyword): Ignore closers by default.
4564 (smie-indent-line): Use with-demoted-errors.
4565 * progmodes/octave-mod.el (octave-smie-grammar):
4566 Rename from octave-smie-op-levels.
4567 (octave-smie-rules): Adjust to new behavior.
4568 * progmodes/prolog.el (prolog-smie-grammar):
4569 Rename from prolog-smie-op-levels.
4570
26f097bf
GM
45712010-11-07 Glenn Morris <rgm@gnu.org>
4572
de3490e1
GM
4573 * eshell/esh-util.el (subst-char-in-string)
4574 (directory-files-and-attributes): These compatibility definitions are
4575 not needed on any version of Emacs since at least 21.4.
4576
3ba6b2ee
GM
4577 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
4578 (verilog-get-end-of-line): Remove.
4579 (verilog-within-string, verilog-re-search-forward-substr)
4580 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
4581 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
4582 Use point-at-bol, point-at-eol.
4583 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
4584 Remove.
4585 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
4586 (electric-pascal-terminate-line, pascal-set-auto-comments)
4587 (pascal-indent-paramlist, pascal-indent-declaration)
4588 (pascal-get-lineup-indent, pascal-func-completion)
4589 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
4590 Use point-at-bol, point-at-eol.
4591 * progmodes/flymake.el (flymake-line-beginning-position)
4592 (flymake-line-end-position): Remove.
4593 (flymake-highlight-line): Use point-at-bol, point-at-eol.
4594 * eshell/esh-util.el (line-end-position, line-beginning-position):
4595 Remove compat definitions.
4596
76fc02b6
GM
4597 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4598 Use end-of-line N.
4599 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
4600 Use line-end-position.
4601
e180ab9f
GM
4602 * emacs-lisp/chart.el (chart-zap-chars):
4603 * play/decipher.el (decipher-set-map):
4604 * progmodes/ada-mode.el (ada-get-current-indent)
4605 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
4606 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
4607 * progmodes/ada-xref.el (ada-initialize-runtime-library)
4608 (ada-get-all-references):
4609 * progmodes/cperl-mode.el (cperl-electric-paren)
4610 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
4611 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
4612 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
4613 (cperl-word-at-point-hard):
4614 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
4615 (idlwave-shell-filename-string, idlwave-shell-batch-command)
4616 (idlwave-shell-display-line):
4617 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
4618 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
4619 * progmodes/js.el (js--re-search-forward-inner)
4620 (js--re-search-backward-inner):
4621 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
4622 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
4623 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
4624 * textmodes/flyspell.el (flyspell-process-localwords):
4625 * textmodes/ispell.el (ispell-buffer-local-parsing)
4626 (ispell-buffer-local-dict, ispell-buffer-local-words):
4627 Use point-at-bol and point-at-eol.
4628
26f097bf
GM
4629 * speedbar.el (speedbar-generic-item-info)
4630 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
4631 (speedbar-add-indicator, speedbar-check-vc-this-line)
4632 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
4633 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
4634 Replace more uses of end-of-line etc with line-end-position.
4635
b05fde66
GM
46362010-11-06 Glenn Morris <rgm@gnu.org>
4637
5ed619e0
GM
4638 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
4639 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
4640 (texinfo-delete-existing-pointers, texinfo-find-pointer)
4641 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
4642 (texinfo-multiple-files-update):
4643 * textmodes/table.el (table--probe-cell-left-up)
4644 (table--probe-cell-right-bottom):
4645 * textmodes/picture.el (picture-tab-search):
4646 * textmodes/page-ext.el (pages-copy-header-and-position)
4647 (pages-directory-for-addresses):
4648 * progmodes/vera-mode.el (vera-get-offset):
4649 * progmodes/simula.el (simula-calculate-indent):
4650 * progmodes/python.el (python-pdbtrack-overlay-arrow):
4651 * progmodes/prolog.el (end-of-prolog-clause):
4652 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
4653 * progmodes/icon.el (indent-icon-exp):
4654 * progmodes/etags.el (tag-re-match-p):
4655 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
4656 * progmodes/ebnf2ps.el (ebnf-begin-file):
4657 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
4658 (dcl-save-local-variable):
4659 * play/life.el (life-setup):
4660 * play/gametree.el (gametree-looking-at-ply):
4661 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4662 * mail/sendmail.el (mail-mode-auto-fill):
4663 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4664 * emacs-lisp/edebug.el (edebug-overlay-arrow):
4665 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
4666 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
4667 (woman-tab-to-tab-stop, WoMan-warn-ignored):
4668 * type-break.el (type-break-file-keystroke-count):
4669 * term.el (term-replace-by-expanded-history-before-point)
4670 (term-skip-prompt, term-extract-string):
4671 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
4672 (speedbar-contract-line, speedbar-toggle-line-expansion)
4673 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
4674 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
4675 * sort.el (sort-skip-fields):
4676 * skeleton.el (skeleton-internal-list):
4677 * simple.el (line-move-finish, line-move-to-column):
4678 * shell.el (shell-forward-command):
4679 * misc.el (copy-from-above-command):
4680 * makesum.el (double-column):
4681 * ebuff-menu.el (electric-buffer-update-highlight):
4682 * dired.el (dired-move-to-end-of-filename):
4683 * dframe.el (dframe-popup-kludge):
4684 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
4685 * arc-mode.el (archive-get-lineno):
4686 Use line-end-position and line-beginning-position.
4687
e2a9c0bc
GM
4688 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
4689 (idlwave-study-twins): Prefix dynamic local `class'.
4690 (idlwave-routine-twin-compare): Update for above name change.
4691
4e44448f
GM
4692 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
4693 Use boundp tests to silence compiler. Update for changed name of
4694 bytecomp-filename variable.
4695
8f6c3eac
GM
4696 * emulation/viper-cmd.el (viper-read-string-with-history):
4697 Prefix dynamic local `initial'.
4698 (viper-minibuffer-standard-hook): Update for above name change.
4699
79d1dabe
GM
4700 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
4701 (elint-init-form): Update for above name change.
4702
0e4bb7f0
GM
4703 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
4704 local variables `cbeg' and `cend' a prefix.
4705 (mail-extr-voodoo): Update for above name change.
4706
c8f3bf36
GM
4707 * textmodes/reftex-toc.el (reftex-toc-do-promote)
4708 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
4709 (reftex-toc-promote-action): Doc fix.
4710
4711 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
4712 `prompt', `data' a prefix.
4713 (reftex-select-post-command-hook, reftex-select-callback)
4714 (reftex-select-mouse-accept, reftex-select-read-cite):
4715 Update for above name changes.
4716
4717 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
4718 `refstyle' to reftex-refstyle.
4719 (reftex-offer-label-menu): Update for above name change.
4720 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
4721 `refstyle' name change.
4722
b05fde66
GM
4723 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
4724 with with-current-buffer.
4725 (diff, template): Give dynamic local variables a prefix.
4726 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
4727 (emerge-line-number-in-buf): Update for above name change.
4728 (emerge-combine-versions-internal): Rename local `template' to
4729 emerge-combine-template.
4730 (emerge-combine-versions-edit): Update for above name change.
4731
5d8f9169
RA
47322010-11-06 Ralf Angeli <angeli@caeruleus.net>
4733
4734 * textmodes/reftex-cite.el
4735 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
4736 entries with whitespace after \bibitem.
4737 (reftex-create-bibtex-file): Match entries containing numbers and
4738 symbol constituents. Make sure that entries with whitespace at
4739 various places are found.
4740
f8aefe82
MA
47412010-11-05 Christian Millour <cm@abtela.com> (tiny change)
4742
4743 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
4744
e06918d2
JD
47452010-11-05 Jan Djärv <jan.h.d@swipnet.se>
4746
4747 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
4748
17fc58c9
GM
47492010-11-05 Glenn Morris <rgm@gnu.org>
4750
f7fe4837
GM
4751 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
4752 (woman2-roff-buffer): Give local variable `request' a prefix.
4753 (woman0-macro): Rename argument `request' in the same way.
4754 (woman-request): New name for `request' dynamic variable.
4755 (woman-unquote, woman-forward-arg): Update for above name change.
4756 (woman1-roff-buffer): Give local variable `unquote' a prefix.
4757 (woman1-unquote): New name for `unquote' dynamic variable.
4758 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
4759 (woman-translations): Rename from `translations'. No longer global.
4760 (woman2-tr, woman-translate): Update for above name change.
4761 (woman-translate): Check for bound variable.
4762 (woman2-roff-buffer): Give local variable `translations' a prefix.
4763
869c4186
GM
4764 * play/doctor.el: Give all local variables a prefix. Update callers.
4765 (doc$, doctor-put-meaning): Use backquote.
4766
215461a8
GM
4767 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
4768 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
4769
17fc58c9
GM
4770 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
4771 variables bytes, ptr, op a prefix.
4772 (disassemble-offset): Update for above change.
4773
015eea59
CY
47742010-11-03 Chong Yidong <cyd@stupidchicken.com>
4775
4776 * emacs-lisp/package.el (package-unpack): Remove no-op.
4777 (package--builtins, package--dir): Doc fix.
4778 (package-activate-1, package-activate, package-install)
4779 (package-compute-transaction): Fix error message.
4780 (package-delete): Use delete-directory. Omit system packages.
4781 (package-initialize): Set package-alist to nil first.
4782 (package-menu-mark-delete, package-menu-mark-install): Don't add
4783 symbols that are inconsistent with the package state.
4784 (package-menu-execute): Perform deletions and installations as
4785 single batch operations.
4786
033862d1
GM
47872010-11-03 Glenn Morris <rgm@gnu.org>
4788
0b03a950
GM
4789 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
4790 (props): Remove unnecessary declaration.
4791
e337e22c
GM
4792 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
4793 set-process-query-on-exit-flag.
4794
a88e24dd 4795 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
728618ba
GM
4796 (reftex-toc-do-promote): Remove unused local `mpos'.
4797 (reftex-toc-restore-region): Make `mpos' local to this function.
a88e24dd 4798
537b04b9
GM
4799 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
4800
52365e61
GM
4801 * play/landmark.el (lm-losing-threshold): Correct spelling.
4802 (lm-human-plays): Use new name.
4803
cd32f8a9
GM
4804 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
4805 (gomoku-human-plays): Use new name.
4806
033862d1
GM
4807 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
4808 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
4809 (gomoku-score-trans-table, gomoku-winning-threshold)
4810 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
4811
4b99edf2
CY
48122010-11-03 Chong Yidong <cyd@stupidchicken.com>
4813
4814 * emacs-lisp/package.el: Don't put built-in packages in
4815 package-alist, to avoid loading inefficiencies.
4816 (package-built-in-p): Make VERSION optional, and treat it as a
4817 minimum acceptable version.
6a7662bb
BR
4818 (package-activate): Search separately for built-in packages.
4819 Emit a warning if a dependency fails.
4b99edf2
CY
4820 (define-package): Handle most common case, where there is no
4821 obsolete package, first.
4822 (package-compute-transaction): Print required version in error.
4823 (package--initialized): New variable.
4824 (list-packages): Use it.
4825 (package-initialize): Optional arg NO-ACTIVATE. Don't put
6a7662bb
BR
4826 built-in packages in packages-alist; keep it separate.
4827 Set package--initialized.
4b99edf2
CY
4828 (describe-package): Avoid activating packages as a side-effect.
4829 Search separately for built-in packages.
4830 (describe-package-1): Handle the case where an elpa package is
4831 simultaneously built-in and available/installed.
6a7662bb
BR
4832 (package-installed-p, package--generate-package-list):
4833 Search separately for built-in packages.
4b99edf2
CY
4834 (package-load-descriptor): Doc fix.
4835
3225dcaa
SM
48362010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4837
4838 * progmodes/perl-mode.el (perl-syntax-propertize-function):
4839 Handle __DATA__ and __END__.
4840
fa14dc18
NF
48412010-11-02 Noah Friedman <friedman@splode.com>
4842
4843 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
4844 nil, do not ask to recompile files that are not already compiled,
4845 and do not recompile them.
4846
0f75c62a
CY
48472010-11-02 Chong Yidong <cyd@stupidchicken.com>
4848
4849 * emacs-lisp/package.el (package-initialize): Ensure that
4850 obsoleted built-in packages are not in package-activated-list
4851 during activation.
4852 (describe-package-1): Make the "installed" status override
4853 "built-in".
4854
b29f5b7b
VJL
48552010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4856
4857 * subr.el (version-separator, version-regexp-alist): Remove '*'
4858 from docstring.
4859 (version-list-<=, version<=, version=): Doc fix.
4860
b18fad6d
KH
48612010-11-01 Kenichi Handa <handa@m17n.org>
4862
4863 * faces.el (glyphless-char): Inherit underline for tty.
4864
a8039db1 48652010-11-01 Kenichi Handa <handa@m17n.org>
b2cca856
KH
4866
4867 Implement various display methods for glyphless characters.
4868
4869 * international/characters.el (char-acronym-table): New variable.
4870 (glyphless-char-control): New variable.
35f52ed6 4871 (update-glyphless-char-display): New function.
b2cca856
KH
4872
4873 * faces.el (glyphless-char): New face.
4874
28886d5e
GM
48752010-11-01 Glenn Morris <rgm@gnu.org>
4876
919dd7aa
GM
4877 * calendar/holidays.el (general-holidays, oriental-holidays)
4878 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
4879 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
4880 the definitions of their targets.
4881
c79fc059
GM
4882 * emacs-lisp/smie.el (smie): New custom group.
4883 (smie-blink-matching-inners, smie-indent-basic): Add :group.
4884
c8ccffb1
GM
4885 * faces.el (xw-defined-colors, x-setup-function-keys):
4886 * mouse-sel.el (x-select-text):
4887 * term/w32console.el (x-setup-function-keys): Update declarations.
4888
f4ff702e
GM
4889 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
4890
806c491a
GM
4891 * textmodes/ispell.el (comment-add): Declare.
4892
c3dfebd1
GM
4893 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
4894 Declare.
4895
28886d5e
GM
4896 * info.el (finder-keywords-hash, package-alist): Declare.
4897
693c9d15
CY
48982010-11-01 Chong Yidong <cyd@stupidchicken.com>
4899
4900 * finder.el (finder-compile-keywords): Don't use intern-soft,
4901 since package names may not yet exist in the obarray.
4902
49032010-11-01 Chong Yidong <cyd@stupidchicken.com>
4624de78
CY
4904
4905 * vc/vc-arch.el (vc-arch-checkin):
4906 * vc/vc-cvs.el (vc-cvs-checkin):
4907 * vc/vc-mtn.el (vc-mtn-checkin):
4908 * vc/vc-rcs.el (vc-rcs-checkin):
4909 * vc/vc-sccs.el (vc-sccs-checkin):
4910 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
4911 since 2010-04-21 commit by Stefan Monnier.
4912
36967cf7
GM
49132010-11-01 Glenn Morris <rgm@gnu.org>
4914
feb5e60a
GM
4915 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
4916
1f023ca9
GM
4917 * startup.el (package-enable-at-startup, package-initialize):
4918 Silence compiler.
4919
36967cf7
GM
4920 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
4921 Silence compiler.
4922
430e7297
JD
49232010-10-31 Julien Danjou <julien@danjou.info>
4924
4925 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
4926 (byte-recompile-directory):
4927 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
430e7297
JD
4928 Use `byte-recompile-file'.
4929
c8c59954
GM
49302010-10-31 Glenn Morris <rgm@gnu.org>
4931
4932 * cus-start.el: Handle standard values via a keyword.
4933 Only set version property if specified.
4934 (cursor-in-non-selected-windows, menu-bar-mode)
4935 (tool-bar-mode, show-trailing-whitespace):
4936 Do not specify standard values.
4937 (transient-mark-mode, temporary-file-directory): Use :standard.
4938
04e63796
JD
49392010-10-31 Jan Djärv <jan.h.d@swipnet.se>
4940
4941 * term/x-win.el (x-get-selection-value): New function that gets
35f52ed6 4942 PRIMARY with type as specified in x-select-request-type. (Bug#6802)
04e63796 4943
2699a554 49442010-10-31 Michael Albinus <michael.albinus@gmx.de>
a057950d
MA
4945
4946 * net/tramp.el (tramp-handle-insert-file-contents): For root,
4947 preserve owner and group when editing files. (Bug#7289)
4948
35fcc05c 49492010-10-31 Glenn Morris <rgm@gnu.org>
d2ce10d2
GM
4950
4951 * speedbar.el (speedbar-mode):
4952 * play/fortune.el (fortune-in-buffer, fortune):
4953 * play/gomoku.el (gomoku-mode):
4954 * play/landmark.el (lm-mode):
4955 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
4956 Replace inappropriate uses of toggle-read-only. (Bug#7292)
4957
82f7efc3
GM
4958 * select.el (x-selection): Mark it as an obsolete alias.
4959
2699a554 49602010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
ca39416c 4961
f486841f 4962 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
ca39416c
AH
4963 major-mode (bug#7284).
4964
2699a554 49652010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
4966
4967 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
4968 rather than just an unused variable that inherits from the real one.
4969
e6ef5dd9
AM
49702010-10-31 Alan Mackenzie <acm@muc.de>
4971
4972 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
4973 This fixes bug #7185.
4974
8a500a91
CY
49752010-10-30 Chong Yidong <cyd@stupidchicken.com>
4976
4977 * startup.el (command-line): Search for package directories, and
4978 don't load package.el if none are found.
4979
6a7662bb
BR
4980 * emacs-lisp/package.el (describe-package, list-packages):
4981 Call package-initialize if it has not been called yet.
8a500a91 4982
4f9e41e4
AM
49832010-10-30 Alan Mackenzie <acm@muc.de>
4984
4985 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
4986 which fontifies the tail of an enum.
4987 (c-basic-matchers-after): Insert a call to the above new function.
4988 This fixes bug #7264.
4989
88f43c67
GM
49902010-10-30 Glenn Morris <rgm@gnu.org>
4991
4992 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
4993 tool-bar-mode, transient-mark-mode. (Bug#7306)
4994 Include the :set property in the dumped Emacs.
4995
c4d17d50
SM
49962010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4997
4998 SMIE: change indent rules format, improve smie-setup.
4999 * emacs-lisp/smie.el (smie-precs-precedence-table)
5000 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
5001 Mark them pure so the tables gets built at compile time.
5002 (smie-bnf-precedence-table): Store the closer-alist in the table.
5003 (smie-prec2-levels): Preserve the closer-alist.
5004 (smie-blink-matching-open): Be more forgiving in case of indentation.
5005 (smie-hanging-p): Rename from smie-indent--hanging-p.
5006 (smie-bolp): Rename from smie-indent--bolp.
5007 (smie--parent, smie--after): New dynamic vars.
5008 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
5009 (smie-indent-rules): Remove.
5010 (smie-indent--offset-rule): Remove fun.
5011 (smie-rules-function): New var.
5012 (smie-indent--rule): New fun.
5013 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
5014 (smie-indent-exps): Use it.
5015 (smie-setup): Setup paren blinking; add keyword args for token
5016 functions; extract closer-alist from op-levels.
5017 (smie-indent-debug-log): Remove var.
5018 (smie-indent-debug): Remove fun.
5019 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
5020 (prolog-smie-rules): New fun to replace it.
5021 (prolog-mode-variables): Simplify.
5022 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
5023 it's setup automatically.
5024 (octave-smie-indent-rules): Remove.
5025 (octave-smie-rules): New fun to replace it.
5026 (octave-mode): Simplify.
5027
9d794026
GM
50282010-10-29 Glenn Morris <rgm@gnu.org>
5029
e088c02a
GM
5030 * files.el (temporary-file-directory): Remove (already defined in C).
5031 * cus-start.el: Add temporary-file-directory.
5032
9d794026
GM
5033 * abbrev.el (abbrev-mode):
5034 * composite.el (auto-composition-mode):
5035 * menu-bar.el (menu-bar-mode):
5036 * simple.el (transient-mark-mode):
5037 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
5038 that they do not define the associated variables twice.
5039 * simple.el (transient-mark-mode): Remove defvar.
5040 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
5041 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
5042 Handle multiple groups, and also custom-delayed-init-variables.
5043 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
5044
dcc029e0
SM
50452010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5046
5047 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
5048 (pcase-if): Add one minor optimization.
5049 (pcase-split-equal): Rename from pcase-split-eq.
5050 (pcase-split-member): Rename from pcase-split-memq.
5051 (pcase-u1): Add strings to the member optimization.
5052 Add `guard' variant of predicates.
5053 (pcase-q1): Add string patterns.
5054
a62b88d4
SM
50552010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5056
5057 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
5058
f41f19b0
GM
50592010-10-28 Glenn Morris <rgm@gnu.org>
5060
b3edb781
GM
5061 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5062 Move menu-bar related settings to ../menu-bar.el.
5063 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5064 Move ns-specific settings here from term/ns-win.el.
5065
f41f19b0
GM
5066 * simple.el (x-selection-owner-p): Remove unused declaration.
5067
6175cd08
SM
50682010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5069
5070 * minibuffer.el (completion-cycling): New var (bug#7266).
5071 (minibuffer-complete, completion--do-completion):
5072 Use completion--flush-all-sorted-completions.
5073 (minibuffer-complete): Only cycle if completion-cycling is set.
5074 (completion--flush-all-sorted-completions): Unset completion-cycling.
5075 (minibuffer-force-complete): Set completion-cycling.
5076 (completion-all-sorted-completions): Move declaration before first use.
5077
19677c71
LL
50782010-10-28 Leo <sdl.web@gmail.com>
5079
5080 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
5081 which changes the order of matches seen by users (bug#7231).
5082
50832010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
77b143eb
JBK
5084
5085 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5086 Don't confuse -omega as "-o mega".
5087
2122161f
SM
50882010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
5089
ce8794df
SM
5090 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
5091 (log-edit-author): New dynamic var.
5092 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
5093 to return the author if different from committer.
5094 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
5095
80cb310d
SM
5096 * play/landmark.el: Adjust commenting convention.
5097 (lm-nil-score): Rename from nil-score.
5098 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
5099 (OOOOscore): Move into a let in lm-score-trans-table.
5100 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
5101
2122161f
SM
5102 * electric.el (electric-indent-chars): Autoload.
5103 * progmodes/octave-mod.el (octave-mode):
5104 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
5105 (ruby-mode-abbrev-table): Merge initialization and declaration.
5106
e925113b
GM
51072010-10-27 Glenn Morris <rgm@gnu.org>
5108
208d109c
GM
5109 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
5110 variable.
5111
7d3e3843
GM
5112 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
5113
e925113b
GM
5114 * term/ns-win.el: Restore require of cl when compiling.
5115 (menu-bar-final-items): Remove non-existent `windows' menu.
1bcc4637
GM
5116 (ns-handle-nxopen): Optionally handle the temp-case.
5117 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
5118 (ns-insert-file, ns-find-file): Use `pop'.
e925113b 5119
b94a5a43
GM
51202010-10-26 Glenn Morris <rgm@gnu.org>
5121
5122 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
5123
fc3eda04
AR
51242010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
5125
5126 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
5127 global map.
5128 * term/common-win.el (x-setup-function-keys): Remove most of the
5129 keymappings. Comment on the remaining ones.
5130
c79b0b1c
PO
51312010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
5132
c31dc2c0 5133 * server.el (server-port): New option. (Bug#854)
c79b0b1c
PO
5134 (server-start): Use server-port.
5135
725513b7
GM
51362010-10-26 Glenn Morris <rgm@gnu.org>
5137
d7d8c62a
GM
5138 * term/ns-win.el (ns-version-string): Remove unused declaration.
5139 (ns-invocation-args): Change to x-invocation-args.
5140 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
5141 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
5142 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
5143 Use x-invocation-args instead of ns-invocation-args.
5144 (ns-initialize-window-system, handle-args-function-alist):
5145 Use x-handle-args instead of ns-handle-args.
5146 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
5147 * startup.el (command-line-ns-option-alist): Replace
5148 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
5149 ns-handle-iconic with the x- equivalents.
5150
725513b7
GM
5151 * term/common-win.el (x-select-enable-clipboard):
5152 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
5153
5154 * term/ns-win.el: No need to require cl when compiling.
5155 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
5156 (xw-defined-colors): Use the common-win definitions.
5157 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
5158 (ns-handle-iconic): Make it an alias for x-handle-iconic.
5159 * term/common-win.el (x-select-text, x-alternatives-map)
5160 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
5161 * loadup.el [ns]: Load common-win.
5162
77ec02d8
DU
51632010-10-26 Daiki Ueno <ueno@unixuser.org>
5164
5165 * epa-mail.el (epa-mail-encrypt): Handle local-part only
6ee79275 5166 recipients; expand mail aliases (Bug#7280).
77ec02d8 5167
6a5c2175
GM
51682010-10-25 Glenn Morris <rgm@gnu.org>
5169
59ba9d59
GM
5170 * term/common-win.el (x-handle-switch): Simplify with pop.
5171 Optionally handle numeric switches.
5172 (x-handle-numeric-switch): Just call x-handle-switch.
5173 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
5174 (x-handle-name-switch, x-handle-display, x-handle-args):
5175 Simplify with pop.
5176
6a5c2175
GM
5177 * term/ns-win.el: Do not require easymenu.
5178 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
5179 <spell>: Move adjustments to menu-bar.el.
5180 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
5181 <separator-undo, spell>: Move ns-win's adjustments here.
5182 * loadup.el [ns]: Do not load easymenu.
5183
01898dc2
CY
51842010-10-24 Chong Yidong <cyd@stupidchicken.com>
5185
5186 * image.el (image-checkbox-checked, image-checkbox-unchecked):
6a5c2175 5187 Delete (Bug#7222).
01898dc2
CY
5188
5189 * startup.el (fancy-startup-tail): Instead of using inline images,
5190 refer to image files from etc/.
5191
5192 * wid-edit.el (checkbox): Likewise.
5193 (widget-image-find): Center image specs.
5194
a44d921f
GM
51952010-10-24 Glenn Morris <rgm@gnu.org>
5196
5197 * term/ns-win.el (x-select-text): Doc fix.
5198 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
5199 (x-select-text): Move to term/common-win.
5200 * term/w32-win.el (xw-defined-colors): Move to common-win.
5201 * term/x-win.el (xw-defined-colors, x-alternatives-map)
5202 (x-setup-function-keys, x-select-text): Move to common-win.
5203 * term/common-win.el (x-select-text, x-alternatives-map)
5204 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
5205 definitions here.
5206
709228c0 52072010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
a11de514
R
5208
5209 * net/mairix.el (mairix-searches-mode-map):
5210 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
5211
0c382083 52122010-10-24 Michael McNamara <mac@mail.brushroad.com>
a03c2342 5213
2b0c7330 5214 * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
a03c2342
WS
5215 auto-built for efficiency of execution and updating.
5216 (verilog-extended-complete-re): Support 'pure' fucntion & task
5217 declarations (these have no bodies).
ca39416c
AH
5218 (verilog-beg-of-statement): General cleanup to enable support of
5219 'pure' fucntion & task declarations (these have no bodies).
5220 These efforts together fix Verilog bug210 from veripool; which was also
a03c2342
WS
5221 noticed by Steve Pearlmutter.
5222 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
ca39416c
AH
5223 (verilog-directive-nest-re, verilog-set-auto-endcomments):
5224 Support `elsif. Reported by Shankar Giri.
a03c2342
WS
5225 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
5226 attribute handling for lining up declarations and assignments.
5227 (verilog-beg-of-statement-1): Fix issue where continued declaration
5228 is indented differently if it is after a begin..end clock.
5229 (verilog-in-attribute-p, verilog-skip-backward-comments)
5230 (verilog-skip-forward-comment-p): Support proper treatment of
84eb0351 5231 attributes by indent code. Reported by Jeff Steele.
ca39416c 5232 (verilog-in-directive-p): Fix comment to correctly describe function.
a03c2342
WS
5233 (verilog-backward-up-list, verilog-in-struct-region-p)
5234 (verilog-backward-token, verilog-in-struct-p)
5235 (verilog-in-coverage-p, verilog-do-indent)
5236 (verilog-pretty-declarations): Use verilog-backward-up-list as
5237 wrapper around backward-up-list inorder to properly skip comments.
5238 Reported by David Rogoff.
5239 (verilog-property-re, verilog-endcomment-reason-re)
5240 (verilog-beg-of-statement, verilog-set-auto-endcomments)
5241 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
84eb0351 5242 of if). Reported by Max Bjurling and
a03c2342 5243 (verilog-calc-1): Fix for clocking block in modport
84eb0351 5244 declaration. Reported by Brian Hunter.
a03c2342 5245
0c382083 52462010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
a03c2342 5247
2b0c7330 5248 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
a03c2342
WS
5249 (verilog-gate-keywords, verilog-read-sub-decls)
5250 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
5251 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
5252 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
5253 (verilog-read-decls): Fix spaces in V2K module parameters causing
5254 mis-identification as interfaces, bug287.
5255 (verilog-read-decls): Fix not treating "parameter string" as a
5256 parameter in AUTOINSTPARAM.
5257 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
5258 treating `elsif similar to `endif inside AUTOSENSE.
ca39416c 5259 (verilog-do-indent): Implement correct automatic or static task or
b762841f 5260 function end comment highlight. Reported by Steve Pearlmutter.
a03c2342
WS
5261 (verilog-font-lock-keywords-2): Fix highlighting of single
5262 character pins, bug264. Reported by Michael Laajanen.
5263 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
5264 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
6a7662bb
BR
5265 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
5266 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
ca39416c
AH
5267 (verilog-pretty-expr): Fix interactive arguments, bug272.
5268 Reported by Mark Johnson.
5269 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
5270 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
b762841f 5271 bug269. Suggested by Gary Delp.
a03c2342 5272 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
ca39416c
AH
5273 (verilog-preprocessor, verilog-set-compile-command):
5274 Create verilog-preprocess and verilog-preprocessor to show
5275 preprocessed output.
a03c2342
WS
5276 (verilog-get-beg-of-line, verilog-get-end-of-line)
5277 (verilog-modi-file-or-buffer, verilog-modi-name)
5278 (verilog-modi-point, verilog-within-string): Move defmacro's
b762841f 5279 before first use to avoid warning. Reported by Steve Pearlmutter.
a03c2342
WS
5280 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
5281 (verilog-colorize-region, verilog-highlight-buffer)
5282 (verilog-highlight-includes, verilog-highlight-modules)
5283 (verilog-highlight-region, verilog-mode): Rename colorize to
5284 highlight to match other packages. Disable module highlighting,
5285 as received speed complaints, reenable for experimentation only
5286 using new verilog-highlight-modules.
5287 (verilog-read-decls): Fix regexp stack overflow in very large
5288 AUTO_TEMPLATEs, bug250.
5289 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
5290 (verilog-scan): Create verilog-save-buffer-state to standardize
5291 making insignificant changes that shouldn't call hooks.
5292 (verilog-save-no-change-functions, verilog-save-scan-cache)
5293 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
5294 Create verilog-save-no-change-functions to wrap verilog-scan
5295 preservation, and fix to work with nested preserved calls.
5296 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
5297 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
5298 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
5299 (verilog-submit-bug-report): Update variable list to be complete.
5300 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
5301 breaking on-the-fly font-locking.
5302 (verilog-colorize-buffer, verilog-colorize-include-files)
5303 (verilog-colorize-include-files-buffer, verilog-colorize-region)
5304 (verilog-load-file-at-mouse, verilog-load-file-at-point)
5305 (verilog-mode, verilog-read-inst-module-matcher): With point on a
5306 AUTOINST cell instance name, middle mouse button now finds-file on
5307 it. Suggested by Brad Dobbie.
5308 (verilog-alw-get-temps, verilog-auto-reset)
5309 (verilog-auto-sense-sigs, verilog-read-always-signals)
5310 (verilog-read-always-signals-recurse): Fix loop indexes being
b762841f 5311 AUTORESET. AUTORESET now assumes any variables in the
6a7662bb
BR
5312 initialization section of a for() should be ignored.
5313 Reported by Dan Dever.
a03c2342
WS
5314 (verilog-error-font-lock-keywords)
5315 (verilog-error-regexp-emacs-alist)
5316 (verilog-error-regexp-xemacs-alist): Fix error detection of
5317 Cadence HAL, reported by David Asher. Repair drift between the
5318 three similar error variables.
5319 (verilog-modi-lookup, verilog-modi-lookup-cache)
5320 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
5321 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
5322 Fix slow verilog-auto expansion on very large files.
ca39416c
AH
5323 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
5324 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
a03c2342
WS
5325 "{1*2{...". Broke in last revision.
5326 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
5327 submodule connections with replications "{#{a},#{b}}".
5328
0c382083
CY
53292010-10-24 Juanma Barranquero <lekktu@gmail.com>
5330
5331 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
5332 Fix typo in docstring.
5333
53342010-10-24 Kenichi Handa <handa@m17n.org>
5335
5336 * face-remap.el (text-scale-adjust): Call read-event with a proper
5337 prompt.
5338
53392010-10-24 Chong Yidong <cyd@stupidchicken.com>
5340
5341 * emacs-lisp/unsafep.el: Don't mark functions that display
5342 messages as safe. Suggested by Johan Bockgård.
5343
53442010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5345
5346 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
5347 Turn comments into docstrings.
5348
5349 * minibuffer.el (completion--replace): Move point where it belongs
5350 when there's a common suffix (bug#7215).
5351
9317e499
CY
53522010-10-24 Chong Yidong <cyd@stupidchicken.com>
5353
5354 Merge read-color and facemenu-read-color (Bug#7242).
5355
5356 * faces.el (read-color): Use the completion code from
5357 facemenu-read-color. Require match in completion. Doc fix.
5358
5359 * facemenu.el (facemenu-read-color): Alias for read-color.
6a7662bb
BR
5360 (facemenu-set-foreground, facemenu-set-background):
5361 Use read-color.
9317e499
CY
5362
5363 * frame.el (set-background-color, set-foreground-color)
6a7662bb
BR
5364 (set-cursor-color, set-mouse-color, set-border-color):
5365 Use read-color.
9317e499 5366
a44d921f 53672010-10-24 Leo <sdl.web@gmail.com>
59dd6f73
LL
5368
5369 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
5370 argument of delete-file and delete-directory (Bug#7011).
5371
43207249
CY
53722010-10-24 Chong Yidong <cyd@stupidchicken.com>
5373
5374 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
5375 button-buffer-map.
5376
484db896 53772010-10-24 Ralf Angeli <angeli@caeruleus.net>
f34e6aaa
CY
5378
5379 * emacs-lisp/package.el (package--generate-package-list): Make the
5380 *Packages* buffer read-only.
5381
10f5e3e6
AM
53822010-10-24 Alan Mackenzie <acm@muc.de>
5383
5384 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
5385 result of `c-beginning-of-decl-1' between invocations of a lambda
5386 function (Bug #7265).
5387
3ec6ca72
DU
53882010-10-24 Daiki Ueno <ueno@unixuser.org>
5389
5390 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
5391 executable is not available on the system (Bug#7268).
5392
ec514007
GM
53932010-10-24 Glenn Morris <rgm@gnu.org>
5394
f5f25615
GM
5395 * select.el (selection-coding-system, next-selection-coding-system):
5396 Sync doc with C versions.
3646b86d 5397
8aa0f263
GM
5398 * w32-vars.el (x-select-enable-clipboard):
5399 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
5400 * term/common-win.el (x-select-enable-clipboard): Move here.
5401
46710489
GM
5402 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
5403 definition of C variable.
5404
ec514007
GM
5405 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
5406 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5407 Don't redefine things that are defined in C.
5408 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
5409 (show-trailing-whitespace, auto-hscroll-mode)
5410 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5411 Set up the appropriate custom properties.
5412
8a79905d
CY
54132010-10-24 Chong Yidong <cyd@stupidchicken.com>
5414
5415 Bind "C-c ]" to ...
5416 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
5417 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
5418 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
5419 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
5420
aa02a29f
GM
54212010-10-23 Glenn Morris <rgm@gnu.org>
5422
7dfc15df
GM
5423 * textmodes/flyspell.el (flyspell-mode): If there was an error,
5424 say what it was.
5425
66c6abf0
GM
5426 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
5427 Sync docs with C version.
f3d87560 5428
3193e969
GM
5429 * term/ns-win.el (xw-defined-colors):
5430 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
5431
6f748f70
GM
5432 * term/pc-win.el (x-select-enable-clipboard):
5433 * term/x-win.el (x-select-enable-clipboard):
5434 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
5435
7aa93795
GM
5436 * comint.el (comint-password-prompt-regexp): Make it less vague.
5437 Bump version.
5438
17284e30
GM
5439 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
5440
aa02a29f
GM
5441 * help.el (finder-by-keyword): Remove unnecessary autoload.
5442
69b55131
GM
54432010-10-22 Glenn Morris <rgm@gnu.org>
5444
9a0dd02d
GM
5445 * loadup.el: Unconditionally load float-sup.
5446 * paren.el (show-paren-delay):
5447 * emacs-lisp/float-sup.el:
5448 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
5449 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
5450 (lazy-lock-stealth-verbose): Assume float support.
5451 * ps-print.el: Assume float support on Emacs.
5452 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
5453 Remove non-float branch.
5454
69b55131
GM
5455 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
5456 src/Makefile no longer being pre-processed.
5457
7c23d9e8
SM
54582010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5459
5460 * emacs-lisp/find-func.el (find-library): Use test-completion.
5461
23737b4a
LMI
54622010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5463
7c23d9e8 5464 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
23737b4a 5465
6e060cee 54662010-10-21 Michael Albinus <michael.albinus@gmx.de>
01d884cf
MA
5467
5468 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
5469 space in stat format string.
5470 (tramp-send-command): Unset $PS1 when using here documents, in
5471 order not to get several prompts.
5472 (tramp-get-inline-coding): Return `nil' in case of errors.
5473
08ffb131
DU
54742010-10-21 Daiki Ueno <ueno@unixuser.org>
5475
7c23d9e8
SM
5476 * hexl.el (hexl-mode, hexl-mode-exit):
5477 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
08ffb131
DU
5478 (hexl-revert-buffer-function): New function.
5479 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
5480
ba7fdf30
AM
54812010-10-19 Alan Mackenzie <acm@muc.de>
5482
7c23d9e8
SM
5483 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
5484 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
7f0789c9
AM
5485 that these keywords aren't wrongly matched as identifiers.
5486
ba7fdf30
AM
5487 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
5488 setting of c-new-BEG and c-new-END from c-before-change to
e64ae4e8 5489 c-after-change. (Bug#7181)
ba7fdf30 5490
7fd8732d
CY
54912010-10-19 Chong Yidong <cyd@stupidchicken.com>
5492
5493 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
5494 Don't mark as safe.
5495
5496 * custom.el (custom-theme-set-variables): Likewise.
5497 (load-theme): Add custom-theme-set-faces and
5498 custom-theme-set-variables to safe-functions while loading.
5499 (custom-enabled-themes): Mark as risky.
5500
3f12b18c
JD
55012010-10-18 Julien Danjou <julien@danjou.info>
5502
5503 * bindings.el: Remove end dashes in default mode-line-format.
5504
b8a47412
CY
55052010-10-19 Chong Yidong <cyd@stupidchicken.com>
5506
5507 * bindings.el (global-map): Bind C-d to delete-char and deletechar
5508 to delete-forward-char.
5509
5510 * simple.el (normal-erase-is-backspace-mode): Remap delete to
5511 deletechar, and hence delete-forward-char.
5512
ca3fa302
JB
55132010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5514
5515 * repeat.el (repeat): Use read-key (bug#6256).
5516
55172010-10-19 Chong Yidong <cyd@stupidchicken.com>
5518
5519 * emacs-lisp/unsafep.el: Don't mark functions that display
5520 messages as safe. Suggested by Johan Bockgård.
5521
55222010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5523
5524 * minibuffer.el (completion--replace): Move point where it belongs
5525 when there's a common suffix (bug#7215).
5526
55272010-10-19 Kenichi Handa <handa@m17n.org>
5528
5529 * international/characters.el: Add category '|' (word breakable)
5530 to fullwidth characters.
5531
3224b54d
MA
55322010-10-19 Michael Albinus <michael.albinus@gmx.de>
5533
5534 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
5535 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
5536 order to make stat results a float. Patch by Andreas Schwab
5537 <schwab@linux-m68k.org>.
5538
36ba6f07
JD
55392010-10-18 Julien Danjou <julien@danjou.info>
5540
5541 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
5542 hidden by `make-pointer-invisible'.
5543
43f964fc
SM
55442010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5545
5546 * files.el (locate-file-completion-table): Strip non-matching elements
5547 before checking length of list (bug#7238).
5548
e48eb343
CY
55492010-10-18 Chong Yidong <cyd@stupidchicken.com>
5550
5551 * custom.el (custom-theme-set-variables): Mark as a safe function.
5552 (load-theme): Check forms using unsafep.
5553
5554 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
5555
df987d70
AM
55562010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
5557
43f964fc
SM
5558 * textmodes/ispell.el (ispell-aspell-find-dictionary):
5559 Fix aspell data file searching (bug#7230).
df987d70 5560
29a4c45b
CY
55612010-10-16 Chong Yidong <cyd@stupidchicken.com>
5562
5563 * cus-theme.el (custom-theme--migrate-settings): New var.
5564 (customize-create-theme): Allow editing the `user' theme.
5565 (custom-theme-add-variable, custom-theme-add-var-1)
5566 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
5567 to the front of each variable or face widget.
5568 (custom-theme-write): Save theme settings in the correct order.
5569 Optionally, remove saved settings from user customizations.
43f964fc
SM
5570 (custom-theme-write-variables, custom-theme-write-faces):
5571 Save only the checked widgets.
29a4c45b
CY
5572 (customize-themes): Add a link for migrating custom settings.
5573
43f964fc
SM
5574 * custom.el (custom-declare-theme, provide-theme):
5575 Use custom-theme-name-valid-p.
29a4c45b
CY
5576 (custom-theme-name-valid-p): Remove checks that are now
5577 unnecessary since themes no longer obey load-path.
5578
5579 * cus-edit.el (custom-variable-value-create): For the simple
5580 style, hide documentation string when hidden.
5581
782b5e8d
CY
55822010-10-16 Chong Yidong <cyd@stupidchicken.com>
5583
647bc502
CY
5584 * cus-edit.el (custom-variable, custom-face): Combine the
5585 :inhibit-magic and :display-style properties into a single
5586 :custom-style property.
43f964fc
SM
5587 (custom-toggle-hide-variable, custom-toggle-hide-face):
5588 New functions. If hiding an edited value, save it to :shown-value.
5589 (custom-variable-value-create, custom-face-value-create): Use them.
647bc502
CY
5590 (custom-magic-reset): Allow magic property to be unset.
5591
782b5e8d
CY
5592 * custom.el: Custom themes no longer use load-path.
5593 (custom-theme-load-path): New option. Change built-in theme
5594 directory to etc/.
5595 (custom-enabled-themes): Add custom-theme-load-path dependency.
5596 (custom-theme--load-path): New function.
5597 (load-theme, custom-available-themes): Use it.
5598
5599 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
5600 (customize-themes): Link to custom-theme-load-path variable.
647bc502
CY
5601 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
5602 :custom-style property.
782b5e8d
CY
5603
5604 * themes/*.el: Moved to etc/.
5605
99f65cfa
RA
56062010-10-16 Ralf Angeli <angeli@caeruleus.net>
5607
5608 * textmodes/reftex-cite.el
5609 (reftex-extract-bib-entries-from-thebibliography): Do not move
5610 point when searching for \bibitem entries. Match entries with
5611 spaces or tabs in front of arguments.
5612
da16abfc
CY
56132010-10-16 Chong Yidong <cyd@stupidchicken.com>
5614
5615 * cus-theme.el (customize-create-theme): Delete overlays after
5616 erasing. If given a THEME arg, display only the faces of that arg
5617 instead of custom-theme--listed-faces.
5618 (custom-theme-variable-menu, custom-theme-variable-action)
43f964fc 5619 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
da16abfc
CY
5620 (custom-theme-add-variable, custom-theme-add-face): Apply value
5621 from the theme settings, instead of the current value.
5622 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
5623 (custom-theme-visit-theme): Allow calling outside theme buffers.
5624 (custom-theme-merge-theme): Don't enable the theme when merging.
5625 (custom-theme-write-variables, custom-theme-write-faces): Use the
5626 :shown-value properties to save buffer values, not global ones.
5627 (customize-themes): Display a warning about user customizations.
5628
5629 * cus-edit.el (custom-variable-value-create)
5630 (custom-face-value-create): Obey new special properties
5631 :shown-value and :inhibit-magic.
5632
aa095b2d
MA
56332010-10-15 Michael Albinus <michael.albinus@gmx.de>
5634
5635 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3224b54d
MA
5636 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
5637 <dale@codefu.org>.
aa095b2d 5638
7ca9cfda
KH
56392010-10-14 Kenichi Handa <handa@m17n.org>
5640
9650fc61
KH
5641 * mail/rmail.el (rmail-show-message-1): Catch an error of
5642 base64-decode-region and just show an error message (bug#7165).
5643
43f964fc 5644 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
7ca9cfda
KH
5645 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
5646 a font-spec (bug#7197).
5647
220d91b8 56482010-10-14 Glenn Morris <rgm@gnu.org>
7163badd
GM
5649
5650 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
5651
220d91b8 56522010-10-14 Juanma Barranquero <lekktu@gmail.com>
51e4f4a8 5653
c0943d3d
JB
5654 * international/mule.el (define-coding-system):
5655 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
51e4f4a8
JB
5656 * composite.el (compose-region): Fix typo in docstring.
5657
4983ddea
CY
56582010-10-14 Chong Yidong <cyd@stupidchicken.com>
5659
de43f11b
CY
5660 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
5661 only after checking the theme-face property.
5662
4983ddea
CY
5663 * faces.el (face-spec-reset-face): Reset all attributes in one
5664 single call to set-face-attribute.
5665 (face-spec-match-p): Make it a defsubst.
5666 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
5667 (x-create-frame-with-faces, tty-create-frame-with-faces)
5668 (tty-set-up-initial-frame-faces): Don't recompute face specs in
5669 frame-set-background-mode, since they are recomputed immediately
5670 afterwards in face-set-after-frame-default.
5671 (face-set-after-frame-default): Minor optimization.
5672 (cursor): Provide non-trivial defface spec.
5673
5674 * custom.el (custom-theme-recalc-face): Simplify.
5675
a974dcf2
JB
56762010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
5677
43f964fc 5678 * calc/calc-alg.el (math-var): Rename from `var'.
a974dcf2
JB
5679 (math-is-polynomial, math-is-poly-rec): Replace `var'
5680 with `math-var'.
5681
43f964fc 5682 * calc/calcalg2.el (math-var): Rename from `var'.
a974dcf2
JB
5683 (calcFunc-table, math-scan-for-limits): Replace `var'
5684 with `math-var'.
5685
10e4702a
GM
56862010-10-13 Glenn Morris <rgm@gnu.org>
5687
5688 * subr.el (last): Deal with dotted lists (reported in bug#7174).
5689
88f427d5
SB
56902010-10-13 Stephen Berman <stephen.berman@gmx.net>
5691
5692 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
5693
a1d16a7b
G
56942010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5695
5696 * net/tls.el (tls-program): Remove spurious %s from openssl.
5697 (tls-starttls-switches): Remove starttls hack.
5698 (open-tls-stream): Ditto.
5699 (tls-find-starttls-argument): Ditto.
5700
2e288d54
JB
57012010-10-13 Juanma Barranquero <lekktu@gmail.com>
5702
5703 * image.el (image-library-alist): Declare as obsolete alias.
5704 (image-type-available-p): Use `dynamic-library-alist'.
5705
5706 * term/w32-win.el (dynamic-library-alist):
5707 Use instead of `image-library-alist'.
5708
35744400
IS
57092010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
5710
5711 * subr.el (last): Make it faster. (Bug#7174)
5712
290fe464
RO
57132010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
5714
5715 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
5716
2919746c
CY
57172010-10-12 Chong Yidong <cyd@stupidchicken.com>
5718
5719 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
5720 (describe-theme-1): Extract doc from unloaded themes.
5721
5722 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
5723
5724 * themes/tango-theme.el:
5725 * themes/tango-dark-theme.el:
5726 * themes/wheatgrass-theme.el: New files.
5727
6b09b5d1
CY
57282010-10-12 Chong Yidong <cyd@stupidchicken.com>
5729
5730 * cus-theme.el (describe-theme, customize-themes)
5731 (custom-theme-save): New commands.
5732 (custom-new-theme-mode-map): Bind C-x C-s.
5733 (custom-new-theme-mode): Use custom--initialize-widget-variables.
5734 (customize-create-theme): New optional arg THEME.
5735 (custom-theme-revert): Use it.
5736 (custom-theme-visit-theme): Remove dead code.
5737 (custom-theme-merge-theme): Use custom-available-themes.
5738 (custom-theme-write): Make interactive.
5739 (custom-theme-write): Use custom-theme-name-valid-p.
5740 (describe-theme-1, custom-theme-choose-revert)
5741 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
5742 New funs.
5743 (custom-theme-allow-multiple-selections): New option.
5744 (custom-theme-choose-mode): New major mode.
5745
43f964fc
SM
5746 * custom.el (custom-theme-set-variables): Remove dead code.
5747 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
5748 (custom--inhibit-theme-enable): New var.
5749 (provide-theme): Obey it.
5750 (load-theme): Replace load with manual read/eval, in order to
5751 check for correctness. Use custom-theme-name-valid-p.
5752 (custom-theme-name-valid-p): New function.
5753 (custom-available-themes): Use it.
5754
5755 * cus-edit.el (custom--initialize-widget-variables): New function.
5756 (Custom-mode): Use it.
5757
43f964fc
SM
5758 * cus-face.el (custom-theme-set-faces): Remove dead code.
5759 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
5760
5761 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
5762
16366259
JB
57632010-10-12 Juanma Barranquero <lekktu@gmail.com>
5764
cb7d821e 5765 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
16366259 5766
4c14013d 57672010-10-12 Jan Djärv <jan.h.d@swipnet.se>
9386ae12 5768
4c14013d
JB
5769 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
5770 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
5771 (mac-right-option-modifier): New alias for ns-right-option-modifier.
5772
5773 * cus-start.el (all): ns-right-alternate-modifier is new.
9386ae12 5774
4c14013d 57752010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4c528197
SM
5776
5777 * emacs-lisp/lisp.el (lisp-completion-at-point):
5778 Use emacs-lisp-mode-syntax-table for the whole function.
5779
4c14013d 57802010-10-12 David Koppelman <koppel@ece.lsu.edu>
c58059f2
DK
5781
5782 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
4c528197
SM
5783 instead of font-lock-mode before adding keywords.
5784 Remove hi-lock-mode off code. Remove inhibit hack.
c58059f2
DK
5785 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
5786 non-nil; removed hook inhibit hack.
5787
4c14013d 57882010-10-12 Glenn Morris <rgm@gnu.org>
c7d6d8a1 5789
d15f9a2b
GM
5790 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
5791 (load-path-shadows-find): ... to this.
5792 (list-load-path-shadows): Update for above change.
5793
c7d6d8a1
GM
5794 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
5795
f0b7f5a8
KY
57962010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
5797
5798 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
5799 Fix comment for declare-function.
5800
05d22d02
CY
58012010-10-11 Chong Yidong <cyd@stupidchicken.com>
5802
5803 * custom.el (custom-fix-face-spec): New function; code moved from
5804 custom-face-edit-fix-value.
5805 (custom-push-theme): Use it when checking if a face has been
5806 changed outside customize.
5807 (custom-available-themes): New function.
5808 (load-theme): Use it.
5809
43f964fc 5810 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
05d22d02
CY
5811
5812 * custom.el (custom-push-theme): Cleanup (use cond).
5813 (disable-theme): Recompute the saved-face property.
5814 (custom-theme-recalc-face): Follow face alias before setting prop.
5815
43f964fc
SM
5816 * image.el (image-checkbox-checked, image-checkbox-unchecked):
5817 New variables, containing checkbox images.
05d22d02
CY
5818
5819 * startup.el (fancy-startup-tail):
5820 * wid-edit.el (checkbox): Use them.
5821
293e7c22
DN
58222010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
5823
a0310a6c
DN
5824 * shell.el (shell-mode-map):
5825 * progmodes/modula2.el (m2-mode-map):
5826 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
5827 * play/mpuz.el (mpuz-mode-map):
5828 * play/landmark.el (lm-mode-map):
5829 * play/decipher.el (decipher-mode-map):
5830 * play/5x5.el (5x5-mode-map):
5831 * net/telnet.el (telnet-mode-map):
5832 * net/quickurl.el (quickurl-list-mode-map):
5833 * net/mairix.el (mairix-searches-mode-map):
5834 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
5835 * net/dig.el (dig-mode-map):
5836 * mail/mspools.el (mspools-mode-map):
5837 * hexl.el (hexl-mode-map):
5838 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
5839 (wordstar-C-o-map, wordstar-C-q-map):
5840 * emacs-lisp/edebug.el (edebug-eval-mode-map):
5841 * emacs-lisp/chart.el (chart-map):
5842 * edmacro.el (edmacro-mode-map):
5843 * erc/erc-list.el (erc-list-menu-mode-map):
5844 * array.el (array-mode-map): Declare and define in one step.
5845
293e7c22
DN
5846 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
5847
446b12da
DU
58482010-10-10 Daiki Ueno <ueno@unixuser.org>
5849
5850 * epa.el (epa-passphrase-callback-function): Display filename
5851 passed as the 3rd arg.
43f964fc
SM
5852 * epa-file.el (epa-file-passphrase-callback-function):
5853 Pass filename to epa-passphrase-callback-function.
446b12da 5854
76c16af8
CY
58552010-10-09 Chong Yidong <cyd@stupidchicken.com>
5856
5857 * cus-edit.el (custom-face-widget-to-spec)
5858 (custom-face-get-current-spec, custom-face-state): New functions.
5859 (custom-face-set, custom-face-mark-to-save)
5860 (custom-face-value-create, custom-face-state-set): Use them.
5861
5862 * cus-theme.el (custom-theme--listed-faces): New var.
5863 (customize-create-theme): Use *Custom Theme* as the buffer name.
5864 Set revert-buffer-function. Optional arg BUFFER. Insert all
5865 faces listed in custom-theme--listed-faces.
5866 (custom-theme-revert): New function.
5867 (custom-theme-add-variable, custom-theme-add-face): Insert at the
5868 bottom of the list.
5869 (custom-theme-write): Prompt for theme name if empty.
5870 (custom-theme-write-variables): Use dolist.
5871 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
5872
e15f8aaa
AM
58732010-10-09 Alan Mackenzie <acm@muc.de>
5874
5875 Enhance fontification of declarators to take account of the
5876 presence/absence of "typedef".
5877
5878 * cc-engine.el (c-forward-type): New &optional param
5879 "brace-block-too".
5880 (c-forward-decl-or-cast-1): cdr of return value now indicates the
43f964fc 5881 presence of either or both of a "struct"-like keyword and "typedef".
e15f8aaa
AM
5882
5883 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
5884 fontification of declarators which follow a "}".
5885 (c-font-lock-declarations): Fontify declarators according to the
5886 presence/absence of "typedef".
5887
5888 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
5889 for "typedef".
5890 (c-typedef-decl-key): New lang variable built from
5891 c-typedef-decl-kwds.
5892
cf321e50
LMI
58932010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5894
77aec221
LMI
5895 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
5896 since that's too annoying. Move the filter groups commands to
5897 TAB/backtab.
5898
7450df5d
LMI
5899 * epa.el (epa-passphrase-callback-function): Say what we're
5900 querying the password for.
5901
cf321e50 5902 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
43f964fc 5903 behaviour, don't bury the ibuffer buffer when visiting other buffers.
cf321e50 5904
587faadd
CY
59052010-10-08 Chong Yidong <cyd@stupidchicken.com>
5906
5907 * cus-edit.el (custom-commands, custom-buffer-create-internal)
5908 (custom-magic-value-create): Pad button tags with spaces.
5909 (custom-face-edit): New variable.
5910 (custom-face-value-create): Determine whether to use the usual
43f964fc
SM
5911 face editor here, instead of using custom-face-selected.
5912 Pass face defaults to custom-face-edit widget.
587faadd
CY
5913 (custom-face-selected, custom-display-unselected): Delete widgets.
5914 (custom-display-unselected-match): Function removed.
43f964fc
SM
5915 (custom-face-set, custom-face-mark-to-save):
5916 Accept custom-face-edit widgets as the direct widget child.
587faadd
CY
5917
5918 * wid-edit.el (widget--completing-widget): New var.
5919 (widget-default-complete): Bind it when doing completion.
5920 (widget-string-complete, widget-file-complete): Use it.
5921
a1ab97d0
GM
59222010-10-09 Glenn Morris <rgm@gnu.org>
5923
85d50db7
GM
5924 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
5925 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
5926 (holiday-hebrew-misc): Small simplifications.
5927
3fb78d1f
GM
5928 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
5929
a1ab97d0
GM
5930 * net/browse-url.el: Don't require thingatpt, term, dired,
5931 executable, or w3-auto when compiling.
5932 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
5933 Declare.
5934 (browse-url-text-emacs): Require term.
5935
2187e5bb
AS
59362010-10-08 Andreas Schwab <schwab@linux-m68k.org>
5937
5938 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
5939
e5d49589
GM
59402010-10-08 Glenn Morris <rgm@gnu.org>
5941
5823f53f
GM
5942 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
5943
e5d49589
GM
5944 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
5945 (shadows-compare-text-p): Make it an obsolete alias for...
5946 (load-path-shadows-compare-text): ... new name.
5947 (find-emacs-lisp-shadows): Update for above name change.
5948 (load-path-shadows-same-file-or-nonexistent): New name for the old
5949 shadow-same-file-or-nonexistent.
5950
4628bef1 59512010-10-08 Chong Yidong <cyd@stupidchicken.com>
397ae226
CY
5952
5953 * minibuffer.el (completion--some, completion--do-completion)
5954 (minibuffer-complete-and-exit, minibuffer-completion-help)
5955 (completion-basic-try-completion)
5956 (completion-basic-all-completions)
5957 (completion-pcm--find-all-completions): Use lexical-let to
5958 avoid some false matches in variable completion (Bug#7056)
5959
4628bef1 59602010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
8686a5ea
OOS
5961
5962 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
5963
4628bef1 59642010-10-08 Leo <sdl.web@gmail.com>
83b8ea28
LL
5965
5966 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
5967 return non-nil if the file exists (Bug#7090).
5968
4628bef1 59692010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
55586d2a
SM
5970
5971 * minibuffer.el (completion--replace):
5972 Better preserve markers (bug#7138).
5973
4628bef1 59742010-10-08 Juanma Barranquero <lekktu@gmail.com>
2b7ba565
JB
5975
5976 * server.el (server-process-filter): Doc fix.
5977
4628bef1 59782010-10-08 Drew Adams <drew.adams@oracle.com>
53ad04fc
DA
5979
5980 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
5981
e4adf61e
GM
59822010-10-08 Glenn Morris <rgm@gnu.org>
5983
24ac444f
GM
5984 * vc/ediff-wind.el (ediff-setup-control-frame):
5985 * vc/ediff-ptch.el (ediff-default-backup-extension):
5986 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
5987 (ediff-exec-process): Remove system-types emx, windows-95.
5988
e4adf61e
GM
5989 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
5990
61328d7c
CY
59912010-10-07 Chong Yidong <cyd@stupidchicken.com>
5992
5993 * cus-edit.el (custom-variable, custom-face): Doc fix.
5994 (custom-face-edit): Add value-create attribute.
5995 (custom-face-edit-value-create)
43f964fc
SM
5996 (custom-face-edit-value-visibility-action): New functions.
5997 Hide unused face attributes by default, and add a visibility toggle.
61328d7c
CY
5998 (custom-face-edit-deactivate): Show empty values with shadow face.
5999 (custom-face-selected): Only use this for face specs with default
6000 attributes.
6001 (custom-face-value-create): Cleanup.
6002
6003 * wid-edit.el (widget-checklist-value-create): Use dolist.
6004 (widget-checklist-match-find): Make second arg optional.
6005
ac44263a
GM
60062010-10-07 Glenn Morris <rgm@gnu.org>
6007
849b02b4
GM
6008 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
6009 Prefix things.
6010
ac44263a
GM
6011 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
6012 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
6013 load-path-shadows-mode, update references.
06d9ef85
GM
6014 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
6015 Rename variable and button.
6016 (list-load-path-shadows): Update button caller.
ac44263a 6017
29c72a6e
SM
60182010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6019
6020 * emacs-lisp/smie.el (smie-bnf-classify): New function.
6021 (smie-bnf-precedence-table): Use it to remember the closers/openers.
6022 (smie-merge-prec2s): Handle those new entries.
6023 (smie-prec2-levels): Only set precedence to nil for actual
6024 openers/closers.
6025 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
6026 that is now unnecessary.
6027
775f75bc 60282010-10-07 Miles Bader <miles@gnu.org>
07ff7702
MB
6029
6030 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
6031
7e1e2a6e
GM
60322010-10-07 Glenn Morris <rgm@gnu.org>
6033
58d1ac6d
GM
6034 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
6035 (mail-position-on-field): Remove declarations.
6036 (mail-position-on-field): Autoload it.
6037 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
6038 and mail-header-end. Don't require sendmail.
6039
7b9235ad
GM
6040 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
6041 (shadow-mode): New mode.
6042 (shadow-find-file): New button.
6043 (list-load-path-shadows): Use shadow-mode and buttons.
6044
52da2182
GM
6045 * iimage.el (iimage-version): Remove.
6046 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
6047 Turn into defcustoms.
6048 (iimage-mode-map): Give it a doc string.
6049
7e1e2a6e
GM
6050 * calendar/appt.el (appt-activate): Give a warning rather than an error
6051 if there is no diary-file.
6052
e44eccd7
MA
60532010-10-06 Michael Albinus <michael.albinus@gmx.de>
6054
29c72a6e
SM
6055 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6056 Use `tramp-handle-find-backup-file-name'.
e44eccd7 6057
4583e796
GM
60582010-10-06 Glenn Morris <rgm@gnu.org>
6059
6aecca99
GM
6060 * font-core.el (font-lock-defaults-alist): Remove variable.
6061 (font-lock-mode): Doc fix.
6062 (font-lock-default-function): Do not consult font-lock-defaults-alist.
6063 * font-lock.el (font-lock-refresh-defaults): Doc fix.
6064 (font-lock-set-defaults): Doc fix.
6065 Do not consult font-lock-defaults-alist.
6066
645a6257
GM
6067 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
6068
4583e796
GM
6069 * emacs-lisp/cl.el: No longer provide cl-19.
6070
bd8fadca
MA
60712010-10-05 Michael Albinus <michael.albinus@gmx.de>
6072
6073 * net/tramp.el (tramp-handle-directory-files-and-attributes)
6074 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
6075 New defuns, taken from tramp-smb.el.
6076 (tramp-coding-system-change-eol-conversion)
43f964fc 6077 (tramp-set-process-query-on-exit-flag): Remove.
bd8fadca 6078
43f964fc 6079 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
bd8fadca
MA
6080 (tramp-compat-coding-system-change-eol-conversion)
6081 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
6082 from tramp.el.
6083
6084 * net/tramp-gvfs.el:
6085 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
6086 by `tramp-compat-set-process-query-on-exit-flag'.
6087
43f964fc
SM
6088 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6089 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
6090 `tramp-handle-file-exists-p' and
6091 `tramp-handle-file-newer-than-file-p'.
6092 (tramp-imap-handle-file-exists-p)
6093 (tramp-imap-handle-file-executable-p)
6094 (tramp-imap-handle-file-readable-p)
6095 (tramp-imap-handle-directory-files-and-attributes)
43f964fc 6096 (tramp-imap-handle-file-newer-than-file-p): Remove.
bd8fadca
MA
6097
6098 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
6099 by `tramp-compat-set-process-query-on-exit-flag' and
6100 `tramp-coding-system-change-eol-conversion' by
6101 `tramp-compat-coding-system-change-eol-conversion'.
6102
43f964fc
SM
6103 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6104 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
6105 `tramp-handle-file-exists-p' and
6106 `tramp-handle-file-newer-than-file-p'.
6107 (tramp-smb-handle-directory-files-and-attributes)
6108 (tramp-smb-handle-file-exists-p)
43f964fc
SM
6109 (tramp-smb-handle-file-newer-than-file-p): Remove.
6110 (tramp-smb-maybe-open-connection):
6111 Replace `tramp-set-process-query-on-exit-flag' by
bd8fadca
MA
6112 `tramp-compat-set-process-query-on-exit-flag'.
6113
726c5357
GM
61142010-10-05 Glenn Morris <rgm@gnu.org>
6115
6116 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
6117
4a93e698
MA
61182010-10-04 Michael Albinus <michael.albinus@gmx.de>
6119
6120 Continue reorganization of load dependencies. (Bug#7156)
6121
6122 * net/tramp.el (tramp-handle-file-local-copy-hook)
6123 (tramp-delete-temp-file-function): Move down.
6124 (tramp-exists-file-name-handler): Move up.
6125 (tramp-register-file-name-handlers): Simplify autoload.
6126 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
6127 (tramp-handle-directory-files, tramp-handle-dired-uncache)
6128 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
6129 (tramp-handle-file-name-completion)
6130 (tramp-handle-file-name-directory)
6131 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
6132 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
6133 (tramp-handle-find-backup-file-name)
6134 (tramp-handle-insert-file-contents, tramp-handle-load)
6135 (tramp-handle-substitute-in-file-name)
6136 (tramp-handle-unhandled-file-name-directory)
6137 (tramp-mode-string-to-int, tramp-local-host-p)
43f964fc 6138 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
4a93e698
MA
6139
6140 * net/tramp-gvfs.el (top):
6141 * net/tramp-smb.el (top): Do not require 'tramp-sh.
6142
6143 * net/tramp-sh.el (all): Move several objects to tramp.el, see
6144 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
6145
b4593555
GM
61462010-10-04 Glenn Morris <rgm@gnu.org>
6147
6148 * calendar/appt.el (appt-add): Ensure reminders are enabled.
6149 (appt-activate): Give status messages.
6150
8762aa10
TZ
61512010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6152
6153 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
6154 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
43f964fc
SM
6155 `gnutls-negotiate' (formerly `starttls-negotiate').
6156 Remove trivial wrapper `starttls-open-stream'.
8762aa10 6157
82fb8701
DN
61582010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6159
6160 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
6161 log-outgoing commands.
6162 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
6163 to create a buffer local revert-buffer-function variable.
6164 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
6165 revert-buffer-function lambda.
6166
c1ae068b
LMI
61672010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6168
6169 * net/gnutls.el (starttls-negotiate): Use the plist interface to
43f964fc
SM
6170 `gnutls-boot'. Make TYPE the only required parameter.
6171 Allow TRUSTFILES and KEYFILES to be lists.
c1ae068b
LMI
6172 (open-ssl-stream): Use it.
6173
67141a37
GM
61742010-10-03 Glenn Morris <rgm@gnu.org>
6175
77f38949
GM
6176 * subr.el (directory-sep-char): Remove obsolete variable.
6177 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
6178 it is "necessary".
6179
67141a37
GM
6180 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
6181 * vc/vc.el (vc-static-header-alist): Doc fix.
6182 * vc/vc-cvs.el (vc-cvs-header):
6183 * vc/vc-rcs.el (vc-rcs-header):
6184 * vc/vc-sccs.el (vc-sccs-header):
6185 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
6186 * obsolete/vc-mcvs.el (vc-mcvs-header):
6187 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
6188 on XEmacs.
6189
96bcef2e
CY
61902010-10-03 Chong Yidong <cyd@stupidchicken.com>
6191
43f964fc
SM
6192 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
6193 Remove obsolete use of binary-overwrite-mode (Bug#7001).
96bcef2e 6194
ef47f179
GM
61952010-10-03 Glenn Morris <rgm@gnu.org>
6196
01c35094 6197 * obsolete/x-menu.el: Remove file, obsolete since 21.1.
0437978e 6198
aee3c6f7
GM
6199 * textmodes/rst.el (rst-font-lock-keywords-function):
6200 Drop Emacs 20 code.
6201
f88cd114
GM
6202 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
6203
6abfe35f
GM
6204 * printing.el: Drop Emacs 20 code.
6205
59e31cfa
GM
6206 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
6207 without having used appt.el already).
6208
922ad43e
GM
6209 * subr.el (make-local-hook): Remove function obsolete since 21.1.
6210 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
6211 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
6212 XEmacs.
6213 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
6214 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
6215
ef47f179
GM
6216 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
6217 (charset-width, find-charset-region, chars-in-region, forward-point)
6218 (encode-coding-string, coding-system-p, ccl-execute-on-string)
6219 (define-ccl-program, multibyte-string-p, string-make-multibyte):
6220 Remove compatibility cruft (none of these are used by ps*.el).
6221
ac6ca7ba
KR
62222010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6223
6224 * subr.el (booleanp): Return t instead of a list (Bug#7086).
6225
2a847524
CY
62262010-10-03 Chong Yidong <cyd@stupidchicken.com>
6227
43f964fc
SM
6228 * server.el (server-process-filter, server-return-error):
6229 Give emacsclient time to shut down after receiving an error string.
2a847524 6230
4bc3c53d
MA
62312010-10-02 Michael Albinus <michael.albinus@gmx.de>
6232
6233 * files.el (remote-file-name-inhibit-cache): New defcustom.
6234
43f964fc
SM
6235 * time.el (display-time-file-nonempty-p):
6236 Use `remote-file-name-inhibit-cache'.
4bc3c53d 6237
43f964fc
SM
6238 * net/tramp.el (tramp-completion-reread-directory-timeout):
6239 Fix docstring.
4bc3c53d
MA
6240
6241 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
6242 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
6243 `remote-file-name-inhibit-cache'. Check also for an integer
6244 value. Add/increase counter when `tramp-verbose' >= 10.
6245 (tramp-set-file-property): Add/increase counter when
6246 `tramp-verbose' >= 10.
6247
6248 * net/tramp-cmds.el (tramp-cleanup-all-connections)
6249 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
6250 (tramp-bug): Set tramp-autoload cookie. Report all interned
6251 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
6252 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
6253 characters only in strings.
6254
6255 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
6256 to backward compatibility.
6257
6258 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
6259 (tramp-handle-file-name-all-completions)
43f964fc
SM
6260 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
6261 (tramp-open-connection-setup-interactive-shell):
6262 Call `tramp-cleanup-connection' directly.
4bc3c53d 6263
9c524fcb
GM
62642010-10-02 Glenn Morris <rgm@gnu.org>
6265
3226d6ca
GM
6266 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
6267
6268 * subr.el (char-bytes): Remove obsolete function.
6269
6270 * isearch.el (isearch-return-char): Remove obsolete function.
6271
6272 * mouse.el: No longer provide mldrag.
6273 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
6274 Remove obsolete aliases.
6275
6276 * comint.el (comint-kill-output): Remove obsolete alias.
6277
6278 * composite.el (decompose-composite-char): Remove obsolete function.
6279 * ps-def.el (decompose-composite-char): Remove unused function.
6280
6281 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
6282
6283 * outline.el (outline-visible): Remove obsolete function.
6284
6285 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
6286 * faces.el (internal-find-face, internal-get-face)
6287 (frame-update-faces, frame-update-face-colors)
6288 (x-frob-font-weight, x-frob-font-slant)
6289 (internal-frob-font-weight, internal-frob-font-slant)
6290 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
6291 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
6292 (x-make-font-bold-italic): Remove functions and aliases, obsolete
6293 since Emacs 21.1.
6294 * emulation/viper-util.el (viper-get-face):
6295 * obsolete/lucid.el (find-face, get-face): Use facep.
6296 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
6297 Remove unused functions.
6298 * vc/ediff-util.el (ediff-submit-report): Doc fix.
6299
9c524fcb
GM
6300 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
6301 delete tempfile if interrupted during compilation.
6302
aecb42aa
LMI
63032010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6304
6305 * net/tls.el (tls-starttls-switches): Give up on using starttls with
6306 gnutls-cli.
6307 (tls-program): Add --insecure to be consistent with the defaults from
6308 openssl s_client. Now all three commands are insecure.
6309
73077a9a
EZ
63102010-10-01 Eli Zaretskii <eliz@gnu.org>
6311
6312 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
6313 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
6314 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
6315
1ef075bb
GM
63162010-10-01 Glenn Morris <rgm@gnu.org>
6317
1fcaf927
GM
6318 * obsolete/sc.el: Remove file.
6319
1ef075bb
GM
6320 * files.el (temporary-file-directory): On darwin, also try
6321 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
6322
a16f5f64
JB
63232010-10-01 Juanma Barranquero <lekktu@gmail.com>
6324
6325 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
6326 Let's not break compatibility gratuitously, shall we?
6327
6b958814
G
63282010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6329
47e08896 6330 * net/tls.el (tls-starttls-switches): New variable.
6b958814
G
6331 (tls-find-starttls-argument): Use it.
6332 (open-tls-stream): Ditto.
6333
47e08896 6334 * net/netrc.el (netrc-credentials): Return the value of the "default"
6b958814
G
6335 entry.
6336 (netrc-machine): Ditto.
6337
cad90f3b
EZ
63382010-09-30 Eli Zaretskii <eliz@gnu.org>
6339
6340 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
6341
968ef9b4
JB
63422010-09-30 Juanma Barranquero <lekktu@gmail.com>
6343
6344 * server.el (server-start): Don't write pid to the authentication file.
6345 (server-create-tty-frame): Don't send pid.
6346 (server-process-filter): Send pid at the start of every connection.
6347
3536dea8
GM
63482010-09-30 Glenn Morris <rgm@gnu.org>
6349
8e378d88
GM
6350 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
6351 (show-all-diary-entries): Remove obsolete function aliases.
6352
3536dea8
GM
6353 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
6354 Remove options, obsolete since 22.1.
6a7662bb
BR
6355 (appt-display-format, appt-display-message):
6356 Remove backwards-compatibility code.
3536dea8
GM
6357 (appt-check): No longer check appt-issue-message.
6358 (appt-make-list): No longer autoload it. Doc fix. No longer
6359 activate the package.
6360
df7fcaff
LMI
63612010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6362
6363 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
bac5cef8
LMI
6364 (starttls-negotiate): Just call boot, and let the handshake be
6365 triggered from the read loop.
df7fcaff 6366
c2828614
GM
63672010-09-29 Glenn Morris <rgm@gnu.org>
6368
17a46341
GM
6369 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
6370 not displaying the diary.
6371 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
6372 * calendar/appt.el (appt-check): No longer need to kill diary.
6373
7161e329
GM
6374 * calendar/diary-lib.el (diary-list-entries): Move the
6375 "Preparing..." message entirely here.
6376 (diary-simple-display, diary-fancy-display): Move "Preparing..."
6377 messages to diary-list-entries.
6378 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
6379 diary-display-function.
6380
d0de6cba
GM
6381 * calendar/diary-lib.el (diary-include-other-diary-files):
6382 Trap some recursive includes.
6383
c2828614
GM
6384 * calendar/appt.el (appt-activate): Check diary file.
6385
0c43b6f8
KY
63862010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
6387
6388 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
6389 construction.
6390
6391 * calendar/time-date.el: No need to require cl for Emacs 21.
6392
97ce2730
GM
63932010-09-28 Glenn Morris <rgm@gnu.org>
6394
6395 * calendar/appt.el (appt-check): Minor simplification.
6396
e0a185ae
KY
63972010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6398
6399 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
6400 citation prefix.
6401
c19f76a1
AS
64022010-09-27 Andreas Schwab <schwab@linux-m68k.org>
6403
95b6d681
JB
6404 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6405 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
c19f76a1 6406
fd057fd2
KH
64072010-09-27 Kenichi Handa <handa@m17n.org>
6408
6409 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
6410 "ustar" format.
6411
368b3544
KH
64122010-09-27 Kenichi Handa <handa@m17n.org>
6413
6414 * international/mule.el (define-coding-system): Docstring fixed.
6415
6416 * international/mule-diag.el (describe-character-set): Use princ
6417 with proper print-length and print-level instead of insert.
6418
95b6d681 64192010-09-27 Juanma Barranquero <lekktu@gmail.com>
fb5f3a23
JB
6420
6421 * window.el (walk-windows): Doc fix (bug#7105).
6422
99368725
SM
64232010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6424
6425 * emacs-lisp/float-sup.el (e): Remove.
6426
8ed70bf3
LMI
64272010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6428
6429 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
6430 variable.
6431 (starttls-negotiate): Use it.
6432
d2e9d0bb
LMI
64332010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6434
6435 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
6436 back.
6437
15413fb4
SM
64382010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6439
6440 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
6441
1821a7b4
LMI
64422010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6443
6303aba1
LMI
6444 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
6445
1821a7b4
LMI
6446 * net/netrc.el (netrc-store-data): New function.
6447
8af55556
TZ
64482010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
6449
6450 * net/gnutls.el: GnuTLS glue code to set up a connection.
6451
42343747
JD
64522010-09-25 Julien Danjou <julien@danjou.info>
6453
6454 * notifications.el: Call dbus-register-signal only if it is bound.
6455
ec60da52
GM
64562010-09-25 Glenn Morris <rgm@gnu.org>
6457
6458 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6459 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
6460 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
6461 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
6462 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
6463 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
6464 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
6465 * eshell/esh-util.el, eshell/esh-var.el:
6466 Remove leading `*' from docs of faces and defcustoms.
6467
4c964351
UM
64682010-09-25 Ulrich Mueller <ulm@gentoo.org>
6469
6470 * eshell/em-ls.el (eshell-ls-archive-regexp):
6471 * eshell/esh-util.el (eshell-tar-regexp):
6472 * ibuffer.el (ibuffer-compressed-file-name-regexp):
6473 * info.el (Info-suffix-list):
6474 * international/mule.el (auto-coding-alist):
6475 * woman.el (woman-file-regexp, woman-file-compression-regexp):
6476 * progmodes/etags.el (tags-compression-info-list):
6477 Support xz compression.
6478
41f54b73
CY
64792010-09-25 Chong Yidong <cyd@stupidchicken.com>
6480
6481 * files.el (get-free-disk-space): Don't assume the "df" output
6482 columns line up (Bug#6995).
6483
40b1a3a9
JB
64842010-09-25 Juanma Barranquero <lekktu@gmail.com>
6485
6486 * finder.el (finder-unknown-keywords):
6487 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
6488 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
6489
ba3033ee
JB
64902010-09-25 Juanma Barranquero <lekktu@gmail.com>
6491
6492 * server.el (server-start): Revert part of 2010-08-08 change. Using
6493 address 127.0.0.1 for local host is now done in Fmake_network_process.
6494
5e339ee2
GM
64952010-09-24 Glenn Morris <rgm@gnu.org>
6496
6497 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
6498 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
6499 * textmodes/css-mode.el, textmodes/dns-mode.el:
6500 Move autoloaded auto-mode-alist entries to files.el.
6501 * files.el (auto-mode-alist): Move entries here.
6502
af3ccb5c
GM
65032010-09-23 Glenn Morris <rgm@gnu.org>
6504
6505 * isearch.el (isearch-lazy-highlight-cleanup)
6506 (isearch-lazy-highlight-initial-delay)
6507 (isearch-lazy-highlight-interval)
6508 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
6509 * net/net-utils.el (ipconfig-program-options):
6510 Move aliases to options before the associated definitions.
6511
266a86bd 65122010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
c9805d23
SM
6513
6514 * newcomment.el (comment-normalize-vars): Better test validity of
6515 comment-end-skip.
6516
27ffea71 65172010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9e0d4f9e
SM
6518
6519 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
6520 (float-e): New name for `e'.
6521 (degrees-to-radians, radians-to-degrees):
6522 * calendar/solar.el (solar-longitude):
6523 * calculator.el (calculator-registers, calculator-funcall):
6524 * textmodes/artist.el (artist-spray-random-points):
6525 * play/bubbles.el (bubbles--initialize-images): Use new names.
6526
27ffea71 65272010-09-23 Eric M. Ludlam <zappo@gnu.org>
a2930e43
EL
6528
6529 Update to CEDET 1.0's version of EIEIO.
6530
9e0d4f9e
SM
6531 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
6532 New function.
a2930e43
EL
6533 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
6534 (eieio-default-eval-maybe): Eval val instead of unquoting only.
6535 (class-precedence-list): If class is nil, return nil.
6536 (eieio-generic-call): If class of first input arg is nil, don't
6537 look up static methods, and do check for primary methods.
6538 (initialize-instance): See if the default needs to be evaluated
6539 during the constructor.
6540 (eieio-perform-slot-validation-for-default): Don't do the check
6541 for values that will eventually be evaluated.
6542 (eieio-eval-default-p): New function.
6543 (eieio-default-eval-maybe): Use it.
6544
27ffea71 65452010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
a2930e43
EL
6546
6547 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
6548 method-invocation-order.
6549 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
6550 (eieio-class-precedence-dfs): Compute class precedence list using
6551 dfs algorithm.
6552 (eieio-class-precedence-bfs): Compute class precedence list using
6553 bfs algorithm.
9e0d4f9e 6554 (eieio-class-precedence-c3): Compute class precedence list using
a2930e43
EL
6555 c3 algorithm.
6556 (class-precedence-list): New function.
6557 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
6558 (inconsistent-class-hierarchy): New error symbol.
6559 (call-next-method): Stow the replacement argument list for future
6560 call-next-method invocations.
6561
266a86bd 65622010-09-23 Glenn Morris <rgm@gnu.org>
87e798a7 6563
ea7f9ebf
GM
6564 * calendar/appt.el (appt-check): If not displaying the diary,
6565 use (diary 1) to only get the entries we need.
6566 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
6567 that it is in day order. (Bug#7019)
6568
1bf6d075
GM
6569 * calendar/appt.el (appt-check): Rather than showing the diary,
6570 just turn off invisible display, and only if needed.
6571
87e798a7
GM
6572 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
6573
1fc7dabf
GM
65742010-09-23 Glenn Morris <rgm@gnu.org>
6575
7a16788b
GM
6576 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6577 (byte-compile-defvar, byte-compile-cl-warn):
27ffea71 6578 Start warnings with lower-case, like the majority.
7a16788b 6579
19543b17
GM
6580 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
6581
54238e6d
GM
6582 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
6583
ce009d0b
GM
6584 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
6585 * files.el (auto-mode-alist): Move ld-script entries here, further down
6586 the list.
6587
7b344dfe
GM
6588 * vc/add-log.el: Don't require timezone when compiling.
6589 (timezone-make-date-sortable): Autoload it.
6590 (change-log-sortable-date-at): Don't require timezone.
6591 Use `ignore-errors'.
6592
d9703498
GM
6593 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6594 Move alias before definition, so it does not need autoloading.
6595
1fc7dabf
GM
6596 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
6597 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
6598 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
6599 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
6600 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
6601 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
6602 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
6603 * textmodes/tex-mode.el, textmodes/two-column.el:
6604 Remove leading `*' from docs of defcustoms etc.
6605
7676efad
TZ
66062010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
6607
6608 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
6609
b069e5a6
G
66102010-09-22 Dan Christensen <jdc@uwo.ca>
6611
6612 * calendar/time-date.el (date-to-time): Try using parse-time-string
6613 first before using the slower timezone-make-date-arpa-standard.
6614
1bf68d53
KY
66152010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
6616
6617 * calendar/time-date.el (format-seconds): Comment fix.
6618
cd205c76
GM
66192010-09-22 Glenn Morris <rgm@gnu.org>
6620
6621 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
6622 is not automatically buffer-local.
6623
4ddea91b
SM
66242010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6625
6626 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
6627 (smie-indent-comment): Be more careful with comment-start-skip.
6628 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
6629 (smie-indent-functions): Use them.
6630
b0f037ed
MA
66312010-09-21 Michael Albinus <michael.albinus@gmx.de>
6632
6633 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
6634
8cf1771a
JD
66352010-09-21 Jan Djärv <jan.h.d@swipnet.se>
6636
36a1b6db
JD
6637 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
6638 tool-bar-position. Don't modify frame parameters here.
180fb94a 6639 (menu-bar-options-save): Add tool-bar-position.
36a1b6db 6640
8cf1771a
JD
6641 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
6642
0097720d
SM
66432010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6644
5d8e0d5d
SM
6645 * textmodes/reftex-parse.el (reftex-what-macro)
6646 (reftex-context-substring): Let-bind forward-sexp-function to nil
6647 since we don't need/want to treat \begin...\end as a block (bug#7053).
6648
984edd22
SM
6649 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
6650
6651 * simple.el (blink-matching-open): Use syntax-class.
6652
3672149f
SM
6653 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
6654 Set invisibility spec for pascal's outline mode.
6655 (pascal-outline-change): Clean up calling convention.
6656 (pascal-show-all, pascal-hide-other-defuns): Update callers.
6657
549d0e1e
SM
6658 * progmodes/prolog.el (prolog-smie-forward-token)
6659 (prolog-smie-backward-token): New functions.
6660 (prolog-mode-variables): Use them to parse "!," correctly.
6661 Set up smie-blink-matching for ".".
6662
a9cb95dd
SM
6663 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
6664 and `end'.
6665 (ispell-region, ispell-process-line): Update users.
6666
de558d10
SM
6667 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
6668 point-min==1.
6669
94eb3112
SM
6670 * textmodes/ispell.el: Fix commenting convention.
6671 (ispell-parse-output): Simplify, use push.
6672 (ispell-region): Use match-string-no-properties.
6673 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
6674 (ispell-minor-mode): Use define-minor-mode.
6675 (ispell-message): Remove unused var `skip-regexp'.
6676 (ispell-add-per-file-word-list): Use dynamic let-binding.
6677 Try and use the proper comment marker.
6678
1f7f45a5
SM
6679 * mail/sendmail.el: Fix commenting convention.
6680 (sendmail-send-it): Use line-beginning-position.
6681
0097720d
SM
6682 * help-fns.el (describe-variable): Add original value, if applicable.
6683
596880ea
JB
66842010-09-20 Juanma Barranquero <lekktu@gmail.com>
6685
f0713411
JB
6686 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
6687
596880ea
JB
6688 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
6689
37c0347e
SM
66902010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6691
2bc01104
SM
6692 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
6693 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
6694 (smie-prec2-levels): Use them to better diagnose precedence cycles.
6695 (smie-blink-matching-check): Don't signal a mismatch if car is t.
6696 (smie-blink-matching-open): Rewrite to remove assumptions, so that
6697 something like "." can also be a closer.
6698 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
6699 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
6700 Rename internal functions to use "--". Update callers.
6701
e2c3f530
SM
6702 * frame.el (make-frame-names-alist): Don't list frames on other displays.
6703
37c0347e
SM
6704 * fringe.el (fringe-styles): New var.
6705 (fringe-mode, fringe-query-style): Use it.
6706
74790210
MM
67072010-09-18 Michael R. Mauger <mmaug@yahoo.com>
6708
6709 * progmodes/sql.el: Version 2.8
93acd23d 6710 (sql-login-params): Update widget structure; changes still needed.
74790210
MM
6711 (sql-product-alist): Add :list-all and :list-table features for
6712 SQLite, Postgres and MySQL products.
6713 (sql-redirect): Handle default value.
6714 (sql-execute, sql-execute-feature): New functions.
6715 (sql-read-table-name): New function.
93acd23d 6716 (sql-list-all, sql-list-table): New functions. User API.
74790210
MM
6717 (sql-mode-map, sql-interactive-mode-map): Add key definitions
6718 for above functions.
6719 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
6720 for above functions.
6721 (sql-postgres-login-params): Add user and database defaults.
6722 (sql-buffer-live-p): Bug fix.
93acd23d 6723 (sql-product-history): New variable.
35f52ed6 6724 (sql-read-product): New function. Use it.
74790210
MM
6725 (sql-set-product, sql-product-interactive): Use it.
6726 (sql-connection-history): New variable.
93acd23d 6727 (sql-read-connection): New function. Use it.
74790210
MM
6728 (sql-connect): New function.
6729 (sql-for-each-login): Redesign function interface.
6730 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
93acd23d
JB
6731 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
6732 (sql-comint): Check for program. Existing live buffer.
74790210
MM
6733 (sql-comint-postgres): Add port parameter.
6734
cec01cd2
SM
67352010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6736
6737 * emacs-lisp/warnings.el: Fix commenting convention.
6738 (display-warning): Use special mode and make the buffer read-only.
6739
c2a845b5
JB
67402010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
6741
6742 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
6743 empty string when it follows a repeated or optional pattern.
6744
f5632fb6
SM
67452010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6746
6747 * indent.el (indent-according-to-mode): Apply syntax-propertize.
6748 (indent-region): Use indent-according-to-mode.
6749
71b961e8
EZ
67502010-09-18 Eli Zaretskii <eliz@gnu.org>
6751
6752 * fringe.el (fringe-mode): Doc fix.
6753
dbbd7ad4
KRC
67542010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
6755
6756 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
6757 refreshing the preview buffer.
6758
b879a6e2
SM
67592010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6760
6761 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
6762 (latex-syntax-propertize-rules): New consts; replace
6763 tex-font-lock-syntactic-keywords.
6764 (tex-env-mark, latex-env-before-change): New functions.
6765 (latex-electric-env-pair-mode): New minor mode.
6766 (tex-font-lock-verb): Change arguments; do move point.
6767 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
6768 representation as a form of comment.
6769 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
6770 (doctex-syntax-propertize-rules): New const; replaces
6771 doctex-font-lock-syntactic-keywords.
6772 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
6773
6774 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
6775 (fortran-make-syntax-propertize-function): New function; replaces
6776 fortran-font-lock-syntactic-keywords.
6777 (fortran-mode): Use it.
6778 (fortran-line-length): Use it. Improve interactive spec.
6779
6780 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
6781 (syntax-propertize-rules): Add var-ref case. Fix offset computation
6782 when adding surrounding \(..\).
6783
6784 * progmodes/js.el (js-mode): Fix last change (bug#7054).
6785
4be520fb
SM
67862010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6787
269c197e
SM
6788 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
6789 Use with-current-buffer.
6790
4be520fb
SM
6791 * isearch.el (isearch-face): Rename from `isearch'.
6792 (isearch-highlight): Use new name.
6793
a67597d6
EZ
67942010-09-17 Eli Zaretskii <eliz@gnu.org>
6795
6796 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
6797 5, for `half' width fringes. (Bug#6933)
6798
31c381e8
SM
67992010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6800
3fe6ef4e
SM
6801 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6802 (byte-compile-defvar): "foo/bar" does not lack a prefix.
6803
31c381e8
SM
6804 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
6805
fb0cf781
J
68062010-09-17 Stephen Berman <stephen.berman@gmx.net>
6807
6808 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
6809 in calculating new frame position. Add more space between new and
6810 parent on the left (Bug#7048).
6811
1a9dc3b5
MA
68122010-09-17 Michael Albinus <michael.albinus@gmx.de>
6813
6814 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
6815 defmacro.
6816
dff0fdc3
CY
68172010-09-16 Chong Yidong <cyd@stupidchicken.com>
6818
31c381e8 6819 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
6e23d4a4 6820
117c96c7
CY
6821 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
6822 obsolete alias for x-selection-value.
6823
dff0fdc3
CY
6824 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
6825
c6f2191f
MA
68262010-09-16 Michael Albinus <michael.albinus@gmx.de>
6827
6828 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
6829 cookie.
6830
6139f995
MA
68312010-09-15 Michael Albinus <michael.albinus@gmx.de>
6832
6833 * net/tramp-compat.el (tramp-compat-with-temp-message)
6834 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
6835 (tramp-compat-process-put): New defuns.
6836
6837 * net/tramp.el (top):
6838 * net/tramp-gvfs.el (top):
6839 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
6840
31c381e8
SM
6841 * net/tramp.el (tramp-progress-reporter-update):
6842 Use `tramp-compat-funcall'.
6139f995
MA
6843
6844 * net/tramp.el (tramp-process-actions):
0dc3e410
MA
6845 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
6846 * net/tramp-sh.el (tramp-handle-vc-registered)
31c381e8
SM
6847 (tramp-get-remote-stat, tramp-get-remote-readlink):
6848 Use `tramp-compat-with-temp-message'.
6139f995
MA
6849
6850 * net/tramp-sh.el (top): Require 'cl.
6851 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
31c381e8
SM
6852 (tramp-open-connection-setup-interactive-shell):
6853 Use `tramp-compat-process-put'.
6139f995 6854
22c3ce97
AM
68552010-09-15 Alan Mackenzie <acm@muc.de>
6856
6857 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
6858 indentation.
a4ee83cc 6859 (c-forward-<>-arglist-recur): Fix an infinite recursion.
22c3ce97 6860
4f1e9960
SM
68612010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6862
6863 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
6864 `lexical' for warnings related to lexical scoping.
6865 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
6866 global vars which don't have a prefix and could hence affect lexical
6867 scoping in unrelated files.
6868
01e80360
LMI
68692010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6870
6871 * net/imap.el: Revert back to version
6872 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6873 seem problematic.
6874
5e2a84e3
JB
68752010-09-14 Juanma Barranquero <lekktu@gmail.com>
6876
6877 * obsolete/old-whitespace.el (whitespace-unload-function):
6878 Explicitly pass `obarray' to `unintern' to avoid a warning.
6879
f3a30a50
SM
68802010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6881
6882 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
6883 Add `when' argument. Update callers.
6884
6885 * subr.el (unintern): Declare the obarray arg mandatory.
6886
92b99a01
GM
68872010-09-14 Glenn Morris <rgm@gnu.org>
6888
67ae9766
GM
6889 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
6890 Doc fixes.
6891
92b99a01
GM
6892 * calendar/diary-lib.el (diary-included-files): New variable.
6893 (diary-list-entries): Maybe initialize diary-included-files.
6894 (diary-include-other-diary-files): Append to diary-included-files.
6895 * calendar/appt.el (appt-update-list): Also check the members of
6896 diary-included-files. (Bug#6999)
08151ec5 6897 (appt-check): Doc fix.
92b99a01 6898
6664fc59 68992010-09-14 David Reitter <david.reitter@gmail.com>
5a66ed0f
DR
6900
6901 * simple.el (line-move-visual): Do not truncate goal column to
6902 integer size. (Bug#7020)
6903
6664fc59 69042010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
dba28758
SM
6905
6906 * repeat.el (repeat): Allow repeating when the last event is a click.
6907 Suggested by Drew Adams (bug#6256).
6908
6664fc59 69092010-09-14 Sascha Wilde <wilde@sha-bang.de>
681b88dd 6910
01c35094 6911 * vc/vc-hg.el (vc-hg-state, vc-hg-working-revision):
681b88dd
SM
6912 Replace setting HGRCPATH to "" by some less invasive --config options.
6913
6664fc59 69142010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
71e657fc
SM
6915
6916 * font-lock.el (font-lock-beginning-of-syntax-function):
6917 Mark as obsolete.
6918
6664fc59 69192010-09-14 Glenn Morris <rgm@gnu.org>
639b9d87
GM
6920
6921 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
6922 and tool-bar modes. (Bug#6211)
6923 (menu-bar-mode): Move setting of standard-value after the
6924 minor-mode definition, otherwise it seems to have no effect.
6925
6664fc59 69262010-09-14 Masatake YAMATO <yamato@redhat.com>
33bd47be
MY
6927
6928 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
6929 Fix typo. (Bug#6976)
6930
6664fc59 69312010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9c405a86
CY
6932
6933 * whitespace.el: Allow cleaning up blanks without blank
6934 visualization (Bug#6651). Adjust help window for
6935 whitespace-toggle-options (Bug#6479). Allow to use fill-column
71e657fc
SM
6936 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
6937 (whitespace-style): Add new value 'face. Adjust docstring.
6938 (whitespace-space, whitespace-hspace, whitespace-tab):
6939 Adjust foreground property face.
9c405a86
CY
6940 (whitespace-line-column): Adjust docstring and type declaration.
6941 (whitespace-style-value-list, whitespace-toggle-option-alist)
6942 (whitespace-help-text): Adjust const initialization.
6943 (whitespace-toggle-options, global-whitespace-toggle-options):
6944 Adjust docstring.
6945 (whitespace-display-window, whitespace-interactive-char)
6946 (whitespace-style-face-p, whitespace-color-on): Adjust code.
6947 (whitespace-help-scroll): New fun.
6948
ba96ddf5
KY
69492010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
6950
6951 * calendar/time-date.el (format-seconds): Comment fix.
6952
a386ac70
MM
69532010-09-13 Michael R. Mauger <mmaug@yahoo.com>
6954
6955 * progmodes/sql.el: Version 2.7.
6956 (sql-buffer-live-p): Improve detection.
6957 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
6958 (sql-set-sqli-buffer): Use it.
6959 (sql-product-interactive): Run `sql-set-sqli-hook'.
6960 (sql-rename-buffer): Code cleanup.
6961 (sql-redirect, sql-redirect-value): New functions. More to come.
6962
5d921df2
JB
69632010-09-13 Juanma Barranquero <lekktu@gmail.com>
6964
6965 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.
6966 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
6967 (TRAMP_SRC): New macro.
6968 ($(lisp)/net/tramp-loaddefs.el): New target.
6969
03c1ad43
MA
69702010-09-13 Michael Albinus <michael.albinus@gmx.de>
6971
6972 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
6973
6974 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
6975
6976 * net/tramp.el (top): Don't show loading message. Require just
4f1e9960
SM
6977 'tramp-compat, everything else is required there.
6978 Use `ignore-errors' where appropriate.
03c1ad43
MA
6979 (tramp-inline-compress-start-size, tramp-copy-size-limit)
6980 (tramp-terminal-type, tramp-end-of-output)
6981 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
6982 (tramp-completion-function-alist-ssh)
6983 (tramp-completion-function-alist-telnet)
6984 (tramp-completion-function-alist-su)
6985 (tramp-completion-function-alist-putty, tramp-remote-path)
6986 (tramp-remote-process-environment, tramp-sh-extra-args)
6987 (tramp-actions-before-shell, tramp-uudecode)
6988 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
6989 (tramp-perl-file-attributes)
6990 (tramp-perl-directory-files-and-attributes)
6991 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
6992 (tramp-perl-encode, tramp-perl-decode)
6993 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
6994 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
6995 (tramp-handle-make-symbolic-link, tramp-handle-load)
6996 (tramp-handle-file-name-as-directory)
6997 (tramp-handle-file-name-directory)
6998 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
6999 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
7000 (tramp-do-file-attributes-with-ls)
7001 (tramp-do-file-attributes-with-perl)
7002 (tramp-do-file-attributes-with-stat)
7003 (tramp-handle-set-visited-file-modtime)
7004 (tramp-handle-verify-visited-file-modtime)
7005 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
7006 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
7007 (tramp-handle-file-selinux-context)
7008 (tramp-handle-set-file-selinux-context)
7009 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
7010 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
7011 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
7012 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
7013 (tramp-handle-file-ownership-preserved-p)
7014 (tramp-handle-directory-file-name, tramp-handle-directory-files)
7015 (tramp-handle-directory-files-and-attributes)
7016 (tramp-do-directory-files-and-attributes-with-perl)
7017 (tramp-do-directory-files-and-attributes-with-stat)
7018 (tramp-handle-file-name-all-completions)
7019 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
7020 (tramp-handle-copy-file, tramp-handle-copy-directory)
7021 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
7022 (tramp-do-copy-or-rename-file-via-buffer)
7023 (tramp-do-copy-or-rename-file-directly)
7024 (tramp-do-copy-or-rename-file-out-of-band)
7025 (tramp-handle-make-directory, tramp-handle-delete-directory)
7026 (tramp-handle-delete-file)
7027 (tramp-handle-dired-recursive-delete-directory)
7028 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
7029 (tramp-handle-insert-directory)
7030 (tramp-handle-unhandled-file-name-directory)
7031 (tramp-handle-expand-file-name)
7032 (tramp-handle-substitute-in-file-name)
7033 (tramp-handle-executable-find, tramp-process-sentinel)
7034 (tramp-handle-start-file-process, tramp-handle-process-file)
7035 (tramp-handle-call-process-region, tramp-handle-shell-command)
7036 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
7037 (tramp-handle-insert-file-contents)
7038 (tramp-handle-insert-file-contents-literally)
7039 (tramp-handle-find-backup-file-name)
7040 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
7041 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
7042 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
7043 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
7044 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
7045 (tramp-find-file-exists-command, tramp-open-shell)
7046 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
7047 (tramp-open-connection-setup-interactive-shell)
7048 (tramp-local-coding-commands, tramp-remote-coding-commands)
7049 (tramp-find-inline-encoding, tramp-call-local-coding-command)
7050 (tramp-inline-compress-commands, tramp-find-inline-compress)
7051 (tramp-compute-multi-hops, tramp-maybe-open-connection)
1fc7dabf 7052 (tramp-send-command, tramp-wait-for-output)
03c1ad43
MA
7053 (tramp-send-command-and-check, tramp-barf-unless-okay)
7054 (tramp-send-command-and-read, tramp-mode-string-to-int)
7055 (tramp-convert-file-attributes, tramp-check-cached-permissions)
7056 (tramp-file-mode-from-int, tramp-file-mode-permissions)
7057 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
7058 (tramp-method-out-of-band-p, tramp-local-host-p)
7059 (tramp-get-remote-path, tramp-get-remote-tmpdir)
7060 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
7061 (tramp-get-test-command, tramp-get-test-nt-command)
7062 (tramp-get-file-exists-command, tramp-get-remote-ln)
7063 (tramp-get-remote-perl, tramp-get-remote-stat)
7064 (tramp-get-remote-readlink, tramp-get-remote-trash)
7065 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
7066 (tramp-get-local-uid, tramp-get-local-gid)
6664fc59 7067 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
03c1ad43
MA
7068 tramp-sh.el.
7069 (tramp-methods, tramp-default-method-alist)
7070 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
7071 Move initialization to tramp-sh.el.
7072 (tramp-temp-name-prefix): Make it a defconst.
7073 (tramp-dissect-file-name): Don't check anymore for multi-hop
7074 methods.
7075 (tramp-debug-outline-regexp): Add a docstring.
31c381e8 7076 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
03c1ad43
MA
7077 (tramp-get-debug-buffer): Use it.
7078
7079 * net/tramp-cache.el (top): Set tramp-autoload cookie for
7080 initialization forms.
7081 (tramp-set-connection-property): Don't protect `tramp-message'
7082 call, it isn't necessary any longer.
7083 (tramp-dump-connection-properties): Use `ignore-errors'.
7084
7085 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
7086 'password-cache and 'auth-source.
7087
7088 * net/tramp-gvfs.el (top):
7089 * net/tramp-smb.el (top): Require 'tramp-sh.
7090
7091 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
7092
7093 * net/tramp-sh.el: New file, derived from tramp.el.
7094 (top): Initialize `tramp-methods', `tramp-default-method-alist',
6139f995 7095 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
31c381e8
SM
7096 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
7097 Use `ignore-errors' where appropriate.
7098 (tramp-sh-file-name-handler-alist): Rename from
03c1ad43
MA
7099 `tramp-file-name-handler-alist'.
7100 (tramp-send-command-and-check): Return t or nil. Remove all
7101 `zerop' checks, where called.
7102 (tramp-handle-set-file-modes)
7103 (tramp-do-copy-or-rename-file-directly)
7104 (tramp-handle-delete-directory, tramp-handle-delete-file)
93acd23d 7105 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
03c1ad43
MA
7106 (tramp-sh-file-name-handler, tramp-send-command-and-check)
7107 (tramp-get-remote-ln): Set tramp-autoload cookie.
7108
7109 * net/tramp-fish.el: Remove file.
7110
c5fe4acb
DU
71112010-09-13 Daiki Ueno <ueno@unixuser.org>
7112
7113 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
7114 buffer-file-name to avoid file-locking. (Bug#7026)
7115
7ea2d383
MA
71162010-09-13 Julien Danjou <julien@danjou.info>
7117
7118 * notifications.el (notifications-notify): Add support for
7119 image-path and sound-name.
7120 (notifications-specification-version): Add this variable.
7121
5616cc54
SM
71222010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7123
31c381e8 7124 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
5616cc54 7125
94c7243b
LL
71262010-09-12 Leo <sdl.web@gmail.com>
7127
7128 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
7129 (rcirc-completion-start): New variables.
7130 (rcirc-nick-completions): Rename to rcirc-completions.
7131 (rcirc-nick-completion-start-offset): Delete.
7132 (rcirc-completion-at-point): New function for constructing
7133 completion data for both nicks and irc commands. Add to
7134 completion-at-point-functions in rcirc mode.
7135 (rcirc-complete): Rename from rcirc-nick-complete; use
7136 rcirc-completion-at-point.
7137 (defun-rcirc-command): Update rcirc-client-commands.
7138
0f34ae28
GM
71392010-09-11 Glenn Morris <rgm@gnu.org>
7140
7141 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
7142 atomically, to avoid parallel build errors. (Bug#4196)
7143
9250002f
MM
71442010-09-11 Michael R. Mauger <mmaug@yahoo.com>
7145
7146 * progmodes/sql.el: Version 2.6
7147 (sql-dialect): Synonym for "sql-product".
7148 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7149 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
7150 Set "sql-buffer" to buffer name not buffer object so multiple sql
7151 interactive buffers work properly. Reverts misguided changes in
7152 earlier work.
7153 (sql-comint): Make sure different buffer name is used if "*SQL*"
7154 buffer is for a different product.
7155 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
7156 login param.
7157 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7158 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7159 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
7160 Accept new buffer name or prompt for one.
7161 (sql-port): Default to zero.
7162 (sql-comint-mysql): Handle "sql-port" as a numeric.
7163 (sql-port-history): Delete unused variable.
7164 (sql-get-login): Default "sql-port" to a number.
31c381e8 7165 (sql-product-alist): Correct Postgres prompt and terminator regexp.
9250002f
MM
7166 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
7167 "sqlite3" executables.
31c381e8 7168 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
9250002f
MM
7169 (sql-buffer-live-p): New function.
7170 (sql-mode-menu, sql-send-string): Use it.
7171 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
7172 syntax pattern.
7173 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
7174 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
7175
a9ec34f4
LMI
71762010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7177
31c381e8 7178 * net/netrc.el (netrc-credentials): New convenience function.
a9ec34f4 7179
cf38dd42
SM
71802010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7181
7182 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
7183 to replace texinfo-font-lock-syntactic-keywords.
7184 (texinfo-mode): Use it.
7185
7186 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
7187 Use syntax-propertize-function.
7188
7189 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
7190 replace sgml-font-lock-syntactic-keywords.
7191 (sgml-mode): Use it.
7192
7193 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
7194 since we don't use it.
7195
7196 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
7197
7198 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
7199 if available.
7200 (vhdl-fontify-buffer): Adjust.
7201
7202 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
7203 replace tcl-font-lock-syntactic-keywords.
7204 (tcl-mode): Use it.
7205
7206 * progmodes/simula.el (simula-syntax-propertize-function): New var to
7207 replace simula-font-lock-syntactic-keywords.
7208 (simula-mode): Use it.
7209
7210 * progmodes/sh-script.el (sh-st-symbol): Remove.
7211 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
7212 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
7213 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
7214 (sh-font-lock-paren): Set syntax-multiline.
7215 (sh-font-lock-syntactic-keywords): Remove.
7216 (sh-syntax-propertize-function): New function to replace it.
7217 (sh-mode): Use it.
7218
7219 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
7220 Define while compiling.
7221 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
7222 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
7223 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
7224 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
7225 (ruby-here-doc-end-syntax): Only define when
7226 syntax-propertize is not available.
7227 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
7228 New functions.
7229 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
7230 (electric-indent-chars): Silence bytecompiler.
7231 (ruby-mode): Use prog-mode, syntax-propertize-function, and
7232 electric-indent-chars.
7233
7234 * progmodes/python.el (python-syntax-propertize-function): New var to
7235 replace python-font-lock-syntactic-keywords.
7236 (python-mode): Use it.
7237 (python-quote-syntax): Simplify and adjust to new use.
7238
7239 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
7240 replace perl-font-lock-syntactic-keywords.
7241 (perl-syntax-propertize-special-constructs): New fun to replace
7242 perl-font-lock-special-syntactic-constructs.
7243 (perl-font-lock-syntactic-face-function): New fun.
7244 (perl-mode): Use it.
7245
7246 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
7247 to replace octave-font-lock-close-quotes.
7248 (octave-syntax-propertize-function): New function to replace
7249 octave-font-lock-syntactic-keywords.
7250 (octave-mode): Use it.
7251
7252 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
7253 replaces mixal-font-lock-syntactic-keywords.
7254 (mixal-mode): Use it.
7255
7256 * progmodes/make-mode.el (makefile-syntax-propertize-function):
7257 New var; replaces makefile-font-lock-syntactic-keywords.
7258 (makefile-mode): Use it.
7259 (makefile-imake-mode): Adjust.
7260
7261 * progmodes/js.el (js--regexp-literal): Define while compiling.
7262 (js-syntax-propertize-function): New var; replaces
7263 js-font-lock-syntactic-keywords.
7264 (js-mode): Use it.
7265
7266 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
7267 replaces gdb-script-font-lock-syntactic-keywords.
7268 (gdb-script-mode): Use it.
7269
7270 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
7271 (fortran--font-lock-syntactic-keywords): New var.
7272 (fortran-line-length): Update syntax-propertize-function and
7273 fortran--font-lock-syntactic-keywords.
7274
7275 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
7276
7277 * progmodes/cfengine.el (cfengine-mode):
7278 Use syntax-propertize-function.
7279 (cfengine-font-lock-syntactic-keywords): Remove.
7280
7281 * progmodes/autoconf.el (autoconf-mode):
7282 Use syntax-propertize-function.
7283 (autoconf-font-lock-syntactic-keywords): Remove.
7284
7285 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
7286 (ada-after-change-function, ada-initialize-syntax-table-properties)
7287 (ada-handle-syntax-table-properties): Only define when
7288 syntax-propertize is not available.
7289 (ada-mode): Use syntax-propertize-function.
7290
7291 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
7292 (font-lock-fontify-syntactic-keywords-region): Move handling of
7293 font-lock-syntactically-fontified to...
7294 (font-lock-default-fontify-region): ...here.
7295 Let syntax-propertize-function take precedence.
7296 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
7297
7298 * emacs-lisp/syntax.el (syntax-propertize-function)
7299 (syntax-propertize-chunk-size, syntax-propertize--done)
7300 (syntax-propertize-extend-region-functions): New vars.
7301 (syntax-propertize-wholelines, syntax-propertize-multiline)
7302 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
7303 (syntax-propertize): New functions.
7304 (syntax-propertize-rules): New macro.
7305 (syntax-ppss-flush-cache): Set syntax-propertize--done.
7306 (syntax-ppss): Call syntax-propertize.
7307
7308 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
7309
36f7d366
AM
73102010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
7311
7312 * textmodes/ispell.el (ispell-init-process): Improve comments.
7313 XEmacs compatibility changes regarding (add-hook) 'local option
7314 and (set-process-query-on-exit-flag).
7315
8fca3921
MA
73162010-09-09 Michael Albinus <michael.albinus@gmx.de>
7317
cf38dd42
SM
7318 * net/tramp-cache.el (tramp-parse-connection-properties):
7319 Set tramp-autoload cookie.
8fca3921 7320
399653d6
GM
73212010-09-09 Glenn Morris <rgm@gnu.org>
7322
7323 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
7324 (imagemagick-register-types): Doc fix.
7325
c34a9669
SM
73262010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7327
b073dc4b
SM
7328 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
7329
7330 * progmodes/js.el (require): Require is already "eval-and-compile".
7331 (js--re-search-forward): Avoid `eval'. Preserve the error data.
7332 (js--re-search-backward): Use js--re-search-forward.
7333
7334 * progmodes/fortran.el (fortran-line-length): Don't recompute
7335 syntactic keywords redundantly a second time.
7336
7337 * progmodes/ada-mode.el: Replace "(set '" with setq.
7338 (ada-mode): Simplify.
7339 (ada-create-case-exception, ada-adjust-case-interactive)
7340 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
7341 (ada-search-ignore-string-comment, ada-move-to-start)
7342 (ada-move-to-end): Use with-syntax-table.
7343
7344 * font-lock.el (save-buffer-state): Remove `varlist' arg.
7345 (font-lock-unfontify-region, font-lock-default-fontify-region):
7346 Update usage correspondingly.
7347 (font-lock-fontify-syntactic-keywords-region):
7348 Set parse-sexp-lookup-properties buffer-locally here.
7349 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
7350
c34a9669
SM
7351 * simple.el (blink-matching-open): Don't burp if we can't find a match.
7352
13639aab
GM
73532010-09-08 Glenn Morris <rgm@gnu.org>
7354
5a972c36
GM
7355 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
7356 Error if not compiled with -DBYTE_CODE_METER.
7357
13639aab
GM
7358 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7359 Ignore dir-locals-file.
7360
331b2b90
SM
73612010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7362
7363 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7364 Not a const.
7365 (compilation-error-regexp-alist-alist): Rule out ": " in file names
7366 for the `gnu' messages.
7367 (compilation-set-skip-threshold): New command.
7368 (compilation-start): Use \' rather than $.
7369 (compilation-forget-errors): Use clrhash.
7370
73b4d51a
AM
73712010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
7372
7373 * textmodes/ispell.el (ispell-valid-dictionary-list):
7374 Simplify logic.
7375
0f34aa77
MA
73762010-09-08 Michael Albinus <michael.albinus@gmx.de>
7377
7378 Migrate to Tramp 2.2. Rearrange load dependencies.
7379 (Bug#1529, Bug#5448, Bug#5705)
7380
7381 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
7382 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
7383 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7384
7385 * net/tramp.el (top): Remove all other tramp-* loads except
7386 tramp-compat.el. Remove all changes to tramp-unload-hook for
7387 other tramp-* packages. Rearrange defun order. Change calls of
7388 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
7389 `tramp-compat-octal-to-decimal' to new function names.
7390 (tramp-terminal-type, tramp-initial-end-of-output)
7391 (tramp-methods, tramp-foreign-file-name-handler-alist)
7392 (tramp-tramp-file-p, tramp-completion-mode-p)
7393 (tramp-send-command-and-check, tramp-get-remote-path)
7394 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
7395 (tramp-shell-quote-argument): Set tramp-autoload cookie.
7396 (with-file-property, with-connection-property): Move to
7397 tramp-cache.el.
7398 (tramp-local-call-process, tramp-decimal-to-octal)
7399 (tramp-octal-to-decimal): Move to tramp-compat.el.
7400 (tramp-handle-shell-command): Do not require 'shell.
7401 (tramp-compute-multi-hops): No special handling for tramp-gw-*
7402 symbols.
7403 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
7404
7405 * net/tramp-cache.el (top): Require 'tramp. Add to
7406 `tramp-unload-hook'.
7407 (tramp-cache-data, tramp-get-file-property)
7408 (tramp-set-file-property, tramp-flush-file-property)
7409 (tramp-flush-directory-property, tramp-get-connection-property)
7410 (tramp-set-connection-property, tramp-flush-connection-property)
7411 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
7412 cookie.
7413 (with-file-property, with-connection-property): New defuns, moved
7414 from tramp.el.
7415 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
7416 macro.
7417
7418 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
7419 (tramp-version): Set tramp-autoload cookie.
7420
7421 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
7422 changes to tramp-unload-hook for other tramp-* packages. Add to
7423 `tramp-unload-hook'.
7424 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
7425 (tramp-compat-call-process): New defuns, moved from tramp.el.
7426
7427 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7428 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7429 Add to `tramp-unload-hook'. Change call of
0f34aa77
MA
7430 `tramp-compat-decimal-to-octal' to new function name.
7431 (tramp-fish-method): Make it a defconst.
7432 (tramp-fish-file-name-p): Make it a defsubst.
7433 (tramp-fish-method, tramp-fish-file-name-handler)
7434 (tramp-fish-file-name-p): Set tramp-autoload cookie.
7435
7436 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
7437 `tramp-foreign-file-name-handler-alist'. Add to
7438 `tramp-unload-hook'.
7439 (tramp-ftp-method): Make it a defconst.
7440 (tramp-ftp-file-name-p): Make it a defsubst.
7441 (tramp-ftp-method, tramp-ftp-file-name-handler)
7442 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
7443
7444 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
7445 `tramp-foreign-file-name-handler-alist'. Add to
7446 `tramp-unload-hook'. Change checks, whether package can be
7447 loaded.
7448 (tramp-gvfs-file-name-p): Make it a defsubst.
7449 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
7450 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
7451 (tramp-gvfs-handle-file-directory-p): New defun.
7452 (tramp-gvfs-file-name-handler-alist): Use it.
7453
7454 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
7455 `tramp-foreign-file-name-handler-alist'. Add to
7456 `tramp-unload-hook'.
7457 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
7458 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
7459 defconst.
7460 (tramp-gw-tunnel-method, tramp-gw-socks-method)
7461 (tramp-gw-open-connection): Set tramp-autoload cookie.
7462
7463 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7464 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7465 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
7466 loaded.
7467 (tramp-imap-file-name-p): Make it a defsubst.
7468 (tramp-imap-method, tramp-imaps-method)
7469 (tramp-imap-file-name-handler)
7470 (tramp-imap-file-name-p): Set tramp-autoload cookie.
7471
7472 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7473 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7474 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
7475 loaded. Change call of `tramp-compat-decimal-to-octal' to new
7476 function name.
7477 (tramp-smb-tunnel-method): Make it a defconst.
7478 (tramp-smb-file-name-p): Make it a defsubst.
7479 (tramp-smb-method, tramp-smb-file-name-handler)
7480 (tramp-smb-file-name-p): Set tramp-autoload cookie.
7481
7482 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
7483 (tramp-uuencode-region): Set tramp-autoload cookie.
7484
7485 * net/trampver.el (top) Add to `tramp-unload-hook'.
7486 (tramp-version, tramp-bug-report-address): Set tramp-autoload
7487 cookie. Update release number.
7488
308e764f
AM
74892010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
7490
7491 * textmodes/ispell.el (ispell-start-process): Make sure original
7492 arg list is properly initialized (Bug#6993, Bug#6994).
7493
10999305 74942010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
7495
7496 * files.el (directory-abbrev-alist): Use \` as default regexp.
19fe13df
SM
7497
7498 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
7499 chars like - or ] (bug#6984).
7500 (rx-any-condense-range): Explode 2-char ranges.
7501
10999305
CY
75022010-09-06 Glenn Morris <rgm@gnu.org>
7503
7504 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
7505
75062010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1e05f387
SM
7507
7508 * textmodes/bibtex.el:
7509 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
7510
f292afe5
LMI
75112010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7512
331b2b90 7513 * net/imap.el (imap-message-map): Remove optional buffer parameter,
f292afe5
LMI
7514 since no callers use it.
7515 (imap-message-get): Ditto.
7516 (imap-message-put): Ditto.
7517 (imap-mailbox-map): Ditto.
7518 (imap-mailbox-put): Ditto.
7519 (imap-mailbox-get): Ditto.
a131b9b8 7520 (imap-mailbox-get): Revert last change for this function.
f292afe5 7521
dfe1285d
LMI
75222010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7523
331b2b90 7524 * net/imap.el (imap-fetch-safe): Remove function, and alter all
31b5f292
LMI
7525 callers to use `imap-fetch' instead. According to the comments, this
7526 should be safe, since all other IMAP clients use the 1:* syntax.
331b2b90
SM
7527 (imap-enable-exchange-bug-workaround): Remove.
7528 (imap-debug): Remove -- doesn't seem very useful.
dfe1285d 7529
3ff31c90
LMI
75302010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7531
7532 * net/imap.el (imap-log): New convenience function used throughout
7533 instead of repeating the same code all over the place.
7534
dfe1285d 75352010-09-05 David De La Harpe Golden <david@harpegolden.net>
93d68d4f
DDLHG
7536
7537 * mouse.el (mouse-save-then-kill): Save region to kill-ring
7538 when mouse-drag-copy-region is non-nil (Bug#6956).
7539
93a596e1
CY
75402010-09-05 Chong Yidong <cyd@stupidchicken.com>
7541
8d76af4a
CY
7542 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
7543 Improve regexps (Bug#6987).
7544 (dired-sort-toggle): Search more robustly for -t flag.
7545
93a596e1
CY
7546 * files.el (get-free-disk-space): Search more robustly for
7547 "available" column. Suggested by Ehud Karni
7548 <ehud@unix.mvs.co.il>.
7549
733946e7
JB
75502010-09-05 Juanma Barranquero <lekktu@gmail.com>
7551
7552 * international/uni-bidi.el:
7553 * international/uni-category.el:
7554 * international/uni-combining.el:
7555 * international/uni-decimal.el:
7556 * international/uni-mirrored.el:
7557 * international/uni-name.el: Regenerate.
7558
2e664aab
SM
75592010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7560
6aeafb34
SM
7561 * electric.el (electric-indent-post-self-insert-function):
7562 Don't reindent with a sloppy indentation function.
7563
2e664aab
SM
7564 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
7565 border case in change-log-mode.
7566
13ef65a4
CY
75672010-09-04 Chong Yidong <cyd@stupidchicken.com>
7568
7569 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7570 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
7571 Recognize leading tab in gcc-include regexp. Ignore names with
7572 leading "from" or "in" in gnu regexp (Bug#6937).
7573
5abf1556
SM
75742010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7575
6aeafb34 7576 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
5abf1556
SM
7577 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
7578 (ispell-start-process): Avoid setq and simplify logic.
7579 (ispell-init-process): Setup kill-buffer-hook locally when needed.
7580 (kill-buffer-hook): Don't use it globally with code that uses
7581 expand-file-name since that may call kill-buffer via
7582 code_conversion_restore.
7583
0be01d2c
CY
75842010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
7585
7586 * emacs-lisp/package.el (package-directory-list): Only call
7587 file-name-nondirectory on a string.
7588
ebf662f4
CY
75892010-09-02 Chong Yidong <cyd@stupidchicken.com>
7590
5abf1556
SM
7591 * emacs-lisp/package.el (package--download-one-archive):
7592 Ensure that archive-contents is valid before saving it.
ebf662f4
CY
7593 (package-activate-1, package-mark-obsolete, define-package)
7594 (package-compute-transaction, package-list-maybe-add): Use push.
7595
e5eddfd1
SM
75962010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7597
89acf735
SM
7598 Use SMIE's blink-paren for octave-mode.
7599 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
7600 Backslashes do not escape single-quotes, single-quotes do.
7601 (octave-block-else-regexp, octave-block-end-regexp)
7602 (octave-block-match-alist): Remove.
7603 (octave-smie-bnf-table): New var, with old content.
7604 (octave-smie-op-levels): Use it.
7605 (octave-smie-closer-alist): New var.
7606 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
7607 (octave-blink-matching-block-open): Remove.
7608 (octave-reindent-then-newline-and-indent, octave-electric-semi)
7609 (octave-electric-space): Let self-insert-command run expand-abbrev and
7610 blink parens.
7611
3b843809
SM
7612 * electric.el (electricity): New group.
7613 (electric-indent-chars): New var.
7614 (electric-indent-post-self-insert-function): New fun.
7615 (electric-indent-mode): New minor mode.
7616 (electric-pair-skip-self): New custom.
7617 (electric-pair-post-self-insert-function): New function.
7618 (electric-pair-mode): New minor mode.
7619
0da20854
SM
7620 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
7621 calcAlg-blink-matching-open.
7622 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
7623 (calc-do-alg-entry): Only touch the part of the keymap that varies.
7624 Use the new blink-matching-check-function.
7625
a49e651e
SM
7626 Provide blink-matching support to SMIE.
7627 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
7628 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
7629 (smie-blink-matching-check, smie-blink-matching-open): New functions.
7630
e5eddfd1
SM
7631 * simple.el (newline): Fix last change to properly remove itself from
7632 the hook.
7633
b13ebb5c
SM
76342010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7635
7636 * simple.el (newline): Eliminate optimization.
7637 Use post-self-insert-hook to set hard-newline and things before
7638 running post-self-insert-hook.
7639 (blink-matching-check-mismatch): New function.
7640 (blink-matching-check-function): New variable.
7641 (blink-matching-open): Use them.
7642 Skip back forward over prefix chars skipped by forward-sexp.
7643 Don't check if the parens are backslash escaped.
7644 (blink-paren-post-self-insert-function): Check backslash escaping here.
7645
e687c2cd
CY
76462010-09-02 Chong Yidong <cyd@stupidchicken.com>
7647
b13ebb5c
SM
7648 * emacs-lisp/package.el (package-menu-mode-map):
7649 Change package-menu-revert bindings to revert-buffer.
e687c2cd
CY
7650 (package-menu-mode): Set revert-buffer-function.
7651 (package-menu-revert): Doc fix.
7652
567efba9
AM
76532010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
7654
7655 * textmodes/ispell.el (ispell-init-process): Use "~/" as
7656 `default-directory' unless using Ispell per-directory personal
7657 dictionaries and not in a mini-buffer under XEmacs.
7658 (kill-buffer-hook): Do not kill ispell process on exit when
93acd23d 7659 `ispell-process-directory' is "~/". (Bug#6143)
567efba9 7660
6d7cc563
JD
76612010-09-02 Jan Djärv <jan.h.d@swipnet.se>
7662
08d4877e
J
7663 * simple.el (kill-new): Call interprogram-cut-function with only
7664 one argument.
7665
45240125
JD
7666 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
7667 Remove cut buffer from error message.
7668
7669 * term/x-win.el (x-select-text):
7670 * term/pc-win.el (x-selection-value):
7671 * term/ns-win.el (x-selection-value):
7672 * eshell/em-term.el:
7673 * w32-fns.el (x-get-selection-value):
7674 * mouse-sel.el (mouse-sel-set-selection-function):
7675 * frame.el (display-selections-p): Remove cut-buffer in documentation.
7676
6d7cc563
JD
7677 * term/x-win.el: Update documentation for x-last-selected-text-*.
7678 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
7679 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
6a7662bb
BR
7680 (x-select-text): Remove argument PUSH, update documentation.
7681 Remove cut-buffer code.
6d7cc563 7682 (x-selection-value-internal): Was previously x-selection-value.
5986b97d 7683 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6a7662bb
BR
7684 Update documentation, remove cut-buffer code.
7685 Call x-selection-value-internal.
6d7cc563
JD
7686 (x-clipboard-yank): Call x-selection-value-internal.
7687 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
7688
7689 * term/pc-win.el (x-last-selected-text):
7690 x-cut-buffer-or-selection-value renamed to x-selection-value
7691 (x-select-text): Remove argument PUSH, update documentation.
7692
7693 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
7694 x-cut-buffer-or-selection-value renamed to x-selection-value
88b5a757 7695 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6d7cc563
JD
7696 (x-select-text): Remove argument PUSH, update documentation.
7697
7698 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
7699
7700 * w32-fns.el (x-last-selected-text):
7701 x-cut-buffer-or-selection-value renamed to x-selection-value.
7702 (x-cut-buffer-max): Remove.
7703 (x-select-text): Remove argument PUSH, update documentation.
7704
7705 * simple.el (interprogram-cut-function): Remove mention of PUSH.
7706
7707 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
7708
7709 * mouse-sel.el (mouse-sel-get-selection-function):
7710 x-cut-buffer-or-selection-value renamed to x-selection-value.
5986b97d 7711 (x-select-text): Remove optional push.
6d7cc563 7712
4de81ee0
SM
77132010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7714
8f4e9110
SM
7715 * simple.el (blink-paren-function): Move from C to here.
7716 (blink-paren-post-self-insert-function): New function.
7717 (post-self-insert-hook): Use it.
7718
4de81ee0
SM
7719 * emacs-lisp/pcase.el (pcase-split-memq):
7720 Fix overenthusiastic optimisation.
7721 (pcase-u1): Handle the case of a lambda pred.
7722
d419e1d9
KH
77232010-08-31 Kenichi Handa <handa@m17n.org>
7724
7725 * international/mule-cmds.el (standard-display-european-internal):
7726 Setup standard-display-table for 8-bit characters by storing 8-bit
7727 characters in the element vector.
7728
1e05f387
SM
7729 * disp-table.el (standard-display-8bit):
7730 Setup standard-display-table for 8-bit characters by storing 8-bit
d419e1d9
KH
7731 characters in the element vector.
7732 (standard-display-european): Likewise.
7733
61f7096c
CY
77342010-08-31 Masatake YAMATO <yamato@redhat.com>
7735
7736 * textmodes/nroff-mode.el (nroff-view): New command.
7737 (nroff-mode-map): Bind it to C-c C-c.
7738
ec5d3ff7
SM
77392010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7740
c8977b2e
SM
7741 * emacs-lisp/smie.el (smie-down-list): New command.
7742
ec5d3ff7
SM
7743 Remove old indentation and navigation code on octave-mode.
7744 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
7745 smie-down-list rather than add a binding for octave-down-block.
7746 (octave-mark-block, octave-blink-matching-block-open):
7747 Rely on forward-sexp-function.
7748 (octave-fill-paragraph): Don't narrow, so you can use
7749 indent-according-to-mode.
7750 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
7751 (octave-in-block-p, octave-re-search-forward-kw)
7752 (octave-re-search-backward-kw, octave-indent-calculate)
7753 (octave-end-as-array-index-p, octave-block-end-offset)
7754 (octave-scan-blocks, octave-forward-block, octave-backward-block)
7755 (octave-down-block, octave-backward-up-block, octave-up-block)
7756 (octave-before-magic-comment-p, octave-indent-line): Remove.
7757
187d3296
CY
77582010-08-31 Chong Yidong <cyd@stupidchicken.com>
7759
7760 * emacs-lisp/package.el (package--read-archive-file): Just use
7761 `read', to avoid copying an additional string.
7762 (package-menu-mode): Set header-line-format here.
7763 (package-menu-refresh, package-menu-revert): Signal an error if
7764 not in the Package Menu.
7765 (package-menu-package-list): New var.
7766 (package--generate-package-list): Operate on the current buffer;
7767 don't assume that it is *Packages*, since the user may rename it.
7768 Allow persistent package listings and sort keys using
7769 package-menu-package-list and package-menu-package-sort-key.
7770 (package-menu--version-predicate): Fix version calculation.
7771 (package-menu-sort-by-column): Don't select the window.
ec5d3ff7
SM
7772 (package--list-packages): Create the *Packages* buffer.
7773 Set package-menu-package-list-key.
187d3296
CY
7774 (list-packages): Sorting by status is now the default.
7775 (package-buffer-info): Use match-string-no-properties.
7776 (define-package): Add a &rest argument for future proofing, but
7777 don't use it yet.
7778 (package-install-from-buffer, package-install-buffer-internal):
ec5d3ff7
SM
7779 Merge into a single function, package-install-from-buffer.
7780 (package-install-file): Change caller.
187d3296
CY
7781
7782 * finder.el: Load finder-inf using `require'.
7783 (finder-list-matches): Sorting by status is now the default.
7784 (finder-compile-keywords): Simpify printing.
7785
e17b68ed
SM
77862010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7787
7788 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
7789 (octave-mode-map): Remove special bindings for forward/backward-block
7790 and octave-backward-up-block. Use smie-close-block.
7791 (octave-continuation-marker-regexp): New var.
7792 (octave-continuation-regexp): Use it.
7793 (octave-operator-table, octave-smie-op-levels)
7794 (octave-operator-regexp, octave-smie-indent-rules): New vars.
7795 (octave-smie-backward-token, octave-smie-forward-token): New funs.
7796 (octave-mode): Use SMIE.
7797 (octave-close-block): Delete.
7798
42b6a73b
EZ
77992010-08-30 Eli Zaretskii <eliz@gnu.org>
7800
7801 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
7802 CLIPBOARD, not in PRIMARY. (Bug#6944)
7803
f291fe60
SM
78042010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7805
ee992a8c
SM
7806 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
7807 a list of parents.
7808 (smie-indent-column): Allow indirection through variables.
7809
d36b74ca
SM
7810 * composite.el (save-buffer-state): Delete, unused.
7811 * font-lock.el (save-buffer-state): Use with-silent-modifications.
7812 (font-lock-default-fontify-region): Use with-syntax-table.
7813 * jit-lock.el (with-buffer-unmodified): Remove.
7814 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
7815
f291fe60
SM
7816 Use `declare' in defmacros.
7817 * window.el (save-selected-window):
7818 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
7819 * progmodes/python.el (def-python-skeleton):
7820 * net/dbus.el (dbus-ignore-errors):
7821 * jka-cmpr-hook.el (with-auto-compression-mode):
7822 * international/mule.el (with-category-table):
7823 * emacs-lisp/timer.el (with-timeout):
7824 * emacs-lisp/lisp-mnt.el (lm-with-file):
7825 * emacs-lisp/eieio.el (with-slots):
7826 * emacs-lisp/easymenu.el (easy-menu-define):
7827 * emacs-lisp/debug.el (debugger-env-macro):
7828 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
7829 (Multiple-value-call, Multiple-value-prog1):
7830 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
7831 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
7832 edebug rule to definition.
7833 * emacs-lisp/lisp-mode.el (save-selected-window)
7834 (with-current-buffer, combine-after-change-calls)
7835 (with-output-to-string, with-temp-file, with-temp-buffer)
7836 (with-temp-message, with-syntax-table, read-if, eval-after-load)
7837 (dolist, dotimes, when, unless):
7838 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
7839
96ae4c8f
CY
78402010-08-29 Chong Yidong <cyd@stupidchicken.com>
7841
7842 * finder.el: Require `package'.
7843 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
7844 (finder-package-info): Var deleted.
7845 (finder-keywords-hash, finder--builtins-alist): New vars.
7846 (finder-compile-keywords): Compute package--builtins and
7847 finder-keywords-hash instead of finder-keywords-hash, respecting
7848 the "Package" header.
f291fe60
SM
7849 (finder-unknown-keywords, finder-list-matches):
7850 Use finder-keywords-hash and package--list-packages.
96ae4c8f
CY
7851 (finder-mode): Don't set font-lock-defaults.
7852 (finder-exit): We don't use "*Finder-package*" and "*Finder
7853 Category*" buffers anymore.
7854
7855 * emacs-lisp/package.el (package--builtins-base): Var deleted.
7856 (package--builtins): Set default value to nil.
7857 (package-initialize): Load precomputed value of package--builtins
7858 from finder-inf.el.
7859 (package-alist, package-compute-transaction)
7860 (package-download-transaction): Improve docstring.
7861 (package-read-all-archive-contents): Do not change
7862 package--builtins here.
7863 (list-packages): Make package-list-packages an alias for this.
7864 Sort by status by default.
7865 (package--list-packages): Add optional PACKAGES arg.
7866 (describe-package-1): Use font-lock-face property. For built-in
7867 packages, insert file commentary.
7868 (package--generate-package-list): Rename from
7869 package-list-packages-internal; all callers changed. Add optional
7870 PACKAGES arg. Add alphabetical sort fallbacks.
7871 (package-menu--version-predicate, package-menu--status-predicate)
7872 (package-menu--description-predicate)
7873 (package-menu--name-predicate): New functions.
7874
7875 * info.el (Info-finder-find-node): Search package-alist instead of
7876 finder-package-info.
7877
e2046ecf
CY
78782010-08-29 Chong Yidong <cyd@stupidchicken.com>
7879
7880 * subr.el (version-regexp-alist): Don't use "a" and "b" for
7881 "alpha" and "beta".
7882 (version-to-list): Handle versions like "10.3d".
7883
6fe79b7c
SM
78842010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7885
7886 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
7887 (macroexp-accumulate): Use `declare'.
7888
1a868076
VJL
78892010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7890
7891 * whitespace.el (whitespace-style): Adjust type declaration.
7892
9e69cb05
KH
78932010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
7894
7895 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
7896
78972010-08-26 Chong Yidong <cyd@stupidchicken.com>
7898
7899 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
7900 (Bug#6907).
7901
4142607e
NW
79022010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
7903
7904 * progmodes/js.el: Make indentation more customizable (Bug#6914).
7905 (js-paren-indent-offset, js-square-indent-offset)
7906 (js-curly-indent-offset): New options.
7907 (js--proper-indentation): Use them.
7908
88a36e60
DC
79092010-08-26 Daniel Colascione <dan.colascione@gmail.com>
7910
7911 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
7912 instead of inspecting font-lock properties (Bug#6916).
7913
38dbc4d8
DR
79142010-08-26 David Reitter <david.reitter@gmail.com>
7915
7916 * server.el (server-visit-files): Run pre-command-hook and
76e3243a 7917 post-command-hook for each buffer while it is current (Bug#6910).
38dbc4d8
DR
7918 (server-execute): Do not run hooks here.
7919
44ffae96
MA
79202010-08-26 Michael Albinus <michael.albinus@gmx.de>
7921
7922 Sync with Tramp 2.1.19.
7923
0dc3e410
MA
7924 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Protect
7925 deleting tmpfile.
7926 (tramp-gvfs-maybe-open-connection): Use `tramp-compat-funcall'.
20b8ac83 7927
0dc3e410 7928 * net/tramp.el (tramp-handle-expand-file-name)
20b8ac83 7929 (tramp-completion-handle-file-name-all-completions)
1e05f387
SM
7930 (tramp-completion-handle-file-name-completion):
7931 Use `tramp-connectable-p'.
20b8ac83 7932
44ffae96
MA
7933 * net/trampver.el: Update release number.
7934
cb6c4991
CY
79352010-08-26 Chong Yidong <cyd@stupidchicken.com>
7936
7937 * help.el (help-map): Bind `C-h P' to describe-package.
7938
7939 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
7940
7941 * emacs-lisp/package.el (package-refresh-contents): Catch errors
7942 when downloading archives.
7943 (describe-package-1): Add package commentary.
7944 (package-install-button-action): New function.
7945 (package-menu-mode-map): Bind ? to package-menu-describe-package.
7946 (package-menu-view-commentary): Function removed.
7947 (package-list-packages-internal): Hide the `package' package too.
7948
b60f961f
KH
79492010-08-25 Kenichi Handa <handa@m17n.org>
7950
7951 * language/misc-lang.el ("Arabic"): New language environment.
7952 Setup composition-function-table for Arabic characters.
7953
7954 * international/fontset.el (setup-default-fontset): Fix typo for
7955 arabic OTF spec (fini->fina).
7956
a0c16be4
J
79572010-08-25 Jan Djärv <jan.h.d@swipnet.se>
7958
7959 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
7960 on all frames.
7961
85cc3d4f
VJL
79622010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7963
7964 * whitespace.el: Allow cleaning up blanks without blank
7965 visualization (Bug#6651). Adjust help window for
7966 whitespace-toggle-options (Bug#6479). Allow to use fill-column
7967 instead of whitespace-line-column (from EmacsWiki). New version
7968 13.1.
88b5a757 7969 (whitespace-style): Add new value 'face. Adjust docstring.
6a7662bb
BR
7970 (whitespace-space, whitespace-hspace, whitespace-tab):
7971 Adjust foreground property face.
85cc3d4f
VJL
7972 (whitespace-line-column): Adjust docstring and type declaration.
7973 (whitespace-style-value-list, whitespace-toggle-option-alist)
7974 (whitespace-help-text): Adjust const initialization.
7975 (whitespace-toggle-options, global-whitespace-toggle-options):
7976 Adjust docstring.
7977 (whitespace-display-window, whitespace-interactive-char)
7978 (whitespace-style-face-p, whitespace-color-on): Adjust code.
7979 (whitespace-help-scroll): New fun.
7980
cb8759ca
CY
79812010-08-24 Chong Yidong <cyd@stupidchicken.com>
7982
7983 * emacs-lisp/package.el (list-packages): Alias for
7984 package-list-packages.
7985
44a41a47
KR
79862010-08-24 Kevin Ryde <user42@zip.com.au>
7987
be7748e7
KR
7988 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
7989 (Bug#5651).
7990
44a41a47
KR
7991 * progmodes/ruby-mode.el (ruby): Add defgroup.
7992
edfd00fa
CY
79932010-08-24 Chong Yidong <cyd@stupidchicken.com>
7994
7995 * progmodes/python.el: Add Ipython support (Bug#5390).
7996 (python-shell-prompt-alist)
7997 (python-shell-continuation-prompt-alist): New options.
7998 (python--set-prompt-regexp): New function.
6a7662bb
BR
7999 (inferior-python-mode, run-python, python-shell):
8000 Require ansi-color. Use python--set-prompt-regexp to set the comint
edfd00fa
CY
8001 prompt based on the Python interpreter.
8002 (python--prompt-regexp): New var.
8003 (python-check-comint-prompt)
8004 (python-comint-output-filter-function): Use it.
8005 (run-python): Use a pipe (Bug#5694).
8006
80072010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
8008
8009 * progmodes/python.el (python-send-region): Send a different
8010 Python command if Ipython is in use.
8011 (python-check-version): Use a Python command to find the version.
8012
1c409d0b
CY
80132010-08-24 Chong Yidong <cyd@stupidchicken.com>
8014
8015 * mouse.el (mouse-yank-primary): Avoid setting primary when
8016 deactivating the mark (Bug#6872).
8017
733946e7 80182010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
9027027d
CF
8019
8020 * progmodes/python.el (python-block-pairs): Allow use of "finally"
8021 with "else" (Bug#3991).
8022
e73f184c
MA
80232010-08-23 Michael Albinus <michael.albinus@gmx.de>
8024
8025 * net/dbus.el: Accept UNIX domain sockets as bus address.
8026 (top): Don't initialize `dbus-registered-objects-table' anymore,
01c35094 8027 this is done in dbusbind.c.
e73f184c
MA
8028 (dbus-check-event): Adapt test for bus.
8029 (dbus-return-values-table, dbus-unregister-service)
8030 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
8031 Adapt doc string.
8032
1a140747
JB
80332010-08-23 Juanma Barranquero <lekktu@gmail.com>
8034
8035 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
8036
7133b7ee
JL
80372010-08-22 Juri Linkov <juri@jurta.org>
8038
8039 * simple.el (read-extended-command): New function with the logic
8040 for `completing-read' moved to Elisp from `execute-extended-command'.
8041 Use `function-called-at-point' in `minibuffer-default-add-function'
8042 to get a command name for M-n (bug#5364, bug#5214).
8043
198a7a97
CY
80442010-08-22 Chong Yidong <cyd@stupidchicken.com>
8045
8046 * startup.el (command-line-1): Issue warning for ignored arguments
8047 --unibyte, etc (Bug#6886).
8048
c00725d7
LL
80492010-08-22 Leo <sdl.web@gmail.com>
8050
8051 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
8052 (ignore, bright, dim, keyword): Split list of nicknames before
8053 passing to rcirc-add-or-remove (Bug#6894).
8054
bc7d7ea6
CY
80552010-08-22 Chong Yidong <cyd@stupidchicken.com>
8056
8057 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
8058
b0126eac 80592010-08-22 Leo <sdl.web@gmail.com>
e0143335 8060
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200">d5720b4c 8061 Fix buffer-list rename&refresh after killing a buffer in ido.
76e3243a 8062 * ido.el: Revert Óscar's.
e0143335
LL
8063 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
8064 Remember the buffers at head, rather than their name.
76e3243a 8065 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
e0143335 8066
b0126eac 80672010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
8f081e96
SM
8068 Stefan Monnier <monnier@iro.umontreal.ca>
8069
8070 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
8071 extra backslash added to each line (bug#6890).
8072
b0126eac 80732010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3ff78624
SM
8074
8075 * subr.el (read-key): Don't echo keystrokes (bug#6883).
8076
b0126eac 80772010-08-22 Glenn Morris <rgm@gnu.org>
635f7282
GM
8078
8079 * menu-bar.el (menu-bar-games-menu): Add landmark.
8080
b0126eac 80812010-08-22 Glenn Morris <rgm@gnu.org>
fb89a654 8082
9130a2d6
GM
8083 * align.el (align-regexp): Make group and spacing arguments
8084 use the interactive defaults when non-interactive. (Bug#6698)
8085
fb89a654
GM
8086 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
8087 expansion, so as not to need sendmail.
8088 (mail-text-start): Remove declaration.
8089 (rmail-retry-failure): Require sendmail.
8090
b0126eac 80912010-08-22 Chong Yidong <cyd@stupidchicken.com>
186e86db
SM
8092
8093 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
8094
b0126eac 80952010-08-22 Michael Albinus <michael.albinus@gmx.de>
a67e6f13 8096
186e86db
SM
8097 * progmodes/flymake.el (flymake-start-syntax-check-process):
8098 Use `start-file-process' in order to let it run also on remote hosts.
a67e6f13 8099
b0126eac 81002010-08-22 Kenichi Handa <handa@m17n.org>
f3cc64f8
KH
8101
8102 * files.el: Add `word-wrap' as safe local variable.
8103
b0126eac 81042010-08-22 Glenn Morris <rgm@gnu.org>
bb25c8d7
GM
8105
8106 * woman.el (woman-translate): Case matters. (Bug#6849)
8107
b0126eac 81082010-08-22 Chong Yidong <cyd@stupidchicken.com>
a4aae1a5
CY
8109
8110 * simple.el (kill-region): Doc fix (Bug#6787).
8111
b0126eac 81122010-08-22 Glenn Morris <rgm@gnu.org>
721dce17
GM
8113
8114 * calendar/diary-lib.el (diary-header-line-format):
8115 Fit it to the window, not the frame.
8116
b0126eac 81172010-08-22 Andreas Schwab <schwab@linux-m68k.org>
7467d0a8
AS
8118
8119 * subr.el (ignore-errors): Add debug declaration.
8120
b0126eac 81212010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
1fcf76af
GG
8122
8123 * whitespace.el (whitespace-color-off): Remove post-command-hook
8124 locally.
8125
537ffaf3
SM
81262010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8127
8128 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
8129
d64b8a68
CY
81302010-08-21 Chong Yidong <cyd@stupidchicken.com>
8131
8132 * cus-edit.el (custom-group-value-create): Add extra newline
8133 before end line (Bug#6876).
8134
d2625c3d
CY
81352010-08-21 Chong Yidong <cyd@stupidchicken.com>
8136
8137 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
8138 when extending it. Before killing on the second click, check if
8139 the buffer is the correct one. Doc fix.
8140 (mouse-secondary-save-then-kill): Allow usage without first
8141 calling mouse-start-secondary, by defaulting to point. Don't save
8142 an empty secondary selection. Doc fix.
8143
80525855
VJL
81442010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8145
91bdeb66
VJL
8146 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
8147 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
537ffaf3 8148 New version 13.0.
80525855
VJL
8149 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8150 Adjust initialization.
8151 (whitespace-bob-marker, whitespace-eob-marker)
8152 (whitespace-buffer-changed): New vars.
8153 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
8154 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
537ffaf3
SM
8155 (whitespace-post-command-hook, whitespace-display-char-on):
8156 Adjust code.
80525855 8157 (whitespace-looking-back, whitespace-buffer-changed): New funs.
85cc3d4f 8158 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
80525855 8159
4b9c0a49
SM
81602010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8161
118cf454
SM
8162 * files.el (locate-file-completion-table): Only list the .el and .elc
8163 extensions if there's no other choice (bug#5955).
8164
a2e5caf7
SM
8165 * facemenu.el (facemenu-self-insert-data): New var.
8166 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
8167 New functions.
8168 (facemenu-add-face): Use them.
8169
4b9c0a49
SM
8170 * simple.el (blink-matching-open): Obey forward-sexp-function.
8171
0193499f
SM
81722010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
8173
b2a15250
SM
8174 * simple.el (prog-mode-map): New var.
8175 (prog-indent-sexp): New command.
8176
b5ba2d6f
SM
8177 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
8178
9acd1bdc
SM
8179 * progmodes/prolog.el (smie): Require.
8180
8723cfa4
SM
8181 * emacs-lisp/smie.el (smie-default-backward-token)
8182 (smie-default-forward-token): Strip properties.
8183 (smie-next-sexp): Be more careful with associative operators.
8184 (smie-forward-sexp-command): Generalize.
8185 (smie-backward-sexp-command): Simplify.
8186 (smie-closer-alist): New var.
8187 (smie-close-block): New command.
8188 (smie-indent-debug-log): New var.
8189 (smie-indent-offset-rule): Add a few more cases.
8190 (smie-indent-column): New function.
8191 (smie-indent-after-keyword): Use it.
8192 (smie-indent-keyword): Use it.
8193 Fix up the opener code's point position.
8194 (smie-indent-comment): Only applies at BOL.
8195 (smie-indent-debug): New command.
8196
0193499f
SM
8197 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
8198 declarations that are useful before running the macro.
8199
0c9b8993
GM
82002010-08-18 Joakim Verona <joakim@verona.se>
8201
8202 * image.el (imagemagick-types-inhibit): New variable.
8203 (imagemagick-register-types): New function.
8204 * image-mode.el (image-transform-properties): New function.
ccd80618
JV
8205 (image-transform-set-scale, image-transform-fit-to-height)
8206 (image-transform-set-rotation, image-transform-set-resize)
0c9b8993
GM
8207 (image-transform-fit-to-width, image-transform-fit-to-height):
8208 New functions.
ccd80618
JV
8209 (image-toggle-display-image): Support image transforms.
8210
1075cd61
KY
82112010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
8212
8213 * image.el (create-animated-image): Don't add heuristic mask to image
8214 (Bug#6839).
8215
64cb6c78
J
82162010-08-18 Jan Djärv <jan.h.d@swipnet.se>
8217
0193499f
SM
8218 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
8219 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
64cb6c78 8220
ff80a446
SM
82212010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
8222
afa22f7c
SM
8223 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
8224
ff80a446
SM
8225 Font-lock '...' strings, plus various simplifications and fixes.
8226 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
8227 (octave-font-lock-close-quotes): New function.
8228 (octave-font-lock-syntactic-keywords): New var.
8229 (octave-mode): Use it. Set beginning-of-defun-function.
8230 (octave-mode-map): Don't override the <foo>-defun commands.
8231 (octave-mode-menu): Pass it directly to easy-menu-define;
8232 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
8233 (octave-block-match-alist): Fix up last change so that
8234 octave-close-block uses the more specific keyword.
8235 (info-lookup-mode): Silence byte-compiler.
8236 (octave-beginning-of-defun): Not interactive any more.
8237 Optimize slightly.
8238 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
8239 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
8240 (octave-completion-at-point-function): Make sure point is within
8241 beg..end.
8242 (octave-reindent-then-newline-and-indent):
8243 Use reindent-then-newline-and-indent.
8244 (octave-add-octave-menu): Remove.
8245
2269b349
JD
82462010-08-17 Jan Djärv <jan.h.d@swipnet.se>
8247
489cd5bd
JD
8248 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
8249 (report-emacs-bug-can-use-xdg-email): New functions.
8250 (report-emacs-bug): Set can-xdg-email to result of
8251 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
8252 \C-cm to report-emacs-bug-insert-to-mailer and add help text
8253 about it.
30ebab6d 8254
a2fb159c
GM
8255 * net/browse-url.el (browse-url-default-browser): Add cond
8256 for browse-url-xdg-open.
8257 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
8258
82592010-08-17 Glenn Morris <rgm@gnu.org>
8260
8261 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
8262 (c-fontify-recorded-types-and-refs): Define for compiler.
8263 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
8264 before use.
8265
8266 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
8267 Fix format call.
8268
bb6aba9c
MA
82692010-08-17 Michael Albinus <michael.albinus@gmx.de>
8270
8271 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
8272 properties.
8273 (tramp-handle-process-file): Call the program in a subshell, in
8274 order to preserve working directory.
8275 (tramp-action-password): Hide password prompt before next run.
8276 (tramp-process-actions): Widen connection buffer for the trace.
8277
8f10c937
DD
82782010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
8279
8280 * net/rcirc.el (rcirc-log-process-buffers): New option.
8281 (rcirc-print): Use it.
8282 (rcirc-generate-log-filename): New function.
8283 (rcirc-log-filename-function): Change default to
8284 rcirc-generate-log-filename (Bug#6828).
8285
7c23dd44
CY
82862010-08-16 Chong Yidong <cyd@stupidchicken.com>
8287
8288 * simple.el (deactivate-mark): If select-active-regions is `only',
8289 only set selection for temporarily active regions.
8290
8291 * cus-start.el: Change defcustom for select-active-regions.
8292
6d3e82d2
CY
82932010-08-15 Chong Yidong <cyd@stupidchicken.com>
8294
8295 * mouse.el (mouse--drag-set-mark-and-point): New function.
ff80a446
SM
8296 (mouse-drag-track): Use LOCATION arg to push-mark.
8297 Use mouse--drag-set-mark-and-point to take click-count into
6d3e82d2
CY
8298 consideration when updating point and mark (Bug#6840).
8299
c68263b1
CY
83002010-08-15 Chong Yidong <cyd@stupidchicken.com>
8301
8302 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8303 Give the Ruby rule a lower priority than Gnu (Bug#6778).
8304
456f369a
ŠN
83052010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
8306
ff80a446
SM
8307 * font-lock.el (lisp-font-lock-keywords-2):
8308 Add combine-after-change-calls, condition-case-no-debug,
456f369a
ŠN
8309 with-demoted-errors, and with-silent-modifications (Bug#6025).
8310
c22e18f5
KR
83112010-08-14 Kevin Ryde <user42@zip.com.au>
8312
8313 * emacs-lisp/copyright.el (copyright-update-year)
b7716b25
CY
8314 (copyright-update): Temporary switch-to-buffer to ensure the
8315 buffer change being queried is visible (Bug#5394).
c22e18f5 8316
6f1a6faf
TT
83172010-08-14 Tom Tromey <tromey@redhat.com>
8318
8319 * progmodes/etags.el (tags-file-name): Mark safe if stringp
8320 (Bug#6733).
8321
e7afcf30
EZ
83222010-08-14 Eli Zaretskii <eliz@gnu.org>
8323
8324 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
8325 MS-DOS. (Bug#6689)
8326
2b4e6277
J
83272010-08-13 Jan Djärv <jan.h.d@swipnet.se>
8328
8329 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
8330 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8331 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
8332 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
ff80a446
SM
8333 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
8334 Call menu-bar-set-tool-bar-position.
2b4e6277 8335
dc94fc85
SM
83362010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8337
c5683ceb
SM
8338 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
8339 comment style (bug#6834).
8340 * progmodes/scheme.el (scheme-mode-syntax-table):
8341 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
8342 "b" flag in "' 14b" syntax.
8343
c82d5b11
SM
8344 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
8345 for (un)commenting the region and performing completion.
8346 (octave-mode-menu): Use standard commands for help and completion.
8347 (octave-mode-syntax-table): Support %{..%} comments (sort of).
8348 (octave-mode): Use define-derived-mode.
8349 Set completion-at-point-functions and don't set columns.
8350 Don't disable adaptive-fill-regexp.
8351 (octave-describe-major-mode, octave-comment-region)
8352 (octave-uncomment-region, octave-comment-indent)
8353 (octave-indent-for-comment): Remove.
8354 (octave-indent-calculate): Rename from calculate-octave-indent.
7e82caa7 8355 (octave-indent-line, octave-fill-paragraph): Update caller.
c82d5b11
SM
8356 (octave-initialize-completions): No need to make an alist.
8357 (octave-completion-at-point-function): New function.
8358 (octave-complete-symbol): Use it.
8359 (octave-insert-defun): Use define-skeleton.
8360
8361 * progmodes/octave-mod.el (octave-mode): Set comment-add.
8362 (octave-mode-map): Use comment-dwim (bug#6829).
dc94fc85 8363
abec5126 83642010-08-12 Antoine Levitt <antoine.levitt@gmail.com>
61b6abbd
AL
8365
8366 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
8367 indentation of inserted comment.
8368
3a46642b
J
83692010-08-11 Jan Djärv <jan.h.d@swipnet.se>
8370
8371 * faces.el (region): Add type gtk that uses gtk colors.
8372
8373 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
8374 Handle theme-name change.
8375
3bd2cfef
MM
83762010-08-10 Michael R. Mauger <mmaug@yahoo.com>
8377
8378 * progmodes/sql.el: Version 2.5
8379 (sql-product-alist): Add :prompt-cont-regexp property for several
8380 database products.
8381 (sql-prompt-cont-regexp): New variable.
61b6abbd
AL
8382 (sql-output-newline-count, sql-output-by-send):
8383 New variables. Record number of newlines in input text.
3bd2cfef
MM
8384 (sql-send-string): Handle multiple filters and count newlines.
8385 (sql-send-magic-terminator): Count terminator newline.
8386 (sql-interactive-remove-continuation-prompt): Filters output to
8387 remove continuation prompts; one for each newline.
8388 (sql-interactive-mode): Set up new variables, prompt regexp and
8389 output filter.
8390 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
61b6abbd 8391 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
3bd2cfef 8392
d02c9bcd
SM
83932010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8394
8395 * emacs-lisp/pcase.el: New file.
8396
80ca4f1e
MA
83972010-08-10 Michael Albinus <michael.albinus@gmx.de>
8398
8399 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
8400 as here-document, otherwise the command could exceed maximum
8401 length of command line.
d02c9bcd
SM
8402 (tramp-handle-vc-registered): Call script accordingly.
8403 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
80ca4f1e 8404
2948599b
KH
84052010-08-10 Kenichi Handa <handa@m17n.org>
8406
8407 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
8408 composable pattern.
8409
148cef8e
CY
84102010-08-09 Chong Yidong <cyd@stupidchicken.com>
8411
8412 * emacs-lisp/package.el (package-version-split)
8413 (package--version-first-nonzero, package-version-compare):
8414 Functions removed.
8415 (package-directory-list, package-load-all-descriptors)
8416 (package--built-in, package-activate, define-package)
8417 (package-installed-p, package-compute-transaction)
8418 (package-read-all-archive-contents)
8419 (package--add-to-archive-contents, package-buffer-info)
d02c9bcd
SM
8420 (package-tar-file-info, package-list-packages-internal):
8421 Use version-to-list and version-list-*.
148cef8e 8422
d02c9bcd
SM
8423 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8424 Use version-to-list.
148cef8e
CY
8425 (package-upload-buffer-internal): Use version-list-<=.
8426
82a9ce0f
KH
84272010-08-09 Kenichi Handa <handa@m17n.org>
8428
231e5e5f 8429 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
82a9ce0f
KH
8430 composable pattern.
8431
7adf5fdc
CY
84322010-08-08 Chong Yidong <cyd@stupidchicken.com>
8433
fc560445
CY
8434 * tutorial.el (tutorial--default-keys): C-d is now bound to
8435 delete-forward-char (Bug#6826).
8436
7adf5fdc
CY
8437 * mouse.el (mouse-drag-track): Remove accidentally-removed check
8438 for `double' value of mouse-1-click-follows-link (Bug#6807).
8439
e54a1075
JB
84402010-08-08 Johan Bockgård <bojohan@gnu.org>
8441
8442 * replace.el (replace-highlight): Bind isearch-forward and
8443 isearch-error, ensuring that highlighting is updated if the user
8444 switches the search direction (Bug#6808).
8445
8446 * isearch.el (isearch-lazy-highlight-forward): New var.
8447 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8448 (isearch-lazy-highlight-update): Use it.
8449
7815fe19 84502010-08-08 Kenichi Handa <handa@m17n.org>
7a84eee5 8451
8d9e03e4
JB
8452 * international/mule.el (define-charset): Store NAME as :base property.
8453 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
7a84eee5
KH
8454 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
8455 current priority. Force using the designation of the specific
8d9e03e4 8456 charset by adding `charset' text property. Improve the whole algorithm.
7a84eee5 8457
7815fe19 84582010-08-08 Juanma Barranquero <lekktu@gmail.com>
f6b55526
JB
8459
8460 * emulation/pc-select.el (pc-selection-mode-hook)
8461 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
8462 (pc-selection-mode): Fix typos in docstrings.
8463
7815fe19 84642010-08-08 Kenichi Handa <handa@m17n.org>
6b4d96c2
KH
8465
8466 * language/cyrillic.el: Don't add "microsoft-cp1251" to
8467 ctext-non-standard-encodings-alist here.
8468
8d9e03e4
JB
8469 * international/mule.el (ctext-non-standard-encodings-alist):
8470 Add "koi8-r" and "microsoft-cp1251".
6b4d96c2
KH
8471 (ctext-standard-encodings): New variable.
8472 (ctext-non-standard-encodings-table): List only elements for
8473 non-standard encodings.
186e86db 8474 (ctext-pre-write-conversion): Adjust for the above change.
6b4d96c2
KH
8475 Check ctext-standard-encodings.
8476
8477 * international/mule-conf.el (compound-text): Doc fix.
8478 (ctext-no-compositions): Doc fix.
8479 (compound-text-with-extensions): Doc fix.
8480
7815fe19 84812010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
c613687b
SM
8482
8483 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
8484
8d9e03e4 84852010-08-08 Juanma Barranquero <lekktu@gmail.com>
d5b8058f 8486
9ebc731b
JB
8487 * progmodes/which-func.el (which-func-format): Split help-echo text
8488 into lines, like other mode-line tooltips.
8489
d5b8058f
JB
8490 * server.el (server-start): When using TCP sockets, force IPv4
8491 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
8492
8d9e03e4 84932010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a2077b7f
SM
8494
8495 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
8496
8d9e03e4 84972010-08-08 Juanma Barranquero <lekktu@gmail.com>
f63a7652
JB
8498
8499 * term.el (term-delimiter-argument-list): Reflow docstring.
8500 (term-read-input-ring, term-write-input-ring, term-send-input)
8501 (term-bol, term-erase-in-display, serial-supported-or-barf):
8502 Fix typos in docstrings.
8503
8d9e03e4 85042010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a7e26d8b
SM
8505
8506 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
8507
8d9e03e4 85082010-08-08 Juanma Barranquero <lekktu@gmail.com>
bbc4e17c
JB
8509
8510 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
8511
8d9e03e4 85122010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
9aea20c9
MK
8513
8514 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
8515 Fix typo in docstring (bug#6747).
8516
7815fe19 85172010-08-08 Leo <sdl.web@gmail.com>
16b0b347
LL
8518
8519 * eshell/esh-io.el (eshell-get-target): Better detection of
8520 read-only file (Bug#6762).
8521
7815fe19 85222010-08-08 Juanma Barranquero <lekktu@gmail.com>
ad9ae065
JB
8523
8524 * align.el (align-default-spacing): Doc fix.
8525 (align-region-heuristic, align-regexp): Fix typos in docstrings.
8526
733946e7 85272010-08-08 Stephen Peters <speters@itasoftware.com>
81ee9410 8528
490b89ac 8529 * calendar/icalendar.el
93acd23d
JB
8530 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
8531 (icalendar--get-weekday-numbers): New.
81ee9410 8532 (icalendar--convert-recurring-to-diary): Handle multiple byday
93acd23d 8533 values in weekly rules. (Bug#6766)
81ee9410 8534
490b89ac
UJ
85352010-08-08 Ulf Jasper <ulf.jasper@web.de>
8536
8537 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
8538 (icalendar--create-uid, icalendar-export-region)
8539 (icalendar--parse-summary-and-rest): Code formatting.
8540
2c695727
JB
85412010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
8542
01c35094 8543 * calc/calc.el (calc-trail-mode, calc-refresh): Use `face' property
2c695727
JB
8544 to italicize headers.
8545 (calc-highlight-selections-with-faces): New variable.
8546 (calc-selected-face, calc-nonselected-face): New faces.
8547
8548 * calc/calccomp.el (math-comp-highlight-string): Use
8549 `calc-highlight-selections-with-faces' to determine how to highlight
8550 sub-formulas.
8551
8552 * calc/calc-sel.el (calc-show-selections): Change message to when
8553 using faces to highlight selections.
8554
b93d4f22
MM
85552010-08-07 Michael R. Mauger <mmaug@yahoo.com>
8556
8d9e03e4
JB
8557 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
8558 Add SQLite 3 keywords, functions and datatypes.
8559 (sql-interactive-mode): Remove `comint-process-echoes' set to t
b93d4f22
MM
8560 (Bug#6686).
8561
9852377f
CY
85622010-08-07 Chong Yidong <cyd@stupidchicken.com>
8563
8564 * simple.el (select-active-regions): Move to keyboard.c.
8565 (deactivate-mark): Used saved-region-selection.
8566 (select-active-region): Function removed.
8567 (activate-mark, set-mark, push-mark-command)
8568 (handle-shift-selection): Don't call it.
8569 (keyboard-quit): Avoid adding the region to the window selection.
8570
8571 * mouse.el (mouse-drag-track): Remove hacks to deal with old
8572 select-active-regions implementation.
8573 (mouse-yank-at-click): Doc fix.
8574
8575 * cus-start.el: Add custom declaration for select-active-regions.
8576
822775bf
EZ
85772010-08-07 Eli Zaretskii <eliz@gnu.org>
8578
4c5130d6
EZ
8579 * simple.el (delete-forward-char): Doc fix.
8580
822775bf
EZ
8581 * tutorial.el (help-with-tutorial): Hack safe file-local variables
8582 after reading the tutorial.
8583
bd4c5e3e
AM
85842010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
8585
6a7662bb
BR
8586 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
8587 Fix for the case that a C style comment has its delimiters alone on
cb6fa1ad 8588 their respective lines. (Bug#193)
bd4c5e3e 8589
d00fa9b6
MA
85902010-08-06 Michael Albinus <michael.albinus@gmx.de>
8591
8d9e03e4 8592 * net/tramp.el (tramp-handle-start-file-process): Set connection
d00fa9b6 8593 property "vec".
6a7662bb
BR
8594 (tramp-process-sentinel): Use it for flushing the cache.
8595 We cannot do it via the process buffer, the buffer could be deleted
d00fa9b6
MA
8596 already when running the sentinel.
8597
85982010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
942415f3
MA
8599
8600 * comint.el (comint-mode): Make directory tracking functions
8601 functional on remote files. (Bug#6764)
8602
b3d42406
DN
86032010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
8604
8605 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
8606
29cf3e20
EZ
86072010-08-05 Eli Zaretskii <eliz@gnu.org>
8608
6a7662bb
BR
8609 * emacs-lisp/find-gc.el (find-gc-source-files):
8610 Rename unexec.c => unexcoff.c.
29cf3e20 8611
6a7662bb
BR
8612 * emacs-lisp/authors.el (authors-fixed-entries):
8613 Rename unexec.c => unexcoff.c.
29cf3e20 8614
39e1bf0b
MA
86152010-08-05 Michael Albinus <michael.albinus@gmx.de>
8616
8617 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
8618 cache, not only file cache.
8619 (tramp-process-sentinel): New defun.
8620 (tramp-handle-start-file-process): Use it, in order to invalidate
8621 file caches.
8622
9f982e22
LL
86232010-08-03 Leo <sdl.web@gmail.com>
8624
8625 * server.el (server-start): Simplify loop.
8626
0798a8d8
SM
86272010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
8628
548c5c47
SM
8629 * frame.el (screen-height, screen-width, set-screen-width)
8630 (set-screen-height): Remove ancient compatibility aliases.
8631
3311d1c2
SM
8632 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
8633 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
8634
0798a8d8
SM
8635 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
8636 that change current buffer.
8637
26ee77a6
YM
86382010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8639
8640 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
8641 beginning of the string. Use `string-match-p'. (Bug#6765)
8642
aa1859f5
J
86432010-08-01 Jan Djärv <jan.h.d@swipnet.se>
8644
8645 * cus-start.el (x-gtk-use-system-tooltips): New variable.
8646
376c2b6b
CY
86472010-08-01 Chong Yidong <cyd@stupidchicken.com>
8648
0798a8d8 8649 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
376c2b6b 8650 (package--builtins): Tweak descriptions.
0798a8d8
SM
8651 (package-print-package): Upcase descriptions if necessary.
8652 Show all built-in packages in font-lock-builtin-face.
8653 (package-list-packages-internal): Omit "emacs" package.
8654 Show status of built-in packages as "built-in".
376c2b6b 8655
16041401
CY
86562010-07-31 Chong Yidong <cyd@stupidchicken.com>
8657
8658 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
8659 before killing to preserve the primary selection (Bug#6701).
8660
8661 * term/x-win.el (x-select-text): Doc fix.
8662
0798a8d8
SM
86632010-07-31 Nathaniel Flath <flat0103@gmail.com>
8664
452ea855
AM
8665 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
8666 (objc-font-lock-extra-types):
452ea855 8667 * progmodes/cc-mode.el (c-basic-common-init):
452ea855
AM
8668 * progmodes/cc-langs.el (c-make-mode-syntax-table)
8669 (c++-make-template-syntax-table)
8670 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
8671 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
8672 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
8673 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
452ea855
AM
8674 * progmodes/cc-fonts.el (c-make-inverse-face)
8675 (c-basic-matchers-after):
452ea855
AM
8676 * progmodes/cc-engine.el (c-forward-keyword-clause)
8677 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
8678 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
8679 (c-guess-continued-construct, c-guess-basic-syntax):
2f5e7c6f
GM
8680 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
8681 The above functions were modified or created.
452ea855 8682
37766706
J
86832010-07-31 Jan Djärv <jan.h.d@swipnet.se>
8684
0798a8d8 8685 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
37766706 8686
cd83d522
EZ
86872010-07-31 Eli Zaretskii <eliz@gnu.org>
8688
8689 * files.el (bidi-paragraph-direction): Define safe local values.
8690
8691 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
8692 language-info-alist. Remove outdated FIXME in a comment.
8693
28e5cf7c
AM
86942010-07-31 Alan Mackenzie <acm@muc.de>
8695
8696 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
8697 Auto-fill broken in C/C++ modes.
8698
bfeabdc3
JD
86992010-07-29 Jan Djärv <jan.h.d@swipnet.se>
8700
8701 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8702 (menu-bar-showhide-tool-bar-menu-customize-disable)
8703 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
0798a8d8
SM
8704 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
8705 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
bfeabdc3
JD
8706 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
8707 make a menu for Options => toolbar that can move it.
8708
063e5294
CY
87092010-07-29 Chong Yidong <cyd@stupidchicken.com>
8710
8711 * emacs-lisp/package-x.el (package--make-rss-entry):
8712 (package-maint-add-news-item, package--update-news)
8713 (package-upload-buffer-internal): New arg ARCHIVE-URL.
8714
8715 * emacs-lisp/package.el (package-archive-url): Rename from
8716 package-archive-id.
8717 (package-install): Doc fix.
8718 (package-download-single, package-download-tar, package-install)
8719 (package-menu-view-commentary): Callers changed.
8720
683cc385
MA
87212010-07-29 Michael Albinus <michael.albinus@gmx.de>
8722
8723 * net/tramp.el (tramp-handle-start-file-process): Check only for
8724 `remote-tty' process property.
8725 (tramp-open-shell): Don't check for tty.
8726 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
8727 process property.
8728
8729 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
8730 host.
8731
bc44bef7
PH
87322010-07-28 Chong Yidong <cyd@stupidchicken.com>
8733
8734 * emacs-lisp/package.el (package-load-list, package-archives)
8735 (package-archive-contents, package-user-dir)
8736 (package-directory-list, package--builtins, package-alist)
8737 (package-activated-list, package-obsolete-alist): Mark as risky.
8738
87392010-07-28 Phil Hagelberg <phil@evri.com>
8740
8741 Add support for non-default package repositories.
8742 * emacs-lisp/package.el (package-archive-base): Var deleted.
8743 (package-archives): New variable.
8744 (package-archive-contents): Doc fix.
0798a8d8 8745 (package-load-descriptor): Do nothing if descriptor file is missing.
bc44bef7
PH
8746 (package--write-file-no-coding): New function.
8747 (package-unpack-single): Use it.
8748 (package-archive-id): New function.
8749 (package-download-single, package-download-tar)
8750 (package-menu-view-commentary): Use it.
8751 (package-installed-p): Make second argument optional.
8752 (package-read-all-archive-contents): New function.
8753 (package-initialize): Use it.
8754 (package-read-archive-contents): Add ARCHIVE argument.
8755 (package--add-to-archive-contents): New function.
8756 (package-install): Don't call package-read-archive-contents.
8757 (package--download-one-archive): Store archive file in a
8758 subdirectory of package-user-dir.
8759 (package-menu-execute): Remove spurious line movement.
8760
8a52f00a
JD
87612010-07-28 Jan Djärv <jan.h.d@swipnet.se>
8762
8763 * cus-start.el (tool-bar-style): Add text-image-horiz.
8764
b21d3ceb
MA
87652010-07-28 Michael Albinus <michael.albinus@gmx.de>
8766
8767 * progmodes/gud.el (gud-common-init): Check for remoteness of
8768 `file', and not of `default-directory'.
8769
8fbcce2d
MA
87702010-07-28 Michael Albinus <michael.albinus@gmx.de>
8771
8772 * net/tramp.el (tramp-methods): Move hostname to the end in all
8773 ssh `tramp-login-args'.
8774 (tramp-verbose): Describe verbose level 9.
8775 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
8776 (tramp-open-connection-setup-interactive-shell): Trace stty
8777 settings if `tramp-verbose' >= 9.
8778 (tramp-handle-start-file-process): Implement tty setting.
8779 (Bug#4604, Bug#6360)
8780
8781 * net/tramp-cmds.el (tramp-bug): Recommend setting of
8782 `tramp-verbose' to 9.
8783
128440c9
AH
87842010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
8785
8786 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
8787 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
8788 Remove references to package `lisp-re' (bug#4369).
8789
ae0c2494
TT
87902010-07-27 Tom Tromey <tromey@redhat.com>
8791
8792 * progmodes/js.el (js-mode):
8793 * progmodes/make-mode.el (makefile-mode):
8794 * progmodes/simula.el (simula-mode):
8795 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
8796
0ed082fe 87972010-07-27 Juanma Barranquero <lekktu@gmail.com>
fe4be04c
JB
8798
8799 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
8800
7c7c04c0
JB
8801 * time.el (display-time-day-and-date): Remove spurious * in docstring.
8802 (display-time-world-buffer-name, display-time-world-mode-map):
8803 Fix typos in docstrings.
8804
0ed082fe 88052010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
c9088194
SK
8806
8807 * image-mode.el (image-display-size): New function.
8808 (image-forward-hscroll, image-next-line, image-eol, image-eob)
8809 (image-mode-fit-frame): Use it (Bug#6639).
8810
0ed082fe 88112010-07-27 Chong Yidong <cyd@stupidchicken.com>
dad7c716
CY
8812
8813 * dired.el (dired-buffers-for-dir): Handle list values of
8814 dired-directory (Bug#6636).
8815
aa2d4bd3
SS
88162010-07-26 Sam Steingold <sds@gnu.org>
8817
8818 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
8819 Do not call `x-get-selection' the second time, reuse the value.
8820
78b84da3
DU
88212010-07-26 Daiki Ueno <ueno@unixuser.org>
8822
8823 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
0798a8d8 8824 which consist of control chars only. Suggested by Richard Stallman.
78b84da3 8825
4f195cf7
DU
88262010-07-25 Daiki Ueno <ueno@unixuser.org>
8827
8828 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
8829 exists before passing an error to find-file-not-found-functions
8830 (bug#6723).
8831
195e19e4
LH
88322010-07-23 Lukas Huonker <l.huonker@gmail.com>
8833
8834 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
8835 Remove leading nil element, adjust values.
8836 (tetris-shapes, tetris-shape-scores):
8837 Change representation of shapes and remove some redundancy.
8838 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
8839 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
8840 Adjust for working with new representation of shapes.
8841 (tetris-shape-rotations): New function.
8842 (tetris-move-bottom, tetris-move-left, tetris-move-right)
8843 (tetris-rotate-prev, tetris-rotate-next):
8844 Adjust for working with the new version of tetris-test-shape.
8845
9cf2db99
MT
88462010-07-23 Markus Triska <markus.triska@gmx.at>
8847
8848 * progmodes/ps-mode.el: Use comint (bug#5954).
8849 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
8850 (ps-mode-other-newline): Simplify.
8851 (ps-run-mode): Derive from comint-mode instead of
8852 fundamental-mode, yielding input history etc.
8853 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
8854 (ps-run-send-string): Adapt for comint-mode.
8855 (ps-run-newline): Remove now unneeded function.
8856
225d5e9e
MA
88572010-07-23 Michael Albinus <michael.albinus@gmx.de>
8858
8859 * net/tramp.el (tramp-methods): Move hostname to the end in all
8860 plink `tramp-login-args'.
8861
84bc68f2
MA
88622010-07-23 Michael Albinus <michael.albinus@gmx.de>
8863
8864 * net/tramp.el (tramp-open-shell): New defun.
8865 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8866 Use it.
8867
1eb5ca1c
MA
88682010-07-23 Michael Albinus <michael.albinus@gmx.de>
8869
8870 * net/tramp.el (tramp-file-name-regexp-unified)
8871 (tramp-completion-file-name-regexp-unified): On W32 systems, do
8872 not regard the volume letter as remote filename. (Bug#5447)
8873
440735a7
JB
88742010-07-23 Juanma Barranquero <lekktu@gmail.com>
8875
8876 * custom.el (custom-declare-variable): Give a clearer error message
8877 when the docstring is missing (bug#6476).
8878
5474c40f
MM
88792010-07-22 Michael R. Mauger <mmaug@yahoo.com>
8880
8881 * progmodes/sql.el: Version 2.4. Improved Login prompting.
8882 (sql-login-params): New widget definition.
8883 (sql-oracle-login-params, sql-mysql-login-params)
8884 (sql-solid-login-params, sql-sybase-login-params)
8885 (sql-informix-login-params, sql-ingres-login-params)
8886 (sql-ms-login-params, sql-postgres-login-params)
8887 (sql-interbase-login-params, sql-db2-login-params)
8888 (sql-linter-login-params): Use it.
8889 (sql-sqlite-login-params): Use it; Define "database" parameter as
8890 a file name.
c4cc8b9a 8891 (sql-sqlite-program): Change to "sqlite3".
5474c40f
MM
8892 (sql-comint-sqlite): Make sure database name is complete.
8893 (sql-for-each-login): New function.
8894 (sql-connect, sql-save-connection): Use it.
8895 (sql-get-login-ext): New function.
8896 (sql-get-login): Use it.
8897 (sql-make-alternate-buffer-name): Handle :file parameters.
8898
9c0deccb
JB
88992010-07-22 Juanma Barranquero <lekktu@gmail.com>
8900
8901 * dired.el (dired-no-confirm): Document value t and fix defcustom to
8902 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
8903
aac818a8
TL
89042010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
8905
8906 * dired.el (dired-mode-map): Use command remapping (bug#6632).
8907
47d2734f
LM
89082010-07-22 Lawrence Mitchell <wence@gmx.li>
8909
8910 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
8911
10e73994
MA
89122010-07-21 Michael Albinus <michael.albinus@gmx.de>
8913
8914 * net/tramp.el (tramp-get-ls-command)
8915 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
8916 instead of "/".
8917
d26b0ea9
MM
89182010-07-20 Michael R. Mauger <mmaug@yahoo.com>
8919
8920 * progmodes/sql.el: Version 2.3.
f49d1f52 8921 (sql-connection-alist): Change keys from symbols to strings;
d26b0ea9 8922 enhanced the widget definition.
88b5a757
DD
8923 (sql-mode-menu): Add submenu to select connections.
8924 (sql-interactive-mode-menu): Add "Save Connection" item.
8925 (sql-add-product): Fix menu item.
d26b0ea9 8926 (sql-get-product-feature): Improved error handling.
5f9d345c 8927 (sql--alt-buffer-part, sql--alt-if-not-empty): Remove.
d26b0ea9
MM
8928 (sql-make-alternate-buffer-name): Simplified.
8929 (sql-product-interactive): Handle missing product.
8930 (sql-connect): Support string keys, minor improvements.
8931 (sql-save-connection): New function.
8932 (sql-connection-menu-filter): New function.
8933
af4b9ae5
MA
89342010-07-20 Michael Albinus <michael.albinus@gmx.de>
8935
8936 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
6a7662bb
BR
8937 (tramp-open-connection-setup-interactive-shell):
8938 Apply workaround for IRIX64 bug. Move argument of last
af4b9ae5
MA
8939 `tramp-send-command' where it belongs to.
8940
da040a16
MA
89412010-07-20 Michael Albinus <michael.albinus@gmx.de>
8942
8943 * net/tramp.el (tramp-perl-file-attributes)
8944 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
8945 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
8946 front of `login-args'.
8947
16f3ade5
JB
89482010-07-19 Juanma Barranquero <lekktu@gmail.com>
8949
8950 * time.el (display-time-world-mode): Define with `define-derived-mode'.
8951 Set `show-trailing-whitespace' to nil.
8952 (display-time-world-display): Simplify.
8953
00af0b67
AM
89542010-07-18 Alan Mackenzie <acm@muc.de>
8955
8956 Enhance `c-file-style' in file/directory local variables.
a628ad9d 8957 * progmodes/cc-mode.el (c-count-cfss): New function.
00af0b67
AM
8958 (c-before-hack-hook): Call `c-set-style' differently according to
8959 whether c-file-style was set in file or directory local
8960 variables.
8961
30c4d8dc
MM
89622010-07-18 Michael R. Mauger <mmaug@yahoo.com>
8963
8964 * progmodes/sql.el: Version 2.2.
6a7662bb
BR
8965 (sql-product, sql-user, sql-database, sql-server, sql-port):
8966 Use defcustom :safe keyword rather than putting safe-local-variable
30c4d8dc
MM
8967 property.
8968 (sql-password): Use defcustom :risky keyword rather than putting
8969 risky-local-variable property.
8970 (sql-oracle-login-params, sql-sqlite-login-params)
8971 (sql-solid-login-params, sql-sybase-login-params)
8972 (sql-informix-login-params, sql-ingres-login-params)
8973 (sql-ms-login-params, sql-postgres-login-params)
8974 (sql-interbase-login-params, sql-db2-login-params)
c4cc8b9a 8975 (sql-linter-login-params): Add `port' option.
88b5a757 8976 (sql-get-product-feature): Add NO-INDIRECT parameter.
30c4d8dc
MM
8977 (sql-comint-oracle, sql-comint-sybase)
8978 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
8979 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
8980 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
88b5a757 8981 (sql-comint-linter): Rename sql-connect-* functions to
30c4d8dc 8982 sql-comint-*.
88b5a757 8983 (sql-product-alist, sql-mode-menu): Rename as above and
30c4d8dc 8984 :sqli-connect-func to :sqli-comint-func.
c4cc8b9a 8985 (sql-connection): New variable.
30c4d8dc
MM
8986 (sql-interactive-mode): Set it.
8987 (sql-connection-alist): New variable.
8988 (sql-connect): New function.
8989 (sql--alt-buffer-part, sql--alt-if-not-empty)
a628ad9d 8990 (sql-make-alternate-buffer-name): Improved alternative buffer name.
30c4d8dc 8991
f12492c8
TV
89922010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8993
8994 * image-mode.el (image-bookmark-make-record): Do not set context
8995 in an image (Bug#6650).
8996
91023c68
CY
89972010-07-17 Chong Yidong <cyd@stupidchicken.com>
8998
8999 * simple.el (select-active-region): New function.
9000 (push-mark-command, set-mark, activate-mark)
9001 (handle-shift-selection): Use it.
9002 (deactivate-mark): Don't check for size of region.
9003
9004 * mouse.el (mouse-drag-track): Use select-active-region.
9005
1c0e8f0e
MA
90062010-07-17 Michael Albinus <michael.albinus@gmx.de>
9007
9008 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
9009 "--dired" stronger.
9010
2490cbbc
CY
90112010-07-17 Chong Yidong <cyd@stupidchicken.com>
9012
9013 * term/x-win.el (x-select-enable-primary): Change default to nil.
9014 (x-select-enable-clipboard): Add :version keyword.
9015
9016 * mouse.el (mouse-drag-copy-region):
9017 * simple.el (select-active-regions): Likewise.
9018
f253ef6a
RS
90192010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
9020
a628ad9d 9021 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
f253ef6a
RS
9022 (vc-coding-system-for-diff): Use it to decide whether to inherit
9023 from the file the EOL format for reading the diffs of that file.
9024 (Bug#4451)
9025
134a027f
EZ
90262010-07-16 Eli Zaretskii <eliz@gnu.org>
9027
9028 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
9029 unibyte, so compressed attachments are not compressed again.
9030
7e4289ad
MA
90312010-07-16 Michael Albinus <michael.albinus@gmx.de>
9032
9033 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
9034 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
9035 (tramp-find-shell): Simplify setting connection property.
9036 (tramp-get-ls-command): Make test for "--color=never" stronger.
9037
7473fff9 90382010-07-15 Simon South <ssouth@member.fsf.org>
2c6a779a
SS
9039
9040 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
9041 blocks within record declarations (i.e. variant parts) correctly.
9042
a11b38ee
SS
90432010-07-15 Simon South <ssouth@member.fsf.org>
9044
9045 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
9046 over literal tokens when parsing so newlines aren't "absorbed" by
9047 single-line comments. Corrects the indentation of case blocks
9048 that have a comment on the first line.
9049
077e0753
KF
90502010-07-14 Karl Fogel <kfogel@red-bean.com>
9051
9052 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
9053 by Drew Adams (Bug#5504).
9054
243881ed
J
90552010-07-14 Jan Djärv <jan.h.d@swipnet.se>
9056
9057 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
dd86ea11 9058 now that Unicode is used (Bug#6594).
243881ed 9059
f9d71b42
CY
90602010-07-14 Chong Yidong <cyd@stupidchicken.com>
9061
9062 * term/x-win.el (x-select-enable-clipboard): Default to t.
9063 (x-initialize-window-system): Don't overwrite Paste menu item.
9064
9065 * simple.el (select-active-regions): Default to t.
9066 (push-mark-command): Don't overwrite primary with empty string.
9067
9068 * mouse.el: Bind mouse-2 to mouse-yank-primary.
9069 (mouse-drag-copy-region): Default to nil.
9070
9071 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
9072 Cut/Copy/Paste menu bar items.
9073
a628ad9d 90742010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8f2eaa8a
TV
9075
9076 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9077 Patch applied by Karl Fogel.
9078
9079 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
9080 and `bookmark-current-buffer' if they have been already set in
9081 another buffer (e.g gnus-art).
9082
e44fa724 90832010-07-13 Karl Fogel <kfogel@red-bean.com>
a628ad9d 9084 Thierry Volpiatto <thierry.volpiatto@gmail.com>
e44fa724
KF
9085
9086 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
9087
9088 * bookmark.el (bookmark-make-record-default): Allow unneeded
9089 information to be omitted from the record.
9090
9091 Adjust declarations and calls:
9092
9093 * info.el (bookmark-make-record-default): Adjust declaration.
9094 (Info-bookmark-make-record): Adjust call.
9095
9096 * woman.el (bookmark-make-record-default): Adjust declaration.
9097 (woman-bookmark-make-record): Adjust call.
9098
9099 * man.el (bookmark-make-record-default): Adjust declaration.
9100 (Man-bookmark-make-record): Adjust call.
9101
9102 * image-mode.el (bookmark-make-record-default): Adjust declaration.
9103
9104 * doc-view.el (bookmark-make-record-default): Adjust declaration.
9105
0c4371fe
KF
91062010-07-13 Karl Fogel <kfogel@red-bean.com>
9107
9108 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
9109 This is also from Thierry Volpiatto's patch in bug #6444. However,
9110 because it was extraneous to the functional change in that patch,
9111 and causes a re-indendation, I am committing it separately.
9112
2bb8db3e 91132010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
068a0233
KF
9114
9115 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
9116 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
2bb8db3e 9117 Patch applied by Karl Fogel (Bug#6444).
068a0233 9118
21bd02a6
CY
91192010-07-13 Chong Yidong <cyd@stupidchicken.com>
9120
9121 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
9122
79cb9c05
AR
91232010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
9124
9125 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
9126 Dempsky; bug#5084). Remove incorrect binding for S-tab.
9127 (ns-alternatives-map): Change S-tab binding to backtab
9128 (bug#6616).
9129
9130 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
9131 under ns.
9132
beb000f9
AS
91332010-07-12 Andreas Schwab <schwab@linux-m68k.org>
9134
dd86ea11
JB
9135 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
9136 (Bug#5806)
e9952282 9137
beb000f9
AS
9138 * language/tv-util.el (tai-viet-re): Remove format.
9139
6f2cdcd1
KH
91402010-07-12 Kenichi Handa <handa@m17n.org>
9141
dd86ea11
JB
9142 * language/hebrew.el: Remove no-byte-compile declaration.
9143 Change coding: tag to utf-8. Register hebrew-shape-gstring in
6f2cdcd1
KH
9144 composition-function-table for 3-character looking back.
9145 (hebrew-font-get-precomposed): New function.
9146 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
9147
f479ef6e
CY
91482010-07-11 Chong Yidong <cyd@stupidchicken.com>
9149
9150 * mouse.el (mouse-drag-track): Handle select-active-regions
9151 (Bug#6612).
9152
3277c1ee
MA
91532010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
9154
9155 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
9156 empty argument to gvfs-copy.
9157
3260caf8
GM
91582010-07-10 Glenn Morris <rgm@gnu.org>
9159
9160 * calendar/calendar.el (calendar-week-end-day): New function.
9161 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
9162 Respect calendar-week-start-day. (Bug#6606)
9163 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
9164 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
9165 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
9166 respect calendar-week-start-day.
9167
c876b263
CY
91682010-07-10 Chong Yidong <cyd@stupidchicken.com>
9169
9170 * simple.el (use-region-p): Doc fix (Bug#6607).
9171
dce34635
AG
91722010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
9173
6a7662bb
BR
9174 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9175 Add regexps for cucumber and ruby.
dce34635 9176
c0397930
DU
91772010-07-08 Daiki Ueno <ueno@unixuser.org>
9178
9179 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
9180 (epa-file-insert-file-contents): Hack to prevent
192cfe77 9181 find-file from opening empty buffer when decryption failed
c0397930
DU
9182 (bug#6568).
9183
fd5539c6
AM
91842010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
9185
a628ad9d
JB
9186 * textmodes/ispell.el (ispell-alternate-dictionary):
9187 Use file-readable-p.
fd5539c6
AM
9188 Return nil if no word-list is found at default locations.
9189 (ispell-complete-word-dict): Default to nil.
9190 (ispell-command-loop): Use 'word-list' when using lookup-words.
9191 (lookup-words): Use ispell-complete-word-dict or
9192 ispell-alternate-dictionary. Check for word-list availability
9193 and handle errors if needed with better messages (Bug#6539).
9194 (ispell-complete-word): Use ispell-complete-word-dict or
9195 ispell-alternate-dictionary.
9196
4565b08e
CS
91972010-07-07 Christoph Scholtes <cschol2112@gmail.com>
9198
9199 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
9200 builtins (BufferError, BytesWarning, WindowsError; callables
9201 bin, bytearray, bytes, format, memoryview, next, print; __package__).
9202
a2c270e7
GM
92032010-07-07 Glenn Morris <rgm@gnu.org>
9204
9205 * play/zone.el (top-level): Do not require timer, tabify, or cl.
9206 (zone-shift-left): Ignore intangibility, and any errors from
9207 forward-char.
9208 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
9209 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
9210 deleting, and copying text properties.
9211 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
9212 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
9213 to point-max is hard.
9214 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
9215 (zone-fill-out-screen): Ignore intangibility.
9216
81133808
CY
92172010-07-05 Chong Yidong <cyd@stupidchicken.com>
9218
4ad11f8c
CY
9219 * menu-bar.el (menu-bar-mode):
9220 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
9221 if it has been set.
9222
81133808
CY
9223 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
9224 word/line selection (Bug#6565).
9225
b24344ca
JB
92262010-07-04 Juanma Barranquero <lekktu@gmail.com>
9227
9228 * net/dbus.el (dbus-send-signal): Declare function.
9229
b1ce08da
MA
92302010-07-04 Michael Albinus <michael.albinus@gmx.de>
9231
9232 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
9233 (dbus-register-property): New optional argument EMITS-SIGNAL.
9234 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
9235
5592c08f
CY
92362010-07-03 Chong Yidong <cyd@stupidchicken.com>
9237
9238 * mouse.el (mouse-drag-overlay): Variable deleted.
9239 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
9240 (mouse--remap-link-click-p): New function.
9241 (mouse-drag-track): Handle dragging by using temporary Transient
9242 Mark mode, instead of a special overlay.
9243 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
9244 mouse-show-mark.
9245
9246 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
9247 deleted.
9248
a6ed0e28
JL
92492010-07-02 Juri Linkov <juri@jurta.org>
9250
9251 * autoinsert.el (auto-insert-alist): Fix readability
9252 by using dotted pair notation for lambda.
9253
c91e692b
JL
92542010-07-02 Juri Linkov <juri@jurta.org>
9255
9256 * faces.el (read-face-name): Rename arg `string-describing-default'
9257 to `default'. Doc fix. Display the default value in quotes
9258 in the prompt. With empty input, return the `default' arg,
9259 unless the default value is a string (in which case return nil).
9260 (describe-face): Replace the string `default' arg of `read-face-name'
9261 with the symbol `default'.
9262
23640f8f
CY
92632010-07-02 Chong Yidong <cyd@stupidchicken.com>
9264
9265 * emulation/viper-cmd.el (viper-delete-backward-char)
9266 (viper-del-backward-char-in-insert)
9267 (viper-del-backward-char-in-replace, viper-change)
9268 (viper-backward-indent): Replace delete-backward-char with
9269 delete-char (Bug#6552).
9270
b32d1614
CY
92712010-07-01 Chong Yidong <cyd@stupidchicken.com>
9272
9273 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
9274
c1ef4455
CY
92752010-06-30 Chong Yidong <cyd@stupidchicken.com>
9276
9277 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
9278 argument passed to frame-creation-function (Bug#5378).
9279
9280 * faces.el (x-handle-named-frame-geometry)
9281 (x-handle-reverse-video, x-create-frame-with-faces)
6a7662bb
BR
9282 (face-set-after-frame-default, tty-create-frame-with-faces):
9283 Don't separately consult default-frame-alist. It is now passed as the
c1ef4455
CY
9284 PARAMETER argument.
9285
55702e89
AS
92862010-06-30 Andreas Schwab <schwab@linux-m68k.org>
9287
9288 * startup.el (command-line): Don't call tool-bar-setup in a
9289 tty-only build.
9290
dc9a226c
CY
92912010-06-30 Chong Yidong <cyd@stupidchicken.com>
9292
9293 * ruler-mode.el (ruler--save-header-line-format): New fun.
9294 (ruler-mode): Use it as a setter function, so as not to overwrite
9295 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
9296
a2f043d3
CY
92972010-06-29 Chong Yidong <cyd@stupidchicken.com>
9298
9299 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
9300 (vc-root-diff, vc-print-root-log, vc-log-incoming)
9301 (vc-log-outgoing): Use it.
9302 (vc-diff-internal): Set diff-vc-backend.
9303
9304 * vc/diff-mode.el (diff-vc-backend): New var.
9305
62d115ef
J
93062010-06-28 Jan Djärv <jan.h.d@swipnet.se>
9307
6a7662bb
BR
9308 * dynamic-setting.el (font-setting-change-default-font):
9309 Remove call to message.
62d115ef 9310
1180f752
KH
93112010-06-28 Kenichi Handa <handa@m17n.org>
9312
9313 * international/quail.el (quail-insert-kbd-layout): Fix the
9314 showing of untranslated characters.
9315
b9229673
CY
93162010-06-28 Chong Yidong <cyd@stupidchicken.com>
9317
9318 * simple.el (delete-active-region): New option.
9319 (delete-backward-char): Implement in Lisp.
9320 (delete-forward-char): New command.
9321
5f9d345c 9322 * mouse.el (mouse-region-delete-keys): Delete.
b9229673
CY
9323 (mouse-show-mark): Simplify.
9324
9325 * bindings.el (global-map): Bind delete and DEL, the former to
9326 delete-forward-char.
9327
a628ad9d 93282010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
2286174e
CY
9329
9330 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
9331 (ruby-mode): Bind indent-line-function (Bug#5119).
9332
3468f435
CY
93332010-06-27 Chong Yidong <cyd@stupidchicken.com>
9334
9335 * startup.el (command-line): Recognize "0" X resource value.
9336
6431f2e6
CY
93372010-06-27 Chong Yidong <cyd@stupidchicken.com>
9338
9339 * startup.el (command-line): Use X resources to set the value of
9340 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
9341
9342 * menu-bar.el (menu-bar-mode):
9343 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
9344 Set init-value to t.
9345
9346 * frame.el (frame-notice-user-settings): Don't change
9347 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
9348 vice versa (Bug#2249).
9349
b61dfbe2
EZ
93502010-06-26 Eli Zaretskii <eliz@gnu.org>
9351
9352 * w32-fns.el (w32-convert-standard-filename): Doc fix.
9353
f5cbf40e
AM
93542010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
9355
a628ad9d
JB
9356 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
9357 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
f5cbf40e 9358
a628ad9d 9359 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
dd86ea11 9360 default directories are expanded (Bug#6143).
f5cbf40e 9361
8f3b8a5f
JL
93622010-06-24 Juri Linkov <juri@jurta.org>
9363
9364 * minibuffer.el (completions-format): Change default from nil to
9365 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
9366
5af72a47
JL
93672010-06-24 Juri Linkov <juri@jurta.org>
9368
9369 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
9370 buffer-locally to lambda that re-runs the vc diff command.
9371 (Bug#6447)
9372
8f804316
CY
93732010-06-24 Chong Yidong <cyd@stupidchicken.com>
9374
9375 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
9376 echo area is in use (Bug#3412).
9377
be19ef0b
GM
93782010-06-22 Glenn Morris <rgm@gnu.org>
9379
6555773f
GM
9380 * textmodes/texinfmt.el (texinfo-format-region)
9381 (texinfo-raise-lower-sections, texinfo-format-separate-node)
9382 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
9383 (texinfo-format-option, texinfo-noindent):
9384 Use line-beginning-position and line-end-position.
9385
be19ef0b
GM
9386 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
9387 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
9388 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
9389 utf-8 characters.
9390
7f0b7b3e
KF
93912010-06-21 Karl Fogel <kfogel@red-bean.com>
9392
49554388
GM
9393 * play/zone.el (zone-fall-through-ws): Fix next-line ->
9394 forward-line fallout.
9395
e8579ebc
CY
93962010-07-06 Chong Yidong <cyd@stupidchicken.com>
9397
9398 * mouse.el (mouse-appearance-menu): Add docstring.
9399
9400 * help.el (describe-key): Print up-event using key-description.
9401
5d1cd8bd
MA
94022010-07-03 Michael Albinus <michael.albinus@gmx.de>
9403
9404 * net/zeroconf.el (zeroconf-resolve-service)
95b6d681 9405 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
5d1cd8bd
MA
9406 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
9407
112dbc0e
MA
94082010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
9409
9410 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
9411
d0cb23ca
DN
94122010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
9413
9414 Avoid displaying files with a nil state in vc-dir.
a628ad9d 9415 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
d0cb23ca
DN
9416 cases that cause insertion.
9417 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
9418 with a nil state.
9419
01b229d1
CY
94202010-06-30 Chong Yidong <cyd@stupidchicken.com>
9421
9422 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
9423
8bf1c786 94242010-06-29 Leo <sdl.web@gmail.com>
a354ac6a
LL
9425
9426 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
9427
dfc6544c
CY
94282010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9429
9430 * generic-x.el (bat-generic-mode): Fix regexp for command line
9431 switches (Bug#5719).
9432
b7d4de51
CY
94332010-06-27 Masatake YAMATO <yamato@redhat.com>
9434
dfc6544c
CY
9435 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
9436 of nconc to avoid pure storage error (Bug#6239).
b7d4de51 9437
53cfe624 94382010-06-27 Christoph Scholtes <cschol2112@googlemail.com>
3726248f 9439
8bf1c786 9440 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3726248f
CY
9441 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
9442 bindings of bookmark-automatically-show-annotations (Bug#6515).
9443
aca54191
EZ
94442010-06-25 Eli Zaretskii <eliz@gnu.org>
9445
9446 * arc-mode.el (archive-zip-extract): Don't quote the file name on
9447 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
9448
2330fa87
ŠN
94492010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
9450
9451 * comint.el (make-comint, make-comint-in-buffer): Mention return
9452 value in the docstrings. (Bug#6498)
9453
29115ca9
YR
94542010-06-24 Yoni Rabkin <yoni@rabkins.net>
9455
9456 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
9457 since it is not present when using some non-default switches.
9458
2c79f053
KF
94592010-06-23 Karl Fogel <kfogel@red-bean.com>
9460
7f0b7b3e
KF
9461 * simple.el (compose-mail): Fix doc string to refer to
9462 `compose-mail-user-agent-warnings', instead of to the
9463 nonexistent `compose-mail-check-user-agent'.
9464
43a91810
AM
94652010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
9466
9467 Fix an indentation bug:
9468
9469 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
9470 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
9471 of existing values.
9472
9473 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
9474 (c-clear->-pair-props-if-match-before): now return t when they've
9475 cleared properties, nil otherwise.
9476 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
9477 by taking account of the existing value.
9478
9479 * progmodes/cc-defs.el
9480 (c-clear-char-property-with-value-function): Fix this to clear the
9481 property rather than overwriting it with nil.
9482
8adb4c33
CY
94832010-06-20 Chong Yidong <cyd@stupidchicken.com>
9484
9485 * emacs-lisp/package.el (package-print-package): Add link to
9486 package description via describe-package.
9487 (describe-package-1): List package requirements. Add button to
9488 perform installation.
9489 (package-menu-describe-package): New command.
9490
9491 * help-mode.el (help-package): New button type.
9492
cced7584
CY
94932010-06-19 Chong Yidong <cyd@stupidchicken.com>
9494
9495 * emacs-lisp/package.el: Move package-list-packages binding to
9496 menu-bar.el.
9497 (describe-package, describe-package-1, package--dir): New funs.
9498 (package-activate-1): Use package--dir.
9499
9500 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
9501
9502 * help-mode.el (help-package-def): New button type.
9503
9504 * menu-bar.el: Move package-list-packages binding here from
9505 package.el.
9506
d148e8f9
GH
95072010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
9508
9509 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
9510
b1a03ef6
SM
95112010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9512
9513 * emacs-lisp/edebug.el (edebug-read-list):
9514 Phase out old-style backquotes.
9515
dbd6da78
JL
95162010-06-17 Juri Linkov <juri@jurta.org>
9517
9518 * help-mode.el (help-mode): Set buffer-local variable
9519 revert-buffer-function to help-mode-revert-buffer.
9520 (help-mode-revert-buffer): New function.
9521
9522 * info.el (Info-revert-find-node): Check for major-mode Info-mode
9523 before popping to "*info*" (like in other Info functions).
9524 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
9525 old-history-forward. Pop to old-buffer-name or "*info*" to
9526 recreate the killed buffer. Set Info-history-forward from
9527 old-history-forward.
9528 (Info-breadcrumbs-depth): Add :group and :version.
9529
64eba874
DN
95302010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
9531
9532 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
9533
26508c03
AM
95342010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
9535
a628ad9d
JB
9536 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
9537 for languages like Portuguese with pt_{BR,PT} and no plain pt.
26508c03 9538
69582fcd
JB
95392010-06-17 Juanma Barranquero <lekktu@gmail.com>
9540
54ea2a0d
JB
9541 * emacs-lisp/package.el (package-menu-mode-map):
9542 Move initialization into declaration.
9543
69582fcd
JB
9544 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
9545
44198b6e
CY
95462010-06-17 Chong Yidong <cyd@stupidchicken.com>
9547
9548 * emacs-lisp/package.el (package-archive-base): Point to
9549 elpa.gnu.org.
9550 (package-enable, package-load-list): New defcustoms.
9551 (package-user-dir, package-directory-list): Turn into defcustoms.
9552 Don't include package-user-dir in package-directory-list.
9553 (package--builtins-base): Don't include Emacs as a "package".
9554 (package-subdirectory-regexp): New var.
9555 (package-load-all-descriptors, package-compute-transaction)
9556 (package-download-transaction): Obey package-load-list.
9557 (package-activate-1): Rename from package-do-activate.
9558 (package-list-packages-internal): Check package-load-list.
9559 (package-load-descriptor, package-generate-autoloads)
9560 (package-unpack, package-unpack-single)
6a7662bb
BR
9561 (package--read-archive-file, package-delete):
9562 Use expand-file-name.
44198b6e
CY
9563
9564 * emacs-lisp/package-x.el: New file. Package uploading
9565 functionality split out from package.el.
9566
95b6d681 9567 * startup.el (command-line): Load packages after reading init file.
44198b6e
CY
9568
95692010-06-17 Tom Tromey <tromey@redhat.com>
9570
9571 * emacs-lisp/package.el: New file.
9572
50d76a9f
DN
95732010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9574
9575 Fix vc-annotate for renamed files when using Git.
76e3243a 9576 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
50d76a9f
DN
9577 ls-files. Doe not pass the object as a file name to cat-file, it
9578 is not a file name.
9579 (vc-git-annotate-command): Pass the file name using -- to avoid
9580 ambiguity with the revision.
9581 (vc-git-previous-revision): Pass a relative file name.
9582
6095a05b
GM
95832010-06-22 Glenn Morris <rgm@gnu.org>
9584
943375a6
GM
9585 * progmodes/js.el (js-mode-map): Use standard capitalization and
9586 ellipses for menu entries.
9587
6095a05b
GM
9588 * wid-edit.el (widget-complete): Doc fix.
9589
4514199e
JH
95902010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
9591
9592 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
9593
c4786d60
DN
95942010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9595
11c46b39 9596 Fix annotating other revisions for renamed files in vc-annotate.
76e3243a 9597 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
11c46b39 9598 VC backend. Use it when non-nil.
a628ad9d 9599 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
07976ae3 9600 (Bug#6487).
11c46b39 9601
c4786d60 9602 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
76e3243a 9603 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
c4786d60
DN
9604 Do not pass the file name to the 'previous-revision call when we
9605 don't want a file diff. (Bug#6489)
9606
04ec0963
DN
96072010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9608
11c46b39 9609 Fix finding revisions for renamed files in vc-annotate.
76e3243a 9610 * vc/vc.el (vc-find-revision): Add an optional argument for
04ec0963 9611 the VC backend. Use it when non-nil.
76e3243a 9612 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
04ec0963
DN
9613 backend to vc-find-revision. (Bug#6487)
9614
c036381c
DN
96152010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9616
9617 Fix reading file names in Git annotate buffers.
95b6d681
JB
9618 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
9619 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
c036381c 9620
05c123e6
AM
96212010-06-20 Alan Mackenzie <acm@muc.de>
9622
9623 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
9624 in file local variables, set it first.
9625
4111f0c7
GM
96262010-06-19 Glenn Morris <rgm@gnu.org>
9627
74739ffd
GM
9628 * descr-text.el (describe-char-unicode-data): Insert separating
9629 space when needed. (Bug#6422)
9630
4111f0c7
GM
9631 * progmodes/idlwave.el (idlwave-action-and-binding):
9632 Fix typo in 2009-12-03 change. (Bug#6450)
9633
e20f0421
SM
96342010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9635
9636 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
9637 handling for `lambda' (misunderstanding).
9638
fb3e306a
JB
96392010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
9640
dd86ea11 9641 * calc/calc-poly.el (math-accum-factors): Make sure that
fb3e306a
JB
9642 constants aren't distributed after they are factored out.
9643
e020fb59
JL
96442010-06-16 Juri Linkov <juri@jurta.org>
9645
9646 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
9647 `list-colors-print'. (Bug#6332)
9648
b8add347
SM
9649 * subr.el (read-quoted-char): Fix up last change (bug#6290).
9650
36901266
SM
96512010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9652
49b2e83d
SM
9653 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
9654 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
9655
36901266
SM
9656 * font-lock.el (font-lock-major-mode): Rename from
9657 font-lock-mode-major-mode to distinguish it from
9658 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
9659 (font-lock-set-defaults):
9660 * font-core.el (font-lock-default-function): Adjust users.
9661 (font-lock-mode): Don't set it at all.
9662
2a64315a 96632010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
12755d08 9664
76e3243a 9665 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
12755d08 9666
2a64315a 96672010-06-16 Glenn Morris <rgm@gnu.org>
d7cd4abb
GM
9668
9669 * calendar/appt.el (appt-time-msg-list): Doc fix.
9670 (appt-check): Let-bind appt-warn-time.
9671 (appt-add): Make the 3rd argument optional.
9672 Simplify argument names. Doc fix. Check for integer WARNTIME.
9673 Only add WARNTIME to the output list if non-nil.
9674
2a64315a 96752010-06-16 Ivan Kanis <apple@kanis.eu>
a675c749
IK
9676
9677 * calendar/appt.el (appt-check): Let the 3rd element of
9678 appt-time-msg-list specify the warning time.
9679 (appt-add): Add new argument with the warning time. (Bug#5176)
9680
6a7662bb 96812010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
a9de35fe 9682
76e3243a 9683 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
a9de35fe
BR
9684 older than version 1.6. (Bug#6361)
9685
2a64315a 96862010-06-16 Helmut Eller <eller.helmut@gmail.com>
37a7e764
HE
9687
9688 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
9689 used by cl-do-arglist. (Bug#6408)
9690
30d7ac37
AM
96912010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
9692
6a7662bb
BR
9693 * textmodes/ispell.el (ispell-dictionary-base-alist):
9694 Fix portuguese casechars/not-casechars for missing 'çÇ'.
30d7ac37
AM
9695 Suggested by Rolando Pereira (bug#6434).
9696
8fd02581
JB
96972010-06-15 Juanma Barranquero <lekktu@gmail.com>
9698
9699 * facemenu.el (list-colors-sort): Doc fix.
9700
6a7662bb 97012010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
b15922cc
BR
9702
9703 * progmodes/sql.el (sql-connect-mysql): Fix typo.
9704
f0bf7c8e
JL
97052010-06-14 Juri Linkov <juri@jurta.org>
9706
9707 Add sort option `list-colors-sort'. (Bug#6332)
9708 * facemenu.el (color-rgb-to-hsv): New function.
9709 (list-colors-sort): New defcustom.
9710 (list-colors-sort-key): New function.
9711 (list-colors-display): Doc fix. Sort list according to the option
9712 `list-colors-sort'.
9713 (list-colors-print): Add HSV values to `help-echo' property of
9714 RGB strings.
9715
c42fe9a5
JL
97162010-06-14 Juri Linkov <juri@jurta.org>
9717
9718 * compare-w.el: Move to the "vc" subdirectory.
9719
b263a4c4
SM
97202010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9721
d8b0cddd
SM
9722 * image-mode.el (image-mode-map): Remap left-char and right-char.
9723
b263a4c4
SM
9724 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
9725
89877f5f
CY
97262010-06-12 Chong Yidong <cyd@stupidchicken.com>
9727
133a8d82
CY
9728 * term/common-win.el (x-colors): Add all the color names defined
9729 in rgb.txt (Bug#6332).
9730
89877f5f
CY
9731 * facemenu.el (list-colors-print): Don't print extra names if it
9732 will overflow the window width.
9733
9734 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
133a8d82 9735 change (Bug#6343).
89877f5f 9736
9d1f18b5
EZ
97372010-06-12 Eli Zaretskii <eliz@gnu.org>
9738
9739 * files.el (make-directory): Doc fix (bug#6396).
9740
b81a0b56
MA
97412010-06-12 Michael Albinus <michael.albinus@gmx.de>
9742
9743 * net/tramp.el (tramp-remote-process-environment): Protect version
9744 string by apostroph.
9745 (tramp-shell-prompt-pattern): Do not use a shy group in case of
9746 XEmacs.
9747 (tramp-file-name-for-operation): Add `call-process-region'.
9748 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
9749
9750 * net/tramp-compat.el (top): Do not autoload
9751 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
9752 only when `start-file-process' is not bound.
9753 (tramp-advice-file-expand-wildcards): Do not use
9754 `tramp-handle-file-remote-p'.
9755 (tramp-compat-make-temp-file): Handle the case, that
9756 `make-temp-file' has no third argument EXTENSION.
9757
69f18acc
JB
97582010-06-11 Juanma Barranquero <lekktu@gmail.com>
9759
5fee75d4
JB
9760 * makefile.w32-in (WINS_BASIC): Include new directory vc.
9761
69f18acc
JB
9762 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
9763
9766adfb
JL
97642010-06-11 Juri Linkov <juri@jurta.org>
9765
9766 * finder.el (finder-known-keywords): Add keyword "vc"
9767 for version control.
9768
9769 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
9770 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
9771 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
9772 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
9773
56b2854f
JL
97742010-06-11 Juri Linkov <juri@jurta.org>
9775
9776 Move version control related files to the "vc" subdirectory.
9777 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
9778 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
9779 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
9780 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
9781 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
9782 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
9783 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
9784 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
9785 Move files to the "vc" subdirectory.
9786
6534e58a
CY
97872010-06-11 Chong Yidong <cyd@stupidchicken.com>
9788
9789 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
9790 (Bug#6367).
9791
84d9562f
SE
97922010-06-11 Stephen Eglen <stephen@gnu.org>
9793
9794 * shell.el: Bind `shell-resync-dirs' to M-RET.
9795
3ef0a6a5
MA
97962010-06-10 Michael Albinus <michael.albinus@gmx.de>
9797
9798 * notifications.el: Move file from lisp/net, because it is
9799 supposed to talk locally to the user.
9800
fa4003da
MA
98012010-06-10 Julien Danjou <julien@danjou.info>
9802
9803 * net/notifications.el (notifications-on-action-signal)
9804 (notifications-on-closed-signal): Pass notification id as first
b81a0b56 9805 argument to the callback functions. Add docstrings.
fa4003da
MA
9806 (notifications-notify): Fix docstring.
9807
46e6650e
GM
98082010-06-10 Glenn Morris <rgm@gnu.org>
9809
9810 * emacs-lisp/authors.el (authors-ignored-files)
9811 (authors-valid-file-names): Add some files.
9812
a71832f7
SM
98132010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9814
9815 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
9816 merge conflict, giving preference to the emacs-23 version of the code.
9817
8c6eab5a
SM
98182010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9819
989bc97f
SM
9820 * emacs-lisp/advice.el (ad-compile-function):
9821 Define warning-suppress-types before we let-bind it (bug#6275).
9822
8c6eab5a
SM
9823 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
9824 declare it, make it buffer-local and permanent-local (bug#6324).
9825 (vc-resynch-window): Adjust name.
9826 * vc-hooks.el (vc-find-file-hook): Adjust name.
9827
890a18d6
MA
98282010-06-09 Michael Albinus <michael.albinus@gmx.de>
9829
9830 * net/notifications.el (notifications-notify): Fix docstring.
9831
bf3e70eb
JB
98322010-06-09 Juanma Barranquero <lekktu@gmail.com>
9833
9834 Update to Unicode 6.0.0 beta.
9835 * international/charprop.el: Update copyright.
9836 * international/mule-cmds.el (ucs-names): Update character ranges.
9837 * international/uni-bidi.el:
9838 * international/uni-category.el:
9839 * international/uni-combining.el:
9840 * international/uni-comment.el:
9841 * international/uni-decimal.el:
9842 * international/uni-decomposition.el:
9843 * international/uni-digit.el:
9844 * international/uni-lowercase.el:
9845 * international/uni-mirrored.el:
9846 * international/uni-name.el:
9847 * international/uni-numeric.el:
9848 * international/uni-old-name.el:
9849 * international/uni-titlecase.el:
9850 * international/uni-uppercase.el: Regenerate.
9851
b978141d
JB
98522010-06-09 Juanma Barranquero <lekktu@gmail.com>
9853
ee8359ba
JB
9854 * emacs-lisp/smie.el (comment-string-strip): Declare function.
9855 (smie-precs-precedence-table): Fix typo in docstring.
9856
f64ab8fb
JB
9857 * vc-mtn.el (log-edit-extract-headers): Declare function.
9858
883ffa8c
JB
9859 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
9860
b978141d
JB
9861 * net/notifications.el (dbus-register-signal): Declare function.
9862 (notifications-notify): Fix typos and reflow docstring.
9863
5f4f2ae4
DN
98642010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
9865
9866 Improve VC create/retrieve tag/branch.
9867 * vc.el (vc-create-tag): Do not read the directory name for VCs
9868 with repository revision granularity. Adjust the tag/branch
9869 prompt. Reset VC properties.
9870 (vc-retrieve-tag): Do not read the directory name for VCs
9871 with repository revision granularity. Reset VC properties.
9872
41a86354
MA
98732010-06-09 Julien Danjou <julien@danjou.info>
9874
ef33fd34 9875 * net/notifications.el: New file.
41a86354 9876
fab43c76
DN
98772010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
9878
00fd1147
DN
9879 Add optional support for resetting VC properties.
9880 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
9881 call vc-file-clearprops when true.
9882 (vc-resynch-buffer): Add new optional argument, pass it down.
9883 (vc-resynch-buffers-in-directory): Likewise.
9884
fab43c76
DN
9885 Improve support for special markup in the VC commit message.
9886 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
9887 * vc-hg.el (vc-hg-checkin): Add support for Date:.
9888 * vc-git.el (vc-git-checkin):
9889 * vc-bzr.el (vc-bzr-checkin): Likewise.
9890
e7d67e73
SM
98912010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9892
9893 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
9894 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
9895
277e6741
MP
98962010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
9897
9898 * iimage.el: Remove images as soon as the underlying text is modified.
9899 (iimage-modification-hook): New function.
9900 (iimage-mode-buffer): Use it.
9901
83156c18
SM
99022010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9903
9904 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
9905 smie-indent-offset-after. Add :prev case. Make a bit more generic.
9906 (smie-indent-virtual): Remove `virtual' arg. Update callers.
9907 (smie-indent-keyword): Add handling of open-paren keywords.
9908 (smie-indent-comment-continue): Don't assume comment-continue.
9909
13b5221f
MR
99102010-06-07 Martin Rudalics <rudalics@gmx.at>
9911
9912 * window.el (pop-to-buffer): Remove the conditional that
9913 compares new-window and old-window, so it will reselect
9914 the selected window unconditionally.
9915 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
9916
c2ea5810
SM
99172010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9918
9919 * emacs-lisp/smie.el (smie-indent-offset-after)
9920 (smie-indent-forward-token, smie-indent-backward-token): New functions.
9921 (smie-indent-after-keyword): Use them.
9922 (smie-indent-fixindent): Only applies to the indentation of the BOL.
9923 (smie-indent-keyword): Tweak the black magic.
9924 (smie-indent-comment-continue): Strip comment-continue before use.
9925 (smie-indent-functions): Indent comments before keywords.
9926
27dd3c11
JL
99272010-06-06 Juri Linkov <juri@jurta.org>
9928
9929 * isearch.el (isearch-lazy-highlight-search): Fix looping
9930 by checking for empty match. This syncs this loop with the
9931 similar loop in `isearch-search'. (Bug#6362)
9932
35b148ee
JB
99332010-06-05 Juanma Barranquero <lekktu@gmail.com>
9934
9935 * net/dbus.el (dbus-register-method): Declare function.
9936 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
9937 (dbus-introspect): Doc fix.
9938 (dbus-event-bus-name, dbus-introspect-get-interface)
9939 (dbus-introspect-get-argument): Reflow docstrings.
9940
eccdfe5f
DN
99412010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
9942
9943 vc-log-incoming/vc-log-outgoing fixes for Git.
9944 * vc-git.el (vc-git-log-view-mode): Fix font lock for
9945 incoming/outgoing logs.
9946 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
9947 instead of vc-git-compute-remote.
9948 (vc-git-compute-remote): Remove.
9949
86253dc0
CY
99502010-06-04 Chong Yidong <cyd@stupidchicken.com>
9951
9952 * term/common-win.el (x-colors): Add "dark green" and "dark
9953 turquoise" (Bug#6332).
9954
0665f661
JL
99552010-06-04 Juri Linkov <juri@jurta.org>
9956
9957 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
9958 Instead of setting `replace' to t and replacing the same string
9959 with itself, don't do certain actions when
9960 kill-do-not-save-duplicates is non-nil and string is equal to car
9961 of kill-ring: don't call menu-bar-update-yank-menu, don't push
9962 interprogram-paste strings to kill-ring, and don't push the input
9963 argument `string' to kill-ring.
9964 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
9965
087fc47a
JB
99662010-06-04 Juanma Barranquero <lekktu@gmail.com>
9967
9968 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
9969
4f201088
MA
99702010-06-04 Michael Albinus <michael.albinus@gmx.de>
9971
9972 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
9973 (tramp-gvfs-handler-mounted-unmounted)
9974 (tramp-gvfs-connection-mounted-p): Handle default-location.
9975
9976 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
9977 move files to trash.
9978
18ccd78a
JB
99792010-06-04 Juanma Barranquero <lekktu@gmail.com>
9980
9981 * international/mule-cmds.el (nonascii-insert-offset)
9982 (nonascii-translation-table): Add obsolescence information.
9983
9984 * international/mule.el (make-translation-table-from-vector): Doc fix.
9985
3845c322
GM
99862010-06-03 Glenn Morris <rgm@gnu.org>
9987
9988 * desktop.el (desktop-clear-preserve-buffers):
9989 Add "*Warnings*" buffer. (Bug#6336)
9990
54d3626e
DN
99912010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
9992
6941ffec
DN
9993 vc-log-incoming/vc-log-outgoing improvements for Git.
9994 * vc-git.el (vc-git-log-outgoing): Use the same format as the
9995 short log.
9996 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
9997
54d3626e
DN
9998 Add bindings for vc-log-incoming and vc-log-outgoing.
9999 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
10000 and vc-log-outgoing.
10001 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
10002 and vc-log-outgoing.
10003
aa1bc616
CY
100042010-06-03 Chong Yidong <cyd@stupidchicken.com>
10005
10006 * net/rcirc.el (rcirc-sort-nicknames): Remove.
10007 (rcirc-handler-366): Always sort nicknames.
10008
e2d2a205
JB
100092010-06-03 Juanma Barranquero <lekktu@gmail.com>
10010
10011 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
10012
44ea155d
CY
100132010-06-03 Chong Yidong <cyd@stupidchicken.com>
10014
a628ad9d 10015 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
44ea155d 10016
a91dedc4
SM
100172010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10018
10019 * net/rcirc.el (rcirc-sort-nicknames): Change default.
10020 (rcirc-sort-nicknames-join): Avoid setq.
10021
c62bf05a
DD
100222010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
10023
10024 * net/rcirc.el (rcirc-sort-nicknames): New custom.
10025 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
10026 (rcirc-handler-366): Use them.
10027
dd2c3c92
SM
100282010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10029
10030 Split smie-indent-calculate into more manageable chunks.
10031 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
10032 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
10033 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
10034 (smie-indent-exps): Extract from smie-indent-calculate.
10035 (smie-indent-functions): New var.
10036 (smie-indent-functions): Use them.
10037
927c346b
SM
100382010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10039
10040 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
10041 (smie-indent-calculate): Simplify and cleanup.
10042
1efeec86
MA
100432010-06-02 Michael Albinus <michael.albinus@gmx.de>
10044
10045 * net/tramp-gvfs.el (top): Require url-util.
927c346b
SM
10046 (tramp-gvfs-mount-point): Remove.
10047 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
10048 New defuns.
1efeec86
MA
10049 (with-tramp-dbus-call-method): Format trace message.
10050 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
927c346b
SM
10051 Implement backup call, when operation on local files fails.
10052 Use progress reporter. Flush properties of changed files.
1efeec86
MA
10053 (tramp-gvfs-handle-make-directory): Make more traces.
10054 (tramp-gvfs-url-file-name): Hexify file name in url.
10055 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
10056 into account for the resulting file name.
10057 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
10058 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
10059 (tramp-gvfs-handler-mounted-unmounted)
10060 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
10061 attribute "default_location". Set "prefix" property.
10062 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
10063 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
10064 exists. Raise an error, if not (due to a corresponding answer
10065 "no" in interactive questions, for example).
10066
89877f5f 100672010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
9cac248c
DN
10068
10069 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
10070
24f574a9
JB
100712010-06-01 Juanma Barranquero <lekktu@gmail.com>
10072
10073 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
10074 right-*. (Bug#6265)
10075
290736f2
DN
100762010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
10077
61158bfa
DN
10078 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
10079 * vc-git.el (vc-git-compute-remote): New function.
10080 (vc-git-log-outgoing): Use it instead of hard coding a value.
10081 (vc-git-log-incoming): New function.
10082
5828f6ca
DN
10083 Improve state updating for VC tag commands.
10084 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
10085 to update the state of all buffers in the directory.
10086
290736f2
DN
10087 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
10088
feceda26
SM
100892010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10090
10091 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
10092 `file-directory-p' to the filename part rather than to the whole text.
10093
896114cf
SM
100942010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10095
10096 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
10097
1603358c
DA
100982010-05-31 Drew Adams <drew.adams@oracle.com>
10099
10100 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
10101
fe40dc63
JB
101022010-05-31 Juanma Barranquero <lekktu@gmail.com>
10103
10104 * subr.el (momentary-string-display): Just use read-event to read
10105 the exit event (Bug#6238).
10106
9e8014c6
EZ
101072010-05-30 Eli Zaretskii <eliz@gnu.org>
10108
10109 * international/mule.el (define-coding-system): Doc fix (bug#6313).
10110
61a08071
JB
101112010-05-30 Juanma Barranquero <lekktu@gmail.com>
10112
10113 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
10114 Suggested by Eli Zaretskii <eliz@gnu.org>.
10115
5feec8ca
SM
101162010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10117
10118 * minibuffer.el (completion-file-name-table): Don't return a boundary
10119 past the end of `string' (bug#6299).
10120 (completion--file-name-table): Delegate to completion-file-name-table
10121 for the `boundaries' case.
10122
8175cb90
JB
101232010-05-30 Juanma Barranquero <lekktu@gmail.com>
10124
2b94133f
JB
10125 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
10126 movement commands.
10127
8175cb90
JB
10128 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
10129 `path-separator', but maintain compatibility with Emacs 20.2.
10130
0191e222
CY
101312010-05-29 Chong Yidong <cyd@stupidchicken.com>
10132
10133 * server.el (server-process-filter): Receive parent-id argument
10134 from emacsclient.
10135 (server-create-window-system-frame): New arg. Pass parent-id as
10136 frame parameter.
10137
9b655a0a
EZ
101382010-05-29 Eli Zaretskii <eliz@gnu.org>
10139
db5dce9d
EZ
10140 Bidi-sensitive word movement with arrow keys.
10141 * subr.el (right-arrow-command, left-arrow-command): Move to
10142 bindings.el.
10143
10144 * bindings.el (right-char, left-char): Move from subr.el and
10145 rename from right-arrow-command and left-arrow-command.
10146 (right-word, left-word): New functions.
10147 (global-map) <right>: Bind to right-char.
10148 (global-map) <left>: Bind to left-char.
10149 (global-map) <C-right>: Bind to right-word.
10150 (global-map) <C-left>: Bind to left-word.
10151
9b655a0a
EZ
10152 * ls-lisp.el (ls-lisp-classify-file): New function.
10153 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
10154 (ls-lisp-classify): Call ls-lisp-classify-file.
10155 (insert-directory): Remove blanks from switches.
10156
fcb52808
CY
101572010-05-29 Chong Yidong <cyd@stupidchicken.com>
10158
10159 * ansi-color.el: Delete unused escape sequences (Bug#6085).
10160 (ansi-color-drop-regexp): New constant.
10161 (ansi-color-apply, ansi-color-filter-region)
896114cf 10162 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
10163 (ansi-color-apply): Build string list before calling concat.
10164
0040735a
JL
101652010-05-28 Juri Linkov <juri@jurta.org>
10166
10167 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
10168 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
10169 (Bug#5270)
10170
b6827fff
MA
101712010-05-28 Michael Albinus <michael.albinus@gmx.de>
10172
10173 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
10174 to ignored backtrace functions.
10175 (with-progress-reporter): Expand docstring.
10176 (tramp-handle-delete-file): Implement TRASH argument.
10177 (tramp-get-remote-trash): New defun.
10178
eba082a2
MA
101792010-05-28 Michael Albinus <michael.albinus@gmx.de>
10180
6a7662bb
BR
10181 * net/tramp-compat.el (tramp-compat-delete-file):
10182 Use `symbol-value' for backward compatibility.
eba082a2
MA
10183
10184 * net/tramp.el (tramp-handle-make-symbolic-link)
10185 (tramp-handle-load)
10186 (tramp-do-copy-or-rename-file-via-buffer)
10187 (tramp-do-copy-or-rename-file-directly)
10188 (tramp-do-copy-or-rename-file-out-of-band)
10189 (tramp-handle-process-file, tramp-handle-call-process-region)
10190 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10191 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10192 (tramp-delete-temp-file-function): Use `delete-file' instead
10193 of `tramp-compat-delete-file'.
10194
10195 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10196 (tramp-fish-handle-make-symbolic-link)
10197 (tramp-fish-handle-process-file): Use `delete-file' instead
10198 of `tramp-compat-delete-file'.
10199
6a7662bb
BR
10200 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10201 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2 10202
0dc3e410
MA
10203 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Use
10204 `delete-file' instead of `tramp-compat-delete-file'.
eba082a2 10205
6a7662bb
BR
10206 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
10207 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2
MA
10208
10209 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10210 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10211 (tramp-smb-handle-write-region): Use `delete-file' instead of
10212 `tramp-compat-delete-file'.
10213 (tramp-smb-handle-delete-directory): Use 'trash as arg.
10214
f1a5d776
CY
102152010-05-27 Chong Yidong <cyd@stupidchicken.com>
10216
10217 * dired.el (dired-delete-file): New arg TRASH.
c4ce1145 10218 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
f1a5d776
CY
10219 (dired-do-flagged-delete, dired-do-delete): Use trash.
10220
10221 * speedbar.el (speedbar-item-delete): Allow trashing.
10222
10223 * files.el (delete-directory): New arg TRASH.
10224
10225 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
10226 (ange-ftp-rename-remote-to-remote)
10227 (ange-ftp-rename-local-to-remote)
10228 (ange-ftp-rename-remote-to-local, ange-ftp-load)
10229 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
10230 `delete-file'.
10231 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
10232 allow trashing.
10233
10234 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
10235 handle new TRASH arg of `delete-file'.
10236
c4ce1145 10237 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
f1a5d776
CY
10238 (tramp-handle-make-symbolic-link, tramp-handle-load)
10239 (tramp-do-copy-or-rename-file-via-buffer)
10240 (tramp-do-copy-or-rename-file-directly)
10241 (tramp-do-copy-or-rename-file-out-of-band)
10242 (tramp-handle-process-file, tramp-handle-call-process-region)
10243 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10244 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10245 (tramp-delete-temp-file-function): Use null TRASH arg in
10246 tramp-compat-delete-file call.
10247
10248 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10249 (tramp-fish-handle-delete-file)
10250 (tramp-fish-handle-make-symbolic-link)
10251 (tramp-fish-handle-process-file): Use null TRASH arg in
10252 `tramp-compat-delete-file' call.
10253
10254 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
10255 arg in `tramp-compat-delete-file' call.
10256
10257 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
10258 (tramp-gvfs-handle-write-region): Use null TRASH arg in
10259 `tramp-compat-delete-file' call.
10260
10261 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
10262 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
10263 `tramp-compat-delete-file' call.
10264
10265 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10266 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10267 (tramp-smb-handle-write-region): Use null TRASH arg in
10268 tramp-compat-delete-file call.
10269 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
10270 (tramp-smb-handle-delete-file): Rename arg.
10271
10272 * diff.el (diff-sentinel):
10273 * epg.el (epg--make-temp-file, epg-decrypt-string)
10274 (epg-verify-string, epg-sign-string, epg-encrypt-string):
10275 * jka-compr.el (jka-compr-partial-uncompress)
10276 (jka-compr-call-process, jka-compr-write-region):
10277 * server.el (server-sentinel): Remove optional arg from
10278 delete-file, reverting 2010-05-03 change.
10279
ecb0ab90
CY
102802010-05-27 Chong Yidong <cyd@stupidchicken.com>
10281
6a7662bb
BR
10282 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10283 Use font-lock-constant-face, not obsolete font-lock-reference-face.
ecb0ab90 10284
2b25da45
KH
102852010-05-27 Kenichi Handa <handa@m17n.org>
10286
10287 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
10288 element of GSTRING is nil.
10289
11e4d8c0
SM
102902010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10291
10292 * emacs-lisp/smie.el (smie-forward-token-function)
10293 (smie-backward-token-function): New vars.
10294 (smie-backward-sexp, smie-forward-sexp)
10295 (smie-indent-hanging-p, smie-indent-calculate): Use them.
10296 (smie-default-backward-token): Rename from smie-backward-token and
10297 skip comments.
10298 (smie-default-forward-token): Rename from smie-forward-token and
10299 skip comments.
10300 (smie-next-sexp): Handle nil results from next-token.
10301 (smie-indent-calculate): Add a new case for special `fixindent' comments.
10302
4da3541b
CY
103032010-05-27 Chong Yidong <cyd@stupidchicken.com>
10304
896114cf
SM
10305 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10306 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
10307
103082010-05-27 Masatake YAMATO <yamato@redhat.com>
10309
10310 * htmlfontify.el (hfy-face-resolve-face): New function.
10311 (hfy-face-to-style): Use it (Bug#6279).
10312
6dc439cb
SM
103132010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10314
10315 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
10316 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
10317
021eb8d7
GM
103182010-05-26 Glenn Morris <rgm@gnu.org>
10319
10320 * emulation/edt.el (edt-load-keys): Use locate-library.
10321
bef4957b
CY
103222010-05-25 Chong Yidong <cyd@stupidchicken.com>
10323
10324 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
10325 (log-edit-changelog-entries): Doc fix.
6dc439cb
SM
10326 (log-edit-changelog-insert-entries): Args changed.
10327 Rename relative filenames in ChangeLog entries. Delete tabs.
bef4957b
CY
10328 (log-edit-insert-changelog-entries): Reorganize return value of
10329 `log-edit-changelog-entries' to pass filenames to
10330 log-edit-changelog-insert-entries.
10331
84fb0956
TV
103322010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10333
10334 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
10335 `image-dired-dired-insert-marked-thumbs' to
10336 `image-dired-dired-toggle-marked-thumbs'.
10337
10338 * image-dired.el: Require cl when compiling.
10339 (image-dired-dired-toggle-marked-thumbs): Rename from
10340 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
10341 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
10342 to 'no-dir. Skip files whose names don't match
10343 `image-file-name-regexp'. When file has a thumbnail overlay,
10344 delete it. (Bug#5270)
10345
0fb1193d
JL
103462010-05-25 Juri Linkov <juri@jurta.org>
10347
10348 * image-mode.el (image-mode): Add image-after-revert-hook to
10349 after-revert-hook.
10350 (image-after-revert-hook): New function. (Bug#5669)
10351
fc937924
JL
103522010-05-25 Juri Linkov <juri@jurta.org>
10353
10354 * image.el (image-animated-p): When delay between animated images
10355 is 0, set it to 10 (0.1 sec). (Bug#6258)
10356
fa9ba953
MA
103572010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
10358
10359 * net/tramp.el (tramp-handle-insert-directory): Don't use
f5c8afe6 10360 `forward-word', its default syntax could be changed.
fa9ba953 10361
9e021389
MA
103622010-05-25 Michael Albinus <michael.albinus@gmx.de>
10363
10364 * net/tramp.el (tramp-progress-reporter-update): New defun.
10365 (with-progress-reporter): Use it.
10366 (tramp-process-actions):
6a7662bb
BR
10367 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
10368 Preserve current message, in order to let progress reporter continue
9e021389
MA
10369 afterwards. (Bug#6257)
10370
6169260b
GM
103712010-05-25 Glenn Morris <rgm@gnu.org>
10372
10373 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
10374 Add :version.
10375
d26781af
RY
103762010-05-25 Ryan Yeske <rcyeske@gmail.com>
10377
8826afe3 10378 * net/rcirc.el (rcirc-default-user-name): Change to "user".
d26781af
RY
10379 (rcirc-default-full-name): Change to "unknown".
10380 (rcirc-user-name-history): Add variable.
8826afe3
GM
10381
103822010-05-25 Ryan Yeske <rcyeske@gmail.com>
acd0102a 10383 Jonathan Rockway <jon@jrock.us>
8826afe3
GM
10384
10385 * net/rcirc.el (rcirc-server-alist): Add :pass.
10386 (rcirc): When prompting for connection parameters, also prompt for
d26781af 10387 username and password.
a628ad9d 10388 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
d26781af
RY
10389 value to server when connecting.
10390
d355a0b7
SM
103912010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10392
f5228f84
SM
10393 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
10394 (smie-merge-prec2s): Pass the tables as separate args.
10395 (smie-bnf-precedence-table): Adjust call accordingly.
10396 (smie-prec2-levels): Set levels at the end.
10397
d355a0b7
SM
10398 Replace Lisp calls to delete-backward-char by delete-char.
10399 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
f5c8afe6
JB
10400 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
10401 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
76e3243a 10402 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
f5c8afe6
JB
10403 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
10404 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
10405 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
10406 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
10407 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
10408 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
10409 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
10410 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
10411 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
10412 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
d355a0b7
SM
10413 delete-backward-char by calls to delete-char.
10414
f668ef02
KH
104152010-05-25 Kenichi Handa <handa@m17n.org>
10416
10417 * language/hebrew.el (hebrew-shape-gstring): New function.
10418 Register it in composition-function-table for all Hebrew combining
10419 characters.
10420
397eb3f3
SM
104212010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10422
10423 * epa.el (epa--select-keys): Don't explicitly delete the window since
10424 that can fail (e.g. sole window in frame). Use dedication instead.
10425
171eda53 104262010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
ab0c07c0
SM
10427
10428 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
10429
110683ad
CY
104302010-05-22 Chong Yidong <cyd@stupidchicken.com>
10431
10432 * image.el (image-refresh): Define as an alias for image-flush.
10433
10434 * image-mode.el (image-toggle-display-image): Caller changed.
10435
df9db151
JL
104362010-05-21 Juri Linkov <juri@jurta.org>
10437
10438 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
10439 Remove "all" from grep-files-aliases. Split grep-files-aliases by
10440 whitespace, call wildcard-to-regexp on substrings and concat them
10441 with "\\|". (Bug#6114)
10442
c0209c2c
AM
104432010-05-21 Alan Mackenzie <acm@muc.de>
10444
171eda53
SM
10445 * progmodes/cc-engine.el (c-parse-state-get-strategy):
10446 Replace parameter `here' with `here-' and `here-plus', which sandwich
10447 any pertinent CPP construct.
c0209c2c
AM
10448 (c-remove-stale-state-cache-backwards): Fix a bug which happens
10449 when doing (c-parse-state) in a CPP construct: Exclude any "new"
10450 CPP construct from taking part in the scanning.
10451
655bded0
MA
104522010-05-21 Michael Albinus <michael.albinus@gmx.de>
10453
10454 * net/tramp.el (tramp-do-copy-or-rename-file)
171eda53
SM
10455 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
10456 Tune `with-progress-reporter' messages.
655bded0
MA
10457 (tramp-handle-vc-registered):
10458 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
10459 (tramp-fish-handle-insert-file-contents)
10460 (tramp-fish-maybe-open-connection):
10461 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10462 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
10463 (tramp-imap-handle-insert-file-contents)
10464 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
10465
3e17a1a7
JB
104662010-05-21 Juanma Barranquero <lekktu@gmail.com>
10467
bf1e8d4a
JB
10468 * add-log.el (change-log-font-lock-keywords):
10469 Highlight all authors in multi-author entries.
10470
3e17a1a7
JB
10471 * smerge-mode.el (smerge-refine-ignore-whitespace)
10472 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
10473 Fix typos in docstrings.
10474 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
10475
969e684a
GM
104762010-05-21 Glenn Morris <rgm@gnu.org>
10477
e75c1e7d
GM
10478 * progmodes/fortran.el (fortran-mode):
10479 * progmodes/f90.el (f90-mode): Derive from prog-mode.
10480
969e684a
GM
10481 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
10482 having a relative path in src/Makefile.in.
10483
a50878fa
KR
104842010-05-20 Kevin Ryde <user42@zip.com.au>
10485
10486 * help-mode.el (help-make-xrefs): For Info node links turn
10487 newlines into spaces. Link node names with newlines are matched
10488 by help-xref-info-regexp and buttonized, this change ensures they
10489 can be followed successfully with RET. (Bug#6206)
10490
f66a2f90
JL
104912010-05-20 Juri Linkov <juri@jurta.org>
10492
10493 * locate.el (locate): Use pop-to-buffer instead of
10494 switch-to-buffer-other-window. (Bug#6204)
10495
201d895a
JL
104962010-05-20 Juri Linkov <juri@jurta.org>
10497
10498 * replace.el (replace-highlight): Fix lazy-highlighting
10499 for `M-s w str M-% str RET'.
10500
1ddb2ea0
MY
105012009-12-15 Masatake YAMATO <yamato@redhat.com>
10502
10503 * isearch.el (isearch-yank-word-or-char): Pull next subword
10504 when `subword-mode' is activated. (Bug#6220)
10505
a6020335
MH
105062010-05-20 Mark A. Hershberger <mah@everybody.org>
10507
10508 * isearch.el (isearch-update-post-hook): New hook.
10509 (isearch-update): Use the new hook. (Bug#6225)
10510
50de6a38
JL
105112010-05-20 Juri Linkov <juri@jurta.org>
10512
10513 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
10514 [f1], [help], and (char-to-string help-char) instead of "\C-h".
10515 (Bug#6222)
10516
5d944a8f
JL
105172010-05-20 Juri Linkov <juri@jurta.org>
10518
10519 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
10520 (Bug#6223)
10521
f5d6548a
JL
105222010-05-20 Juri Linkov <juri@jurta.org>
10523
10524 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
10525 FILE-NAME to read from the minibuffer when called interactively
10526 with prefix argument instead of using buffer-file-name.
10527 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
10528
10529 * dired.el: Update autoloads.
10530
f8e63691
CY
105312010-05-20 Chong Yidong <cyd@stupidchicken.com>
10532
10533 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
10534 nxml-finish-element, for consistency with SGML mode.
10535
10536 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
10537 octave-close-block.
10538
07d7c3bd
JB
105392010-05-20 Juanma Barranquero <lekktu@gmail.com>
10540
10541 * composite.el: Require cl when compiling.
10542 (reference-point-alist, compose-gstring-for-graphic)
10543 (compose-gstring-for-terminal): Fix typos in docstrings.
10544
7bce8510
JL
105452010-05-19 Juri Linkov <juri@jurta.org>
10546
10547 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
10548 set-window-parameter.
10549
a7723e05
MA
105502010-05-19 Michael Albinus <michael.albinus@gmx.de>
10551
10552 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
10553 where appropriate.
10554 (tramp-maybe-open-connection): Use it.
10555
3f2e7735
EZ
105562010-05-19 Eli Zaretskii <eliz@gnu.org>
10557
10558 * simple.el (move-end-of-line): Make sure we are at line beginning
10559 before backing up to end of previous line.
10560
8d9181c7
MA
105612010-05-19 Michael Albinus <michael.albinus@gmx.de>
10562
8c4ec20f
MA
10563 * password-cache.el (password-cache-remove): Fix docstring.
10564
8d9181c7
MA
10565 * net/secrets.el: Autoload the widget functions.
10566 (secrets-search-items, secrets-create-item)
10567 (secrets-get-attributes, secrets-expand-item): Attributes will be
10568 stored on the password database without leading ":", as all other
10569 clients do as well.
10570 (secrets-mode): Fix docstring.
10571 (secrets-show-secrets): Provide it as autoloaded command only when
10572 D-Bus support is available. Check existence of Secret Service API.
10573
2a96c2a7
SM
105742010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10575
10576 * indent.el (indent-region): Deactivate region (bug#6200).
10577
d24e10b1
GM
105782010-05-19 Glenn Morris <rgm@gnu.org>
10579
10580 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
10581
2833d915
KH
105822010-05-19 Kenichi Handa <handa@m17n.org>
10583
10584 * composite.el: Register compose-gstring-for-graphic in
d24e10b1 10585 composition-function-table only for combining characters (Mn, Mc, Me).
2833d915 10586
134c2f29
JB
105872010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10588
10589 * calc/calc-trail.el (calc-trail-isearch-forward)
10590 (calc-trail-isearch-backward): Ensure that the new window
10591 point is set correctly.
10592
278847cd
SM
105932010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10594
10595 * subr.el (read-quoted-char): Resolve modifiers after key
10596 remapping (bug#6212).
10597
3a8e7cbd
MA
105982010-05-18 Michael Albinus <michael.albinus@gmx.de>
10599
10600 Add visualization code for secrets.
10601 * net/secrets.el (secrets-mode): New major mode.
10602 (secrets-show-secrets, secrets-show-collections)
10603 (secrets-expand-collection, secrets-expand-item)
10604 (secrets-tree-widget-after-toggle-function)
10605 (secrets-tree-widget-show-password): New defuns.
10606
472e7ec1
SM
106072010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10608
224b70cb
SM
10609 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
10610 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
10611 handled in smie-next-sexp.
10612 (smie-indent-calculate): Provide a starting indentation (so the
10613 recursion is well-founded ;-).
10614
472e7ec1
SM
10615 Fix handling of non-associative equal levels.
10616 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
10617 when it's not needed.
10618 (smie-op-left, smie-op-right): New functions.
10619 (smie-next-sexp): New function, extracted from smie-backward-sexp.
10620 Better handle equal levels to distinguish the associative case from
10621 the "multi-keyword construct" case.
10622 (smie-backward-sexp, smie-forward-sexp): Use it.
10623
35e53abd
JB
106242010-05-18 Juanma Barranquero <lekktu@gmail.com>
10625
5d8fe0ba
JB
10626 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
10627
35e53abd
JB
10628 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
10629 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
10630
5ad4bef5
SM
106312010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10632
10633 Provide a simple generic indentation engine and use it for Prolog.
10634 * emacs-lisp/smie.el: New file.
10635 * progmodes/prolog.el (prolog-smie-op-levels)
10636 (prolog-smie-indent-rules): New var.
10637 (prolog-mode-variables): Use them to configure SMIE.
10638 (prolog-indent-line, prolog-indent-level): Remove.
10639
00681a3c
JB
106402010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
10641
560bb7ae 10642 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
00681a3c
JB
10643 order before computing the averages.
10644
eba62f7a
JB
106452010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
10646
597517ef 10647 * calc/calc-vec.el (calc-histogram):
5ad4bef5 10648 (calcFunc-histogram): Allow vectors as inputs.
597517ef
JB
10649 (math-vector-avg): New function.
10650
560bb7ae 10651 * calc/calc-ext.el (math-group-float): Have the number of digits
eba62f7a
JB
10652 being grouped depend on the radix (Bug#6189).
10653
8c5ff6dd
KR
106542010-05-15 Ken Raeburn <raeburn@raeburn.org>
10655
10656 * version.el (emacs-copyright, emacs-version): Don't define here,
10657 now that emacs.c defines it.
10658
98d8b17e
EZ
106592010-05-15 Eli Zaretskii <eliz@gnu.org>
10660
71078429
EZ
10661 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
10662 "Describe Language Environment" menu item.
10663
ce6233c1
EZ
10664 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
10665
d20e1419
EZ
10666 Bidi-sensitive movement with arrow keys.
10667 * subr.el (right-arrow-command, left-arrow-command): New functions.
10668
10669 * bindings.el (global-map): Bind them to right and left arrow keys.
10670
98d8b17e 10671 Don't override standard definition of convert-standard-filename.
6a7662bb
BR
10672 * files.el (convert-standard-filename):
10673 Call w32-convert-standard-filename and dos-convert-standard-filename on
98d8b17e
EZ
10674 the corresponding systems.
10675
10676 * w32-fns.el (w32-convert-standard-filename): Rename from
10677 convert-standard-filename. Doc fix.
10678
10679 * dos-fns.el (dos-convert-standard-filename): Doc fix.
10680 (convert-standard-filename): Don't defalias.
10681 (register-name-alist, make-register, register-value)
10682 (set-register-value, intdos): Obsolete aliases for the
10683 corresponding dos-* functions and variables.
10684 (dos-intdos): Add a doc string.
10685
ae6bc504
JB
106862010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
10687
10688 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
10689 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
10690 (math-compose-tex-func):
10691 * calc/calccomp.el (math-compose-expr):
10692 * calc/calc-ext.el (math-format-flat-expr-fancy):
10693 * calc/calc-store.el (calc-read-var-name):
10694 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
10695
10696 * calc/calc.el (var-π, var-φ, var-γ): New variables.
560bb7ae 10697 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
ae6bc504 10698 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
560bb7ae 10699 (math-standard-units): Add units.
ae6bc504 10700
c26ea4b2
SM
107012010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10702
7aefa445 10703 * progmodes/asm-mode.el (asm-mode):
13973643
SM
10704 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
10705
c26ea4b2
SM
10706 * pcomplete.el (pcomplete-completions-at-point): New function,
10707 extracted from pcomplete-std-complete.
10708 (pcomplete-std-complete): Use it.
10709
02be533b
GM
107102010-05-15 Glenn Morris <rgm@gnu.org>
10711
10712 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
10713 Remove references to CVS, RCS and Old directories.
10714
78ed0efc
JB
107152010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
10716
ae6bc504 10717 * calc/calc-bin.el (math-format-twos-complement): Group digits when
78ed0efc
JB
10718 appropriate.
10719
10dcc561
SM
107202010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10721
5ccaa359
SM
10722 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
10723 (sh-mode-syntax-table): Give it a default value instead.
10724 (sh-header-marker): Make buffer-local.
10725 (sh-mode): Move make-local-variable to the corresponding setq.
10726 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
10727 Use complete-with-action.
10728
10dcc561
SM
10729 * simple.el (prog-mode): New (abstract) major mode.
10730 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
10731 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
10732
c38762fd
JB
107332010-05-14 Juanma Barranquero <lekktu@gmail.com>
10734
10735 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
10736 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
10737 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
10738 (sql-make-alternate-buffer-name, sql-placeholders-filter)
10739 (sql-escape-newlines-filter, sql-input-sender)
10740 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
10741
2ef3c144
CY
107422010-05-13 Chong Yidong <cyd@stupidchicken.com>
10743
560bb7ae 10744 Add TeX open-block and close-block keybindings to SGML, and vice versa.
2ef3c144
CY
10745
10746 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
10747 latex-open-block and C-c / to latex-close-block.
10748
10749 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
10750 and C-c C-e to sgml-close-tag.
10751
3b30ccda
MA
107522010-05-13 Michael Albinus <michael.albinus@gmx.de>
10753
10754 * net/tramp.el (with-progress-reporter): Create reporter object
3a8e7cbd 10755 only when the message would be displayed. Handle nested calls.
3b30ccda
MA
10756 (tramp-handle-load, tramp-handle-file-local-copy)
10757 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10dcc561
SM
10758 (tramp-maybe-send-script, tramp-find-shell):
10759 Use `with-progress-reporter'.
3b30ccda
MA
10760 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
10761 Fix message text.
10762
10763 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10764 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10765 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
10766 Use `with-progress-reporter'.
10767
57ff5d7b
AM
107682010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
10769
a628ad9d
JB
10770 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
10771 process everytime when spellchecking from the minibuffer (bug#6143).
57ff5d7b 10772
5a70d10f
SM
107732010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10774
791ffe1c
SM
10775 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
10776
5a70d10f
SM
10777 * dos-fns.el: Add "dos-" prefix for namespace control.
10778 (convert-standard-filename): Define as alias for
10779 dos-convert-standard-filename but only if applicable.
10780
38d93f03
AM
107812010-05-12 Alan Mackenzie <acm@muc.de>
10782
10783 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
10784 Push the mark at the start of these functions when appropriate.
10785
902a6d8d
SM
107862010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10787
10788 * minibuffer.el (completion-cycle-threshold): New custom var.
10789 (completion--do-completion): Use it.
10790 (minibuffer-complete): Use cycling if appropriate.
10791
9ee120ba
JB
107922010-05-11 Juanma Barranquero <lekktu@gmail.com>
10793
10794 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
10795 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
10796
841c4085
JL
107972010-05-11 Juri Linkov <juri@jurta.org>
10798
10799 * scroll-all.el (scroll-all-check-to-scroll):
10800 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
10801
8a67c70e
SM
108022010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10803
f2b9ed18
SM
10804 * iimage.el (iimage-mode-map): Move initialization into declaration.
10805 (iimage-mode-buffer): Use with-silent-modifications.
10806 Simplify calling convention. Adjust callers.
10807 (iimage-mode): Don't run hook redundantly.
10808
8a67c70e
SM
10809 * minibuffer.el (completion-pcm--pattern->regex):
10810 Fix last change (bug#6160).
10811
4bbedd98
JL
108122010-05-10 Juri Linkov <juri@jurta.org>
10813
10814 Remove nodes visited during Isearch from the Info history.
10815 * info.el (Info-isearch-initial-history)
10816 (Info-isearch-initial-history-list): New variables.
10817 (Info-isearch-start): Record initial values of
10818 Info-isearch-initial-history and Info-isearch-initial-history-list.
10819 Add Info-isearch-end to isearch-mode-end-hook.
10820 (Info-isearch-end): New function.
10821
94ecf5da
MA
108222010-05-10 Michael Albinus <michael.albinus@gmx.de>
10823
10824 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
8a67c70e
SM
10825 format string, in order to work around a bug in pdksh.
10826 Reported by Gilles Pion <gpion@lfdj.com>.
94ecf5da
MA
10827 (tramp-handle-verify-visited-file-modtime): Do not send a command
10828 when the connection is not established.
10829 (tramp-handle-set-file-times): Simplify the check for utc.
10830
c5eb971b
JB
108312010-05-10 Juanma Barranquero <lekktu@gmail.com>
10832
10833 Fix use of `filter-buffer-substring' (rework previous change).
10834 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
10835 (cua-repeat-replace-region):
10836 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
10837 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10838 (cua-cut-region-to-global-mark): Use it.
10839
7492acc9
MM
108402010-05-09 Michael R. Mauger <mmaug@yahoo.com>
10841
77e2fc7a
JB
10842 * progmodes/sql.el: Version 2.1.
10843 (sql-product-alist): Redesign structure of product info.
10844 (sql-product, sql-user, sql-server, sql-database): Safe variables.
7492acc9
MM
10845 (sql-port, sql-port-history): New variables.
10846 (sql-interactive-product): New variable.
10847 (sql-send-terminator): New variable.
77e2fc7a 10848 (sql-imenu-generic-expression): Add "Types" imenu entry.
7492acc9
MM
10849 (sql-oracle-login-params, sql-sqlite-login-params)
10850 (sql-mysql-login-params, sql-solid-login-params)
10851 (sql-sybase-login-params, sql-informix-login-params)
10852 (sql-ingres-login-params, sql-ms-login-params)
10853 (sql-postgres-login-params, sql-interbase-login-params)
10854 (sql-db2-login-params, sql-linter-login-params)
10855 (sql-oracle-scan-on): New variables.
77e2fc7a
JB
10856 (sql-mode-map): Add C-c C-i to start interactive mode.
10857 (sql-mode-menu): Update existing menu entries.
10858 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
7492acc9
MM
10859 (sql-mode-oracle-font-lock-keywords)
10860 (sql-mode-postgres-font-lock-keywords)
10861 (sql-mode-ms-font-lock-keywords)
10862 (sql-mode-sybase-font-lock-keywords)
10863 (sql-mode-informix-font-lock-keywords)
10864 (sql-mode-interbase-font-lock-keywords)
10865 (sql-mode-ingres-font-lock-keywords)
10866 (sql-mode-solid-font-lock-keywords)
10867 (sql-mode-mysql-font-lock-keywords)
10868 (sql-mode-sqlite-font-lock-keywords)
10869 (sql-mode-db2-font-lock-keywords)
77e2fc7a 10870 (sql-mode-linter-font-lock-keywords): Update initialization to
7492acc9
MM
10871 reduce run-time complexity.
10872 (sql-add-product, sql-del-product): New functions.
10873 (sql-set-product-feature, sql-get-product-feature): New functions.
10874 (sql-product-font-lock): Update product API.
10875 (sql-add-product-keywords): New function.
10876 (sql-highlight-product): Update product API.
10877 (sql-help-list-products): New function.
10878 (sql-help): Dynamically lists free and non-free products.
77e2fc7a 10879 (sql-get-login): Correct bug in handling history and added
7492acc9
MM
10880 prompt for port.
10881 (sql-copy-column): Copy without properties.
10882 (sqli-input-sender): Apply filters to SQLi input.
77e2fc7a
JB
10883 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
10884 Implement as a filter.
7492acc9
MM
10885 (sql-escape-newlines-filter): Implement as a filter.
10886 (sql-remove-tabs-filter): New function.
10887 (sql-send-magic-terminator): New function.
10888 (sql-send-string): Implement magic terminator.
10889 (sql-send-region): Use `sql-send-string'.
10890 (sql-interactive-mode): Use product API.
10891 (sql-product-interactive): Use product API.
10892 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
10893 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
10894 (sql-db2, sql-linter): Use `sql-product-interactive'.
10895 (sql-connect): New function.
10896 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
10897 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
10898 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
77e2fc7a
JB
10899 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
10900 Use `sql-connect'.
7492acc9 10901
79ccd68f
SM
109022010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10903
10904 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
10905 New custom variable.
10906 (completion-pcm--string->pattern): Use it.
10907 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
10908 Make it handle any symbol as `any'.
10909 (completion-pcm--merge-completions): Extract common suffix for the new
10910 `prefix' symbol as well.
10911 (completion-substring--all-completions): Use the new `prefix' symbol.
10912
0d5852cf
MA
109132010-05-09 Michael Albinus <michael.albinus@gmx.de>
10914
10915 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
10916 not bound.
10917 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
10918 (tramp-compat-funcall): New defmacro.
10919 (tramp-compat-line-beginning-position)
10920 (tramp-compat-line-end-position)
10921 (tramp-compat-temporary-file-directory)
10922 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
10923 (tramp-compat-copy-file, tramp-compat-copy-directory)
10924 (tramp-compat-delete-file, tramp-compat-delete-directory)
10925 (tramp-compat-number-sequence, tramp-compat-process-running-p)
10926 * net/tramp.el (top, with-progress-reporter)
10927 (tramp-rfn-eshadow-setup-minibuffer)
10928 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
10929 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
10930 (tramp-completion-mode-p, tramp-check-for-regexp)
10931 (tramp-open-connection-setup-interactive-shell)
10932 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
10933 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
10934 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
10935 * net/tramp-cmds.el (tramp-cleanup-all-connections)
10936 (tramp-reporter-dump-variable, tramp-load-report-modules)
10937 (tramp-append-tramp-buffers)
10938 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
10939
10940 * net/tramp-imap.el (top): Autoload `epg-make-context'.
10941
f913fe7d
SM
109422010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10943
10944 * progmodes/compile.el (compilation-buffer-modtime): Rename from
10945 buffer-modtime. Adjust users.
10946
0235128c 109472010-05-08 Chong Yidong <cyd@stupidchicken.com>
f034e176 10948
77e2fc7a 10949 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 10950 car of each item, not the whole list (Bug#6083).
f034e176 10951
0235128c 109522010-05-08 Chong Yidong <cyd@stupidchicken.com>
f5d6ff44
CY
10953
10954 * progmodes/js.el (js-mode): Make paragraph variables local before
10955 calling c-setup-paragraph-variables (Bug#6071).
10956
0235128c 109572010-05-08 Eli Zaretskii <eliz@gnu.org>
aa4d4e4a
EZ
10958
10959 * composite.el (compose-region, reference-point-alist): Fix typos
10960 in the doc strings.
10961
77e2fc7a 109622010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
10963
10964 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
10965 gnuplot's "set" command.
10966
0235128c 109672010-05-08 Juanma Barranquero <lekktu@gmail.com>
29c48340
JB
10968
10969 * abbrev.el (last-abbrev-text): Doc fix.
10970 (abbrev-prefix-mark): Don't escape parenthesis.
10971
0235128c 109722010-05-08 Andreas Schwab <schwab@linux-m68k.org>
8ed6fc47
AS
10973
10974 * composite.el (find-composition): Doc fix.
10975
0235128c 109762010-05-08 Juanma Barranquero <lekktu@gmail.com>
063c6324
JB
10977
10978 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
10979 (sql-oracle-program, sql-sqlite-options)
10980 (sql-query-placeholders-and-send): Doc fixes.
10981 (sql-set-product, sql-interactive-mode): Reflow docstrings.
10982 (sql-imenu-generic-expression, sql-buffer)
10983 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
10984 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
10985 (sql-mode-sybase-font-lock-keywords)
10986 (sql-mode-informix-font-lock-keywords)
10987 (sql-mode-interbase-font-lock-keywords)
10988 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
10989 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
10990 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
10991 (sql-product-feature, sql-highlight-product)
10992 (comint-line-beginning-position, sql-rename-buffer)
0235128c
SM
10993 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
10994 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
063c6324
JB
10995 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
10996 Fix typos in docstrings.
10997
0235128c 109982010-05-08 Juri Linkov <juri@jurta.org>
e89dee79
JL
10999
11000 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
11001 property instead of `invisible' and `after-string' (bug#5998).
11002
0235128c 110032010-05-08 Juri Linkov <juri@jurta.org>
316d12fb
JL
11004
11005 * image-mode.el (image-mode-as-text): Fix typo in docstring.
11006
0235128c 110072010-05-08 Juanma Barranquero <lekktu@gmail.com>
770255e9
JB
11008
11009 * filecache.el (file-cache-add-directory-list)
11010 (file-cache-add-directory-recursively): Fix typos in docstrings.
11011
0235128c 110122010-05-08 Kenichi Handa <handa@m17n.org>
ece33a6e
KH
11013
11014 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 11015 (gujarati-composable-pattern): Fix typo.
ece33a6e 11016
0235128c 110172010-05-08 Kenichi Handa <handa@m17n.org>
771533aa
KH
11018
11019 * language/indian.el (oriya-composable-pattern)
0235128c
SM
11020 (tamil-composable-pattern, malayalam-composable-pattern):
11021 Add two-part vowels to "v" (vowel sign).
771533aa 11022
0235128c 110232010-05-08 Chong Yidong <cyd@stupidchicken.com>
790c2e44 11024
99833607
CY
11025 * files.el (copy-directory): Handle symlinks (Bug#5982).
11026
0235128c 110272010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
808ecc4e
CY
11028
11029 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
11030 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
11031 (Bug#5846).
11032
0235128c 110332010-05-08 Glenn Morris <rgm@gnu.org>
d2c7b917 11034
0ca12598
GM
11035 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
11036
d2c7b917
GM
11037 * minibuffer.el (completion-at-point): Doc fix.
11038
ba5bf5f0
SM
110392010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11040
11041 * electric.el (Electric-command-loop): Minor tweak.
11042
11043 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
11044 better with dedicated windows.
11045
0235128c
SM
110462010-05-07 Chong Yidong <cyd@stupidchicken.com>
11047
11048 * Version 23.2 released.
11049
560bb7ae 110502010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4e2af782 11051 Stefan Monnier <monnier@iro.umontreal.ca>
5b3a105e
SM
11052
11053 Highlight vendor specific properties.
11054 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
11055 (css-proprietary-property): New face.
11056 (css-font-lock-keywords): Use them.
11057
c0162ade
EZ
110582010-05-07 Eli Zaretskii <eliz@gnu.org>
11059
11060 * cus-start.el (all): Add native condition for tool-bar-* symbols.
11061
f3ee9200
SM
110622010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11063
05623156
SM
11064 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
11065 * files.el (auto-mode-alist): Remove redundant entries.
11066
f3ee9200
SM
11067 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
11068 * simple.el (auto-save-mode): Move from files.el.
11069 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
11070
560bb7ae 110712010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5146e84c 11072
76e3243a 11073 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
5146e84c 11074
765d4319
KY
110752010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
11076
11077 * mail/binhex.el (binhex-decode-region-internal)
11078 * mail/uudecode.el (uudecode-decode-region-internal)
11079 * net/dns.el (dns-read-string-name, dns-write, dns-read)
11080 (dns-read-type, dns-query)
11081 * pgg-parse.el (pgg-parse-armor)
11082 * pgg.el (pgg-verify-region)
11083 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
11084 XEmacs.
11085
86d21cc0 11086 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
765d4319 11087
f83483ff
JB
110882010-05-07 Juanma Barranquero <lekktu@gmail.com>
11089
40ab7974
JB
11090 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
11091
f83483ff
JB
11092 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
11093 * emulation/cua-base.el (cua-repeat-replace-region):
11094 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11095 (cua-cut-region-to-global-mark):
11096 Remove text properties with `set-text-properties'.
11097
9566840f
MA
110982010-05-06 Michael Albinus <michael.albinus@gmx.de>
11099
f3ee9200
SM
11100 * net/tramp.el (top, with-progress-reporter):
11101 Use `symbol-function' inside `funcall'.
9566840f
MA
11102
11103 * net/tramp-compat.el (tramp-compat-file-attributes)
f3ee9200
SM
11104 (tramp-compat-delete-file, tramp-compat-delete-directory):
11105 Handle only `wrong-number-of-arguments' error.
9566840f
MA
11106
11107 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
11108 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
11109 inside `funcall'.
11110
0c495c21
SM
111112010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11112
1493963b
SM
11113 * minibuffer.el (completion--sreverse, completion--common-suffix):
11114 New functions.
11115 (completion-pcm--merge-completions): Extract common suffix when safe.
11116
0c495c21
SM
11117 * emacs-lisp/easy-mmode.el (define-minor-mode):
11118 Make :variable more flexible.
11119 * files.el (auto-save-mode): Use it to define using define-minor-mode.
11120
221a0647
JL
111212010-05-05 Juri Linkov <juri@jurta.org>
11122
11123 Add `slow' and `history' tags to the desktop data.
11124
11125 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
11126 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
11127 (Info-finder-find-node): Require `finder.el' to be able
11128 to restore node from the desktop.
11129 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
11130 data `Info-history' and `slow' tag in the assoc list.
11131 (Info-restore-desktop-buffer): Don't restore nodes with the
11132 `slow' tag. Restore `Info-history'.
11133
66bdc868
MA
111342010-05-05 Michael Albinus <michael.albinus@gmx.de>
11135
11136 Add FORCE argument to `delete-file'.
11137
11138 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
11139 forcing to delete the temporary file.
11140 (ange-ftp-delete-file): Add FORCE arg.
11141 (ange-ftp-rename-remote-to-remote)
11142 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
0c495c21
SM
11143 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
11144 Force file deletion.
66bdc868
MA
11145
11146 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
11147
11148 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
11149 (tramp-handle-make-symbolic-link, tramp-handle-load)
11150 (tramp-do-copy-or-rename-file-via-buffer)
11151 (tramp-do-copy-or-rename-file-directly)
11152 (tramp-do-copy-or-rename-file-out-of-band)
11153 (tramp-handle-process-file, tramp-handle-call-process-region)
11154 (tramp-handle-shell-command, tramp-handle-file-local-copy)
11155 (tramp-handle-insert-file-contents, tramp-handle-write-region)
11156 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
11157
11158 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
11159 (tramp-fish-handle-make-symbolic-link)
11160 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
11161
0c495c21
SM
11162 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
11163 Use `tramp-compat-delete-file'.
66bdc868
MA
11164
11165 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
11166 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
11167
11168 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
11169 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
11170
11171 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
11172 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
6a7662bb
BR
11173 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
11174 Use `tramp-compat-delete-file'.
66bdc868 11175
f44379e7
SM
111762010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11177
365f8d85
SM
11178 Minor cleanups.
11179 * subr.el (add-minor-mode): Use push.
11180 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
11181 * emulation/edt.el (edt-select-mode): Simplify.
11182
80ac5d4d
SM
11183 Use define-minor-mode in more cases.
11184 * term/tvi970.el (tvi970-set-keypad-mode):
11185 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
11186 (normal-erase-is-backspace-mode):
11187 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
11188 (set-scroll-bar-mode-1): (Re)move to its sole caller.
11189 (get-scroll-bar-mode): New function.
11190 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
11191
11192 Use define-minor-mode for less obvious cases.
f44379e7
SM
11193 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
11194 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
11195 * international/iso-ascii.el (iso-ascii-mode):
11196 * frame.el (auto-raise-mode, auto-lower-mode):
11197 * composite.el (global-auto-composition-mode): Use define-minor-mode.
11198
c04b03f8
MA
111992010-05-04 Michael Albinus <michael.albinus@gmx.de>
11200
11201 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
11202 in order to see error messages for failed logins.
11203
53967e09
CY
112042010-05-03 Chong Yidong <cyd@stupidchicken.com>
11205
11206 * diff.el (diff-sentinel):
11207
11208 * epg.el (epg--make-temp-file, epg-decrypt-string)
11209 (epg-verify-string, epg-sign-string, epg-encrypt-string):
11210
11211 * jka-compr.el (jka-compr-partial-uncompress)
11212 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
11213
11214 * server.el (server-sentinel): Use delete-file's new FORCE arg
11215 (Bug#6070).
11216
56eb0904
SM
112172010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11218
11219 Use define-minor-mode where applicable.
11220 * view.el (view-mode):
11221 * type-break.el (type-break-query-mode)
11222 (type-break-mode-line-message-mode):
11223 * textmodes/reftex.el (reftex-mode):
11224 * term/vt100.el (vt100-wide-mode):
11225 * tar-mode.el (tar-subfile-mode):
11226 * savehist.el (savehist-mode):
11227 * ibuf-ext.el (ibuffer-auto-mode):
11228 * composite.el (auto-composition-mode):
11229 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
11230 Use define-minor-mode.
11231 (vhdl-mode): Use static mode-line format.
11232 (vhdl-mode-line-update): Delete.
11233 (vhdl-create-mode-menu, vhdl-activate-customizations)
11234 (vhdl-hs-minor-mode): Don't bother calling it.
11235
672eb710
SM
112362010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11237
8f92b8ad
SM
11238 * simple.el (with-wrapper-hook): Move.
11239 (buffer-substring-filters): Mark obsolete.
11240 (filter-buffer-substring-functions): New variable.
1fada563 11241 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
8f92b8ad 11242
c04b03f8 112432010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4e2af782 11244 Michael Albinus <michael.albinus@gmx.de>
6a29a838
MA
11245
11246 Implement compression for inline methods.
11247
11248 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
11249 (tramp-copy-size-limit): Allow also nil.
11250 (tramp-inline-compress-commands): New defconst.
11251 (tramp-find-inline-compress, tramp-get-inline-compress)
11252 (tramp-get-inline-coding): New defuns.
cb7f3653 11253 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
c04b03f8 11254 replaced by `tramp-get-inline-coding'.
6a29a838
MA
11255 (tramp-handle-file-local-copy, tramp-handle-write-region)
11256 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
11257
8c0bf8b3
SM
112582010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11259
07125a91
SM
11260 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
11261 Remove unused functions.
11262
f3a47002
SM
11263 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
11264 Set find-tag-default-function as a variable rather than a property.
11265
8c0bf8b3
SM
11266 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
11267 * progmodes/etags.el (tags-completion-at-point-function):
11268 Remove left over interactive spec. Add autoloading stub.
11269 (complete-tag): Use tags-completion-at-point-function.
11270
27601456
CY
112712010-04-30 Chong Yidong <cyd@stupidchicken.com>
11272
cb7f3653 11273 * minibuffer.el (tags-completion-at-point-function): Fix return value.
27601456 11274
09d0284d
CY
112752010-04-29 Chong Yidong <cyd@stupidchicken.com>
11276
27d3cd56
CY
11277 * ido.el (ido-init-completion-maps): Remove C-v binding.
11278 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
09d0284d 11279
3a07ffce
CY
112802010-04-29 Chong Yidong <cyd@stupidchicken.com>
11281
11282 * minibuffer.el (tags-completion-at-point-function): New function.
11283 (completion-at-point-functions): Use it.
11284
3a07ffce
CY
11285 * progmodes/etags.el (complete-tag): Revert last change.
11286
3d14bb73
AM
112872010-04-29 Alan Mackenzie <acm@muc.de>
11288
11289 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
11290 off-by-one error (in end of macro position).
11291
7d353d11
SM
112922010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11293
11294 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
11295 firefox is absent. Don't autoload.
11296 (browse-url-galeon-program): Don't autoload.
11297
48111a85
CY
112982010-04-28 Chong Yidong <cyd@stupidchicken.com>
11299
11300 * bindings.el (complete-symbol): Move into minibuffer.el.
11301
11302 * minibuffer.el (complete-tag): Move from etags.el. If tags
11303 completion cannot be performed, return nil instead of signalling
11304 an error.
11305 (completion-at-point): Make it an alias for complete-symbol.
11306 (complete-symbol): Move from bindings.el, and replace with the
11307 body of completion-at-point.
11308
11309 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
11310
7ba94701
MA
113112010-04-28 Michael Albinus <michael.albinus@gmx.de>
11312
11313 * net/tramp.el (tramp-remote-selinux-p): New defun.
11314 (tramp-handle-file-selinux-context)
11315 (tramp-handle-set-file-selinux-context): Use it.
11316
95c6cc3e
SS
113172010-04-28 Sam Steingold <sds@gnu.org>
11318
11319 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11320 `safe-local-variable' if the value is a string or a symbol with
11321 the property `bug-reference-url-format'.
11322
36045ff3
CY
113232010-04-28 Chong Yidong <cyd@stupidchicken.com>
11324
537ffaf3
SM
11325 * progmodes/bug-reference.el (bug-reference-url-format):
11326 Revert 2010-04-27 change due to security risk.
36045ff3 11327
56924d99
SM
113282010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11329
11330 Make it possible to locally disable a globally enabled mode.
11331 * simple.el (fundamental-mode): Run fundamental-mode-hook.
11332 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
11333 rather than kill-all-local-variables so it runs fundamental-mode-hook.
11334 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11335 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
11336 that subsequent hooks get a chance to disable it.
11337
ccaa4765
SM
113382010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11339
17818d71
SM
11340 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11341 Avoid re-enabling a minor mode after the user turned the minor mode
11342 off if MODE-enable-in-buffers is run twice (typically once from
11343 fundamental-mode's after-change-major-mode-hook and a second time from
11344 run-mode-hook's own after-change-major-mode-hook).
11345
ccaa4765
SM
11346 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
11347
2a6f654e
SS
113482010-04-27 Sam Steingold <sds@gnu.org>
11349
11350 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11351 `safe-local-variable' if the value is a string or a function, as
11352 documented and implemented on 2010-04-02.
11353
cecaa674
JB
113542010-04-27 Juanma Barranquero <lekktu@gmail.com>
11355
11356 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
11357 when method is 'kill.
11358
113592010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
1e116bb3 11360
a628ad9d
JB
11361 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
11362 condition in default directory check.
01c35094 11363 (ispell-init-process, ispell-kill-ispell, kill-buffer-hook):
1e116bb3
AM
11364 Kill ispell process when killing its associated buffer.
11365
7dd7fbb9
JD
113662010-04-27 Jan Djärv <jan.h.d@swipnet.se>
11367
11368 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
11369 but we aren't using it.
11370
7ac82b84
J
113712010-04-25 Jan Djärv <jan.h.d@swipnet.se>
11372
11373 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
11374 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
11375
fea1add4
GM
113762010-04-24 Glenn Morris <rgm@gnu.org>
11377
11378 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
11379 Ignore VCS-ignore files, and deleted nextstep preferences files.
11380 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
11381 (authors-ambiguous-files): New list.
11382 (authors-valid-file-names): Add some deleted files.
11383 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
11384 (authors-disambiguate-file-name): New function. (Bug#5501)
11385 (authors-canonical-file-name): Doc fix.
11386 Don't warn about obsolete files.
11387 (authors-canonical-file-name, authors-scan-el):
11388 Use authors-disambiguate-file-name.
11389
cbcfee6e
GM
11390 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11391 Add autoload cookies.
11392 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
11393 (generated-autoload-file): Set file-local value to "htmlfontify.el".
11394 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
11395 They have definitions / compiler macros in cl.el.
11396 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11397 Replace manual autoloads with generated ones.
11398 (htmlfontify-unload-rgb-file): Remove autoload.
11399 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
11400
3b548e1b
SM
114012010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11402
9ae0c310
SM
11403 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
11404 (byte-compile-setq-default): Optimize for the
11405 single-var case and don't call byte-compile-form in this case to avoid
11406 inf-loop with byte-compile-set-default.
11407
3b548e1b
SM
11408 * progmodes/compile.el (compilation-start): Abbreviate default directory.
11409
632c5478
MA
114102010-04-23 Michael Albinus <michael.albinus@gmx.de>
11411
11412 Implement SELINUX backends.
11413
3b548e1b
SM
11414 * net/tramp.el (tramp-file-name-handler-alist):
11415 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
11416 (tramp-handle-file-selinux-context)
11417 (tramp-handle-set-file-selinux-context): New defuns.
3b548e1b
SM
11418 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
11419 Handle PRESERVE-SELINUX-CONTEXT.
632c5478 11420
3b548e1b
SM
11421 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11422 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
11423 (tramp-gvfs-handle-file-selinux-context)
11424 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
11425 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
11426
11427 * net/ange-ftp.el (ange-ftp-copy-file):
11428 * net/tramp-fish.el (tramp-fish-handle-copy-file):
11429 * net/tramp-imap.el (tramp-imap-handle-copy-file):
3b548e1b
SM
11430 * net/tramp-smb.el (tramp-smb-handle-copy-file):
11431 Add PRESERVE-SELINUX-CONTEXT.
632c5478 11432
a94d821f
MA
114332010-04-22 Michael Albinus <michael.albinus@gmx.de>
11434
11435 Synchronize with Tramp repository.
11436
11437 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
11438 (tramp-action-process-alive, tramp-action-out-of-band)
11439 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
11440 (tramp-exists-file-name-handler): Fix docstring.
11441 (with-progress-reporter): New defmacro.
11442 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
11443 (tramp-maybe-open-connection): Use it.
11444
a92375d9
MA
114452010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
11446
11447 Detect ssh 'ControlMaster' argument automatically in some cases.
11448
11449 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
11450 (tramp-default-method): Use it.
11451
489fe4c2
MA
114522010-04-22 Michael Albinus <michael.albinus@gmx.de>
11453
25f14cdb
MA
11454 * net/tramp.el (tramp-handle-copy-file): Add new optional
11455 parameter `preserve-selinux-context'.
11456 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
11457
a92375d9
MA
114582010-04-22 Michael Albinus <michael.albinus@gmx.de>
11459
489fe4c2
MA
11460 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
11461 Ensure, that non remote files are still checked. Oops.
11462
acd1f317
MA
114632010-04-21 Michael Albinus <michael.albinus@gmx.de>
11464
11465 Fix Bug#5840.
11466
11467 * icomplete.el (icomplete-completions): Use `non-essential'.
11468
11469 * net/tramp.el (tramp-connectable-p): New defun.
11470 (tramp-handle-expand-file-name)
11471 (tramp-completion-handle-file-name-all-completions)
11472 (tramp-completion-handle-file-name-completion): Use it.
11473
62c5b459
SM
114742010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11475
11476 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
11477
f904c0f9
JD
114782010-04-21 Jan Djärv <jan.h.d@swipnet.se>
11479
11480 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
11481
11482 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
11483
11484 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
11485 is present.
11486
11487 * info.el (info-tool-bar-map): Add labels.
11488
11489 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
11490
11491 * cus-edit.el (custom-commands): Add labels for tool bar.
11492 (custom-buffer-create-internal, Custom-mode): Adjust for
11493 labels in custom-commands.
11494
11495 * dynamic-setting.el: Renamed from font-setting.el.
11496
c5cbeb12
LL
114972010-04-21 John Wiegley <jwiegley@gmail.com>
11498
11499 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
11500 toggles the use of virtual buffers.
537ffaf3 11501 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
c5cbeb12
LL
11502 (ido-toggle-virtual-buffers): New function.
11503
fcc93746
JB
115042010-04-21 Juanma Barranquero <lekktu@gmail.com>
11505
11506 Use `define-derived-mode'; fix window selection; doc fixes.
11507 * play/tetris.el (tetris, tetris-update-speed-function)
11508 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
11509 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
11510 (tetris-rotate-next, tetris-end-game, tetris-start-game)
11511 (tetris-pause-game): Fix typos in docstrings.
11512 (tetris-mode-map, tetris-null-map):
11513 Move initialization into declaration.
11514 (tetris-mode): Define with `define-derived-mode';
11515 set show-trailing-whitespace to nil.
11516 (tetris): Prefer window already displaying the "*Tetris*" buffer.
11517
574c05e2
KK
115182010-04-21 Karel Klíč <kklic@redhat.com>
11519
11520 * files.el (backup-buffer): Handle SELinux context, and return it
11521 if a backup was made by renaming.
11522 (backup-buffer-copy): Set SELinux context to the target file.
11523 (basic-save-buffer): Set SELinux context of the newly written file.
11524 (basic-save-buffer-1): Now it also returns any SELinux context.
11525 (basic-save-buffer-2): Set SELinux context of the newly created file,
11526 and return it.
11527 * net/tramp.el (tramp-file-name-for-operation):
11528 Add file-selinux-context.
11529
e97a42c1
SM
115302010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11531
f2b9ed18
SM
11532 Make the log-edit comments use RFC822 format throughout.
11533
e97a42c1
SM
11534 * vc.el (vc-checkin, vc-modify-change-comment):
11535 Adjust to new vc-start/finish-logentry.
11536 (vc-find-conflicted-file): New command.
11537 (vc-transfer-file): Adjust to new vc-checkin.
11538 (vc-next-action): Improve scoping.
11539
11540 * vc-hg.el (vc-hg-log-edit-mode): Remove.
11541 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
11542
11543 * vc-git.el (vc-git-log-edit-mode): Remove.
11544 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
11545 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
11546
11547 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
11548 (vc-start-logentry): Remove argument `extra'.
11549 (vc-finish-logentry): Remove extra args.
11550
11551 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
11552 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
11553 (vc-bzr-conflicted-files): New function.
11554
11555 * log-edit.el (log-edit-extra-flags)
11556 (log-edit-before-checkin-process): Remove.
11557 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
11558 (log-edit-headers-alist): New var.
11559 (log-edit-header-contents-regexp): New const.
11560 (log-edit-match-to-eoh): New function.
11561 (log-edit-font-lock-keywords): Use them.
11562 (log-edit): Insert a "Summary:" header as default.
11563 (log-edit-mode): Mark font-lock rules as case-insensitive.
11564 (log-edit-done): Cleanup headers.
11565 (log-view-process-buffer): Remove.
11566 (log-edit-extract-headers): New function to replace it.
11567
938efb77
JB
115682010-04-20 Juanma Barranquero <lekktu@gmail.com>
11569
11570 * subr.el (default-direction-reversed): Remove obsolescence info.
11571
1cfb415b
SM
115722010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11573
cb4f9513
SM
11574 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
11575 windows/frames.
11576
6e610c72
SM
11577 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
11578 I.e. include text after point in the completion region.
11579 Also, return nil when we're not after/in a symbol.
11580
1cfb415b
SM
11581 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
11582 default enable-multibyte-characters.
11583
c80fa13c
SM
115842010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11585
87926e02
SM
11586 * international/mule.el: Help the user choose a valid coding-system.
11587 (read-buffer-file-coding-system): New function.
11588 (set-buffer-file-coding-system): Use it. Prompt the user if the
11589 coding-system cannot encode all the chars.
11590
c80fa13c
SM
11591 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
11592 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
11593 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
11594 Don't use *vc-bzr-shelve*.
11595
6e104790 115962010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
bce31830
DN
11597
11598 Fix the version number for added files.
11599 * vc-hg.el (vc-hg-working-revision): Check if the file is
11600 registered after hg parent fails (Bug#5961).
11601
6e104790 116022010-04-19 Glenn Morris <rgm@gnu.org>
0433ffa6
GM
11603
11604 * htmlfontify.el (htmlfontify-buffer)
11605 (htmlfontify-copy-and-link-dir): Autoload entry points.
11606
6e104790 116072010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
8507c65c
CY
11608
11609 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
11610 name relative to the project root (Bug#5960).
11611
6e104790 116122010-04-19 Glenn Morris <rgm@gnu.org>
e9ef9777
GM
11613
11614 * vc-git.el (vc-git-print-log): Doc fix.
11615
6e104790 116162010-04-19 Óscar Fuentes <ofv@wanadoo.es>
3808c51f
CY
11617
11618 * ido.el (ido-file-internal): Fix 2009-12-02 change.
11619
53cfe624 116202010-04-19 Christoph Scholtes <cschol2112@googlemail.com>
7860d2e3
CY
11621
11622 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
11623 default settings (Bug#5928).
11624
6e104790 116252010-04-19 Glenn Morris <rgm@gnu.org>
119850e9
GM
11626
11627 * progmodes/fortran.el (fortran-match-and-skip-declaration):
11628 New function.
0a23b2c3 11629 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 11630
6e104790 116312010-04-19 Kenichi Handa <handa@m17n.org>
86a366f4
KH
11632
11633 * language/indian.el (malayalam-composable-pattern): Fix previous
11634 change (add U+0D4D "SIGN VIRAMA").
11635 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
11636 (tamil-composable-pattern): Fix typo in the regexp.
11637 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
11638 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
11639 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
11640
6e104790 116412010-04-19 Chong Yidong <cyd@stupidchicken.com>
8afe2ec6
CY
11642
11643 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
11644 paragraph-separate (Bug#5821).
11645
6e104790 116462010-04-19 Juri Linkov <juri@jurta.org>
3c5d6dfb
JL
11647
11648 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
11649
11650 * info.el (Info-find-node-2): Comment out code that skips
11651 breadcrumbs line.
11652 (Info-mouse-follow-link): New command.
11653 (Info-link-keymap): New keymap.
11654 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
11655 Return a string with links instead of inserting breadcrumbs
11656 to the Info buffer.
11657 (Info-fontify-node): Comment out code that inserts breadcrumbs.
11658 Instead of putting the `invisible' text property over the Info
11659 header, make an overlay over the Info header with the `invisible'
11660 property and `after-string' set to the string returned by
11661 `Info-breadcrumbs'.
11662
6e104790 116632010-04-19 Chong Yidong <cyd@stupidchicken.com>
6baa27a2
CY
11664
11665 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
11666 Reported by monkey@sandpframing.com.
11667
98923800
SM
116682010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11669
b5feea0f
SM
11670 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
11671 (tmm-get-keymap): Add key-binding shortcuts now that they're not
11672 available in the "keyseq cache" any more.
11673
98923800
SM
11674 * custom.el (defcustom): Add edebug spec.
11675
fd5c9dfa
JL
116762010-04-18 Juri Linkov <juri@jurta.org>
11677
11678 Test for special mode-class in view-buffer instead of view-file (bug#5513).
11679
11680 * view.el (view-file, view-buffer): Move test for special mode-class
11681 from view-file to view-buffer.
11682
11683 * tar-mode.el (tar-extract): Turn if's into one cond
11684 like in arc-mode.el.
11685
b3671a51
JL
116862010-04-18 Juri Linkov <juri@jurta.org>
11687
11688 Add 7z archive format support (bug#5475).
11689
11690 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
11691 (archive-7z-extract): New defcustom.
11692 (archive-find-type): Add magic string for 7z.
11693 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
11694 If `stderr-file' is non-nil, use `(t stderr-file)' for the
11695 `buffer' arg of `call-process'.
11696 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
11697 call the function `archive-7z-extract' with the variable
11698 `archive-7z-extract' let-bound to `archive-zip-extract'.
11699 (archive-7z-summarize, archive-7z-extract): New functions.
11700
11701 * international/mule.el (auto-coding-alist):
11702 * files.el (auto-mode-alist): Add 7z file extension.
11703
8a37fb25
SM
117042010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11705
e9515805
SM
11706 * loadup.el: Setup hash-cons for pure data.
11707
f8ea0098
SM
11708 Fix duplicate entries in cedet's loaddefs.el files.
11709 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
11710 Should make most file-local generated-autoload-file unnecessary.
11711 (print-readably): Silence warnings.
11712 (autoload-find-destination): Take load-name as an arg to make sure
11713 it's the same as the one that will be in the file.
11714 (autoload-generate-file-autoloads): Adjust to above changes.
11715 Try to make the dataflow a bit simpler.
11716
8a37fb25
SM
11717 * cvs-status.el (cvs-refontify): Remove unused.
11718
f8b91752
JB
117192010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
11720
76e3243a 11721 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
f8b91752 11722
76e3243a 11723 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
f8b91752
JB
11724 twos-complement mode.
11725
d8b01fef
JB
117262010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
11727
76e3243a
JB
11728 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
11729 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
d8b01fef
JB
11730 (calc-inverse): Add "Option" to message, as appropriate.
11731 (calc-hyperbolic): Add "Option" to message, as appropriate.
11732 (calc-option, calc-is-option): New functions.
11733
76e3243a 11734 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
d8b01fef
JB
11735 (calc-option-prefix-help): New function.
11736
76e3243a 11737 * calc/calc-misc.el (calc-help): Add "Option" entry.
d8b01fef 11738
76e3243a 11739 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
d8b01fef
JB
11740 (calc-option-flag): New variable.
11741 (calc-do): Set `calc-option-flag to nil.
11742 (calc-set-mode-line): Add "Opt " as appropriate.
11743
74f806a1
JL
117442010-04-16 Juri Linkov <juri@jurta.org>
11745
11746 Move scrolling commands from simple.el to window.el
11747 because their primitives are implemented in window.c.
11748
11749 * simple.el (scroll-error-top-bottom)
11750 (scroll-up-command, scroll-down-command, scroll-up-line)
11751 (scroll-down-line, scroll-other-window-down)
11752 (beginning-of-buffer-other-window, end-of-buffer-other-window):
11753 * window.el (scroll-error-top-bottom)
11754 (scroll-up-command, scroll-down-command, scroll-up-line)
11755 (scroll-down-line, scroll-other-window-down)
11756 (beginning-of-buffer-other-window, end-of-buffer-other-window):
11757 Move from simple.el to window.el because their primitives are
11758 implemented in window.c.
11759
ad40eec5
JL
117602010-04-16 Juri Linkov <juri@jurta.org>
11761
11762 * isearch.el (isearch-lookup-scroll-key): Check both
11763 `isearch-scroll' and `scroll-command' properties.
11764 (scroll-up, scroll-down): Remove `isearch-scroll' property.
11765
11766 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
11767
11768 * simple.el (scroll-up-command, scroll-down-command)
11769 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
11770
a4b000fb
JL
117712010-04-15 Juri Linkov <juri@jurta.org>
11772
11773 * simple.el (scroll-up-command, scroll-down-command)
11774 (scroll-up-line, scroll-down-line): Put `scroll-command'
11775 property on the these symbols. Remove them from
11776 `scroll-preserve-screen-position-commands'.
11777
11778 * mwheel.el (mwheel-scroll): Put `scroll-command' and
11779 `isearch-scroll' properties on the `mwheel-scroll' symbol.
11780 Remove it from `scroll-preserve-screen-position-commands'.
11781
11782 * isearch.el (isearch-allow-scroll): Doc fix.
11783
4874f5e6
MA
117842010-04-15 Michael Albinus <michael.albinus@gmx.de>
11785
11786 * net/tramp.el (tramp-error-with-buffer): Don't show the
11787 connection buffer when we are in completion mode.
11788 (tramp-file-name-handler): Catch the error for some operations
11789 when we are in completion mode. This gives the user the chance to
11790 correct the file name in the minibuffer.
11791
82883f0a
GM
117922010-04-15 Glenn Morris <rgm@gnu.org>
11793
11794 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
11795
528b9ea9
JB
117962010-04-15 Juanma Barranquero <lekktu@gmail.com>
11797
11798 Simplify by using `define-derived-mode'.
11799 * info.el (Info-mode):
11800 * calendar/todo-mode.el (todo-mode):
11801 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
11802 (gomoku-mode-map): Move initialization into declaration.
11803
5f2b693f
MA
118042010-04-14 Michael Albinus <michael.albinus@gmx.de>
11805
11806 Fix Bug#5840.
11807 * ido.el (ido-file-name-all-completions-1):
11808 * minibuffer.el (minibuffer-completion-help):
11809 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
11810
ebb9641f
SM
118112010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11812
38111a5a
SM
11813 * simple.el (non-essential): New var.
11814
ebb9641f
SM
11815 Add a new field `location' to bookmarks for non-file bookmarks.
11816 * bookmark.el (bookmark-location): Use the new field, if present.
11817 (bookmark-insert-location): Undo last change, not needed any more.
11818 * man.el (Man-bookmark-make-record):
11819 * woman.el (woman-bookmark-make-record): Add `location' field.
11820
7b05466f
JL
118212010-04-14 Juri Linkov <juri@jurta.org>
11822
11823 * simple.el (scroll-error-top-bottom): New defcustom.
11824 (scroll-up-command, scroll-down-command): Use it. Doc fix.
11825
11826 * emulation/pc-select.el (pc-select-override-scroll-error):
11827 Obsolete in favor of `scroll-error-top-bottom'.
11828
32129746
JL
118292010-04-14 Juri Linkov <juri@jurta.org>
11830
11831 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
11832 `scroll-up-command' and `M-v' to `scroll-down-command'.
11833
11834 * emulation/cua-rect.el (cua--init-rectangles):
11835 * forms.el (forms--change-commands):
11836 * image-mode.el (image-mode-map):
11837 Remap scroll-down-command and scroll-up-command
11838 in addition to scroll-down and scroll-up.
11839
9013a7f8
JL
118402010-04-14 Juri Linkov <juri@jurta.org>
11841
11842 * mwheel.el (scroll-preserve-screen-position-commands):
11843 Add mwheel-scroll to this list of commands.
11844
11845 * simple.el (scroll-preserve-screen-position-commands):
11846 Add scroll-up-command, scroll-down-command, scroll-up-line,
11847 scroll-down-line to this list of commands.
11848
3b7e1d5f
SM
118492010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
11850
c1e25821
SM
11851 * obsolete/complete.el: Move from lisp/complete.el.
11852
5b31b787
SM
11853 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
11854
3b7e1d5f
SM
11855 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
11856 to the minor mode function now turns the mode ON unconditionally.
11857
398a825b
SM
118582010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11859
a544e7c1
SM
11860 * vc-dir.el (vc-dir-kill-line): New command.
11861 (vc-dir-mode-map): Bind it to C-k.
11862
a1979d8e
SM
11863 * bookmark.el (bookmark-insert-location): Handle a nil filename.
11864
398a825b
SM
11865 * woman.el: Add bookmark declarations to silence the compiler.
11866 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
11867 step to compatibility between man and woman bookmarks.
11868 Adjust for Man-default-bookmark-title renaming.
11869 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
11870
11871 * man.el: Add bookmark declarations to silence the compiler.
11872 (Man-name-local-regexp): Make it match NAME as well.
11873 (Man-getpage-in-background): Return the buffer.
11874 (Man-notify-when-ready): Use `case'.
11875 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
11876 Don't hardcode "NAME". Simplify.
11877 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
11878 Rename from Man-bookmark-make-record.
11879 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
11880 we have the actual man-args. Use Man-getpage-in-background rather
11881 than `man' since the arg is already processed. Let bookmark.el do the
11882 window handling. Only wait for the relevant process.
11883 Don't forget to autoload.
11884
11885 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
11886
45be326a
TV
118872010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11888
11889 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
11890 New functions.
11891 (woman-mode): Setup bookmark support.
11892
11893 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
11894 (man-bookmark-jump): New functions.
11895 (Man-mode): Setup bookmark support.
11896
3acb4c93
CY
118972010-04-10 Jari Aalto <jari.aalto@cante.net>
11898
11899 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
11900 recognize ssh-keygen prompt (Bug#2817).
11901
b6bbb65e
MA
119022010-04-10 Michael Albinus <michael.albinus@gmx.de>
11903
11904 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
11905
b533bc97
MA
119062010-04-10 Michael Albinus <michael.albinus@gmx.de>
11907
11908 Synchronize with Tramp repository.
11909
11910 * net/tramp.el (tramp-completion-function-alist)
11911 (tramp-file-name-regexp, tramp-chunksize)
45be326a
TV
11912 (tramp-local-coding-commands, tramp-remote-coding-commands):
11913 Fix docstring.
11914 (tramp-remote-process-environment): Use `format' instead of `concat'.
b533bc97
MA
11915 (tramp-handle-directory-files-and-attributes)
11916 (tramp-get-remote-path): Use `copy-tree'.
11917 (tramp-handle-file-name-all-completions): Backward/ XEmacs
11918 compatibility: Use `completion-ignore-case' if
11919 `read-file-name-completion-ignore-case' does not exist.
11920 (tramp-do-copy-or-rename-file-directly): Do not use
11921 `tramp-handle-file-remote-p'.
45be326a
TV
11922 (tramp-do-copy-or-rename-file-out-of-band):
11923 Use `tramp-compat-delete-directory'.
b533bc97 11924 (tramp-do-copy-or-rename-file-out-of-band)
45be326a
TV
11925 (tramp-compute-multi-hops, tramp-maybe-open-connection):
11926 Use `format-spec-make'.
b533bc97
MA
11927 (tramp-find-foreign-file-name-handler)
11928 (tramp-advice-make-auto-save-file-name)
11929 (tramp-set-auto-save-file-modes): Remove superfluous check for
11930 `stringp'. This is done inside `tramp-tramp-file-p'.
11931 (tramp-debug-outline-regexp): New defconst.
11932 (tramp-get-debug-buffer): Use it.
11933 (tramp-check-for-regexp): Use (forward-line 1).
11934 (tramp-set-auto-save-file-modes): Adapt version check.
11935
45be326a
TV
11936 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
11937 Wrap call of `featurep' for 2nd argument.
b533bc97
MA
11938 (tramp-compat-make-temp-file): Simplify fallback implementation.
11939 (tramp-compat-copy-tree): Remove function.
11940 (tramp-compat-delete-directory): Provide implementation for older
11941 Emacsen.
11942
11943 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
11944 Do not use `tramp-fish-handle-file-attributes.
11945
11946 * net/trampver.el: Update release number.
11947
ba33df00
GM
119482010-04-10 Glenn Morris <rgm@gnu.org>
11949
11950 * progmodes/compile.el (compilation-save-buffers-predicate):
11951 Add missing :version tag.
11952
4a8ae76f
SS
119532010-04-09 Sam Steingold <sds@gnu.org>
11954
11955 * progmodes/compile.el (compilation-save-buffers-predicate):
11956 Remove the "autoload" cookie.
11957
0880716f
SS
11958 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
11959 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
11960 and `bug-reference-prog-mode' can be used in hooks directly.
11961
6aebd58c
DN
119622010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
11963
11964 Add --author support to git commit.
11965 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
11966 (vc-git-log-edit-mode): New minor mode.
45be326a
TV
11967 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
11968 New declarations.
6aebd58c 11969
f6d90772
ER
119702010-04-09 Eric Raymond <esr@snark.thyrsus.com>
11971
11972 * vc-hooks.el, vc-git.el: Improve documentation comments.
11973
e754e83b
SM
119742010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11975
11976 Fix some of the problems in defsubst* (bug#5728).
11977 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
11978 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
11979
9e86ab0b
SS
119802010-04-07 Sam Steingold <sds@gnu.org>
11981
e754e83b
SM
11982 * progmodes/compile.el (compilation-save-buffers-predicate):
11983 New custom variable.
9e86ab0b
SS
11984 (compile, recompile): Pass it to `save-some-buffers'.
11985
b0c8b840
JD
119862010-04-07 Jan Djärv <jan.h.d@swipnet.se>
11987
11988 * wid-edit.el (widget-choose): Move cursor to the second line of
11989 the buffer (Bug#5695).
11990
31527c56
DN
119912010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
11992
11993 Add new VC methods: vc-log-incoming and vc-log-outgoing.
11994 * vc.el (vc-print-log-setup-buttons): New function split out from
11995 vc-print-log-internal.
11996 (vc-log-internal-common): New function, a parametrized version of
11997 vc-print-log-internal.
11998 (vc-print-log-internal): Just call vc-log-internal-common with the
11999 right arguments.
12000 (vc-incoming-outgoing-internal):
12001 (vc-log-incoming, vc-log-outgoing): New functions.
12002 (vc-log-view-type): New permanent local variable.
12003
12004 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
12005
12006 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
12007 of the dynamic bound vc-short-log.
12008 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
12009
12010 * vc-git.el (vc-git-log-outgoing): New function.
12011 (vc-git-log-view-mode): Use vc-log-view-type instead
12012 of the dynamic bound vc-short-log.
12013
12014 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
12015 of the dynamic bound vc-short-log. Highlight the tag.
12016 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
12017 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
12018 (vc-hg-incoming-mode): Remove.
12019 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
12020
7ec69e2b
DN
120212010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
12022
12023 Fix default-directory for vc-root-diff.
12024 * vc.el (vc-root-diff): Bind default-directory to the root
12025 directory for the diff command.
12026
fd9ea9d3
WS
120272010-04-07 Michael McNamara <mac@mail.brushroad.com>
12028
6e104790 12029 * progmodes/verilog-mode.el (verilog-forward-sexp):
31527c56
DN
12030 (verilog-calc-1): Support "disable fork" and "fork wait" multi
12031 word keywords, suggested by Steve Pearlmutter.
6e104790 12032 (verilog-pretty-declarations): Support lineup of declarations in
fd9ea9d3 12033 port lists.
6e104790 12034 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
c4cc8b9a 12035 fix bug for /* / comments.
6e104790 12036 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
fd9ea9d3 12037 Speed up and simplfy as this is never called with a bound.
6e104790
SM
12038 (verilog-pretty-declarations): Enhance to line up declarations
12039 inside a parameter list, suggested by Alan Morgan.
12040 (verilog-pretty-expr): Tune assignment regular expression match
12041 string for corner cases; also use markers instead of character
12042 number as indent changes the later.
fd9ea9d3
WS
12043
120442010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
12045
6e104790
SM
12046 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
12047 as missing keyword.
12048 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
12049 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
12050 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
12051 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
12052 Tennant.
12053 (verilog-keywords):
fd9ea9d3
WS
12054 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
12055 1800-2009 keywords, including "global.".
12056
2a07afc5
JW
120572010-04-06 John Wiegley <jwiegley@gmail.com>
12058
8b32731a 12059 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2a07afc5 12060 appearing in buffer list (if a live buffer name matched a recentf
8b32731a 12061 file basename). Should use uniquify to offer a real solution.
2a07afc5 12062
f9a27d86
JW
120632010-04-06 John Wiegley <jwiegley@gmail.com>
12064
8b32731a
JB
12065 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
12066 comment to code, and add a :version tag.
12067 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
f9a27d86 12068
9caf8a8f
JB
120692010-04-06 Juanma Barranquero <lekktu@gmail.com>
12070
12071 Enable recentf-mode if using virtual buffers.
12072 * ido.el (recentf-list): Declare for byte-compiler.
93acd23d 12073 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
9caf8a8f
JB
12074 (ido-make-buffer-list): Simplify.
12075 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
12076
5a97d2da
JL
120772010-04-05 Juri Linkov <juri@jurta.org>
12078
12079 Scrolling commands which scroll a line instead of full screen.
12080 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12081
12082 * simple.el (scroll-up-line, scroll-down-line): New commands.
12083 Put property isearch-scroll=t on them.
12084
12085 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
12086 Remove commands.
12087
79ce172a
JL
120882010-04-05 Juri Linkov <juri@jurta.org>
12089
8b32731a 12090 Scrolling commands which do not signal errors at top/bottom.
79ce172a
JL
12091 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12092
12093 * simple.el (scroll-up-command, scroll-down-command): New commands.
12094 Put property isearch-scroll=t on them.
12095
12096 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
12097 `scroll-down-command' and [next] from `scroll-up' to
12098 `scroll-up-command'.
12099
12100 * emulation/cua-base.el: Put property CUA=move on
12101 `scroll-up-command' and `scroll-down-command'.
12102 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
12103 and `scroll-down-command' to `cua-scroll-down'.
12104
309d5b43
JB
121052010-04-05 Juanma Barranquero <lekktu@gmail.com>
12106
6460e534 12107 * help.el (describe-mode): Return nil.
309d5b43 12108
0523d117
JW
121092010-04-04 John Wiegley <jwiegley@gmail.com>
12110
12111 * ido.el (ido-use-virtual-buffers): New variable to indicate
f9a27d86 12112 whether "virtual buffer" support is enabled for IDO.
0523d117
JW
12113 (ido-virtual): Face used to indicate virtual buffers in the list.
12114 (ido-buffer-internal): If a buffer is chosen, and no such buffer
12115 exists, but a virtual buffer of that name does (which would be why
12116 it was in the list), recreate the buffer by reopening the file.
12117 (ido-make-buffer-list): If virtual buffers are being used, call
12118 `ido-add-virtual-buffers-to-list' before the make list hook.
12119 (ido-virtual-buffers): New variable which contains a copy of the
12120 current contents of the `recentf-list', albeit pared down for the
12121 sake of speed, and with proper faces applied.
12122 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
12123 create a list of "virtual buffers" to present to the user in
12124 addition to the currently open set. Note that this logic could
12125 get rather slow if that list is too large. With the default
12126 `recentf-max-saved-items' of 200, there is little speed penalty.
12127
202ff0d6
SM
121282010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12129
12130 * font-lock.el: Require CL when compiling.
12131 (font-lock-turn-on-thing-lock): Use `case'.
12132
ef43a0f4
EZ
121332010-04-03 Eli Zaretskii <eliz@gnu.org>
12134
12135 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
12136 Zaretskii.
ef43a0f4 12137
9c13a46e
JL
121382010-04-02 Juri Linkov <juri@jurta.org>
12139
12140 * ehelp.el (electric-help-orig-major-mode):
12141 New buffer-local variable.
12142 (electric-help-mode): Set it to original major-mode. Doc fix.
12143 (with-electric-help): Use `electric-help-orig-major-mode' instead
12144 of (default-value 'major-mode). Doc fix.
12145 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
12146
3fb87bf5
SS
121472010-04-02 Sam Steingold <sds@gnu.org>
12148
12149 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
12150 `vc-hg-command' with a list of flags.
12151
202ff0d6
SM
12152 * progmodes/bug-reference.el (bug-reference-bug-regexp):
12153 Also accept "patch" and "RFE".
dbb5e44a
SS
12154 (bug-reference-fontify): `bug-reference-url-format' can also be a
12155 function to be able to handle the bug kind.
202ff0d6 12156 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
dbb5e44a 12157
d0b22876
JD
121582010-04-02 Jan Djärv <jan.h.d@swipnet.se>
12159
12160 * tmm.el (tmm-get-keymap): Check with symbolp before passing
12161 value to fboundp, it may not be a symbol.
12162
1625d379
CY
121632010-03-31 Chong Yidong <cyd@stupidchicken.com>
12164
202ff0d6 12165 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
1625d379 12166
1cd095c6
JL
121672010-03-31 Juri Linkov <juri@jurta.org>
12168
12169 * simple.el (next-line, previous-line): Re-throw a signal
12170 with `signal' instead of using `ding'.
12171 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
12172
67189e62
JL
121732010-03-31 Juri Linkov <juri@jurta.org>
12174
12175 * simple.el (keyboard-escape-quit): Raise deselecting the active
12176 region higher than exiting the minibuffer.
12177 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
12178
1546c559
JL
121792010-03-31 Juri Linkov <juri@jurta.org>
12180
12181 * image.el (image-animated-p): Use `image-metadata' instead of
12182 `image-extension-data'. Get GIF extenstion data from metadata
12183 property `extension-data'.
12184
85626eef
SM
121852010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12186
12187 * simple.el (append-to-buffer): Simplify.
12188
85738751 121892010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
b42da387
TA
12190
12191 * textmodes/artist.el (artist-mode): Fix typo in docstring.
12192 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
12193
85738751 121942010-03-31 Kenichi Handa <handa@m17n.org>
42763dda
KH
12195
12196 * language/sinhala.el (composition-function-table): Fix regexp for
12197 the new Unicode specification.
12198
12199 * language/indian.el (devanagari-composable-pattern)
12200 (tamil-composable-pattern, kannada-composable-pattern)
85626eef 12201 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
12202 specification.
12203 (bengali-composable-pattern, gurmukhi-composable-pattern)
12204 (gujarati-composable-pattern, oriya-composable-pattern)
12205 (telugu-composable-pattern): New variables to cope with the new
12206 Unicode specification. Use them in composition-function-table.
12207
85738751 122082010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
fe59d705 12209
79d74ac5 12210 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
12211 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
12212 vectors rather than cons cells, as used in menu-bar-update-buffers.
12213
85738751 122142010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be 12215
2a793f7f
CY
12216 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
12217 (js-insert-and-indent): Revert 2009-08-15 change, restoring
12218 electric punctuation for "{}();,:" (Bug#5586).
12219
03ffe8be
CY
12220 * mail/sendmail.el (mail-default-directory): Doc fix.
12221
85738751 122222010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be
CY
12223
12224 * mail/sendmail.el (mail-default-directory): Doc fix.
12225
85738751 122262010-03-31 Eli Zaretskii <eliz@gnu.org>
94785022
EZ
12227
12228 * subr.el (version-regexp-alist, version-to-list)
12229 (version-list-<, version-list-=, version-list-<=)
12230 (version-list-not-zero, version<, version<=, version=): Doc fix.
12231 (Bug#5744).
12232
85738751 122332010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
431af6a4
DN
12234
12235 * vc.el (vc-root-diff): Doc fix.
12236
85738751 122372010-03-31 Chong Yidong <cyd@stupidchicken.com>
9d30a9f4 12238
9aa2c576
CY
12239 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
12240
9d30a9f4
CY
12241 * simple.el (append-to-buffer): Fix last change.
12242
85738751 122432010-03-31 Chong Yidong <cyd@stupidchicken.com>
d0fba174
CY
12244
12245 * simple.el (append-to-buffer): Ensure that point is preserved if
12246 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
12247 (Bug#5749)
12248
2372f278
SM
122492010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12250
12251 * files.el (auto-mode-case-fold): Change default to t.
12252
2223a1b3
JL
122532010-03-30 Juri Linkov <juri@jurta.org>
12254
12255 * dired-x.el (dired-omit-mode): Doc fix.
12256
0ef84fc8
JL
122572010-03-30 Juri Linkov <juri@jurta.org>
12258
12259 * replace.el (occur-accumulate-lines): Move occur-engine related
12260 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
12261 to be located after `occur-engine'.
12262
dc2d2590
JL
122632010-03-30 Juri Linkov <juri@jurta.org>
12264
12265 Make occur handle multi-line matches cleanly with context.
12266 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
12267
12268 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
12269 (occur-engine): Add local variables `ret', `prev-after-lines',
12270 `prev-lines'. Use more arguments for `occur-context-lines'.
12271 Set first elem of its returned list to `data', and the second elem
12272 to `prev-after-lines'. Don't print the separator line.
12273 In the end, print remaining context after-lines.
12274 (occur-context-lines): Add new arguments `begpt', `endpt',
12275 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
12276 after-lines of the previous match with before-lines of the
12277 current match and not overlap them. Return a list with two
12278 values: the output line and the list of context after-lines.
12279
47c88c06
JL
122802010-03-30 Juri Linkov <juri@jurta.org>
12281
12282 * replace.el (occur-accumulate-lines): Fix a bug where the first
12283 context line at the beginning of the buffer was missing.
12284
a7b02820
EZ
122852010-03-30 Eli Zaretskii <eliz@gnu.org>
12286
12287 * files.el: Make bidi-display-reordering safe variable for boolean
12288 values.
12289
9326ba26 122902010-03-29 Phil Hagelberg <phil@evri.com>
4e2af782 12291 Chong Yidong <cyd@stupidchicken.com>
9326ba26
CY
12292
12293 * subr.el: Extend progress reporters to perform "spinning".
85626eef
SM
12294 (progress-reporter-update, progress-reporter-do-update):
12295 Handle non-numeric value arguments.
9326ba26
CY
12296 (progress-reporter--pulse-characters): New var.
12297
f6f8aa12
CY
122982010-03-28 Chong Yidong <cyd@stupidchicken.com>
12299
12300 * progmodes/compile.el (compilation-start): Fix regexp detection
12301 of initial cd command (Bug#5771).
12302
7ed287b5
CY
123032010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
12304
12305 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
12306
146b8b16
NR
123072010-03-27 Nick Roberts <nickrob@snap.net.nz>
12308
12309 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
76e3243a
JB
12310 * progmodes/gdb-mi.el: Restore.
12311 * progmodes/gdb-ui.el: Remove.
12312 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
146b8b16 12313
b23caf75
GM
123142010-03-25 Glenn Morris <rgm@gnu.org>
12315
12316 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
12317 all dired buffers, even tramp ones. (Bug#5755)
12318
18c812bd
SM
123192010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12320
12321 Add "union tags" in mpc.el.
12322 * mpc.el: Remove backward compatibility code.
12323 (mpc-browser-tags): Change default.
12324 (mpc--find-memoize-union-tags): New var.
12325 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
12326 (mpc-cmd-find): Handle the case where the playlist does not exist.
12327 Handle union-tags.
12328 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
12329 (mpc-cmd-add): Use mpc-cmd-flush.
12330 (mpc-tagbrowser-tag-name): New fun.
12331 (mpc-tagbrowser-buf): Use it.
12332 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
12333
efee6a6d
SM
123342010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12335
9586c41a
SM
12336 Misc cleanup.
12337 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
12338 Use replace-regexp-in-string.
12339 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
12340 (makefile-imake-mode-syntax-table): Move init into defvar.
12341 (makefile-mode): Use define-derived-mode.
12342
efee6a6d
SM
12343 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
12344 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
12345 not be present any more.
12346
c6f3804c
JB
123472010-03-24 Juanma Barranquero <lekktu@gmail.com>
12348
12349 * faces.el (set-face-attribute): Fix typo in docstring.
12350 (face-valid-attribute-values): Reflow docstring.
12351
e867cb5d 123522010-03-24 Glenn Morris <rgm@gnu.org>
4c3a215a 12353
efee6a6d 12354 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 12355
e867cb5d 123562010-03-24 Chong Yidong <cyd@stupidchicken.com>
e9ba3e26
CY
12357
12358 * indent.el (indent-for-tab-command): Doc fix.
12359
e867cb5d 123602010-03-24 Alan Mackenzie <acm@muc.de>
657071fc 12361
efee6a6d
SM
12362 * progmodes/cc-engine.el (c-remove-stale-state-cache):
12363 Fix off-by-one error. Fixes bug #5747.
657071fc 12364
e867cb5d 123652010-03-24 Juanma Barranquero <lekktu@gmail.com>
c8de140b
JB
12366
12367 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
12368 (image-dired-read-comment): Doc fix.
12369
efee6a6d
SM
12370 * json.el (json-object-type, json-array-type, json-key-type)
12371 (json-false, json-null, json-read-number):
c8de140b
JB
12372 * minibuffer.el (completion-in-region-functions):
12373 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
12374 (cal-tex-cursor-week):
12375 * emacs-lisp/trace.el (trace-function):
12376 * eshell/em-basic.el (eshell/printnl):
12377 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
12378 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
12379 * obsolete/levents.el (allocate-event, event-key, event-object)
12380 (event-point, event-process, event-timestamp, event-to-character)
12381 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
12382 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
12383 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
12384 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
12385 (reftex-highlight-selection): Fix typos in docstrings.
12386
e867cb5d 123872010-03-24 Juanma Barranquero <lekktu@gmail.com>
d1200087
JB
12388
12389 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
12390
e867cb5d 123912010-03-24 Glenn Morris <rgm@gnu.org>
f454672b
GM
12392
12393 * mail/rmail.el (rmail-highlight-face): Restore option deleted
12394 2008-02-13 without comment; mark it obsolete.
12395 (rmail-highlight-headers): Use rmail-highlight-face once more.
12396
e867cb5d 123972010-03-24 Chong Yidong <cyd@stupidchicken.com>
d5704d66
CY
12398
12399 * woman.el (woman2-process-escapes): Only consume the newline if
12400 the filler character is on a line by itself (Bug#5729).
12401
e867cb5d 124022010-03-24 Kenichi Handa <handa@m17n.org>
fade35dd
KH
12403
12404 * language/indian.el (devanagari-composable-pattern): Add more
12405 consonants.
12406
e867cb5d 124072010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
12408
12409 * net/trampver.el: Update release number.
12410
e867cb5d 124112010-03-24 Michael Albinus <michael.albinus@gmx.de>
c0e17ff2 12412
efee6a6d
SM
12413 * net/tramp.el (tramp-find-executable):
12414 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
12415 output of "wc -l" more robust.
12416 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
12417 (tramp-open-connection-setup-interactive-shell): Remove workaround
12418 for OpenSolaris bug, it is not needed anymore.
12419
e867cb5d 124202010-03-24 Glenn Morris <rgm@gnu.org>
eb123b12
GM
12421
12422 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
12423
e867cb5d 124242010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
5f8d2ce0
WS
12425
12426 * files.el (auto-mode-alist): Accept more verilog file patterns.
12427
b2b8574b
SM
124282010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12429
12430 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
12431
1d94ebb0
GM
124322010-03-24 Glenn Morris <rgm@gnu.org>
12433
7e263967
GM
12434 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
12435 log-edit-before-checkin-process.
12436
5ac92c5f
GM
12437 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
12438
12439 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
ebbe23dd 12440
549f324a
GM
12441 * vc-dispatcher.el (vc-start-logentry): Doc fix.
12442 (log-view-process-buffer, log-edit-extra-flags): Declare.
12443
495b517c
GM
12444 * log-edit.el (log-edit-before-checkin-process): Doc fix.
12445
f4087766
SS
124462010-03-23 Sam Steingold <sds@gnu.org>
12447
12448 Fix bug#5620: recalculate all markers on compilation buffer
12449 modifications, not on file modifications.
38e9aa53
GM
12450 * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
12451 variable: the buffer modification time, for buffers not associated with
12452 files.
f4087766
SS
12453 (compilation-mode): Create it.
12454 (compilation-filter): Update it.
12455 (compilation-next-error-function): Use it instead of
12456 `visited-file-modtime' for timestamp.
12457
774642e5
JL
124582010-03-23 Juri Linkov <juri@jurta.org>
12459
12460 Implement Occur multi-line matches.
12461 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
12462
12463 * replace.el (occur): Doc fix.
12464 (occur-engine): Set `begpt' to the beginning of the first line.
12465 Set `endpt' to the end of the last match line. At first, count
12466 line numbers between `origpt' and `begpt'. Split out code from
12467 `out-line' variable to new let-bindings `match-prefix' and
12468 `match-str'. In `out-line' add non-numeric prefix to all
12469 non-first lines of multi-line matches. Finally, count lines
12470 between `begpt' and `endpt' and add to `lines'.
12471
f14d1172
JL
124722010-03-23 Juri Linkov <juri@jurta.org>
12473
12474 * replace.el (occur-accumulate-lines, occur-engine):
12475 Use `occur-engine-line' instead of duplicate code.
12476 (occur-engine-line): New function created from duplicate code
12477 in `occur-accumulate-lines' and `occur-engine'.
12478
53e87c57
JL
12479 * replace.el (occur-engine-line): Add optional arg `keep-props'.
12480 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
12481
75a3ff20
JL
124822010-03-23 Juri Linkov <juri@jurta.org>
12483
12484 * finder.el: Remove TODO tasks.
12485
12486 * info.el (Info-finder-find-node): Add node "all"
12487 with all package info. Handle a list of multiple keywords
12488 separated by comma.
12489 (info-finder): In interactive use with a prefix argument,
12490 use `completing-read-multiple' to read a list of keywords
12491 separated by comma.
12492
00278747
SM
124932010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12494
12495 Add a new completion style `substring'.
12496 * minibuffer.el (completion-basic--pattern): New function.
12497 (completion-basic-try-completion, completion-basic-all-completions):
12498 Use it.
12499 (completion-substring--all-completions)
12500 (completion-substring-try-completion)
12501 (completion-substring-all-completions): New functions.
12502 (completion-styles-alist): New style `substring'.
12503
64cb11cc
SM
125042010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12505
12506 Get rid of .elc files after removal of the corresponding .el.
12507 * Makefile.in (compile-clean): New target.
12508 (compile-main): Use it.
12509
835e2c65
JD
125102010-03-22 Jan Djärv <jan.h.d@swipnet.se>
12511
12512 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
12513 don't do make there. When compiling with separate object dir, there
12514 is no Makefile there.
12515
111a9dff
SM
125162010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12517
12518 Get rid of the ELCFILES abomination, again.
12519 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
12520 (all, compile): Don't call compile-last.
12521 (compile-main): Build the "elcfiles" list dynamically.
12522 (compile-targets): New (internal) target.
12523
82c3d67a
AS
125242010-03-21 Andreas Schwab <schwab@linux-m68k.org>
12525
12526 * Makefile.in (top_srcdir): Define.
12527 (abs_top_builddir): Define.
12528 (srcdir): Don't append `/..'.
12529 (EMACS): Use ${abs_top_builddir}.
12530 (all, compile, compile-always, compile-last): Don't set emacswd.
64cb11cc
SM
12531 (update-subdirs, update-authors): Use $(top_srcdir) instead of
12532 $(srcdir).
82c3d67a
AS
12533 (lisp): Use $(srcdir) instead of @srcdir@.
12534
d66ecdbb
JL
125352010-03-21 Juri Linkov <juri@jurta.org>
12536
12537 Fix message of multi-line occur regexps and multi-buffer header lines.
12538 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
12539
12540 * replace.el (occur-1): Don't display regexp if it is longer
12541 than window-width. Use `query-replace-descr' to display regexp.
12542 (occur-engine): Don't display regexp in the buffer header for
12543 multi-buffer occur. Display a separate header line with total
12544 match count and regexp for multi-buffer occur.
12545 Use `query-replace-descr' to display regexp.
12546
f05e1b94
TZ
125472010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
12548
12549 * net/secrets.el: Fix parenthesis.
12550 (secrets-enabled): Fix parenthesis.
12551
801ba3ba
SM
125522010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12553
3613edce
SM
12554 Use more relative file and directory names.
12555 * Makefile.in (EMACS): Arrange for it to work when we chdir.
12556 (setwins, setwins_almost, setwins_for_subdirs):
12557 Don't `cd'; output relative names.
12558 (all, compile, compile-always, compile-last): Set emacswd.
12559 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
12560 Just cd to the lisp source dir so we can use relative file names.
12561
801ba3ba
SM
12562 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
12563
2b1400b9
GM
125642010-03-20 Glenn Morris <rgm@gnu.org>
12565
12566 * textmodes/rst.el: Use faces for font-lock customization, and make the
12567 old -face variables obsolete.
12568 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
12569 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
12570 (rst-block-face, rst-external-face, rst-definition-face)
12571 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
12572 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
12573 Make obsolete.
12574 (rst-font-lock-keywords-function): Update for above changes.
12575
5e418f17
JL
125762010-03-20 Juri Linkov <juri@jurta.org>
12577
12578 * s-region.el:
12579 * obsolete/s-region.el: Move to obsolete.
12580
b0287b39
JB
125812010-03-19 Juanma Barranquero <lekktu@gmail.com>
12582
12583 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
12584
3c95bbb6
DN
125852010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12586
12587 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
12588
09158997
DN
125892010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12590
12591 Add special markup processing for commit logs.
12592 * log-edit.el (log-edit-extra-flags): New variable.
12593 (log-edit): Add new argument MODE. Use that mode when non-nil
12594 instead of the log-view-mode.
12595 (log-view-process-buffer): New function.
12596
12597 * vc.el: Document that the checkin method takes optional
12598 arguments. Document new backend specific method: log-view-mode.
12599 (vc-default-log-edit-mode): New function.
12600 (vc-checkin): Use a backend specific log-view-mode.
12601 Pass extra arguments to the checkin method.
12602 (vc-modify-change-comment): Pass a dummy extra argument.
12603
12604 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
12605 log-edit.
12606 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
12607 (vc-finish-logentry): Process the log buffer before passing it
12608 down. Pass log-edit-extra-flags.
12609
12610 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
12611 command.
85626eef
SM
12612 (log-edit-extra-flags, log-edit-before-checkin-process):
12613 New declarations.
09158997
DN
12614
12615 * vc-hg.el (vc-hg-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 (vc-hg-log-edit-mode): New derived mode.
12620
12621 * vc-arch.el (vc-arch-checkin):
12622 * vc-cvs.el (vc-cvs-checkin):
12623 * vc-git.el (vc-git-checkin):
12624 * vc-mtn.el (vc-mtn-checkin):
12625 * vc-rcs.el (vc-rcs-checkin):
12626 * vc-sccs.el (vc-sccs-checkin):
12627 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
12628
f430423d
SM
126292010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12630
12631 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
12632 parent typo).
12633
aa8f8277
GM
126342010-03-19 Glenn Morris <rgm@gnu.org>
12635
f430423d 12636 * password-cache.el (password-cache, password-cache-expiry): Autoload.
aa8f8277 12637
04525749
GM
126382010-03-18 Glenn Morris <rgm@gnu.org>
12639
c70815f1
GM
12640 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
12641
84d0a5f8
GM
12642 * replace.el (query-replace-history): Give it a doc string.
12643 (map-query-replace-regexp): Use query-replace-from-history-variable
12644 and query-replace-to-history-variable.
12645
e3a15161
GM
12646 * mail/hashcash.el (declare-function): Remove duplicate definition.
12647
27be0364
GM
12648 * mail/emacsbug.el (report-emacs-bug-pretest-address):
12649 Make it an obsolete alias for report-emacs-bug-address.
12650 (message-strip-special-text-properties): Declare.
12651 (report-emacs-bug): Remove test for a pretest bug address.
12652 Combine message-mode-specific code.
12653
88b8d18e
GM
12654 * mail/supercite.el: Don't require sendmail.
12655 (mh-in-header-p): Declare rather than using with-no-warnings.
12656 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
12657 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
12658
1a355d09
GM
12659 * calendar/cal-french.el: Convert to utf-8.
12660
04525749
GM
12661 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
12662 Emacs scripts.
12663
ae84eb97
MA
126642010-03-16 Michael Albinus <michael.albinus@gmx.de>
12665
12666 * net/secrets.el (secrets-enabled): New variable. Use it instead
12667 of a subfeature.
12668
7c75524e
MA
126692010-03-15 Michael Albinus <michael.albinus@gmx.de>
12670
12671 * net/secrets.el (top): Register the D-Bus signals only when the
f430423d
SM
12672 service "org.freedesktop.secrets" can be pinged.
12673 Provide subfeature `enabled'.
7c75524e 12674
57938a79
JL
126752010-03-14 Juri Linkov <juri@jurta.org>
12676
12677 Add finder unknown keywords.
12678
12679 * finder.el (finder-unknown-keywords): New function.
12680
12681 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
12682 to create a Finder node with unknown keywords.
12683
88f4758e
JL
126842010-03-14 Juri Linkov <juri@jurta.org>
12685
12686 * finder.el (finder-compile-keywords): Replace `princ' with
12687 `prin1' on a list of symbols interned from keyword strings.
12688
12689 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
12690 a comma, then split keywords using a comma and optional whitespace.
12691 Otherwise, split by whitespace.
12692
12693 * complete.el:
12694 * face-remap.el:
12695 * log-view.el:
12696 * net/hmac-def.el:
12697 * net/hmac-md5.el:
12698 * net/netrc.el:
12699 * progmodes/mixal-mode.el: Fix keywords.
12700
7725ebb7
MA
127012010-03-13 Michael Albinus <michael.albinus@gmx.de>
12702
12703 * Makefile.in (ELCFILES): Add net/secrets.elc.
12704
12705 * net/secrets.el: New file.
12706
6f320937
CY
127072010-03-12 Chong Yidong <cyd@stupidchicken.com>
12708
12709 * facemenu.el (list-colors-display, list-colors-print): New arg
12710 callback. Use it to allow selecting colors.
12711
12712 * wid-edit.el (widget-image-insert): Insert image prop even if the
12713 current display is non-graphic.
12714 (widget-field-value-set): New fun.
12715 (editable-field): Use it.
12716 (widget-field-value-get): Clean up unused var.
85626eef
SM
12717 (widget-color-value-create, widget-color--choose-action):
12718 New funs. Allow using list-colors-display to choose color.
6f320937 12719
647f9993
CY
127202010-03-12 Chong Yidong <cyd@stupidchicken.com>
12721
12722 * cus-edit.el: Resort topmost custom groups.
12723 (custom-buffer-sort-alphabetically): Default to t.
12724 (customize-apropos): Use apropos-parse-pattern.
12725 (custom-search-field): New var.
12726 (custom-buffer-create-internal): Add custom-apropos search field.
12727 (custom-add-parent-links): Don't display parent doc.
12728 (custom-group-value-create): Don't sort top-level custom group.
85626eef 12729 (custom-magic-value-create): Show visibility button before option name.
647f9993
CY
12730
12731 (custom-variable-state): New fun, from custom-variable-state-set.
12732 (custom-variable-state-set): Use it.
12733 (custom-group-value-create): Hide options with standard values
12734 using the :hidden-states property. Use progress reporter.
12735
12736 (custom-show): Simplify.
12737 (custom-visibility): Disable images by default.
12738 (custom-variable): New property :hidden-states.
12739 (custom-variable-value-create): Enable images for
12740 custom-visibility widgets. Use :hidden-states property to
12741 determine initial visibility.
12742
12743 * wid-edit.el (widget-image-find): Give images center ascent.
12744 (visibility): Add :on-image and :off-image properties.
12745 (widget-visibility-value-create): Use them.
12746
eba5b4dd
CY
127472010-03-12 Chong Yidong <cyd@stupidchicken.com>
12748
12749 * cus-edit.el (processes): Remove from development group.
12750 (oop, hypermedia): Delete group.
26f4b8ab 12751 (comm): Promote to top-level group.
eba5b4dd
CY
12752
12753 * net/browse-url.el (browse-url):
12754 * net/xesam.el (xesam):
12755 * net/tramp.el (tramp):
12756 * net/goto-addr.el (goto-address):
26f4b8ab 12757 * net/ange-ftp.el (ange-ftp): Put in comm group.
eba5b4dd
CY
12758
12759 * view.el (view): Remove from editing group.
12760
12761 * uniquify.el (uniquify): Put in files group.
12762
12763 * net/browse-url.el (browse-url):
12764 * ps-print.el (postscript): Put in external group.
12765
12766 * cus-edit.el (outlines):
12767 * textmodes/text-mode.el (text-mode-hook):
12768 * textmodes/table.el (table):
12769 * textmodes/picture.el (picture):
12770 * outline.el (outlines): Put in wp group.
12771
12772 * nxml/nxml-mode.el (nxml): Remove from wp group.
12773
12774 * net/tramp-imap.el (tramp-imap): Put in tramp group.
12775
12776 * mail/metamail.el (metamail): Remove from hypermedia group.
12777
12778 * cus-edit.el (abbrev):
12779 * whitespace.el (whitespace):
12780 * vcursor.el (vcursor):
12781 * reveal.el (reveal):
12782 * hl-line.el (hl-line): Put in convenience group.
12783
12784 * epg-config.el (epg): Put in data group.
12785
12786 * emulation/pc-select.el (pc-select): Put in emulations group.
12787
12788 * calculator.el (calculator): Put in applications group.
12789
8117868f
DN
127902010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
12791
12792 Add .dir-locals.el support for file-less buffers.
12793 * files.el (hack-local-variables): Split out code to apply local
12794 variable settings ...
12795 (hack-local-variables-apply): ... here. New function.
12796 (hack-dir-local-variables): Use the default directory for when the
12797 buffer does not have an associated file.
12798 (hack-dir-local-variables-non-file-buffer): New function.
12799 * diff-mode.el (diff-mode):
12800 * vc-annotate.el (vc-annotate-mode):
12801 * vc-dir.el (vc-dir-mode):
12802 * log-edit.el (log-edit-mode):
12803 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
12804
855a2294
DN
128052010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
12806
12807 Add support for shelving snapshots and for showing shelves.
12808 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
12809 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
12810 New functions.
12811 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
12812 (vc-bzr-extra-menu-map): Map them.
12813
3e5b7009
GM
128142010-03-11 Glenn Morris <rgm@gnu.org>
12815
0dcf7d7e
GM
12816 * cus-edit.el (customize-changed-options-previous-release):
12817 Bump to 23.1.
12818
3e5b7009
GM
12819 * image.el (image-animate-max-time): Fix :version tag.
12820
288f9fc0
CY
128212010-03-10 Chong Yidong <cyd@stupidchicken.com>
12822
12823 * Branch for 23.2.
12824
53ef91b1
SM
128252010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
12826
12827 * vc-git.el (vc-git-revision-table): Include remote branches.
12828
b41460ae 128292010-03-10 Kim F. Storm <storm@cua.dk>
0608aa45
KS
12830
12831 Animated image API.
12832 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
12833
12834 * image.el (image-animate-max-time): New defcustom.
12835 (image-animated-types): New defconst.
12836 (create-animated-image, image-animate-timer)
12837 (image-animate-start, image-animate-stop, image-animate-timeout)
12838 (image-animated-p): New functions.
12839
12840 * image-mode.el (image-toggle-display-image):
12841 Replace `create-image' with `create-animated-image'.
12842
e5d1fb10 128432010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
12844
12845 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
12846 instead of "format:"; this ensures that the output is
12847 newline-terminated.
12848
4e7cafbe
CY
128492010-03-08 Chong Yidong <cyd@stupidchicken.com>
12850
12851 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
12852 that all errors are caught, and that the return value is always a
12853 list (Bug#5692).
12854
aec66319
KH
128552010-03-08 Kenichi Handa <handa@m17n.org>
12856
12857 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 12858 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 12859
b327c975
AS
128602010-03-07 Andreas Schwab <schwab@linux-m68k.org>
12861
12862 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
12863 call to rfc822-bad-address. (Bug#5692)
12864
1c465a6a
CY
128652010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
12866
85626eef
SM
12867 * vc-git.el (vc-git-annotate-extract-revision-at-line):
12868 Use vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 12869
a4e32226
CY
128702010-03-06 Chong Yidong <cyd@stupidchicken.com>
12871
12872 * calculator.el (calculator): Don't bind split-window-keep-point
12873 (Bug#5674).
12874
4c83ed3d
SM
128752010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
12876
12877 * vc-git.el: Re-flow to fit into 80 columns.
12878 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
12879 Remove spurious `quote' element in each case alternative.
12880 (vc-git-show-log-entry): Use prog1.
12881 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
12882
e8defde3
SM
128832010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
12884
12885 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
12886
233f0c9f
CY
128872010-03-03 Chong Yidong <cyd@stupidchicken.com>
12888
12889 * macros.el (insert-kbd-macro): Look up keyboard macro using the
12890 definition, not the name (Bug#5481).
12891
254bedef 128922010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
12893
12894 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
12895 argument with a local variable. (Bug#5670)
12896
7187cdae
JL
128972010-03-02 Juri Linkov <juri@jurta.org>
12898
12899 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
12900
9cf3544e
MA
129012010-03-02 Michael Albinus <michael.albinus@gmx.de>
12902
12903 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
12904 error when FILENAME and NEWNAME are existing remote directories.
12905
12906 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
12907 parameter DIR-FLAG.
12908
33f77982
GM
129092010-03-02 Glenn Morris <rgm@gnu.org>
12910
12911 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
12912 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
12913
d99ea08e
KH
129142010-03-01 Kenichi Handa <handa@m17n.org>
12915
e8defde3 12916 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
12917 myanmar-composable-pattern.
12918
e8defde3
SM
12919 * international/characters.el (script-list):
12920 * international/fontset.el (script-representative-chars):
12921 Change myanmar to burmese.
d99ea08e 12922 (otf-script-alist): Likewise.
4aa2c3b2
KH
12923 (setup-default-fontset): Likewise. Re-fix :otf spec.
12924
b374f54d
KY
129252010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
12926
12927 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
12928
71572c03
JD
129292010-02-28 Jan Djärv <jan.h.d@swipnet.se>
12930
12931 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
12932
00cffdeb
MA
129332010-02-28 Michael Albinus <michael.albinus@gmx.de>
12934
12935 * net/tramp.el (tramp-handle-write-region): START can be a string.
12936 Take care in the checks. Reported by Dan Davison
12937 <davison@stats.ox.ac.uk>.
12938
d4b06783
MA
129392010-02-28 Michael Albinus <michael.albinus@gmx.de>
12940
12941 * net/dbus.el (dbus-introspect, dbus-get-property)
85626eef
SM
12942 (dbus-set-property, dbus-get-all-properties):
12943 Use `dbus-call-method' when noninteractive. (Bug#5645)
d4b06783 12944
8c3e96d2
CY
129452010-02-28 Chong Yidong <cyd@stupidchicken.com>
12946
de3a1fe9
CY
12947 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
12948 * emacs-lisp/elint.el (elint-add-required-env):
de3a1fe9
CY
12949 * calendar/icalendar.el (icalendar--add-diary-entry):
12950 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
12951 * files.el (recover-session-finish): Use with-current-buffer
12952 instead of save-excursion.
12953
c53b9c3b
SM
129542010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
12955
12956 Fix in-buffer completion when after-change-functions modify the buffer.
12957 * minibuffer.el (completion--replace): New function.
12958 (completion--do-completion): Use it and use relative movement.
12959
4a16bdc6
CY
129602010-02-27 Chong Yidong <cyd@stupidchicken.com>
12961
12962 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 12963
b8280f39
CY
129642010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
12965
c53b9c3b
SM
12966 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
12967 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 12968
f88cc4d6
KH
129692010-02-26 Kenichi Handa <handa@m17n.org>
12970
12971 * language/burmese.el: Fix entries in composition-function-table.
12972 (myanmar-composable-pattern): New variable.
12973
12974 * international/fontset.el (setup-default-fontset): Add an entry
12975 for myanmar.
12976
12977 * international/characters.el (script-list): Add Myanmar
12978 Extended-A.
12979
cdbf9100
GM
129802010-02-26 Glenn Morris <rgm@gnu.org>
12981
90a94603
GM
12982 * custom.el (custom-initialize-delay): Doc fix.
12983
cdbf9100
GM
12984 * mail/sendmail.el (send-mail-function): Autoload the call
12985 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
12986
f95a5fd0
CY
129872010-02-24 Chong Yidong <cyd@stupidchicken.com>
12988
12989 * files.el (hack-local-variables-filter): For eval forms, also
12990 check safe-local-variable-p (Bug#5636).
12991
459a5f4b
MA
129922010-02-22 Michael Albinus <michael.albinus@gmx.de>
12993
12994 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
12995 setting the modes by `ignore-errors'. It might fail, for example
12996 if the file is not owned by the user but the group.
12997 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
12998
bb23f6e8
CY
129992010-02-21 Chong Yidong <cyd@stupidchicken.com>
13000
6a7662bb
BR
13001 * files.el (directory-listing-before-filename-regexp):
13002 Use stricter matching for iso-style dates, to avoid false matches with
50c58e27
CY
13003 date-like filenames (Bug#5597).
13004
b660eb70
CY
13005 * htmlfontify.el (htmlfontify): Doc fix.
13006
13007 * eshell/eshell.el (eshell): Doc fix.
13008
bb23f6e8
CY
13009 * startup.el (fancy-about-screen): In mode-line, apply
13010 mode-line-buffer-id face only to the buffer name (Bug#5613).
13011
3e39928c
CY
130122010-02-20 Kevin Ryde <user42@zip.com.au>
13013
f7e0618c
JB
13014 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13015 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
13016 (Bug#5599).
13017
0f00e948
EZ
130182010-02-20 Eli Zaretskii <eliz@gnu.org>
13019
13020 * subr.el (remove-yank-excluded-properties): Explain in a comment
13021 why `category' property is removed.
13022
3513efb2
CY
130232010-02-19 Chong Yidong <cyd@stupidchicken.com>
13024
6a7662bb
BR
13025 * isearch.el (isearch-update-post-hook, isearch-update):
13026 Revert 2010-02-17 change.
3513efb2 13027
b4340b3f
UJ
130282010-02-19 Ulf Jasper <ulf.jasper@web.de>
13029
13030 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
13031 (icalendar--convert-weekly-to-ical)
13032 (icalendar--convert-yearly-to-ical)
13033 (icalendar--convert-block-to-ical)
13034 (icalendar--convert-cyclic-to-ical)
13035 (icalendar--convert-anniversary-to-ical): Take care of time
13036 specifications where hour has 1-digit only (Bug#5549).
13037
8cfae03d
NR
130382010-02-19 Nick Roberts <nickrob@snap.net.nz>
13039
13040 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
13041 of disassemble output in GDB 7.1.
13042
055e4eea
GM
130432010-02-19 Glenn Morris <rgm@gnu.org>
13044
13045 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
13046 property. (Bug#5593)
13047
ff6b00de
SS
130482010-02-18 Sam Steingold <sds@gnu.org>
13049
13050 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13051
fe8c0b47
SM
130522010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
13053
13054 Use abbreviated file names in bookmarks (bug#5591).
13055 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
13056 calls to expand-file-name.
13057 (bookmark-relocate): Use abbreviated file names in bookmarks.
13058 (bookmark-load): Use abbreviated file names in messages.
13059
73a37a69
MA
130602010-02-18 Michael Albinus <michael.albinus@gmx.de>
13061
13062 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
13063 expand "." and "..". Reported by Thierry Volpiatto
13064 <thierry.volpiatto@gmail.com>.
13065
6e4f5731
MA
130662010-02-18 Michael Albinus <michael.albinus@gmx.de>
13067
13068 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
13069 permissions of the temporary file to "0600". In case the remote
13070 file has no read permissions for the owner, there might be
13071 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
13072
1307322010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
13074
13075 * emacs-lisp/authors.el (authors-renamed-files-alist):
13076 Add entries for INSTALL.CVS.
13077
ba5bf642
MH
130782010-02-17 Mark A. Hershberger <mah@everybody.org>
13079
f7e0618c 13080 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 13081
f7e0618c 13082 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
13083 (isearch-update): Use the new hook.
13084
aac0b0f2
MA
130852010-02-16 Michael Albinus <michael.albinus@gmx.de>
13086
fe8c0b47
SM
13087 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
13088 Fix errors in copying directories.
aac0b0f2
MA
13089 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
13090 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
13091 (tramp-handle-delete-file)
13092 (tramp-handle-dired-recursive-delete-directory)
13093 (tramp-handle-write-region): Flush also the cache for the upper
13094 directory.
13095
05bbe066
CY
130962010-02-16 Chong Yidong <cyd@stupidchicken.com>
13097
e8ab3908
CY
13098 * simple.el (save-interprogram-paste-before-kill): Doc fix.
13099
ff90f4b0
CY
13100 * cus-edit.el (hardware): Doc fix.
13101
13102 * man.el (man): Add to external custom group.
13103
13104 * delim-col.el (columns): Move to wp custom group.
13105
13106 * doc-view.el (doc-view): Add to data custom group.
13107
fe8c0b47 13108 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 13109
05bbe066
CY
13110 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
13111 by ispell-parse-output (Bug#5575).
13112
fa6ea913
KH
131132010-02-16 Kenichi Handa <handa@m17n.org>
13114
13115 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
13116 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
13117 (skkdic-convert): Use `euc-japan' coding system for writing.
13118
88fd78ae
GM
131192010-02-16 Glenn Morris <rgm@gnu.org>
13120
13121 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
13122 tex-main-file before using it. (Bug#5562)
13123
2b8c974a
SM
131242010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
13125
13126 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
13127 warnings, since it is annoying for the user to see them each time he
13128 runs the code.
13129
7540f029
MA
131302010-02-15 Michael Albinus <michael.albinus@gmx.de>
13131
13132 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
13133 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
13134 instead of PROC for caching "first-password-request". Otherwise,
13135 new processes would not profit from passwords already entered.
13136
2b8c974a
SM
13137 * net/tramp-cache.el (tramp-dump-connection-properties):
13138 Don't save "first-password-request" property.
7540f029 13139
fa5f7c5f
JB
131402010-02-14 Juanma Barranquero <lekktu@gmail.com>
13141
13142 * outline.el (outline-head-from-level):
13143 * simple.el (with-wrapper-hook):
fa5f7c5f
JB
13144 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
13145 (elint-defun, elint-buffer-env, elint-top-form-logged)
13146 (elint-unbound-variable):
13147 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
13148 Fix typos in docstrings.
13149
ecbaeb7b
MA
131502010-02-14 Michael Albinus <michael.albinus@gmx.de>
13151
13152 * files.el (insert-directory): When WILDCARD-REGEXP and
13153 FULL-DIRECTORY-P are nil, insert the file entry instead of the
13154 whole directory. (Bug#5551)
13155
13156 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
13157 dired's alignment sanity. (Bug#5516)
13158
91e3333f
JL
131592010-02-14 Juri Linkov <juri@jurta.org>
13160
13161 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
13162 Remove remaining ^H with their preceding chars. (Bug#5566)
13163
36020642
GM
131642010-02-13 Glenn Morris <rgm@gnu.org>
13165
13166 * simple.el (transpose-subr): Give it a doc-string.
13167
13168 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
13169 Doc fixes.
13170
f5952338
JL
131712010-02-12 Juri Linkov <juri@jurta.org>
13172
13173 * arc-mode.el (archive-unique-fname): Make directories for nested
13174 archives. (Bug#5540)
13175
918fe50f
JL
131762010-02-12 Juri Linkov <juri@jurta.org>
13177
13178 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
13179
c07ff221
SM
131802010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13181
48b1e7cf
SM
13182 * subr.el (copy-overlay): Handle deleted overlays.
13183
c07ff221
SM
13184 * man.el (Man-completion-table): Don't signal an error if we can't run
13185 manual-program (bug#4056).
13186
0e374247
JB
131872010-02-10 Juanma Barranquero <lekktu@gmail.com>
13188
13189 * textmodes/artist.el (artist-mt): Fix typos in docstring.
13190
dbf8402b
SM
131912010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13192
348d1e60
SM
13193 * info.el (Info-bookmark-jump): Simplify.
13194
dbf8402b
SM
13195 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
13196 (bookmark-default-handler): Accept new bookmark field `buffer'.
13197
e6d23bb5
CY
131982010-02-10 Chong Yidong <cyd@stupidchicken.com>
13199
13200 * iswitchb.el (iswitchb-completions): Revert last change.
13201
a8e4290b
MA
132022010-02-10 Michael Albinus <michael.albinus@gmx.de>
13203
2b23acde 13204 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
13205 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
13206 This prevents file names like "~/" being listed literally.
a8e4290b 13207
c59d6fad
DN
132082010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
13209
348d1e60
SM
13210 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13211 Remove dead code. (Bug#5546)
c59d6fad 13212
3a66e78f
CY
132132010-02-09 Chong Yidong <cyd@stupidchicken.com>
13214
13215 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
13216 correctly (Bug#5548).
13217
f29fd869
CY
132182010-02-08 Jose E. Marchesi <jemarch@gnu.org>
13219
13220 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 13221 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 13222
7fad1447
KH
132232010-02-08 Kenichi Handa <handa@m17n.org>
13224
13225 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 13226 cookie for putting `lisp-indent-function'.
7fad1447 13227
50e4518b
GM
132282010-02-07 Glenn Morris <rgm@gnu.org>
13229
13230 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
13231 Move F2003 named interfaces from keywords-2 to keywords-1, and
13232 use function-name-face rather than constant-face.
13233 Simplify "abstract interface" regexp.
13234
a4cc44cf
CY
132352010-02-07 Chong Yidong <cyd@stupidchicken.com>
13236
13237 * eshell/esh-util.el (eshell-file-attributes): New optional arg
13238 ID-FORMAT. Pass it to `file-attributes'.
13239
13240 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
13241
c917476d
CY
132422010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
13243
13244 * faces.el (set-face-attribute): Allow calling
13245 internal-set-lisp-face-attribute with 'unspecified family and
13246 foundry argument (Bug#5536).
13247
7cf3f3d6
GM
132482010-02-07 Glenn Morris <rgm@gnu.org>
13249
13250 * progmodes/f90.el (f90-font-lock-keywords-2)
13251 (f90-looking-at-type-like, f90-looking-at-program-block-end):
13252 Handle F2003 named interfaces.
13253
ffe87109
CY
132542010-02-06 Chong Yidong <cyd@stupidchicken.com>
13255
13256 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
13257 beg and end before calling c-get-state-before-change-functions.
13258
4775ecad
DN
132592010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
13260
33aeea0e
SM
13261 * vc-bzr.el (vc-bzr-dir-extra-headers):
13262 Disable the pending merges header.
4775ecad 13263
0d17c4b9
JL
132642010-02-05 Juri Linkov <juri@jurta.org>
13265
13266 * doc-view.el (doc-view-mode):
13267 * image-mode.el (image-mode): Put property mode-class=special.
13268 (Bug#4896)
13269
8228a275
MH
132702010-02-05 Mark A. Hershberger <mah@everybody.org>
13271
13272 * vc-svn.el (vc-svn-revision-table): New function.
13273
d9320986
MA
132742010-02-05 Michael Albinus <michael.albinus@gmx.de>
13275
13276 * net/ange-ftp.el (ange-ftp-insert-directory):
13277 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13278 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13279 Handle also directories. (Bug#5478)
13280
f43d8ecc
GM
132812010-02-05 Glenn Morris <rgm@gnu.org>
13282
13283 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
13284
ce3a988d
CY
132852010-02-05 Chong Yidong <cyd@stupidchicken.com>
13286
13287 * startup.el (command-line-1): Convert options beginning with a
13288 single dash as well (Bug#5519).
13289
bdd42899
SM
132902010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
13291
51b23c44
SM
13292 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
13293 * minibuffer.el (completion-initials-expand): Only check the presence
13294 of delims *within* the boundaries, since otherwise the / delim is
13295 always found for files.
13296
bdd42899
SM
13297 Fix up various corner case problems.
13298 * doc-view.el (doc-view-last-page-number): New function.
13299 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
13300 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
13301 (doc-view-kill-proc): Avoid inf-loop in freak cases.
13302 (doc-view-reconvert-doc): Use the new recursive delete-directory.
13303 (doc-view-convert-current-doc): Don't create the resolution.el file
13304 here any more.
13305 (doc-view-pdf/ps->png): Do it here instead.
13306 (doc-view-already-converted-p): Check that resolution.el is present.
13307 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
13308 windows that are not yet showing images.
13309
d5b3979c
MA
133102010-02-04 Michael Albinus <michael.albinus@gmx.de>
13311
13312 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
13313 `dired-uncache' for every elemnt which is an absolute file name.
13314
13315 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
13316 directory, handle its directory component.
13317 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
13318 function is called permanently and creates noise, otherwise.
13319
13320 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13321 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13322 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
13323
b003beb1
DB
133242010-02-04 David Burger <dburger@google.com> (tiny change)
13325
13326 * macros.el (apply-macro-to-region-lines):
13327 Minor simplification. (Bug#5485)
13328
ea92f9f3
GM
133292010-02-04 Glenn Morris <rgm@gnu.org>
13330
a03ae20d
GM
13331 * mail/rmail.el (rmail-show-message-1): Handle malformed
13332 quoted-printable text. (Bug#5441)
13333
4d01b827
GM
13334 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
13335
ea92f9f3
GM
13336 * simple.el (visual-line-mode): Capitalize lighter.
13337
82055bb7
JW
133382010-02-03 John Wiegley <jwiegley@gmail.com>
13339
13340 * iswitchb.el (iswitchb-completions): Add bookmark files to the
13341 list of files considered for "virtual buffer" completions.
13342
8214b6e4
MA
133432010-02-03 Michael Albinus <michael.albinus@gmx.de>
13344
13345 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
dd86ea11 13346 also in case of (and (not full) (not wildcard)). This is needed
8214b6e4
MA
13347 when dired is called with a list of files, which are not in
13348 `default-directory'. (Bug#5478)
13349
1df9718f
SM
133502010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
13351
13352 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
13353
02ba1267
JL
133542010-02-02 Juri Linkov <juri@jurta.org>
13355
13356 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
13357 from unidiff to allow function-line after @@.
13358
a0c6a0fb
JL
133592010-02-02 Juri Linkov <juri@jurta.org>
13360
13361 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
13362 '(RCS SCCS) with inverted condition.
13363
c35fcd52
MA
133642010-02-02 Michael Albinus <michael.albinus@gmx.de>
13365
13366 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
13367 messages.
13368
6ba973c1
JL
133692010-02-01 Juri Linkov <juri@jurta.org>
13370
13371 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
13372 compare with "pkunzip" and "pkzip" instead of only "pkzip".
13373 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
13374 only when (car archive-zip-extract) is "unzip". (Bug#5475)
13375
0bca393f
SM
133762010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13377
13378 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
13379 (doc-view-revert-buffer): New command.
13380 (doc-view-mode-map): Use it.
13381
7a444e2a
DN
133822010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
13383
13384 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
13385 pending merge is detected.
13386
ad6fc8f4
JL
133872010-01-31 Juri Linkov <juri@jurta.org>
13388
13389 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
13390 beginning of interactive spec like all other grep commands do.
13391 Put "all" in front of "gz". (Bug#5260)
13392
b9236874
DN
133932010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
13394
13395 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
13396
1e868757
CY
133972010-01-29 Chong Yidong <cyd@stupidchicken.com>
13398
13399 * dirtrack.el (dirtrack): Warn instead of signalling error if the
13400 regexp is incorrect (Bug#5476).
13401
e5c70c41
MA
134022010-01-29 Michael Albinus <michael.albinus@gmx.de>
13403
13404 * net/tramp.el (tramp-handle-insert-directory): Handle also
13405 symlinks, when FILENAME is not in `default-directory'.
13406
0c0b61f1
MA
134072010-01-28 Michael Albinus <michael.albinus@gmx.de>
13408
13409 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 13410 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
13411
13412 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
13413 of SWITCHES. Handle the case, FILENAME is not in
13414 `default-directory'. (Bug#5478)
13415 (tramp-register-file-name-handlers): Add safe-magic property.
13416
763f325e
CY
134172010-01-28 Chong Yidong <cyd@stupidchicken.com>
13418
13419 * arc-mode.el (archive-zip-extract): Quote the argument passed to
13420 unzip (Bug#5475).
13421
fd09a83f
CY
134222010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
13423
13424 * progmodes/flymake.el (flymake-allowed-file-name-masks)
13425 (flymake-master-make-header-init): Add other C++ filename masks.
13426 (flymake-find-possible-master-files)
13427 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
13428
7e5686f0
MA
134292010-01-28 Michael Albinus <michael.albinus@gmx.de>
13430
13431 Fix some busybox annoyances.
13432
13433 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
13434 not responding." string.
13435 (tramp-open-connection-setup-interactive-shell): Dump stty
13436 settings. Enable "neveropen" arg for all `tramp-send-command'
13437 calls. Handle "=" in variable values properly.
13438 (tramp-find-inline-encoding): Raise an error, when no encoding is
13439 found.
13440 (tramp-wait-for-output): Check, whether PROC buffer is available.
13441 Remove spurious " ^H" sequences, sent by busybox.
13442 (tramp-get-ls-command): Suppress coloring, if possible.
13443
c6265c10
GM
134442010-01-28 Glenn Morris <rgm@gnu.org>
13445
c85a168b
GM
13446 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
13447
c6265c10
GM
13448 * log-edit.el (log-edit-strip-single-file-name): Add missing
13449 :safe, :group, and :version tags.
13450
7d82a738
SB
134512010-01-27 Stephen Berman <stephen.berman@gmx.net>
13452
13453 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
13454 buffers. (Bug#5477)
13455
8b0e68ea
CY
134562010-01-27 David De La Harpe Golden <david@harpegolden.net>
13457
13458 * files.el (delete-directory): Handle moving to trash without
13459 first doing recursion (Bug#5436).
13460
368d3208
DN
134612010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
13462
13463 * vc-hooks.el (vc-path): Mark as obsolete.
13464
755da7fa
DN
134652010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
13466
e2396d80
DN
13467 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
13468 names too.
13469
755da7fa
DN
13470 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
13471 for the short log.
13472 (vc-bzr-log-view-mode): Adjust regexp for the above change.
13473
6a6d15ab 134742010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 13475
ac9ffe99 13476 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 13477
48c2d18a 13478 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 13479
25f38310 134802010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
504dcc71
EH
13481
13482 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
13483 diff-index command. This requires at least git-1.5.5. (Bug#1589).
13484
51850286
DN
134852010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
13486
c2f1d6d8
DN
13487 Remove support for adding --signoff on commit.
13488 Future support will use an incompatible generic mechanism.
13489 * vc-git.el (vc-git-add-signoff): Remove variable.
13490 (vc-git-toggle-signoff): Remove function.
13491 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
13492
6a7662bb
BR
13493 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13494 Rename from xterm-set-background-mode. Return t if the background mode
51850286
DN
13495 was set.
13496 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
13497 earlier, call it again in case the background mode has changed.
13498
02c6d0d0
CY
134992010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
13500
13501 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
13502 (Bug#3541).
13503
064eee03
CY
135042010-01-23 Chong Yidong <cyd@stupidchicken.com>
13505
02c6d0d0
CY
13506 * emacs-lisp/assoc.el (aelement): Doc fix.
13507 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 13508
5336c3ec 135092010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 13510
48c2d18a 13511 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
13512 is the same as subprogram call, not declaration. (Bug#5435).
13513
0536254e
MA
135142010-01-23 Michael Albinus <michael.albinus@gmx.de>
13515
13516 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
13517 (tramp-smb-maybe-open-connection): Use it.
13518
411d06c2
MA
135192010-01-22 Michael Albinus <michael.albinus@gmx.de>
13520
0536254e 13521 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 13522
c893016b
SM
135232010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13524
13525 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
13526 just because we see "encoding: 8bit".
13527 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
13528
9425f8e1
CY
135292010-01-22 Chong Yidong <cyd@stupidchicken.com>
13530
13531 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
13532
6a801864
EZ
135332010-01-22 Eli Zaretskii <eliz@gnu.org>
13534
13535 * jka-compr.el (jka-compr-load): If load-file is not in
13536 load-history, try its file-truename version. (bug#5447)
13537
3e8f7d91
AM
135382010-01-21 Alan Mackenzie <acm@muc.de>
13539
13540 Fix a situation where deletion of a cpp construct throws an error.
537ffaf3
SM
13541 * progmodes/cc-engine.el (c-invalidate-state-cache):
13542 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3e8f7d91
AM
13543 special cpp construct is still in the buffer.
13544 (c-parse-state): Record the special cpp with markers, not numbers.
13545
f0bd0ad5
CY
135462010-01-21 Kenichi Handa <handa@m17n.org>
13547
13548 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
13549 process last-command-event, as it is now decoded first (Bug#5380).
13550
5189d95b
CY
135512010-01-20 Chong Yidong <cyd@stupidchicken.com>
13552
13553 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
13554
e073d74a
GM
135552010-01-20 Glenn Morris <rgm@gnu.org>
13556
13557 * indent.el (tab-always-indent): Fix custom-type.
13558
8ee04f3a
AM
135592010-01-19 Alan Mackenzie <acm@muc.de>
13560
13561 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
13562 buffer throws "args out of range".
13563 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
13564 playing the role of delimiter.
13565
6a47c86a
SL
135662010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
13567
bf0b361c 13568 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
13569 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
13570 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
13571 changed. Delete RECURSIVE parameter; never used. Improve doc string.
13572 Improve comments in "is" portion. Handle null procedure declaration.
13573 (ada-move-to-end): Improve doc string.
13574
2acfb954
ÓF
135752010-01-18 Óscar Fuentes <ofv@wanadoo.es>
13576
e90d57c0 13577 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 13578 Remove obsolete information from commentary.
e90d57c0
JB
13579 (ido-choice-list): Initialize to nil.
13580 (ido-get-bufname): Reject minibuffers.
13581 (ido-make-buffer-list): If "default" is a nonexistent
13582 buffer, ignore it, as per the function's comment.
13583 (ido-kill-buffer-internal): New function.
13584 (ido-kill-buffer-at-head): Use it.
13585 (ido-visit-buffer): Likewise.
2acfb954 13586
244b023e
CY
135872010-01-18 Chong Yidong <cyd@stupidchicken.com>
13588
13589 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
13590
db9e401b
JB
135912010-01-18 Juanma Barranquero <lekktu@gmail.com>
13592
db9e401b
JB
13593 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
13594 Fix typos in chart titles.
13595
13596 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
db9e401b
JB
13597 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
13598 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
13599 (describe-class, eieio-describe-generic, describe-generic):
13600 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
13601 (eieio-speedbar-expand):
13602 * emulation/viper-cmd.el (viper-exec-form-in-vi)
13603 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
13604 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
13605 (viper-del-backward-char-in-replace, viper-backward-indent)
13606 (viper-brac-function, viper-register-to-point, viper-submit-report):
13607 * net/tramp.el (tramp-remote-coding-commands):
13608 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
13609 Fix typos in docstrings.
13610
9295137d
CY
136112010-01-17 Chong Yidong <cyd@stupidchicken.com>
13612
13613 * mail/sendmail.el (mail-yank-original): Set the mark if the
13614 specified function for yanking does not do it.
13615
4d0bbcb6
DN
136162010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
13617
7902c120
DN
13618 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
13619
4d0bbcb6
DN
13620 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
13621 resyncing a directory.
13622
0b702bc1
SL
136232010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
13624
6a47c86a 13625 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
13626 (ada-ident-re): Delete ., allow multibyte characters.
13627 (ada-goto-label-re): New; matches goto labels.
13628 (ada-block-label-re): New; matches block labels.
13629 (ada-label-re): New; matches both.
5f9d345c 13630 (ada-named-block-re): Delete; callers changed to use
0b702bc1
SL
13631 `ada-block-label-re' instead.
13632 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
13633 Use `ada-block-label-re'.
13634 (ada-indent-on-previous-lines): Improve handling of goto labels.
13635 (ada-get-indent-block-start): Special-case block label.
13636 (ada-get-indent-label): Split into `ada-indent-block-label' and
13637 `ada-indent-goto-label'.
13638 (ada-goto-stmt-start, ada-goto-next-non-ws):
13639 Optionally ignore goto labels.
13640 (ada-goto-next-word): Simplify.
13641 (ada-indent-newline-indent-conditional): Insert newline before
13642 trying to fix indentation; doc fix.
13643
05287c49
JB
136442010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
13645
13646 * calc/calc.el (calc-command-flags): Give it an initial value.
13647
4963739e
JB
136482010-01-17 Juanma Barranquero <lekktu@gmail.com>
13649
4963739e
JB
13650 * files.el (minibuffer-with-setup-hook):
13651 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
13652 (artist-key-draw-continously, artist-key-do-continously-continously)
13653 (artist-key-set-point-continously, artist-mouse-draw-continously):
13654 Fix typos in docstrings.
13655
116bd1ee
CY
136562010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
13657
6a7662bb
BR
13658 * nxml/nxml-mode.el (nxml-extend-after-change-region):
13659 Never return t (Bug#3898).
116bd1ee 13660
2784cd7a 136612010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
13662
13663 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
13664 can parse the output of the external commands (Bug#5279).
13665
abd5cfe8
CY
136662010-01-16 Jari Aalto <jari.aalto@cante.net>
13667
13668 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
13669
4fe22cdf
CY
136702010-01-16 Chong Yidong <cyd@stupidchicken.com>
13671
bbdc98ef
CY
13672 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
13673
c7dc1ac1
CY
13674 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
13675
4fe22cdf
CY
13676 * startup.el (command-line): Remove unused --icon-type arg.
13677 Handle --display arg, passing it to command-line-1 (Bug#5392).
13678
045b9da7
ML
136792010-01-16 Mario Lang <mlang@delysid.org>
13680
045b9da7
ML
13681 * emacs-lisp/chart.el (chart-translate-namezone):
13682 * textmodes/artist.el (artist-compute-popup-menu-table):
13683 Remove duplicated words in doc-strings.
13684
6554a5df
CY
136852010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
13686
13687 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
13688 to mairix-search to suppress threading (Bug#5342).
13689
ca4f0e9a
KH
136902010-01-15 Kenichi Handa <handa@m17n.org>
13691
13692 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 13693 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 13694
1db3226b
GM
136952010-01-15 Glenn Morris <rgm@gnu.org>
13696
56a03f46
GM
13697 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
13698
13699 * wid-edit.el (widget-keymap): Doc fix.
13700
1db3226b
GM
13701 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
13702 former seems to be more widely accepted by various svn versions.
13703
80cd4bb4
JB
137042010-01-14 Juanma Barranquero <lekktu@gmail.com>
13705
d1f18ec0
JB
13706 * find-cmd.el (find-constituents):
13707 * vc-arch.el (vc-arch-root):
13708 * window.el (window-body-height, pop-up-frames):
d1f18ec0
JB
13709 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
13710 * progmodes/ada-stmt.el (ada-if):
13711 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
13712 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
13713 (ispell-encoding8-command, ispell-aspell-supports-utf8)
13714 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
13715
80cd4bb4
JB
13716 * progmodes/flymake.el (flymake-post-syntax-check):
13717 Fix typo in error message.
13718
9c23ca47
JB
137192010-01-14 Juanma Barranquero <lekktu@gmail.com>
13720
13721 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
13722 which is always a string. (Bug#5313)
13723
8794c483
JB
137242010-01-14 Juanma Barranquero <lekktu@gmail.com>
13725
13726 * progmodes/ada-xref.el (ada-default-prj-properties):
13727 Simplify previous change.
13728
95005d39
SL
137292010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13730
13731 * progmodes/ada-xref.el (ada-default-prj-properties):
13732 Default ada_project_path to $ADA_PROJECT_PATH.
13733
137342010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
13735
13736 * progmodes/ada-mode.el (ada-create-keymap):
13737 Override `narrow-to-defun' with `ada-narrow-to-defun'.
13738
fb0d1545
SL
137392010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13740
13741 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
13742 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
13743 (ada-get-current-indent, ada-imenu-generic-expression)
13744 (ada-which-function): Check for it.
13745
5c9434d0
SL
137462010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13747
13748 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
13749 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
13750
3a4f3a3b
GM
137512010-01-14 Glenn Morris <rgm@gnu.org>
13752
13753 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
13754
d9a7c140
KH
137552010-01-14 Kenichi Handa <handa@m17n.org>
13756
13757 * composite.el (auto-composition-mode): Make it a buffer local
13758 variable (permanent-local).
13759 (auto-composition-function): Set the default value to
13760 auto-compose-chars.
49caf252 13761 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
13762 (global-auto-composition-mode): Likewise.
13763 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 13764
38bee102
KF
137652010-01-13 Karl Fogel <kfogel@red-bean.com>
13766
13767 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 13768
b8b45afc
MA
137692010-01-12 Michael Albinus <michael.albinus@gmx.de>
13770
13771 * files.el (copy-directory): Compute target for recursive
13772 directories with identical names. (Bug#5343)
13773
893db5bc
GM
137742010-01-12 Glenn Morris <rgm@gnu.org>
13775
6a7662bb
BR
13776 * mail/emacsbug.el (report-emacs-bug-pretest-address):
13777 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
893db5bc 13778
d8b8451f
SS
137792010-01-11 Sam Steingold <sds@gnu.org>
13780
13781 * imenu.el (imenu-default-create-index-function): Detect infinite
13782 loops caused by imenu-prev-index-position-function.
13783
30afcdff
JB
137842010-01-11 Juanma Barranquero <lekktu@gmail.com>
13785
13786 * htmlfontify.el (htmlfontify-load-rgb-file)
13787 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
13788 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
13789 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
13790 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
13791 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
13792 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
13793 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
13794 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
13795 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
13796 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
13797 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
13798 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
13799 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
13800 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
13801 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
13802 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
13803 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
13804 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
13805 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
13806 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
13807 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
13808 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
13809 backslash-quoting from parentheses, etc.
13810
92b1c416
CY
138112010-01-11 Chong Yidong <cyd@stupidchicken.com>
13812
13813 * progmodes/js.el: Autoload javascript-mode alias.
13814
4454adab
JB
138152010-01-11 Juanma Barranquero <lekktu@gmail.com>
13816
13817 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
13818 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
13819 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
13820 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
13821 Fix typos in docstrings.
13822 (ffap-url-regexp): Doc fix.
13823 (ffap-at-mouse): Fix typo in message.
13824
6589a2f9
GM
138252010-01-11 Glenn Morris <rgm@gnu.org>
13826
13827 * version.el (emacs-copyright): Set copyright year to 2010.
13828
4e5617ee
SM
138292010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
13830
13831 * format.el (format-annotate-function): Only set
13832 write-region-post-annotation-function after running to-fn so as not to
13833 affect nested write-region calls (bug#5273).
13834
52bee098
CY
138352010-01-10 Chong Yidong <cyd@stupidchicken.com>
13836
a069f067
CY
13837 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
13838 wisent/python.el.
13839
e709e39d
CY
138402010-01-09 Chong Yidong <cyd@stupidchicken.com>
13841
13842 * man.el (Man-goto-section): Signal error if the section is not
13843 found (Bug#5317).
13844
6ee86780
JB
138452010-01-09 Juanma Barranquero <lekktu@gmail.com>
13846
13847 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
13848 URLs with a leading triple slash in the file: scheme. (Bug#5345)
13849
fa7b5f7b
CY
138502010-01-09 Chong Yidong <cyd@stupidchicken.com>
13851
13852 * progmodes/compile.el: Don't treat compile-command as safe if
13853 compilation-read-command might be nil (Bug#4218).
13854
de62c4d9
JD
138552010-01-09 Jan Djärv <jan.h.d@swipnet.se>
13856
13857 * startup.el (command-line-1): Use orig-argi to check for ignored X and
13858 NS options.
13859
e94be827
KH
138602010-01-08 Kenichi Handa <handa@m17n.org>
13861
4e5617ee
SM
13862 * international/fontset.el (build-default-fontset-data):
13863 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 13864
1dfae2a2
JB
138652010-01-07 Juanma Barranquero <lekktu@gmail.com>
13866
13867 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
13868 to `create-file-buffer' as it expects, not just a buffer name.
13869 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
13870 to help uniquify. (Bug#3224)
13871
d0cf45b7
JD
138722010-01-06 Jan Djärv <jan.h.d@swipnet.se>
13873
13874 * font-setting.el (font-setting-change-default-font): Use user-spec
13875 instead of name.
13876
7534fa5e
DN
138772010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
13878
13879 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
13880
fd579fdc
CY
138812010-01-05 Tom Tromey <tromey@redhat.com>
13882
4e5617ee
SM
13883 * progmodes/python.el (python-font-lock-keywords):
13884 Handle qualified decorators (Bug#881).
fd579fdc 13885
37860caf
DN
138862010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
13887
13888 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
13889 in a lightweight checkout.
13890
69db641d
KH
138912010-01-05 Kenichi Handa <handa@m17n.org>
13892
4e5617ee 13893 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 13894
b25d6a02
DN
138952010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
13896
13897 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
13898
137d88ca
DN
138992010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
13900
13901 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
13902 checkouts. (Bug#618)
3d5d0aa9 13903 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
13904 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
13905 (vc-bzr-shelve-menu-map):
13906 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
13907 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 13908
da76998b
CY
139092010-01-02 Chong Yidong <cyd@stupidchicken.com>
13910
13911 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
13912 They are valid characters in URL paths (rfc3986), and at least
13913 Firefox does not understand the encoded version (Bug#3166).
13914
b2ad70b6
CY
139152010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
13916
13917 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
13918 (octave-block-begin-or-end-regexp, octave-block-match-alist):
13919 Add "end" keyword (Bug#3061).
b2ad70b6
CY
13920 (octave-end-as-array-index-p): New function.
13921 (calculate-octave-indent): Use it.
13922
54136282
KF
139232010-01-02 Karl Fogel <kfogel@red-bean.com>
13924
13925 * bookmark.el: Consistently put the text property on the bookmark name.
13926 (bookmark-bmenu-marks-width): Bump back to 2, to include
13927 annotation marks.
13928 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
13929 property on the bookmark name, instead of not putting it at all.
13930 (bookmark-bmenu-list): Fix where we put the text property.
13931
cc4d3cad
KF
139322010-01-02 Karl Fogel <kfogel@red-bean.com>
13933
13934 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
13935 for showing buffer modified state (as added in the previous change).
13936
b894c439
KF
139372010-01-02 Karl Fogel <kfogel@red-bean.com>
13938
13939 * bookmark.el: Show modified state of bookmark buffer more accurately.
13940 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
13941 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
13942 (with-buffer-modified-unmodified): New macro.
13943 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
13944 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 13945 Use new macro to preserve the buffer modified state.
b894c439 13946
3a69db53
KF
139472010-01-02 Karl Fogel <kfogel@red-bean.com>
13948
4e5617ee 13949 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
13950 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
13951 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
13952 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
13953 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
13954 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
13955 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 13956
af414f10
EZ
139572010-01-02 Eli Zaretskii <eliz@gnu.org>
13958
4e5617ee
SM
13959 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13960 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 13961
f2ec0e5e
CY
139622010-01-02 Ryan Yeske <rcyeske@gmail.com>
13963
13964 * net/rcirc.el: Add follow-link binding (Bug#4738).
13965
38c1ba62
EZ
139662010-01-02 Eli Zaretskii <eliz@gnu.org>
13967
4e5617ee 13968 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
13969 (cvs-update): New target for backward compatibility.
13970
4e5617ee 13971 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
13972 (cvs-update): New target for backward compatibility.
13973
ea2c0f5b
KF
139742010-01-02 Karl Fogel <kfogel@red-bean.com>
13975
13976 * bookmark.el: Remove gratuitous gratitude.
13977
5ae329f4
KF
139782010-01-02 Karl Fogel <kfogel@red-bean.com>
13979
c4cc8b9a 13980 * bookmark.el (bookmark-bmenu-any-marks): New function.
47989945
KF
13981 (bookmark-bmenu-save): Clear buffer modification if no marks.
13982
139832010-01-02 Karl Fogel <kfogel@red-bean.com>
13984
13985 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
13986 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
13987 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
13988 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
13989
13990 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
13991 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
13992 To: emacs-devel {_AT_} gnu.org
13993 Subject: bookmark.el bug report
13994 Date: Mon, 28 Dec 2009 14:19:16 +0800
13995 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
13996
aef053eb
KF
139972010-01-02 Karl Fogel <kfogel@red-bean.com>
13998
13999 * bookmark.el: Improvements suggested by Drew Adams:
14000 (bookmark-bmenu-ensure-position): New name for
14001 `bookmark-bmenu-check-position'. Just ensure the position,
14002 don't return any meaningful value.
14003 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
14004 New constants.
14005
0472835f
JB
140062010-01-02 Juanma Barranquero <lekktu@gmail.com>
14007
14008 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
14009 (bookmark-yank-point, bookmark-bmenu-check-position):
14010 Fix typos in docstrings.
14011 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
14012 (bookmark-name-from-full-record, bookmark-get-position)
14013 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
14014 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
14015 Remove useless quoting of parenthesis, etc. in docstrings.
14016
14017 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
14018 (ediff-append-custom-diff): Fix typo in error message.
14019 (ediff-meta-mark-equal-files): Fix typos in messages.
14020
14021 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
14022
0472835f
JB
14023 * net/imap-hash.el (imap-hash-make): Doc fix.
14024 (imap-hash-test): Fix typo in error message; reflow docstring.
14025 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
14026 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
14027 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
14028 Fix typos in docstrings.
14029 (imap-hash-open-connection): Fix typo in error message.
14030
14031 * play/gomoku.el (gomoku): Fix typos in docstring.
14032
14033 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
14034 (gdb-jsonify-buffer): Fix typos in docstring.
14035 (gdb-goto-breakpoint): Fix typo in error message.
14036 ("Display Other Windows"): Fix typo in help message.
14037 (gdb-speedbar-expand-node): Fix typo in question.
14038
14039 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
14040 (idlwave-html-system-help-location, idlwave-html-help-location)
14041 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
14042 (idlwave-help-browser-generic-args, idlwave-help-directory)
14043 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
14044 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
14045 (idlwave-online-help, idlwave-help-html-link)
14046 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
14047 Fix typos in docstrings.
14048 (idlwave-help-with-source, idlwave-help-find-routine-definition):
14049 Reflow docstrings.
14050 (idlwave-help-assistant-start): Fix typo in error message.
14051
14052 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
14053 (octave-electric-space): Fix typos in docstrings.
14054
9bbe0828
CY
140552010-01-01 Chong Yidong <cyd@stupidchicken.com>
14056
14057 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
14058
a88c46c3
CY
140592010-01-01 Juri Linkov <juri@jurta.org>
14060
14061 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 14062 increase the default to 500 (Bug#5148).
a88c46c3 14063
7ee6c59b
NR
140642009-12-31 Nick Roberts <nickrob@snap.net.nz>
14065
14066 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
14067 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
14068 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
14069
a9c8a2cd
NR
140702009-12-30 Nick Roberts <nickrob@snap.net.nz>
14071
14072 Show working revision correctly for mercurial.
14073 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 14074 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 14075
659e4408
JB
140762009-12-29 Juanma Barranquero <lekktu@gmail.com>
14077
14078 Declare some functions for the byte-compiler.
14079 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
14080 (speedbar-timer-fn, speedbar-change-expand-button-char)
14081 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
14082
7ee6c59b
NR
140832009-12-29 Nick Roberts <nickrob@snap.net.nz>
14084
14085 This changeset reverts GDB Graphical Interface to use annotations.
14086 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
14087
460f6e7c
DN
140882009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
14089
14090 Make vc-dir work on subdirectories of the bzr root.
6a7662bb
BR
14091 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
14092 Return file names relative to it.
460f6e7c
DN
14093 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
14094 relative directory to vc-bzr-after-dir-status.
14095
543f553a
TH
140962009-12-28 Tassilo Horn <tassilo@member.fsf.org>
14097
14098 * font-lock.el (font-lock-refresh-defaults): New function, which
14099 can be used to let font-lock react to external changes in
14100 variables like font-lock-defaults and keywords.
14101 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
14102
2592ab76
DN
141032009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
14104
ac859983
DN
14105 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
14106
2592ab76
DN
14107 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
14108
58941d03
JB
141092009-12-28 Juanma Barranquero <lekktu@gmail.com>
14110
14111 Supersede color.diff settings in git log (bug#5211).
14112
14113 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
14114 escape chars in its output when the user has color.diff set to `always'.
14115 This fix works on git 1.4.2 and newer (released on 2006-08-13).
14116
39764e76
KR
141172009-12-26 Kevin Ryde <user42@zip.com.au>
14118
14119 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
14120 node. Keep previous "Index" name to work with past coreutils too.
14121
91c4831e
KR
14122 * man.el (man): Revise docstring a bit to show -a and -l as
14123 examples. Add -k description since support for it has otherwise
14124 been a secret. (Further to bug#3717.)
651e932e
KR
14125 (Man-bgproc-sentinel): When "-k foo" produces no output show error
14126 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 14127 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 14128
7f4d4a97
MA
141292009-12-26 Michael Albinus <michael.albinus@gmx.de>
14130
14131 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
14132 switches. Check also for //SUBDIRED// line.
14133
bcffff46
KH
141342009-12-25 Kenichi Handa <handa@m17n.org>
14135
88b5a757 14136 * language/indian.el (devanagari-composable-pattern): Fix to
bcffff46
KH
14137 handle ZWNJ and ZWJ. Use it in composition-function-table for
14138 Devanagari.
14139 (malayalam-composable-pattern): Fix previous change.
14140
dc1dcfa4
VJL
141412009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14142
14143 * ps-print.el (ps-face-attributes): It was not returning the
14144 attribute face for faces specified as string. Reported by harven
80525855 14145 <harven@free.fr>. (Bug#5254)
dc1dcfa4
VJL
14146 (ps-print-version): New version 7.3.5.
14147
6fe539d2
UJ
141482009-12-18 Ulf Jasper <ulf.jasper@web.de>
14149
85626eef 14150 * calendar/icalendar.el (icalendar--convert-tz-offset):
88b5a757
DD
14151 Fix timezone names.
14152 (icalendar--convert-tz-offset): Fix the "last-day-problem".
6fe539d2
UJ
14153 (icalendar--add-diary-entry): Remove the trailing blank that
14154 diary-make-entry inserts.
14155
1f3611c6
MA
141562009-12-17 Michael Albinus <michael.albinus@gmx.de>
14157
14158 Make `file-expand-wildcards' work for remote files.
14159
14160 * files.el (file-expand-wildcards): In case of remote files, check
14161 only local file name part for wildcards. Provide feature 'files
14162 and subfeature 'remote-wildcards. (Bug#5198)
14163
14164 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
14165 if there is already an established connection.
14166 (tramp-advice-file-expand-wildcards): Remove it.
14167
14168 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
85626eef 14169 (tramp-advice-file-expand-wildcards): Move from tramp.el.
1f3611c6
MA
14170 Activate advice for older GNU Emacs versions. (Bug#5237)
14171
9762b219
JB
141722009-12-17 Juanma Barranquero <lekktu@gmail.com>
14173
14174 Some doc fixes (more needed).
14175
14176 * find-cmd.el (find-constituents): Reflow docstring.
14177 (find-cmd, find-prune, find-command): Fix typos in docstrings.
14178 (find-generic): Doc fix.
14179
cfb54897
JL
141802009-12-17 Juri Linkov <juri@jurta.org>
14181
14182 Fix regression from 23.1 to allow multiple modes in Local Variables.
14183
14184 * files.el (hack-local-variables-filter): While ignoring duplicates,
14185 don't take `mode' into account.
85626eef
SM
14186 (hack-local-variables-filter, hack-dir-local-variables):
14187 Don't remove duplicate `mode' from local-variables-alist (like `eval').
cfb54897 14188
ad974e9e
JL
141892009-12-17 Juri Linkov <juri@jurta.org>
14190
85626eef 14191 Make `dired-diff' safer. (Bug#5225)
ad974e9e
JL
14192
14193 * dired-aux.el (dired-diff): Signal an error when `file' equals to
14194 `current' or when `file' is a directory of the `current' file.
14195
3616e0b9
AS
141962009-12-17 Andreas Schwab <schwab@linux-m68k.org>
14197
14198 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
14199 unconditionally preloaded files.
14200
72b57560
JL
142012009-12-16 Juri Linkov <juri@jurta.org>
14202
14203 Revert to old 23.1 logic of using the file at the mark as default.
14204 * dired-aux.el (dired-diff): Use the file at the mark as default
14205 if it's not the same as the current file, and the target dir is
14206 the current dir or the mark is active. Add the current file
14207 as the arg of `dired-dwim-target-defaults'. Use the default file
14208 in the prompt. (Bug#5225)
14209
68712eb6
MA
142102009-12-15 Michael Albinus <michael.albinus@gmx.de>
14211
14212 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
14213 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
14214 (tramp-check-for-regexp): Check also, when an echoing shell stops
14215 to echo sent commands.
14216
fd471993
CY
142172009-12-14 Chong Yidong <cyd@stupidchicken.com>
14218
14219 * Makefile.in: Revert last change (Bug#5191).
14220
86b5e14c
DN
142212009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
14222
14223 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
14224 (vc-hg-working-revision): Make sure the command is executed in a
14225 known environment so that we can parse the output. (Bug#4417)
86b5e14c 14226
8cffbb75
CY
142272009-12-14 Chong Yidong <cyd@stupidchicken.com>
14228
14229 * progmodes/python.el (python-symbol-completions): Remove text
14230 properties from symbol string before calling python-send-receive.
14231
6c2b67ad
NR
142322009-12-14 Nick Roberts <nickrob@snap.net.nz>
14233
14234 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 14235 when there are values for both file and line. (Bug#5060)
6c2b67ad 14236
ff6f4585
JL
142372009-12-14 Juri Linkov <juri@jurta.org>
14238
14239 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
14240 whitespace after the file name of the first line of unified format,
14241 because git-diff doesn't output whitespace and file modification time
14242 after the file name.
14243
d3de1c8e
JL
142442009-12-14 David Kastrup <dak@gnu.org>
14245
14246 * info.el (Info-hide-cookies-node): Before hiding a cookie,
14247 check if it already has the `display' property added by
14248 `Info-display-images-node', and not put the `invisible' property
14249 in this case.
14250
2f1b7dc4
GM
142512009-12-13 Glenn Morris <rgm@gnu.org>
14252
a0cefee5
GM
14253 * mail/emacsbug.el (message-sort-headers): Define for compiler.
14254 (report-emacs-bug): In message-mode, sort manually before storing
14255 original report text. (Bug#5178)
2f1b7dc4
GM
14256 Remove superfluous save-excursion.
14257
31bb373f
MA
142582009-12-12 Michael Albinus <michael.albinus@gmx.de>
14259
14260 * net/dbus.el (dbus-property-handler): Filter lambda forms out
14261 when responding to "GetAll" properties.
14262
5e1d4968
CY
142632009-12-12 Chong Yidong <cyd@stupidchicken.com>
14264
14265 * simple.el (compose-mail): Remove mail-setup-with-from from
14266 customization checks.
14267
097d86f9
EZ
142682009-12-12 Eli Zaretskii <eliz@gnu.org>
14269
14270 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
14271 RAR archives created on Unix systems.
14272
1d4adede
SM
142732009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
14274
14275 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
14276 the varalias that was accidentally removed by the 2009-11-19 change
14277 (bug#5186).
14278
3ff3655c
KH
142792009-12-12 Kenichi Handa <handa@m17n.org>
14280
14281 * language/indian.el (indian-compose-regexp): New function.
14282 (malayalam-composable-pattern): Fix the pattern.
14283 (composition-function-table): Set malayalam-composable-pattern for
14284 Malayalam characters.
14285
82d3343c
CY
142862009-12-11 Chong Yidong <cyd@stupidchicken.com>
14287
315eb96d
CY
14288 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
14289 rather than down-mouse-1, based on follow-link conventions.
14290
82d3343c
CY
14291 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
14292 are compiled.
14293
86a4c7ac
DN
142942009-12-11 Michael McNamara <mac@mail.brushroad.com>
14295
bf0b361c 14296 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
14297 (verilog-vmm-statement-re, verilog-ovm-statement-re)
14298 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
14299 (verilog-leap-to-head, verilog-backward-token):
14300 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
14301
143022009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
14303
bf0b361c
JB
14304 * progmodes/verilog-mode.el (verilog-auto-lineup)
14305 (verilog-nameable-item-re): Cleanup user-visible spelling and
14306 documentation errors. One reported by Gary Delp.
1d4adede 14307 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
14308 (verilog-read-decls): Fix AUTOWIRE with types declared in a
14309 package, bug195. Reported by Pierre-David Pfister.
14310
fe03f49a
GM
143112009-12-11 Glenn Morris <rgm@gnu.org>
14312
47641aac
GM
14313 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
14314
85094855
GM
14315 * mail/emacsbug.el: No longer require sendmail.
14316 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
14317 (report-emacs-bug-orig-text): Doc fix.
14318 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
14319 New local variables, to adapt to different mail-user-agents.
14320 (report-emacs-bug): Fix test for a gnu.org address.
14321 Use overlays for emphasis, since font-lock defeats 'face property.
14322 Pretest bugs also end up at the newsgroup these days.
14323 Stop message-mode stripping text properties.
14324 Set and use the new buffer-local variables.
14325 (report-emacs-bug-hook): Add doc-string.
14326 Remove some unnecessary save-excursions and simplify.
14327 Use the appropriate hook and send-command.
14328
fe03f49a
GM
14329 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
14330 capitalization of some menu entries.
14331
345427f0
VJL
143322009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14333
277e6741
MP
14334 * whitespace.el (whitespace-display-char-on):
14335 Ensure `buffer-display-table' is unique when two or more windows are
345427f0
VJL
14336 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
14337 New version 12.1.
14338
c70ccbba
EZ
143392009-12-10 Eli Zaretskii <eliz@gnu.org>
14340
14341 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
14342 characters in the Attribute field.
14343
f1943c1b
DN
143442009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
14345
14346 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
14347
1c67aeaa
SM
143482009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
14349
14350 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
14351 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
14352 Disregard autoload-excludes.
14353 (update-directory-autoloads): Obey autoload-excludes here instead.
14354 But don't store its contents in no-autoloads and remove entries that
14355 refer to excludes files.
14356
d8194864
GM
143572009-12-10 Glenn Morris <rgm@gnu.org>
14358
8c0171c0
GM
14359 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
14360 (expand-mail-aliases): Define for compiler.
14361
dba372dd
GM
14362 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
14363 Define for compiler.
14364
d8194864
GM
14365 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
14366 appropriate for the mail-user-agent in use.
14367
fe5facd3
MA
143682009-12-09 Michael Albinus <michael.albinus@gmx.de>
14369
14370 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
14371
99999a1d
DN
143722009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
14373
14374 Fix short log parsing and fontification.
14375 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
14376 Fix fontification for the [merge] label.
14377
2ea1c4aa
SM
143782009-12-09 Vivek Dasmohapatra <vivek@etla.org>
14379
85626eef 14380 Drop some properties to avoid surprises (bug#5002).
2ea1c4aa
SM
14381 * htmlfontify.el (hfy-ignored-properties): New defcustom.
14382 (hfy-fontify-buffer): Use it.
14383
9840deb6
SM
143842009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
14385
a0d1aadf
SM
14386 Minor cleanup.
14387 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
14388 Adjust all callers.
14389 (ffap-locate-file): Remove unused arg `dir-ok' and make other
14390 args compulsory. Adjust callers.
14391 (ffap-gopher-at-point): Remove unused var `name'.
14392
9840deb6
SM
14393 Get rid of the ELCFILES abomination.
14394 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
14395 (compile-elcfiles): New phony target.
14396 (compile-main): Compute ELCFILES dynamically.
14397 (compile-clean): New target to remove left-over elc files.
14398 (compile, all): Use it.
14399
7eb3f9a8
KH
144002009-12-09 Kenichi Handa <handa@etlken>
14401
14402 * international/mule-diag.el: Require help-mode instead of help-fns.
14403
ae63e572
KH
144042009-12-09 Kenichi Handa <handa@m17n.org>
14405
5ce6e4f4 14406 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
14407 fine ranges instead of pre-calculating accurate ranges.
14408 Iterate with bigger gc-cons-threshold.
ae63e572 14409
e2f3c692
DN
144102009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
14411
14412 Add support for stashing a snapshot of the current tree.
14413 * vc-git.el (vc-git-stash-snapshot): New function.
14414 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
14415
cf6d0352
JB
144162009-12-08 Jose E. Marchesi <jemarch@gnu.org>
14417
14418 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
14419 instead of `(beginning|end)-of-line'.
14420
48e4acc9
GM
144212009-12-08 Glenn Morris <rgm@gnu.org>
14422
6e890faa
GM
14423 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
14424
48e4acc9
GM
14425 * Makefile.in (ELCFILES): Regenerate.
14426
d2a1dc7b
JL
144272009-12-07 Juri Linkov <juri@jurta.org>
14428
14429 Don't lazy-highlight the comint output in history Isearch mode.
14430
14431 * comint.el (comint-history-isearch-search): Instead of
14432 `comint-line-beginning-position', use `comint-after-pmark-p'
14433 to check if point if before the process mark, and go to
14434 `process-mark' in this case.
14435
51ef56c4
SM
144362009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14437
fb10ee4a
SM
14438 * textmodes/tex-mode.el (latex-complete)
14439 (latex-indent-or-complete): Remove.
14440 (latex-mode): Set completion-at-point-functions instead.
14441
14442 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
14443 * minibuffer.el (completion-at-point-functions): New var.
14444 (completion-at-point): New command.
fb10ee4a 14445 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
14446 * progmodes/python.el (python-mode-map): Use completion-at-point.
14447 (python-completion-at-point): Rename from python-partial-symbol and
14448 adjust for use in completion-at-point-functions.
14449 (python-mode): Setup completion-at-point for Python completion.
14450 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
14451 extracted from lisp-complete-symbol.
14452 (lisp-complete-symbol): Use it.
14453 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
14454 setup completion-at-point for Elisp completion.
fb10ee4a
SM
14455 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14456 Use completion-at-point.
51ef56c4 14457 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 14458 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
14459 * progmodes/sym-comp.el: Move to...
14460 * obsolete/sym-comp.el: Move from progmodes.
14461
5e7a9022
EZ
144622009-12-07 Eli Zaretskii <eliz@gnu.org>
14463
14464 Prevent save-buffer in Rmail buffers from using the coding-system
14465 of the current message, and from clobbering the encoding mnemonics
14466 in the mode line (Bug#4623).
14467
14468 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
14469 flag, too.
14470 (rmail-message-encoding): New variable.
14471 (rmail-write-region-annotate): Record the encoding of the current
14472 message in rmail-message-encoding.
14473 (rmail-after-save-hook): New function, restores the encoding of
14474 the current message after the message collection is saved.
14475
9136e895
JL
144762009-12-07 Juri Linkov <juri@jurta.org>
14477
14478 * progmodes/grep.el (grep-read-files): Use `completing-read'
14479 instead of `read-string'. Set its `collection' arg to
14480 `read-file-name-internal'. (Bug#4301)
14481
40637410
JL
144822009-12-07 Juri Linkov <juri@jurta.org>
14483
14484 Correctly restore original Isearch point. (Bug#4994)
14485
14486 * isearch.el (isearch-mode): Move `isearch-push-state' after
14487 `(run-hooks 'isearch-mode-hook)'.
14488 (isearch-cancel): When `isearch-push-state-function' is defined,
14489 let-bind `isearch-cmds' to the first state (the last element of
14490 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
14491 function and restores the original point). Otherwise, move point
14492 to `isearch-opoint'.
14493
da10ce2b
SM
144942009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14495
14496 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
14497 chars that don't have names, so the table can be built much faster at
14498 run-time.
14499
3d68fa99
CY
145002009-12-07 Chong Yidong <cyd@stupidchicken.com>
14501
f82b1493
CY
14502 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
14503 change. Suggested by David Kastrup.
14504
3d68fa99
CY
14505 * simple.el (compose-mail): Check for incompatibilities and warn.
14506 (compose-mail-user-agent-warnings): New option.
14507
662c5698
DN
145082009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14509
14510 Support showing a single log entry from vc-annotate.
14511 * vc.el (print-log): Add a new argument: START-REVISION.
14512 (vc-print-log-internal): Add a new optional argument and
14513 pass it to the backend.
14514 (vc-print-log, vc-print-root-log): Adjust callers.
14515 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
14516 buffer already displays the requested log entry, use it.
14517 Otherwise display only the log entry in question.
14518 * vc-svn.el (vc-svn-print-log):
e4070cdc 14519 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
14520 * vc-hg.el (vc-hg-state):
14521 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
14522 (vc-git-show-log-entry): Return t on success.
14523 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
14524 (vc-bzr-show-log-entry): Return t on success.
14525 * vc-rcs.el (vc-rcs-print-log):
14526 * vc-sccs.el (vc-sccs-print-log):
14527 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
14528
e4070cdc
GM
145292009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14530
5ce6e4f4
JB
14531 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
14532 Add menus to the meta mode. (Bug#5043)
e4070cdc 14533
5ce6e4f4 145342009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
14535
14536 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 14537 event-key.
662c5698 14538
662c5698
DN
14539 * ediff.el (ediff-buffers-internal): Add unwind-protect.
14540
dab816a9
MA
145412009-12-07 Michael Albinus <michael.albinus@gmx.de>
14542
14543 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
14544 Berbain <raphael.berbain@gmail.com>.
14545
14546 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
14547 characters.
14548 (tramp-initial-end-of-output): New defconst.
14549 (tramp-methods, tramp-find-shell)
14550 (tramp-open-connection-setup-interactive-shell)
14551 (tramp-maybe-open-connection): Use it.
6a7662bb
BR
14552 (tramp-shell-prompt-pattern, tramp-wait-for-output):
14553 Handle existence of `#' and `$'.
dab816a9 14554
6a7662bb
BR
14555 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
14556 Use `tramp-initial-end-of-output'.
dab816a9 14557
a91e1f6b
DN
145582009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14559
14560 Get the background mode from the terminal for xterm, and set
14561 faces accordingly.
14562 * term/xterm.el (xterm-set-background-mode): New function.
14563 (terminal-init-xterm): Use it in case xterm supports background
14564 color queries. Recompute faces after getting the background
14565 color.
14566
5fa9d1ec
GM
145672009-12-07 Ulrich Mueller <ulm@gentoo.org>
14568
14569 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
14570 number comment back on its own line, for easier parsing.
14571
5e9fde5e
SM
145722009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14573
14574 Make it work for non-file buffers (bug#5102).
14575 * doc-view.el (doc-view-current-cache-dir):
14576 Use doc-view-buffer-file-name rather than buffer-file-name.
14577 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
14578
2f2f5242
CY
145792009-12-06 Óscar Fuentes <ofv@wanadoo.es>
14580
14581 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
14582 author field is too short.
14583
cebf8ec6
DN
145842009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
14585
5e9fde5e
SM
14586 * vc-git.el (vc-git-print-log): Handle a limit argument.
14587 Display the short log in graph form and with labels.
0d3f8a78
DN
14588 (vc-git-log-view-mode): Handle labels.
14589
cebf8ec6
DN
14590 Make vc-revert change VC state from 'added to 'unregistered.
14591 * vc-git.el (vc-git-revert): Call git reset first.
14592
8e39154d
UJ
145932009-12-06 Ulf Jasper <ulf.jasper@web.de>
14594
d8194864
GM
14595 * net/newst-backend.el, net/newst-plainview.el:
14596 * net/newst-reader.el, net/newst-ticker.el:
14597 * net/newst-treeview.el, net/newsticker.el:
14598 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 14599
ef187c24
CY
146002009-12-06 Chong Yidong <cyd@stupidchicken.com>
14601
238a0f3a
CY
14602 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
14603
2c6bb71a
CY
14604 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
14605 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
14606 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
14607 Update annotation regexp.
14608
ef187c24
CY
14609 * simple.el (beginning-of-visual-line): Constrain to field
14610 boundaries (Bug#5106).
14611
571855b6
UJ
146122009-12-06 Ulf Jasper <ulf.jasper@web.de>
14613
6a7662bb
BR
14614 * xml.el (xml-substitute-numeric-entities):
14615 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 14616 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
14617 * net/newst-backend.el (newsticker--parse-generic-feed)
14618 (newsticker--parse-generic-items)
6a7662bb
BR
14619 (newsticker--decode-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 14622
b857059c
CY
146232009-12-06 Daniel Colascione <dan.colascione@gmail.com>
14624
14625 * progmodes/js.el (js--js-not): Add null to the list of values.
14626
c2dae51b
CY
146272009-12-06 Chong Yidong <cyd@stupidchicken.com>
14628
d8194864 14629 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 14630
ed0f72d2
RW
146312009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14632
14633 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
14634 delimiter if it is at the end of the current line.
14635 (bibtex-generate-url-list): Fix docstring.
14636
365b9a62
SM
146372009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
14638
14639 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
14640 minibuffer's content with itself.
14641 Fold the confirm-after-completion case into the `confirm' case.
14642 (completion-pcm-word-delimiters): Add : and / to the delimiters.
14643
990a9cb1
KR
146442009-12-06 Kevin Ryde <user42@zip.com.au>
14645
14646 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 14647 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 14648
8b5a10db 14649 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 14650 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 14651
065543e7
JL
146522009-12-05 Juri Linkov <juri@jurta.org>
14653
14654 Save and restore dired buffer's point positions too. (Bug#4880)
14655
14656 * dired.el (dired-save-positions): Return in the first element
14657 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
14658 Doc fix.
14659 (dired-restore-positions): First restore buffer's position.
14660 While restoring window's positions, check if window still displays
14661 the original buffer.
14662
503edac9
CY
146632009-12-05 Chong Yidong <cyd@stupidchicken.com>
14664
9a594ee6
CY
14665 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
14666 if possible.
14667
925f8c70
CY
14668 * shell.el (shell): Require ansi-color (Bug#5113).
14669
14670 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
14671
503edac9
CY
14672 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
14673
8fea6b33
AM
146742009-12-05 Alan Mackenzie <acm@muc.de>
14675
14676 * progmodes/cc-mode.el (c-before-hack-hook)
14677 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
14678 `c-file-style' to work again. This reversion restores the current
212c5aef 14679 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 14680
5d1fd962
CY
146812009-12-05 Kevin Ryde <user42@zip.com.au>
14682
6a7662bb
BR
14683 * textmodes/sgml-mode.el (sgml-lexical-context):
14684 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
5d1fd962 14685
30760c8b
JL
146862009-12-05 Juri Linkov <juri@jurta.org>
14687
14688 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
14689 for virtual nodes. (Bug#4147)
14690 (Info-find-node-2): Set `Info-current-node-virtual' to nil
14691 when moving from a virtual node.
14692 (Info-mode-menu): Add `Info-virtual-index' to the menu.
14693 (Info-mode): Add `Info-virtual-index' to the docstring.
14694
403111a8
RW
146952009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14696
14697 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
14698 track of the buffer position of the end of a BibTeX entry as this
14699 position may change during reformatting.
14700 (bibtex-format-entry): Remove whitespace before processing
14701 numerical fields so that we recognize the latter properly.
14702 (bibtex-reformat): Do not use push which changes the global value
14703 of bibtex-entry-format.
14704 (bibtex-field-braces-alist, bibtex-field-strings-alist)
14705 (bibtex-field-re-init): Replace only space characters by regexp
14706 for whitespace.
365b9a62 14707 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
14708 (bibtex-initialize): Also update bibtex-strings.
14709 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
14710 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
14711 Update bibtex-reference-keys.
403111a8 14712
25b54627
SM
147132009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
14714
14715 * minibuffer.el (completion-pcm--merge-try): Also consider placing
14716 point after a star, if that's the only place where modifications can
14717 make progress.
14718
35639eb4
DN
147192009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
14720
14721 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
14722 in docstrings.
14723
8b78760b
JL
147242009-12-04 Juri Linkov <juri@jurta.org>
14725
14726 * proced.el (proced): Call `(proced-update t)' to update process
14727 information instead of only running proced-post-display-hook.
14728 (proced-send-signal): Add a leading space to the buffer name
14729 " *Marked Processes*" to make this buffer ephemeral.
14730
2b3489a7
JL
147312009-12-04 Juri Linkov <juri@jurta.org>
14732
14733 * dired.el (dired-auto-revert-buffer): New defcustom.
14734 (dired-internal-noselect): Use it.
14735
9b9debd1
JL
147362009-12-04 Juri Linkov <juri@jurta.org>
14737
14738 Change roles of modes and functions in image-mode.el (Bug#5062).
14739
14740 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
14741 in `auto-mode-alist'.
14742 (image-mode-previous-major-mode): New variable.
14743 (image-minor-mode-map): Rename from `image-mode-text-map'.
14744 (image-mode): Move graceful error-handling code from
14745 `image-minor-mode' to here. On errors call `image-mode-as-text'.
14746 (image-minor-mode): Remove all image-handling code.
14747 Replace `image-mode-text-map' with `image-minor-mode-map'.
14748 Check for `image-type' in mode-line format string.
14749 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
14750 (image-mode-as-text): New function with most code from
14751 `image-mode-maybe'.
14752 (image-toggle-display-text): Move code that removes image
14753 properties from `image-toggle-display' to here.
14754 (image-toggle-display-image): New function with code that adds
14755 image properties copied from `image-toggle-display'.
14756 (image-toggle-display): Remove most code with leaving only code
14757 that toggles between `image-mode-as-text' and `image-mode'.
14758
0c74a301
UJ
147592009-12-04 Ulf Jasper <ulf.jasper@web.de>
14760
14761 * net/newst-treeview.el
14762 (newsticker--treeview-list-highlight-start): Restored call to
14763 save-excursion: Selected item was stuck.
14764 (newsticker--treeview-list-select): New.
14765 (newsticker--treeview-item-show-text)
14766 (newsticker--treeview-item-show)
14767 (newsticker--treeview-item-update): Use new
14768 newsticker-treeview-item-mode.
14769 (newsticker-treeview-update): Keep current item.
14770 (newsticker-treeview-next-new-or-immortal-item): Doc change.
14771 (newsticker--treeview-first-feed): Doc change.
14772 (newsticker-treeview-list-menu)
88b5a757 14773 (newsticker-treeview-item-menu): Add menu entries.
0c74a301
UJ
14774 (newsticker-treeview-item-mode): New.
14775
5ce6e4f4 14776 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
14777 windows.
14778
9eaeec5b
SS
147792009-12-04 Sam Steingold <sds@gnu.org>
14780
14781 * log-view.el (log-view-mode-map): "q" calls quit-window,
14782 like in all the other non-self-insert buffers.
14783
b2bf5be5
SM
147842009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
14785
14786 Minor cleanup.
14787 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
14788 key decoding rather than do it manually via last-input-event +
14789 ascii-character.
14790 (term-exec): Use delete-and-extract-region.
14791 (term-handle-ansi-terminal-messages): Remove unused var `end'.
14792 (term-process-pager): Remove unused var `i'.
14793 (term-dynamic-simple-complete): Make obsolete.
14794 (serial-update-config-menu): Remove unused vars `y' and `str'.
14795 (term-update-mode-line): Remove unused var `temp'.
14796
46e5c897
DN
147972009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14798
14799 Limit the number of log entries displayed by default.
14800 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
14801 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
14802 using a prefix argument.
14803
627e0a14
GM
148042009-12-03 Glenn Morris <rgm@gnu.org>
14805
14806 * progmodes/idlwave.el (class): Restore still useful declaration.
14807
8578c224
AM
148082009-12-03 Alan Mackenzie <acm@muc.de>
14809
4abc318c 14810 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 14811
b2bf5be5
SM
14812 * progmodes/cc-mode.el (c-basic-common-init):
14813 Call c-state-cache-init.
9762b219 14814 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 14815 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 14816 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
14817
14818 * progmodes/cc-langs.el (c-before-font-lock-function):
14819 c-extend-and-neutralize-syntax-in-CPP has been renamed
14820 c-neutralize-syntax-in-and-mark-CPP.
14821
14822 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
14823 with `category' properties now, not `syntax-table' ones.
14824
14825 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
14826 enhanced (but slower) version of c-end-of-macro that won't land
14827 inside a literal or on another awkward character.
14828 (c-state-cache-too-far, c-state-cache-start)
14829 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
14830 (c-state-nonlit-pos-cache-limit, c-state-point-min)
14831 (c-state-point-min-lit-type, c-state-point-min-lit-start)
14832 (c-state-min-scan-pos, c-state-brace-pair-desert)
14833 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
14834 buffer local variables.
14835 (c-state-literal-at, c-state-lit-beg)
14836 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
14837 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
14838 (c-state-cache-top-paren, c-state-cache-after-top-paren)
14839 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
14840 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
14841 (c-renarrow-state-cache)
14842 (c-append-lower-brace-pair-to-state-cache)
14843 (c-state-push-any-brace-pair, c-append-to-state-cache)
14844 (c-remove-stale-state-cache)
14845 (c-remove-stale-state-cache-backwards, c-state-cache-init)
14846 (c-invalidate-state-cache-1, c-parse-state-1)
14847 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
14848 (c-parse-state): Enhance and refactor.
14849 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
14850
14851 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
14852 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
14853 modify to use category text properties rather than syntax-table ones.
14854 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
14855 to switch off/on the syntactic paren property of C++ template
14856 delimiters using the category property.
14857 (c-with-<->-as-parens-suppressed): Macro to invoke code with
14858 template delims suppressed.
14859 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
14860 New constant/macros which apply category properties to the start
14861 and end of preprocessor constructs.
b2bf5be5 14862 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
14863 "comment out" the syntactic value of characters in preprocessor
14864 constructs.
14865 (c-with-cpps-commented-out)
14866 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
14867 with characters in all or all but one preprocessor constructs
14868 "commented out".
14869
0d4dc442
RW
148702009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14871
14872 * proced.el (proced-filter-alist): Use regexp-quote.
14873
a09dc9bf
MA
148742009-12-03 Michael Albinus <michael.albinus@gmx.de>
14875
14876 Cleanup.
14877 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
14878 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
14879 arguments. Expand `default-directory'.
14880
14881 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
14882 the benefit of returning an expanded localname.
14883 (tramp-tramp-file-p): Handle the case NAME is not a string.
14884
3f6bd790
DN
148852009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14886
4dfb3b9c
DN
14887 Add support for bzr shelve/unshelve.
14888 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
14889 (vc-bzr-extra-menu-map): New variables.
14890 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
14891 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
14892 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
14893 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
14894 (vc-bzr-dir-extra-headers): Display shelves.
14895
3f6bd790
DN
14896 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
14897
842d73a1
SM
148982009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14899
14900 * textmodes/bibtex.el (bibtex-complete-internal):
14901 Use completion-in-region.
14902 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
14903
7fa4876f
DN
149042009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14905
14906 Support applying stashes. Improve UI.
14907 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
14908 (vc-git-stash-apply, vc-git-stash-pop)
14909 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
14910 (vc-git-stash-menu): New functions.
14911 (vc-git-stash-menu-map): New variable.
14912 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
14913
d6e82452
GM
149142009-12-03 Glenn Morris <rgm@gnu.org>
14915
14916 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
14917 (vc-print-log-internal): Fix previous change.
14918 (vc-revert): Correct pluralization.
14919
8d222148
SM
149202009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14921
ea52206b
SM
14922 * progmodes/make-mode.el (makefile-special-targets-list): No need for
14923 it to be an alist any more.
14924 (makefile-complete): Use completion-in-region.
14925
69a94a37
SM
14926 * progmodes/octave-mod.el (octave-complete-symbol):
14927 Use completion-in-region.
14928
8d222148
SM
14929 Misc cleanup.
14930 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
14931 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
14932 (idlwave-complete-class): Don't quote lambda.
14933 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
14934 (idlwave-mode-map): Move initialization into declaration.
14935 (idlwave-action-and-binding): Use backquotes.
14936 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
14937 Simplify.
14938 (idlwave-is-pointer-dereference): Remove unused var `pos'.
14939 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
14940 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
14941 `parts', and `all-parts'.
14942 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
14943 (idlwave-convert-xml-system-routine-info): Remove unused string
14944 `version-string'.
14945 (idlwave-display-user-catalog-widget): Use dolist.
14946 (idlwave-scanning-lib): Declare dynamically-scoped var.
14947 (idlwave-scan-library-catalogs): Remove unused var `flags'.
14948 (completion-highlight-first-word-only): Declare to silence bytecomp.
14949 (idlwave-popup-select): Tighten scope of `resp'.
14950 (idlwave-find-struct-tag): Remove unused var `beg'.
14951 (idlwave-after-load-rinfo-hook): Declare.
14952 (idlwave-sintern-class-info): Remove unused var `taglist'.
14953 (idlwave-find-class-definition): Remove unused var `list'.
14954 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
14955 (idlwave-what-module-find-class): Remove unused var `classes'.
14956
3bb8691b
JB
149572009-12-03 Juanma Barranquero <lekktu@gmail.com>
14958
14959 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
14960
f72f0c23
SM
149612009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14962
14963 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
14964 buffers visited. Remove redundant current-buffer-saving.
14965
601a9508
SM
149662009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
14967
14968 Use completion-in-buffer and remove uses of dynamic scoping.
14969 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
14970 (pascal-buffer-to-use, pascal-flag): Don't declare.
14971 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
14972 (pascal-get-completion-decl, pascal-keyword-completion):
14973 Add `pascal-str' argument, save-excursion,
14974 return the found completions, and don't filter with pascal-pred.
14975 (pascal-completion-cache): New var.
14976 (pascal-completion): Don't switch buffer any more (it was never
14977 necessary). Don't save-excursion any more (it's done by the called
14978 subroutines). Use a cache to avoid redundant computations.
14979 Use complete-with-action rather than pascal-completion-response and
14980 let it apply the predicate as well.
14981 (pascal-complete-word): Use completion-in-buffer when
14982 pascal-toggle-completions is nil.
14983 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
14984 not used any more.
14985 (pascal-comp-defun): Don't change buffer any more.
14986 Use complete-with-action rather than pascal-completion-response and
14987 let it apply the predicate as well.
14988 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
14989 when neded.
14990
1ff4cb98
KH
149912009-12-02 Kenichi Handa <handa@m17n.org>
14992
14993 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
14994 shape for all Indic scripts.
14995
bb12edf1
SM
149962009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
14997
14998 Use completion-in-buffer.
14999 * wid-edit.el (widget-field-text-end): New function.
15000 (widget-field-value-get): Use it.
15001 (widget-string-complete, widget-file-complete)
15002 (widget-color-complete): Use it and completion-in-region.
15003 (widget-complete): Don't narrow the buffer.
15004
5813f6ef
GM
150052009-12-02 Glenn Morris <rgm@gnu.org>
15006
c920f222
GM
15007 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
15008 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
15009 * mail/rmailsum.el: Replace all pop-to-buffer calls with
15010 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 15011
5813f6ef
GM
15012 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
15013 save-excursion with save-current-buffer.
15014 Widen before searching. (Bug#5093)
15015 (diary-list-sexp-entries): Remove superfluous save-excursion.
15016
34b1d750
GM
150172009-12-02 Michael Welsh Duggan <mwd@cert.org>
15018
15019 * woman.el (woman-make-bufname): Handle man-pages with "." in the
15020 name. (Bug#5038)
15021
b2d5f31a
GM
150222009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
15023
15024 * ido.el (ido-file-internal): Handle filenames at point that do
15025 not have a directory part. (Bug#5049)
15026
c710ac3c
JB
150272009-12-02 Juanma Barranquero <lekktu@gmail.com>
15028
15029 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
15030 (mpc-songs-jump-to, mpc-resume): Doc fixes.
15031
9946be46
SM
150322009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
15033
15034 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
15035 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
15036 any more.
15037
b08016f2
SM
150382009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15039
e7440df4
SM
15040 * comint.el (comint-insert-input): Ignore clicks to the right of
15041 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
15042
3bb8691b 15043 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
15044 terminate before setting up the major mode.
15045
f3b757f5
SM
15046 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
15047 in case.
15048
a2877f1d
SM
15049 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
15050 the last element.
15051
b08016f2
SM
15052 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
15053
782d6e30
GM
150542009-12-01 Glenn Morris <rgm@gnu.org>
15055
15056 * window.el (window--display-buffer-2): Fix previous changes.
15057
28f57f7e
CY
150582009-12-01 Chong Yidong <cyd@stupidchicken.com>
15059
15060 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
15061
c31a2fdc
GM
150622009-12-01 Glenn Morris <rgm@gnu.org>
15063
15064 * Makefile.in (ELCFILES): Add mpc.elc.
15065
e1ada222
SM
150662009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15067
15068 * mpc.el: New file.
15069
0c9ff2c5
GM
150702009-12-01 Glenn Morris <rgm@gnu.org>
15071
3689984f
GM
15072 * window.el (window-to-use): Define for compiler.
15073
3ab4308b
GM
15074 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
15075 consistent with others (no final period).
15076
0c9ff2c5
GM
15077 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
15078 (rmail-mime-show): Downcase the encoding. (Bug#5070)
15079
fb0c18ff
DN
150802009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
15081
15082 Make vc-print-log buttons work.
045b9da7 15083 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 15084
2ac7e73e
JB
150852009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
15086
15087 * savehist.el (savehist-autosave-interval): Allow setting to nil
15088 through customize. (Bug#5056)
15089
5237d741
JB
150902009-11-30 Juanma Barranquero <lekktu@gmail.com>
15091
15092 Fix references to jit-lock properties.
15093 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15094 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
15095 (perl-font-lock-special-syntactic-constructs):
15096 Quote jit-lock-defer-multiline property.
15097
379241fa
DN
150982009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
15099
15100 * vc-git.el (vc-git-registered): Call vc-git-root only once.
15101
054ae856
JL
151022009-11-30 Juri Linkov <juri@jurta.org>
15103
15104 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
15105 value `buffer' of `multi-isearch-next-buffer-current-function'.
15106 Use `(current-buffer)' when `buffer' is nil.
15107 (multi-isearch-next-buffer-from-list): Don't fallback to
15108 `(current-buffer)' when `buffer' is nil. (Bug#4947)
15109
67296dda
JL
151102009-11-30 Juri Linkov <juri@jurta.org>
15111
15112 * misearch.el (multi-isearch-read-buffers): Move canonicalization
15113 of buffers with `get-buffer' to `multi-isearch-buffers'.
15114 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15115 Canonicalize BUFFERS with `get-buffer'. Doc fix.
15116 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
15117 FILES with `expand-file-name' converting relative file names
15118 to absolute. Doc fix. (Bug#4727)
15119
c585bf32
JL
151202009-11-30 Juri Linkov <juri@jurta.org>
15121
15122 * misearch.el (multi-isearch-read-buffers)
15123 (multi-isearch-read-matching-buffers): New functions.
15124 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15125 Use them in the `interactive' spec. Doc fix.
15126 (multi-isearch-read-files, multi-isearch-read-matching-files):
15127 New functions.
15128 (multi-isearch-files, multi-isearch-files-regexp):
15129 Use them in the `interactive' spec. Doc fix. (Bug#4725)
15130
0a745733
JL
151312009-11-30 Juri Linkov <juri@jurta.org>
15132
15133 * doc-view.el (doc-view-continuous):
15134 Rename from `doc-view-continuous-mode'.
15135 (doc-view-menu): Move "Toggle display" to the top.
15136 Add submenu "Continuous" with radio buttons "Off"/"On"
15137 and "Save as Default".
15138 (doc-view-scroll-up-or-next-page)
15139 (doc-view-scroll-down-or-previous-page)
15140 (doc-view-next-line-or-next-page)
6a7662bb
BR
15141 (doc-view-previous-line-or-previous-page):
15142 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
0a745733 15143
1f9689eb
JL
151442009-11-30 Juri Linkov <juri@jurta.org>
15145
15146 * comint.el (comint-mode-map): Rebind `M-r' from
15147 `comint-previous-matching-input' to
15148 `comint-history-isearch-backward-regexp'.
15149 Unbind `M-s' to allow global key binding `M-s'.
15150 Add menu items for `comint-history-isearch-backward' and
15151 `comint-history-isearch-backward-regexp'. (Bug#3746)
15152
2952b1ae
JL
151532009-11-30 Juri Linkov <juri@jurta.org>
15154
15155 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
15156 For def=recenter, replace `recenter' with `recenter-top-bottom'
15157 that is called with `this-command' and `last-command' let-bound
15158 to `recenter-top-bottom'. When the last `def' was not `recenter',
15159 set `recenter-last-op' to nil. (Bug#4981)
15160
7a9547ca
SM
151612009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
15162
20565545
SM
15163 Minor cleanup and simplification.
15164 * filecache.el (file-cache-add-directory)
15165 (file-cache-add-directory-recursively)
15166 (file-cache-add-from-file-cache-buffer)
15167 (file-cache-delete-file-regexp, file-cache-delete-directory)
15168 (file-cache-files-matching-internal, file-cache-display): Use dolist.
15169 (file-cache-temp-minibuffer-message): Delete function.
15170 (file-cache-minibuffer-complete): Use minibuffer-message instead.
15171
7a9547ca
SM
15172 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
15173 Don't signal an error when bumping into EOB in tr, s, or y.
15174
08e968f3
JL
151752009-11-29 Juri Linkov <juri@jurta.org>
15176
15177 * startup.el (fancy-about-text): Fix wording of Guided Tour.
15178 (Bug#4960)
15179
15180 * descr-text.el (describe-char-unidata-list): Use lowercase name
15181 for "Unicode name" like in other tags.
15182
f8d170a4
JL
151832009-11-29 Juri Linkov <juri@jurta.org>
15184
15185 * ediff-util.el (ediff-minibuffer-with-setup-hook):
15186 New compatibility macro.
7a9547ca 15187 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 15188
0116abbd
JL
151892009-11-29 Juri Linkov <juri@jurta.org>
15190
15191 Add defcustom to define the cycling order of `recenter-top-bottom'.
15192 (Bug#4981)
15193
15194 * window.el (recenter-last-op): Doc fix.
15195 (recenter-positions): New defcustom.
15196 (recenter-top-bottom): Rewrite to use `recenter-positions'.
15197 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
15198
61eef560
MA
151992009-11-29 Michael Albinus <michael.albinus@gmx.de>
15200
15201 Improve integration of Tramp and ange-ftp in eshell.
15202
e4070cdc 15203 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
15204 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
15205 (eshell/sudo): Flatten args. Let-bind `default-directory'.
15206
15207 * eshell/esh-util.el (top): Require also Tramp when compiling.
15208 (eshell-directory-files-and-attributes): Check for FTP remote
15209 connection.
15210 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
15211 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
15212 (eshell-file-attributes): Handle ".". Return `entry'.
15213
15214 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
15215 (ange-ftp-directory-files-and-attributes)
15216 (ange-ftp-real-directory-files-and-attributes): New defuns.
15217
15218 * net/tramp.el (tramp-maybe-open-connection): Open the remote
15219 shell with "exec" when possible. This prevents trailing prompts
15220 in `start-file-process'.
15221
f5467d3f
SM
152222009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15223
21f49db9
SM
15224 Try and remove assumptions about point-min==1.
15225 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
15226 (rng-compute-mode-line-string): Show the validation percentage in
15227 terms of the narrowed text, not the widened text.
15228 (rng-do-some-validation): Don't catch internal errors when debugging.
15229 (rng-first-error): Simplify.
15230 (rng-after-change-function): Remove work around. AFAIK the bug has
15231 been fixed a while ago.
15232
26224faf
SM
15233 * image-mode.el (image-minor-mode): Exit more gracefully when the image
15234 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
15235
d7117720
SM
15236 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
15237
f5467d3f
SM
15238 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
15239 `cd' doesn't always do it for us (bug#5067).
15240
15241 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
15242 on 2009-10-25 as part of some other change (bug#5067).
15243
c5269f1c
SM
152442009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15245
62a258a7
SM
15246 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
15247 `suspicious'.
15248 (byte-compile-warnings): Use byte-compile-warning-types.
15249 (byte-compile-save-excursion): Warn about use of set-buffer right
15250 after save-excursion.
15251
c5269f1c
SM
15252 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
15253 the excursion as well.
15254
3ba30eb8
MA
152552009-11-27 Michael Albinus <michael.albinus@gmx.de>
15256
15257 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
15258 providing a Tramp related implementation of "su" and "sudo".
15259 (eshell-unix-initialize): Add "su" and "sudo".
15260
6c6f788d
DU
152612009-11-27 Daiki Ueno <ueno@unixuser.org>
15262
15263 * net/socks.el (socks-send-command): Convert binary request to
15264 unibyte before sending. This fixes mishandling of some port
15265 numbers such as 129.
15266
10c877fe
SM
152672009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15268
6f06a171
SM
15269 * help.el (describe-bindings-internal): Remove `interactive'.
15270
10c877fe
SM
15271 * man.el (Man-completion-table): Trim a terminating "(".
15272 Remove the space between name page a section.
15273 Add the command's description on the `help-echo' property.
c5269f1c
SM
15274 Remove `process-connection-type' binding since it's unused by
15275 call-process.
10c877fe
SM
15276 Provide completion for the "<section> <name>" format as well.
15277 (Man-default-man-entry): Remove spurious var shadowing the argument.
15278
c44a4822
KR
152792009-11-26 Kevin Ryde <user42@zip.com.au>
15280
15281 * log-view.el: Add "Keywords: tools", since its other keywords
15282 aren't in finder-known-keywords, and following vc.el.
15283
9d58f081
KR
15284 * sha1.el (sha1-string-external): default-directory "/" in case
15285 otherwise non-existent. process-connection-type pipe for touch of
15286 efficiency recommended by elisp manual. (An aside in Bug#3911.)
15287
72fe6b25
SM
152882009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15289
15290 Misc coding convention cleanups.
15291 * htmlfontify.el (hfy-init-kludge-hook): Rename from
15292 hfy-init-kludge-hooks.
15293 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
15294 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
15295 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
15296 and push.
15297 (hfy-slant, hfy-weight): Use tables rather than code.
15298 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
15299 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
15300 (hfy-face-attr-for-class): Initialize `face-spec' directly.
15301 (hfy-face-to-css): Remove `nconc' with single arg.
15302 (hfy-p-to-face-lennart): Use `or'.
15303 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
15304 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
15305 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
15306 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
15307 (hfy-force-fontification): Use run-hooks.
15308
85e0a536
SM
153092009-11-26 Vivek Dasmohapatra <vivek@etla.org>
15310
15311 Various minor fixes.
15312 * htmlfontify.el (hfy-default-header): Add toggle_invis since
15313 Javascript belongs in the header, not the body.
15314 (hfy-javascript): Remove.
15315 (hfy-fontify-buffer): Don't insert it any more.
15316 (hfy-face-at): Handle (face0 face1 face2) style face properties.
15317 Fix bug in invis handling when there were no invis props in a chunk.
15318
62ccc42c
SM
153192009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15320
15321 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
15322
2643c7aa
DN
153232009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
15324
15325 * finder.el (finder-mode-map): Add a menu.
15326
0e5c8aed
DN
153272009-11-26 Michael McNamara <mac@mail.brushroad.com>
15328
bf0b361c 15329 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
15330 "unsigned" structs.
15331
15332 (verilog-leap-to-head, verilog-backward-token): Handle "disable
15333 fork" statement better.
15334
153352009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
15336
bf0b361c
JB
15337 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
15338 (verilog-delete-auto, verilog-delete-empty-auto-pair)
15339 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
15340 Reported by Clay Douglass.
0e5c8aed
DN
15341
15342 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c 15343 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
6a7662bb
BR
15344 Fix removing "// Interfaces" when saving .* expansions.
15345 Reported by Pierre-David Pfister.
0e5c8aed 15346
7629c4e7
GM
153472009-11-26 Glenn Morris <rgm@gnu.org>
15348
62ccc42c
SM
15349 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
15350 the scope.
7629c4e7 15351
a5d358f8
JB
153522009-11-25 Johan Bockgård <bojohan@gnu.org>
15353
15354 * vc-annotate.el (vc-annotate-revision-previous-to-line):
15355 Really use previous revision.
15356
002cbde5
KR
153572009-11-25 Kevin Ryde <user42@zip.com.au>
15358
15359 * man.el (Man-completion-table): default-directory "/" in case
15360 doesn't otherwise exist. process-environment COLUMNS=999 so as
15361 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
15362 any chance of hitting the pseudo-tty TIOCGWINSZ.
15363 (man): completion-ignore-case t for friendliness and since man
15364 itself is case-insensitive on the command line.
15365 Further to Bug#3717.
002cbde5 15366
8cb5ffe8
KR
15367 * arc-mode.el: Add "Keywords: files", so the details in its
15368 commentary can be reached from finder-by-keyword.
34607612
KR
15369 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
15370 editing mode, but it's comms related and sgml-mode.el has "comm"
15371 on that basis too.
b8dfcf54 15372 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
15373 * international/isearch-x.el, international/ja-dic-cnv.el:
15374 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 15375 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 15376
1e2d9ba1
JL
153772009-11-25 Juri Linkov <juri@jurta.org>
15378
15379 * man.el (Man-completion-table): Modify regexp to include
15380 section names to completion strings. (Bug#3717)
15381
a601d313
JL
153822009-11-25 Juri Linkov <juri@jurta.org>
15383
15384 Search recursively in gzipped files. (Bug#4982)
15385
15386 * progmodes/grep.el (grep-highlight-matches): Add new options
15387 `always' and `auto'. Doc fix.
15388 (grep-process-setup): Check `grep-highlight-matches' for
15389 `auto-detect' to determine the need to compute grep defaults.
15390 Move Windows/DOS specific --colors settings handling
15391 to `grep-compute-defaults'. Check `grep-highlight-matches'
15392 to get the value of "--color=".
15393 (grep-compute-defaults): Compute `grep-highlight-matches' when it
15394 has the value `auto-detect'. Move Windows/DOS specific settings
15395 from `grep-process-setup'.
15396 (zrgrep): New command with alias `rzgrep'.
15397
bde04ea9
JL
153982009-11-25 Juri Linkov <juri@jurta.org>
15399
15400 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
15401 to nil instead of switching off view-mode. (Bug#4896)
15402
7d6b4d3c
JL
154032009-11-25 Juri Linkov <juri@jurta.org>
15404
15405 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
15406
15407 * mwheel.el (mwheel-scroll-up-function)
15408 (mwheel-scroll-down-function): New defvars.
15409 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
15410 `scroll-up', and `mwheel-scroll-down-function' instead of
15411 `scroll-down'.
15412
15413 * doc-view.el (doc-view-scroll-up-or-next-page)
15414 (doc-view-scroll-down-or-previous-page): Add optional ARG.
15415 Use this ARG in the call to image-scroll-up/image-scroll-down.
15416 Change `interactive' spec to "P". Goto next/previous page only
15417 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
15418 SPC/DEL case). Doc fix.
15419 (doc-view-next-line-or-next-page)
15420 (doc-view-previous-line-or-previous-page): Rename arg to ARG
15421 for consistency.
15422 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
15423 `doc-view-scroll-up-or-next-page', and buffer-local
15424 `mwheel-scroll-down-function' to
15425 `doc-view-scroll-down-or-previous-page'.
15426
e237085f
JL
154272009-11-25 Juri Linkov <juri@jurta.org>
15428
15429 Provide additional default values (directories at other Dired
15430 windows) via M-n in the minibuffer of some Dired commands.
15431
15432 * dired-aux.el (dired-diff, dired-compare-directories)
15433 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
15434 `minibuffer-default' in `minibuffer-with-setup-hook'.
15435 (dired-dwim-target-directory): Find a window that displays Dired
15436 buffer instead of failing when the next window is not Dired.
15437 Use `get-window-with-predicate' to find for the next Dired window.
15438 (dired-dwim-target-defaults): New function.
15439
15440 * ediff-util.el (ediff-read-file-name):
15441 Use `dired-dwim-target-defaults' to set `minibuffer-default'
15442 in `minibuffer-with-setup-hook'.
15443
7d371eac
JL
154442009-11-25 Juri Linkov <juri@jurta.org>
15445
15446 Provide additional default values (file name at point or at the
15447 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
15448
15449 * minibuffer.el (read-file-name-defaults): New function.
15450 (read-file-name): Reset `minibuffer-default' to nil when
15451 it duplicates initial input `insdef'.
15452 Bind `minibuffer-default-add-function' to lambda that
15453 calls `read-file-name-defaults' in `minibuffer-selected-window'.
15454 (minibuffer-insert-file-name-at-point): New command.
15455
15456 * files.el (file-name-at-point-functions): New defcustom.
15457 (find-file-default): Remove defvar.
15458 (find-file-read-args): Don't use `find-file-default'.
15459 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15460 to `read-file-name'.
15461 (find-file-literally): Use `read-file-name' with
15462 `confirm-nonexistent-file-or-buffer'.
15463
15464 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
15465
15466 * dired.el (dired-read-dir-and-switches):
15467 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15468 to `read-file-name'.
15469 (dired-file-name-at-point): New function.
15470 (dired-mode): Add hook `dired-file-name-at-point' to
15471 `file-name-at-point-functions'.
15472
04ae543a
SM
154732009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15474
15475 Really make the *Completions* window soft-dedicated (bug#5030).
15476 * window.el (window--display-buffer-2): Add `dedicated' argument.
15477 (display-buffer): Pass it when needed so the dedicated flag is set
15478 after calling set-window-buffer, which would otherwise reset it.
15479
eb708e66
SM
154802009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15481
d6b8d4e7
SM
15482 * progmodes/meta-mode.el (meta-complete-symbol):
15483 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
15484 * mail/mailabbrev.el (mail-abbrev-complete-alias):
15485 Use completion-in-region.
15486
5f24557b
SM
15487 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
15488 (dabbrev-completion): Use completion-in-region.
15489 (dabbrev--abbrev-at-point): Simplify regexp.
15490
fe4346f0
SM
15491 * abbrev.el (abbrev--before-point): Use word-motion functions
15492 if :regexp is not specified (bug#5031).
15493
cb190d7d
SM
15494 * subr.el (string-prefix-p): New function.
15495
e2ec6dd5
SM
15496 * man.el (Man-completion-cache): New var.
15497 (Man-completion-table): Use it.
15498
eb708e66
SM
15499 * vc.el (vc-print-log-internal): Make `limit' optional for better
15500 compatibility (e.g. with vc-annotate.el).
15501
4cf8971b
KR
155022009-11-24 Kevin Ryde <user42@zip.com.au>
15503
eb708e66 15504 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 15505 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 15506
4cf8971b
KR
15507 * emacs-lisp/elint.el (elint-add-required-env): Better error message
15508 when .el source file not found or other error.
15509
d204c46c
SM
155102009-11-24 Markus Triska <markus.triska@gmx.at>
15511
15512 * linum.el (linum-update-window): Ignore intangible (bug#4996).
15513
bb301b9a
SM
155142009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15515
449c27f0
SM
15516 Handle the [back] button properly (bug#4979).
15517 * descr-text.el (describe-text-properties): Add a `buffer' argument.
15518 Use help-setup-xref, help-buffer, and with-help-window.
15519 (describe-char): Add `buffer' argument.
15520 Pass proper command to help-setup-xref. Don't meddle with
15521 help-xref-stack-item directly.
15522 (describe-text-category): Use with-help-window and help-buffer.
15523
32fe5377
SM
15524 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
15525 for the displayed buffer (bug#4887).
15526
bb301b9a
SM
15527 * man.el (Man-completion-table): New function.
15528 (man): Use it.
15529
35179414
DR
155302009-11-24 David Reitter <david.reitter@gmail.com>
15531
bb301b9a 15532 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
15533 .git is) rather than the file's directory and a relative path spec
15534 to work around a bug in git.
15535
605a20a9
MA
155362009-11-24 Michael Albinus <michael.albinus@gmx.de>
15537
15538 Improve handling of processes on remote hosts.
15539
15540 * eshell/esh-util.el (eshell-path-env): New defvar.
15541 (eshell-parse-colon-path): New defun.
15542 (eshell-file-attributes): Use `eshell-parse-colon-path'.
15543
bb301b9a
SM
15544 * eshell/esh-ext.el (eshell-search-path):
15545 Use `eshell-parse-colon-path'.
605a20a9
MA
15546 (eshell-remote-command): Remove argument HANDLER.
15547 (eshell-external-command): Check for FTP remote connection.
15548
bb301b9a
SM
15549 * eshell/esh-proc.el (eshell-gather-process-output):
15550 Use `file-truename', in order to start also symlinked files.
15551 Apply `start-file-process' instead of `start-process'.
15552 Shorten `command' to the local file name part.
605a20a9 15553
bb301b9a
SM
15554 * eshell/em-cmpl.el (eshell-complete-commands-list):
15555 Use `eshell-parse-colon-path'.
605a20a9
MA
15556
15557 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
15558
15559 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
15560 to `eshell-directory-change-hook'.
15561
d1d33062
TH
155622009-11-24 Tassilo Horn <tassilo@member.fsf.org>
15563
15564 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 15565 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 15566
a34d8565 155672009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 15568
a34d8565
MK
15569 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
15570 made on 2009-11-22.
d1d33062 15571
c83b8d1b
GM
155722009-11-24 Glenn Morris <rgm@gnu.org>
15573
15574 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
15575 deleted variable bookmark-bmenu-bookmark-column.
15576
83505cfe
SM
155772009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15578
15579 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
15580
5241b291
CY
155812009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
15582
15583 * net/browse-url.el (browse-url-filename-alist): On Windows, add
15584 two slashes to the "file:" prefix.
15585 (browse-url-file-url): De-munge Cygwin filenames before passing
15586 them to Windows browser.
15587 (browse-url-default-windows-browser): Use call-process.
15588
aefcadb6
JL
155892009-11-23 Juri Linkov <juri@jurta.org>
15590
15591 Implement DocView Continuous mode. (Bug#4896)
15592 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
15593 (doc-view-mode-map): Bind C-n/<down> to
15594 `doc-view-next-line-or-next-page', C-p/<up> to
15595 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
15596 (doc-view-next-line-or-next-page)
15597 (doc-view-previous-line-or-previous-page): New commands.
15598
0d62bcea
JL
155992009-11-23 Juri Linkov <juri@jurta.org>
15600
15601 Implement Isearch in comint input history. (Bug#3746)
15602 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
15603 `isearch-mode-hook'.
15604 (comint-history-isearch): New defcustom.
15605 (comint-history-isearch-backward)
15606 (comint-history-isearch-backward-regexp): New commands.
15607 (comint-history-isearch-message-overlay): New buffer-local variable.
15608 (comint-history-isearch-setup, comint-history-isearch-end)
15609 (comint-goto-input, comint-history-isearch-search)
15610 (comint-history-isearch-message, comint-history-isearch-wrap)
15611 (comint-history-isearch-push-state)
15612 (comint-history-isearch-pop-state): New functions.
15613
b593f105
MA
156142009-11-23 Michael Albinus <michael.albinus@gmx.de>
15615
15616 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
15617 return.
15618 (tramp-handle-make-symbolic-link)
15619 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
15620 Quote file names.
15621 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
15622 (tramp-handle-process-file): Use it.
15623
0f202d5d
SM
156242009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
15625
15626 * window.el (move-to-window-line-last-op): Remove.
15627 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
15628
216349f8
SM
156292009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
15630
0f202d5d 15631 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
15632 * window.el (move-to-window-line-last-op): New var.
15633 (move-to-window-line-top-bottom): New command.
15634 (global-map): Bind M-r move-to-window-line-top-bottom.
15635
c10e0633
GM
156362009-11-23 Sven Joachim <svenjoac@gmx.de>
15637
15638 * dired-x.el (dired-guess-shell-alist-default):
15639 Support xz format. (Bug#4953)
15640
953e0c1a
GM
156412009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
15642
15643 * emulation/viper-cmd.el: Use viper-last-command-char instead of
15644 last-command-char/last-command-event.
15645 (viper-prefix-arg-value): Do correct conversion of event-char for
15646 XEmacs.
15647
83505cfe
SM
15648 * emulation/viper-util.el, emulation/viper.el:
15649 Use viper-last-command-char instead of
15650 last-command-char/last-command-event.
953e0c1a 15651
83505cfe
SM
15652 * ediff-init.el, ediff-mult.el, ediff-util.el:
15653 Replace last-command-char and last-command-event
15654 with (ediff-last-command-char) everywhere.
953e0c1a
GM
15655
15656 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
15657 created in fundamental mode.
15658
15659 * ediff.el (ediff-version): Revert the change of interactive-p to
15660 called-interactively-p.
15661
9ee12eee
TH
156622009-11-22 Tassilo Horn <tassilo@member.fsf.org>
15663
15664 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
15665 generation from word-movement command names.
15666
8b571bf3
JD
156672009-11-21 Jan Djärv <jan.h.d@swipnet.se>
15668
15669 * cus-start.el (all): Add native condition for font-use-system-font.
15670
4121db47
AM
156712009-11-21 Nathaniel Flath <flat0103@gmail.com>
15672
83505cfe
SM
15673 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
15674 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 15675
d71f5e0c
TH
156762009-11-21 Tassilo Horn <tassilo@member.fsf.org>
15677
15678 * progmodes/subword.el: Rename from lisp/subword.el.
15679
15680 * subword.el: Rename to progmodes/subword.el.
15681
15682 * Makefile.in (ELCFILES): Adapt to subword.el move.
15683
fc9d6ad6 156842009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4e2af782 15685 Stefan Monnier <monnier@iro.umontreal.ca>
fc9d6ad6
SM
15686
15687 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
15688 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
15689 (bookmark-bmenu-show-filenames): Use push.
15690 (bookmark-bmenu-hide-filenames): Use local var instead of
15691 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
15692 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
15693 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
15694 filenames now that the bookmark names are always available.
15695
26d9285f
SM
156962009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15697
15698 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
15699 (bookmark-search-pattern): Move and leave unbound.
15700 (bookmark-bmenu-mode-map): Change binding.
15701 (bookmark-read-search-input): Simplify.
15702 Don't use text-char-description. Don't error on non-char events.
15703 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
15704 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
15705 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
15706 Use a local var for the timer.
15707 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
15708 (i.e. bookmark-bmenu-search).
15709
d73a0317
GM
157102009-11-21 Glenn Morris <rgm@gnu.org>
15711
15712 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
15713
e572025f
CY
157142009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
15715
26d9285f
SM
15716 * net/browse-url.el (browse-url-default-windows-browser):
15717 Use cygstart for cygwin.
e572025f 15718
6aeaa3dc
KF
157192009-11-20 Karl Fogel <karl.fogel@red-bean.com>
15720
e4070cdc 15721 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
15722 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
15723 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 15724 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
15725 (bookmark-read-search-input): Adjust to fit within 80 columns.
15726
a9b76eec
TH
157272009-11-20 Tassilo Horn <tassilo@member.fsf.org>
15728
15729 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
15730 (c-backward-into-nomenclature): Adapt to subword renaming.
15731
15732 * subword.el (subword-forward, subword-backward, subword-mark)
15733 (subword-kill, subword-backward-kill, subword-transpose)
15734 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
15735 (subword-forward-internal, subword-backward-internal):
15736 Rename from forward-subword, backward-subword, mark-subword,
15737 kill-subword, backward-kill-subword, transpose-subwords,
15738 downcase-subword, upcase-subword, capitalize-subword,
15739 forward-subword-internal, backward-subword-internal.
a9b76eec 15740
1e7d4475
SM
157412009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15742
26d9285f
SM
15743 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
15744 New options.
1e7d4475
SM
15745 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
15746 New vars.
15747 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
15748 (bookmark-bmenu-filter-alist-by-regexp)
15749 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
15750 (bookmark-bmenu-search): New command.
15751 (bookmark-bmenu-mode-map): Bind it.
15752
653d1554
TH
157532009-11-20 Tassilo Horn <tassilo@member.fsf.org>
15754
ab84bfa0
TH
15755 * progmodes/cc-cmds.el: declare-functioned forward-subword and
15756 backward-subword to quit the byte-compiler.
15757
1f35fda9
TH
15758 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
15759
15760 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
15761
653d1554 15762 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
15763 (c-forward-into-nomenclature, c-backward-into-nomenclature):
15764 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
15765
15766 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
15767 subword.el functions instead of cc-subword.el.
15768
1e7d4475
SM
15769 * progmodes/cc-subword.el: Rename to subword.el.
15770 * subword.el: Rename from progmodes/cc-subword.el.
15771 (subword-mode-map): Rename from c-subword-mode-map.
15772 (subword-mode): Rename from c-subword-mode.
653d1554 15773 (global-subword-mode): New global minor mode.
1e7d4475
SM
15774 (forward-subword): Rename from c-forward-subword.
15775 (backward-subword): Rename from c-backward-subword.
15776 (mark-subword): Rename from c-mark-subword.
15777 (kill-subword): Rename from c-kill-subword.
15778 (backward-kill-subword): Rename from c-backward-kill-subword.
15779 (transpose-subwords): Rename from c-tranpose-subword.
15780 (downcase-subword): Rename from c-downcase-subword.
15781 (capitalize-subword): Rename from c-capitalize-subword.
15782 (forward-subword-internal): Rename from c-forward-subword-internal.
15783 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 15784
9717f119
DN
157852009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
15786
8de724f3
DN
15787 * vc.el (vc-deduce-fileset): Allow non-state changing operations
15788 from a dired buffer.
15789 (vc-dired-deduce-fileset): New function.
15790 (vc-root-diff, vc-print-root-log): Use it.
15791
9717f119
DN
15792 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
15793 nil LIMIT argument to vc-print-log-internal.
15794
af4999b8
GM
157952009-11-20 Glenn Morris <rgm@gnu.org>
15796
15797 * Makefile.in (ELCFILES): Regenerate.
15798
b58edcb6
JB
157992009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
15800
02e1b488
SM
15801 * calc/calc.el (calc-set-mode-line):
15802 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
15803 (math-format-number): Rename `math-format-complement-signed' to
15804 `math-format-twos-complement'.
15805
02e1b488 15806 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
15807 math-format-complement-signed.
15808 (calc-radix): Rename `calc-complement-signed-mode' to
15809 `calc-twos-complement-mode'.
02e1b488
SM
15810 (calc-octal-radix, calc-hex-radix): Add an argument for
15811 two's complement.
b58edcb6 15812
02e1b488
SM
15813 * calc/calc-embed.el (calc-embedded-mode-vars):
15814 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 15815
02e1b488
SM
15816 * calc/calc-ext.el (calc-init-extensions):
15817 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
15818 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
15819
02e1b488
SM
15820 * calc/calc-units.el (math-build-units-table-buffer):
15821 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
15822
15823 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
15824 entries.
15825
15826 * calc/calc-vec.el (calcFunc-vunpack):
15827 * calc/calc-aent.el (calc-do-calc-eval):
15828 * calc/calc-forms.el (math-format-date):
15829 * calc/calc-graph.el (calc-graph-plot):
15830 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
15831 * calc/calccomp.el (math-compose-expr):
15832 Let `calc-twos-complement-mode' be nil.
15833
158342009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15835
15836 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
15837 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
15838 * minibuffer.el (completion-in-region-functions): New hook.
15839 (completion-in-region): New function.
15840 * emacs-lisp/lisp.el (lisp-complete-symbol):
15841 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 15842
e3353a78
SM
158432009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15844
eff77808
SM
15845 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
15846 (latex-complete-alist): New vars.
15847 (latex-string-prefix-p, latex-complete-bibtex-keys)
15848 (latex-complete-envnames, latex-complete-refkeys)
15849 (latex-complete-data): New functions.
15850 (latex-complete, latex-indent-or-complete): New commands.
15851
d2c9fc42
SM
15852 * window.el (display-buffer-mark-dedicated): New var.
15853 (display-buffer): Obey it.
15854 * minibuffer.el (minibuffer-completion-help): Use it.
15855
31a1c477
SM
15856 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
15857
bed4c972
SM
15858 * filecache.el (file-cache-add-file): Use push and cons.
15859 (file-cache-delete-file-regexp): Use push.
15860 (file-cache-complete): Use completion-in-region.
15861
8c22699f
SM
15862 * simple.el (with-wrapper-hook): Fix thinko.
15863
e3353a78
SM
15864 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
15865 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
15866 Use with-current-buffer and string-to-number.
15867 (hfy-fallback-colour-values): Use assoc-string.
15868 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
15869 (hfy-face-at): Remove unused var `found-face'.
15870 (hfy-compile-stylesheet): Remove unused var `css'.
15871 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
15872 and `orig-buffer'.
15873 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
15874 Use with-current-buffer.
15875 (hfy-text-p): Use expand-file-name and fewer setq.
15876
acca02b0
SM
158772009-11-19 Vivek Dasmohapatra <vivek@etla.org>
15878
15879 * htmlfontify.el, hfy-cmap.el: New files.
15880
042b7cc6
JL
158812009-11-19 Juri Linkov <juri@jurta.org>
15882
15883 * minibuffer.el (completions-format): New defcustom.
15884 (completion--insert-strings): Implement vertical format.
15885
15886 * simple.el (switch-to-completions): Move point to the first
15887 completion when point was at the beginning of the buffer.
15888
da205913
JL
158892009-11-19 Juri Linkov <juri@jurta.org>
15890
15891 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
15892
15893 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
15894
0b8ee421
CY
158952009-11-19 Chong Yidong <cyd@stupidchicken.com>
15896
15897 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
15898 (mail-signature): Change default to t.
15899 (mail-from-style): Deprecate `system-default' value.
15900 (mail-insert-from-field): For default value of mail-from-style,
15901 default to `angles' unless `angles' needs quoting and `parens'
15902 does not.
15903 (mail-citation-prefix-regexp): Use citation regexp from
15904 message-mode.
15905
4265deab
MA
159062009-11-19 Michael Albinus <michael.albinus@gmx.de>
15907
acca02b0
SM
15908 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
15909 Set variables for computing the prompt for reading password.
4265deab 15910
27cacd2d
GM
159112009-11-19 Glenn Morris <rgm@gnu.org>
15912
470bce7d
GM
15913 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
15914
7e705a1d
GM
15915 * textmodes/flyspell.el (sgml-lexical-context): Declare.
15916
27cacd2d
GM
15917 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
15918 (newsticker-treeview-listwindow-height): Fix custom type.
15919
b2f0be0f
KH
159202009-11-19 Kenichi Handa <handa@m17n.org>
15921
15922 * descr-text.el (describe-char-padded-string): Compose with TAB
15923 only if there's a font for CH.
02e1b488 15924 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 15925
03446045 159262009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
15927
15928 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 15929 more accurate version of the regexp. (Bug#3910)
b96337b0 15930
03446045 159312009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
15932
15933 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
15934
e0620570
JB
159352009-11-18 Juanma Barranquero <lekktu@gmail.com>
15936
15937 * font-setting.el (font-use-system-font): Declare for byte-compiler.
15938 (font-setting-change-default-font): Fix typo in docstring.
15939
6cc6582e
AM
159402009-11-18 Alan Mackenzie <acm@muc.de>
15941
15942 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
15943
dfb3c4c6
JD
159442009-11-17 Jan Djärv <jan.h.d@swipnet.se>
15945
02e1b488 15946 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
15947
15948 * cus-start.el (all): ... to here.
15949
e268e987
MA
159502009-11-17 Michael Albinus <michael.albinus@gmx.de>
15951
15952 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
15953 Don't set `ad-return-value' if `ad-do-it' doesn't.
15954
303ffde8
MA
15955 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
15956 modification time.
15957
637fa988
JD
159582009-11-17 Jan Djärv <jan.h.d@swipnet.se>
15959
15960 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 15961 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
15962
15963 * loadup.el: If feature system-font-setting or font-render-setting is
15964 there, load font-setting.
15965
02e1b488 15966 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
15967 * font-setting.el: New file.
15968
1d16a255
GM
159692009-11-17 Glenn Morris <rgm@gnu.org>
15970
15971 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
15972
2d84f804
GM
15973 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
15974 Preserve point in the list buffer. (Bug#4939)
15975 Use point-at-eol.
15976 (newsticker--treeview-list-update-highlight)
15977 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
15978
14467b99
JB
159792009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
15980
15981 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
15982 Remove.
15983
15984 * calc/calc-ext.el (calc-init-extensions): Remove references to
15985 symclip.
15986
15987 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
15988
15989 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 15990 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
15991 `calc-symclip'.
15992
e3c39c01
KR
159932009-11-16 Kevin Ryde <user42@zip.com.au>
15994
02e1b488 15995 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 15996 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 15997
497de631
KR
15998 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
15999 (lm-keywords-list): Allow comma-only separator like "foo,bar".
16000 Ignore trailing spaces by omit-nulls to split-string (fixing
16001 regression from Emacs 21 due to the incompatible split-string
14467b99 16002 change). (Bug #4928.)
497de631 16003
48b27575
DN
160042009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
16005
5237d741 16006 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
16007 (vc-print-log-internal): Insert buttons to request more entries
16008 when limiting the output.
16009
16010 * vc-sccs.el (vc-sccs-print-log):
16011 * vc-rcs.el (vc-rcs-print-log):
16012 * vc-cvs.el (vc-cvs-print-log):
16013 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
16014 LIMIT is non-nil.
16015
d3e97185
MA
160162009-11-16 Michael Albinus <michael.albinus@gmx.de>
16017
16018 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
16019 error when `tramp-gvfs-dbus-event-vector' is set.
16020 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
16021
68d87786
SM
160222009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
16023
16024 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
16025
c0a39702
MA
160262009-11-16 Michael Albinus <michael.albinus@gmx.de>
16027
16028 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 16029 (dbus-register-property): Register the handlers of
c0a39702
MA
16030 "org.freedesktop.DBus.Properties" for SERVICE.
16031 (dbus-property-handler): Fix docstring.
16032
1e857121
YM
160332009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16034
16035 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
16036 Quote doc string reference in defvaralias as it is not in special form.
16037 (byte-compile-output-docform): Doc fix.
16038
887484c1
JB
160392009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
16040
16041 * calc/calc.el (math-2-word-size, math-half-2-word-size)
16042 (calc-complement-signed-mode): New variables.
16043 (calc-set-mode-line): Add indicator for twos-complements.
16044 (math-format-number): Format twos-complement notation.
16045
16046 * calc/calc-bin.el (calc-word-size): Reset the variables
16047 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
16048 (math-format-complement-signed, math-symclip, calcFunc-symclip)
16049 (calc-symclip): New functions.
887484c1
JB
16050
16051 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
16052
68d87786
SM
16053 * calc/calc-embed.el (calc-embedded-mode-vars):
16054 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
16055
16056 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 16057 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
16058
16059 * calc/calc-ext.el (math-read-number-fancy): Read complement
16060 signed numbers.
68d87786
SM
16061 (calc-init-extensions): Add binding for `calc-symclip'.
16062 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
16063
16064 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
16065 `calc-symclip'.
68d87786 16066 (calc-modes-menu): Add item for twos complement mode.
887484c1 16067
5237d741 16068 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 16069
4cf1d7e3
CY
160702009-11-15 Chong Yidong <cyd@stupidchicken.com>
16071
16072 * register.el (jump-to-register, insert-register): Handle Semantic
16073 tags. From commented-out advice in semantic/senator.el.
16074
f8e65267
DN
160752009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
16076
6616006b
DN
16077 * vc.el (vc-log-show-limit): New variable.
16078 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
16079 when using a prefix argument.
16080 (vc-print-log-internal): Add new argument LIMIT.
16081
16082 * vc-svn.el (vc-svn-print-log):
16083 * vc-mtn.el (vc-mtn-print-log):
16084 * vc-hg.el (vc-hg-print-log):
16085 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 16086 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
16087 non-optional.
16088
16089 * vc-sccs.el (vc-sccs-print-log):
16090 * vc-rcs.el (vc-rcs-print-log):
16091 * vc-git.el (vc-git-print-log):
16092 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
01c35094 16093 ignore it. Make the BUFFER argument non-optional.
6616006b 16094
f8e65267
DN
16095 * bindings.el (mode-line-buffer-identification): Do not purecopy.
16096
0566c4bc
CY
160972009-11-15 Chong Yidong <cyd@stupidchicken.com>
16098
7cce3c91
CY
16099 * dired.el (dired-mode-map): Move encryption items to "Operate"
16100 menu (Bug#4703).
16101
d7063de9
CY
16102 * strokes.el (strokes-update-window-configuration): Make strokes
16103 buffer current before erasing (Bug#4906).
16104
0fc10137
JL
161052009-11-15 Juri Linkov <juri@jurta.org>
16106
16107 * simple.el (set-mark-default-inactive): Add :type, :group
16108 and :version. (Bug#4876)
16109
f5fce4ec
MA
161102009-11-15 Michael Albinus <michael.albinus@gmx.de>
16111
16112 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
16113 (archive-unique-fname): ... here. (Bug#4929)
16114
8d720a00
SM
161152009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
16116
589888fe
SM
16117 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
16118 with a real fix.
16119
8d720a00
SM
16120 * novice.el (disabled-command-function): Add useful args.
16121 Setup the help buffer so that [back] works.
16122 Remove redundant call to help-mode.
16123 (disabled-command-function): Use `case'.
16124 (en/disable-command): New function extracted from enable-command.
16125 (enable-command, disable-command): Use it.
16126
a61344d6
GM
161272009-11-14 Glenn Morris <rgm@gnu.org>
16128
497f0cdd
GM
16129 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
16130 constants. (Bug#4913)
16131
a61344d6
GM
16132 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
16133
d501801e
GM
161342009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
16135
16136 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
16137 defined in C that have no doc-strings. (Bug#1063)
16138
5af27ac2
GM
161392009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
16140
16141 * cus-edit.el (data, files):
16142 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
16143
aec5395b
CY
161442009-11-14 Chong Yidong <cyd@stupidchicken.com>
16145
e7791447
CY
16146 * simple.el (shell-command): Doc fix (Bug#4891).
16147
aec5395b
CY
16148 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
16149
7a41cd7f
GM
161502009-11-14 Glenn Morris <rgm@gnu.org>
16151
c3583c94
GM
16152 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
16153 statements for vc-diff, emerge-quit, and rmail-cease-edit.
16154 If they are already loaded, eval-after-load will do the right thing.
16155
73900d1f
GM
16156 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
16157 compiling.
16158
0028351d
GM
16159 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
16160
f6714ede
GM
16161 * simple.el (x-selection-owner-p): Declare.
16162 (read-mail-command): Use custom radio type rather than choice.
16163 (completion-no-auto-exit): Doc fix.
16164
7a41cd7f 16165 * custom.el (defgroup):
5af27ac2 16166 * epg-config.el (epg): Doc fixes.
7a41cd7f 16167
2d0659ec
DN
161682009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
16169
16170 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
16171 * international/ccl.el (define-ccl-program): Do not purecopy the
16172 docstring, defconst does it anyway.
16173
7fdbcd83
SM
161742009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16175
d499c5b9
SM
16176 * add-log.el (add-change-log-entry): Avoid displaying the changelog
16177 a second time.
16178
7fdbcd83
SM
16179 * x-dnd.el (x-dnd-maybe-call-test-function):
16180 * window.el (split-window-vertically):
16181 * whitespace.el (whitespace-help-on):
16182 * vc-rcs.el (vc-rcs-consult-headers):
16183 * userlock.el (ask-user-about-lock-help)
16184 (ask-user-about-supersession-help):
16185 * type-break.el (type-break-force-mode-line-update):
16186 * time-stamp.el (time-stamp-conv-warn):
16187 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 16188 (te-sentinel, terminal-emulator):
7fdbcd83
SM
16189 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
16190 (term-write-input-ring, term-check-source, term-start-output-log):
16191 (term-display-buffer-line, term-dynamic-list-completions):
16192 (term-ansi-make-term, serial-term):
16193 * subr.el (selective-display):
16194 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
16195 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
16196 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
16197 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
16198 (speedbar-remove-localized-speedbar-support)
16199 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
16200 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
16201 (speedbar-buffers-line-directory):
16202 * simple.el (shell-command-on-region, append-to-buffer)
16203 (prepend-to-buffer):
16204 * shadowfile.el (shadow-save-todo-file):
16205 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
16206 (scroll-bar-maybe-set-window-start):
16207 * sb-image.el (speedbar-image-dump):
16208 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
16209 (load-save-place-alist-from-file):
16210 * ps-samp.el (ps-print-message-from-summary):
16211 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
16212 (ps-background-image, ps-begin-job, ps-do-despool):
16213 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
16214 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
16215 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
16216 (pr-call-process, pr-file-list, pr-interface-save):
16217 * novice.el (disabled-command-function)
16218 (enable-command, disable-command):
16219 * mouse.el (mouse-buffer-menu-alist):
16220 * mouse-copy.el (mouse-kill-preserving-secondary):
16221 * macros.el (kbd-macro-query):
16222 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
16223 * informat.el (batch-info-validate):
16224 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
16225 * hippie-exp.el (try-expand-dabbrev-visible):
16226 * help-mode.el (help-make-xrefs):
16227 * help-fns.el (describe-variable):
16228 * generic-x.el (bat-generic-mode-run-as-comint):
16229 * finder.el (finder-mouse-select):
16230 * find-dired.el (find-dired-sentinel):
16231 * filesets.el (filesets-file-close):
16232 * files.el (list-directory):
16233 * faces.el (list-faces-display, describe-face):
16234 * facemenu.el (list-colors-display):
16235 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
16236 * epg.el (epg--process-filter, epg-cancel):
16237 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
16238 (epa--read-signature-type):
16239 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
16240 (emerge-file-names):
16241 * ehelp.el (electric-helpify):
16242 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
16243 * ediff-vers.el (rcs-ediff-view-revision):
16244 * ediff-util.el (ediff-setup):
16245 * ediff-mult.el (ediff-append-custom-diff):
16246 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
16247 (ediff-wordify):
16248 * echistory.el (Electric-command-history-redo-expression):
16249 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
16250 * disp-table.el (describe-display-table):
16251 * dired.el (dired-find-buffer-nocreate):
16252 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
16253 * dabbrev.el (dabbrev--same-major-mode-p):
16254 * chistory.el (list-command-history):
16255 * apropos.el (apropos-documentation):
16256 * allout.el (allout-obtain-passphrase):
16257 (allout-copy-exposed-to-buffer):
16258 (allout-verify-passphrase): Use with-current-buffer.
16259
2ccbc060
GM
162602009-11-13 Glenn Morris <rgm@gnu.org>
16261
16262 * Makefile.in (ELCFILES): Regenerate.
16263
b172ed20
MA
162642009-11-13 Michael Albinus <michael.albinus@gmx.de>
16265
7fdbcd83
SM
16266 * net/dbus.el (dbus-registered-objects-table): Rename from
16267 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
16268 (dbus-unregister-object): Unregister also properties.
16269 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
16270 Use a timeout of 500 msec, in order to not block.
16271 (dbus-register-property, dbus-property-handler): New defuns.
16272
e96d62cd
SM
162732009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16274
16275 * simple.el (minibuffer-default-add-completions): Drop deprecated
16276 4th arg.
16277
14bd267d
EZ
162782009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
16279
e96d62cd
SM
16280 * textmodes/artist.el (artist-mouse-choose-operation):
16281 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 16282 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
16283 (artist-compute-up-event-key): New function.
16284 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
16285
bf89fd7b
KH
162862009-11-13 Kenichi Handa <handa@m17n.org>
16287
16288 * language/japan-util.el: Make sure that the value of jisx0208
16289 property is jisx0208 character.
16290
f70b8925
DN
162912009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
16292
16293 * international/mule.el (auto-coding-regexp-alist): Only purecopy
16294 car or each item, not the whole list.
16295
4d93a9e0
SM
162962009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
16297
16298 * minibuffer.el (minibuffer-completion-help):
16299 Use minibuffer-hide-completions.
16300
05404988
SM
163012009-11-12 Per Starbäck <per@starback.se> (tiny change)
16302
16303 * dired.el (dired-save-positions, dired-restore-positions): New funs.
16304 (dired-revert): Use them (bug#4880).
16305
5297bc10
DN
163062009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16307
16308 * tooltip.el (tooltip-frame-parameters): Undo previous change.
16309
e2685eb7
JL
163102009-11-12 Juri Linkov <juri@jurta.org>
16311
16312 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
16313 New functions.
16314 (find-file-literally-at-point): Alias of `ffap-literally'.
16315
76410c3e
DN
163162009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16317
6d341a2a
DN
16318 * textmodes/ispell.el (ispell-skip-region-alist):
16319 * textmodes/css-mode.el (auto-mode-alist):
16320 * progmodes/compile.el (auto-mode-alist):
16321 * international/mule.el (ctext-non-standard-encodings-alist)
16322 (ctext-non-standard-encodings-regexp):
16323 * simple.el (shell-command-switch, text-read-only):
16324 * replace.el (occur-mode-map):
16325 * paths.el (rmail-file-name):
16326 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
16327 * find-file.el (ff-special-constructs):
16328 * files.el (file-name-handler-alist):
16329 * composite.el: Purecopy strings.
16330
76410c3e
DN
16331 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
16332
aaa448c9
DN
163332009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16334
16335 * widget.el (define-widget): Purecopy the docstring.
16336 * international/mule-cmds.el (charset): Do not purecopy the
16337 docstring here, define-widget does it.
16338
16339 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
16340 * textmodes/bibtex-style.el (auto-mode-alist):
16341 * progmodes/inf-lisp.el (inferior-lisp-prompt):
16342 * progmodes/compile.el (compile-command):
16343 * language/korea-util.el (default-korean-keyboard):
16344 * international/mule-conf.el (file-coding-system-alist):
16345 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
16346 * tooltip.el (tooltip-frame-parameters):
16347 * newcomment.el (comment-end, comment-padding):
16348 * dired.el (dired-trivial-filenames):
16349 * comint.el (comint-file-name-prefix): Purecopy initial values.
16350
bbe650fd
MA
163512009-11-11 Michael Albinus <michael.albinus@gmx.de>
16352
16353 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
16354 (tramp-advice-minibuffer-electric-tilde): Unload advices via
16355 `tramp-unload'.
16356 (tramp-advice-make-auto-save-file-name)
16357 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
16358 after removing the advice.
16359
6bdad9ae
DN
163602009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16361
2f7f4bee
DN
16362 * progmodes/grep.el (grep-regexp-alist):
16363 * international/mule-cmds.el (iso-2022-control-alist):
16364 * emacs-lisp/timer.el (timer-duration-words):
16365 * subr.el (version-separator, version-regexp-alist):
16366 * minibuffer.el (completion-styles-alist):
16367 * faces.el (face-attribute-name-alist, list-faces-sample-text):
16368 Change defvars to defconsts.
16369
a042de45
DN
16370 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
16371 * loadup.el ("international/mule-conf"): Load the byte compiled version.
16372 * international/mule-conf.el: Allow to be byte compiled.
16373
3b6acc72
DN
16374 * international/mule.el (define-charset): Purecopy props.
16375 (load-with-code-conversion): Purecopy doc string and file name.
16376 (put-charset-property): Purecopy strings.
16377 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
16378
1c2efdfb 16379 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
16380 (define-char-code-property): Correctly purecopy the table.
16381
62591911
DN
16382 * international/ccl.el (define-ccl-program): Purecopy the docstring.
16383
8b908da6
DN
16384 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
16385
ff917d63
DN
16386 * subr.el (add-hook): Purecopy strings.
16387 (eval-after-load): Purecopy load-history-regexp and the form.
16388
af89cf77
DN
16389 * custom.el (custom-declare-group): Purecopy load-file-name.
16390
a3c20c83 16391 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
16392 * net/eudc.el (eudc-tools-menu):
16393 * international/mule-cmds.el (set-coding-system-map)
16394 (mule-menu-keymap):
16395 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
16396 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
16397 * replace.el (occur-mode-map):
16398 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 16399 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
16400 (menu-bar-custom-menu, menu-bar-showhide-menu)
16401 (menu-bar-options-menu, menu-bar-tools-menu)
16402 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
16403 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
16404 (menu-bar-help-menu):
16405 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
16406 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
16407
6bdad9ae
DN
16408 * term/x-win.el (x-gtk-stock-map):
16409 * progmodes/vera-mode.el (auto-mode-alist):
16410 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
16411 (inferior-lisp-program, inferior-lisp-load-command):
16412 * progmodes/hideshow.el (hs-special-modes-alist):
16413 * progmodes/gud.el (same-window-regexps):
16414 * progmodes/grep.el (grep-program, find-program, xargs-program):
16415 * net/telnet.el (same-window-regexps):
16416 * net/rlogin.el (same-window-regexps):
16417 * language/ethiopic.el (font-ccl-encoder-alist):
16418 * vc-sccs.el (vc-sccs-master-templates):
16419 * vc-rcs.el (vc-rcs-master-templates):
16420 * subr.el (cl-assertion-failed):
16421 * simple.el (next-error-overlay-arrow-position):
16422 * lpr.el (lpr-command):
16423 * locate.el (locate-ls-subdir-switches):
16424 * info.el (same-window-regexps, info)
16425 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
16426 * image-mode.el (image-mode, auto-mode-alist):
16427 * hippie-exp.el (hippie-expand-ignore-buffers):
16428 * format.el (format-alist):
16429 * find-dired.el (find-ls-subdir-switches, find-grep-options)
16430 (find-name-arg):
16431 * facemenu.el (facemenu-keybindings):
16432 * dired.el (dired-listing-switches, dired-chown-program):
16433 * diff.el (diff-switches, diff-command):
16434 * cus-edit.el (same-window-regexps):
16435 * bindings.el (mode-line-mule-info)
16436 (mode-line-buffer-identification): Purecopy strings.
16437
e0987650
JL
164382009-11-11 Juri Linkov <juri@jurta.org>
16439
3570691b 16440 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
16441 Tell the byte-compiler about dired-get-filename.
16442 (shell-command): In Dired mode, get filename from the current line
16443 as the default value.
16444
b16ff465
GM
164452009-11-10 Glenn Morris <rgm@gnu.org>
16446
e8a11b22
GM
16447 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
16448 * calendar/holidays.el, progmodes/cperl-mode.el:
16449 Update x-popup-menu declarations.
16450
b16ff465
GM
16451 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
16452 (list-load-path-shadows): Use dolist.
16453 (list-load-path-shadows): Use with-current-buffer.
16454
032c3399
JL
164552009-11-10 Juri Linkov <juri@jurta.org>
16456
16457 * minibuffer.el (read-file-name): Support a list of default values
16458 in `default-filename'. Use the first file name where only one
16459 element is required. Doc fix.
16460
8fb1629f
MA
164612009-11-09 Michael Albinus <michael.albinus@gmx.de>
16462
16463 * net/dbus.el (dbus-unregister-object): Release service, if no
16464 other method is registered for it.
16465
a51203ee 164662009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
16467
16468 * bookmark.el (bookmark-completing-read): Sort bookmark names if
16469 bookmark-sort-flag is non-nil (Bug#4653).
16470
9bf7dc8a
CY
164712009-11-08 Chong Yidong <cyd@stupidchicken.com>
16472
15207e74
CY
16473 * emulation/cua-base.el: Add CUA property to some CC mode commands
16474 (Bug#4100).
16475
8bf7ed70
KR
164762009-11-08 Kevin Ryde <user42@zip.com.au>
16477
16478 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 16479 at end of sentence (Bug#4818).
8bf7ed70 16480
951802d0
CY
164812009-11-08 Jared Finder <jfinder@crypticstudios.com>
16482
16483 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16484 Handle "see declaration of" MSFT statements (Bug#4100).
16485
e8244310
MA
164862009-11-08 Michael Albinus <michael.albinus@gmx.de>
16487
16488 * net/tramp.el (tramp-advice-make-auto-save-file-name)
16489 (tramp-advice-file-expand-wildcards): Unload via
16490 `ad-remove-advice'.
16491
16492 * net/trampver.el: Update release number.
16493
a51203ee 164942009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
16495
16496 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
16497 `ad-do-it'.
16498
a51203ee 164992009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
16500
16501 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
16502 in order to keep context in SELinux.
16503
bedd8a58
CY
165042009-11-08 Chong Yidong <cyd@stupidchicken.com>
16505
16506 * dired-aux.el (dired-query): Place cursor in echo area and allow
16507 C-g.
16508
16509 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
16510 menu item if not on a directory (Bug#4701).
16511
0484d600
MA
165122009-11-07 Michael Albinus <michael.albinus@gmx.de>
16513
16514 Sync with Tramp 2.1.17.
16515
16516 * net/tramp.el (tramp-handle-copy-directory): Don't use
16517 `file-remote-p' (due to compatibility).
16518
16519 * net/tramp-compat.el (tramp-compat-copy-directory)
16520 (tramp-compat-delete-directory): New defuns.
16521
16522 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6a7662bb
BR
16523 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
16524 Use `tramp-compat-delete-directory'.
0484d600
MA
16525
16526 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6a7662bb
BR
16527 (tramp-smb-handle-delete-directory):
16528 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
0484d600
MA
16529
16530 * net/trampver.el: Update release number.
16531
b42b2189
CY
165322009-11-07 Chong Yidong <cyd@stupidchicken.com>
16533
6960d7b9
CY
16534 * tar-mode.el (tar-copy): Call write-region on the right buffer
16535 (Bug#4857).
16536
b42b2189
CY
16537 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
16538 by hand, if necessary (Bug#4878).
16539
0ad57dfd
CY
165402009-11-06 Chong Yidong <cyd@stupidchicken.com>
16541
d19e23ae
CY
16542 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
16543 align size column (Bug#4839).
16544
0ad57dfd
CY
16545 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
16546 statement.
16547
0b7f397c
DN
165482009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16549
16550 * progmodes/ld-script.el (auto-mode-alist):
16551 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
16552
16553 * cus-face.el (custom-declare-face): Purecopy face spec.
16554
495bd5ca
KH
165552009-11-06 Kenichi Handa <handa@m17n.org>
16556
16557 * international/uni-bidi.el: Re-generated.
16558 * international/uni-category.el: Re-generated.
16559 * international/uni-combining.el: Re-generated.
16560 * international/uni-mirrored.el: Re-generated.
16561
1e8780b1
DN
165622009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16563
16564 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
16565 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
16566 (tex-start-options, slitex-run-command, latex-run-command)
16567 (tex-run-command, tex-directory):
16568 * textmodes/ispell.el (ispell-html-skip-alists)
16569 (ispell-tex-skip-alists, ispell-tex-skip-alists):
16570 * textmodes/fill.el (adaptive-fill-first-line-regexp):
16571 (adaptive-fill-regexp):
16572 * textmodes/dns-mode.el (auto-mode-alist):
16573 * progmodes/python.el (interpreter-mode-alist):
16574 * progmodes/etags.el (tags-compression-info-list):
16575 * progmodes/etags.el (tags-file-name):
16576 * net/browse-url.el (browse-url-galeon-program)
16577 (browse-url-firefox-program):
16578 * mail/sendmail.el (mail-signature-file)
16579 (mail-citation-prefix-regexp):
16580 * international/mule-conf.el (eight-bit):
16581 * international/latexenc.el (latex-inputenc-coding-alist):
16582 * international/fontset.el (x-pixel-size-width-font-regexp):
16583 * emacs-lisp/warnings.el (warning-type-format):
16584 * emacs-lisp/trace.el (trace-buffer):
16585 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
16586 (emacs-lisp-mode-map):
16587 * calendar/holidays.el (holiday-solar-holidays)
16588 (holiday-bahai-holidays, holiday-islamic-holidays)
16589 (holiday-christian-holidays, holiday-hebrew-holidays)
16590 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
16591 (hebrew-holidays-1, holiday-oriental-holidays)
16592 (holiday-general-holidays):
16593 * x-dnd.el (x-dnd-known-types):
16594 * tool-bar.el (tool-bar):
16595 * startup.el (site-run-file):
16596 * shell.el (shell-dumb-shell-regexp):
16597 * rfn-eshadow.el (file-name-shadow-tty-properties)
16598 (file-name-shadow-properties):
16599 * paths.el (remote-shell-program, news-directory):
16600 * mouse.el ([C-down-mouse-3]):
16601 * menu-bar.el (menu-bar-tools-menu):
16602 * jka-cmpr-hook.el (jka-compr-load-suffixes)
16603 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
16604 (jka-compr-compression-info-list):
16605 * isearch.el (search-whitespace-regexp):
16606 * image-file.el (image-file-name-extensions):
16607 * find-dired.el (find-ls-option):
16608 * files.el (directory-listing-before-filename-regexp)
16609 (directory-free-space-args, insert-directory-program)
16610 (list-directory-brief-switches, magic-fallback-mode-alist)
16611 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
16612 (automount-dir-prefix):
16613 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
16614 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
16615 (face-font-registry-alternatives, face-font-registry-alternatives)
16616 (face-font-family-alternatives):
16617 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
16618 (facemenu-foreground-menu, facemenu-face-menu):
16619 * epa-hook.el (epa-file-name-regexp):
16620 * dnd.el (dnd-protocol-alist):
16621 * textmodes/rst.el (auto-mode-alist):
a51203ee 16622 * button.el (default-button): Purecopy strings.
1e8780b1 16623
0adae11f
GM
166242009-11-06 Glenn Morris <rgm@gnu.org>
16625
16626 * Makefile.in (ELCFILES): Update.
16627
2adaf057
SM
166282009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
16629
8f72f03c
SM
16630 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
16631 * emacs-lisp/levents.el: Move to obsolete/levents.el.
16632
2adaf057
SM
16633 * nxml/xsd-regexp.el (xsdre-gen-categories):
16634 * nxml/xmltok.el (xmltok-parse-entity):
16635 * nxml/rng-parse.el (rng-parse-validate-file):
16636 * nxml/rng-maint.el (rng-format-manual)
16637 (rng-manual-output-force-new-line):
16638 * nxml/rng-loc.el (rng-save-schema-location-1):
16639 * nxml/rng-cmpct.el (rng-c-parse-file):
16640 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
16641 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
16642
14862301
SM
166432009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
16644
bf0b361c 16645 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
16646 Remove extra save-excursions and make-variable-buffer-local's.
16647 Suggested by Stefan Monnier.
16648
16649 (verilog-getopt-file, verilog-module-inside-filename-p)
16650 (verilog-set-define): Merge GNU 1.35 and repair changes from
16651 switching to using with-current-buffer.
16652
16653 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
16654 being treated as a number and confusing AUTORESET.
16655 Reported by Dan Dever.
16656
16657 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
16658 Add verilog-auto-ignore-concat to fix backward compatibility with
16659 older verilog-modes. Reported by Dan Katz.
16660
16661 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
16662 containing closing anchors "...$".
16663
16664 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
16665 Reported by Wade Smith.
16666
48c2d18a 16667 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
16668
166692009-11-05 Michael McNamara <mac@mail.brushroad.com>
16670
bf0b361c
JB
16671 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
16672 for labels.
14862301
SM
16673
16674 (verilog-label-re, verilog-calc-1): Support proper indent of named
16675 asserts.
16676
16677 (verilog-backward-token, verilog-basic-complete-re)
16678 (verilog-beg-of-statement, verilog-indent-re): Support proper
16679 indent of the assert statement at the beginning of a block of text.
16680
16681 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
16682 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
16683 tokens as begins.
16684
4f8f657f
GM
166852009-11-05 Glenn Morris <rgm@gnu.org>
16686
775adc51
GM
16687 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
16688 Emacs 19. (Bug#1531)
16689 (byte-compile-fix-header): Update for the above change.
16690 Drop test for epoch::version.
16691
4ad6a5e7 16692 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
16693 * cus-dep.el (custom-make-dependencies):
16694 * finder.el (finder-compile-keywords):
16695 Use autoload-rubric's feature argument.
4ad6a5e7 16696
4f8f657f
GM
16697 * calendar/diary-lib.el (top-level): Make load behave more like require.
16698
881e4184
GM
16699 * vc-git.el (vc-git-stash-map): Move definition before use.
16700
ba214964 167012009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 16702
b6f8ba09
DN
16703 * custom.el (custom-declare-group): Purecopy standard-value.
16704 (custom-declare-group): Purecopy custom-prefix.
16705
7fdbcd83
SM
16706 * international/mule.el (load-with-code-conversion):
16707 Call do-after-load-evaluation unconditionally.
eb6f577b 16708
f6195dfb
DN
16709 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
16710
56f14120
SM
167112009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
16712
16713 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
16714
e5c89ce9
GM
167152009-11-04 Glenn Morris <rgm@gnu.org>
16716
16717 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
16718 (byte-compile-compatibility): Remove option.
16719 (byte-compile-close-variables, byte-compile-fix-header)
16720 (byte-compile-insert-header, byte-compile-output-docform)
16721 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
16722 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
16723 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
16724 (byte-compile-insert, byte-compile-defun):
16725 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
16726 (byte-defop-compiler19): Remove.
16727 Without byte-compile-compatibility, the 'emacs19-opcode property is not
16728 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 16729
e24f42ab
JL
167302009-11-04 Juri Linkov <juri@jurta.org>
16731
16732 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
16733 (menu-bar-options-menu): Don't quote the `prop' arg of
16734 `menu-bar-make-mm-toggle'.
16735
d3d5f4f5
JB
167362009-11-04 Juanma Barranquero <lekktu@gmail.com>
16737
16738 * calendar/calendar.el (cal-loaddefs):
16739 * calendar/diary-lib.el (diary-loaddefs):
16740 * calendar/holidays.el (hol-loaddefs):
16741 * eshell/esh-module.el (esh-groups): Load rather than require.
16742
6e39d3b2
SM
167432009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16744
e96d62cd
SM
16745 * calendar/todo-mode.el (todo-add-category): Don't hardcode
16746 point-min==1.
7e83e8b4
SM
16747 (todo-top-priorities): Only display-buffer when called interactively.
16748 (todo-item-start): Don't save excursion point.
16749 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
16750 (todo-insert-item-here, todo-file-item, todo-remove-item):
16751 Adjust uses of todo-item-start and todo-item-end.
16752
fae4e5b9
SM
16753 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
16754 (autoload-rubric): Don't use any more.
fae4e5b9 16755
6e39d3b2
SM
16756 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
16757 and only put a prop if it is non-nil.
16758
c9753fb4
JL
167592009-11-03 Juri Linkov <juri@jurta.org>
16760
16761 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
16762 (menu-bar-options-menu): Fix list quoting (Bug#4429).
16763
16764 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
16765 and "Menu" to make top-level menu item visually one unit (like
16766 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
16767 multi-word menu items). Fix :help string for quit-window.
16768
db04f33f
GM
167692009-11-03 Glenn Morris <rgm@gnu.org>
16770
2aea6521
GM
16771 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
16772 (byte-compile-file-form-define-abbrev-table)
16773 (byte-compile-file-form-custom-declare-variable)
16774 (byte-compile-variable-ref, byte-compile-defvar):
16775 Whether or not a warning is enabled should only affect whether we issue
16776 the warning, not whether or not we collect the relevant data.
16777 Eg warnings can be turned on and off throughout the course of a file.
16778
db04f33f
GM
16779 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
16780 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
16781
937e6a56
SM
167822009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16783
16784 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
16785 * play/mpuz.el (mpuz-create-buffer):
16786 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
16787 (lm-print-y,s,noise, lm-print-w0, lm-init):
16788 * play/gomoku.el (gomoku-prompt-for-move):
16789 * play/fortune.el (fortune-in-buffer):
16790 * play/dissociate.el (dissociated-press):
16791 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 16792 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
16793 * mail/supercite.el (sc-eref-show):
16794 * mail/smtpmail.el (smtpmail-send-it):
16795 * mail/rmailsum.el (rmail-summary-next-labeled-message)
16796 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
16797 (rmail-summary-undelete-many, rmail-summary-rmail-update)
16798 (rmail-summary-goto-msg, rmail-summary-expunge)
16799 (rmail-summary-get-new-mail, rmail-summary-search-backward)
16800 (rmail-summary-add-label, rmail-summary-output-menu)
16801 (rmail-summary-output-body):
16802 * mail/rfc822.el (rfc822-addresses):
16803 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
16804 * mail/mailpost.el (post-mail-send-it):
16805 * mail/hashcash.el (hashcash-generate-payment):
16806 * mail/feedmail.el (feedmail-run-the-queue)
16807 (feedmail-queue-send-edit-prompt-help-first)
16808 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
16809 (feedmail-deduce-address-list):
16810 * eshell/esh-ext.el (eshell-remote-command):
16811 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
16812 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
16813 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
16814 (viper-save-string-in-file, viper-valid-marker):
16815 * emulation/viper-keym.el (viper-toggle-key):
16816 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
16817 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
16818 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
16819 * emulation/viper-cmd.el (viper-exec-form-in-vi)
16820 (viper-exec-form-in-emacs, viper-brac-function):
16821 * emulation/viper.el (viper-delocalize-var):
16822 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
16823 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
16824 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
16825 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
16826 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
16827 * emulation/edt.el (edt-electric-helpify):
16828 * emulation/cua-rect.el (cua--rectangle-aux-replace):
16829 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
16830 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
16831 (cua-indent-to-global-mark-column):
16832 * calendar/diary-lib.el (calendar-mark-1):
16833 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
16834 Use with-current-buffer.
16835 * emulation/viper.el (viper-delocalize-var): Use dolist.
16836
5b955562
CY
168372009-11-03 Chong Yidong <cyd@stupidchicken.com>
16838
16839 * comint.el (comint-replace-by-expanded-history-before-point):
16840 Replace !! with the previous input string literally (Bug#1795).
16841
6292c599
JB
168422009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
16843
16844 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
16845 to be made up of whitespace.
16846
8368c14e
CY
168472009-11-02 Chong Yidong <cyd@stupidchicken.com>
16848
16849 * minibuffer.el (read-file-name): Don't use file dialogs for
16850 remote directories (Bug#99).
16851
6f750f0d
CY
168522009-11-01 Chong Yidong <cyd@stupidchicken.com>
16853
16854 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
16855
97ab3f47
AS
168562009-11-01 Andreas Schwab <schwab@linux-m68k.org>
16857
16858 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
16859 instead of deleting the window or frame.
16860
673c1168
CY
168612009-10-31 Chong Yidong <cyd@stupidchicken.com>
16862
16863 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
16864 Support face colors.
16865
937e6a56
SM
16866 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
16867 New function. Support face colors (Bug#1168).
673c1168
CY
16868 (tex-common-initialization): Use it.
16869
16870 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
16871 mode allows it (Bug#1168).
16872
c9349f0a
CY
168732009-10-31 Juri Linkov <juri@jurta.org>
16874
16875 * facemenu.el (list-colors-display): Don't mark buffer as
16876 modified (Bug#3948).
16877
ebf5c4f5
CY
168782009-10-31 Chong Yidong <cyd@stupidchicken.com>
16879
6a7662bb
BR
16880 * international/mule-diag.el (list-character-sets-1):
16881 Minor message fix (Bug#3526).
5c2dce75 16882
6a7662bb
BR
16883 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
16884 Fix face property (Bug#4834).
26581f0e
CY
16885 (etags-list-tags, etags-tags-apropos-additional)
16886 (etags-tags-apropos, tags-select-tags-table): Add follow-link
16887 property.
16888
ebf5c4f5
CY
16889 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
16890 items.
16891
9a529312
SM
168922009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
16893
16894 * textmodes/two-column.el (2C-split):
16895 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
16896 * textmodes/tex-mode.el (tex-set-buffer-directory):
16897 * textmodes/spell.el (spell-region, spell-string):
16898 * textmodes/reftex.el (reftex-erase-buffer):
16899 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
16900 * textmodes/reftex-toc.el (reftex-toc-promote-action):
16901 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
16902 (reftex-select-item):
16903 * textmodes/reftex-ref.el (reftex-label-info-update)
16904 (reftex-offer-label-menu):
16905 * textmodes/reftex-index.el (reftex-index-change-entry)
16906 (reftex-index-phrases-info):
16907 * textmodes/reftex-global.el (reftex-create-tags-file)
16908 (reftex-save-all-document-buffers, reftex-ensure-write-access):
16909 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
16910 (reftex-view-crossref-from-bibtex):
16911 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
16912 (reftex-extract-bib-entries-from-thebibliography)
16913 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
16914 * textmodes/refbib.el (r2b-capitalize-title):
16915 (r2b-convert-buffer, r2b-help):
16916 * textmodes/page-ext.el (pages-directory)
16917 (pages-directory-goto-with-mouse):
16918 * textmodes/bibtex.el (bibtex-validate-globally):
16919 * textmodes/bib-mode.el (bib-capitalize-title):
16920 * textmodes/artist.el (artist-clear-buffer, artist-system):
16921 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
16922 (local-set-scheme-interaction-buffer, xscheme-process-filter)
16923 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
16924 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
16925 (xscheme-send-control-g-interrupt, xscheme-start-process)
16926 (xscheme-process-sentinel, xscheme-cd):
16927 * progmodes/verilog-mode.el (verilog-read-always-signals)
16928 (verilog-set-define, verilog-getopt-file)
16929 (verilog-module-inside-filename-p):
16930 * progmodes/sh-script.el:
16931 * progmodes/python.el (python-pdbtrack-get-source-buffer)
16932 (python-pdbtrack-grub-for-buffer, python-execute-file):
16933 * progmodes/octave-inf.el (inferior-octave):
16934 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
16935 (idlwave-shell-compile-helper-routines, idlwave-set-local)
16936 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
16937 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
16938 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
16939 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
16940 (idlwave-shell-filter, idlwave-shell-examine-highlight)
16941 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
16942 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
16943 (idlwave-shell-examine-display, idlwave-shell-run-region)
16944 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
16945 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
16946 * progmodes/idlw-help.el (idlwave-help-get-special-help)
16947 (idlwave-help-get-help-buffer):
16948 * progmodes/gud.el (gud-basic-call, gud-find-class)
16949 (gud-tooltip-activate-mouse-motions-if-enabled):
16950 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
16951 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
16952 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
16953 (ebrowse-tags-next-file):
16954 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
16955 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
16956 (ebnf-eps-finish-and-write):
16957 * progmodes/cpp.el (cpp-edit-save):
16958 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
16959 * progmodes/cc-defs.el (c-emacs-features):
16960 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
16961 (antlr-directory-dependencies):
16962 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
16963 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
16964 (ada-find-any-references, ada-make-filename-from-adaname)
16965 (ada-make-body-gnatstub):
16966 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 16967 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
16968 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
16969 * net/rcirc.el (rcirc-debug):
16970 * net/newst-treeview.el (newsticker--treeview-list-add-item)
16971 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
16972 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
16973 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 16974 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
16975 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
16976 (newsticker--treeview-list-clear-highlight)
16977 (newsticker--treeview-list-update-highlight)
16978 (newsticker--treeview-list-highlight-start)
16979 (newsticker--treeview-tree-update-highlight)
16980 (newsticker--treeview-get-selected-item)
16981 (newsticker-treeview-mark-list-items-old)
16982 (newsticker--treeview-set-current-node):
16983 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
16984 * net/newst-backend.el (newsticker--get-news-by-funcall)
16985 (newsticker--get-news-by-wget, newsticker--image-get)
16986 (newsticker--image-sentinel):
16987 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
16988 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
16989 (eudc-ph-close-session):
16990 * net/eudc.el (eudc-save-options):
16991 * language/thai-word.el (thai-update-word-table):
16992 * language/japan-util.el (japanese-string-conversion):
16993 * international/titdic-cnv.el (tsang-quick-converter)
16994 (ziranma-converter, ctlau-converter):
16995 * international/mule-cmds.el (describe-language-environment):
16996 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
16997 (skkdic-convert-postfix, skkdic-convert-prefix):
16998 (skkdic-convert-okuri-nasi, skkdic-convert):
16999 * emacs-lisp/re-builder.el (reb-update-overlays):
17000 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
17001 * emacs-lisp/gulp.el (gulp-send-requests):
17002 * emacs-lisp/find-gc.el (trace-call-tree):
17003 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
17004 (eieio-describe-generic):
17005 * emacs-lisp/eieio-base.el (eieio-persistent-read):
17006 * emacs-lisp/edebug.el (edebug-outside-excursion):
17007 * emacs-lisp/debug.el (debugger-make-xrefs):
17008 * emacs-lisp/cust-print.el (custom-prin1-to-string):
17009 * emacs-lisp/chart.el (chart-new-buffer):
17010 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
17011 Use with-current-buffer.
17012 * textmodes/artist.el (artist-system): Don't call
17013 copy-sequence on a fresh string.
17014 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
17015
d566f228
GM
170162009-10-31 Stephen Berman <stephen.berman@gmx.net>
17017
17018 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 17019 is no item to edit. (Bug#4820)
d566f228 17020 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 17021 buffer. (Bug#4820)
d566f228 17022
f3628edd
GM
170232009-10-31 Glenn Morris <rgm@gnu.org>
17024
5cf3709c
GM
17025 * net/ange-ftp.el (top-level): Don't require dired when compiling.
17026 (comint-last-output-start, comint-last-input-start)
17027 (comint-last-input-end): Don't defvar when compiling.
17028 (ange-ftp-process-file): Use bound-and-true-p.
17029
4c814fd2
GM
17030 * pcmpl-rpm.el (top-level): Move provide statement to end.
17031 (pcmpl-rpm): Remove unused custom group.
17032
113b8dcc
GM
17033 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
17034
31c615e4
GM
17035 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
17036
416d3588
GM
17037 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17038 (byte-compile-warnings): Add `constants' as an option.
17039 (byte-compile-callargs-warn, byte-compile-arglist-warn)
17040 (display-call-tree): Update for byte-compile-fdefinition possibly
17041 returning `(macro lambda ...)'. (Bug#4778)
17042 (byte-compile-variable-ref, byte-compile-setq-default):
17043 Respect `constants' member of byte-compile-warnings.
17044
00f71f39
SM
170452009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
17046
17047 * vc-bzr.el (vc-bzr-revision-keywords): New var.
17048 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
17049 to "submit:".
17050
ca0a881a
DN
170512009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
17052
17053 * textmodes/ispell.el (ispell-skip-region-alist):
17054 * international/mule-conf.el (eight-bit):
17055 * international/fontset.el (font-encoding-alist):
17056 * startup.el (pure-space-overflow-message):
17057 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
17058 * paths.el (gnus-nntp-service, rmail-spool-directory)
17059 (term-file-prefix):
17060 * files.el (save-some-buffers-action-alist):
17061 * cmuscheme.el (same-window-buffer-names):
17062 * ielm.el (same-window-buffer-names):
17063 * shell.el (same-window-buffer-names):
17064 * mail/sendmail.el (same-window-buffer-names):
17065 * progmodes/inf-lisp.el (same-window-buffer-names):
17066 * bindings.el (mode-line-client)
17067 (mode-line-column-line-number-mode-map):
17068 * language/tibetan.el (tibetan-precomposition-rule-regexp)
17069 (tibetan-precomposed-regexp): Purecopy string arguments.
17070
b861e45e
SM
170712009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17072
6df9b6d7
SM
17073 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
17074 (calcDigit-nondigit):
17075 * calc/calc-yank.el (calc-copy-to-buffer):
17076 * calc/calc-units.el (calc-invalidate-units-table):
17077 * calc/calc-trail.el (calc-trail-yank):
17078 * calc/calc-store.el (calc-insert-variables):
17079 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
17080 * calc/calc-prog.el (calc-read-parse-table):
17081 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
17082 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
17083 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
17084 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
17085 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
17086 (calc-graph-name, calc-graph-find-command, calc-graph-view)
17087 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
17088 * calc/calc-ext.el (calc-realign):
17089 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
17090 (calc-embedded-finish-edit, calc-embedded-make-info)
17091 (calc-embedded-finish-command, calc-embedded-stack-change):
17092 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
17093
70f44c65
SM
17094 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
17095 shell-dynamic-complete-filename in preference to
17096 comint-dynamic-complete-filename.
17097
b861e45e
SM
17098 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
17099 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
17100 Don't consider whether the display supports colors.
17101 (bookmark-import-new-list): Use dolist.
17102 (bookmark-bmenu-mode-map): Move initialization into declaration.
17103 (bookmark-bmenu-list): Use dolist, simplify.
17104 (bookmark-show-all-annotations): Use save-selected-window and dolist.
17105 (menu-bar-final-items): Use push.
17106
8549241d 171072009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
17108
17109 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
17110 it works on remote files.
17111 (vc-hg-diff): Don't pass any `--cwd' argument.
17112
30644573
KR
171132009-10-27 Kevin Ryde <user42@zip.com.au>
17114
cc63d28f
SM
17115 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17116 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
17117 (Further to Bug#3921).
17118
9be01a63
MA
171192009-10-27 Michael Albinus <michael.albinus@gmx.de>
17120
17121 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
17122 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
17123 calling `tramp-imap-put-file'. Add file size to the call.
17124 (tramp-imap-get-file-entries): Compute also user name, file size,
17125 and date.
17126 (tramp-imap-handle-insert-directory): Insert uid and gid.
17127 (tramp-imap-handle-file-attributes): Transform uid and gid
17128 according to `id-format'.
17129 (tramp-imap-put-file): New optional parameter SIZE. Encode file
17130 size in header X-Size.
17131
41849bf9
JB
171322009-10-26 Juanma Barranquero <lekktu@gmail.com>
17133
17134 * simple.el (transpose-subr): Give clearer error when the mark
17135 is not set. (Bug#4807)
17136
293c24f9
MA
171372009-10-26 Michael Albinus <michael.albinus@gmx.de>
17138
cc63d28f
SM
17139 * net/tramp.el (tramp-perl-file-truename): New defconst.
17140 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 17141 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
17142 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
17143 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 17144
cc63d28f
SM
17145 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
17146 Ignore `dired-call-process'.
293c24f9
MA
17147 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
17148
171492009-10-26 Julian Scheid <julians37@gmail.com>
17150
cc63d28f 17151 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
17152 (tramp-get-remote-readlink): New defun.
17153 (tramp-handle-file-truename): Use it.
17154 (tramp-handle-file-exists-p): Check file-attributes cache, assume
17155 file exists if cache value present.
48c2d18a 17156 (tramp-check-cached-permissions): New defun.
293c24f9
MA
17157 (tramp-handle-file-readable-p): Use it.
17158 (tramp-handle-file-writable-p): Likewise.
17159 (tramp-handle-file-executable-p): Likewise.
17160 (tramp-handle-file-name-all-completions): Try using Perl to get
17161 partial completions. When perl not available, combine `cd' and
17162 `ls' into single remote operation and use shell expansion to get
17163 partial remote directory contents. Set `file-exists-p' cache for
17164 directory and any files returned by ls. Change cache handling to
17165 support partial directory contents. Use error message emitted by
17166 remote `cd' or Perl code for local tramp-error.
17167 (tramp-do-copy-or-rename-file-directly): Avoid separate
17168 tramp-send-command-and-check call.
cc63d28f
SM
17169 (tramp-handle-process-file): Merge three remote ops into one.
17170 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
17171 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
17172 file-attributes shows uid/gid to be set already.
17173
a7610c52
DN
171742009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
17175
17176 * textmodes/tex-mode.el (tex-dvi-view-command)
17177 (tex-show-queue-command, tex-open-quote):
17178 * progmodes/ruby-mode.el (auto-mode-alist)
17179 (interpreter-mode-alist): Purecopy strings.
17180
17181 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
17182
17183 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
17184 string for the hook, keymap and abbrev table.
17185
17186 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
17187
17188 * x-dnd.el (x-dnd-xdnd-to-action):
17189 * startup.el (fancy-startup-text, fancy-about-text): Change to
17190 defconst from defvar.
17191
17192 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
17193
17194 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
17195 Purecopy initialization strings.
17196
17197 * mail/sendmail.el (mail-header-separator)
17198 (mail-personal-alias-file):
17199 * mail/rmail.el (rmail-default-dont-reply-to-names)
17200 (rmail-ignored-headers, rmail-retry-ignored-headers)
17201 (rmail-highlighted-headers, rmail-secondary-file-directory)
17202 (rmail-secondary-file-regexp):
17203 * files.el (null-device, file-name-invalid-regexp)
17204 (locate-dominating-stop-dir-regexp)
cc63d28f 17205 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
17206 (interpreter-mode-alist): Use mapcar instead of mapc.
17207
17208 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
17209
17210 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
17211 (completion-ignored-extensions):
17212 (debug-ignored-errors): Purecopy strings.
17213
4fcc3d32
SM
172142009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
17215
0667de21
SM
17216 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
17217 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
17218 (pcomplete--here): Use push.
17219
4fcc3d32
SM
17220 * subr.el (all-completions): Declare the 4th arg obsolete.
17221
955ef430
SM
172222009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
17223
2d085307
SM
17224 * pcomplete.el (pcomplete-unquote-argument-function): New var.
17225 (pcomplete-unquote-argument): New function.
17226 (pcomplete--common-suffix): Always pay attention to case.
17227 (pcomplete--table-subvert): Quote and unquote the text.
17228 (pcomplete--common-quoted-suffix): New function.
17229 (pcomplete-std-complete): Use it and pcomplete-begin.
17230
955ef430
SM
17231 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
17232 we're inside a dedicated or minibuffer window.
17233
7c85c02b
KF
172342009-10-24 Karl Fogel <kfogel@red-bean.com>
17235
17236 * bookmark.el: Update documentation, especially documentation
17237 of `bookmark-alist' and of the bookmark file format.
17238 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
17239
3e8ae8a6
CY
172402009-10-24 Chong Yidong <cyd@stupidchicken.com>
17241
3e425845
CY
17242 * mail/emacsbug.el (report-emacs-bug): Clarify that the
17243 keybindings apply to the mail buffer (Bug#4003). Shrink help
17244 window to buffer.
17245
cdd47d48
CY
17246 * whitespace.el (whitespace-mode, whitespace-newline-mode)
17247 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
17248 (whitespace-toggle-options, global-whitespace-toggle-options):
17249 Doc fix (Bug#3660).
cdd47d48 17250
ba07c9ad
CY
17251 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
17252 of xmltok-start before the end tag was inserted (Bug#2840).
17253
3e8ae8a6
CY
17254 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
17255 patterns that are preceded by an open-paren (Bug#1320).
17256
ab276820
CY
172572009-10-24 Sven Joachim <svenjoac@gmx.de>
17258
17259 * files.el (delete-directory): Delete symlinks to directories with
17260 delete-file (Bug#4739).
17261
905a9ed3
DN
172622009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
17263
a9a2a6db
DN
17264 * vc.el (vc-backend-for-registration): Rename from
17265 vc-get-backend-for-registration. Update callers.
17266
cc63d28f
SM
17267 * international/mule-cmds.el (set-language-info-alist):
17268 Purecopy lang-env.
905a9ed3
DN
17269 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
17270 (charset): Purecopy the name.
17271 (define-char-code-property): Purecopy string arguments.
17272
17273 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17274 Purecopy string arguments.
17275
17276 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
17277 * ediff-hook.el (menu-bar-ediff-menu):
17278 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
17279 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
17280
d270305a
GM
172812009-10-24 Glenn Morris <rgm@gnu.org>
17282
6c74d523 17283 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
17284 * term.el (term-dynamic-list-completions): Use choose-completion rather
17285 than obsolete alias mouse-choose-completion.
17286
ae732337
GM
17287 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
17288 file-cache-choose-completion.
17289 (file-cache-choose-completion): Handle an optional event argument.
17290 (file-cache-mouse-choose-completion): Make it an obsolete alias.
17291
cc63d28f
SM
17292 * progmodes/octave-mod.el (octave-complete-symbol):
17293 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 17294
9847dc91
GM
17295 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
17296 use.
17297
e8f2a5d5
GM
17298 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
17299 compiler.
17300
d270305a
GM
17301 * vc-hooks.el (vc-responsible-backend): Fix declaration.
17302
c6432f1e
SM
173032009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
17304
17305 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
17306 Ignore `pred' now that we receive one.
17307 Handle test-completion specially.
17308
6ab196f9
DN
173092009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17310
17311 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 17312 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
17313 REGISTER ...
17314 (vc-get-backend-for-registration): ... here. New function.
17315 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
17316 of vc-responsible-backend, pass the file name instead of the
17317 directory name.
17318
48feed59
SM
173192009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
17320
17321 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
17322 New funs.
17323 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
17324 (pcomplete-comint-setup): Don't modify a global var via
17325 accidental side-effects.
17326 (pcomplete-shell-setup): Adjust call accordingly.
17327 (pcomplete-parse-comint-arguments): Use push.
17328
00006066
CY
173292009-10-23 Chong Yidong <cyd@stupidchicken.com>
17330
36bfa3af
CY
17331 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17332 Allow uncapitalized info node names (Bug#3921).
17333
00006066
CY
17334 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
17335 to the DEBUG file (Bug#3781).
17336
aa311d6e
CY
173372009-10-23 Jari Aalto <jari.aalto@cante.net>
17338
17339 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
17340 dictionary entry (Bug#4579).
17341
b88f2d0a
MA
173422009-10-23 Michael Albinus <michael.albinus@gmx.de>
17343
17344 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
17345 from `rfn-eshadow-update-overlay-hook' when unloading.
17346 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
17347 "rsyncc". Adjust doc string.
48c2d18a 17348 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
17349 (tramp-handle-insert-file-contents, tramp-handle-write-region):
17350 Keep temporary file when indicated by method ("rsync" and
17351 "rsyncc").
17352 (tramp-handle-write-region): Handle APPEND.
17353 (tramp-delete-temp-file-function): New defun. Added to
17354 `kill-buffer-hook'.
17355
1becddbb
JB
173562009-10-23 Juanma Barranquero <lekktu@gmail.com>
17357
17358 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
17359
8f43cbf3
DN
173602009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17361
17362 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
17363 (color-name-rgb-alist, tty-standard-colors)
17364 (tty-color-mode-alist): Change to defconst.
17365
17366 * simple.el (mark-inactive): Purecopy message.
17367
17368 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
17369 (global-map, yank-menu):
17370 * textmodes/ispell.el (ispell-menu-map):
17371 * net/eudc.el (eudc-tools-menu):
17372 * international/mule-cmds.el (describe-language-environment-map)
17373 (setup-language-environment-map, set-coding-system-map)
17374 (mule-menu-keymap):
17375 * vc-hooks.el (vc-menu-entry, vc-menu-map):
17376 * replace.el (occur-mode-map):
17377 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
17378
1d228a31
JB
173792009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
17380
6a7662bb
BR
17381 * calc/calc.el (math-read-number, math-read-number-simple):
17382 Use `save-match-data'.
1d228a31 17383
3b067af1
SM
173842009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17385
28a90c44
SM
17386 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
17387 rather than fiddling with global-map bindings, since it should only
17388 affect per-terminal settings.
17389 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
17390
a452eee8
SM
17391 * minibuffer.el (completion-table-with-terminator): Allow to specify
17392 the terminator-regexp.
17393
ab14d7d5
SM
17394 * simple.el (switch-to-completions): Look for *Completions* in other
17395 frames as well.
17396
3b067af1
SM
17397 * pcomplete.el: Allow the use of completion-tables.
17398 (pcomplete-std-complete): New command.
17399 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
17400 (pcomplete--here): Use a function for `form' rather than an expression,
17401 so it can be byte-compiled.
17402 (pcomplete-here, pcomplete-here*): Adjust accordingly.
17403 Add edebug declaration.
17404 (pcomplete-show-completions): Remove unused var `curbuf'.
17405 (pcomplete-do-complete, pcomplete-stub):
1becddbb 17406 Don't assume `completions' is a list of strings any more.
3b067af1 17407
5480359e
JB
174082009-10-22 Juanma Barranquero <lekktu@gmail.com>
17409
17410 * find-dired.el (find-name-arg): Fix typo in docstring.
17411
3170b794
SM
174122009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17413
48c23a25
SM
17414 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
17415 (pcmpl-linux-fs-types): Same, and update to new modules layout.
17416
56b14058
SM
17417 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
17418 pcomplete-entries.
17419
3170b794
SM
17420 * comint.el (comint-read-input-ring, comint-write-input-ring)
17421 (comint-substitute-in-file-name)
17422 (comint-dynamic-complete-as-filename)
17423 (comint-dynamic-simple-complete)
17424 (comint-dynamic-list-filename-completions)
17425 (comint-dynamic-list-completions)
17426 (comint-redirect-results-list-from-process): Minor simplifications.
17427
2affef34
KR
174282009-10-21 Kevin Ryde <user42@zip.com.au>
17429
3170b794
SM
17430 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
17431 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 17432 the first form. And insert a blank line after ";;; Code" since
d8194864 17433 that's usual style. (Bug#4612)
2affef34 17434
e7b94bbb
KR
17435 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
17436
528c56e2
SM
174372009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17438
17439 * minibuffer.el (completion-table-with-terminator): Properly implement
17440 boundaries, in case `terminator' appears in the suffix.
17441 (completion--embedded-envvar-table): Don't return boundaries if
17442 there's no valid completion. Simplify.
17443 (completion-file-name-table): New completion table extracted from
17444 completion--file-name-table.
17445 (completion--file-name-table): Use it.
17446 (read-file-name-predicate): Declare obsolete.
17447 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
17448 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
17449 completion-file-name-table, and use the `pred' argument.
17450 * files.el (locate-file-completion-table): Use the `pred' arg rather
17451 than read-file-name-predicate.
17452 (abbreviate-file-name): Use \` rather than ^ for BOS.
17453
f9ed9b4f
DN
174542009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
17455
17456 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
17457 vc-responsible-backend to register, it causes problems.
17458
5f2022a3
SM
174592009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17460
17461 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
17462
fc754ea1
MA
174632009-10-21 Michael Albinus <michael.albinus@gmx.de>
17464
17465 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
17466 (tramp-smb-handle-file-attributes): Use it.
17467 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
17468 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
17469 `mapcar'. Use `tramp-smb-get-stat-capability'.
17470 Add `dired-filename' text properties.
fc754ea1
MA
17471 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
17472 (tramp-smb-maybe-open-connection): Simplify check for smbclient
17473 version.
17474
79bd5ba1
SM
174752009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
17476
17477 * subr.el (read-key-delay): Reduce to 0.01.
17478 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
17479 (bug#4751).
17480
3c13704d
SM
174812009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
17482
554efd10
SM
17483 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
17484
c2a37b78
SM
17485 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
17486 (Info-menu): Remove unused vars `last' and `completions'.
17487 (Info-index-nodes): Remove unused var `node'.
17488
3c13704d
SM
17489 * info.el (Info-complete-menu-item): Use complete-with-action.
17490
d1e4c403
DN
174912009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
17492
17493 Make vc-annotate work through copies and renames.
3c13704d
SM
17494 * vc-annotate.el (vc-annotate-extract-revision-at-line):
17495 Return the file name too.
d1e4c403
DN
17496 (vc-annotate-revision-at-line)
17497 (vc-annotate-find-revision-at-line)
17498 (vc-annotate-revision-previous-to-line)
17499 (vc-annotate-show-log-revision-at-line): Update to get the file
17500 name from vc-annotate-extract-revision-at-line.
17501 (vc-annotate-show-diff-revision-at-line-internal): Change the
17502 argument to mean whether to show a file diff or not. Get the file
17503 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
17504 (vc-annotate-show-diff-revision-at-line):
17505 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
17506 (vc-annotate-warp-revision): Add an optional file argument.
17507
17508 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
17509 (vc-git-annotate-extract-revision-at-line): Also return the file
17510 name if found.
17511
17512 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
17513 command. Remove unused code.
17514 (vc-hg-annotate-re): Update to match --follow output.
17515 (vc-hg-annotate-extract-revision-at-line): Also return the file
17516 name if found.
17517
17518 * vc.el: Update annotate-extract-revision-at-line documentation.
17519
b0b0ef98
KR
175202009-10-18 Kevin Ryde <user42@zip.com.au>
17521
17522 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
17523 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
17524
a9e7f03d
KR
17525 * net/browse-url.el (browse-url): Identify alist with "consp and
17526 not functionp" and let all other things go down the `apply' leg,
17527 as suggested by Stefan. (Further to bug#4531.)
17528
7346a407
CY
175292009-10-18 Chong Yidong <cyd@stupidchicken.com>
17530
17531 * minibuffer.el (read-file-name): Check for repeat before putting
17532 a default argument in file-name-history (Bug#4657).
17533
17534 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
17535 read syntax (Bug#4737).
17536
3c13704d 17537 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 17538
1da94541
CY
175392009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
17540
17541 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
17542 (html-tag-alist, html-tag-help): Add descriptions for undocumented
17543 entries and make note of obsolete tags.
17544
2b93080a
SM
175452009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
17546
17547 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
17548
18b5ffb5
GM
175492009-10-18 Glenn Morris <rgm@gnu.org>
17550
17551 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
17552 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 17553 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
17554 now, and in any case the file header format has changed.
17555
c2e161b2
GM
175562009-10-17 Glenn Morris <rgm@gnu.org>
17557
17558 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
17559 (flyspell-get-word, flyspell-large-region)
17560 (flyspell-auto-correct-previous-word): Doc/error message fixes.
17561
a1eb44f5
CY
175622009-10-17 Chong Yidong <cyd@stupidchicken.com>
17563
17564 * Makefile.in (ELCFILES): Add ede/shell.
17565
4418646e
DN
175662009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
17567
17568 * term/common-win.el (x-colors): Purecopy it.
17569
4062011e
SM
175702009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17571
17572 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
17573 permissive for when the buffer is empty.
17574 (tar-header-block-tokenize): Decode the username and groupname.
17575 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
17576
b0b111c3
JB
175772009-10-17 Eric Ludlam <zappo@gnu.org>
17578
17579 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
17580 contains multibyte characters, choose first applicable coding
17581 system automatically.
17582
2df48a87
SM
175832009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17584
17585 * international/mule-cmds.el (select-safe-coding-system): If the file
17586 has a coding cookie, use it regardless of any other setting (bug#4712).
17587
fd7dd48c
GM
175882009-10-17 Glenn Morris <rgm@gnu.org>
17589
3ee0b477 17590 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
17591 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
17592
2550e4b1
GM
17593 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
17594 (dired-keep-marker-copy, dired-keep-marker-hardlink)
17595 (dired-keep-marker-symlink, dired-dwim-target)
17596 (dired-copy-preserve-time): Do not autoload these defcustoms.
17597
fd7dd48c
GM
17598 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
17599 messages from messing up the file coding. (Bug#4623)
17600
f3e3a990
GM
176012009-10-17 Jari Aalto <jari.aalto@cante.net>
17602
17603 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
17604 if no match is found for the current dictionary. (Bug#4578)
17605
17606 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
17607 optional, since that is how it is documented, and this is often called
17608 with a nil argument. (Bug#4577)
17609 (flyspell-external-point-words, flyspell-auto-correct-word)
17610 (flyspell-correct-word-before-point, flyspell-word-search-forward)
17611 (flyspell-word-search-backward): Remove nil argument in calls to
17612 flyspell-get-word, since it is not needed now.
17613
176142009-10-17 Ulrich Mueller <ulm@gentoo.org>
17615
1becddbb 17616 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 17617
b61374ab
GM
176182009-10-16 Glenn Morris <rgm@gnu.org>
17619
17620 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
17621
412707c2
SM
176222009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
17623
17624 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
17625 (ange-ftp-file-size): New function.
17626 (ange-ftp-file-attributes): Use it.
17627
0c6f436e
MA
176282009-10-16 Michael Albinus <michael.albinus@gmx.de>
17629
17630 * net/tramp-smb.el (tramp-smb-version): New defvar.
17631 (tramp-smb-maybe-open-connection): Use it, in order to avoid
17632 repeated checks.
17633
850bfd04
GM
176342009-10-16 Glenn Morris <rgm@gnu.org>
17635
17636 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
17637 Maybe copy some custom properties from old to new name. (Bug#4706)
17638
f3ed9aca
JB
176392009-10-16 Juanma Barranquero <lekktu@gmail.com>
17640
17641 * subr.el (error, sit-for, start-process-shell-command)
17642 (start-file-process-shell-command): Set the calling convention
17643 after the function definition.
17644
fd6c5134
SM
176452009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
17646
17647 * subr.el (error, sit-for, start-process-shell-command)
17648 (start-file-process-shell-command): Use the new
17649 set-advertised-calling-convention feature.
17650
73874eb7
KH
176512009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
17652
fd6c5134
SM
17653 * international/ucs-normalize.el (ucs-normalize-version):
17654 Change to 1.2.
17655 (check-range): Adjust for Unicode 5.2.
73874eb7 17656
03fb33cf
JL
176572009-10-15 Juri Linkov <juri@jurta.org>
17658
17659 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
17660 to the `menu-item' format.
17661
4260b402
MA
176622009-10-15 Michael Albinus <michael.albinus@gmx.de>
17663
17664 * net/tramp.el (tramp-replace-environment-variables): Do not fail
17665 if the environment variable does not exist.
17666
17667 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17668 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
17669 parameter.
17670 (tramp-smb-handle-add-name-to-file)
17671 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17672 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17673 (tramp-smb-handle-file-attributes)
17674 (tramp-smb-do-file-attributes-with-stat)
17675 (tramp-smb-handle-file-local-copy)
17676 (tramp-smb-handle-insert-directory)
17677 (tramp-smb-handle-make-directory)
17678 (tramp-smb-handle-make-directory-internal)
17679 (tramp-smb-handle-make-symbolic-link)
17680 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
17681 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
17682 (tramp-smb-maybe-open-connection): Apply the changed parameters.
17683 (tramp-smb-read-file-entry): Read Disk names in compressed format.
17684 Handle long file names.
17685 (tramp-smb-get-cifs-capabilities): Check, whether the connection
17686 process is running.
17687 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
17688 Read share names with "-g" option.
17689
d7a0fd6f
GM
176902009-10-15 Ryan Yeske <rcyeske@gmail.com>
17691
17692 * net/rcirc.el (rcirc-view-log-file): New command.
17693 (rcirc-track-minor-mode-map): Remove C-c ` binding.
17694 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
17695 specified.
17696
0b44494a
GM
176972009-10-15 Glenn Morris <rgm@gnu.org>
17698
af9fb32f
GM
17699 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
17700 from the second command-line argument.
17701 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
17702 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
17703 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
17704 w32-batch-update-autoloads.
17705 * emacs-lisp/autoload.el (autoload-make-program): New variable.
17706 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
17707
0b44494a
GM
17708 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
17709 the headers cannot be located. Simplify, subtracting superflous
17710 save-excursions.
17711
d5e63715
SM
177122009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
17713
17714 Replace completion-base-size by completion-base-position to fix bugs
17715 such as (bug#4699).
17716 * simple.el (completion-base-position): New var.
17717 (completion-base-size): Mark as obsolete.
17718 (choose-completion): Make it work for mouse events as well.
17719 Pass the new base-position to choose-completion-string.
17720 (choose-completion-guess-base-position): New function, extracted from
17721 choose-completion-delete-max-match.
17722 (choose-completion-delete-max-match): Use it. Make obsolete.
17723 (choose-completion-string): Use the new base-position info.
17724 (completion-root-regexp): Delete.
17725 (completion-setup-function): Preserve completion-base-position.
17726 Eliminate obsolete base-size manipulation.
17727 * minibuffer.el (display-completion-list): Don't mess with base-size.
17728 (minibuffer-completion-help): Set completion-base-position instead.
17729 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
17730 choose-completion.
17731 * textmodes/bibtex.el (bibtex-complete):
17732 * emacs-lisp/crm.el (crm--choose-completion-string):
17733 Adjust to new calling convention.
17734 * complete.el (partial-completion-mode): Use minibufferp to avoid
17735 bumping into incompatible change to choose-completion-string-functions.
17736 * ido.el (ido-choose-completion-string): Make its calling convention
17737 more permissive.
17738 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
17739 base-size manipulation.
17740 (comint-dynamic-list-input-ring): Use dotimes and push.
17741 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
17742 fundamental-mode. Use `or'.
17743
92f8bfc7
JL
177442009-10-14 Juri Linkov <juri@jurta.org>
17745
17746 * misearch.el (multi-isearch-next-buffer-from-list)
17747 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
17748
e78e280d
SM
177492009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17750
384ca163
SM
17751 * Makefile.in (compile-onefile): Load `bytecomp' rather than
17752 `bytecomp.el'.
17753
681e0e7c
SM
17754 * minibuffer.el (completion-pcm--merge-completions): Make sure the
17755 string we return is all made up of text from the completions rather
17756 than part from the completions and part from the input (bug#4219).
17757
e78e280d
SM
17758 * ido.el (ido-everywhere): Use define-minor-mode.
17759
17760 * buff-menu.el (list-buffers, ctl-x-map):
17761 Mark the entry points with ;;;###autoload cookies.
17762
b4e813ca
DN
177632009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
17764
52964e54
DN
17765 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
17766 correctly in the detached head case.
17767 (vc-git-print-log): Remove unused binding.
17768
b4e813ca
DN
17769 * vc.el (vc-responsible-backend): When a directory is passed for
17770 for registration create a VC repository if no backend is
17771 responsible for the directory argument.
17772 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
17773
17774 * vc.el: Move comments about RCS and SCCS ...
17775 * vc-rcs.el:
17776 * vc-sccs.el: ... here, respectively.
17777
40ba9882
SM
177782009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17779
17780 * minibuffer.el (completion--file-name-table): Return nil if there's
17781 no file completion, even if substitute-in-file-name changed
17782 the string (bug#4708).
17783
04e0f59b
JL
177842009-10-13 Juri Linkov <juri@jurta.org>
17785
17786 * files-x.el (read-file-local-variable-value): Don't filter out
17787 minor modes from mode name completion (bug#4664).
17788
314c8e25
JB
177892009-10-13 Juanma Barranquero <lekktu@gmail.com>
17790
17791 * international/mule-cmds.el (ucs-names): Remove exclusion of
17792 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
17793
5c9b7d36
KH
177942009-10-13 Kenichi Handa <handa@m17n.org>
17795
17796 * international/uni-name.el: Regenerated.
17797
1e7a80f2
JB
177982009-10-13 Juanma Barranquero <lekktu@gmail.com>
17799
17800 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
17801 should be automatically buffer-local, but isn't.)
17802
cd29f88b
SS
178032009-10-12 Sam Steingold <sds@gnu.org>
17804
17805 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 17806 timestamps if the buffer has been visited before.
0cd16af4
SS
17807 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
17808 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 17809
37493a98
GM
178102009-10-12 Glenn Morris <rgm@gnu.org>
17811
17812 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
17813 Let-bind `size'.
17814
3b56b1e6
JB
178152009-10-12 Juanma Barranquero <lekktu@gmail.com>
17816
7422a4bb
JB
17817 * proced.el (proced-unload-function): New function.
17818
fa72d075
JB
17819 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
17820 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
17821 Doc fix.
17822
3b56b1e6
JB
17823 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
17824
4d9b4323
JL
178252009-10-11 Juri Linkov <juri@jurta.org>
17826
17827 * files-x.el (read-file-local-variable-value):
17828 Provide default value only for bound variables (bug#4664).
17829
f6f7e059
MA
178302009-10-11 Michael Albinus <michael.albinus@gmx.de>
17831
17832 * net/tramp.el (tramp-local-host-p): Function shall return nil for
17833 connection methods like smb.
17834
17835 * net/tramp-cache.el (tramp-flush-connection-property): The hash
17836 can be empty.
17837
17838 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17839 (tramp-smb-file-name-handler-alist): Add handlers for
17840 `add-name-to-file', `make-symbolic-link'.
17841 (tramp-smb-handle-add-name-to-file)
2992485f 17842 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
17843 (tramp-smb-handle-make-symbolic-link)
17844 (tramp-smb-get-cifs-capabilities): New defuns.
17845 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17846 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17847 (tramp-smb-handle-file-local-copy)
17848 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
17849 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
17850 The file name syntax depends on cifs capabilities.
17851 (tramp-smb-handle-file-attributes):
17852 Call `tramp-smb-do-file-attributes-with-stat' if possible.
17853 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
17854 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 17855
67868d26
CY
178562009-10-11 Chong Yidong <cyd@stupidchicken.com>
17857
17858 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
17859 (eieio-defclass): Apply deftype handler and setf-method properties
17860 directly.
17861 (eieio-add-new-slot): Avoid union function from cl library.
17862 (eieio--typep): New function.
17863 (eieio-perform-slot-validation): Use it.
17864
6d6a5b7e
KF
178652009-10-10 Karl Fogel <kfogel@red-bean.com>
17866
3b56b1e6 17867 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
17868 Update documentation to refer to the variables documented in r1.135.
17869 (Bug#4188)
17870
67b70de9
KF
178712009-10-10 Karl Fogel <kfogel@red-bean.com>
17872
17873 * bookmark.el (Info-suffix-list): Remove this unused variable.
17874 (bookmark-current-point): Remove this obsolete variable.
17875 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
17876 Adjust for removal of bookmark-current-point.
17877
17878 (bookmarks-already-loaded, bookmark-current-buffer)
17879 (bookmark-yank-point): Document. (Bug#4188)
17880
58ae51ae
GM
178812009-10-10 Glenn Morris <rgm@gnu.org>
17882
4619ff5e
GM
17883 * frame.el (frame-height): Doc fix.
17884
58ae51ae
GM
17885 * calendar/calendar.el (calendar-split-width-threshold): New option.
17886 (calendar-basic-setup): Use calendar-split-width-threshold.
17887
d364386c
JB
178882009-10-09 Juanma Barranquero <lekktu@gmail.com>
17889
17890 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
17891 Ideographic Supplement" range (U+1F200..U+1F2FF).
17892
33e97a28
KF
178932009-10-09 Karl Fogel <kfogel@red-bean.com>
17894
02d0f051 17895 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 17896 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
17897
178982009-10-09 Karl Fogel <kfogel@red-bean.com>
17899
d364386c 17900 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
17901 (bookmark-bmenu-execute-deletions): Don't save here, as
17902 bookmark-delete will now do so if necessary.
d364386c 17903 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
17904 (Bug#4348)
17905
9656d87b
GM
179062009-10-09 Glenn Morris <rgm@gnu.org>
17907
17908 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
17909
e6227f06
KF
179102009-10-09 Karl Fogel <kfogel@red-bean.com>
17911
17912 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
17913 (bookmark-jump-other-window): Just invoke bookmark-jump with new
17914 argument now, so the two function's behaviors will match. (Bug#3645)
17915
288f783b
MA
179162009-10-08 Michael Albinus <michael.albinus@gmx.de>
17917
17918 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 17919 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 17920 Apply `save-match-data'.
288f783b
MA
17921
17922 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
17923 case both directories are remote.
17924 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 17925 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 17926
872a1ea4
JB
179272009-10-07 Juanma Barranquero <lekktu@gmail.com>
17928
17929 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
17930
ab2baced
GM
179312009-10-07 Glenn Morris <rgm@gnu.org>
17932
e78e280d
SM
17933 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
17934 of concat.
ab2baced 17935
5c4634c1
SM
179362009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
17937
17938 * files-x.el (read-file-local-variable): Include some
17939 non-user-variables in the completion table (bug#4664).
17940
c2dc9732
MA
179412009-10-07 Michael Albinus <michael.albinus@gmx.de>
17942
17943 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
17944 message.
17945
17946 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17947 (tramp-smb-file-name-handler-alist): Add handler for
17948 `copy-directory', `expand-file-name', `set-file-modes'.
17949 (tramp-smb-handle-copy-directory)
17950 (tramp-smb-handle-expand-file-name)
17951 (tramp-smb-handle-set-file-modes): New defuns.
17952 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
17953 (tramp-smb-handle-file-attributes): Simplify check for retrieving
17954 entry.
17955 (tramp-smb-handle-insert-directory): Don't flush the cache.
17956 (tramp-smb-maybe-open-connection): Check for samba client and
17957 server versions.
17958
11be40a6
EZ
179592009-10-07 Eli Zaretskii <eliz@gnu.org>
17960
17961 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
17962 to not error out of search for "^lisp=" fails.
17963
8c4afe20
JB
179642009-10-07 Juanma Barranquero <lekktu@gmail.com>
17965
17966 * makefile.w32-in (WINS_UPDATES): New macro.
17967 (custom-deps, finder-data, autoloads): Use it.
17968
429a1506
GM
179692009-10-07 Glenn Morris <rgm@gnu.org>
17970
ee2e93e2
GM
17971 * Makefile.in (autoloads): Revert previous change.
17972 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
17973 the list of preloaded files passed on the command-line, get
17974 it from src/Makefile.
17975
429a1506
GM
17976 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
17977 show the original buffer rather than a random one.
17978
a51203ee 179792009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
17980
17981 * help.el (describe-no-warranty): Place point in a slightly better
17982 position in the GPLv3 text.
17983
f58f7520
SS
179842009-10-06 Sam Steingold <sds@gnu.org>
17985
17986 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
17987 the comm attribute is present before calling regexp-quote.
17988
bde79dc0
JB
179892009-10-06 Juanma Barranquero <lekktu@gmail.com>
17990
17991 * play/animate.el (animate-string): For good effect, make sure
17992 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
17993
17994 * play/animate.el (animate-sequence, animate-birthday-present):
17995 * misc.el (butterfly): Don't set `indent-tabs-mode'.
17996
25ab0302
GM
179972009-10-06 Glenn Morris <rgm@gnu.org>
17998
73fe714a
GM
17999 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
18000
3405d98c
GM
18001 * emacs-lisp/autoload.el (autoload-excludes): New variable.
18002 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
18003 (batch-update-autoloads): Process a string value of autoload-excludes,
18004 set during the build process.
18005 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
18006
9fb2cdc5
GM
18007 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
18008 inside with-parsed... macro so that `v' is defined.
18009
7938ab41
GM
18010 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
18011 * progmodes/fortran.el (fortran-end-of-block)
18012 (fortran-beginning-of-block):
18013 Also push mark in the macro case.
18014
eaf9b564
GM
18015 * emerge.el (emerge-show-file-name):
18016 * calc/calc.el (calc-quit):
18017 * calc/calc-misc.el (calc-big-or-small):
18018 * calc/calc-graph.el (calc-graph-view):
18019 * calc/calc-ext.el (calc-reset):
18020 * calendar/calendar.el (calendar-basic-setup):
18021 Use window-full-height-p.
18022
25ab0302
GM
18023 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
18024 header we don't understand, don't insert another. (Bug#4624)
18025 If changing mime charset, insert the new one in the right place.
18026
00169eb6
GM
180272009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
18028
18029 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
18030 (cal-tex-cursor-month): Correctly increment the end date for diary and
18031 holiday listing. (Bug#4626)
18032
82882188
SM
180332009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18034
40ba9882 18035 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
18036 a symbol.
18037
a8f316ca
JB
180382009-10-05 Juanma Barranquero <lekktu@gmail.com>
18039
18040 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
18041 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
18042 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
18043 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
18044
18045 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
18046 (eieio-default-superclass): Reflow docstrings.
18047 (this, class-option-assoc, defclass, eieio-class-un-autoload)
18048 (eieio-unbind-method-implementations, defmethod)
18049 (eieio-validate-slot-value, eieio-validate-class-slot-value)
18050 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
18051 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
18052 (eieio-slot-originating-class-p, eieio-slot-name-index)
18053 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
18054 (constructor, initialize-instance, no-next-method, object-print)
18055 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
18056 Fix typos in docstrings.
18057 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
18058 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
18059 (next-method-p): Doc fixes.
18060 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
18061 Fix typos in error messages.
18062 (eieio-defmethod): Fix typo in description of generic method.
18063
18064 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
18065 (eieio-persistent-save-interactive, slot-missing):
18066 Fix typos in docstrings.
18067 (eieio-instance-inheritor-slot-boundp): Doc fix.
18068
18069 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
18070 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
18071
18072 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
18073 (eieio-custom-object-apply-reset):
18074 Fix typos in docstrings and error messages.
18075
18076 * emacs-lisp/eieio-datadebug.el (data-debug-show):
18077 Fix typo in docstring.
18078
18079 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
18080 (eieio-browse-tree): Doc fix.
18081 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
18082 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
18083 Fix typos in docstrings.
18084
18085 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
18086 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
18087 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
18088 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
18089 Reflow docstrings.
18090
c66b7ac0
DN
180912009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
18092
4a827e0a 18093 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
18094 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
18095 Set log-view-vc-backend so that diff can work.
4a827e0a 18096
c66b7ac0
DN
18097 * log-view.el (log-view-diff): Use vc-diff-internal instead of
18098 vc-version-diff.
18099 (vc-diff-internal): Autoload this instead of vc-version-diff.
18100
1902a98c
EZ
181012009-10-05 Eli Zaretskii <eliz@gnu.org>
18102
a7a8618b
EZ
18103 * simple.el (eval-expression): Doc fix.
18104
1902a98c
EZ
18105 * progmodes/cwarn.el (cwarn-mode): Doc fix.
18106
0e1f2ee6
MA
181072009-10-05 Michael Albinus <michael.albinus@gmx.de>
18108
18109 * files.el (directory-files-no-dot-files-regexp): New defconst.
18110 (delete-directory): Use it.
18111 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
18112
263c02ef 18113 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
18114 (tramp-methods): Add recursive option to `tramp-copy-args'.
18115 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 18116 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 18117 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
18118 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
18119 Add handler for `copy-directory'.
18120 (tramp-handle-copy-directory): New defun.
18121 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
18122 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
18123 Optimize sent command.
263c02ef 18124
72aa7df4
SM
181252009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18126
4a34f065
SM
18127 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
18128 window if necessary.
18129
72aa7df4
SM
18130 * calendar/calendar.el (calendar-basic-setup): Don't call
18131 switch-to-buffer in a dedicated window.
18132
5feb1ba7
KF
181332009-10-05 Karl Fogel <kfogel@red-bean.com>
18134
18135 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 18136 don't do anything related to relocating, just return nil.
5feb1ba7
KF
18137 (bookmark-error-no-filename): New error.
18138 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
18139 bookmark has no file. Don't even attempt to handle things that
18140 are not files; the whole point of custom handlers is to keep that
18141 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
18142 (bookmark-file-or-variation-thereof): Remove now-unused function.
18143 (bookmark-location): Doc string fix.
18144 (Bug#4250)
18145
1bd49952
KF
181462009-10-04 Karl Fogel <kfogel@red-bean.com>
18147
18148 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
18149 don't use a file dialog, because they usually don't know how to read
18150 a directory target from the user. (Bug#4230)
18151 Also, make sure the prompt can display directories as well as files.
18152
825382c0
KF
181532009-10-04 Karl Fogel <kfogel@red-bean.com>
18154
18155 * bookmark.el (bookmark-set, bookmark-buffer-name):
18156 Improve doc strings. (Bug#1193)
18157
13901bcb
KF
181582009-10-04 Karl Fogel <kfogel@red-bean.com>
18159
4a34f065
SM
18160 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
18161 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
18162 (bookmark-get-annotation, bookmark-set-annotation)
18163 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
18164 (bookmark-set-position, bookmark-get-front-context-string)
18165 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
18166 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
18167 (bookmark-jump-other-window, bookmark-handle-bookmark)
18168 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
18169 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
18170 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
18171 Improve doc strings to say whether bookmark can be a string or
18172 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
18173 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
18174 (bookmark-default-annotation-text, bookmark-yank-word)
18175 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
18176 (bookmark-import-new-list, bookmark-maybe-rename)
18177 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
18178 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 18179 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 18180 add a FIXME comment about how the function may be pointless.
13901bcb 18181 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
18182 parameter name, to clarify that this takes a bookmark record
18183 not a bookmark name.
13901bcb 18184 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 18185 and improve the doc string a bit.
13901bcb
KF
18186 (Bug#4188)
18187
5c1b3e94
KF
181882009-10-04 Karl Fogel <kfogel@red-bean.com>
18189
18190 * bookmark.el (bookmark-alist): Document the new `handler' element
18191 in the param alist.
18192 (bookmark-make-record-function): Adjust documentation for above.
18193 (Bug#4193)
18194
8559076d
KF
181952009-10-04 Karl Fogel <kfogel@red-bean.com>
18196
18197 * info.el (Info-bookmark-make-record): Document this function.
18198 (Info-bookmark-jump): Document with a doc string, not just a comment.
18199 (Bug#4203)
18200
b4583b8c
MA
182012009-10-04 Michael Albinus <michael.albinus@gmx.de>
18202
18203 * files.el (copy-directory): New defun.
18204
18205 * dired-aux.el (dired-copy-file-recursive): Use it.
18206
131ae8f2
JB
182072009-10-04 Juanma Barranquero <lekktu@gmail.com>
18208
a30e71ae 18209 * files-x.el (modify-dir-local-variable)
dd9af436
CY
18210 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
18211 docstrings.
a30e71ae 18212
131ae8f2
JB
18213 * recentf.el (recentf-unload-function): New function.
18214
ccafbf06
GM
182152009-10-04 Glenn Morris <rgm@gnu.org>
18216
18217 * window.el (window-full-height-p): Add doc string.
18218
02c6f098
GM
182192009-10-04 Martin Rudalics <rudalics@gmx.at>
18220
18221 * window.el (window-full-height-p): New function. (Bug#4543)
18222
ed6b0195
DN
182232009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
18224
18225 * vc.el: Remove commented out code.
18226 (vc-derived-from-dir-mode): Remove, unused.
18227 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
18228
1b8d1cc7
MA
182292009-10-03 Michael Albinus <michael.albinus@gmx.de>
18230
4a34f065
SM
18231 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
18232 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
18233 there could be recursive loading when `default-directory' is a
18234 remote file name. (Bug#4614)
18235
ac3c593c
GM
182362009-10-03 Glenn Morris <rgm@gnu.org>
18237
686ea556
GM
18238 * calendar/calendar.el (calendar-basic-setup): Handle the case where
18239 the frame is wide.
18240 (calendar-generate-window): Test for shrinkability rather than width.
18241
ac3c593c
GM
18242 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
18243 reusing existing buffers, in case we happen to visit two files with the
18244 same basename. (Bug#4593)
18245
573709fd
EZ
182462009-10-02 Eli Zaretskii <eliz@gnu.org>
18247
4a34f065 18248 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
18249 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
18250 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
18251 subdirs of cedet as well.
8f885d01 18252 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 18253
8d6c1239
SM
182542009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18255
18256 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
18257 Obey advertised-signature-table.
18258
18259 * help-fns.el (help-function-arglist): Don't check
18260 advertised-signature-table.
18261 (describe-function-1): Do it here instead so it also applies to subrs.
18262
c4861de0
MA
182632009-10-02 Michael Albinus <michael.albinus@gmx.de>
18264
18265 * simple.el (start-file-process): Say in the doc-string, that file
18266 handlers might not support pty association, if PROGRAM is nil.
18267
18268 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
18269 HOST and USER are strings. They are nil, when there are
18270 incomplete entries in ~/.netrc, for example.
18271 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
18272 root directory ("device busy" error otherwise).
18273
8d6c1239
SM
18274 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
18275 Flush file properties of created directory.
c4861de0 18276
d2bda74f
EZ
182772009-10-02 Eli Zaretskii <eliz@gnu.org>
18278
18279 * makefile.w32-in (WINS_BASIC): Remove cedet.
18280 (WINS_CEDET): Add cedet.
18281 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
18282
895d1904
GM
182832009-10-02 Kevin Ryde <user42@zip.com.au>
18284
18285 * net/browse-url.el (browse-url): Pass any symbol in
18286 browse-url-browser-function to `apply', since if you've mistakenly put
18287 an unbound symbol then the error is clearer. (Bug#4531)
18288
32226619
JB
182892009-10-02 Juanma Barranquero <lekktu@gmail.com>
18290
18291 * allout.el (allout-init, allout-back-to-current-heading)
18292 (allout-beginning-of-current-entry, allout-ascend-to-depth)
18293 (allout-ascend, allout-up-current-level, allout-end-of-level)
18294 (allout-previous-visible-heading, allout-forward-current-level)
18295 (allout-backward-current-level, allout-show-children):
18296 * apropos.el (apropos-describe-plist):
18297 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
18298 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
18299 * completion.el (add-completion, add-permanent-completion):
18300 * descr-text.el (describe-text-category, describe-char):
18301 * desktop.el (desktop-lazy-abort):
18302 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
18303 * dired.el (dired-build-subdir-alist):
18304 * ediff.el (ediff-version):
18305 * elide-head.el (elide-head, elide-head-show):
18306 * emerge.el (emerge-version):
18307 * env.el (getenv):
18308 * face-remap.el (variable-pitch-mode):
18309 * faces.el (describe-face):
18310 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
18311 (dired-at-point):
18312 * files.el (find-file-existing, auto-save-mode):
18313 * font-lock.el (font-lock-fontify-buffer):
18314 * help-fns.el (describe-function, describe-variable)
18315 (describe-syntax, describe-categories):
18316 * help.el (view-lossage, describe-bindings, describe-key)
18317 (describe-mode):
18318 * hexl.el (hexl-current-address):
18319 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
18320 * info.el (Info-goto-emacs-key-command-node):
18321 * log-edit.el (log-edit-insert-cvs-template)
18322 (log-edit-insert-cvs-rcstemplate):
18323 * menu-bar.el (menu-bar-mode):
18324 * mouse.el (mouse-appearance-menu):
18325 * newcomment.el (comment-indent-new-line):
18326 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
18327 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 18328 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
18329 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
18330 * recentf.el (recentf-mode):
18331 * savehist.el (savehist-mode, savehist-save):
18332 * shadowfile.el (shadow-copy-files):
18333 * simple.el (kill-ring-save, next-line, previous-line)
18334 (normal-erase-is-backspace-mode):
18335 * strokes.el (strokes-update-window-configuration)
18336 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
18337 (strokes-xpm-for-stroke):
18338 * time.el (emacs-uptime, emacs-init-time):
18339 * tutorial.el (tutorial--describe-nonstandard-key)
18340 (tutorial--detailed-help):
18341 * type-break.el (type-break-mode)
18342 (type-break-mode-line-message-mode, type-break-query-mode)
18343 (type-break-guesstimate-keystroke-threshold):
18344 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
18345 * version.el (emacs-version):
18346 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
18347 * winner.el (winner-mode):
18348 * calendar/timeclock.el (timeclock-in, timeclock-out)
18349 (timeclock-status-string, timeclock-change)
18350 (timeclock-workday-remaining-string)
18351 (timeclock-workday-elapsed-string)
18352 (timeclock-when-to-leave-string):
18353 * calendar/todo-mode.el (todo-add-category):
18354 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
18355 * emacs-lisp/autoload.el (update-file-autoloads):
18356 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
18357 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
18358 (checkdoc-message-text, checkdoc-defun):
18359 * emacs-lisp/debug.el (debugger-list-functions):
18360 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18361 * emacs-lisp/eieio-opt.el (eieio-describe-class)
18362 (eieio-describe-generic):
18363 * emacs-lisp/lisp-mnt.el (lm-synopsis):
18364 * emacs-lisp/shadow.el (list-load-path-shadows):
18365 * emulation/cua-base.el (cua-mode):
18366 * emulation/edt.el (edt-set-scroll-margins):
18367 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
18368 (tpu-toggle-regexp, tpu-toggle-search-direction)
18369 (tpu-toggle-rectangle, tpu-toggle-control-keys):
18370 * emulation/tpu-extras.el (tpu-set-scroll-margins):
18371 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
18372 (viper-set-parsing-style-toggling-macro)
18373 (viper-set-emacs-state-searchstyle-macros):
18374 * emulation/viper.el (viper-set-hooks):
18375 * eshell/esh-mode.el (eshell-truncate-buffer):
18376 * international/mule-cmds.el (prefer-coding-system)
18377 (describe-input-method, describe-language-environment):
18378 * international/mule-diag.el (list-character-sets)
18379 (describe-character-set, describe-coding-system)
18380 (describe-fontset, list-fontsets, list-input-methods):
18381 * mail/sendmail.el (mail-signature):
18382 * net/ange-ftp.el (ange-ftp-copy-file):
18383 * net/browse-url.el (browse-url):
18384 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
18385 * net/quickurl.el (quickurl-add-url):
18386 * net/rcirc.el (names, topic):
18387 * net/xesam.el (xesam-mode):
18388 * play/5x5.el (5x5-new-game):
18389 * play/yow.el (apropos-zippy):
18390 * progmodes/ada-mode.el (ada-mode-version):
18391 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
18392 (f90-end-of-block)
18393 (f90-beginning-of-block):
18394 * progmodes/fortran.el (fortran-end-of-block)
18395 (fortran-beginning-of-block):
18396 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
18397 * progmodes/python.el (python-describe-symbol, python-shell):
18398 * term/ns-win.el (ns-print-buffer):
18399 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
18400 * textmodes/flyspell.el (flyspell-mode-on):
18401 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
18402 (pages-directory-for-addresses):
18403 * textmodes/table.el (table-recognize-cell)
18404 (table-query-dimension, table-generate-source)
18405 (table-insert-sequence, table--warn-incompatibility):
18406 * textmodes/tex-mode.el (tex-validate-buffer):
18407 * textmodes/texinfmt.el (texinfmt-version)
18408 (texinfo-format-buffer):
18409 Use `called-interactively-p' instead of `interactive-p'.
18410
12a3c28c
JB
184112009-10-02 Juanma Barranquero <lekktu@gmail.com>
18412
18413 * image-mode.el (image-toggle-display):
18414 * emacs-lisp/elp.el (elp-instrument-function):
18415 * emacs-lisp/advice.el (ad-make-advised-definition):
18416 * emacs-lisp/easy-mmode.el (define-minor-mode):
18417 * net/browse-url.el (browse-url-maybe-new-window):
18418 * progmodes/sh-script.el (sh-learn-buffer-indent):
18419 Pass new argument 'any to `called-interactively-p'.
18420
171fda8a
JB
184212009-10-01 Juanma Barranquero <lekktu@gmail.com>
18422
171fda8a
JB
18423 * international/uni-bidi.el:
18424 * international/uni-category.el:
18425 * international/uni-combining.el:
18426 * international/uni-comment.el:
18427 * international/uni-decimal.el:
9c3c9fdf 18428 * international/uni-decomposition.el:
171fda8a
JB
18429 * international/uni-digit.el:
18430 * international/uni-lowercase.el:
18431 * international/uni-mirrored.el:
18432 * international/uni-name.el:
18433 * international/uni-numeric.el:
18434 * international/uni-old-name.el:
18435 * international/uni-titlecase.el:
18436 * international/uni-uppercase.el:
18437 Regenerate from Unicode 5.2.0 data.
18438
dcb9734a
GM
184392009-10-01 Glenn Morris <rgm@gnu.org>
18440
18441 * Makefile.in (ELCFILES): Regenerate.
18442
ced10a4c
SM
184432009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18444
9d28c33e
SM
18445 * subr.el (interactive-p): Mark obsolete.
18446 (called-interactively-p): Make the optional-ness of `kind' obsolete.
18447 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
18448 advertised-signature-table for subroutines as well.
18449
ced10a4c
SM
18450 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
18451 (set-advertised-calling-convention): New function.
18452 (make-obsolete, define-obsolete-function-alias)
18453 (make-obsolete-variable, define-obsolete-variable-alias):
18454 Make the optional-ness of `when' obsolete.
18455 (define-obsolete-face-alias): Make `when' non-optional.
18456 * help-fns.el (help-function-arglist):
18457 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
18458 Use advertised-signature-table.
18459
cc3dda16
MA
184602009-10-01 Michael Albinus <michael.albinus@gmx.de>
18461
18462 * files.el (delete-directory): New defun. The original function
18463 in fileio.c has been renamed to `delete-directory-internal'.
18464
18465 * dired.el (dired-delete-file): Call `delete-directory' with
18466 RECURSIVE parameter.
18467
5ce6e4f4 18468 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
18469 parameter RECURSIVE. Implementation is missing.
18470
18471 * net/tramp.el (tramp-handle-make-directory): Flush upper
18472 directory's file properties.
ced10a4c 18473 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
18474 (tramp-handle-dired-recursive-delete-directory): Flush directory
18475 properties after the remove command only.
18476
ced10a4c
SM
18477 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
18478 Handle optional parameter RECURSIVE.
cc3dda16 18479
ced10a4c
SM
18480 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
18481 Handle optional parameter RECURSIVE.
cc3dda16
MA
18482
18483 * net/tramp-smb.el (tramp-smb-errors): Add error message for
18484 connection timeout.
18485 (tramp-smb-handle-delete-directory): Handle optional parameter
18486 RECURSIVE.
18487
cf885595
SM
184882009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18489
e3a6b82f
SM
18490 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
18491 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
18492 (byte-compile-defmacro): Use backquotes.
18493
7201bfbb
SM
18494 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
18495
cf885595
SM
18496 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
18497 has no associated file.
18498 (vc-resynch-buffer): Use vc-dir-buffers.
18499
a4d2c321
GM
185002009-10-01 Glenn Morris <rgm@gnu.org>
18501
9ffe3f52
GM
18502 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
18503 (chart-file-count):
18504 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
18505 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
18506 * emacs-lisp/eieio-opt.el (eieio-describe-class):
18507 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
18508 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
18509 (eieio-copy-parents-into-subclass, make-instance, class-children)
18510 (eieio-generic-form):
bd2afec2 18511
9515cdcc
GM
18512 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
18513 match-data. (Bug#4555).
18514
a4d2c321
GM
18515 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
18516 rather than parsing it as a regexp. This relaxes the layout
18517 requirements and makes errors easier to detect.
18518 (check-declare-verify): Check file is regular.
18519 (check-declare-directory): Doc fix.
18520 * subr.el (declare-function): Doc fix.
18521
b15c31c7
GM
18522 * ibuffer.el (ibuffer-format-qualifier):
18523 * isearch.el (hi-lock-regexp-okay):
18524 * calc/calc.el (math-zerop):
18525 * mail/uce.el (rmail-msgbeg, rmail-msgend):
18526 * term/w32-win.el (setup-default-fontset, set-fontset-font):
18527 Remove unused declarations.
18528
b0b111c3
JB
185292009-09-30 Eric Ludlam <zappo@gnu.org>
18530
18531 * emacs-lisp/eieio.el (boolean-p): Delete.
18532
1fc28a2c
GM
185332009-09-30 Glenn Morris <rgm@gnu.org>
18534
1fc28a2c
GM
18535 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
18536
494f4fc7
GM
18537 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
18538 filename is not a string.
18539
561580e9
CY
185402009-09-29 Chong Yidong <cyd@stupidchicken.com>
18541
18542 * files.el (safe-local-eval-forms): Fix typo.
18543
dcbbecd4
SM
185442009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
18545
18546 * vc-hooks.el (vc-dir-buffers): New var.
18547 (vc-state-refresh): New function.
18548 (vc-state): Use it.
18549 (vc-after-save): Always ask the backend to recompute the new state.
18550 Always call vc-dir if necessary, using vc-dir-buffers.
18551 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
18552 Use vc-dir-buffers.
18553 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
18554 (vc-dir-prepare-status-buffer, vc-dir-update)
18555 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
18556 Don't call expand-file-name on default-directory.
18557
d88444f2
JB
185582009-09-29 Juanma Barranquero <lekktu@gmail.com>
18559
18560 * speedbar.el (speedbar-item-delete):
18561 * calc/calc-prog.el (calc-kbd-if):
18562 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
18563
18564 * epa.el (epa-key-list-mode-map):
18565 * hi-lock.el (hi-lock-menu): Fix typos in menus.
18566
18567 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
18568 (hs-show-hook): Fix typo in docstring.
18569
5da62d41
GM
185702009-09-29 Glenn Morris <rgm@gnu.org>
18571
8360fce0
GM
18572 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
18573 file-name-nondirectory call preventing location of cedet files.
18574 (check-declare-verify): Use literal search rather than re-search.
ae715515 18575 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
18576
18577 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18578 Use tramp-compat-file-attributes rather than nonexistent
18579 tramp-compat-handle-file-attributes.
18580
5da62d41
GM
18581 * Makefile.in (lisptagsfiles4): New.
18582 (AUTOGENEL): Add cedet loaddefs files.
18583 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
18584 (update-elclist, compile-always, backup-compiled-files)
18585 (bootstrap-clean): Add yet another directory level.
18586 (update-elclist): Use LC_COLLATE rather than COLLATE.
18587 (ELCFILES): Update, via `make update-elclist'.
18588
48267264
JB
185892009-09-29 Juanma Barranquero <lekktu@gmail.com>
18590
18591 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
18592 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
18593 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
18594
2c4cd0b0
AS
185952009-09-28 Andreas Schwab <schwab@linux-m68k.org>
18596
18597 * Makefile.in (lisptagsfiles3): Define.
5da62d41 18598 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
18599 (update-elclist): Add third directory level to look for elc files.
18600 (compile-always): Likewise.
18601 (backup-compiled-files): Likewise.
18602 (bootstrap-clean): Likewise.
18603 (ELCFILES): Update.
18604
a2533e47
CY
186052009-09-28 Chong Yidong <cyd@stupidchicken.com>
18606
18607 * Makefile.in (ELCFILES): Add CEDET files.
18608
eefbedb1
MA
186092009-09-28 Michael Albinus <michael.albinus@gmx.de>
18610
18611 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
18612
18613 * net/tramp.el (top): Require tramp-imap.
18614
18615 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18616 Use `tramp-compat-handle-file-attributes'.
18617
186182009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
18619
18620 * net/tramp-imap.el: New package.
18621
b0b111c3
JB
186222009-09-28 Eric Ludlam <zappo@gnu.org>
18623
18624 * emacs-lisp/chart.el:
18625 * emacs-lisp/eieio-base.el:
18626 * emacs-lisp/eieio-comp.el:
18627 * emacs-lisp/eieio-custom.el:
18628 * emacs-lisp/eieio-datadebug.el:
18629 * emacs-lisp/eieio-opt.el:
18630 * emacs-lisp/eieio-speedbar.el:
18631 * emacs-lisp/eieio.el: New files.
18632
748e3d67
VJL
186332009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18634
18635 * whitespace.el (whitespace-trailing-regexp)
18636 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
18637 Fix doc string.
18638
15120dec
CY
186392009-09-27 Chong Yidong <cyd@stupidchicken.com>
18640
18641 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
18642 menu.
18643
18644 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
18645 menu-bar-ediff-menu.
18646
18647 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
18648 define-overloadable-function.
18649
18650 * progmodes/autoconf.el: Provide autoconf as well, so that this
18651 file can be `require'd.
18652
18653 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
18654
18655 * emacs-lisp/autoload.el (generated-autoload-feature)
18656 (generated-autoload-load-name): New vars.
18657 (autoload-rubric, autoload-generate-file-autoloads): Use them.
18658 (make-autoload): Recognize define-overloadable-function and
18659 defclass forms (for EIEIO).
18660
18661 * Makefile.in (update-subdirs): Exclude cedet directory.
18662
135abf91
AR
186632009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
18664
1becddbb 18665 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
18666
18667 * faces.el: Default light-background background for region face to
18668 ns_selection_color under NS.
18669
3d994264
TZ
186702009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
18671
18672 * net/imap-hash.el: New library, see NEWS.
18673
18674 * Makefile.in (ELCFILES): Add imap-hash.el.
18675
ce9a0ccb
SM
186762009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
18677
18678 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
18679 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
18680 * help-macro.el (make-help-screen): Avoid using an ambiguous function
18681 definition where the docstring could be taken for the return value.
18682
a92cdd49
GM
186832009-09-26 Glenn Morris <rgm@gnu.org>
18684
18685 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
18686 Add option to only show images below a certain size.
18687 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
18688 save-excursion calls.
18689
416ac2f1
EZ
186902009-09-26 Eli Zaretskii <eliz@gnu.org>
18691
18692 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
18693 subdirectories) and eieio.
18694
d9a13f68
AM
186952009-09-26 Alan Mackenzie <acm@muc.de>
18696
6a7662bb
BR
18697 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18698 Correct buggy bracketing. (Bug#4289)
d9a13f68
AM
18699
18700 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 18701 character constants (as case labels). (Bug#4289)
d9a13f68 18702
182b3bec
CY
187032009-09-25 Juri Linkov <juri@jurta.org>
18704
18705 * files.el (safe-local-eval-forms): Allow time-stamp in
18706 before-save-hook (Bug#4554).
18707
8f75f2da
JB
187082009-09-25 Drew Adams <drew.adams@oracle.com>
18709
18710 * menu-bar.el (list-buffers-directory): Doc fix.
18711
8390fb80
SM
187122009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
18713
18714 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
18715 Try and avoid copying twice the same paragraph.
18716 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
18717 Remove save-excursion.
18718 (log-edit-changelog-entry): Do it here instead.
18719
11ee8d90
JB
187202009-09-25 Juanma Barranquero <lekktu@gmail.com>
18721
027b1942
JB
18722 * bs.el (bs--get-file-name): Use `list-buffers-directory'
18723 when available, instead of hardcoding mode names. Doc fix.
18724
11ee8d90
JB
18725 * menu-bar.el (list-buffers-directory): Add docstring.
18726 Make automatically buffer-local.
18727
18728 * dired.el (dired-mode):
18729 * files.el (cd-absolute):
18730 * pcvs.el (cvs-temp-buffer):
18731 * pcvs-util.el (cvs-get-buffer-create):
18732 * shell.el (shell-mode):
18733 * vc-dir.el (vc-dir-mode):
18734 Don't make `list-buffers-directory' buffer local.
18735
21289c5d
CY
187362009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
18737
8390fb80
SM
18738 * comint.el (comint-exec, comint-run, make-comint):
18739 Doc fixes (Bug#4542).
21289c5d 18740
e8652dd9
GM
187412009-09-25 Glenn Morris <rgm@gnu.org>
18742
18743 * mail/rmailmm.el (rmail-mime): New custom group.
18744 Move all defcustoms in this file into this group.
18745 (rmail-mime-media-type-handlers-alist): Revert previous change.
18746 (rmail-mime-show-images): New option.
18747 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
18748 references to it, since it wasn't actually used for anything.
18749 (rmail-mime-insert-image): New function.
18750 (rmail-mime-image): Use rmail-mime-insert-image.
18751 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
18752 obey the value of `rmail-mime-show-images' option. Print the size of
18753 attachments.
e8652dd9 18754
fb652bb5
JB
187552009-09-25 David Engster <deng@randomsample.de>
18756
18757 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
18758
32a9841c
VJL
187592009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18760
18761 * whitespace.el: Does not highlight trailing spaces While point is
18762 at end of line. Does not highligt spaces at beginning of buffer
18763 while point is at beginning of buffer. Does not highlight spaces
18764 at end of buffer while point is at end of buffer. (Bug#4177)
18765 New version 12.0.
18766 (whitespace-display-mappings): Adjust initialization.
18767 (whitespace-point, whitespace-font-lock-refontify): New vars.
18768 (whitespace-color-on, whitespace-color-off): Adjust code.
18769 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
18770 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
18771 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
18772
e477ca84
CY
187732009-09-24 Chong Yidong <cyd@stupidchicken.com>
18774
18775 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
18776
18777 * textmodes/sgml-mode.el: Remove xml-mode alias.
18778
18779 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 18780 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 18781
68712602
AM
187822009-09-24 Alan Mackenzie <acm@muc.de>
18783
18784 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
18785 c-forward-conditionals, but it doesn't move point and doesn't set
18786 the mark.
18787 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
18788 (c-down-conditional-with-else, c-backward-conditional)
18789 (c-forward-conditional): Refactor to use c-scan-conditionals.
18790
1659ada0
JB
187912009-09-24 Juanma Barranquero <lekktu@gmail.com>
18792
18793 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
18794 (help-default-arg-highlight): Remove.
18795 (help-highlight-arg): New function.
18796 (help-do-arg-highlight): Use it.
18797 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
18798
b3f01e46
SM
187992009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18800
18801 * term.el (term-set-scroll-region, term-handle-ansi-escape):
18802 Undo last change, which didn't fix the problem and introduced others.
18803
107ef54a
NR
188042009-09-24 Nick Roberts <nickrob@snap.net.nz>
18805
18806 * progmodes/gdb-mi.el: Don't require speedbar.
18807 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
18808
ffa1fed6
GM
188092009-09-24 Glenn Morris <rgm@gnu.org>
18810
2157a2be
GM
18811 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
18812
6125167c
GM
18813 * term/ns-win.el (ns-reg-to-script): Define for compiler.
18814
ffa1fed6
GM
18815 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
18816 there is no newline after the final mime boundary. (Bug#4539)
18817 Move markers on insertion so that any buttons inserted don't end up in
18818 the next part of a multipart message.
2e9075d3
GM
18819 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
18820 (rmail-mime-bulk-handler): Optionally handle images.
18821 (rmail-mime-image): New button action.
18822 (rmail-mime-image-handler): New function.
18823 (rmail-mime-mode): New mode.
18824 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 18825
4a814992
SM
188262009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18827
075518b5
SM
18828 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
18829 than just dropping elements from it (bug#4504).
18830
8ad2defc
SM
18831 * term.el (term-set-scroll-region): Don't move cursor any more.
18832 (term-handle-ansi-escape): Call term-goto here instead.
18833 Suggested by Ivan Kanis <apple@kanis.eu>.
18834
4a814992
SM
18835 * term.el: Require CL.
18836 (term-ansi-reset): New function.
18837 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
18838 (term-handle-colors-array): Simplify.
18839
5a0c3f56
JB
188402009-09-24 Juanma Barranquero <lekktu@gmail.com>
18841
18842 * allout.el (allout-overlay-interior-modification-handler)
18843 (allout-obtain-passphrase):
18844 * epa-file.el (epa-file-write-region):
18845 * ps-print.el (ps-begin-job):
18846 * vc-hooks.el (vc-toggle-read-only):
18847 * vc-rcs.el (vc-rcs-rollback):
18848 * vc-sccs.el (vc-sccs-rollback):
18849 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
18850 (vc-version-diff, vc-revert, vc-rollback):
18851 * wdired.el (wdired-check-kill-buffer):
18852 * emacs-lisp/authors.el (authors):
18853 * net/socks.el (socks-open-connection):
18854 * net/zeroconf.el (zeroconf-service-add-hook):
18855 * obsolete/vc-mcvs.el (vc-mcvs-register):
18856 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
18857 (gdb-select-frame):
18858 * progmodes/grep.el (lgrep, rgrep):
18859 * progmodes/idlw-help.el (idlwave-help-check-locations)
18860 (idlwave-help-html-link, idlwave-help-assistant-open-link):
18861 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
18862 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
18863 (reftex-toc-rename-label): Fix typos in error messages.
18864
18865 * dired-aux.el (dired-do-shell-command): Reflow docstring.
18866 (dired-copy-how-to-fn): Doc fix.
18867 (dired-files-attributes, dired-read-shell-command):
18868 Fix typos in docstrings.
18869
18870 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
18871 (dired-x-find-file-other-window): Reflow docstrings.
18872 (dired-omit-marker-char, dired-read-shell-command)
18873 (dired-x-submit-report): Fix typos in docstrings.
18874
18875 * shell.el (shell-mode-hook):
18876 * view.el (View-scroll-line-forward):
18877 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
18878 Fix typos in docstrings.
18879
18880 * net/dig.el (dig-invoke): Fix typo in docstring.
18881 (query-dig): Reflow docstring.
18882
18883 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
18884 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
18885 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
18886 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
18887 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
18888 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
18889 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
18890 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
18891 (idlwave-completion-map, idlwave-current-indent)
18892 (idlwave-custom-ampersand-surround, idlwave-customize)
18893 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
18894 (idlwave-define-abbrev, idlwave-determine-class-special)
18895 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
18896 (idlwave-end-block-reg, idlwave-end-of-statement)
18897 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
18898 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
18899 (idlwave-explicit-class-listed, idlwave-file-header)
18900 (idlwave-fill-paragraph, idlwave-find-class-definition)
18901 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
18902 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
18903 (idlwave-in-quote, idlwave-indent-action-table)
18904 (idlwave-indent-expand-table, idlwave-indent-line)
18905 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
18906 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
18907 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
18908 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
18909 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
18910 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
18911 (idlwave-outlawed-buffers, idlwave-popup-select)
18912 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
18913 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
18914 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
18915 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
18916 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
18917 (idlwave-statement-type, idlwave-struct-skip)
18918 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
18919 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
18920 (idlwave-what-module-find-class): Fix typos in docstrings.
18921 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
18922 (idlwave-calculate-cont-indent, idlwave-expand-equal)
18923 (idlwave-find-module, idlwave-find-structure-definition)
18924 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
18925 (idlwave-list-load-path-shadows, idlwave-next-statement)
18926 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
18927 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
18928 (idlwave-template): Reflow docstrings.
18929
18930 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
18931 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
18932 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
18933 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
18934 (idlwave-shell-display-line, idlwave-shell-display-wframe)
18935 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
18936 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
18937 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
18938 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
18939 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
18940 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
18941 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
18942 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
18943 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
18944 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
18945 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
18946 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
18947 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
18948 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
18949 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
18950 Fix typos in docstrings.
18951 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
18952 (idlwave-shell-hide-output, idlwave-shell-mode)
18953 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
18954 Reflow docstrings.
18955
18956 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
18957
62136c5d
SM
189582009-09-24 Ivan Kanis <apple@kanis.eu>
18959
18960 * term.el (term-bold-attribute): New var.
18961 (term-handle-colors-array): Use it.
18962
9c1a45ed
NR
189632009-09-23 Nick Roberts <nickrob@snap.net.nz>
18964
18965 * progmodes/gdb-mi.el (gdb-version): New variable.
18966 (gdb-non-stop-handler): Set gdb-version.
18967 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
18968 Condition "--thread" option on gdb-version.
18969 (gdb-invalidate-threads): Remove unused argument.
18970
03304f31
SM
189712009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18972
18973 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
18974 to looking-back to avoid ridiculous slow down in large files (bug#4511).
18975
4f02f0c9
GM
189762009-09-23 Glenn Morris <rgm@gnu.org>
18977
18978 * mail/rmail.el (rmail-reply): Don't try to add a References header when
18979 replying to mail without References or Message-Id. (Bug#4525)
18980
a3b4b363
AR
189812009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
18982
18983 * term/ns-win.el (ns-reg-to-script): New variable.
18984
7bda18cc
DU
189852009-09-23 Daiki Ueno <ueno@unixuser.org>
18986
18987 * epg.el (epg-wait-for-status): Preserve existing 'error results.
18988
72169e55
SS
189892009-09-22 Sam Steingold <sds@gnu.org>
18990
18991 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
18992 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
18993 to 1 because hg returns status 1 when nothing is found.
0aa4f295 18994 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 18995
905b7d38
SM
189962009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
18997
b0459dec
SM
18998 * textmodes/fill.el: Convert to utf-8 encoding.
18999 (fill-french-nobreak-p): Remove redundant » and « inherited from our
dd86ea11 19000 pre-Unicode days.
b0459dec 19001
905b7d38
SM
19002 * add-log.el (change-log-fill-forward-paragraph): New function.
19003 (change-log-mode): Use it so fill-region DTRT.
19004 Set fill-indent-according-to-mode here rather than in
19005 change-log-fill-paragraph.
19006 (change-log-fill-paragraph): Remove.
19007
baa7f3de
JB
190082009-09-22 Juanma Barranquero <lekktu@gmail.com>
19009
19010 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
19011 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
19012
a8d789f0
GM
190132009-09-22 Glenn Morris <rgm@gnu.org>
19014
daedbbc2
GM
19015 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
19016 the scroll-bar scroll the calendar window rather than the buffer.
19017
d8899a74
GM
19018 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
19019 commands that move point (as opposed to scrolling).
19020
a8d789f0
GM
19021 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
19022
19023 * emacs-lisp/elint.el (elint): New custom group.
19024 (elint-log-buffer): Make it a defcustom.
19025 (elint-scan-preloaded, elint-ignored-warnings)
19026 (elint-directory-skip-re): New options.
19027 (elint-builtin-variables): Doc fix.
19028 (elint-preloaded-env): New variable.
19029 (elint-unknown-builtin-args): Add an entry for encode-time.
19030 (elint-extra-errors): Make it a variable rather than a constant.
19031 (elint-preloaded-skip-re): New constant.
19032 (elint-directory): Skip files matching elint-directory-skip-re.
19033 (elint-features): New variable, local to linted buffers.
19034 (elint-update-env): Initialize elint-features. Possibly add
19035 elint-preloaded-env to the buffer's environment.
19036 (elint-get-top-forms): Bind elint-current-pos, for log messages.
19037 Skip quoted forms.
19038 (elint-init-form): New function, extracted from elint-init-env.
19039 Make non-list forms a warning rather than an error.
19040 Add the mode-map for define-derived-mode. Handle define-minor-mode,
19041 easy-menu-define, put that adds an error-condition, and provide.
19042 When requiring cl, also require cl-macs. Really require cl, to handle
19043 some cl macros. Store required libraries in the list elint-features,
19044 so as not to re-load them. Treat cc-require like require.
19045 (elint-init-env): Call elint-init-form to do the work.
19046 Handle eval-and-compile and such like.
19047 (elint-add-required-env): Do not clear messages.
19048 (elint-special-forms): Add handlers for function, defalias, if, when,
19049 unless, and, or.
19050 (elint-form): Add optional argument to ignore elint-special-forms,
19051 useful to prevent recursive calls from handlers. Doc fix.
19052 Respect elint-ignored-warnings.
19053 (elint-form): Respect elint-ignored-warnings.
19054 (elint-bound-variable, elint-bound-function): New variables.
19055 (elint-unbound-variable): Respect elint-bound-variable.
19056 (elint-get-args): Respect elint-bound-function.
19057 (elint-check-cond-form): Add some simple handling for (f)boundp and
19058 featurep tests.
19059 (elint-check-defalias-form): New handler.
19060 (elint-check-let-form): Make an empty let a warning rather than an
19061 error.
19062 (elint-check-setq-form): Make an empty setq a warning rather than an
19063 error. Respect elint-ignored-warnings.
19064 (elint-check-defvar-form): Accept null doc-strings.
19065 (elint-check-conditional-form): New handler. Does some simple-minded
19066 checking of featurep and (f)boundp tests.
19067 (elint-put-function-args): New function.
19068 (elint-initialize): Use elint-scan-doc-file rather than
19069 elint-find-builtin-variables. Use elint-put-function-args.
19070 Possibly scan preloaded-file-list.
19071 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
19072 extend to handle functions as well.
19073
245be23c
JB
190742009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
19075
19076 * linum.el (linum-delete-overlays, linum-update-window):
19077 Do not modify the right margin. (Bug#3971)
19078
91fdbd6f
CY
190792009-09-21 Chong Yidong <cyd@stupidchicken.com>
19080
6a7662bb
BR
19081 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
19082 Use nxml-mode instead of xml-mode.
91fdbd6f 19083
7589d38e
JB
190842009-09-21 Kevin Ryde <user42@zip.com.au>
19085
19086 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
19087
5ac42715
SM
190882009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19089
19090 * net/dig.el (dig-mode): Use define-derived-mode.
19091
09c01323
DN
190922009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
19093
4096c5f2
DN
19094 * vc-dispatcher.el (vc-do-command): Return the process object in
19095 the asynchronous case. Use when instead of if. Do not run
5480359e 19096 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 19097
0e172cc2
DN
19098 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
19099 properties to the stash strings.
19100 (vc-git-stash-list): Return a list of strings.
19101 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
19102 (vc-git-stash-show-at-point): New functions.
19103 (vc-git-stash-map): New keymap.
19104
03304f31
SM
19105 * register.el (ctl-x-r-map): Define the keys here instead of
19106 using autoload.
09c01323 19107
03304f31 191082009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
19109
19110 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
19111 list, to workaround performance problem (bug#4485).
19112
2f5fc4d7
NR
191132009-09-20 Nick Roberts <nickrob@snap.net.nz>
19114
19115 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
19116
b0f5fd2e
DU
191172009-09-20 Daiki Ueno <ueno@unixuser.org>
19118
19119 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
19120 Document that this option is not recommended to use.
19121
f3445fab
GM
191222009-09-19 Glenn Morris <rgm@gnu.org>
19123
547c6921
GM
19124 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
19125 variable `var'.
19126
f3445fab
GM
19127 * calc/calc-alg.el (var):
19128 * calc/calcalg2.el (var): Define for compiler.
19129
946c009b
CY
191302009-09-19 Chong Yidong <cyd@stupidchicken.com>
19131
e3f36d03
SM
19132 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
19133 Doc fix (Bug#3932).
e2045997 19134
24aedbca
CY
19135 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
19136
327dd27a
CY
19137 * time-stamp.el (time-stamp-month-dd-yyyy)
19138 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
19139 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
19140 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
19141 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
19142 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 19143
946c009b
CY
19144 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
19145 indent buffer only if called interactively (Bug#4452).
19146
3e70541a 191472009-09-19 Juanma Barranquero <lekktu@gmail.com>
4e2af782 19148 Eli Zaretskii <eliz@gnu.org>
3e70541a
JB
19149
19150 This fixes bug#4197 (merged to bug#865, though not identical).
19151 * server.el (server-auth-dir): Add docstring note about FAT32.
19152 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
19153 but warn against using them.
19154
9b94c32e
NR
191552009-09-19 Nick Roberts <nickrob@snap.net.nz>
19156
19157 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
19158 older GDB where there is no has_more field.
19159
66590684
GM
191602009-09-19 Glenn Morris <rgm@gnu.org>
19161
19162 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
19163
9a1337f9
CY
191642009-09-18 Chong Yidong <cyd@stupidchicken.com>
19165
19166 * files.el (auto-mode-alist): Change default for XML files to nXML
19167 mode (Bug#4169).
19168
d7554167
JB
191692009-09-18 Juanma Barranquero <lekktu@gmail.com>
19170
19171 * server.el (server-ensure-safe-dir): Pass 'integer
19172 to `file-attributes', as suggested.
19173
35a3f9a4
SM
191742009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
19175
19176 * dired-aux.el (dired-query-alist): Remove spurious backslash.
19177 (dired-query): Use read-key.
19178
044f9b05
AR
191792009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
19180
19181 * cus-start.el (ns-use-qd-smoothing): Remove.
19182
6188ea49
GM
191832009-09-18 Glenn Morris <rgm@gnu.org>
19184
08cf18e4
GM
19185 * allout.el (top-level): Remove unnecessary progn.
19186
07eae5c5
GM
19187 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
19188
6726c25e
GM
19189 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
19190 definition of abbrev table.
19191
3f527154 19192 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
19193 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
19194 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
19195 * net/newst-backend.el (newsticker--cache-read-feed):
19196 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
19197 condition-case handlers.
19198
ccb4c30c
NR
191992009-09-18 Nick Roberts <nickrob@snap.net.nz>
19200
19201 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
19202 (gdb-var-list): Add an element for has_more field.
19203 (gdb-non-stop-handler): Enable pretty printing for STL containers.
19204 (gdb-var-create-handler, gdb-var-list-children-handler-1)
19205 (gdb-var-update-handler-1): Parse output of dynamic variable
19206 objects (STL containers).
19207 (gdb-var-delete-1): Pass var1 as an explicit second argument.
19208 (gdb-get-field): Delete alias. Use bindat-get-field directly.
19209
19210 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
19211 gdb-var-list.
19212 (gud-speedbar-buttons): Make node expandable if expression "has more"
19213 children.
19214
8686ac71
JB
192152009-09-17 Juanma Barranquero <lekktu@gmail.com>
19216
19217 * startup.el (emacs-quick-startup): Remove variable and all uses.
19218 (command-line): Set `inhibit-x-resources' instead.
19219 (command-line-1): Use `inhibit-x-resources' instead.
19220
a69c67e8
CY
192212009-09-17 Chong Yidong <cyd@stupidchicken.com>
19222
19223 * subr.el: Fix last change to avoid using the `unless' macro,
19224 which breaks bootstrapping.
19225
354f0faf
SM
192262009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19227
19228 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
19229 extended definitions, in case we reload subr.el after having
19230 loaded CL.
19231 (eval-next-after-load): Mark as obsolete.
19232
98b9bf40
JL
192332009-09-17 Juri Linkov <juri@jurta.org>
19234
19235 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
19236 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
19237 (menu-bar-showhide-menu, menu-bar-tools-menu)
19238 (menu-bar-describe-menu, menu-bar-help-menu)
19239 (minibuffer-local-completion-map, minibuffer-local-map):
19240 Fix list quoting.
19241
28fab7b5
GM
192422009-09-17 Glenn Morris <rgm@gnu.org>
19243
88d5190c
GM
19244 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
19245 arguments, whether or not it has a handler.
19246
74f24ba7
GM
19247 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
19248
28fab7b5
GM
19249 * simple.el (hard-newline): Give it a doc-string.
19250
a8106aec
GM
19251 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19252 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 19253
76251ad7
DN
192542009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
19255
72033dbe
DN
19256 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
19257 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
19258 (menu-bar-options-menu, menu-bar-showhide-menu)
19259 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
19260 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
19261 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
19262 (menu-bar-options-menu, menu-bar-tools-menu)
19263 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
19264 (menu-bar-help-menu):
19265 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
19266 string arguments.
19267
76251ad7
DN
19268 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
19269 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
19270 calls for the menu names and :help.
19271
97b952b7
SM
192722009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19273
19274 * mouse.el (minor-mode-menu-from-indicator): Pay attention
19275 to :minor-mode-function (bug#4455).
19276
8f38189e
SM
192772009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
19278
d2fd733e
SM
19279 * startup.el (command-line): Initialize the window-system after
19280 processing the command-line.
19281
8f38189e
SM
19282 * textmodes/page.el (what-page): Make sure we don't inf-loop if
19283 page-delimiter matches the empty string.
19284
77564fa4
GM
192852009-09-16 Glenn Morris <rgm@gnu.org>
19286
19287 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
19288 byte-compile-not-obsolete-var. It's a list now.
19289 (byte-compile-not-obsolete-funcs): New variable.
19290 (byte-compile-warn-obsolete): Don't warn about functions if they are in
19291 byte-compile-not-obsolete-funcs.
19292 (byte-compile-variable-ref, byte-compile-defvar): Update for
19293 byte-compile-not-obsolete-vars name-change and list nature.
19294 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
19295 and variables behind (f)boundp tests.
19296 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
19297
79d316d3
DN
192982009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19299
19300 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
19301
8fed6934
SM
193022009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19303
19304 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
19305 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
19306 Don't autoload.
19307
4078fd57
SE
193082009-09-15 Stephen Eglen <stephen@gnu.org>
19309
19310 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 19311 the virtual-buffers, use the name of the buffer specified by
4078fd57 19312 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 19313 problem if the target and the symlink had different names.)
4078fd57 19314
838ff458
SM
193152009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19316
b3c7c12d
SM
19317 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
19318
13dc2bc2
SM
19319 * desktop.el (desktop-path): Check user-emacs-directory.
19320
49fec531
SM
19321 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
19322
0e328d37
SM
19323 * loadup.el: Use after-load-functions to GC after loading each file.
19324 Remove the explicit GC calls that used to be sprinkled around.
19325
838ff458
SM
19326 * subr.el (after-load-functions): New hook.
19327 (do-after-load-evaluation): Run it. Use string-match-p to detect
19328 `obsolete' packages, rather than painfully extracting the relevant
19329 directory name.
19330
a62f564f
GM
193312009-09-15 Glenn Morris <rgm@gnu.org>
19332
19333 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
19334 free variable `doc'.
19335
19336 * dired.el (dired-mode-map): Add menu entry for async shell command.
19337
19338 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
19339 variables, also consider the .elc files, since the .el files are
19340 normally gzipped (subsequent code locates the .el.gz from the .elc).
19341
19342 * calc/calc-prog.el (arglist): Define for compiler.
19343
19344 * calendar/diary-lib.el (diary-display-function): Change the default to
19345 fancy display.
19346 (body): Define for compiler.
19347
19348 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
19349 (byte-compile-file-form, byte-compile-lambda)
19350 (byte-compile-top-level-body, byte-compile-form)
19351 (byte-compile-variable-ref, byte-compile-setq)
19352 (byte-compile-setq-default, byte-compile-body)
19353 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
19354 (batch-byte-compile): Give some more local variables with common names
19355 a "bytecomp-" prefix to avoid masking warnings about free variables.
19356
cd05fe7f
GM
19357 * startup.el (command-line-1): Give local variables with common names a
19358 distinguishing prefix, so as not to hide free variable warnings during
19359 bootstrap.
19360
a62f564f
GM
19361 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
19362 clever and add a suffix to make a unique name, just let the user decide
19363 whether or not to overwrite it. If the input is a directory, write the
19364 default filename to that directory. (Bug#4388)
19365 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
19366 is a filename-as-a-directory.
19367
fbc88440
SM
193682009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19369
19370 * textmodes/page.el (what-page): Don't move to beginning of line.
19371 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
19372
60308853
DN
193732009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19374
19375 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
19376
32ba3abc
DN
193772009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
19378
9cd39aff
DN
19379 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
19380 * help.el (help-for-help-internal): Add purecopy calls for text.
19381
32ba3abc
DN
19382 * vc.el (top): print-log method now takes an optional SHORTLOG
19383 argument. Add a new method: root.
32ba3abc
DN
19384 (vc-root-diff, vc-print-root-log): New functions.
19385 (vc-log-short-style): New variable.
19386 (vc-print-log-internal): Add support for showing short logs.
19387
19388 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
19389 vc-print-root-log and vc-print-root-diff.
19390
19391 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
19392 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
19393 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
19394 short logs.
19395
19396 * vc-cvs.el (vc-cvs-print-log):
19397 * vc-mtn.el (vc-mtn-print-log):
19398 * vc-rcs.el (vc-rcs-print-log):
19399 * vc-sccs.el (vc-sccs-print-log):
19400 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
19401 that is ignored for now.
19402
837b0e99
DN
19403 * vc-mtn.el (vc-mtn-annotate-command):
19404 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
19405
31cd2dd4
SM
194062009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19407
19408 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
19409 to function-key-map, and give them ascii-character property.
19410 * term/x-win.el (x-alternatives-map):
19411 * term/ns-win.el (ns-alternatives-map):
19412 * term/internal.el (msdos-key-remapping-map):
19413 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
19414
d62e5bf2
GM
194152009-09-14 Glenn Morris <rgm@gnu.org>
19416
19417 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
19418 temp-buffers (2009-09-12).
19419
7d0105e5
SM
194202009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19421
19422 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
19423 the new read-key function.
19424
e17ed9ad
CY
194252009-09-13 Chong Yidong <cyd@stupidchicken.com>
19426
19427 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
19428 is defined (Bug#4405).
19429
1fc26e29
CY
194302009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
19431
19432 * recentf.el (recentf-cleanup): Use a hash table to find
19433 duplicates (Bug#4407).
19434
61dc96a2 194352009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
19436
19437 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
19438 kp-0 to ascii equivalents (Bug#4325).
19439
42c3a9e3
CY
194402009-09-13 Chong Yidong <cyd@stupidchicken.com>
19441
1f5c1626
CY
19442 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
19443
42c3a9e3 19444 * eshell/em-hist.el:
31cd2dd4
SM
19445 * eshell/em-dirs.el (eshell-complete-user-reference):
19446 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
19447
194482009-09-13 Leo <sdl.web@gmail.com> (tiny change)
19449
19450 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
19451 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
19452 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
19453 * eshell/em-hist.el (eshell-history-file-name):
19454 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 19455
1e2b6acf
GM
194562009-09-13 Glenn Morris <rgm@gnu.org>
19457
19458 * ediff-merg.el (ediff-do-merge):
19459 * filesets.el (filesets-run-cmd):
19460 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
19461 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
19462 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
19463 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
19464 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
19465 Replace empty `let's with `progn'.
19466
adba8116
SM
194672009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19468
19469 * mail/sendmail.el (send-mail-function):
19470 * tooltip.el (tooltip-mode):
19471 * simple.el (transient-mark-mode):
19472 * rfn-eshadow.el (file-name-shadow-mode):
19473 * frame.el (blink-cursor-mode):
19474 * font-core.el (global-font-lock-mode):
19475 * files.el (temporary-file-directory)
19476 (small-temporary-file-directory, auto-save-file-name-transforms):
19477 * epa-hook.el (auto-encryption-mode):
19478 * composite.el (global-auto-composition-mode):
19479 Use custom-initialize-delay.
19480 * startup.el (command-line): Don't explicitly call
19481 custom-reevaluate-setting for all the above vars.
19482 * custom.el (custom-initialize-safe-set)
19483 (custom-initialize-safe-default): Delete.
19484
0a4afea9
SM
194852009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19486
9f94990d
SM
19487 * term/x-win.el (x-initialize-window-system):
19488 * term/w32-win.el (w32-initialize-window-system):
19489 * term/ns-win.el (ns-initialize-window-system): Don't call
19490 mouse-wheel-mode since it's enabled globally by default already.
19491
0a4afea9
SM
19492 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
19493 actually define the variable, but only silences the byte-compiler.
19494 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
19495 before looking it up.
19496 (mouse-wheel-scroll-amount): Also reset the bindings if this value
19497 is changed.
19498
bf01513f
GM
194992009-09-12 Glenn Morris <rgm@gnu.org>
19500
19501 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
19502 1000.
19503 (elint-add-required-env): Don't beep on error.
19504 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
19505 (elint-init-env): Skip non-list forms.
19506 (elint-log): Handle unknown file positions.
bf01513f 19507
d85889e4
DU
195082009-09-12 Daiki Ueno <ueno@unixuser.org>
19509
19510 * epg.el (epg-make-context): Add autoload cookie.
19511 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
19512 (epg-decrypt-string, epg-start-verify, epg-verify-file)
19513 (epg-verify-string, epg-start-sign, epg-sign-file)
19514 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
19515 (epg-encrypt-string, epg-start-export-keys)
19516 (epg-export-keys-to-file, epg-export-keys-to-string)
19517 (epg-start-import-keys, epg-import-keys-from-file)
19518 (epg-import-keys-from-string, epg-start-receive-keys)
19519 (epg-receive-keys, epg-import-keys-from-server)
19520 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
19521 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
19522 (epg-generate-key-from-file, epg-generate-key-from-string):
19523 Remove autoload cookie.
d85889e4 19524
8f825ee6
EZ
195252009-09-12 Eli Zaretskii <eliz@gnu.org>
19526
36b434ee
EZ
19527 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
19528 reevaluation of trash-directory.
19529
8f825ee6
EZ
19530 * mwheel.el: Fix last change.
19531 (mouse-wheel-mode): New defvar.
19532 (mouse-wheel-mode): Remove autoload cookie.
19533
5766c380
SM
195342009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19535
ab5c0fcd
SM
19536 * mwheel.el (mwheel-installed-bindings): New var.
19537 (mouse-wheel-mode): Use it, so as to make sure we really remove all
19538 the bindings we set last time. Use custom-initialize-delay.
19539 * loadup.el: Load mwheel after term/*-win.el.
19540 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
19541 and mouse-wheel-up-event now that their first evaluation is done
19542 sufficiently late to be correct.
19543
45448e64
SM
19544 * startup.el (tutorial-directory): Make it a defcustom.
19545 Use custom-initialize-delay rather than eval-at-startup to set it.
19546 * image.el (image-load-path): Make it a defcustom.
19547 Use custom-initialize-delay rather than eval-at-startup to set it.
19548 * subr.el (eval-at-startup): Remove.
19549 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
19550
5766c380
SM
19551 * subr.el (do-after-load-evaluation): Warn the user after loading an
19552 obsolete package.
19553
d6549da4
GM
195542009-09-12 Glenn Morris <rgm@gnu.org>
19555
19556 * proced.el (proced-mark-alt): Remove alias.
19557 (proced-mode-map): Remove proced-mark-alt.
19558
19559 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
19560 Elint file and directory. Remove initialization entry.
19561
19562 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
19563 commands.
19564 (elint-current-buffer): Set mode-line-process.
19565 (elint-init-env): Handle define-derived-mode.
19566 Fix declare-function with unspecified arglist. Guard against odd
19567 defalias statements (eg iso-insert's 8859-1-map).
19568 (elint-add-required-env): Use a temp buffer.
19569 (elint-form): Just print the function/macro name, not the whole form.
19570 Return env unchanged if we fail to parse a macro.
19571 (elint-forms): Guard against parse errors.
19572 (elint-output): New function, to handle batch mode.
19573 (elint-log-message): Add optional argument. Use elint-output.
19574 (elint-set-mode-line): New function.
19575
30194d4d
CY
195762009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
19577
19578 * emacs-lisp/elp.el (elp-not-profilable): Add more
19579 functions (Bug#4233).
19580
a035f9b0
CY
195812009-09-12 Chong Yidong <cyd@stupidchicken.com>
19582
19583 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
19584 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
19585
dad61164
NR
195862009-09-11 Nick Roberts <nickrob@snap.net.nz>
19587
19588 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
19589 (gdb-var-list-children): Use json parsing.
19590
9c3c9fdf 195912009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
19592
19593 * progmodes/js.el (js--proper-indentation): Handle the case where
19594 char-before is null. Reported by Deniz Dogan.
19595
b4587710
JB
195962009-09-11 Juanma Barranquero <lekktu@gmail.com>
19597
19598 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
19599
13890796
DU
196002009-09-11 Daiki Ueno <ueno@unixuser.org>
19601
19602 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
19603 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 19604 (epg-context-set-passphrase-callback)
97d4bdba 19605 (epg-context-set-progress-callback): Add description about
b18508dd 19606 callback function.
13890796 19607
2efb64a8
SM
196082009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19609
790d0270
SM
19610 * custom.el (custom-delayed-init-variables): New var.
19611 (custom-initialize-delay): New function.
19612 * startup.el (command-line): "Re"evaluate all vars in
19613 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
19614 explicitly any more.
19615 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
19616 to avoid creating a ~/.emacs.d at build-time (bug#4347).
19617
19618 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 19619
ac243a40
NR
196202009-09-11 Nick Roberts <nickrob@snap.net.nz>
19621
19622 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
19623 (gdb-var-update-handler): Use json parsing.
19624
657bc6fc
JB
196252009-09-11 Juanma Barranquero <lekktu@gmail.com>
19626
19627 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
19628 decode annotated text, regardless of language environment. (Bug#2741)
19629
b6fe8102
SM
196302009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19631
19632 * Makefile.in (autoloads): Make rmail.el writable as well.
19633
5cc443fe
GM
196342009-09-11 Glenn Morris <rgm@gnu.org>
19635
5515c54e
GM
19636 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
19637 loaddefs.el.
19638 * dired.el: Regenerate with extracted autoloads.
19639 * Makefile.in (autoloads): Make dired.el writable.
19640
15067158
GM
19641 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
19642 * ibuffer.el: Regenerate with extracted autoloads.
19643 * Makefile.in (autoloads): Make ibuffer.el writable.
19644
d35d0238
GM
19645 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
19646 * version.el (emacs-copyright, emacs-major-version)
19647 (emacs-minor-version): Reformat doc-strings for make-docfile.
19648
5cc443fe
GM
19649 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
19650 functions and variables, since they must be stuff specific to some other
19651 platform.
19652 (apropos-print): Make mouse-click message less specific about button.
19653
19654 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
19655 that records where a macro was defined.
19656 * help-fns.el (describe-function-1): Mention if a function has a
19657 compiler-macro.
19658 * help-mode.el (help-function-cmacro): New button.
19659
19660 * locate.el (top-level): Always require dired.
19661 (locate-mode-map): Initialize inside the defvar.
19662
19663 * net/ange-ftp.el (dired-compress-file): Declare.
19664 (ange-ftp-dired-compress-file): Add doc string.
19665
19666 * term/ns-win.el (x-display-name, x-setup-function-keys):
19667 Unify doc-strings with X versions.
19668
8cb95edf
SM
196692009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19670
726a4d09
SM
19671 * emulation/crisp.el (crisp-mode-map): Move initialization
19672 into declaration.
19673 (crisp-mode): Use define-minor-mode.
19674
8cb95edf
SM
19675 * progmodes/xscheme.el (xscheme-evaluation-commands):
19676 Put a :advertised-binding property rather than using
19677 advertised-xscheme-send-previous-expression.
19678 (advertised-xscheme-send-previous-expression): Declare obsolete.
19679 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
19680 `advertised-undo'.
19681 (crisp-mode): Add corresponding bindings to
19682 undo's :advertised-binding instead.
19683 * dired.el (dired-mode-map): Put a :advertised-binding property rather
19684 than using dired-advertised-find-file.
19685 (dired-advertised-find-file):
19686 * simple.el (advertised-undo):
19687 * wid-edit.el (advertised-widget-backward): Declare obsolete.
19688 (widget-keymap): Put a :advertised-binding property rather
19689 than using advertised-widget-backward.
19690 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
19691 than using advertised-undo.
19692 * tutorial.el (tutorial--default-keys): Adjust accordingly.
19693
07db5857
SS
196942009-09-10 Simon South <ssouth@slowcomputing.org>
19695
19696 * progmodes/delphi.el (delphi-tab): Indent region when Transient
19697 Mark mode is enabled and region is active; otherwise indent or
19698 insert TAB as usual.
19699 (delphi-mode): Update description of TAB-key binding.
19700
50d4ba39
SM
197012009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
19702
19703 * subr.el (define-key-rebound-commands): Mark obsolete.
19704 * startup.el (precompute-menubar-bindings): Remove.
19705 (normal-top-level): Remove obsolete code that tried to precompute
19706 menubar bindings.
19707 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
19708 define-key-rebound-commands and precompute-menubar-bindings.
19709
ffa894db
KY
197102009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
19711
19712 * net/imap.el (imap-interactive-login): Better messages.
19713 (imap-open): Fix bug with renamed buffer on reconnect.
19714 (imap-authenticate): Add buffer-local imap-last-authenticator variable
19715 for easier debugging and cleaner code. On successful (guessed based on
19716 server capabilities) secondary authentication, set imap-state
19717 correctly.
19718 (imap-last-authenticator): Define imap-last-authenticator as a variable
19719 to avoid warnings.
19720
9477096c
GM
197212009-09-10 Glenn Morris <rgm@gnu.org>
19722
19723 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
19724
19725 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
19726 (byte-compile-file-form-autoload): Don't warn about unknown functions
19727 where the autoload statement comes after the use.
19728 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
19729 that any handlers inside the body (eg require) are in turn respected.
19730
19731 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
19732 effects.
19733
19734 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
19735 and syntax and abbrev tables basic docs, if they don't have any.
19736
19737 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
19738
19739 * international/mule-cmds.el (top-level): Require cl when compiling.
19740 (view-hello-file): Use default-value rather than
19741 default-enable-multibyte-characters.
19742
19743 * progmodes/fortran.el: Move all safe and risky properties into the
19744 defcustoms.
19745
19746 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
19747 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
19748 * mail/undigest.el:
19749 Put autoloads in rmail.el rather than loaddefs.el.
19750 * mail/rmail.el: Regenerate with extracted autoloads.
19751
19752 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
19753 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
19754
9f16c547
NR
197552009-09-10 Nick Roberts <nickrob@snap.net.nz>
19756
19757 Reported in thread for Bug#4375.
19758 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
19759 "-data-evaluate-expression" instead of print.
19760 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
19761 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
19762 (gdb): Revert 2009-08-11 change. User should detach inferior
19763 manually.
9f16c547
NR
19764
19765 Remove the word "separate" from IO functions as inferior
19766 output is now never displayed in the GUD buffer.
19767
50405cd0
JB
197682009-09-10 Juanma Barranquero <lekktu@gmail.com>
19769
19770 * startup.el (command-line-normalize-file-name): On Windows and
19771 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
19772
7ae62430
JL
197732009-09-10 Juri Linkov <juri@jurta.org>
19774
19775 * isearch.el (isearch-text-char-description): Propertize escape
19776 character sequences with the `escape-glyph' face. (Bug#4344)
19777
19778 * simple.el (shell-command): Set asynchronous process filter to
19779 `comint-output-filter'. (Bug#4343)
19780
19781 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
19782 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
19783 the list. Move "asm" to the bottom.
19784 (grep-find-ignored-directories): Add `choice' with nil value
19785 to empty the list easily.
19786 (grep-find-ignored-files): New option.
19787 (grep-files-history): Set to nil by default instead of '("ch" "el").
19788 (grep-compute-defaults): Add "<X>" to `grep-template'.
19789 (grep-read-files): Bind new local variables `default-alias' and
19790 `default-extension'. Use a list of default values for the file prompt.
19791 (lgrep): Add `--exclude=' command line options composed from
19792 `grep-find-ignored-files'.
19793 (rgrep): Add `-name' command line options composed from
19794 `grep-find-ignored-files'. (Bug#4301)
19795
cd875252
SM
197962009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
19797
19798 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
19799 (bug#4368).
19800
cdce0b33
KY
198012009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
19802
19803 * calendar/time-date.el (autoload):
19804 Expand define-obsolete-function-alias into defalias and make-obsolete
19805 for old Emacsen that Gnus supports.
19806 (with-no-warnings): Define it for old Emacsen.
19807 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
19808 is available.
19809 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
19810 float-time is available; suppress compile warning for time-to-seconds.
19811
198122009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
19813
19814 * net/imap.el (imap-message-map): Docstring fix.
19815
2b2eb431
GM
198162009-09-09 Glenn Morris <rgm@gnu.org>
19817
19818 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
19819 line numbers too. (Bug#4374)
19820
83a5aac5
SM
198212009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
19822
755e0210
SM
19823 * smerge-mode.el (smerge-remove-props, smerge-refine):
19824 Use with-silent-modifications (bug#4342).
19825
83a5aac5
SM
19826 * subr.el (with-silent-modifications): New macro.
19827
79f01fa7
JB
198282009-09-07 Juanma Barranquero <lekktu@gmail.com>
19829
19830 * files.el (top-level): Require `cl' when compiling.
19831
448ecec3
GM
198322009-09-07 Glenn Morris <rgm@gnu.org>
19833
19834 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
19835
8f09a02f
GM
19836 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
19837 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
19838
76ff67bf
NR
198392009-09-06 Nick Roberts <nickrob@snap.net.nz>
19840
19841 * vc-git.el (vc-git-annotate-command): Use separator to parse
19842 arguments correctly.
19843
943c8b75
EZ
198442009-09-06 Eli Zaretskii <eliz@gnu.org>
19845
19846 * proced.el (proced-mode): Doc fix.
19847
680db9ac
MA
198482009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
19849
19850 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
19851 lstat fails.
19852 (tramp-do-file-attributes-with-ls): Check for file existence at
19853 remote end.
19854 (tramp-do-file-attributes-with-stat): Likewise.
19855 (tramp-convert-file-attributes): Return nil when attr is nil.
19856
3f12e5bd
GM
198572009-09-05 Glenn Morris <rgm@gnu.org>
19858
c8dc27bf
GM
19859 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
19860 properties to this button.
19861 (diary-fancy-display): Don't extend the button to the final newline.
19862 (diary-fancy-display-mode): Continue to define "q" as a local key.
19863
cca065d8
GM
19864 * calendar/cal-china.el (holiday-chinese): Make it slightly more
19865 efficient.
19866
cddaedb6
GM
19867 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
19868
3f12e5bd
GM
19869 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
19870 (byte-compile-dest-file-function): New option.
19871 (byte-compile-dest-file): Doc fix.
19872 Obey byte-compile-dest-file-function.
19873 (byte-compile-cl-file-p): New function.
19874 (byte-compile-eval): Only suppress noruntime warnings about cl functions
19875 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
19876 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
19877 than for file being previously loaded.
19878 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
19879 (byte-compile-file-form-require): Handle the case where requiring a file
19880 indirectly causes CL to be loaded.
19881
049a231b
KF
198822009-09-05 Karl Fogel <kfogel@red-bean.com>
19883
19884 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
19885 before killing the old buffer, since by the time `kill-buffer' is
19886 run so many buffer variables have been set to nil that it may not
19887 behave as expected. (Bug#4061)
19888
ef7ef2a0
KF
198892009-09-05 Karl Fogel <kfogel@red-bean.com>
19890
19891 * files.el (find-alternate-file): If the old buffer is modified
19892 and visiting a file, behave similarly to `kill-buffer' when
19893 killing it, thus reverting to the pre-1.878 behavior; see
19894 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
19895 for discussion. Also, consult `buffer-file-name' as a variable
19896 not as a function, for consistency with the rest of the code.
19897
73d854cd
MA
198982009-09-04 Michael Albinus <michael.albinus@gmx.de>
19899
19900 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
19901 also when adding a new directory.
19902
6a7662bb
BR
19903 * net/tramp-compat.el (tramp-compat-line-beginning-position):
19904 New defun.
73d854cd 19905
df120481
SM
199062009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
19907
19908 * files.el (locate-file-completion-table): Make it provide boundary
19909 information, so partial-completion works better.
19910
c0bc6d79
SM
199112009-09-04 Leo <sdl.web@gmail.com> (tiny change)
19912
19913 * mail/footnote.el (Footnote-text-under-cursor):
19914 Check footnote-text-marker-alist before using it (bug#4324).
19915
f76a9756
GM
199162009-09-04 Glenn Morris <rgm@gnu.org>
19917
67d110f1
GM
19918 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
19919 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
19920 * play/solitaire.el, play/tetris.el:
19921 Remove leading * from defcustom and defface docs.
19922
b42d4989
GM
19923 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
19924 necessary.
19925 (diary-fancy-overriding-map): New variable.
19926 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
19927 Use view-mode.
19928
f76a9756
GM
19929 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
19930 goto-line.
19931
e605eeeb
GM
199322009-09-03 Glenn Morris <rgm@gnu.org>
19933
597e2240
GM
19934 * arc-mode.el (archive-mode):
19935 * dos-fns.el (set-default-process-coding-system):
19936 * man.el (Man-getpage-in-background):
19937 * menu-bar.el (menu-bar-describe-menu):
19938 * server.el (server-process-filter):
19939 * startup.el (command-line):
19940 * tar-mode.el (tar-header-block-tokenize, tar-extract):
19941 * w32-fns.el (set-default-process-coding-system):
19942 * x-dnd.el (x-dnd-handle-file-name):
19943 * international/mule-cmds.el (mule-menu-keymap)
19944 (set-default-coding-systems, language-info-alist, set-language-info)
19945 (set-language-environment, standard-display-european-internal)
19946 (set-locale-environment):
19947 * international/mule-diag.el (mule-diag):
19948 * mail/emacsbug.el (report-emacs-bug):
19949 * mail/rmail.el (rmail-mode):
19950 * mail/sendmail.el (mail-setup):
19951 Use default-value rather than default-enable-multibyte-characters.
19952
f38184aa
GM
19953 * progmodes/f90.el: Move all safe properties into the defcustoms.
19954 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
19955
e605eeeb
GM
19956 * calendar/appt.el (appt-check):
19957 * calendar/diary-lib.el (diary-set-header, diary-live-p)
19958 (diary-check-diary-file, diary-list-entries)
19959 (diary-include-other-diary-files, diary-simple-display)
19960 (diary-fancy-display, diary-print-entries)
19961 (diary-mark-included-diary-files, diary-make-entry):
19962 Don't call substitute-in-file-name on diary-file.
19963
734db384 199642009-09-03 Eduard Wiebe <usenet@pusto.de>
4e2af782 19965 Stefan Monnier <monnier@iro.umontreal.ca>
734db384
SM
19966
19967 * mail/footnote.el (footnote-prefix): Make it a defcustom.
19968 (footnote-mode-map): Move initialization into the declaration.
19969 (footnote-minor-mode-map): Define it rather than changing global-map.
19970 (footnote-mode): Use define-minor-mode.
19971
e5aa47f9
MA
199722009-09-02 Michael Albinus <michael.albinus@gmx.de>
19973
19974 * net/tramp.el (tramp-handle-file-attributes-with-ls)
19975 (tramp-do-file-attributes-with-perl)
19976 (tramp-do-file-attributes-with-stat): Rename from
19977 `tramp-handle-file-attributes-with-*'.
19978 (tramp-handle-file-attributes): Use them.
19979 (tramp-do-directory-files-and-attributes-with-perl)
19980 (tramp-do-directory-files-and-attributes-with-stat): Rename from
19981 `tramp-handle-directory-files-and-attributes-with-*'.
19982 (tramp-handle-directory-files-and-attributes): Use them.
19983 (tramp-method-out-of-band-p): Additional parameter SIZE.
19984 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
19985 (tramp-handle-write-region): Use it.
734db384 19986 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
19987 (tramp-handle-vc-registered): Check, whether the first run did
19988 return files to be tested.
19989 (tramp-advice-make-auto-save-file-name): Do not call directly
19990 `tramp-handle-make-auto-save-file-name', because this would bypass
19991 the locking mechanism.
19992
734db384 19993 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
19994 (file-remote-p, process-file, start-file-process, set-file-times)
19995 (tramp-compat-file-attributes): Compatibility functions shall not
19996 call directly `tramp-handle-*', because this would bypass the
19997 locking mechanism.
19998 (tramp-compat-number-sequence): New defun.
19999
6e2ca895
GM
200002009-09-02 Glenn Morris <rgm@gnu.org>
20001
697c7714
GM
20002 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
20003 alias for float-time.
20004 (time-to-number-of-days): In Emacs, use float-time.
20005 * net/newst-backend.el (time-add): Suppress warnings from compat
20006 function.
20007 * time.el (emacs-uptime, emacs-init-time):
20008 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
20009 Use float-time rather than time-to-seconds.
20010
6e2ca895
GM
20011 * minibuffer.el (completion-initials-expand): Fix typo.
20012
20013 * faces.el (modeline, modeline-inactive, modeline-highlight)
20014 (modeline-buffer-id):
20015 * info.el (info-menu-5): Mark these face aliases as obsolete.
20016
ed17efec
NR
200172009-09-01 Nick Roberts <nickrob@snap.net.nz>
20018
20019 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
20020 space ...
20021 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
20022 no "--thread" option.
20023 (gdb-stopped): Don't print "Switched to thread" message when it is
20024 unchanged.
20025
fcb68f70
SM
200262009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
20027
20028 * minibuffer.el (completion-try-completion)
20029 (completion-all-completions): Remove ill-defined (and
20030 mistakenly installed and luckily never used nor documented)
20031 `completion-styles' property.
20032 (completion-initials-expand, completion-initials-all-completions)
20033 (completion-initials-try-completion): New functions.
20034 (completion-styles-alist): Add doc to each entry.
20035 Add new `initials' entry.
20036
83318a6d
NR
200372009-09-01 Nick Roberts <nickrob@snap.net.nz>
20038
20039 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
20040 MI command -var-evaluate-expression.
20041 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
20042 and tweak for case of string child.
734db384 20043 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 20044
d63eb0e7
GM
200452009-09-01 Glenn Morris <rgm@gnu.org>
20046
c4f6e489
GM
20047 * add-log.el (change-log-date-face, change-log-name-face)
20048 (change-log-email-face, change-log-file-face, change-log-list-face)
20049 (change-log-conditionals-face, change-log-function-face)
20050 (change-log-acknowledgement-face):
20051 * cus-edit.el (custom-invalid-face, custom-rogue-face)
20052 (custom-modified-face, custom-set-face, custom-changed-face)
20053 (custom-saved-face, custom-button-face, custom-button-pressed-face)
20054 (custom-documentation-face, custom-state-face, custom-comment-face)
20055 (custom-comment-tag-face, custom-variable-tag-face)
20056 (custom-variable-button-face, custom-face-tag-face)
20057 (custom-group-tag-face-1, custom-group-tag-face):
20058 * diff-mode.el (diff-header-face, diff-file-header-face)
20059 (diff-index-face, diff-hunk-header-face, diff-removed-face)
20060 (diff-added-face, diff-changed-face, diff-function-face)
20061 (diff-context-face, diff-nonexistent-face):
20062 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
20063 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
20064 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
20065 (Info-title-4-face):
20066 * isearch.el (isearch-lazy-highlight-face):
20067 * log-view.el (log-view-file-face, log-view-message-face):
20068 * paren.el (show-paren-match-face, show-paren-mismatch-face):
20069 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
20070 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
20071 (cvs-msg-face):
20072 * smerge-mode.el (smerge-mine-face, smerge-other-face)
20073 (smerge-base-face, smerge-markers-face):
20074 * wid-edit.el (widget-documentation-face, widget-button-face)
20075 (widget-field-face, widget-single-line-field-face)
20076 (widget-inactive-face, widget-button-pressed-face):
20077 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
20078 (woman-addition-face):
2fb1ec93
GM
20079 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
20080 (eshell-ls-executable-face, eshell-ls-readonly-face)
20081 (eshell-ls-unreadable-face, eshell-ls-special-face)
20082 (eshell-ls-missing-face, eshell-ls-archive-face)
20083 (eshell-ls-backup-face, eshell-ls-product-face)
20084 (eshell-ls-clutter-face):
20085 * eshell/em-prompt.el (eshell-prompt-face):
20086 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 20087 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
20088 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
20089 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
20090 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
20091 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
20092 (antlr-font-lock-literal-face):
c4f6e489
GM
20093 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
20094 (ebrowse-root-class-face, ebrowse-file-name-face)
20095 (ebrowse-default-face, ebrowse-member-attribute-face)
20096 (ebrowse-member-class-face, ebrowse-progress-face):
20097 * progmodes/make-mode.el (makefile-space-face):
20098 * progmodes/sh-script.el (sh-heredoc-face):
20099 * textmodes/flyspell.el (flyspell-incorrect-face)
20100 (flyspell-duplicate-face):
20101 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 20102 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
20103 Mark face aliases with "-face" suffix as obsolete.
20104
d80619fa
GM
20105 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
20106 compiler.
20107
5f68c1b7
GM
20108 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
20109 (eudc-bob-sound-menu): Use defvar rather than defconst, since
20110 easy-menu-define wants to modify these.
20111
20112 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
20113
20114 * net/browse-url.el (browse-url-file-url):
20115 * term/internal.el (dos-codepage-setup):
20116 Use default-value rather than default-enable-multibyte-characters.
20117
d80619fa 20118 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
20119 * progmodes/flymake.el (flymake-highlight-line)
20120 (flymake-goto-file-and-line, flymake-goto-line):
20121 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
20122 (gdb-goto-breakpoint):
20123 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
20124 * progmodes/python.el (python-find-function)
20125 (python-pdbtrack-track-stack-file):
20126 * progmodes/verilog-mode.el (verilog-surelint-off):
20127 * term/ns-win.el (ns-open-file-select-line):
20128 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
20129 Use forward-line rather than goto-line.
20130
d63eb0e7
GM
20131 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
20132 * textmodes/reftex-index.el (reftex-display-index):
20133 * textmodes/reftex-ref.el (reftex-offer-label-menu):
20134 * textmodes/reftex-toc.el (reftex-toc):
20135 Remove unnecessary bindings of default-major-mode (all are followed by
20136 major-mode check and possible mode switch).
20137
0afad278
NR
201382009-08-31 Nick Roberts <nickrob@snap.net.nz>
20139
20140 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
20141 Handle watchpoints (bug#4282).
20142 (def-gdb-thread-buffer-command): Enable thread to be selected by
20143 clicking without selecting threads buffer first.
20144 (gdb-current-context-command): Use selected frame so that "up",
20145 "down" etc work in the GUD buffer.
20146 (gdb-update): Find selected frame before rendering stack buffer.
20147 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
20148
4e135dd2
SM
201492009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
20150
20151 * progmodes/sym-comp.el (displayed-completions): Remove.
20152 (symbol-complete): Use minibuffer-complete.
20153
e61eba34
GM
201542009-08-31 Glenn Morris <rgm@gnu.org>
20155
20156 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
20157
734db384
SM
20158 * apropos.el (apropos-symbols-internal):
20159 Handle (obsolete) face aliases.
e61eba34
GM
20160
20161 * faces.el (describe-face): Adjust the output format to be more like
20162 describe-variable, and to mention (obsolete) face aliases.
20163 Adjust the whitespace so that help-setup-xref works.
20164
20165 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
20166 * calendar/diary-lib.el (diary-button-face):
20167 Mark these face aliases as obsolete.
20168
20169 * calendar/calendar.el (calendar-today): Doc fix.
20170
4cf71456
NR
201712009-08-31 Nick Roberts <nickrob@snap.net.nz>
20172
20173 * progmodes/gdb-mi.el (gdb-control-all-threads)
20174 (gdb-control-current-thread): Force tool bar update.
20175 (gdb-non-stop-handler): New function.
20176 (gdb-init-1): Use it to test if non-stop mode is supported.
20177 Remove unused gdbmi buffer type.
20178
e61eba34 201792009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
20180
20181 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 20182 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 20183
4324f7ca
NR
201842009-08-30 Nick Roberts <nickrob@snap.net.nz>
20185
20186 * comint.el (comint-exec-1): Check command is non-null first.
20187 Part of gdb-mi.el change (2009-08-28).
20188
a1bf889a
SM
201892009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20190
20191 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
20192
060c08b5
JB
201932009-08-30 Juanma Barranquero <lekktu@gmail.com>
20194
20195 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
20196 instead of `dolist' to avoid a recursive require when bootstrapping.
20197
ab22be48
SM
201982009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20199
73ebf88f
SM
20200 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
20201
80629cfc
SM
20202 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
20203
206d0387 20204 * net/imap.el (imap-send-command): Simplify.
734db384 20205 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 20206
844f7784
SM
20207 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
20208
5ca4661e
SM
20209 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
20210 with constant argument.
20211
c61dc887
SM
20212 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
20213
7eb73deb
SM
20214 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
20215
5fe443de
SM
20216 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
20217 Change default, since most of our files don't have a history.
20218 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
20219 the user.
20220
6444d64a
SM
20221 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20222 Add comint-run.
20223
5cb16bfc
SM
20224 * calc/calc.el: Improve commenting convention.
20225 (calc-digit-map, toplevel): Simplify.
20226
0aeb71a7
SM
20227 * comint.el (comint-insert-input): Be careful to only set point if we
20228 don't delegate to some other command.
20229
9a9af856
SM
20230 * proced.el (proced-signal-list): Make it an alist.
20231 (proced-grammar-alist): Capitalize names.
20232 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
20233 Disable undo manually and make it read-only.
20234 Use completion-annotate-function.
20235
ab22be48
SM
20236 * minibuffer.el (minibuffer-message): If the current buffer is not
20237 a minibuffer, insert the message in the echo area rather than at the
20238 end of the buffer.
20239 (completion-annotate-function): New variable.
20240 (minibuffer-completion-help): Use it.
20241 (completion--embedded-envvar-table): Environment vars are
20242 always case-sensitive.
20243
4a948dbf
GM
202442009-08-30 Glenn Morris <rgm@gnu.org>
20245
20246 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
20247 from fortran-current-defun.
20248 (fortran-beginning-of-subprogram): Be more precise about finding the
20249 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
20250 (fortran-end-of-subprogram): Simplify.
20251 (fortran-current-defun): Use fortran-start-prog-re.
20252
486cf3b8
JB
202532009-08-29 Juanma Barranquero <lekktu@gmail.com>
20254
20255 * subr.el (do-after-load-evaluation): Simplify.
20256
db167d28
DN
202572009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20258
20259 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
20260
20261 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
20262 (vc-rcs-print-log): Use it.
20263
20264 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
20265
efbc652a
SM
202662009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
20267
2aa0e5bf
SM
20268 * paths.el (abbrev-file-name): Move to abbrev.el.
20269 * abbrev.el (abbrev-file-name): Move from paths.el.
20270 Obey user-emacs-directory.
20271 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
20272 user-emacs-directory.
20273 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
20274 abbrev-file-name and calc-settings-file any more.
20275 * startup.el (command-line): Recompute abbrev-file-name and
20276 abbreviated-home-dir.
20277 (normal-no-mouse-startup-screen): Improve the generic code and get rid
20278 of the special code for when C-h bindings haven't been changed.
20279 (display-startup-echo-area-message): Use with-current-buffer.
20280 (command-line-1): Use a list of strings, rather than a list of lists
20281 of strings for longopts.
20282
51da8fe2
SM
20283 * files.el (get-free-disk-space): Use / for default-directory.
20284
0c3cc4dd
SM
20285 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
20286 Use with-current-buffer.
20287
d988dbf6
SM
20288 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
20289 Recognize immutable variables like most-positive-fixnum.
20290 (byte-compile-setq-default): Check and warn if trying to assign
20291 to an immutable variable, or a non-variable.
20292
efbc652a
SM
20293 * progmodes/cc-vars.el (c-comment-continuation-stars):
20294 * progmodes/cc-engine.el (c-looking-at-bos):
20295 * progmodes/cc-cmds.el (c-toggle-auto-state)
20296 (c-forward-into-nomenclature, c-backward-into-nomenclature)
20297 (c-comment-line-break-function): Add version of obsolescence.
20298
d30a05d1
JL
202992009-08-28 Juri Linkov <juri@jurta.org>
20300
20301 * files.el (magic-fallback-mode-alist): Add ZIP magic number
20302 associated with `archive-mode'.
20303
20304 * image.el (image-type-header-regexps): Use only JPEG magic number
20305 to determine JPEG images, and don't use `image-jpeg-p' because
20306 Emacs can display non-JFIF non-Exif JPEG images.
20307
1e8eecea
JB
203082009-08-28 Juanma Barranquero <lekktu@gmail.com>
20309
20310 * arc-mode.el (archive-mode):
20311 * emacs-lisp/re-builder.el (re-builder-unload-function):
20312 Protect against the default value of `major-mode' being nil.
20313
dd4fbf56
JB
203142009-08-28 Juanma Barranquero <lekktu@gmail.com>
20315
20316 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
20317 Fix typos in docstrings.
20318
20319 * progmodes/js.el (js--macro-decl-re): Doc fix.
20320 (js--plain-method-re, js--split-name): Refloc docstring.
20321 (js--class-styles, js--make-merged-item, js--splice-into-items):
20322 Fix typos in docstrings; reflow docstrings.
20323 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
20324 (js--variable-decl-matcher, js--inside-pitem-p)
20325 (js--parse-state-at-point, js--get-all-known-symbols)
20326 (js--symbol-history, js-find-symbol, js--js-references)
20327 (js--moz-interactor, js--js-encode-value, js--read-tab):
20328 Fix typos in docstrings.
20329
72f16325
SM
203302009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20331
14acf2f5
SM
20332 * textmodes/reftex.el (reftex-get-file-buffer-force):
20333 * progmodes/verilog-mode.el (verilog-batch-execute-func):
20334 * emulation/viper.el (viper-go-away, viper-set-hooks):
20335 * emacs-lisp/re-builder.el (re-builder-unload-function):
20336 * emacs-lisp/bytecomp.el (byte-compile-file):
20337 * ses.el (ses-unload-function):
20338 * hexl.el (hexl-find-file):
20339 * files.el (normal-mode):
20340 * ehelp.el (with-electric-help):
20341 * autoinsert.el (auto-insert-alist):
20342 * arc-mode.el (archive-mode):
20343 Use (default-value 'major-mode) instead of default-major-mode.
20344
72f16325
SM
20345 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
20346 * international/mule.el (load-with-code-conversion):
20347 * emacs-lisp/debug.el (debug):
20348 * ediff-vers.el (ediff-rcs-get-output-buffer):
20349 * dired.el (dired-internal-noselect): Don't let-bind
20350 default-major-mode around code that doesn't use it.
20351 E.g. buffer creation via get-buffer-create doesn't use it.
20352
aa485f7c
MA
203532009-08-28 Michael Albinus <michael.albinus@gmx.de>
20354
20355 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
20356 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
20357 when writing the temp file. Otherwise, epa-file gets confused.
20358 (tramp-register-file-name-handlers): Make it a defun. Move also
20359 `epa-file-handler' to the front of `file-name-handler-alist'.
20360
203612009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20362
20363 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
20364 start right after a ^M.
20365 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
20366 (tramp-completion-file-name-regexp-separate)
20367 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
20368 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
20369 Don't modify last-coding-system-used by accident.
aa485f7c
MA
20370 (tramp-completion-file-name-handler): Apply the checks here,
20371 instead during registration.
88b5a757 20372 (tramp-register-file-name-handlers): Rename from
aa485f7c
MA
20373 `tramp-register-file-name-handler'. Register both
20374 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 20375 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 20376
3f0c2b92
NR
203772009-08-28 Nick Roberts <nickrob@snap.net.nz>
20378
72f16325
SM
20379 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
20380 Remove variable ...
3f0c2b92
NR
20381 (gdb-init-1, gdb-display-separate-io-buffer)
20382 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
20383 references to it.
20384 (gdb-inferior-io-mode): Use make-comint-in-buffer.
20385 (gdb-inferior-filter): Use comint-output-filter to stop
20386 echoing and remove ^M characters.
20387
705e5bd9
SM
203882009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20389
009fdc2e
SM
20390 * emulation/viper-init.el (viper-restore-cursor-type):
20391 * emulation/cua-base.el (cua--update-indications):
20392 Replace default-cursor-type with (default-value 'cursor-type).
20393
b56a5ae0
SM
20394 * mail/sendmail.el (mail-recover-1):
20395 * international/mule-diag.el (describe-current-coding-system-briefly)
20396 (describe-current-coding-system):
20397 * international/mule-cmds.el (select-safe-coding-system)
20398 (select-message-coding-system)
20399 (set-language-environment-coding-systems, set-locale-environment):
20400 * hexl.el (hexl-insert-multibyte-char):
20401 * dos-w32.el (find-buffer-file-type-coding-system):
20402 * simple.el (what-cursor-position):
20403 Replace uses of default-buffer-file-coding-system
20404 with (default-value 'buffer-file-coding-system).
20405
de70529f
SM
20406 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
20407 Replace uses of default-cursor-in-non-selected-windows
20408 with (default-value 'cursor-in-non-selected-windows).
20409 Use with-current-buffer.
20410
705e5bd9
SM
20411 * mail/feedmail.el: Use CL macros.
20412 (feedmail-run-the-queue, feedmail-send-it-immediately):
20413 * dos-w32.el (find-buffer-file-type): Replace uses of
20414 default-buffer-file-type with (default-value 'buffer-file-type).
20415
4d985ac2
GM
204162009-08-28 Glenn Morris <rgm@gnu.org>
20417
20418 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
20419 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
20420 Use default-value of major-mode rather than default-major-mode.
20421
17c15b81
SM
204222009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20423
3a68ab06
SM
20424 * Makefile.in (update-elcfiles): Report left over elc files.
20425
9421bdd1
SM
20426 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
20427 expand-file-name and with-current-buffer.
20428 (mail-get-names, mail-directory): Use with-current-buffer.
20429
17c15b81
SM
20430 * vc.el (vc-read-revision): New function.
20431 (vc-version-diff, vc-merge): Use it.
20432
ba83a64e
SS
204332009-08-27 Sam Steingold <sds@gnu.org>
20434
20435 * simple.el (kill-do-not-save-duplicates): New user option.
20436 (kill-new): When it is non-nil, and the new string is the same as
20437 the latest kill, set replace to t to avoid duplicates in kill-ring.
20438
be3e598a 204392009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
20440
20441 * net/tramp.el (tramp-handle-process-file): Do not flush all
20442 caches when `process-file-side-effects' is set.
20443 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
20444 instead of `tramp-find-file-exists-command'.
20445 Unset `process-file-side-effects'.
d5b5c94a
MA
20446
204472009-08-27 Michael Albinus <michael.albinus@gmx.de>
20448
20449 * net/tramp.el (tramp-methods): New method "rsyncc".
20450 (top): Add completion function for "rsyncc".
20451 (tramp-message-show-message): New defvar.
20452 (tramp-message, tramp-error): Use it.
20453 (tramp-do-copy-or-rename-file-directly): Extend check for direct
20454 remote copying.
20455 (tramp-do-copy-or-rename-file-out-of-band): Handle new
20456 `tramp-methods' entry `copy-env' of "rsyncc".
20457 (tramp-vc-registered-read-file-names): New defconst.
20458 (tramp-vc-registered-file-names): New defvar.
20459 (tramp-handle-vc-registered): Implement optimization strategy.
20460 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
20461 (tramp-vc-file-name-handler): New defun.
20462 (tramp-get-ls-command, tramp-get-test-command)
20463 (tramp-get-file-exists-command, tramp-get-remote-ln)
20464 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 20465 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
20466
20467 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
20468 (tramp-cache-inhibit-cache): Extend doc string. It allows also
20469 timestamps.
20470 (tramp-get-file-property): Check for timestamps in
20471 `tramp-cache-inhibit-cache'.
20472 (tramp-set-file-property): Write timestamp.
20473
1339cf20
KH
204742009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20475
20476 * language/japan-util.el (japanese-symbol-table): Add entries for
20477 cp932-2-byte.
20478
20479 * international/characters.el: Add category `j' to cp932-2-byte.
20480
726e3f1d
KH
204812009-08-27 Kenichi Handa <handa@m17n.org>
20482
20483 * international/fontset.el (build-default-fontset-data): New macro.
20484 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 20485 tibetan, ethiopic, and ipa.
726e3f1d 20486
4e3b4528
SM
204872009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20488
20489 * cus-start.el (default-major-mode): Customize `major-mode' instead.
20490 (enable-multibyte-characters): Not customizable any more.
20491
20492 * subr.el (default-mode-line-format, default-header-line-format)
20493 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
20494 (default-direction-reversed, default-truncate-lines)
20495 (default-left-margin, default-tab-width, default-case-fold-search)
20496 (default-left-margin-width, default-right-margin-width)
20497 (default-left-fringe-width, default-right-fringe-width)
20498 (default-fringes-outside-margins, default-scroll-bar-width)
20499 (default-vertical-scroll-bar, default-indicate-empty-lines)
20500 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
20501 (default-fringe-cursor-alist, default-scroll-up-aggressively)
20502 (default-scroll-down-aggressively, default-fill-column)
20503 (default-cursor-type, default-buffer-file-type)
20504 (default-cursor-in-non-selected-windows)
20505 (default-buffer-file-coding-system, default-major-mode)
20506 (default-enable-multibyte-characters): Mark as obsolete.
20507
b3cca6a6
DN
205082009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
20509
652cc1a2
DN
20510 * vc-dir.el (vc-dir-update): Remove debug helper.
20511
b3cca6a6
DN
20512 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
20513
4ed8c7aa
SS
205142009-08-26 Sam Steingold <sds@gnu.org>
20515
20516 * simple.el (save-interprogram-paste-before-kill): New user option.
20517 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
20518 save the interprogram-paste into kill-ring before overriding it
20519 with the Emacs kill.
20520
3b64d86b
DN
205212009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20522
20523 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
20524 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
20525 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
20526 and move to vc-rcs.el.
20527 (vc-default-next-revision): Rename to vc-rcs-next-revision and
20528 move to vc-rcs.el.
20529 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
20530 (vc-rcs-update-changelog): Remove.
20531 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
20532 and move to vc-rcs.el.
20533
20534 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
20535 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
20536 renaming.
20537 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 20538 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
20539 vc.el, renamed to be RCS specific.
20540
72f16325
SM
20541 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
20542 New functions.
20543 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
20544
20545 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
20546 New functions.
20547
636a36a0
SM
205482009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
20549
20550 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
20551
239b3340
DN
205522009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20553
b91f0762 20554 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
20555 (vc-git-stash, vc-git-stash-show): New functions.
20556 (vc-git-extra-menu-map): Bind them.
b91f0762 20557
b8e54362
DN
20558 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
20559 directory correctly in case the item is a directory itself.
20560
239b3340
DN
20561 * vc.el: Document the desired behavior for reverted files in the
20562 `added' state.
dc810649
DN
20563 (vc-default-prettify-state-info): Remove function, unused.
20564
20565 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 20566
e49c0179
GM
205672009-08-26 Glenn Morris <rgm@gnu.org>
20568
20569 * bindings.el (standard-mode-line-format): Reposition dashes in
20570 which-func entry. (Bug#4217)
20571
3029e594
GM
20572 * files.el (enable-local-variables, enable-local-eval)
20573 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
20574 the defcustoms.
20575 (auto-mode-alist, ignored-local-variables)
20576 (save-some-buffers-action-alist): Move risky declarations to the
20577 definitions.
20578 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
20579 (font-lock-defaults, format-alist, imenu--index-alist)
20580 (imenu-generic-expression, input-method-alist, minor-mode-alist)
20581 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
20582 (mode-line-modified, mode-line-mule-info, mode-line-position)
20583 (mode-line-process, mode-line-remote, outline-level)
20584 (parse-time-rules, rmail-output-file-alist)
20585 (special-display-buffer-names, vc-mode):
20586 Move risky declarations to the relevant files.
72f16325
SM
20587 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
20588 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
20589 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
20590 * font-core.el (font-lock-defaults):
20591 * format.el (format-alist):
20592 * vc-hooks.el (vc-mode):
20593 * window.el (special-display-buffer-names):
20594 * international/mule-cmds.el (input-method-alist):
20595 Define riskiness here (dumped file) rather than in files.el.
20596 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
20597 * imenu.el (imenu-generic-expression, imenu--index-alist):
20598 * outline.el (outline-level):
20599 * time.el (display-time-string):
20600 * calendar/parse-time.el (parse-time-rules):
20601 * mail/rmailout.el (rmail-output-file-alist):
20602 Autoload riskiness here, rather than placing in files.el.
20603
8476cfaf
SM
206042009-08-26 Andreas Schwab <schwab@linux-m68k.org>
20605
20606 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
20607
0b35b48e
MA
206082009-08-25 Michael Albinus <michael.albinus@gmx.de>
20609
20610 * simple.el (process-file-side-effects): New defvar.
20611
20612 * dired-aux.el (dired-show-file-type):
20613 * vc.el (vc-diff-internal):
20614 * vc-arch.el (vc-arch-diff):
20615 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
20616 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
20617 * vc-git.el (vc-git-registered, vc-git-working-revision)
20618 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
20619 (vc-git--empty-db-p):
20620 * vc-hooks.el (vc-user-login-name):
20621 * vc-svn.el (vc-svn-registered, vc-svn-state)
20622 (vc-svn-dir-extra-headers, vc-svn-find-revision):
20623 * progmodes/grep.el (grep-probe): Let-bind
20624 `process-file-side-effects' with nil.
20625
20626 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
20627
20628 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
20629 daemon. Replace ping by checking for running service for bluez
20630 and zeroconf. (Bug#4239)
20631
d54cc599
GM
206322009-08-25 Kevin Ryde <user42@zip.com.au>
20633
20634 * net/dig.el (dig): Add autoload cookie.
20635
7bfd055d
GM
206362009-08-25 Glenn Morris <rgm@gnu.org>
20637
bac9c66c
GM
20638 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
20639 load-history for absolute file-names.
20640 (byte-compile-file-form-require): Warn about use of the cl package.
20641
7bfd055d
GM
20642 * format.el (format-alist): Doc fix.
20643
5ac1f9e0
GM
20644 * play/bubbles.el (top-level): Don't require cl at run-time.
20645
af62aa88
GM
20646 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
20647 run-time cl).
20648
71e036af
DD
206492009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
20650
20651 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
20652 from cl package.
20653 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
20654
42110eaf
JB
206552009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
20656
20657 * calc/calc-alg.el (math-trig-rewrite)
20658 (math-hyperbolic-trig-rewrite): New functions.
20659 (calc-simplify): Simplify trig functions when asked.
20660
88421f3e
SM
206612009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
20662
20663 * diff-mode.el (diff-find-source-location): Avoid goto-line.
20664
dbd9624e
KH
206652009-08-24 Kenichi Handa <handa@m17n.org>
20666
20667 * language/ind-util.el (mapthread): Delete it.
20668 (combinatorial): New function.
20669 (indian--puthash-cv): Use combinatorial instead of mapthread.
20670
9b89e3ee
GM
206712009-08-22 Kevin Ryde <user42@zip.com.au>
20672
20673 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
20674 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
20675 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
20676 Clarify docstring that the value is strings not symbols.
20677 (checkdoc-list-of-strings-p): New function.
20678
e6ce8c42
GM
206792009-08-22 Glenn Morris <rgm@gnu.org>
20680
2ddf2ea6 20681 * files.el (auto-mode-alist):
a3374680
GM
20682 * hippie-exp.el (he-concat-directory-file-name):
20683 * lpr.el (lpr-windows-system, printer-name):
20684 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
20685 * ps-print.el (ps-windows-system):
20686 * startup.el (command-line):
20687 * emulation/viper-ex.el (viper-glob-function):
20688 * international/mule-cmds.el (set-language-environment-coding-systems):
20689 * net/ange-ftp.el (ange-ftp-write-region):
20690 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 20691 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
20692 unisoft-unix, vax-vms, win32, w32.
20693
977955fa
GM
20694 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
20695 given name if the pattern is not more specific.
20696
b4deec2e
GM
20697 * calendar/lunar.el (lunar-phase-names): New option.
20698 (lunar-phase): Doc fix.
20699 (lunar-cycles-per-year): New constant.
20700 (lunar-index): New function.
20701 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
20702 (lunar-phase-name): Use lunar-phase-names.
20703 (calendar-lunar-phases): Use format.
20704 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
20705
47e83968
GM
20706 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
20707 Copy imenu-example--name-and-position function here for own use.
20708 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
20709
e6ce8c42
GM
20710 * bs.el (bs--redisplay):
20711 * cus-edit.el (custom-redraw):
20712 * ibuffer.el (ibuffer-bury-buffer):
20713 * server.el (server-goto-line-column):
20714 * startup.el (command-line-1):
20715 * strokes.el (strokes-xpm-for-stroke):
20716 * term.el (term-display-buffer-line):
20717 * view.el (View-goto-line):
20718 * calc/calc.el (calc-do, calc-trail-buffer):
20719 * play/gamegrid.el (gamegrid-add-score-insecure):
20720 * progmodes/ada-mode.el (ada-compile-goto-error):
20721 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
20722 (ebrowse-select-1st-to-9nth):
47e83968 20723 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
20724 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
20725 * progmodes/gud.el (gud-display-line):
20726 (idlwave-shell-display-line):
20727 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
20728 * progmodes/make-mode.el (makefile-browser-toggle):
20729 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
20730 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
20731 * textmodes/picture.el (picture-draw-rectangle):
20732 * textmodes/reftex-index.el (reftex-index-goto-letter):
20733 (reftex-select-jump-to-previous):
20734 * textmodes/reftex-sel.el (reftex-find-start-point)
20735 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
20736 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
20737 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
20738 * textmodes/tex-mode.el (tex-compilation-parse-errors):
20739 * textmodes/two-column.el (2C-associated-buffer):
20740 Use forward-line rather than goto-line.
20741
20742 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
20743 goto-line.
20744
4b18bdb3
GM
20745 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
20746 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
20747 (quick-check-list-to-regexp): Declare.
e6ce8c42 20748
72f16325
SM
20749 * progmodes/make-mode.el (makefile-browser-insert-selection):
20750 Use goto-char rather than goto-line.
e6ce8c42
GM
20751
20752 * progmodes/prolog.el (compilation-error-regexp-alist)
20753 (compilation-forget-errors): Declare.
20754
32a2cf25
JL
207552009-08-22 Juri Linkov <juri@jurta.org>
20756
20757 * progmodes/grep.el (lgrep, rgrep): At the beginning
20758 set `dir' to `default-directory' unless `dir' is a non-nil
20759 readable directory. (Bug#4052)
20760 (lgrep, rgrep): Change a weird way to report an error
20761 from using `read-string' to using `error'.
20762 Instead of using interactive arguments in the function body,
20763 add new argument `confirm'.
20764
5443c9b7
SM
207652009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
20766
cb5b40ee
SM
20767 * textmodes/remember.el (remember-buffer):
20768 * progmodes/cperl-mode.el (cperl-vc-header-alist):
20769 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
20770 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
20771 * net/newst-treeview.el (newsticker-groups-filename):
20772 * net/newst-backend.el (newsticker-cache-filename):
20773 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
20774 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
20775 (speedbar-add-ignored-path-regexp, speedbar-line-path)
20776 (speedbar-buffers-line-path, speedbar-path-line)
20777 (speedbar-buffers-line-path):
20778 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
20779 (epg-sign-keys):
20780 * epa.el (epa-display-verify-result):
20781 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
20782
d6261cc1
GM
207832009-08-21 Glenn Morris <rgm@gnu.org>
20784
3e1ea342
GM
20785 * progmodes/js.el (inferior-moz-process): Fix declaration.
20786
ce86eeb5
GM
20787 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
20788
fff28970
GM
20789 * obsolete/rnewspost.el (news-mail-reply):
20790 Use goto-char rather than goto-line.
20791
d93e053b
GM
20792 * term/ns-win.el (ns-open-file-select-line):
20793 Use line-beginning-position rather than goto-line.
20794
d5d105e8
GM
20795 * apropos.el (apropos-command):
20796 * ehelp.el (electric-helpify):
20797 * printing.el (pr-show-setup):
20798 * strokes.el (strokes-help):
20799 * tutorial.el (tutorial--describe-nonstandard-key)
20800 (tutorial--detailed-help):
20801 * woman.el (woman-mini-help, woman-display-extended-fonts):
20802 * calc/calc-help.el (calc-describe-key):
20803 * emulation/edt.el (edt-electric-helpify):
20804 * international/mule-diag.el (mule-diag):
20805 * play/yow.el (apropos-zippy):
20806 * progmodes/python.el (python-describe-symbol):
20807 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
20808 * textmodes/table.el (*table--cell-describe-mode)
20809 (*table--cell-describe-bindings):
20810 Use help-print-return-message rather than the now obsolete alias.
20811
a8ab722f 20812 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
20813 (calendar-cursor-to-visible-date):
20814 * play/5x5.el (5x5-position-cursor):
20815 * play/decipher.el (decipher):
20816 * play/gomoku.el (gomoku-goto-xy):
20817 * play/landmark.el (lm-goto-xy):
20818 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
20819 (mpuz-paint-digit):
20820 Use forward-line, not goto-line.
a8ab722f 20821
d6261cc1
GM
20822 * mail/rmail.el (rmail-obsolete): Delete custom group.
20823 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
20824 (rmail-remote-password, rmail-remote-password-required):
20825 Remove unneeded :set-after and :set properties.
20826
9e846523
MA
208272009-08-21 Michael Albinus <michael.albinus@gmx.de>
20828
20829 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
20830
bbe1f502
DN
208312009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
20832
bcc5db24
DN
20833 * loadup.el: Remove leftover macos code.
20834
bbe1f502
DN
20835 * vc-git.el (vc-git-annotate-command): Run asynchronously.
20836 Explicitly pass the date format to git blame so that user local
20837 so that the output format can be parsed.
20838
6fd2d19a
MA
208392009-08-20 Michael Albinus <michael.albinus@gmx.de>
20840
20841 * net/dbus.el (top): Don't check for (getenv
20842 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
20843
31764e15
SM
208442009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
20845
20846 * log-edit.el (log-edit-strip-single-file-name): New var.
01c35094 20847 (log-edit-insert-changelog): Use it. Bug#3571.
31764e15 20848
28930e39
SM
208492009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20850
4fd15622 20851 * subr.el (read-passwd): Use read-key so keypad keys work as well.
01c35094 20852 Bug#3287.
4fd15622 20853
b3d8e4a0
SM
20854 * help.el (help-print-return-message): Rename from
20855 print-help-return-message.
20856
c9829c70
SM
20857 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
20858 cvs-mode-map parent hack.
20859 (log-view-mode): Derive from special-mode.
20860
b932657b
SM
20861 * linum.el (linum-mode): window-size-change-functions is redundant.
20862 Adapt to new window-configuration-change-hook behavior.
20863 (linum-after-size, linum-after-config): Remove.
20864
1b700bca
SM
20865 * imenu.el (imenu-example--name-and-position)
20866 (imenu-example--lisp-extract-index-name)
20867 (imenu-example--create-lisp-index, imenu-example--create-c-index):
20868 Mark as obsolete.
20869
28930e39
SM
20870 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
20871 (inferior-prolog-mode): Use it.
20872 (inferior-prolog-load-file): Reset list of errors.
20873
c9af0b68
KH
208742009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20875
20876 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
20877
20878 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
20879
720c7cd6
MA
208802009-08-19 Michael Albinus <michael.albinus@gmx.de>
20881
20882 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
20883 is running already.
20884
03a74b84
SM
208852009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20886
20887 * subr.el (listify-key-sequence-1): Use normal syntax since those
20888 integers are nowadays always represented by the same (positive) number
20889 on all platforms.
20890 (read-key-empty-map): New const.
20891 (read-key-delay): New var.
20892 (read-key): New function.
20893 (force-mode-line-update): Use with-current-buffer.
20894 (locate-user-emacs-file): Don't forget to abbreviate the file name.
20895 (start-process-shell-command, start-file-process-shell-command):
20896 Discourage the use of command-args.
20897
f43e88d4
GM
208982009-08-19 Glenn Morris <rgm@gnu.org>
20899
20900 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
20901
890429cc
SM
209022009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20903
85be9ec4
SM
20904 * simple.el (choose-completion-string): Don't rely on
20905 minibuffer-completing-file-name and ad-hoc checks to decide whether
20906 to continue completion or not.
20907
890429cc
SM
20908 * minibuffer.el (minibuffer-hide-completions): New function.
20909 (completion--do-completion): Use it.
20910 (completions-annotations): New face.
20911 (completion--insert-strings): Use it.
20912 (completion-pcm--delim-wild-regex): Add docstring.
20913 (completion-pcm--string->pattern): Add support for 0-width delimiters
20914 in completion-pcm--delim-wild-regex.
20915
265d4549
SM
209162009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
20917
d440b941
SM
20918 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
20919 Remove unused var `buffer-modified-p'.
20920
265d4549
SM
20921 * minibuffer.el (completion--do-completion): Move point for the #b001
20922 case as well (bug#4176).
20923 (minibuffer-complete, minibuffer-complete-word): Don't move point.
20924
ba6f7d86
MA
209252009-08-18 Michael Albinus <michael.albinus@gmx.de>
20926
20927 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
20928 and :session buses.
20929
98819490
KH
209302009-08-18 Kenichi Handa <handa@m17n.org>
20931
265d4549
SM
20932 * international/ucs-normalize.el (ucs-normalize-version):
20933 Change to 1.1.
58627cf0
KH
20934 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
20935 (utf-8-hfs): Make it perform normalization on encoding too.
20936
98819490
KH
20937 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
20938 (sentence-end-without-space): Delete duplicated chars.
20939 (sentence-end-base): Likewise.
e739cc85
KH
20940
20941 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
20942 (html-mode): Delete duplicated chars from sentence-end-base.
20943
20944 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
20945 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 20946
645b9326
CY
209472009-08-17 Chong Yidong <cyd@stupidchicken.com>
20948
20949 * files.el (hack-one-local-variable): If the mode function is for
20950 a minor mode, pass it an argument (Bug#4148).
20951
56c195af
MA
209522009-08-17 Michael Albinus <michael.albinus@gmx.de>
20953
20954 * net/tramp.el (tramp-register-completion-file-name-handler):
20955 Check also for (member 'partial-completion completion-styles).
20956
7a55c78b
CY
209572009-08-16 Chong Yidong <cyd@stupidchicken.com>
20958
20959 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
20960 abbrev (Bug#3943).
20961
be3e598a 209622009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
20963
20964 * progmodes/cperl-mode.el: Merge upstream 6.2.
20965 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
20966 (cperl-forward-re): Check cperl-brace-recursing.
20967 (cperl-highlight-charclass): New function.
20968 (cperl-find-pods-heres): Use it.
31cd2dd4 20969 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 20970 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 20971 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
20972 (cperl-beautify-level): Don't process entire regexp.
20973 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
20974 calling man.
20975 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
20976 (cperl-init-faces): Build a list in the normal way.
20977
81b1f9c9
CY
209782009-08-16 Chong Yidong <cyd@stupidchicken.com>
20979
20980 * calendar/parse-time.el (parse-time-string-chars): Save match
20981 data.
20982
c3732cb8
SM
209832009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
20984
55659495
SM
20985 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
20986 (sql-product): Use it.
20987 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
20988 (sql-set-product): Add completion.
20989 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
20990 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
20991 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
20992 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
20993 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
20994 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
20995 (sql-highlight-db2-keywords): Remove.
20996 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
20997 (sql-highlight-product): Use derived-mode-p.
20998 (sql-set-sqli-buffer): Use with-current-buffer.
20999 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
21000 Simplify.
21001
1ae79427
SM
21002 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
21003
c3732cb8
SM
21004 * term.el: Fix commenting convention, turn comments into docstrings.
21005
f24b8bf3
CY
210062009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
21007
21008 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
21009
7b6fefac 210102009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 21011
1200ac26 21012 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
21013 character classes, to handle non-ascii characters (Bug#3190).
21014
210152009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 21016
1abbe4e5
CY
21017 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
21018 another heredoc if the user adds another < (Bug#3226).
21019
c3732cb8
SM
21020 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21021 Don't initialize based on window-system (Bug#4124).
19261da4 21022
daad00fc
CY
21023 * facemenu.el (facemenu-read-color): Use a completion function
21024 that accepts any defined color, such as RGB triplets (Bug#3677).
21025
e1bdde78
CY
21026 * files.el (get-free-disk-space): Change fallback default
21027 directory to /. Expand DIR argument before switching to fallback.
21028 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
21029
9d73a99e
CY
210302009-08-15 Chong Yidong <cyd@stupidchicken.com>
21031
21032 * files.el (load-library): Doc fix.
21033
68b962d4 210342009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 21035
953e0c1a 21036 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 21037 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 21038 incremental search string.
9d73a99e 21039
c3732cb8 21040 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 21041 XEmacs.
9d73a99e 21042
c3732cb8
SM
21043 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
21044 (ediff-merge-region-is-non-clash)
21045 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 21046 Also check if the job is really a merge job.
9d73a99e 21047
c3732cb8 21048 * ediff.el (ediff-current-file): New function.
9d73a99e 21049
2e330adc
CY
210502009-08-15 Chong Yidong <cyd@stupidchicken.com>
21051
21052 * progmodes/js.el: Edit docstrings throughout to follow Emacs
21053 conventions.
c3732cb8 21054 (js-insert-and-indent): Delete function.
2e330adc
CY
21055 (js-mode-map): Don't bind keys to js-insert-and-indent.
21056 (js-beginning-of-defun): Rename from js--beginning-of-defun.
21057 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 21058 (js-auto-indent-flag): Delete variable.
2e330adc 21059
17b5d0f7
CY
210602009-08-14 Chong Yidong <cyd@stupidchicken.com>
21061
c3732cb8
SM
21062 * progmodes/js.el: Remove proclaim statement.
21063 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 21064
ba2d8894
CY
21065 * files.el (auto-mode-alist): Use js-mode for .js files.
21066
c3732cb8 21067 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
21068
21069 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
21070
21071 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
21072
c3732cb8 21073 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
21074
210752009-08-14 Daniel Colascione <dan.colascione@gmail.com>
4e2af782 21076 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
21077
21078 * progmodes/js.el: New file.
21079
b6377f1d
MH
210802009-08-14 Mark A. Hershberger <mah@everybody.org>
21081
21082 * timezone.el (timezone-parse-date): Add ability to understand ISO
21083 basic format (minimal separators) dates in addition to the
21084 already-supported extended format dates.
21085
bc0eef46
EZ
210862009-08-14 Eli Zaretskii <eliz@gnu.org>
21087
4e021e65
EZ
21088 * international/ucs-normalize.el: Add a `coding' file variable.
21089
bc0eef46
EZ
21090 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
21091
53dab179
SS
210922009-08-14 Sam Steingold <sds@gnu.org>
21093
6801c38a 21094 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 21095
6c58c39c
CY
210962009-08-13 Chong Yidong <cyd@stupidchicken.com>
21097
21098 * faces.el (help-argument-name): Define it here instead of
21099 help-fns.el, because in daemon mode help-fns.el may be loaded when
21100 faces are still uninitialized (Bug#1078).
21101
21102 * help-fns.el (help-argument-name): Move defface to faces.el.
21103
c7baf7e9
NR
211042009-08-13 Nick Roberts <nickrob@snap.net.nz>
21105
21106 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
21107 create buffer with a pty but no process so that GDB can make the
21108 inferior the controlling process.
21109
9c40e995 211102009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
21111
21112 * international/ucs-normalize.el: New file.
21113
8cdba32b
RS
211142009-08-13 Richard Stallman <rms@gnu.org>
21115
5c950923
RS
21116 * mail/rmail.el (rmail-get-attr-names):
21117 Accept an attribute header that is too short.
21118
76e1e40b
RS
21119 * mail/rmail.el (rmail-forget-messages):
21120 Ignore nil elt in rmail-message-vector. Use dotimes.
21121
1fc01b08
RS
21122 * progmodes/compile.el (compilation-goto-locus):
21123 Use next-error-move-function.
21124
8cdba32b
RS
21125 * simple.el (next-error-move-function): New variable.
21126
99910cf4
JL
211272009-08-12 Juri Linkov <juri@jurta.org>
21128
21129 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
21130 always non-nil. (Bug#4052)
21131
21132 * replace.el (read-regexp): Return empty string when
21133 `default-value' is nil.
21134 (keep-lines-read-args): Don't use empty string as the
21135 default value for `read-regexp'. (Bug#2495)
21136
fc5bdf6c
JL
211372009-08-12 Juri Linkov <juri@jurta.org>
21138
21139 * international/mule-cmds.el (ucs-insert): Change arguments
21140 from `arg' to `character', `count', `inherit' to be the same
21141 as in `insert-char'. Doc fix. (Bug#4039)
21142
21143 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
21144
77748848
JL
211452009-08-12 Juri Linkov <juri@jurta.org>
21146
21147 * files-x.el: New file.
21148
21149 * files.el: Move code that deals with adding/deleting
21150 file/directory-local variables to files-x.el.
21151
21152 * Makefile.in (ELCFILES): Add files-x.elc.
21153
c8a44c4e
DD
211542009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
21155
27a9fd5a
DD
21156 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
21157 to use `goto-line'.
21158 (gdb-place-breakpoints, gdb-get-location): Rewritten without
21159 `goto-line'.
21160 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 21161 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 21162 threads list.
107ef54a 21163 (gdb): Send -target-detach when buffer is killed (Bug#3794).
88b5a757 21164 (gdb-starting): Move -data-list-register-names...
cf6e27cf
DD
21165 (gdb-stopped): ...here so it's sent when first thread stops.
21166 (gdb-registers-handler-custom): Do nothing if register names are
21167 unknown yet.
27a9fd5a 21168
c8a44c4e
DD
21169 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
21170 from `gdb-mi.el' to avoid extra tangling.
21171
21172 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 21173 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
21174 (gdb-update-gud-running): No extra fuss for updating frame number.
21175
dfd4e693
SM
211762009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
21177
51c4341f
SM
21178 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
21179 (describe-language-environment-map, setup-language-environment-map)
21180 (set-coding-system-map): Move initialization into declaration.
21181 (set-language-info-alist): Last arg to define-key-after can be skipped.
21182
21183 * international/quail.el (quail-completion-1): Simplify.
21184 (quail-define-rules): Use slightly more compact code.
21185 (quail-insert-decode-map): Propertize keys, compact columns.
21186
dfd4e693
SM
21187 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21188 Add goto-line.
21189
83326559
MB
211902009-08-10 Miles Bader <miles@gnu.org>
21191
21192 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
21193 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
21194 (js2-instance-member, js2-private-member, js2-private-function-call)
21195 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
21196 (js2-magic-paren, js2-external-variable):
21197 Remove "-face" suffix from face names.
21198 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
21199 (js2-highlight-undeclared-vars, js2-peek-token)
21200 (js2-parse-function-params, js2-mode-show-errors)
21201 (js2-mode-show-warnings, js2-make-magic-delimiter)
21202 (js2-mode-highlight-magic-parens): Update to use new face names.
21203
8e754ea2
MA
212042009-08-09 Michael Albinus <michael.albinus@gmx.de>
21205
21206 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
21207 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
21208
1c292fc7
CY
212092009-08-09 Chong Yidong <cyd@stupidchicken.com>
21210
18d433a7
CY
21211 * subr.el: Provide hashtable-print-readable.
21212
1c292fc7
CY
21213 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
21214 hs-c-like-adjust-block-beginning.
21215 (hs-hide-block-at-point): Stop hiding at the beginning of
21216 hs-block-end-regexp (Bug#700).
21217
2db0ae07
DD
212182009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
21219
21220 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
21221 a macro.
21222 (gdb-registers-handler-custom): Do not fail when register names
21223 are unavailable.
21224
fe4740a6
DD
212252009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21226
21227 * progmodes/gdb-mi.el (gdb-control-all-threads)
21228 (gdb-control-current-thread): Interactive setters for
21229 `gdb-gud-control-all-threads' to use in menu.
21230 (gdb-show-run-p): Show «Go» when process is not active.
6a7662bb
BR
21231 (gud-tool-bar-map): Add non-stop/A,T indicator.
21232 Uses gud/thread.xpm and gud/all.xpm.
fe4740a6 21233
ce299d55
CY
212342009-08-08 Yoni Rabkin <yoni@rabkins.net>
21235
21236 * net/net-utils.el (net-utils-font-lock-keywords): New var.
21237 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
21238 (net-utils-mode): New mode for viewing diagnostic network output.
21239 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
21240 (net-utils-run-simple): New function.
21241 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 21242
7c4654ad
DD
212432009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21244
21245 * progmodes/gdb-mi.el (gdb-read-memory-custom)
21246 (gdb-memory-set-address, def-gdb-set-positive-number)
21247 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
21248 after changing settings.
21249 (gdb-invalidate-disassembly): Update when first shown.
5f9d345c 21250 (gdb-edit-locals-value): Fix.
7c4654ad
DD
21251 (gdb-registers-handler-custom): Print registers in right order and
21252 allow changing register values (only for current thread yet).
9cbac26b
DD
21253 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
21254 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
21255 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
6a7662bb
BR
21256 (gdb-locals-handler-custom, gdb-registers-handler-custom):
21257 Thread info in mode name.
9cbac26b 21258 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 21259
0f25a277
EZ
212602009-08-08 Eli Zaretskii <eliz@gnu.org>
21261
21262 * mail/rmail.el (rmail-add-mbox-headers)
21263 (rmail-set-message-counters-counter): Search for
21264 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
21265
b971be60
GM
212662009-08-08 Glenn Morris <rgm@gnu.org>
21267
21268 * Makefile.in (ELCFILES): Update.
21269
a35d3ad8
EZ
212702009-08-07 Eli Zaretskii <eliz@gnu.org>
21271
6a7662bb
BR
21272 * mail/sendmail.el (mail-yank-original):
21273 Set buffer-file-coding-system from the one used by the message whose
60c2df40
EZ
21274 text is yanked.
21275
8b0bcc2e
EZ
21276 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
21277 to "windows" when "pgnuplot" is used.
6a7662bb
BR
21278 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
21279 Don't call accept-process-output if "pgnuplot" is used.
8b0bcc2e
EZ
21280 (calc-graph-init): Don't send -display and -geometry to
21281 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
21282 running "pgnuplot -V" with shell-command-to-string.
21283
21284 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
21285 the default.
21286
212872009-08-07 Eli Zaretskii <eliz@gnu.org>
21288
21289 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
21290 org/org-latex.elc.
21291
3bca7ca5
DN
212922009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
21293
3c53763c
DN
21294 * vc-dispatcher.el (vc-resynch-window): Update comment.
21295
3bca7ca5
DN
21296 * term.el (term-handle-ansi-escape): Add comments with the
21297 terminfo capabilities implemented.
21298
7b217360
DD
212992009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
21300
5f9d345c 21301 * progmodes/gdb-mi.el (gdb-var-create-regexp): Remove.
7b217360 21302 (gdb-var-create-handler): Rewritten using JSON parser.
88b5a757
DD
21303 (gdb-propertize-header): Move earlier.
21304 (gdb-set-header): Remove to avoid duplication.
7b217360
DD
21305 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
21306 Refresh disassembly buffers only after threads list have been
21307 update.
21308 (gdb-threads-header, gdb-registers-header): Per-buffer header line
21309 variables.
21310
b4d84ecf
JL
213112009-08-04 Juri Linkov <juri@jurta.org>
21312
21313 * files.el: Commands to add/delete file/directory-local variables.
21314 (read-file-local-variable, read-file-local-variable-value)
21315 (read-file-local-variable-mode, modify-file-local-variable)
21316 (modify-file-local-variable-prop-line)
21317 (modify-dir-local-variable): New functions.
21318 (add-file-local-variable, delete-file-local-variable)
21319 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
21320 (add-dir-local-variable, delete-dir-local-variable)
21321 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
21322 (copy-dir-locals-to-file-locals-prop-line): New commands.
21323
42da39c1
CY
213242009-08-04 Chong Yidong <cyd@stupidchicken.com>
21325
21326 * abbrev.el (insert-abbrev-table-description): Prettify output.
21327 Suggested by Karl Chen.
21328
98bf8494
DD
213292009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
21330
78b9fb28 21331 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 21332 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
21333 (gdb-overlay-arrow-position, gdb-thread-position)
21334 (gdb-disassembly-position): Declare variables.
21335 (gdb-wait-for-pending): Function now.
21336 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
21337 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
21338 compilation goes smoothly.
21339 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
21340 (gdb-non-stop-setting): New customization setting which replaces
21341 `gdb-non-stop' so changing it doesn't break active GDB session.
21342 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
21343 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
21344 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
21345 (gdb-show-threads-by-default): New customization options.
21346 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
21347 routines.
21348 (gdb-get-buffer-create): Send buffers update signal when they are
21349 created.
21350 (gdb-invalidate-locals, gdb-invalidate-registers)
21351 (gdb-invalidate-breakpoints)
21352 (gdb-invalidate-threads, gdb-invalidate-disassembly)
21353 (gdb-invalidate-memory): Accept update signal.
21354 (gdb-current-context-command): Use --frame option.
21355 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
21356 Implement `gdb-frame-number' selection logic.
21357 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
21358 whether to show GUD toolbar buttons.
21359 (gdb-thread-exited): Unselect current thread when it exits.
21360 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
21361 (gdb-mark-line): Routine which sets overlay arrow or inverses
21362 video on fringeless displays.
21363 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
21364 to build aligned columns of data in GDB buffers and set text
21365 properties line-by-line.
21366 (gdb-invalidate-breakpoints)
21367 (gdb-breakpoints-list-handler-custom)
21368 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
21369 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
21370 (gdb-registers-handler-custom): Align data columns.
21371 (gdb-locals-handler-custom): Now prints data like in variable
21372 declarations.
21373 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
88b5a757 21374 Remove confusing buttons.
78b9fb28
DD
21375 (gdb-invalidate-threads): Append --frame.
21376 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
21377 between breakpoints/threads buffers.
21378 (gdb-set-window-buffer): Now can ignore dedicated windows.
21379 (gdb-propertize-header): Use `gdb-set-window-buffer'.
21380 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
21381 (def-gdb-thread-buffer-gud-command): Replaces
21382 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
21383 for fine thread control.
21384 (gdb-preempt-existing-or-display-buffer): New function used to
21385 display bound buffers without breaking window layout.
21386 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
21387 (gdb-select-frame): New version of `gdb-frames-select' which now
21388 sets `gdb-frame-number' so commands may use --frame option instead
21389 of inner debugger state.
21390 (gdb-frame-handler): Do not set `gdb-frame-number'.
21391 (gdb-threads-mode-map): Select threads with mouse.
21392
21393 * progmodes/gud.el (gdb-gud-context-call): Declare function to
21394 avoid compilation warning.
21395 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
21396 `gdb-show-stop-p`.
21397
566f3909
DD
21398 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
21399 Argument `key' renamed to `buffer-type'.
21400 (gdb-current-context-buffer-name): Do not add thread info to
21401 buffer name when no thread is selected.
21402 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
21403 command (bug 3794).
21404 (gdb-thread-selected): Handle `=thread-selected' notification.
21405 (gdb-wait-for-pending): New macro to deal with congestion problems.
21406 (gdb-breakpoints-list-handler-custom): Don't fail on pending
21407 breakpoints.
7b6fefac
JB
21408 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
21409 This fixes problem similar to one described in bug 3947.
566f3909
DD
21410 (gud-menu-map): More menu items.
21411 (gdb-init-1): Reset `gdb-thread-number' to nil.
21412
4a31122c
DD
21413 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
21414 non-stop settings.
21415
21416 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
21417 (gdb-current-context-command): Do not append --thread if
21418 `gdb-thread-number' is nil.
6a7662bb
BR
21419 (gdb-running-threads-count, gdb-stopped-threads-count):
21420 New variables.
4a31122c 21421 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
6a7662bb
BR
21422 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
21423 New customization options.
4a31122c
DD
21424 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
21425 GUD commands.
7b6fefac 21426 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
21427 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
21428 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
21429 set `gdb-thread-number' and update `gud-running' properly.
21430 (gdb-running): Update threads list when new threads appear.
21431 (gdb-stopped): Support non-stop operation and new thread switching
21432 logic.
21433 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
21434 (gdb-json-partial-output): New set of JSON routines.
21435 (def-gdb-auto-update-trigger): New `signal-list' optional
21436 argument.
21437 (gdb-thread-list-handler-custom): Update `gud-running',
21438 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
21439 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
21440 (gdb-continue-thread, gdb-step-thread): New commands for fine
21441 thread execution control.
21442 (gud-menu-map): New menu items to switch non-stop options.
21443 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 21444 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
21445
21446 * progmodes/gdb-mi.el (gdb-rules-name-maker)
21447 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
21448 gdb-buffer-rules.
21449 (def-gdb-auto-update-handler): New nopreserve optional argument.
21450 (gdb-stack-list-frames-custom): Print stack from top to bottom.
21451
88b5a757 21452 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
4a31122c
DD
21453 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
21454 (gdb-parent-mode): New mode to derive other GDB modes from.
21455 (gdb-display-disassembly-for-thread)
21456 (gdb-frame-disassembly-for-thread): New commands for threads
21457 buffer.
21458
21459 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
21460 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
21461 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
21462 (gdb-update): We now store all GDB buffers in a list so that they
21463 can be updated by traversing a list instead of calling invalidate
7b6fefac 21464 triggers explicitly.
a5c9f540
DD
21465 (def-gdb-trigger-and-handler): New macro to define trigger-handler
21466 pair for GDB buffer.
21467 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
21468 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
21469 handle pending triggers.
21470 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
21471 (def-gdb-thread-buffer-simple-command)
21472 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
21473 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
21474 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
21475 New commands which show buffers bound to thread.
88b5a757 21476 (gdb-stack-list-locals-regexp): Remove unused regexp.
4a31122c 21477
7b6fefac
JB
21478 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
21479 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
21480 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
21481 to (gud-comint-buffer) in *-buffer-name functions
21482 because (gdb-get-target-string) already does that.
21483 (gdb-locals-handler-custom, gdb-registers-handler-custom)
21484 (gdb-changed-registers-handler): Rewritten without regexps.
21485
ba214964 21486 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
21487 (gdb-thread-number): New variable.
21488 (gdb-current-context-command): New macro which adds --thread
21489 option to command.
7b6fefac 21490 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 21491 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 21492 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
21493 (gdb-select-thread): New command which selects current thread.
21494 (gdb-invalidate-frames, gdb-invalidate-locals)
21495 (gdb-invalidate-registers): Use --thread option.
20f12ed8 21496
2ac33804
MA
214972009-08-04 Michael Albinus <michael.albinus@gmx.de>
21498
21499 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 21500 robust. (Bug#3977)
2ac33804
MA
21501 (tramp-handle-insert-file-contents): `unwind-protect' must be
21502 inside `with-parsed-tramp-file-name'.
21503
21504 * net/tramp-gvfs.el (top): Remove superfluous message when loading
21505 fails.
21506
39d0296f
NR
215072009-08-03 Nick Roberts <nickrob@snap.net.nz>
21508
21509 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
21510 directory if CLASSPATH is not set.
21511
adcbca53
MA
215122009-08-03 Michael Albinus <michael.albinus@gmx.de>
21513
7b6fefac
JB
21514 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
21515 New defconst.
7ef849b6 21516 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 21517
30924b0b
CY
215182009-08-02 Kevin Ryde <user42@zip.com.au>
21519
7b6fefac
JB
21520 * net/newst-backend.el (newsticker--raw-url-list-defaults):
21521 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 21522
b6ce92f1
CY
215232009-08-02 Chong Yidong <cyd@stupidchicken.com>
21524
d977a092
CY
21525 * select.el (x-set-selection): Doc fix (Bug#4021).
21526
21527 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
21528
b6ce92f1
CY
21529 * help-fns.el (describe-variable): Treat list return values from
21530 dir-locals-find-file properly (Bug#4005).
21531
7b6fefac 215322009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
21533
21534 * net/tramp.el (tramp-debug-message): Print also microseconds.
21535
215362009-08-02 Michael Albinus <michael.albinus@gmx.de>
21537
21538 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
21539 or END is non-nil.
21540 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
21541 (tramp-get-debug-buffer): Change `outline-regexp' according to new
21542 format.
21543
5ce6e4f4 21544 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
21545 (tramp-get-file-property): Use it.
21546
6a7662bb
BR
21547 * autorevert.el (auto-revert-handler):
21548 Allow `auto-revert-tail-mode' for remote files.
3eedbc85 21549
2aafe808
JR
215502009-08-02 Jason Rumney <jasonr@gnu.org>
21551
21552 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 21553 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 21554
e094097c
CY
215552009-08-02 Chong Yidong <cyd@stupidchicken.com>
21556
21557 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
6a7662bb
BR
21558 (font-lock-variable-name-face, font-lock-constant-face):
21559 Darken the colors for light backgrounds.
e094097c 21560
de94f281
EZ
215612009-08-01 Eli Zaretskii <eliz@gnu.org>
21562
21563 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
21564 month names. (Bug#3987)
21565
54b99340
CY
215662009-07-31 Chong Yidong <cyd@stupidchicken.com>
21567
21568 * simple.el (line-move-finish): Pass whole number to
21569 line-move-to-column.
34be836c 21570 (line-move-visual): Perform hscroll to the recorded position.
54b99340 21571
38216c30
JB
215722009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
21573
21574 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
21575
c779896d
CY
215762009-07-29 Alan Mackenzie <acm@muc.de>
21577
21578 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
21579
592ccae0
DD
215802009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
21581
35edc6c6
DD
21582 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
21583 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 21584
5a9e3ab7
JB
215852009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
21586
21587 * calc/calc.el (calc-mode-map): Add keybinding for
21588 `calc-transpose-lines'.
21589
7b6fefac 215902009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
21591
21592 * calc/calc-misc.el (calc-transpose-lines): New function.
21593
905fb90e
MA
215942009-07-28 Michael Albinus <michael.albinus@gmx.de>
21595
21596 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
21597 Simplify check for out-of-band methods.
21598 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
21599 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
21600
76e14464
DN
216012009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
21602
21603 * vc-git.el (vc-git-checkin): Fix typo.
21604
6088b51f 216052009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
21606
21607 * progmodes/js2-mode.el: New file.
21608
b85157fe
NR
216092009-07-28 Nick Roberts <nickrob@snap.net.nz>
21610
21611 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
21612 (gud-menu-map): Adjust tooltip accordingly.
21613
d43c2b06
DN
216142009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
21615
1c0f0c3b
DN
21616 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
21617 (vc-bzr-log-view-mode): Adjust log-view-file-re.
21618
d43c2b06
DN
21619 * add-log.el (change-log-mode-map): Add a menu.
21620
3dec5c36
MA
216212009-07-27 Michael Albinus <michael.albinus@gmx.de>
21622
21623 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
21624 function returns nil.
21625 (dbus-handle-event): Handle special return value :ignore.
21626 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
21627
5704140c
CY
216282009-07-26 Chong Yidong <cyd@stupidchicken.com>
21629
21630 * view.el (view-mode-enable): Don't define Helper-return-blurb if
21631 it's not needed.
21632
3077d1f6
EZ
216332009-07-25 Eli Zaretskii <eliz@gnu.org>
21634
21635 Fix Bug#3888:
21636
21637 * w32-vars.el (x-select-enable-clipboard): Doc fix.
21638
21639 * term/pc-win.el (x-display-name, x-colors)
21640 (x-select-enable-clipboard, x-select-text): Doc fix.
21641
21642 * term/common-win.el (x-display-name, x-colors): Doc fix.
21643
21644 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
21645 (xw-defined-colors): Doc fix.
21646
21647 * w32-fns.el (x-select-text, x-setup-function-keys)
21648 (x-get-selection, x-set-selection): Doc fix.
21649
21650 * term/x-win.el (x-select-text, x-setup-function-keys)
21651 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
21652
21653 * select.el (x-set-selection): Doc fix.
21654
51768bc8
MA
216552009-07-25 Michael Albinus <michael.albinus@gmx.de>
21656
21657 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
21658 instead of "IsNSSSupportAvailable". Avahi ought to work also when
6a7662bb
BR
21659 "IsNSSSupportAvailable" method is not available.
21660 Reported by Steve Youngs <steve@sxemacs.org>.
51768bc8 21661
b11c2874
KH
216622009-07-24 Kenichi Handa <handa@m17n.org>
21663
21664 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 21665 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
21666 (build-unicode-category-table): Fix range checks.
21667
ba83b7b6
DN
216682009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
21669
21670 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
21671 the buffer we try to sync is current when calling
21672 vc-resynch-buffer.
21673
21674 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
21675 not show up to date files.
21676
7a8ae964
GM
216772009-07-24 Glenn Morris <rgm@gnu.org>
21678
21679 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
21680 Add autoload cookies. If necessary, initialize.
21681 (elint-log): Handle non-file buffers.
21682 (elint-initialize): Add optional argument to reinitialize.
21683 (elint-find-builtin-variables): Save excursion.
21684
a707eb05
DN
216852009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
21686
21687 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
21688 for Lint.
21689
0a2ddfa6
DN
216902009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
21691
d6a62b0d
DN
21692 * vc.el (vc-print-log-internal): New function, split out from ...
21693 (vc-print-log): ... here.
10b5dcad 21694 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 21695
0a2ddfa6
DN
21696 * vc-git.el (vc-git-add-signoff): New variable.
21697 (vc-git-checkin): Use it.
21698 (vc-git-toggle-signoff): New function.
21699 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
21700 (vc-git--run-command-string): Accept a nil FILE argument.
21701 (vc-git-stash-list): New function.
21702 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 21703
589a99f2
GM
217042009-07-23 Glenn Morris <rgm@gnu.org>
21705
21706 * help-fns.el (describe-variable): Describe ignored and risky local
21707 variables in a similar way to that in which we describe safe ones.
21708
21709 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
21710 (byte-compile-output-file-form, byte-compile-output-docform)
21711 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
21712 Give some more local variables with common names a "bytecomp-" prefix,
21713 so as not to shadow things during compilation.
21714 * emacs-lisp/cl-macs.el (load-time-value)
21715 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
21716 `outbuffer' to `bytecomp-outbuffer'.
21717
21718 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
21719 since the next two variables cover them automatically now.
21720 (elint-builtin-variables, elint-autoloaded-variables): New.
21721 (elint-unknown-builtin-args): Remove all members, since they can be
21722 parsed automatically now.
21723 (elint-extra-errors): New.
21724 (elint-env-add-env, elint-env-add-macro): Use cadr.
21725 (elint-current-buffer): Use or. Change final message.
21726 (elint-get-top-forms): Use line-end-position.
21727 (elint-init-env): Use cadr. Handle autoload, declare-function,
21728 and defalias.
21729 (elint-add-required-env): Doc fix. Use or. Standardize error.
21730 (regexp-assoc): Remove unused function.
21731 (elint-top-form): Set elint-current-pos, to record the start of the
21732 top-level form, for compilation-mode.
21733 (elint-form): Trap errors in macro expansion. Use dolist.
21734 (elint-unbound-variable): Use elint-builtin-variables and
21735 elint-autoloaded-variables.
21736 (elint-get-args): Use cadr, or.
21737 (elint-check-cond-form): Use dolist, cadr.
21738 (elint-check-condition-case-form): Doc fix. Use cadr.
21739 Use elint-extra-errors.
21740 (elint-log): New function.
21741 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
21742 Distinguish errors and warnings.
21743 (elint-log-message): Use with-current-buffer. Inhibit read-only.
21744 Use a bytecomp-style format.
21745 (elint-clear-log): Preserve default-directory. Inhibit read-only.
21746 (elint-get-log-buffer): Use compilation mode. Disable undo.
21747 Don't truncate lines.
21748 (elint-initialize): Set builtin and autoloaded variable lists.
21749 Only process elint-unknown-builtin-args if non-nil.
21750 (elint-find-builtin-variables, elint-find-autoloaded-variables):
21751 New functions.
21752 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
21753
855b42a2
GM
217542009-07-22 Kevin Ryde <user42@zip.com.au>
21755
21756 * net/newst-backend.el (newsticker--parse-atom-1.0)
21757 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
21758 (newsticker--parse-rss-1.0):
21759 * progmodes/idlwave.el (idlwave-mode):
21760 * progmodes/idlw-shell.el (idlwave-shell-mode):
21761 * progmodes/vera-mode.el (vera-mode):
21762 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
21763 * progmodes/vhdl-mode.el (vhdl-mode):
21764 * textmodes/table.el (table-generate-source)
21765 (table--warn-incompatibility):
21766 Hyperlink urls in docstrings with URL `...'.
21767
fd413a37
GM
217682009-07-22 Glenn Morris <rgm@gnu.org>
21769
cb711556
GM
21770 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
21771 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
21772 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
21773 Remove leading * from defcustom docs.
21774
fd413a37
GM
21775 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
21776
21777 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
21778 defcustom doc.
21779 (list-load-path-shadows): Optionally, just return shadows as a string.
21780
21781 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
21782
a4f69701
CY
217832009-07-21 Chong Yidong <cyd@stupidchicken.com>
21784
6a7662bb
BR
21785 * mail/rmailedit.el (rmail-edit-mode):
21786 Use auto-save-include-big-deletions.
a4f69701 21787
6a7662bb
BR
21788 * mail/rmail.el (rmail-variables):
21789 Use auto-save-include-big-deletions.
a4f69701
CY
21790
21791 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
21792 changes.
21793
ec06459c
JB
217942009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
21795
21796 * calc/calc.el (calc-undo-length): New variable.
21797 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
21798
b41b0976
RS
217992009-07-21 Richard Stallman <rms@gnu.org>
21800
21801 * files.el (auto-save-mode): Handle buffer-save-size = -2
21802 for toggling mode.
21803
4ed32706
GM
218042009-07-21 Glenn Morris <rgm@gnu.org>
21805
531b1264
GM
21806 * textmodes/ispell.el (ispell-looking-back): Update declaration.
21807
55d27f41
GM
21808 * calendar/todo-mode.el (calendar-current-date): Update declaration.
21809
02df3f4d
GM
21810 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
21811 silence compiler. Instead...
21812 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
21813 (ps-print-ensure-fontified): Update for above function name changes.
21814
fdd8417e
GM
21815 * printing.el (pr-mh-get-msg-num, pr-mh-show)
21816 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
21817 silence compiler. Instead...
21818 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
21819 (mh-show-buffer): Only define for compiler.
21820 (pr-mh-current-message): Update for above function name changes.
21821
4ed32706
GM
21822 * files.el (abort-if-file-too-large): Explicitly pass `filename'
21823 as an argument.
21824 (find-file-noselect, insert-file-1): Update for above change.
21825
21826 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
21827
21828 * mail/mailclient.el (mailclient-send-it): Fix message.
21829
21830 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
21831 (edebug-eval): Check cl-debug-env is bound.
21832 (print-level, print-circle): Don't redefine built-in variables.
21833
21834 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
21835 (custom-print-vectors): Remove old comments from doc.
21836
21837 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
21838 (emerge-version): Make the variable an obsolete alias for the
21839 emacs-version variable. Make the function obsolete.
21840 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
21841 Emerge options, rather than merging in into the main Options menu.
21842 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
21843 and auto advance modes. Disable edit/fast items when not relevant.
21844
86812144
CY
218452009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
21846
21847 * term/vt420.el (terminal-init-vt420): Fix typo.
21848
6bb90094
SS
218492009-07-20 Sam Steingold <sds@gnu.org>
21850
21851 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
21852 variable (removed from compile.el on 2004-03-11).
21853
42e0a725
CY
218542009-07-20 Chong Yidong <cyd@stupidchicken.com>
21855
21856 * files.el (hack-local-variables-filter): Fix last change.
21857
2ee20f24
JL
218582009-07-19 Juri Linkov <juri@jurta.org>
21859
21860 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
21861 (dir-local-variables-alist): New buffer-local variable.
21862 (hack-local-variables-filter): If variable is not dir-local,
21863 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
21864 because file-local overrides dir-local.
3570691b 21865 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
21866 Remove obsolete declaration.
21867 (hack-dir-local-variables): Add dir-local variable/value pair to
21868 `dir-local-variables-alist' and remove duplicates. Doc fix.
21869
21870 * help-fns.el (describe-variable): Add information about
21871 file-local and dir-local variables.
21872
89bf83cd
CY
218732009-07-19 Chong Yidong <cyd@stupidchicken.com>
21874
21875 * files.el (hack-local-variables-filter): Rewrite.
21876
1a8d3541
GM
218772009-07-19 Glenn Morris <rgm@gnu.org>
21878
d9e8a018
GM
21879 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
21880 Silence compiler by only defining on XEmacs.
21881
da332cfb
GM
21882 * international/mule.el (auto-coding-regexp-alist): Only match
21883 BABYL... at the start of buffer, not of lines. (Bug#3790)
21884
1a8d3541
GM
21885 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
21886 non-calendar buffers (Bug#3862). Restore "not on a date" message.
21887 (cal-menu-context-mouse-menu): Doc fix.
21888
21889 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
21890
21891 * simple.el (mail-user-agent): Doc fix. Set :version tag.
21892
d842b103
JL
218932009-07-18 Juri Linkov <juri@jurta.org>
21894
21895 * info.el: Virtual Info keyword finder.
3570691b 21896 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
21897 (Info-finder-file): New variable.
21898 (Info-finder-find-file): New function.
21899 (finder-known-keywords, finder-package-info)
21900 (find-library-name, lm-commentary): Use defvar and
21901 declare-function to silence compiler warnings.
21902 (Info-finder-find-node): New function.
21903 (info-finder): New command.
21904
21905 * subr.el (process-kill-buffer-query-function): New function.
21906 (add-hook)<kill-buffer-query-functions>: Add hook
21907 `process-kill-buffer-query-function'.
21908
10d37df7
AM
219092009-07-18 Alan Mackenzie <acm@muc.de>
21910
7b6fefac 21911 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
21912 (c-postprocess-file-styles): Give invocation of `c-set-style'
21913 DONT-OVERRIDE parameter of t. Already set style variables will
21914 thus not be overridden by style settings given by `c-file-syle'.
21915
21916 * files.el (hack-local-variables-filter): Remove entries with
21917 duplicate keys from `file-local-variables-alist'.
21918
102e1a41
EZ
219192009-07-18 Eli Zaretskii <eliz@gnu.org>
21920
21921 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
21922 x-set-selection if display-selections-p returns nil for the
21923 current frame.
21924
16f2e9fc
CY
219252009-07-18 Chong Yidong <cyd@stupidchicken.com>
21926
21927 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
21928
f22693fc
EZ
219292009-07-18 Eli Zaretskii <eliz@gnu.org>
21930
a6c2c80c
EZ
21931 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
21932 Accept nil in addition to a regexp.
21933 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
21934 Accept nil in addition to a regexp.
21935 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
21936 buffers that have an associated file. Handle nil values of
21937 desktop-buffers-not-to-save and desktop-files-not-to-save.
21938 (Bug#3833)
21939
f22693fc
EZ
21940 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
21941 (x-disown-selection-internal): New functions.
21942
e456379a
NR
219432009-07-18 Nick Roberts <nickrob@snap.net.nz>
21944
21945 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
21946 warning.
21947 (gdb-breakpoints-header): Move forward to avoid compiler warning.
21948 (gdb-make-header-line-mouse-map): Remove duplicate definition.
21949
0013b70f
CY
219502009-07-18 David De La Harpe Golden <david@harpegolden.net>
21951
21952 * simple.el (set-mark): Revert last change.
21953
0855c2ca
CY
219542009-07-17 Tassilo Horn <tassilo@member.fsf.org>
21955
21956 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
21957 rendering of pngs is not possible instead of messaging a long
21958 description.
21959
3f5c9cad
CY
219602009-07-17 David De La Harpe Golden <david@harpegolden.net>
21961
21962 * w32-fns.el (x-selection-owner-p): New function.
21963
21964 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6a7662bb
BR
21965 (mouse-yank-at-click, mouse-yank-primary):
21966 If select-active-regions is non-nil, deactivate the mark before
6c6a75d5 21967 insertion.
3f5c9cad
CY
21968
21969 * simple.el (deactivate-mark, set-mark): Only save selection if we
21970 own it.
21971
1fc87f9b
KH
219722009-07-17 Kenichi Handa <handa@m17n.org>
21973
21974 * case-table.el (describe-buffer-case-table): Fix for the case
21975 that KEY is a cons.
21976
d56fdcd2
DN
219772009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
21978
21979 * vc-rcs.el (vc-rcs-find-file-hook):
21980 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
21981
bede3e9f
MA
219822009-07-16 Michael Albinus <michael.albinus@gmx.de>
21983
21984 * net/tramp.el (tramp-wait-for-output): Handle the case when
21985 commands do not return a newline but a null byte before the shell
21986 prompt. (Bug#3858)
21987
7653ca1d
YM
219882009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21989
21990 * term/ns-win.el (ns-set-alpha): Don't declare.
21991 (ns-set-background-alpha): Remove function.
21992
ed2a52e9
SM
219932009-07-16 Kevin Ryde <user42@zip.com.au>
21994
21995 * emacs-lisp/copyright.el (copyright-update): Save match-data across
21996 y-or-n-p, for safety.
21997
7a907299
RS
219982009-07-16 Richard Stallman <rms@gnu.org>
21999
22000 * files.el (auto-save-mode): If buffer-saved-size is -2,
22001 don't clobber it.
22002
22003 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
22004 (rmail-retry-ignored-headers): Add more uninteresting fields.
22005
c0db3477
CY
220062009-07-15 Jari Aalto <jari.aalto@cante.net>
22007
22008 * net/rcirc.el (rcirc): Use history variables.
22009 (rcirc-server-name-history, rcirc-nick-name-history)
22010 (rcirc-server-port-history): New variables.
22011
6c875452
KH
220122009-07-15 Kenichi Handa <handa@m17n.org>
22013
bf974dc9
KH
22014 * international/mule-cmds.el (set-language-environment-charset):
22015 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
22016 ignore them.
22017
6c875452
KH
22018 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
22019 Delete unibyte-display.
22020
2066b4fe
CY
220212009-07-15 Chong Yidong <cyd@stupidchicken.com>
22022
22023 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
22024
f9be2e35
CY
220252009-07-15 Chong Yidong <cyd@stupidchicken.com>
22026
22027 * simple.el (deactivate-mark): Optional argument FORCE.
22028 (set-mark): Use deactivate-mark.
22029
22030 * info.el (Info-search): No need to check transient-mark-mode
22031 before calling deactivate-mark.
22032
22033 * select.el (x-set-selection): Doc fix.
22034 (x-valid-simple-selection-p): Allow buffer values.
6a7662bb
BR
22035 (xselect--selection-bounds): Handle buffer values.
22036 Suggested by David De La Harpe Golden.
f9be2e35 22037
6a7662bb
BR
22038 * mouse.el (mouse-set-region, mouse-drag-track):
22039 Call copy-region-as-kill before setting the mark, to let
f9be2e35
CY
22040 select-active-regions work.
22041
be3e598a 220422009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
22043
22044 * simple.el (deactivate-mark): If select-active-regions is
22045 non-nil, copy the selection data into a string.
22046 (activate-mark): If select-active-regions is non-nil, set the
22047 selection to the current buffer.
22048 (set-mark): Update selection if select-active-regions is non-nil.
22049
22050 * select.el (x-valid-simple-selection-p): Allow buffer values.
22051
cbd61418
SM
220522009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
22053
22054 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
22055 and more featureful message-mode.
22056
f470187f
CY
220572009-07-14 Chong Yidong <cyd@stupidchicken.com>
22058
22059 * select.el (x-set-selection): Doc fix.
22060 (x-valid-simple-selection-p): Disallow selection data consisting
22061 of a list or cons of integers, since that is not used.
22062 (xselect--selection-bounds, xselect--int-to-cons): New functions.
22063 (xselect-convert-to-string, xselect-convert-to-length)
22064 (xselect-convert-to-filename, xselect-convert-to-charpos)
22065 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
22066
bfc99364
DD
220672009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
22068
22069 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
22070 output in -break-info command (Emacs bug #3794).
22071
e32721f5
GM
220722009-07-14 Glenn Morris <rgm@gnu.org>
22073
1e46f9e4
GM
22074 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
22075 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
22076 (edebug-print-length, edebug-print-level, edebug-print-circle)
22077 (edebug-sit-for-seconds, edebug-view-outside)
22078 (edebug-bounce-point, edebug-set-global-break-condition)
22079 (edebug-Go-nonstop-mode, edebug-trace-mode)
22080 (edebug-Trace-fast-mode, edebug-continue-mode)
22081 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
22082 (edebug-visit-eval-list): Doc fixes.
22083
e32721f5
GM
22084 * subr.el (def-edebug-spec): Doc fix.
22085
66a85e76
KH
220862009-07-14 Kenichi Handa <handa@m17n.org>
22087
22088 * international/characters.el: Fix setting of category ?C.
22089
28571246
JD
220902009-07-13 Jan Djärv <jan.h.d@swipnet.se>
22091
7b6fefac 22092 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
22093 ns-popup-font-panel instead of generate-fontset-menu.
22094
5d74672c
EZ
220952009-07-12 Eli Zaretskii <eliz@gnu.org>
22096
7b6fefac 22097 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 22098
eb1727a4
CY
220992009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
22100
22101 * arc-mode.el (archive-find-type): Allow for a PK00 string before
22102 the PK\003\004 header (Bug#3770).
22103
208384c5
CY
221042009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
22105
22106 * pcomplete.el (pcomplete-comint-setup): Check for
22107 shell-dynamic-complete-filename too.
22108
774409a1
CY
221092009-07-11 Chong Yidong <cyd@stupidchicken.com>
22110
22111 * simple.el (temporary-goal-column): Change the value for
22112 line-move-visual to a cons cell.
22113 (line-move-visual): Record or set the window hscroll, if
22114 necessary (Bug#3494).
22115 (line-move-1): Handle cons value of temporary-goal-column.
22116
1639ee1d
KH
221172009-07-11 Kenichi Handa <handa@m17n.org>
22118
22119 * international/mule-diag.el (describe-character-set): Don't show
22120 width.
22121
2b1d2412
SS
221222009-07-10 Sam Steingold <sds@gnu.org>
22123
22124 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22125 Omake sometimes indents the errors it prints, so allow all
22126 regexps to start with spaces.
22127
ed3a5691
EZ
221282009-07-10 Eli Zaretskii <eliz@gnu.org>
22129
ed2a52e9
SM
22130 * cus-edit.el (customize-changed-options-previous-release):
22131 Bump value to 22.1. (Bug#3804)
ed3a5691 22132
49405d0e
SS
221332009-07-08 Sam Steingold <sds@gnu.org>
22134
22135 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
22136 to be a cons cell (test . ignored-directory) to selectively ignore
22137 some directories depending on the location of the search.
22138
93c3eb7c
MA
221392009-07-08 Michael Albinus <michael.albinus@gmx.de>
22140
22141 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
22142 remote user is root, on the local host.
22143 (tramp-local-host-p): Either the local user or the remote user
22144 must be root. (Bug#3771)
22145
6f2a8484
NR
221462009-07-08 Nick Roberts <nickrob@snap.net.nz>
22147
22148 * progmodes/gdb-mi.el (gdb): Remove description of
22149 gdb-use-separate-io-buffer.
69cb8d82 22150 (menu): Don't allow toggling of or enable
6f2a8484
NR
22151 gdb-use-separate-io-buffer from menubar.
22152
88d03607
CY
221532009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
22154
22155 * mail/unrmail.el (unrmail): Make sure the message ends with two
22156 newlines (Bug#3769).
22157
7ef5b8b2
GM
221582009-07-08 Glenn Morris <rgm@gnu.org>
22159
22160 * calendar/calendar.el (calendar-current-date): Rework previous change.
22161
3ce82f97
GM
221622009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
22163
22164 * calendar/calendar.el (calendar-current-date):
22165 Add an optional argument giving an offset from today.
22166
f35fc841
GM
221672009-07-08 Glenn Morris <rgm@gnu.org>
22168
22169 * tutorial.el (tutorial--describe-nonstandard-key):
22170 Adjust the message for when a key has been unbound.
22171 (help-with-tutorial): Hide the arch-tag.
22172
40149292
KH
221732009-07-08 Kenichi Handa <handa@m17n.org>
22174
69cb8d82
KH
22175 * international/fontset.el (setup-default-fontset): For each
22176 script, append (not set) font-specs.
22177
40149292
KH
22178 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
22179 docstring.
22180
ff0c4194
NR
221812009-07-08 Nick Roberts <nickrob@snap.net.nz>
22182
22183 * progmodes/gdb-mi.el (gdb-init-1): Move sending
22184 -data-list-register-names to ...
22185 (gdb-starting): ... here because GDB 7.0 requires execution to
22186 have started when using this MI command.
22187 (gdb-set-header): New function to distinguish select and
22188 unselected tabs in gdb buffers.
22189 (gdb-propertize-header): New macro that uses gdb-set-header.
22190 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 22191 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 22192
8954c675
CY
221932009-07-07 Chong Yidong <cyd@stupidchicken.com>
22194
22195 * Makefile.in (ELCFILES): Remove fadr.elc.
22196
0996385d
DD
221972009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
22198
dc6b4519
DD
22199 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
22200 may contain frame information, so `string-match' should be used.
22201 (gdb-update): Disassembly is invalidated through
22202 `gdb-get-selected-frame'.
22203 (gdb-pad-string): New function to pad string with spaces.
22204 (gdb-invalidate-disassembly): Invalidate only if the buffer
22205 exists.
22206 (gdb-disassembly-handler-custom): Column alignment.
22207 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
22208 placing new ones.
22209 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
22210 end of line, too.
22211 (gdb-frame-handler): Match convention to for disassembly buffer
22212 mode name.
17c1380b 22213 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
22214 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
22215 not highlight breakpoints without line information.
69a197a2 22216 (gdb-input): Add trailing newline to command.
dc6b4519 22217
14340b25
DD
22218 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
22219 buffer properly.
22220 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 22221 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
22222 now.
22223 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
22224 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
22225 to place breakpoints.
14340b25
DD
22226 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
22227 functions.
22228 (gdb-disassembly-handler-custom): Show overlay arrow.
22229 (gdb-disassembly-place-breakpoints): Show breakpoints in
22230 disassembly buffer.
22231 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 22232 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 22233 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 22234 in `gud-menu-map'.
14340b25 22235
38d4f316 22236 * fadr.el: Remove.
1f2a6224 22237
7b6fefac 22238 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 22239 (gdb-memory-address): New variable which holds top address of
7b6fefac 22240 memory page shown in memory buffer.
6a7662bb
BR
22241 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
22242 New customization variables.
0996385d
DD
22243 New functions:
22244 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
22245 display the memory buffer.
22246 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
22247 buffer display parameters.
22248 (def-gdb-memory-format, gdb-memory-format-binary)
22249 (gdb-memory-format-octal, gdb-memory-format-unsigned)
22250 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
22251 Functions for setting memory buffer format.
22252 (gdb-memory-unit-word, gdb-memory-unit-halfword)
22253 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
22254 unit size used in memory buffer.
6a7662bb
BR
22255 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
22256 Switch to next/previous page of memory buffer.
28d67a53 22257 Now using (bindat-get-field) instead of fadr functions.
0996385d 22258
9ba562d3
SS
222592009-07-07 Sam Steingold <sds@gnu.org>
22260
22261 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
22262 non-top-level files.
22263
a43977db
KH
222642009-07-07 Kenichi Handa <handa@m17n.org>
22265
6a7662bb
BR
22266 * international/mule-cmds.el (reset-language-environment):
22267 Put the highset priority to the charset iso-8859-1.
a43977db 22268
d44d05e8
CY
222692009-07-06 Chong Yidong <cyd@stupidchicken.com>
22270
22271 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
22272 to the end of the line when locating the block (Bug#700).
22273
3e2fa353
MA
222742009-07-06 Michael Albinus <michael.albinus@gmx.de>
22275
22276 * net/tramp.el (tramp-handle-write-region): Flush file properties
22277 in case of short track.
22278
be3e598a 222792009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 22280
bf0b361c
JB
22281 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
22282 Coded custom representation of verilog error regular expressions
22283 to work with Emacs-22's new format.
d88782c3 22284 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 22285 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
22286 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
22287 error recognition into XEmacs.
22288 (verilog-error-regexp-add-emacs): Hook routine to install verilog
22289 error recognition into Emacs-22.
22290
25c6f63e
CY
222912009-07-06 Chong Yidong <cyd@stupidchicken.com>
22292
22293 * woman.el: Remove stand-alone closing parentheses.
22294 (woman-file-name, woman2-format-paragraphs)
22295 (woman-leave-blank-lines): Code cleanup.
22296 (woman-use-own-frame): Change default to nil.
6a7662bb
BR
22297 (woman-italic, woman-bold, woman-unknown, woman-addition):
22298 Change defaults to inherit from default faces.
25c6f63e
CY
22299 (woman2-process-escapes): Consume the newline after a stand-alone
22300 filler character (Bug#3651).
22301
f176290e
GM
223022009-07-06 Glenn Morris <rgm@gnu.org>
22303
22304 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
22305 (top-level): Move provide to the end.
22306 (ffap): Remove defunct URL from custom group.
22307
22308 * subr.el (eval-after-load): Doc fix.
22309
7b6fefac 223102009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
22311
22312 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
22313 `calc-embedded-word' is called twice.
22314
4b8b1ec5
SM
223152009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22316
22317 * files.el (find-alternate-file-other-window, find-alternate-file):
22318 Obey confirm-nonexistent-file-or-buffer.
22319
d6ceb380
MA
223202009-07-05 Michael Albinus <michael.albinus@gmx.de>
22321
22322 * dired-aux.el (dired-show-file-type): Handle remote files.
22323
be3e598a 223242009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 22325
4b8b1ec5
SM
22326 * desktop.el (desktop-globals-to-save):
22327 Add file-name-history (Bug#2750).
c760f19e 22328
6d00ce04
CY
223292009-07-05 Chong Yidong <cyd@stupidchicken.com>
22330
4b8b1ec5 22331 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 22332
6ee21b07
JB
223332009-07-04 Johan Bockgård <bojohan@gnu.org>
22334
22335 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
22336 property on entire argument since this is what eshell-lisp-command
22337 expects.
22338
f0dbdc25
MA
223392009-07-03 Michael Albinus <michael.albinus@gmx.de>
22340
22341 * net/tramp-gvfs.el (tramp-gvfs-methods)
22342 (tramp-gvfs-zeroconf-domain)
22343 (tramp-bluez-discover-devices-timeout): Add version flag.
22344 (tramp-gvfs-handler-mounted-unmounted)
22345 (tramp-gvfs-connection-mounted-p): Polish handling of
22346 incompatibilities between GVFS 0.2 and 1.0.
22347
e044e4fc
JD
223482009-07-03 Jan Djärv <jan.h.d@swipnet.se>
22349
4b8b1ec5 22350 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 22351
2e9b968b
JB
223522009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
22353
bf0b361c 22354 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
22355 formatted correctly.
22356
baf1a55e
JL
223572009-07-02 Juri Linkov <juri@jurta.org>
22358
22359 * info.el: Virtual Info files and nodes.
22360 (Info-virtual-files, Info-virtual-nodes): New variables.
22361 (Info-current-node-virtual): New variable.
22362 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
22363 New functions.
22364 (Info-file-supports-index-cookies): Use Info-virtual-file-p
22365 to check for a virtual file instead of checking a fixed list
22366 of node names.
22367 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
22368 instead of ad-hoc processing of "dir" and (apropos history toc).
22369 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
22370 instead of ad-hoc processing of "dir" and (apropos history toc).
22371 Reread a file when moving from a virtual node.
22372 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
22373 (Info-directory-toc-nodes, Info-directory-find-file)
22374 (Info-directory-find-node): New functions.
22375 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
22376 (Info-history): Move part of code to
22377 `Info-history-find-node'.
22378 (Info-history-toc-nodes, Info-history-find-file)
22379 (Info-history-find-node): New functions.
22380 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
22381 (Info-toc): Move part of code to `Info-toc-find-node'.
22382 (Info-toc-find-node): New function.
4b8b1ec5 22383 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
22384 the current Info file name to references because now the node
22385 "*TOC*" belongs to the same Info manual.
4b8b1ec5 22386 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
22387 (Info-toc-nodes): Rename input argument `file' to `filename'.
22388 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
22389 instead of ad-hoc processing of ("dir" apropos history toc).
22390 (Info-index-nodes): Use Info-virtual-file-p
22391 to check for a virtual file instead of checking a fixed list
22392 of node names.
22393 (Info-index-node): Add check for `Info-current-node-virtual'.
22394 Raise `save-match-data' higher up the tree to contain
22395 `search-forward' too (bug fix).
22396 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
22397 (Info-virtual-index-nodes): New variable.
22398 (Info-virtual-index-find-node, Info-virtual-index): New functions.
22399 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
22400 (Info-apropos-file, Info-apropos-nodes): New variables.
22401 (Info-apropos-toc-nodes, Info-apropos-find-file)
22402 (Info-apropos-find-node, Info-apropos-matches): New functions.
22403 (info-apropos): Move part of code to `Info-apropos-find-node' and
22404 `Info-apropos-matches'.
22405 (Info-mode-map): Bind "I" to `Info-virtual-index'.
22406 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
22407 for a virtual file instead of checking a fixed list of node names.
22408
22409 * simple.el (async-shell-command): New command.
22410
22411 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
22412
22413 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
22414 instead of `mount-info'.
22415
d04bc496
MA
224162009-07-02 Michael Albinus <michael.albinus@gmx.de>
22417
22418 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 22419 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 22420
af0403e0
KH
224212009-07-02 Kenichi Handa <handa@m17n.org>
22422
22423 * international/mule.el (set-keyboard-coding-system): Force *-unix
22424 coding-system to avoid eol conversion.
22425
99278f8a
MA
224262009-07-01 Michael Albinus <michael.albinus@gmx.de>
22427
4b8b1ec5
SM
22428 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
22429 Add handler for `process-file', `shell-command' and
99278f8a
MA
22430 `start-file-process'.
22431 (tramp-gvfs-handle-shell-command)
22432 (tramp-gvfs-handle-start-file-process)
22433 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 22434 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 22435
3f1c6666
JD
224362009-07-01 Jan Djärv <jan.h.d@swipnet.se>
22437
22438 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
22439
3f396bac
KH
224402009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
22441
22442 * language/korean.el (set-language-info-alist): Add korean-cp949,
22443 cp949 to spec.
22444
c1185193
KH
224452009-07-01 Kenichi Handa <handa@m17n.org>
22446
22447 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
22448
22449 * international/encoded-kb.el: Deleted.
22450
22451 * international/mule.el (set-keyboard-coding-system): Perform the
22452 necessary setup here instead of calling encoded-kbd-setup-display.
22453
3f150a60
GM
224542009-07-01 Glenn Morris <rgm@gnu.org>
22455
22456 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
22457
b0d5b05b
GM
224582009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
22459
22460 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
22461
4f4126e6
MA
224622009-06-30 Michael Albinus <michael.albinus@gmx.de>
22463
4b8b1ec5
SM
22464 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
22465 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 22466 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 22467
7ae3ea65 22468 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
22469 (top): Add a default for "synce" in `tramp-default-user-alist'.
22470 Add completion function for "synce" method.
22471 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
22472 (tramp-hal-interface-manager, tramp-hal-interface-device):
22473 New defconst.
22474 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
22475 (tramp-synce-list-devices, tramp-synce-parse-device-names):
22476 New defuns.
d6ceb380
MA
22477
22478 * net/trampver.el: Update release number.
7ae3ea65 22479
0ad6626b
KH
224802009-06-30 Kenichi Handa <handa@m17n.org>
22481
22482 * international/fontset.el (setup-default-fontset): Add CJK fonts
22483 for symbols and the other miscellaneous characters.
22484
4b8b1ec5
SM
22485 * language/korea-util.el (setup-korean-environment-internal):
22486 Make char-width-table suitable for Korean environments.
0ad6626b
KH
22487 (exit-korean-environment): Cancel above.
22488
22489 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
22490 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 22491 setup-function to make char-width-table suitable for respective
0ad6626b
KH
22492 environments, and an exit-function to cancel that.
22493
22494 * language/japan-util.el (setup-japanese-environment-internal):
22495 Call use-cjk-char-width-table with arg `ja_JP'.
22496
22497 * international/characters.el (cjk-char-width-table): Delete it.
22498 (cjk-char-width-table-list): New variable.
22499 (use-cjk-char-width-table): New arg local-name.
22500 (use-default-char-width-table): Fix for the case that Emacs is
22501 already using the default char-width-table.
22502
fd46e893
MA
225032009-06-29 Michael Albinus <michael.albinus@gmx.de>
22504
22505 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
22506 modes mandatory. (Bug#3712)
22507
b87d9f96
AM
225082009-06-29 Alan Mackenzie <acm@muc.de>
22509
22510 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 22511 correction between the visible width of TABs and their number of bytes.
b87d9f96 22512
2d25aa5a
CY
225132009-06-29 Chong Yidong <cyd@stupidchicken.com>
22514
22515 * server.el (server-buffer-done): Prevent kill-buffer from
22516 prompting by clearing the buffer modification flag (Bug#3696).
22517
a3a8b002
DN
225182009-06-28 Michael McNamara <mac@mail.brushroad.com>
22519
bf0b361c 22520 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 22521 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
22522 (verilog-basic-complete-re): Support localparam lineup.
22523 (verilog-beg-of-statement-1): Fix for robustness, unique case.
22524 (verilog-set-auto-endcomments): Fix for unique case, always_comb
22525 commenting.
22526 (verilog-leap-to-case-head): Now support *nested* unique &
22527 priority case statements.
22528 (verilog-auto-lineup): Make just declarations the default (as it
22529 had been).
4b8b1ec5 22530 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 22531 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 22532 select the various styles of automatic lineup.
a3a8b002
DN
22533 (verilog-error-regexp-alist): Rework to support the XEmacs style
22534 of error regular expressions from compilers, lint tools &
22535 simulators. Note that GNU Emacs has made it impossible for a mode
22536 to load such things.
22537 (electric-verilog-terminate-line, verilog-indent-declaration)
22538 (verilog-auto-wiure): Rework for radio button selection of
22539 auto-lineup selection of specification of auto lineup.
22540 (verilog-beg-of-statement-1): Redesign to support proper operation
22541 in additional code, based on testing with auto-lineup.
22542 (verilog-calculate-indent, assignments & declarations)
22543 (verilog-backward-token): Enhance to support auto-lineup of
22544 assignments & declarations.
22545 (verilog-in-directive-p, verilog-at-struct-p): New function for
22546 easy test of whether we are.
22547 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
22548 to support safe execution at almost anyline.
22549 (verilog-calc-1): Properly support indenting deep inside generate
22550 blocks.
48c2d18a 22551 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 22552 as it is redundant with font-lock-defaults.
a8f316ca 22553 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
22554 to avoid circular calls if syntax-ppss is a function (as is the
22555 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 22556 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
22557 (verilog-ovm-begin-re, verilog-ovm-end-re)
22558 (verilog-ovm-statement-re, verilog-leap-to-head)
22559 (verilog-backward-token): Add support for OVM macros. Some are
22560 complete statements, and others open and close scopes like begin
22561 and end.
22562 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
22563 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 22564 compilation issue.
48c2d18a 22565 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 22566 coverpoint, constraint and cross statements.
a3a8b002
DN
22567 (verilog-defun-level-list, verilog-generate-defun-level-list)
22568 (verilog-all-defun-level-list): Redo these specifications - it is
22569 too hard to support eval-when compile aggregation of lists also
22570 built at when-compile time.
22571 (verilog-defun-level-list): Place defconsts of variables used in
22572 building regular expressions which are built in eval-when-compile
22573 bodies in the same eval-when-compile body to facilitate compile
22574 without load.
22575 (verilog-beg-block-re-ordered): Support indenting
22576 virtual/protected tasks and functions.
7b6fefac 22577 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
22578 (verilog-backward-ws&directives, verilog-calc-1): Speed up
22579 indentation of some module items (generate items).
22580 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
22581 across virtual/protected tasks and functions.
22582
225832009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
22584
bf0b361c 22585 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 22586 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
22587 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
22588 in concatenations. Reported by Yishay Belkind.
22589 (verilog-auto-ascii-enum): Support one-hot state machines in
22590 AUTOASCIIENUM. Suggested by Lloyd Gomez.
22591 (verilog-auto-inst, verilog-auto-inst-port): Include interface
6a7662bb
BR
22592 modport in AUTOINST and add vl-modport for users.
22593 Reported by David Rogoff.
a3a8b002
DN
22594 (verilog-auto-inout-module, verilog-auto-inst)
22595 (verilog-decls-get-interfaces, verilog-insert-definition)
22596 (verilog-insert-one-definition, verilog-read-decls)
22597 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
22598 (verilog-sig-modport, verilog-signals-combine-bus)
22599 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
22600 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
22601 Suggested by David Rogoff.
22602 (verilog-repair-open-comma): Fix non-insertion of comma when
22603 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
22604 (verilog-make-width-expression): Simplify [A-1:0] expression
22605 widths to just {A{1'b0}}.
22606 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
22607 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
22608 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
22609 inputs/outputs or data type. Suggested by Vasu Kandadi.
22610 (next-error-last-buffer): Fix byte-compiler warning.
22611 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
22612 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 22613 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 22614 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5 22615 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
01c35094 22616 Fix dotted nets {a.b,c.d} and escaped identifiers being mis-included
7b6fefac 22617 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
22618 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
22619 causing use of <= assignments. Reported by Alex Reed.
22620 (verilog-read-decls): Fix triand, trior, wand, wor to be
22621 recognized by AUTOWIRE. Reported by Spencer Isaacson.
22622 (verilog-extended-complete-re): Support import "DPI-C" functions.
22623 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 22624 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
22625 (verilog-insert-date, verilog-insert-year)
22626 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
22627 Windows systems. Reported by Michael Potts.
22628 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 22629 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 22630 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 22631 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
22632 (verilog-read-decls): Fix detecting "parameter int" when using
22633 AUTOINSTPARAM. Reported by Bruce T.
22634 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 22635 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 22636 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
22637 verilog-goto-defun will work. Reported by Lawrence Butcher.
22638 (verilog-getopt): Expand environment variables in -f file
22639 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 22640 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
22641 when reading enumerations.
22642 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
22643 Suggested by Stephen Peltan.
4b8b1ec5 22644 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
22645 files. Reported by Steve Peltan.
22646
f7c0d931
CY
226472009-06-28 David De La Harpe Golden <david@harpegolden.net>
22648
22649 * files.el (trash-directory): Fix defcustom type.
22650
baf1a55e 226512009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
22652
22653 * help-fns.el (describe-function-1): Correctly locate adviced
22654 functions in hyperlink (Bug#2438).
22655
d63a01ef
CY
226562009-06-28 Chong Yidong <cyd@stupidchicken.com>
22657
22658 * files.el (trash-directory): Change default to nil.
22659 (move-file-to-trash): If trash-directory is nil and
22660 system-move-file-to-trash is unbound, perform freedesktop-style
22661 trashing.
22662
226632009-06-28 David De La Harpe Golden <david@harpegolden.net>
22664
22665 * files.el (move-file-to-trash): Add freedesktop trash
22666 support (Bug#973).
22667
fc2f6a26
GM
226682009-06-28 Glenn Morris <rgm@gnu.org>
22669
22670 * autorevert.el (global-auto-revert-non-file-buffers)
22671 (global-auto-revert-mode): Doc fixes.
22672
00242b07
JB
226732009-06-27 Johan Bockgård <bojohan@gnu.org>
22674
22675 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
22676
f5594f03
CY
226772009-06-27 Chong Yidong <cyd@stupidchicken.com>
22678
e8a2b2da
CY
22679 * faces.el (x-handle-named-frame-geometry): Ensure that we have
22680 opened an X connection before calling x-get-resource (Bug#3194).
22681
f5594f03
CY
22682 * play/doctor.el: Remove reference to obsolete website.
22683 (make-doctor-variables): Correct grammar mistake (Bug#2633).
22684
3c3bf6ce
DN
226852009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
22686
22687 Remove find-file-not-found-hook VC method. (Bug#2757)
22688 * vc-hooks.el (vc-file-not-found-hook)
22689 (vc-default-find-file-not-found-hook): Remove functions.
22690 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
22691 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
22692 * vc.el:
22693 * vc-hg.el:
22694 * vc-git.el: Do not mention find-file-not-found-hook VC method.
22695
e26a7bc0
AM
226962009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
22697
22698 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 22699 compatibility function for `looking-back'.
e26a7bc0 22700
4b8b1ec5 22701 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 22702 Use `ispell-looking-back'.
e26a7bc0 22703
d9848600
MA
227042009-06-24 Michael Albinus <michael.albinus@gmx.de>
22705
22706 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 22707 rather than `filename'.
d9848600 22708
05fbc4a9
MB
227092009-06-23 Miles Bader <miles@gnu.org>
22710
22711 * face-remap.el (text-scale-set): New function.
22712
f86ca715
GM
227132009-06-23 Glenn Morris <rgm@gnu.org>
22714
33e2c2e5
GM
22715 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
22716
f529f302
GM
22717 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
22718
34995333
GM
22719 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
22720
cc80ccee
GM
22721 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
22722
84cb770d
GM
22723 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
22724 Simplify Persian conditionals.
22725
d916c965
GM
22726 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
22727 variable `filename'.
22728
b6a44b27
GM
22729 * comint.el (comint-insert-input): Doc fix.
22730
f86ca715
GM
22731 * Makefile.in (ELCFILES): Fix typo in previous change.
22732
666e158e
MB
227332009-06-23 Miles Bader <miles@gnu.org>
22734
22735 * cus-start.el: Add entry for `recenter-redisplay'.
22736
be3e598a 227372009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
22738
22739 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
22740 Add an optional argument for the backend, use it instead of
22741 calling vc-backend.
4b8b1ec5
SM
22742 (vc-mode-line): Add an optional argument for the backend.
22743 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
22744 special handling for vc-state being a buffer to ...
22745
22746 * vc-rcs.el (vc-rcs-find-file-hook):
22747 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
22748
22749 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
22750 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
22751 vc-stay-local-p and vc-mode-line calls.
22752
22753 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
22754 (vc-cvs-diff, vc-cvs-annotate-command)
22755 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
22756 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
22757 vc-mode-line calls.
22758
22759 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
22760 direct comparison.
22761 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
22762 backend when calling vc-mode-line.
22763 (vc-register): Do not create a closure for calling the vc register
22764 function, call it directly.
22765
2764748c
DN
227662009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
22767
22768 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
22769 to make it obvious item can be clicked.
f5a0b281
DN
22770
22771 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
22772
d4a885b2
KH
227732009-06-23 Kenichi Handa <handa@m17n.org>
22774
22775 * language/korea-util.el (korean-key-bindings): Change the binding
22776 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
22777 same command.
22778
e3610693
MA
227792009-06-22 Michael Albinus <michael.albinus@gmx.de>
22780
22781 Sync with Tramp 2.1.16.
22782
22783 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
22784
22785 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
22786 when a loading of a package fails. Completion function for rsync
22787 is `tramp-completion-function-alist-ssh'.
22788 (all): Replace all calls of `split-string' and
22789 `tramp-split-string' by `tramp-compat-split-string'.
22790 (tramp-default-method): Use `tramp-compat-process-running-p'.
22791 (tramp-default-proxies-alist): Allow also Lisp forms.
22792 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 22793 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
22794 (tramp-domain-regexp): Allow also "-", "_" and ".".
22795 (tramp-end-of-output): Remove newlines, and add "$" at the end.
22796 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
22797 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
22798 (tramp-handle-directory-files-and-attributes-with-stat):
22799 Care about filenames with spaces, or starting with "-".
e3610693
MA
22800 (tramp-handle-dired-uncache): New defun.
22801 (tramp-handle-insert-directory): Don't flush the directory from
22802 cache, this is handled by `dired-uncache' now.
22803 (tramp-handle-insert-file-contents): Improve error handling.
22804 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
22805 Quote `tramp-end-of-output'.
22806 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
22807 (tramp-check-for-regexp): Both echoes must be present, before removing.
22808 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
22809 (tramp-compute-multi-hops): Eval cons cells of
22810 `tramp-default-proxies-alist'.
22811 (tramp-maybe-open-connection): Use the same command pattern for
22812 first hop and further hops.
22813 (tramp-wait-for-output): Remove handling of newlines.
22814 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
22815 (tramp-split-string): Remove function. It is handled in
22816 tramp-compat now.
22817
4b8b1ec5
SM
22818 * net/tramp-cmds.el (tramp-bug):
22819 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
22820
22821 * net/tramp-compat.el (tramp-compat-split-string)
22822 (tramp-compat-process-running-p): New defuns.
22823
22824 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
22825 for `dired-uncache'.
22826
22827 * net/tramp-gvfs.el: New package.
22828
4b8b1ec5
SM
22829 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
22830 Add handler for `dired-uncache'.
e3610693
MA
22831 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
22832
22833 * net/trampver.el: Update release number. Make version check fit
22834 for SXEmacs 22.
22835
13a3f374
JM
228362009-06-22 Jim Meyering <meyering@redhat.com>
22837
e0a28a3b 22838 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
22839 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
22840 XZ is the successor to LZMA: <http://tukaani.org/xz/>
22841
5242671e 228422009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
4e2af782 22843 Nick Roberts <nickrob@snap.net.nz>
13a3f374 22844
e0a28a3b 22845 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
22846 repository (http://sphinx.net.ru/hg/gdb-mi/).
22847
3fde45af
GM
228482009-06-22 Glenn Morris <rgm@gnu.org>
22849
46253b34
GM
22850 * files.el (dir-locals-collect-mode-variables): Allow for any number of
22851 `mode' and `eval' entries. (Bug#3430)
22852
97e18192
GM
22853 * Makefile.in (ELCFILES): Add fadr.elc.
22854
731a00fb
GM
22855 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
22856 differing behavior of \n and ^ in strings. (Bug#3385)
22857
c66cd0ff
GM
22858 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
22859
3fde45af
GM
22860 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
22861 property.
22862 (lisp-indent-function): Make it a defcustom.
22863
db2241a0
NR
228642009-06-21 Nick Roberts <nickrob@snap.net.nz>
22865
22866 * progmodes/gdb-ui.el: Replace with ...
5242671e 22867 * progmodes/gdb-mi.el: ... this file.
db2241a0 22868 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
22869
228702009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
22871
db2241a0
NR
22872 * fadr.el: New file.
22873
38d4f316 22874See ChangeLog.14 for earlier changes.
e3d51b27
MR
22875
22876;; Local Variables:
22877;; coding: utf-8
e3d51b27
MR
22878;; End:
22879
73b0cd50 22880 Copyright (C) 2009-2011 Free Software Foundation, Inc.
e3d51b27
MR
22881
22882 This file is part of GNU Emacs.
22883
22884 GNU Emacs is free software: you can redistribute it and/or modify
22885 it under the terms of the GNU General Public License as published by
22886 the Free Software Foundation, either version 3 of the License, or
22887 (at your option) any later version.
22888
22889 GNU Emacs is distributed in the hope that it will be useful,
22890 but WITHOUT ANY WARRANTY; without even the implied warranty of
22891 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22892 GNU General Public License for more details.
22893
22894 You should have received a copy of the GNU General Public License
22895 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.