* lisp/mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
ccb55d27
GM
12011-03-10 Glenn Morris <rgm@gnu.org>
2
3 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
4
ec6ecaed
JD
52011-03-10 Julien Danjou <julien@danjou.info>
6
7 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
8 `cursor-type' is nil.
9
9d5aa01d
JB
102011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
11
12 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
13
b6a5875b
KM
142011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
15
16 * allout.el Summary: Change so yank of distinctive-bullet items
17 preserves the existing header prefix, rebulleting it if necessary,
18 rather than replacing it. This is necessary for proper operation
19 of cooperative addons like allout-widgets.
20 (allout-make-topic-prefix) (allout-rebullet-heading): Change
21 SOLICIT arg to INSTEAD, and interpret additionally a string value
22 as alternate bullet to be used, instead of prompting the user for
23 a bullet character.
24
ee545c35
MA
252011-03-09 Michael Albinus <michael.albinus@gmx.de>
26
27 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band): Do
28 not use `tramp-file-name-port', because this returns also
29 `tramp-default-port'.
30
c47971d7
DD
312011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
32
33 * net/rcirc.el (rcirc-handler-001): Remove useless
34 with-rcirc-process-buffer.
35 (rcirc-check-auth-status): Swap arguments to string-match.
36
13522cb4
GM
372011-03-09 Glenn Morris <rgm@gnu.org>
38
0be6f4f1
GM
39 * shell.el (shell-mode):
40 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
41
13522cb4
GM
42 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
43 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
44
515de2e3
CY
452011-03-08 Chong Yidong <cyd@stupidchicken.com>
46
47 * emacs-lisp/package.el (package-refresh-contents)
48 (package-menu-execute): Use condition-case-no-debug.
49
b511b994
MA
502011-03-08 Michael Albinus <michael.albinus@gmx.de>
51
52 * simple.el (shell-command-to-string): Use `process-file'.
53
54 * emacs-lisp/package.el (package-tar-file-info): Handle also
55 remote files.
56
57 * emacs-lisp/package-x.el (package-upload-buffer-internal): Use
58 `equal' for upload base check.
59
25bbfb31
AM
602011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
61
62 * textmodes/texinfo.el (texinfo-environments):
63 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
64
be996521
GM
652011-03-08 Glenn Morris <rgm@gnu.org>
66
e9c8529f
GM
67 * cus-start.el (cursor-in-non-selected-windows):
68 Fix :set quoting oddness. (Bug#8192)
69
be996521
GM
70 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
71 in some setf expressions. (Bug#2159)
72
2bb5649e
CY
732011-03-08 Chong Yidong <cyd@stupidchicken.com>
74
75 * custom.el (custom-available-themes): Return themes in
76 alphabetical order.
77
7600cf45
CY
782011-03-07 Chong Yidong <cyd@stupidchicken.com>
79
80 * progmodes/cc-cmds.el (c-beginning-of-statement): Fix incorrect
81 application of patch from Alan Mackenzie (Bug#7595).
82
fa7062f6
DD
832011-03-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
84
85 * net/rcirc.el (rcirc-connect): Fix PASS bug.
86
619f4b62
GM
872011-03-07 Glenn Morris <rgm@gnu.org>
88
89 * vc/vc.el (vc-next-action): Add missing space to y-or-n-p prompt.
7e319d3c 90 Give an explicit error if failed to make writable. (Bug#6146)
619f4b62 91
e63e9234
ER
922011-03-07 Ed Reingold <reingold@emr.cs.iit.edu>
93
94 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
95 Add optional `after-sunset' argument. (Bug#8190)
96
16130297
AH
972011-03-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
98
99 * play/morse.el (nato-alphabet, nato-region, denato-region):
100 New variable and functions. (Bug#2288)
f72c1fd6 101 (morse-region, unmorse-region): Barf if read-only.
16130297 102
2b0787b3
SM
1032011-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
104
105 * progmodes/gud.el (gdb-script-syntax-propertize-function):
106 Don't change the syntax of a \n that closes a comment (bug#8169).
107
5c69cb2c
CY
1082011-03-06 Chong Yidong <cyd@stupidchicken.com>
109
110 * emacs-lisp/package-x.el (package-archive-upload-base): Make it a
111 defcustom.
112 (package--update-file): Doc fix. Accept relative file names.
113 (package--archive-contents-from-file): Remove the argument, since
114 it's necessarily always "archive-contents".
115 (package-maint-add-news-item): Pass relative file name args to
116 package--update-file.
117 (package-upload-buffer-internal): Prompt for a destination if
118 package-archive-upload-base is invalid. Create the directory if
119 it does not exist.
120 (package-upload-buffer, package-upload-file): Doc fix.
121
892777ba
CY
1222011-03-06 Chong Yidong <cyd@stupidchicken.com>
123
124 * isearch.el (isearch-mode-map): Bind C-y to isearch-yank-kill,
125 and move isearch-yank-line to M-s C-e (Bug#8183).
126
9d1f0f55
AM
1272011-03-06 Alan Mackenzie <acm@muc.de>
128
129 * progmodes/cc-engine.el (c-guess-basic-syntax): Reindent.
804a116c
AM
130 (c-guess-basic-syntax): Move CASE 19 to a different place,
131 correctly to process template-args-cont lines.
9d1f0f55 132
479a2c9b
JB
1332011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
134
2b0787b3
SM
135 * calc/calc-ext.el (calc-init-extensions):
136 Rename calc-logunits-dblevel and calc-logunits-nplevel to calc-dblevel
804a116c
AM
137 and calc-nplevel, respectively. Add keybindings for calc-spn,
138 calc-midi and calc-freq. Add autoloads for calcFunc-spn,
139 calcFunc-midi, calcFunc-freq, calc-spn, calc-midi and calc-freq.
479a2c9b
JB
140
141 * calc/calc-units.el (calc-dblevel): Rename from
142 calc-logunits-dblevel.
143 (calc-nplevel): Rename from calc-logunits-nplevel.
05a29101
JB
144 (math-midi-round, math-freqp, math-midip, math-spnp)
145 (math-spn-to-midi, math-midi-to-spn, math-freq-to-spn)
146 (math-midi-to-freq, math-spn-to-freq, calcFunc-spn, calcFunc-midi)
147 (calcFunc-freq, calc-freq, calc-midi, calc-spn): New functions.
148 (math-notes): New variable.
149
150 * calc/calc.el (calc-note-threshold): New variable.
479a2c9b 151
f561e49a
CY
1522011-03-06 Chong Yidong <cyd@stupidchicken.com>
153
154 * emacs-lisp/package.el (package-archives): Accept either ordinary
155 directory names, in addition to HTTP URLs.
156 (package--with-work-buffer): New macro. Handle normal directories.
157 (package-handle-response): Don't display the failing buffer.
158 (package-download-single, package-download-tar)
159 (package--download-one-archive): Use package--with-work-buffer.
160 (package-archive-base): Rename from package-archive-url.
161
79a0fb58
GM
1622011-03-06 Glenn Morris <rgm@gnu.org>
163
164 * generic-x.el (generic-unix-modes): Add xmodmap-generic-mode.
165 (xmodmap-generic-mode): Respect generic-extras-enable-list.
166
ffd0a502
DC
1672011-03-06 Daniel Clemente <dcl441-bugs@yahoo.com> (tiny change)
168
169 * generic-x.el (xmodmap-generic-mode): New. (Bug#2065)
170
01c35094
JB
1712011-03-06 Juanma Barranquero <lekktu@gmail.com>
172
173 * allout.el (allout-init, allout-prefixed-keybindings)
174 (allout-unprefixed-keybindings):
175 * progmodes/prolog.el (prolog-find-term):
176 Fix typos in docstrings.
177
509742cc
NS
1782011-03-06 Nikolaj Schumacher <me@nschum.de> (tiny change)
179
180 * emacs-lisp/elp.el (elp-results): Fix off-by-one in header. (Bug#2746)
181
14369ab3
KR
1822011-03-06 Kevin Ryde <user42@zip.com.au>
183
184 * textmodes/sgml-mode.el (sgml-fill-nobreak): Give it a doc. (Bug#5326)
185
aa248733
MS
1862011-03-06 Michael Shields <shields@msrl.com> (tiny change)
187
188 * window.el (one-window-p, walk-windows, display-buffer):
189 Doc fixes. (Bug#5567)
190
da0275f8
JB
1912011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
192
193 * cus-edit.el (custom-prompt-variable): Use the `custom-get' property
194 of the variable if it exists.
195
845fc5e5
JB
1962011-03-06 Juanma Barranquero <lekktu@gmail.com>
197
198 * bookmark.el:
199 * desktop.el:
200 * emacs-lock.el:
201 * ps-print.el:
202 * saveplace.el:
203 * net/tramp-cache.el:
01c35094 204 * obsolete/fast-lock.el:
845fc5e5
JB
205 * textmodes/reftex.el:
206 Don't set `kill-emacs-hook' on noninteractive sessions (bug#8137).
207
7e27ce9c
AL
2082011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
209
01c35094
JB
210 * files.el (delete-directory, copy-directory, list-directory):
211 Use read-directory-name.
7e27ce9c
AL
212
213 * find-file.el (ff-find-the-other-file):
214 * net/ange-ftp.el (ange-ftp-make-directory):
215 * printing.el (pr-interactive-dir):
216 * progmodes/ada-prj.el (ada-prj-load-directory):
217 * progmodes/ebnf2ps.el (ebnf-print-directory)
218 (ebnf-spool-directory, ebnf-eps-directory)
219 (ebnf-syntax-directory):
220 * shell.el (shell):
221 * speedbar.el (speedbar-create-directory):
222 * vc/emerge.el (emerge-merge-directories):
223 * vc/vc-dir.el (vc-dir):
224 * vc/vc.el (vc-create-tag, vc-retrieve-tag): Likewise.
225
d23ae2b0
CY
2262011-03-05 Chong Yidong <cyd@stupidchicken.com>
227
228 * help-mode.el (help-buffer): If we are to return the current
229 buffer, signal an error if it's not in Help mode (Bug#8147).
230
2de9cc1a
RT
2312011-03-05 Reuben Thomas <rrt@sc3d.org>
232
233 * files.el (file-name-version-regexp): Handle backup files of the
234 form `foo.js.~HEAD~1~' (Bug#8159).
235
81fb60b2
GM
2362011-03-05 Glenn Morris <rgm@gnu.org>
237
238 * eshell/esh-var.el: Don't require esh-test when compiling.
239 * eshell/em-banner.el, eshell/esh-cmd.el, eshell/esh-mode.el:
240 * eshell/esh-var.el, eshell/eshell.el: Move tests to esh-test.
01c35094 241 * eshell/esh-test.el: Move to ../../test/eshell.el.
81fb60b2 242
c5f09daf
DE
2432011-03-05 David Engster <deng@randomsample.de>
244
245 * files.el (save-some-buffers): Report the names of buffers saved
246 automatically due to buffer-save-without-query (Bug#8134).
247
77f63d30
DD
2482011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
249
250 * net/rcirc.el: Add QuakeNet authentication support.
251 (rcirc-authinfo, rcirc-check-auth-status)
252 (rcirc-authenticate): Support QuakeNet.
253
72d2c2e3
DD
2542011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
255
256 * net/rcirc.el: Add functionality to authenticate before
257 autojoining channels.
258 (rcirc-authenticate-before-join): New option.
259 (rcirc-authenticated-hook): New variable.
260 (rcirc-connect): Make local variable rcirc-user-authenticated.
261 (rcirc-handler-001): Respect rcirc-authenticate-before-join.
01c35094
JB
262 (rcirc-check-auth-status, rcirc-join-channels-post-auth):
263 New functions.
264 (rcirc-handler-PRIVMSG, rcirc-handler-NOTICE):
265 Call rcirc-check-auth-status.
72d2c2e3 266
d733e817
MA
2672011-03-05 Alex Harsanyi <AlexHarsanyi@gmail.com>
268
269 * net/soap-client.el (soap-namespace-put-link): Check if the target
270 name is fully qualified -- use only the name part.
271 (soap-parse-complex-type, soap-parse-sequence): Recognize xsd:all
272 types, treated the same as xsd:sequence. (Bug#8166)
273
3ae59fff
EZ
2742011-03-05 Eli Zaretskii <eliz@gnu.org>
275
276 * files.el (find-file-noselect): Don't ask about re-visiting
277 non-literally if the file is already visited in image-mode.
278 (Bug#8177)
279
a9eeff78
GM
2802011-03-05 Glenn Morris <rgm@gnu.org>
281
d783d303
GM
282 * eshell/esh-mode.el (eshell-kill-buffer-function): New function.
283 (eshell-mode): Use eshell-kill-buffer-function.
284 Run the -initialize functions independently of the -load-hooks.
285 * eshell/esh-proc.el (eshell-kill-process-function): New function.
286 (eshell-gather-process-output, eshell-sentinel)
287 (eshell-interrupt-process, eshell-kill-process, eshell-quit-process):
288 Use eshell-kill-process-function.
289 * eshell/em-alias.el (eshell-alias-load-hook):
290 * eshell/em-banner.el (eshell-banner-load-hook):
291 * eshell/em-cmpl.el (eshell-cmpl-load-hook):
292 * eshell/em-dirs.el (eshell-dirs-load-hook):
293 * eshell/em-glob.el (eshell-glob-load-hook):
294 * eshell/em-hist.el (eshell-hist-load-hook):
295 * eshell/em-pred.el (eshell-pred-load-hook):
296 * eshell/em-prompt.el (eshell-prompt-load-hook):
297 * eshell/em-rebind.el (eshell-rebind-load-hook):
298 * eshell/em-script.el (eshell-script-load-hook):
299 * eshell/em-smart.el (eshell-smart-load-hook):
300 * eshell/em-term.el (eshell-term-load-hook):
301 * eshell/em-unix.el (eshell-unix-load-hook):
302 * eshell/esh-arg.el (eshell-arg-load-hook):
303 * eshell/esh-cmd.el (eshell-cmd-load-hook):
304 * eshell/esh-ext.el (eshell-ext-load-hook):
305 * eshell/esh-io.el (eshell-io-load-hook):
306 * eshell/esh-mode.el (eshell-exit-hook):
307 * eshell/esh-proc.el (eshell-proc-load-hook, eshell-kill-hook):
308 * eshell/esh-var.el (eshell-var-load-hook):
309 Set default hook values to nil. (Bug#5375)
310
4a0f18a8
GM
311 * eshell/esh-module.el (eshell-module-unload-hook)
312 (eshell-modules-list): Remove leading * from defcustom docs.
313
a9eeff78
GM
314 * eshell/esh-util.el (eshell-for): Make it obsolete.
315 * eshell/em-alias.el (eshell/alias, eshell-alias-completions):
316 * eshell/em-dirs.el (eshell-save-some-last-dir):
317 * eshell/em-hist.el (eshell-save-some-history)
318 (eshell-hist-parse-modifier):
319 * eshell/em-ls.el (eshell-ls-dir, eshell-ls-files)
320 (eshell-ls-entries):
321 * eshell/em-unix.el (eshell/cat, eshell/du, eshell/su):
322 * eshell/esh-cmd.el (eshell-invoke-directly, eshell-do-eval)
323 (eshell/which):
324 * eshell/esh-ext.el (eshell-find-interpreter):
325 * eshell/esh-mode.el (eshell-mode):
326 * eshell/esh-module.el (eshell-unload-extension-modules):
327 * eshell/esh-proc.el (eshell-process-interact):
328 * eshell/esh-test.el (eshell-test):
329 * eshell/esh-util.el (eshell-flatten-list, eshell-winnow-list):
330 * eshell/esh-var.el (eshell/env, eshell-environment-variables)
331 (eshell-variables-list):
332 * eshell/eshell.el (eshell-unload-all-modules):
333 Replace eshell-for with dolist.
334
85a55d38
GM
3352011-03-04 Glenn Morris <rgm@gnu.org>
336
337 * vc/vc-bzr.el (vc-bzr-after-dir-status): Handle bzr 2.3.0. (Bug#8170)
338
38c179c9
TT
3392011-03-04 Tom Tromey <tromey@redhat.com>
340
341 * progmodes/gud.el (gdb-script-mode): Derive from prog-mode.
342
732795fa
GM
3432011-03-04 Glenn Morris <rgm@gnu.org>
344
015bea8f
GM
345 * outline.el (outline-regexp): No longer allow nil.
346 (outline-heading-end-regexp): Add safety predicate. (Bug#7619)
347
9d982739
GM
348 * net/browse-url.el (browse-url):
349 Handle deleted default-directory. (Bug#6077)
350
732795fa
GM
351 * recentf.el (recentf-include-p): In case of a buggy predicate,
352 err on the side of including, not excluding. (Bug#5843)
353
d6ffd3f8
JB
3542011-03-04 Jay Belanger <jay.p.belanger@gmail.com>
355
356 * calc/calc-units.el (math-to-standard-rec): Don't treat subscripted
357 variables as units.
358
a918ed9b
BR
3592011-03-04 Bob Rogers <rogers@rgrjr.dyndns.org>
360
361 * emacs-lisp/ewoc.el (ewoc-goto-next): Give a more explicit error
362 if there is no node. (Bug#3261)
363
fc0e9092
LL
3642011-03-04 Leo <sdl.web@gmail.com>
365
0a5cb52b
LL
366 * vc/diff-mode.el (diff-mode): Fix whitespace-style. (Bug#8139)
367
fc0e9092
LL
368 * time.el (display-time-world-list): Fix typo. (Bug#7571)
369
a65112fb 3702011-03-04 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
d8c8743b
ZK
371
372 * cus-edit.el (custom-buffer-create-internal):
373 Split search string before passing it to `customize-apropos' (bug#8136).
374
3191adaf
DA
3752011-03-04 Drew Adams <drew.adams@oracle.com>
376
377 * image-dired.el (image-dired-cmd-read-exif-data-options):
378 Fix typo in docstring (bug#8156).
379
fcd8ed1d
DD
3802011-03-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
381
382 * net/rcirc.el (rcirc-cmd-join): Accept comma-separated input.
383
de69c0a8
CO
3842011-03-03 Christian Ohler <ohler@gnu.org>
385
386 * emacs-lisp/ert.el (ert--explain-equal): New function.
387 (ert--explain-equal-rec): Renamed from `ert--explain-not-equal'.
388 All callers changed.
389 (ert--explain-equal-including-properties): Renamed from
390 `ert--explain-not-equal-including-properties'. All callers
391 changed.
392
7c0d1441
CO
3932011-03-03 Christian Ohler <ohler@gnu.org>
394
395 * emacs-lisp/ert.el (ert--stats-set-test-and-result)
396 (ert-char-for-test-result, ert-string-for-test-result)
397 (ert-run-tests-batch, ert--print-test-for-ewoc):
398 Handle `ert-test-quit'.
399
31128af6
DA
4002011-03-03 David Abrahams <dave@boostpro.com> (tiny change)
401
402 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
403 Move ediff-defvar-local calls after defcustoms. (Bug#1821)
404
06083aa1
GM
4052011-03-03 Glenn Morris <rgm@gnu.org>
406
407 * files.el (file-truename): Doc fix. (Bug#2341)
408
c7a74801
BR
4092011-03-03 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
410
01c35094 411 * vc/vc-dir.el (vc-dir-mode-map): Bind vc-dir-find-file to e (Bug#7349).
c7a74801 412
614b85f8
VJ
4132011-03-03 Vagn Johansen <gonz808@hotmail.com> (tiny change)
414
415 * vc/vc-svn.el (vc-svn-after-dir-status): Some MS Windows svn client
416 programs output backslashes. (Bug#7663)
417
f96dc50f
GM
4182011-03-03 Glenn Morris <rgm@gnu.org>
419
fb532fe8
GM
420 * mail/sendmail.el (mail-mode-map): Remove mail-sent-via.
421 (mail-mode): Remove mail-sent-via from the doc.
422 (mail-sent-via): Make it obsolete. (Bug#1776)
423
a915d7a1
GM
424 * progmodes/grep.el (grep-highlight-matches): Doc fix.
425 (grep-process-setup): No highlighting without font-lock. (Bug#8084)
426
f96dc50f
GM
427 * vc/vc-bzr.el (vc-bzr-state-heuristic): Handle dirstate entries
428 with no parents. (Bug#8025)
429
71f8b7ed
G
4302011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
431
432 * password-cache.el (password-in-cache-p): Add autoload.
433
8889f4e2
GM
4342011-03-02 Glenn Morris <rgm@gnu.org>
435
3ab7ebb9
GM
436 * man.el (Man-support-local-filenames): Also handle Red Hat's man.
437 * dired-x.el (Man-support-local-filenames): Autoload it.
438 (dired-guess-shell-alist-default): Also handle Red Hat's man.
439
2777ccbf
GM
440 * dired-x.el (dired-default-directory-alist, dired-default-directory):
441 Mark as obsolete.
442 (dired-smart-shell-command): Just call dired-current-directory.
443
5dedeef2
GM
444 * dired-x.el (dired-jump-other-window): Add autoload.
445 (dired-default-directory-alist, dired-default-directory): Doc fixes.
446 (dired-default-directory-alist): Mark as risky.
447
8889f4e2
GM
448 * dired-x.el (dired-omit-here-always): Make it obsolete.
449
d77aaf6f
CY
4502011-03-02 Chong Yidong <cyd@stupidchicken.com>
451
452 * textmodes/artist.el (artist-curr-go): Default to pen-line.
453 (artist-select-op-pen-line): New function.
454 (artist-menu-map): New variable.
455 (artist-mode-map): Add a menu to the menu-bar.
456
771fc75e
JB
4572011-03-02 Jay Belanger <jay.p.belanger@gmail.com>
458
459 * calc/calc-math.el (calcFunc-log10): Check for symbolic mode
460 when evaluating.
461
462 * calc/calc-units.el (math-conditional-apply, math-conditional-pow):
463 New function.
464 (math-logunits-add, math-logunits-mul, math-logunits-divide):
465 (math-logunits-quant, math-logunits-level):
466 Use `math-conditional-apply' and `math-conditional-pow' to evaluate
467 functions.
468 (math-logunits-level): Extract units from ratio.
469
f6132e5a
JB
4702011-03-01 Juanma Barranquero <lekktu@gmail.com>
471
472 * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
473
7454f200
GM
4742011-03-01 Glenn Morris <rgm@gnu.org>
475
a65112fb
GM
476 * calendar/cal-hebrew.el (calendar-hebrew-birthday)
477 (diary-hebrew-birthday): Rename and rework functions added
478 in previous change.
7454f200 479
cdcbd5a7
ER
4802011-03-01 Ed Reingold <reingold@emr.cs.iit.edu>
481
482 * calendar/cal-hebrew.el (hebrew-calendar-birthday)
483 (diary-hebrew-birthday): New functions.
484
9903d828
GM
4852011-03-01 Glenn Morris <rgm@gnu.org>
486
487 * dired.el (dired-safe-switches-p): Beef it up.
488 (dired-actual-switches): Use it for the safe-local prop. (Bug#3230)
489
75da6eb9
SM
4902011-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
491
492 * dired.el (dired-safe-switches-p): New function.
493
6640b281
GM
4942011-03-01 Glenn Morris <rgm@gnu.org>
495
496 * files.el (dir-locals-collect-variables):
497 Add the ability to exclude subdirectories. (Bug#8100)
498
499 * dired-x.el (dired-omit-here-always): Add `(subdirs . nil)' to locals.
500
cead857b
CS
5012011-02-28 Christoph Scholtes <cschol2112@googlemail.com>
502
503 * ido.el (ido-everywhere): Doc fix.
504 (ido-mode): Doc fix.
505
0a906ec3
GM
5062011-02-28 Glenn Morris <rgm@gnu.org>
507
508 * dired-x.el (dired-guess-shell-alist-default): Use \\', not $.
509
22b300de
MA
5102011-02-28 Michael Albinus <michael.albinus@gmx.de>
511
512 * net/tramp-cmds.el (tramp-append-tramp-buffers): Dump load-path
513 shadows.
514
abec5126 5152011-02-28 Antoine Levitt <antoine.levitt@gmail.com>
584a2773
AL
516
517 * dired-x.el (dired-guess-shell-alist-default): Add rar and 7z.
518
ca3afb79
JB
5192011-02-28 Juanma Barranquero <lekktu@gmail.com>
520
521 * emacs-lisp/pcase.el (pcase, pcase--u1, pcase--q1):
522 Fix typos in docstrings.
523
edb57480
SB
5242011-02-28 Stephen Berman <stephen.berman@gmx.net>
525
526 * dired-aux.el (dired-update-file-line):
527 Fix 2010-11-09 change. (Bug#8131)
528
2b0c7330 5292011-02-28 Eli Zaretskii <eliz@gnu.org>
d1f61aaf
EZ
530
531 * international/mule-cmds.el (set-default-coding-systems): Use the
532 -unix variant of encoding in default-keyboard-coding-system.
533 (Bug#8122)
534
df7f0d0b
CY
5352011-02-27 Chong Yidong <cyd@stupidchicken.com>
536
537 * facemenu.el (list-colors-display): Use with-help-window (Bug#8048).
538
3e478a7c 5392011-02-27 Prestoo Ten <prestooten@gmail.com> (tiny change)
6c89f663
PT
540
541 * term/screen.el: New file (Bug#2650).
542
1f0816b6
SM
5432011-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
544
545 * emacs-lisp/pcase.el (pcase--if): Try to invert test to reduce depth.
546 (pcase-mutually-exclusive-predicates): New var.
547 (pcase--split-consp, pcase--split-pred): Use it.
548 (pcase--split-equal, pcase--split-member): When splitting against
549 a pure predicate, run it to know the outcome.
550 (pcase--u1): Mark vars that are actually used.
551 (pcase--q1): Avoid introducing unused vars.
552
b49df742
JB
5532011-02-27 Jay Belanger <jay.p.belanger@gmail.com>
554
555 * calc/calc-ext.el (calc-init-extensions):
556 Autoload `calc-l-prefix-help' instead of `calc-ul-prefix-help'.
557
558 * calc/calc-math.el (calcFunc-log10): Don't signal an error in
559 symbolic mode.
560
561 * calc/calc-vec.el (calcFunc-subscr): Return nil if the first
562 argument is a variable.
563
e573299d
SM
5642011-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
565
566 * emacs-lisp/assoc.el: Remove misleading `sort' (bug#8126).
567 (aput, adelete, amake): Replace `eval' -> `symbol-value'.
568 Suggested by Michael Heerdegen <michael_heerdegen@web.de>.
569
61e9662e
TZ
5702011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
571
572 * password-cache.el (password-in-cache-p): Convenience function to
573 check if a key is in the cache, even if the value is nil.
574
7fe42546
J
5752011-02-25 Jambunathan K <kjambunathan@gmail.com>
576
577 * emacs-lisp/package-x.el (package--archive-contents-from-url)
578 (package--archive-contents-from-file): New functions.
579 (package-update-news-on-upload): New var.
580 (package-upload-buffer-internal): Extract archive-contents from
581 package-archive-upload-base if it is not found at archive-url.
582 Obey package-update-news-on-upload.
583 (package-upload-buffer, package-upload-file): Doc fix.
584
2d8a57ef
GM
5852011-02-24 Glenn Morris <rgm@gnu.org>
586
6a88f031
GM
587 * files-x.el (modify-dir-local-variable): Handle dir-locals from
588 the cache, and from non-file sources.
589
303f9ae0
GM
590 * help-fns.el (describe-variable): Return consistent results when a
591 dir-local from a file came from the cache or did not. (Bug#8095)
592 If a dir-local has no associated file, say it came from a "directory".
593
07915ed9
GM
594 * files.el (hack-dir-local-variables): Fix setting of `dir-name'.
595 (hack-local-variables-confirm, hack-local-variables-filter): Doc fix.
596
ebe401f6
GM
597 * files.el (dir-locals-find-file): Doc fix.
598 Fix the check for cache elements that have no associated file,
303f9ae0 599 and the mtime check for those that do. (Bug#8095)
ebe401f6 600
b36f2f1c
GM
601 * dired-x.el (dired-hack-local-variables):
602 Handle interrupts during hacking local variables. (Bug#5216)
603
2d8a57ef
GM
604 * emacs-lisp/autoload.el (autoload-save-buffers)
605 (autoload-find-destination, update-directory-autoloads):
606 Avoid prompts when updating autoloads.
607
53cfe624
SM
6082011-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
609
610 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete.
611
c1449bff
KH
6122011-02-23 Kenichi Handa <handa@m17n.org>
613
614 * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
615 error when a multipart boundary in the nested multipart is found.
616
251ebe0f
KH
617 * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
618 header components.
619
5582c670
GM
6202011-02-23 Glenn Morris <rgm@gnu.org>
621
817b48a7
GM
622 * dired.el (dired-mode): Call hack-dir-local-variables-non-file-buffer.
623 * dired-x.el (dired-omit-mode): Safe if boolean.
624 (dired-enable-local-variables): Fix doc and custom type.
625 (dired-enable-local-variables, dired-local-variables-file)
626 (dired-hack-local-variables): Make obsolete.
627 (dired-omit-here-always): Use dir-locals.el instead.
628
5582c670
GM
629 * files.el (safe-local-eval-forms): Add the write-file-hooks version.
630
5f9d345c
SM
6312011-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
632
633 * help-fns.el (describe-function-1): Don't signal an error just because
634 the DOC file disappeared.
635
01c35094 6362011-02-22 Seppo Sade <sepposade1@gmail.com> (tiny change)
ca41d117
MA
637
638 * eshell/esh-ext.el (eshell-external-command): Do not restrict
639 remote check to "ftp". (Bug#8089)
640
e84efb70
AM
6412011-02-21 Alan Mackenzie <acm@muc.de>
642
643 Fix bug #7930.
644 * progmodes/cc-engine.el (c-state-literal-at): Prevent positions
645 in macros finding their way into c-state-nonlit-pos-cache.
646 Strengthen the comments.
647 (c-state-dump): New commented out diagnostic routine.
648
c6309045
MA
6492011-02-21 Michael Albinus <michael.albinus@gmx.de>
650
651 * net/tramp.el (tramp-rfn-eshadow-setup-minibuffer): Do not use
652 `field' property of `rfn-eshadow-overlay'.
653
06b840e0
LI
6542011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
655
656 * net/netrc.el (netrc-parse): Comment fix.
657
6d713256
CY
6582011-02-21 Chong Yidong <cyd@stupidchicken.com>
659
660 * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
661 Autoload. Add optional arg FRAME, and pass it to color-values.
662 (color-complement): Caller changed. Doc fix.
663 (color-gradient): Rewrite for better clarity and efficiency.
664
665 * faces.el (color-values): Use cond for clarity. Doc fix.
666
5f9d345c 667 * facemenu.el (color-rgb-to-hsv): Delete; use the version in
6d713256 668 color.el instead.
5f9d345c
SM
669 (list-colors-sort-key, list-colors-print):
670 Use color-normalized-values.
6d713256
CY
671
6722011-02-20 Drew Adams <drew.adams@oracle.com>
673
674 * color.el: First part of merge from hexrgb.el.
675 (color-rgb-to-hex): Rename from color-rgb->hex.
676 (color-rgb-to-hsv): Rename from color-rgb->hsv. Force hue and
677 saturation to zero if the value is too small.
678 (color-rgb-to-hsl): Rename from color-rgb->hsl.
679 (color-srgb-to-xyz): Rename from color-srgb->xyz. Doc fix.
680 (color-xyz-to-srgb): Rename from color-xyz->srgb. Doc fix.
681 (color-xyz-to-lab): Rename from color-xyz->lab. Doc fix.
682 (color-lab-to-xyz): Rename from color-lab->xyz. Doc fix.
683 (color-lab-to-srgb): Rename from color-lab->srgb. Doc fix.
684 (color-cie-de2000): Doc fix.
685
aa9c0efc
AM
6862011-02-20 Alan Mackenzie <acm@muc.de>
687
688 * progmodes/cc-cmds.el (c-beginning-of-statement): Avoid loop in
689 locating the beginning of a macro. (Bug#7595)
690
18cfb5a1
GM
6912011-02-20 Glenn Morris <rgm@gnu.org>
692
e17816e5
GM
693 * edmacro.el (edmacro-eight-bits): Make it a defcustom.
694 Don't autoload it.
695
18cfb5a1
GM
696 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
697 (global-auto-revert-ignore-buffer): Remove leading "*" from docs.
698
01c35094
JB
6992011-02-19 Dmitry Bolshakov <dmitry.bolshakov@bridge-quest.com>
700 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
a87af185
DB
701
702 * progmodes/hideshow.el (hs-find-block-beginning)
703 (hs-hide-level-recursive): Ignore comments when parsing braces
704 (Bug#8036).
705
7062011-02-19 Chong Yidong <cyd@stupidchicken.com>
707
708 * vc/vc-bzr.el (vc-bzr-bound-branch-p): New function.
709 (vc-bzr-pull): Use it.
710
3ab713fd
CY
7112011-02-19 Chong Yidong <cyd@stupidchicken.com>
712
713 * vc/vc-bzr.el (vc-bzr--branch-conf): Function deleted.
714 (vc-bzr-branch-conf): New function, similar to vc-bzr--branch-conf
715 but returning an alist. Ignore comments in bzr conffile.
716 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-bzr-branch-conf.
717 (vc-bzr-error-regex-alist): New var.
718 (vc-bzr-merge-branch): Use it to highlight the pull/merge buffer.
719
5f9d345c
SM
720 * vc/vc-dispatcher.el (vc-do-async-command):
721 Bind inhibit-read-only to t.
3ab713fd
CY
722
723 * progmodes/compile.el (compilation--flush-directory-cache):
724 Handle the case where cdr of compilation--flush-directory-cache
725 points to no buffer, which can occur if we previously switched to
726 compilation-mode in a pregenerated buffer.
727
16bc9688
KH
7282011-02-19 Kenichi Handa <handa@m17n.org>
729
730 * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
731 get the header copy into the temporary buffer.
732 (rmail-mime-insert-decoded-text): Ignore us-ascii.
733 (rmail-show-mime): When rmail-mime-coding-system is nil, set
734 buffer-file-coding-system to undecided.
735
67ab0163 7362011-02-19 Eli Zaretskii <eliz@gnu.org>
61aa93ed 737
a167e505
EZ
738 * international/mule-cmds.el (read-char-by-name, ucs-insert):
739 Document completion with asterisk and a substring.
740
67ab0163 7412011-02-19 Glenn Morris <rgm@gnu.org>
72d6685c
GM
742
743 * files.el (find-file-literally): Doc fix.
744
41002397
GM
745 * simple.el (rfc822-goto-eoh): Give it a doc-string.
746
b8bd9908
GM
747 * log-edit.el (log-edit-insert-changelog):
748 Fix `log-edit-strip-single-file-name' functionality. (Bug#8057)
749
4d737eb2
GM
7502011-02-19 Glenn Morris <rgm@gnu.org>
751
cad7445b
GM
752 * dired-x.el: Don't require dired-aux.
753 (dired-do-create-files, dired-mark-read-regexp)
754 (dired-do-create-files-regexp): Autoload from dired-aux.
755
bea584fa
GM
756 * dired-x.el (dired-find-buffer-nocreate): Merge into dired.el.
757 * dired.el (dired-find-buffer-nocreate): Merge dired-x version.
758
d6e96966
GM
759 * dired-x.el (dired-read-shell-command): Merge into dired-aux's version.
760 * dired-aux.el (dired-read-shell-command): Merge dired-x's version.
761
42924231
GM
762 * dired-x.el (dired-clean-up-after-deletion): Merge into dired.el.
763 * dired.el (dired-clean-up-after-deletion): Merge dired-x's version.
764 (dired-clean-up-buffers-too): Declare.
765
203784cc
GM
766 * dired-x.el (dired-initial-position): Merge into dired.el's version.
767 * dired.el (dired-initial-position): Merge dired-x's version here.
768 (dired-find-subdir): Declare.
769
30abce25
GM
770 * dired-x.el (dired-omit-new-add-entry): Merge into dired-add-entry.
771 * dired-aux.el (dired-add-entry): Give it a doc-string.
772 Merge dired-x's dired-omit handling here.
773 (dired-omit-mode, dired-omit-regexp, dired-omit-localp): Declare.
774
4d737eb2
GM
775 * international/mule-diag.el (list-input-methods-1):
776 Indent all lines of multi-line doc-strings. (Bug#8066)
777
abd20d91
CY
7782011-02-18 Chong Yidong <cyd@stupidchicken.com>
779
780 Fix 2011-02-02 changes.
781
782 * apropos.el (apropos-print): Call apropos-mode before setting up
783 buffer variables. Use inhibit-read-only.
784
5f9d345c
SM
785 * emacs-lisp/package.el (package--list-packages):
786 Call package-menu-mode before setting up buffer variables.
abd20d91
CY
787
788 * play/solitaire.el (solitaire): Call solitaire-mode before
789 setting up buffer variables. Use inhibit-read-only.
790
e697fcfc
LM
7912011-02-18 Lawrence Mitchell <wence@gmx.li>
792
793 * progmodes/sh-script.el (sh-syntax-propertize-here-doc): (bug#8053)
794 Bind case-fold-search to nil when looking for end of here-doc.
795
4114ed61
EZ
7962011-02-18 Eli Zaretskii <eliz@gnu.org>
797
e697fcfc
LM
798 * image-mode.el (image-toggle-display-image):
799 Set find-file-literally non-nil in buffers visiting binary image
4114ed61
EZ
800 files. (Bug#8047)
801
aa56f361
SM
8022011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
803
804 * files.el (cd): Make completion obey cd-path (bug#7924).
805
d1be20a1
GM
8062011-02-18 Glenn Morris <rgm@gnu.org>
807
135dee55
GM
808 * progmodes/prolog.el: Don't require compile when compiling.
809 (compilation-shell-minor-mode, compilation-error-regexp-alist)
810 (compilation-forget-errors, compilation-fake-loc)
811 (compilation-parse-errors-function, compilation-error-list): Declare.
812 (prolog-inferior-mode): Require 'compile.
813
15e0d5a1
GM
814 * emulation/cua-base.el (pc-selection-mode): Declare.
815
002b46b7
GM
816 * emacs-lisp/eieio-custom.el: Set generated-autoload-file.
817 (customize-object): Add autoload cookie.
818 * emacs-lisp/eieio-opt.el: Set generated-autoload-file.
819 (eieio-browse, describe-class, eieio-describe-class)
820 (eieio-describe-constructor, describe-generic, eieio-describe-generic)
821 (eieio-help-mode-augmentation-maybee): Add autoload cookies.
822 * emacs-lisp/eieio.el: Regenerate with automatic autoloads.
823 * Makefile.in (autoloads): Make eieio.el writable.
824
d1be20a1
GM
825 * dired-x.el (dired-clean-up-after-deletion, dired-do-relsymlink)
826 (dired-do-relsymlink-regexp, dired-find-buffer-nocreate): Use #'.
827 (dired-hack-local-variables): Use inhibit-read-only.
828 (dired-guess-default): Simplify.
829 (dired-make-relative-symlink): Use dotimes.
830 (dired-simultaneous-find-file): Use dolist.
831 (dired-mark-sexp): Remove unneeded `if'. Use line-end-position.
832 (dired-x-hands-off-my-keys): Doc fix.
833 (dired-x-bind-find-file): Doc fix. Use remapping.
834 (after-init-hook): No need to add dired-x-bind-find-file.
835 (dired-x-find-file, dired-x-find-file-other-window): Doc fixes.
836 No need to call expand-file-name.
837 (dired-filename-at-point): Remove unused locals `end', `filename'.
838
f9d554dd
SM
8392011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
840
841 * emacs-lisp/pcase.el (pcase--u1): Understand non-linear patterns.
842
5da16a86
CO
8432011-02-18 Christian Ohler <ohler@gnu.org>
844
845 * emacs-lisp/ert.el (ert--setup-results-buffer)
846 (ert-results-pop-to-backtrace-for-test-at-point)
847 (ert-results-pop-to-messages-for-test-at-point)
848 (ert-results-pop-to-should-forms-for-test-at-point)
849 (ert-results-pop-to-timings): Revert parts of change 2011-02-02T17:59:44Z!sds@gnu.org that
850 were incorrect and unnecessary. This should make `make check'
851 pass again.
852
3a00a363
KM
8532011-02-17 Ken Manheimer <ken.manheimer@gmail.com>
854
01c35094 855 * lisp/allout-widgets.el (allout-widgets-icons-light-subdir)
3a00a363
KM
856 (allout-widgets-icons-dark-subdir): Track relocations of icons
857 * lisp/allout.el: Remove commentary about remove encryption
858 passphrase mnemonic support and verification.
01c35094
JB
859 (allout-encrypt-string): Recognize epg failure to decrypt gpg2
860 armored text using gpg1, and indicate that the gpg version *might*
861 be the problem in the error message.
3a00a363 862
73057ba9
DD
8632011-02-17 Deniz Dogan <deniz.a.m.dogan@gmail.com>
864
865 * net/rcirc.el (rcirc-float-time): New function.
866 (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE)
867 (rcirc-ctcp-sender-PING): Use it.
868
8551cb32
GM
8692011-02-17 Glenn Morris <rgm@gnu.org>
870
53ef76c7
GM
871 * speedbar.el (speedbar-ignored-modes, speedbar-file-unshown-regexp)
872 (speedbar-update-flag, speedbar-fetch-etags-command)
873 (speedbar-fetch-etags-arguments):
874 * term.el (term-buffer-maximum-size, term-input-chunk-size)
875 (term-completion-autolist, term-completion-addsuffix)
876 (term-completion-recexact, term-completion-fignore):
877 * term/sup-mouse.el (sup-mouse-fast-select-window):
878 * term/x-win.el (x-select-request-type):
879 Convert some defvars with "*" to defcustoms.
880
64a14c74
GM
881 * shell.el (shell-delimiter-argument-list): Set it to nil. (Bug#8027)
882
92e39d6f
GM
883 * vc/vc.el (vc-default-previous-version):
884 Remove alias that points nowhere. (Bug#4496)
885
fc14288b
GM
886 * dired-x.el (dired-clean-up-after-deletion):
887 kill-buffer does not need save-excursion.
888 (dired-do-run-mail): Doc fix.
889 (dired-filename-at-point): Doc fix.
890 Use looking-at, and skip-chars rather than re search.
891
8551cb32
GM
892 * dired-x.el (dired-filename-at-point): Fix 8-year old typo.
893
96497653
KM
8942011-02-16 Ken Manheimer <ken.manheimer@gmail.com>
895
aac7a935
KM
896 * allout-widgets.el: New allout extension that shows allout
897 outline structure with graphical widgets. 'allout-widgets'
898 customize group is an 'allout' subgroup, for easy discovery.
899
96497653
KM
900 * allout.el: Include PGP and GnuPG in Keywords, and other
901 commentary refinements.
902 (allout-abbreviate-flattened-numbering): Rename to
903 allout-flattened-numbering-abbreviation, and
904 define-obsolete-variable-alias the old name.
905 (allout-flattened-numbering-abbreviation): Rename from
906 allout-abbreviate-flattened-numbering.
907 (allout-mode-p): Include among autoloads, for use by other modes
908 with impunity.
e697fcfc
LM
909 (allout-listify-exposed):
910 Use allout-flattened-numbering-abbreviation.
96497653
KM
911 (allout-encrypt-string): Use set-buffer-multibyte directly.
912 (allout-set-buffer-multibyte): Remove.
913
be4a1d71
DD
9142011-02-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
915
916 * simple.el (just-one-space): Remove useless `or' call.
917
274c2d34
MA
9182011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
919
c6309045 920 * net/soap-client.el (soap-well-known-xmlns, soap-local-xmlns)
274c2d34
MA
921 (soap-default-xmlns, soap-target-xmlns, soap-multi-refs)
922 (soap-decoded-multi-refs, soap-current-wsdl)
923 (soap-encoded-namespaces): Rename CL-style *...* variables.
924
88ae2870
MA
9252011-02-16 Michael Albinus <michael.albinus@gmx.de>
926
927 * net/soap-client.el: Add "comm" and "hypermedia" to the
928 keywords. Reflow too long lines.
929
930 * net/soap-inspect.el: Ditto. Require 'cl.
931
689743a2
BG
9322011-02-16 Bastien Guerry <bzg@altern.org>
933
934 * play/doctor.el (doctor-mode): Bugfix: escape the "," character
935 in a `doctor-type' argument.
936
16d2ff89
MA
9372011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
938
939 * net/soap-client.el:
940 * net/soap-inspect.el: New files.
941
c6cefd36
LL
9422011-02-16 Leo <sdl.web@gmail.com>
943
944 * dired-x.el (dired-mode-map, dired-extra-startup):
945 Remove dired-copy-filename-as-kill since it's already in dired.el.
946
da5e0ce4
GM
9472011-02-16 Glenn Morris <rgm@gnu.org>
948
949 * dired-x.el (dired-bind-jump, dired-bind-man, dired-bind-info):
950 Doc fixes. Add :set property, replacing top-level calls.
951 (dired-vm-read-only-folders, dired-vm): Doc fix (drop v. old VM 4).
952 (dired-guess-shell-gnutar): Test tar version rather than system-type.
953 (dired-extra-startup, dired-man, dired-info): Doc fixes.
954 (dired-clean-up-after-deletion): Use when and dolist.
955 (dired-jump): Use unless and when.
956 (dired-virtual): Use line-end-position.
957 (dired-default-directory-alist): Rename from default-directory-alist.
958 (dired-default-directory): Update for above name change.
959 (dired-vm): Drop VM < 5 and simplify.
960 (dired-buffer-more-recently-used-p): Rewrite.
961 (dired-filename-at-point): Use when and or.
962 (dired-x-read-filename-at-point): Rename from read-filename-at-point.
963 Update callers.
964
c5ca3aa0
GM
9652011-02-15 Glenn Morris <rgm@gnu.org>
966
967 * dired-x.el: Use easymenu for menu items. Fix item capitalization.
968
33f6cf7b
CY
9692011-02-14 Chong Yidong <cyd@stupidchicken.com>
970
971 * vc/vc-git.el (vc-git-root-log-format): New option for
972 customizing log format.
973 (vc-git-print-log, vc-git-log-outgoing, vc-git-log-incoming)
974 (vc-git-log-view-mode): Use it.
975 (vc-git-expanded-log-entry): New function.
976 (vc-git-log-view-mode): Use it. Truncate lines in root log.
977
978 * vc/vc-hg.el (vc-hg-root-log-template): New option for
979 customizing log format.
980 (vc-hg-print-log): Use it.
981 (vc-hg-expanded-log-entry): New function.
982 (vc-hg-log-view-mode): Use vc-hg-root-log-template and
983 vc-hg-expanded-log-entry. Truncate lines in root log.
984
985 * vc/vc-bzr.el (vc-bzr-log-view-mode): Truncate lines in root log.
986
e697fcfc
LM
987 * vc/log-view.el (log-view-mode-menu):
988 Add log-view-toggle-entry-display.
33f6cf7b 989
461b69ae
GM
9902011-02-14 Glenn Morris <rgm@gnu.org>
991
992 * dired-x.el: Don't require man when compiling.
993 (dired-omit-extensions, dired-local-variables-file)
994 (dired-x-hands-off-my-keys): Make them defcustoms.
995 (Man-support-local-filenames, Man-getpage-in-background): Declare.
996 (vm-visit-folder): Declare rather than defining.
997 (dired-x-help-address, dired-x-variable-list): Remove.
998 (dired-x-submit-report): Make it an obsolete alias.
999
35f52ed6
JB
10002011-02-14 Juanma Barranquero <lekktu@gmail.com>
1001
1002 * makefile.w32-in (TRAMP_SRC): Remove tramp-imap.el.
1003
b2108a36
TZ
10042011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1005
67186ae2 1006 * net/imap.el: Bring it back.
b2108a36 1007
abfc152b
AM
10082011-02-13 Alan Mackenzie <acm@muc.de>
1009
1010 * progmodes/cc-fonts.el (c-font-lock-declarations): Remove a
1011 narrow-to-region call that cuts context off the end (Bug#7722).
1012
e697fcfc
LM
1013 * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
1014 Refactor nested if-forms with a simple cond.
abfc152b
AM
1015 (c-forward-<>-arglist): Revert 2011-01-31 change.
1016
d4eb88c7
CY
10172011-02-13 Chong Yidong <cyd@stupidchicken.com>
1018
1019 * vc/log-view.el: New command log-view-toggle-entry-display for
1020 toggling log entries between concise and detailed forms.
1021 (log-view-toggle-entry-display): New command.
1022 (log-view-mode-map): Bind RET to it.
1023 (log-view-expanded-log-entry-function): New variable.
1024 (log-view-current-entry, log-view-inside-comment-p)
1025 (log-view-current-tag): New functions.
1026 (log-view-toggle-mark-entry): Use log-view-current-entry and
1027 log-view-end-of-defun instead of searching directly with
1028 log-view-message-re.
1029 (log-view-end-of-defun): Likewise. Add optional ARG for
1030 compatibility with end-of-defun.
1031 (log-view-end-of-defun): Ignore comments and VC buttons.
1032
1033 * vc/vc-bzr.el (vc-bzr-expanded-log-entry): New function.
1034 (vc-bzr-log-view-mode): Use log-view-expanded-log-entry-function.
1035
2609a08e
TZ
10362011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
1037
114fe546
G
1038 * net/imap.el: Remove file. All the functionality is in nnimap.el.
1039
2609a08e
TZ
1040 * net/imap-hash.el: Remove file.
1041
7a6ebb1a
MA
10422011-02-13 Michael Albinus <michael.albinus@gmx.de>
1043
1044 * Makefile.in (TRAMP_SRC): Remove tramp-imap.el.
1045
1046 * net/tramp.el (tramp-read-passwd): Simplify `auth-source-search'
1047 call.
1048
1049 * net/tramp-imap.el: Remove file.
1050
75d4dcc9
CY
10512011-02-13 Chong Yidong <cyd@stupidchicken.com>
1052
1053 * vc/vc.el (vc-print-log-setup-buttons): Instead of using the
1054 widget library for buttons, just use button.el.
1055
1056 * vc/log-view.el (log-view-mode-map): Don't inherit from
1057 widget-keymap.
1058
3c65e88d 10592011-02-12 Glenn Morris <rgm@gnu.org>
dc4c6a7a 1060
86361e1e
GM
1061 * emacs-lisp/cl-seq.el (union, nunion, intersection)
1062 (nintersection, set-difference, nset-difference)
1063 (set-exclusive-or, nset-exclusive-or): Doc fix.
1064
dc4c6a7a
GM
1065 * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
1066
8a6f24e5
GM
1067 * faces.el (face-attr-match-p): Handle the obsolete :bold and
1068 :italic props, so that frame-set-background-mode works. (Bug#7966)
1069
3caced0b
GM
1070 * simple.el (next-error): Doc fix.
1071
9de31df2
TV
10722011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1073
1074 * dired-aux.el (dired-create-files): Adapt destination name to
1075 match the new behavior of copy-directory.
1076
38a71655
CY
10772011-02-12 Chong Yidong <cyd@stupidchicken.com>
1078
1079 * mail/mail-utils.el (mail-dont-reply-to-names): New variable,
1080 from rmail-dont-reply-to-names. Callers changed.
1081 (mail-dont-reply-to): Rename from mail-dont-reply-to.
1082 (rmail-dont-reply-to): Make it an obsolete alias.
1083
1084 * mail/rmail.el (rmail-default-dont-reply-to-names): Default to
1085 nil, and make obsolete (Bug#7888).
1086 (rmail-dont-reply-to-names): Alias to mail-dont-reply-to-names.
1087
1088 * mail/rmailsum.el (rmail-summary-sort-by-correspondent): Doc fix.
1089
1090 * mail/rmailsort.el (rmail-sort-by-correspondent)
1091 (rmail-select-correspondent): Doc fix. Use mail-dont-reply-to.
1092
1093 * mail/rmail.el (rmail-reply): Use mail-dont-reply-to.
1094
470d996d
TV
10952011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1096
1097 * files.el (copy-directory): New argument COPY-CONTENTS for
1098 copying directory contents into another existing directory.
1099
e2784c87
TH
11002011-02-12 Tassilo Horn <tassilo@member.fsf.org>
1101
1102 * minibuffer.el (completion-table-case-fold): New function for
1103 creating a case-insensitive completion table.
1104
563790b6
TZ
11052011-02-12 Teodor Zlatanov <tzz@lifelogs.com>
1106
1107 * net/tramp.el (tramp-default-method): Also check if
1108 `auth-source-search' is bound.
1109 (tramp-read-passwd): Use `auth-source-search' instead of
1110 `auto-source-user-or-password'.
1111
1112 * net/tramp-imap.el: Autoload `auto-source-search' instead of
1113 `auto-source-user-or-password.
1114 (tramp-imap-passphrase-callback-function): Use it.
1115
1116 * net/imap-hash.el: Autoload `auto-source-search' instead of
1117 `auto-source-user-or-password.
1118 (imap-hash-open-connection): Use it.
1119
1120 * mail/smtpmail.el: Autoload `auto-source-search' instead of
1121 `auto-source-user-or-password.
1122 (smtpmail-try-auth-methods): Use it.
1123
c6affbde
PH
11242011-02-12 Phil Hagelberg <phil@hagelb.org>
1125
1126 * emacs-lisp/package.el: Allow packages to be reinstalled.
1127 (package--write-file-no-coding): Remove EXCL arg.
1128 (package-unpack-single): Don't use it.
1129
b5a53795
KP
11302011-02-12 Karl Pflästerer <k@rl.pflaesterer.de> (tiny change)
1131
1132 * vc/vc-svn.el: Adapt to Subversion change, with no .svn directory
1133 in each sub directory.
1134 (vc-svn-registered): Use vc-svn-root.
1135 (vc-svn-root): New function. Make vc-svn-responsible-p an alias.
1136 (vc-svn-repository-hostname): Use "svn info".
1137
25833f5e
DD
11382011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1139
1140 * simple.el (delete-trailing-whitespace): New optional buffer
1141 bound parameters.
1142
75d1d833
BG
11432011-02-11 Bastien Guerry <bzg@altern.org>
1144
1145 * files.el (basic-save-buffer): save unmodified buffers when
1146 the file pointed by buffer-file-name doesn't exist.
1147
e0e36cac
DD
11482011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1149
079721e9 1150 * net/rcirc.el (rcirc-cmd-join): Accept multiple channels.
e0e36cac 1151
59350862
GM
11522011-02-11 Glenn Morris <rgm@gnu.org>
1153
1154 * emacs-lisp/cl-specs.el (multiple-value-bind): Fix debug spec.
1155
5708ce5e
JB
11562011-02-11 Juanma Barranquero <lekktu@gmail.com>
1157
1158 * net/rcirc.el (rcirc-send-ctcp): Remove spurious arg to `format'.
1159
b016851c
SM
11602011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1161
59003be9
SM
1162 * server.el (server-process-filter): Use pcase.
1163
9517f8af
SM
1164 * emacs-lisp/smie.el (smie-blink-matching-open): Don't use `pos' in two
1165 conflicting ways.
1166 (smie-indent--parent): Extend to "parent of arg".
1167 (smie-indent-inside-string): New function.
1168 (smie-indent-functions): Use it.
1169
cf77dd27
SM
1170 * vc/vc-dir.el (vc-dir-refresh): Reorder operations to try and avoid
1171 bzr locking race condition.
1172
49ffc078
SM
1173 * emacs-lisp/edebug.el (edebug-instrument-function): Check a marker is
1174 still valid before using it.
1175
1a0a6cef
SM
1176 * progmodes/grep.el (grep-mode-font-lock-keywords): Adjust to
1177 `message' -> `compilation-message' rename (bug#8004).
1178
b016851c
SM
1179 Move keymap initialization into declaration.
1180 * textmodes/enriched.el (enriched-mode-map):
1181 * textmodes/bib-mode.el (bib-mode-map):
1182 * term/lk201.el (lk201-function-map):
1183 * tar-mode.el (tar-mode-map):
1184 * replace.el (occur-mode-map):
1185 * progmodes/idlwave.el (idlwave-rinfo-mouse-map, idlwave-rinfo-map):
1186 * progmodes/idlw-help.el (idlwave-help-mode-map):
1187 * progmodes/gdb-mi.el (gdb-memory-format-menu, gdb-memory-unit-menu):
1188 * play/solitaire.el (solitaire-mode-map):
1189 * play/snake.el (snake-mode-map, snake-null-map):
1190 * play/pong.el (pong-mode-map):
1191 * play/handwrite.el (menu-bar-handwrite-map):
1192 * play/gametree.el (gametree-mode-map):
a65112fb 1193 * net/rcirc.el (rcirc-mode-map, rcirc-browse-url-map)
b016851c
SM
1194 (rcirc-multiline-minor-mode-map, rcirc-track-minor-mode-map):
1195 * net/newst-plainview.el (newsticker-menu, newsticker-mode-map)
1196 (newsticker--url-keymap):
1197 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
1198 * menu-bar.el (menu-bar-file-menu, menu-bar-i-search-menu)
1199 (menu-bar-search-menu, menu-bar-replace-menu, menu-bar-goto-menu)
1200 (menu-bar-edit-menu, menu-bar-custom-menu)
1201 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
1202 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
1203 (menu-bar-line-wrapping-menu, menu-bar-options-menu)
1204 (menu-bar-games-menu, menu-bar-encryption-decryption-menu)
1205 (menu-bar-tools-menu, menu-bar-describe-menu)
1206 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
1207 (menu-bar-help-menu):
1208 * mail/rmailsum.el (rmail-summary-mode-map):
1209 * kmacro.el (kmacro-step-edit-map):
1210 * ibuffer.el (ibuffer-mode-groups-popup, ibuffer-mode-map)
1211 (ibuffer-mode-operate-map):
1212 * hi-lock.el (hi-lock-menu, hi-lock-map):
1213 * emulation/vip.el (vip-mode-map):
1214 * emacs-lisp/re-builder.el (reb-lisp-mode-map):
1215 * bookmark.el (bookmark-bmenu-mode-map):
1216 * help-mode.el (help-mode-map): Move initialization into declaration.
1217
1be1d1e9
DD
12182011-02-10 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1219
1220 * net/rcirc.el: Add PRIVMSG and CTCP functions.
1221 (rcirc-send-privmsg, rcirc-send-ctcp): New functions.
1222 (rcirc-keepalive, rcirc-cmd-ctcp, rcirc-ctcp-sender-PING)
1223 (rcirc-cmd-me, rcirc-authenticate): Use them.
1224
26d2a9bd
KM
12252011-02-10 Ken Manheimer <ken.manheimer@gmail.com>
1226
1227 * allout.el: Synopsis: Change allout user configuration so
1228 auto-activation is controlled solely by customization
1229 `allout-auto-activation'.
1230
01c35094 1231 (allout-auto-activation-helper, allout-setup): New autoloads
26d2a9bd
KM
1232 implement new custom set procedure for allout-auto-activation.
1233 Also, explicitly invoke
1234 (allout-setup) after allout-auto-activation is custom-defined, to
1235 effect the settings in emacs sessions besides the few where
1236 allout-auto-activation customization is donea.
1237 (allout-auto-activation): Use allout-auto-activation-helper to
1238 :set. Revise the docstring.
1239 (allout-init): Reduce functionality to just customizing
1240 allout-auto-activation, and mark obsolete.
1241 (allout-mode): Respect string values for allout-auto-activation.
1242 Run allout-after-copy-or-kill-hook without any args.
01c35094 1243 (allout-mode, allout-layout, allout-default-layout)
26d2a9bd
KM
1244 (outlineify-sticky): Adjust docstring for new scheme.
1245 (allout-after-copy-or-kill-hook): No arguments - hook implementers
1246 should concentrate on the kill ring.
1247
b8e0f0cd
G
12482011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
1249
1250 * password-cache.el (password-cache-remove): Accept secrets that are
1251 not strings.
1252
ccded26c
SM
12532011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1254
1255 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Fix case
1256 of here-doc that immediately follows a comment.
1257
ee6a57ab
DD
12582011-02-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1259
4d04fdc9
DD
1260 * net/rcirc.el (rcirc-ctcp-sender-PING): Simplifying.
1261
ee6a57ab
DD
1262 * net/rcirc.el (rcirc-cmd-ctcp): Use dedicated function when
1263 available.
1264 (rcirc-ctcp-sender-PING): New function.
1265
6ca94a0b
SM
12662011-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1267
1268 * obsolete/pc-select.el: Rename from emulation/pc-select.el (bug#7940).
1269 Remove the mark/nomark handling, and activate shift-select-mode instead.
1270
1271 * obsolete/pc-mode.el: Rename from emulation/pc-mode.el.
1272
226590f8
JB
12732011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1274
1275 * calc/calc-units.el (math-logunits-quant): Add support for
1276 non-logarithmic units.
1277
dd0b691e
KM
12782011-02-07 Ken Manheimer <ken.manheimer@gmail.com>
1279
4ec28e14
KM
1280 * allout.el (allout-after-copy-or-kill-hook): New hook for
1281 extension-specific processing of killed text.
1282 (allout-mode): Include new allout-after-copy-or-kill-hook among
1283 mentioned hooks.
01c35094 1284 (allout-kill-line, allout-kill-topic): Ensure that processing
4ec28e14
KM
1285 after kill happens even if barf-if-buffer-read-only is raised.
1286 Include new allout-after-copy-or-kill-hook among that subsequent
1287 processing.
1288 (allout-deannotate-hidden): Actually remove the annotation text
1289 properties.
1290
dd0b691e
KM
1291 * allout.el (allout-listify-exposed): Copy text sans text properties.
1292
07e52e08
MA
12932011-02-07 Michael Albinus <michael.albinus@gmx.de>
1294
b016851c 1295 * net/dbus.el (dbus-list-activatable-names): Add optional argument BUS.
07e52e08 1296
c5aff743
DD
12972011-02-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1298
1299 * net/rcirc.el (rcirc-handler-317): New function (Bug#6507).
1300
03925868
JB
13012011-02-06 Jay Belanger <jay.p.belanger@gmail.com>
1302
b016851c 1303 * calc/calc.el (calc-logunits-field-reference): Rename from
03925868 1304 `calc-default-field-reference-level'.
b016851c 1305 (calc-logunits-power-reference): Rename from
01c35094 1306 `calc-default-power-reference-level'.
03925868 1307
b016851c 1308 * calc/calc-units.el (math-logunits-quant): Rename from
03925868 1309 `math-logunits-level'
b016851c 1310 (math-logunits-plus): Rename from math-logcombine.
03925868 1311 (calcFunc-luplus, calcFunc-luminus calc-luplus, calc-luminus): Remove.
ec6ad6f2 1312 (calcFunc-lufieldadd, calcFunc-lupoweradd, calcFunc-lufieldsub)
01c35094 1313 (calcFunc-lufieldsub, calc-logunits-add, calc-logunits-sub):
03925868 1314 New functions.
b016851c
SM
1315 (calcFunc-fieldquant): Rename from `calcFunc-fieldlevel'.
1316 (calcFunc-powerquant): Rename from `calcFunc-powerlevel'.
1317 (calc-logunits-quantity): Rename from `calc-level'.
03925868 1318 (calcFunc-dbfieldlevel, calcFunc-dbpowerlevel, calcFunc-npfieldlevel)
01c35094 1319 (calcFunc-nppowerlevel, calc-logunits-dblevel, calc-logunits-nplevel)
ec6ad6f2
JB
1320 (math-logunits-mul, calcFunc-lufieldmul, calcFunc-lupowermul)
1321 (calc-logunits-mul, math-logunits-divide, calcFunc-lufielddiv)
01c35094 1322 (calcFunc-lupowerdiv, calc-logunits-divide, math-logunits-level):
03925868
JB
1323 New functions.
1324
b016851c 1325 * calc/calc-help.el (calc-u-prefix-help): Remove "L" reference.
03925868
JB
1326 (calc-ul-prefix-help): Remove.
1327 (calc-l-prefix-help): New function.
1328 (calc-full-help): Add reference to `calc-l-prefix-help'.
1329
1330 * calc/calc-ext.el (calc-init-extensions): Update autoloads.
1331
ec6ad6f2
JB
1332 * calc/README: Mention logarithmic units.
1333
f8b351c1
CY
13342011-02-06 Chong Yidong <cyd@stupidchicken.com>
1335
1336 * mail/emacsbug.el (report-emacs-bug-hook): Remove the check for
1337 non-ASCII characters (Bug#7925).
1338
a60287ff
GM
13392011-02-05 Glenn Morris <rgm@gnu.org>
1340
1341 * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
1342
9ad53e98
GM
1343 * calendar/diary-lib.el (diary-font-lock-keywords):
1344 Tweak diary-time-regexp match. (Bug#7891)
1345
9783df21
GM
1346 * progmodes/f90.el (f90-find-tag-default): New function. (Bug#7919)
1347 (f90-mode): Use it for mode's `find-tag-default-function' property.
1348
df275851
GM
1349 * ibuf-ext.el (ibuffer-filter-disable): Make it work. (Bug#7969)
1350
95838641
GM
1351 * faces.el (set-face-attribute): Doc fix. (Bug#2659)
1352
827b77e9
DD
13532011-02-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1354
1355 * net/rcirc.el (rcirc-handler-JOIN): Reset mode-line-process
1356 (Bug#6386).
1357
7cb76591
SM
13582011-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1359
ba70ab1c
SM
1360 * progmodes/sh-script.el (sh-here-doc-open-re): Don't rely on the
1361 font-lock-syntax-table remappings.
1362 (sh-here-doc-markers, sh-here-doc-re): Remove.
1363 (sh-font-lock-close-heredoc): Remove.
1364 (sh-syntax-propertize-here-doc): New function.
1365 (sh-font-lock-open-heredoc): Set the sh-here-doc-marker property
1366 instead of the sh-here-doc-re.
1367 (sh-font-lock-paren): Don't do anything in comments or strings.
1368 Handle line continuations. Accept a few more chars.
1369 Don't rely on the font-lock-syntax-table remappings.
1370 `esac' is not a valid pattern.
1371 (sh-syntax-propertize-function): Handle here-docs differently, so we
1372 don't bother syntax-propertizing the insides.
1373
7cb76591
SM
1374 * progmodes/sh-script.el (sh-font-lock-paren, sh-kw, sh-prev-thing):
1375 Handle new bashisms ";&" and ";;&" (bug#7947).
1376
39b20f56
MA
13772011-02-05 Michael Albinus <michael.albinus@gmx.de>
1378
7cb76591
SM
1379 * net/tramp-smb.el (tramp-smb-errors): Use `regexp-opt'.
1380 Add "NT_STATUS_IO_TIMEOUT" and "NT_STATUS_NO_SUCH_USER".
39b20f56 1381
51aba3f3
MA
13822011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
1383
1384 * net/tramp.el (tramp-postfix-method-format)
1385 (tramp-postfix-method-regexp, tramp-prefix-domain-format)
1386 (tramp-prefix-domain-regexp, tramp-postfix-user-format)
1387 (tramp-postfix-user-regexp, tramp-prefix-port-format)
1388 (tramp-prefix-port-regexp, tramp-postfix-host-format)
1389 (tramp-postfix-host-regexp, tramp-handle-substitute-in-file-name):
1390 Doc fix.
1391
7bc61bb7
SS
13922011-02-04 Sam Steingold <sds@gnu.org>
1393
1394 * mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group.
1395
d93c111e
AS
13962011-02-04 Andreas Schwab <schwab@linux-m68k.org>
1397
1398 * international/mule-util.el (with-coding-priority): Doc fix.
1399
6f52d86e
EZ
14002011-02-04 Eli Zaretskii <eliz@gnu.org>
1401
1402 * arc-mode.el (archive-mode-map): Fix a typo in last change.
1403
c1b4afac
SS
14042011-02-03 Sam Steingold <sds@gnu.org>
1405
1406 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
1407 Do not error out when `func' is nil.
1408
a857d3c7
MA
14092011-02-03 Michael Albinus <michael.albinus@gmx.de>
1410
1411 * net/tramp-sh.el (tramp-remote-path): Add default settings for
1412 `tramp-default-remote-path' to the docstring.
1413 (tramp-get-remote-path): Suppress error message when `getconf
1414 PATH' fails.
1415
1416 * net/tramp-smb.el (tramp-smb-errors): Add "NT_STATUS_UNSUCCESSFUL".
1417
8aa88760
GM
14182011-02-03 Glenn Morris <rgm@gnu.org>
1419
219ea611
GM
1420 * vc/vc-hg.el (vc-hg-command): Doc fix.
1421
8d7b5b5b
GM
1422 * term/w32-win.el (libpng-version): Declare for compiler.
1423
c03eac34
GM
1424 * msb.el: No need to load dired while compiling.
1425
7f07c1fe
GM
1426 * emacs-lisp/elint.el (elint-standard-variables):
1427 Remove a couple of built-ins that now have doc-strings.
1428
befe199d
GM
1429 * hi-lock.el, ps-bdf.el, ps-mule.el, ps-print.el, ps-samp.el:
1430 `require' is automatically `eval-and-compile'd.
1431
2d7d6439
GM
1432 * net/rcirc.el (rcirc-nick-completion-format): Add :version tag.
1433 (rcirc-log-directory, rcirc-log-flag): Move definitions before use.
1434
8aa88760
GM
1435 * strokes.el (strokes-fill-current-buffer-with-whitespace):
1436 Move definition before use.
1437 (strokes-report-bug): Make it obsolete.
1438
e90f8545
SS
14392011-02-02 Sam Steingold <sds@gnu.org>
1440
1441 * apropos.el (apropos-print): Now that `apropos-mode' inherits
1442 from `special-mode', entering it makes the buffer read-only, so
1443 call it only when everything has been already inserted.
1444 * emacs-lisp/ert.el (ert--setup-results-buffer)
1445 (ert-results-pop-to-backtrace-for-test-at-point)
1446 (ert-results-pop-to-messages-for-test-at-point)
1447 (ert-results-pop-to-timings): Ditto.
1448 * emacs-lisp/package.el (package--list-packages): Ditto.
1449 * play/solitaire.el (solitaire): Ditto.
1450
90db975f
CY
14512011-02-02 Chong Yidong <cyd@stupidchicken.com>
1452
1453 * progmodes/compile.el: Make all faces inherit.
1454 (compilation-warning): Inherit from font-lock-variable-name-face.
1455 (compilation-info): Inherit from font-lock-type-face.
1456 (compilation-line-number): Reassign to font-lock-keyword-face.
1457 (compilation-column-number): Reassign to font-lock-doc-face.
1458 (compilation-leave-directory-face): Reassign to
1459 font-lock-builtin-face.
1460
bc35ff32
EZ
14612011-02-02 Eli Zaretskii <eliz@gnu.org>
1462
1463 * dired.el (dired-insert-directory): Don't invoke `ls' when
1464 ls-lisp.el is used to emulate it.
1465
39cde66c
JD
14662011-02-01 Julien Danjou <julien@danjou.info>
1467
1468 * color.el (color-gradient): Add a color-gradient function.
1469
abef340a
SS
14702011-02-01 Sam Steingold <sds@gnu.org>
1471
1472 * simple.el (special-mode-map): Bind "h" to `describe-mode';
1473 bind "z" to `kill-this-buffer'.
1474 (completion-list-mode-map): Bind "z" to `kill-this-buffer'.
1475 * apropos.el (apropos-mode-map): Inherit from `special-mode-map'.
1476 (apropos-mode): Inherit from `special-mode'.
1477 * arc-mode.el (archive-mode-map): Inherit from `special-mode-map'.
1478 * bookmark.el (bookmark-bmenu-mode): Define using
1479 `define-derived-mode' inheriting from `special-mode'.
1480 * dired.el (dired-mode-map): Inherit from `special-mode-map'.
1481 * image-mode.el (image-mode-map): Ditto.
1482 * replace.el (occur-mode): Define using
1483 `define-derived-mode' inheriting from `special-mode'.
1484 * tar-mode.el (tar-mode): Inherit from `special-mode'.
1485 * calendar/diary-lib.el (diary-fancy-display-mode):
1486 Inherit from `special-mode-map'.
1487 * emacs-lisp/ert.el (ert-simple-view-mode, ert-results-mode):
1488 Inherit from `special-mode'.
1489 * emacs-lisp/package.el (package-menu-mode-map): Copy from
1490 `special-mode-map'.
1491 (package-menu-mode): Define using `define-derived-mode'
1492 inheriting from `special-mode'.
1493 * erc/erc-list.el (erc-list-menu-mode): Inherit from `special-mode'.
1494 * net/xesam.el (xesam-mode): Inherit from `special-mode'.
1495 (xesam-mode-map): Define separately.
1496 * play/solitaire.el (solitaire-mode): Inherit from `special-mode'.
1497 * progmodes/compile.el (compilation-minor-mode-map)
1498 (compilation-mode-map): Inherit from `special-mode-map'.
1499 * vc/diff-mode.el (diff-mode-shared-map):
1500 Inherit from `special-mode-map'.
1501 * vc/log-view.el (log-view-mode-map): Add a comment.
1502
928f4e73
CY
15032011-02-01 Chong Yidong <cyd@stupidchicken.com>
1504
1505 * custom.el (load-theme): Define return value. Drop use of
1506 unsafep; call custom-theme-load-confirm for non-known-safe themes.
1507 (custom-theme-load-confirm): Scroll in the correct window.
1508 (custom-enabled-themes): Add custom-safe-themes to :set-after.
1509
1510 * cus-theme.el (custom-theme-checkbox-toggle): Don't activate the
1511 checkbox if load-theme fails.
1512
7d116647
SM
15132011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1514
1515 * progmodes/compile.el (compilation-next-error): Check there's
1516 a message before using it (bug#7941).
1517
4fdfcddf
JB
15182011-02-01 Jay Belanger <jay.p.belanger@gmail.com>
1519
1520 * calc/calc-mtx.el (math-lud-pivot-check): New function.
1521 (math-do-matrix-lud): Use `math-lud-pivot-check' to check the size
1522 of potential pivots.
1523
3b95603f
AM
15242011-01-31 Alan Mackenzie <acm@muc.de>
1525
7d116647
SM
1526 * progmodes/cc-cmds.el (c-forward-over-illiterals):
1527 Continue parsing if we encounter a naked # (Bug#7595).
3b95603f 1528 (c-beginning-of-statement): Avoid loop in locating the beginning
aa9c0efc 1529 of a macro. (Not actually committed until 2011-02-20, see above).
3b95603f 1530
6fa1f651
CY
15312011-01-31 Chong Yidong <cyd@stupidchicken.com>
1532
1533 * files.el (copy-directory): Fix arguments to recursive call.
1534
14beddf4 15352011-01-31 Chong Yidong <cyd@stupidchicken.com>
82d84d3f
CY
1536
1537 * files.el (copy-directory): If destination is an existing
1538 directory, copy into a subdirectory there.
1539
14beddf4 15402011-01-31 Andreas Schwab <schwab@linux-m68k.org>
e935c6a2
AS
1541
1542 * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
1543 files.
1544
14beddf4 15452011-01-31 Chong Yidong <cyd@stupidchicken.com>
d1f14baa 1546
6fc0aac3
CY
1547 * image-dired.el (image-dired-mouse-display-image): No-op if no
1548 file is found (Bug#7817).
1549
d1f14baa
CY
1550 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
1551
14beddf4 15522011-01-31 Kenichi Handa <handa@m17n.org>
67442738 1553
7d116647
SM
1554 * international/quail.el (quail-keyboard-layout-alist):
1555 Remove superfluous SPC for "pc105-uk" (bug#7927).
67442738 1556
14beddf4 15572011-01-31 Glenn Morris <rgm@gnu.org>
220c2a14
GM
1558
1559 * msb.el (msb-menu-bar-update-buffers): Update for changed
1560 argument handling of menu-bar-select-frame. (Bug#7902)
1561
14beddf4 15622011-01-31 Chong Yidong <cyd@stupidchicken.com>
af7c5700
CY
1563
1564 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
1565 to the recursion depth (Bug#7722).
1566
14beddf4 15672011-01-31 Roy Liu <carsomyr@gmail.com> (tiny change)
ca9c274a
JD
1568
1569 * term/ns-win.el (ns-find-file): Expand ns-input-file with
1570 command-line-default-directory (Bug#7872).
1571
9e11271c
SM
15722011-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1573
1574 * progmodes/compile.el (compilation--flush-directory-cache):
1575 New function, extracted from compilation--remove-properties.
1576 (compilation--remove-properties, compilation--parse-region): Use it.
1577 (compilation--previous-directory): Handle one more case.
1578 (compilation-enable-debug-messages): Remove.
1579 (compilation-parse-errors, compilation--flush-parse): Just remove the
1580 left over debug messages.
1581
038714ab
SS
15822011-01-31 Sam Steingold <sds@gnu.org>
1583
1584 * progmodes/compile.el (compilation-enable-debug-messages):
1585 Add a variable to make the parsing messages introduced in
1586 2011-01-28T22:12:05Z!monnier@iro.umontreal.ca optional.
1587 (compilation-parse-errors, compilation--flush-parse): Use it.
1588
2a4466ca
DD
15892011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1590
35f52ed6 1591 * net/rcirc.el: New customizable nick completion format. (Bug#6314)
2a4466ca
DD
1592 (rcirc-nick-completion-format): New defcustom.
1593 (rcirc-complete): Use it.
1594
186ecaf1
DD
15952011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1596
1597 * net/rcirc.el: Clean log filenames (Bug#7933).
1598 (rcirc-log-write): Use convert-standard-filename.
1599 (rcirc-log-filename-function): Documentation updates.
1600
253f7d1b
JD
16012011-01-30 Jan Djärv <jan.h.d@swipnet.se>
1602
9e11271c
SM
1603 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer):
1604 Check report-emacs-bug-can-use-osx-open and use that if t.
253f7d1b
JD
1605 (report-emacs-bug-can-use-osx-open): New function.
1606 (report-emacs-bug): Rename can-xdg-email to can-insert-mail.
1607 Check report-emacs-bug-can-use-osx-open also for can-insert-mail.
1608
a2b6e5d6
CY
16092011-01-29 Chong Yidong <cyd@stupidchicken.com>
1610
1611 * vc/vc-dispatcher.el (vc-set-async-update): New function for
1612 updating Dired or VC-dir buffers after async command completes.
1613
1614 * vc/vc-bzr.el (vc-bzr-async-command): Return the process buffer.
1615 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-set-async-update.
1616
1617 * vc/vc-git.el (vc-git-merge-branch): Add FETCH_HEAD to branch
1618 completions if it exists. Use vc-set-async-update.
1619 (vc-git-pull): Use vc-set-async-update.
1620
1621 * vc/vc-hg.el (vc-hg-pull): Fix default-contents arg to
1622 read-shell-command. Use vc-set-async-update.
1623 (vc-hg-merge-branch): Use vc-set-async-update.
1624
8907f7b9
DU
16252011-01-29 Daiki Ueno <ueno@unixuser.org>
1626
9e11271c
SM
1627 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
1628 Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
8907f7b9
DU
1629 (Bug#7931).
1630
e52f87a1
SM
16312011-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
1632
1633 * progmodes/compile.el: Avoid an N² behavior in grep.
1634 (compilation--previous-directory): New fun.
1635 (compilation--previous-directory-cache): New var.
1636 (compilation--remove-properties): Flush it.
1637 (compilation-directory-properties, compilation-error-properties):
1638 Use the new fun to speed up looking for the current directory.
1639
659114fd
CY
16402011-01-29 Chong Yidong <cyd@stupidchicken.com>
1641
1642 * vc/vc-hg.el (vc-hg-history): New var.
1643 (vc-hg-pull): Perform default pull if called via Lisp by vc-pull.
1644 (vc-hg-merge-branch): New function.
1645
1646 * vc/vc.el (vc-pull): Make vc-update an alias for this, instead of
1647 the other way around.
1648
1649 * vc/vc-git.el (vc-git-branches, vc-git-pull)
1650 (vc-git-merge-branch): New functions.
1651 (vc-git-history): New var.
1652
9bfe5783
CY
16532011-01-28 Chong Yidong <cyd@stupidchicken.com>
1654
1655 * vc/vc-dispatcher.el (vc-do-async-command): New function.
1656
1657 * vc/vc-bzr.el (vc-bzr-async-command): Convert into a wrapper for
1658 vc-do-async-command.
1659
e52f87a1
SM
1660 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch):
1661 Callers changed.
9bfe5783 1662
b1ea593c
LL
16632011-01-28 Leo <sdl.web@gmail.com>
1664
1665 * emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply
9bfe5783 1666 highlighting to the "this function is advised" message.
b1ea593c
LL
1667
1668 * help-mode.el (help-mode-finish): Apply highlighting here, to
1669 avoid clobbering by substitute-command-keys (Bug#6304).
1670
40e22d80
CY
16712011-01-28 Chong Yidong <cyd@stupidchicken.com>
1672
1673 * woman.el (woman0-roff-buffer): Process roff escape sequences
1674 occurring prior to the first request (Bug#7843).
1675
01c63f4c
SM
16762011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1677
55fb9013
SM
1678 * progmodes/compile.el: Don't use font-lock any more.
1679 (compilation-error-regexp-alist-alist): Change handling of makepp
1680 so it preserves the warning/error distinction on subsequent files.
1681 Simplify various rules.
1682 (compilation-directory-properties): Use font-lock-face.
1683 Add a compilation-message property.
1684 (compilation-internal-error-properties): Use font-lock-face.
1685 Don't set the compilation-debug property here.
1686 (compilation--put-prop, compilation--remove-properties)
1687 (compilation--parse-region, compilation--ensure-parse)
1688 (compilation--ensure-parse): New functions.
1689 (compilation-parse-errors): New function, largely inspired of
1690 compilation-mode-font-lock-keywords. Set compilation-debug here.
1691 (compilation--parsed): New var.
1692 (compilation--flush-parse): Use compilation--ensure-parse.
1693 (compilation-start): Don't call font-lock.
1694 (compilation-turn-on-font-lock): Remove.
1695 (compilation-setup): Don't set font-lock-extra-managed-props not change
1696 other font-lock settings, other than keywords.
1697 Don't activate font-lock-mode.
1698 Set change-major-mode-hook and before-change-functions.
1699 (compilation--unsetup): Remove properties and hooks.
1700 (compilation-next-single-property-change): New function.
1701 (compilation-next-error): Use it to parse when needed.
1702 (compile-goto-error): Parse buffer as needed.
1703 (compilation--compat-error-properties): Don't need a dummy `face'
1704 property any more.
1705
8fe52384
SM
17062011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1707
1708 * progmodes/compile.el: Use accessors for clarity and fix omake hack.
1709 (compilation-process-setup-function): Fix docstring's false promises.
1710 (compilation-error-regexp-alist-alist): Catch omake's continuous
1711 recompilation message and avoid reuse of old markers.
1712 (compilation-parse-errors-function): Declare obsolete.
1713 (compilation-buffer-modtime): Remove.
1714 (compilation--make-cdrloc, compilation--loc->col)
1715 (compilation--loc->line, compilation--loc->file-struct)
1716 (compilation--loc->marker, compilation--loc->visited)
1717 (compilation--make-file-struct, compilation--file-struct->file-spec)
1718 (compilation--file-struct->formats)
1719 (compilation--file-struct->loc-tree): New macros. Use them.
1720 (compilation--message): New defstruct. Use them.
1721 (compilation-next-error-function): Don't mess with timestamps to try
1722 and guess when to reparse.
1723
01c63f4c
SM
17242011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1725
5e853d01
SM
1726 * textmodes/tex-mode.el: Get rid of compilation-parse-errors-function
1727 (tex-old-error-file-name): New function,
1728 extracted from tex-compilation-parse-errors.
1729 (tex-compilation-parse-errors): Remove.
1730 (tex-error-regexp-alist): New var.
1731 (tex-shell): Use it to avoid compilation-parse-errors-function.
1732
07b741a7
SM
1733 * progmodes/grep.el (grep-regexp-alist): Tighten regexp.
1734 (grep-mode-font-lock-keywords): Remove regexp that seems like
1735 a left-over from before we used compile.el.
1736 (grep-mode-font-lock-keywords): Call syntax-ppss-flush-cache when
1737 modifying the buffer within with-silent-modifications.
1738
1739 * progmodes/compile.el: Cleanup text-properties namespace by using
1740 `compilation-message' instead of `message', `compilation-directory'
1741 instead of `directory', and `compilation-debug' instead of `debug'.
1742 (compilation-last-buffer, compilation-parsing-end)
1743 (compilation-error-list, compilation-old-error-list): Move to the
1744 compatibility part of the code.
1745 (compilation-error-properties): If `file' is a function, let it return
1746 a file name.
1747 (compilation-mode-font-lock-keywords): Be more conservative with the
1748 omake "^ *" pattern prefix, to try and minimize the risk of
1749 pathologically slow regexp matching.
1750 (compilation-start): Use inhibit-read-only.
1751 (compilation--unsetup): New function.
1752 (compilation-shell-minor-mode, compilation-minor-mode): Use it.
1753 (compilation-filter): Minor tweaks.
8fe52384 1754 (compilation-next-error-function): Try and avoid abusing variables.
07b741a7 1755 (compilation--flush-file-structure): New fun.
8fe52384 1756 (compilation-fake-loc): Use it to improve behavior when file is reused.
07b741a7
SM
1757 (debug-ignored-errors): Add "Moved past last ...".
1758 (compilation--compat-error-properties)
1759 (compilation--compat-parse-errors): Rename by doubling the "-".
1760
01c63f4c
SM
1761 Port features from the previous prolog.el to the new one.
1762 * progmodes/prolog.el (prolog-system): Add GNU and ECLiPSe options.
1763 (prolog-program-name, prolog-program-switches, prolog-consult-string)
1764 (prolog-compile-string, prolog-prompt-regexp): Get rid of the <foo>-i
1765 variable and use a function to compute the value dynamically.
1766 (prolog-prompt-regexp): Add regexp for GNU Prolog.
1767 (prolog-continued-prompt-regexp): Remove, unused.
1768 (prolog-find-value-by-system): Try and use the value of prolog-system
1769 in the *prolog* buffer if it helps.
1770 (prolog-mode-keybindings-common): Bind C-c C-z unconditionally...
1771 (prolog-zip-on): ..and check prolog-system and version here instead.
1772 (prolog-inferior-self-insert-command): New command.
1773 (prolog-inferior-mode-map): Use it.
1774 (prolog-inferior-error-regexp-alist): New var.
8fe52384 1775 (prolog-inferior-mode): Use it, with compilation-shell-minor-mode.
01c63f4c
SM
1776 (prolog-input-filter): Use derived-mode-p.
1777 (prolog-inferior-guess-flavor): New function.
1778 (prolog-ensure-process): Use it. Use make-comint-in-buffer rather than
1779 make-comint to avoid running comint-mode twice.
1780 (prolog-inferior-buffer): New fun.
1781 (prolog-old-process-region, prolog-old-process-file):
1782 Don't call prolog-bsts here...
1783 (prolog-build-prolog-command): ...do it here instead.
1784 (prolog-old-process-region, prolog-old-process-file):
1785 Use compilation-fake-loc and compilation-forget-errors.
1786 (prolog-consult-compile-region): Use bolp.
1787
2f224f0b
CY
17882011-01-28 Chong Yidong <cyd@stupidchicken.com>
1789
1790 * image-mode.el (image-display-size): Doc fix (Bug#7820).
1791
db0e305d
SS
17922011-01-27 Sam Steingold <sds@gnu.org>
1793
9e11271c
SM
1794 * midnight.el (clean-buffer-list-kill-never-buffer-names):
1795 Remove "*server*" which is never created by emacs server.
db0e305d 1796
27bbeb29
DD
17972011-01-27 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1798
1799 * vc/vc-bzr.el (vc-bzr-diff): Don't pass --diff-options unless
1800 there are some diff switches.
1801
153c5428
SM
18022011-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
1803
89fdaac7
SM
1804 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1805 Copy change made to ruby-font-lock-syntactic-keywords.
1806
153c5428
SM
1807 * htmlfontify.el: Make it obey the font-lock-face text property.
1808 Miscellaneous cleanup such as:
1809 - Don't hide expressions after a closing paren.
1810 - Move initial setq into let.
1811 - Hoist common parts out of ifs.
1812 (hfy-p-to-face, hfy-p-to-face-lennart): Remove.
1813 (hfy-face-at): Use get-text-property instead.
1814 (hfy-prop-invisible-p): Use invisible-p if available.
1815 (htmlfontify-manual): Use \\[...].
1816 (hfy-html-quote-regex): Use [...].
1817 (hfy-combined-face-spec): Simplify.
1818 (hfy-compile-face-map): Don't presume point-min==1.
1819 (hfy-css-name, hfy-buffer, htmlfontify-buffer): Use \' rather than $ to
1820 match end of string.
1821 (hfy-text-p): η-reduce.
1822 (hfy-tags-for-file): Receive cache-hash directly.
1823 (hfy-mark-tag-names): Adjust call.
1824
ed7646d4
GM
18252011-01-27 Glenn Morris <rgm@gnu.org>
1826
1827 * msb.el (msb-after-load-hooks): Make it an obsolete alias.
1828 (msb-after-load-hook): Remove eval-after-load wackiness.
1829
ed68f651
SS
18302011-01-25 Sam Steingold <sds@gnu.org>
1831
1832 * vc/vc-svn.el (vc-svn-diff): Use `diff-command' instead of the
1833 literal "diff" (important for windows-nt).
1834
0fe719e6
GM
18352011-01-25 Glenn Morris <rgm@gnu.org>
1836
1837 * emacs-lisp/copyright.el (copyright-at-end-flag)
1838 (copyright-names-regexp): Add safety properties.
1839 (copyright-year-ranges): New option.
1840 (copyright-find-end): New function, split from copyright-update-year.
1841 (copyright-update-year): Use copyright-find-end.
1842 (copyright-fix-years): Optionally, convert years to ranges.
1843 Handle years continued over comment lines.
1844 Do not mess with the fill-prefix.
1845 Do not call copyright-update.
1846 (copyright-update-directory): Optionally, fix years rather than update.
7e6e2304 1847 Skip directories. Find files with only safe local vars.
0fe719e6 1848
06d8ace5 18492011-01-25 Stefan Monnier <monnier@iro.umontreal.ca>
10e1d5f3
SM
1850
1851 * files.el (file-name-non-special): Only change buffer-file-name after
1852 insert-file-contents if it's `visit'ing the file (bug#7854).
1853
06d8ace5 18542011-01-25 Chong Yidong <cyd@stupidchicken.com>
b14f16ad
CY
1855
1856 * dired.el (dired-revert): Doc fix (Bug#7758).
1857
06d8ace5
GM
1858 * simple.el (line-move-visual): Doc fix (Bug#7594).
1859
18602011-01-25 Nobuyoshi Nakada <nobu@ruby-lang.org>
cc9c9831
NN
1861
1862 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
1863 here-doc which ends with an underscore.
1864 (ruby-mode-set-encoding): Skip shebang line always.
1865 (ruby-mode-map): Bind C-c C-c to comment-region.
0d19d4fe 1866 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
cc9c9831
NN
1867 (ruby-forward-sexp): Stop after literal hash key labels.
1868 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
1869 bracket.
1870
06d8ace5 18712011-01-25 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
d6476407
KM
1872
1873 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
1874 the correct buffer (Bug#7650).
1875
06d8ace5
GM
18762011-01-25 Glenn Morris <rgm@gnu.org>
1877
1878 * comint.el (comint-mode): Doc fix. (Bug#7897)
4d265b4d 1879
ce558208
GM
1880 * simple.el (do-auto-fill): Give it a doc string.
1881
4d265b4d
GM
1882 * button.el (make-text-button): Doc fix. (See bug#7881)
1883
21bb5ce0
SM
18842011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
1885
ab0a61d0
SM
1886 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
1887 Don't move backward, so as not to fall in an inf-loop (bug#7736).
1888
21bb5ce0
SM
1889 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): (bug#7735)
1890 Handle ?" and friends differently (e.g. don't use backrefs).
1891
603823f5
JB
18922011-01-24 Jay Belanger <jay.p.belanger@gmail.com>
1893
1894 * calc/calc.el (calc-default-power-reference-level)
1895 (calc-default-field-reference-level): New variables.
35f52ed6 1896 * calc/calc-units.el (math-standard-units): Add dB and Np.
603823f5
JB
1897 (math-logunits): New variable.
1898 (math-extract-logunits, math-logcombine, calcFunc-luplus)
1899 (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level)
21bb5ce0
SM
1900 (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level):
1901 New functions.
603823f5
JB
1902 (math-find-base-units-rec): Add entry for ln(10).
1903 * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help.
1904 (calc-ul-prefix-help): New function.
1905 * calc/calc-ext.el (calc-init-extensions): Autoload new units
35f52ed6 1906 functions. Add keybindings for new units functions.
603823f5 1907
11ea68ce 19082011-01-22 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
10617634
DD
1909
1910 * net/rcirc.el (rcirc-kill-buffer-hook): Flush logs when killing
11ea68ce 1911 rcirc buffers. (Bug#4940)
10617634 1912
0412a5a4
GM
19132011-01-22 Glenn Morris <rgm@gnu.org>
1914
1915 * emacs-lisp/copyright.el (copyright-find-copyright): New function,
1916 split out from copyright-update-year.
1917 (copyright-update): Don't mess with the GPL version if we don't own the
1918 copyright. Update license regexp, and remove no longer needed
1919 Esperanto stuff.
d226ec23 1920 (copyright-fix-years): Use copyright-find-copyright.
0412a5a4 1921
e7c1dca8
CY
19222011-01-22 Chong Yidong <cyd@stupidchicken.com>
1923
1924 * vc/diff.el (diff-sentinel): Doc fix (Bug#7682).
1925
4d0143e6
JA
19262011-01-22 Jari Aalto <jari.aalto@cante.net>
1927
1928 * play/landmark.el: Change `lm-' prefix to `landmark-' (Bug#7672).
1929 (lm): Rename to landmark.
1930 (lm-test-run): Rename to landmark-test-run.
1931
e3545d0d
CY
19322011-01-22 Chong Yidong <cyd@stupidchicken.com>
1933
1934 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
1935 "Case sensitive" menu item.
1936
7c82f3e2 19372011-01-22 Roland McGrath <roland@frob.com>
6e1dbaa9
RM
1938
1939 * comint.el (comint-replace-by-expanded-history-before-point): Fix
1940 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
1941
7c82f3e2 19422011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
0f1f97ca
SM
1943
1944 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
1945
7c82f3e2 19462011-01-22 Jari Aalto <jari.aalto@cante.net>
26a27884 1947
6e1dbaa9
RM
1948 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1949 Assume foo(bar) is a manpage reference rather than some unquoted
1950 symbol (bug#7705).
26a27884 1951
7c82f3e2 19522011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
d5e632d8
SM
1953
1954 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
1955 Suggested by Flo <sensorflo@gmail.com>.
1956
7c82f3e2 19572011-01-22 Glenn Morris <rgm@gnu.org>
d00b05c9
GM
1958
1959 * progmodes/compile.el (compilation-error-regexp-alist):
1960 Fix custom type. (Bug#7812)
1961
4936e3ba
KM
19622011-01-22 Ken Manheimer <ken.manheimer@gmail.com>
1963
1964 * allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' to
1965 allout-number-siblings, in keeping with what obtained due to
1966 (now-defunct) allout-keybindings-list. Ditch repeat binding to
1967 (prefixed) ?i.
1968 (allout-before-change-handler): Better expose spots affected by
1969 undo.
1970
cde7e38b
CY
19712011-01-22 Chong Yidong <cyd@stupidchicken.com>
1972
1973 * man.el (Man-highlight-references0): Use make-button (Bug#7881).
1974
6b072b27
PH
19752011-01-22 Phil Hagelberg <phil@evri.com>
1976
1977 * pcmpl-unix.el (pcmpl-ssh-config-file): New option.
1978 (pcmpl-ssh-known-hosts): Rename from pcmpl-ssh-hosts.
1979 (pcmpl-ssh-config-hosts): New function.
1980 (pcmpl-ssh-hosts): Use pcmpl-ssh-config-hosts in addition to
1981 pcmpl-ssh-known-hosts.
1982
26d82c3a
JB
19832011-01-21 Jay Belanger <jay.p.belanger@gmail.com>
1984
c310ff4f
JB
1985 * calc/calc-undo.el (calc-undo): Autoload it.
1986 * calc/calc-ext.el (calc-init-extensions): Remove keybindings
1987 and autoload for `calc-undo'.
1988 * calc/calc.el (calc-mode-map): Add keybindings for `calc-undo'.
1989 * calc/calc-prog.el:
1990 * calc/calc-graph.el:
1991 * calc/calc-map.el: Change `arglist' to `math-arglist' throughout.
26d82c3a 1992
a10c4149
ŠN
19932011-01-21 Štěpán Němec <stepnem@gmail.com> (tiny change)
1994
1995 * calc/calc-ext.el (calc-init-extensions): Map all `undo'
1996 keybindings to `calc-undo'.
1997
8dabbfd6
SM
19982011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1999
2000 Don't mess with *temp*.
2001 * obsolete/spell.el: Move from textmodes/spell.el.
2002 (spell-string):
2003 * term.el (term-read-input-ring):
2004 * startup.el (display-startup-echo-area-message):
2005 * progmodes/antlr-mode.el (antlr-directory-dependencies):
2006 * comint.el (comint-read-input-ring): Use with-temp-buffer.
2007 * international/mule.el (ctext-pre-write-conversion): Don't hardcode
2008 point-min==1.
2009
d3e51865
KM
20102011-01-20 Ken Manheimer <ken.manheimer@gmail.com>
2011
35f52ed6 2012 * allout.el (allout-institute-keymap): Use fset instead of
d42f7802
KM
2013 reapplying defalias.
2014
2015 (allout-hotspot-key-handler): Check for non-control-modified
2016 bindings for hotspot characters if there are no control-modified
2017 versions.
2018
d3e51865
KM
2019 * allout.el: Summary - migrate to defining allout mode using
2020 define-minor-mode instead of defun. Significantly clean-up
2021 internal keymap provisions, refactoring and, in the process,
2022 removing a lot of accumulated cruft.
2023
2024 allout-mode-map is now a keymap by virtue of being a defalias to
2025 allout-mode-map-value, which contains the actual keymap structure.
2026
8dabbfd6
SM
2027 (allout-mode): Use define-minor-mode rather than defun.
2028 Remove now-unnecessary minor-mode setup activities from the body.
d3e51865
KM
2029 Specify :keymap as allout-mode-map so the minor-mode-map-alist
2030 entry will be '(allout-mode . allout-mode-map) - see
2031 allout-mode-map-value, below. Adjust docstring to track changes.
2032 (allout-minor-mode): Remove this defalias, now that we're using
2033 define-minor-mode.
2034 (allout-mode-map): Set value to be 'allout-mode-map. The actual
2035 keymap is allout-mode-map-value, via defalias.
2036 (allout-mode-map-value): The variable holding the actual mode
2037 keymap structure, by virtue of defalias from allout-mode-map.
8dabbfd6 2038 (allout-compose-and-institute-keymap): Rename from
d3e51865
KM
2039 allout-bind-keys, and including the binding-composition
2040 functionality of the former produce-allout-mode-map and
2041 allout-setup-mode-map.
2042 (allout-institute-keymap): Take over the "setup" part of the former
2043 allout-setup-mode-map. Reassign allout-mode-map-value value and
2044 update the defalias.
01c35094 2045 (allout-command-prefix, allout-prefixed-keybindings)
8dabbfd6
SM
2046 (allout-unprefixed-keybindings):
2047 Use allout-compose-and-institute-keymap to process the bindings.
2cf429d0 2048 (allout-unprefixed-keybindings): Remove extraneous '?' question marks.
d3e51865 2049 (allout-prefixed-keybindings): Elide binding to (prefixed) \C-h -
8dabbfd6
SM
2050 user can customize if they want to use that binding.
2051 Bind allout-copy-topic-as-kill to (prefixed) \M-k.
2052 Bind allout-up-current-level to (prefixed) \C-u. (I think i mistakenly
d3e51865
KM
2053 elided that, previously, instead of the one for \C-h.)
2054 (allout-hotspot-key-handler): Remove attempt to resolve the key
2055 through the literal key-string lookup on allout-keybindings-list.
2056 That probably hasn't worked for a Long Time, and removal of
2cf429d0 2057 allout-keybindings-list further simplifies the keybindings situation.
d3e51865
KM
2058 (allout-pre-command-business): Use allout-mode-map-value instead
2059 of allout-mode-map.
2060 (allout-preempt-trailing-ctrl-h): Remove. The user can customize
2061 the bindings if they want to use a keybinding having a trailing
2cf429d0 2062 \C-h. No deprecation needed since this feature was never in a release.
d3e51865
KM
2063 (allout-keybindings-list): Remove. It's not been useful for a
2064 while. (See allout-hotspot-key-handler changes, above.)
2065 (produce-allout-mode-map): Remove. Consolidate into
2066 allout-compose-and-institute-keymap.
2067 (allout-mode-map-adjustments): Remove. No longer necessary with
2068 removal of allout-preempt-trailing-ctrl-h.
2069 (allout-setup-mode-map): Remove. Consolidate into
2070 allout-compose-and-institute-keymap and allout-institute-keymap.
2071
c11136ec
GM
20722011-01-20 Glenn Morris <rgm@gnu.org>
2073
dbfb414e
GM
2074 * vc/vc-svn.el (vc-svn-after-dir-status): Tweak previous change.
2075
c11136ec
GM
2076 * simple.el (read-expression-history): Remove, it's in minibuf.c.
2077
9aea757b
CY
20782011-01-20 Chong Yidong <cyd@stupidchicken.com>
2079
2080 * subr.el (y-or-n-p): Revert 2011-01-07 change, removing ARGS.
2081
2082 * files.el (find-alternate-file, basic-save-buffer)
2083 (basic-save-buffer-2, revert-buffer, recover-file)
2084 (kill-buffer-ask, abort-if-file-too-large)
2085 (set-visited-file-name, write-file, backup-buffer)
2086 (basic-save-buffer, save-some-buffers):
2087 * dired-aux.el (dired-compress-file): Callers changed.
2088
5dd4f3f7
GM
20892011-01-19 Glenn Morris <rgm@gnu.org>
2090
2091 * vc/vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
2092 Also check the property status. (Bug#7861)
2093
56761182
MA
20942011-01-18 Michael Albinus <michael.albinus@gmx.de>
2095
2096 * net/tramp.el (tramp-debug-message): Extend function exclude
2097 list. Use `regexp-opt'.
2098
a9faac5c 20992011-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
1a1fcbe1 2100
9cc3a0c7
SM
2101 * textmodes/tex-mode.el (tex-font-lock-verb): Make sure \verb
2102 highlighting doesn't spill over subsequent lines.
2103
1a1fcbe1
SM
2104 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
2105 keymap expression. Improve docstring.
2106
74a10be5
SM
2107 * electric.el (electric-indent-post-self-insert-function):
2108 Don't auto-indent for indent-to-left-margin, it's too often
2109 counter-productive.
2110
721be9cd
TH
21112011-01-16 Tassilo Horn <tassilo@member.fsf.org>
2112
2113 * strokes.el (strokes-read-stroke): Re-fill strokes buffer with
2114 spaces if the frame was resized, so that the full visible buffer
2115 serves as canvas for strokes.
2116
a767645f
GM
21172011-01-16 Glenn Morris <rgm@gnu.org>
2118
2119 * info-xref.el (info-xref-docstrings): Replace cl function.
e5c7913c 2120 Also skip directories.
a767645f 2121
444ee8dd
KR
21222011-01-16 Kevin Ryde <user42@zip.com.au>
2123
2124 * info-xref.el: Version 3.
2125 (info-xref-check, info-xref-check-all): Move commentary details
2126 into docstrings for better visibility.
2127 Use compilation-mode for the results buffer.
2128 (info-xref-output, info-xref-output-error, info-xref-with-output)
2129 (info-xref-filename, info-xref-in-progress):
2130 New internals for this.
2131 (info-xref-check-list, info-xref-check-buffer)
2132 (info-xref-check-all-custom): Use those.
2133 (info-xref-output-buffer): Rename from info-xref-results-buffer.
2134 (info-xref-output-heading): Rename from info-xref-filename-heading.
2135 (info-xref-good, info-xref-bad, info-xref-xfile-alist)
2136 (info-xref-filename-heading): Move to output managing section.
35f52ed6 2137 (info-xref-docstrings): New command checking "Info node `(foo)Bar'"
444ee8dd
KR
2138 (info-xref-lock-file-p, info-xref-with-file): New helpers for it.
2139 (info-xref-subfile-p): Move to generic section with those two.
2140 (info-xref-check-node): New function split from
2141 info-xref-check-buffer, shared by info-xref-docstrings.
2142 (info-xref-goto-node-p): Move to a checking section with that func.
2143 (info-xref-unavail): New counter.
2144 (info-xref-check-node): Use it.
2145 (info-xref-with-output): Show count of unavailables at end of output.
2146 (info-xref-all-info-files): Exclude ".*" dotfiles. Ignore broken
35f52ed6 2147 symlinks. Exclude .texi files. Exclude Emacs backup files.
444ee8dd
KR
2148 (info-xref-check-all-custom): Fix quietening viper-mode and
2149 gnus-registry-install -- use setq not let so as not to unbind
2150 after load.
2151
d4119912
JL
21522011-01-16 Juri Linkov <juri@jurta.org>
2153
2154 * isearch.el (isearch-abort): Don't quit if search has
2155 an incomplete regexp (isearch-error is non-nil). (Bug#7534)
2156
b024d9f0
MD
21572011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
2158
2159 * files.el (backup-buffer): Make last-resort backup file in
2160 .emacs.d (Bug#6953).
2161
2162 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
2163 make it with permission 700.
2164
d52969e8 21652011-01-15 Kenichi Handa <handa@m17n.org>
1a6a03e4 2166
74a10be5
SM
2167 * mail/rmailmm.el (rmail-mime-insert-header):
2168 Set rmail-mime-coding-system to a cons whose car is the last coding
1a6a03e4
KH
2169 system used to decode the header.
2170 (rmail-mime-find-header-encoding): New function.
74a10be5
SM
2171 (rmail-mime-insert-decoded-text):
2172 Override rmail-mime-coding-system if it is a cons.
1a6a03e4
KH
2173 (rmail-show-mime): If only a header part was decoded, find the
2174 coding system while ignoring mm-charset-override-alist.
2175
d52969e8 21762011-01-15 Chong Yidong <cyd@stupidchicken.com>
c88aaf48
CY
2177
2178 * subr.el (event-start, event-end): Doc fix (Bug#7826).
2179
d52969e8 21802011-01-15 Kenichi Handa <handa@m17n.org>
e7ca0062
KH
2181
2182 * mail/rmailmm.el (rmail-mime-next-item)
2183 (rmail-mime-previous-item): Delete them.
2184 (rmail-mime-shown-mode): Recursively call for children.
74a10be5
SM
2185 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
2186 Callers changed.
e7ca0062
KH
2187 (rmail-mime-raw-mode): Recursively call for children.
2188 (rmail-mode-map): Change mapping of tab and backtab to
2189 forward-button and backward-button respectively.
2190 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
2191 button.
2192 (rmail-mime-update-tagline): New function.
2193 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
2194 body display is changed.
74a10be5 2195 (rmail-mime-toggle-button): Rename from rmail-mime-image.
e7ca0062
KH
2196 (rmail-mime-image): Delete this button type.
2197 (rmail-mime-toggle): New button type.
2198 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
2199 body display is changed. Change the save button label to "Save".
2200 Don't process show/hide button here.
2201 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
2202 the body display is changed. Unconditionally call
2203 rmail-mime-insert for children.
2204 (rmail-mime-handle): Update `display' vector of the just inserted
2205 entity.
2206 (rmail-mime-process): If mail-header-parse-content-type returns
2207 nil, use "text/plain" as the fallback type.
2208 (rmail-mime-insert): For raw-mode, recursively call
2209 rmail-mim-insert for children.
2210 (rmail-mime): Handle the case that the current buffer is not rmail
2211 buffer (e.g. in summary buffer).
2212
d52969e8 22132011-01-15 Kenichi Handa <handa@m17n.org>
e7ca0062
KH
2214
2215 * mail/rmailmm.el (rmail-mime-next-item)
2216 (rmail-mime-previous-item): Skip the body of a non-multipart
2217 entity if a tagline is shown.
2218
362b9d48
GM
22192011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2220
2221 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
2222 (tmm-prompt): Simplify.
2223 (tmm-add-prompt): Remove unused var `win'.
2224
2225 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
2226 to minor mode which used nil accidentally to mean "turn off".
2227
22282011-01-15 Michael Albinus <michael.albinus@gmx.de>
2229
2230 * net/tramp-sh.el (tramp-find-inline-compress)
2231 (tramp-get-inline-coding): Quote command after pipe symbol for
2232 local calls under W32. (Bug#6784)
2233
22342011-01-15 Michael Albinus <michael.albinus@gmx.de>
2235
2236 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
2237 only when running under W32.
2238
22392011-01-15 Eli Zaretskii <eliz@gnu.org>
2240
2241 * progmodes/grep.el (grep-compute-defaults): Quote the program
2242 file name after the pipe symbol in Grep templates. (Bug#6784)
2243 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
2244
22452011-01-15 Lennart Borgman <lennart.borgman@gmail.com>
2246
2247 * buff-menu.el (Buffer-menu-buffer-list): New var.
2248 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
2249 restricted buffer list is not lost on revert (Bug#7749).
2250
22512011-01-15 Eric Hanchrow <eric.hanchrow@gmail.com>
2252
2253 * net/ldap.el (ldap-search-internal): Discard stderr output.
2254
22552011-01-15 Eli Zaretskii <eliz@gnu.org>
2256
2257 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
2258
22592011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2260
2261 * vc-bzr.el (vc-bzr-annotate-time): Tweak previous change.
2262
22632011-01-15 Kenichi Handa <handa@m17n.org>
2264
2265 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
2266 part as a plain text.
2267 (rmail-mime-process-multipart): Set the default content-type to
2268 nil for unknown multipart subtypes (bug#7651).
2269
6d3d6113
SM
22702011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2271
4391b429
SM
2272 * hexl.el (hexl-mode-old-*): Remove.
2273 (hexl-mode--old-var-vals): New var to replace them.
2274 (hexl-mode--minor-mode-p, hexl-mode--setq-local): New funs.
2275 (hexl-mode, hexl-follow-line, hexl-activate-ruler):
2276 Use them to set local vars (bug#7846).
2277 (hexl-mode-exit): Use hexl-mode--old-var-vals to restore state.
2278 (hexl-backward-short, hexl-backward-word, hexl-scroll-down)
2279 (hexl-scroll-up, hexl-end-of-1k-page, hexl-end-of-512b-page): Simplify.
2280
6d3d6113
SM
2281 * vc/smerge-mode.el: Resolve comment conflicts more aggressively.
2282 (smerge-resolve--normalize-re): New var.
2283 (smerge-resolve--extract-comment, smerge-resolve--normalize): New funs.
2284 (smerge-resolve): Use them.
2285 * newcomment.el (comment-only-p): New function.
2286 (comment-or-uncomment-region): Use it.
2287
77ab81d0 22882011-01-14 Brent Goodrick <bgoodr@gmail.com> (tiny change)
8d4708af
BG
2289
2290 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
2291 table, get the value before switching to the output buffer. (Bug#7733)
2292
77ab81d0 22932011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
364df1cc
SM
2294
2295 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
2296
8faba62c
KS
22972011-01-14 Kim F. Storm <storm@cua.dk>
2298
2299 * emulation/cua-base.el (cua--init-keymaps):
2300 Remap exchange-point-and-mark in cua-global-keymap.
2301
ab7eb811
TH
23022011-01-14 Tassilo Horn <tassilo@member.fsf.org>
2303
2304 * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
2305 loop keyword.
2306
fc55380c
SM
23072011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2308
2309 * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label.
2310 Require CL.
2311 (easy-menu-create-menu, easy-menu-convert-item-1):
2312 Use :label rather than nil for labels. Use `case'.
2313 Add :enable as alias for :active.
2314 (easy-menu-binding): Obey :label.
2315
dbed16aa
SM
23162011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2317
4d789d84
SM
2318 Use run-mode-hooks for major mode hooks (bug#513).
2319 * textmodes/reftex-toc.el (reftex-toc-mode-map):
2320 Rename from reftex-toc-map.
2321 (reftex-toc-mode): Use define-derived-mode.
2322 * textmodes/reftex-sel.el (reftex-select-shared-map): New map.
2323 (reftex-select-label-mode-map, reftex-select-bib-mode-map):
2324 Rename from reftex-select-(label|bib)-map. Move init into declaration.
2325 (reftex-select-label-mode, reftex-select-bib-mode):
2326 Use define-derived-mode.
2327 * textmodes/reftex-index.el (reftex-index-phrases-mode-map)
2328 (reftex-index-mode-map): Rename from reftex-index(-phrases)-map.
2329 Move init into delcaration.
2330 (reftex-index-mode, reftex-index-phrases-mode):
2331 Use define-derived-mode.
2332 * speedbar.el (speedbar-mode-syntax-table): Renaqme from
2333 speedbar-syntax-table. Move init into declaration.
2334 (speedbar-mode-map): Rename from speedbar-key-map.
2335 Move init into declaration.
2336 (speedbar-file-key-map): Move init into declaration.
2337 (speedbar-mode): Use define-derived-mode.
2338 * recentf.el (recentf-mode): Don't run hook (or message) redundantly.
2339 * net/rcirc.el (rcirc-mode): Use run-mode-hooks.
2340 * emacs-lisp/chart.el (chart-mode-map): Rename from chart-map.
2341 (chart-face-list): Move initialization into declaration.
2342 (chart-mode): Use define-derived-mode.
2343 * calculator.el (calculator-mode-map): Move init into declaration.
2344 (calculator-mode): Use define-derived-mode.
2345
b49a2dbf
SM
2346 * mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
2347 work for nested comments.
2348
dbed16aa
SM
2349 * progmodes/prolog.el: Use syntax-propertize. Further code cleanup.
2350 (prolog-use-prolog-tokenizer-flag): Change default when
2351 syntax-propertize can be used.
2352 (prolog-syntax-propertize-function): New var.
2353 (prolog-mode-variables): Move make-local-variable into `set'.
2354 Don't make comment-column local since we don't set it.
2355 Set comment-add (as it was in previous prolog.el). Use dolist.
2356 Set syntax-propertize-function.
2357 (prolog-mode, prolog-inferior-mode):
2358 Call prolog(-inferior)-menu directly, not through the mode-hook.
2359 (prolog-buffer-module, prolog-indent-level)
2360 (prolog-paren-is-the-first-on-line-p, prolog-paren-balance)
2361 (prolog-comment-limits, prolog-goto-comment-column):
2362 Use line-(end|beginning)-position.
2363 (prolog-build-prolog-command): Tighten up regexp.
2364 (prolog-consult-compile): Move make-local-variable into `set'.
2365 (prolog-consult-compile-filter, prolog-goto-next-paren)
2366 (prolog-help-on-predicate, prolog-clause-info)
2367 (prolog-mark-predicate): Don't let+setq.
2368 (prolog-indent-line): Use indent-line-to.
2369 Only call prolog-goto-comment-column if necessary.
2370 (prolog-indent-level): Use bobp.
2371 (prolog-first-pos-on-line): Remove, not used any more.
2372 (prolog-in-string-or-comment): Use syntax-ppss if available.
2373 (prolog-help-on-predicate): Use read-string.
2374 (prolog-goto-predicate-info): Simplify.
2375 (prolog-read-predicate): Use `default' rather than `initial'.
2376 (prolog-temporary-file): Use make-temp-file to close a security hole.
2377 (prolog-toggle-sicstus-sd): New command.
2378 (prolog-electric-underscore, prolog-variables-to-anonymous):
2379 Use dynamic-scoping as it was meant.
2380 (prolog-menu): Move menu definitions to top-level.
2381 Use a toggle-button for Sicstus's source debugger.
2382 Change "Code" to the more usual "Prolog", and hence change "Prolog"
2383 to "System".
2384 (prolog-inferior-menu): Reuse prolog-menu's help menu.
2385 Move other menu definition to top-level.
2386
50f8cd96
TH
23872011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2388
5b355315
TH
2389 * doc-view.el (doc-view-open-text): Use meaningful text buffer
2390 name. Keep original document's directory as default-directory
2391 (bug#6446).
1281bd51
TH
2392 (doc-view-initiate-display): Fall back to normal mode when
2393 doc-view-mode cannot be enabled, also when extracting the document
2394 text into a separate buffer (bug#6446).
5b355315 2395
50f8cd96
TH
2396 * simple.el (shell-command): Don't error out if shell command
2397 buffer contains text with non-nil read-only property when erasing
2398 the buffer.
2399
821f936d
KS
24002011-01-13 Kim F. Storm <storm@cua.dk>
2401
2402 * ido.el (ido-may-cache-directory): Move "too-big" check later.
2403 (ido-next-match, ido-prev-match): Fix stray reordering of matching
2404 items when cycling through the matches.
2405
f754f898
TH
24062011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2407
2408 * dired-x.el (dired-omit-verbose): New defcustom that allows
2409 disabling the omit messages.
2410 (dired-omit-expunge): Use it.
2411
d221e780
CO
24122011-01-13 Christian Ohler <ohler@gnu.org>
2413
2414 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files.
2415
a03b542a
CY
24162011-01-13 Chong Yidong <cyd@stupidchicken.com>
2417
2418 * font-lock.el (font-lock-verbose): Default to nil.
2419
25ca2e61
CY
24202011-01-13 Chong Yidong <cyd@stupidchicken.com>
2421
2422 * simple.el (sendmail-user-agent-compose): Move to sendmail.el.
2423 (compose-mail): New arg RETURN-ACTION.
2424 (compose-mail-other-window, compose-mail-other-frame): Likewise.
2425
2426 * mail/sendmail.el (mail-return-action): New var.
2427 (mail-mode): Make it buffer-local.
2428 (mail-bury): Obey it. Move special Rmail window handling to
2429 rmail-mail-return.
2430 (mail, mail-setup): New arg RETURN-ACTION.
2431 (sendmail-user-agent-compose): Move from simple.el.
2432
2433 * mail/rmail.el (rmail-mail-return): New function.
2434 (rmail-start-mail): Pass it to compose-mail.
2435
2a8b13af
CY
24362011-01-12 Chong Yidong <cyd@stupidchicken.com>
2437
b2948a87
CY
2438 * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
2439 menus. Add menu item for customize-themes.
2440
2441 * cus-theme.el (customize-themes):
74a10be5
SM
2442 * emacs-lisp/package.el (package--list-packages):
2443 Use switch-to-buffer.
2a8b13af 2444
059616e5
JB
24452011-01-11 Johan Bockgård <bojohan@gnu.org>
2446
2447 * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
2448
04380ff1
SM
24492011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2450
2451 * progmodes/prolog.el: Fix up coding convention and such.
2452 (prolog-indent-width): Use the same default as in
2453 previous prolog.el rather than tab-width which depends on which buffer
2454 is current when the file is loaded.
2455 (prolog-electric-newline-flag): Only enable if electric-indent-mode
2456 is not available.
2457 (prolog-emacs): Remove. Use (featurep 'xemacs) instead.
2458 (prolog-known-systems): Remove.
2459 (prolog-mode-syntax-table, prolog-inferior-mode-map):
2460 Move initialization into declaration.
2461 (prolog-mode-map): Move initialization into declaration.
2462 Remove system-specific mode-map vars, since they referred to the same
2463 keymap anyway.
2464 (prolog-mode-variables): Obey the user's preference w.r.t
2465 adaptive-fill-mode. Prefer symbol-value to `eval'.
2466 (prolog-mode-keybindings-edit): Add compatibility bindings.
2467 (prolog-mode): Use define-derived-mode. Don't handle mercury here.
2468 (mercury-mode-map): New var.
2469 (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
2470 (prolog-ensure-process, prolog-process-insert-string)
2471 (prolog-consult-compile): Use with-current-buffer.
2472 (prolog-guess-fill-prefix): Simplify data flow.
2473 (prolog-replace-in-string): New function to use instead of
2474 replace-in-string.
2475 (prolog-enable-sicstus-sd): Don't abuse `eval'.
2476 (prolog-uncomment-region): Use `uncomment-region' when available.
2477 (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
2478 (prolog-int-to-char, prolog-char-to-int): New functions to use instead
2479 of int-to-char and char-to-int.
2480 (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
2481
e2019526
SB
24822011-01-11 Stefan Bruda <stefan@bruda.ca>
2483
2484 * progmodes/prolog.el: Replace by a whole new file.
2485
3fa173b4
SM
24862011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2487
2488 * subr.el (eval-after-load): Fix timing for features (bug#7769).
2489 (declare-function, undefined, insert-for-yank)
2490 (replace-regexp-in-string): Follow checkdoc's recommendations.
2491
7973bcea
SM
24922011-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2493
2494 * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
2495 refreshing the diary buffer.
2496
0af8c88b
KM
24972011-01-10 Ken Manheimer <ken.manheimer@gmail.com>
2498
7973bcea 2499 * allout.el: Add 2011 to the file copyright.
0af8c88b
KM
2500 (allout-encrypt-string): Prevent encryption from adding an extra
2501 newline at the end of the topic body.
2502 (allout-version): Increment to 2.3.
2503
1a27c64e
MA
25042011-01-10 Michael Albinus <michael.albinus@gmx.de>
2505
7973bcea
SM
2506 * net/dbus.el (dbus-unregister-service): Complete doc.
2507 Fix call of dbus-error signal.
5c0b4070 2508 (dbus-register-property): Use `dont-register' keyword.
1a27c64e 2509
0a203b61
MA
25102011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2511
2512 * net/dbus.el (dbus-unregister-service): Translate returned
2513 integer into a symbol.
2514 (dbus-register-property): Use `dbus-register-service' to do the
2515 name registration.
2516
895123f5
CY
25172011-01-09 Chong Yidong <cyd@stupidchicken.com>
2518
7973bcea
SM
2519 * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
2520 Suggested by Joakim Verona.
12e1f328 2521
732eb50a
CY
2522 * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
2523
895123f5
CY
2524 * wid-edit.el (visibility): Replace :on-image and :off-image
2525 widget properties with :on-glyph and :off-glyph, for consistency
2526 with the `visibility' widget.
2527 (widget-toggle-value-create, widget-visibility-value-create):
2528 Merge into a single function `widget-toggle-value-create'.
2529
2530 * cus-edit.el (custom-variable-value-create, custom-visibility)
7973bcea
SM
2531 (custom-face-edit-value-create, custom-face-value-create):
2532 Replace :on-image and :off-image widget properties with :on-glyph and
895123f5
CY
2533 :off-glyph, for consistency with the `visibility' widget.
2534
c8043a22
AS
25352011-01-09 Andreas Schwab <schwab@linux-m68k.org>
2536
2537 * net/ldap.el (ldap-search-internal): Don't use eval.
2538
b7617f6d
CY
25392011-01-09 Chong Yidong <cyd@stupidchicken.com>
2540
973f1f2a
CY
2541 * subr.el (read-char-choice): Use read-key.
2542
b7617f6d
CY
2543 * custom.el (custom-safe-themes): Rename from
2544 custom-safe-theme-files. Add :risky tag.
2545 (load-theme, custom-theme-load-confirm): Save sha1 hashes to
2546 custom-safe-themes, not filenames. Suggested by Stefan Monnier.
2547
900503ae
CY
25482011-01-09 Chong Yidong <cyd@stupidchicken.com>
2549
2550 * tool-bar.el (tool-bar-setup): Remove Help button. Remove label
2551 from Search and add a label to Undo.
2552
2553 * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
2554 inappropriate buttons and adding :vert-only tags.
2555
2556 * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
2557 removal of Help tool-bar button. Remove Undo button for space.
2558
2559 * info.el (info-tool-bar-map): Add :vert-only tags.
2560
c44d54b3
TH
25612011-01-08 Tassilo Horn <tassilo@member.fsf.org>
2562
2563 * doc-view.el (doc-view-mode-p): Check for png or imagemagick
2564 image backend support. Either of them is fine.
2565
3ef01959
CY
25662011-01-08 Chong Yidong <cyd@stupidchicken.com>
2567
3d91e302
CY
2568 * subr.el (y-or-n-p): Doc fix.
2569
278f6845
CY
2570 * custom.el (custom-safe-theme-files): New defcustom.
2571 (custom-theme-load-confirm): New function.
2572 (load-theme): Load theme using `load', confirming with
2573 custom-theme-load-confirm if necessary.
2574
3ef01959
CY
2575 * subr.el (read-char-choice): New function, factored out from
2576 dired-query and hack-local-variables-confirm.
2577
2578 * dired-aux.el (dired-query):
2579 * files.el (hack-local-variables-confirm): Use it.
2580
2581 * dired-aux.el (dired-compress-file):
2582 * files.el (abort-if-file-too-large, find-alternate-file)
2583 (set-visited-file-name, write-file, backup-buffer)
2584 (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
2585 (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
2586 Use new format string args for y-or-n-p and yes-or-no-p.
2587
7c837933
AS
25882011-01-08 Andreas Schwab <schwab@linux-m68k.org>
2589
2590 * progmodes/compile.el (compilation-error-regexp-alist-alist)
2591 [gcc-include]: Tighten file name match, add match for column
2592 number. (Bug#7806)
6c7ec171 2593 [gnu]: Remove unused group.
7c837933 2594
d0981f82
GM
25952011-01-08 Glenn Morris <rgm@gnu.org>
2596
e7a42417
GM
2597 * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
2598
d0981f82
GM
2599 * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
2600
d43bb7d3
SS
26012011-01-07 Sam Steingold <sds@gnu.org>
2602
2603 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
2604 the `explicit-shell-file-name' because that is the
2605 non-interactive shell.
2606
8c51d2a2
CY
26072011-01-07 Chong Yidong <cyd@stupidchicken.com>
2608
2609 * subr.el (y-or-n-p): Accept format string args.
2610
66b7b0fe
GM
26112011-01-07 Glenn Morris <rgm@gnu.org>
2612
2613 * Makefile.in (EMACSOPT): Add --no-site-lisp.
2614
1e004a83
KM
26152011-01-06 Ken Manheimer <ken.manheimer@gmail.com>
2616
66b7b0fe 2617 * allout.el (allout-back-to-current-heading): Ensure return to
1e004a83 2618 the visible containing topic, rather than a collapsed one.
66b7b0fe 2619 (allout-view-change-hook): Remove hook that was deprecated long ago.
1e004a83
KM
2620 (allout-exposure-change-hook): Remove documentation remarks
2621 concerning removed allout-view-change-hook.
2622 (allout-flag-region): Remove invocation of and documentation
2623 remarks concerning allout-view-change-hook.
2624
b0a8e46b
GM
26252011-01-06 Glenn Morris <rgm@gnu.org>
2626
2627 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
2628 (vc-bzr-annotate-extract-revision-at-line):
2629 Handle authors with embedded spaces. (Bug#7792)
2630
875c044a
TH
26312011-01-05 Tassilo Horn <tassilo@member.fsf.org>
2632
2633 * doc-view.el (doc-view-image-width): New variable.
2634 (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
2635 backend for PNG images, and do dynamic rescaling instead of
2636 reconverting the whole doc.
2637
1f6f7722
GM
26382011-01-05 Glenn Morris <rgm@gnu.org>
2639
2640 * emacs-lisp/rx.el (rx-repeat): Replace CL function.
2641
e9e68fda
KM
26422011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
2643
4896e8fc 2644 * allout.el: Reconcile with changes in line movement behavior for
e9e68fda
KM
2645 long text lines that cross more than a single physical window
2646 line, ie when truncate-lines is nil.
e9e68fda
KM
2647 (allout-next-visible-heading): Provide for change in line-move
2648 behavior on long lines when truncate-lines is nil. In that case,
2649 line-move can wind up on the same textual line when it moves to
2650 the next window line, and moving to the bullet position after the
2651 move yields zero advancement. Add logic to detect and compensate
2652 for the lack of progress.
2653 (allout-current-topic-collapsed-p): move-end-of-line respect for
2654 field boundaries is different when operating with body lines
2655 shorter than window width versus ones greater than window width,
2656 which can yield false negatives in this function. Avoid
2657 difference by applying move-end-of-line while field-text-motion is
2658 inhibited.
2659
3f1b6eb2
GM
26602011-01-04 Glenn Morris <rgm@gnu.org>
2661
2662 * textmodes/rst.el (rst-compile-toolsets):
2663 Add pdf and s5 to option alist.
2664
6388924a
MA
26652011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2666
7973bcea 2667 * net/dbus.el (dbus-register-property): Add optional parameter
6388924a
MA
2668 dont-register-service. Updated docstring accordingly.
2669
c3e4b003
AS
26702011-01-04 Andreas Schwab <schwab@linux-m68k.org>
2671
2672 * textmodes/rst.el (rst-compile-pdf-preview)
2673 (rst-compile-slides-preview): Remove extra line.
2674
ef4271fe
GM
26752011-01-04 Glenn Morris <rgm@gnu.org>
2676
2677 * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
2678 Add `pdf' and `s5' entries. Use `prog.py' if found, otherwise
2679 default to `prog' without a .py extension.
2680 (rst-compile-pdf-preview, rst-compile-slides-preview):
2681 Use program names from rst-compile-toolsets, rather than hard-coding.
2682 (rst-portable-mark-active-p): Fix presumed typo.
2683
7c420169 26842011-01-02 Eli Zaretskii <eliz@gnu.org>
01e62600 2685
7c420169 2686 * term/w32-win.el (dynamic-library-alist): Set up correctly for
5be1c984
EZ
2687 libpng versions both before and after 1.4.0. (Bug#7716)
2688
7c420169 26892011-01-02 Eli Zaretskii <eliz@gnu.org>
2d34d523 2690
6491af11
EZ
2691 * time.el (display-time-mode): Mention display-time-interval in
2692 the doc string. (Bug#7713)
2693
7c420169 26942011-01-02 Kenichi Handa <handa@m17n.org>
8258ae3f
KH
2695
2696 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
2697 condition-case and return an error message string if something
2698 goes wrong.
2f952059 2699 (rmail-show-mime): Adjust for the above change. Insert the
8258ae3f
KH
2700 header by rmail-mime-insert-header.
2701
7c420169 27022011-01-02 Kenichi Handa <handa@m17n.org>
186f7f0b
KH
2703
2704 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
2705 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
2706 (rmail-mime-mbox-buffer)
2707 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
2708 (rmail-mime-entity): Argument changed. All codes handling an
2709 entity object are changed.
2f952059 2710 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
186f7f0b
KH
2711 the above change.
2712 (rmail-mime-entity-children, rmail-mime-entity-handler)
2713 (rmail-mime-entity-tagline): New functions.
2714 (rmail-mime-message-p): New function.
2715 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
2716 (rmail-mime-entity-segment, rmail-mime-next-item)
2717 (rmail-mime-previous-item, rmail-mime-shown-mode)
2718 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
2719 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
2f952059
ML
2720 (rmail-mime-insert-tagline, rmail-mime-insert-header):
2721 New functions.
186f7f0b
KH
2722 (rmail-mime-text-handler): Call rmail-mime-insert-text.
2723 (rmail-mime-insert-decoded-text): New function.
2724 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
2725 (rmail-mime-insert-image): Argument changed. Caller changed.
2726 (rmail-mime-image): Call rmail-mime-toggle-hidden.
b762841f 2727 (rmail-mime-set-bulk-data): New function.
186f7f0b
KH
2728 (rmail-mime-insert-bulk): Argument changed.
2729 (rmail-mime-multipart-handler): Return t.
2f952059
ML
2730 (rmail-mime-process-multipart): Argument changed.
2731 Handle "multipart/alternative" here.
186f7f0b
KH
2732 (rmail-mime-process): Argument changed.
2733 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
2734 (rmail-mime-insert): Argument changed. Handle raw display mode.
2735 (rmail-mime): Argument changed. Handle toggling of raw display
2736 mode.
2737 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
2738 rmail-mime-view-buffer.
2739 (rmail-insert-mime-forwarded-message): Likewise.
2740 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
2741
2742 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
2743 non-nil, handle the header in rmail-show-mime-function.
2744
7c420169 27452011-01-02 Leo <sdl.web@gmail.com>
e1a23575 2746
7c420169 2747 * help-fns.el (describe-variable): Fix previous change.
e1a23575 2748
7c420169 27492011-01-02 Juri Linkov <juri@jurta.org>
957e5dd1
JL
2750
2751 * isearch.el (isearch-lazy-highlight-error): New variable.
2752 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
2753 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
2754 to the current value of `isearch-error' (Bug#7468).
2755
7c420169 27562011-01-02 Chong Yidong <cyd@stupidchicken.com>
3c505d31
CY
2757
2758 * help-fns.el (describe-variable): Don't emit trailing whitespace
2759 (Bug#7511).
2760
7c420169 27612011-01-02 Chong Yidong <cyd@stupidchicken.com>
c1cf05f4
CY
2762
2763 * textmodes/rst.el (rst-compile-pdf-preview)
2764 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
2765
7c420169 27662011-01-02 Kevin Gallagher <Kevin.Gallagher@boeing.com>
c8cbbe27
KG
2767
2768 * emulation/edt-mapper.el: Override mapping of function keys so
2769 that the later call to read-key-sequence works.
2770
7c420169 27712011-01-02 Eli Zaretskii <eliz@gnu.org>
95e4cc85
EZ
2772
2773 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
2774 Unix EOLs. (Bug#7589)
2775
7c420169
CY
27762011-01-02 Leo <sdl.web@gmail.com>
2777
2778 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
2779 if point is not behind eshell-last-output-end (Bug#7585).
2780
27812011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
2782
2783 * files.el (file-local-variables-alist):
2784 Make permanent-local (bug#7767).
2785
27862011-01-02 Glenn Morris <rgm@gnu.org>
2787
2788 * version.el (emacs-copyright): Set short copyright year to 2011.
2789
27902011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2791
2792 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
2793 an existing temp buffer. (Bug#7746)
2794
27952011-01-02 Glenn Morris <rgm@gnu.org>
2796
2797 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
2798 multiple addresses. (Bug#7760)
2799
fb9a573a
KM
28002011-01-01 Ken Manheimer <ken.manheimer@gmail.com>
2801
e9e68fda 2802 * allout.el (allout-auto-fill): Do not infinitely recurse - use
fb9a573a
KM
2803 do-auto-fill if everything points back to allout-auto-fill.
2804 (allout-mode-deactivate-hook): Declare obsolete, in favor of
2805 standard-formed minor-mode deactivate hook, allout-mode-off-hook.
2806
8d68c659
MA
28072010-12-31 Michael Albinus <michael.albinus@gmx.de>
2808
2809 * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
2810 and "scpx".
2811
291cc045
TH
28122010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2813
2814 * doc-view.el (doc-view-set-doc-type): New function refactored
2815 from doc-view-mode.
2816 (doc-view-fallback-mode): New function.
2817 (doc-view-mode): Use it.
2818 (doc-view-mode-maybe): New function that checks if doc-view-mode
2819 can be used and falls back to the next best mode otherwise.
2820
2821 * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
2822 DVI, OpenDocument, and MS Office files.
2823
8ee2dc5c
AS
28242010-12-30 Andreas Schwab <schwab@linux-m68k.org>
2825
2826 * emacs-lisp/rx.el (rx-syntax): Fix typo.
2827
f9e68477
TH
28282010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2829
2830 * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
2831 on a copy of auto-mode-alist, because that deletes with side
2832 effects.
2833
ad727c81
TH
28342010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2835
7973bcea
SM
2836 * doc-view.el (doc-view-mode, doc-view-toggle-display):
2837 Use normal-mode without doc-view-mode bindings in auto-mode-alist as
ad727c81
TH
2838 fallback instead of hard coding fundamental mode.
2839
b71b7803
TH
28402010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2841
2842 * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
2843 Office) files also for searching.
2844
95e16d17
TH
28452010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2846
2847 * doc-view.el: Implement viewing of OpenDocument (and Microsoft
2848 Office) files. Not yet enabled via auto-mode-list.
2849 (doc-view-unoconv-program): New custom variable.
2850 (doc-view-mode-p): Handle new odf document type.
2851 (doc-view-odf->pdf): New conversion function.
2852 (doc-view-convert-current-doc): Call it for odf files.
2853 (doc-view-mode): Recognize newly supported file extensions.
2854
b191c9d9
MA
28552010-12-30 Michael Albinus <michael.albinus@gmx.de>
2856
2857 * net/tramp.el (tramp-default-method-alist)
2858 (tramp-default-user-alist)
2859 (tramp-local-host-regexp, tramp-prefix-domain-format)
2860 (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
2861
2862 * net/tramp-ftp.el:
2863 * net/tramp-gvfs.el:
2864 * net/tramp-gw.el:
2865 * net/tramp-imap.el:
2866 * net/tramp-sh.el:
2867 * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
2868 code of `tramp-default-method-alist' and `tramp-default-user-alist'.
2869
6e457cc9
KF
28702010-12-29 Karl Fogel <kfogel@red-bean.com>
2871
2872 * saveplace.el (save-place-alist-to-file): Save list sorted and
2873 pretty-printed, so that it is mergeable by line-based text merging,
2874 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
2875
fb9a573a
KM
28762010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
2877
e9e68fda 2878 * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
fb9a573a
KM
2879 (allout-mode): Argument "toggle" => "force".
2880 Refine the docstring.
2881 Remove special provisions for reactivation, besides the 'force'
2882 argument.
2883 Consolidate layout provisions coce directly into the activation
2884 condition branch, now that we've removed those provisions.
2885 (allout-unload-function): Explicitly activate the mode before
2886 deactivating, if it's initially deactivated.
2887 (allout-set-buffer-multibyte): Properly prevent byte-compiler
2888 warnings for version of function used only where
2889 set-buffer-multibyte is unavailable.
2890
c940c054
CY
28912010-12-28 Chong Yidong <cyd@stupidchicken.com>
2892
2893 * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
2894 are handled by the menu-bar entries. As before, don't use
2895 :visibile to avoid changing the tool-bar.
2896
4c145d5d
MA
28972010-12-27 Michael Albinus <michael.albinus@gmx.de>
2898
2899 * net/secrets.el (secrets-delete-alias): New defun.
2900
fe99f704
MA
29012010-12-27 Michael Albinus <michael.albinus@gmx.de>
2902
2903 * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
2904 methods, otherwise ~/.ssh/config would be ignored.
2905
723ee192
SM
29062010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
2907
2908 * emacs-lisp/rx.el: Make it a superset of sregex.
2909 (rx-constituents): Add `any => "."', mark `repeat' as taking any number
2910 of args, add `regex' alias.
2911 (rx-info): Add arg to distinguish head and standalone forms.
2912 (rx-check, rx-form): Pass the corresponding arg.
2913 (rx-**): Simplify.
2914 (rx-repeat): Make it work for any number of args.
2915 (rx-syntax): Make it accept syntax chars as is.
2916 * obsolete/sregex.el: Move from emacs-lisp/.
2917 * emacs-lisp/re-builder.el: Remove sregex support.
2918 * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
2919
e77714da
EZ
29202010-12-25 Eli Zaretskii <eliz@gnu.org>
2921
2922 * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
2923 PRIMARY first, then the clipboard. (Bug#7699)
2924
17870c01
SM
29252010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
2926
2927 * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
2928 print-number-table.
2929
6bfa51ba
CY
29302010-12-21 Chong Yidong <cyd@stupidchicken.com>
2931
d78cdcf7
CY
2932 * help-fns.el (find-lisp-object-file-name): Locate .emacs from
2933 .emacs.elc (Bug#7530).
2934
6bfa51ba
CY
2935 * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
2936 image spec (Bug#7480).
2937
9d9cfd53
DU
29382010-12-21 Daiki Ueno <ueno@unixuser.org>
2939
2940 * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
723ee192
SM
2941 * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
2942 Move from lisp/.
9d9cfd53 2943
adc0b793
JD
29442010-12-20 Leo <sdl.web@gmail.com>
2945
2946 * dnd.el (dnd-get-local-file-name): Unhex of file name shall
2947 always be performed (Bug#7680).
2948
778ca437
CY
29492010-12-20 Chong Yidong <cyd@stupidchicken.com>
2950
3f95d7ff
CY
2951 * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
2952 (menu-bar-edit-menu): Bind "Copy" to kill-ring-save. Don't use
2953 mouse-region-match.
778ca437 2954
3f95d7ff 2955 * color.el: Move from gnus/.
94975270 2956
f48fdaad
CY
2957 * vc/diff.el (diff-better-file-name): Function deleted.
2958 abbreviating file names causes problems with shell-quote-argument.
94975270
CY
2959 (diff-no-select): Just use expand-file-name.
2960
2961 * tool-bar.el (tool-bar--image-expression): New function.
2962 (tool-bar-local-item, tool-bar--image-exp): Use it.
2963 (tool-bar-setup): Initialize tool-bar-separator-image-expression.
2964 Use :enable instead of :visible to avoid changing the tool-bar
2965 configuration unnecessarily.
2966
2967 * info.el (info-tool-bar-map): Add separators.
2968
2e306b39
KB
29692010-12-17 Ken Brown <kbrown@cornell.edu>
2970
2971 * loadup.el: Use version numbers in Cygwin build.
2972
395542c6
RT
29732010-12-17 Ryan Twitchell <metatheorem@gmail.com> (tiny change)
2974
2975 * ido.el (ido-file-internal): Ask for confirmation before
2976 overwriting an existing file (Bug#1238).
2977
4039c786
CY
29782010-12-16 Chong Yidong <cyd@stupidchicken.com>
2979
2980 * tool-bar.el (tool-bar-setup): Add separators.
2981
2982 * menu-bar.el (featurep): Use menu-bar-separator.
2983
45720dc3
GM
29842010-12-16 Ken Manheimer <ken.manheimer@gmail.com>
2985
2986 Migrate allout encryption provisions from pgg to epg.
2987
2988 * allout.el (allout-toggle-current-subtree-encryption)
2989 (allout-toggle-subtree-encryption): Adjust docstrings to reflect
2990 defaulting policy and other changes. Change fetch-pass to keymode-cue,
2991 for simpler universal argument interpretation.
35f52ed6 2992 (allout-toggle-subtree-encryption): Adjust docstring to describe
45720dc3
GM
2993 changed encryption provisions. Change fetch-pass to keymode-cue, for
2994 simpler universal argument interpretation. Remove provisions for
2995 handling key type and identity - they'll all be within
2996 allout-encrypt-string or epg/epg or even contained all the way in gpg.
2997 (allout-encrypt-string): Include keymode-cue, for optionally prompting
2998 for keypair recipients (universal argument > 1) and, in addition,
2999 associating the specified recipients with the outline (universal
3000 argument > 4) using a file local variable setting for
3001 'epa-file-encrypt-to'.
3002 Require epa, for recipients handling.
3003 Change how regexp filtering elements are named.
3004 Describe the problem with caching of incorrect symmetric-decryption
3005 keys.
3006 Use the epa-passphrase-callback-function, in case the user is using
3007 GnuPG v1.
3008 Support saving of the selected keypair recipients when invoked with a
3009 keymode-cue > 4.
3010 Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
3011 Require 'epa.
3012 Establish epg-context with armoring and default epg-protocol.
3013 Remove all passphrase cache, verification, and hinting code.
3014 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
3015 No longer used, delete.
3016 (allout-mode): Adjust docstring to describe changed encryption
3017 provisions. Describe the problem with caching of incorrect
3018 symmetric-decryption keys.
3019 (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
3020 (allout-make-passphrase-state, allout-passphrase-state-passphrase)
3021 (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
3022 (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
3023 Obsolete, remove.
3024
33088bed
DU
30252010-12-16 Daiki Ueno <ueno@unixuser.org>
3026
3027 * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
3028 key selection prompt; make 'silent as default (Bug#7487).
3029
bfc49a5b
LL
30302010-12-16 Leo <sdl.web@gmail.com>
3031
7973bcea
SM
3032 * eshell/eshell.el (eshell-directory-name):
3033 Use locate-user-emacs-file (Bug#7578).
bfc49a5b 3034
68251e16
GM
30352010-12-15 Glenn Morris <rgm@gnu.org>
3036
3037 * loadup.el (symbol-file-load-history-loaded): Remove; unused.
3038
99f053cf 30392010-12-15 Jari Aalto <jari.aalto@cante.net>
01c35094 3040 Scott Evans <gse@antisleep.com>
99f053cf
JA
3041
3042 * rect.el (rectange--default-line-number-format)
3043 (rectangle-number-line-callback): New functions.
3044 (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
3045
5614fd56
CY
30462010-12-15 Chong Yidong <cyd@stupidchicken.com>
3047
3048 * rect.el (operate-on-rectangle-lines, string-rectangle-string):
3049 Delete unused variables.
3050 (move-to-column-force): Remove function obsolete since 21.2.
3051
d68b0220
MA
30522010-12-14 Michael Albinus <michael.albinus@gmx.de>
3053
3054 * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
3055 (tramp-handle-insert-file-contents): Do not set permanent-local
3056 property.
3057
7973bcea
SM
3058 * net/tramp-cache.el (tramp-persistency-file-name):
3059 Use `locate-user-emacs-file' if fboundp.
d68b0220
MA
3060
3061 * net/tramp-sh.el (tramp-methods): Add "ksu".
3062 (tramp-default-user-alist): Add "ksu". Use `regexp-opt' for
3063 method list.
3064
0273f794
GM
30652010-12-14 Glenn Morris <rgm@gnu.org>
3066
ab274982
GM
3067 * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
3068 (find-tag-marker-ring): Declare.
3069 (js-find-symbol): Require etags.
3070
e758216c
GM
3071 * mail/sendmail.el: Don't require rmail or mailalias when compiling.
3072 Require mail-utils.
3073 (mail-alias-file): Don't autoload. Doc fix.
3074 (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
3075 (mail-mailer-swallows-blank-line): Default to nil. Doc fix.
3076 Mark as obsolete, and risky.
3077 (mail-setup): Simplify.
3078
53aff12a
GM
3079 * mail/mailalias.el (build-mail-aliases): Make it interactive.
3080 * mail/sendmail.el (build-mail-aliases): Update autoload.
3081
aae4b48c
GM
3082 * dired.el (dired-trivial-filenames, dired-chown-program)
3083 (dired-auto-revert-buffer): Remove autoload cookies.
3084 * mail/sendmail.el (mail-recover-1): Require 'dired.
3085
bff7c1ad
GM
3086 * dired.el (dired-subdir-switches, dired-chown-program)
3087 (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
3088 Make into defcustoms.
3089 (dired-chown-program): Simplify initialization.
3090
0273f794
GM
3091 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
3092
bc557672
RF
30932010-12-13 Romain Francoise <romain@orebokech.com>
3094
3095 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
3096
7410c270
G
30972010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3098
3099 * net/netrc.el (netrc-point-at-eol): Remove the unused
3100 netrc-point-at-old and netrc-bound-and-true-p bindings.
3101 (netrc-parse): Cache the netrc contents.
3102
f49d1f52 31032010-12-13 Eli Zaretskii <eliz@gnu.org>
11aad4e9
EZ
3104
3105 * subr.el (posn-col-row): Evaluate header-line-format in the
3106 context of the POSITION window's buffer.
3107
f49d1f52 31082010-12-13 Glenn Morris <rgm@gnu.org>
5612fd08
GM
3109
3110 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
3111 (with-silent-modifications): Doc fixes.
3112
f49d1f52 31132010-12-13 Michael Albinus <michael.albinus@gmx.de>
158d5945
MA
3114
3115 * net/tramp.el (tramp-action-password, tramp-process-actions):
d68b0220 3116 Revert previous from. Use `save-restriction'.
158d5945 3117
f49d1f52 31182010-12-13 Stephen Berman <stephen.berman@gmx.net>
81ced43d
SB
3119
3120 * calendar/diary-lib.el (diary-list-sexp-entries):
3121 Handle case of no newline at end of file. (Bug#7536)
3122
f49d1f52 31232010-12-13 Glenn Morris <rgm@gnu.org>
b2364eaa
GM
3124
3125 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
3126
f49d1f52 31272010-12-13 Michael Albinus <michael.albinus@gmx.de>
32802ee1 3128
f49d1f52 3129 * net/tramp.el (tramp-action-password): Delete region, do not narrow.
32802ee1 3130 (tramp-process-actions): Do not widen.
d68b0220 3131
f49d1f52
SM
3132 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3133 Protect buffer-modified value. (Bug#7557)
32802ee1 3134
f49d1f52 31352010-12-13 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
da9123a8
JM
3136
3137 * log-edit.el (log-edit-changelog-entries):
3138 Regexp quote filename. (Bug#7505)
3139
f49d1f52 31402010-12-13 Tom Breton <tehom@panix.com>
478834e6
TB
3141
3142 * cus-edit.el (custom-save-all):
3143 Bind print-length and print-level to nil. (Bug#7581)
3144
f49d1f52 31452010-12-13 Glenn Morris <rgm@gnu.org>
3c1e62f8 3146
d5e6e0b6
GM
3147 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
3148 Run hooks to update menu contents. (Bug#7586)
3149
3c1e62f8
GM
3150 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
3151 file names, for the sake of MS Windows. (Bug#7588)
3152
f49d1f52 31532010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
b1816a74
SM
3154
3155 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
3156 empty lines without a leading space.
3157
f49d1f52 31582010-12-13 Leo <sdl.web@gmail.com>
86a6e8e0 3159
740af6c9
GM
3160 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
3161 while mapping over marks (Bug#6810).
86a6e8e0 3162
f49d1f52 31632010-12-13 Chong Yidong <cyd@stupidchicken.com>
bc60f4de
CY
3164
3165 * image-dired.el (image-dired-db-file)
3166 (image-dired-temp-image-file, image-dired-gallery-dir)
3167 (image-dired-temp-rotate-image-file): Set default values relative
3168 to image-dired-dir (Bug#7518).
3169
f49d1f52 31702010-12-13 Lawrence Mitchell <wence@gmx.li>
3ecba049
LM
3171
3172 * format.el (format-decode-run-method): Pass args FROM and TO, not
3173 point-min and point-max, to shell-command-on-region (Bug#7488).
3174
f49d1f52 31752010-12-13 Jan Djärv <jan.h.d@swipnet.se>
0afb6242
JD
3176
3177 * frame.el (blink-cursor-mode): Make default t for ns.
3178
f49d1f52 31792010-12-13 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
5eae900e
BR
3180
3181 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3182
f49d1f52 31832010-12-13 Chong Yidong <cyd@stupidchicken.com>
74194465 3184
637c2c43
CY
3185 * comint.el (comint-dynamic-list-input-ring)
3186 (comint-dynamic-complete-filename)
3187 (comint-replace-by-expanded-filename)
3188 (comint-dynamic-simple-complete)
3189 (comint-dynamic-list-filename-completions)
3190 (comint-dynamic-list-completions): Doc fix (Bug#7499).
3191
74194465
CY
3192 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
3193 Doc fix (Bug#7471).
3194
f49d1f52 31952010-12-13 Martin Rudalics <rudalics@gmx.at>
6ed96c33
MR
3196
3197 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
3198 (Bug#7533).
3199
01c35094 32002010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
11cb1e35
MB
3201
3202 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
3203 (Bug#7491).
3204
f49d1f52 32052010-12-13 Eli Zaretskii <eliz@gnu.org>
2472c214
EZ
3206
3207 * files.el (file-relative-name): Handle UNC file names on
3208 DOS/Windows. (Bug#4674)
3209
f49d1f52 32102010-12-13 Daiki Ueno <ueno@unixuser.org>
f9fe1af9
DU
3211
3212 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3213 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3214 (epg-context-set-passphrase-callback): Mention that the callback
3215 is not called when used with GnuPG 2.x.
3216
f49d1f52 32172010-12-13 Glenn Morris <rgm@gnu.org>
ff80efe7
GM
3218
3219 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
3220 Ensure ps-footer-font-size-internal is initialized.
3221 Call ps-get-page-dimensions before trying to use ps-font-for-text.
3222
f49d1f52 32232010-12-13 Kenichi Handa <handa@m17n.org>
7e116860
KH
3224
3225 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
3226 within condition-case.
3227 (rmail-show-mime): Don't use condition-case.
3228 (rmail-search-mime-message): New function.
3229 (rmail-search-mime-message-function): Set to
3230 rmail-search-mime-message.
3231
f49d1f52 32322010-12-13 Leo <sdl.web@gmail.com>
bd794450 3233
0fdd1db7 3234 * ido.el (ido-common-initialization): New function. (bug#3274)
bd794450
LL
3235 (ido-mode): Use it.
3236 (ido-completing-read): Call it.
3237
fdbb4d85
KF
32382010-12-12 Karl Fogel <kfogel@red-bean.com>
3239
3240 * bookmark.el (bookmark-name-from-full-record): Rename back to
3241 this original name from `bookmark-name-from-record' reverting part
3242 of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
3243 As Drew Adams pointed out, there was no reason to cause churn for
2cf429d0 3244 third-party callers. (Bug#7609)
fdbb4d85 3245
0e5cf2b8
AM
32462010-12-12 Alan Mackenzie <acm@muc.de>
3247
3248 * progmodes/cc-engine.el (c-forward-type): Before scanning a
3249 template arglist, check that the current language supports this.
3250
6961d41c
GM
32512010-12-11 Glenn Morris <rgm@gnu.org>
3252
2b404597
GM
3253 * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
3254 state of the file matches. (Bug#7544)
3255 (vc-bzr-register, vc-bzr-checkin)
3256 (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
3257 (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
3258
6961d41c
GM
3259 * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
3260
1e5d2a04
KK
32612010-12-11 Karel Klíč <kklic@redhat.com>
3262
3263 * files.el (auto-mode-alist): Use html-mode for *.xhtml. (Bug#7606)
3264
175069ef
SM
32652010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3266
3267 Derive from prog-mode, use derived-mode-p, and fix up various
3268 minor style issues in lisp/progmodes.
3269
3270 * progmodes/vhdl-mode.el (vhdl-mode):
3271 * progmodes/verilog-mode.el (verilog-mode):
3272 * progmodes/vera-mode.el (vera-mode):
3273 * progmodes/sql.el (sql-mode):
3274 * progmodes/scheme.el (scheme-mode):
3275 * progmodes/perl-mode.el (perl-mode):
3276 * progmodes/octave-inf.el (inferior-octave-mode):
3277 * progmodes/autoconf.el (autoconf-mode):
3278 * progmodes/m4-mode.el (m4-mode):
3279 * progmodes/inf-lisp.el (inferior-lisp-mode):
3280 * progmodes/idlwave.el (idlwave-mode):
3281 * progmodes/icon.el (icon-mode):
3282 * progmodes/idlw-help.el (idlwave-help-mode):
3283 * progmodes/dcl-mode.el (dcl-mode):
3284 * progmodes/idlw-shell.el (idlwave-shell-mode):
3285 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
3286 (ebrowse-member-mode, ebrowse-electric-position-mode):
3287 Use define-derived-mode.
3288
3289 * progmodes/xscheme.el (exit-scheme-interaction-mode)
3290 (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
3291 (xscheme-debugger-mode-p, xscheme-send-string-1):
3292 * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
3293 (tcl-load-file, tcl-restart-with-file):
3294 * progmodes/ps-mode.el (ps-run-running):
3295 * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
3296 * progmodes/js.el (js--get-all-known-symbols):
3297 * progmodes/inf-lisp.el (inferior-lisp-proc):
3298 * progmodes/idlwave.el (idlwave-beginning-of-statement)
3299 (idlwave-template, idlwave-update-buffer-routine-info)
3300 (idlwave-update-current-buffer-info)
3301 (idlwave-get-routine-info-from-buffers, idlwave-choose)
3302 (idlwave-scan-class-info, idlwave-fix-keywords)
3303 (idlwave-list-buffer-load-path-shadows):
3304 * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
3305 (idlwave-toolbar-remove):
3306 * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
3307 (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
3308 (idlwave-shell-menu-def):
3309 * progmodes/idlw-complete-structtag.el
3310 (idlwave-prepare-structure-tag-completion):
3311 * progmodes/gud.el (gud-set-buffer):
3312 * progmodes/f90.el (f90-backslash-not-special):
3313 * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
3314
3315 * progmodes/xscheme.el (xscheme-start)
3316 (local-set-scheme-interaction-buffer, scheme-interaction-mode):
3317 * progmodes/which-func.el (which-function):
3318 * progmodes/vhdl-mode.el (vhdl-set-style):
3319 * progmodes/verilog-mode.el (verilog-set-compile-command)
3320 (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
3321 (verilog-set-define, verilog-auto-reeval-locals):
3322 * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
3323 * progmodes/simula.el (simula-mode):
3324 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
3325 * progmodes/python.el (python-check, python-mode):
3326 * progmodes/prolog.el (prolog-mode-variables):
3327 * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
3328 * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
3329 * progmodes/delphi.el (delphi-mode):
3330 * progmodes/cc-styles.el (c-setup-paragraph-variables):
3331 * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
3332 (c-font-lock-init): Move make-local-variable to their setq.
3333
3334 * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
3335 (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
3336 make-local-hook.
3337 * progmodes/sh-script.el (sh-require-final-newline): Remove.
3338 (sh-set-shell): Don't set require-final-newline since it's already done
3339 by prog-mode.
3340 * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
3341 since we never set it.
3342 * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
3343 Use read-string and standard prompt.
3344 * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
3345 * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
3346 (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
3347 (meta-common-mode-map): Rename from meta-mode-map.
3348 Remove C-m binding, which is a user preference, not mode specific.
3349 (meta-common-mode): New major mode; replace meta-common-initialization.
3350 * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
3351 around with font-lock.
3352 * progmodes/etags.el (select-tags-table-mode):
3353 Derive from special-mode.
3354 * progmodes/octave-mod.el (octave-mode):
3355 * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
3356 (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
3357 (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
3358 Let define-derived-mode do its job.
3359 * progmodes/cpp.el (cpp-edit-mode-map):
3360 Move initialization into declaration.
3361 (cpp-edit-mode): Use define-derived-mode.
3362 (cpp-edit-load): Use derived-mode-p.
3363 * progmodes/mixal-mode.el (mixal-mode):
3364 * progmodes/f90.el (f90-mode):
3365 * progmodes/cfengine.el (cfengine-mode): Don't bother setting
3366 require-final-newline since prog-mode does it already.
3367 * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
3368 * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
3369 * progmodes/antlr-mode.el: Require cc-mode upfront.
3370 (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
3371 the declaration.
3372 (antlr-directory-dependencies, antlr-show-makefile-rules):
3373 Use derived-mode-p.
3374 (antlr-language-option): Don't assume point-min==1.
3375 (antlr-mode): Use define-derived-mode.
3376 * progmodes/ada-mode.el: Use derived-mode-p.
3377 (ada-mode): Use define-derived-mode.
3378 Use hack-local-variables-hook.
3379
61f91c04
SM
33802010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3381
3382 * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
3383 (texinfo-mode): Don't disable adaptive-fill-mode.
3384 (texinfo-insert-block): Adjust cursor placement for blocks with arg.
3385 (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
3386 (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
3387 (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
3388 (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
3389 (texinfo-insert-@quotation, texinfo-insert-@samp)
3390 (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
3391 (texinfo-insert-@uref): Use define-skeleton.
3392 (texinfo-insert-@-with-arg): Delete.
3393
72a44673
EZ
33942010-12-10 Eli Zaretskii <eliz@gnu.org>
3395
3396 * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
3397 nil, do quote archive member names. (Bug#6144)
3398
ab540f59
GM
33992010-12-10 Glenn Morris <rgm@gnu.org>
3400
66f782de
GM
3401 * files.el (diff-no-select): Declare.
3402
e554b3f8
GM
3403 * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
3404 (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
3405
ab540f59
GM
3406 * comint.el (comint-input-ring-file-name): Doc fix.
3407
f68ab99b
EZ
34082010-12-09 Eli Zaretskii <eliz@gnu.org>
3409
3410 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
3411 New functions.
61f91c04
SM
3412 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
3413 Use them instead of `nil' and `>', respectively.
f68ab99b
EZ
3414 (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
3415 instead of `nil'.
3416 (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
3417 and menu-bar-positive-p instead of `nil' and `>', respectively.
3418 (Bug#1077)
3419
650453a9
VJL
34202010-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3421
3422 * whitespace.el (whitespace-newline-mode): Code fix.
3423
28d5de72
GM
34242010-12-09 Glenn Morris <rgm@gnu.org>
3425
3426 * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
3427 Rename functions without commas, update callers.
3428
b596d50d 34292010-12-08 Jeff Dairiki <dairiki@dairiki.org> (tiny change)
16498102 3430
b596d50d
GM
3431 * whitespace.el (whitespace-cleanup-region):
3432 Clean up spaces before tabs. (Bug#7582)
16498102 3433
eff37c5e
KF
34342010-12-08 Karl Fogel <kfogel@red-bean.com>
3435
3436 * bookmark.el: Adjust parameter names and doc strings to resolve
3437 confusion over whether "bookmark" meant a bookmark name or a
3438 bookmark record. Along the way, shorten one function's name for
3439 similar reasons. (Issue #7548)
3440 (bookmark-name-from-record): New name for
3441 `bookmark-name-from-full-record'. All callers changed.
3442 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3443 (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
3444 (bookmark-get-annotation, bookmark-set-annotation)
3445 (bookmark-get-filename, bookmark-set-filename)
3446 (bookmark-get-position, bookmark-set-position)
3447 (bookmark-get-front-context-string, bookmark-set-front-context-string)
3448 (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
3449 (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
3450 (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
3451 Rename `bookmark' parameter to `bookmark-name-or-record', to
3452 clearly show its role, and shorten or adjust doc strings accordingly.
3453 (bookmark-set-name): Same, and pass the parameter directly to
3454 `bookmark-get-bookmark' instead of redundantly doing the callee's work.
3455 (bookmark-default-annotation-text, bookmark-send-edited-annotation)
3456 (bookmark-relocate, bookmark-insert-location, bookmark-insert)
3457 (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
3458 and in some cases shorten doc string accordingly.
3459 (bookmark-rename): Change `old' and `new' parameters to `old-name'
3460 and `new-name', and adjust an internal variable to avoid confusion.
3461 (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
3462 parameter in doc string.
3463
5fe9ebd1
GM
34642010-12-08 Glenn Morris <rgm@gnu.org>
3465
ac8331a7
GM
3466 * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
3467 from gdb's history file. (Bug#7575)
3468
5fe9ebd1
GM
3469 * mail/emacsbug.el (report-emacs-bug):
3470 Try to handle some other mail clients.
3471
33cf0fb2
SM
34722010-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3473
3474 * files.el (dir-locals-collect-variables): Don't let errors stop us.
3475 Use string-prefix-p.
3476 (file-name-version-regexp): New var.
3477 (file-name-sans-versions):
3478 * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
3479 (jka-compr-get-compression-info): Use dolist.
3480 (jka-compr-compression-info-list): Don't bother specifying
3481 version/backup regexps.
3482
11c31b99
TH
34832010-12-07 Tassilo Horn <tassilo@member.fsf.org>
3484
3485 * simple.el (just-one-space): Make argument n default to 1 if
3486 omitted.
3487
a733fc37
SM
34882010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3489
3490 * electric.el (electric-indent-post-self-insert-function):
3491 Delete trailing newlines even if we don't reindent.
3492
88b5a757
DD
34932010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3494
a733fc37
SM
3495 * minibuffer.el (completion-at-point): Remove the `arg'.
3496 * bindings.el (complete-symbol): Move back from minibuffer.el.
3497
34982010-12-06 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3499
88b5a757
DD
3500 * simple.el (just-one-space): Delete newlines for negative arg.
3501
ce327e48
SM
35022010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3503
3504 * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
3505 (ansi-color-filter-apply): Simplify.
3506 (ansi-color-apply): Use `font-lock-face' rather than `face'.
3507
ac73d955
BR
35082010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3509
3510 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3511
8c44f097
CY
35122010-12-04 Chong Yidong <cyd@stupidchicken.com>
3513
3514 * dired.el (dired-use-ls-dired): Set default to a special
3515 "unspecified" value.
3516 (dired-insert-directory): When called the first time, check
3517 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
3518
15af15e5
TO
35192010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
3520
3521 * replace.el: Add "collect" feature to occur.
3522 (occur-collect-regexp-history): New var.
88b5a757
DD
3523 (occur-read-primary-args): Return a replace string for nlines,
3524 if needed.
15af15e5
TO
3525 (occur): Extend the meaning of nlines.
3526
b2e6e5bd
SM
35272010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3528
3529 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
3530 (which-func-update-1): Distinguish symbols from strings.
3531 (which-function): Stay within 80 columns.
3532
ee9355dc
SM
35332010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3534
7f0ea0ff
SM
3535 * subr.el (with-demoted-errors): Distinguish symbols from strings.
3536
ee9355dc
SM
3537 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
3538 Improve docstring.
3539 (comment-style): Use comment-styles's docs to describe values.
3540
3e972d98
JD
35412010-12-03 Jan Djärv <jan.h.d@swipnet.se>
3542
3543 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
3544 and ns-show-prefs (Bug#7535).
3545
3546 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
3547 bindings (Bug#7535).
3548
c879436a
GM
35492010-12-03 Glenn Morris <rgm@gnu.org>
3550
afe27238
GM
3551 * nxml/nxml-mode.el: Require rng-nxml.
3552 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
3553 Remove declarations.
3554
65beee52
GM
3555 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
3556 * nxml/rng-nxml.el, nxml/rng-valid.el:
3557 Remove leading `*' from defcustom docs.
3558
ad961a00
GM
3559 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3560 (normal-top-level-add-to-load-path, tty-handle-args):
3561 Convert comments to basic doc-strings.
3562
c5fd0ab5
GM
3563 * net/browse-url.el (browse-url-url-at-point)
3564 (browse-url-default-browser): Remove autoload cookies.
3565
f62f063d
GM
3566 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3567 Remove more undefined cl functions.
3568
c879436a
GM
3569 * vc/diff.el (diff-sentinel): Make new arguments optional.
3570 * ibuf-ext.el (diff-sentinel): Update declaration.
3571
3721e124
DU
35722010-12-03 Daiki Ueno <ueno@unixuser.org>
3573
3574 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3575 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3576 (epg-context-set-passphrase-callback): Mention that the callback
3577 is not called when used with GnuPG 2.x.
3578
66feec8b
MA
35792010-12-02 Michael Albinus <michael.albinus@gmx.de>
3580
3581 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
3582 (tramp-file-name-port): Check also for `tramp-default-port'.
3583 (tramp-get-connection-name): New defun.
3584 (tramp-get-connection-process): Use it.
3585 (tramp-debug-message): Extend function exclude list.
3586 (tramp-drop-volume-letter): Fix doc string.
3587
3588 * net/tramp-cmds.el: Remove solved todo item.
3589
66feec8b
MA
3590 * net/tramp-ftp.el:
3591 * net/tramp-gvfs.el:
3592 * net/tramp-gw.el:
3593 * net/tramp-imap.el:
3594 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
3595 and `tramp-default-user-alist', respectively.
3596
88b5a757
DD
3597 * net/tramp-gw.el (tramp-gw-open-connection):
3598 Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
66feec8b
MA
3599
3600 * net/tramp-imap.el (tramp-imap-make-iht): Use just
3601 `tramp-file-name-port'.
3602
3603 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
3604 and "psftp". Exchange "%k" marker with options.
3605 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
3606 Compute size of link target.
35f52ed6
JB
3607 (tramp-do-copy-or-rename-file-out-of-band): Move setting of
3608 `tramp-current-*' up due to gateway methods. Optimize computing of
66feec8b
MA
3609 copy arguments. Use `tramp-get-connection-name' and
3610 `tramp-get-connection-buffer'. Improve debug messages.
3611 (tramp-compute-multi-hops): Remove port determination.
3612 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
3613
3614 * net/trampver.el: Update release number.
3615
bd77c2ef
GM
36162010-12-02 Glenn Morris <rgm@gnu.org>
3617
05907bb3
GM
3618 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
3619 Avoid infinite loop over windows. (Bug#7492)
3620
bd77c2ef
GM
3621 * progmodes/flymake.el (flymake-check-file-limit):
3622 Allow nil to mean "no limit".
3623 (flymake-check-patch-master-file-buffer): Update for above change.
3624 Allow a .tex file-name extension to be optional.
3625 (flymake-master-tex-init): Also match \include statements.
3626
f7ca27a1
SS
36272010-11-30 Sam Steingold <sds@gnu.org>
3628
3629 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
3630 (nxml-parent-document-set): A function to set `nxml-parent-document'.
3631 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
3632 (nxml-mode-hook): Remove `defcustom' (auto-defined by
3633 define-derived-mode').
3634 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
3635 users who want to call `nxml-parent-document-set'.
3636
402c8a49
CY
36372010-11-27 Chong Yidong <cyd@stupidchicken.com>
3638
3639 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
3640 stand-alone lines, since that is handled by log-edit-match-to-eoh
3641 (Bug#6465).
3642
d1882ac7
EW
36432010-11-27 Eduard Wiebe <usenet@pusto.de>
3644
3645 * dired.el (dired-get-filename): Replace backslashes with slashes
3646 in file names on MS-Windows, needed by `locate'. (Bug#7308)
3647 * locate.el (locate-default-make-command-line): Don't consider
3648 drive letter and root directory part of
3649 `directory-listing-before-filename-regexp'. (Bug#7308)
3650 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
3651
07976ae3 36522010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
09ffa822
SM
3653
3654 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
3655 of :smie-open/close-alist.
3656 (smie-next-sexp): Make it accept a "start token" as argument.
3657 (smie-indent-keyword): Be careful not to misidentify tokens that span
3658 more than one line, as empty lines. Add argument `token'.
3659
07976ae3 36602010-11-27 Kenichi Handa <handa@m17n.org>
3d9ee611 3661
afde451a
KH
3662 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
3663 multipart subtypes, insert all as usual.
3664
3d9ee611
KH
3665 * mail/rmail.el: Require rfc2047.
3666
07976ae3 36672010-11-27 Kenichi Handa <handa@m17n.org>
d1be4ec2
KH
3668
3669 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
3670 (rmail-mime-entity-disposition)
3671 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
3672 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
3673 (rmail-mime-save): Handle the case that the button's `data' is a
3674 MIME entity.
3675 (rmail-mime-insert-text): New function.
9e0ecdab 3676 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
d1be4ec2
KH
3677 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
3678 (rmail-mime-insert-bulk): New function mostly copied from the old
3679 rmail-mime-bulk-handler.
9e0ecdab
GM
3680 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
3681 (rmail-mime-process-multipart): New function mostly copied from
d1be4ec2
KH
3682 the old rmail-mime-multipart-handler.
3683 (rmail-mime-show): Just call rmail-mime-process.
9e0ecdab 3684 (rmail-mime-process): New function mostly copied from the old
d1be4ec2
KH
3685 rmail-mime-show.
3686 (rmail-mime-insert-multipart, rmail-mime-parse)
3687 (rmail-mime-insert, rmail-show-mime)
3688 (rmail-insert-mime-forwarded-message)
3689 (rmail-insert-mime-resent-message): New functions.
3690 (rmail-insert-mime-forwarded-message-function): Set to
3691 rmail-insert-mime-forwarded-message.
3692 (rmail-insert-mime-resent-message-function): Set to
3693 rmail-insert-mime-resent-message.
3694
3695 * mail/rmailsum.el: Require rfc2047.
3696 (rmail-header-summary): Handle multiline Subject: field.
3697 (rmail-summary-line-decoder): Change the default to
3698 rfc2047-decode-string.
3699
3700 * mail/rmail.el (rmail-enable-mime): Change the default to t.
3701 (rmail-mime-feature): Change the default to `rmailmm'.
3702 (rmail-quit): Delete the specifal code for rmail-enable-mime.
3703 (rmail-display-labels): Likewise.
3704 (rmail-show-message-1): Check rmail-enable-mime, and use
3705 rmail-show-mime-function for a MIME message. Decode the headers
3706 according to RFC2047.
3707
07976ae3 37082010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
33aeea0e
SM
3709
3710 * progmodes/which-func.el (which-func-imenu-joiner-function):
3711 Return a string, as expected.
3712 (which-function-mode): Make sure we stop any previous timer before
3713 starting a new one.
3714
07976ae3 37152010-11-27 Michael Albinus <michael.albinus@gmx.de>
e40fc745
MA
3716
3717 * net/tramp.el (tramp-default-method-alist)
33aeea0e
SM
3718 (tramp-default-user-alist, tramp-default-proxies-alist):
3719 Adapt custom options type. (Bug#7445)
e40fc745 3720
07976ae3 37212010-11-27 Chong Yidong <cyd@stupidchicken.com>
ae3da38a
CY
3722
3723 * progmodes/python.el: Add Ipython support (Bug#5390).
3724 (python-shell-prompt-alist)
3725 (python-shell-continuation-prompt-alist): New options.
3726 (python--set-prompt-regexp): New function.
33aeea0e
SM
3727 (inferior-python-mode, run-python, python-shell):
3728 Require ansi-color. Use python--set-prompt-regexp to set the comint
ae3da38a
CY
3729 prompt based on the Python interpreter.
3730 (python--prompt-regexp): New var.
3731 (python-check-comint-prompt)
3732 (python-comint-output-filter-function): Use it.
3733 (run-python): Use a pipe (Bug#5694).
3734
07976ae3 37352010-11-27 Chong Yidong <cyd@stupidchicken.com>
1d851570
CY
3736
3737 * progmodes/python.el (run-python): Doc fix.
3738 (python-keep-current-directory-in-path): New var (Bug#7454).
3739
07976ae3 37402010-11-27 Chong Yidong <cyd@stupidchicken.com>
76dabd37
CY
3741
3742 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3743 Prompt user before actually printing.
3744
0b839457
GM
37452010-11-27 Glenn Morris <rgm@gnu.org>
3746
3747 * startup.el (package-enable-at-startup, package-initialize):
3748 Remove unnecessary declarations.
3749
96107967
EZ
37502010-11-27 Eli Zaretskii <eliz@gnu.org>
3751
3752 * international/characters.el (glyphless-char-display-control):
3753 Exclude newline and TAB from the c0-control group.
3754
a140ec5f
GM
37552010-11-27 Glenn Morris <rgm@gnu.org>
3756
82445062
GM
3757 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
3758 (expand-mail-aliases): Remove unnecessary autoload.
3759
08b5f072
GM
3760 * allout.el (allout-command-prefix, allout-mode-map): Declare.
3761
e96d4147
GM
3762 * shell.el (shell-dir-cookie-re): Move definition before use.
3763
a140ec5f
GM
3764 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3765 Replace undefined CL functions.
3766
a2249e66
EZ
37672010-11-26 Eli Zaretskii <eliz@gnu.org>
3768
228482b2
EZ
3769 * simple.el (prog-mode): Set bidi-paragraph-direction to
3770 left-to-right.
3771
a2249e66
EZ
3772 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
3773
d01d7b8d
GM
37742010-11-26 Glenn Morris <rgm@gnu.org>
3775
3776 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
3777 diary-outlook-formats can be sensitive to calendar-date-style.
3778 (diary-outlook-formats): Simplify the default setting.
3779 (diary-from-outlook-internal): Pass subject and body as arguments.
3780 Use dolist rather than dotimes. Don't save the diary buffer.
3781 (diary-from-outlook-gnus, diary-from-outlook-rmail):
3782 Pass subject and body as explicit arguments to the -internal function.
3783
b3ea64a3
LMI
37842010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3785
3786 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
3787 parsing them. This makes mailto:...?subject=foo\nbar work.
3788
d5e7b0d8
SM
37892010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3790
3791 * vc/diff.el (diff): Fix last change.
3792
872ab164
SM
37932010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3794
3795 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
3796 (pcase--dontcare-upats): New var.
3797 (pcase-let, pcase-let*): Generate better code.
3798 Accept the same bodies as `let'.
3799 (pcase-dolist): New macro.
3800 (pcase--trivial-upat-p): New helper function.
3801 (pcase--expand): Strip leading "(let nil" if any.
3802
876d1684
LMI
38032010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3804
7bd9b9d8
LMI
3805 * mail/mailclient.el (browse-url): Require.
3806 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
3807 use the external browser function to send the mail (bug#7469).
3808
876d1684
LMI
3809 * net/browse-url.el (browse-url-browser-function): Revert the
3810 default back to the previous value, since the new value broke
3811 mailclient.el.
3812 (browse-url-mailto-function): New variable for mailto: URLs.
3813 (browse-url): Use the new variable for mailto: URLs.
3814
6e13206c
SM
38152010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3816
3817 * eshell/esh-cmd.el (eshell-parse-command):
3818 * eshell/esh-arg.el (eshell-parse-arguments):
3819 * eshell/em-script.el (eshell-source-file):
3820 Use with-silent-modifications.
3821
3d92f44e
CY
38222010-11-23 Chong Yidong <cyd@stupidchicken.com>
3823
3824 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
3825 for a merge location.
3826
3827 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
3828 (vc-bzr-merge-branch): Always prompt.
3829 (vc-bzr-async-command): Use the full branch filename.
3830
8f5f1e68
SM
38312010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3832
3833 * shell.el (shell): Use current-buffer by default if it's already
3834 a shell mode buffer and its process is dead.
ee9355dc 3835 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
8f5f1e68 3836
331460ac
TH
38372010-11-23 Tassilo Horn <tassilo@member.fsf.org>
3838
8f5f1e68
SM
3839 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
3840 Mention that the keywords should be comma separated.
331460ac 3841
2c3160c5
CY
38422010-11-23 Chong Yidong <cyd@stupidchicken.com>
3843
3844 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
3845 Accept optional prefix arg meaning to prompt for a command.
3846 (vc-update): Use vc-BACKEND-pull if available. Accept optional
3847 prefix arg meaning to prompt for a command.
3848 (vc-pull): Alias for vc-update.
3849
3850 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
3851 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
3852 (vc-bzr-merge-branch): New functions, implementing merge-branch
3853 and pull operations.
3854
b2e44819
SM
38552010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3856
8a0eb852
SM
3857 * Makefile.in: Fix up last merge.
3858
b2e44819
SM
3859 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
3860 (diff-sentinel): Get them as arguments instead.
3861 (diff-old-file, diff-new-file, diff-extra-args): Remove.
3862 (diff-file-local-copy, diff-better-file-name): New funs.
3863 (diff-no-select): Rename from diff-into-buffer.
3864 Support buffers additionally to files. Move `buf' arg. Don't display buf.
3865 Prefer closures to buffer-local variables.
3866 (diff): Adjust accordingly.
3867 (diff-buffer-with-file): Move from files.el.
3868 * files.el (diff-buffer-with-file): Move to vc/diff.el.
3869 (diff-buffer-internal): Remove.
3870 (diff-buffer-buffer): Remove.
3871 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
3872 the buffer name used, and so as not to mess up windows and frames.
3873
6a7662bb
BR
38742010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3875
3876 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
3877 (diff-buffer-internal): New function extracted from diff-buffer-with-file
3878 (diff-buffer-with-file): Use it.
3879 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
3880 (diff): Use it.
3881
c799747b
TH
38822010-11-22 Tassilo Horn <tassilo@member.fsf.org>
3883
3884 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
3885 \ref's or \pageref's value as default instead of initial input.
3886
e274eb13
MA
38872010-11-21 Michael Albinus <michael.albinus@gmx.de>
3888
3889 * files.el (backup-by-copying-when-mismatch): The default value is
3890 now t.
3891
3892 * startup.el (normal-top-level):
3893 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
3894 `backup-by-copying-when-mismatch'.
3895
77af54d7
JD
38962010-11-21 Jan Djärv <jan.h.d@swipnet.se>
3897
3898 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
3899
4e2f7d2a
CY
39002010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3901
6a7662bb
BR
3902 * progmodes/python.el (python-font-lock-keywords):
3903 Highlight top-level augmented assignments (Bug#6445).
4e2f7d2a 3904
b7d1e144
JD
39052010-11-21 Jan Djärv <jan.h.d@swipnet.se>
3906
3907 * term/ns-win.el (ns-right-control-modifier)
3908 (ns-right-command-modifier): Defvar them.
3909
3910 * cus-start.el (all): Add ns-right-control-modifier and
3911 ns-right-command-modifier (Bug#7458).
3912
c11cc37a
GM
39132010-11-20 Glenn Morris <rgm@gnu.org>
3914
3915 * emacs-lisp/authors.el (authors-ignored-files)
3916 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
3917
7dcd777e
TH
39182010-11-20 Tassilo Horn <tassilo@member.fsf.org>
3919
3920 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
3921 (report-emacs-bug-parse-query-results)
3922 (report-emacs-bug-create-existing-bugs-buffer): Pass through
3923 keywords used for querying the bug database to show them in the
3924 existing bugs buffer.
3925
d2bd5189
JD
39262010-11-20 Jan Djärv <jan.h.d@swipnet.se>
3927
3928 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
3929
3930 * info.el (info-tool-bar-map): Add some :vert-only keywords.
3931
0e7c0582
EZ
39322010-11-20 Eli Zaretskii <eliz@gnu.org>
3933
3934 * international/characters.el (glyphless-char-display-control):
3935 Make it a defcustom, with update-glyphless-char-display as its
3936 :set attribute.
3937 (top level): Don't call update-glyphless-char-display.
3938
7398933f
MA
39392010-11-20 Michael Albinus <michael.albinus@gmx.de>
3940
3941 Sync with Tramp 2.2.0.
3942
3943 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
3944 `file-remote-p' (due to compatibility).
3945
3946 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
3947 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
3948
3949 * net/trampver.el: Update release number.
3950
1cd64aae
EZ
39512010-11-20 Eli Zaretskii <eliz@gnu.org>
3952
3953 * faces.el (glyphless-char): Define value for `pc'.
3954
614316a7
TH
39552010-11-20 Tassilo Horn <tassilo@member.fsf.org>
3956
26214810
EZ
3957 Implemented a bug querying mechanism.
3958 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
614316a7
TH
3959 (report-emacs-bug-create-existing-bugs-buffer)
3960 (report-emacs-bug-parse-query-results)
26214810 3961 (report-emacs-bug-query-existing-bugs): New functions.
614316a7 3962
9061f667
TH
39632010-11-19 Tassilo Horn <tassilo@member.fsf.org>
3964
3965 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
3966 a \ref{} or \pageref{} macro, then use its value as initial input.
3967
1265829e
JB
39682010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
3969
3970 * calc/calc-units.el (math-build-units-table-buffer):
3971 calc/README: Mention that the TeX specific units won't use the
3972 `tex' prefix in TeX mode.
3973 calc/calc-lang.el (math-variable-table): Don't use the `tex'
3974 prefix for units in TeX mode.
3975
9fca7811
SM
39762010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3977
3978 * simple.el (kill-new, kill-append, kill-region):
76dabd37
CY
3979 * comint.el (comint-kill-region): Make the yank-handler argument
3980 obsolete.
9fca7811 3981
4a47c275 39822010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
88bf1bec 3983
e2f454c4
SM
3984 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
3985 that are both openers (resp. closers) and something else.
3986 (smie-grammar): Loosen definition of valid values.
3987 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
3988 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
3989 (smie-indent-after-keyword): Adjust users.
3990 (smie-indent-keyword): Don't indent empty lines.
3991
88bf1bec
SM
3992 * vc-hg.el (vc-hg-program): New var.
3993 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
3994 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
3995
4a47c275 39962010-11-18 Glenn Morris <rgm@gnu.org>
4c0eb0d3
GM
3997
3998 * emacs-lisp/autoload.el (autoload-find-destination): The function
3999 coding-system-eol-type may return non-numeric values. (Bug#7414)
4000
4a47c275 40012010-11-18 Ulrich Mueller <ulm@gentoo.org>
bf6442c3
UM
4002
4003 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
4004
4a47c275 40052010-11-18 Eli Zaretskii <eliz@gnu.org>
e68afd74
EZ
4006
4007 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
4008
4a47c275 40092010-11-18 Chong Yidong <cyd@stupidchicken.com>
de02effd
CY
4010
4011 * textmodes/picture.el (picture-mouse-set-point): Don't use
4012 posn-col-row; explicitly compute the motion based on the posn at
4013 the window-start (Bug#7390).
4014
4a47c275 40152010-11-18 Glenn Morris <rgm@gnu.org>
f0a698ab
GM
4016
4017 * novice.el (disabled-command-function):
4018 Fix 2009-11-15 change. (Bug#7384)
4019
4a47c275 40202010-11-18 Glenn Morris <rgm@gnu.org>
29f30ab7
GM
4021
4022 * calendar/calendar.el (diary-iso-date-forms): Make elements
4023 mutually exclusive. (Bug#7377)
4024
4a47c275 40252010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
10b40d2e
SM
4026
4027 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
4028 when filling the remaining "unconstrained" values.
4029
4a47c275 40302010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7bea8c7a 4031
acef0722
SM
4032 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
4033 safety predicate.
4034
4035 * files.el (safe-local-variable-p): Gracefully handle errors.
4036
7bea8c7a
SM
4037 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
4038 Use smie-indent-virtual when indenting relative to an opener.
4039 (smie-rule-separator): Use smie-rule-parent.
4040 (smie-indent-keyword): Consult rules, even for openers at bol.
4041 (smie-indent-comment-close): Try to align closer's content.
4042
4a47c275 40432010-11-18 Glenn Morris <rgm@gnu.org>
b010e1ba
GM
4044
4045 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
4046
4a47c275 40472010-11-18 Glenn Morris <rgm@gnu.org>
c790cad4 4048
aa514451
GM
4049 * printing.el (pr-menu-bind): Doc fix.
4050
32b636de
GM
4051 * speedbar.el (speedbar-toggle-images): Doc fix.
4052
bc1d5cdf
GM
4053 * progmodes/python.el (python-shell): Doc fix.
4054
c790cad4
GM
4055 * wid-edit.el (widget-field-use-before-change)
4056 (widget-use-overlay-change): Doc fixes.
4057
c51bb5d2
SM
40582010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4059
8bbb7dd8
SM
4060 Minor cleanup to improve style.
4061 * textmodes/rst.el (rst-update-section): Use point-marker.
4062 (rst-get-decoration): Eliminate unneeded assignment.
4063 (rst-promote-region, rst-straighten-decorations)
4064 (rst-section-tree, rst-adjust): Use point-marker.
4065 (rst-toc-mode-mouse-goto): Avoid setq.
4066 (rst-shift-region-guts, rst-shift-region-left)
4067 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
4068 (rst-convert-bullets-to-enumeration): Use copy-marker.
4069
b7e270a2
SM
4070 * minibuffer.el (completion-fail-discreetly): New var.
4071 (completion--do-completion): Use it.
4072
c51bb5d2
SM
4073 * electric.el (electric-pair-pairs): New var.
4074 (electric-pair-post-self-insert-function): Use it.
4075 (electric-layout-post-self-insert-function): Don't insert a before
4076 newline unless it's actually needed.
4077
c04f2ac0
SM
40782010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4079
bac2de0f
SM
4080 * progmodes/python.el (run-python): Explain why we remove the current
4081 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
4082
c04f2ac0
SM
4083 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
4084
7100ff98
SM
40852010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4086
03f70355
SM
4087 * progmodes/octave-mod.el: Rely on elecric-*-modes.
4088 (octave-mode-map): Don't bind ;, SPC, and LF.
4089 (octave-auto-indent, octave-auto-newline): Remove.
4090 (electric-layout-rules): Declare.
4091 (octave-mode): Set electric-layout-rules.
4092 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
4093 (octave-reindent-then-newline-and-indent, octave-electric-semi)
4094 (octave-electric-space): Remove.
4095
7100ff98
SM
4096 * electric.el (electric-layout-mode): New minor mode.
4097 (electric--after-char-pos): New function.
4098 (electric-indent-post-self-insert-function): Use it.
4099 (electric-layout-rules): New var.
4100 (electric-layout-post-self-insert-function): New function.
4101 (electric-indent-mode): Make them interact better.
4102
cca982d0
SM
41032010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4104
4105 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
4106 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
4107 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
4108
84992dff
AM
41092010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
4110
4111 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
4112 Make sure to check inside the word (Bug#6761).
4113
afa42fe3
CY
41142010-11-14 Chong Yidong <cyd@stupidchicken.com>
4115
4116 * startup.el (command-line): If the cursorColor resource is set,
4117 change the cursor face-spec (Bug#7392).
4118
a798747d 41192010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
1c9b9df0 4120
a798747d 4121 The main features of the following allout.el changes are:
1c9b9df0
KM
4122 - implement user customization for the allout key bindings
4123 - add a customization control by which the user can inhibit use of
a798747d 4124 a trailing Ctrl-H, so by default it's reserved for use with
1c9b9df0
KM
4125 describe-prefix-bindings
4126 - adapt to new version of called-interactively-p, while
a798747d 4127 maintaining backwards compatibility with old version
01c35094 4128 - fix hotspot navigation so i works properly with meta-modified keys.
1c9b9df0 4129
a798747d
GM
4130 * allout.el (allout-keybindings, allout-bind-keys)
4131 (allout-keybindings-binding, allout-prefixed-keybindings)
4132 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
4133 (allout-keybindings-list, allout-mode-map-adjustments)
4134 (allout-setup-mode-map): Establish allout-mode keymaps as user
4135 customizable settings, and also establish a customizable setting which
4136 regulates whether or not a trailing control-h is reserved for use with
4137 describe-prefix-bindings - and inhibit it by default, so that control-h
4138 *is* reserved for describe-prefix-bindings unless the user changes it.
4139
4140 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
4141 and accurately between modified and unmodified events, and handle
1c9b9df0
KM
4142 modified events more comprehensively.
4143
a798747d
GM
4144 * allout.el (allout-substring-no-properties):
4145 Alias to use or provide version of `substring-no-properties'.
4146 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
1c9b9df0 4147
a798747d
GM
4148 * allout.el (allout-next-single-char-property-change):
4149 Alias to use or provide version of `next-single-char-property-change'.
4150 (allout-annotate-hidden, allout-hide-by-annotation):
4151 Use `allout-next-single-char-property-change'.
1c9b9df0 4152
a798747d
GM
4153 * allout.el (allout-select-safe-coding-system):
4154 Alias to use or provide version of `select-safe-coding-system'.
4155 (allout-toggle-subtree-encryption):
4156 Use `allout-select-safe-coding-system'.
1c9b9df0 4157
a798747d
GM
4158 * allout.el (allout-set-buffer-multibyte):
4159 Alias to use or provide version of `set-buffer-multibyte'.
4160 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
1c9b9df0 4161
a798747d
GM
4162 * allout.el (allout-called-interactively-p): Macro for using the
4163 different versions of called-interactively-p identically, depending on
4164 the subroutine's argument signature.
4165 (allout-back-to-current-heading, allout-beginning-of-current-entry):
4166 Use `(interactive "p")' instead of `(called-interactively-p)'.
1c9b9df0 4167
a798747d
GM
4168 * allout.el (allout-init, allout-ascend, allout-end-of-level)
4169 (allout-previous-visible-heading, allout-forward-current-level)
4170 (allout-backward-current-level, allout-show-children):
4171 Use `allout-called-interactively-p' instead of `called-interactively-p'.
1c9b9df0 4172
a798747d
GM
4173 * allout.el (allout-before-change-handler):
4174 Exempt edits to the (overlaid) character after the allout outline
4175 bullet from edit confirmation prompt.
1c9b9df0 4176
a798747d
GM
4177 * allout.el (allout-add-resumptions):
4178 Ensure that it respects correct buffer for keybindings.
1c9b9df0 4179
a798747d
GM
4180 * allout.el (allout-beginning-of-line):
4181 Use `allout-previous-single-char-property-change' alias for the sake of
4182 diverse compatibility.
1c9b9df0 4183
a798747d
GM
4184 * allout.el (allout-end-of-line):
4185 Use `allout-mark-active-p' to encapsulate respect for mark activity.
1c9b9df0 4186
0216b738
CY
41872010-11-13 Chong Yidong <cyd@stupidchicken.com>
4188
4189 * frame.el (frame-notice-user-settings): Don't clobber other
4190 user-set parameters when calling face-set-after-frame-default in
4191 response to background-color parameter (Bug#7373).
4192
0eb025fb
EZ
41932010-11-13 Eli Zaretskii <eliz@gnu.org>
4194
4195 * international/characters.el (glyphless-char-display-control):
88b5a757 4196 Rename from glyphless-char-control; all users changed. Doc fix.
4a9f985c
EZ
4197 Signal an error if display method is not one of the recognized
4198 symbols.
0eb025fb 4199
6e060cee
MA
42002010-11-13 Michael Albinus <michael.albinus@gmx.de>
4201
4202 * net/tramp-compat.el (tramp-compat-line-beginning-position)
4203 (tramp-compat-line-end-position): Remove them.
4204
4205 * net/tramp.el (tramp-parse-rhosts-group)
4206 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
4207 (tramp-parse-hosts-group, tramp-parse-passwd-group)
4208 (tramp-parse-netrc-group, tramp-parse-putty-group)
4209 * net/tramp-cmds.el (tramp-append-tramp-buffers)
4210 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
4211 (tramp-sh-handle-file-selinux-context)
4212 (tramp-sh-handle-file-name-all-completions)
4213 (tramp-sh-handle-insert-directory)
4214 (tramp-sh-handle-expand-file-name, tramp-find-executable)
4215 (tramp-wait-for-output, tramp-send-command-and-read)
4216 * net/tramp-smb.el (tramp-smb-read-file-entry)
4217 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
4218
4219 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
4220 `point-at-bol'.
4221 (tramp-remote-coding-commands): Add an alternative using "base64
4222 -d -i". This is needed for older base64 versions from GNU
4223 coreutils. Reported by Klaus Reichl
4224 <Klaus.Reichl@thalesgroup.com>.
4225
8da5345f
HN
42262010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
4227
4228 * simple.el (count-words-region): New function.
4229
c156a63b
SM
42302010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4231
78835dd0
SM
4232 * shell.el (shell-dir-cookie-re): New custom variable.
4233 (shell-dir-cookie-watcher): New function.
4234
ebff325e
SM
4235 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
4236 and compilation-mode (bug#7350).
4237
4e9e1584
SM
4238 * vc/smerge-mode.el (smerge-refine): Choose better default part to
4239 highlight when one of them is empty.
4240
4490f875
SM
4241 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
4242 trailing space.
4243 (skeleton-newline): New function.
4244 (skeleton-internal-1): Use it.
4245
c156a63b
SM
4246 * simple.el (open-line): `newline' may strip trailing space.
4247
f3bb9e16
KR
42482010-11-12 Kevin Ryde <user42@zip.com.au>
4249
4250 * international/mule-cmds.el (princ-list): Use mapc.
4251
7847454a
GM
42522010-11-12 Glenn Morris <rgm@gnu.org>
4253
4254 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
01c35094 4255 Use it to replace all instances of "*Compile-Log*".
7847454a 4256
aa310257
SM
42572010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4258
4259 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
4260 indentation specs.
4261
cbf83ce9
SM
42622010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4263
4264 * progmodes/modula2.el: Use SMIE and skeleton.
4265 (m2-mode-syntax-table): (*..*) can be nested.
4266 Add //...\n. Fix paren syntax.
4267 (m2-mode-map): Remove LF and TAB bindings.
4268 (m2-indent): Add safety property.
4269 (m2-smie-grammar): New var.
4270 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
4271 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
4272 (m2-mode): Use define-derived-mode.
4273 (m2-newline, m2-tab): Remove.
4274 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
4275 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
4276 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
4277 (m2-import): Use define-skeleton.
4278
e7c4fb1e
GM
42792010-11-11 Glenn Morris <rgm@gnu.org>
4280
b3e4c911
GM
4281 * obsolete/lucid.el: Don't warn about any CL functions in this file.
4282
b3e22bd4
GM
4283 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
4284 (ls-lisp-verbosity): Add custom :set-after property.
4285 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
4286 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
4287 (ls-lisp-insert-directory): Update caller.
606dcd9e
GM
4288 (ls-lisp-set-options): New function.
4289 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
4290 Doc fix.
b3e22bd4 4291
55a4b4fe
GM
4292 * play/landmark.el (lm-prompt-for-move):
4293 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
4294
e7c4fb1e
GM
4295 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
4296
4297 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
4298 (idlwave-study-twins): Prefix dynamic local variable `name'.
4299 (idlwave-routine-twin-compare): Update for above change.
4300
4301 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
4302 Prefix dynamic local variables `name', `kwd', and `link'.
4303 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
4304 * progmodes/idlw-complete-structtag.el
4305 (idlwave-complete-structure-tag-help):
4306 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
4307 (idlwave-complete-sysvar-tag-help)
4308 (idlwave-complete-class-structure-tag-help):
4309 Update for above name changes.
4310
afe2870b
LMI
43112010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4312
4313 * net/browse-url.el (browse-url-browser-function): Change the
4314 default to use `browse-url-mail' on mailto: URLs.
4315
fbe3be3f
CY
43162010-11-10 Chong Yidong <cyd@stupidchicken.com>
4317
cbf83ce9
SM
4318 * emacs-lisp/package.el (package-read-all-archive-contents):
4319 Reset package-archive-contents to nil before re-reading.
fbe3be3f 4320
a7cfbaea 43212010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
bd4532fc
AM
4322
4323 * textmodes/flyspell.el (flyspell-word): Do not re-check words
4324 already found as misspellings by (flyspell-large-region), just
c97685d4 4325 do highlighting (bug#7322).
bd4532fc 4326
13e7256f
GM
43272010-11-10 Glenn Morris <rgm@gnu.org>
4328
6d2a1e35
GM
4329 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
4330
d4aca69c
GM
4331 * emulation/edt.el (edt-with-position): New macro.
4332 (edt-find-forward, edt-find-backward, edt-find-next-forward)
4333 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
4334 (edt-paragraph-forward, edt-paragraph-backward): Use it.
4335
f8a09adb
GM
4336 * emulation/tpu-extras.el (tpu-with-position): New macro.
4337 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
4338
c026460b
GM
4339 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
4340
dea53a43
GM
4341 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
4342 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
4343 (texinfo-master-menu, texinfo-insert-node-lines)
4344 (texinfo-multiple-files-update):
4345 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
4346 Use line-beginning-position.
4347
72bc50c0
GM
4348 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
4349 No recent Emacs supports system-type `emx'.
4350
4351 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
4352 (ada-command-separator, ada-default-prj-properties)
4353 (ada-find-any-references): Update for above name change.
4354
4355 * dirtrack.el (dirtrack-directory-function)
4356 (dirtrack-canonicalize-function):
4357 * filecache.el (file-cache-completion-ignore-case)
4358 (file-cache-case-fold-search, file-cache-ignore-case):
4359 * term.el (serial-port-is-file-p): Cosmetic change.
4360
4361 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
4362 Remove non-existent `windows-95' system-type.
4363 * dired.el (dired-chown-program): Remove non-existent `linux'
4364 system-type.
4365
17731c39
GM
4366 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
4367 (ping-program-options): Remove non-existent `linux' system-type.
4368
9228bbd3
GM
4369 * startup.el (package-initialize): Update declaration.
4370
6e404950
GM
4371 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
4372 (ls-lisp-handle-switches): Use time-less-p.
4373 (ls-lisp-format-time): Use float-time.
4374
6f0d4bb6
GM
4375 * textmodes/remember.el (remember-time-to-seconds): Remove.
4376 (remember-store-in-mailbox): Use float-time.
4377
4378 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
4379
4380 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
4381 never a real function.
4382 (with-no-warnings): Remove compat stub, now unused.
4383 (time-less-p): Doc fix.
4384 (time-to-number-of-days): Simplify.
4385
73171bd4
GM
4386 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
4387 Remove.
4388 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
4389 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
4390 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
4391 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
4392 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
4393
13e7256f
GM
4394 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
4395 (eshell-shuffle-files, eshell-shorthand-tar-command)
4396 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
4397 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
4398 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
4399 Prefix dynamic local variable `matches'.
4400
b565f5a1
GM
4401 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
4402 Prefix dynamic local variable `skeleton'.
4403
5ad3e885
KY
44042010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4405
4406 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
4407 in mail buffer; make yank-action always a command that yanks original
4408 buffer.
4409
14121c52
GM
44102010-11-09 Glenn Morris <rgm@gnu.org>
4411
4412 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
4413
d607b96b 44142010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
73525e72 4415
9bdba5f5
SM
4416 * minibuffer.el (minibuffer-completion-help): Specify the end of the
4417 completion field (bug#7211).
4418
73525e72
SM
4419 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
4420 Fix handling of backslash escapes.
4421 (python-quote-syntax): Adjust accordingly.
4422
d607b96b 44232010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
05539fb3
RL
4424
4425 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
4426 (vc-mtn-workfile-branch): Adjust to new output format.
4427
d607b96b 44282010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
cc4d2366
SM
4429
4430 * international/mule-cmds.el (princ-list): Mark as obsolete.
4431
d607b96b 44322010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7f925a67
SM
4433
4434 * emacs-lisp/smie.el: New package.
4435
d607b96b 44362010-11-09 Michael Albinus <michael.albinus@gmx.de>
6ce78fdc 4437
7f925a67
SM
4438 * files.el (backup-by-copying-when-mismatch):
4439 Set `permanent-local' property.
6ce78fdc
MA
4440
4441 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
09def8be 4442 `permanent-local' property for `backup-by-copying-when-mismatch'.
6ce78fdc 4443
d607b96b 44442010-11-09 Eli Zaretskii <eliz@gnu.org>
21620882
EZ
4445
4446 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
4447
d607b96b 44482010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
8468f78b 4449
7f925a67 4450 * progmodes/verilog-mode.el (verilog-insert-one-definition)
8468f78b 4451 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
7f925a67
SM
4452 AUTOINOUT for SV style multidimensional arrays, bug294.
4453 Reported by Eric Mastromarchi.
4454 (verilog-preprocess): Use with-current-buffer and
8468f78b
WS
4455 font-lock-fontify-buffer to cleanup style issues.
4456
d607b96b 44572010-11-09 Glenn Morris <rgm@gnu.org>
cb5e49a3
GM
4458
4459 * locate.el (locate, locate-mode): Doc fixes.
4460
d607b96b 44612010-11-09 Chong Yidong <cyd@stupidchicken.com>
381d186f
CY
4462
4463 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
4464 user for confirmation.
4465 (server-force-stop): Use it.
4466 (server-start): Use server-force-stop for kill-emacs-hook, to
4467 avoid user interaction while killing Emacs.
4468
9b026d9f
GM
44692010-11-09 Glenn Morris <rgm@gnu.org>
4470
3406534c 4471 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
e814121e 4472 (meta-indent-line): Simplify.
3406534c 4473
9b026d9f
GM
4474 * vc/emerge.el (emerge-line-number-in-buf):
4475 * textmodes/ispell.el (ispell-region):
4476 * textmodes/fill.el (current-fill-column):
4477 * progmodes/xscheme.el (xscheme-send-current-line):
4478 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
4479 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
4480 * progmodes/sh-script.el (sh-handle-prev-do):
4481 * progmodes/meta-mode.el (meta-indent-line):
4482 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
4483 (idlwave-in-quote):
4484 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
4485 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
4486 * progmodes/fortran.el (fortran-looking-at-if-then):
4487 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
4488 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
4489 (cperl-find-pods-heres):
4490 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
4491 * net/quickurl.el (quickurl-list-insert):
4492 * net/ldap.el (ldap-search-internal):
4493 * net/eudc.el (eudc-expand-inline):
4494 * mail/sendmail.el (sendmail-send-it):
4495 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
4496 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
4497 (viper-brac-function):
4498 * calc/calc-yank.el (calc-do-grab-region):
4499 * calc/calc-keypd.el (calc-keypad-press):
4500 * term.el (term-move-columns, term-insert-spaces):
4501 * speedbar.el (speedbar-highlight-one-tag-line):
4502 * simple.el (current-word):
4503 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4504 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
4505 (Info-scroll-down):
4506 * hippie-exp.el (he-line-beg):
4507 * epa.el (epa--marked-keys):
4508 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
4509 (dired-update-file-line, dired-add-entry, dired-remove-entry)
4510 (dired-relist-entry):
4511 * buff-menu.el (Buffer-menu-buffer):
4512 * array.el (current-line):
4513 * allout.el (allout-resolve-xref)
4514 (allout-latex-verbatim-quote-curr-line):
4515 Replace yet more uses of end-of-line etc with line-end-position, etc.
4516
db94771e
SM
45172010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4518
1398b795
SM
4519 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
4520 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
4521 (checkdoc-syntax-table): Initialize in the declaration.
4522 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
4523 the mode on unconditionally.
4524
db94771e
SM
4525 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
4526 (extent-end-position, extent-start-position): Remove setf method for
4527 non-existing functions (bug#7319).
4528
674728d4
SM
45292010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4530
4531 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
4532 (smie-precs->prec2): Rename from smie-precs-precedence-table.
4533 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
4534 (smie-prec2->grammar): Rename from smie-prec2-levels.
4535 (smie-grammar): Rename from smie-op-levels.
4536 (smie-indent--hanging-p): Rename from smie-hanging-p.
4537 (smie-rule-hanging-p): New alias.
4538 (smie-indent--bolp): Rename from smie-bolp.
4539 (smie-indent--hanging-p): New alias.
4540 (smie--token): New dynamically bound variable.
4541 (smie-indent--parent): New function.
4542 (smie-rule-parent-p): Use it; rename from smie-parent-p.
4543 (smie-rule-next-p): Rename from smie-next-p.
4544 (smie-rule-prev-p): Rename from smie-prev-p.
4545 (smie-rule-sibling-p, smie-rule-parent)
4546 (smie-indent--separator-outdent, smie-rule-separator): New functions.
4547 (smie-rule-separator-outdent): New var.
4548 (smie-indent--rule): Merge with smie-indent--column.
4549 (smie-indent-forward-token, smie-indent-backward-token):
4550 Also recognize close parens.
4551 (smie-indent-keyword): Don't use smie-indent--column any more.
4552 (smie-indent-after-keyword): Ignore closers by default.
4553 (smie-indent-line): Use with-demoted-errors.
4554 * progmodes/octave-mod.el (octave-smie-grammar):
4555 Rename from octave-smie-op-levels.
4556 (octave-smie-rules): Adjust to new behavior.
4557 * progmodes/prolog.el (prolog-smie-grammar):
4558 Rename from prolog-smie-op-levels.
4559
26f097bf
GM
45602010-11-07 Glenn Morris <rgm@gnu.org>
4561
de3490e1
GM
4562 * eshell/esh-util.el (subst-char-in-string)
4563 (directory-files-and-attributes): These compatibility definitions are
4564 not needed on any version of Emacs since at least 21.4.
4565
3ba6b2ee
GM
4566 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
4567 (verilog-get-end-of-line): Remove.
4568 (verilog-within-string, verilog-re-search-forward-substr)
4569 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
4570 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
4571 Use point-at-bol, point-at-eol.
4572 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
4573 Remove.
4574 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
4575 (electric-pascal-terminate-line, pascal-set-auto-comments)
4576 (pascal-indent-paramlist, pascal-indent-declaration)
4577 (pascal-get-lineup-indent, pascal-func-completion)
4578 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
4579 Use point-at-bol, point-at-eol.
4580 * progmodes/flymake.el (flymake-line-beginning-position)
4581 (flymake-line-end-position): Remove.
4582 (flymake-highlight-line): Use point-at-bol, point-at-eol.
4583 * eshell/esh-util.el (line-end-position, line-beginning-position):
4584 Remove compat definitions.
4585
76fc02b6
GM
4586 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4587 Use end-of-line N.
4588 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
4589 Use line-end-position.
4590
e180ab9f
GM
4591 * emacs-lisp/chart.el (chart-zap-chars):
4592 * play/decipher.el (decipher-set-map):
4593 * progmodes/ada-mode.el (ada-get-current-indent)
4594 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
4595 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
4596 * progmodes/ada-xref.el (ada-initialize-runtime-library)
4597 (ada-get-all-references):
4598 * progmodes/cperl-mode.el (cperl-electric-paren)
4599 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
4600 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
4601 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
4602 (cperl-word-at-point-hard):
4603 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
4604 (idlwave-shell-filename-string, idlwave-shell-batch-command)
4605 (idlwave-shell-display-line):
4606 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
4607 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
4608 * progmodes/js.el (js--re-search-forward-inner)
4609 (js--re-search-backward-inner):
4610 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
4611 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
4612 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
4613 * textmodes/flyspell.el (flyspell-process-localwords):
4614 * textmodes/ispell.el (ispell-buffer-local-parsing)
4615 (ispell-buffer-local-dict, ispell-buffer-local-words):
4616 Use point-at-bol and point-at-eol.
4617
26f097bf
GM
4618 * speedbar.el (speedbar-generic-item-info)
4619 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
4620 (speedbar-add-indicator, speedbar-check-vc-this-line)
4621 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
4622 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
4623 Replace more uses of end-of-line etc with line-end-position.
4624
b05fde66
GM
46252010-11-06 Glenn Morris <rgm@gnu.org>
4626
5ed619e0
GM
4627 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
4628 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
4629 (texinfo-delete-existing-pointers, texinfo-find-pointer)
4630 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
4631 (texinfo-multiple-files-update):
4632 * textmodes/table.el (table--probe-cell-left-up)
4633 (table--probe-cell-right-bottom):
4634 * textmodes/picture.el (picture-tab-search):
4635 * textmodes/page-ext.el (pages-copy-header-and-position)
4636 (pages-directory-for-addresses):
4637 * progmodes/vera-mode.el (vera-get-offset):
4638 * progmodes/simula.el (simula-calculate-indent):
4639 * progmodes/python.el (python-pdbtrack-overlay-arrow):
4640 * progmodes/prolog.el (end-of-prolog-clause):
4641 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
4642 * progmodes/icon.el (indent-icon-exp):
4643 * progmodes/etags.el (tag-re-match-p):
4644 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
4645 * progmodes/ebnf2ps.el (ebnf-begin-file):
4646 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
4647 (dcl-save-local-variable):
4648 * play/life.el (life-setup):
4649 * play/gametree.el (gametree-looking-at-ply):
4650 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4651 * mail/sendmail.el (mail-mode-auto-fill):
4652 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4653 * emacs-lisp/edebug.el (edebug-overlay-arrow):
4654 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
4655 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
4656 (woman-tab-to-tab-stop, WoMan-warn-ignored):
4657 * type-break.el (type-break-file-keystroke-count):
4658 * term.el (term-replace-by-expanded-history-before-point)
4659 (term-skip-prompt, term-extract-string):
4660 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
4661 (speedbar-contract-line, speedbar-toggle-line-expansion)
4662 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
4663 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
4664 * sort.el (sort-skip-fields):
4665 * skeleton.el (skeleton-internal-list):
4666 * simple.el (line-move-finish, line-move-to-column):
4667 * shell.el (shell-forward-command):
4668 * misc.el (copy-from-above-command):
4669 * makesum.el (double-column):
4670 * ebuff-menu.el (electric-buffer-update-highlight):
4671 * dired.el (dired-move-to-end-of-filename):
4672 * dframe.el (dframe-popup-kludge):
4673 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
4674 * arc-mode.el (archive-get-lineno):
4675 Use line-end-position and line-beginning-position.
4676
e2a9c0bc
GM
4677 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
4678 (idlwave-study-twins): Prefix dynamic local `class'.
4679 (idlwave-routine-twin-compare): Update for above name change.
4680
4e44448f
GM
4681 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
4682 Use boundp tests to silence compiler. Update for changed name of
4683 bytecomp-filename variable.
4684
8f6c3eac
GM
4685 * emulation/viper-cmd.el (viper-read-string-with-history):
4686 Prefix dynamic local `initial'.
4687 (viper-minibuffer-standard-hook): Update for above name change.
4688
79d1dabe
GM
4689 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
4690 (elint-init-form): Update for above name change.
4691
0e4bb7f0
GM
4692 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
4693 local variables `cbeg' and `cend' a prefix.
4694 (mail-extr-voodoo): Update for above name change.
4695
c8f3bf36
GM
4696 * textmodes/reftex-toc.el (reftex-toc-do-promote)
4697 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
4698 (reftex-toc-promote-action): Doc fix.
4699
4700 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
4701 `prompt', `data' a prefix.
4702 (reftex-select-post-command-hook, reftex-select-callback)
4703 (reftex-select-mouse-accept, reftex-select-read-cite):
4704 Update for above name changes.
4705
4706 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
4707 `refstyle' to reftex-refstyle.
4708 (reftex-offer-label-menu): Update for above name change.
4709 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
4710 `refstyle' name change.
4711
b05fde66
GM
4712 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
4713 with with-current-buffer.
4714 (diff, template): Give dynamic local variables a prefix.
4715 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
4716 (emerge-line-number-in-buf): Update for above name change.
4717 (emerge-combine-versions-internal): Rename local `template' to
4718 emerge-combine-template.
4719 (emerge-combine-versions-edit): Update for above name change.
4720
5d8f9169
RA
47212010-11-06 Ralf Angeli <angeli@caeruleus.net>
4722
4723 * textmodes/reftex-cite.el
4724 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
4725 entries with whitespace after \bibitem.
4726 (reftex-create-bibtex-file): Match entries containing numbers and
4727 symbol constituents. Make sure that entries with whitespace at
4728 various places are found.
4729
f8aefe82
MA
47302010-11-05 Christian Millour <cm@abtela.com> (tiny change)
4731
4732 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
4733
e06918d2
JD
47342010-11-05 Jan Djärv <jan.h.d@swipnet.se>
4735
4736 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
4737
17fc58c9
GM
47382010-11-05 Glenn Morris <rgm@gnu.org>
4739
f7fe4837
GM
4740 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
4741 (woman2-roff-buffer): Give local variable `request' a prefix.
4742 (woman0-macro): Rename argument `request' in the same way.
4743 (woman-request): New name for `request' dynamic variable.
4744 (woman-unquote, woman-forward-arg): Update for above name change.
4745 (woman1-roff-buffer): Give local variable `unquote' a prefix.
4746 (woman1-unquote): New name for `unquote' dynamic variable.
4747 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
4748 (woman-translations): Rename from `translations'. No longer global.
4749 (woman2-tr, woman-translate): Update for above name change.
4750 (woman-translate): Check for bound variable.
4751 (woman2-roff-buffer): Give local variable `translations' a prefix.
4752
869c4186
GM
4753 * play/doctor.el: Give all local variables a prefix. Update callers.
4754 (doc$, doctor-put-meaning): Use backquote.
4755
215461a8
GM
4756 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
4757 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
4758
17fc58c9
GM
4759 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
4760 variables bytes, ptr, op a prefix.
4761 (disassemble-offset): Update for above change.
4762
015eea59
CY
47632010-11-03 Chong Yidong <cyd@stupidchicken.com>
4764
4765 * emacs-lisp/package.el (package-unpack): Remove no-op.
4766 (package--builtins, package--dir): Doc fix.
4767 (package-activate-1, package-activate, package-install)
4768 (package-compute-transaction): Fix error message.
4769 (package-delete): Use delete-directory. Omit system packages.
4770 (package-initialize): Set package-alist to nil first.
4771 (package-menu-mark-delete, package-menu-mark-install): Don't add
4772 symbols that are inconsistent with the package state.
4773 (package-menu-execute): Perform deletions and installations as
4774 single batch operations.
4775
033862d1
GM
47762010-11-03 Glenn Morris <rgm@gnu.org>
4777
0b03a950
GM
4778 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
4779 (props): Remove unnecessary declaration.
4780
e337e22c
GM
4781 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
4782 set-process-query-on-exit-flag.
4783
a88e24dd 4784 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
728618ba
GM
4785 (reftex-toc-do-promote): Remove unused local `mpos'.
4786 (reftex-toc-restore-region): Make `mpos' local to this function.
a88e24dd 4787
537b04b9
GM
4788 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
4789
52365e61
GM
4790 * play/landmark.el (lm-losing-threshold): Correct spelling.
4791 (lm-human-plays): Use new name.
4792
cd32f8a9
GM
4793 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
4794 (gomoku-human-plays): Use new name.
4795
033862d1
GM
4796 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
4797 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
4798 (gomoku-score-trans-table, gomoku-winning-threshold)
4799 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
4800
4b99edf2
CY
48012010-11-03 Chong Yidong <cyd@stupidchicken.com>
4802
4803 * emacs-lisp/package.el: Don't put built-in packages in
4804 package-alist, to avoid loading inefficiencies.
4805 (package-built-in-p): Make VERSION optional, and treat it as a
4806 minimum acceptable version.
6a7662bb
BR
4807 (package-activate): Search separately for built-in packages.
4808 Emit a warning if a dependency fails.
4b99edf2
CY
4809 (define-package): Handle most common case, where there is no
4810 obsolete package, first.
4811 (package-compute-transaction): Print required version in error.
4812 (package--initialized): New variable.
4813 (list-packages): Use it.
4814 (package-initialize): Optional arg NO-ACTIVATE. Don't put
6a7662bb
BR
4815 built-in packages in packages-alist; keep it separate.
4816 Set package--initialized.
4b99edf2
CY
4817 (describe-package): Avoid activating packages as a side-effect.
4818 Search separately for built-in packages.
4819 (describe-package-1): Handle the case where an elpa package is
4820 simultaneously built-in and available/installed.
6a7662bb
BR
4821 (package-installed-p, package--generate-package-list):
4822 Search separately for built-in packages.
4b99edf2
CY
4823 (package-load-descriptor): Doc fix.
4824
3225dcaa
SM
48252010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4826
4827 * progmodes/perl-mode.el (perl-syntax-propertize-function):
4828 Handle __DATA__ and __END__.
4829
fa14dc18
NF
48302010-11-02 Noah Friedman <friedman@splode.com>
4831
4832 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
4833 nil, do not ask to recompile files that are not already compiled,
4834 and do not recompile them.
4835
0f75c62a
CY
48362010-11-02 Chong Yidong <cyd@stupidchicken.com>
4837
4838 * emacs-lisp/package.el (package-initialize): Ensure that
4839 obsoleted built-in packages are not in package-activated-list
4840 during activation.
4841 (describe-package-1): Make the "installed" status override
4842 "built-in".
4843
b29f5b7b
VJL
48442010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4845
4846 * subr.el (version-separator, version-regexp-alist): Remove '*'
4847 from docstring.
4848 (version-list-<=, version<=, version=): Doc fix.
4849
b18fad6d
KH
48502010-11-01 Kenichi Handa <handa@m17n.org>
4851
4852 * faces.el (glyphless-char): Inherit underline for tty.
4853
a8039db1 48542010-11-01 Kenichi Handa <handa@m17n.org>
b2cca856
KH
4855
4856 Implement various display methods for glyphless characters.
4857
4858 * international/characters.el (char-acronym-table): New variable.
4859 (glyphless-char-control): New variable.
35f52ed6 4860 (update-glyphless-char-display): New function.
b2cca856
KH
4861
4862 * faces.el (glyphless-char): New face.
4863
28886d5e
GM
48642010-11-01 Glenn Morris <rgm@gnu.org>
4865
919dd7aa
GM
4866 * calendar/holidays.el (general-holidays, oriental-holidays)
4867 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
4868 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
4869 the definitions of their targets.
4870
c79fc059
GM
4871 * emacs-lisp/smie.el (smie): New custom group.
4872 (smie-blink-matching-inners, smie-indent-basic): Add :group.
4873
c8ccffb1
GM
4874 * faces.el (xw-defined-colors, x-setup-function-keys):
4875 * mouse-sel.el (x-select-text):
4876 * term/w32console.el (x-setup-function-keys): Update declarations.
4877
f4ff702e
GM
4878 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
4879
806c491a
GM
4880 * textmodes/ispell.el (comment-add): Declare.
4881
c3dfebd1
GM
4882 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
4883 Declare.
4884
28886d5e
GM
4885 * info.el (finder-keywords-hash, package-alist): Declare.
4886
693c9d15
CY
48872010-11-01 Chong Yidong <cyd@stupidchicken.com>
4888
4889 * finder.el (finder-compile-keywords): Don't use intern-soft,
4890 since package names may not yet exist in the obarray.
4891
48922010-11-01 Chong Yidong <cyd@stupidchicken.com>
4624de78
CY
4893
4894 * vc/vc-arch.el (vc-arch-checkin):
4895 * vc/vc-cvs.el (vc-cvs-checkin):
4896 * vc/vc-mtn.el (vc-mtn-checkin):
4897 * vc/vc-rcs.el (vc-rcs-checkin):
4898 * vc/vc-sccs.el (vc-sccs-checkin):
4899 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
4900 since 2010-04-21 commit by Stefan Monnier.
4901
36967cf7
GM
49022010-11-01 Glenn Morris <rgm@gnu.org>
4903
feb5e60a
GM
4904 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
4905
1f023ca9
GM
4906 * startup.el (package-enable-at-startup, package-initialize):
4907 Silence compiler.
4908
36967cf7
GM
4909 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
4910 Silence compiler.
4911
430e7297
JD
49122010-10-31 Julien Danjou <julien@danjou.info>
4913
4914 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
4915 (byte-recompile-directory):
4916 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
430e7297
JD
4917 Use `byte-recompile-file'.
4918
c8c59954
GM
49192010-10-31 Glenn Morris <rgm@gnu.org>
4920
4921 * cus-start.el: Handle standard values via a keyword.
4922 Only set version property if specified.
4923 (cursor-in-non-selected-windows, menu-bar-mode)
4924 (tool-bar-mode, show-trailing-whitespace):
4925 Do not specify standard values.
4926 (transient-mark-mode, temporary-file-directory): Use :standard.
4927
04e63796
JD
49282010-10-31 Jan Djärv <jan.h.d@swipnet.se>
4929
4930 * term/x-win.el (x-get-selection-value): New function that gets
35f52ed6 4931 PRIMARY with type as specified in x-select-request-type. (Bug#6802)
04e63796 4932
2699a554 49332010-10-31 Michael Albinus <michael.albinus@gmx.de>
a057950d
MA
4934
4935 * net/tramp.el (tramp-handle-insert-file-contents): For root,
4936 preserve owner and group when editing files. (Bug#7289)
4937
35fcc05c 49382010-10-31 Glenn Morris <rgm@gnu.org>
d2ce10d2
GM
4939
4940 * speedbar.el (speedbar-mode):
4941 * play/fortune.el (fortune-in-buffer, fortune):
4942 * play/gomoku.el (gomoku-mode):
4943 * play/landmark.el (lm-mode):
4944 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
4945 Replace inappropriate uses of toggle-read-only. (Bug#7292)
4946
82f7efc3
GM
4947 * select.el (x-selection): Mark it as an obsolete alias.
4948
2699a554 49492010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
ca39416c 4950
f486841f 4951 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
ca39416c
AH
4952 major-mode (bug#7284).
4953
2699a554 49542010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
4955
4956 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
4957 rather than just an unused variable that inherits from the real one.
4958
e6ef5dd9
AM
49592010-10-31 Alan Mackenzie <acm@muc.de>
4960
4961 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
4962 This fixes bug #7185.
4963
8a500a91
CY
49642010-10-30 Chong Yidong <cyd@stupidchicken.com>
4965
4966 * startup.el (command-line): Search for package directories, and
4967 don't load package.el if none are found.
4968
6a7662bb
BR
4969 * emacs-lisp/package.el (describe-package, list-packages):
4970 Call package-initialize if it has not been called yet.
8a500a91 4971
4f9e41e4
AM
49722010-10-30 Alan Mackenzie <acm@muc.de>
4973
4974 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
4975 which fontifies the tail of an enum.
4976 (c-basic-matchers-after): Insert a call to the above new function.
4977 This fixes bug #7264.
4978
88f43c67
GM
49792010-10-30 Glenn Morris <rgm@gnu.org>
4980
4981 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
4982 tool-bar-mode, transient-mark-mode. (Bug#7306)
4983 Include the :set property in the dumped Emacs.
4984
c4d17d50
SM
49852010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4986
4987 SMIE: change indent rules format, improve smie-setup.
4988 * emacs-lisp/smie.el (smie-precs-precedence-table)
4989 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
4990 Mark them pure so the tables gets built at compile time.
4991 (smie-bnf-precedence-table): Store the closer-alist in the table.
4992 (smie-prec2-levels): Preserve the closer-alist.
4993 (smie-blink-matching-open): Be more forgiving in case of indentation.
4994 (smie-hanging-p): Rename from smie-indent--hanging-p.
4995 (smie-bolp): Rename from smie-indent--bolp.
4996 (smie--parent, smie--after): New dynamic vars.
4997 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
4998 (smie-indent-rules): Remove.
4999 (smie-indent--offset-rule): Remove fun.
5000 (smie-rules-function): New var.
5001 (smie-indent--rule): New fun.
5002 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
5003 (smie-indent-exps): Use it.
5004 (smie-setup): Setup paren blinking; add keyword args for token
5005 functions; extract closer-alist from op-levels.
5006 (smie-indent-debug-log): Remove var.
5007 (smie-indent-debug): Remove fun.
5008 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
5009 (prolog-smie-rules): New fun to replace it.
5010 (prolog-mode-variables): Simplify.
5011 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
5012 it's setup automatically.
5013 (octave-smie-indent-rules): Remove.
5014 (octave-smie-rules): New fun to replace it.
5015 (octave-mode): Simplify.
5016
9d794026
GM
50172010-10-29 Glenn Morris <rgm@gnu.org>
5018
e088c02a
GM
5019 * files.el (temporary-file-directory): Remove (already defined in C).
5020 * cus-start.el: Add temporary-file-directory.
5021
9d794026
GM
5022 * abbrev.el (abbrev-mode):
5023 * composite.el (auto-composition-mode):
5024 * menu-bar.el (menu-bar-mode):
5025 * simple.el (transient-mark-mode):
5026 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
5027 that they do not define the associated variables twice.
5028 * simple.el (transient-mark-mode): Remove defvar.
5029 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
5030 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
5031 Handle multiple groups, and also custom-delayed-init-variables.
5032 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
5033
dcc029e0
SM
50342010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5035
5036 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
5037 (pcase-if): Add one minor optimization.
5038 (pcase-split-equal): Rename from pcase-split-eq.
5039 (pcase-split-member): Rename from pcase-split-memq.
5040 (pcase-u1): Add strings to the member optimization.
5041 Add `guard' variant of predicates.
5042 (pcase-q1): Add string patterns.
5043
a62b88d4
SM
50442010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5045
5046 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
5047
f41f19b0
GM
50482010-10-28 Glenn Morris <rgm@gnu.org>
5049
b3edb781
GM
5050 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5051 Move menu-bar related settings to ../menu-bar.el.
5052 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
5053 Move ns-specific settings here from term/ns-win.el.
5054
f41f19b0
GM
5055 * simple.el (x-selection-owner-p): Remove unused declaration.
5056
6175cd08
SM
50572010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5058
5059 * minibuffer.el (completion-cycling): New var (bug#7266).
5060 (minibuffer-complete, completion--do-completion):
5061 Use completion--flush-all-sorted-completions.
5062 (minibuffer-complete): Only cycle if completion-cycling is set.
5063 (completion--flush-all-sorted-completions): Unset completion-cycling.
5064 (minibuffer-force-complete): Set completion-cycling.
5065 (completion-all-sorted-completions): Move declaration before first use.
5066
19677c71
LL
50672010-10-28 Leo <sdl.web@gmail.com>
5068
5069 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
5070 which changes the order of matches seen by users (bug#7231).
5071
50722010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
77b143eb
JBK
5073
5074 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5075 Don't confuse -omega as "-o mega".
5076
2122161f
SM
50772010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
5078
ce8794df
SM
5079 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
5080 (log-edit-author): New dynamic var.
5081 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
5082 to return the author if different from committer.
5083 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
5084
80cb310d
SM
5085 * play/landmark.el: Adjust commenting convention.
5086 (lm-nil-score): Rename from nil-score.
5087 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
5088 (OOOOscore): Move into a let in lm-score-trans-table.
5089 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
5090
2122161f
SM
5091 * electric.el (electric-indent-chars): Autoload.
5092 * progmodes/octave-mod.el (octave-mode):
5093 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
5094 (ruby-mode-abbrev-table): Merge initialization and declaration.
5095
e925113b
GM
50962010-10-27 Glenn Morris <rgm@gnu.org>
5097
208d109c
GM
5098 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
5099 variable.
5100
7d3e3843
GM
5101 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
5102
e925113b
GM
5103 * term/ns-win.el: Restore require of cl when compiling.
5104 (menu-bar-final-items): Remove non-existent `windows' menu.
1bcc4637
GM
5105 (ns-handle-nxopen): Optionally handle the temp-case.
5106 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
5107 (ns-insert-file, ns-find-file): Use `pop'.
e925113b 5108
b94a5a43
GM
51092010-10-26 Glenn Morris <rgm@gnu.org>
5110
5111 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
5112
fc3eda04
AR
51132010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
5114
5115 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
5116 global map.
5117 * term/common-win.el (x-setup-function-keys): Remove most of the
5118 keymappings. Comment on the remaining ones.
5119
c79b0b1c
PO
51202010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
5121
c31dc2c0 5122 * server.el (server-port): New option. (Bug#854)
c79b0b1c
PO
5123 (server-start): Use server-port.
5124
725513b7
GM
51252010-10-26 Glenn Morris <rgm@gnu.org>
5126
d7d8c62a
GM
5127 * term/ns-win.el (ns-version-string): Remove unused declaration.
5128 (ns-invocation-args): Change to x-invocation-args.
5129 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
5130 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
5131 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
5132 Use x-invocation-args instead of ns-invocation-args.
5133 (ns-initialize-window-system, handle-args-function-alist):
5134 Use x-handle-args instead of ns-handle-args.
5135 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
5136 * startup.el (command-line-ns-option-alist): Replace
5137 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
5138 ns-handle-iconic with the x- equivalents.
5139
725513b7
GM
5140 * term/common-win.el (x-select-enable-clipboard):
5141 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
5142
5143 * term/ns-win.el: No need to require cl when compiling.
5144 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
5145 (xw-defined-colors): Use the common-win definitions.
5146 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
5147 (ns-handle-iconic): Make it an alias for x-handle-iconic.
5148 * term/common-win.el (x-select-text, x-alternatives-map)
5149 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
5150 * loadup.el [ns]: Load common-win.
5151
77ec02d8
DU
51522010-10-26 Daiki Ueno <ueno@unixuser.org>
5153
5154 * epa-mail.el (epa-mail-encrypt): Handle local-part only
6ee79275 5155 recipients; expand mail aliases (Bug#7280).
77ec02d8 5156
6a5c2175
GM
51572010-10-25 Glenn Morris <rgm@gnu.org>
5158
59ba9d59
GM
5159 * term/common-win.el (x-handle-switch): Simplify with pop.
5160 Optionally handle numeric switches.
5161 (x-handle-numeric-switch): Just call x-handle-switch.
5162 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
5163 (x-handle-name-switch, x-handle-display, x-handle-args):
5164 Simplify with pop.
5165
6a5c2175
GM
5166 * term/ns-win.el: Do not require easymenu.
5167 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
5168 <spell>: Move adjustments to menu-bar.el.
5169 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
5170 <separator-undo, spell>: Move ns-win's adjustments here.
5171 * loadup.el [ns]: Do not load easymenu.
5172
01898dc2
CY
51732010-10-24 Chong Yidong <cyd@stupidchicken.com>
5174
5175 * image.el (image-checkbox-checked, image-checkbox-unchecked):
6a5c2175 5176 Delete (Bug#7222).
01898dc2
CY
5177
5178 * startup.el (fancy-startup-tail): Instead of using inline images,
5179 refer to image files from etc/.
5180
5181 * wid-edit.el (checkbox): Likewise.
5182 (widget-image-find): Center image specs.
5183
a44d921f
GM
51842010-10-24 Glenn Morris <rgm@gnu.org>
5185
5186 * term/ns-win.el (x-select-text): Doc fix.
5187 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
5188 (x-select-text): Move to term/common-win.
5189 * term/w32-win.el (xw-defined-colors): Move to common-win.
5190 * term/x-win.el (xw-defined-colors, x-alternatives-map)
5191 (x-setup-function-keys, x-select-text): Move to common-win.
5192 * term/common-win.el (x-select-text, x-alternatives-map)
5193 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
5194 definitions here.
5195
709228c0 51962010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
a11de514
R
5197
5198 * net/mairix.el (mairix-searches-mode-map):
5199 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
5200
0c382083 52012010-10-24 Michael McNamara <mac@mail.brushroad.com>
a03c2342 5202
2b0c7330 5203 * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
a03c2342
WS
5204 auto-built for efficiency of execution and updating.
5205 (verilog-extended-complete-re): Support 'pure' fucntion & task
5206 declarations (these have no bodies).
ca39416c
AH
5207 (verilog-beg-of-statement): General cleanup to enable support of
5208 'pure' fucntion & task declarations (these have no bodies).
5209 These efforts together fix Verilog bug210 from veripool; which was also
a03c2342
WS
5210 noticed by Steve Pearlmutter.
5211 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
ca39416c
AH
5212 (verilog-directive-nest-re, verilog-set-auto-endcomments):
5213 Support `elsif. Reported by Shankar Giri.
a03c2342
WS
5214 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
5215 attribute handling for lining up declarations and assignments.
5216 (verilog-beg-of-statement-1): Fix issue where continued declaration
5217 is indented differently if it is after a begin..end clock.
5218 (verilog-in-attribute-p, verilog-skip-backward-comments)
5219 (verilog-skip-forward-comment-p): Support proper treatment of
84eb0351 5220 attributes by indent code. Reported by Jeff Steele.
ca39416c 5221 (verilog-in-directive-p): Fix comment to correctly describe function.
a03c2342
WS
5222 (verilog-backward-up-list, verilog-in-struct-region-p)
5223 (verilog-backward-token, verilog-in-struct-p)
5224 (verilog-in-coverage-p, verilog-do-indent)
5225 (verilog-pretty-declarations): Use verilog-backward-up-list as
5226 wrapper around backward-up-list inorder to properly skip comments.
5227 Reported by David Rogoff.
5228 (verilog-property-re, verilog-endcomment-reason-re)
5229 (verilog-beg-of-statement, verilog-set-auto-endcomments)
5230 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
84eb0351 5231 of if). Reported by Max Bjurling and
a03c2342 5232 (verilog-calc-1): Fix for clocking block in modport
84eb0351 5233 declaration. Reported by Brian Hunter.
a03c2342 5234
0c382083 52352010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
a03c2342 5236
2b0c7330 5237 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
a03c2342
WS
5238 (verilog-gate-keywords, verilog-read-sub-decls)
5239 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
5240 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
5241 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
5242 (verilog-read-decls): Fix spaces in V2K module parameters causing
5243 mis-identification as interfaces, bug287.
5244 (verilog-read-decls): Fix not treating "parameter string" as a
5245 parameter in AUTOINSTPARAM.
5246 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
5247 treating `elsif similar to `endif inside AUTOSENSE.
ca39416c 5248 (verilog-do-indent): Implement correct automatic or static task or
b762841f 5249 function end comment highlight. Reported by Steve Pearlmutter.
a03c2342
WS
5250 (verilog-font-lock-keywords-2): Fix highlighting of single
5251 character pins, bug264. Reported by Michael Laajanen.
5252 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
5253 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
6a7662bb
BR
5254 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
5255 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
ca39416c
AH
5256 (verilog-pretty-expr): Fix interactive arguments, bug272.
5257 Reported by Mark Johnson.
5258 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
5259 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
b762841f 5260 bug269. Suggested by Gary Delp.
a03c2342 5261 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
ca39416c
AH
5262 (verilog-preprocessor, verilog-set-compile-command):
5263 Create verilog-preprocess and verilog-preprocessor to show
5264 preprocessed output.
a03c2342
WS
5265 (verilog-get-beg-of-line, verilog-get-end-of-line)
5266 (verilog-modi-file-or-buffer, verilog-modi-name)
5267 (verilog-modi-point, verilog-within-string): Move defmacro's
b762841f 5268 before first use to avoid warning. Reported by Steve Pearlmutter.
a03c2342
WS
5269 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
5270 (verilog-colorize-region, verilog-highlight-buffer)
5271 (verilog-highlight-includes, verilog-highlight-modules)
5272 (verilog-highlight-region, verilog-mode): Rename colorize to
5273 highlight to match other packages. Disable module highlighting,
5274 as received speed complaints, reenable for experimentation only
5275 using new verilog-highlight-modules.
5276 (verilog-read-decls): Fix regexp stack overflow in very large
5277 AUTO_TEMPLATEs, bug250.
5278 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
5279 (verilog-scan): Create verilog-save-buffer-state to standardize
5280 making insignificant changes that shouldn't call hooks.
5281 (verilog-save-no-change-functions, verilog-save-scan-cache)
5282 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
5283 Create verilog-save-no-change-functions to wrap verilog-scan
5284 preservation, and fix to work with nested preserved calls.
5285 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
5286 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
5287 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
5288 (verilog-submit-bug-report): Update variable list to be complete.
5289 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
5290 breaking on-the-fly font-locking.
5291 (verilog-colorize-buffer, verilog-colorize-include-files)
5292 (verilog-colorize-include-files-buffer, verilog-colorize-region)
5293 (verilog-load-file-at-mouse, verilog-load-file-at-point)
5294 (verilog-mode, verilog-read-inst-module-matcher): With point on a
5295 AUTOINST cell instance name, middle mouse button now finds-file on
5296 it. Suggested by Brad Dobbie.
5297 (verilog-alw-get-temps, verilog-auto-reset)
5298 (verilog-auto-sense-sigs, verilog-read-always-signals)
5299 (verilog-read-always-signals-recurse): Fix loop indexes being
b762841f 5300 AUTORESET. AUTORESET now assumes any variables in the
6a7662bb
BR
5301 initialization section of a for() should be ignored.
5302 Reported by Dan Dever.
a03c2342
WS
5303 (verilog-error-font-lock-keywords)
5304 (verilog-error-regexp-emacs-alist)
5305 (verilog-error-regexp-xemacs-alist): Fix error detection of
5306 Cadence HAL, reported by David Asher. Repair drift between the
5307 three similar error variables.
5308 (verilog-modi-lookup, verilog-modi-lookup-cache)
5309 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
5310 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
5311 Fix slow verilog-auto expansion on very large files.
ca39416c
AH
5312 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
5313 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
a03c2342
WS
5314 "{1*2{...". Broke in last revision.
5315 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
5316 submodule connections with replications "{#{a},#{b}}".
5317
0c382083
CY
53182010-10-24 Juanma Barranquero <lekktu@gmail.com>
5319
5320 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
5321 Fix typo in docstring.
5322
53232010-10-24 Kenichi Handa <handa@m17n.org>
5324
5325 * face-remap.el (text-scale-adjust): Call read-event with a proper
5326 prompt.
5327
53282010-10-24 Chong Yidong <cyd@stupidchicken.com>
5329
5330 * emacs-lisp/unsafep.el: Don't mark functions that display
5331 messages as safe. Suggested by Johan Bockgård.
5332
53332010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5334
5335 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
5336 Turn comments into docstrings.
5337
5338 * minibuffer.el (completion--replace): Move point where it belongs
5339 when there's a common suffix (bug#7215).
5340
9317e499
CY
53412010-10-24 Chong Yidong <cyd@stupidchicken.com>
5342
5343 Merge read-color and facemenu-read-color (Bug#7242).
5344
5345 * faces.el (read-color): Use the completion code from
5346 facemenu-read-color. Require match in completion. Doc fix.
5347
5348 * facemenu.el (facemenu-read-color): Alias for read-color.
6a7662bb
BR
5349 (facemenu-set-foreground, facemenu-set-background):
5350 Use read-color.
9317e499
CY
5351
5352 * frame.el (set-background-color, set-foreground-color)
6a7662bb
BR
5353 (set-cursor-color, set-mouse-color, set-border-color):
5354 Use read-color.
9317e499 5355
a44d921f 53562010-10-24 Leo <sdl.web@gmail.com>
59dd6f73
LL
5357
5358 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
5359 argument of delete-file and delete-directory (Bug#7011).
5360
43207249
CY
53612010-10-24 Chong Yidong <cyd@stupidchicken.com>
5362
5363 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
5364 button-buffer-map.
5365
484db896 53662010-10-24 Ralf Angeli <angeli@caeruleus.net>
f34e6aaa
CY
5367
5368 * emacs-lisp/package.el (package--generate-package-list): Make the
5369 *Packages* buffer read-only.
5370
10f5e3e6
AM
53712010-10-24 Alan Mackenzie <acm@muc.de>
5372
5373 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
5374 result of `c-beginning-of-decl-1' between invocations of a lambda
5375 function (Bug #7265).
5376
3ec6ca72
DU
53772010-10-24 Daiki Ueno <ueno@unixuser.org>
5378
5379 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
5380 executable is not available on the system (Bug#7268).
5381
ec514007
GM
53822010-10-24 Glenn Morris <rgm@gnu.org>
5383
f5f25615
GM
5384 * select.el (selection-coding-system, next-selection-coding-system):
5385 Sync doc with C versions.
3646b86d 5386
8aa0f263
GM
5387 * w32-vars.el (x-select-enable-clipboard):
5388 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
5389 * term/common-win.el (x-select-enable-clipboard): Move here.
5390
46710489
GM
5391 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
5392 definition of C variable.
5393
ec514007
GM
5394 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
5395 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5396 Don't redefine things that are defined in C.
5397 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
5398 (show-trailing-whitespace, auto-hscroll-mode)
5399 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5400 Set up the appropriate custom properties.
5401
8a79905d
CY
54022010-10-24 Chong Yidong <cyd@stupidchicken.com>
5403
5404 Bind "C-c ]" to ...
5405 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
5406 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
5407 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
5408 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
5409
aa02a29f
GM
54102010-10-23 Glenn Morris <rgm@gnu.org>
5411
7dfc15df
GM
5412 * textmodes/flyspell.el (flyspell-mode): If there was an error,
5413 say what it was.
5414
66c6abf0
GM
5415 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
5416 Sync docs with C version.
f3d87560 5417
3193e969
GM
5418 * term/ns-win.el (xw-defined-colors):
5419 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
5420
6f748f70
GM
5421 * term/pc-win.el (x-select-enable-clipboard):
5422 * term/x-win.el (x-select-enable-clipboard):
5423 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
5424
7aa93795
GM
5425 * comint.el (comint-password-prompt-regexp): Make it less vague.
5426 Bump version.
5427
17284e30
GM
5428 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
5429
aa02a29f
GM
5430 * help.el (finder-by-keyword): Remove unnecessary autoload.
5431
69b55131
GM
54322010-10-22 Glenn Morris <rgm@gnu.org>
5433
9a0dd02d
GM
5434 * loadup.el: Unconditionally load float-sup.
5435 * paren.el (show-paren-delay):
5436 * emacs-lisp/float-sup.el:
5437 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
5438 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
5439 (lazy-lock-stealth-verbose): Assume float support.
5440 * ps-print.el: Assume float support on Emacs.
5441 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
5442 Remove non-float branch.
5443
69b55131
GM
5444 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
5445 src/Makefile no longer being pre-processed.
5446
7c23d9e8
SM
54472010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5448
5449 * emacs-lisp/find-func.el (find-library): Use test-completion.
5450
23737b4a
LMI
54512010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5452
7c23d9e8 5453 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
23737b4a 5454
6e060cee 54552010-10-21 Michael Albinus <michael.albinus@gmx.de>
01d884cf
MA
5456
5457 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
5458 space in stat format string.
5459 (tramp-send-command): Unset $PS1 when using here documents, in
5460 order not to get several prompts.
5461 (tramp-get-inline-coding): Return `nil' in case of errors.
5462
08ffb131
DU
54632010-10-21 Daiki Ueno <ueno@unixuser.org>
5464
7c23d9e8
SM
5465 * hexl.el (hexl-mode, hexl-mode-exit):
5466 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
08ffb131
DU
5467 (hexl-revert-buffer-function): New function.
5468 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
5469
ba7fdf30
AM
54702010-10-19 Alan Mackenzie <acm@muc.de>
5471
7c23d9e8
SM
5472 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
5473 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
7f0789c9
AM
5474 that these keywords aren't wrongly matched as identifiers.
5475
ba7fdf30
AM
5476 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
5477 setting of c-new-BEG and c-new-END from c-before-change to
e64ae4e8 5478 c-after-change. (Bug#7181)
ba7fdf30 5479
7fd8732d
CY
54802010-10-19 Chong Yidong <cyd@stupidchicken.com>
5481
5482 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
5483 Don't mark as safe.
5484
5485 * custom.el (custom-theme-set-variables): Likewise.
5486 (load-theme): Add custom-theme-set-faces and
5487 custom-theme-set-variables to safe-functions while loading.
5488 (custom-enabled-themes): Mark as risky.
5489
3f12b18c
JD
54902010-10-18 Julien Danjou <julien@danjou.info>
5491
5492 * bindings.el: Remove end dashes in default mode-line-format.
5493
b8a47412
CY
54942010-10-19 Chong Yidong <cyd@stupidchicken.com>
5495
5496 * bindings.el (global-map): Bind C-d to delete-char and deletechar
5497 to delete-forward-char.
5498
5499 * simple.el (normal-erase-is-backspace-mode): Remap delete to
5500 deletechar, and hence delete-forward-char.
5501
ca3fa302
JB
55022010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5503
5504 * repeat.el (repeat): Use read-key (bug#6256).
5505
55062010-10-19 Chong Yidong <cyd@stupidchicken.com>
5507
5508 * emacs-lisp/unsafep.el: Don't mark functions that display
5509 messages as safe. Suggested by Johan Bockgård.
5510
55112010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5512
5513 * minibuffer.el (completion--replace): Move point where it belongs
5514 when there's a common suffix (bug#7215).
5515
55162010-10-19 Kenichi Handa <handa@m17n.org>
5517
5518 * international/characters.el: Add category '|' (word breakable)
5519 to fullwidth characters.
5520
3224b54d
MA
55212010-10-19 Michael Albinus <michael.albinus@gmx.de>
5522
5523 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
5524 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
5525 order to make stat results a float. Patch by Andreas Schwab
5526 <schwab@linux-m68k.org>.
5527
36ba6f07
JD
55282010-10-18 Julien Danjou <julien@danjou.info>
5529
5530 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
5531 hidden by `make-pointer-invisible'.
5532
43f964fc
SM
55332010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5534
5535 * files.el (locate-file-completion-table): Strip non-matching elements
5536 before checking length of list (bug#7238).
5537
e48eb343
CY
55382010-10-18 Chong Yidong <cyd@stupidchicken.com>
5539
5540 * custom.el (custom-theme-set-variables): Mark as a safe function.
5541 (load-theme): Check forms using unsafep.
5542
5543 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
5544
df987d70
AM
55452010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
5546
43f964fc
SM
5547 * textmodes/ispell.el (ispell-aspell-find-dictionary):
5548 Fix aspell data file searching (bug#7230).
df987d70 5549
29a4c45b
CY
55502010-10-16 Chong Yidong <cyd@stupidchicken.com>
5551
5552 * cus-theme.el (custom-theme--migrate-settings): New var.
5553 (customize-create-theme): Allow editing the `user' theme.
5554 (custom-theme-add-variable, custom-theme-add-var-1)
5555 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
5556 to the front of each variable or face widget.
5557 (custom-theme-write): Save theme settings in the correct order.
5558 Optionally, remove saved settings from user customizations.
43f964fc
SM
5559 (custom-theme-write-variables, custom-theme-write-faces):
5560 Save only the checked widgets.
29a4c45b
CY
5561 (customize-themes): Add a link for migrating custom settings.
5562
43f964fc
SM
5563 * custom.el (custom-declare-theme, provide-theme):
5564 Use custom-theme-name-valid-p.
29a4c45b
CY
5565 (custom-theme-name-valid-p): Remove checks that are now
5566 unnecessary since themes no longer obey load-path.
5567
5568 * cus-edit.el (custom-variable-value-create): For the simple
5569 style, hide documentation string when hidden.
5570
782b5e8d
CY
55712010-10-16 Chong Yidong <cyd@stupidchicken.com>
5572
647bc502
CY
5573 * cus-edit.el (custom-variable, custom-face): Combine the
5574 :inhibit-magic and :display-style properties into a single
5575 :custom-style property.
43f964fc
SM
5576 (custom-toggle-hide-variable, custom-toggle-hide-face):
5577 New functions. If hiding an edited value, save it to :shown-value.
5578 (custom-variable-value-create, custom-face-value-create): Use them.
647bc502
CY
5579 (custom-magic-reset): Allow magic property to be unset.
5580
782b5e8d
CY
5581 * custom.el: Custom themes no longer use load-path.
5582 (custom-theme-load-path): New option. Change built-in theme
5583 directory to etc/.
5584 (custom-enabled-themes): Add custom-theme-load-path dependency.
5585 (custom-theme--load-path): New function.
5586 (load-theme, custom-available-themes): Use it.
5587
5588 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
5589 (customize-themes): Link to custom-theme-load-path variable.
647bc502
CY
5590 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
5591 :custom-style property.
782b5e8d
CY
5592
5593 * themes/*.el: Moved to etc/.
5594
99f65cfa
RA
55952010-10-16 Ralf Angeli <angeli@caeruleus.net>
5596
5597 * textmodes/reftex-cite.el
5598 (reftex-extract-bib-entries-from-thebibliography): Do not move
5599 point when searching for \bibitem entries. Match entries with
5600 spaces or tabs in front of arguments.
5601
da16abfc
CY
56022010-10-16 Chong Yidong <cyd@stupidchicken.com>
5603
5604 * cus-theme.el (customize-create-theme): Delete overlays after
5605 erasing. If given a THEME arg, display only the faces of that arg
5606 instead of custom-theme--listed-faces.
5607 (custom-theme-variable-menu, custom-theme-variable-action)
43f964fc 5608 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
da16abfc
CY
5609 (custom-theme-add-variable, custom-theme-add-face): Apply value
5610 from the theme settings, instead of the current value.
5611 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
5612 (custom-theme-visit-theme): Allow calling outside theme buffers.
5613 (custom-theme-merge-theme): Don't enable the theme when merging.
5614 (custom-theme-write-variables, custom-theme-write-faces): Use the
5615 :shown-value properties to save buffer values, not global ones.
5616 (customize-themes): Display a warning about user customizations.
5617
5618 * cus-edit.el (custom-variable-value-create)
5619 (custom-face-value-create): Obey new special properties
5620 :shown-value and :inhibit-magic.
5621
aa095b2d
MA
56222010-10-15 Michael Albinus <michael.albinus@gmx.de>
5623
5624 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3224b54d
MA
5625 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
5626 <dale@codefu.org>.
aa095b2d 5627
7ca9cfda
KH
56282010-10-14 Kenichi Handa <handa@m17n.org>
5629
9650fc61
KH
5630 * mail/rmail.el (rmail-show-message-1): Catch an error of
5631 base64-decode-region and just show an error message (bug#7165).
5632
43f964fc 5633 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
7ca9cfda
KH
5634 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
5635 a font-spec (bug#7197).
5636
220d91b8 56372010-10-14 Glenn Morris <rgm@gnu.org>
7163badd
GM
5638
5639 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
5640
220d91b8 56412010-10-14 Juanma Barranquero <lekktu@gmail.com>
51e4f4a8 5642
c0943d3d
JB
5643 * international/mule.el (define-coding-system):
5644 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
51e4f4a8
JB
5645 * composite.el (compose-region): Fix typo in docstring.
5646
4983ddea
CY
56472010-10-14 Chong Yidong <cyd@stupidchicken.com>
5648
de43f11b
CY
5649 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
5650 only after checking the theme-face property.
5651
4983ddea
CY
5652 * faces.el (face-spec-reset-face): Reset all attributes in one
5653 single call to set-face-attribute.
5654 (face-spec-match-p): Make it a defsubst.
5655 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
5656 (x-create-frame-with-faces, tty-create-frame-with-faces)
5657 (tty-set-up-initial-frame-faces): Don't recompute face specs in
5658 frame-set-background-mode, since they are recomputed immediately
5659 afterwards in face-set-after-frame-default.
5660 (face-set-after-frame-default): Minor optimization.
5661 (cursor): Provide non-trivial defface spec.
5662
5663 * custom.el (custom-theme-recalc-face): Simplify.
5664
a974dcf2
JB
56652010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
5666
43f964fc 5667 * calc/calc-alg.el (math-var): Rename from `var'.
a974dcf2
JB
5668 (math-is-polynomial, math-is-poly-rec): Replace `var'
5669 with `math-var'.
5670
43f964fc 5671 * calc/calcalg2.el (math-var): Rename from `var'.
a974dcf2
JB
5672 (calcFunc-table, math-scan-for-limits): Replace `var'
5673 with `math-var'.
5674
10e4702a
GM
56752010-10-13 Glenn Morris <rgm@gnu.org>
5676
5677 * subr.el (last): Deal with dotted lists (reported in bug#7174).
5678
88f427d5
SB
56792010-10-13 Stephen Berman <stephen.berman@gmx.net>
5680
5681 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
5682
a1d16a7b
G
56832010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5684
5685 * net/tls.el (tls-program): Remove spurious %s from openssl.
5686 (tls-starttls-switches): Remove starttls hack.
5687 (open-tls-stream): Ditto.
5688 (tls-find-starttls-argument): Ditto.
5689
2e288d54
JB
56902010-10-13 Juanma Barranquero <lekktu@gmail.com>
5691
5692 * image.el (image-library-alist): Declare as obsolete alias.
5693 (image-type-available-p): Use `dynamic-library-alist'.
5694
5695 * term/w32-win.el (dynamic-library-alist):
5696 Use instead of `image-library-alist'.
5697
35744400
IS
56982010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
5699
5700 * subr.el (last): Make it faster. (Bug#7174)
5701
290fe464
RO
57022010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
5703
5704 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
5705
2919746c
CY
57062010-10-12 Chong Yidong <cyd@stupidchicken.com>
5707
5708 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
5709 (describe-theme-1): Extract doc from unloaded themes.
5710
5711 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
5712
5713 * themes/tango-theme.el:
5714 * themes/tango-dark-theme.el:
5715 * themes/wheatgrass-theme.el: New files.
5716
6b09b5d1
CY
57172010-10-12 Chong Yidong <cyd@stupidchicken.com>
5718
5719 * cus-theme.el (describe-theme, customize-themes)
5720 (custom-theme-save): New commands.
5721 (custom-new-theme-mode-map): Bind C-x C-s.
5722 (custom-new-theme-mode): Use custom--initialize-widget-variables.
5723 (customize-create-theme): New optional arg THEME.
5724 (custom-theme-revert): Use it.
5725 (custom-theme-visit-theme): Remove dead code.
5726 (custom-theme-merge-theme): Use custom-available-themes.
5727 (custom-theme-write): Make interactive.
5728 (custom-theme-write): Use custom-theme-name-valid-p.
5729 (describe-theme-1, custom-theme-choose-revert)
5730 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
5731 New funs.
5732 (custom-theme-allow-multiple-selections): New option.
5733 (custom-theme-choose-mode): New major mode.
5734
43f964fc
SM
5735 * custom.el (custom-theme-set-variables): Remove dead code.
5736 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
5737 (custom--inhibit-theme-enable): New var.
5738 (provide-theme): Obey it.
5739 (load-theme): Replace load with manual read/eval, in order to
5740 check for correctness. Use custom-theme-name-valid-p.
5741 (custom-theme-name-valid-p): New function.
5742 (custom-available-themes): Use it.
5743
5744 * cus-edit.el (custom--initialize-widget-variables): New function.
5745 (Custom-mode): Use it.
5746
43f964fc
SM
5747 * cus-face.el (custom-theme-set-faces): Remove dead code.
5748 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
5749
5750 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
5751
16366259
JB
57522010-10-12 Juanma Barranquero <lekktu@gmail.com>
5753
cb7d821e 5754 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
16366259 5755
4c14013d 57562010-10-12 Jan Djärv <jan.h.d@swipnet.se>
9386ae12 5757
4c14013d
JB
5758 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
5759 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
5760 (mac-right-option-modifier): New alias for ns-right-option-modifier.
5761
5762 * cus-start.el (all): ns-right-alternate-modifier is new.
9386ae12 5763
4c14013d 57642010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4c528197
SM
5765
5766 * emacs-lisp/lisp.el (lisp-completion-at-point):
5767 Use emacs-lisp-mode-syntax-table for the whole function.
5768
4c14013d 57692010-10-12 David Koppelman <koppel@ece.lsu.edu>
c58059f2
DK
5770
5771 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
4c528197
SM
5772 instead of font-lock-mode before adding keywords.
5773 Remove hi-lock-mode off code. Remove inhibit hack.
c58059f2
DK
5774 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
5775 non-nil; removed hook inhibit hack.
5776
4c14013d 57772010-10-12 Glenn Morris <rgm@gnu.org>
c7d6d8a1 5778
d15f9a2b
GM
5779 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
5780 (load-path-shadows-find): ... to this.
5781 (list-load-path-shadows): Update for above change.
5782
c7d6d8a1
GM
5783 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
5784
f0b7f5a8
KY
57852010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
5786
5787 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
5788 Fix comment for declare-function.
5789
05d22d02
CY
57902010-10-11 Chong Yidong <cyd@stupidchicken.com>
5791
5792 * custom.el (custom-fix-face-spec): New function; code moved from
5793 custom-face-edit-fix-value.
5794 (custom-push-theme): Use it when checking if a face has been
5795 changed outside customize.
5796 (custom-available-themes): New function.
5797 (load-theme): Use it.
5798
43f964fc 5799 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
05d22d02
CY
5800
5801 * custom.el (custom-push-theme): Cleanup (use cond).
5802 (disable-theme): Recompute the saved-face property.
5803 (custom-theme-recalc-face): Follow face alias before setting prop.
5804
43f964fc
SM
5805 * image.el (image-checkbox-checked, image-checkbox-unchecked):
5806 New variables, containing checkbox images.
05d22d02
CY
5807
5808 * startup.el (fancy-startup-tail):
5809 * wid-edit.el (checkbox): Use them.
5810
293e7c22
DN
58112010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
5812
a0310a6c
DN
5813 * shell.el (shell-mode-map):
5814 * progmodes/modula2.el (m2-mode-map):
5815 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
5816 * play/mpuz.el (mpuz-mode-map):
5817 * play/landmark.el (lm-mode-map):
5818 * play/decipher.el (decipher-mode-map):
5819 * play/5x5.el (5x5-mode-map):
5820 * net/telnet.el (telnet-mode-map):
5821 * net/quickurl.el (quickurl-list-mode-map):
5822 * net/mairix.el (mairix-searches-mode-map):
5823 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
5824 * net/dig.el (dig-mode-map):
5825 * mail/mspools.el (mspools-mode-map):
5826 * hexl.el (hexl-mode-map):
5827 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
5828 (wordstar-C-o-map, wordstar-C-q-map):
5829 * emacs-lisp/edebug.el (edebug-eval-mode-map):
5830 * emacs-lisp/chart.el (chart-map):
5831 * edmacro.el (edmacro-mode-map):
5832 * erc/erc-list.el (erc-list-menu-mode-map):
5833 * array.el (array-mode-map): Declare and define in one step.
5834
293e7c22
DN
5835 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
5836
446b12da
DU
58372010-10-10 Daiki Ueno <ueno@unixuser.org>
5838
5839 * epa.el (epa-passphrase-callback-function): Display filename
5840 passed as the 3rd arg.
43f964fc
SM
5841 * epa-file.el (epa-file-passphrase-callback-function):
5842 Pass filename to epa-passphrase-callback-function.
446b12da 5843
76c16af8
CY
58442010-10-09 Chong Yidong <cyd@stupidchicken.com>
5845
5846 * cus-edit.el (custom-face-widget-to-spec)
5847 (custom-face-get-current-spec, custom-face-state): New functions.
5848 (custom-face-set, custom-face-mark-to-save)
5849 (custom-face-value-create, custom-face-state-set): Use them.
5850
5851 * cus-theme.el (custom-theme--listed-faces): New var.
5852 (customize-create-theme): Use *Custom Theme* as the buffer name.
5853 Set revert-buffer-function. Optional arg BUFFER. Insert all
5854 faces listed in custom-theme--listed-faces.
5855 (custom-theme-revert): New function.
5856 (custom-theme-add-variable, custom-theme-add-face): Insert at the
5857 bottom of the list.
5858 (custom-theme-write): Prompt for theme name if empty.
5859 (custom-theme-write-variables): Use dolist.
5860 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
5861
e15f8aaa
AM
58622010-10-09 Alan Mackenzie <acm@muc.de>
5863
5864 Enhance fontification of declarators to take account of the
5865 presence/absence of "typedef".
5866
5867 * cc-engine.el (c-forward-type): New &optional param
5868 "brace-block-too".
5869 (c-forward-decl-or-cast-1): cdr of return value now indicates the
43f964fc 5870 presence of either or both of a "struct"-like keyword and "typedef".
e15f8aaa
AM
5871
5872 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
5873 fontification of declarators which follow a "}".
5874 (c-font-lock-declarations): Fontify declarators according to the
5875 presence/absence of "typedef".
5876
5877 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
5878 for "typedef".
5879 (c-typedef-decl-key): New lang variable built from
5880 c-typedef-decl-kwds.
5881
cf321e50
LMI
58822010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5883
77aec221
LMI
5884 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
5885 since that's too annoying. Move the filter groups commands to
5886 TAB/backtab.
5887
7450df5d
LMI
5888 * epa.el (epa-passphrase-callback-function): Say what we're
5889 querying the password for.
5890
cf321e50 5891 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
43f964fc 5892 behaviour, don't bury the ibuffer buffer when visiting other buffers.
cf321e50 5893
587faadd
CY
58942010-10-08 Chong Yidong <cyd@stupidchicken.com>
5895
5896 * cus-edit.el (custom-commands, custom-buffer-create-internal)
5897 (custom-magic-value-create): Pad button tags with spaces.
5898 (custom-face-edit): New variable.
5899 (custom-face-value-create): Determine whether to use the usual
43f964fc
SM
5900 face editor here, instead of using custom-face-selected.
5901 Pass face defaults to custom-face-edit widget.
587faadd
CY
5902 (custom-face-selected, custom-display-unselected): Delete widgets.
5903 (custom-display-unselected-match): Function removed.
43f964fc
SM
5904 (custom-face-set, custom-face-mark-to-save):
5905 Accept custom-face-edit widgets as the direct widget child.
587faadd
CY
5906
5907 * wid-edit.el (widget--completing-widget): New var.
5908 (widget-default-complete): Bind it when doing completion.
5909 (widget-string-complete, widget-file-complete): Use it.
5910
a1ab97d0
GM
59112010-10-09 Glenn Morris <rgm@gnu.org>
5912
85d50db7
GM
5913 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
5914 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
5915 (holiday-hebrew-misc): Small simplifications.
5916
3fb78d1f
GM
5917 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
5918
a1ab97d0
GM
5919 * net/browse-url.el: Don't require thingatpt, term, dired,
5920 executable, or w3-auto when compiling.
5921 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
5922 Declare.
5923 (browse-url-text-emacs): Require term.
5924
2187e5bb
AS
59252010-10-08 Andreas Schwab <schwab@linux-m68k.org>
5926
5927 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
5928
e5d49589
GM
59292010-10-08 Glenn Morris <rgm@gnu.org>
5930
5823f53f
GM
5931 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
5932
e5d49589
GM
5933 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
5934 (shadows-compare-text-p): Make it an obsolete alias for...
5935 (load-path-shadows-compare-text): ... new name.
5936 (find-emacs-lisp-shadows): Update for above name change.
5937 (load-path-shadows-same-file-or-nonexistent): New name for the old
5938 shadow-same-file-or-nonexistent.
5939
4628bef1 59402010-10-08 Chong Yidong <cyd@stupidchicken.com>
397ae226
CY
5941
5942 * minibuffer.el (completion--some, completion--do-completion)
5943 (minibuffer-complete-and-exit, minibuffer-completion-help)
5944 (completion-basic-try-completion)
5945 (completion-basic-all-completions)
5946 (completion-pcm--find-all-completions): Use lexical-let to
5947 avoid some false matches in variable completion (Bug#7056)
5948
4628bef1 59492010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
8686a5ea
OOS
5950
5951 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
5952
4628bef1 59532010-10-08 Leo <sdl.web@gmail.com>
83b8ea28
LL
5954
5955 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
5956 return non-nil if the file exists (Bug#7090).
5957
4628bef1 59582010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
55586d2a
SM
5959
5960 * minibuffer.el (completion--replace):
5961 Better preserve markers (bug#7138).
5962
4628bef1 59632010-10-08 Juanma Barranquero <lekktu@gmail.com>
2b7ba565
JB
5964
5965 * server.el (server-process-filter): Doc fix.
5966
4628bef1 59672010-10-08 Drew Adams <drew.adams@oracle.com>
53ad04fc
DA
5968
5969 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
5970
e4adf61e
GM
59712010-10-08 Glenn Morris <rgm@gnu.org>
5972
24ac444f
GM
5973 * vc/ediff-wind.el (ediff-setup-control-frame):
5974 * vc/ediff-ptch.el (ediff-default-backup-extension):
5975 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
5976 (ediff-exec-process): Remove system-types emx, windows-95.
5977
e4adf61e
GM
5978 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
5979
61328d7c
CY
59802010-10-07 Chong Yidong <cyd@stupidchicken.com>
5981
5982 * cus-edit.el (custom-variable, custom-face): Doc fix.
5983 (custom-face-edit): Add value-create attribute.
5984 (custom-face-edit-value-create)
43f964fc
SM
5985 (custom-face-edit-value-visibility-action): New functions.
5986 Hide unused face attributes by default, and add a visibility toggle.
61328d7c
CY
5987 (custom-face-edit-deactivate): Show empty values with shadow face.
5988 (custom-face-selected): Only use this for face specs with default
5989 attributes.
5990 (custom-face-value-create): Cleanup.
5991
5992 * wid-edit.el (widget-checklist-value-create): Use dolist.
5993 (widget-checklist-match-find): Make second arg optional.
5994
ac44263a
GM
59952010-10-07 Glenn Morris <rgm@gnu.org>
5996
849b02b4
GM
5997 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
5998 Prefix things.
5999
ac44263a
GM
6000 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
6001 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
6002 load-path-shadows-mode, update references.
06d9ef85
GM
6003 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
6004 Rename variable and button.
6005 (list-load-path-shadows): Update button caller.
ac44263a 6006
29c72a6e
SM
60072010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6008
6009 * emacs-lisp/smie.el (smie-bnf-classify): New function.
6010 (smie-bnf-precedence-table): Use it to remember the closers/openers.
6011 (smie-merge-prec2s): Handle those new entries.
6012 (smie-prec2-levels): Only set precedence to nil for actual
6013 openers/closers.
6014 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
6015 that is now unnecessary.
6016
775f75bc 60172010-10-07 Miles Bader <miles@gnu.org>
07ff7702
MB
6018
6019 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
6020
7e1e2a6e
GM
60212010-10-07 Glenn Morris <rgm@gnu.org>
6022
58d1ac6d
GM
6023 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
6024 (mail-position-on-field): Remove declarations.
6025 (mail-position-on-field): Autoload it.
6026 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
6027 and mail-header-end. Don't require sendmail.
6028
7b9235ad
GM
6029 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
6030 (shadow-mode): New mode.
6031 (shadow-find-file): New button.
6032 (list-load-path-shadows): Use shadow-mode and buttons.
6033
52da2182
GM
6034 * iimage.el (iimage-version): Remove.
6035 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
6036 Turn into defcustoms.
6037 (iimage-mode-map): Give it a doc string.
6038
7e1e2a6e
GM
6039 * calendar/appt.el (appt-activate): Give a warning rather than an error
6040 if there is no diary-file.
6041
e44eccd7
MA
60422010-10-06 Michael Albinus <michael.albinus@gmx.de>
6043
29c72a6e
SM
6044 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6045 Use `tramp-handle-find-backup-file-name'.
e44eccd7 6046
4583e796
GM
60472010-10-06 Glenn Morris <rgm@gnu.org>
6048
6aecca99
GM
6049 * font-core.el (font-lock-defaults-alist): Remove variable.
6050 (font-lock-mode): Doc fix.
6051 (font-lock-default-function): Do not consult font-lock-defaults-alist.
6052 * font-lock.el (font-lock-refresh-defaults): Doc fix.
6053 (font-lock-set-defaults): Doc fix.
6054 Do not consult font-lock-defaults-alist.
6055
645a6257
GM
6056 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
6057
4583e796
GM
6058 * emacs-lisp/cl.el: No longer provide cl-19.
6059
bd8fadca
MA
60602010-10-05 Michael Albinus <michael.albinus@gmx.de>
6061
6062 * net/tramp.el (tramp-handle-directory-files-and-attributes)
6063 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
6064 New defuns, taken from tramp-smb.el.
6065 (tramp-coding-system-change-eol-conversion)
43f964fc 6066 (tramp-set-process-query-on-exit-flag): Remove.
bd8fadca 6067
43f964fc 6068 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
bd8fadca
MA
6069 (tramp-compat-coding-system-change-eol-conversion)
6070 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
6071 from tramp.el.
6072
6073 * net/tramp-gvfs.el:
6074 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
6075 by `tramp-compat-set-process-query-on-exit-flag'.
6076
43f964fc
SM
6077 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
6078 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
6079 `tramp-handle-file-exists-p' and
6080 `tramp-handle-file-newer-than-file-p'.
6081 (tramp-imap-handle-file-exists-p)
6082 (tramp-imap-handle-file-executable-p)
6083 (tramp-imap-handle-file-readable-p)
6084 (tramp-imap-handle-directory-files-and-attributes)
43f964fc 6085 (tramp-imap-handle-file-newer-than-file-p): Remove.
bd8fadca
MA
6086
6087 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
6088 by `tramp-compat-set-process-query-on-exit-flag' and
6089 `tramp-coding-system-change-eol-conversion' by
6090 `tramp-compat-coding-system-change-eol-conversion'.
6091
43f964fc
SM
6092 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6093 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
6094 `tramp-handle-file-exists-p' and
6095 `tramp-handle-file-newer-than-file-p'.
6096 (tramp-smb-handle-directory-files-and-attributes)
6097 (tramp-smb-handle-file-exists-p)
43f964fc
SM
6098 (tramp-smb-handle-file-newer-than-file-p): Remove.
6099 (tramp-smb-maybe-open-connection):
6100 Replace `tramp-set-process-query-on-exit-flag' by
bd8fadca
MA
6101 `tramp-compat-set-process-query-on-exit-flag'.
6102
726c5357
GM
61032010-10-05 Glenn Morris <rgm@gnu.org>
6104
6105 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
6106
4a93e698
MA
61072010-10-04 Michael Albinus <michael.albinus@gmx.de>
6108
6109 Continue reorganization of load dependencies. (Bug#7156)
6110
6111 * net/tramp.el (tramp-handle-file-local-copy-hook)
6112 (tramp-delete-temp-file-function): Move down.
6113 (tramp-exists-file-name-handler): Move up.
6114 (tramp-register-file-name-handlers): Simplify autoload.
6115 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
6116 (tramp-handle-directory-files, tramp-handle-dired-uncache)
6117 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
6118 (tramp-handle-file-name-completion)
6119 (tramp-handle-file-name-directory)
6120 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
6121 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
6122 (tramp-handle-find-backup-file-name)
6123 (tramp-handle-insert-file-contents, tramp-handle-load)
6124 (tramp-handle-substitute-in-file-name)
6125 (tramp-handle-unhandled-file-name-directory)
6126 (tramp-mode-string-to-int, tramp-local-host-p)
43f964fc 6127 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
4a93e698
MA
6128
6129 * net/tramp-gvfs.el (top):
6130 * net/tramp-smb.el (top): Do not require 'tramp-sh.
6131
6132 * net/tramp-sh.el (all): Move several objects to tramp.el, see
6133 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
6134
b4593555
GM
61352010-10-04 Glenn Morris <rgm@gnu.org>
6136
6137 * calendar/appt.el (appt-add): Ensure reminders are enabled.
6138 (appt-activate): Give status messages.
6139
8762aa10
TZ
61402010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6141
6142 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
6143 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
43f964fc
SM
6144 `gnutls-negotiate' (formerly `starttls-negotiate').
6145 Remove trivial wrapper `starttls-open-stream'.
8762aa10 6146
82fb8701
DN
61472010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6148
6149 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
6150 log-outgoing commands.
6151 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
6152 to create a buffer local revert-buffer-function variable.
6153 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
6154 revert-buffer-function lambda.
6155
c1ae068b
LMI
61562010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6157
6158 * net/gnutls.el (starttls-negotiate): Use the plist interface to
43f964fc
SM
6159 `gnutls-boot'. Make TYPE the only required parameter.
6160 Allow TRUSTFILES and KEYFILES to be lists.
c1ae068b
LMI
6161 (open-ssl-stream): Use it.
6162
67141a37
GM
61632010-10-03 Glenn Morris <rgm@gnu.org>
6164
77f38949
GM
6165 * subr.el (directory-sep-char): Remove obsolete variable.
6166 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
6167 it is "necessary".
6168
67141a37
GM
6169 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
6170 * vc/vc.el (vc-static-header-alist): Doc fix.
6171 * vc/vc-cvs.el (vc-cvs-header):
6172 * vc/vc-rcs.el (vc-rcs-header):
6173 * vc/vc-sccs.el (vc-sccs-header):
6174 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
6175 * obsolete/vc-mcvs.el (vc-mcvs-header):
6176 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
6177 on XEmacs.
6178
96bcef2e
CY
61792010-10-03 Chong Yidong <cyd@stupidchicken.com>
6180
43f964fc
SM
6181 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
6182 Remove obsolete use of binary-overwrite-mode (Bug#7001).
96bcef2e 6183
ef47f179
GM
61842010-10-03 Glenn Morris <rgm@gnu.org>
6185
01c35094 6186 * obsolete/x-menu.el: Remove file, obsolete since 21.1.
0437978e 6187
aee3c6f7
GM
6188 * textmodes/rst.el (rst-font-lock-keywords-function):
6189 Drop Emacs 20 code.
6190
f88cd114
GM
6191 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
6192
6abfe35f
GM
6193 * printing.el: Drop Emacs 20 code.
6194
59e31cfa
GM
6195 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
6196 without having used appt.el already).
6197
922ad43e
GM
6198 * subr.el (make-local-hook): Remove function obsolete since 21.1.
6199 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
6200 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
6201 XEmacs.
6202 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
6203 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
6204
ef47f179
GM
6205 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
6206 (charset-width, find-charset-region, chars-in-region, forward-point)
6207 (encode-coding-string, coding-system-p, ccl-execute-on-string)
6208 (define-ccl-program, multibyte-string-p, string-make-multibyte):
6209 Remove compatibility cruft (none of these are used by ps*.el).
6210
ac6ca7ba
KR
62112010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6212
6213 * subr.el (booleanp): Return t instead of a list (Bug#7086).
6214
2a847524
CY
62152010-10-03 Chong Yidong <cyd@stupidchicken.com>
6216
43f964fc
SM
6217 * server.el (server-process-filter, server-return-error):
6218 Give emacsclient time to shut down after receiving an error string.
2a847524 6219
4bc3c53d
MA
62202010-10-02 Michael Albinus <michael.albinus@gmx.de>
6221
6222 * files.el (remote-file-name-inhibit-cache): New defcustom.
6223
43f964fc
SM
6224 * time.el (display-time-file-nonempty-p):
6225 Use `remote-file-name-inhibit-cache'.
4bc3c53d 6226
43f964fc
SM
6227 * net/tramp.el (tramp-completion-reread-directory-timeout):
6228 Fix docstring.
4bc3c53d
MA
6229
6230 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
6231 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
6232 `remote-file-name-inhibit-cache'. Check also for an integer
6233 value. Add/increase counter when `tramp-verbose' >= 10.
6234 (tramp-set-file-property): Add/increase counter when
6235 `tramp-verbose' >= 10.
6236
6237 * net/tramp-cmds.el (tramp-cleanup-all-connections)
6238 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
6239 (tramp-bug): Set tramp-autoload cookie. Report all interned
6240 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
6241 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
6242 characters only in strings.
6243
6244 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
6245 to backward compatibility.
6246
6247 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
6248 (tramp-handle-file-name-all-completions)
43f964fc
SM
6249 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
6250 (tramp-open-connection-setup-interactive-shell):
6251 Call `tramp-cleanup-connection' directly.
4bc3c53d 6252
9c524fcb
GM
62532010-10-02 Glenn Morris <rgm@gnu.org>
6254
3226d6ca
GM
6255 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
6256
6257 * subr.el (char-bytes): Remove obsolete function.
6258
6259 * isearch.el (isearch-return-char): Remove obsolete function.
6260
6261 * mouse.el: No longer provide mldrag.
6262 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
6263 Remove obsolete aliases.
6264
6265 * comint.el (comint-kill-output): Remove obsolete alias.
6266
6267 * composite.el (decompose-composite-char): Remove obsolete function.
6268 * ps-def.el (decompose-composite-char): Remove unused function.
6269
6270 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
6271
6272 * outline.el (outline-visible): Remove obsolete function.
6273
6274 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
6275 * faces.el (internal-find-face, internal-get-face)
6276 (frame-update-faces, frame-update-face-colors)
6277 (x-frob-font-weight, x-frob-font-slant)
6278 (internal-frob-font-weight, internal-frob-font-slant)
6279 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
6280 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
6281 (x-make-font-bold-italic): Remove functions and aliases, obsolete
6282 since Emacs 21.1.
6283 * emulation/viper-util.el (viper-get-face):
6284 * obsolete/lucid.el (find-face, get-face): Use facep.
6285 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
6286 Remove unused functions.
6287 * vc/ediff-util.el (ediff-submit-report): Doc fix.
6288
9c524fcb
GM
6289 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
6290 delete tempfile if interrupted during compilation.
6291
aecb42aa
LMI
62922010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6293
6294 * net/tls.el (tls-starttls-switches): Give up on using starttls with
6295 gnutls-cli.
6296 (tls-program): Add --insecure to be consistent with the defaults from
6297 openssl s_client. Now all three commands are insecure.
6298
73077a9a
EZ
62992010-10-01 Eli Zaretskii <eliz@gnu.org>
6300
6301 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
6302 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
6303 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
6304
1ef075bb
GM
63052010-10-01 Glenn Morris <rgm@gnu.org>
6306
1fcaf927
GM
6307 * obsolete/sc.el: Remove file.
6308
1ef075bb
GM
6309 * files.el (temporary-file-directory): On darwin, also try
6310 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
6311
a16f5f64
JB
63122010-10-01 Juanma Barranquero <lekktu@gmail.com>
6313
6314 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
6315 Let's not break compatibility gratuitously, shall we?
6316
6b958814
G
63172010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6318
47e08896 6319 * net/tls.el (tls-starttls-switches): New variable.
6b958814
G
6320 (tls-find-starttls-argument): Use it.
6321 (open-tls-stream): Ditto.
6322
47e08896 6323 * net/netrc.el (netrc-credentials): Return the value of the "default"
6b958814
G
6324 entry.
6325 (netrc-machine): Ditto.
6326
cad90f3b
EZ
63272010-09-30 Eli Zaretskii <eliz@gnu.org>
6328
6329 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
6330
968ef9b4
JB
63312010-09-30 Juanma Barranquero <lekktu@gmail.com>
6332
6333 * server.el (server-start): Don't write pid to the authentication file.
6334 (server-create-tty-frame): Don't send pid.
6335 (server-process-filter): Send pid at the start of every connection.
6336
3536dea8
GM
63372010-09-30 Glenn Morris <rgm@gnu.org>
6338
8e378d88
GM
6339 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
6340 (show-all-diary-entries): Remove obsolete function aliases.
6341
3536dea8
GM
6342 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
6343 Remove options, obsolete since 22.1.
6a7662bb
BR
6344 (appt-display-format, appt-display-message):
6345 Remove backwards-compatibility code.
3536dea8
GM
6346 (appt-check): No longer check appt-issue-message.
6347 (appt-make-list): No longer autoload it. Doc fix. No longer
6348 activate the package.
6349
df7fcaff
LMI
63502010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6351
6352 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
bac5cef8
LMI
6353 (starttls-negotiate): Just call boot, and let the handshake be
6354 triggered from the read loop.
df7fcaff 6355
c2828614
GM
63562010-09-29 Glenn Morris <rgm@gnu.org>
6357
17a46341
GM
6358 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
6359 not displaying the diary.
6360 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
6361 * calendar/appt.el (appt-check): No longer need to kill diary.
6362
7161e329
GM
6363 * calendar/diary-lib.el (diary-list-entries): Move the
6364 "Preparing..." message entirely here.
6365 (diary-simple-display, diary-fancy-display): Move "Preparing..."
6366 messages to diary-list-entries.
6367 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
6368 diary-display-function.
6369
d0de6cba
GM
6370 * calendar/diary-lib.el (diary-include-other-diary-files):
6371 Trap some recursive includes.
6372
c2828614
GM
6373 * calendar/appt.el (appt-activate): Check diary file.
6374
0c43b6f8
KY
63752010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
6376
6377 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
6378 construction.
6379
6380 * calendar/time-date.el: No need to require cl for Emacs 21.
6381
97ce2730
GM
63822010-09-28 Glenn Morris <rgm@gnu.org>
6383
6384 * calendar/appt.el (appt-check): Minor simplification.
6385
e0a185ae
KY
63862010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6387
6388 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
6389 citation prefix.
6390
c19f76a1
AS
63912010-09-27 Andreas Schwab <schwab@linux-m68k.org>
6392
95b6d681
JB
6393 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6394 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
c19f76a1 6395
fd057fd2
KH
63962010-09-27 Kenichi Handa <handa@m17n.org>
6397
6398 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
6399 "ustar" format.
6400
368b3544
KH
64012010-09-27 Kenichi Handa <handa@m17n.org>
6402
6403 * international/mule.el (define-coding-system): Docstring fixed.
6404
6405 * international/mule-diag.el (describe-character-set): Use princ
6406 with proper print-length and print-level instead of insert.
6407
95b6d681 64082010-09-27 Juanma Barranquero <lekktu@gmail.com>
fb5f3a23
JB
6409
6410 * window.el (walk-windows): Doc fix (bug#7105).
6411
99368725
SM
64122010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6413
6414 * emacs-lisp/float-sup.el (e): Remove.
6415
8ed70bf3
LMI
64162010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6417
6418 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
6419 variable.
6420 (starttls-negotiate): Use it.
6421
d2e9d0bb
LMI
64222010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6423
6424 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
6425 back.
6426
15413fb4
SM
64272010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6428
6429 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
6430
1821a7b4
LMI
64312010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6432
6303aba1
LMI
6433 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
6434
1821a7b4
LMI
6435 * net/netrc.el (netrc-store-data): New function.
6436
8af55556
TZ
64372010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
6438
6439 * net/gnutls.el: GnuTLS glue code to set up a connection.
6440
42343747
JD
64412010-09-25 Julien Danjou <julien@danjou.info>
6442
6443 * notifications.el: Call dbus-register-signal only if it is bound.
6444
ec60da52
GM
64452010-09-25 Glenn Morris <rgm@gnu.org>
6446
6447 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6448 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
6449 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
6450 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
6451 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
6452 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
6453 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
6454 * eshell/esh-util.el, eshell/esh-var.el:
6455 Remove leading `*' from docs of faces and defcustoms.
6456
4c964351
UM
64572010-09-25 Ulrich Mueller <ulm@gentoo.org>
6458
6459 * eshell/em-ls.el (eshell-ls-archive-regexp):
6460 * eshell/esh-util.el (eshell-tar-regexp):
6461 * ibuffer.el (ibuffer-compressed-file-name-regexp):
6462 * info.el (Info-suffix-list):
6463 * international/mule.el (auto-coding-alist):
6464 * woman.el (woman-file-regexp, woman-file-compression-regexp):
6465 * progmodes/etags.el (tags-compression-info-list):
6466 Support xz compression.
6467
41f54b73
CY
64682010-09-25 Chong Yidong <cyd@stupidchicken.com>
6469
6470 * files.el (get-free-disk-space): Don't assume the "df" output
6471 columns line up (Bug#6995).
6472
40b1a3a9
JB
64732010-09-25 Juanma Barranquero <lekktu@gmail.com>
6474
6475 * finder.el (finder-unknown-keywords):
6476 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
6477 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
6478
ba3033ee
JB
64792010-09-25 Juanma Barranquero <lekktu@gmail.com>
6480
6481 * server.el (server-start): Revert part of 2010-08-08 change. Using
6482 address 127.0.0.1 for local host is now done in Fmake_network_process.
6483
5e339ee2
GM
64842010-09-24 Glenn Morris <rgm@gnu.org>
6485
6486 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
6487 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
6488 * textmodes/css-mode.el, textmodes/dns-mode.el:
6489 Move autoloaded auto-mode-alist entries to files.el.
6490 * files.el (auto-mode-alist): Move entries here.
6491
af3ccb5c
GM
64922010-09-23 Glenn Morris <rgm@gnu.org>
6493
6494 * isearch.el (isearch-lazy-highlight-cleanup)
6495 (isearch-lazy-highlight-initial-delay)
6496 (isearch-lazy-highlight-interval)
6497 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
6498 * net/net-utils.el (ipconfig-program-options):
6499 Move aliases to options before the associated definitions.
6500
266a86bd 65012010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
c9805d23
SM
6502
6503 * newcomment.el (comment-normalize-vars): Better test validity of
6504 comment-end-skip.
6505
27ffea71 65062010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9e0d4f9e
SM
6507
6508 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
6509 (float-e): New name for `e'.
6510 (degrees-to-radians, radians-to-degrees):
6511 * calendar/solar.el (solar-longitude):
6512 * calculator.el (calculator-registers, calculator-funcall):
6513 * textmodes/artist.el (artist-spray-random-points):
6514 * play/bubbles.el (bubbles--initialize-images): Use new names.
6515
27ffea71 65162010-09-23 Eric M. Ludlam <zappo@gnu.org>
a2930e43
EL
6517
6518 Update to CEDET 1.0's version of EIEIO.
6519
9e0d4f9e
SM
6520 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
6521 New function.
a2930e43
EL
6522 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
6523 (eieio-default-eval-maybe): Eval val instead of unquoting only.
6524 (class-precedence-list): If class is nil, return nil.
6525 (eieio-generic-call): If class of first input arg is nil, don't
6526 look up static methods, and do check for primary methods.
6527 (initialize-instance): See if the default needs to be evaluated
6528 during the constructor.
6529 (eieio-perform-slot-validation-for-default): Don't do the check
6530 for values that will eventually be evaluated.
6531 (eieio-eval-default-p): New function.
6532 (eieio-default-eval-maybe): Use it.
6533
27ffea71 65342010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
a2930e43
EL
6535
6536 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
6537 method-invocation-order.
6538 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
6539 (eieio-class-precedence-dfs): Compute class precedence list using
6540 dfs algorithm.
6541 (eieio-class-precedence-bfs): Compute class precedence list using
6542 bfs algorithm.
9e0d4f9e 6543 (eieio-class-precedence-c3): Compute class precedence list using
a2930e43
EL
6544 c3 algorithm.
6545 (class-precedence-list): New function.
6546 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
6547 (inconsistent-class-hierarchy): New error symbol.
6548 (call-next-method): Stow the replacement argument list for future
6549 call-next-method invocations.
6550
266a86bd 65512010-09-23 Glenn Morris <rgm@gnu.org>
87e798a7 6552
ea7f9ebf
GM
6553 * calendar/appt.el (appt-check): If not displaying the diary,
6554 use (diary 1) to only get the entries we need.
6555 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
6556 that it is in day order. (Bug#7019)
6557
1bf6d075
GM
6558 * calendar/appt.el (appt-check): Rather than showing the diary,
6559 just turn off invisible display, and only if needed.
6560
87e798a7
GM
6561 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
6562
1fc7dabf
GM
65632010-09-23 Glenn Morris <rgm@gnu.org>
6564
7a16788b
GM
6565 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6566 (byte-compile-defvar, byte-compile-cl-warn):
27ffea71 6567 Start warnings with lower-case, like the majority.
7a16788b 6568
19543b17
GM
6569 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
6570
54238e6d
GM
6571 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
6572
ce009d0b
GM
6573 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
6574 * files.el (auto-mode-alist): Move ld-script entries here, further down
6575 the list.
6576
7b344dfe
GM
6577 * vc/add-log.el: Don't require timezone when compiling.
6578 (timezone-make-date-sortable): Autoload it.
6579 (change-log-sortable-date-at): Don't require timezone.
6580 Use `ignore-errors'.
6581
d9703498
GM
6582 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6583 Move alias before definition, so it does not need autoloading.
6584
1fc7dabf
GM
6585 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
6586 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
6587 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
6588 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
6589 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
6590 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
6591 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
6592 * textmodes/tex-mode.el, textmodes/two-column.el:
6593 Remove leading `*' from docs of defcustoms etc.
6594
7676efad
TZ
65952010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
6596
6597 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
6598
b069e5a6
G
65992010-09-22 Dan Christensen <jdc@uwo.ca>
6600
6601 * calendar/time-date.el (date-to-time): Try using parse-time-string
6602 first before using the slower timezone-make-date-arpa-standard.
6603
1bf68d53
KY
66042010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
6605
6606 * calendar/time-date.el (format-seconds): Comment fix.
6607
cd205c76
GM
66082010-09-22 Glenn Morris <rgm@gnu.org>
6609
6610 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
6611 is not automatically buffer-local.
6612
4ddea91b
SM
66132010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6614
6615 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
6616 (smie-indent-comment): Be more careful with comment-start-skip.
6617 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
6618 (smie-indent-functions): Use them.
6619
b0f037ed
MA
66202010-09-21 Michael Albinus <michael.albinus@gmx.de>
6621
6622 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
6623
8cf1771a
JD
66242010-09-21 Jan Djärv <jan.h.d@swipnet.se>
6625
36a1b6db
JD
6626 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
6627 tool-bar-position. Don't modify frame parameters here.
180fb94a 6628 (menu-bar-options-save): Add tool-bar-position.
36a1b6db 6629
8cf1771a
JD
6630 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
6631
0097720d
SM
66322010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6633
5d8e0d5d
SM
6634 * textmodes/reftex-parse.el (reftex-what-macro)
6635 (reftex-context-substring): Let-bind forward-sexp-function to nil
6636 since we don't need/want to treat \begin...\end as a block (bug#7053).
6637
984edd22
SM
6638 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
6639
6640 * simple.el (blink-matching-open): Use syntax-class.
6641
3672149f
SM
6642 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
6643 Set invisibility spec for pascal's outline mode.
6644 (pascal-outline-change): Clean up calling convention.
6645 (pascal-show-all, pascal-hide-other-defuns): Update callers.
6646
549d0e1e
SM
6647 * progmodes/prolog.el (prolog-smie-forward-token)
6648 (prolog-smie-backward-token): New functions.
6649 (prolog-mode-variables): Use them to parse "!," correctly.
6650 Set up smie-blink-matching for ".".
6651
a9cb95dd
SM
6652 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
6653 and `end'.
6654 (ispell-region, ispell-process-line): Update users.
6655
de558d10
SM
6656 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
6657 point-min==1.
6658
94eb3112
SM
6659 * textmodes/ispell.el: Fix commenting convention.
6660 (ispell-parse-output): Simplify, use push.
6661 (ispell-region): Use match-string-no-properties.
6662 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
6663 (ispell-minor-mode): Use define-minor-mode.
6664 (ispell-message): Remove unused var `skip-regexp'.
6665 (ispell-add-per-file-word-list): Use dynamic let-binding.
6666 Try and use the proper comment marker.
6667
1f7f45a5
SM
6668 * mail/sendmail.el: Fix commenting convention.
6669 (sendmail-send-it): Use line-beginning-position.
6670
0097720d
SM
6671 * help-fns.el (describe-variable): Add original value, if applicable.
6672
596880ea
JB
66732010-09-20 Juanma Barranquero <lekktu@gmail.com>
6674
f0713411
JB
6675 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
6676
596880ea
JB
6677 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
6678
37c0347e
SM
66792010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6680
2bc01104
SM
6681 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
6682 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
6683 (smie-prec2-levels): Use them to better diagnose precedence cycles.
6684 (smie-blink-matching-check): Don't signal a mismatch if car is t.
6685 (smie-blink-matching-open): Rewrite to remove assumptions, so that
6686 something like "." can also be a closer.
6687 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
6688 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
6689 Rename internal functions to use "--". Update callers.
6690
e2c3f530
SM
6691 * frame.el (make-frame-names-alist): Don't list frames on other displays.
6692
37c0347e
SM
6693 * fringe.el (fringe-styles): New var.
6694 (fringe-mode, fringe-query-style): Use it.
6695
74790210
MM
66962010-09-18 Michael R. Mauger <mmaug@yahoo.com>
6697
6698 * progmodes/sql.el: Version 2.8
93acd23d 6699 (sql-login-params): Update widget structure; changes still needed.
74790210
MM
6700 (sql-product-alist): Add :list-all and :list-table features for
6701 SQLite, Postgres and MySQL products.
6702 (sql-redirect): Handle default value.
6703 (sql-execute, sql-execute-feature): New functions.
6704 (sql-read-table-name): New function.
93acd23d 6705 (sql-list-all, sql-list-table): New functions. User API.
74790210
MM
6706 (sql-mode-map, sql-interactive-mode-map): Add key definitions
6707 for above functions.
6708 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
6709 for above functions.
6710 (sql-postgres-login-params): Add user and database defaults.
6711 (sql-buffer-live-p): Bug fix.
93acd23d 6712 (sql-product-history): New variable.
35f52ed6 6713 (sql-read-product): New function. Use it.
74790210
MM
6714 (sql-set-product, sql-product-interactive): Use it.
6715 (sql-connection-history): New variable.
93acd23d 6716 (sql-read-connection): New function. Use it.
74790210
MM
6717 (sql-connect): New function.
6718 (sql-for-each-login): Redesign function interface.
6719 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
93acd23d
JB
6720 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
6721 (sql-comint): Check for program. Existing live buffer.
74790210
MM
6722 (sql-comint-postgres): Add port parameter.
6723
cec01cd2
SM
67242010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6725
6726 * emacs-lisp/warnings.el: Fix commenting convention.
6727 (display-warning): Use special mode and make the buffer read-only.
6728
c2a845b5
JB
67292010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
6730
6731 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
6732 empty string when it follows a repeated or optional pattern.
6733
f5632fb6
SM
67342010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6735
6736 * indent.el (indent-according-to-mode): Apply syntax-propertize.
6737 (indent-region): Use indent-according-to-mode.
6738
71b961e8
EZ
67392010-09-18 Eli Zaretskii <eliz@gnu.org>
6740
6741 * fringe.el (fringe-mode): Doc fix.
6742
dbbd7ad4
KRC
67432010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
6744
6745 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
6746 refreshing the preview buffer.
6747
b879a6e2
SM
67482010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6749
6750 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
6751 (latex-syntax-propertize-rules): New consts; replace
6752 tex-font-lock-syntactic-keywords.
6753 (tex-env-mark, latex-env-before-change): New functions.
6754 (latex-electric-env-pair-mode): New minor mode.
6755 (tex-font-lock-verb): Change arguments; do move point.
6756 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
6757 representation as a form of comment.
6758 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
6759 (doctex-syntax-propertize-rules): New const; replaces
6760 doctex-font-lock-syntactic-keywords.
6761 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
6762
6763 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
6764 (fortran-make-syntax-propertize-function): New function; replaces
6765 fortran-font-lock-syntactic-keywords.
6766 (fortran-mode): Use it.
6767 (fortran-line-length): Use it. Improve interactive spec.
6768
6769 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
6770 (syntax-propertize-rules): Add var-ref case. Fix offset computation
6771 when adding surrounding \(..\).
6772
6773 * progmodes/js.el (js-mode): Fix last change (bug#7054).
6774
4be520fb
SM
67752010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6776
269c197e
SM
6777 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
6778 Use with-current-buffer.
6779
4be520fb
SM
6780 * isearch.el (isearch-face): Rename from `isearch'.
6781 (isearch-highlight): Use new name.
6782
a67597d6
EZ
67832010-09-17 Eli Zaretskii <eliz@gnu.org>
6784
6785 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
6786 5, for `half' width fringes. (Bug#6933)
6787
31c381e8
SM
67882010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6789
3fe6ef4e
SM
6790 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6791 (byte-compile-defvar): "foo/bar" does not lack a prefix.
6792
31c381e8
SM
6793 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
6794
fb0cf781
J
67952010-09-17 Stephen Berman <stephen.berman@gmx.net>
6796
6797 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
6798 in calculating new frame position. Add more space between new and
6799 parent on the left (Bug#7048).
6800
1a9dc3b5
MA
68012010-09-17 Michael Albinus <michael.albinus@gmx.de>
6802
6803 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
6804 defmacro.
6805
dff0fdc3
CY
68062010-09-16 Chong Yidong <cyd@stupidchicken.com>
6807
31c381e8 6808 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
6e23d4a4 6809
117c96c7
CY
6810 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
6811 obsolete alias for x-selection-value.
6812
dff0fdc3
CY
6813 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
6814
c6f2191f
MA
68152010-09-16 Michael Albinus <michael.albinus@gmx.de>
6816
6817 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
6818 cookie.
6819
6139f995
MA
68202010-09-15 Michael Albinus <michael.albinus@gmx.de>
6821
6822 * net/tramp-compat.el (tramp-compat-with-temp-message)
6823 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
6824 (tramp-compat-process-put): New defuns.
6825
6826 * net/tramp.el (top):
6827 * net/tramp-gvfs.el (top):
6828 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
6829
31c381e8
SM
6830 * net/tramp.el (tramp-progress-reporter-update):
6831 Use `tramp-compat-funcall'.
6139f995
MA
6832
6833 * net/tramp.el (tramp-process-actions):
0dc3e410
MA
6834 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
6835 * net/tramp-sh.el (tramp-handle-vc-registered)
31c381e8
SM
6836 (tramp-get-remote-stat, tramp-get-remote-readlink):
6837 Use `tramp-compat-with-temp-message'.
6139f995
MA
6838
6839 * net/tramp-sh.el (top): Require 'cl.
6840 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
31c381e8
SM
6841 (tramp-open-connection-setup-interactive-shell):
6842 Use `tramp-compat-process-put'.
6139f995 6843
22c3ce97
AM
68442010-09-15 Alan Mackenzie <acm@muc.de>
6845
6846 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
6847 indentation.
a4ee83cc 6848 (c-forward-<>-arglist-recur): Fix an infinite recursion.
22c3ce97 6849
4f1e9960
SM
68502010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6851
6852 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
6853 `lexical' for warnings related to lexical scoping.
6854 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
6855 global vars which don't have a prefix and could hence affect lexical
6856 scoping in unrelated files.
6857
01e80360
LMI
68582010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6859
6860 * net/imap.el: Revert back to version
6861 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6862 seem problematic.
6863
5e2a84e3
JB
68642010-09-14 Juanma Barranquero <lekktu@gmail.com>
6865
6866 * obsolete/old-whitespace.el (whitespace-unload-function):
6867 Explicitly pass `obarray' to `unintern' to avoid a warning.
6868
f3a30a50
SM
68692010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6870
6871 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
6872 Add `when' argument. Update callers.
6873
6874 * subr.el (unintern): Declare the obarray arg mandatory.
6875
92b99a01
GM
68762010-09-14 Glenn Morris <rgm@gnu.org>
6877
67ae9766
GM
6878 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
6879 Doc fixes.
6880
92b99a01
GM
6881 * calendar/diary-lib.el (diary-included-files): New variable.
6882 (diary-list-entries): Maybe initialize diary-included-files.
6883 (diary-include-other-diary-files): Append to diary-included-files.
6884 * calendar/appt.el (appt-update-list): Also check the members of
6885 diary-included-files. (Bug#6999)
08151ec5 6886 (appt-check): Doc fix.
92b99a01 6887
6664fc59 68882010-09-14 David Reitter <david.reitter@gmail.com>
5a66ed0f
DR
6889
6890 * simple.el (line-move-visual): Do not truncate goal column to
6891 integer size. (Bug#7020)
6892
6664fc59 68932010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
dba28758
SM
6894
6895 * repeat.el (repeat): Allow repeating when the last event is a click.
6896 Suggested by Drew Adams (bug#6256).
6897
6664fc59 68982010-09-14 Sascha Wilde <wilde@sha-bang.de>
681b88dd 6899
01c35094 6900 * vc/vc-hg.el (vc-hg-state, vc-hg-working-revision):
681b88dd
SM
6901 Replace setting HGRCPATH to "" by some less invasive --config options.
6902
6664fc59 69032010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
71e657fc
SM
6904
6905 * font-lock.el (font-lock-beginning-of-syntax-function):
6906 Mark as obsolete.
6907
6664fc59 69082010-09-14 Glenn Morris <rgm@gnu.org>
639b9d87
GM
6909
6910 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
6911 and tool-bar modes. (Bug#6211)
6912 (menu-bar-mode): Move setting of standard-value after the
6913 minor-mode definition, otherwise it seems to have no effect.
6914
6664fc59 69152010-09-14 Masatake YAMATO <yamato@redhat.com>
33bd47be
MY
6916
6917 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
6918 Fix typo. (Bug#6976)
6919
6664fc59 69202010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9c405a86
CY
6921
6922 * whitespace.el: Allow cleaning up blanks without blank
6923 visualization (Bug#6651). Adjust help window for
6924 whitespace-toggle-options (Bug#6479). Allow to use fill-column
71e657fc
SM
6925 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
6926 (whitespace-style): Add new value 'face. Adjust docstring.
6927 (whitespace-space, whitespace-hspace, whitespace-tab):
6928 Adjust foreground property face.
9c405a86
CY
6929 (whitespace-line-column): Adjust docstring and type declaration.
6930 (whitespace-style-value-list, whitespace-toggle-option-alist)
6931 (whitespace-help-text): Adjust const initialization.
6932 (whitespace-toggle-options, global-whitespace-toggle-options):
6933 Adjust docstring.
6934 (whitespace-display-window, whitespace-interactive-char)
6935 (whitespace-style-face-p, whitespace-color-on): Adjust code.
6936 (whitespace-help-scroll): New fun.
6937
ba96ddf5
KY
69382010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
6939
6940 * calendar/time-date.el (format-seconds): Comment fix.
6941
a386ac70
MM
69422010-09-13 Michael R. Mauger <mmaug@yahoo.com>
6943
6944 * progmodes/sql.el: Version 2.7.
6945 (sql-buffer-live-p): Improve detection.
6946 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
6947 (sql-set-sqli-buffer): Use it.
6948 (sql-product-interactive): Run `sql-set-sqli-hook'.
6949 (sql-rename-buffer): Code cleanup.
6950 (sql-redirect, sql-redirect-value): New functions. More to come.
6951
5d921df2
JB
69522010-09-13 Juanma Barranquero <lekktu@gmail.com>
6953
6954 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.
6955 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
6956 (TRAMP_SRC): New macro.
6957 ($(lisp)/net/tramp-loaddefs.el): New target.
6958
03c1ad43
MA
69592010-09-13 Michael Albinus <michael.albinus@gmx.de>
6960
6961 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
6962
6963 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
6964
6965 * net/tramp.el (top): Don't show loading message. Require just
4f1e9960
SM
6966 'tramp-compat, everything else is required there.
6967 Use `ignore-errors' where appropriate.
03c1ad43
MA
6968 (tramp-inline-compress-start-size, tramp-copy-size-limit)
6969 (tramp-terminal-type, tramp-end-of-output)
6970 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
6971 (tramp-completion-function-alist-ssh)
6972 (tramp-completion-function-alist-telnet)
6973 (tramp-completion-function-alist-su)
6974 (tramp-completion-function-alist-putty, tramp-remote-path)
6975 (tramp-remote-process-environment, tramp-sh-extra-args)
6976 (tramp-actions-before-shell, tramp-uudecode)
6977 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
6978 (tramp-perl-file-attributes)
6979 (tramp-perl-directory-files-and-attributes)
6980 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
6981 (tramp-perl-encode, tramp-perl-decode)
6982 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
6983 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
6984 (tramp-handle-make-symbolic-link, tramp-handle-load)
6985 (tramp-handle-file-name-as-directory)
6986 (tramp-handle-file-name-directory)
6987 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
6988 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
6989 (tramp-do-file-attributes-with-ls)
6990 (tramp-do-file-attributes-with-perl)
6991 (tramp-do-file-attributes-with-stat)
6992 (tramp-handle-set-visited-file-modtime)
6993 (tramp-handle-verify-visited-file-modtime)
6994 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
6995 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
6996 (tramp-handle-file-selinux-context)
6997 (tramp-handle-set-file-selinux-context)
6998 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
6999 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
7000 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
7001 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
7002 (tramp-handle-file-ownership-preserved-p)
7003 (tramp-handle-directory-file-name, tramp-handle-directory-files)
7004 (tramp-handle-directory-files-and-attributes)
7005 (tramp-do-directory-files-and-attributes-with-perl)
7006 (tramp-do-directory-files-and-attributes-with-stat)
7007 (tramp-handle-file-name-all-completions)
7008 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
7009 (tramp-handle-copy-file, tramp-handle-copy-directory)
7010 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
7011 (tramp-do-copy-or-rename-file-via-buffer)
7012 (tramp-do-copy-or-rename-file-directly)
7013 (tramp-do-copy-or-rename-file-out-of-band)
7014 (tramp-handle-make-directory, tramp-handle-delete-directory)
7015 (tramp-handle-delete-file)
7016 (tramp-handle-dired-recursive-delete-directory)
7017 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
7018 (tramp-handle-insert-directory)
7019 (tramp-handle-unhandled-file-name-directory)
7020 (tramp-handle-expand-file-name)
7021 (tramp-handle-substitute-in-file-name)
7022 (tramp-handle-executable-find, tramp-process-sentinel)
7023 (tramp-handle-start-file-process, tramp-handle-process-file)
7024 (tramp-handle-call-process-region, tramp-handle-shell-command)
7025 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
7026 (tramp-handle-insert-file-contents)
7027 (tramp-handle-insert-file-contents-literally)
7028 (tramp-handle-find-backup-file-name)
7029 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
7030 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
7031 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
7032 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
7033 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
7034 (tramp-find-file-exists-command, tramp-open-shell)
7035 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
7036 (tramp-open-connection-setup-interactive-shell)
7037 (tramp-local-coding-commands, tramp-remote-coding-commands)
7038 (tramp-find-inline-encoding, tramp-call-local-coding-command)
7039 (tramp-inline-compress-commands, tramp-find-inline-compress)
7040 (tramp-compute-multi-hops, tramp-maybe-open-connection)
1fc7dabf 7041 (tramp-send-command, tramp-wait-for-output)
03c1ad43
MA
7042 (tramp-send-command-and-check, tramp-barf-unless-okay)
7043 (tramp-send-command-and-read, tramp-mode-string-to-int)
7044 (tramp-convert-file-attributes, tramp-check-cached-permissions)
7045 (tramp-file-mode-from-int, tramp-file-mode-permissions)
7046 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
7047 (tramp-method-out-of-band-p, tramp-local-host-p)
7048 (tramp-get-remote-path, tramp-get-remote-tmpdir)
7049 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
7050 (tramp-get-test-command, tramp-get-test-nt-command)
7051 (tramp-get-file-exists-command, tramp-get-remote-ln)
7052 (tramp-get-remote-perl, tramp-get-remote-stat)
7053 (tramp-get-remote-readlink, tramp-get-remote-trash)
7054 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
7055 (tramp-get-local-uid, tramp-get-local-gid)
6664fc59 7056 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
03c1ad43
MA
7057 tramp-sh.el.
7058 (tramp-methods, tramp-default-method-alist)
7059 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
7060 Move initialization to tramp-sh.el.
7061 (tramp-temp-name-prefix): Make it a defconst.
7062 (tramp-dissect-file-name): Don't check anymore for multi-hop
7063 methods.
7064 (tramp-debug-outline-regexp): Add a docstring.
31c381e8 7065 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
03c1ad43
MA
7066 (tramp-get-debug-buffer): Use it.
7067
7068 * net/tramp-cache.el (top): Set tramp-autoload cookie for
7069 initialization forms.
7070 (tramp-set-connection-property): Don't protect `tramp-message'
7071 call, it isn't necessary any longer.
7072 (tramp-dump-connection-properties): Use `ignore-errors'.
7073
7074 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
7075 'password-cache and 'auth-source.
7076
7077 * net/tramp-gvfs.el (top):
7078 * net/tramp-smb.el (top): Require 'tramp-sh.
7079
7080 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
7081
7082 * net/tramp-sh.el: New file, derived from tramp.el.
7083 (top): Initialize `tramp-methods', `tramp-default-method-alist',
6139f995 7084 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
31c381e8
SM
7085 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
7086 Use `ignore-errors' where appropriate.
7087 (tramp-sh-file-name-handler-alist): Rename from
03c1ad43
MA
7088 `tramp-file-name-handler-alist'.
7089 (tramp-send-command-and-check): Return t or nil. Remove all
7090 `zerop' checks, where called.
7091 (tramp-handle-set-file-modes)
7092 (tramp-do-copy-or-rename-file-directly)
7093 (tramp-handle-delete-directory, tramp-handle-delete-file)
93acd23d 7094 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
03c1ad43
MA
7095 (tramp-sh-file-name-handler, tramp-send-command-and-check)
7096 (tramp-get-remote-ln): Set tramp-autoload cookie.
7097
7098 * net/tramp-fish.el: Remove file.
7099
c5fe4acb
DU
71002010-09-13 Daiki Ueno <ueno@unixuser.org>
7101
7102 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
7103 buffer-file-name to avoid file-locking. (Bug#7026)
7104
7ea2d383
MA
71052010-09-13 Julien Danjou <julien@danjou.info>
7106
7107 * notifications.el (notifications-notify): Add support for
7108 image-path and sound-name.
7109 (notifications-specification-version): Add this variable.
7110
5616cc54
SM
71112010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7112
31c381e8 7113 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
5616cc54 7114
94c7243b
LL
71152010-09-12 Leo <sdl.web@gmail.com>
7116
7117 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
7118 (rcirc-completion-start): New variables.
7119 (rcirc-nick-completions): Rename to rcirc-completions.
7120 (rcirc-nick-completion-start-offset): Delete.
7121 (rcirc-completion-at-point): New function for constructing
7122 completion data for both nicks and irc commands. Add to
7123 completion-at-point-functions in rcirc mode.
7124 (rcirc-complete): Rename from rcirc-nick-complete; use
7125 rcirc-completion-at-point.
7126 (defun-rcirc-command): Update rcirc-client-commands.
7127
0f34ae28
GM
71282010-09-11 Glenn Morris <rgm@gnu.org>
7129
7130 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
7131 atomically, to avoid parallel build errors. (Bug#4196)
7132
9250002f
MM
71332010-09-11 Michael R. Mauger <mmaug@yahoo.com>
7134
7135 * progmodes/sql.el: Version 2.6
7136 (sql-dialect): Synonym for "sql-product".
7137 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7138 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
7139 Set "sql-buffer" to buffer name not buffer object so multiple sql
7140 interactive buffers work properly. Reverts misguided changes in
7141 earlier work.
7142 (sql-comint): Make sure different buffer name is used if "*SQL*"
7143 buffer is for a different product.
7144 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
7145 login param.
7146 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7147 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7148 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
7149 Accept new buffer name or prompt for one.
7150 (sql-port): Default to zero.
7151 (sql-comint-mysql): Handle "sql-port" as a numeric.
7152 (sql-port-history): Delete unused variable.
7153 (sql-get-login): Default "sql-port" to a number.
31c381e8 7154 (sql-product-alist): Correct Postgres prompt and terminator regexp.
9250002f
MM
7155 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
7156 "sqlite3" executables.
31c381e8 7157 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
9250002f
MM
7158 (sql-buffer-live-p): New function.
7159 (sql-mode-menu, sql-send-string): Use it.
7160 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
7161 syntax pattern.
7162 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
7163 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
7164
a9ec34f4
LMI
71652010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7166
31c381e8 7167 * net/netrc.el (netrc-credentials): New convenience function.
a9ec34f4 7168
cf38dd42
SM
71692010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7170
7171 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
7172 to replace texinfo-font-lock-syntactic-keywords.
7173 (texinfo-mode): Use it.
7174
7175 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
7176 Use syntax-propertize-function.
7177
7178 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
7179 replace sgml-font-lock-syntactic-keywords.
7180 (sgml-mode): Use it.
7181
7182 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
7183 since we don't use it.
7184
7185 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
7186
7187 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
7188 if available.
7189 (vhdl-fontify-buffer): Adjust.
7190
7191 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
7192 replace tcl-font-lock-syntactic-keywords.
7193 (tcl-mode): Use it.
7194
7195 * progmodes/simula.el (simula-syntax-propertize-function): New var to
7196 replace simula-font-lock-syntactic-keywords.
7197 (simula-mode): Use it.
7198
7199 * progmodes/sh-script.el (sh-st-symbol): Remove.
7200 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
7201 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
7202 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
7203 (sh-font-lock-paren): Set syntax-multiline.
7204 (sh-font-lock-syntactic-keywords): Remove.
7205 (sh-syntax-propertize-function): New function to replace it.
7206 (sh-mode): Use it.
7207
7208 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
7209 Define while compiling.
7210 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
7211 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
7212 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
7213 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
7214 (ruby-here-doc-end-syntax): Only define when
7215 syntax-propertize is not available.
7216 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
7217 New functions.
7218 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
7219 (electric-indent-chars): Silence bytecompiler.
7220 (ruby-mode): Use prog-mode, syntax-propertize-function, and
7221 electric-indent-chars.
7222
7223 * progmodes/python.el (python-syntax-propertize-function): New var to
7224 replace python-font-lock-syntactic-keywords.
7225 (python-mode): Use it.
7226 (python-quote-syntax): Simplify and adjust to new use.
7227
7228 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
7229 replace perl-font-lock-syntactic-keywords.
7230 (perl-syntax-propertize-special-constructs): New fun to replace
7231 perl-font-lock-special-syntactic-constructs.
7232 (perl-font-lock-syntactic-face-function): New fun.
7233 (perl-mode): Use it.
7234
7235 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
7236 to replace octave-font-lock-close-quotes.
7237 (octave-syntax-propertize-function): New function to replace
7238 octave-font-lock-syntactic-keywords.
7239 (octave-mode): Use it.
7240
7241 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
7242 replaces mixal-font-lock-syntactic-keywords.
7243 (mixal-mode): Use it.
7244
7245 * progmodes/make-mode.el (makefile-syntax-propertize-function):
7246 New var; replaces makefile-font-lock-syntactic-keywords.
7247 (makefile-mode): Use it.
7248 (makefile-imake-mode): Adjust.
7249
7250 * progmodes/js.el (js--regexp-literal): Define while compiling.
7251 (js-syntax-propertize-function): New var; replaces
7252 js-font-lock-syntactic-keywords.
7253 (js-mode): Use it.
7254
7255 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
7256 replaces gdb-script-font-lock-syntactic-keywords.
7257 (gdb-script-mode): Use it.
7258
7259 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
7260 (fortran--font-lock-syntactic-keywords): New var.
7261 (fortran-line-length): Update syntax-propertize-function and
7262 fortran--font-lock-syntactic-keywords.
7263
7264 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
7265
7266 * progmodes/cfengine.el (cfengine-mode):
7267 Use syntax-propertize-function.
7268 (cfengine-font-lock-syntactic-keywords): Remove.
7269
7270 * progmodes/autoconf.el (autoconf-mode):
7271 Use syntax-propertize-function.
7272 (autoconf-font-lock-syntactic-keywords): Remove.
7273
7274 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
7275 (ada-after-change-function, ada-initialize-syntax-table-properties)
7276 (ada-handle-syntax-table-properties): Only define when
7277 syntax-propertize is not available.
7278 (ada-mode): Use syntax-propertize-function.
7279
7280 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
7281 (font-lock-fontify-syntactic-keywords-region): Move handling of
7282 font-lock-syntactically-fontified to...
7283 (font-lock-default-fontify-region): ...here.
7284 Let syntax-propertize-function take precedence.
7285 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
7286
7287 * emacs-lisp/syntax.el (syntax-propertize-function)
7288 (syntax-propertize-chunk-size, syntax-propertize--done)
7289 (syntax-propertize-extend-region-functions): New vars.
7290 (syntax-propertize-wholelines, syntax-propertize-multiline)
7291 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
7292 (syntax-propertize): New functions.
7293 (syntax-propertize-rules): New macro.
7294 (syntax-ppss-flush-cache): Set syntax-propertize--done.
7295 (syntax-ppss): Call syntax-propertize.
7296
7297 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
7298
36f7d366
AM
72992010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
7300
7301 * textmodes/ispell.el (ispell-init-process): Improve comments.
7302 XEmacs compatibility changes regarding (add-hook) 'local option
7303 and (set-process-query-on-exit-flag).
7304
8fca3921
MA
73052010-09-09 Michael Albinus <michael.albinus@gmx.de>
7306
cf38dd42
SM
7307 * net/tramp-cache.el (tramp-parse-connection-properties):
7308 Set tramp-autoload cookie.
8fca3921 7309
399653d6
GM
73102010-09-09 Glenn Morris <rgm@gnu.org>
7311
7312 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
7313 (imagemagick-register-types): Doc fix.
7314
c34a9669
SM
73152010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7316
b073dc4b
SM
7317 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
7318
7319 * progmodes/js.el (require): Require is already "eval-and-compile".
7320 (js--re-search-forward): Avoid `eval'. Preserve the error data.
7321 (js--re-search-backward): Use js--re-search-forward.
7322
7323 * progmodes/fortran.el (fortran-line-length): Don't recompute
7324 syntactic keywords redundantly a second time.
7325
7326 * progmodes/ada-mode.el: Replace "(set '" with setq.
7327 (ada-mode): Simplify.
7328 (ada-create-case-exception, ada-adjust-case-interactive)
7329 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
7330 (ada-search-ignore-string-comment, ada-move-to-start)
7331 (ada-move-to-end): Use with-syntax-table.
7332
7333 * font-lock.el (save-buffer-state): Remove `varlist' arg.
7334 (font-lock-unfontify-region, font-lock-default-fontify-region):
7335 Update usage correspondingly.
7336 (font-lock-fontify-syntactic-keywords-region):
7337 Set parse-sexp-lookup-properties buffer-locally here.
7338 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
7339
c34a9669
SM
7340 * simple.el (blink-matching-open): Don't burp if we can't find a match.
7341
13639aab
GM
73422010-09-08 Glenn Morris <rgm@gnu.org>
7343
5a972c36
GM
7344 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
7345 Error if not compiled with -DBYTE_CODE_METER.
7346
13639aab
GM
7347 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7348 Ignore dir-locals-file.
7349
331b2b90
SM
73502010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7351
7352 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7353 Not a const.
7354 (compilation-error-regexp-alist-alist): Rule out ": " in file names
7355 for the `gnu' messages.
7356 (compilation-set-skip-threshold): New command.
7357 (compilation-start): Use \' rather than $.
7358 (compilation-forget-errors): Use clrhash.
7359
73b4d51a
AM
73602010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
7361
7362 * textmodes/ispell.el (ispell-valid-dictionary-list):
7363 Simplify logic.
7364
0f34aa77
MA
73652010-09-08 Michael Albinus <michael.albinus@gmx.de>
7366
7367 Migrate to Tramp 2.2. Rearrange load dependencies.
7368 (Bug#1529, Bug#5448, Bug#5705)
7369
7370 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
7371 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
7372 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7373
7374 * net/tramp.el (top): Remove all other tramp-* loads except
7375 tramp-compat.el. Remove all changes to tramp-unload-hook for
7376 other tramp-* packages. Rearrange defun order. Change calls of
7377 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
7378 `tramp-compat-octal-to-decimal' to new function names.
7379 (tramp-terminal-type, tramp-initial-end-of-output)
7380 (tramp-methods, tramp-foreign-file-name-handler-alist)
7381 (tramp-tramp-file-p, tramp-completion-mode-p)
7382 (tramp-send-command-and-check, tramp-get-remote-path)
7383 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
7384 (tramp-shell-quote-argument): Set tramp-autoload cookie.
7385 (with-file-property, with-connection-property): Move to
7386 tramp-cache.el.
7387 (tramp-local-call-process, tramp-decimal-to-octal)
7388 (tramp-octal-to-decimal): Move to tramp-compat.el.
7389 (tramp-handle-shell-command): Do not require 'shell.
7390 (tramp-compute-multi-hops): No special handling for tramp-gw-*
7391 symbols.
7392 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
7393
7394 * net/tramp-cache.el (top): Require 'tramp. Add to
7395 `tramp-unload-hook'.
7396 (tramp-cache-data, tramp-get-file-property)
7397 (tramp-set-file-property, tramp-flush-file-property)
7398 (tramp-flush-directory-property, tramp-get-connection-property)
7399 (tramp-set-connection-property, tramp-flush-connection-property)
7400 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
7401 cookie.
7402 (with-file-property, with-connection-property): New defuns, moved
7403 from tramp.el.
7404 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
7405 macro.
7406
7407 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
7408 (tramp-version): Set tramp-autoload cookie.
7409
7410 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
7411 changes to tramp-unload-hook for other tramp-* packages. Add to
7412 `tramp-unload-hook'.
7413 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
7414 (tramp-compat-call-process): New defuns, moved from tramp.el.
7415
7416 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7417 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7418 Add to `tramp-unload-hook'. Change call of
0f34aa77
MA
7419 `tramp-compat-decimal-to-octal' to new function name.
7420 (tramp-fish-method): Make it a defconst.
7421 (tramp-fish-file-name-p): Make it a defsubst.
7422 (tramp-fish-method, tramp-fish-file-name-handler)
7423 (tramp-fish-file-name-p): Set tramp-autoload cookie.
7424
7425 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
7426 `tramp-foreign-file-name-handler-alist'. Add to
7427 `tramp-unload-hook'.
7428 (tramp-ftp-method): Make it a defconst.
7429 (tramp-ftp-file-name-p): Make it a defsubst.
7430 (tramp-ftp-method, tramp-ftp-file-name-handler)
7431 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
7432
7433 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
7434 `tramp-foreign-file-name-handler-alist'. Add to
7435 `tramp-unload-hook'. Change checks, whether package can be
7436 loaded.
7437 (tramp-gvfs-file-name-p): Make it a defsubst.
7438 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
7439 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
7440 (tramp-gvfs-handle-file-directory-p): New defun.
7441 (tramp-gvfs-file-name-handler-alist): Use it.
7442
7443 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
7444 `tramp-foreign-file-name-handler-alist'. Add to
7445 `tramp-unload-hook'.
7446 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
7447 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
7448 defconst.
7449 (tramp-gw-tunnel-method, tramp-gw-socks-method)
7450 (tramp-gw-open-connection): Set tramp-autoload cookie.
7451
7452 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7453 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7454 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
7455 loaded.
7456 (tramp-imap-file-name-p): Make it a defsubst.
7457 (tramp-imap-method, tramp-imaps-method)
7458 (tramp-imap-file-name-handler)
7459 (tramp-imap-file-name-p): Set tramp-autoload cookie.
7460
7461 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7462 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7463 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
7464 loaded. Change call of `tramp-compat-decimal-to-octal' to new
7465 function name.
7466 (tramp-smb-tunnel-method): Make it a defconst.
7467 (tramp-smb-file-name-p): Make it a defsubst.
7468 (tramp-smb-method, tramp-smb-file-name-handler)
7469 (tramp-smb-file-name-p): Set tramp-autoload cookie.
7470
7471 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
7472 (tramp-uuencode-region): Set tramp-autoload cookie.
7473
7474 * net/trampver.el (top) Add to `tramp-unload-hook'.
7475 (tramp-version, tramp-bug-report-address): Set tramp-autoload
7476 cookie. Update release number.
7477
308e764f
AM
74782010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
7479
7480 * textmodes/ispell.el (ispell-start-process): Make sure original
7481 arg list is properly initialized (Bug#6993, Bug#6994).
7482
10999305 74832010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
7484
7485 * files.el (directory-abbrev-alist): Use \` as default regexp.
19fe13df
SM
7486
7487 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
7488 chars like - or ] (bug#6984).
7489 (rx-any-condense-range): Explode 2-char ranges.
7490
10999305
CY
74912010-09-06 Glenn Morris <rgm@gnu.org>
7492
7493 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
7494
74952010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1e05f387
SM
7496
7497 * textmodes/bibtex.el:
7498 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
7499
f292afe5
LMI
75002010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7501
331b2b90 7502 * net/imap.el (imap-message-map): Remove optional buffer parameter,
f292afe5
LMI
7503 since no callers use it.
7504 (imap-message-get): Ditto.
7505 (imap-message-put): Ditto.
7506 (imap-mailbox-map): Ditto.
7507 (imap-mailbox-put): Ditto.
7508 (imap-mailbox-get): Ditto.
a131b9b8 7509 (imap-mailbox-get): Revert last change for this function.
f292afe5 7510
dfe1285d
LMI
75112010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7512
331b2b90 7513 * net/imap.el (imap-fetch-safe): Remove function, and alter all
31b5f292
LMI
7514 callers to use `imap-fetch' instead. According to the comments, this
7515 should be safe, since all other IMAP clients use the 1:* syntax.
331b2b90
SM
7516 (imap-enable-exchange-bug-workaround): Remove.
7517 (imap-debug): Remove -- doesn't seem very useful.
dfe1285d 7518
3ff31c90
LMI
75192010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7520
7521 * net/imap.el (imap-log): New convenience function used throughout
7522 instead of repeating the same code all over the place.
7523
dfe1285d 75242010-09-05 David De La Harpe Golden <david@harpegolden.net>
93d68d4f
DDLHG
7525
7526 * mouse.el (mouse-save-then-kill): Save region to kill-ring
7527 when mouse-drag-copy-region is non-nil (Bug#6956).
7528
93a596e1
CY
75292010-09-05 Chong Yidong <cyd@stupidchicken.com>
7530
8d76af4a
CY
7531 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
7532 Improve regexps (Bug#6987).
7533 (dired-sort-toggle): Search more robustly for -t flag.
7534
93a596e1
CY
7535 * files.el (get-free-disk-space): Search more robustly for
7536 "available" column. Suggested by Ehud Karni
7537 <ehud@unix.mvs.co.il>.
7538
733946e7
JB
75392010-09-05 Juanma Barranquero <lekktu@gmail.com>
7540
7541 * international/uni-bidi.el:
7542 * international/uni-category.el:
7543 * international/uni-combining.el:
7544 * international/uni-decimal.el:
7545 * international/uni-mirrored.el:
7546 * international/uni-name.el: Regenerate.
7547
2e664aab
SM
75482010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7549
6aeafb34
SM
7550 * electric.el (electric-indent-post-self-insert-function):
7551 Don't reindent with a sloppy indentation function.
7552
2e664aab
SM
7553 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
7554 border case in change-log-mode.
7555
13ef65a4
CY
75562010-09-04 Chong Yidong <cyd@stupidchicken.com>
7557
7558 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7559 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
7560 Recognize leading tab in gcc-include regexp. Ignore names with
7561 leading "from" or "in" in gnu regexp (Bug#6937).
7562
5abf1556
SM
75632010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7564
6aeafb34 7565 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
5abf1556
SM
7566 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
7567 (ispell-start-process): Avoid setq and simplify logic.
7568 (ispell-init-process): Setup kill-buffer-hook locally when needed.
7569 (kill-buffer-hook): Don't use it globally with code that uses
7570 expand-file-name since that may call kill-buffer via
7571 code_conversion_restore.
7572
0be01d2c
CY
75732010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
7574
7575 * emacs-lisp/package.el (package-directory-list): Only call
7576 file-name-nondirectory on a string.
7577
ebf662f4
CY
75782010-09-02 Chong Yidong <cyd@stupidchicken.com>
7579
5abf1556
SM
7580 * emacs-lisp/package.el (package--download-one-archive):
7581 Ensure that archive-contents is valid before saving it.
ebf662f4
CY
7582 (package-activate-1, package-mark-obsolete, define-package)
7583 (package-compute-transaction, package-list-maybe-add): Use push.
7584
e5eddfd1
SM
75852010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7586
89acf735
SM
7587 Use SMIE's blink-paren for octave-mode.
7588 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
7589 Backslashes do not escape single-quotes, single-quotes do.
7590 (octave-block-else-regexp, octave-block-end-regexp)
7591 (octave-block-match-alist): Remove.
7592 (octave-smie-bnf-table): New var, with old content.
7593 (octave-smie-op-levels): Use it.
7594 (octave-smie-closer-alist): New var.
7595 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
7596 (octave-blink-matching-block-open): Remove.
7597 (octave-reindent-then-newline-and-indent, octave-electric-semi)
7598 (octave-electric-space): Let self-insert-command run expand-abbrev and
7599 blink parens.
7600
3b843809
SM
7601 * electric.el (electricity): New group.
7602 (electric-indent-chars): New var.
7603 (electric-indent-post-self-insert-function): New fun.
7604 (electric-indent-mode): New minor mode.
7605 (electric-pair-skip-self): New custom.
7606 (electric-pair-post-self-insert-function): New function.
7607 (electric-pair-mode): New minor mode.
7608
0da20854
SM
7609 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
7610 calcAlg-blink-matching-open.
7611 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
7612 (calc-do-alg-entry): Only touch the part of the keymap that varies.
7613 Use the new blink-matching-check-function.
7614
a49e651e
SM
7615 Provide blink-matching support to SMIE.
7616 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
7617 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
7618 (smie-blink-matching-check, smie-blink-matching-open): New functions.
7619
e5eddfd1
SM
7620 * simple.el (newline): Fix last change to properly remove itself from
7621 the hook.
7622
b13ebb5c
SM
76232010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7624
7625 * simple.el (newline): Eliminate optimization.
7626 Use post-self-insert-hook to set hard-newline and things before
7627 running post-self-insert-hook.
7628 (blink-matching-check-mismatch): New function.
7629 (blink-matching-check-function): New variable.
7630 (blink-matching-open): Use them.
7631 Skip back forward over prefix chars skipped by forward-sexp.
7632 Don't check if the parens are backslash escaped.
7633 (blink-paren-post-self-insert-function): Check backslash escaping here.
7634
e687c2cd
CY
76352010-09-02 Chong Yidong <cyd@stupidchicken.com>
7636
b13ebb5c
SM
7637 * emacs-lisp/package.el (package-menu-mode-map):
7638 Change package-menu-revert bindings to revert-buffer.
e687c2cd
CY
7639 (package-menu-mode): Set revert-buffer-function.
7640 (package-menu-revert): Doc fix.
7641
567efba9
AM
76422010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
7643
7644 * textmodes/ispell.el (ispell-init-process): Use "~/" as
7645 `default-directory' unless using Ispell per-directory personal
7646 dictionaries and not in a mini-buffer under XEmacs.
7647 (kill-buffer-hook): Do not kill ispell process on exit when
93acd23d 7648 `ispell-process-directory' is "~/". (Bug#6143)
567efba9 7649
6d7cc563
JD
76502010-09-02 Jan Djärv <jan.h.d@swipnet.se>
7651
08d4877e
J
7652 * simple.el (kill-new): Call interprogram-cut-function with only
7653 one argument.
7654
45240125
JD
7655 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
7656 Remove cut buffer from error message.
7657
7658 * term/x-win.el (x-select-text):
7659 * term/pc-win.el (x-selection-value):
7660 * term/ns-win.el (x-selection-value):
7661 * eshell/em-term.el:
7662 * w32-fns.el (x-get-selection-value):
7663 * mouse-sel.el (mouse-sel-set-selection-function):
7664 * frame.el (display-selections-p): Remove cut-buffer in documentation.
7665
6d7cc563
JD
7666 * term/x-win.el: Update documentation for x-last-selected-text-*.
7667 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
7668 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
6a7662bb
BR
7669 (x-select-text): Remove argument PUSH, update documentation.
7670 Remove cut-buffer code.
6d7cc563 7671 (x-selection-value-internal): Was previously x-selection-value.
5986b97d 7672 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6a7662bb
BR
7673 Update documentation, remove cut-buffer code.
7674 Call x-selection-value-internal.
6d7cc563
JD
7675 (x-clipboard-yank): Call x-selection-value-internal.
7676 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
7677
7678 * term/pc-win.el (x-last-selected-text):
7679 x-cut-buffer-or-selection-value renamed to x-selection-value
7680 (x-select-text): Remove argument PUSH, update documentation.
7681
7682 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
7683 x-cut-buffer-or-selection-value renamed to x-selection-value
88b5a757 7684 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6d7cc563
JD
7685 (x-select-text): Remove argument PUSH, update documentation.
7686
7687 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
7688
7689 * w32-fns.el (x-last-selected-text):
7690 x-cut-buffer-or-selection-value renamed to x-selection-value.
7691 (x-cut-buffer-max): Remove.
7692 (x-select-text): Remove argument PUSH, update documentation.
7693
7694 * simple.el (interprogram-cut-function): Remove mention of PUSH.
7695
7696 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
7697
7698 * mouse-sel.el (mouse-sel-get-selection-function):
7699 x-cut-buffer-or-selection-value renamed to x-selection-value.
5986b97d 7700 (x-select-text): Remove optional push.
6d7cc563 7701
4de81ee0
SM
77022010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7703
8f4e9110
SM
7704 * simple.el (blink-paren-function): Move from C to here.
7705 (blink-paren-post-self-insert-function): New function.
7706 (post-self-insert-hook): Use it.
7707
4de81ee0
SM
7708 * emacs-lisp/pcase.el (pcase-split-memq):
7709 Fix overenthusiastic optimisation.
7710 (pcase-u1): Handle the case of a lambda pred.
7711
d419e1d9
KH
77122010-08-31 Kenichi Handa <handa@m17n.org>
7713
7714 * international/mule-cmds.el (standard-display-european-internal):
7715 Setup standard-display-table for 8-bit characters by storing 8-bit
7716 characters in the element vector.
7717
1e05f387
SM
7718 * disp-table.el (standard-display-8bit):
7719 Setup standard-display-table for 8-bit characters by storing 8-bit
d419e1d9
KH
7720 characters in the element vector.
7721 (standard-display-european): Likewise.
7722
61f7096c
CY
77232010-08-31 Masatake YAMATO <yamato@redhat.com>
7724
7725 * textmodes/nroff-mode.el (nroff-view): New command.
7726 (nroff-mode-map): Bind it to C-c C-c.
7727
ec5d3ff7
SM
77282010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7729
c8977b2e
SM
7730 * emacs-lisp/smie.el (smie-down-list): New command.
7731
ec5d3ff7
SM
7732 Remove old indentation and navigation code on octave-mode.
7733 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
7734 smie-down-list rather than add a binding for octave-down-block.
7735 (octave-mark-block, octave-blink-matching-block-open):
7736 Rely on forward-sexp-function.
7737 (octave-fill-paragraph): Don't narrow, so you can use
7738 indent-according-to-mode.
7739 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
7740 (octave-in-block-p, octave-re-search-forward-kw)
7741 (octave-re-search-backward-kw, octave-indent-calculate)
7742 (octave-end-as-array-index-p, octave-block-end-offset)
7743 (octave-scan-blocks, octave-forward-block, octave-backward-block)
7744 (octave-down-block, octave-backward-up-block, octave-up-block)
7745 (octave-before-magic-comment-p, octave-indent-line): Remove.
7746
187d3296
CY
77472010-08-31 Chong Yidong <cyd@stupidchicken.com>
7748
7749 * emacs-lisp/package.el (package--read-archive-file): Just use
7750 `read', to avoid copying an additional string.
7751 (package-menu-mode): Set header-line-format here.
7752 (package-menu-refresh, package-menu-revert): Signal an error if
7753 not in the Package Menu.
7754 (package-menu-package-list): New var.
7755 (package--generate-package-list): Operate on the current buffer;
7756 don't assume that it is *Packages*, since the user may rename it.
7757 Allow persistent package listings and sort keys using
7758 package-menu-package-list and package-menu-package-sort-key.
7759 (package-menu--version-predicate): Fix version calculation.
7760 (package-menu-sort-by-column): Don't select the window.
ec5d3ff7
SM
7761 (package--list-packages): Create the *Packages* buffer.
7762 Set package-menu-package-list-key.
187d3296
CY
7763 (list-packages): Sorting by status is now the default.
7764 (package-buffer-info): Use match-string-no-properties.
7765 (define-package): Add a &rest argument for future proofing, but
7766 don't use it yet.
7767 (package-install-from-buffer, package-install-buffer-internal):
ec5d3ff7
SM
7768 Merge into a single function, package-install-from-buffer.
7769 (package-install-file): Change caller.
187d3296
CY
7770
7771 * finder.el: Load finder-inf using `require'.
7772 (finder-list-matches): Sorting by status is now the default.
7773 (finder-compile-keywords): Simpify printing.
7774
e17b68ed
SM
77752010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7776
7777 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
7778 (octave-mode-map): Remove special bindings for forward/backward-block
7779 and octave-backward-up-block. Use smie-close-block.
7780 (octave-continuation-marker-regexp): New var.
7781 (octave-continuation-regexp): Use it.
7782 (octave-operator-table, octave-smie-op-levels)
7783 (octave-operator-regexp, octave-smie-indent-rules): New vars.
7784 (octave-smie-backward-token, octave-smie-forward-token): New funs.
7785 (octave-mode): Use SMIE.
7786 (octave-close-block): Delete.
7787
42b6a73b
EZ
77882010-08-30 Eli Zaretskii <eliz@gnu.org>
7789
7790 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
7791 CLIPBOARD, not in PRIMARY. (Bug#6944)
7792
f291fe60
SM
77932010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7794
ee992a8c
SM
7795 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
7796 a list of parents.
7797 (smie-indent-column): Allow indirection through variables.
7798
d36b74ca
SM
7799 * composite.el (save-buffer-state): Delete, unused.
7800 * font-lock.el (save-buffer-state): Use with-silent-modifications.
7801 (font-lock-default-fontify-region): Use with-syntax-table.
7802 * jit-lock.el (with-buffer-unmodified): Remove.
7803 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
7804
f291fe60
SM
7805 Use `declare' in defmacros.
7806 * window.el (save-selected-window):
7807 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
7808 * progmodes/python.el (def-python-skeleton):
7809 * net/dbus.el (dbus-ignore-errors):
7810 * jka-cmpr-hook.el (with-auto-compression-mode):
7811 * international/mule.el (with-category-table):
7812 * emacs-lisp/timer.el (with-timeout):
7813 * emacs-lisp/lisp-mnt.el (lm-with-file):
7814 * emacs-lisp/eieio.el (with-slots):
7815 * emacs-lisp/easymenu.el (easy-menu-define):
7816 * emacs-lisp/debug.el (debugger-env-macro):
7817 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
7818 (Multiple-value-call, Multiple-value-prog1):
7819 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
7820 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
7821 edebug rule to definition.
7822 * emacs-lisp/lisp-mode.el (save-selected-window)
7823 (with-current-buffer, combine-after-change-calls)
7824 (with-output-to-string, with-temp-file, with-temp-buffer)
7825 (with-temp-message, with-syntax-table, read-if, eval-after-load)
7826 (dolist, dotimes, when, unless):
7827 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
7828
96ae4c8f
CY
78292010-08-29 Chong Yidong <cyd@stupidchicken.com>
7830
7831 * finder.el: Require `package'.
7832 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
7833 (finder-package-info): Var deleted.
7834 (finder-keywords-hash, finder--builtins-alist): New vars.
7835 (finder-compile-keywords): Compute package--builtins and
7836 finder-keywords-hash instead of finder-keywords-hash, respecting
7837 the "Package" header.
f291fe60
SM
7838 (finder-unknown-keywords, finder-list-matches):
7839 Use finder-keywords-hash and package--list-packages.
96ae4c8f
CY
7840 (finder-mode): Don't set font-lock-defaults.
7841 (finder-exit): We don't use "*Finder-package*" and "*Finder
7842 Category*" buffers anymore.
7843
7844 * emacs-lisp/package.el (package--builtins-base): Var deleted.
7845 (package--builtins): Set default value to nil.
7846 (package-initialize): Load precomputed value of package--builtins
7847 from finder-inf.el.
7848 (package-alist, package-compute-transaction)
7849 (package-download-transaction): Improve docstring.
7850 (package-read-all-archive-contents): Do not change
7851 package--builtins here.
7852 (list-packages): Make package-list-packages an alias for this.
7853 Sort by status by default.
7854 (package--list-packages): Add optional PACKAGES arg.
7855 (describe-package-1): Use font-lock-face property. For built-in
7856 packages, insert file commentary.
7857 (package--generate-package-list): Rename from
7858 package-list-packages-internal; all callers changed. Add optional
7859 PACKAGES arg. Add alphabetical sort fallbacks.
7860 (package-menu--version-predicate, package-menu--status-predicate)
7861 (package-menu--description-predicate)
7862 (package-menu--name-predicate): New functions.
7863
7864 * info.el (Info-finder-find-node): Search package-alist instead of
7865 finder-package-info.
7866
e2046ecf
CY
78672010-08-29 Chong Yidong <cyd@stupidchicken.com>
7868
7869 * subr.el (version-regexp-alist): Don't use "a" and "b" for
7870 "alpha" and "beta".
7871 (version-to-list): Handle versions like "10.3d".
7872
6fe79b7c
SM
78732010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7874
7875 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
7876 (macroexp-accumulate): Use `declare'.
7877
1a868076
VJL
78782010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7879
7880 * whitespace.el (whitespace-style): Adjust type declaration.
7881
9e69cb05
KH
78822010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
7883
7884 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
7885
78862010-08-26 Chong Yidong <cyd@stupidchicken.com>
7887
7888 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
7889 (Bug#6907).
7890
4142607e
NW
78912010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
7892
7893 * progmodes/js.el: Make indentation more customizable (Bug#6914).
7894 (js-paren-indent-offset, js-square-indent-offset)
7895 (js-curly-indent-offset): New options.
7896 (js--proper-indentation): Use them.
7897
88a36e60
DC
78982010-08-26 Daniel Colascione <dan.colascione@gmail.com>
7899
7900 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
7901 instead of inspecting font-lock properties (Bug#6916).
7902
38dbc4d8
DR
79032010-08-26 David Reitter <david.reitter@gmail.com>
7904
7905 * server.el (server-visit-files): Run pre-command-hook and
76e3243a 7906 post-command-hook for each buffer while it is current (Bug#6910).
38dbc4d8
DR
7907 (server-execute): Do not run hooks here.
7908
44ffae96
MA
79092010-08-26 Michael Albinus <michael.albinus@gmx.de>
7910
7911 Sync with Tramp 2.1.19.
7912
0dc3e410
MA
7913 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Protect
7914 deleting tmpfile.
7915 (tramp-gvfs-maybe-open-connection): Use `tramp-compat-funcall'.
20b8ac83 7916
0dc3e410 7917 * net/tramp.el (tramp-handle-expand-file-name)
20b8ac83 7918 (tramp-completion-handle-file-name-all-completions)
1e05f387
SM
7919 (tramp-completion-handle-file-name-completion):
7920 Use `tramp-connectable-p'.
20b8ac83 7921
44ffae96
MA
7922 * net/trampver.el: Update release number.
7923
cb6c4991
CY
79242010-08-26 Chong Yidong <cyd@stupidchicken.com>
7925
7926 * help.el (help-map): Bind `C-h P' to describe-package.
7927
7928 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
7929
7930 * emacs-lisp/package.el (package-refresh-contents): Catch errors
7931 when downloading archives.
7932 (describe-package-1): Add package commentary.
7933 (package-install-button-action): New function.
7934 (package-menu-mode-map): Bind ? to package-menu-describe-package.
7935 (package-menu-view-commentary): Function removed.
7936 (package-list-packages-internal): Hide the `package' package too.
7937
b60f961f
KH
79382010-08-25 Kenichi Handa <handa@m17n.org>
7939
7940 * language/misc-lang.el ("Arabic"): New language environment.
7941 Setup composition-function-table for Arabic characters.
7942
7943 * international/fontset.el (setup-default-fontset): Fix typo for
7944 arabic OTF spec (fini->fina).
7945
a0c16be4
J
79462010-08-25 Jan Djärv <jan.h.d@swipnet.se>
7947
7948 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
7949 on all frames.
7950
85cc3d4f
VJL
79512010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7952
7953 * whitespace.el: Allow cleaning up blanks without blank
7954 visualization (Bug#6651). Adjust help window for
7955 whitespace-toggle-options (Bug#6479). Allow to use fill-column
7956 instead of whitespace-line-column (from EmacsWiki). New version
7957 13.1.
88b5a757 7958 (whitespace-style): Add new value 'face. Adjust docstring.
6a7662bb
BR
7959 (whitespace-space, whitespace-hspace, whitespace-tab):
7960 Adjust foreground property face.
85cc3d4f
VJL
7961 (whitespace-line-column): Adjust docstring and type declaration.
7962 (whitespace-style-value-list, whitespace-toggle-option-alist)
7963 (whitespace-help-text): Adjust const initialization.
7964 (whitespace-toggle-options, global-whitespace-toggle-options):
7965 Adjust docstring.
7966 (whitespace-display-window, whitespace-interactive-char)
7967 (whitespace-style-face-p, whitespace-color-on): Adjust code.
7968 (whitespace-help-scroll): New fun.
7969
cb8759ca
CY
79702010-08-24 Chong Yidong <cyd@stupidchicken.com>
7971
7972 * emacs-lisp/package.el (list-packages): Alias for
7973 package-list-packages.
7974
44a41a47
KR
79752010-08-24 Kevin Ryde <user42@zip.com.au>
7976
be7748e7
KR
7977 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
7978 (Bug#5651).
7979
44a41a47
KR
7980 * progmodes/ruby-mode.el (ruby): Add defgroup.
7981
edfd00fa
CY
79822010-08-24 Chong Yidong <cyd@stupidchicken.com>
7983
7984 * progmodes/python.el: Add Ipython support (Bug#5390).
7985 (python-shell-prompt-alist)
7986 (python-shell-continuation-prompt-alist): New options.
7987 (python--set-prompt-regexp): New function.
6a7662bb
BR
7988 (inferior-python-mode, run-python, python-shell):
7989 Require ansi-color. Use python--set-prompt-regexp to set the comint
edfd00fa
CY
7990 prompt based on the Python interpreter.
7991 (python--prompt-regexp): New var.
7992 (python-check-comint-prompt)
7993 (python-comint-output-filter-function): Use it.
7994 (run-python): Use a pipe (Bug#5694).
7995
79962010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
7997
7998 * progmodes/python.el (python-send-region): Send a different
7999 Python command if Ipython is in use.
8000 (python-check-version): Use a Python command to find the version.
8001
1c409d0b
CY
80022010-08-24 Chong Yidong <cyd@stupidchicken.com>
8003
8004 * mouse.el (mouse-yank-primary): Avoid setting primary when
8005 deactivating the mark (Bug#6872).
8006
733946e7 80072010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
9027027d
CF
8008
8009 * progmodes/python.el (python-block-pairs): Allow use of "finally"
8010 with "else" (Bug#3991).
8011
e73f184c
MA
80122010-08-23 Michael Albinus <michael.albinus@gmx.de>
8013
8014 * net/dbus.el: Accept UNIX domain sockets as bus address.
8015 (top): Don't initialize `dbus-registered-objects-table' anymore,
01c35094 8016 this is done in dbusbind.c.
e73f184c
MA
8017 (dbus-check-event): Adapt test for bus.
8018 (dbus-return-values-table, dbus-unregister-service)
8019 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
8020 Adapt doc string.
8021
1a140747
JB
80222010-08-23 Juanma Barranquero <lekktu@gmail.com>
8023
8024 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
8025
7133b7ee
JL
80262010-08-22 Juri Linkov <juri@jurta.org>
8027
8028 * simple.el (read-extended-command): New function with the logic
8029 for `completing-read' moved to Elisp from `execute-extended-command'.
8030 Use `function-called-at-point' in `minibuffer-default-add-function'
8031 to get a command name for M-n (bug#5364, bug#5214).
8032
198a7a97
CY
80332010-08-22 Chong Yidong <cyd@stupidchicken.com>
8034
8035 * startup.el (command-line-1): Issue warning for ignored arguments
8036 --unibyte, etc (Bug#6886).
8037
c00725d7
LL
80382010-08-22 Leo <sdl.web@gmail.com>
8039
8040 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
8041 (ignore, bright, dim, keyword): Split list of nicknames before
8042 passing to rcirc-add-or-remove (Bug#6894).
8043
bc7d7ea6
CY
80442010-08-22 Chong Yidong <cyd@stupidchicken.com>
8045
8046 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
8047
b0126eac 80482010-08-22 Leo <sdl.web@gmail.com>
e0143335 8049
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200">d5720b4c 8050 Fix buffer-list rename&refresh after killing a buffer in ido.
76e3243a 8051 * ido.el: Revert Óscar's.
e0143335
LL
8052 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
8053 Remember the buffers at head, rather than their name.
76e3243a 8054 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
e0143335 8055
b0126eac 80562010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
8f081e96
SM
8057 Stefan Monnier <monnier@iro.umontreal.ca>
8058
8059 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
8060 extra backslash added to each line (bug#6890).
8061
b0126eac 80622010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3ff78624
SM
8063
8064 * subr.el (read-key): Don't echo keystrokes (bug#6883).
8065
b0126eac 80662010-08-22 Glenn Morris <rgm@gnu.org>
635f7282
GM
8067
8068 * menu-bar.el (menu-bar-games-menu): Add landmark.
8069
b0126eac 80702010-08-22 Glenn Morris <rgm@gnu.org>
fb89a654 8071
9130a2d6
GM
8072 * align.el (align-regexp): Make group and spacing arguments
8073 use the interactive defaults when non-interactive. (Bug#6698)
8074
fb89a654
GM
8075 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
8076 expansion, so as not to need sendmail.
8077 (mail-text-start): Remove declaration.
8078 (rmail-retry-failure): Require sendmail.
8079
b0126eac 80802010-08-22 Chong Yidong <cyd@stupidchicken.com>
186e86db
SM
8081
8082 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
8083
b0126eac 80842010-08-22 Michael Albinus <michael.albinus@gmx.de>
a67e6f13 8085
186e86db
SM
8086 * progmodes/flymake.el (flymake-start-syntax-check-process):
8087 Use `start-file-process' in order to let it run also on remote hosts.
a67e6f13 8088
b0126eac 80892010-08-22 Kenichi Handa <handa@m17n.org>
f3cc64f8
KH
8090
8091 * files.el: Add `word-wrap' as safe local variable.
8092
b0126eac 80932010-08-22 Glenn Morris <rgm@gnu.org>
bb25c8d7
GM
8094
8095 * woman.el (woman-translate): Case matters. (Bug#6849)
8096
b0126eac 80972010-08-22 Chong Yidong <cyd@stupidchicken.com>
a4aae1a5
CY
8098
8099 * simple.el (kill-region): Doc fix (Bug#6787).
8100
b0126eac 81012010-08-22 Glenn Morris <rgm@gnu.org>
721dce17
GM
8102
8103 * calendar/diary-lib.el (diary-header-line-format):
8104 Fit it to the window, not the frame.
8105
b0126eac 81062010-08-22 Andreas Schwab <schwab@linux-m68k.org>
7467d0a8
AS
8107
8108 * subr.el (ignore-errors): Add debug declaration.
8109
b0126eac 81102010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
1fcf76af
GG
8111
8112 * whitespace.el (whitespace-color-off): Remove post-command-hook
8113 locally.
8114
537ffaf3
SM
81152010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8116
8117 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
8118
d64b8a68
CY
81192010-08-21 Chong Yidong <cyd@stupidchicken.com>
8120
8121 * cus-edit.el (custom-group-value-create): Add extra newline
8122 before end line (Bug#6876).
8123
d2625c3d
CY
81242010-08-21 Chong Yidong <cyd@stupidchicken.com>
8125
8126 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
8127 when extending it. Before killing on the second click, check if
8128 the buffer is the correct one. Doc fix.
8129 (mouse-secondary-save-then-kill): Allow usage without first
8130 calling mouse-start-secondary, by defaulting to point. Don't save
8131 an empty secondary selection. Doc fix.
8132
80525855
VJL
81332010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8134
91bdeb66
VJL
8135 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
8136 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
537ffaf3 8137 New version 13.0.
80525855
VJL
8138 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8139 Adjust initialization.
8140 (whitespace-bob-marker, whitespace-eob-marker)
8141 (whitespace-buffer-changed): New vars.
8142 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
8143 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
537ffaf3
SM
8144 (whitespace-post-command-hook, whitespace-display-char-on):
8145 Adjust code.
80525855 8146 (whitespace-looking-back, whitespace-buffer-changed): New funs.
85cc3d4f 8147 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
80525855 8148
4b9c0a49
SM
81492010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8150
118cf454
SM
8151 * files.el (locate-file-completion-table): Only list the .el and .elc
8152 extensions if there's no other choice (bug#5955).
8153
a2e5caf7
SM
8154 * facemenu.el (facemenu-self-insert-data): New var.
8155 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
8156 New functions.
8157 (facemenu-add-face): Use them.
8158
4b9c0a49
SM
8159 * simple.el (blink-matching-open): Obey forward-sexp-function.
8160
0193499f
SM
81612010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
8162
b2a15250
SM
8163 * simple.el (prog-mode-map): New var.
8164 (prog-indent-sexp): New command.
8165
b5ba2d6f
SM
8166 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
8167
9acd1bdc
SM
8168 * progmodes/prolog.el (smie): Require.
8169
8723cfa4
SM
8170 * emacs-lisp/smie.el (smie-default-backward-token)
8171 (smie-default-forward-token): Strip properties.
8172 (smie-next-sexp): Be more careful with associative operators.
8173 (smie-forward-sexp-command): Generalize.
8174 (smie-backward-sexp-command): Simplify.
8175 (smie-closer-alist): New var.
8176 (smie-close-block): New command.
8177 (smie-indent-debug-log): New var.
8178 (smie-indent-offset-rule): Add a few more cases.
8179 (smie-indent-column): New function.
8180 (smie-indent-after-keyword): Use it.
8181 (smie-indent-keyword): Use it.
8182 Fix up the opener code's point position.
8183 (smie-indent-comment): Only applies at BOL.
8184 (smie-indent-debug): New command.
8185
0193499f
SM
8186 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
8187 declarations that are useful before running the macro.
8188
0c9b8993
GM
81892010-08-18 Joakim Verona <joakim@verona.se>
8190
8191 * image.el (imagemagick-types-inhibit): New variable.
8192 (imagemagick-register-types): New function.
8193 * image-mode.el (image-transform-properties): New function.
ccd80618
JV
8194 (image-transform-set-scale, image-transform-fit-to-height)
8195 (image-transform-set-rotation, image-transform-set-resize)
0c9b8993
GM
8196 (image-transform-fit-to-width, image-transform-fit-to-height):
8197 New functions.
ccd80618
JV
8198 (image-toggle-display-image): Support image transforms.
8199
1075cd61
KY
82002010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
8201
8202 * image.el (create-animated-image): Don't add heuristic mask to image
8203 (Bug#6839).
8204
64cb6c78
J
82052010-08-18 Jan Djärv <jan.h.d@swipnet.se>
8206
0193499f
SM
8207 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
8208 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
64cb6c78 8209
ff80a446
SM
82102010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
8211
afa22f7c
SM
8212 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
8213
ff80a446
SM
8214 Font-lock '...' strings, plus various simplifications and fixes.
8215 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
8216 (octave-font-lock-close-quotes): New function.
8217 (octave-font-lock-syntactic-keywords): New var.
8218 (octave-mode): Use it. Set beginning-of-defun-function.
8219 (octave-mode-map): Don't override the <foo>-defun commands.
8220 (octave-mode-menu): Pass it directly to easy-menu-define;
8221 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
8222 (octave-block-match-alist): Fix up last change so that
8223 octave-close-block uses the more specific keyword.
8224 (info-lookup-mode): Silence byte-compiler.
8225 (octave-beginning-of-defun): Not interactive any more.
8226 Optimize slightly.
8227 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
8228 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
8229 (octave-completion-at-point-function): Make sure point is within
8230 beg..end.
8231 (octave-reindent-then-newline-and-indent):
8232 Use reindent-then-newline-and-indent.
8233 (octave-add-octave-menu): Remove.
8234
2269b349
JD
82352010-08-17 Jan Djärv <jan.h.d@swipnet.se>
8236
489cd5bd
JD
8237 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
8238 (report-emacs-bug-can-use-xdg-email): New functions.
8239 (report-emacs-bug): Set can-xdg-email to result of
8240 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
8241 \C-cm to report-emacs-bug-insert-to-mailer and add help text
8242 about it.
30ebab6d 8243
a2fb159c
GM
8244 * net/browse-url.el (browse-url-default-browser): Add cond
8245 for browse-url-xdg-open.
8246 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
8247
82482010-08-17 Glenn Morris <rgm@gnu.org>
8249
8250 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
8251 (c-fontify-recorded-types-and-refs): Define for compiler.
8252 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
8253 before use.
8254
8255 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
8256 Fix format call.
8257
bb6aba9c
MA
82582010-08-17 Michael Albinus <michael.albinus@gmx.de>
8259
8260 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
8261 properties.
8262 (tramp-handle-process-file): Call the program in a subshell, in
8263 order to preserve working directory.
8264 (tramp-action-password): Hide password prompt before next run.
8265 (tramp-process-actions): Widen connection buffer for the trace.
8266
8f10c937
DD
82672010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
8268
8269 * net/rcirc.el (rcirc-log-process-buffers): New option.
8270 (rcirc-print): Use it.
8271 (rcirc-generate-log-filename): New function.
8272 (rcirc-log-filename-function): Change default to
8273 rcirc-generate-log-filename (Bug#6828).
8274
7c23dd44
CY
82752010-08-16 Chong Yidong <cyd@stupidchicken.com>
8276
8277 * simple.el (deactivate-mark): If select-active-regions is `only',
8278 only set selection for temporarily active regions.
8279
8280 * cus-start.el: Change defcustom for select-active-regions.
8281
6d3e82d2
CY
82822010-08-15 Chong Yidong <cyd@stupidchicken.com>
8283
8284 * mouse.el (mouse--drag-set-mark-and-point): New function.
ff80a446
SM
8285 (mouse-drag-track): Use LOCATION arg to push-mark.
8286 Use mouse--drag-set-mark-and-point to take click-count into
6d3e82d2
CY
8287 consideration when updating point and mark (Bug#6840).
8288
c68263b1
CY
82892010-08-15 Chong Yidong <cyd@stupidchicken.com>
8290
8291 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8292 Give the Ruby rule a lower priority than Gnu (Bug#6778).
8293
456f369a
ŠN
82942010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
8295
ff80a446
SM
8296 * font-lock.el (lisp-font-lock-keywords-2):
8297 Add combine-after-change-calls, condition-case-no-debug,
456f369a
ŠN
8298 with-demoted-errors, and with-silent-modifications (Bug#6025).
8299
c22e18f5
KR
83002010-08-14 Kevin Ryde <user42@zip.com.au>
8301
8302 * emacs-lisp/copyright.el (copyright-update-year)
b7716b25
CY
8303 (copyright-update): Temporary switch-to-buffer to ensure the
8304 buffer change being queried is visible (Bug#5394).
c22e18f5 8305
6f1a6faf
TT
83062010-08-14 Tom Tromey <tromey@redhat.com>
8307
8308 * progmodes/etags.el (tags-file-name): Mark safe if stringp
8309 (Bug#6733).
8310
e7afcf30
EZ
83112010-08-14 Eli Zaretskii <eliz@gnu.org>
8312
8313 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
8314 MS-DOS. (Bug#6689)
8315
2b4e6277
J
83162010-08-13 Jan Djärv <jan.h.d@swipnet.se>
8317
8318 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
8319 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8320 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
8321 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
ff80a446
SM
8322 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
8323 Call menu-bar-set-tool-bar-position.
2b4e6277 8324
dc94fc85
SM
83252010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8326
c5683ceb
SM
8327 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
8328 comment style (bug#6834).
8329 * progmodes/scheme.el (scheme-mode-syntax-table):
8330 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
8331 "b" flag in "' 14b" syntax.
8332
c82d5b11
SM
8333 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
8334 for (un)commenting the region and performing completion.
8335 (octave-mode-menu): Use standard commands for help and completion.
8336 (octave-mode-syntax-table): Support %{..%} comments (sort of).
8337 (octave-mode): Use define-derived-mode.
8338 Set completion-at-point-functions and don't set columns.
8339 Don't disable adaptive-fill-regexp.
8340 (octave-describe-major-mode, octave-comment-region)
8341 (octave-uncomment-region, octave-comment-indent)
8342 (octave-indent-for-comment): Remove.
8343 (octave-indent-calculate): Rename from calculate-octave-indent.
7e82caa7 8344 (octave-indent-line, octave-fill-paragraph): Update caller.
c82d5b11
SM
8345 (octave-initialize-completions): No need to make an alist.
8346 (octave-completion-at-point-function): New function.
8347 (octave-complete-symbol): Use it.
8348 (octave-insert-defun): Use define-skeleton.
8349
8350 * progmodes/octave-mod.el (octave-mode): Set comment-add.
8351 (octave-mode-map): Use comment-dwim (bug#6829).
dc94fc85 8352
abec5126 83532010-08-12 Antoine Levitt <antoine.levitt@gmail.com>
61b6abbd
AL
8354
8355 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
8356 indentation of inserted comment.
8357
3a46642b
J
83582010-08-11 Jan Djärv <jan.h.d@swipnet.se>
8359
8360 * faces.el (region): Add type gtk that uses gtk colors.
8361
8362 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
8363 Handle theme-name change.
8364
3bd2cfef
MM
83652010-08-10 Michael R. Mauger <mmaug@yahoo.com>
8366
8367 * progmodes/sql.el: Version 2.5
8368 (sql-product-alist): Add :prompt-cont-regexp property for several
8369 database products.
8370 (sql-prompt-cont-regexp): New variable.
61b6abbd
AL
8371 (sql-output-newline-count, sql-output-by-send):
8372 New variables. Record number of newlines in input text.
3bd2cfef
MM
8373 (sql-send-string): Handle multiple filters and count newlines.
8374 (sql-send-magic-terminator): Count terminator newline.
8375 (sql-interactive-remove-continuation-prompt): Filters output to
8376 remove continuation prompts; one for each newline.
8377 (sql-interactive-mode): Set up new variables, prompt regexp and
8378 output filter.
8379 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
61b6abbd 8380 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
3bd2cfef 8381
d02c9bcd
SM
83822010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8383
8384 * emacs-lisp/pcase.el: New file.
8385
80ca4f1e
MA
83862010-08-10 Michael Albinus <michael.albinus@gmx.de>
8387
8388 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
8389 as here-document, otherwise the command could exceed maximum
8390 length of command line.
d02c9bcd
SM
8391 (tramp-handle-vc-registered): Call script accordingly.
8392 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
80ca4f1e 8393
2948599b
KH
83942010-08-10 Kenichi Handa <handa@m17n.org>
8395
8396 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
8397 composable pattern.
8398
148cef8e
CY
83992010-08-09 Chong Yidong <cyd@stupidchicken.com>
8400
8401 * emacs-lisp/package.el (package-version-split)
8402 (package--version-first-nonzero, package-version-compare):
8403 Functions removed.
8404 (package-directory-list, package-load-all-descriptors)
8405 (package--built-in, package-activate, define-package)
8406 (package-installed-p, package-compute-transaction)
8407 (package-read-all-archive-contents)
8408 (package--add-to-archive-contents, package-buffer-info)
d02c9bcd
SM
8409 (package-tar-file-info, package-list-packages-internal):
8410 Use version-to-list and version-list-*.
148cef8e 8411
d02c9bcd
SM
8412 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8413 Use version-to-list.
148cef8e
CY
8414 (package-upload-buffer-internal): Use version-list-<=.
8415
82a9ce0f
KH
84162010-08-09 Kenichi Handa <handa@m17n.org>
8417
231e5e5f 8418 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
82a9ce0f
KH
8419 composable pattern.
8420
7adf5fdc
CY
84212010-08-08 Chong Yidong <cyd@stupidchicken.com>
8422
fc560445
CY
8423 * tutorial.el (tutorial--default-keys): C-d is now bound to
8424 delete-forward-char (Bug#6826).
8425
7adf5fdc
CY
8426 * mouse.el (mouse-drag-track): Remove accidentally-removed check
8427 for `double' value of mouse-1-click-follows-link (Bug#6807).
8428
e54a1075
JB
84292010-08-08 Johan Bockgård <bojohan@gnu.org>
8430
8431 * replace.el (replace-highlight): Bind isearch-forward and
8432 isearch-error, ensuring that highlighting is updated if the user
8433 switches the search direction (Bug#6808).
8434
8435 * isearch.el (isearch-lazy-highlight-forward): New var.
8436 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8437 (isearch-lazy-highlight-update): Use it.
8438
7815fe19 84392010-08-08 Kenichi Handa <handa@m17n.org>
7a84eee5 8440
8d9e03e4
JB
8441 * international/mule.el (define-charset): Store NAME as :base property.
8442 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
7a84eee5
KH
8443 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
8444 current priority. Force using the designation of the specific
8d9e03e4 8445 charset by adding `charset' text property. Improve the whole algorithm.
7a84eee5 8446
7815fe19 84472010-08-08 Juanma Barranquero <lekktu@gmail.com>
f6b55526
JB
8448
8449 * emulation/pc-select.el (pc-selection-mode-hook)
8450 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
8451 (pc-selection-mode): Fix typos in docstrings.
8452
7815fe19 84532010-08-08 Kenichi Handa <handa@m17n.org>
6b4d96c2
KH
8454
8455 * language/cyrillic.el: Don't add "microsoft-cp1251" to
8456 ctext-non-standard-encodings-alist here.
8457
8d9e03e4
JB
8458 * international/mule.el (ctext-non-standard-encodings-alist):
8459 Add "koi8-r" and "microsoft-cp1251".
6b4d96c2
KH
8460 (ctext-standard-encodings): New variable.
8461 (ctext-non-standard-encodings-table): List only elements for
8462 non-standard encodings.
186e86db 8463 (ctext-pre-write-conversion): Adjust for the above change.
6b4d96c2
KH
8464 Check ctext-standard-encodings.
8465
8466 * international/mule-conf.el (compound-text): Doc fix.
8467 (ctext-no-compositions): Doc fix.
8468 (compound-text-with-extensions): Doc fix.
8469
7815fe19 84702010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
c613687b
SM
8471
8472 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
8473
8d9e03e4 84742010-08-08 Juanma Barranquero <lekktu@gmail.com>
d5b8058f 8475
9ebc731b
JB
8476 * progmodes/which-func.el (which-func-format): Split help-echo text
8477 into lines, like other mode-line tooltips.
8478
d5b8058f
JB
8479 * server.el (server-start): When using TCP sockets, force IPv4
8480 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
8481
8d9e03e4 84822010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a2077b7f
SM
8483
8484 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
8485
8d9e03e4 84862010-08-08 Juanma Barranquero <lekktu@gmail.com>
f63a7652
JB
8487
8488 * term.el (term-delimiter-argument-list): Reflow docstring.
8489 (term-read-input-ring, term-write-input-ring, term-send-input)
8490 (term-bol, term-erase-in-display, serial-supported-or-barf):
8491 Fix typos in docstrings.
8492
8d9e03e4 84932010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a7e26d8b
SM
8494
8495 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
8496
8d9e03e4 84972010-08-08 Juanma Barranquero <lekktu@gmail.com>
bbc4e17c
JB
8498
8499 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
8500
8d9e03e4 85012010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
9aea20c9
MK
8502
8503 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
8504 Fix typo in docstring (bug#6747).
8505
7815fe19 85062010-08-08 Leo <sdl.web@gmail.com>
16b0b347
LL
8507
8508 * eshell/esh-io.el (eshell-get-target): Better detection of
8509 read-only file (Bug#6762).
8510
7815fe19 85112010-08-08 Juanma Barranquero <lekktu@gmail.com>
ad9ae065
JB
8512
8513 * align.el (align-default-spacing): Doc fix.
8514 (align-region-heuristic, align-regexp): Fix typos in docstrings.
8515
733946e7 85162010-08-08 Stephen Peters <speters@itasoftware.com>
81ee9410 8517
490b89ac 8518 * calendar/icalendar.el
93acd23d
JB
8519 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
8520 (icalendar--get-weekday-numbers): New.
81ee9410 8521 (icalendar--convert-recurring-to-diary): Handle multiple byday
93acd23d 8522 values in weekly rules. (Bug#6766)
81ee9410 8523
490b89ac
UJ
85242010-08-08 Ulf Jasper <ulf.jasper@web.de>
8525
8526 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
8527 (icalendar--create-uid, icalendar-export-region)
8528 (icalendar--parse-summary-and-rest): Code formatting.
8529
2c695727
JB
85302010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
8531
01c35094 8532 * calc/calc.el (calc-trail-mode, calc-refresh): Use `face' property
2c695727
JB
8533 to italicize headers.
8534 (calc-highlight-selections-with-faces): New variable.
8535 (calc-selected-face, calc-nonselected-face): New faces.
8536
8537 * calc/calccomp.el (math-comp-highlight-string): Use
8538 `calc-highlight-selections-with-faces' to determine how to highlight
8539 sub-formulas.
8540
8541 * calc/calc-sel.el (calc-show-selections): Change message to when
8542 using faces to highlight selections.
8543
b93d4f22
MM
85442010-08-07 Michael R. Mauger <mmaug@yahoo.com>
8545
8d9e03e4
JB
8546 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
8547 Add SQLite 3 keywords, functions and datatypes.
8548 (sql-interactive-mode): Remove `comint-process-echoes' set to t
b93d4f22
MM
8549 (Bug#6686).
8550
9852377f
CY
85512010-08-07 Chong Yidong <cyd@stupidchicken.com>
8552
8553 * simple.el (select-active-regions): Move to keyboard.c.
8554 (deactivate-mark): Used saved-region-selection.
8555 (select-active-region): Function removed.
8556 (activate-mark, set-mark, push-mark-command)
8557 (handle-shift-selection): Don't call it.
8558 (keyboard-quit): Avoid adding the region to the window selection.
8559
8560 * mouse.el (mouse-drag-track): Remove hacks to deal with old
8561 select-active-regions implementation.
8562 (mouse-yank-at-click): Doc fix.
8563
8564 * cus-start.el: Add custom declaration for select-active-regions.
8565
822775bf
EZ
85662010-08-07 Eli Zaretskii <eliz@gnu.org>
8567
4c5130d6
EZ
8568 * simple.el (delete-forward-char): Doc fix.
8569
822775bf
EZ
8570 * tutorial.el (help-with-tutorial): Hack safe file-local variables
8571 after reading the tutorial.
8572
bd4c5e3e
AM
85732010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
8574
6a7662bb
BR
8575 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
8576 Fix for the case that a C style comment has its delimiters alone on
cb6fa1ad 8577 their respective lines. (Bug#193)
bd4c5e3e 8578
d00fa9b6
MA
85792010-08-06 Michael Albinus <michael.albinus@gmx.de>
8580
8d9e03e4 8581 * net/tramp.el (tramp-handle-start-file-process): Set connection
d00fa9b6 8582 property "vec".
6a7662bb
BR
8583 (tramp-process-sentinel): Use it for flushing the cache.
8584 We cannot do it via the process buffer, the buffer could be deleted
d00fa9b6
MA
8585 already when running the sentinel.
8586
85872010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
942415f3
MA
8588
8589 * comint.el (comint-mode): Make directory tracking functions
8590 functional on remote files. (Bug#6764)
8591
b3d42406
DN
85922010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
8593
8594 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
8595
29cf3e20
EZ
85962010-08-05 Eli Zaretskii <eliz@gnu.org>
8597
6a7662bb
BR
8598 * emacs-lisp/find-gc.el (find-gc-source-files):
8599 Rename unexec.c => unexcoff.c.
29cf3e20 8600
6a7662bb
BR
8601 * emacs-lisp/authors.el (authors-fixed-entries):
8602 Rename unexec.c => unexcoff.c.
29cf3e20 8603
39e1bf0b
MA
86042010-08-05 Michael Albinus <michael.albinus@gmx.de>
8605
8606 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
8607 cache, not only file cache.
8608 (tramp-process-sentinel): New defun.
8609 (tramp-handle-start-file-process): Use it, in order to invalidate
8610 file caches.
8611
9f982e22
LL
86122010-08-03 Leo <sdl.web@gmail.com>
8613
8614 * server.el (server-start): Simplify loop.
8615
0798a8d8
SM
86162010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
8617
548c5c47
SM
8618 * frame.el (screen-height, screen-width, set-screen-width)
8619 (set-screen-height): Remove ancient compatibility aliases.
8620
3311d1c2
SM
8621 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
8622 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
8623
0798a8d8
SM
8624 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
8625 that change current buffer.
8626
26ee77a6
YM
86272010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8628
8629 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
8630 beginning of the string. Use `string-match-p'. (Bug#6765)
8631
aa1859f5
J
86322010-08-01 Jan Djärv <jan.h.d@swipnet.se>
8633
8634 * cus-start.el (x-gtk-use-system-tooltips): New variable.
8635
376c2b6b
CY
86362010-08-01 Chong Yidong <cyd@stupidchicken.com>
8637
0798a8d8 8638 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
376c2b6b 8639 (package--builtins): Tweak descriptions.
0798a8d8
SM
8640 (package-print-package): Upcase descriptions if necessary.
8641 Show all built-in packages in font-lock-builtin-face.
8642 (package-list-packages-internal): Omit "emacs" package.
8643 Show status of built-in packages as "built-in".
376c2b6b 8644
16041401
CY
86452010-07-31 Chong Yidong <cyd@stupidchicken.com>
8646
8647 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
8648 before killing to preserve the primary selection (Bug#6701).
8649
8650 * term/x-win.el (x-select-text): Doc fix.
8651
0798a8d8
SM
86522010-07-31 Nathaniel Flath <flat0103@gmail.com>
8653
452ea855
AM
8654 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
8655 (objc-font-lock-extra-types):
452ea855 8656 * progmodes/cc-mode.el (c-basic-common-init):
452ea855
AM
8657 * progmodes/cc-langs.el (c-make-mode-syntax-table)
8658 (c++-make-template-syntax-table)
8659 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
8660 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
8661 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
8662 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
452ea855
AM
8663 * progmodes/cc-fonts.el (c-make-inverse-face)
8664 (c-basic-matchers-after):
452ea855
AM
8665 * progmodes/cc-engine.el (c-forward-keyword-clause)
8666 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
8667 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
8668 (c-guess-continued-construct, c-guess-basic-syntax):
2f5e7c6f
GM
8669 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
8670 The above functions were modified or created.
452ea855 8671
37766706
J
86722010-07-31 Jan Djärv <jan.h.d@swipnet.se>
8673
0798a8d8 8674 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
37766706 8675
cd83d522
EZ
86762010-07-31 Eli Zaretskii <eliz@gnu.org>
8677
8678 * files.el (bidi-paragraph-direction): Define safe local values.
8679
8680 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
8681 language-info-alist. Remove outdated FIXME in a comment.
8682
28e5cf7c
AM
86832010-07-31 Alan Mackenzie <acm@muc.de>
8684
8685 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
8686 Auto-fill broken in C/C++ modes.
8687
bfeabdc3
JD
86882010-07-29 Jan Djärv <jan.h.d@swipnet.se>
8689
8690 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8691 (menu-bar-showhide-tool-bar-menu-customize-disable)
8692 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
0798a8d8
SM
8693 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
8694 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
bfeabdc3
JD
8695 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
8696 make a menu for Options => toolbar that can move it.
8697
063e5294
CY
86982010-07-29 Chong Yidong <cyd@stupidchicken.com>
8699
8700 * emacs-lisp/package-x.el (package--make-rss-entry):
8701 (package-maint-add-news-item, package--update-news)
8702 (package-upload-buffer-internal): New arg ARCHIVE-URL.
8703
8704 * emacs-lisp/package.el (package-archive-url): Rename from
8705 package-archive-id.
8706 (package-install): Doc fix.
8707 (package-download-single, package-download-tar, package-install)
8708 (package-menu-view-commentary): Callers changed.
8709
683cc385
MA
87102010-07-29 Michael Albinus <michael.albinus@gmx.de>
8711
8712 * net/tramp.el (tramp-handle-start-file-process): Check only for
8713 `remote-tty' process property.
8714 (tramp-open-shell): Don't check for tty.
8715 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
8716 process property.
8717
8718 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
8719 host.
8720
bc44bef7
PH
87212010-07-28 Chong Yidong <cyd@stupidchicken.com>
8722
8723 * emacs-lisp/package.el (package-load-list, package-archives)
8724 (package-archive-contents, package-user-dir)
8725 (package-directory-list, package--builtins, package-alist)
8726 (package-activated-list, package-obsolete-alist): Mark as risky.
8727
87282010-07-28 Phil Hagelberg <phil@evri.com>
8729
8730 Add support for non-default package repositories.
8731 * emacs-lisp/package.el (package-archive-base): Var deleted.
8732 (package-archives): New variable.
8733 (package-archive-contents): Doc fix.
0798a8d8 8734 (package-load-descriptor): Do nothing if descriptor file is missing.
bc44bef7
PH
8735 (package--write-file-no-coding): New function.
8736 (package-unpack-single): Use it.
8737 (package-archive-id): New function.
8738 (package-download-single, package-download-tar)
8739 (package-menu-view-commentary): Use it.
8740 (package-installed-p): Make second argument optional.
8741 (package-read-all-archive-contents): New function.
8742 (package-initialize): Use it.
8743 (package-read-archive-contents): Add ARCHIVE argument.
8744 (package--add-to-archive-contents): New function.
8745 (package-install): Don't call package-read-archive-contents.
8746 (package--download-one-archive): Store archive file in a
8747 subdirectory of package-user-dir.
8748 (package-menu-execute): Remove spurious line movement.
8749
8a52f00a
JD
87502010-07-28 Jan Djärv <jan.h.d@swipnet.se>
8751
8752 * cus-start.el (tool-bar-style): Add text-image-horiz.
8753
b21d3ceb
MA
87542010-07-28 Michael Albinus <michael.albinus@gmx.de>
8755
8756 * progmodes/gud.el (gud-common-init): Check for remoteness of
8757 `file', and not of `default-directory'.
8758
8fbcce2d
MA
87592010-07-28 Michael Albinus <michael.albinus@gmx.de>
8760
8761 * net/tramp.el (tramp-methods): Move hostname to the end in all
8762 ssh `tramp-login-args'.
8763 (tramp-verbose): Describe verbose level 9.
8764 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
8765 (tramp-open-connection-setup-interactive-shell): Trace stty
8766 settings if `tramp-verbose' >= 9.
8767 (tramp-handle-start-file-process): Implement tty setting.
8768 (Bug#4604, Bug#6360)
8769
8770 * net/tramp-cmds.el (tramp-bug): Recommend setting of
8771 `tramp-verbose' to 9.
8772
128440c9
AH
87732010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
8774
8775 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
8776 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
8777 Remove references to package `lisp-re' (bug#4369).
8778
ae0c2494
TT
87792010-07-27 Tom Tromey <tromey@redhat.com>
8780
8781 * progmodes/js.el (js-mode):
8782 * progmodes/make-mode.el (makefile-mode):
8783 * progmodes/simula.el (simula-mode):
8784 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
8785
0ed082fe 87862010-07-27 Juanma Barranquero <lekktu@gmail.com>
fe4be04c
JB
8787
8788 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
8789
7c7c04c0
JB
8790 * time.el (display-time-day-and-date): Remove spurious * in docstring.
8791 (display-time-world-buffer-name, display-time-world-mode-map):
8792 Fix typos in docstrings.
8793
0ed082fe 87942010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
c9088194
SK
8795
8796 * image-mode.el (image-display-size): New function.
8797 (image-forward-hscroll, image-next-line, image-eol, image-eob)
8798 (image-mode-fit-frame): Use it (Bug#6639).
8799
0ed082fe 88002010-07-27 Chong Yidong <cyd@stupidchicken.com>
dad7c716
CY
8801
8802 * dired.el (dired-buffers-for-dir): Handle list values of
8803 dired-directory (Bug#6636).
8804
aa2d4bd3
SS
88052010-07-26 Sam Steingold <sds@gnu.org>
8806
8807 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
8808 Do not call `x-get-selection' the second time, reuse the value.
8809
78b84da3
DU
88102010-07-26 Daiki Ueno <ueno@unixuser.org>
8811
8812 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
0798a8d8 8813 which consist of control chars only. Suggested by Richard Stallman.
78b84da3 8814
4f195cf7
DU
88152010-07-25 Daiki Ueno <ueno@unixuser.org>
8816
8817 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
8818 exists before passing an error to find-file-not-found-functions
8819 (bug#6723).
8820
195e19e4
LH
88212010-07-23 Lukas Huonker <l.huonker@gmail.com>
8822
8823 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
8824 Remove leading nil element, adjust values.
8825 (tetris-shapes, tetris-shape-scores):
8826 Change representation of shapes and remove some redundancy.
8827 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
8828 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
8829 Adjust for working with new representation of shapes.
8830 (tetris-shape-rotations): New function.
8831 (tetris-move-bottom, tetris-move-left, tetris-move-right)
8832 (tetris-rotate-prev, tetris-rotate-next):
8833 Adjust for working with the new version of tetris-test-shape.
8834
9cf2db99
MT
88352010-07-23 Markus Triska <markus.triska@gmx.at>
8836
8837 * progmodes/ps-mode.el: Use comint (bug#5954).
8838 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
8839 (ps-mode-other-newline): Simplify.
8840 (ps-run-mode): Derive from comint-mode instead of
8841 fundamental-mode, yielding input history etc.
8842 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
8843 (ps-run-send-string): Adapt for comint-mode.
8844 (ps-run-newline): Remove now unneeded function.
8845
225d5e9e
MA
88462010-07-23 Michael Albinus <michael.albinus@gmx.de>
8847
8848 * net/tramp.el (tramp-methods): Move hostname to the end in all
8849 plink `tramp-login-args'.
8850
84bc68f2
MA
88512010-07-23 Michael Albinus <michael.albinus@gmx.de>
8852
8853 * net/tramp.el (tramp-open-shell): New defun.
8854 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8855 Use it.
8856
1eb5ca1c
MA
88572010-07-23 Michael Albinus <michael.albinus@gmx.de>
8858
8859 * net/tramp.el (tramp-file-name-regexp-unified)
8860 (tramp-completion-file-name-regexp-unified): On W32 systems, do
8861 not regard the volume letter as remote filename. (Bug#5447)
8862
440735a7
JB
88632010-07-23 Juanma Barranquero <lekktu@gmail.com>
8864
8865 * custom.el (custom-declare-variable): Give a clearer error message
8866 when the docstring is missing (bug#6476).
8867
5474c40f
MM
88682010-07-22 Michael R. Mauger <mmaug@yahoo.com>
8869
8870 * progmodes/sql.el: Version 2.4. Improved Login prompting.
8871 (sql-login-params): New widget definition.
8872 (sql-oracle-login-params, sql-mysql-login-params)
8873 (sql-solid-login-params, sql-sybase-login-params)
8874 (sql-informix-login-params, sql-ingres-login-params)
8875 (sql-ms-login-params, sql-postgres-login-params)
8876 (sql-interbase-login-params, sql-db2-login-params)
8877 (sql-linter-login-params): Use it.
8878 (sql-sqlite-login-params): Use it; Define "database" parameter as
8879 a file name.
c4cc8b9a 8880 (sql-sqlite-program): Change to "sqlite3".
5474c40f
MM
8881 (sql-comint-sqlite): Make sure database name is complete.
8882 (sql-for-each-login): New function.
8883 (sql-connect, sql-save-connection): Use it.
8884 (sql-get-login-ext): New function.
8885 (sql-get-login): Use it.
8886 (sql-make-alternate-buffer-name): Handle :file parameters.
8887
9c0deccb
JB
88882010-07-22 Juanma Barranquero <lekktu@gmail.com>
8889
8890 * dired.el (dired-no-confirm): Document value t and fix defcustom to
8891 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
8892
aac818a8
TL
88932010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
8894
8895 * dired.el (dired-mode-map): Use command remapping (bug#6632).
8896
47d2734f
LM
88972010-07-22 Lawrence Mitchell <wence@gmx.li>
8898
8899 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
8900
10e73994
MA
89012010-07-21 Michael Albinus <michael.albinus@gmx.de>
8902
8903 * net/tramp.el (tramp-get-ls-command)
8904 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
8905 instead of "/".
8906
d26b0ea9
MM
89072010-07-20 Michael R. Mauger <mmaug@yahoo.com>
8908
8909 * progmodes/sql.el: Version 2.3.
f49d1f52 8910 (sql-connection-alist): Change keys from symbols to strings;
d26b0ea9 8911 enhanced the widget definition.
88b5a757
DD
8912 (sql-mode-menu): Add submenu to select connections.
8913 (sql-interactive-mode-menu): Add "Save Connection" item.
8914 (sql-add-product): Fix menu item.
d26b0ea9 8915 (sql-get-product-feature): Improved error handling.
5f9d345c 8916 (sql--alt-buffer-part, sql--alt-if-not-empty): Remove.
d26b0ea9
MM
8917 (sql-make-alternate-buffer-name): Simplified.
8918 (sql-product-interactive): Handle missing product.
8919 (sql-connect): Support string keys, minor improvements.
8920 (sql-save-connection): New function.
8921 (sql-connection-menu-filter): New function.
8922
af4b9ae5
MA
89232010-07-20 Michael Albinus <michael.albinus@gmx.de>
8924
8925 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
6a7662bb
BR
8926 (tramp-open-connection-setup-interactive-shell):
8927 Apply workaround for IRIX64 bug. Move argument of last
af4b9ae5
MA
8928 `tramp-send-command' where it belongs to.
8929
da040a16
MA
89302010-07-20 Michael Albinus <michael.albinus@gmx.de>
8931
8932 * net/tramp.el (tramp-perl-file-attributes)
8933 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
8934 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
8935 front of `login-args'.
8936
16f3ade5
JB
89372010-07-19 Juanma Barranquero <lekktu@gmail.com>
8938
8939 * time.el (display-time-world-mode): Define with `define-derived-mode'.
8940 Set `show-trailing-whitespace' to nil.
8941 (display-time-world-display): Simplify.
8942
00af0b67
AM
89432010-07-18 Alan Mackenzie <acm@muc.de>
8944
8945 Enhance `c-file-style' in file/directory local variables.
a628ad9d 8946 * progmodes/cc-mode.el (c-count-cfss): New function.
00af0b67
AM
8947 (c-before-hack-hook): Call `c-set-style' differently according to
8948 whether c-file-style was set in file or directory local
8949 variables.
8950
30c4d8dc
MM
89512010-07-18 Michael R. Mauger <mmaug@yahoo.com>
8952
8953 * progmodes/sql.el: Version 2.2.
6a7662bb
BR
8954 (sql-product, sql-user, sql-database, sql-server, sql-port):
8955 Use defcustom :safe keyword rather than putting safe-local-variable
30c4d8dc
MM
8956 property.
8957 (sql-password): Use defcustom :risky keyword rather than putting
8958 risky-local-variable property.
8959 (sql-oracle-login-params, sql-sqlite-login-params)
8960 (sql-solid-login-params, sql-sybase-login-params)
8961 (sql-informix-login-params, sql-ingres-login-params)
8962 (sql-ms-login-params, sql-postgres-login-params)
8963 (sql-interbase-login-params, sql-db2-login-params)
c4cc8b9a 8964 (sql-linter-login-params): Add `port' option.
88b5a757 8965 (sql-get-product-feature): Add NO-INDIRECT parameter.
30c4d8dc
MM
8966 (sql-comint-oracle, sql-comint-sybase)
8967 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
8968 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
8969 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
88b5a757 8970 (sql-comint-linter): Rename sql-connect-* functions to
30c4d8dc 8971 sql-comint-*.
88b5a757 8972 (sql-product-alist, sql-mode-menu): Rename as above and
30c4d8dc 8973 :sqli-connect-func to :sqli-comint-func.
c4cc8b9a 8974 (sql-connection): New variable.
30c4d8dc
MM
8975 (sql-interactive-mode): Set it.
8976 (sql-connection-alist): New variable.
8977 (sql-connect): New function.
8978 (sql--alt-buffer-part, sql--alt-if-not-empty)
a628ad9d 8979 (sql-make-alternate-buffer-name): Improved alternative buffer name.
30c4d8dc 8980
f12492c8
TV
89812010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8982
8983 * image-mode.el (image-bookmark-make-record): Do not set context
8984 in an image (Bug#6650).
8985
91023c68
CY
89862010-07-17 Chong Yidong <cyd@stupidchicken.com>
8987
8988 * simple.el (select-active-region): New function.
8989 (push-mark-command, set-mark, activate-mark)
8990 (handle-shift-selection): Use it.
8991 (deactivate-mark): Don't check for size of region.
8992
8993 * mouse.el (mouse-drag-track): Use select-active-region.
8994
1c0e8f0e
MA
89952010-07-17 Michael Albinus <michael.albinus@gmx.de>
8996
8997 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
8998 "--dired" stronger.
8999
2490cbbc
CY
90002010-07-17 Chong Yidong <cyd@stupidchicken.com>
9001
9002 * term/x-win.el (x-select-enable-primary): Change default to nil.
9003 (x-select-enable-clipboard): Add :version keyword.
9004
9005 * mouse.el (mouse-drag-copy-region):
9006 * simple.el (select-active-regions): Likewise.
9007
f253ef6a
RS
90082010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
9009
a628ad9d 9010 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
f253ef6a
RS
9011 (vc-coding-system-for-diff): Use it to decide whether to inherit
9012 from the file the EOL format for reading the diffs of that file.
9013 (Bug#4451)
9014
134a027f
EZ
90152010-07-16 Eli Zaretskii <eliz@gnu.org>
9016
9017 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
9018 unibyte, so compressed attachments are not compressed again.
9019
7e4289ad
MA
90202010-07-16 Michael Albinus <michael.albinus@gmx.de>
9021
9022 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
9023 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
9024 (tramp-find-shell): Simplify setting connection property.
9025 (tramp-get-ls-command): Make test for "--color=never" stronger.
9026
7473fff9 90272010-07-15 Simon South <ssouth@member.fsf.org>
2c6a779a
SS
9028
9029 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
9030 blocks within record declarations (i.e. variant parts) correctly.
9031
a11b38ee
SS
90322010-07-15 Simon South <ssouth@member.fsf.org>
9033
9034 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
9035 over literal tokens when parsing so newlines aren't "absorbed" by
9036 single-line comments. Corrects the indentation of case blocks
9037 that have a comment on the first line.
9038
077e0753
KF
90392010-07-14 Karl Fogel <kfogel@red-bean.com>
9040
9041 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
9042 by Drew Adams (Bug#5504).
9043
243881ed
J
90442010-07-14 Jan Djärv <jan.h.d@swipnet.se>
9045
9046 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
dd86ea11 9047 now that Unicode is used (Bug#6594).
243881ed 9048
f9d71b42
CY
90492010-07-14 Chong Yidong <cyd@stupidchicken.com>
9050
9051 * term/x-win.el (x-select-enable-clipboard): Default to t.
9052 (x-initialize-window-system): Don't overwrite Paste menu item.
9053
9054 * simple.el (select-active-regions): Default to t.
9055 (push-mark-command): Don't overwrite primary with empty string.
9056
9057 * mouse.el: Bind mouse-2 to mouse-yank-primary.
9058 (mouse-drag-copy-region): Default to nil.
9059
9060 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
9061 Cut/Copy/Paste menu bar items.
9062
a628ad9d 90632010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8f2eaa8a
TV
9064
9065 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9066 Patch applied by Karl Fogel.
9067
9068 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
9069 and `bookmark-current-buffer' if they have been already set in
9070 another buffer (e.g gnus-art).
9071
e44fa724 90722010-07-13 Karl Fogel <kfogel@red-bean.com>
a628ad9d 9073 Thierry Volpiatto <thierry.volpiatto@gmail.com>
e44fa724
KF
9074
9075 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
9076
9077 * bookmark.el (bookmark-make-record-default): Allow unneeded
9078 information to be omitted from the record.
9079
9080 Adjust declarations and calls:
9081
9082 * info.el (bookmark-make-record-default): Adjust declaration.
9083 (Info-bookmark-make-record): Adjust call.
9084
9085 * woman.el (bookmark-make-record-default): Adjust declaration.
9086 (woman-bookmark-make-record): Adjust call.
9087
9088 * man.el (bookmark-make-record-default): Adjust declaration.
9089 (Man-bookmark-make-record): Adjust call.
9090
9091 * image-mode.el (bookmark-make-record-default): Adjust declaration.
9092
9093 * doc-view.el (bookmark-make-record-default): Adjust declaration.
9094
0c4371fe
KF
90952010-07-13 Karl Fogel <kfogel@red-bean.com>
9096
9097 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
9098 This is also from Thierry Volpiatto's patch in bug #6444. However,
9099 because it was extraneous to the functional change in that patch,
9100 and causes a re-indendation, I am committing it separately.
9101
2bb8db3e 91022010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
068a0233
KF
9103
9104 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
9105 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
2bb8db3e 9106 Patch applied by Karl Fogel (Bug#6444).
068a0233 9107
21bd02a6
CY
91082010-07-13 Chong Yidong <cyd@stupidchicken.com>
9109
9110 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
9111
79cb9c05
AR
91122010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
9113
9114 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
9115 Dempsky; bug#5084). Remove incorrect binding for S-tab.
9116 (ns-alternatives-map): Change S-tab binding to backtab
9117 (bug#6616).
9118
9119 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
9120 under ns.
9121
beb000f9
AS
91222010-07-12 Andreas Schwab <schwab@linux-m68k.org>
9123
dd86ea11
JB
9124 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
9125 (Bug#5806)
e9952282 9126
beb000f9
AS
9127 * language/tv-util.el (tai-viet-re): Remove format.
9128
6f2cdcd1
KH
91292010-07-12 Kenichi Handa <handa@m17n.org>
9130
dd86ea11
JB
9131 * language/hebrew.el: Remove no-byte-compile declaration.
9132 Change coding: tag to utf-8. Register hebrew-shape-gstring in
6f2cdcd1
KH
9133 composition-function-table for 3-character looking back.
9134 (hebrew-font-get-precomposed): New function.
9135 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
9136
f479ef6e
CY
91372010-07-11 Chong Yidong <cyd@stupidchicken.com>
9138
9139 * mouse.el (mouse-drag-track): Handle select-active-regions
9140 (Bug#6612).
9141
3277c1ee
MA
91422010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
9143
9144 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
9145 empty argument to gvfs-copy.
9146
3260caf8
GM
91472010-07-10 Glenn Morris <rgm@gnu.org>
9148
9149 * calendar/calendar.el (calendar-week-end-day): New function.
9150 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
9151 Respect calendar-week-start-day. (Bug#6606)
9152 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
9153 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
9154 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
9155 respect calendar-week-start-day.
9156
c876b263
CY
91572010-07-10 Chong Yidong <cyd@stupidchicken.com>
9158
9159 * simple.el (use-region-p): Doc fix (Bug#6607).
9160
dce34635
AG
91612010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
9162
6a7662bb
BR
9163 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9164 Add regexps for cucumber and ruby.
dce34635 9165
c0397930
DU
91662010-07-08 Daiki Ueno <ueno@unixuser.org>
9167
9168 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
9169 (epa-file-insert-file-contents): Hack to prevent
192cfe77 9170 find-file from opening empty buffer when decryption failed
c0397930
DU
9171 (bug#6568).
9172
fd5539c6
AM
91732010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
9174
a628ad9d
JB
9175 * textmodes/ispell.el (ispell-alternate-dictionary):
9176 Use file-readable-p.
fd5539c6
AM
9177 Return nil if no word-list is found at default locations.
9178 (ispell-complete-word-dict): Default to nil.
9179 (ispell-command-loop): Use 'word-list' when using lookup-words.
9180 (lookup-words): Use ispell-complete-word-dict or
9181 ispell-alternate-dictionary. Check for word-list availability
9182 and handle errors if needed with better messages (Bug#6539).
9183 (ispell-complete-word): Use ispell-complete-word-dict or
9184 ispell-alternate-dictionary.
9185
4565b08e
CS
91862010-07-07 Christoph Scholtes <cschol2112@gmail.com>
9187
9188 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
9189 builtins (BufferError, BytesWarning, WindowsError; callables
9190 bin, bytearray, bytes, format, memoryview, next, print; __package__).
9191
a2c270e7
GM
91922010-07-07 Glenn Morris <rgm@gnu.org>
9193
9194 * play/zone.el (top-level): Do not require timer, tabify, or cl.
9195 (zone-shift-left): Ignore intangibility, and any errors from
9196 forward-char.
9197 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
9198 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
9199 deleting, and copying text properties.
9200 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
9201 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
9202 to point-max is hard.
9203 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
9204 (zone-fill-out-screen): Ignore intangibility.
9205
81133808
CY
92062010-07-05 Chong Yidong <cyd@stupidchicken.com>
9207
4ad11f8c
CY
9208 * menu-bar.el (menu-bar-mode):
9209 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
9210 if it has been set.
9211
81133808
CY
9212 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
9213 word/line selection (Bug#6565).
9214
b24344ca
JB
92152010-07-04 Juanma Barranquero <lekktu@gmail.com>
9216
9217 * net/dbus.el (dbus-send-signal): Declare function.
9218
b1ce08da
MA
92192010-07-04 Michael Albinus <michael.albinus@gmx.de>
9220
9221 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
9222 (dbus-register-property): New optional argument EMITS-SIGNAL.
9223 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
9224
5592c08f
CY
92252010-07-03 Chong Yidong <cyd@stupidchicken.com>
9226
9227 * mouse.el (mouse-drag-overlay): Variable deleted.
9228 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
9229 (mouse--remap-link-click-p): New function.
9230 (mouse-drag-track): Handle dragging by using temporary Transient
9231 Mark mode, instead of a special overlay.
9232 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
9233 mouse-show-mark.
9234
9235 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
9236 deleted.
9237
a6ed0e28
JL
92382010-07-02 Juri Linkov <juri@jurta.org>
9239
9240 * autoinsert.el (auto-insert-alist): Fix readability
9241 by using dotted pair notation for lambda.
9242
c91e692b
JL
92432010-07-02 Juri Linkov <juri@jurta.org>
9244
9245 * faces.el (read-face-name): Rename arg `string-describing-default'
9246 to `default'. Doc fix. Display the default value in quotes
9247 in the prompt. With empty input, return the `default' arg,
9248 unless the default value is a string (in which case return nil).
9249 (describe-face): Replace the string `default' arg of `read-face-name'
9250 with the symbol `default'.
9251
23640f8f
CY
92522010-07-02 Chong Yidong <cyd@stupidchicken.com>
9253
9254 * emulation/viper-cmd.el (viper-delete-backward-char)
9255 (viper-del-backward-char-in-insert)
9256 (viper-del-backward-char-in-replace, viper-change)
9257 (viper-backward-indent): Replace delete-backward-char with
9258 delete-char (Bug#6552).
9259
b32d1614
CY
92602010-07-01 Chong Yidong <cyd@stupidchicken.com>
9261
9262 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
9263
c1ef4455
CY
92642010-06-30 Chong Yidong <cyd@stupidchicken.com>
9265
9266 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
9267 argument passed to frame-creation-function (Bug#5378).
9268
9269 * faces.el (x-handle-named-frame-geometry)
9270 (x-handle-reverse-video, x-create-frame-with-faces)
6a7662bb
BR
9271 (face-set-after-frame-default, tty-create-frame-with-faces):
9272 Don't separately consult default-frame-alist. It is now passed as the
c1ef4455
CY
9273 PARAMETER argument.
9274
55702e89
AS
92752010-06-30 Andreas Schwab <schwab@linux-m68k.org>
9276
9277 * startup.el (command-line): Don't call tool-bar-setup in a
9278 tty-only build.
9279
dc9a226c
CY
92802010-06-30 Chong Yidong <cyd@stupidchicken.com>
9281
9282 * ruler-mode.el (ruler--save-header-line-format): New fun.
9283 (ruler-mode): Use it as a setter function, so as not to overwrite
9284 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
9285
a2f043d3
CY
92862010-06-29 Chong Yidong <cyd@stupidchicken.com>
9287
9288 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
9289 (vc-root-diff, vc-print-root-log, vc-log-incoming)
9290 (vc-log-outgoing): Use it.
9291 (vc-diff-internal): Set diff-vc-backend.
9292
9293 * vc/diff-mode.el (diff-vc-backend): New var.
9294
62d115ef
J
92952010-06-28 Jan Djärv <jan.h.d@swipnet.se>
9296
6a7662bb
BR
9297 * dynamic-setting.el (font-setting-change-default-font):
9298 Remove call to message.
62d115ef 9299
1180f752
KH
93002010-06-28 Kenichi Handa <handa@m17n.org>
9301
9302 * international/quail.el (quail-insert-kbd-layout): Fix the
9303 showing of untranslated characters.
9304
b9229673
CY
93052010-06-28 Chong Yidong <cyd@stupidchicken.com>
9306
9307 * simple.el (delete-active-region): New option.
9308 (delete-backward-char): Implement in Lisp.
9309 (delete-forward-char): New command.
9310
5f9d345c 9311 * mouse.el (mouse-region-delete-keys): Delete.
b9229673
CY
9312 (mouse-show-mark): Simplify.
9313
9314 * bindings.el (global-map): Bind delete and DEL, the former to
9315 delete-forward-char.
9316
a628ad9d 93172010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
2286174e
CY
9318
9319 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
9320 (ruby-mode): Bind indent-line-function (Bug#5119).
9321
3468f435
CY
93222010-06-27 Chong Yidong <cyd@stupidchicken.com>
9323
9324 * startup.el (command-line): Recognize "0" X resource value.
9325
6431f2e6
CY
93262010-06-27 Chong Yidong <cyd@stupidchicken.com>
9327
9328 * startup.el (command-line): Use X resources to set the value of
9329 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
9330
9331 * menu-bar.el (menu-bar-mode):
9332 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
9333 Set init-value to t.
9334
9335 * frame.el (frame-notice-user-settings): Don't change
9336 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
9337 vice versa (Bug#2249).
9338
b61dfbe2
EZ
93392010-06-26 Eli Zaretskii <eliz@gnu.org>
9340
9341 * w32-fns.el (w32-convert-standard-filename): Doc fix.
9342
f5cbf40e
AM
93432010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
9344
a628ad9d
JB
9345 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
9346 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
f5cbf40e 9347
a628ad9d 9348 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
dd86ea11 9349 default directories are expanded (Bug#6143).
f5cbf40e 9350
8f3b8a5f
JL
93512010-06-24 Juri Linkov <juri@jurta.org>
9352
9353 * minibuffer.el (completions-format): Change default from nil to
9354 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
9355
5af72a47
JL
93562010-06-24 Juri Linkov <juri@jurta.org>
9357
9358 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
9359 buffer-locally to lambda that re-runs the vc diff command.
9360 (Bug#6447)
9361
8f804316
CY
93622010-06-24 Chong Yidong <cyd@stupidchicken.com>
9363
9364 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
9365 echo area is in use (Bug#3412).
9366
be19ef0b
GM
93672010-06-22 Glenn Morris <rgm@gnu.org>
9368
6555773f
GM
9369 * textmodes/texinfmt.el (texinfo-format-region)
9370 (texinfo-raise-lower-sections, texinfo-format-separate-node)
9371 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
9372 (texinfo-format-option, texinfo-noindent):
9373 Use line-beginning-position and line-end-position.
9374
be19ef0b
GM
9375 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
9376 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
9377 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
9378 utf-8 characters.
9379
7f0b7b3e
KF
93802010-06-21 Karl Fogel <kfogel@red-bean.com>
9381
49554388
GM
9382 * play/zone.el (zone-fall-through-ws): Fix next-line ->
9383 forward-line fallout.
9384
e8579ebc
CY
93852010-07-06 Chong Yidong <cyd@stupidchicken.com>
9386
9387 * mouse.el (mouse-appearance-menu): Add docstring.
9388
9389 * help.el (describe-key): Print up-event using key-description.
9390
5d1cd8bd
MA
93912010-07-03 Michael Albinus <michael.albinus@gmx.de>
9392
9393 * net/zeroconf.el (zeroconf-resolve-service)
95b6d681 9394 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
5d1cd8bd
MA
9395 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
9396
112dbc0e
MA
93972010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
9398
9399 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
9400
d0cb23ca
DN
94012010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
9402
9403 Avoid displaying files with a nil state in vc-dir.
a628ad9d 9404 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
d0cb23ca
DN
9405 cases that cause insertion.
9406 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
9407 with a nil state.
9408
01b229d1
CY
94092010-06-30 Chong Yidong <cyd@stupidchicken.com>
9410
9411 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
9412
8bf1c786 94132010-06-29 Leo <sdl.web@gmail.com>
a354ac6a
LL
9414
9415 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
9416
dfc6544c
CY
94172010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9418
9419 * generic-x.el (bat-generic-mode): Fix regexp for command line
9420 switches (Bug#5719).
9421
b7d4de51
CY
94222010-06-27 Masatake YAMATO <yamato@redhat.com>
9423
dfc6544c
CY
9424 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
9425 of nconc to avoid pure storage error (Bug#6239).
b7d4de51 9426
53cfe624 94272010-06-27 Christoph Scholtes <cschol2112@googlemail.com>
3726248f 9428
8bf1c786 9429 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3726248f
CY
9430 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
9431 bindings of bookmark-automatically-show-annotations (Bug#6515).
9432
aca54191
EZ
94332010-06-25 Eli Zaretskii <eliz@gnu.org>
9434
9435 * arc-mode.el (archive-zip-extract): Don't quote the file name on
9436 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
9437
2330fa87
ŠN
94382010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
9439
9440 * comint.el (make-comint, make-comint-in-buffer): Mention return
9441 value in the docstrings. (Bug#6498)
9442
29115ca9
YR
94432010-06-24 Yoni Rabkin <yoni@rabkins.net>
9444
9445 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
9446 since it is not present when using some non-default switches.
9447
2c79f053
KF
94482010-06-23 Karl Fogel <kfogel@red-bean.com>
9449
7f0b7b3e
KF
9450 * simple.el (compose-mail): Fix doc string to refer to
9451 `compose-mail-user-agent-warnings', instead of to the
9452 nonexistent `compose-mail-check-user-agent'.
9453
43a91810
AM
94542010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
9455
9456 Fix an indentation bug:
9457
9458 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
9459 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
9460 of existing values.
9461
9462 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
9463 (c-clear->-pair-props-if-match-before): now return t when they've
9464 cleared properties, nil otherwise.
9465 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
9466 by taking account of the existing value.
9467
9468 * progmodes/cc-defs.el
9469 (c-clear-char-property-with-value-function): Fix this to clear the
9470 property rather than overwriting it with nil.
9471
8adb4c33
CY
94722010-06-20 Chong Yidong <cyd@stupidchicken.com>
9473
9474 * emacs-lisp/package.el (package-print-package): Add link to
9475 package description via describe-package.
9476 (describe-package-1): List package requirements. Add button to
9477 perform installation.
9478 (package-menu-describe-package): New command.
9479
9480 * help-mode.el (help-package): New button type.
9481
cced7584
CY
94822010-06-19 Chong Yidong <cyd@stupidchicken.com>
9483
9484 * emacs-lisp/package.el: Move package-list-packages binding to
9485 menu-bar.el.
9486 (describe-package, describe-package-1, package--dir): New funs.
9487 (package-activate-1): Use package--dir.
9488
9489 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
9490
9491 * help-mode.el (help-package-def): New button type.
9492
9493 * menu-bar.el: Move package-list-packages binding here from
9494 package.el.
9495
d148e8f9
GH
94962010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
9497
9498 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
9499
b1a03ef6
SM
95002010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9501
9502 * emacs-lisp/edebug.el (edebug-read-list):
9503 Phase out old-style backquotes.
9504
dbd6da78
JL
95052010-06-17 Juri Linkov <juri@jurta.org>
9506
9507 * help-mode.el (help-mode): Set buffer-local variable
9508 revert-buffer-function to help-mode-revert-buffer.
9509 (help-mode-revert-buffer): New function.
9510
9511 * info.el (Info-revert-find-node): Check for major-mode Info-mode
9512 before popping to "*info*" (like in other Info functions).
9513 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
9514 old-history-forward. Pop to old-buffer-name or "*info*" to
9515 recreate the killed buffer. Set Info-history-forward from
9516 old-history-forward.
9517 (Info-breadcrumbs-depth): Add :group and :version.
9518
64eba874
DN
95192010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
9520
9521 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
9522
26508c03
AM
95232010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
9524
a628ad9d
JB
9525 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
9526 for languages like Portuguese with pt_{BR,PT} and no plain pt.
26508c03 9527
69582fcd
JB
95282010-06-17 Juanma Barranquero <lekktu@gmail.com>
9529
54ea2a0d
JB
9530 * emacs-lisp/package.el (package-menu-mode-map):
9531 Move initialization into declaration.
9532
69582fcd
JB
9533 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
9534
44198b6e
CY
95352010-06-17 Chong Yidong <cyd@stupidchicken.com>
9536
9537 * emacs-lisp/package.el (package-archive-base): Point to
9538 elpa.gnu.org.
9539 (package-enable, package-load-list): New defcustoms.
9540 (package-user-dir, package-directory-list): Turn into defcustoms.
9541 Don't include package-user-dir in package-directory-list.
9542 (package--builtins-base): Don't include Emacs as a "package".
9543 (package-subdirectory-regexp): New var.
9544 (package-load-all-descriptors, package-compute-transaction)
9545 (package-download-transaction): Obey package-load-list.
9546 (package-activate-1): Rename from package-do-activate.
9547 (package-list-packages-internal): Check package-load-list.
9548 (package-load-descriptor, package-generate-autoloads)
9549 (package-unpack, package-unpack-single)
6a7662bb
BR
9550 (package--read-archive-file, package-delete):
9551 Use expand-file-name.
44198b6e
CY
9552
9553 * emacs-lisp/package-x.el: New file. Package uploading
9554 functionality split out from package.el.
9555
95b6d681 9556 * startup.el (command-line): Load packages after reading init file.
44198b6e
CY
9557
95582010-06-17 Tom Tromey <tromey@redhat.com>
9559
9560 * emacs-lisp/package.el: New file.
9561
50d76a9f
DN
95622010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9563
9564 Fix vc-annotate for renamed files when using Git.
76e3243a 9565 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
50d76a9f
DN
9566 ls-files. Doe not pass the object as a file name to cat-file, it
9567 is not a file name.
9568 (vc-git-annotate-command): Pass the file name using -- to avoid
9569 ambiguity with the revision.
9570 (vc-git-previous-revision): Pass a relative file name.
9571
6095a05b
GM
95722010-06-22 Glenn Morris <rgm@gnu.org>
9573
943375a6
GM
9574 * progmodes/js.el (js-mode-map): Use standard capitalization and
9575 ellipses for menu entries.
9576
6095a05b
GM
9577 * wid-edit.el (widget-complete): Doc fix.
9578
4514199e
JH
95792010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
9580
9581 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
9582
c4786d60
DN
95832010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9584
11c46b39 9585 Fix annotating other revisions for renamed files in vc-annotate.
76e3243a 9586 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
11c46b39 9587 VC backend. Use it when non-nil.
a628ad9d 9588 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
07976ae3 9589 (Bug#6487).
11c46b39 9590
c4786d60 9591 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
76e3243a 9592 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
c4786d60
DN
9593 Do not pass the file name to the 'previous-revision call when we
9594 don't want a file diff. (Bug#6489)
9595
04ec0963
DN
95962010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9597
11c46b39 9598 Fix finding revisions for renamed files in vc-annotate.
76e3243a 9599 * vc/vc.el (vc-find-revision): Add an optional argument for
04ec0963 9600 the VC backend. Use it when non-nil.
76e3243a 9601 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
04ec0963
DN
9602 backend to vc-find-revision. (Bug#6487)
9603
c036381c
DN
96042010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9605
9606 Fix reading file names in Git annotate buffers.
95b6d681
JB
9607 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
9608 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
c036381c 9609
05c123e6
AM
96102010-06-20 Alan Mackenzie <acm@muc.de>
9611
9612 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
9613 in file local variables, set it first.
9614
4111f0c7
GM
96152010-06-19 Glenn Morris <rgm@gnu.org>
9616
74739ffd
GM
9617 * descr-text.el (describe-char-unicode-data): Insert separating
9618 space when needed. (Bug#6422)
9619
4111f0c7
GM
9620 * progmodes/idlwave.el (idlwave-action-and-binding):
9621 Fix typo in 2009-12-03 change. (Bug#6450)
9622
e20f0421
SM
96232010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9624
9625 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
9626 handling for `lambda' (misunderstanding).
9627
fb3e306a
JB
96282010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
9629
dd86ea11 9630 * calc/calc-poly.el (math-accum-factors): Make sure that
fb3e306a
JB
9631 constants aren't distributed after they are factored out.
9632
e020fb59
JL
96332010-06-16 Juri Linkov <juri@jurta.org>
9634
9635 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
9636 `list-colors-print'. (Bug#6332)
9637
b8add347
SM
9638 * subr.el (read-quoted-char): Fix up last change (bug#6290).
9639
36901266
SM
96402010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9641
49b2e83d
SM
9642 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
9643 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
9644
36901266
SM
9645 * font-lock.el (font-lock-major-mode): Rename from
9646 font-lock-mode-major-mode to distinguish it from
9647 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
9648 (font-lock-set-defaults):
9649 * font-core.el (font-lock-default-function): Adjust users.
9650 (font-lock-mode): Don't set it at all.
9651
2a64315a 96522010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
12755d08 9653
76e3243a 9654 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
12755d08 9655
2a64315a 96562010-06-16 Glenn Morris <rgm@gnu.org>
d7cd4abb
GM
9657
9658 * calendar/appt.el (appt-time-msg-list): Doc fix.
9659 (appt-check): Let-bind appt-warn-time.
9660 (appt-add): Make the 3rd argument optional.
9661 Simplify argument names. Doc fix. Check for integer WARNTIME.
9662 Only add WARNTIME to the output list if non-nil.
9663
2a64315a 96642010-06-16 Ivan Kanis <apple@kanis.eu>
a675c749
IK
9665
9666 * calendar/appt.el (appt-check): Let the 3rd element of
9667 appt-time-msg-list specify the warning time.
9668 (appt-add): Add new argument with the warning time. (Bug#5176)
9669
6a7662bb 96702010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
a9de35fe 9671
76e3243a 9672 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
a9de35fe
BR
9673 older than version 1.6. (Bug#6361)
9674
2a64315a 96752010-06-16 Helmut Eller <eller.helmut@gmail.com>
37a7e764
HE
9676
9677 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
9678 used by cl-do-arglist. (Bug#6408)
9679
30d7ac37
AM
96802010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
9681
6a7662bb
BR
9682 * textmodes/ispell.el (ispell-dictionary-base-alist):
9683 Fix portuguese casechars/not-casechars for missing 'çÇ'.
30d7ac37
AM
9684 Suggested by Rolando Pereira (bug#6434).
9685
8fd02581
JB
96862010-06-15 Juanma Barranquero <lekktu@gmail.com>
9687
9688 * facemenu.el (list-colors-sort): Doc fix.
9689
6a7662bb 96902010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
b15922cc
BR
9691
9692 * progmodes/sql.el (sql-connect-mysql): Fix typo.
9693
f0bf7c8e
JL
96942010-06-14 Juri Linkov <juri@jurta.org>
9695
9696 Add sort option `list-colors-sort'. (Bug#6332)
9697 * facemenu.el (color-rgb-to-hsv): New function.
9698 (list-colors-sort): New defcustom.
9699 (list-colors-sort-key): New function.
9700 (list-colors-display): Doc fix. Sort list according to the option
9701 `list-colors-sort'.
9702 (list-colors-print): Add HSV values to `help-echo' property of
9703 RGB strings.
9704
c42fe9a5
JL
97052010-06-14 Juri Linkov <juri@jurta.org>
9706
9707 * compare-w.el: Move to the "vc" subdirectory.
9708
b263a4c4
SM
97092010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9710
d8b0cddd
SM
9711 * image-mode.el (image-mode-map): Remap left-char and right-char.
9712
b263a4c4
SM
9713 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
9714
89877f5f
CY
97152010-06-12 Chong Yidong <cyd@stupidchicken.com>
9716
133a8d82
CY
9717 * term/common-win.el (x-colors): Add all the color names defined
9718 in rgb.txt (Bug#6332).
9719
89877f5f
CY
9720 * facemenu.el (list-colors-print): Don't print extra names if it
9721 will overflow the window width.
9722
9723 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
133a8d82 9724 change (Bug#6343).
89877f5f 9725
9d1f18b5
EZ
97262010-06-12 Eli Zaretskii <eliz@gnu.org>
9727
9728 * files.el (make-directory): Doc fix (bug#6396).
9729
b81a0b56
MA
97302010-06-12 Michael Albinus <michael.albinus@gmx.de>
9731
9732 * net/tramp.el (tramp-remote-process-environment): Protect version
9733 string by apostroph.
9734 (tramp-shell-prompt-pattern): Do not use a shy group in case of
9735 XEmacs.
9736 (tramp-file-name-for-operation): Add `call-process-region'.
9737 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
9738
9739 * net/tramp-compat.el (top): Do not autoload
9740 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
9741 only when `start-file-process' is not bound.
9742 (tramp-advice-file-expand-wildcards): Do not use
9743 `tramp-handle-file-remote-p'.
9744 (tramp-compat-make-temp-file): Handle the case, that
9745 `make-temp-file' has no third argument EXTENSION.
9746
69f18acc
JB
97472010-06-11 Juanma Barranquero <lekktu@gmail.com>
9748
5fee75d4
JB
9749 * makefile.w32-in (WINS_BASIC): Include new directory vc.
9750
69f18acc
JB
9751 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
9752
9766adfb
JL
97532010-06-11 Juri Linkov <juri@jurta.org>
9754
9755 * finder.el (finder-known-keywords): Add keyword "vc"
9756 for version control.
9757
9758 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
9759 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
9760 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
9761 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
9762
56b2854f
JL
97632010-06-11 Juri Linkov <juri@jurta.org>
9764
9765 Move version control related files to the "vc" subdirectory.
9766 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
9767 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
9768 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
9769 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
9770 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
9771 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
9772 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
9773 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
9774 Move files to the "vc" subdirectory.
9775
6534e58a
CY
97762010-06-11 Chong Yidong <cyd@stupidchicken.com>
9777
9778 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
9779 (Bug#6367).
9780
84d9562f
SE
97812010-06-11 Stephen Eglen <stephen@gnu.org>
9782
9783 * shell.el: Bind `shell-resync-dirs' to M-RET.
9784
3ef0a6a5
MA
97852010-06-10 Michael Albinus <michael.albinus@gmx.de>
9786
9787 * notifications.el: Move file from lisp/net, because it is
9788 supposed to talk locally to the user.
9789
fa4003da
MA
97902010-06-10 Julien Danjou <julien@danjou.info>
9791
9792 * net/notifications.el (notifications-on-action-signal)
9793 (notifications-on-closed-signal): Pass notification id as first
b81a0b56 9794 argument to the callback functions. Add docstrings.
fa4003da
MA
9795 (notifications-notify): Fix docstring.
9796
46e6650e
GM
97972010-06-10 Glenn Morris <rgm@gnu.org>
9798
9799 * emacs-lisp/authors.el (authors-ignored-files)
9800 (authors-valid-file-names): Add some files.
9801
a71832f7
SM
98022010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9803
9804 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
9805 merge conflict, giving preference to the emacs-23 version of the code.
9806
8c6eab5a
SM
98072010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9808
989bc97f
SM
9809 * emacs-lisp/advice.el (ad-compile-function):
9810 Define warning-suppress-types before we let-bind it (bug#6275).
9811
8c6eab5a
SM
9812 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
9813 declare it, make it buffer-local and permanent-local (bug#6324).
9814 (vc-resynch-window): Adjust name.
9815 * vc-hooks.el (vc-find-file-hook): Adjust name.
9816
890a18d6
MA
98172010-06-09 Michael Albinus <michael.albinus@gmx.de>
9818
9819 * net/notifications.el (notifications-notify): Fix docstring.
9820
bf3e70eb
JB
98212010-06-09 Juanma Barranquero <lekktu@gmail.com>
9822
9823 Update to Unicode 6.0.0 beta.
9824 * international/charprop.el: Update copyright.
9825 * international/mule-cmds.el (ucs-names): Update character ranges.
9826 * international/uni-bidi.el:
9827 * international/uni-category.el:
9828 * international/uni-combining.el:
9829 * international/uni-comment.el:
9830 * international/uni-decimal.el:
9831 * international/uni-decomposition.el:
9832 * international/uni-digit.el:
9833 * international/uni-lowercase.el:
9834 * international/uni-mirrored.el:
9835 * international/uni-name.el:
9836 * international/uni-numeric.el:
9837 * international/uni-old-name.el:
9838 * international/uni-titlecase.el:
9839 * international/uni-uppercase.el: Regenerate.
9840
b978141d
JB
98412010-06-09 Juanma Barranquero <lekktu@gmail.com>
9842
ee8359ba
JB
9843 * emacs-lisp/smie.el (comment-string-strip): Declare function.
9844 (smie-precs-precedence-table): Fix typo in docstring.
9845
f64ab8fb
JB
9846 * vc-mtn.el (log-edit-extract-headers): Declare function.
9847
883ffa8c
JB
9848 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
9849
b978141d
JB
9850 * net/notifications.el (dbus-register-signal): Declare function.
9851 (notifications-notify): Fix typos and reflow docstring.
9852
5f4f2ae4
DN
98532010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
9854
9855 Improve VC create/retrieve tag/branch.
9856 * vc.el (vc-create-tag): Do not read the directory name for VCs
9857 with repository revision granularity. Adjust the tag/branch
9858 prompt. Reset VC properties.
9859 (vc-retrieve-tag): Do not read the directory name for VCs
9860 with repository revision granularity. Reset VC properties.
9861
41a86354
MA
98622010-06-09 Julien Danjou <julien@danjou.info>
9863
ef33fd34 9864 * net/notifications.el: New file.
41a86354 9865
fab43c76
DN
98662010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
9867
00fd1147
DN
9868 Add optional support for resetting VC properties.
9869 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
9870 call vc-file-clearprops when true.
9871 (vc-resynch-buffer): Add new optional argument, pass it down.
9872 (vc-resynch-buffers-in-directory): Likewise.
9873
fab43c76
DN
9874 Improve support for special markup in the VC commit message.
9875 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
9876 * vc-hg.el (vc-hg-checkin): Add support for Date:.
9877 * vc-git.el (vc-git-checkin):
9878 * vc-bzr.el (vc-bzr-checkin): Likewise.
9879
e7d67e73
SM
98802010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9881
9882 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
9883 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
9884
277e6741
MP
98852010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
9886
9887 * iimage.el: Remove images as soon as the underlying text is modified.
9888 (iimage-modification-hook): New function.
9889 (iimage-mode-buffer): Use it.
9890
83156c18
SM
98912010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9892
9893 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
9894 smie-indent-offset-after. Add :prev case. Make a bit more generic.
9895 (smie-indent-virtual): Remove `virtual' arg. Update callers.
9896 (smie-indent-keyword): Add handling of open-paren keywords.
9897 (smie-indent-comment-continue): Don't assume comment-continue.
9898
13b5221f
MR
98992010-06-07 Martin Rudalics <rudalics@gmx.at>
9900
9901 * window.el (pop-to-buffer): Remove the conditional that
9902 compares new-window and old-window, so it will reselect
9903 the selected window unconditionally.
9904 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
9905
c2ea5810
SM
99062010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9907
9908 * emacs-lisp/smie.el (smie-indent-offset-after)
9909 (smie-indent-forward-token, smie-indent-backward-token): New functions.
9910 (smie-indent-after-keyword): Use them.
9911 (smie-indent-fixindent): Only applies to the indentation of the BOL.
9912 (smie-indent-keyword): Tweak the black magic.
9913 (smie-indent-comment-continue): Strip comment-continue before use.
9914 (smie-indent-functions): Indent comments before keywords.
9915
27dd3c11
JL
99162010-06-06 Juri Linkov <juri@jurta.org>
9917
9918 * isearch.el (isearch-lazy-highlight-search): Fix looping
9919 by checking for empty match. This syncs this loop with the
9920 similar loop in `isearch-search'. (Bug#6362)
9921
35b148ee
JB
99222010-06-05 Juanma Barranquero <lekktu@gmail.com>
9923
9924 * net/dbus.el (dbus-register-method): Declare function.
9925 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
9926 (dbus-introspect): Doc fix.
9927 (dbus-event-bus-name, dbus-introspect-get-interface)
9928 (dbus-introspect-get-argument): Reflow docstrings.
9929
eccdfe5f
DN
99302010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
9931
9932 vc-log-incoming/vc-log-outgoing fixes for Git.
9933 * vc-git.el (vc-git-log-view-mode): Fix font lock for
9934 incoming/outgoing logs.
9935 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
9936 instead of vc-git-compute-remote.
9937 (vc-git-compute-remote): Remove.
9938
86253dc0
CY
99392010-06-04 Chong Yidong <cyd@stupidchicken.com>
9940
9941 * term/common-win.el (x-colors): Add "dark green" and "dark
9942 turquoise" (Bug#6332).
9943
0665f661
JL
99442010-06-04 Juri Linkov <juri@jurta.org>
9945
9946 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
9947 Instead of setting `replace' to t and replacing the same string
9948 with itself, don't do certain actions when
9949 kill-do-not-save-duplicates is non-nil and string is equal to car
9950 of kill-ring: don't call menu-bar-update-yank-menu, don't push
9951 interprogram-paste strings to kill-ring, and don't push the input
9952 argument `string' to kill-ring.
9953 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
9954
087fc47a
JB
99552010-06-04 Juanma Barranquero <lekktu@gmail.com>
9956
9957 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
9958
4f201088
MA
99592010-06-04 Michael Albinus <michael.albinus@gmx.de>
9960
9961 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
9962 (tramp-gvfs-handler-mounted-unmounted)
9963 (tramp-gvfs-connection-mounted-p): Handle default-location.
9964
9965 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
9966 move files to trash.
9967
18ccd78a
JB
99682010-06-04 Juanma Barranquero <lekktu@gmail.com>
9969
9970 * international/mule-cmds.el (nonascii-insert-offset)
9971 (nonascii-translation-table): Add obsolescence information.
9972
9973 * international/mule.el (make-translation-table-from-vector): Doc fix.
9974
3845c322
GM
99752010-06-03 Glenn Morris <rgm@gnu.org>
9976
9977 * desktop.el (desktop-clear-preserve-buffers):
9978 Add "*Warnings*" buffer. (Bug#6336)
9979
54d3626e
DN
99802010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
9981
6941ffec
DN
9982 vc-log-incoming/vc-log-outgoing improvements for Git.
9983 * vc-git.el (vc-git-log-outgoing): Use the same format as the
9984 short log.
9985 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
9986
54d3626e
DN
9987 Add bindings for vc-log-incoming and vc-log-outgoing.
9988 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
9989 and vc-log-outgoing.
9990 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
9991 and vc-log-outgoing.
9992
aa1bc616
CY
99932010-06-03 Chong Yidong <cyd@stupidchicken.com>
9994
9995 * net/rcirc.el (rcirc-sort-nicknames): Remove.
9996 (rcirc-handler-366): Always sort nicknames.
9997
e2d2a205
JB
99982010-06-03 Juanma Barranquero <lekktu@gmail.com>
9999
10000 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
10001
44ea155d
CY
100022010-06-03 Chong Yidong <cyd@stupidchicken.com>
10003
a628ad9d 10004 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
44ea155d 10005
a91dedc4
SM
100062010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10007
10008 * net/rcirc.el (rcirc-sort-nicknames): Change default.
10009 (rcirc-sort-nicknames-join): Avoid setq.
10010
c62bf05a
DD
100112010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
10012
10013 * net/rcirc.el (rcirc-sort-nicknames): New custom.
10014 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
10015 (rcirc-handler-366): Use them.
10016
dd2c3c92
SM
100172010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10018
10019 Split smie-indent-calculate into more manageable chunks.
10020 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
10021 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
10022 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
10023 (smie-indent-exps): Extract from smie-indent-calculate.
10024 (smie-indent-functions): New var.
10025 (smie-indent-functions): Use them.
10026
927c346b
SM
100272010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
10028
10029 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
10030 (smie-indent-calculate): Simplify and cleanup.
10031
1efeec86
MA
100322010-06-02 Michael Albinus <michael.albinus@gmx.de>
10033
10034 * net/tramp-gvfs.el (top): Require url-util.
927c346b
SM
10035 (tramp-gvfs-mount-point): Remove.
10036 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
10037 New defuns.
1efeec86
MA
10038 (with-tramp-dbus-call-method): Format trace message.
10039 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
927c346b
SM
10040 Implement backup call, when operation on local files fails.
10041 Use progress reporter. Flush properties of changed files.
1efeec86
MA
10042 (tramp-gvfs-handle-make-directory): Make more traces.
10043 (tramp-gvfs-url-file-name): Hexify file name in url.
10044 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
10045 into account for the resulting file name.
10046 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
10047 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
10048 (tramp-gvfs-handler-mounted-unmounted)
10049 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
10050 attribute "default_location". Set "prefix" property.
10051 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
10052 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
10053 exists. Raise an error, if not (due to a corresponding answer
10054 "no" in interactive questions, for example).
10055
89877f5f 100562010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
9cac248c
DN
10057
10058 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
10059
24f574a9
JB
100602010-06-01 Juanma Barranquero <lekktu@gmail.com>
10061
10062 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
10063 right-*. (Bug#6265)
10064
290736f2
DN
100652010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
10066
61158bfa
DN
10067 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
10068 * vc-git.el (vc-git-compute-remote): New function.
10069 (vc-git-log-outgoing): Use it instead of hard coding a value.
10070 (vc-git-log-incoming): New function.
10071
5828f6ca
DN
10072 Improve state updating for VC tag commands.
10073 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
10074 to update the state of all buffers in the directory.
10075
290736f2
DN
10076 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
10077
feceda26
SM
100782010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10079
10080 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
10081 `file-directory-p' to the filename part rather than to the whole text.
10082
896114cf
SM
100832010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10084
10085 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
10086
1603358c
DA
100872010-05-31 Drew Adams <drew.adams@oracle.com>
10088
10089 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
10090
fe40dc63
JB
100912010-05-31 Juanma Barranquero <lekktu@gmail.com>
10092
10093 * subr.el (momentary-string-display): Just use read-event to read
10094 the exit event (Bug#6238).
10095
9e8014c6
EZ
100962010-05-30 Eli Zaretskii <eliz@gnu.org>
10097
10098 * international/mule.el (define-coding-system): Doc fix (bug#6313).
10099
61a08071
JB
101002010-05-30 Juanma Barranquero <lekktu@gmail.com>
10101
10102 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
10103 Suggested by Eli Zaretskii <eliz@gnu.org>.
10104
5feec8ca
SM
101052010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10106
10107 * minibuffer.el (completion-file-name-table): Don't return a boundary
10108 past the end of `string' (bug#6299).
10109 (completion--file-name-table): Delegate to completion-file-name-table
10110 for the `boundaries' case.
10111
8175cb90
JB
101122010-05-30 Juanma Barranquero <lekktu@gmail.com>
10113
2b94133f
JB
10114 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
10115 movement commands.
10116
8175cb90
JB
10117 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
10118 `path-separator', but maintain compatibility with Emacs 20.2.
10119
0191e222
CY
101202010-05-29 Chong Yidong <cyd@stupidchicken.com>
10121
10122 * server.el (server-process-filter): Receive parent-id argument
10123 from emacsclient.
10124 (server-create-window-system-frame): New arg. Pass parent-id as
10125 frame parameter.
10126
9b655a0a
EZ
101272010-05-29 Eli Zaretskii <eliz@gnu.org>
10128
db5dce9d
EZ
10129 Bidi-sensitive word movement with arrow keys.
10130 * subr.el (right-arrow-command, left-arrow-command): Move to
10131 bindings.el.
10132
10133 * bindings.el (right-char, left-char): Move from subr.el and
10134 rename from right-arrow-command and left-arrow-command.
10135 (right-word, left-word): New functions.
10136 (global-map) <right>: Bind to right-char.
10137 (global-map) <left>: Bind to left-char.
10138 (global-map) <C-right>: Bind to right-word.
10139 (global-map) <C-left>: Bind to left-word.
10140
9b655a0a
EZ
10141 * ls-lisp.el (ls-lisp-classify-file): New function.
10142 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
10143 (ls-lisp-classify): Call ls-lisp-classify-file.
10144 (insert-directory): Remove blanks from switches.
10145
fcb52808
CY
101462010-05-29 Chong Yidong <cyd@stupidchicken.com>
10147
10148 * ansi-color.el: Delete unused escape sequences (Bug#6085).
10149 (ansi-color-drop-regexp): New constant.
10150 (ansi-color-apply, ansi-color-filter-region)
896114cf 10151 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
10152 (ansi-color-apply): Build string list before calling concat.
10153
0040735a
JL
101542010-05-28 Juri Linkov <juri@jurta.org>
10155
10156 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
10157 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
10158 (Bug#5270)
10159
b6827fff
MA
101602010-05-28 Michael Albinus <michael.albinus@gmx.de>
10161
10162 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
10163 to ignored backtrace functions.
10164 (with-progress-reporter): Expand docstring.
10165 (tramp-handle-delete-file): Implement TRASH argument.
10166 (tramp-get-remote-trash): New defun.
10167
eba082a2
MA
101682010-05-28 Michael Albinus <michael.albinus@gmx.de>
10169
6a7662bb
BR
10170 * net/tramp-compat.el (tramp-compat-delete-file):
10171 Use `symbol-value' for backward compatibility.
eba082a2
MA
10172
10173 * net/tramp.el (tramp-handle-make-symbolic-link)
10174 (tramp-handle-load)
10175 (tramp-do-copy-or-rename-file-via-buffer)
10176 (tramp-do-copy-or-rename-file-directly)
10177 (tramp-do-copy-or-rename-file-out-of-band)
10178 (tramp-handle-process-file, tramp-handle-call-process-region)
10179 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10180 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10181 (tramp-delete-temp-file-function): Use `delete-file' instead
10182 of `tramp-compat-delete-file'.
10183
10184 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10185 (tramp-fish-handle-make-symbolic-link)
10186 (tramp-fish-handle-process-file): Use `delete-file' instead
10187 of `tramp-compat-delete-file'.
10188
6a7662bb
BR
10189 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10190 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2 10191
0dc3e410
MA
10192 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Use
10193 `delete-file' instead of `tramp-compat-delete-file'.
eba082a2 10194
6a7662bb
BR
10195 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
10196 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2
MA
10197
10198 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10199 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10200 (tramp-smb-handle-write-region): Use `delete-file' instead of
10201 `tramp-compat-delete-file'.
10202 (tramp-smb-handle-delete-directory): Use 'trash as arg.
10203
f1a5d776
CY
102042010-05-27 Chong Yidong <cyd@stupidchicken.com>
10205
10206 * dired.el (dired-delete-file): New arg TRASH.
c4ce1145 10207 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
f1a5d776
CY
10208 (dired-do-flagged-delete, dired-do-delete): Use trash.
10209
10210 * speedbar.el (speedbar-item-delete): Allow trashing.
10211
10212 * files.el (delete-directory): New arg TRASH.
10213
10214 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
10215 (ange-ftp-rename-remote-to-remote)
10216 (ange-ftp-rename-local-to-remote)
10217 (ange-ftp-rename-remote-to-local, ange-ftp-load)
10218 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
10219 `delete-file'.
10220 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
10221 allow trashing.
10222
10223 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
10224 handle new TRASH arg of `delete-file'.
10225
c4ce1145 10226 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
f1a5d776
CY
10227 (tramp-handle-make-symbolic-link, tramp-handle-load)
10228 (tramp-do-copy-or-rename-file-via-buffer)
10229 (tramp-do-copy-or-rename-file-directly)
10230 (tramp-do-copy-or-rename-file-out-of-band)
10231 (tramp-handle-process-file, tramp-handle-call-process-region)
10232 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10233 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10234 (tramp-delete-temp-file-function): Use null TRASH arg in
10235 tramp-compat-delete-file call.
10236
10237 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10238 (tramp-fish-handle-delete-file)
10239 (tramp-fish-handle-make-symbolic-link)
10240 (tramp-fish-handle-process-file): Use null TRASH arg in
10241 `tramp-compat-delete-file' call.
10242
10243 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
10244 arg in `tramp-compat-delete-file' call.
10245
10246 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
10247 (tramp-gvfs-handle-write-region): Use null TRASH arg in
10248 `tramp-compat-delete-file' call.
10249
10250 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
10251 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
10252 `tramp-compat-delete-file' call.
10253
10254 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10255 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10256 (tramp-smb-handle-write-region): Use null TRASH arg in
10257 tramp-compat-delete-file call.
10258 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
10259 (tramp-smb-handle-delete-file): Rename arg.
10260
10261 * diff.el (diff-sentinel):
10262 * epg.el (epg--make-temp-file, epg-decrypt-string)
10263 (epg-verify-string, epg-sign-string, epg-encrypt-string):
10264 * jka-compr.el (jka-compr-partial-uncompress)
10265 (jka-compr-call-process, jka-compr-write-region):
10266 * server.el (server-sentinel): Remove optional arg from
10267 delete-file, reverting 2010-05-03 change.
10268
ecb0ab90
CY
102692010-05-27 Chong Yidong <cyd@stupidchicken.com>
10270
6a7662bb
BR
10271 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10272 Use font-lock-constant-face, not obsolete font-lock-reference-face.
ecb0ab90 10273
2b25da45
KH
102742010-05-27 Kenichi Handa <handa@m17n.org>
10275
10276 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
10277 element of GSTRING is nil.
10278
11e4d8c0
SM
102792010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10280
10281 * emacs-lisp/smie.el (smie-forward-token-function)
10282 (smie-backward-token-function): New vars.
10283 (smie-backward-sexp, smie-forward-sexp)
10284 (smie-indent-hanging-p, smie-indent-calculate): Use them.
10285 (smie-default-backward-token): Rename from smie-backward-token and
10286 skip comments.
10287 (smie-default-forward-token): Rename from smie-forward-token and
10288 skip comments.
10289 (smie-next-sexp): Handle nil results from next-token.
10290 (smie-indent-calculate): Add a new case for special `fixindent' comments.
10291
4da3541b
CY
102922010-05-27 Chong Yidong <cyd@stupidchicken.com>
10293
896114cf
SM
10294 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10295 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
10296
102972010-05-27 Masatake YAMATO <yamato@redhat.com>
10298
10299 * htmlfontify.el (hfy-face-resolve-face): New function.
10300 (hfy-face-to-style): Use it (Bug#6279).
10301
6dc439cb
SM
103022010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10303
10304 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
10305 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
10306
021eb8d7
GM
103072010-05-26 Glenn Morris <rgm@gnu.org>
10308
10309 * emulation/edt.el (edt-load-keys): Use locate-library.
10310
bef4957b
CY
103112010-05-25 Chong Yidong <cyd@stupidchicken.com>
10312
10313 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
10314 (log-edit-changelog-entries): Doc fix.
6dc439cb
SM
10315 (log-edit-changelog-insert-entries): Args changed.
10316 Rename relative filenames in ChangeLog entries. Delete tabs.
bef4957b
CY
10317 (log-edit-insert-changelog-entries): Reorganize return value of
10318 `log-edit-changelog-entries' to pass filenames to
10319 log-edit-changelog-insert-entries.
10320
84fb0956
TV
103212010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10322
10323 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
10324 `image-dired-dired-insert-marked-thumbs' to
10325 `image-dired-dired-toggle-marked-thumbs'.
10326
10327 * image-dired.el: Require cl when compiling.
10328 (image-dired-dired-toggle-marked-thumbs): Rename from
10329 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
10330 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
10331 to 'no-dir. Skip files whose names don't match
10332 `image-file-name-regexp'. When file has a thumbnail overlay,
10333 delete it. (Bug#5270)
10334
0fb1193d
JL
103352010-05-25 Juri Linkov <juri@jurta.org>
10336
10337 * image-mode.el (image-mode): Add image-after-revert-hook to
10338 after-revert-hook.
10339 (image-after-revert-hook): New function. (Bug#5669)
10340
fc937924
JL
103412010-05-25 Juri Linkov <juri@jurta.org>
10342
10343 * image.el (image-animated-p): When delay between animated images
10344 is 0, set it to 10 (0.1 sec). (Bug#6258)
10345
fa9ba953
MA
103462010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
10347
10348 * net/tramp.el (tramp-handle-insert-directory): Don't use
f5c8afe6 10349 `forward-word', its default syntax could be changed.
fa9ba953 10350
9e021389
MA
103512010-05-25 Michael Albinus <michael.albinus@gmx.de>
10352
10353 * net/tramp.el (tramp-progress-reporter-update): New defun.
10354 (with-progress-reporter): Use it.
10355 (tramp-process-actions):
6a7662bb
BR
10356 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
10357 Preserve current message, in order to let progress reporter continue
9e021389
MA
10358 afterwards. (Bug#6257)
10359
6169260b
GM
103602010-05-25 Glenn Morris <rgm@gnu.org>
10361
10362 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
10363 Add :version.
10364
d26781af
RY
103652010-05-25 Ryan Yeske <rcyeske@gmail.com>
10366
8826afe3 10367 * net/rcirc.el (rcirc-default-user-name): Change to "user".
d26781af
RY
10368 (rcirc-default-full-name): Change to "unknown".
10369 (rcirc-user-name-history): Add variable.
8826afe3
GM
10370
103712010-05-25 Ryan Yeske <rcyeske@gmail.com>
acd0102a 10372 Jonathan Rockway <jon@jrock.us>
8826afe3
GM
10373
10374 * net/rcirc.el (rcirc-server-alist): Add :pass.
10375 (rcirc): When prompting for connection parameters, also prompt for
d26781af 10376 username and password.
a628ad9d 10377 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
d26781af
RY
10378 value to server when connecting.
10379
d355a0b7
SM
103802010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10381
f5228f84
SM
10382 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
10383 (smie-merge-prec2s): Pass the tables as separate args.
10384 (smie-bnf-precedence-table): Adjust call accordingly.
10385 (smie-prec2-levels): Set levels at the end.
10386
d355a0b7
SM
10387 Replace Lisp calls to delete-backward-char by delete-char.
10388 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
f5c8afe6
JB
10389 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
10390 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
76e3243a 10391 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
f5c8afe6
JB
10392 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
10393 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
10394 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
10395 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
10396 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
10397 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
10398 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
10399 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
10400 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
10401 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
d355a0b7
SM
10402 delete-backward-char by calls to delete-char.
10403
f668ef02
KH
104042010-05-25 Kenichi Handa <handa@m17n.org>
10405
10406 * language/hebrew.el (hebrew-shape-gstring): New function.
10407 Register it in composition-function-table for all Hebrew combining
10408 characters.
10409
397eb3f3
SM
104102010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10411
10412 * epa.el (epa--select-keys): Don't explicitly delete the window since
10413 that can fail (e.g. sole window in frame). Use dedication instead.
10414
171eda53 104152010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
ab0c07c0
SM
10416
10417 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
10418
110683ad
CY
104192010-05-22 Chong Yidong <cyd@stupidchicken.com>
10420
10421 * image.el (image-refresh): Define as an alias for image-flush.
10422
10423 * image-mode.el (image-toggle-display-image): Caller changed.
10424
df9db151
JL
104252010-05-21 Juri Linkov <juri@jurta.org>
10426
10427 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
10428 Remove "all" from grep-files-aliases. Split grep-files-aliases by
10429 whitespace, call wildcard-to-regexp on substrings and concat them
10430 with "\\|". (Bug#6114)
10431
c0209c2c
AM
104322010-05-21 Alan Mackenzie <acm@muc.de>
10433
171eda53
SM
10434 * progmodes/cc-engine.el (c-parse-state-get-strategy):
10435 Replace parameter `here' with `here-' and `here-plus', which sandwich
10436 any pertinent CPP construct.
c0209c2c
AM
10437 (c-remove-stale-state-cache-backwards): Fix a bug which happens
10438 when doing (c-parse-state) in a CPP construct: Exclude any "new"
10439 CPP construct from taking part in the scanning.
10440
655bded0
MA
104412010-05-21 Michael Albinus <michael.albinus@gmx.de>
10442
10443 * net/tramp.el (tramp-do-copy-or-rename-file)
171eda53
SM
10444 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
10445 Tune `with-progress-reporter' messages.
655bded0
MA
10446 (tramp-handle-vc-registered):
10447 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
10448 (tramp-fish-handle-insert-file-contents)
10449 (tramp-fish-maybe-open-connection):
10450 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10451 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
10452 (tramp-imap-handle-insert-file-contents)
10453 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
10454
3e17a1a7
JB
104552010-05-21 Juanma Barranquero <lekktu@gmail.com>
10456
bf1e8d4a
JB
10457 * add-log.el (change-log-font-lock-keywords):
10458 Highlight all authors in multi-author entries.
10459
3e17a1a7
JB
10460 * smerge-mode.el (smerge-refine-ignore-whitespace)
10461 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
10462 Fix typos in docstrings.
10463 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
10464
969e684a
GM
104652010-05-21 Glenn Morris <rgm@gnu.org>
10466
e75c1e7d
GM
10467 * progmodes/fortran.el (fortran-mode):
10468 * progmodes/f90.el (f90-mode): Derive from prog-mode.
10469
969e684a
GM
10470 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
10471 having a relative path in src/Makefile.in.
10472
a50878fa
KR
104732010-05-20 Kevin Ryde <user42@zip.com.au>
10474
10475 * help-mode.el (help-make-xrefs): For Info node links turn
10476 newlines into spaces. Link node names with newlines are matched
10477 by help-xref-info-regexp and buttonized, this change ensures they
10478 can be followed successfully with RET. (Bug#6206)
10479
f66a2f90
JL
104802010-05-20 Juri Linkov <juri@jurta.org>
10481
10482 * locate.el (locate): Use pop-to-buffer instead of
10483 switch-to-buffer-other-window. (Bug#6204)
10484
201d895a
JL
104852010-05-20 Juri Linkov <juri@jurta.org>
10486
10487 * replace.el (replace-highlight): Fix lazy-highlighting
10488 for `M-s w str M-% str RET'.
10489
1ddb2ea0
MY
104902009-12-15 Masatake YAMATO <yamato@redhat.com>
10491
10492 * isearch.el (isearch-yank-word-or-char): Pull next subword
10493 when `subword-mode' is activated. (Bug#6220)
10494
a6020335
MH
104952010-05-20 Mark A. Hershberger <mah@everybody.org>
10496
10497 * isearch.el (isearch-update-post-hook): New hook.
10498 (isearch-update): Use the new hook. (Bug#6225)
10499
50de6a38
JL
105002010-05-20 Juri Linkov <juri@jurta.org>
10501
10502 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
10503 [f1], [help], and (char-to-string help-char) instead of "\C-h".
10504 (Bug#6222)
10505
5d944a8f
JL
105062010-05-20 Juri Linkov <juri@jurta.org>
10507
10508 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
10509 (Bug#6223)
10510
f5d6548a
JL
105112010-05-20 Juri Linkov <juri@jurta.org>
10512
10513 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
10514 FILE-NAME to read from the minibuffer when called interactively
10515 with prefix argument instead of using buffer-file-name.
10516 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
10517
10518 * dired.el: Update autoloads.
10519
f8e63691
CY
105202010-05-20 Chong Yidong <cyd@stupidchicken.com>
10521
10522 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
10523 nxml-finish-element, for consistency with SGML mode.
10524
10525 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
10526 octave-close-block.
10527
07d7c3bd
JB
105282010-05-20 Juanma Barranquero <lekktu@gmail.com>
10529
10530 * composite.el: Require cl when compiling.
10531 (reference-point-alist, compose-gstring-for-graphic)
10532 (compose-gstring-for-terminal): Fix typos in docstrings.
10533
7bce8510
JL
105342010-05-19 Juri Linkov <juri@jurta.org>
10535
10536 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
10537 set-window-parameter.
10538
a7723e05
MA
105392010-05-19 Michael Albinus <michael.albinus@gmx.de>
10540
10541 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
10542 where appropriate.
10543 (tramp-maybe-open-connection): Use it.
10544
3f2e7735
EZ
105452010-05-19 Eli Zaretskii <eliz@gnu.org>
10546
10547 * simple.el (move-end-of-line): Make sure we are at line beginning
10548 before backing up to end of previous line.
10549
8d9181c7
MA
105502010-05-19 Michael Albinus <michael.albinus@gmx.de>
10551
8c4ec20f
MA
10552 * password-cache.el (password-cache-remove): Fix docstring.
10553
8d9181c7
MA
10554 * net/secrets.el: Autoload the widget functions.
10555 (secrets-search-items, secrets-create-item)
10556 (secrets-get-attributes, secrets-expand-item): Attributes will be
10557 stored on the password database without leading ":", as all other
10558 clients do as well.
10559 (secrets-mode): Fix docstring.
10560 (secrets-show-secrets): Provide it as autoloaded command only when
10561 D-Bus support is available. Check existence of Secret Service API.
10562
2a96c2a7
SM
105632010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10564
10565 * indent.el (indent-region): Deactivate region (bug#6200).
10566
d24e10b1
GM
105672010-05-19 Glenn Morris <rgm@gnu.org>
10568
10569 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
10570
2833d915
KH
105712010-05-19 Kenichi Handa <handa@m17n.org>
10572
10573 * composite.el: Register compose-gstring-for-graphic in
d24e10b1 10574 composition-function-table only for combining characters (Mn, Mc, Me).
2833d915 10575
134c2f29
JB
105762010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10577
10578 * calc/calc-trail.el (calc-trail-isearch-forward)
10579 (calc-trail-isearch-backward): Ensure that the new window
10580 point is set correctly.
10581
278847cd
SM
105822010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10583
10584 * subr.el (read-quoted-char): Resolve modifiers after key
10585 remapping (bug#6212).
10586
3a8e7cbd
MA
105872010-05-18 Michael Albinus <michael.albinus@gmx.de>
10588
10589 Add visualization code for secrets.
10590 * net/secrets.el (secrets-mode): New major mode.
10591 (secrets-show-secrets, secrets-show-collections)
10592 (secrets-expand-collection, secrets-expand-item)
10593 (secrets-tree-widget-after-toggle-function)
10594 (secrets-tree-widget-show-password): New defuns.
10595
472e7ec1
SM
105962010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10597
224b70cb
SM
10598 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
10599 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
10600 handled in smie-next-sexp.
10601 (smie-indent-calculate): Provide a starting indentation (so the
10602 recursion is well-founded ;-).
10603
472e7ec1
SM
10604 Fix handling of non-associative equal levels.
10605 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
10606 when it's not needed.
10607 (smie-op-left, smie-op-right): New functions.
10608 (smie-next-sexp): New function, extracted from smie-backward-sexp.
10609 Better handle equal levels to distinguish the associative case from
10610 the "multi-keyword construct" case.
10611 (smie-backward-sexp, smie-forward-sexp): Use it.
10612
35e53abd
JB
106132010-05-18 Juanma Barranquero <lekktu@gmail.com>
10614
5d8fe0ba
JB
10615 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
10616
35e53abd
JB
10617 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
10618 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
10619
5ad4bef5
SM
106202010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10621
10622 Provide a simple generic indentation engine and use it for Prolog.
10623 * emacs-lisp/smie.el: New file.
10624 * progmodes/prolog.el (prolog-smie-op-levels)
10625 (prolog-smie-indent-rules): New var.
10626 (prolog-mode-variables): Use them to configure SMIE.
10627 (prolog-indent-line, prolog-indent-level): Remove.
10628
00681a3c
JB
106292010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
10630
560bb7ae 10631 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
00681a3c
JB
10632 order before computing the averages.
10633
eba62f7a
JB
106342010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
10635
597517ef 10636 * calc/calc-vec.el (calc-histogram):
5ad4bef5 10637 (calcFunc-histogram): Allow vectors as inputs.
597517ef
JB
10638 (math-vector-avg): New function.
10639
560bb7ae 10640 * calc/calc-ext.el (math-group-float): Have the number of digits
eba62f7a
JB
10641 being grouped depend on the radix (Bug#6189).
10642
8c5ff6dd
KR
106432010-05-15 Ken Raeburn <raeburn@raeburn.org>
10644
10645 * version.el (emacs-copyright, emacs-version): Don't define here,
10646 now that emacs.c defines it.
10647
98d8b17e
EZ
106482010-05-15 Eli Zaretskii <eliz@gnu.org>
10649
71078429
EZ
10650 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
10651 "Describe Language Environment" menu item.
10652
ce6233c1
EZ
10653 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
10654
d20e1419
EZ
10655 Bidi-sensitive movement with arrow keys.
10656 * subr.el (right-arrow-command, left-arrow-command): New functions.
10657
10658 * bindings.el (global-map): Bind them to right and left arrow keys.
10659
98d8b17e 10660 Don't override standard definition of convert-standard-filename.
6a7662bb
BR
10661 * files.el (convert-standard-filename):
10662 Call w32-convert-standard-filename and dos-convert-standard-filename on
98d8b17e
EZ
10663 the corresponding systems.
10664
10665 * w32-fns.el (w32-convert-standard-filename): Rename from
10666 convert-standard-filename. Doc fix.
10667
10668 * dos-fns.el (dos-convert-standard-filename): Doc fix.
10669 (convert-standard-filename): Don't defalias.
10670 (register-name-alist, make-register, register-value)
10671 (set-register-value, intdos): Obsolete aliases for the
10672 corresponding dos-* functions and variables.
10673 (dos-intdos): Add a doc string.
10674
ae6bc504
JB
106752010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
10676
10677 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
10678 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
10679 (math-compose-tex-func):
10680 * calc/calccomp.el (math-compose-expr):
10681 * calc/calc-ext.el (math-format-flat-expr-fancy):
10682 * calc/calc-store.el (calc-read-var-name):
10683 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
10684
10685 * calc/calc.el (var-π, var-φ, var-γ): New variables.
560bb7ae 10686 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
ae6bc504 10687 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
560bb7ae 10688 (math-standard-units): Add units.
ae6bc504 10689
c26ea4b2
SM
106902010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10691
7aefa445 10692 * progmodes/asm-mode.el (asm-mode):
13973643
SM
10693 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
10694
c26ea4b2
SM
10695 * pcomplete.el (pcomplete-completions-at-point): New function,
10696 extracted from pcomplete-std-complete.
10697 (pcomplete-std-complete): Use it.
10698
02be533b
GM
106992010-05-15 Glenn Morris <rgm@gnu.org>
10700
10701 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
10702 Remove references to CVS, RCS and Old directories.
10703
78ed0efc
JB
107042010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
10705
ae6bc504 10706 * calc/calc-bin.el (math-format-twos-complement): Group digits when
78ed0efc
JB
10707 appropriate.
10708
10dcc561
SM
107092010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10710
5ccaa359
SM
10711 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
10712 (sh-mode-syntax-table): Give it a default value instead.
10713 (sh-header-marker): Make buffer-local.
10714 (sh-mode): Move make-local-variable to the corresponding setq.
10715 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
10716 Use complete-with-action.
10717
10dcc561
SM
10718 * simple.el (prog-mode): New (abstract) major mode.
10719 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
10720 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
10721
c38762fd
JB
107222010-05-14 Juanma Barranquero <lekktu@gmail.com>
10723
10724 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
10725 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
10726 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
10727 (sql-make-alternate-buffer-name, sql-placeholders-filter)
10728 (sql-escape-newlines-filter, sql-input-sender)
10729 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
10730
2ef3c144
CY
107312010-05-13 Chong Yidong <cyd@stupidchicken.com>
10732
560bb7ae 10733 Add TeX open-block and close-block keybindings to SGML, and vice versa.
2ef3c144
CY
10734
10735 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
10736 latex-open-block and C-c / to latex-close-block.
10737
10738 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
10739 and C-c C-e to sgml-close-tag.
10740
3b30ccda
MA
107412010-05-13 Michael Albinus <michael.albinus@gmx.de>
10742
10743 * net/tramp.el (with-progress-reporter): Create reporter object
3a8e7cbd 10744 only when the message would be displayed. Handle nested calls.
3b30ccda
MA
10745 (tramp-handle-load, tramp-handle-file-local-copy)
10746 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10dcc561
SM
10747 (tramp-maybe-send-script, tramp-find-shell):
10748 Use `with-progress-reporter'.
3b30ccda
MA
10749 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
10750 Fix message text.
10751
10752 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10753 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10754 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
10755 Use `with-progress-reporter'.
10756
57ff5d7b
AM
107572010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
10758
a628ad9d
JB
10759 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
10760 process everytime when spellchecking from the minibuffer (bug#6143).
57ff5d7b 10761
5a70d10f
SM
107622010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10763
791ffe1c
SM
10764 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
10765
5a70d10f
SM
10766 * dos-fns.el: Add "dos-" prefix for namespace control.
10767 (convert-standard-filename): Define as alias for
10768 dos-convert-standard-filename but only if applicable.
10769
38d93f03
AM
107702010-05-12 Alan Mackenzie <acm@muc.de>
10771
10772 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
10773 Push the mark at the start of these functions when appropriate.
10774
902a6d8d
SM
107752010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10776
10777 * minibuffer.el (completion-cycle-threshold): New custom var.
10778 (completion--do-completion): Use it.
10779 (minibuffer-complete): Use cycling if appropriate.
10780
9ee120ba
JB
107812010-05-11 Juanma Barranquero <lekktu@gmail.com>
10782
10783 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
10784 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
10785
841c4085
JL
107862010-05-11 Juri Linkov <juri@jurta.org>
10787
10788 * scroll-all.el (scroll-all-check-to-scroll):
10789 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
10790
8a67c70e
SM
107912010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10792
f2b9ed18
SM
10793 * iimage.el (iimage-mode-map): Move initialization into declaration.
10794 (iimage-mode-buffer): Use with-silent-modifications.
10795 Simplify calling convention. Adjust callers.
10796 (iimage-mode): Don't run hook redundantly.
10797
8a67c70e
SM
10798 * minibuffer.el (completion-pcm--pattern->regex):
10799 Fix last change (bug#6160).
10800
4bbedd98
JL
108012010-05-10 Juri Linkov <juri@jurta.org>
10802
10803 Remove nodes visited during Isearch from the Info history.
10804 * info.el (Info-isearch-initial-history)
10805 (Info-isearch-initial-history-list): New variables.
10806 (Info-isearch-start): Record initial values of
10807 Info-isearch-initial-history and Info-isearch-initial-history-list.
10808 Add Info-isearch-end to isearch-mode-end-hook.
10809 (Info-isearch-end): New function.
10810
94ecf5da
MA
108112010-05-10 Michael Albinus <michael.albinus@gmx.de>
10812
10813 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
8a67c70e
SM
10814 format string, in order to work around a bug in pdksh.
10815 Reported by Gilles Pion <gpion@lfdj.com>.
94ecf5da
MA
10816 (tramp-handle-verify-visited-file-modtime): Do not send a command
10817 when the connection is not established.
10818 (tramp-handle-set-file-times): Simplify the check for utc.
10819
c5eb971b
JB
108202010-05-10 Juanma Barranquero <lekktu@gmail.com>
10821
10822 Fix use of `filter-buffer-substring' (rework previous change).
10823 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
10824 (cua-repeat-replace-region):
10825 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
10826 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10827 (cua-cut-region-to-global-mark): Use it.
10828
7492acc9
MM
108292010-05-09 Michael R. Mauger <mmaug@yahoo.com>
10830
77e2fc7a
JB
10831 * progmodes/sql.el: Version 2.1.
10832 (sql-product-alist): Redesign structure of product info.
10833 (sql-product, sql-user, sql-server, sql-database): Safe variables.
7492acc9
MM
10834 (sql-port, sql-port-history): New variables.
10835 (sql-interactive-product): New variable.
10836 (sql-send-terminator): New variable.
77e2fc7a 10837 (sql-imenu-generic-expression): Add "Types" imenu entry.
7492acc9
MM
10838 (sql-oracle-login-params, sql-sqlite-login-params)
10839 (sql-mysql-login-params, sql-solid-login-params)
10840 (sql-sybase-login-params, sql-informix-login-params)
10841 (sql-ingres-login-params, sql-ms-login-params)
10842 (sql-postgres-login-params, sql-interbase-login-params)
10843 (sql-db2-login-params, sql-linter-login-params)
10844 (sql-oracle-scan-on): New variables.
77e2fc7a
JB
10845 (sql-mode-map): Add C-c C-i to start interactive mode.
10846 (sql-mode-menu): Update existing menu entries.
10847 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
7492acc9
MM
10848 (sql-mode-oracle-font-lock-keywords)
10849 (sql-mode-postgres-font-lock-keywords)
10850 (sql-mode-ms-font-lock-keywords)
10851 (sql-mode-sybase-font-lock-keywords)
10852 (sql-mode-informix-font-lock-keywords)
10853 (sql-mode-interbase-font-lock-keywords)
10854 (sql-mode-ingres-font-lock-keywords)
10855 (sql-mode-solid-font-lock-keywords)
10856 (sql-mode-mysql-font-lock-keywords)
10857 (sql-mode-sqlite-font-lock-keywords)
10858 (sql-mode-db2-font-lock-keywords)
77e2fc7a 10859 (sql-mode-linter-font-lock-keywords): Update initialization to
7492acc9
MM
10860 reduce run-time complexity.
10861 (sql-add-product, sql-del-product): New functions.
10862 (sql-set-product-feature, sql-get-product-feature): New functions.
10863 (sql-product-font-lock): Update product API.
10864 (sql-add-product-keywords): New function.
10865 (sql-highlight-product): Update product API.
10866 (sql-help-list-products): New function.
10867 (sql-help): Dynamically lists free and non-free products.
77e2fc7a 10868 (sql-get-login): Correct bug in handling history and added
7492acc9
MM
10869 prompt for port.
10870 (sql-copy-column): Copy without properties.
10871 (sqli-input-sender): Apply filters to SQLi input.
77e2fc7a
JB
10872 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
10873 Implement as a filter.
7492acc9
MM
10874 (sql-escape-newlines-filter): Implement as a filter.
10875 (sql-remove-tabs-filter): New function.
10876 (sql-send-magic-terminator): New function.
10877 (sql-send-string): Implement magic terminator.
10878 (sql-send-region): Use `sql-send-string'.
10879 (sql-interactive-mode): Use product API.
10880 (sql-product-interactive): Use product API.
10881 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
10882 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
10883 (sql-db2, sql-linter): Use `sql-product-interactive'.
10884 (sql-connect): New function.
10885 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
10886 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
10887 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
77e2fc7a
JB
10888 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
10889 Use `sql-connect'.
7492acc9 10890
79ccd68f
SM
108912010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10892
10893 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
10894 New custom variable.
10895 (completion-pcm--string->pattern): Use it.
10896 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
10897 Make it handle any symbol as `any'.
10898 (completion-pcm--merge-completions): Extract common suffix for the new
10899 `prefix' symbol as well.
10900 (completion-substring--all-completions): Use the new `prefix' symbol.
10901
0d5852cf
MA
109022010-05-09 Michael Albinus <michael.albinus@gmx.de>
10903
10904 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
10905 not bound.
10906 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
10907 (tramp-compat-funcall): New defmacro.
10908 (tramp-compat-line-beginning-position)
10909 (tramp-compat-line-end-position)
10910 (tramp-compat-temporary-file-directory)
10911 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
10912 (tramp-compat-copy-file, tramp-compat-copy-directory)
10913 (tramp-compat-delete-file, tramp-compat-delete-directory)
10914 (tramp-compat-number-sequence, tramp-compat-process-running-p)
10915 * net/tramp.el (top, with-progress-reporter)
10916 (tramp-rfn-eshadow-setup-minibuffer)
10917 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
10918 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
10919 (tramp-completion-mode-p, tramp-check-for-regexp)
10920 (tramp-open-connection-setup-interactive-shell)
10921 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
10922 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
10923 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
10924 * net/tramp-cmds.el (tramp-cleanup-all-connections)
10925 (tramp-reporter-dump-variable, tramp-load-report-modules)
10926 (tramp-append-tramp-buffers)
10927 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
10928
10929 * net/tramp-imap.el (top): Autoload `epg-make-context'.
10930
f913fe7d
SM
109312010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10932
10933 * progmodes/compile.el (compilation-buffer-modtime): Rename from
10934 buffer-modtime. Adjust users.
10935
0235128c 109362010-05-08 Chong Yidong <cyd@stupidchicken.com>
f034e176 10937
77e2fc7a 10938 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 10939 car of each item, not the whole list (Bug#6083).
f034e176 10940
0235128c 109412010-05-08 Chong Yidong <cyd@stupidchicken.com>
f5d6ff44
CY
10942
10943 * progmodes/js.el (js-mode): Make paragraph variables local before
10944 calling c-setup-paragraph-variables (Bug#6071).
10945
0235128c 109462010-05-08 Eli Zaretskii <eliz@gnu.org>
aa4d4e4a
EZ
10947
10948 * composite.el (compose-region, reference-point-alist): Fix typos
10949 in the doc strings.
10950
77e2fc7a 109512010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
10952
10953 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
10954 gnuplot's "set" command.
10955
0235128c 109562010-05-08 Juanma Barranquero <lekktu@gmail.com>
29c48340
JB
10957
10958 * abbrev.el (last-abbrev-text): Doc fix.
10959 (abbrev-prefix-mark): Don't escape parenthesis.
10960
0235128c 109612010-05-08 Andreas Schwab <schwab@linux-m68k.org>
8ed6fc47
AS
10962
10963 * composite.el (find-composition): Doc fix.
10964
0235128c 109652010-05-08 Juanma Barranquero <lekktu@gmail.com>
063c6324
JB
10966
10967 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
10968 (sql-oracle-program, sql-sqlite-options)
10969 (sql-query-placeholders-and-send): Doc fixes.
10970 (sql-set-product, sql-interactive-mode): Reflow docstrings.
10971 (sql-imenu-generic-expression, sql-buffer)
10972 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
10973 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
10974 (sql-mode-sybase-font-lock-keywords)
10975 (sql-mode-informix-font-lock-keywords)
10976 (sql-mode-interbase-font-lock-keywords)
10977 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
10978 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
10979 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
10980 (sql-product-feature, sql-highlight-product)
10981 (comint-line-beginning-position, sql-rename-buffer)
0235128c
SM
10982 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
10983 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
063c6324
JB
10984 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
10985 Fix typos in docstrings.
10986
0235128c 109872010-05-08 Juri Linkov <juri@jurta.org>
e89dee79
JL
10988
10989 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
10990 property instead of `invisible' and `after-string' (bug#5998).
10991
0235128c 109922010-05-08 Juri Linkov <juri@jurta.org>
316d12fb
JL
10993
10994 * image-mode.el (image-mode-as-text): Fix typo in docstring.
10995
0235128c 109962010-05-08 Juanma Barranquero <lekktu@gmail.com>
770255e9
JB
10997
10998 * filecache.el (file-cache-add-directory-list)
10999 (file-cache-add-directory-recursively): Fix typos in docstrings.
11000
0235128c 110012010-05-08 Kenichi Handa <handa@m17n.org>
ece33a6e
KH
11002
11003 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 11004 (gujarati-composable-pattern): Fix typo.
ece33a6e 11005
0235128c 110062010-05-08 Kenichi Handa <handa@m17n.org>
771533aa
KH
11007
11008 * language/indian.el (oriya-composable-pattern)
0235128c
SM
11009 (tamil-composable-pattern, malayalam-composable-pattern):
11010 Add two-part vowels to "v" (vowel sign).
771533aa 11011
0235128c 110122010-05-08 Chong Yidong <cyd@stupidchicken.com>
790c2e44 11013
99833607
CY
11014 * files.el (copy-directory): Handle symlinks (Bug#5982).
11015
0235128c 110162010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
808ecc4e
CY
11017
11018 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
11019 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
11020 (Bug#5846).
11021
0235128c 110222010-05-08 Glenn Morris <rgm@gnu.org>
d2c7b917 11023
0ca12598
GM
11024 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
11025
d2c7b917
GM
11026 * minibuffer.el (completion-at-point): Doc fix.
11027
ba5bf5f0
SM
110282010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
11029
11030 * electric.el (Electric-command-loop): Minor tweak.
11031
11032 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
11033 better with dedicated windows.
11034
0235128c
SM
110352010-05-07 Chong Yidong <cyd@stupidchicken.com>
11036
11037 * Version 23.2 released.
11038
560bb7ae 110392010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4e2af782 11040 Stefan Monnier <monnier@iro.umontreal.ca>
5b3a105e
SM
11041
11042 Highlight vendor specific properties.
11043 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
11044 (css-proprietary-property): New face.
11045 (css-font-lock-keywords): Use them.
11046
c0162ade
EZ
110472010-05-07 Eli Zaretskii <eliz@gnu.org>
11048
11049 * cus-start.el (all): Add native condition for tool-bar-* symbols.
11050
f3ee9200
SM
110512010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11052
05623156
SM
11053 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
11054 * files.el (auto-mode-alist): Remove redundant entries.
11055
f3ee9200
SM
11056 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
11057 * simple.el (auto-save-mode): Move from files.el.
11058 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
11059
560bb7ae 110602010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5146e84c 11061
76e3243a 11062 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
5146e84c 11063
765d4319
KY
110642010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
11065
11066 * mail/binhex.el (binhex-decode-region-internal)
11067 * mail/uudecode.el (uudecode-decode-region-internal)
11068 * net/dns.el (dns-read-string-name, dns-write, dns-read)
11069 (dns-read-type, dns-query)
11070 * pgg-parse.el (pgg-parse-armor)
11071 * pgg.el (pgg-verify-region)
11072 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
11073 XEmacs.
11074
86d21cc0 11075 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
765d4319 11076
f83483ff
JB
110772010-05-07 Juanma Barranquero <lekktu@gmail.com>
11078
40ab7974
JB
11079 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
11080
f83483ff
JB
11081 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
11082 * emulation/cua-base.el (cua-repeat-replace-region):
11083 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11084 (cua-cut-region-to-global-mark):
11085 Remove text properties with `set-text-properties'.
11086
9566840f
MA
110872010-05-06 Michael Albinus <michael.albinus@gmx.de>
11088
f3ee9200
SM
11089 * net/tramp.el (top, with-progress-reporter):
11090 Use `symbol-function' inside `funcall'.
9566840f
MA
11091
11092 * net/tramp-compat.el (tramp-compat-file-attributes)
f3ee9200
SM
11093 (tramp-compat-delete-file, tramp-compat-delete-directory):
11094 Handle only `wrong-number-of-arguments' error.
9566840f
MA
11095
11096 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
11097 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
11098 inside `funcall'.
11099
0c495c21
SM
111002010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11101
1493963b
SM
11102 * minibuffer.el (completion--sreverse, completion--common-suffix):
11103 New functions.
11104 (completion-pcm--merge-completions): Extract common suffix when safe.
11105
0c495c21
SM
11106 * emacs-lisp/easy-mmode.el (define-minor-mode):
11107 Make :variable more flexible.
11108 * files.el (auto-save-mode): Use it to define using define-minor-mode.
11109
221a0647
JL
111102010-05-05 Juri Linkov <juri@jurta.org>
11111
11112 Add `slow' and `history' tags to the desktop data.
11113
11114 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
11115 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
11116 (Info-finder-find-node): Require `finder.el' to be able
11117 to restore node from the desktop.
11118 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
11119 data `Info-history' and `slow' tag in the assoc list.
11120 (Info-restore-desktop-buffer): Don't restore nodes with the
11121 `slow' tag. Restore `Info-history'.
11122
66bdc868
MA
111232010-05-05 Michael Albinus <michael.albinus@gmx.de>
11124
11125 Add FORCE argument to `delete-file'.
11126
11127 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
11128 forcing to delete the temporary file.
11129 (ange-ftp-delete-file): Add FORCE arg.
11130 (ange-ftp-rename-remote-to-remote)
11131 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
0c495c21
SM
11132 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
11133 Force file deletion.
66bdc868
MA
11134
11135 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
11136
11137 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
11138 (tramp-handle-make-symbolic-link, tramp-handle-load)
11139 (tramp-do-copy-or-rename-file-via-buffer)
11140 (tramp-do-copy-or-rename-file-directly)
11141 (tramp-do-copy-or-rename-file-out-of-band)
11142 (tramp-handle-process-file, tramp-handle-call-process-region)
11143 (tramp-handle-shell-command, tramp-handle-file-local-copy)
11144 (tramp-handle-insert-file-contents, tramp-handle-write-region)
11145 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
11146
11147 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
11148 (tramp-fish-handle-make-symbolic-link)
11149 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
11150
0c495c21
SM
11151 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
11152 Use `tramp-compat-delete-file'.
66bdc868
MA
11153
11154 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
11155 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
11156
11157 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
11158 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
11159
11160 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
11161 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
6a7662bb
BR
11162 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
11163 Use `tramp-compat-delete-file'.
66bdc868 11164
f44379e7
SM
111652010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11166
365f8d85
SM
11167 Minor cleanups.
11168 * subr.el (add-minor-mode): Use push.
11169 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
11170 * emulation/edt.el (edt-select-mode): Simplify.
11171
80ac5d4d
SM
11172 Use define-minor-mode in more cases.
11173 * term/tvi970.el (tvi970-set-keypad-mode):
11174 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
11175 (normal-erase-is-backspace-mode):
11176 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
11177 (set-scroll-bar-mode-1): (Re)move to its sole caller.
11178 (get-scroll-bar-mode): New function.
11179 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
11180
11181 Use define-minor-mode for less obvious cases.
f44379e7
SM
11182 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
11183 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
11184 * international/iso-ascii.el (iso-ascii-mode):
11185 * frame.el (auto-raise-mode, auto-lower-mode):
11186 * composite.el (global-auto-composition-mode): Use define-minor-mode.
11187
c04b03f8
MA
111882010-05-04 Michael Albinus <michael.albinus@gmx.de>
11189
11190 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
11191 in order to see error messages for failed logins.
11192
53967e09
CY
111932010-05-03 Chong Yidong <cyd@stupidchicken.com>
11194
11195 * diff.el (diff-sentinel):
11196
11197 * epg.el (epg--make-temp-file, epg-decrypt-string)
11198 (epg-verify-string, epg-sign-string, epg-encrypt-string):
11199
11200 * jka-compr.el (jka-compr-partial-uncompress)
11201 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
11202
11203 * server.el (server-sentinel): Use delete-file's new FORCE arg
11204 (Bug#6070).
11205
56eb0904
SM
112062010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11207
11208 Use define-minor-mode where applicable.
11209 * view.el (view-mode):
11210 * type-break.el (type-break-query-mode)
11211 (type-break-mode-line-message-mode):
11212 * textmodes/reftex.el (reftex-mode):
11213 * term/vt100.el (vt100-wide-mode):
11214 * tar-mode.el (tar-subfile-mode):
11215 * savehist.el (savehist-mode):
11216 * ibuf-ext.el (ibuffer-auto-mode):
11217 * composite.el (auto-composition-mode):
11218 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
11219 Use define-minor-mode.
11220 (vhdl-mode): Use static mode-line format.
11221 (vhdl-mode-line-update): Delete.
11222 (vhdl-create-mode-menu, vhdl-activate-customizations)
11223 (vhdl-hs-minor-mode): Don't bother calling it.
11224
672eb710
SM
112252010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11226
8f92b8ad
SM
11227 * simple.el (with-wrapper-hook): Move.
11228 (buffer-substring-filters): Mark obsolete.
11229 (filter-buffer-substring-functions): New variable.
1fada563 11230 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
8f92b8ad 11231
c04b03f8 112322010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4e2af782 11233 Michael Albinus <michael.albinus@gmx.de>
6a29a838
MA
11234
11235 Implement compression for inline methods.
11236
11237 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
11238 (tramp-copy-size-limit): Allow also nil.
11239 (tramp-inline-compress-commands): New defconst.
11240 (tramp-find-inline-compress, tramp-get-inline-compress)
11241 (tramp-get-inline-coding): New defuns.
cb7f3653 11242 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
c04b03f8 11243 replaced by `tramp-get-inline-coding'.
6a29a838
MA
11244 (tramp-handle-file-local-copy, tramp-handle-write-region)
11245 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
11246
8c0bf8b3
SM
112472010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11248
07125a91
SM
11249 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
11250 Remove unused functions.
11251
f3a47002
SM
11252 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
11253 Set find-tag-default-function as a variable rather than a property.
11254
8c0bf8b3
SM
11255 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
11256 * progmodes/etags.el (tags-completion-at-point-function):
11257 Remove left over interactive spec. Add autoloading stub.
11258 (complete-tag): Use tags-completion-at-point-function.
11259
27601456
CY
112602010-04-30 Chong Yidong <cyd@stupidchicken.com>
11261
cb7f3653 11262 * minibuffer.el (tags-completion-at-point-function): Fix return value.
27601456 11263
09d0284d
CY
112642010-04-29 Chong Yidong <cyd@stupidchicken.com>
11265
27d3cd56
CY
11266 * ido.el (ido-init-completion-maps): Remove C-v binding.
11267 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
09d0284d 11268
3a07ffce
CY
112692010-04-29 Chong Yidong <cyd@stupidchicken.com>
11270
11271 * minibuffer.el (tags-completion-at-point-function): New function.
11272 (completion-at-point-functions): Use it.
11273
3a07ffce
CY
11274 * progmodes/etags.el (complete-tag): Revert last change.
11275
3d14bb73
AM
112762010-04-29 Alan Mackenzie <acm@muc.de>
11277
11278 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
11279 off-by-one error (in end of macro position).
11280
7d353d11
SM
112812010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11282
11283 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
11284 firefox is absent. Don't autoload.
11285 (browse-url-galeon-program): Don't autoload.
11286
48111a85
CY
112872010-04-28 Chong Yidong <cyd@stupidchicken.com>
11288
11289 * bindings.el (complete-symbol): Move into minibuffer.el.
11290
11291 * minibuffer.el (complete-tag): Move from etags.el. If tags
11292 completion cannot be performed, return nil instead of signalling
11293 an error.
11294 (completion-at-point): Make it an alias for complete-symbol.
11295 (complete-symbol): Move from bindings.el, and replace with the
11296 body of completion-at-point.
11297
11298 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
11299
7ba94701
MA
113002010-04-28 Michael Albinus <michael.albinus@gmx.de>
11301
11302 * net/tramp.el (tramp-remote-selinux-p): New defun.
11303 (tramp-handle-file-selinux-context)
11304 (tramp-handle-set-file-selinux-context): Use it.
11305
95c6cc3e
SS
113062010-04-28 Sam Steingold <sds@gnu.org>
11307
11308 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11309 `safe-local-variable' if the value is a string or a symbol with
11310 the property `bug-reference-url-format'.
11311
36045ff3
CY
113122010-04-28 Chong Yidong <cyd@stupidchicken.com>
11313
537ffaf3
SM
11314 * progmodes/bug-reference.el (bug-reference-url-format):
11315 Revert 2010-04-27 change due to security risk.
36045ff3 11316
56924d99
SM
113172010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11318
11319 Make it possible to locally disable a globally enabled mode.
11320 * simple.el (fundamental-mode): Run fundamental-mode-hook.
11321 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
11322 rather than kill-all-local-variables so it runs fundamental-mode-hook.
11323 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11324 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
11325 that subsequent hooks get a chance to disable it.
11326
ccaa4765
SM
113272010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11328
17818d71
SM
11329 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11330 Avoid re-enabling a minor mode after the user turned the minor mode
11331 off if MODE-enable-in-buffers is run twice (typically once from
11332 fundamental-mode's after-change-major-mode-hook and a second time from
11333 run-mode-hook's own after-change-major-mode-hook).
11334
ccaa4765
SM
11335 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
11336
2a6f654e
SS
113372010-04-27 Sam Steingold <sds@gnu.org>
11338
11339 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11340 `safe-local-variable' if the value is a string or a function, as
11341 documented and implemented on 2010-04-02.
11342
cecaa674
JB
113432010-04-27 Juanma Barranquero <lekktu@gmail.com>
11344
11345 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
11346 when method is 'kill.
11347
113482010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
1e116bb3 11349
a628ad9d
JB
11350 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
11351 condition in default directory check.
01c35094 11352 (ispell-init-process, ispell-kill-ispell, kill-buffer-hook):
1e116bb3
AM
11353 Kill ispell process when killing its associated buffer.
11354
7dd7fbb9
JD
113552010-04-27 Jan Djärv <jan.h.d@swipnet.se>
11356
11357 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
11358 but we aren't using it.
11359
7ac82b84
J
113602010-04-25 Jan Djärv <jan.h.d@swipnet.se>
11361
11362 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
11363 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
11364
fea1add4
GM
113652010-04-24 Glenn Morris <rgm@gnu.org>
11366
11367 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
11368 Ignore VCS-ignore files, and deleted nextstep preferences files.
11369 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
11370 (authors-ambiguous-files): New list.
11371 (authors-valid-file-names): Add some deleted files.
11372 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
11373 (authors-disambiguate-file-name): New function. (Bug#5501)
11374 (authors-canonical-file-name): Doc fix.
11375 Don't warn about obsolete files.
11376 (authors-canonical-file-name, authors-scan-el):
11377 Use authors-disambiguate-file-name.
11378
cbcfee6e
GM
11379 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11380 Add autoload cookies.
11381 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
11382 (generated-autoload-file): Set file-local value to "htmlfontify.el".
11383 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
11384 They have definitions / compiler macros in cl.el.
11385 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11386 Replace manual autoloads with generated ones.
11387 (htmlfontify-unload-rgb-file): Remove autoload.
11388 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
11389
3b548e1b
SM
113902010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11391
9ae0c310
SM
11392 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
11393 (byte-compile-setq-default): Optimize for the
11394 single-var case and don't call byte-compile-form in this case to avoid
11395 inf-loop with byte-compile-set-default.
11396
3b548e1b
SM
11397 * progmodes/compile.el (compilation-start): Abbreviate default directory.
11398
632c5478
MA
113992010-04-23 Michael Albinus <michael.albinus@gmx.de>
11400
11401 Implement SELINUX backends.
11402
3b548e1b
SM
11403 * net/tramp.el (tramp-file-name-handler-alist):
11404 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
11405 (tramp-handle-file-selinux-context)
11406 (tramp-handle-set-file-selinux-context): New defuns.
3b548e1b
SM
11407 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
11408 Handle PRESERVE-SELINUX-CONTEXT.
632c5478 11409
3b548e1b
SM
11410 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11411 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
11412 (tramp-gvfs-handle-file-selinux-context)
11413 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
11414 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
11415
11416 * net/ange-ftp.el (ange-ftp-copy-file):
11417 * net/tramp-fish.el (tramp-fish-handle-copy-file):
11418 * net/tramp-imap.el (tramp-imap-handle-copy-file):
3b548e1b
SM
11419 * net/tramp-smb.el (tramp-smb-handle-copy-file):
11420 Add PRESERVE-SELINUX-CONTEXT.
632c5478 11421
a94d821f
MA
114222010-04-22 Michael Albinus <michael.albinus@gmx.de>
11423
11424 Synchronize with Tramp repository.
11425
11426 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
11427 (tramp-action-process-alive, tramp-action-out-of-band)
11428 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
11429 (tramp-exists-file-name-handler): Fix docstring.
11430 (with-progress-reporter): New defmacro.
11431 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
11432 (tramp-maybe-open-connection): Use it.
11433
a92375d9
MA
114342010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
11435
11436 Detect ssh 'ControlMaster' argument automatically in some cases.
11437
11438 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
11439 (tramp-default-method): Use it.
11440
489fe4c2
MA
114412010-04-22 Michael Albinus <michael.albinus@gmx.de>
11442
25f14cdb
MA
11443 * net/tramp.el (tramp-handle-copy-file): Add new optional
11444 parameter `preserve-selinux-context'.
11445 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
11446
a92375d9
MA
114472010-04-22 Michael Albinus <michael.albinus@gmx.de>
11448
489fe4c2
MA
11449 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
11450 Ensure, that non remote files are still checked. Oops.
11451
acd1f317
MA
114522010-04-21 Michael Albinus <michael.albinus@gmx.de>
11453
11454 Fix Bug#5840.
11455
11456 * icomplete.el (icomplete-completions): Use `non-essential'.
11457
11458 * net/tramp.el (tramp-connectable-p): New defun.
11459 (tramp-handle-expand-file-name)
11460 (tramp-completion-handle-file-name-all-completions)
11461 (tramp-completion-handle-file-name-completion): Use it.
11462
62c5b459
SM
114632010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11464
11465 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
11466
f904c0f9
JD
114672010-04-21 Jan Djärv <jan.h.d@swipnet.se>
11468
11469 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
11470
11471 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
11472
11473 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
11474 is present.
11475
11476 * info.el (info-tool-bar-map): Add labels.
11477
11478 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
11479
11480 * cus-edit.el (custom-commands): Add labels for tool bar.
11481 (custom-buffer-create-internal, Custom-mode): Adjust for
11482 labels in custom-commands.
11483
11484 * dynamic-setting.el: Renamed from font-setting.el.
11485
c5cbeb12
LL
114862010-04-21 John Wiegley <jwiegley@gmail.com>
11487
11488 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
11489 toggles the use of virtual buffers.
537ffaf3 11490 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
c5cbeb12
LL
11491 (ido-toggle-virtual-buffers): New function.
11492
fcc93746
JB
114932010-04-21 Juanma Barranquero <lekktu@gmail.com>
11494
11495 Use `define-derived-mode'; fix window selection; doc fixes.
11496 * play/tetris.el (tetris, tetris-update-speed-function)
11497 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
11498 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
11499 (tetris-rotate-next, tetris-end-game, tetris-start-game)
11500 (tetris-pause-game): Fix typos in docstrings.
11501 (tetris-mode-map, tetris-null-map):
11502 Move initialization into declaration.
11503 (tetris-mode): Define with `define-derived-mode';
11504 set show-trailing-whitespace to nil.
11505 (tetris): Prefer window already displaying the "*Tetris*" buffer.
11506
574c05e2
KK
115072010-04-21 Karel Klíč <kklic@redhat.com>
11508
11509 * files.el (backup-buffer): Handle SELinux context, and return it
11510 if a backup was made by renaming.
11511 (backup-buffer-copy): Set SELinux context to the target file.
11512 (basic-save-buffer): Set SELinux context of the newly written file.
11513 (basic-save-buffer-1): Now it also returns any SELinux context.
11514 (basic-save-buffer-2): Set SELinux context of the newly created file,
11515 and return it.
11516 * net/tramp.el (tramp-file-name-for-operation):
11517 Add file-selinux-context.
11518
e97a42c1
SM
115192010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11520
f2b9ed18
SM
11521 Make the log-edit comments use RFC822 format throughout.
11522
e97a42c1
SM
11523 * vc.el (vc-checkin, vc-modify-change-comment):
11524 Adjust to new vc-start/finish-logentry.
11525 (vc-find-conflicted-file): New command.
11526 (vc-transfer-file): Adjust to new vc-checkin.
11527 (vc-next-action): Improve scoping.
11528
11529 * vc-hg.el (vc-hg-log-edit-mode): Remove.
11530 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
11531
11532 * vc-git.el (vc-git-log-edit-mode): Remove.
11533 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
11534 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
11535
11536 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
11537 (vc-start-logentry): Remove argument `extra'.
11538 (vc-finish-logentry): Remove extra args.
11539
11540 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
11541 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
11542 (vc-bzr-conflicted-files): New function.
11543
11544 * log-edit.el (log-edit-extra-flags)
11545 (log-edit-before-checkin-process): Remove.
11546 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
11547 (log-edit-headers-alist): New var.
11548 (log-edit-header-contents-regexp): New const.
11549 (log-edit-match-to-eoh): New function.
11550 (log-edit-font-lock-keywords): Use them.
11551 (log-edit): Insert a "Summary:" header as default.
11552 (log-edit-mode): Mark font-lock rules as case-insensitive.
11553 (log-edit-done): Cleanup headers.
11554 (log-view-process-buffer): Remove.
11555 (log-edit-extract-headers): New function to replace it.
11556
938efb77
JB
115572010-04-20 Juanma Barranquero <lekktu@gmail.com>
11558
11559 * subr.el (default-direction-reversed): Remove obsolescence info.
11560
1cfb415b
SM
115612010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11562
cb4f9513
SM
11563 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
11564 windows/frames.
11565
6e610c72
SM
11566 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
11567 I.e. include text after point in the completion region.
11568 Also, return nil when we're not after/in a symbol.
11569
1cfb415b
SM
11570 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
11571 default enable-multibyte-characters.
11572
c80fa13c
SM
115732010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11574
87926e02
SM
11575 * international/mule.el: Help the user choose a valid coding-system.
11576 (read-buffer-file-coding-system): New function.
11577 (set-buffer-file-coding-system): Use it. Prompt the user if the
11578 coding-system cannot encode all the chars.
11579
c80fa13c
SM
11580 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
11581 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
11582 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
11583 Don't use *vc-bzr-shelve*.
11584
6e104790 115852010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
bce31830
DN
11586
11587 Fix the version number for added files.
11588 * vc-hg.el (vc-hg-working-revision): Check if the file is
11589 registered after hg parent fails (Bug#5961).
11590
6e104790 115912010-04-19 Glenn Morris <rgm@gnu.org>
0433ffa6
GM
11592
11593 * htmlfontify.el (htmlfontify-buffer)
11594 (htmlfontify-copy-and-link-dir): Autoload entry points.
11595
6e104790 115962010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
8507c65c
CY
11597
11598 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
11599 name relative to the project root (Bug#5960).
11600
6e104790 116012010-04-19 Glenn Morris <rgm@gnu.org>
e9ef9777
GM
11602
11603 * vc-git.el (vc-git-print-log): Doc fix.
11604
6e104790 116052010-04-19 Óscar Fuentes <ofv@wanadoo.es>
3808c51f
CY
11606
11607 * ido.el (ido-file-internal): Fix 2009-12-02 change.
11608
53cfe624 116092010-04-19 Christoph Scholtes <cschol2112@googlemail.com>
7860d2e3
CY
11610
11611 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
11612 default settings (Bug#5928).
11613
6e104790 116142010-04-19 Glenn Morris <rgm@gnu.org>
119850e9
GM
11615
11616 * progmodes/fortran.el (fortran-match-and-skip-declaration):
11617 New function.
0a23b2c3 11618 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 11619
6e104790 116202010-04-19 Kenichi Handa <handa@m17n.org>
86a366f4
KH
11621
11622 * language/indian.el (malayalam-composable-pattern): Fix previous
11623 change (add U+0D4D "SIGN VIRAMA").
11624 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
11625 (tamil-composable-pattern): Fix typo in the regexp.
11626 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
11627 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
11628 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
11629
6e104790 116302010-04-19 Chong Yidong <cyd@stupidchicken.com>
8afe2ec6
CY
11631
11632 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
11633 paragraph-separate (Bug#5821).
11634
6e104790 116352010-04-19 Juri Linkov <juri@jurta.org>
3c5d6dfb
JL
11636
11637 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
11638
11639 * info.el (Info-find-node-2): Comment out code that skips
11640 breadcrumbs line.
11641 (Info-mouse-follow-link): New command.
11642 (Info-link-keymap): New keymap.
11643 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
11644 Return a string with links instead of inserting breadcrumbs
11645 to the Info buffer.
11646 (Info-fontify-node): Comment out code that inserts breadcrumbs.
11647 Instead of putting the `invisible' text property over the Info
11648 header, make an overlay over the Info header with the `invisible'
11649 property and `after-string' set to the string returned by
11650 `Info-breadcrumbs'.
11651
6e104790 116522010-04-19 Chong Yidong <cyd@stupidchicken.com>
6baa27a2
CY
11653
11654 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
11655 Reported by monkey@sandpframing.com.
11656
98923800
SM
116572010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11658
b5feea0f
SM
11659 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
11660 (tmm-get-keymap): Add key-binding shortcuts now that they're not
11661 available in the "keyseq cache" any more.
11662
98923800
SM
11663 * custom.el (defcustom): Add edebug spec.
11664
fd5c9dfa
JL
116652010-04-18 Juri Linkov <juri@jurta.org>
11666
11667 Test for special mode-class in view-buffer instead of view-file (bug#5513).
11668
11669 * view.el (view-file, view-buffer): Move test for special mode-class
11670 from view-file to view-buffer.
11671
11672 * tar-mode.el (tar-extract): Turn if's into one cond
11673 like in arc-mode.el.
11674
b3671a51
JL
116752010-04-18 Juri Linkov <juri@jurta.org>
11676
11677 Add 7z archive format support (bug#5475).
11678
11679 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
11680 (archive-7z-extract): New defcustom.
11681 (archive-find-type): Add magic string for 7z.
11682 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
11683 If `stderr-file' is non-nil, use `(t stderr-file)' for the
11684 `buffer' arg of `call-process'.
11685 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
11686 call the function `archive-7z-extract' with the variable
11687 `archive-7z-extract' let-bound to `archive-zip-extract'.
11688 (archive-7z-summarize, archive-7z-extract): New functions.
11689
11690 * international/mule.el (auto-coding-alist):
11691 * files.el (auto-mode-alist): Add 7z file extension.
11692
8a37fb25
SM
116932010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11694
e9515805
SM
11695 * loadup.el: Setup hash-cons for pure data.
11696
f8ea0098
SM
11697 Fix duplicate entries in cedet's loaddefs.el files.
11698 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
11699 Should make most file-local generated-autoload-file unnecessary.
11700 (print-readably): Silence warnings.
11701 (autoload-find-destination): Take load-name as an arg to make sure
11702 it's the same as the one that will be in the file.
11703 (autoload-generate-file-autoloads): Adjust to above changes.
11704 Try to make the dataflow a bit simpler.
11705
8a37fb25
SM
11706 * cvs-status.el (cvs-refontify): Remove unused.
11707
f8b91752
JB
117082010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
11709
76e3243a 11710 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
f8b91752 11711
76e3243a 11712 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
f8b91752
JB
11713 twos-complement mode.
11714
d8b01fef
JB
117152010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
11716
76e3243a
JB
11717 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
11718 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
d8b01fef
JB
11719 (calc-inverse): Add "Option" to message, as appropriate.
11720 (calc-hyperbolic): Add "Option" to message, as appropriate.
11721 (calc-option, calc-is-option): New functions.
11722
76e3243a 11723 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
d8b01fef
JB
11724 (calc-option-prefix-help): New function.
11725
76e3243a 11726 * calc/calc-misc.el (calc-help): Add "Option" entry.
d8b01fef 11727
76e3243a 11728 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
d8b01fef
JB
11729 (calc-option-flag): New variable.
11730 (calc-do): Set `calc-option-flag to nil.
11731 (calc-set-mode-line): Add "Opt " as appropriate.
11732
74f806a1
JL
117332010-04-16 Juri Linkov <juri@jurta.org>
11734
11735 Move scrolling commands from simple.el to window.el
11736 because their primitives are implemented in window.c.
11737
11738 * simple.el (scroll-error-top-bottom)
11739 (scroll-up-command, scroll-down-command, scroll-up-line)
11740 (scroll-down-line, scroll-other-window-down)
11741 (beginning-of-buffer-other-window, end-of-buffer-other-window):
11742 * window.el (scroll-error-top-bottom)
11743 (scroll-up-command, scroll-down-command, scroll-up-line)
11744 (scroll-down-line, scroll-other-window-down)
11745 (beginning-of-buffer-other-window, end-of-buffer-other-window):
11746 Move from simple.el to window.el because their primitives are
11747 implemented in window.c.
11748
ad40eec5
JL
117492010-04-16 Juri Linkov <juri@jurta.org>
11750
11751 * isearch.el (isearch-lookup-scroll-key): Check both
11752 `isearch-scroll' and `scroll-command' properties.
11753 (scroll-up, scroll-down): Remove `isearch-scroll' property.
11754
11755 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
11756
11757 * simple.el (scroll-up-command, scroll-down-command)
11758 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
11759
a4b000fb
JL
117602010-04-15 Juri Linkov <juri@jurta.org>
11761
11762 * simple.el (scroll-up-command, scroll-down-command)
11763 (scroll-up-line, scroll-down-line): Put `scroll-command'
11764 property on the these symbols. Remove them from
11765 `scroll-preserve-screen-position-commands'.
11766
11767 * mwheel.el (mwheel-scroll): Put `scroll-command' and
11768 `isearch-scroll' properties on the `mwheel-scroll' symbol.
11769 Remove it from `scroll-preserve-screen-position-commands'.
11770
11771 * isearch.el (isearch-allow-scroll): Doc fix.
11772
4874f5e6
MA
117732010-04-15 Michael Albinus <michael.albinus@gmx.de>
11774
11775 * net/tramp.el (tramp-error-with-buffer): Don't show the
11776 connection buffer when we are in completion mode.
11777 (tramp-file-name-handler): Catch the error for some operations
11778 when we are in completion mode. This gives the user the chance to
11779 correct the file name in the minibuffer.
11780
82883f0a
GM
117812010-04-15 Glenn Morris <rgm@gnu.org>
11782
11783 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
11784
528b9ea9
JB
117852010-04-15 Juanma Barranquero <lekktu@gmail.com>
11786
11787 Simplify by using `define-derived-mode'.
11788 * info.el (Info-mode):
11789 * calendar/todo-mode.el (todo-mode):
11790 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
11791 (gomoku-mode-map): Move initialization into declaration.
11792
5f2b693f
MA
117932010-04-14 Michael Albinus <michael.albinus@gmx.de>
11794
11795 Fix Bug#5840.
11796 * ido.el (ido-file-name-all-completions-1):
11797 * minibuffer.el (minibuffer-completion-help):
11798 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
11799
ebb9641f
SM
118002010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11801
38111a5a
SM
11802 * simple.el (non-essential): New var.
11803
ebb9641f
SM
11804 Add a new field `location' to bookmarks for non-file bookmarks.
11805 * bookmark.el (bookmark-location): Use the new field, if present.
11806 (bookmark-insert-location): Undo last change, not needed any more.
11807 * man.el (Man-bookmark-make-record):
11808 * woman.el (woman-bookmark-make-record): Add `location' field.
11809
7b05466f
JL
118102010-04-14 Juri Linkov <juri@jurta.org>
11811
11812 * simple.el (scroll-error-top-bottom): New defcustom.
11813 (scroll-up-command, scroll-down-command): Use it. Doc fix.
11814
11815 * emulation/pc-select.el (pc-select-override-scroll-error):
11816 Obsolete in favor of `scroll-error-top-bottom'.
11817
32129746
JL
118182010-04-14 Juri Linkov <juri@jurta.org>
11819
11820 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
11821 `scroll-up-command' and `M-v' to `scroll-down-command'.
11822
11823 * emulation/cua-rect.el (cua--init-rectangles):
11824 * forms.el (forms--change-commands):
11825 * image-mode.el (image-mode-map):
11826 Remap scroll-down-command and scroll-up-command
11827 in addition to scroll-down and scroll-up.
11828
9013a7f8
JL
118292010-04-14 Juri Linkov <juri@jurta.org>
11830
11831 * mwheel.el (scroll-preserve-screen-position-commands):
11832 Add mwheel-scroll to this list of commands.
11833
11834 * simple.el (scroll-preserve-screen-position-commands):
11835 Add scroll-up-command, scroll-down-command, scroll-up-line,
11836 scroll-down-line to this list of commands.
11837
3b7e1d5f
SM
118382010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
11839
c1e25821
SM
11840 * obsolete/complete.el: Move from lisp/complete.el.
11841
5b31b787
SM
11842 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
11843
3b7e1d5f
SM
11844 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
11845 to the minor mode function now turns the mode ON unconditionally.
11846
398a825b
SM
118472010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11848
a544e7c1
SM
11849 * vc-dir.el (vc-dir-kill-line): New command.
11850 (vc-dir-mode-map): Bind it to C-k.
11851
a1979d8e
SM
11852 * bookmark.el (bookmark-insert-location): Handle a nil filename.
11853
398a825b
SM
11854 * woman.el: Add bookmark declarations to silence the compiler.
11855 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
11856 step to compatibility between man and woman bookmarks.
11857 Adjust for Man-default-bookmark-title renaming.
11858 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
11859
11860 * man.el: Add bookmark declarations to silence the compiler.
11861 (Man-name-local-regexp): Make it match NAME as well.
11862 (Man-getpage-in-background): Return the buffer.
11863 (Man-notify-when-ready): Use `case'.
11864 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
11865 Don't hardcode "NAME". Simplify.
11866 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
11867 Rename from Man-bookmark-make-record.
11868 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
11869 we have the actual man-args. Use Man-getpage-in-background rather
11870 than `man' since the arg is already processed. Let bookmark.el do the
11871 window handling. Only wait for the relevant process.
11872 Don't forget to autoload.
11873
11874 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
11875
45be326a
TV
118762010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11877
11878 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
11879 New functions.
11880 (woman-mode): Setup bookmark support.
11881
11882 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
11883 (man-bookmark-jump): New functions.
11884 (Man-mode): Setup bookmark support.
11885
3acb4c93
CY
118862010-04-10 Jari Aalto <jari.aalto@cante.net>
11887
11888 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
11889 recognize ssh-keygen prompt (Bug#2817).
11890
b6bbb65e
MA
118912010-04-10 Michael Albinus <michael.albinus@gmx.de>
11892
11893 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
11894
b533bc97
MA
118952010-04-10 Michael Albinus <michael.albinus@gmx.de>
11896
11897 Synchronize with Tramp repository.
11898
11899 * net/tramp.el (tramp-completion-function-alist)
11900 (tramp-file-name-regexp, tramp-chunksize)
45be326a
TV
11901 (tramp-local-coding-commands, tramp-remote-coding-commands):
11902 Fix docstring.
11903 (tramp-remote-process-environment): Use `format' instead of `concat'.
b533bc97
MA
11904 (tramp-handle-directory-files-and-attributes)
11905 (tramp-get-remote-path): Use `copy-tree'.
11906 (tramp-handle-file-name-all-completions): Backward/ XEmacs
11907 compatibility: Use `completion-ignore-case' if
11908 `read-file-name-completion-ignore-case' does not exist.
11909 (tramp-do-copy-or-rename-file-directly): Do not use
11910 `tramp-handle-file-remote-p'.
45be326a
TV
11911 (tramp-do-copy-or-rename-file-out-of-band):
11912 Use `tramp-compat-delete-directory'.
b533bc97 11913 (tramp-do-copy-or-rename-file-out-of-band)
45be326a
TV
11914 (tramp-compute-multi-hops, tramp-maybe-open-connection):
11915 Use `format-spec-make'.
b533bc97
MA
11916 (tramp-find-foreign-file-name-handler)
11917 (tramp-advice-make-auto-save-file-name)
11918 (tramp-set-auto-save-file-modes): Remove superfluous check for
11919 `stringp'. This is done inside `tramp-tramp-file-p'.
11920 (tramp-debug-outline-regexp): New defconst.
11921 (tramp-get-debug-buffer): Use it.
11922 (tramp-check-for-regexp): Use (forward-line 1).
11923 (tramp-set-auto-save-file-modes): Adapt version check.
11924
45be326a
TV
11925 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
11926 Wrap call of `featurep' for 2nd argument.
b533bc97
MA
11927 (tramp-compat-make-temp-file): Simplify fallback implementation.
11928 (tramp-compat-copy-tree): Remove function.
11929 (tramp-compat-delete-directory): Provide implementation for older
11930 Emacsen.
11931
11932 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
11933 Do not use `tramp-fish-handle-file-attributes.
11934
11935 * net/trampver.el: Update release number.
11936
ba33df00
GM
119372010-04-10 Glenn Morris <rgm@gnu.org>
11938
11939 * progmodes/compile.el (compilation-save-buffers-predicate):
11940 Add missing :version tag.
11941
4a8ae76f
SS
119422010-04-09 Sam Steingold <sds@gnu.org>
11943
11944 * progmodes/compile.el (compilation-save-buffers-predicate):
11945 Remove the "autoload" cookie.
11946
0880716f
SS
11947 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
11948 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
11949 and `bug-reference-prog-mode' can be used in hooks directly.
11950
6aebd58c
DN
119512010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
11952
11953 Add --author support to git commit.
11954 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
11955 (vc-git-log-edit-mode): New minor mode.
45be326a
TV
11956 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
11957 New declarations.
6aebd58c 11958
f6d90772
ER
119592010-04-09 Eric Raymond <esr@snark.thyrsus.com>
11960
11961 * vc-hooks.el, vc-git.el: Improve documentation comments.
11962
e754e83b
SM
119632010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11964
11965 Fix some of the problems in defsubst* (bug#5728).
11966 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
11967 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
11968
9e86ab0b
SS
119692010-04-07 Sam Steingold <sds@gnu.org>
11970
e754e83b
SM
11971 * progmodes/compile.el (compilation-save-buffers-predicate):
11972 New custom variable.
9e86ab0b
SS
11973 (compile, recompile): Pass it to `save-some-buffers'.
11974
b0c8b840
JD
119752010-04-07 Jan Djärv <jan.h.d@swipnet.se>
11976
11977 * wid-edit.el (widget-choose): Move cursor to the second line of
11978 the buffer (Bug#5695).
11979
31527c56
DN
119802010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
11981
11982 Add new VC methods: vc-log-incoming and vc-log-outgoing.
11983 * vc.el (vc-print-log-setup-buttons): New function split out from
11984 vc-print-log-internal.
11985 (vc-log-internal-common): New function, a parametrized version of
11986 vc-print-log-internal.
11987 (vc-print-log-internal): Just call vc-log-internal-common with the
11988 right arguments.
11989 (vc-incoming-outgoing-internal):
11990 (vc-log-incoming, vc-log-outgoing): New functions.
11991 (vc-log-view-type): New permanent local variable.
11992
11993 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
11994
11995 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
11996 of the dynamic bound vc-short-log.
11997 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
11998
11999 * vc-git.el (vc-git-log-outgoing): New function.
12000 (vc-git-log-view-mode): Use vc-log-view-type instead
12001 of the dynamic bound vc-short-log.
12002
12003 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
12004 of the dynamic bound vc-short-log. Highlight the tag.
12005 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
12006 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
12007 (vc-hg-incoming-mode): Remove.
12008 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
12009
7ec69e2b
DN
120102010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
12011
12012 Fix default-directory for vc-root-diff.
12013 * vc.el (vc-root-diff): Bind default-directory to the root
12014 directory for the diff command.
12015
fd9ea9d3
WS
120162010-04-07 Michael McNamara <mac@mail.brushroad.com>
12017
6e104790 12018 * progmodes/verilog-mode.el (verilog-forward-sexp):
31527c56
DN
12019 (verilog-calc-1): Support "disable fork" and "fork wait" multi
12020 word keywords, suggested by Steve Pearlmutter.
6e104790 12021 (verilog-pretty-declarations): Support lineup of declarations in
fd9ea9d3 12022 port lists.
6e104790 12023 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
c4cc8b9a 12024 fix bug for /* / comments.
6e104790 12025 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
fd9ea9d3 12026 Speed up and simplfy as this is never called with a bound.
6e104790
SM
12027 (verilog-pretty-declarations): Enhance to line up declarations
12028 inside a parameter list, suggested by Alan Morgan.
12029 (verilog-pretty-expr): Tune assignment regular expression match
12030 string for corner cases; also use markers instead of character
12031 number as indent changes the later.
fd9ea9d3
WS
12032
120332010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
12034
6e104790
SM
12035 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
12036 as missing keyword.
12037 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
12038 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
12039 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
12040 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
12041 Tennant.
12042 (verilog-keywords):
fd9ea9d3
WS
12043 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
12044 1800-2009 keywords, including "global.".
12045
2a07afc5
JW
120462010-04-06 John Wiegley <jwiegley@gmail.com>
12047
8b32731a 12048 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2a07afc5 12049 appearing in buffer list (if a live buffer name matched a recentf
8b32731a 12050 file basename). Should use uniquify to offer a real solution.
2a07afc5 12051
f9a27d86
JW
120522010-04-06 John Wiegley <jwiegley@gmail.com>
12053
8b32731a
JB
12054 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
12055 comment to code, and add a :version tag.
12056 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
f9a27d86 12057
9caf8a8f
JB
120582010-04-06 Juanma Barranquero <lekktu@gmail.com>
12059
12060 Enable recentf-mode if using virtual buffers.
12061 * ido.el (recentf-list): Declare for byte-compiler.
93acd23d 12062 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
9caf8a8f
JB
12063 (ido-make-buffer-list): Simplify.
12064 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
12065
5a97d2da
JL
120662010-04-05 Juri Linkov <juri@jurta.org>
12067
12068 Scrolling commands which scroll a line instead of full screen.
12069 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12070
12071 * simple.el (scroll-up-line, scroll-down-line): New commands.
12072 Put property isearch-scroll=t on them.
12073
12074 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
12075 Remove commands.
12076
79ce172a
JL
120772010-04-05 Juri Linkov <juri@jurta.org>
12078
8b32731a 12079 Scrolling commands which do not signal errors at top/bottom.
79ce172a
JL
12080 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
12081
12082 * simple.el (scroll-up-command, scroll-down-command): New commands.
12083 Put property isearch-scroll=t on them.
12084
12085 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
12086 `scroll-down-command' and [next] from `scroll-up' to
12087 `scroll-up-command'.
12088
12089 * emulation/cua-base.el: Put property CUA=move on
12090 `scroll-up-command' and `scroll-down-command'.
12091 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
12092 and `scroll-down-command' to `cua-scroll-down'.
12093
309d5b43
JB
120942010-04-05 Juanma Barranquero <lekktu@gmail.com>
12095
6460e534 12096 * help.el (describe-mode): Return nil.
309d5b43 12097
0523d117
JW
120982010-04-04 John Wiegley <jwiegley@gmail.com>
12099
12100 * ido.el (ido-use-virtual-buffers): New variable to indicate
f9a27d86 12101 whether "virtual buffer" support is enabled for IDO.
0523d117
JW
12102 (ido-virtual): Face used to indicate virtual buffers in the list.
12103 (ido-buffer-internal): If a buffer is chosen, and no such buffer
12104 exists, but a virtual buffer of that name does (which would be why
12105 it was in the list), recreate the buffer by reopening the file.
12106 (ido-make-buffer-list): If virtual buffers are being used, call
12107 `ido-add-virtual-buffers-to-list' before the make list hook.
12108 (ido-virtual-buffers): New variable which contains a copy of the
12109 current contents of the `recentf-list', albeit pared down for the
12110 sake of speed, and with proper faces applied.
12111 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
12112 create a list of "virtual buffers" to present to the user in
12113 addition to the currently open set. Note that this logic could
12114 get rather slow if that list is too large. With the default
12115 `recentf-max-saved-items' of 200, there is little speed penalty.
12116
202ff0d6
SM
121172010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12118
12119 * font-lock.el: Require CL when compiling.
12120 (font-lock-turn-on-thing-lock): Use `case'.
12121
ef43a0f4
EZ
121222010-04-03 Eli Zaretskii <eliz@gnu.org>
12123
12124 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
12125 Zaretskii.
ef43a0f4 12126
9c13a46e
JL
121272010-04-02 Juri Linkov <juri@jurta.org>
12128
12129 * ehelp.el (electric-help-orig-major-mode):
12130 New buffer-local variable.
12131 (electric-help-mode): Set it to original major-mode. Doc fix.
12132 (with-electric-help): Use `electric-help-orig-major-mode' instead
12133 of (default-value 'major-mode). Doc fix.
12134 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
12135
3fb87bf5
SS
121362010-04-02 Sam Steingold <sds@gnu.org>
12137
12138 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
12139 `vc-hg-command' with a list of flags.
12140
202ff0d6
SM
12141 * progmodes/bug-reference.el (bug-reference-bug-regexp):
12142 Also accept "patch" and "RFE".
dbb5e44a
SS
12143 (bug-reference-fontify): `bug-reference-url-format' can also be a
12144 function to be able to handle the bug kind.
202ff0d6 12145 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
dbb5e44a 12146
d0b22876
JD
121472010-04-02 Jan Djärv <jan.h.d@swipnet.se>
12148
12149 * tmm.el (tmm-get-keymap): Check with symbolp before passing
12150 value to fboundp, it may not be a symbol.
12151
1625d379
CY
121522010-03-31 Chong Yidong <cyd@stupidchicken.com>
12153
202ff0d6 12154 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
1625d379 12155
1cd095c6
JL
121562010-03-31 Juri Linkov <juri@jurta.org>
12157
12158 * simple.el (next-line, previous-line): Re-throw a signal
12159 with `signal' instead of using `ding'.
12160 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
12161
67189e62
JL
121622010-03-31 Juri Linkov <juri@jurta.org>
12163
12164 * simple.el (keyboard-escape-quit): Raise deselecting the active
12165 region higher than exiting the minibuffer.
12166 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
12167
1546c559
JL
121682010-03-31 Juri Linkov <juri@jurta.org>
12169
12170 * image.el (image-animated-p): Use `image-metadata' instead of
12171 `image-extension-data'. Get GIF extenstion data from metadata
12172 property `extension-data'.
12173
85626eef
SM
121742010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12175
12176 * simple.el (append-to-buffer): Simplify.
12177
85738751 121782010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
b42da387
TA
12179
12180 * textmodes/artist.el (artist-mode): Fix typo in docstring.
12181 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
12182
85738751 121832010-03-31 Kenichi Handa <handa@m17n.org>
42763dda
KH
12184
12185 * language/sinhala.el (composition-function-table): Fix regexp for
12186 the new Unicode specification.
12187
12188 * language/indian.el (devanagari-composable-pattern)
12189 (tamil-composable-pattern, kannada-composable-pattern)
85626eef 12190 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
12191 specification.
12192 (bengali-composable-pattern, gurmukhi-composable-pattern)
12193 (gujarati-composable-pattern, oriya-composable-pattern)
12194 (telugu-composable-pattern): New variables to cope with the new
12195 Unicode specification. Use them in composition-function-table.
12196
85738751 121972010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
fe59d705 12198
79d74ac5 12199 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
12200 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
12201 vectors rather than cons cells, as used in menu-bar-update-buffers.
12202
85738751 122032010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be 12204
2a793f7f
CY
12205 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
12206 (js-insert-and-indent): Revert 2009-08-15 change, restoring
12207 electric punctuation for "{}();,:" (Bug#5586).
12208
03ffe8be
CY
12209 * mail/sendmail.el (mail-default-directory): Doc fix.
12210
85738751 122112010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be
CY
12212
12213 * mail/sendmail.el (mail-default-directory): Doc fix.
12214
85738751 122152010-03-31 Eli Zaretskii <eliz@gnu.org>
94785022
EZ
12216
12217 * subr.el (version-regexp-alist, version-to-list)
12218 (version-list-<, version-list-=, version-list-<=)
12219 (version-list-not-zero, version<, version<=, version=): Doc fix.
12220 (Bug#5744).
12221
85738751 122222010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
431af6a4
DN
12223
12224 * vc.el (vc-root-diff): Doc fix.
12225
85738751 122262010-03-31 Chong Yidong <cyd@stupidchicken.com>
9d30a9f4 12227
9aa2c576
CY
12228 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
12229
9d30a9f4
CY
12230 * simple.el (append-to-buffer): Fix last change.
12231
85738751 122322010-03-31 Chong Yidong <cyd@stupidchicken.com>
d0fba174
CY
12233
12234 * simple.el (append-to-buffer): Ensure that point is preserved if
12235 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
12236 (Bug#5749)
12237
2372f278
SM
122382010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12239
12240 * files.el (auto-mode-case-fold): Change default to t.
12241
2223a1b3
JL
122422010-03-30 Juri Linkov <juri@jurta.org>
12243
12244 * dired-x.el (dired-omit-mode): Doc fix.
12245
0ef84fc8
JL
122462010-03-30 Juri Linkov <juri@jurta.org>
12247
12248 * replace.el (occur-accumulate-lines): Move occur-engine related
12249 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
12250 to be located after `occur-engine'.
12251
dc2d2590
JL
122522010-03-30 Juri Linkov <juri@jurta.org>
12253
12254 Make occur handle multi-line matches cleanly with context.
12255 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
12256
12257 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
12258 (occur-engine): Add local variables `ret', `prev-after-lines',
12259 `prev-lines'. Use more arguments for `occur-context-lines'.
12260 Set first elem of its returned list to `data', and the second elem
12261 to `prev-after-lines'. Don't print the separator line.
12262 In the end, print remaining context after-lines.
12263 (occur-context-lines): Add new arguments `begpt', `endpt',
12264 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
12265 after-lines of the previous match with before-lines of the
12266 current match and not overlap them. Return a list with two
12267 values: the output line and the list of context after-lines.
12268
47c88c06
JL
122692010-03-30 Juri Linkov <juri@jurta.org>
12270
12271 * replace.el (occur-accumulate-lines): Fix a bug where the first
12272 context line at the beginning of the buffer was missing.
12273
a7b02820
EZ
122742010-03-30 Eli Zaretskii <eliz@gnu.org>
12275
12276 * files.el: Make bidi-display-reordering safe variable for boolean
12277 values.
12278
9326ba26 122792010-03-29 Phil Hagelberg <phil@evri.com>
4e2af782 12280 Chong Yidong <cyd@stupidchicken.com>
9326ba26
CY
12281
12282 * subr.el: Extend progress reporters to perform "spinning".
85626eef
SM
12283 (progress-reporter-update, progress-reporter-do-update):
12284 Handle non-numeric value arguments.
9326ba26
CY
12285 (progress-reporter--pulse-characters): New var.
12286
f6f8aa12
CY
122872010-03-28 Chong Yidong <cyd@stupidchicken.com>
12288
12289 * progmodes/compile.el (compilation-start): Fix regexp detection
12290 of initial cd command (Bug#5771).
12291
7ed287b5
CY
122922010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
12293
12294 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
12295
146b8b16
NR
122962010-03-27 Nick Roberts <nickrob@snap.net.nz>
12297
12298 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
76e3243a
JB
12299 * progmodes/gdb-mi.el: Restore.
12300 * progmodes/gdb-ui.el: Remove.
12301 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
146b8b16 12302
b23caf75
GM
123032010-03-25 Glenn Morris <rgm@gnu.org>
12304
12305 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
12306 all dired buffers, even tramp ones. (Bug#5755)
12307
18c812bd
SM
123082010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12309
12310 Add "union tags" in mpc.el.
12311 * mpc.el: Remove backward compatibility code.
12312 (mpc-browser-tags): Change default.
12313 (mpc--find-memoize-union-tags): New var.
12314 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
12315 (mpc-cmd-find): Handle the case where the playlist does not exist.
12316 Handle union-tags.
12317 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
12318 (mpc-cmd-add): Use mpc-cmd-flush.
12319 (mpc-tagbrowser-tag-name): New fun.
12320 (mpc-tagbrowser-buf): Use it.
12321 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
12322
efee6a6d
SM
123232010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12324
9586c41a
SM
12325 Misc cleanup.
12326 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
12327 Use replace-regexp-in-string.
12328 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
12329 (makefile-imake-mode-syntax-table): Move init into defvar.
12330 (makefile-mode): Use define-derived-mode.
12331
efee6a6d
SM
12332 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
12333 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
12334 not be present any more.
12335
c6f3804c
JB
123362010-03-24 Juanma Barranquero <lekktu@gmail.com>
12337
12338 * faces.el (set-face-attribute): Fix typo in docstring.
12339 (face-valid-attribute-values): Reflow docstring.
12340
e867cb5d 123412010-03-24 Glenn Morris <rgm@gnu.org>
4c3a215a 12342
efee6a6d 12343 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 12344
e867cb5d 123452010-03-24 Chong Yidong <cyd@stupidchicken.com>
e9ba3e26
CY
12346
12347 * indent.el (indent-for-tab-command): Doc fix.
12348
e867cb5d 123492010-03-24 Alan Mackenzie <acm@muc.de>
657071fc 12350
efee6a6d
SM
12351 * progmodes/cc-engine.el (c-remove-stale-state-cache):
12352 Fix off-by-one error. Fixes bug #5747.
657071fc 12353
e867cb5d 123542010-03-24 Juanma Barranquero <lekktu@gmail.com>
c8de140b
JB
12355
12356 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
12357 (image-dired-read-comment): Doc fix.
12358
efee6a6d
SM
12359 * json.el (json-object-type, json-array-type, json-key-type)
12360 (json-false, json-null, json-read-number):
c8de140b
JB
12361 * minibuffer.el (completion-in-region-functions):
12362 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
12363 (cal-tex-cursor-week):
12364 * emacs-lisp/trace.el (trace-function):
12365 * eshell/em-basic.el (eshell/printnl):
12366 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
12367 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
12368 * obsolete/levents.el (allocate-event, event-key, event-object)
12369 (event-point, event-process, event-timestamp, event-to-character)
12370 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
12371 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
12372 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
12373 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
12374 (reftex-highlight-selection): Fix typos in docstrings.
12375
e867cb5d 123762010-03-24 Juanma Barranquero <lekktu@gmail.com>
d1200087
JB
12377
12378 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
12379
e867cb5d 123802010-03-24 Glenn Morris <rgm@gnu.org>
f454672b
GM
12381
12382 * mail/rmail.el (rmail-highlight-face): Restore option deleted
12383 2008-02-13 without comment; mark it obsolete.
12384 (rmail-highlight-headers): Use rmail-highlight-face once more.
12385
e867cb5d 123862010-03-24 Chong Yidong <cyd@stupidchicken.com>
d5704d66
CY
12387
12388 * woman.el (woman2-process-escapes): Only consume the newline if
12389 the filler character is on a line by itself (Bug#5729).
12390
e867cb5d 123912010-03-24 Kenichi Handa <handa@m17n.org>
fade35dd
KH
12392
12393 * language/indian.el (devanagari-composable-pattern): Add more
12394 consonants.
12395
e867cb5d 123962010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
12397
12398 * net/trampver.el: Update release number.
12399
e867cb5d 124002010-03-24 Michael Albinus <michael.albinus@gmx.de>
c0e17ff2 12401
efee6a6d
SM
12402 * net/tramp.el (tramp-find-executable):
12403 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
12404 output of "wc -l" more robust.
12405 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
12406 (tramp-open-connection-setup-interactive-shell): Remove workaround
12407 for OpenSolaris bug, it is not needed anymore.
12408
e867cb5d 124092010-03-24 Glenn Morris <rgm@gnu.org>
eb123b12
GM
12410
12411 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
12412
e867cb5d 124132010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
5f8d2ce0
WS
12414
12415 * files.el (auto-mode-alist): Accept more verilog file patterns.
12416
b2b8574b
SM
124172010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12418
12419 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
12420
1d94ebb0
GM
124212010-03-24 Glenn Morris <rgm@gnu.org>
12422
7e263967
GM
12423 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
12424 log-edit-before-checkin-process.
12425
5ac92c5f
GM
12426 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
12427
12428 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
ebbe23dd 12429
549f324a
GM
12430 * vc-dispatcher.el (vc-start-logentry): Doc fix.
12431 (log-view-process-buffer, log-edit-extra-flags): Declare.
12432
495b517c
GM
12433 * log-edit.el (log-edit-before-checkin-process): Doc fix.
12434
f4087766
SS
124352010-03-23 Sam Steingold <sds@gnu.org>
12436
12437 Fix bug#5620: recalculate all markers on compilation buffer
12438 modifications, not on file modifications.
38e9aa53
GM
12439 * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
12440 variable: the buffer modification time, for buffers not associated with
12441 files.
f4087766
SS
12442 (compilation-mode): Create it.
12443 (compilation-filter): Update it.
12444 (compilation-next-error-function): Use it instead of
12445 `visited-file-modtime' for timestamp.
12446
774642e5
JL
124472010-03-23 Juri Linkov <juri@jurta.org>
12448
12449 Implement Occur multi-line matches.
12450 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
12451
12452 * replace.el (occur): Doc fix.
12453 (occur-engine): Set `begpt' to the beginning of the first line.
12454 Set `endpt' to the end of the last match line. At first, count
12455 line numbers between `origpt' and `begpt'. Split out code from
12456 `out-line' variable to new let-bindings `match-prefix' and
12457 `match-str'. In `out-line' add non-numeric prefix to all
12458 non-first lines of multi-line matches. Finally, count lines
12459 between `begpt' and `endpt' and add to `lines'.
12460
f14d1172
JL
124612010-03-23 Juri Linkov <juri@jurta.org>
12462
12463 * replace.el (occur-accumulate-lines, occur-engine):
12464 Use `occur-engine-line' instead of duplicate code.
12465 (occur-engine-line): New function created from duplicate code
12466 in `occur-accumulate-lines' and `occur-engine'.
12467
53e87c57
JL
12468 * replace.el (occur-engine-line): Add optional arg `keep-props'.
12469 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
12470
75a3ff20
JL
124712010-03-23 Juri Linkov <juri@jurta.org>
12472
12473 * finder.el: Remove TODO tasks.
12474
12475 * info.el (Info-finder-find-node): Add node "all"
12476 with all package info. Handle a list of multiple keywords
12477 separated by comma.
12478 (info-finder): In interactive use with a prefix argument,
12479 use `completing-read-multiple' to read a list of keywords
12480 separated by comma.
12481
00278747
SM
124822010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12483
12484 Add a new completion style `substring'.
12485 * minibuffer.el (completion-basic--pattern): New function.
12486 (completion-basic-try-completion, completion-basic-all-completions):
12487 Use it.
12488 (completion-substring--all-completions)
12489 (completion-substring-try-completion)
12490 (completion-substring-all-completions): New functions.
12491 (completion-styles-alist): New style `substring'.
12492
64cb11cc
SM
124932010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12494
12495 Get rid of .elc files after removal of the corresponding .el.
12496 * Makefile.in (compile-clean): New target.
12497 (compile-main): Use it.
12498
835e2c65
JD
124992010-03-22 Jan Djärv <jan.h.d@swipnet.se>
12500
12501 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
12502 don't do make there. When compiling with separate object dir, there
12503 is no Makefile there.
12504
111a9dff
SM
125052010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12506
12507 Get rid of the ELCFILES abomination, again.
12508 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
12509 (all, compile): Don't call compile-last.
12510 (compile-main): Build the "elcfiles" list dynamically.
12511 (compile-targets): New (internal) target.
12512
82c3d67a
AS
125132010-03-21 Andreas Schwab <schwab@linux-m68k.org>
12514
12515 * Makefile.in (top_srcdir): Define.
12516 (abs_top_builddir): Define.
12517 (srcdir): Don't append `/..'.
12518 (EMACS): Use ${abs_top_builddir}.
12519 (all, compile, compile-always, compile-last): Don't set emacswd.
64cb11cc
SM
12520 (update-subdirs, update-authors): Use $(top_srcdir) instead of
12521 $(srcdir).
82c3d67a
AS
12522 (lisp): Use $(srcdir) instead of @srcdir@.
12523
d66ecdbb
JL
125242010-03-21 Juri Linkov <juri@jurta.org>
12525
12526 Fix message of multi-line occur regexps and multi-buffer header lines.
12527 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
12528
12529 * replace.el (occur-1): Don't display regexp if it is longer
12530 than window-width. Use `query-replace-descr' to display regexp.
12531 (occur-engine): Don't display regexp in the buffer header for
12532 multi-buffer occur. Display a separate header line with total
12533 match count and regexp for multi-buffer occur.
12534 Use `query-replace-descr' to display regexp.
12535
f05e1b94
TZ
125362010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
12537
12538 * net/secrets.el: Fix parenthesis.
12539 (secrets-enabled): Fix parenthesis.
12540
801ba3ba
SM
125412010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12542
3613edce
SM
12543 Use more relative file and directory names.
12544 * Makefile.in (EMACS): Arrange for it to work when we chdir.
12545 (setwins, setwins_almost, setwins_for_subdirs):
12546 Don't `cd'; output relative names.
12547 (all, compile, compile-always, compile-last): Set emacswd.
12548 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
12549 Just cd to the lisp source dir so we can use relative file names.
12550
801ba3ba
SM
12551 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
12552
2b1400b9
GM
125532010-03-20 Glenn Morris <rgm@gnu.org>
12554
12555 * textmodes/rst.el: Use faces for font-lock customization, and make the
12556 old -face variables obsolete.
12557 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
12558 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
12559 (rst-block-face, rst-external-face, rst-definition-face)
12560 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
12561 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
12562 Make obsolete.
12563 (rst-font-lock-keywords-function): Update for above changes.
12564
5e418f17
JL
125652010-03-20 Juri Linkov <juri@jurta.org>
12566
12567 * s-region.el:
12568 * obsolete/s-region.el: Move to obsolete.
12569
b0287b39
JB
125702010-03-19 Juanma Barranquero <lekktu@gmail.com>
12571
12572 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
12573
3c95bbb6
DN
125742010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12575
12576 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
12577
09158997
DN
125782010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12579
12580 Add special markup processing for commit logs.
12581 * log-edit.el (log-edit-extra-flags): New variable.
12582 (log-edit): Add new argument MODE. Use that mode when non-nil
12583 instead of the log-view-mode.
12584 (log-view-process-buffer): New function.
12585
12586 * vc.el: Document that the checkin method takes optional
12587 arguments. Document new backend specific method: log-view-mode.
12588 (vc-default-log-edit-mode): New function.
12589 (vc-checkin): Use a backend specific log-view-mode.
12590 Pass extra arguments to the checkin method.
12591 (vc-modify-change-comment): Pass a dummy extra argument.
12592
12593 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
12594 log-edit.
12595 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
12596 (vc-finish-logentry): Process the log buffer before passing it
12597 down. Pass log-edit-extra-flags.
12598
12599 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
12600 command.
85626eef
SM
12601 (log-edit-extra-flags, log-edit-before-checkin-process):
12602 New declarations.
09158997
DN
12603
12604 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
12605 command.
85626eef
SM
12606 (log-edit-extra-flags, log-edit-before-checkin-process):
12607 New declarations.
09158997
DN
12608 (vc-hg-log-edit-mode): New derived mode.
12609
12610 * vc-arch.el (vc-arch-checkin):
12611 * vc-cvs.el (vc-cvs-checkin):
12612 * vc-git.el (vc-git-checkin):
12613 * vc-mtn.el (vc-mtn-checkin):
12614 * vc-rcs.el (vc-rcs-checkin):
12615 * vc-sccs.el (vc-sccs-checkin):
12616 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
12617
f430423d
SM
126182010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12619
12620 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
12621 parent typo).
12622
aa8f8277
GM
126232010-03-19 Glenn Morris <rgm@gnu.org>
12624
f430423d 12625 * password-cache.el (password-cache, password-cache-expiry): Autoload.
aa8f8277 12626
04525749
GM
126272010-03-18 Glenn Morris <rgm@gnu.org>
12628
c70815f1
GM
12629 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
12630
84d0a5f8
GM
12631 * replace.el (query-replace-history): Give it a doc string.
12632 (map-query-replace-regexp): Use query-replace-from-history-variable
12633 and query-replace-to-history-variable.
12634
e3a15161
GM
12635 * mail/hashcash.el (declare-function): Remove duplicate definition.
12636
27be0364
GM
12637 * mail/emacsbug.el (report-emacs-bug-pretest-address):
12638 Make it an obsolete alias for report-emacs-bug-address.
12639 (message-strip-special-text-properties): Declare.
12640 (report-emacs-bug): Remove test for a pretest bug address.
12641 Combine message-mode-specific code.
12642
88b8d18e
GM
12643 * mail/supercite.el: Don't require sendmail.
12644 (mh-in-header-p): Declare rather than using with-no-warnings.
12645 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
12646 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
12647
1a355d09
GM
12648 * calendar/cal-french.el: Convert to utf-8.
12649
04525749
GM
12650 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
12651 Emacs scripts.
12652
ae84eb97
MA
126532010-03-16 Michael Albinus <michael.albinus@gmx.de>
12654
12655 * net/secrets.el (secrets-enabled): New variable. Use it instead
12656 of a subfeature.
12657
7c75524e
MA
126582010-03-15 Michael Albinus <michael.albinus@gmx.de>
12659
12660 * net/secrets.el (top): Register the D-Bus signals only when the
f430423d
SM
12661 service "org.freedesktop.secrets" can be pinged.
12662 Provide subfeature `enabled'.
7c75524e 12663
57938a79
JL
126642010-03-14 Juri Linkov <juri@jurta.org>
12665
12666 Add finder unknown keywords.
12667
12668 * finder.el (finder-unknown-keywords): New function.
12669
12670 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
12671 to create a Finder node with unknown keywords.
12672
88f4758e
JL
126732010-03-14 Juri Linkov <juri@jurta.org>
12674
12675 * finder.el (finder-compile-keywords): Replace `princ' with
12676 `prin1' on a list of symbols interned from keyword strings.
12677
12678 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
12679 a comma, then split keywords using a comma and optional whitespace.
12680 Otherwise, split by whitespace.
12681
12682 * complete.el:
12683 * face-remap.el:
12684 * log-view.el:
12685 * net/hmac-def.el:
12686 * net/hmac-md5.el:
12687 * net/netrc.el:
12688 * progmodes/mixal-mode.el: Fix keywords.
12689
7725ebb7
MA
126902010-03-13 Michael Albinus <michael.albinus@gmx.de>
12691
12692 * Makefile.in (ELCFILES): Add net/secrets.elc.
12693
12694 * net/secrets.el: New file.
12695
6f320937
CY
126962010-03-12 Chong Yidong <cyd@stupidchicken.com>
12697
12698 * facemenu.el (list-colors-display, list-colors-print): New arg
12699 callback. Use it to allow selecting colors.
12700
12701 * wid-edit.el (widget-image-insert): Insert image prop even if the
12702 current display is non-graphic.
12703 (widget-field-value-set): New fun.
12704 (editable-field): Use it.
12705 (widget-field-value-get): Clean up unused var.
85626eef
SM
12706 (widget-color-value-create, widget-color--choose-action):
12707 New funs. Allow using list-colors-display to choose color.
6f320937 12708
647f9993
CY
127092010-03-12 Chong Yidong <cyd@stupidchicken.com>
12710
12711 * cus-edit.el: Resort topmost custom groups.
12712 (custom-buffer-sort-alphabetically): Default to t.
12713 (customize-apropos): Use apropos-parse-pattern.
12714 (custom-search-field): New var.
12715 (custom-buffer-create-internal): Add custom-apropos search field.
12716 (custom-add-parent-links): Don't display parent doc.
12717 (custom-group-value-create): Don't sort top-level custom group.
85626eef 12718 (custom-magic-value-create): Show visibility button before option name.
647f9993
CY
12719
12720 (custom-variable-state): New fun, from custom-variable-state-set.
12721 (custom-variable-state-set): Use it.
12722 (custom-group-value-create): Hide options with standard values
12723 using the :hidden-states property. Use progress reporter.
12724
12725 (custom-show): Simplify.
12726 (custom-visibility): Disable images by default.
12727 (custom-variable): New property :hidden-states.
12728 (custom-variable-value-create): Enable images for
12729 custom-visibility widgets. Use :hidden-states property to
12730 determine initial visibility.
12731
12732 * wid-edit.el (widget-image-find): Give images center ascent.
12733 (visibility): Add :on-image and :off-image properties.
12734 (widget-visibility-value-create): Use them.
12735
eba5b4dd
CY
127362010-03-12 Chong Yidong <cyd@stupidchicken.com>
12737
12738 * cus-edit.el (processes): Remove from development group.
12739 (oop, hypermedia): Delete group.
26f4b8ab 12740 (comm): Promote to top-level group.
eba5b4dd
CY
12741
12742 * net/browse-url.el (browse-url):
12743 * net/xesam.el (xesam):
12744 * net/tramp.el (tramp):
12745 * net/goto-addr.el (goto-address):
26f4b8ab 12746 * net/ange-ftp.el (ange-ftp): Put in comm group.
eba5b4dd
CY
12747
12748 * view.el (view): Remove from editing group.
12749
12750 * uniquify.el (uniquify): Put in files group.
12751
12752 * net/browse-url.el (browse-url):
12753 * ps-print.el (postscript): Put in external group.
12754
12755 * cus-edit.el (outlines):
12756 * textmodes/text-mode.el (text-mode-hook):
12757 * textmodes/table.el (table):
12758 * textmodes/picture.el (picture):
12759 * outline.el (outlines): Put in wp group.
12760
12761 * nxml/nxml-mode.el (nxml): Remove from wp group.
12762
12763 * net/tramp-imap.el (tramp-imap): Put in tramp group.
12764
12765 * mail/metamail.el (metamail): Remove from hypermedia group.
12766
12767 * cus-edit.el (abbrev):
12768 * whitespace.el (whitespace):
12769 * vcursor.el (vcursor):
12770 * reveal.el (reveal):
12771 * hl-line.el (hl-line): Put in convenience group.
12772
12773 * epg-config.el (epg): Put in data group.
12774
12775 * emulation/pc-select.el (pc-select): Put in emulations group.
12776
12777 * calculator.el (calculator): Put in applications group.
12778
8117868f
DN
127792010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
12780
12781 Add .dir-locals.el support for file-less buffers.
12782 * files.el (hack-local-variables): Split out code to apply local
12783 variable settings ...
12784 (hack-local-variables-apply): ... here. New function.
12785 (hack-dir-local-variables): Use the default directory for when the
12786 buffer does not have an associated file.
12787 (hack-dir-local-variables-non-file-buffer): New function.
12788 * diff-mode.el (diff-mode):
12789 * vc-annotate.el (vc-annotate-mode):
12790 * vc-dir.el (vc-dir-mode):
12791 * log-edit.el (log-edit-mode):
12792 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
12793
855a2294
DN
127942010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
12795
12796 Add support for shelving snapshots and for showing shelves.
12797 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
12798 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
12799 New functions.
12800 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
12801 (vc-bzr-extra-menu-map): Map them.
12802
3e5b7009
GM
128032010-03-11 Glenn Morris <rgm@gnu.org>
12804
0dcf7d7e
GM
12805 * cus-edit.el (customize-changed-options-previous-release):
12806 Bump to 23.1.
12807
3e5b7009
GM
12808 * image.el (image-animate-max-time): Fix :version tag.
12809
288f9fc0
CY
128102010-03-10 Chong Yidong <cyd@stupidchicken.com>
12811
12812 * Branch for 23.2.
12813
53ef91b1
SM
128142010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
12815
12816 * vc-git.el (vc-git-revision-table): Include remote branches.
12817
b41460ae 128182010-03-10 Kim F. Storm <storm@cua.dk>
0608aa45
KS
12819
12820 Animated image API.
12821 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
12822
12823 * image.el (image-animate-max-time): New defcustom.
12824 (image-animated-types): New defconst.
12825 (create-animated-image, image-animate-timer)
12826 (image-animate-start, image-animate-stop, image-animate-timeout)
12827 (image-animated-p): New functions.
12828
12829 * image-mode.el (image-toggle-display-image):
12830 Replace `create-image' with `create-animated-image'.
12831
e5d1fb10 128322010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
12833
12834 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
12835 instead of "format:"; this ensures that the output is
12836 newline-terminated.
12837
4e7cafbe
CY
128382010-03-08 Chong Yidong <cyd@stupidchicken.com>
12839
12840 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
12841 that all errors are caught, and that the return value is always a
12842 list (Bug#5692).
12843
aec66319
KH
128442010-03-08 Kenichi Handa <handa@m17n.org>
12845
12846 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 12847 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 12848
b327c975
AS
128492010-03-07 Andreas Schwab <schwab@linux-m68k.org>
12850
12851 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
12852 call to rfc822-bad-address. (Bug#5692)
12853
1c465a6a
CY
128542010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
12855
85626eef
SM
12856 * vc-git.el (vc-git-annotate-extract-revision-at-line):
12857 Use vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 12858
a4e32226
CY
128592010-03-06 Chong Yidong <cyd@stupidchicken.com>
12860
12861 * calculator.el (calculator): Don't bind split-window-keep-point
12862 (Bug#5674).
12863
4c83ed3d
SM
128642010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
12865
12866 * vc-git.el: Re-flow to fit into 80 columns.
12867 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
12868 Remove spurious `quote' element in each case alternative.
12869 (vc-git-show-log-entry): Use prog1.
12870 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
12871
e8defde3
SM
128722010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
12873
12874 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
12875
233f0c9f
CY
128762010-03-03 Chong Yidong <cyd@stupidchicken.com>
12877
12878 * macros.el (insert-kbd-macro): Look up keyboard macro using the
12879 definition, not the name (Bug#5481).
12880
254bedef 128812010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
12882
12883 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
12884 argument with a local variable. (Bug#5670)
12885
7187cdae
JL
128862010-03-02 Juri Linkov <juri@jurta.org>
12887
12888 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
12889
9cf3544e
MA
128902010-03-02 Michael Albinus <michael.albinus@gmx.de>
12891
12892 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
12893 error when FILENAME and NEWNAME are existing remote directories.
12894
12895 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
12896 parameter DIR-FLAG.
12897
33f77982
GM
128982010-03-02 Glenn Morris <rgm@gnu.org>
12899
12900 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
12901 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
12902
d99ea08e
KH
129032010-03-01 Kenichi Handa <handa@m17n.org>
12904
e8defde3 12905 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
12906 myanmar-composable-pattern.
12907
e8defde3
SM
12908 * international/characters.el (script-list):
12909 * international/fontset.el (script-representative-chars):
12910 Change myanmar to burmese.
d99ea08e 12911 (otf-script-alist): Likewise.
4aa2c3b2
KH
12912 (setup-default-fontset): Likewise. Re-fix :otf spec.
12913
b374f54d
KY
129142010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
12915
12916 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
12917
71572c03
JD
129182010-02-28 Jan Djärv <jan.h.d@swipnet.se>
12919
12920 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
12921
00cffdeb
MA
129222010-02-28 Michael Albinus <michael.albinus@gmx.de>
12923
12924 * net/tramp.el (tramp-handle-write-region): START can be a string.
12925 Take care in the checks. Reported by Dan Davison
12926 <davison@stats.ox.ac.uk>.
12927
d4b06783
MA
129282010-02-28 Michael Albinus <michael.albinus@gmx.de>
12929
12930 * net/dbus.el (dbus-introspect, dbus-get-property)
85626eef
SM
12931 (dbus-set-property, dbus-get-all-properties):
12932 Use `dbus-call-method' when noninteractive. (Bug#5645)
d4b06783 12933
8c3e96d2
CY
129342010-02-28 Chong Yidong <cyd@stupidchicken.com>
12935
de3a1fe9
CY
12936 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
12937 * emacs-lisp/elint.el (elint-add-required-env):
de3a1fe9
CY
12938 * calendar/icalendar.el (icalendar--add-diary-entry):
12939 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
12940 * files.el (recover-session-finish): Use with-current-buffer
12941 instead of save-excursion.
12942
c53b9c3b
SM
129432010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
12944
12945 Fix in-buffer completion when after-change-functions modify the buffer.
12946 * minibuffer.el (completion--replace): New function.
12947 (completion--do-completion): Use it and use relative movement.
12948
4a16bdc6
CY
129492010-02-27 Chong Yidong <cyd@stupidchicken.com>
12950
12951 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 12952
b8280f39
CY
129532010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
12954
c53b9c3b
SM
12955 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
12956 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 12957
f88cc4d6
KH
129582010-02-26 Kenichi Handa <handa@m17n.org>
12959
12960 * language/burmese.el: Fix entries in composition-function-table.
12961 (myanmar-composable-pattern): New variable.
12962
12963 * international/fontset.el (setup-default-fontset): Add an entry
12964 for myanmar.
12965
12966 * international/characters.el (script-list): Add Myanmar
12967 Extended-A.
12968
cdbf9100
GM
129692010-02-26 Glenn Morris <rgm@gnu.org>
12970
90a94603
GM
12971 * custom.el (custom-initialize-delay): Doc fix.
12972
cdbf9100
GM
12973 * mail/sendmail.el (send-mail-function): Autoload the call
12974 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
12975
f95a5fd0
CY
129762010-02-24 Chong Yidong <cyd@stupidchicken.com>
12977
12978 * files.el (hack-local-variables-filter): For eval forms, also
12979 check safe-local-variable-p (Bug#5636).
12980
459a5f4b
MA
129812010-02-22 Michael Albinus <michael.albinus@gmx.de>
12982
12983 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
12984 setting the modes by `ignore-errors'. It might fail, for example
12985 if the file is not owned by the user but the group.
12986 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
12987
bb23f6e8
CY
129882010-02-21 Chong Yidong <cyd@stupidchicken.com>
12989
6a7662bb
BR
12990 * files.el (directory-listing-before-filename-regexp):
12991 Use stricter matching for iso-style dates, to avoid false matches with
50c58e27
CY
12992 date-like filenames (Bug#5597).
12993
b660eb70
CY
12994 * htmlfontify.el (htmlfontify): Doc fix.
12995
12996 * eshell/eshell.el (eshell): Doc fix.
12997
bb23f6e8
CY
12998 * startup.el (fancy-about-screen): In mode-line, apply
12999 mode-line-buffer-id face only to the buffer name (Bug#5613).
13000
3e39928c
CY
130012010-02-20 Kevin Ryde <user42@zip.com.au>
13002
f7e0618c
JB
13003 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13004 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
13005 (Bug#5599).
13006
0f00e948
EZ
130072010-02-20 Eli Zaretskii <eliz@gnu.org>
13008
13009 * subr.el (remove-yank-excluded-properties): Explain in a comment
13010 why `category' property is removed.
13011
3513efb2
CY
130122010-02-19 Chong Yidong <cyd@stupidchicken.com>
13013
6a7662bb
BR
13014 * isearch.el (isearch-update-post-hook, isearch-update):
13015 Revert 2010-02-17 change.
3513efb2 13016
b4340b3f
UJ
130172010-02-19 Ulf Jasper <ulf.jasper@web.de>
13018
13019 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
13020 (icalendar--convert-weekly-to-ical)
13021 (icalendar--convert-yearly-to-ical)
13022 (icalendar--convert-block-to-ical)
13023 (icalendar--convert-cyclic-to-ical)
13024 (icalendar--convert-anniversary-to-ical): Take care of time
13025 specifications where hour has 1-digit only (Bug#5549).
13026
8cfae03d
NR
130272010-02-19 Nick Roberts <nickrob@snap.net.nz>
13028
13029 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
13030 of disassemble output in GDB 7.1.
13031
055e4eea
GM
130322010-02-19 Glenn Morris <rgm@gnu.org>
13033
13034 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
13035 property. (Bug#5593)
13036
ff6b00de
SS
130372010-02-18 Sam Steingold <sds@gnu.org>
13038
13039 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
13040
fe8c0b47
SM
130412010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
13042
13043 Use abbreviated file names in bookmarks (bug#5591).
13044 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
13045 calls to expand-file-name.
13046 (bookmark-relocate): Use abbreviated file names in bookmarks.
13047 (bookmark-load): Use abbreviated file names in messages.
13048
73a37a69
MA
130492010-02-18 Michael Albinus <michael.albinus@gmx.de>
13050
13051 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
13052 expand "." and "..". Reported by Thierry Volpiatto
13053 <thierry.volpiatto@gmail.com>.
13054
6e4f5731
MA
130552010-02-18 Michael Albinus <michael.albinus@gmx.de>
13056
13057 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
13058 permissions of the temporary file to "0600". In case the remote
13059 file has no read permissions for the owner, there might be
13060 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
13061
1306222010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
13063
13064 * emacs-lisp/authors.el (authors-renamed-files-alist):
13065 Add entries for INSTALL.CVS.
13066
ba5bf642
MH
130672010-02-17 Mark A. Hershberger <mah@everybody.org>
13068
f7e0618c 13069 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 13070
f7e0618c 13071 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
13072 (isearch-update): Use the new hook.
13073
aac0b0f2
MA
130742010-02-16 Michael Albinus <michael.albinus@gmx.de>
13075
fe8c0b47
SM
13076 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
13077 Fix errors in copying directories.
aac0b0f2
MA
13078 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
13079 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
13080 (tramp-handle-delete-file)
13081 (tramp-handle-dired-recursive-delete-directory)
13082 (tramp-handle-write-region): Flush also the cache for the upper
13083 directory.
13084
05bbe066
CY
130852010-02-16 Chong Yidong <cyd@stupidchicken.com>
13086
e8ab3908
CY
13087 * simple.el (save-interprogram-paste-before-kill): Doc fix.
13088
ff90f4b0
CY
13089 * cus-edit.el (hardware): Doc fix.
13090
13091 * man.el (man): Add to external custom group.
13092
13093 * delim-col.el (columns): Move to wp custom group.
13094
13095 * doc-view.el (doc-view): Add to data custom group.
13096
fe8c0b47 13097 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 13098
05bbe066
CY
13099 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
13100 by ispell-parse-output (Bug#5575).
13101
fa6ea913
KH
131022010-02-16 Kenichi Handa <handa@m17n.org>
13103
13104 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
13105 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
13106 (skkdic-convert): Use `euc-japan' coding system for writing.
13107
88fd78ae
GM
131082010-02-16 Glenn Morris <rgm@gnu.org>
13109
13110 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
13111 tex-main-file before using it. (Bug#5562)
13112
2b8c974a
SM
131132010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
13114
13115 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
13116 warnings, since it is annoying for the user to see them each time he
13117 runs the code.
13118
7540f029
MA
131192010-02-15 Michael Albinus <michael.albinus@gmx.de>
13120
13121 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
13122 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
13123 instead of PROC for caching "first-password-request". Otherwise,
13124 new processes would not profit from passwords already entered.
13125
2b8c974a
SM
13126 * net/tramp-cache.el (tramp-dump-connection-properties):
13127 Don't save "first-password-request" property.
7540f029 13128
fa5f7c5f
JB
131292010-02-14 Juanma Barranquero <lekktu@gmail.com>
13130
13131 * outline.el (outline-head-from-level):
13132 * simple.el (with-wrapper-hook):
fa5f7c5f
JB
13133 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
13134 (elint-defun, elint-buffer-env, elint-top-form-logged)
13135 (elint-unbound-variable):
13136 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
13137 Fix typos in docstrings.
13138
ecbaeb7b
MA
131392010-02-14 Michael Albinus <michael.albinus@gmx.de>
13140
13141 * files.el (insert-directory): When WILDCARD-REGEXP and
13142 FULL-DIRECTORY-P are nil, insert the file entry instead of the
13143 whole directory. (Bug#5551)
13144
13145 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
13146 dired's alignment sanity. (Bug#5516)
13147
91e3333f
JL
131482010-02-14 Juri Linkov <juri@jurta.org>
13149
13150 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
13151 Remove remaining ^H with their preceding chars. (Bug#5566)
13152
36020642
GM
131532010-02-13 Glenn Morris <rgm@gnu.org>
13154
13155 * simple.el (transpose-subr): Give it a doc-string.
13156
13157 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
13158 Doc fixes.
13159
f5952338
JL
131602010-02-12 Juri Linkov <juri@jurta.org>
13161
13162 * arc-mode.el (archive-unique-fname): Make directories for nested
13163 archives. (Bug#5540)
13164
918fe50f
JL
131652010-02-12 Juri Linkov <juri@jurta.org>
13166
13167 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
13168
c07ff221
SM
131692010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13170
48b1e7cf
SM
13171 * subr.el (copy-overlay): Handle deleted overlays.
13172
c07ff221
SM
13173 * man.el (Man-completion-table): Don't signal an error if we can't run
13174 manual-program (bug#4056).
13175
0e374247
JB
131762010-02-10 Juanma Barranquero <lekktu@gmail.com>
13177
13178 * textmodes/artist.el (artist-mt): Fix typos in docstring.
13179
dbf8402b
SM
131802010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13181
348d1e60
SM
13182 * info.el (Info-bookmark-jump): Simplify.
13183
dbf8402b
SM
13184 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
13185 (bookmark-default-handler): Accept new bookmark field `buffer'.
13186
e6d23bb5
CY
131872010-02-10 Chong Yidong <cyd@stupidchicken.com>
13188
13189 * iswitchb.el (iswitchb-completions): Revert last change.
13190
a8e4290b
MA
131912010-02-10 Michael Albinus <michael.albinus@gmx.de>
13192
2b23acde 13193 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
13194 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
13195 This prevents file names like "~/" being listed literally.
a8e4290b 13196
c59d6fad
DN
131972010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
13198
348d1e60
SM
13199 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13200 Remove dead code. (Bug#5546)
c59d6fad 13201
3a66e78f
CY
132022010-02-09 Chong Yidong <cyd@stupidchicken.com>
13203
13204 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
13205 correctly (Bug#5548).
13206
f29fd869
CY
132072010-02-08 Jose E. Marchesi <jemarch@gnu.org>
13208
13209 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 13210 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 13211
7fad1447
KH
132122010-02-08 Kenichi Handa <handa@m17n.org>
13213
13214 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 13215 cookie for putting `lisp-indent-function'.
7fad1447 13216
50e4518b
GM
132172010-02-07 Glenn Morris <rgm@gnu.org>
13218
13219 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
13220 Move F2003 named interfaces from keywords-2 to keywords-1, and
13221 use function-name-face rather than constant-face.
13222 Simplify "abstract interface" regexp.
13223
a4cc44cf
CY
132242010-02-07 Chong Yidong <cyd@stupidchicken.com>
13225
13226 * eshell/esh-util.el (eshell-file-attributes): New optional arg
13227 ID-FORMAT. Pass it to `file-attributes'.
13228
13229 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
13230
c917476d
CY
132312010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
13232
13233 * faces.el (set-face-attribute): Allow calling
13234 internal-set-lisp-face-attribute with 'unspecified family and
13235 foundry argument (Bug#5536).
13236
7cf3f3d6
GM
132372010-02-07 Glenn Morris <rgm@gnu.org>
13238
13239 * progmodes/f90.el (f90-font-lock-keywords-2)
13240 (f90-looking-at-type-like, f90-looking-at-program-block-end):
13241 Handle F2003 named interfaces.
13242
ffe87109
CY
132432010-02-06 Chong Yidong <cyd@stupidchicken.com>
13244
13245 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
13246 beg and end before calling c-get-state-before-change-functions.
13247
4775ecad
DN
132482010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
13249
33aeea0e
SM
13250 * vc-bzr.el (vc-bzr-dir-extra-headers):
13251 Disable the pending merges header.
4775ecad 13252
0d17c4b9
JL
132532010-02-05 Juri Linkov <juri@jurta.org>
13254
13255 * doc-view.el (doc-view-mode):
13256 * image-mode.el (image-mode): Put property mode-class=special.
13257 (Bug#4896)
13258
8228a275
MH
132592010-02-05 Mark A. Hershberger <mah@everybody.org>
13260
13261 * vc-svn.el (vc-svn-revision-table): New function.
13262
d9320986
MA
132632010-02-05 Michael Albinus <michael.albinus@gmx.de>
13264
13265 * net/ange-ftp.el (ange-ftp-insert-directory):
13266 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13267 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13268 Handle also directories. (Bug#5478)
13269
f43d8ecc
GM
132702010-02-05 Glenn Morris <rgm@gnu.org>
13271
13272 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
13273
ce3a988d
CY
132742010-02-05 Chong Yidong <cyd@stupidchicken.com>
13275
13276 * startup.el (command-line-1): Convert options beginning with a
13277 single dash as well (Bug#5519).
13278
bdd42899
SM
132792010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
13280
51b23c44
SM
13281 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
13282 * minibuffer.el (completion-initials-expand): Only check the presence
13283 of delims *within* the boundaries, since otherwise the / delim is
13284 always found for files.
13285
bdd42899
SM
13286 Fix up various corner case problems.
13287 * doc-view.el (doc-view-last-page-number): New function.
13288 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
13289 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
13290 (doc-view-kill-proc): Avoid inf-loop in freak cases.
13291 (doc-view-reconvert-doc): Use the new recursive delete-directory.
13292 (doc-view-convert-current-doc): Don't create the resolution.el file
13293 here any more.
13294 (doc-view-pdf/ps->png): Do it here instead.
13295 (doc-view-already-converted-p): Check that resolution.el is present.
13296 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
13297 windows that are not yet showing images.
13298
d5b3979c
MA
132992010-02-04 Michael Albinus <michael.albinus@gmx.de>
13300
13301 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
13302 `dired-uncache' for every elemnt which is an absolute file name.
13303
13304 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
13305 directory, handle its directory component.
13306 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
13307 function is called permanently and creates noise, otherwise.
13308
13309 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13310 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13311 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
13312
b003beb1
DB
133132010-02-04 David Burger <dburger@google.com> (tiny change)
13314
13315 * macros.el (apply-macro-to-region-lines):
13316 Minor simplification. (Bug#5485)
13317
ea92f9f3
GM
133182010-02-04 Glenn Morris <rgm@gnu.org>
13319
a03ae20d
GM
13320 * mail/rmail.el (rmail-show-message-1): Handle malformed
13321 quoted-printable text. (Bug#5441)
13322
4d01b827
GM
13323 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
13324
ea92f9f3
GM
13325 * simple.el (visual-line-mode): Capitalize lighter.
13326
82055bb7
JW
133272010-02-03 John Wiegley <jwiegley@gmail.com>
13328
13329 * iswitchb.el (iswitchb-completions): Add bookmark files to the
13330 list of files considered for "virtual buffer" completions.
13331
8214b6e4
MA
133322010-02-03 Michael Albinus <michael.albinus@gmx.de>
13333
13334 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
dd86ea11 13335 also in case of (and (not full) (not wildcard)). This is needed
8214b6e4
MA
13336 when dired is called with a list of files, which are not in
13337 `default-directory'. (Bug#5478)
13338
1df9718f
SM
133392010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
13340
13341 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
13342
02ba1267
JL
133432010-02-02 Juri Linkov <juri@jurta.org>
13344
13345 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
13346 from unidiff to allow function-line after @@.
13347
a0c6a0fb
JL
133482010-02-02 Juri Linkov <juri@jurta.org>
13349
13350 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
13351 '(RCS SCCS) with inverted condition.
13352
c35fcd52
MA
133532010-02-02 Michael Albinus <michael.albinus@gmx.de>
13354
13355 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
13356 messages.
13357
6ba973c1
JL
133582010-02-01 Juri Linkov <juri@jurta.org>
13359
13360 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
13361 compare with "pkunzip" and "pkzip" instead of only "pkzip".
13362 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
13363 only when (car archive-zip-extract) is "unzip". (Bug#5475)
13364
0bca393f
SM
133652010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13366
13367 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
13368 (doc-view-revert-buffer): New command.
13369 (doc-view-mode-map): Use it.
13370
7a444e2a
DN
133712010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
13372
13373 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
13374 pending merge is detected.
13375
ad6fc8f4
JL
133762010-01-31 Juri Linkov <juri@jurta.org>
13377
13378 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
13379 beginning of interactive spec like all other grep commands do.
13380 Put "all" in front of "gz". (Bug#5260)
13381
b9236874
DN
133822010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
13383
13384 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
13385
1e868757
CY
133862010-01-29 Chong Yidong <cyd@stupidchicken.com>
13387
13388 * dirtrack.el (dirtrack): Warn instead of signalling error if the
13389 regexp is incorrect (Bug#5476).
13390
e5c70c41
MA
133912010-01-29 Michael Albinus <michael.albinus@gmx.de>
13392
13393 * net/tramp.el (tramp-handle-insert-directory): Handle also
13394 symlinks, when FILENAME is not in `default-directory'.
13395
0c0b61f1
MA
133962010-01-28 Michael Albinus <michael.albinus@gmx.de>
13397
13398 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 13399 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
13400
13401 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
13402 of SWITCHES. Handle the case, FILENAME is not in
13403 `default-directory'. (Bug#5478)
13404 (tramp-register-file-name-handlers): Add safe-magic property.
13405
763f325e
CY
134062010-01-28 Chong Yidong <cyd@stupidchicken.com>
13407
13408 * arc-mode.el (archive-zip-extract): Quote the argument passed to
13409 unzip (Bug#5475).
13410
fd09a83f
CY
134112010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
13412
13413 * progmodes/flymake.el (flymake-allowed-file-name-masks)
13414 (flymake-master-make-header-init): Add other C++ filename masks.
13415 (flymake-find-possible-master-files)
13416 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
13417
7e5686f0
MA
134182010-01-28 Michael Albinus <michael.albinus@gmx.de>
13419
13420 Fix some busybox annoyances.
13421
13422 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
13423 not responding." string.
13424 (tramp-open-connection-setup-interactive-shell): Dump stty
13425 settings. Enable "neveropen" arg for all `tramp-send-command'
13426 calls. Handle "=" in variable values properly.
13427 (tramp-find-inline-encoding): Raise an error, when no encoding is
13428 found.
13429 (tramp-wait-for-output): Check, whether PROC buffer is available.
13430 Remove spurious " ^H" sequences, sent by busybox.
13431 (tramp-get-ls-command): Suppress coloring, if possible.
13432
c6265c10
GM
134332010-01-28 Glenn Morris <rgm@gnu.org>
13434
c85a168b
GM
13435 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
13436
c6265c10
GM
13437 * log-edit.el (log-edit-strip-single-file-name): Add missing
13438 :safe, :group, and :version tags.
13439
7d82a738
SB
134402010-01-27 Stephen Berman <stephen.berman@gmx.net>
13441
13442 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
13443 buffers. (Bug#5477)
13444
8b0e68ea
CY
134452010-01-27 David De La Harpe Golden <david@harpegolden.net>
13446
13447 * files.el (delete-directory): Handle moving to trash without
13448 first doing recursion (Bug#5436).
13449
368d3208
DN
134502010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
13451
13452 * vc-hooks.el (vc-path): Mark as obsolete.
13453
755da7fa
DN
134542010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
13455
e2396d80
DN
13456 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
13457 names too.
13458
755da7fa
DN
13459 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
13460 for the short log.
13461 (vc-bzr-log-view-mode): Adjust regexp for the above change.
13462
6a6d15ab 134632010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 13464
ac9ffe99 13465 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 13466
48c2d18a 13467 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 13468
25f38310 134692010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
504dcc71
EH
13470
13471 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
13472 diff-index command. This requires at least git-1.5.5. (Bug#1589).
13473
51850286
DN
134742010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
13475
c2f1d6d8
DN
13476 Remove support for adding --signoff on commit.
13477 Future support will use an incompatible generic mechanism.
13478 * vc-git.el (vc-git-add-signoff): Remove variable.
13479 (vc-git-toggle-signoff): Remove function.
13480 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
13481
6a7662bb
BR
13482 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13483 Rename from xterm-set-background-mode. Return t if the background mode
51850286
DN
13484 was set.
13485 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
13486 earlier, call it again in case the background mode has changed.
13487
02c6d0d0
CY
134882010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
13489
13490 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
13491 (Bug#3541).
13492
064eee03
CY
134932010-01-23 Chong Yidong <cyd@stupidchicken.com>
13494
02c6d0d0
CY
13495 * emacs-lisp/assoc.el (aelement): Doc fix.
13496 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 13497
5336c3ec 134982010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 13499
48c2d18a 13500 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
13501 is the same as subprogram call, not declaration. (Bug#5435).
13502
0536254e
MA
135032010-01-23 Michael Albinus <michael.albinus@gmx.de>
13504
13505 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
13506 (tramp-smb-maybe-open-connection): Use it.
13507
411d06c2
MA
135082010-01-22 Michael Albinus <michael.albinus@gmx.de>
13509
0536254e 13510 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 13511
c893016b
SM
135122010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13513
13514 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
13515 just because we see "encoding: 8bit".
13516 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
13517
9425f8e1
CY
135182010-01-22 Chong Yidong <cyd@stupidchicken.com>
13519
13520 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
13521
6a801864
EZ
135222010-01-22 Eli Zaretskii <eliz@gnu.org>
13523
13524 * jka-compr.el (jka-compr-load): If load-file is not in
13525 load-history, try its file-truename version. (bug#5447)
13526
3e8f7d91
AM
135272010-01-21 Alan Mackenzie <acm@muc.de>
13528
13529 Fix a situation where deletion of a cpp construct throws an error.
537ffaf3
SM
13530 * progmodes/cc-engine.el (c-invalidate-state-cache):
13531 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3e8f7d91
AM
13532 special cpp construct is still in the buffer.
13533 (c-parse-state): Record the special cpp with markers, not numbers.
13534
f0bd0ad5
CY
135352010-01-21 Kenichi Handa <handa@m17n.org>
13536
13537 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
13538 process last-command-event, as it is now decoded first (Bug#5380).
13539
5189d95b
CY
135402010-01-20 Chong Yidong <cyd@stupidchicken.com>
13541
13542 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
13543
e073d74a
GM
135442010-01-20 Glenn Morris <rgm@gnu.org>
13545
13546 * indent.el (tab-always-indent): Fix custom-type.
13547
8ee04f3a
AM
135482010-01-19 Alan Mackenzie <acm@muc.de>
13549
13550 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
13551 buffer throws "args out of range".
13552 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
13553 playing the role of delimiter.
13554
6a47c86a
SL
135552010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
13556
bf0b361c 13557 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
13558 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
13559 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
13560 changed. Delete RECURSIVE parameter; never used. Improve doc string.
13561 Improve comments in "is" portion. Handle null procedure declaration.
13562 (ada-move-to-end): Improve doc string.
13563
2acfb954
ÓF
135642010-01-18 Óscar Fuentes <ofv@wanadoo.es>
13565
e90d57c0 13566 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 13567 Remove obsolete information from commentary.
e90d57c0
JB
13568 (ido-choice-list): Initialize to nil.
13569 (ido-get-bufname): Reject minibuffers.
13570 (ido-make-buffer-list): If "default" is a nonexistent
13571 buffer, ignore it, as per the function's comment.
13572 (ido-kill-buffer-internal): New function.
13573 (ido-kill-buffer-at-head): Use it.
13574 (ido-visit-buffer): Likewise.
2acfb954 13575
244b023e
CY
135762010-01-18 Chong Yidong <cyd@stupidchicken.com>
13577
13578 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
13579
db9e401b
JB
135802010-01-18 Juanma Barranquero <lekktu@gmail.com>
13581
db9e401b
JB
13582 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
13583 Fix typos in chart titles.
13584
13585 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
db9e401b
JB
13586 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
13587 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
13588 (describe-class, eieio-describe-generic, describe-generic):
13589 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
13590 (eieio-speedbar-expand):
13591 * emulation/viper-cmd.el (viper-exec-form-in-vi)
13592 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
13593 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
13594 (viper-del-backward-char-in-replace, viper-backward-indent)
13595 (viper-brac-function, viper-register-to-point, viper-submit-report):
13596 * net/tramp.el (tramp-remote-coding-commands):
13597 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
13598 Fix typos in docstrings.
13599
9295137d
CY
136002010-01-17 Chong Yidong <cyd@stupidchicken.com>
13601
13602 * mail/sendmail.el (mail-yank-original): Set the mark if the
13603 specified function for yanking does not do it.
13604
4d0bbcb6
DN
136052010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
13606
7902c120
DN
13607 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
13608
4d0bbcb6
DN
13609 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
13610 resyncing a directory.
13611
0b702bc1
SL
136122010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
13613
6a47c86a 13614 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
13615 (ada-ident-re): Delete ., allow multibyte characters.
13616 (ada-goto-label-re): New; matches goto labels.
13617 (ada-block-label-re): New; matches block labels.
13618 (ada-label-re): New; matches both.
5f9d345c 13619 (ada-named-block-re): Delete; callers changed to use
0b702bc1
SL
13620 `ada-block-label-re' instead.
13621 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
13622 Use `ada-block-label-re'.
13623 (ada-indent-on-previous-lines): Improve handling of goto labels.
13624 (ada-get-indent-block-start): Special-case block label.
13625 (ada-get-indent-label): Split into `ada-indent-block-label' and
13626 `ada-indent-goto-label'.
13627 (ada-goto-stmt-start, ada-goto-next-non-ws):
13628 Optionally ignore goto labels.
13629 (ada-goto-next-word): Simplify.
13630 (ada-indent-newline-indent-conditional): Insert newline before
13631 trying to fix indentation; doc fix.
13632
05287c49
JB
136332010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
13634
13635 * calc/calc.el (calc-command-flags): Give it an initial value.
13636
4963739e
JB
136372010-01-17 Juanma Barranquero <lekktu@gmail.com>
13638
4963739e
JB
13639 * files.el (minibuffer-with-setup-hook):
13640 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
13641 (artist-key-draw-continously, artist-key-do-continously-continously)
13642 (artist-key-set-point-continously, artist-mouse-draw-continously):
13643 Fix typos in docstrings.
13644
116bd1ee
CY
136452010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
13646
6a7662bb
BR
13647 * nxml/nxml-mode.el (nxml-extend-after-change-region):
13648 Never return t (Bug#3898).
116bd1ee 13649
2784cd7a 136502010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
13651
13652 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
13653 can parse the output of the external commands (Bug#5279).
13654
abd5cfe8
CY
136552010-01-16 Jari Aalto <jari.aalto@cante.net>
13656
13657 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
13658
4fe22cdf
CY
136592010-01-16 Chong Yidong <cyd@stupidchicken.com>
13660
bbdc98ef
CY
13661 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
13662
c7dc1ac1
CY
13663 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
13664
4fe22cdf
CY
13665 * startup.el (command-line): Remove unused --icon-type arg.
13666 Handle --display arg, passing it to command-line-1 (Bug#5392).
13667
045b9da7
ML
136682010-01-16 Mario Lang <mlang@delysid.org>
13669
045b9da7
ML
13670 * emacs-lisp/chart.el (chart-translate-namezone):
13671 * textmodes/artist.el (artist-compute-popup-menu-table):
13672 Remove duplicated words in doc-strings.
13673
6554a5df
CY
136742010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
13675
13676 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
13677 to mairix-search to suppress threading (Bug#5342).
13678
ca4f0e9a
KH
136792010-01-15 Kenichi Handa <handa@m17n.org>
13680
13681 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 13682 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 13683
1db3226b
GM
136842010-01-15 Glenn Morris <rgm@gnu.org>
13685
56a03f46
GM
13686 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
13687
13688 * wid-edit.el (widget-keymap): Doc fix.
13689
1db3226b
GM
13690 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
13691 former seems to be more widely accepted by various svn versions.
13692
80cd4bb4
JB
136932010-01-14 Juanma Barranquero <lekktu@gmail.com>
13694
d1f18ec0
JB
13695 * find-cmd.el (find-constituents):
13696 * vc-arch.el (vc-arch-root):
13697 * window.el (window-body-height, pop-up-frames):
d1f18ec0
JB
13698 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
13699 * progmodes/ada-stmt.el (ada-if):
13700 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
13701 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
13702 (ispell-encoding8-command, ispell-aspell-supports-utf8)
13703 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
13704
80cd4bb4
JB
13705 * progmodes/flymake.el (flymake-post-syntax-check):
13706 Fix typo in error message.
13707
9c23ca47
JB
137082010-01-14 Juanma Barranquero <lekktu@gmail.com>
13709
13710 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
13711 which is always a string. (Bug#5313)
13712
8794c483
JB
137132010-01-14 Juanma Barranquero <lekktu@gmail.com>
13714
13715 * progmodes/ada-xref.el (ada-default-prj-properties):
13716 Simplify previous change.
13717
95005d39
SL
137182010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13719
13720 * progmodes/ada-xref.el (ada-default-prj-properties):
13721 Default ada_project_path to $ADA_PROJECT_PATH.
13722
137232010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
13724
13725 * progmodes/ada-mode.el (ada-create-keymap):
13726 Override `narrow-to-defun' with `ada-narrow-to-defun'.
13727
fb0d1545
SL
137282010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13729
13730 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
13731 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
13732 (ada-get-current-indent, ada-imenu-generic-expression)
13733 (ada-which-function): Check for it.
13734
5c9434d0
SL
137352010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13736
13737 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
13738 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
13739
3a4f3a3b
GM
137402010-01-14 Glenn Morris <rgm@gnu.org>
13741
13742 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
13743
d9a7c140
KH
137442010-01-14 Kenichi Handa <handa@m17n.org>
13745
13746 * composite.el (auto-composition-mode): Make it a buffer local
13747 variable (permanent-local).
13748 (auto-composition-function): Set the default value to
13749 auto-compose-chars.
49caf252 13750 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
13751 (global-auto-composition-mode): Likewise.
13752 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 13753
38bee102
KF
137542010-01-13 Karl Fogel <kfogel@red-bean.com>
13755
13756 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 13757
b8b45afc
MA
137582010-01-12 Michael Albinus <michael.albinus@gmx.de>
13759
13760 * files.el (copy-directory): Compute target for recursive
13761 directories with identical names. (Bug#5343)
13762
893db5bc
GM
137632010-01-12 Glenn Morris <rgm@gnu.org>
13764
6a7662bb
BR
13765 * mail/emacsbug.el (report-emacs-bug-pretest-address):
13766 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
893db5bc 13767
d8b8451f
SS
137682010-01-11 Sam Steingold <sds@gnu.org>
13769
13770 * imenu.el (imenu-default-create-index-function): Detect infinite
13771 loops caused by imenu-prev-index-position-function.
13772
30afcdff
JB
137732010-01-11 Juanma Barranquero <lekktu@gmail.com>
13774
13775 * htmlfontify.el (htmlfontify-load-rgb-file)
13776 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
13777 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
13778 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
13779 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
13780 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
13781 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
13782 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
13783 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
13784 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
13785 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
13786 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
13787 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
13788 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
13789 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
13790 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
13791 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
13792 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
13793 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
13794 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
13795 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
13796 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
13797 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
13798 backslash-quoting from parentheses, etc.
13799
92b1c416
CY
138002010-01-11 Chong Yidong <cyd@stupidchicken.com>
13801
13802 * progmodes/js.el: Autoload javascript-mode alias.
13803
4454adab
JB
138042010-01-11 Juanma Barranquero <lekktu@gmail.com>
13805
13806 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
13807 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
13808 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
13809 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
13810 Fix typos in docstrings.
13811 (ffap-url-regexp): Doc fix.
13812 (ffap-at-mouse): Fix typo in message.
13813
6589a2f9
GM
138142010-01-11 Glenn Morris <rgm@gnu.org>
13815
13816 * version.el (emacs-copyright): Set copyright year to 2010.
13817
4e5617ee
SM
138182010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
13819
13820 * format.el (format-annotate-function): Only set
13821 write-region-post-annotation-function after running to-fn so as not to
13822 affect nested write-region calls (bug#5273).
13823
52bee098
CY
138242010-01-10 Chong Yidong <cyd@stupidchicken.com>
13825
a069f067
CY
13826 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
13827 wisent/python.el.
13828
e709e39d
CY
138292010-01-09 Chong Yidong <cyd@stupidchicken.com>
13830
13831 * man.el (Man-goto-section): Signal error if the section is not
13832 found (Bug#5317).
13833
6ee86780
JB
138342010-01-09 Juanma Barranquero <lekktu@gmail.com>
13835
13836 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
13837 URLs with a leading triple slash in the file: scheme. (Bug#5345)
13838
fa7b5f7b
CY
138392010-01-09 Chong Yidong <cyd@stupidchicken.com>
13840
13841 * progmodes/compile.el: Don't treat compile-command as safe if
13842 compilation-read-command might be nil (Bug#4218).
13843
de62c4d9
JD
138442010-01-09 Jan Djärv <jan.h.d@swipnet.se>
13845
13846 * startup.el (command-line-1): Use orig-argi to check for ignored X and
13847 NS options.
13848
e94be827
KH
138492010-01-08 Kenichi Handa <handa@m17n.org>
13850
4e5617ee
SM
13851 * international/fontset.el (build-default-fontset-data):
13852 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 13853
1dfae2a2
JB
138542010-01-07 Juanma Barranquero <lekktu@gmail.com>
13855
13856 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
13857 to `create-file-buffer' as it expects, not just a buffer name.
13858 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
13859 to help uniquify. (Bug#3224)
13860
d0cf45b7
JD
138612010-01-06 Jan Djärv <jan.h.d@swipnet.se>
13862
13863 * font-setting.el (font-setting-change-default-font): Use user-spec
13864 instead of name.
13865
7534fa5e
DN
138662010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
13867
13868 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
13869
fd579fdc
CY
138702010-01-05 Tom Tromey <tromey@redhat.com>
13871
4e5617ee
SM
13872 * progmodes/python.el (python-font-lock-keywords):
13873 Handle qualified decorators (Bug#881).
fd579fdc 13874
37860caf
DN
138752010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
13876
13877 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
13878 in a lightweight checkout.
13879
69db641d
KH
138802010-01-05 Kenichi Handa <handa@m17n.org>
13881
4e5617ee 13882 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 13883
b25d6a02
DN
138842010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
13885
13886 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
13887
137d88ca
DN
138882010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
13889
13890 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
13891 checkouts. (Bug#618)
3d5d0aa9 13892 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
13893 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
13894 (vc-bzr-shelve-menu-map):
13895 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
13896 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 13897
da76998b
CY
138982010-01-02 Chong Yidong <cyd@stupidchicken.com>
13899
13900 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
13901 They are valid characters in URL paths (rfc3986), and at least
13902 Firefox does not understand the encoded version (Bug#3166).
13903
b2ad70b6
CY
139042010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
13905
13906 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
13907 (octave-block-begin-or-end-regexp, octave-block-match-alist):
13908 Add "end" keyword (Bug#3061).
b2ad70b6
CY
13909 (octave-end-as-array-index-p): New function.
13910 (calculate-octave-indent): Use it.
13911
54136282
KF
139122010-01-02 Karl Fogel <kfogel@red-bean.com>
13913
13914 * bookmark.el: Consistently put the text property on the bookmark name.
13915 (bookmark-bmenu-marks-width): Bump back to 2, to include
13916 annotation marks.
13917 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
13918 property on the bookmark name, instead of not putting it at all.
13919 (bookmark-bmenu-list): Fix where we put the text property.
13920
cc4d3cad
KF
139212010-01-02 Karl Fogel <kfogel@red-bean.com>
13922
13923 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
13924 for showing buffer modified state (as added in the previous change).
13925
b894c439
KF
139262010-01-02 Karl Fogel <kfogel@red-bean.com>
13927
13928 * bookmark.el: Show modified state of bookmark buffer more accurately.
13929 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
13930 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
13931 (with-buffer-modified-unmodified): New macro.
13932 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
13933 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 13934 Use new macro to preserve the buffer modified state.
b894c439 13935
3a69db53
KF
139362010-01-02 Karl Fogel <kfogel@red-bean.com>
13937
4e5617ee 13938 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
13939 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
13940 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
13941 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
13942 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
13943 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
13944 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 13945
af414f10
EZ
139462010-01-02 Eli Zaretskii <eliz@gnu.org>
13947
4e5617ee
SM
13948 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13949 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 13950
f2ec0e5e
CY
139512010-01-02 Ryan Yeske <rcyeske@gmail.com>
13952
13953 * net/rcirc.el: Add follow-link binding (Bug#4738).
13954
38c1ba62
EZ
139552010-01-02 Eli Zaretskii <eliz@gnu.org>
13956
4e5617ee 13957 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
13958 (cvs-update): New target for backward compatibility.
13959
4e5617ee 13960 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
13961 (cvs-update): New target for backward compatibility.
13962
ea2c0f5b
KF
139632010-01-02 Karl Fogel <kfogel@red-bean.com>
13964
13965 * bookmark.el: Remove gratuitous gratitude.
13966
5ae329f4
KF
139672010-01-02 Karl Fogel <kfogel@red-bean.com>
13968
c4cc8b9a 13969 * bookmark.el (bookmark-bmenu-any-marks): New function.
47989945
KF
13970 (bookmark-bmenu-save): Clear buffer modification if no marks.
13971
139722010-01-02 Karl Fogel <kfogel@red-bean.com>
13973
13974 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
13975 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
13976 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
13977 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
13978
13979 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
13980 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
13981 To: emacs-devel {_AT_} gnu.org
13982 Subject: bookmark.el bug report
13983 Date: Mon, 28 Dec 2009 14:19:16 +0800
13984 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
13985
aef053eb
KF
139862010-01-02 Karl Fogel <kfogel@red-bean.com>
13987
13988 * bookmark.el: Improvements suggested by Drew Adams:
13989 (bookmark-bmenu-ensure-position): New name for
13990 `bookmark-bmenu-check-position'. Just ensure the position,
13991 don't return any meaningful value.
13992 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
13993 New constants.
13994
0472835f
JB
139952010-01-02 Juanma Barranquero <lekktu@gmail.com>
13996
13997 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
13998 (bookmark-yank-point, bookmark-bmenu-check-position):
13999 Fix typos in docstrings.
14000 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
14001 (bookmark-name-from-full-record, bookmark-get-position)
14002 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
14003 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
14004 Remove useless quoting of parenthesis, etc. in docstrings.
14005
14006 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
14007 (ediff-append-custom-diff): Fix typo in error message.
14008 (ediff-meta-mark-equal-files): Fix typos in messages.
14009
14010 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
14011
0472835f
JB
14012 * net/imap-hash.el (imap-hash-make): Doc fix.
14013 (imap-hash-test): Fix typo in error message; reflow docstring.
14014 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
14015 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
14016 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
14017 Fix typos in docstrings.
14018 (imap-hash-open-connection): Fix typo in error message.
14019
14020 * play/gomoku.el (gomoku): Fix typos in docstring.
14021
14022 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
14023 (gdb-jsonify-buffer): Fix typos in docstring.
14024 (gdb-goto-breakpoint): Fix typo in error message.
14025 ("Display Other Windows"): Fix typo in help message.
14026 (gdb-speedbar-expand-node): Fix typo in question.
14027
14028 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
14029 (idlwave-html-system-help-location, idlwave-html-help-location)
14030 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
14031 (idlwave-help-browser-generic-args, idlwave-help-directory)
14032 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
14033 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
14034 (idlwave-online-help, idlwave-help-html-link)
14035 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
14036 Fix typos in docstrings.
14037 (idlwave-help-with-source, idlwave-help-find-routine-definition):
14038 Reflow docstrings.
14039 (idlwave-help-assistant-start): Fix typo in error message.
14040
14041 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
14042 (octave-electric-space): Fix typos in docstrings.
14043
9bbe0828
CY
140442010-01-01 Chong Yidong <cyd@stupidchicken.com>
14045
14046 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
14047
a88c46c3
CY
140482010-01-01 Juri Linkov <juri@jurta.org>
14049
14050 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 14051 increase the default to 500 (Bug#5148).
a88c46c3 14052
7ee6c59b
NR
140532009-12-31 Nick Roberts <nickrob@snap.net.nz>
14054
14055 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
14056 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
14057 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
14058
a9c8a2cd
NR
140592009-12-30 Nick Roberts <nickrob@snap.net.nz>
14060
14061 Show working revision correctly for mercurial.
14062 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 14063 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 14064
659e4408
JB
140652009-12-29 Juanma Barranquero <lekktu@gmail.com>
14066
14067 Declare some functions for the byte-compiler.
14068 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
14069 (speedbar-timer-fn, speedbar-change-expand-button-char)
14070 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
14071
7ee6c59b
NR
140722009-12-29 Nick Roberts <nickrob@snap.net.nz>
14073
14074 This changeset reverts GDB Graphical Interface to use annotations.
14075 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
14076
460f6e7c
DN
140772009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
14078
14079 Make vc-dir work on subdirectories of the bzr root.
6a7662bb
BR
14080 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
14081 Return file names relative to it.
460f6e7c
DN
14082 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
14083 relative directory to vc-bzr-after-dir-status.
14084
543f553a
TH
140852009-12-28 Tassilo Horn <tassilo@member.fsf.org>
14086
14087 * font-lock.el (font-lock-refresh-defaults): New function, which
14088 can be used to let font-lock react to external changes in
14089 variables like font-lock-defaults and keywords.
14090 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
14091
2592ab76
DN
140922009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
14093
ac859983
DN
14094 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
14095
2592ab76
DN
14096 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
14097
58941d03
JB
140982009-12-28 Juanma Barranquero <lekktu@gmail.com>
14099
14100 Supersede color.diff settings in git log (bug#5211).
14101
14102 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
14103 escape chars in its output when the user has color.diff set to `always'.
14104 This fix works on git 1.4.2 and newer (released on 2006-08-13).
14105
39764e76
KR
141062009-12-26 Kevin Ryde <user42@zip.com.au>
14107
14108 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
14109 node. Keep previous "Index" name to work with past coreutils too.
14110
91c4831e
KR
14111 * man.el (man): Revise docstring a bit to show -a and -l as
14112 examples. Add -k description since support for it has otherwise
14113 been a secret. (Further to bug#3717.)
651e932e
KR
14114 (Man-bgproc-sentinel): When "-k foo" produces no output show error
14115 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 14116 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 14117
7f4d4a97
MA
141182009-12-26 Michael Albinus <michael.albinus@gmx.de>
14119
14120 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
14121 switches. Check also for //SUBDIRED// line.
14122
bcffff46
KH
141232009-12-25 Kenichi Handa <handa@m17n.org>
14124
88b5a757 14125 * language/indian.el (devanagari-composable-pattern): Fix to
bcffff46
KH
14126 handle ZWNJ and ZWJ. Use it in composition-function-table for
14127 Devanagari.
14128 (malayalam-composable-pattern): Fix previous change.
14129
dc1dcfa4
VJL
141302009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14131
14132 * ps-print.el (ps-face-attributes): It was not returning the
14133 attribute face for faces specified as string. Reported by harven
80525855 14134 <harven@free.fr>. (Bug#5254)
dc1dcfa4
VJL
14135 (ps-print-version): New version 7.3.5.
14136
6fe539d2
UJ
141372009-12-18 Ulf Jasper <ulf.jasper@web.de>
14138
85626eef 14139 * calendar/icalendar.el (icalendar--convert-tz-offset):
88b5a757
DD
14140 Fix timezone names.
14141 (icalendar--convert-tz-offset): Fix the "last-day-problem".
6fe539d2
UJ
14142 (icalendar--add-diary-entry): Remove the trailing blank that
14143 diary-make-entry inserts.
14144
1f3611c6
MA
141452009-12-17 Michael Albinus <michael.albinus@gmx.de>
14146
14147 Make `file-expand-wildcards' work for remote files.
14148
14149 * files.el (file-expand-wildcards): In case of remote files, check
14150 only local file name part for wildcards. Provide feature 'files
14151 and subfeature 'remote-wildcards. (Bug#5198)
14152
14153 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
14154 if there is already an established connection.
14155 (tramp-advice-file-expand-wildcards): Remove it.
14156
14157 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
85626eef 14158 (tramp-advice-file-expand-wildcards): Move from tramp.el.
1f3611c6
MA
14159 Activate advice for older GNU Emacs versions. (Bug#5237)
14160
9762b219
JB
141612009-12-17 Juanma Barranquero <lekktu@gmail.com>
14162
14163 Some doc fixes (more needed).
14164
14165 * find-cmd.el (find-constituents): Reflow docstring.
14166 (find-cmd, find-prune, find-command): Fix typos in docstrings.
14167 (find-generic): Doc fix.
14168
cfb54897
JL
141692009-12-17 Juri Linkov <juri@jurta.org>
14170
14171 Fix regression from 23.1 to allow multiple modes in Local Variables.
14172
14173 * files.el (hack-local-variables-filter): While ignoring duplicates,
14174 don't take `mode' into account.
85626eef
SM
14175 (hack-local-variables-filter, hack-dir-local-variables):
14176 Don't remove duplicate `mode' from local-variables-alist (like `eval').
cfb54897 14177
ad974e9e
JL
141782009-12-17 Juri Linkov <juri@jurta.org>
14179
85626eef 14180 Make `dired-diff' safer. (Bug#5225)
ad974e9e
JL
14181
14182 * dired-aux.el (dired-diff): Signal an error when `file' equals to
14183 `current' or when `file' is a directory of the `current' file.
14184
3616e0b9
AS
141852009-12-17 Andreas Schwab <schwab@linux-m68k.org>
14186
14187 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
14188 unconditionally preloaded files.
14189
72b57560
JL
141902009-12-16 Juri Linkov <juri@jurta.org>
14191
14192 Revert to old 23.1 logic of using the file at the mark as default.
14193 * dired-aux.el (dired-diff): Use the file at the mark as default
14194 if it's not the same as the current file, and the target dir is
14195 the current dir or the mark is active. Add the current file
14196 as the arg of `dired-dwim-target-defaults'. Use the default file
14197 in the prompt. (Bug#5225)
14198
68712eb6
MA
141992009-12-15 Michael Albinus <michael.albinus@gmx.de>
14200
14201 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
14202 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
14203 (tramp-check-for-regexp): Check also, when an echoing shell stops
14204 to echo sent commands.
14205
fd471993
CY
142062009-12-14 Chong Yidong <cyd@stupidchicken.com>
14207
14208 * Makefile.in: Revert last change (Bug#5191).
14209
86b5e14c
DN
142102009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
14211
14212 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
14213 (vc-hg-working-revision): Make sure the command is executed in a
14214 known environment so that we can parse the output. (Bug#4417)
86b5e14c 14215
8cffbb75
CY
142162009-12-14 Chong Yidong <cyd@stupidchicken.com>
14217
14218 * progmodes/python.el (python-symbol-completions): Remove text
14219 properties from symbol string before calling python-send-receive.
14220
6c2b67ad
NR
142212009-12-14 Nick Roberts <nickrob@snap.net.nz>
14222
14223 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 14224 when there are values for both file and line. (Bug#5060)
6c2b67ad 14225
ff6f4585
JL
142262009-12-14 Juri Linkov <juri@jurta.org>
14227
14228 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
14229 whitespace after the file name of the first line of unified format,
14230 because git-diff doesn't output whitespace and file modification time
14231 after the file name.
14232
d3de1c8e
JL
142332009-12-14 David Kastrup <dak@gnu.org>
14234
14235 * info.el (Info-hide-cookies-node): Before hiding a cookie,
14236 check if it already has the `display' property added by
14237 `Info-display-images-node', and not put the `invisible' property
14238 in this case.
14239
2f1b7dc4
GM
142402009-12-13 Glenn Morris <rgm@gnu.org>
14241
a0cefee5
GM
14242 * mail/emacsbug.el (message-sort-headers): Define for compiler.
14243 (report-emacs-bug): In message-mode, sort manually before storing
14244 original report text. (Bug#5178)
2f1b7dc4
GM
14245 Remove superfluous save-excursion.
14246
31bb373f
MA
142472009-12-12 Michael Albinus <michael.albinus@gmx.de>
14248
14249 * net/dbus.el (dbus-property-handler): Filter lambda forms out
14250 when responding to "GetAll" properties.
14251
5e1d4968
CY
142522009-12-12 Chong Yidong <cyd@stupidchicken.com>
14253
14254 * simple.el (compose-mail): Remove mail-setup-with-from from
14255 customization checks.
14256
097d86f9
EZ
142572009-12-12 Eli Zaretskii <eliz@gnu.org>
14258
14259 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
14260 RAR archives created on Unix systems.
14261
1d4adede
SM
142622009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
14263
14264 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
14265 the varalias that was accidentally removed by the 2009-11-19 change
14266 (bug#5186).
14267
3ff3655c
KH
142682009-12-12 Kenichi Handa <handa@m17n.org>
14269
14270 * language/indian.el (indian-compose-regexp): New function.
14271 (malayalam-composable-pattern): Fix the pattern.
14272 (composition-function-table): Set malayalam-composable-pattern for
14273 Malayalam characters.
14274
82d3343c
CY
142752009-12-11 Chong Yidong <cyd@stupidchicken.com>
14276
315eb96d
CY
14277 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
14278 rather than down-mouse-1, based on follow-link conventions.
14279
82d3343c
CY
14280 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
14281 are compiled.
14282
86a4c7ac
DN
142832009-12-11 Michael McNamara <mac@mail.brushroad.com>
14284
bf0b361c 14285 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
14286 (verilog-vmm-statement-re, verilog-ovm-statement-re)
14287 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
14288 (verilog-leap-to-head, verilog-backward-token):
14289 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
14290
142912009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
14292
bf0b361c
JB
14293 * progmodes/verilog-mode.el (verilog-auto-lineup)
14294 (verilog-nameable-item-re): Cleanup user-visible spelling and
14295 documentation errors. One reported by Gary Delp.
1d4adede 14296 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
14297 (verilog-read-decls): Fix AUTOWIRE with types declared in a
14298 package, bug195. Reported by Pierre-David Pfister.
14299
fe03f49a
GM
143002009-12-11 Glenn Morris <rgm@gnu.org>
14301
47641aac
GM
14302 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
14303
85094855
GM
14304 * mail/emacsbug.el: No longer require sendmail.
14305 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
14306 (report-emacs-bug-orig-text): Doc fix.
14307 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
14308 New local variables, to adapt to different mail-user-agents.
14309 (report-emacs-bug): Fix test for a gnu.org address.
14310 Use overlays for emphasis, since font-lock defeats 'face property.
14311 Pretest bugs also end up at the newsgroup these days.
14312 Stop message-mode stripping text properties.
14313 Set and use the new buffer-local variables.
14314 (report-emacs-bug-hook): Add doc-string.
14315 Remove some unnecessary save-excursions and simplify.
14316 Use the appropriate hook and send-command.
14317
fe03f49a
GM
14318 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
14319 capitalization of some menu entries.
14320
345427f0
VJL
143212009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14322
277e6741
MP
14323 * whitespace.el (whitespace-display-char-on):
14324 Ensure `buffer-display-table' is unique when two or more windows are
345427f0
VJL
14325 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
14326 New version 12.1.
14327
c70ccbba
EZ
143282009-12-10 Eli Zaretskii <eliz@gnu.org>
14329
14330 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
14331 characters in the Attribute field.
14332
f1943c1b
DN
143332009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
14334
14335 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
14336
1c67aeaa
SM
143372009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
14338
14339 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
14340 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
14341 Disregard autoload-excludes.
14342 (update-directory-autoloads): Obey autoload-excludes here instead.
14343 But don't store its contents in no-autoloads and remove entries that
14344 refer to excludes files.
14345
d8194864
GM
143462009-12-10 Glenn Morris <rgm@gnu.org>
14347
8c0171c0
GM
14348 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
14349 (expand-mail-aliases): Define for compiler.
14350
dba372dd
GM
14351 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
14352 Define for compiler.
14353
d8194864
GM
14354 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
14355 appropriate for the mail-user-agent in use.
14356
fe5facd3
MA
143572009-12-09 Michael Albinus <michael.albinus@gmx.de>
14358
14359 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
14360
99999a1d
DN
143612009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
14362
14363 Fix short log parsing and fontification.
14364 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
14365 Fix fontification for the [merge] label.
14366
2ea1c4aa
SM
143672009-12-09 Vivek Dasmohapatra <vivek@etla.org>
14368
85626eef 14369 Drop some properties to avoid surprises (bug#5002).
2ea1c4aa
SM
14370 * htmlfontify.el (hfy-ignored-properties): New defcustom.
14371 (hfy-fontify-buffer): Use it.
14372
9840deb6
SM
143732009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
14374
a0d1aadf
SM
14375 Minor cleanup.
14376 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
14377 Adjust all callers.
14378 (ffap-locate-file): Remove unused arg `dir-ok' and make other
14379 args compulsory. Adjust callers.
14380 (ffap-gopher-at-point): Remove unused var `name'.
14381
9840deb6
SM
14382 Get rid of the ELCFILES abomination.
14383 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
14384 (compile-elcfiles): New phony target.
14385 (compile-main): Compute ELCFILES dynamically.
14386 (compile-clean): New target to remove left-over elc files.
14387 (compile, all): Use it.
14388
7eb3f9a8
KH
143892009-12-09 Kenichi Handa <handa@etlken>
14390
14391 * international/mule-diag.el: Require help-mode instead of help-fns.
14392
ae63e572
KH
143932009-12-09 Kenichi Handa <handa@m17n.org>
14394
5ce6e4f4 14395 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
14396 fine ranges instead of pre-calculating accurate ranges.
14397 Iterate with bigger gc-cons-threshold.
ae63e572 14398
e2f3c692
DN
143992009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
14400
14401 Add support for stashing a snapshot of the current tree.
14402 * vc-git.el (vc-git-stash-snapshot): New function.
14403 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
14404
cf6d0352
JB
144052009-12-08 Jose E. Marchesi <jemarch@gnu.org>
14406
14407 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
14408 instead of `(beginning|end)-of-line'.
14409
48e4acc9
GM
144102009-12-08 Glenn Morris <rgm@gnu.org>
14411
6e890faa
GM
14412 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
14413
48e4acc9
GM
14414 * Makefile.in (ELCFILES): Regenerate.
14415
d2a1dc7b
JL
144162009-12-07 Juri Linkov <juri@jurta.org>
14417
14418 Don't lazy-highlight the comint output in history Isearch mode.
14419
14420 * comint.el (comint-history-isearch-search): Instead of
14421 `comint-line-beginning-position', use `comint-after-pmark-p'
14422 to check if point if before the process mark, and go to
14423 `process-mark' in this case.
14424
51ef56c4
SM
144252009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14426
fb10ee4a
SM
14427 * textmodes/tex-mode.el (latex-complete)
14428 (latex-indent-or-complete): Remove.
14429 (latex-mode): Set completion-at-point-functions instead.
14430
14431 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
14432 * minibuffer.el (completion-at-point-functions): New var.
14433 (completion-at-point): New command.
fb10ee4a 14434 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
14435 * progmodes/python.el (python-mode-map): Use completion-at-point.
14436 (python-completion-at-point): Rename from python-partial-symbol and
14437 adjust for use in completion-at-point-functions.
14438 (python-mode): Setup completion-at-point for Python completion.
14439 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
14440 extracted from lisp-complete-symbol.
14441 (lisp-complete-symbol): Use it.
14442 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
14443 setup completion-at-point for Elisp completion.
fb10ee4a
SM
14444 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14445 Use completion-at-point.
51ef56c4 14446 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 14447 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
14448 * progmodes/sym-comp.el: Move to...
14449 * obsolete/sym-comp.el: Move from progmodes.
14450
5e7a9022
EZ
144512009-12-07 Eli Zaretskii <eliz@gnu.org>
14452
14453 Prevent save-buffer in Rmail buffers from using the coding-system
14454 of the current message, and from clobbering the encoding mnemonics
14455 in the mode line (Bug#4623).
14456
14457 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
14458 flag, too.
14459 (rmail-message-encoding): New variable.
14460 (rmail-write-region-annotate): Record the encoding of the current
14461 message in rmail-message-encoding.
14462 (rmail-after-save-hook): New function, restores the encoding of
14463 the current message after the message collection is saved.
14464
9136e895
JL
144652009-12-07 Juri Linkov <juri@jurta.org>
14466
14467 * progmodes/grep.el (grep-read-files): Use `completing-read'
14468 instead of `read-string'. Set its `collection' arg to
14469 `read-file-name-internal'. (Bug#4301)
14470
40637410
JL
144712009-12-07 Juri Linkov <juri@jurta.org>
14472
14473 Correctly restore original Isearch point. (Bug#4994)
14474
14475 * isearch.el (isearch-mode): Move `isearch-push-state' after
14476 `(run-hooks 'isearch-mode-hook)'.
14477 (isearch-cancel): When `isearch-push-state-function' is defined,
14478 let-bind `isearch-cmds' to the first state (the last element of
14479 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
14480 function and restores the original point). Otherwise, move point
14481 to `isearch-opoint'.
14482
da10ce2b
SM
144832009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14484
14485 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
14486 chars that don't have names, so the table can be built much faster at
14487 run-time.
14488
3d68fa99
CY
144892009-12-07 Chong Yidong <cyd@stupidchicken.com>
14490
f82b1493
CY
14491 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
14492 change. Suggested by David Kastrup.
14493
3d68fa99
CY
14494 * simple.el (compose-mail): Check for incompatibilities and warn.
14495 (compose-mail-user-agent-warnings): New option.
14496
662c5698
DN
144972009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14498
14499 Support showing a single log entry from vc-annotate.
14500 * vc.el (print-log): Add a new argument: START-REVISION.
14501 (vc-print-log-internal): Add a new optional argument and
14502 pass it to the backend.
14503 (vc-print-log, vc-print-root-log): Adjust callers.
14504 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
14505 buffer already displays the requested log entry, use it.
14506 Otherwise display only the log entry in question.
14507 * vc-svn.el (vc-svn-print-log):
e4070cdc 14508 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
14509 * vc-hg.el (vc-hg-state):
14510 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
14511 (vc-git-show-log-entry): Return t on success.
14512 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
14513 (vc-bzr-show-log-entry): Return t on success.
14514 * vc-rcs.el (vc-rcs-print-log):
14515 * vc-sccs.el (vc-sccs-print-log):
14516 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
14517
e4070cdc
GM
145182009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14519
5ce6e4f4
JB
14520 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
14521 Add menus to the meta mode. (Bug#5043)
e4070cdc 14522
5ce6e4f4 145232009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
14524
14525 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 14526 event-key.
662c5698 14527
662c5698
DN
14528 * ediff.el (ediff-buffers-internal): Add unwind-protect.
14529
dab816a9
MA
145302009-12-07 Michael Albinus <michael.albinus@gmx.de>
14531
14532 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
14533 Berbain <raphael.berbain@gmail.com>.
14534
14535 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
14536 characters.
14537 (tramp-initial-end-of-output): New defconst.
14538 (tramp-methods, tramp-find-shell)
14539 (tramp-open-connection-setup-interactive-shell)
14540 (tramp-maybe-open-connection): Use it.
6a7662bb
BR
14541 (tramp-shell-prompt-pattern, tramp-wait-for-output):
14542 Handle existence of `#' and `$'.
dab816a9 14543
6a7662bb
BR
14544 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
14545 Use `tramp-initial-end-of-output'.
dab816a9 14546
a91e1f6b
DN
145472009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14548
14549 Get the background mode from the terminal for xterm, and set
14550 faces accordingly.
14551 * term/xterm.el (xterm-set-background-mode): New function.
14552 (terminal-init-xterm): Use it in case xterm supports background
14553 color queries. Recompute faces after getting the background
14554 color.
14555
5fa9d1ec
GM
145562009-12-07 Ulrich Mueller <ulm@gentoo.org>
14557
14558 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
14559 number comment back on its own line, for easier parsing.
14560
5e9fde5e
SM
145612009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14562
14563 Make it work for non-file buffers (bug#5102).
14564 * doc-view.el (doc-view-current-cache-dir):
14565 Use doc-view-buffer-file-name rather than buffer-file-name.
14566 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
14567
2f2f5242
CY
145682009-12-06 Óscar Fuentes <ofv@wanadoo.es>
14569
14570 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
14571 author field is too short.
14572
cebf8ec6
DN
145732009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
14574
5e9fde5e
SM
14575 * vc-git.el (vc-git-print-log): Handle a limit argument.
14576 Display the short log in graph form and with labels.
0d3f8a78
DN
14577 (vc-git-log-view-mode): Handle labels.
14578
cebf8ec6
DN
14579 Make vc-revert change VC state from 'added to 'unregistered.
14580 * vc-git.el (vc-git-revert): Call git reset first.
14581
8e39154d
UJ
145822009-12-06 Ulf Jasper <ulf.jasper@web.de>
14583
d8194864
GM
14584 * net/newst-backend.el, net/newst-plainview.el:
14585 * net/newst-reader.el, net/newst-ticker.el:
14586 * net/newst-treeview.el, net/newsticker.el:
14587 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 14588
ef187c24
CY
145892009-12-06 Chong Yidong <cyd@stupidchicken.com>
14590
238a0f3a
CY
14591 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
14592
2c6bb71a
CY
14593 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
14594 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
14595 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
14596 Update annotation regexp.
14597
ef187c24
CY
14598 * simple.el (beginning-of-visual-line): Constrain to field
14599 boundaries (Bug#5106).
14600
571855b6
UJ
146012009-12-06 Ulf Jasper <ulf.jasper@web.de>
14602
6a7662bb
BR
14603 * xml.el (xml-substitute-numeric-entities):
14604 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 14605 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
14606 * net/newst-backend.el (newsticker--parse-generic-feed)
14607 (newsticker--parse-generic-items)
6a7662bb
BR
14608 (newsticker--decode-numeric-entities):
14609 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 14610 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 14611
b857059c
CY
146122009-12-06 Daniel Colascione <dan.colascione@gmail.com>
14613
14614 * progmodes/js.el (js--js-not): Add null to the list of values.
14615
c2dae51b
CY
146162009-12-06 Chong Yidong <cyd@stupidchicken.com>
14617
d8194864 14618 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 14619
ed0f72d2
RW
146202009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14621
14622 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
14623 delimiter if it is at the end of the current line.
14624 (bibtex-generate-url-list): Fix docstring.
14625
365b9a62
SM
146262009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
14627
14628 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
14629 minibuffer's content with itself.
14630 Fold the confirm-after-completion case into the `confirm' case.
14631 (completion-pcm-word-delimiters): Add : and / to the delimiters.
14632
990a9cb1
KR
146332009-12-06 Kevin Ryde <user42@zip.com.au>
14634
14635 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 14636 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 14637
8b5a10db 14638 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 14639 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 14640
065543e7
JL
146412009-12-05 Juri Linkov <juri@jurta.org>
14642
14643 Save and restore dired buffer's point positions too. (Bug#4880)
14644
14645 * dired.el (dired-save-positions): Return in the first element
14646 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
14647 Doc fix.
14648 (dired-restore-positions): First restore buffer's position.
14649 While restoring window's positions, check if window still displays
14650 the original buffer.
14651
503edac9
CY
146522009-12-05 Chong Yidong <cyd@stupidchicken.com>
14653
9a594ee6
CY
14654 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
14655 if possible.
14656
925f8c70
CY
14657 * shell.el (shell): Require ansi-color (Bug#5113).
14658
14659 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
14660
503edac9
CY
14661 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
14662
8fea6b33
AM
146632009-12-05 Alan Mackenzie <acm@muc.de>
14664
14665 * progmodes/cc-mode.el (c-before-hack-hook)
14666 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
14667 `c-file-style' to work again. This reversion restores the current
212c5aef 14668 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 14669
5d1fd962
CY
146702009-12-05 Kevin Ryde <user42@zip.com.au>
14671
6a7662bb
BR
14672 * textmodes/sgml-mode.el (sgml-lexical-context):
14673 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
5d1fd962 14674
30760c8b
JL
146752009-12-05 Juri Linkov <juri@jurta.org>
14676
14677 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
14678 for virtual nodes. (Bug#4147)
14679 (Info-find-node-2): Set `Info-current-node-virtual' to nil
14680 when moving from a virtual node.
14681 (Info-mode-menu): Add `Info-virtual-index' to the menu.
14682 (Info-mode): Add `Info-virtual-index' to the docstring.
14683
403111a8
RW
146842009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14685
14686 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
14687 track of the buffer position of the end of a BibTeX entry as this
14688 position may change during reformatting.
14689 (bibtex-format-entry): Remove whitespace before processing
14690 numerical fields so that we recognize the latter properly.
14691 (bibtex-reformat): Do not use push which changes the global value
14692 of bibtex-entry-format.
14693 (bibtex-field-braces-alist, bibtex-field-strings-alist)
14694 (bibtex-field-re-init): Replace only space characters by regexp
14695 for whitespace.
365b9a62 14696 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
14697 (bibtex-initialize): Also update bibtex-strings.
14698 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
14699 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
14700 Update bibtex-reference-keys.
403111a8 14701
25b54627
SM
147022009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
14703
14704 * minibuffer.el (completion-pcm--merge-try): Also consider placing
14705 point after a star, if that's the only place where modifications can
14706 make progress.
14707
35639eb4
DN
147082009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
14709
14710 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
14711 in docstrings.
14712
8b78760b
JL
147132009-12-04 Juri Linkov <juri@jurta.org>
14714
14715 * proced.el (proced): Call `(proced-update t)' to update process
14716 information instead of only running proced-post-display-hook.
14717 (proced-send-signal): Add a leading space to the buffer name
14718 " *Marked Processes*" to make this buffer ephemeral.
14719
2b3489a7
JL
147202009-12-04 Juri Linkov <juri@jurta.org>
14721
14722 * dired.el (dired-auto-revert-buffer): New defcustom.
14723 (dired-internal-noselect): Use it.
14724
9b9debd1
JL
147252009-12-04 Juri Linkov <juri@jurta.org>
14726
14727 Change roles of modes and functions in image-mode.el (Bug#5062).
14728
14729 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
14730 in `auto-mode-alist'.
14731 (image-mode-previous-major-mode): New variable.
14732 (image-minor-mode-map): Rename from `image-mode-text-map'.
14733 (image-mode): Move graceful error-handling code from
14734 `image-minor-mode' to here. On errors call `image-mode-as-text'.
14735 (image-minor-mode): Remove all image-handling code.
14736 Replace `image-mode-text-map' with `image-minor-mode-map'.
14737 Check for `image-type' in mode-line format string.
14738 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
14739 (image-mode-as-text): New function with most code from
14740 `image-mode-maybe'.
14741 (image-toggle-display-text): Move code that removes image
14742 properties from `image-toggle-display' to here.
14743 (image-toggle-display-image): New function with code that adds
14744 image properties copied from `image-toggle-display'.
14745 (image-toggle-display): Remove most code with leaving only code
14746 that toggles between `image-mode-as-text' and `image-mode'.
14747
0c74a301
UJ
147482009-12-04 Ulf Jasper <ulf.jasper@web.de>
14749
14750 * net/newst-treeview.el
14751 (newsticker--treeview-list-highlight-start): Restored call to
14752 save-excursion: Selected item was stuck.
14753 (newsticker--treeview-list-select): New.
14754 (newsticker--treeview-item-show-text)
14755 (newsticker--treeview-item-show)
14756 (newsticker--treeview-item-update): Use new
14757 newsticker-treeview-item-mode.
14758 (newsticker-treeview-update): Keep current item.
14759 (newsticker-treeview-next-new-or-immortal-item): Doc change.
14760 (newsticker--treeview-first-feed): Doc change.
14761 (newsticker-treeview-list-menu)
88b5a757 14762 (newsticker-treeview-item-menu): Add menu entries.
0c74a301
UJ
14763 (newsticker-treeview-item-mode): New.
14764
5ce6e4f4 14765 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
14766 windows.
14767
9eaeec5b
SS
147682009-12-04 Sam Steingold <sds@gnu.org>
14769
14770 * log-view.el (log-view-mode-map): "q" calls quit-window,
14771 like in all the other non-self-insert buffers.
14772
b2bf5be5
SM
147732009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
14774
14775 Minor cleanup.
14776 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
14777 key decoding rather than do it manually via last-input-event +
14778 ascii-character.
14779 (term-exec): Use delete-and-extract-region.
14780 (term-handle-ansi-terminal-messages): Remove unused var `end'.
14781 (term-process-pager): Remove unused var `i'.
14782 (term-dynamic-simple-complete): Make obsolete.
14783 (serial-update-config-menu): Remove unused vars `y' and `str'.
14784 (term-update-mode-line): Remove unused var `temp'.
14785
46e5c897
DN
147862009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14787
14788 Limit the number of log entries displayed by default.
14789 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
14790 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
14791 using a prefix argument.
14792
627e0a14
GM
147932009-12-03 Glenn Morris <rgm@gnu.org>
14794
14795 * progmodes/idlwave.el (class): Restore still useful declaration.
14796
8578c224
AM
147972009-12-03 Alan Mackenzie <acm@muc.de>
14798
4abc318c 14799 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 14800
b2bf5be5
SM
14801 * progmodes/cc-mode.el (c-basic-common-init):
14802 Call c-state-cache-init.
9762b219 14803 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 14804 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 14805 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
14806
14807 * progmodes/cc-langs.el (c-before-font-lock-function):
14808 c-extend-and-neutralize-syntax-in-CPP has been renamed
14809 c-neutralize-syntax-in-and-mark-CPP.
14810
14811 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
14812 with `category' properties now, not `syntax-table' ones.
14813
14814 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
14815 enhanced (but slower) version of c-end-of-macro that won't land
14816 inside a literal or on another awkward character.
14817 (c-state-cache-too-far, c-state-cache-start)
14818 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
14819 (c-state-nonlit-pos-cache-limit, c-state-point-min)
14820 (c-state-point-min-lit-type, c-state-point-min-lit-start)
14821 (c-state-min-scan-pos, c-state-brace-pair-desert)
14822 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
14823 buffer local variables.
14824 (c-state-literal-at, c-state-lit-beg)
14825 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
14826 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
14827 (c-state-cache-top-paren, c-state-cache-after-top-paren)
14828 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
14829 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
14830 (c-renarrow-state-cache)
14831 (c-append-lower-brace-pair-to-state-cache)
14832 (c-state-push-any-brace-pair, c-append-to-state-cache)
14833 (c-remove-stale-state-cache)
14834 (c-remove-stale-state-cache-backwards, c-state-cache-init)
14835 (c-invalidate-state-cache-1, c-parse-state-1)
14836 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
14837 (c-parse-state): Enhance and refactor.
14838 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
14839
14840 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
14841 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
14842 modify to use category text properties rather than syntax-table ones.
14843 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
14844 to switch off/on the syntactic paren property of C++ template
14845 delimiters using the category property.
14846 (c-with-<->-as-parens-suppressed): Macro to invoke code with
14847 template delims suppressed.
14848 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
14849 New constant/macros which apply category properties to the start
14850 and end of preprocessor constructs.
b2bf5be5 14851 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
14852 "comment out" the syntactic value of characters in preprocessor
14853 constructs.
14854 (c-with-cpps-commented-out)
14855 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
14856 with characters in all or all but one preprocessor constructs
14857 "commented out".
14858
0d4dc442
RW
148592009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14860
14861 * proced.el (proced-filter-alist): Use regexp-quote.
14862
a09dc9bf
MA
148632009-12-03 Michael Albinus <michael.albinus@gmx.de>
14864
14865 Cleanup.
14866 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
14867 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
14868 arguments. Expand `default-directory'.
14869
14870 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
14871 the benefit of returning an expanded localname.
14872 (tramp-tramp-file-p): Handle the case NAME is not a string.
14873
3f6bd790
DN
148742009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14875
4dfb3b9c
DN
14876 Add support for bzr shelve/unshelve.
14877 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
14878 (vc-bzr-extra-menu-map): New variables.
14879 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
14880 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
14881 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
14882 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
14883 (vc-bzr-dir-extra-headers): Display shelves.
14884
3f6bd790
DN
14885 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
14886
842d73a1
SM
148872009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14888
14889 * textmodes/bibtex.el (bibtex-complete-internal):
14890 Use completion-in-region.
14891 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
14892
7fa4876f
DN
148932009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14894
14895 Support applying stashes. Improve UI.
14896 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
14897 (vc-git-stash-apply, vc-git-stash-pop)
14898 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
14899 (vc-git-stash-menu): New functions.
14900 (vc-git-stash-menu-map): New variable.
14901 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
14902
d6e82452
GM
149032009-12-03 Glenn Morris <rgm@gnu.org>
14904
14905 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
14906 (vc-print-log-internal): Fix previous change.
14907 (vc-revert): Correct pluralization.
14908
8d222148
SM
149092009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14910
ea52206b
SM
14911 * progmodes/make-mode.el (makefile-special-targets-list): No need for
14912 it to be an alist any more.
14913 (makefile-complete): Use completion-in-region.
14914
69a94a37
SM
14915 * progmodes/octave-mod.el (octave-complete-symbol):
14916 Use completion-in-region.
14917
8d222148
SM
14918 Misc cleanup.
14919 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
14920 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
14921 (idlwave-complete-class): Don't quote lambda.
14922 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
14923 (idlwave-mode-map): Move initialization into declaration.
14924 (idlwave-action-and-binding): Use backquotes.
14925 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
14926 Simplify.
14927 (idlwave-is-pointer-dereference): Remove unused var `pos'.
14928 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
14929 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
14930 `parts', and `all-parts'.
14931 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
14932 (idlwave-convert-xml-system-routine-info): Remove unused string
14933 `version-string'.
14934 (idlwave-display-user-catalog-widget): Use dolist.
14935 (idlwave-scanning-lib): Declare dynamically-scoped var.
14936 (idlwave-scan-library-catalogs): Remove unused var `flags'.
14937 (completion-highlight-first-word-only): Declare to silence bytecomp.
14938 (idlwave-popup-select): Tighten scope of `resp'.
14939 (idlwave-find-struct-tag): Remove unused var `beg'.
14940 (idlwave-after-load-rinfo-hook): Declare.
14941 (idlwave-sintern-class-info): Remove unused var `taglist'.
14942 (idlwave-find-class-definition): Remove unused var `list'.
14943 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
14944 (idlwave-what-module-find-class): Remove unused var `classes'.
14945
3bb8691b
JB
149462009-12-03 Juanma Barranquero <lekktu@gmail.com>
14947
14948 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
14949
f72f0c23
SM
149502009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14951
14952 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
14953 buffers visited. Remove redundant current-buffer-saving.
14954
601a9508
SM
149552009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
14956
14957 Use completion-in-buffer and remove uses of dynamic scoping.
14958 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
14959 (pascal-buffer-to-use, pascal-flag): Don't declare.
14960 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
14961 (pascal-get-completion-decl, pascal-keyword-completion):
14962 Add `pascal-str' argument, save-excursion,
14963 return the found completions, and don't filter with pascal-pred.
14964 (pascal-completion-cache): New var.
14965 (pascal-completion): Don't switch buffer any more (it was never
14966 necessary). Don't save-excursion any more (it's done by the called
14967 subroutines). Use a cache to avoid redundant computations.
14968 Use complete-with-action rather than pascal-completion-response and
14969 let it apply the predicate as well.
14970 (pascal-complete-word): Use completion-in-buffer when
14971 pascal-toggle-completions is nil.
14972 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
14973 not used any more.
14974 (pascal-comp-defun): Don't change buffer any more.
14975 Use complete-with-action rather than pascal-completion-response and
14976 let it apply the predicate as well.
14977 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
14978 when neded.
14979
1ff4cb98
KH
149802009-12-02 Kenichi Handa <handa@m17n.org>
14981
14982 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
14983 shape for all Indic scripts.
14984
bb12edf1
SM
149852009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
14986
14987 Use completion-in-buffer.
14988 * wid-edit.el (widget-field-text-end): New function.
14989 (widget-field-value-get): Use it.
14990 (widget-string-complete, widget-file-complete)
14991 (widget-color-complete): Use it and completion-in-region.
14992 (widget-complete): Don't narrow the buffer.
14993
5813f6ef
GM
149942009-12-02 Glenn Morris <rgm@gnu.org>
14995
c920f222
GM
14996 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
14997 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
14998 * mail/rmailsum.el: Replace all pop-to-buffer calls with
14999 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 15000
5813f6ef
GM
15001 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
15002 save-excursion with save-current-buffer.
15003 Widen before searching. (Bug#5093)
15004 (diary-list-sexp-entries): Remove superfluous save-excursion.
15005
34b1d750
GM
150062009-12-02 Michael Welsh Duggan <mwd@cert.org>
15007
15008 * woman.el (woman-make-bufname): Handle man-pages with "." in the
15009 name. (Bug#5038)
15010
b2d5f31a
GM
150112009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
15012
15013 * ido.el (ido-file-internal): Handle filenames at point that do
15014 not have a directory part. (Bug#5049)
15015
c710ac3c
JB
150162009-12-02 Juanma Barranquero <lekktu@gmail.com>
15017
15018 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
15019 (mpc-songs-jump-to, mpc-resume): Doc fixes.
15020
9946be46
SM
150212009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
15022
15023 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
15024 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
15025 any more.
15026
b08016f2
SM
150272009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15028
e7440df4
SM
15029 * comint.el (comint-insert-input): Ignore clicks to the right of
15030 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
15031
3bb8691b 15032 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
15033 terminate before setting up the major mode.
15034
f3b757f5
SM
15035 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
15036 in case.
15037
a2877f1d
SM
15038 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
15039 the last element.
15040
b08016f2
SM
15041 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
15042
782d6e30
GM
150432009-12-01 Glenn Morris <rgm@gnu.org>
15044
15045 * window.el (window--display-buffer-2): Fix previous changes.
15046
28f57f7e
CY
150472009-12-01 Chong Yidong <cyd@stupidchicken.com>
15048
15049 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
15050
c31a2fdc
GM
150512009-12-01 Glenn Morris <rgm@gnu.org>
15052
15053 * Makefile.in (ELCFILES): Add mpc.elc.
15054
e1ada222
SM
150552009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15056
15057 * mpc.el: New file.
15058
0c9ff2c5
GM
150592009-12-01 Glenn Morris <rgm@gnu.org>
15060
3689984f
GM
15061 * window.el (window-to-use): Define for compiler.
15062
3ab4308b
GM
15063 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
15064 consistent with others (no final period).
15065
0c9ff2c5
GM
15066 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
15067 (rmail-mime-show): Downcase the encoding. (Bug#5070)
15068
fb0c18ff
DN
150692009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
15070
15071 Make vc-print-log buttons work.
045b9da7 15072 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 15073
2ac7e73e
JB
150742009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
15075
15076 * savehist.el (savehist-autosave-interval): Allow setting to nil
15077 through customize. (Bug#5056)
15078
5237d741
JB
150792009-11-30 Juanma Barranquero <lekktu@gmail.com>
15080
15081 Fix references to jit-lock properties.
15082 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15083 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
15084 (perl-font-lock-special-syntactic-constructs):
15085 Quote jit-lock-defer-multiline property.
15086
379241fa
DN
150872009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
15088
15089 * vc-git.el (vc-git-registered): Call vc-git-root only once.
15090
054ae856
JL
150912009-11-30 Juri Linkov <juri@jurta.org>
15092
15093 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
15094 value `buffer' of `multi-isearch-next-buffer-current-function'.
15095 Use `(current-buffer)' when `buffer' is nil.
15096 (multi-isearch-next-buffer-from-list): Don't fallback to
15097 `(current-buffer)' when `buffer' is nil. (Bug#4947)
15098
67296dda
JL
150992009-11-30 Juri Linkov <juri@jurta.org>
15100
15101 * misearch.el (multi-isearch-read-buffers): Move canonicalization
15102 of buffers with `get-buffer' to `multi-isearch-buffers'.
15103 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15104 Canonicalize BUFFERS with `get-buffer'. Doc fix.
15105 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
15106 FILES with `expand-file-name' converting relative file names
15107 to absolute. Doc fix. (Bug#4727)
15108
c585bf32
JL
151092009-11-30 Juri Linkov <juri@jurta.org>
15110
15111 * misearch.el (multi-isearch-read-buffers)
15112 (multi-isearch-read-matching-buffers): New functions.
15113 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15114 Use them in the `interactive' spec. Doc fix.
15115 (multi-isearch-read-files, multi-isearch-read-matching-files):
15116 New functions.
15117 (multi-isearch-files, multi-isearch-files-regexp):
15118 Use them in the `interactive' spec. Doc fix. (Bug#4725)
15119
0a745733
JL
151202009-11-30 Juri Linkov <juri@jurta.org>
15121
15122 * doc-view.el (doc-view-continuous):
15123 Rename from `doc-view-continuous-mode'.
15124 (doc-view-menu): Move "Toggle display" to the top.
15125 Add submenu "Continuous" with radio buttons "Off"/"On"
15126 and "Save as Default".
15127 (doc-view-scroll-up-or-next-page)
15128 (doc-view-scroll-down-or-previous-page)
15129 (doc-view-next-line-or-next-page)
6a7662bb
BR
15130 (doc-view-previous-line-or-previous-page):
15131 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
0a745733 15132
1f9689eb
JL
151332009-11-30 Juri Linkov <juri@jurta.org>
15134
15135 * comint.el (comint-mode-map): Rebind `M-r' from
15136 `comint-previous-matching-input' to
15137 `comint-history-isearch-backward-regexp'.
15138 Unbind `M-s' to allow global key binding `M-s'.
15139 Add menu items for `comint-history-isearch-backward' and
15140 `comint-history-isearch-backward-regexp'. (Bug#3746)
15141
2952b1ae
JL
151422009-11-30 Juri Linkov <juri@jurta.org>
15143
15144 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
15145 For def=recenter, replace `recenter' with `recenter-top-bottom'
15146 that is called with `this-command' and `last-command' let-bound
15147 to `recenter-top-bottom'. When the last `def' was not `recenter',
15148 set `recenter-last-op' to nil. (Bug#4981)
15149
7a9547ca
SM
151502009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
15151
20565545
SM
15152 Minor cleanup and simplification.
15153 * filecache.el (file-cache-add-directory)
15154 (file-cache-add-directory-recursively)
15155 (file-cache-add-from-file-cache-buffer)
15156 (file-cache-delete-file-regexp, file-cache-delete-directory)
15157 (file-cache-files-matching-internal, file-cache-display): Use dolist.
15158 (file-cache-temp-minibuffer-message): Delete function.
15159 (file-cache-minibuffer-complete): Use minibuffer-message instead.
15160
7a9547ca
SM
15161 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
15162 Don't signal an error when bumping into EOB in tr, s, or y.
15163
08e968f3
JL
151642009-11-29 Juri Linkov <juri@jurta.org>
15165
15166 * startup.el (fancy-about-text): Fix wording of Guided Tour.
15167 (Bug#4960)
15168
15169 * descr-text.el (describe-char-unidata-list): Use lowercase name
15170 for "Unicode name" like in other tags.
15171
f8d170a4
JL
151722009-11-29 Juri Linkov <juri@jurta.org>
15173
15174 * ediff-util.el (ediff-minibuffer-with-setup-hook):
15175 New compatibility macro.
7a9547ca 15176 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 15177
0116abbd
JL
151782009-11-29 Juri Linkov <juri@jurta.org>
15179
15180 Add defcustom to define the cycling order of `recenter-top-bottom'.
15181 (Bug#4981)
15182
15183 * window.el (recenter-last-op): Doc fix.
15184 (recenter-positions): New defcustom.
15185 (recenter-top-bottom): Rewrite to use `recenter-positions'.
15186 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
15187
61eef560
MA
151882009-11-29 Michael Albinus <michael.albinus@gmx.de>
15189
15190 Improve integration of Tramp and ange-ftp in eshell.
15191
e4070cdc 15192 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
15193 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
15194 (eshell/sudo): Flatten args. Let-bind `default-directory'.
15195
15196 * eshell/esh-util.el (top): Require also Tramp when compiling.
15197 (eshell-directory-files-and-attributes): Check for FTP remote
15198 connection.
15199 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
15200 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
15201 (eshell-file-attributes): Handle ".". Return `entry'.
15202
15203 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
15204 (ange-ftp-directory-files-and-attributes)
15205 (ange-ftp-real-directory-files-and-attributes): New defuns.
15206
15207 * net/tramp.el (tramp-maybe-open-connection): Open the remote
15208 shell with "exec" when possible. This prevents trailing prompts
15209 in `start-file-process'.
15210
f5467d3f
SM
152112009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15212
21f49db9
SM
15213 Try and remove assumptions about point-min==1.
15214 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
15215 (rng-compute-mode-line-string): Show the validation percentage in
15216 terms of the narrowed text, not the widened text.
15217 (rng-do-some-validation): Don't catch internal errors when debugging.
15218 (rng-first-error): Simplify.
15219 (rng-after-change-function): Remove work around. AFAIK the bug has
15220 been fixed a while ago.
15221
26224faf
SM
15222 * image-mode.el (image-minor-mode): Exit more gracefully when the image
15223 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
15224
d7117720
SM
15225 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
15226
f5467d3f
SM
15227 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
15228 `cd' doesn't always do it for us (bug#5067).
15229
15230 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
15231 on 2009-10-25 as part of some other change (bug#5067).
15232
c5269f1c
SM
152332009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15234
62a258a7
SM
15235 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
15236 `suspicious'.
15237 (byte-compile-warnings): Use byte-compile-warning-types.
15238 (byte-compile-save-excursion): Warn about use of set-buffer right
15239 after save-excursion.
15240
c5269f1c
SM
15241 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
15242 the excursion as well.
15243
3ba30eb8
MA
152442009-11-27 Michael Albinus <michael.albinus@gmx.de>
15245
15246 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
15247 providing a Tramp related implementation of "su" and "sudo".
15248 (eshell-unix-initialize): Add "su" and "sudo".
15249
6c6f788d
DU
152502009-11-27 Daiki Ueno <ueno@unixuser.org>
15251
15252 * net/socks.el (socks-send-command): Convert binary request to
15253 unibyte before sending. This fixes mishandling of some port
15254 numbers such as 129.
15255
10c877fe
SM
152562009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15257
6f06a171
SM
15258 * help.el (describe-bindings-internal): Remove `interactive'.
15259
10c877fe
SM
15260 * man.el (Man-completion-table): Trim a terminating "(".
15261 Remove the space between name page a section.
15262 Add the command's description on the `help-echo' property.
c5269f1c
SM
15263 Remove `process-connection-type' binding since it's unused by
15264 call-process.
10c877fe
SM
15265 Provide completion for the "<section> <name>" format as well.
15266 (Man-default-man-entry): Remove spurious var shadowing the argument.
15267
c44a4822
KR
152682009-11-26 Kevin Ryde <user42@zip.com.au>
15269
15270 * log-view.el: Add "Keywords: tools", since its other keywords
15271 aren't in finder-known-keywords, and following vc.el.
15272
9d58f081
KR
15273 * sha1.el (sha1-string-external): default-directory "/" in case
15274 otherwise non-existent. process-connection-type pipe for touch of
15275 efficiency recommended by elisp manual. (An aside in Bug#3911.)
15276
72fe6b25
SM
152772009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15278
15279 Misc coding convention cleanups.
15280 * htmlfontify.el (hfy-init-kludge-hook): Rename from
15281 hfy-init-kludge-hooks.
15282 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
15283 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
15284 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
15285 and push.
15286 (hfy-slant, hfy-weight): Use tables rather than code.
15287 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
15288 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
15289 (hfy-face-attr-for-class): Initialize `face-spec' directly.
15290 (hfy-face-to-css): Remove `nconc' with single arg.
15291 (hfy-p-to-face-lennart): Use `or'.
15292 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
15293 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
15294 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
15295 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
15296 (hfy-force-fontification): Use run-hooks.
15297
85e0a536
SM
152982009-11-26 Vivek Dasmohapatra <vivek@etla.org>
15299
15300 Various minor fixes.
15301 * htmlfontify.el (hfy-default-header): Add toggle_invis since
15302 Javascript belongs in the header, not the body.
15303 (hfy-javascript): Remove.
15304 (hfy-fontify-buffer): Don't insert it any more.
15305 (hfy-face-at): Handle (face0 face1 face2) style face properties.
15306 Fix bug in invis handling when there were no invis props in a chunk.
15307
62ccc42c
SM
153082009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15309
15310 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
15311
2643c7aa
DN
153122009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
15313
15314 * finder.el (finder-mode-map): Add a menu.
15315
0e5c8aed
DN
153162009-11-26 Michael McNamara <mac@mail.brushroad.com>
15317
bf0b361c 15318 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
15319 "unsigned" structs.
15320
15321 (verilog-leap-to-head, verilog-backward-token): Handle "disable
15322 fork" statement better.
15323
153242009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
15325
bf0b361c
JB
15326 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
15327 (verilog-delete-auto, verilog-delete-empty-auto-pair)
15328 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
15329 Reported by Clay Douglass.
0e5c8aed
DN
15330
15331 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c 15332 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
6a7662bb
BR
15333 Fix removing "// Interfaces" when saving .* expansions.
15334 Reported by Pierre-David Pfister.
0e5c8aed 15335
7629c4e7
GM
153362009-11-26 Glenn Morris <rgm@gnu.org>
15337
62ccc42c
SM
15338 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
15339 the scope.
7629c4e7 15340
a5d358f8
JB
153412009-11-25 Johan Bockgård <bojohan@gnu.org>
15342
15343 * vc-annotate.el (vc-annotate-revision-previous-to-line):
15344 Really use previous revision.
15345
002cbde5
KR
153462009-11-25 Kevin Ryde <user42@zip.com.au>
15347
15348 * man.el (Man-completion-table): default-directory "/" in case
15349 doesn't otherwise exist. process-environment COLUMNS=999 so as
15350 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
15351 any chance of hitting the pseudo-tty TIOCGWINSZ.
15352 (man): completion-ignore-case t for friendliness and since man
15353 itself is case-insensitive on the command line.
15354 Further to Bug#3717.
002cbde5 15355
8cb5ffe8
KR
15356 * arc-mode.el: Add "Keywords: files", so the details in its
15357 commentary can be reached from finder-by-keyword.
34607612
KR
15358 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
15359 editing mode, but it's comms related and sgml-mode.el has "comm"
15360 on that basis too.
b8dfcf54 15361 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
15362 * international/isearch-x.el, international/ja-dic-cnv.el:
15363 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 15364 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 15365
1e2d9ba1
JL
153662009-11-25 Juri Linkov <juri@jurta.org>
15367
15368 * man.el (Man-completion-table): Modify regexp to include
15369 section names to completion strings. (Bug#3717)
15370
a601d313
JL
153712009-11-25 Juri Linkov <juri@jurta.org>
15372
15373 Search recursively in gzipped files. (Bug#4982)
15374
15375 * progmodes/grep.el (grep-highlight-matches): Add new options
15376 `always' and `auto'. Doc fix.
15377 (grep-process-setup): Check `grep-highlight-matches' for
15378 `auto-detect' to determine the need to compute grep defaults.
15379 Move Windows/DOS specific --colors settings handling
15380 to `grep-compute-defaults'. Check `grep-highlight-matches'
15381 to get the value of "--color=".
15382 (grep-compute-defaults): Compute `grep-highlight-matches' when it
15383 has the value `auto-detect'. Move Windows/DOS specific settings
15384 from `grep-process-setup'.
15385 (zrgrep): New command with alias `rzgrep'.
15386
bde04ea9
JL
153872009-11-25 Juri Linkov <juri@jurta.org>
15388
15389 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
15390 to nil instead of switching off view-mode. (Bug#4896)
15391
7d6b4d3c
JL
153922009-11-25 Juri Linkov <juri@jurta.org>
15393
15394 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
15395
15396 * mwheel.el (mwheel-scroll-up-function)
15397 (mwheel-scroll-down-function): New defvars.
15398 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
15399 `scroll-up', and `mwheel-scroll-down-function' instead of
15400 `scroll-down'.
15401
15402 * doc-view.el (doc-view-scroll-up-or-next-page)
15403 (doc-view-scroll-down-or-previous-page): Add optional ARG.
15404 Use this ARG in the call to image-scroll-up/image-scroll-down.
15405 Change `interactive' spec to "P". Goto next/previous page only
15406 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
15407 SPC/DEL case). Doc fix.
15408 (doc-view-next-line-or-next-page)
15409 (doc-view-previous-line-or-previous-page): Rename arg to ARG
15410 for consistency.
15411 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
15412 `doc-view-scroll-up-or-next-page', and buffer-local
15413 `mwheel-scroll-down-function' to
15414 `doc-view-scroll-down-or-previous-page'.
15415
e237085f
JL
154162009-11-25 Juri Linkov <juri@jurta.org>
15417
15418 Provide additional default values (directories at other Dired
15419 windows) via M-n in the minibuffer of some Dired commands.
15420
15421 * dired-aux.el (dired-diff, dired-compare-directories)
15422 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
15423 `minibuffer-default' in `minibuffer-with-setup-hook'.
15424 (dired-dwim-target-directory): Find a window that displays Dired
15425 buffer instead of failing when the next window is not Dired.
15426 Use `get-window-with-predicate' to find for the next Dired window.
15427 (dired-dwim-target-defaults): New function.
15428
15429 * ediff-util.el (ediff-read-file-name):
15430 Use `dired-dwim-target-defaults' to set `minibuffer-default'
15431 in `minibuffer-with-setup-hook'.
15432
7d371eac
JL
154332009-11-25 Juri Linkov <juri@jurta.org>
15434
15435 Provide additional default values (file name at point or at the
15436 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
15437
15438 * minibuffer.el (read-file-name-defaults): New function.
15439 (read-file-name): Reset `minibuffer-default' to nil when
15440 it duplicates initial input `insdef'.
15441 Bind `minibuffer-default-add-function' to lambda that
15442 calls `read-file-name-defaults' in `minibuffer-selected-window'.
15443 (minibuffer-insert-file-name-at-point): New command.
15444
15445 * files.el (file-name-at-point-functions): New defcustom.
15446 (find-file-default): Remove defvar.
15447 (find-file-read-args): Don't use `find-file-default'.
15448 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15449 to `read-file-name'.
15450 (find-file-literally): Use `read-file-name' with
15451 `confirm-nonexistent-file-or-buffer'.
15452
15453 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
15454
15455 * dired.el (dired-read-dir-and-switches):
15456 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15457 to `read-file-name'.
15458 (dired-file-name-at-point): New function.
15459 (dired-mode): Add hook `dired-file-name-at-point' to
15460 `file-name-at-point-functions'.
15461
04ae543a
SM
154622009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15463
15464 Really make the *Completions* window soft-dedicated (bug#5030).
15465 * window.el (window--display-buffer-2): Add `dedicated' argument.
15466 (display-buffer): Pass it when needed so the dedicated flag is set
15467 after calling set-window-buffer, which would otherwise reset it.
15468
eb708e66
SM
154692009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15470
d6b8d4e7
SM
15471 * progmodes/meta-mode.el (meta-complete-symbol):
15472 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
15473 * mail/mailabbrev.el (mail-abbrev-complete-alias):
15474 Use completion-in-region.
15475
5f24557b
SM
15476 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
15477 (dabbrev-completion): Use completion-in-region.
15478 (dabbrev--abbrev-at-point): Simplify regexp.
15479
fe4346f0
SM
15480 * abbrev.el (abbrev--before-point): Use word-motion functions
15481 if :regexp is not specified (bug#5031).
15482
cb190d7d
SM
15483 * subr.el (string-prefix-p): New function.
15484
e2ec6dd5
SM
15485 * man.el (Man-completion-cache): New var.
15486 (Man-completion-table): Use it.
15487
eb708e66
SM
15488 * vc.el (vc-print-log-internal): Make `limit' optional for better
15489 compatibility (e.g. with vc-annotate.el).
15490
4cf8971b
KR
154912009-11-24 Kevin Ryde <user42@zip.com.au>
15492
eb708e66 15493 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 15494 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 15495
4cf8971b
KR
15496 * emacs-lisp/elint.el (elint-add-required-env): Better error message
15497 when .el source file not found or other error.
15498
d204c46c
SM
154992009-11-24 Markus Triska <markus.triska@gmx.at>
15500
15501 * linum.el (linum-update-window): Ignore intangible (bug#4996).
15502
bb301b9a
SM
155032009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15504
449c27f0
SM
15505 Handle the [back] button properly (bug#4979).
15506 * descr-text.el (describe-text-properties): Add a `buffer' argument.
15507 Use help-setup-xref, help-buffer, and with-help-window.
15508 (describe-char): Add `buffer' argument.
15509 Pass proper command to help-setup-xref. Don't meddle with
15510 help-xref-stack-item directly.
15511 (describe-text-category): Use with-help-window and help-buffer.
15512
32fe5377
SM
15513 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
15514 for the displayed buffer (bug#4887).
15515
bb301b9a
SM
15516 * man.el (Man-completion-table): New function.
15517 (man): Use it.
15518
35179414
DR
155192009-11-24 David Reitter <david.reitter@gmail.com>
15520
bb301b9a 15521 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
15522 .git is) rather than the file's directory and a relative path spec
15523 to work around a bug in git.
15524
605a20a9
MA
155252009-11-24 Michael Albinus <michael.albinus@gmx.de>
15526
15527 Improve handling of processes on remote hosts.
15528
15529 * eshell/esh-util.el (eshell-path-env): New defvar.
15530 (eshell-parse-colon-path): New defun.
15531 (eshell-file-attributes): Use `eshell-parse-colon-path'.
15532
bb301b9a
SM
15533 * eshell/esh-ext.el (eshell-search-path):
15534 Use `eshell-parse-colon-path'.
605a20a9
MA
15535 (eshell-remote-command): Remove argument HANDLER.
15536 (eshell-external-command): Check for FTP remote connection.
15537
bb301b9a
SM
15538 * eshell/esh-proc.el (eshell-gather-process-output):
15539 Use `file-truename', in order to start also symlinked files.
15540 Apply `start-file-process' instead of `start-process'.
15541 Shorten `command' to the local file name part.
605a20a9 15542
bb301b9a
SM
15543 * eshell/em-cmpl.el (eshell-complete-commands-list):
15544 Use `eshell-parse-colon-path'.
605a20a9
MA
15545
15546 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
15547
15548 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
15549 to `eshell-directory-change-hook'.
15550
d1d33062
TH
155512009-11-24 Tassilo Horn <tassilo@member.fsf.org>
15552
15553 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 15554 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 15555
a34d8565 155562009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 15557
a34d8565
MK
15558 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
15559 made on 2009-11-22.
d1d33062 15560
c83b8d1b
GM
155612009-11-24 Glenn Morris <rgm@gnu.org>
15562
15563 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
15564 deleted variable bookmark-bmenu-bookmark-column.
15565
83505cfe
SM
155662009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15567
15568 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
15569
5241b291
CY
155702009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
15571
15572 * net/browse-url.el (browse-url-filename-alist): On Windows, add
15573 two slashes to the "file:" prefix.
15574 (browse-url-file-url): De-munge Cygwin filenames before passing
15575 them to Windows browser.
15576 (browse-url-default-windows-browser): Use call-process.
15577
aefcadb6
JL
155782009-11-23 Juri Linkov <juri@jurta.org>
15579
15580 Implement DocView Continuous mode. (Bug#4896)
15581 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
15582 (doc-view-mode-map): Bind C-n/<down> to
15583 `doc-view-next-line-or-next-page', C-p/<up> to
15584 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
15585 (doc-view-next-line-or-next-page)
15586 (doc-view-previous-line-or-previous-page): New commands.
15587
0d62bcea
JL
155882009-11-23 Juri Linkov <juri@jurta.org>
15589
15590 Implement Isearch in comint input history. (Bug#3746)
15591 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
15592 `isearch-mode-hook'.
15593 (comint-history-isearch): New defcustom.
15594 (comint-history-isearch-backward)
15595 (comint-history-isearch-backward-regexp): New commands.
15596 (comint-history-isearch-message-overlay): New buffer-local variable.
15597 (comint-history-isearch-setup, comint-history-isearch-end)
15598 (comint-goto-input, comint-history-isearch-search)
15599 (comint-history-isearch-message, comint-history-isearch-wrap)
15600 (comint-history-isearch-push-state)
15601 (comint-history-isearch-pop-state): New functions.
15602
b593f105
MA
156032009-11-23 Michael Albinus <michael.albinus@gmx.de>
15604
15605 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
15606 return.
15607 (tramp-handle-make-symbolic-link)
15608 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
15609 Quote file names.
15610 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
15611 (tramp-handle-process-file): Use it.
15612
0f202d5d
SM
156132009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
15614
15615 * window.el (move-to-window-line-last-op): Remove.
15616 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
15617
216349f8
SM
156182009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
15619
0f202d5d 15620 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
15621 * window.el (move-to-window-line-last-op): New var.
15622 (move-to-window-line-top-bottom): New command.
15623 (global-map): Bind M-r move-to-window-line-top-bottom.
15624
c10e0633
GM
156252009-11-23 Sven Joachim <svenjoac@gmx.de>
15626
15627 * dired-x.el (dired-guess-shell-alist-default):
15628 Support xz format. (Bug#4953)
15629
953e0c1a
GM
156302009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
15631
15632 * emulation/viper-cmd.el: Use viper-last-command-char instead of
15633 last-command-char/last-command-event.
15634 (viper-prefix-arg-value): Do correct conversion of event-char for
15635 XEmacs.
15636
83505cfe
SM
15637 * emulation/viper-util.el, emulation/viper.el:
15638 Use viper-last-command-char instead of
15639 last-command-char/last-command-event.
953e0c1a 15640
83505cfe
SM
15641 * ediff-init.el, ediff-mult.el, ediff-util.el:
15642 Replace last-command-char and last-command-event
15643 with (ediff-last-command-char) everywhere.
953e0c1a
GM
15644
15645 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
15646 created in fundamental mode.
15647
15648 * ediff.el (ediff-version): Revert the change of interactive-p to
15649 called-interactively-p.
15650
9ee12eee
TH
156512009-11-22 Tassilo Horn <tassilo@member.fsf.org>
15652
15653 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
15654 generation from word-movement command names.
15655
8b571bf3
JD
156562009-11-21 Jan Djärv <jan.h.d@swipnet.se>
15657
15658 * cus-start.el (all): Add native condition for font-use-system-font.
15659
4121db47
AM
156602009-11-21 Nathaniel Flath <flat0103@gmail.com>
15661
83505cfe
SM
15662 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
15663 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 15664
d71f5e0c
TH
156652009-11-21 Tassilo Horn <tassilo@member.fsf.org>
15666
15667 * progmodes/subword.el: Rename from lisp/subword.el.
15668
15669 * subword.el: Rename to progmodes/subword.el.
15670
15671 * Makefile.in (ELCFILES): Adapt to subword.el move.
15672
fc9d6ad6 156732009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4e2af782 15674 Stefan Monnier <monnier@iro.umontreal.ca>
fc9d6ad6
SM
15675
15676 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
15677 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
15678 (bookmark-bmenu-show-filenames): Use push.
15679 (bookmark-bmenu-hide-filenames): Use local var instead of
15680 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
15681 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
15682 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
15683 filenames now that the bookmark names are always available.
15684
26d9285f
SM
156852009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15686
15687 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
15688 (bookmark-search-pattern): Move and leave unbound.
15689 (bookmark-bmenu-mode-map): Change binding.
15690 (bookmark-read-search-input): Simplify.
15691 Don't use text-char-description. Don't error on non-char events.
15692 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
15693 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
15694 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
15695 Use a local var for the timer.
15696 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
15697 (i.e. bookmark-bmenu-search).
15698
d73a0317
GM
156992009-11-21 Glenn Morris <rgm@gnu.org>
15700
15701 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
15702
e572025f
CY
157032009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
15704
26d9285f
SM
15705 * net/browse-url.el (browse-url-default-windows-browser):
15706 Use cygstart for cygwin.
e572025f 15707
6aeaa3dc
KF
157082009-11-20 Karl Fogel <karl.fogel@red-bean.com>
15709
e4070cdc 15710 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
15711 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
15712 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 15713 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
15714 (bookmark-read-search-input): Adjust to fit within 80 columns.
15715
a9b76eec
TH
157162009-11-20 Tassilo Horn <tassilo@member.fsf.org>
15717
15718 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
15719 (c-backward-into-nomenclature): Adapt to subword renaming.
15720
15721 * subword.el (subword-forward, subword-backward, subword-mark)
15722 (subword-kill, subword-backward-kill, subword-transpose)
15723 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
15724 (subword-forward-internal, subword-backward-internal):
15725 Rename from forward-subword, backward-subword, mark-subword,
15726 kill-subword, backward-kill-subword, transpose-subwords,
15727 downcase-subword, upcase-subword, capitalize-subword,
15728 forward-subword-internal, backward-subword-internal.
a9b76eec 15729
1e7d4475
SM
157302009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15731
26d9285f
SM
15732 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
15733 New options.
1e7d4475
SM
15734 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
15735 New vars.
15736 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
15737 (bookmark-bmenu-filter-alist-by-regexp)
15738 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
15739 (bookmark-bmenu-search): New command.
15740 (bookmark-bmenu-mode-map): Bind it.
15741
653d1554
TH
157422009-11-20 Tassilo Horn <tassilo@member.fsf.org>
15743
ab84bfa0
TH
15744 * progmodes/cc-cmds.el: declare-functioned forward-subword and
15745 backward-subword to quit the byte-compiler.
15746
1f35fda9
TH
15747 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
15748
15749 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
15750
653d1554 15751 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
15752 (c-forward-into-nomenclature, c-backward-into-nomenclature):
15753 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
15754
15755 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
15756 subword.el functions instead of cc-subword.el.
15757
1e7d4475
SM
15758 * progmodes/cc-subword.el: Rename to subword.el.
15759 * subword.el: Rename from progmodes/cc-subword.el.
15760 (subword-mode-map): Rename from c-subword-mode-map.
15761 (subword-mode): Rename from c-subword-mode.
653d1554 15762 (global-subword-mode): New global minor mode.
1e7d4475
SM
15763 (forward-subword): Rename from c-forward-subword.
15764 (backward-subword): Rename from c-backward-subword.
15765 (mark-subword): Rename from c-mark-subword.
15766 (kill-subword): Rename from c-kill-subword.
15767 (backward-kill-subword): Rename from c-backward-kill-subword.
15768 (transpose-subwords): Rename from c-tranpose-subword.
15769 (downcase-subword): Rename from c-downcase-subword.
15770 (capitalize-subword): Rename from c-capitalize-subword.
15771 (forward-subword-internal): Rename from c-forward-subword-internal.
15772 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 15773
9717f119
DN
157742009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
15775
8de724f3
DN
15776 * vc.el (vc-deduce-fileset): Allow non-state changing operations
15777 from a dired buffer.
15778 (vc-dired-deduce-fileset): New function.
15779 (vc-root-diff, vc-print-root-log): Use it.
15780
9717f119
DN
15781 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
15782 nil LIMIT argument to vc-print-log-internal.
15783
af4999b8
GM
157842009-11-20 Glenn Morris <rgm@gnu.org>
15785
15786 * Makefile.in (ELCFILES): Regenerate.
15787
b58edcb6
JB
157882009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
15789
02e1b488
SM
15790 * calc/calc.el (calc-set-mode-line):
15791 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
15792 (math-format-number): Rename `math-format-complement-signed' to
15793 `math-format-twos-complement'.
15794
02e1b488 15795 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
15796 math-format-complement-signed.
15797 (calc-radix): Rename `calc-complement-signed-mode' to
15798 `calc-twos-complement-mode'.
02e1b488
SM
15799 (calc-octal-radix, calc-hex-radix): Add an argument for
15800 two's complement.
b58edcb6 15801
02e1b488
SM
15802 * calc/calc-embed.el (calc-embedded-mode-vars):
15803 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 15804
02e1b488
SM
15805 * calc/calc-ext.el (calc-init-extensions):
15806 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
15807 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
15808
02e1b488
SM
15809 * calc/calc-units.el (math-build-units-table-buffer):
15810 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
15811
15812 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
15813 entries.
15814
15815 * calc/calc-vec.el (calcFunc-vunpack):
15816 * calc/calc-aent.el (calc-do-calc-eval):
15817 * calc/calc-forms.el (math-format-date):
15818 * calc/calc-graph.el (calc-graph-plot):
15819 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
15820 * calc/calccomp.el (math-compose-expr):
15821 Let `calc-twos-complement-mode' be nil.
15822
158232009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15824
15825 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
15826 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
15827 * minibuffer.el (completion-in-region-functions): New hook.
15828 (completion-in-region): New function.
15829 * emacs-lisp/lisp.el (lisp-complete-symbol):
15830 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 15831
e3353a78
SM
158322009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15833
eff77808
SM
15834 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
15835 (latex-complete-alist): New vars.
15836 (latex-string-prefix-p, latex-complete-bibtex-keys)
15837 (latex-complete-envnames, latex-complete-refkeys)
15838 (latex-complete-data): New functions.
15839 (latex-complete, latex-indent-or-complete): New commands.
15840
d2c9fc42
SM
15841 * window.el (display-buffer-mark-dedicated): New var.
15842 (display-buffer): Obey it.
15843 * minibuffer.el (minibuffer-completion-help): Use it.
15844
31a1c477
SM
15845 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
15846
bed4c972
SM
15847 * filecache.el (file-cache-add-file): Use push and cons.
15848 (file-cache-delete-file-regexp): Use push.
15849 (file-cache-complete): Use completion-in-region.
15850
8c22699f
SM
15851 * simple.el (with-wrapper-hook): Fix thinko.
15852
e3353a78
SM
15853 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
15854 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
15855 Use with-current-buffer and string-to-number.
15856 (hfy-fallback-colour-values): Use assoc-string.
15857 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
15858 (hfy-face-at): Remove unused var `found-face'.
15859 (hfy-compile-stylesheet): Remove unused var `css'.
15860 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
15861 and `orig-buffer'.
15862 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
15863 Use with-current-buffer.
15864 (hfy-text-p): Use expand-file-name and fewer setq.
15865
acca02b0
SM
158662009-11-19 Vivek Dasmohapatra <vivek@etla.org>
15867
15868 * htmlfontify.el, hfy-cmap.el: New files.
15869
042b7cc6
JL
158702009-11-19 Juri Linkov <juri@jurta.org>
15871
15872 * minibuffer.el (completions-format): New defcustom.
15873 (completion--insert-strings): Implement vertical format.
15874
15875 * simple.el (switch-to-completions): Move point to the first
15876 completion when point was at the beginning of the buffer.
15877
da205913
JL
158782009-11-19 Juri Linkov <juri@jurta.org>
15879
15880 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
15881
15882 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
15883
0b8ee421
CY
158842009-11-19 Chong Yidong <cyd@stupidchicken.com>
15885
15886 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
15887 (mail-signature): Change default to t.
15888 (mail-from-style): Deprecate `system-default' value.
15889 (mail-insert-from-field): For default value of mail-from-style,
15890 default to `angles' unless `angles' needs quoting and `parens'
15891 does not.
15892 (mail-citation-prefix-regexp): Use citation regexp from
15893 message-mode.
15894
4265deab
MA
158952009-11-19 Michael Albinus <michael.albinus@gmx.de>
15896
acca02b0
SM
15897 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
15898 Set variables for computing the prompt for reading password.
4265deab 15899
27cacd2d
GM
159002009-11-19 Glenn Morris <rgm@gnu.org>
15901
470bce7d
GM
15902 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
15903
7e705a1d
GM
15904 * textmodes/flyspell.el (sgml-lexical-context): Declare.
15905
27cacd2d
GM
15906 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
15907 (newsticker-treeview-listwindow-height): Fix custom type.
15908
b2f0be0f
KH
159092009-11-19 Kenichi Handa <handa@m17n.org>
15910
15911 * descr-text.el (describe-char-padded-string): Compose with TAB
15912 only if there's a font for CH.
02e1b488 15913 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 15914
03446045 159152009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
15916
15917 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 15918 more accurate version of the regexp. (Bug#3910)
b96337b0 15919
03446045 159202009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
15921
15922 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
15923
e0620570
JB
159242009-11-18 Juanma Barranquero <lekktu@gmail.com>
15925
15926 * font-setting.el (font-use-system-font): Declare for byte-compiler.
15927 (font-setting-change-default-font): Fix typo in docstring.
15928
6cc6582e
AM
159292009-11-18 Alan Mackenzie <acm@muc.de>
15930
15931 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
15932
dfb3c4c6
JD
159332009-11-17 Jan Djärv <jan.h.d@swipnet.se>
15934
02e1b488 15935 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
15936
15937 * cus-start.el (all): ... to here.
15938
e268e987
MA
159392009-11-17 Michael Albinus <michael.albinus@gmx.de>
15940
15941 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
15942 Don't set `ad-return-value' if `ad-do-it' doesn't.
15943
303ffde8
MA
15944 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
15945 modification time.
15946
637fa988
JD
159472009-11-17 Jan Djärv <jan.h.d@swipnet.se>
15948
15949 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 15950 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
15951
15952 * loadup.el: If feature system-font-setting or font-render-setting is
15953 there, load font-setting.
15954
02e1b488 15955 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
15956 * font-setting.el: New file.
15957
1d16a255
GM
159582009-11-17 Glenn Morris <rgm@gnu.org>
15959
15960 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
15961
2d84f804
GM
15962 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
15963 Preserve point in the list buffer. (Bug#4939)
15964 Use point-at-eol.
15965 (newsticker--treeview-list-update-highlight)
15966 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
15967
14467b99
JB
159682009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
15969
15970 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
15971 Remove.
15972
15973 * calc/calc-ext.el (calc-init-extensions): Remove references to
15974 symclip.
15975
15976 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
15977
15978 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 15979 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
15980 `calc-symclip'.
15981
e3c39c01
KR
159822009-11-16 Kevin Ryde <user42@zip.com.au>
15983
02e1b488 15984 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 15985 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 15986
497de631
KR
15987 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
15988 (lm-keywords-list): Allow comma-only separator like "foo,bar".
15989 Ignore trailing spaces by omit-nulls to split-string (fixing
15990 regression from Emacs 21 due to the incompatible split-string
14467b99 15991 change). (Bug #4928.)
497de631 15992
48b27575
DN
159932009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
15994
5237d741 15995 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
15996 (vc-print-log-internal): Insert buttons to request more entries
15997 when limiting the output.
15998
15999 * vc-sccs.el (vc-sccs-print-log):
16000 * vc-rcs.el (vc-rcs-print-log):
16001 * vc-cvs.el (vc-cvs-print-log):
16002 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
16003 LIMIT is non-nil.
16004
d3e97185
MA
160052009-11-16 Michael Albinus <michael.albinus@gmx.de>
16006
16007 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
16008 error when `tramp-gvfs-dbus-event-vector' is set.
16009 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
16010
68d87786
SM
160112009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
16012
16013 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
16014
c0a39702
MA
160152009-11-16 Michael Albinus <michael.albinus@gmx.de>
16016
16017 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 16018 (dbus-register-property): Register the handlers of
c0a39702
MA
16019 "org.freedesktop.DBus.Properties" for SERVICE.
16020 (dbus-property-handler): Fix docstring.
16021
1e857121
YM
160222009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16023
16024 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
16025 Quote doc string reference in defvaralias as it is not in special form.
16026 (byte-compile-output-docform): Doc fix.
16027
887484c1
JB
160282009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
16029
16030 * calc/calc.el (math-2-word-size, math-half-2-word-size)
16031 (calc-complement-signed-mode): New variables.
16032 (calc-set-mode-line): Add indicator for twos-complements.
16033 (math-format-number): Format twos-complement notation.
16034
16035 * calc/calc-bin.el (calc-word-size): Reset the variables
16036 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
16037 (math-format-complement-signed, math-symclip, calcFunc-symclip)
16038 (calc-symclip): New functions.
887484c1
JB
16039
16040 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
16041
68d87786
SM
16042 * calc/calc-embed.el (calc-embedded-mode-vars):
16043 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
16044
16045 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 16046 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
16047
16048 * calc/calc-ext.el (math-read-number-fancy): Read complement
16049 signed numbers.
68d87786
SM
16050 (calc-init-extensions): Add binding for `calc-symclip'.
16051 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
16052
16053 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
16054 `calc-symclip'.
68d87786 16055 (calc-modes-menu): Add item for twos complement mode.
887484c1 16056
5237d741 16057 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 16058
4cf1d7e3
CY
160592009-11-15 Chong Yidong <cyd@stupidchicken.com>
16060
16061 * register.el (jump-to-register, insert-register): Handle Semantic
16062 tags. From commented-out advice in semantic/senator.el.
16063
f8e65267
DN
160642009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
16065
6616006b
DN
16066 * vc.el (vc-log-show-limit): New variable.
16067 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
16068 when using a prefix argument.
16069 (vc-print-log-internal): Add new argument LIMIT.
16070
16071 * vc-svn.el (vc-svn-print-log):
16072 * vc-mtn.el (vc-mtn-print-log):
16073 * vc-hg.el (vc-hg-print-log):
16074 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 16075 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
16076 non-optional.
16077
16078 * vc-sccs.el (vc-sccs-print-log):
16079 * vc-rcs.el (vc-rcs-print-log):
16080 * vc-git.el (vc-git-print-log):
16081 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
01c35094 16082 ignore it. Make the BUFFER argument non-optional.
6616006b 16083
f8e65267
DN
16084 * bindings.el (mode-line-buffer-identification): Do not purecopy.
16085
0566c4bc
CY
160862009-11-15 Chong Yidong <cyd@stupidchicken.com>
16087
7cce3c91
CY
16088 * dired.el (dired-mode-map): Move encryption items to "Operate"
16089 menu (Bug#4703).
16090
d7063de9
CY
16091 * strokes.el (strokes-update-window-configuration): Make strokes
16092 buffer current before erasing (Bug#4906).
16093
0fc10137
JL
160942009-11-15 Juri Linkov <juri@jurta.org>
16095
16096 * simple.el (set-mark-default-inactive): Add :type, :group
16097 and :version. (Bug#4876)
16098
f5fce4ec
MA
160992009-11-15 Michael Albinus <michael.albinus@gmx.de>
16100
16101 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
16102 (archive-unique-fname): ... here. (Bug#4929)
16103
8d720a00
SM
161042009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
16105
589888fe
SM
16106 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
16107 with a real fix.
16108
8d720a00
SM
16109 * novice.el (disabled-command-function): Add useful args.
16110 Setup the help buffer so that [back] works.
16111 Remove redundant call to help-mode.
16112 (disabled-command-function): Use `case'.
16113 (en/disable-command): New function extracted from enable-command.
16114 (enable-command, disable-command): Use it.
16115
a61344d6
GM
161162009-11-14 Glenn Morris <rgm@gnu.org>
16117
497f0cdd
GM
16118 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
16119 constants. (Bug#4913)
16120
a61344d6
GM
16121 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
16122
d501801e
GM
161232009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
16124
16125 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
16126 defined in C that have no doc-strings. (Bug#1063)
16127
5af27ac2
GM
161282009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
16129
16130 * cus-edit.el (data, files):
16131 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
16132
aec5395b
CY
161332009-11-14 Chong Yidong <cyd@stupidchicken.com>
16134
e7791447
CY
16135 * simple.el (shell-command): Doc fix (Bug#4891).
16136
aec5395b
CY
16137 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
16138
7a41cd7f
GM
161392009-11-14 Glenn Morris <rgm@gnu.org>
16140
c3583c94
GM
16141 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
16142 statements for vc-diff, emerge-quit, and rmail-cease-edit.
16143 If they are already loaded, eval-after-load will do the right thing.
16144
73900d1f
GM
16145 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
16146 compiling.
16147
0028351d
GM
16148 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
16149
f6714ede
GM
16150 * simple.el (x-selection-owner-p): Declare.
16151 (read-mail-command): Use custom radio type rather than choice.
16152 (completion-no-auto-exit): Doc fix.
16153
7a41cd7f 16154 * custom.el (defgroup):
5af27ac2 16155 * epg-config.el (epg): Doc fixes.
7a41cd7f 16156
2d0659ec
DN
161572009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
16158
16159 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
16160 * international/ccl.el (define-ccl-program): Do not purecopy the
16161 docstring, defconst does it anyway.
16162
7fdbcd83
SM
161632009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16164
d499c5b9
SM
16165 * add-log.el (add-change-log-entry): Avoid displaying the changelog
16166 a second time.
16167
7fdbcd83
SM
16168 * x-dnd.el (x-dnd-maybe-call-test-function):
16169 * window.el (split-window-vertically):
16170 * whitespace.el (whitespace-help-on):
16171 * vc-rcs.el (vc-rcs-consult-headers):
16172 * userlock.el (ask-user-about-lock-help)
16173 (ask-user-about-supersession-help):
16174 * type-break.el (type-break-force-mode-line-update):
16175 * time-stamp.el (time-stamp-conv-warn):
16176 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 16177 (te-sentinel, terminal-emulator):
7fdbcd83
SM
16178 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
16179 (term-write-input-ring, term-check-source, term-start-output-log):
16180 (term-display-buffer-line, term-dynamic-list-completions):
16181 (term-ansi-make-term, serial-term):
16182 * subr.el (selective-display):
16183 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
16184 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
16185 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
16186 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
16187 (speedbar-remove-localized-speedbar-support)
16188 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
16189 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
16190 (speedbar-buffers-line-directory):
16191 * simple.el (shell-command-on-region, append-to-buffer)
16192 (prepend-to-buffer):
16193 * shadowfile.el (shadow-save-todo-file):
16194 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
16195 (scroll-bar-maybe-set-window-start):
16196 * sb-image.el (speedbar-image-dump):
16197 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
16198 (load-save-place-alist-from-file):
16199 * ps-samp.el (ps-print-message-from-summary):
16200 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
16201 (ps-background-image, ps-begin-job, ps-do-despool):
16202 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
16203 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
16204 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
16205 (pr-call-process, pr-file-list, pr-interface-save):
16206 * novice.el (disabled-command-function)
16207 (enable-command, disable-command):
16208 * mouse.el (mouse-buffer-menu-alist):
16209 * mouse-copy.el (mouse-kill-preserving-secondary):
16210 * macros.el (kbd-macro-query):
16211 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
16212 * informat.el (batch-info-validate):
16213 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
16214 * hippie-exp.el (try-expand-dabbrev-visible):
16215 * help-mode.el (help-make-xrefs):
16216 * help-fns.el (describe-variable):
16217 * generic-x.el (bat-generic-mode-run-as-comint):
16218 * finder.el (finder-mouse-select):
16219 * find-dired.el (find-dired-sentinel):
16220 * filesets.el (filesets-file-close):
16221 * files.el (list-directory):
16222 * faces.el (list-faces-display, describe-face):
16223 * facemenu.el (list-colors-display):
16224 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
16225 * epg.el (epg--process-filter, epg-cancel):
16226 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
16227 (epa--read-signature-type):
16228 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
16229 (emerge-file-names):
16230 * ehelp.el (electric-helpify):
16231 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
16232 * ediff-vers.el (rcs-ediff-view-revision):
16233 * ediff-util.el (ediff-setup):
16234 * ediff-mult.el (ediff-append-custom-diff):
16235 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
16236 (ediff-wordify):
16237 * echistory.el (Electric-command-history-redo-expression):
16238 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
16239 * disp-table.el (describe-display-table):
16240 * dired.el (dired-find-buffer-nocreate):
16241 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
16242 * dabbrev.el (dabbrev--same-major-mode-p):
16243 * chistory.el (list-command-history):
16244 * apropos.el (apropos-documentation):
16245 * allout.el (allout-obtain-passphrase):
16246 (allout-copy-exposed-to-buffer):
16247 (allout-verify-passphrase): Use with-current-buffer.
16248
2ccbc060
GM
162492009-11-13 Glenn Morris <rgm@gnu.org>
16250
16251 * Makefile.in (ELCFILES): Regenerate.
16252
b172ed20
MA
162532009-11-13 Michael Albinus <michael.albinus@gmx.de>
16254
7fdbcd83
SM
16255 * net/dbus.el (dbus-registered-objects-table): Rename from
16256 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
16257 (dbus-unregister-object): Unregister also properties.
16258 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
16259 Use a timeout of 500 msec, in order to not block.
16260 (dbus-register-property, dbus-property-handler): New defuns.
16261
e96d62cd
SM
162622009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16263
16264 * simple.el (minibuffer-default-add-completions): Drop deprecated
16265 4th arg.
16266
14bd267d
EZ
162672009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
16268
e96d62cd
SM
16269 * textmodes/artist.el (artist-mouse-choose-operation):
16270 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 16271 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
16272 (artist-compute-up-event-key): New function.
16273 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
16274
bf89fd7b
KH
162752009-11-13 Kenichi Handa <handa@m17n.org>
16276
16277 * language/japan-util.el: Make sure that the value of jisx0208
16278 property is jisx0208 character.
16279
f70b8925
DN
162802009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
16281
16282 * international/mule.el (auto-coding-regexp-alist): Only purecopy
16283 car or each item, not the whole list.
16284
4d93a9e0
SM
162852009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
16286
16287 * minibuffer.el (minibuffer-completion-help):
16288 Use minibuffer-hide-completions.
16289
05404988
SM
162902009-11-12 Per Starbäck <per@starback.se> (tiny change)
16291
16292 * dired.el (dired-save-positions, dired-restore-positions): New funs.
16293 (dired-revert): Use them (bug#4880).
16294
5297bc10
DN
162952009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16296
16297 * tooltip.el (tooltip-frame-parameters): Undo previous change.
16298
e2685eb7
JL
162992009-11-12 Juri Linkov <juri@jurta.org>
16300
16301 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
16302 New functions.
16303 (find-file-literally-at-point): Alias of `ffap-literally'.
16304
76410c3e
DN
163052009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16306
6d341a2a
DN
16307 * textmodes/ispell.el (ispell-skip-region-alist):
16308 * textmodes/css-mode.el (auto-mode-alist):
16309 * progmodes/compile.el (auto-mode-alist):
16310 * international/mule.el (ctext-non-standard-encodings-alist)
16311 (ctext-non-standard-encodings-regexp):
16312 * simple.el (shell-command-switch, text-read-only):
16313 * replace.el (occur-mode-map):
16314 * paths.el (rmail-file-name):
16315 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
16316 * find-file.el (ff-special-constructs):
16317 * files.el (file-name-handler-alist):
16318 * composite.el: Purecopy strings.
16319
76410c3e
DN
16320 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
16321
aaa448c9
DN
163222009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16323
16324 * widget.el (define-widget): Purecopy the docstring.
16325 * international/mule-cmds.el (charset): Do not purecopy the
16326 docstring here, define-widget does it.
16327
16328 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
16329 * textmodes/bibtex-style.el (auto-mode-alist):
16330 * progmodes/inf-lisp.el (inferior-lisp-prompt):
16331 * progmodes/compile.el (compile-command):
16332 * language/korea-util.el (default-korean-keyboard):
16333 * international/mule-conf.el (file-coding-system-alist):
16334 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
16335 * tooltip.el (tooltip-frame-parameters):
16336 * newcomment.el (comment-end, comment-padding):
16337 * dired.el (dired-trivial-filenames):
16338 * comint.el (comint-file-name-prefix): Purecopy initial values.
16339
bbe650fd
MA
163402009-11-11 Michael Albinus <michael.albinus@gmx.de>
16341
16342 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
16343 (tramp-advice-minibuffer-electric-tilde): Unload advices via
16344 `tramp-unload'.
16345 (tramp-advice-make-auto-save-file-name)
16346 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
16347 after removing the advice.
16348
6bdad9ae
DN
163492009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16350
2f7f4bee
DN
16351 * progmodes/grep.el (grep-regexp-alist):
16352 * international/mule-cmds.el (iso-2022-control-alist):
16353 * emacs-lisp/timer.el (timer-duration-words):
16354 * subr.el (version-separator, version-regexp-alist):
16355 * minibuffer.el (completion-styles-alist):
16356 * faces.el (face-attribute-name-alist, list-faces-sample-text):
16357 Change defvars to defconsts.
16358
a042de45
DN
16359 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
16360 * loadup.el ("international/mule-conf"): Load the byte compiled version.
16361 * international/mule-conf.el: Allow to be byte compiled.
16362
3b6acc72
DN
16363 * international/mule.el (define-charset): Purecopy props.
16364 (load-with-code-conversion): Purecopy doc string and file name.
16365 (put-charset-property): Purecopy strings.
16366 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
16367
1c2efdfb 16368 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
16369 (define-char-code-property): Correctly purecopy the table.
16370
62591911
DN
16371 * international/ccl.el (define-ccl-program): Purecopy the docstring.
16372
8b908da6
DN
16373 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
16374
ff917d63
DN
16375 * subr.el (add-hook): Purecopy strings.
16376 (eval-after-load): Purecopy load-history-regexp and the form.
16377
af89cf77
DN
16378 * custom.el (custom-declare-group): Purecopy load-file-name.
16379
a3c20c83 16380 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
16381 * net/eudc.el (eudc-tools-menu):
16382 * international/mule-cmds.el (set-coding-system-map)
16383 (mule-menu-keymap):
16384 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
16385 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
16386 * replace.el (occur-mode-map):
16387 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 16388 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
16389 (menu-bar-custom-menu, menu-bar-showhide-menu)
16390 (menu-bar-options-menu, menu-bar-tools-menu)
16391 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
16392 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
16393 (menu-bar-help-menu):
16394 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
16395 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
16396
6bdad9ae
DN
16397 * term/x-win.el (x-gtk-stock-map):
16398 * progmodes/vera-mode.el (auto-mode-alist):
16399 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
16400 (inferior-lisp-program, inferior-lisp-load-command):
16401 * progmodes/hideshow.el (hs-special-modes-alist):
16402 * progmodes/gud.el (same-window-regexps):
16403 * progmodes/grep.el (grep-program, find-program, xargs-program):
16404 * net/telnet.el (same-window-regexps):
16405 * net/rlogin.el (same-window-regexps):
16406 * language/ethiopic.el (font-ccl-encoder-alist):
16407 * vc-sccs.el (vc-sccs-master-templates):
16408 * vc-rcs.el (vc-rcs-master-templates):
16409 * subr.el (cl-assertion-failed):
16410 * simple.el (next-error-overlay-arrow-position):
16411 * lpr.el (lpr-command):
16412 * locate.el (locate-ls-subdir-switches):
16413 * info.el (same-window-regexps, info)
16414 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
16415 * image-mode.el (image-mode, auto-mode-alist):
16416 * hippie-exp.el (hippie-expand-ignore-buffers):
16417 * format.el (format-alist):
16418 * find-dired.el (find-ls-subdir-switches, find-grep-options)
16419 (find-name-arg):
16420 * facemenu.el (facemenu-keybindings):
16421 * dired.el (dired-listing-switches, dired-chown-program):
16422 * diff.el (diff-switches, diff-command):
16423 * cus-edit.el (same-window-regexps):
16424 * bindings.el (mode-line-mule-info)
16425 (mode-line-buffer-identification): Purecopy strings.
16426
e0987650
JL
164272009-11-11 Juri Linkov <juri@jurta.org>
16428
3570691b 16429 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
16430 Tell the byte-compiler about dired-get-filename.
16431 (shell-command): In Dired mode, get filename from the current line
16432 as the default value.
16433
b16ff465
GM
164342009-11-10 Glenn Morris <rgm@gnu.org>
16435
e8a11b22
GM
16436 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
16437 * calendar/holidays.el, progmodes/cperl-mode.el:
16438 Update x-popup-menu declarations.
16439
b16ff465
GM
16440 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
16441 (list-load-path-shadows): Use dolist.
16442 (list-load-path-shadows): Use with-current-buffer.
16443
032c3399
JL
164442009-11-10 Juri Linkov <juri@jurta.org>
16445
16446 * minibuffer.el (read-file-name): Support a list of default values
16447 in `default-filename'. Use the first file name where only one
16448 element is required. Doc fix.
16449
8fb1629f
MA
164502009-11-09 Michael Albinus <michael.albinus@gmx.de>
16451
16452 * net/dbus.el (dbus-unregister-object): Release service, if no
16453 other method is registered for it.
16454
a51203ee 164552009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
16456
16457 * bookmark.el (bookmark-completing-read): Sort bookmark names if
16458 bookmark-sort-flag is non-nil (Bug#4653).
16459
9bf7dc8a
CY
164602009-11-08 Chong Yidong <cyd@stupidchicken.com>
16461
15207e74
CY
16462 * emulation/cua-base.el: Add CUA property to some CC mode commands
16463 (Bug#4100).
16464
8bf7ed70
KR
164652009-11-08 Kevin Ryde <user42@zip.com.au>
16466
16467 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 16468 at end of sentence (Bug#4818).
8bf7ed70 16469
951802d0
CY
164702009-11-08 Jared Finder <jfinder@crypticstudios.com>
16471
16472 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16473 Handle "see declaration of" MSFT statements (Bug#4100).
16474
e8244310
MA
164752009-11-08 Michael Albinus <michael.albinus@gmx.de>
16476
16477 * net/tramp.el (tramp-advice-make-auto-save-file-name)
16478 (tramp-advice-file-expand-wildcards): Unload via
16479 `ad-remove-advice'.
16480
16481 * net/trampver.el: Update release number.
16482
a51203ee 164832009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
16484
16485 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
16486 `ad-do-it'.
16487
a51203ee 164882009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
16489
16490 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
16491 in order to keep context in SELinux.
16492
bedd8a58
CY
164932009-11-08 Chong Yidong <cyd@stupidchicken.com>
16494
16495 * dired-aux.el (dired-query): Place cursor in echo area and allow
16496 C-g.
16497
16498 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
16499 menu item if not on a directory (Bug#4701).
16500
0484d600
MA
165012009-11-07 Michael Albinus <michael.albinus@gmx.de>
16502
16503 Sync with Tramp 2.1.17.
16504
16505 * net/tramp.el (tramp-handle-copy-directory): Don't use
16506 `file-remote-p' (due to compatibility).
16507
16508 * net/tramp-compat.el (tramp-compat-copy-directory)
16509 (tramp-compat-delete-directory): New defuns.
16510
16511 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6a7662bb
BR
16512 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
16513 Use `tramp-compat-delete-directory'.
0484d600
MA
16514
16515 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6a7662bb
BR
16516 (tramp-smb-handle-delete-directory):
16517 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
0484d600
MA
16518
16519 * net/trampver.el: Update release number.
16520
b42b2189
CY
165212009-11-07 Chong Yidong <cyd@stupidchicken.com>
16522
6960d7b9
CY
16523 * tar-mode.el (tar-copy): Call write-region on the right buffer
16524 (Bug#4857).
16525
b42b2189
CY
16526 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
16527 by hand, if necessary (Bug#4878).
16528
0ad57dfd
CY
165292009-11-06 Chong Yidong <cyd@stupidchicken.com>
16530
d19e23ae
CY
16531 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
16532 align size column (Bug#4839).
16533
0ad57dfd
CY
16534 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
16535 statement.
16536
0b7f397c
DN
165372009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16538
16539 * progmodes/ld-script.el (auto-mode-alist):
16540 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
16541
16542 * cus-face.el (custom-declare-face): Purecopy face spec.
16543
495bd5ca
KH
165442009-11-06 Kenichi Handa <handa@m17n.org>
16545
16546 * international/uni-bidi.el: Re-generated.
16547 * international/uni-category.el: Re-generated.
16548 * international/uni-combining.el: Re-generated.
16549 * international/uni-mirrored.el: Re-generated.
16550
1e8780b1
DN
165512009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16552
16553 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
16554 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
16555 (tex-start-options, slitex-run-command, latex-run-command)
16556 (tex-run-command, tex-directory):
16557 * textmodes/ispell.el (ispell-html-skip-alists)
16558 (ispell-tex-skip-alists, ispell-tex-skip-alists):
16559 * textmodes/fill.el (adaptive-fill-first-line-regexp):
16560 (adaptive-fill-regexp):
16561 * textmodes/dns-mode.el (auto-mode-alist):
16562 * progmodes/python.el (interpreter-mode-alist):
16563 * progmodes/etags.el (tags-compression-info-list):
16564 * progmodes/etags.el (tags-file-name):
16565 * net/browse-url.el (browse-url-galeon-program)
16566 (browse-url-firefox-program):
16567 * mail/sendmail.el (mail-signature-file)
16568 (mail-citation-prefix-regexp):
16569 * international/mule-conf.el (eight-bit):
16570 * international/latexenc.el (latex-inputenc-coding-alist):
16571 * international/fontset.el (x-pixel-size-width-font-regexp):
16572 * emacs-lisp/warnings.el (warning-type-format):
16573 * emacs-lisp/trace.el (trace-buffer):
16574 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
16575 (emacs-lisp-mode-map):
16576 * calendar/holidays.el (holiday-solar-holidays)
16577 (holiday-bahai-holidays, holiday-islamic-holidays)
16578 (holiday-christian-holidays, holiday-hebrew-holidays)
16579 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
16580 (hebrew-holidays-1, holiday-oriental-holidays)
16581 (holiday-general-holidays):
16582 * x-dnd.el (x-dnd-known-types):
16583 * tool-bar.el (tool-bar):
16584 * startup.el (site-run-file):
16585 * shell.el (shell-dumb-shell-regexp):
16586 * rfn-eshadow.el (file-name-shadow-tty-properties)
16587 (file-name-shadow-properties):
16588 * paths.el (remote-shell-program, news-directory):
16589 * mouse.el ([C-down-mouse-3]):
16590 * menu-bar.el (menu-bar-tools-menu):
16591 * jka-cmpr-hook.el (jka-compr-load-suffixes)
16592 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
16593 (jka-compr-compression-info-list):
16594 * isearch.el (search-whitespace-regexp):
16595 * image-file.el (image-file-name-extensions):
16596 * find-dired.el (find-ls-option):
16597 * files.el (directory-listing-before-filename-regexp)
16598 (directory-free-space-args, insert-directory-program)
16599 (list-directory-brief-switches, magic-fallback-mode-alist)
16600 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
16601 (automount-dir-prefix):
16602 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
16603 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
16604 (face-font-registry-alternatives, face-font-registry-alternatives)
16605 (face-font-family-alternatives):
16606 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
16607 (facemenu-foreground-menu, facemenu-face-menu):
16608 * epa-hook.el (epa-file-name-regexp):
16609 * dnd.el (dnd-protocol-alist):
16610 * textmodes/rst.el (auto-mode-alist):
a51203ee 16611 * button.el (default-button): Purecopy strings.
1e8780b1 16612
0adae11f
GM
166132009-11-06 Glenn Morris <rgm@gnu.org>
16614
16615 * Makefile.in (ELCFILES): Update.
16616
2adaf057
SM
166172009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
16618
8f72f03c
SM
16619 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
16620 * emacs-lisp/levents.el: Move to obsolete/levents.el.
16621
2adaf057
SM
16622 * nxml/xsd-regexp.el (xsdre-gen-categories):
16623 * nxml/xmltok.el (xmltok-parse-entity):
16624 * nxml/rng-parse.el (rng-parse-validate-file):
16625 * nxml/rng-maint.el (rng-format-manual)
16626 (rng-manual-output-force-new-line):
16627 * nxml/rng-loc.el (rng-save-schema-location-1):
16628 * nxml/rng-cmpct.el (rng-c-parse-file):
16629 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
16630 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
16631
14862301
SM
166322009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
16633
bf0b361c 16634 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
16635 Remove extra save-excursions and make-variable-buffer-local's.
16636 Suggested by Stefan Monnier.
16637
16638 (verilog-getopt-file, verilog-module-inside-filename-p)
16639 (verilog-set-define): Merge GNU 1.35 and repair changes from
16640 switching to using with-current-buffer.
16641
16642 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
16643 being treated as a number and confusing AUTORESET.
16644 Reported by Dan Dever.
16645
16646 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
16647 Add verilog-auto-ignore-concat to fix backward compatibility with
16648 older verilog-modes. Reported by Dan Katz.
16649
16650 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
16651 containing closing anchors "...$".
16652
16653 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
16654 Reported by Wade Smith.
16655
48c2d18a 16656 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
16657
166582009-11-05 Michael McNamara <mac@mail.brushroad.com>
16659
bf0b361c
JB
16660 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
16661 for labels.
14862301
SM
16662
16663 (verilog-label-re, verilog-calc-1): Support proper indent of named
16664 asserts.
16665
16666 (verilog-backward-token, verilog-basic-complete-re)
16667 (verilog-beg-of-statement, verilog-indent-re): Support proper
16668 indent of the assert statement at the beginning of a block of text.
16669
16670 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
16671 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
16672 tokens as begins.
16673
4f8f657f
GM
166742009-11-05 Glenn Morris <rgm@gnu.org>
16675
775adc51
GM
16676 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
16677 Emacs 19. (Bug#1531)
16678 (byte-compile-fix-header): Update for the above change.
16679 Drop test for epoch::version.
16680
4ad6a5e7 16681 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
16682 * cus-dep.el (custom-make-dependencies):
16683 * finder.el (finder-compile-keywords):
16684 Use autoload-rubric's feature argument.
4ad6a5e7 16685
4f8f657f
GM
16686 * calendar/diary-lib.el (top-level): Make load behave more like require.
16687
881e4184
GM
16688 * vc-git.el (vc-git-stash-map): Move definition before use.
16689
ba214964 166902009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 16691
b6f8ba09
DN
16692 * custom.el (custom-declare-group): Purecopy standard-value.
16693 (custom-declare-group): Purecopy custom-prefix.
16694
7fdbcd83
SM
16695 * international/mule.el (load-with-code-conversion):
16696 Call do-after-load-evaluation unconditionally.
eb6f577b 16697
f6195dfb
DN
16698 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
16699
56f14120
SM
167002009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
16701
16702 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
16703
e5c89ce9
GM
167042009-11-04 Glenn Morris <rgm@gnu.org>
16705
16706 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
16707 (byte-compile-compatibility): Remove option.
16708 (byte-compile-close-variables, byte-compile-fix-header)
16709 (byte-compile-insert-header, byte-compile-output-docform)
16710 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
16711 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
16712 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
16713 (byte-compile-insert, byte-compile-defun):
16714 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
16715 (byte-defop-compiler19): Remove.
16716 Without byte-compile-compatibility, the 'emacs19-opcode property is not
16717 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 16718
e24f42ab
JL
167192009-11-04 Juri Linkov <juri@jurta.org>
16720
16721 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
16722 (menu-bar-options-menu): Don't quote the `prop' arg of
16723 `menu-bar-make-mm-toggle'.
16724
d3d5f4f5
JB
167252009-11-04 Juanma Barranquero <lekktu@gmail.com>
16726
16727 * calendar/calendar.el (cal-loaddefs):
16728 * calendar/diary-lib.el (diary-loaddefs):
16729 * calendar/holidays.el (hol-loaddefs):
16730 * eshell/esh-module.el (esh-groups): Load rather than require.
16731
6e39d3b2
SM
167322009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16733
e96d62cd
SM
16734 * calendar/todo-mode.el (todo-add-category): Don't hardcode
16735 point-min==1.
7e83e8b4
SM
16736 (todo-top-priorities): Only display-buffer when called interactively.
16737 (todo-item-start): Don't save excursion point.
16738 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
16739 (todo-insert-item-here, todo-file-item, todo-remove-item):
16740 Adjust uses of todo-item-start and todo-item-end.
16741
fae4e5b9
SM
16742 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
16743 (autoload-rubric): Don't use any more.
fae4e5b9 16744
6e39d3b2
SM
16745 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
16746 and only put a prop if it is non-nil.
16747
c9753fb4
JL
167482009-11-03 Juri Linkov <juri@jurta.org>
16749
16750 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
16751 (menu-bar-options-menu): Fix list quoting (Bug#4429).
16752
16753 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
16754 and "Menu" to make top-level menu item visually one unit (like
16755 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
16756 multi-word menu items). Fix :help string for quit-window.
16757
db04f33f
GM
167582009-11-03 Glenn Morris <rgm@gnu.org>
16759
2aea6521
GM
16760 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
16761 (byte-compile-file-form-define-abbrev-table)
16762 (byte-compile-file-form-custom-declare-variable)
16763 (byte-compile-variable-ref, byte-compile-defvar):
16764 Whether or not a warning is enabled should only affect whether we issue
16765 the warning, not whether or not we collect the relevant data.
16766 Eg warnings can be turned on and off throughout the course of a file.
16767
db04f33f
GM
16768 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
16769 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
16770
937e6a56
SM
167712009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16772
16773 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
16774 * play/mpuz.el (mpuz-create-buffer):
16775 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
16776 (lm-print-y,s,noise, lm-print-w0, lm-init):
16777 * play/gomoku.el (gomoku-prompt-for-move):
16778 * play/fortune.el (fortune-in-buffer):
16779 * play/dissociate.el (dissociated-press):
16780 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 16781 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
16782 * mail/supercite.el (sc-eref-show):
16783 * mail/smtpmail.el (smtpmail-send-it):
16784 * mail/rmailsum.el (rmail-summary-next-labeled-message)
16785 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
16786 (rmail-summary-undelete-many, rmail-summary-rmail-update)
16787 (rmail-summary-goto-msg, rmail-summary-expunge)
16788 (rmail-summary-get-new-mail, rmail-summary-search-backward)
16789 (rmail-summary-add-label, rmail-summary-output-menu)
16790 (rmail-summary-output-body):
16791 * mail/rfc822.el (rfc822-addresses):
16792 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
16793 * mail/mailpost.el (post-mail-send-it):
16794 * mail/hashcash.el (hashcash-generate-payment):
16795 * mail/feedmail.el (feedmail-run-the-queue)
16796 (feedmail-queue-send-edit-prompt-help-first)
16797 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
16798 (feedmail-deduce-address-list):
16799 * eshell/esh-ext.el (eshell-remote-command):
16800 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
16801 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
16802 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
16803 (viper-save-string-in-file, viper-valid-marker):
16804 * emulation/viper-keym.el (viper-toggle-key):
16805 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
16806 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
16807 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
16808 * emulation/viper-cmd.el (viper-exec-form-in-vi)
16809 (viper-exec-form-in-emacs, viper-brac-function):
16810 * emulation/viper.el (viper-delocalize-var):
16811 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
16812 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
16813 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
16814 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
16815 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
16816 * emulation/edt.el (edt-electric-helpify):
16817 * emulation/cua-rect.el (cua--rectangle-aux-replace):
16818 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
16819 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
16820 (cua-indent-to-global-mark-column):
16821 * calendar/diary-lib.el (calendar-mark-1):
16822 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
16823 Use with-current-buffer.
16824 * emulation/viper.el (viper-delocalize-var): Use dolist.
16825
5b955562
CY
168262009-11-03 Chong Yidong <cyd@stupidchicken.com>
16827
16828 * comint.el (comint-replace-by-expanded-history-before-point):
16829 Replace !! with the previous input string literally (Bug#1795).
16830
6292c599
JB
168312009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
16832
16833 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
16834 to be made up of whitespace.
16835
8368c14e
CY
168362009-11-02 Chong Yidong <cyd@stupidchicken.com>
16837
16838 * minibuffer.el (read-file-name): Don't use file dialogs for
16839 remote directories (Bug#99).
16840
6f750f0d
CY
168412009-11-01 Chong Yidong <cyd@stupidchicken.com>
16842
16843 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
16844
97ab3f47
AS
168452009-11-01 Andreas Schwab <schwab@linux-m68k.org>
16846
16847 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
16848 instead of deleting the window or frame.
16849
673c1168
CY
168502009-10-31 Chong Yidong <cyd@stupidchicken.com>
16851
16852 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
16853 Support face colors.
16854
937e6a56
SM
16855 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
16856 New function. Support face colors (Bug#1168).
673c1168
CY
16857 (tex-common-initialization): Use it.
16858
16859 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
16860 mode allows it (Bug#1168).
16861
c9349f0a
CY
168622009-10-31 Juri Linkov <juri@jurta.org>
16863
16864 * facemenu.el (list-colors-display): Don't mark buffer as
16865 modified (Bug#3948).
16866
ebf5c4f5
CY
168672009-10-31 Chong Yidong <cyd@stupidchicken.com>
16868
6a7662bb
BR
16869 * international/mule-diag.el (list-character-sets-1):
16870 Minor message fix (Bug#3526).
5c2dce75 16871
6a7662bb
BR
16872 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
16873 Fix face property (Bug#4834).
26581f0e
CY
16874 (etags-list-tags, etags-tags-apropos-additional)
16875 (etags-tags-apropos, tags-select-tags-table): Add follow-link
16876 property.
16877
ebf5c4f5
CY
16878 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
16879 items.
16880
9a529312
SM
168812009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
16882
16883 * textmodes/two-column.el (2C-split):
16884 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
16885 * textmodes/tex-mode.el (tex-set-buffer-directory):
16886 * textmodes/spell.el (spell-region, spell-string):
16887 * textmodes/reftex.el (reftex-erase-buffer):
16888 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
16889 * textmodes/reftex-toc.el (reftex-toc-promote-action):
16890 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
16891 (reftex-select-item):
16892 * textmodes/reftex-ref.el (reftex-label-info-update)
16893 (reftex-offer-label-menu):
16894 * textmodes/reftex-index.el (reftex-index-change-entry)
16895 (reftex-index-phrases-info):
16896 * textmodes/reftex-global.el (reftex-create-tags-file)
16897 (reftex-save-all-document-buffers, reftex-ensure-write-access):
16898 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
16899 (reftex-view-crossref-from-bibtex):
16900 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
16901 (reftex-extract-bib-entries-from-thebibliography)
16902 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
16903 * textmodes/refbib.el (r2b-capitalize-title):
16904 (r2b-convert-buffer, r2b-help):
16905 * textmodes/page-ext.el (pages-directory)
16906 (pages-directory-goto-with-mouse):
16907 * textmodes/bibtex.el (bibtex-validate-globally):
16908 * textmodes/bib-mode.el (bib-capitalize-title):
16909 * textmodes/artist.el (artist-clear-buffer, artist-system):
16910 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
16911 (local-set-scheme-interaction-buffer, xscheme-process-filter)
16912 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
16913 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
16914 (xscheme-send-control-g-interrupt, xscheme-start-process)
16915 (xscheme-process-sentinel, xscheme-cd):
16916 * progmodes/verilog-mode.el (verilog-read-always-signals)
16917 (verilog-set-define, verilog-getopt-file)
16918 (verilog-module-inside-filename-p):
16919 * progmodes/sh-script.el:
16920 * progmodes/python.el (python-pdbtrack-get-source-buffer)
16921 (python-pdbtrack-grub-for-buffer, python-execute-file):
16922 * progmodes/octave-inf.el (inferior-octave):
16923 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
16924 (idlwave-shell-compile-helper-routines, idlwave-set-local)
16925 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
16926 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
16927 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
16928 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
16929 (idlwave-shell-filter, idlwave-shell-examine-highlight)
16930 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
16931 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
16932 (idlwave-shell-examine-display, idlwave-shell-run-region)
16933 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
16934 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
16935 * progmodes/idlw-help.el (idlwave-help-get-special-help)
16936 (idlwave-help-get-help-buffer):
16937 * progmodes/gud.el (gud-basic-call, gud-find-class)
16938 (gud-tooltip-activate-mouse-motions-if-enabled):
16939 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
16940 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
16941 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
16942 (ebrowse-tags-next-file):
16943 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
16944 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
16945 (ebnf-eps-finish-and-write):
16946 * progmodes/cpp.el (cpp-edit-save):
16947 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
16948 * progmodes/cc-defs.el (c-emacs-features):
16949 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
16950 (antlr-directory-dependencies):
16951 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
16952 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
16953 (ada-find-any-references, ada-make-filename-from-adaname)
16954 (ada-make-body-gnatstub):
16955 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 16956 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
16957 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
16958 * net/rcirc.el (rcirc-debug):
16959 * net/newst-treeview.el (newsticker--treeview-list-add-item)
16960 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
16961 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
16962 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 16963 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
16964 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
16965 (newsticker--treeview-list-clear-highlight)
16966 (newsticker--treeview-list-update-highlight)
16967 (newsticker--treeview-list-highlight-start)
16968 (newsticker--treeview-tree-update-highlight)
16969 (newsticker--treeview-get-selected-item)
16970 (newsticker-treeview-mark-list-items-old)
16971 (newsticker--treeview-set-current-node):
16972 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
16973 * net/newst-backend.el (newsticker--get-news-by-funcall)
16974 (newsticker--get-news-by-wget, newsticker--image-get)
16975 (newsticker--image-sentinel):
16976 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
16977 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
16978 (eudc-ph-close-session):
16979 * net/eudc.el (eudc-save-options):
16980 * language/thai-word.el (thai-update-word-table):
16981 * language/japan-util.el (japanese-string-conversion):
16982 * international/titdic-cnv.el (tsang-quick-converter)
16983 (ziranma-converter, ctlau-converter):
16984 * international/mule-cmds.el (describe-language-environment):
16985 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
16986 (skkdic-convert-postfix, skkdic-convert-prefix):
16987 (skkdic-convert-okuri-nasi, skkdic-convert):
16988 * emacs-lisp/re-builder.el (reb-update-overlays):
16989 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
16990 * emacs-lisp/gulp.el (gulp-send-requests):
16991 * emacs-lisp/find-gc.el (trace-call-tree):
16992 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
16993 (eieio-describe-generic):
16994 * emacs-lisp/eieio-base.el (eieio-persistent-read):
16995 * emacs-lisp/edebug.el (edebug-outside-excursion):
16996 * emacs-lisp/debug.el (debugger-make-xrefs):
16997 * emacs-lisp/cust-print.el (custom-prin1-to-string):
16998 * emacs-lisp/chart.el (chart-new-buffer):
16999 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
17000 Use with-current-buffer.
17001 * textmodes/artist.el (artist-system): Don't call
17002 copy-sequence on a fresh string.
17003 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
17004
d566f228
GM
170052009-10-31 Stephen Berman <stephen.berman@gmx.net>
17006
17007 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 17008 is no item to edit. (Bug#4820)
d566f228 17009 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 17010 buffer. (Bug#4820)
d566f228 17011
f3628edd
GM
170122009-10-31 Glenn Morris <rgm@gnu.org>
17013
5cf3709c
GM
17014 * net/ange-ftp.el (top-level): Don't require dired when compiling.
17015 (comint-last-output-start, comint-last-input-start)
17016 (comint-last-input-end): Don't defvar when compiling.
17017 (ange-ftp-process-file): Use bound-and-true-p.
17018
4c814fd2
GM
17019 * pcmpl-rpm.el (top-level): Move provide statement to end.
17020 (pcmpl-rpm): Remove unused custom group.
17021
113b8dcc
GM
17022 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
17023
31c615e4
GM
17024 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
17025
416d3588
GM
17026 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17027 (byte-compile-warnings): Add `constants' as an option.
17028 (byte-compile-callargs-warn, byte-compile-arglist-warn)
17029 (display-call-tree): Update for byte-compile-fdefinition possibly
17030 returning `(macro lambda ...)'. (Bug#4778)
17031 (byte-compile-variable-ref, byte-compile-setq-default):
17032 Respect `constants' member of byte-compile-warnings.
17033
00f71f39
SM
170342009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
17035
17036 * vc-bzr.el (vc-bzr-revision-keywords): New var.
17037 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
17038 to "submit:".
17039
ca0a881a
DN
170402009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
17041
17042 * textmodes/ispell.el (ispell-skip-region-alist):
17043 * international/mule-conf.el (eight-bit):
17044 * international/fontset.el (font-encoding-alist):
17045 * startup.el (pure-space-overflow-message):
17046 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
17047 * paths.el (gnus-nntp-service, rmail-spool-directory)
17048 (term-file-prefix):
17049 * files.el (save-some-buffers-action-alist):
17050 * cmuscheme.el (same-window-buffer-names):
17051 * ielm.el (same-window-buffer-names):
17052 * shell.el (same-window-buffer-names):
17053 * mail/sendmail.el (same-window-buffer-names):
17054 * progmodes/inf-lisp.el (same-window-buffer-names):
17055 * bindings.el (mode-line-client)
17056 (mode-line-column-line-number-mode-map):
17057 * language/tibetan.el (tibetan-precomposition-rule-regexp)
17058 (tibetan-precomposed-regexp): Purecopy string arguments.
17059
b861e45e
SM
170602009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
17061
6df9b6d7
SM
17062 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
17063 (calcDigit-nondigit):
17064 * calc/calc-yank.el (calc-copy-to-buffer):
17065 * calc/calc-units.el (calc-invalidate-units-table):
17066 * calc/calc-trail.el (calc-trail-yank):
17067 * calc/calc-store.el (calc-insert-variables):
17068 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
17069 * calc/calc-prog.el (calc-read-parse-table):
17070 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
17071 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
17072 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
17073 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
17074 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
17075 (calc-graph-name, calc-graph-find-command, calc-graph-view)
17076 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
17077 * calc/calc-ext.el (calc-realign):
17078 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
17079 (calc-embedded-finish-edit, calc-embedded-make-info)
17080 (calc-embedded-finish-command, calc-embedded-stack-change):
17081 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
17082
70f44c65
SM
17083 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
17084 shell-dynamic-complete-filename in preference to
17085 comint-dynamic-complete-filename.
17086
b861e45e
SM
17087 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
17088 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
17089 Don't consider whether the display supports colors.
17090 (bookmark-import-new-list): Use dolist.
17091 (bookmark-bmenu-mode-map): Move initialization into declaration.
17092 (bookmark-bmenu-list): Use dolist, simplify.
17093 (bookmark-show-all-annotations): Use save-selected-window and dolist.
17094 (menu-bar-final-items): Use push.
17095
8549241d 170962009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
17097
17098 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
17099 it works on remote files.
17100 (vc-hg-diff): Don't pass any `--cwd' argument.
17101
30644573
KR
171022009-10-27 Kevin Ryde <user42@zip.com.au>
17103
cc63d28f
SM
17104 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17105 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
17106 (Further to Bug#3921).
17107
9be01a63
MA
171082009-10-27 Michael Albinus <michael.albinus@gmx.de>
17109
17110 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
17111 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
17112 calling `tramp-imap-put-file'. Add file size to the call.
17113 (tramp-imap-get-file-entries): Compute also user name, file size,
17114 and date.
17115 (tramp-imap-handle-insert-directory): Insert uid and gid.
17116 (tramp-imap-handle-file-attributes): Transform uid and gid
17117 according to `id-format'.
17118 (tramp-imap-put-file): New optional parameter SIZE. Encode file
17119 size in header X-Size.
17120
41849bf9
JB
171212009-10-26 Juanma Barranquero <lekktu@gmail.com>
17122
17123 * simple.el (transpose-subr): Give clearer error when the mark
17124 is not set. (Bug#4807)
17125
293c24f9
MA
171262009-10-26 Michael Albinus <michael.albinus@gmx.de>
17127
cc63d28f
SM
17128 * net/tramp.el (tramp-perl-file-truename): New defconst.
17129 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 17130 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
17131 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
17132 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 17133
cc63d28f
SM
17134 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
17135 Ignore `dired-call-process'.
293c24f9
MA
17136 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
17137
171382009-10-26 Julian Scheid <julians37@gmail.com>
17139
cc63d28f 17140 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
17141 (tramp-get-remote-readlink): New defun.
17142 (tramp-handle-file-truename): Use it.
17143 (tramp-handle-file-exists-p): Check file-attributes cache, assume
17144 file exists if cache value present.
48c2d18a 17145 (tramp-check-cached-permissions): New defun.
293c24f9
MA
17146 (tramp-handle-file-readable-p): Use it.
17147 (tramp-handle-file-writable-p): Likewise.
17148 (tramp-handle-file-executable-p): Likewise.
17149 (tramp-handle-file-name-all-completions): Try using Perl to get
17150 partial completions. When perl not available, combine `cd' and
17151 `ls' into single remote operation and use shell expansion to get
17152 partial remote directory contents. Set `file-exists-p' cache for
17153 directory and any files returned by ls. Change cache handling to
17154 support partial directory contents. Use error message emitted by
17155 remote `cd' or Perl code for local tramp-error.
17156 (tramp-do-copy-or-rename-file-directly): Avoid separate
17157 tramp-send-command-and-check call.
cc63d28f
SM
17158 (tramp-handle-process-file): Merge three remote ops into one.
17159 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
17160 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
17161 file-attributes shows uid/gid to be set already.
17162
a7610c52
DN
171632009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
17164
17165 * textmodes/tex-mode.el (tex-dvi-view-command)
17166 (tex-show-queue-command, tex-open-quote):
17167 * progmodes/ruby-mode.el (auto-mode-alist)
17168 (interpreter-mode-alist): Purecopy strings.
17169
17170 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
17171
17172 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
17173 string for the hook, keymap and abbrev table.
17174
17175 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
17176
17177 * x-dnd.el (x-dnd-xdnd-to-action):
17178 * startup.el (fancy-startup-text, fancy-about-text): Change to
17179 defconst from defvar.
17180
17181 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
17182
17183 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
17184 Purecopy initialization strings.
17185
17186 * mail/sendmail.el (mail-header-separator)
17187 (mail-personal-alias-file):
17188 * mail/rmail.el (rmail-default-dont-reply-to-names)
17189 (rmail-ignored-headers, rmail-retry-ignored-headers)
17190 (rmail-highlighted-headers, rmail-secondary-file-directory)
17191 (rmail-secondary-file-regexp):
17192 * files.el (null-device, file-name-invalid-regexp)
17193 (locate-dominating-stop-dir-regexp)
cc63d28f 17194 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
17195 (interpreter-mode-alist): Use mapcar instead of mapc.
17196
17197 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
17198
17199 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
17200 (completion-ignored-extensions):
17201 (debug-ignored-errors): Purecopy strings.
17202
4fcc3d32
SM
172032009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
17204
0667de21
SM
17205 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
17206 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
17207 (pcomplete--here): Use push.
17208
4fcc3d32
SM
17209 * subr.el (all-completions): Declare the 4th arg obsolete.
17210
955ef430
SM
172112009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
17212
2d085307
SM
17213 * pcomplete.el (pcomplete-unquote-argument-function): New var.
17214 (pcomplete-unquote-argument): New function.
17215 (pcomplete--common-suffix): Always pay attention to case.
17216 (pcomplete--table-subvert): Quote and unquote the text.
17217 (pcomplete--common-quoted-suffix): New function.
17218 (pcomplete-std-complete): Use it and pcomplete-begin.
17219
955ef430
SM
17220 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
17221 we're inside a dedicated or minibuffer window.
17222
7c85c02b
KF
172232009-10-24 Karl Fogel <kfogel@red-bean.com>
17224
17225 * bookmark.el: Update documentation, especially documentation
17226 of `bookmark-alist' and of the bookmark file format.
17227 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
17228
3e8ae8a6
CY
172292009-10-24 Chong Yidong <cyd@stupidchicken.com>
17230
3e425845
CY
17231 * mail/emacsbug.el (report-emacs-bug): Clarify that the
17232 keybindings apply to the mail buffer (Bug#4003). Shrink help
17233 window to buffer.
17234
cdd47d48
CY
17235 * whitespace.el (whitespace-mode, whitespace-newline-mode)
17236 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
17237 (whitespace-toggle-options, global-whitespace-toggle-options):
17238 Doc fix (Bug#3660).
cdd47d48 17239
ba07c9ad
CY
17240 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
17241 of xmltok-start before the end tag was inserted (Bug#2840).
17242
3e8ae8a6
CY
17243 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
17244 patterns that are preceded by an open-paren (Bug#1320).
17245
ab276820
CY
172462009-10-24 Sven Joachim <svenjoac@gmx.de>
17247
17248 * files.el (delete-directory): Delete symlinks to directories with
17249 delete-file (Bug#4739).
17250
905a9ed3
DN
172512009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
17252
a9a2a6db
DN
17253 * vc.el (vc-backend-for-registration): Rename from
17254 vc-get-backend-for-registration. Update callers.
17255
cc63d28f
SM
17256 * international/mule-cmds.el (set-language-info-alist):
17257 Purecopy lang-env.
905a9ed3
DN
17258 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
17259 (charset): Purecopy the name.
17260 (define-char-code-property): Purecopy string arguments.
17261
17262 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17263 Purecopy string arguments.
17264
17265 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
17266 * ediff-hook.el (menu-bar-ediff-menu):
17267 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
17268 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
17269
d270305a
GM
172702009-10-24 Glenn Morris <rgm@gnu.org>
17271
6c74d523 17272 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
17273 * term.el (term-dynamic-list-completions): Use choose-completion rather
17274 than obsolete alias mouse-choose-completion.
17275
ae732337
GM
17276 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
17277 file-cache-choose-completion.
17278 (file-cache-choose-completion): Handle an optional event argument.
17279 (file-cache-mouse-choose-completion): Make it an obsolete alias.
17280
cc63d28f
SM
17281 * progmodes/octave-mod.el (octave-complete-symbol):
17282 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 17283
9847dc91
GM
17284 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
17285 use.
17286
e8f2a5d5
GM
17287 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
17288 compiler.
17289
d270305a
GM
17290 * vc-hooks.el (vc-responsible-backend): Fix declaration.
17291
c6432f1e
SM
172922009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
17293
17294 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
17295 Ignore `pred' now that we receive one.
17296 Handle test-completion specially.
17297
6ab196f9
DN
172982009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17299
17300 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 17301 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
17302 REGISTER ...
17303 (vc-get-backend-for-registration): ... here. New function.
17304 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
17305 of vc-responsible-backend, pass the file name instead of the
17306 directory name.
17307
48feed59
SM
173082009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
17309
17310 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
17311 New funs.
17312 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
17313 (pcomplete-comint-setup): Don't modify a global var via
17314 accidental side-effects.
17315 (pcomplete-shell-setup): Adjust call accordingly.
17316 (pcomplete-parse-comint-arguments): Use push.
17317
00006066
CY
173182009-10-23 Chong Yidong <cyd@stupidchicken.com>
17319
36bfa3af
CY
17320 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17321 Allow uncapitalized info node names (Bug#3921).
17322
00006066
CY
17323 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
17324 to the DEBUG file (Bug#3781).
17325
aa311d6e
CY
173262009-10-23 Jari Aalto <jari.aalto@cante.net>
17327
17328 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
17329 dictionary entry (Bug#4579).
17330
b88f2d0a
MA
173312009-10-23 Michael Albinus <michael.albinus@gmx.de>
17332
17333 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
17334 from `rfn-eshadow-update-overlay-hook' when unloading.
17335 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
17336 "rsyncc". Adjust doc string.
48c2d18a 17337 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
17338 (tramp-handle-insert-file-contents, tramp-handle-write-region):
17339 Keep temporary file when indicated by method ("rsync" and
17340 "rsyncc").
17341 (tramp-handle-write-region): Handle APPEND.
17342 (tramp-delete-temp-file-function): New defun. Added to
17343 `kill-buffer-hook'.
17344
1becddbb
JB
173452009-10-23 Juanma Barranquero <lekktu@gmail.com>
17346
17347 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
17348
8f43cbf3
DN
173492009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17350
17351 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
17352 (color-name-rgb-alist, tty-standard-colors)
17353 (tty-color-mode-alist): Change to defconst.
17354
17355 * simple.el (mark-inactive): Purecopy message.
17356
17357 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
17358 (global-map, yank-menu):
17359 * textmodes/ispell.el (ispell-menu-map):
17360 * net/eudc.el (eudc-tools-menu):
17361 * international/mule-cmds.el (describe-language-environment-map)
17362 (setup-language-environment-map, set-coding-system-map)
17363 (mule-menu-keymap):
17364 * vc-hooks.el (vc-menu-entry, vc-menu-map):
17365 * replace.el (occur-mode-map):
17366 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
17367
1d228a31
JB
173682009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
17369
6a7662bb
BR
17370 * calc/calc.el (math-read-number, math-read-number-simple):
17371 Use `save-match-data'.
1d228a31 17372
3b067af1
SM
173732009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17374
28a90c44
SM
17375 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
17376 rather than fiddling with global-map bindings, since it should only
17377 affect per-terminal settings.
17378 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
17379
a452eee8
SM
17380 * minibuffer.el (completion-table-with-terminator): Allow to specify
17381 the terminator-regexp.
17382
ab14d7d5
SM
17383 * simple.el (switch-to-completions): Look for *Completions* in other
17384 frames as well.
17385
3b067af1
SM
17386 * pcomplete.el: Allow the use of completion-tables.
17387 (pcomplete-std-complete): New command.
17388 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
17389 (pcomplete--here): Use a function for `form' rather than an expression,
17390 so it can be byte-compiled.
17391 (pcomplete-here, pcomplete-here*): Adjust accordingly.
17392 Add edebug declaration.
17393 (pcomplete-show-completions): Remove unused var `curbuf'.
17394 (pcomplete-do-complete, pcomplete-stub):
1becddbb 17395 Don't assume `completions' is a list of strings any more.
3b067af1 17396
5480359e
JB
173972009-10-22 Juanma Barranquero <lekktu@gmail.com>
17398
17399 * find-dired.el (find-name-arg): Fix typo in docstring.
17400
3170b794
SM
174012009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17402
48c23a25
SM
17403 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
17404 (pcmpl-linux-fs-types): Same, and update to new modules layout.
17405
56b14058
SM
17406 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
17407 pcomplete-entries.
17408
3170b794
SM
17409 * comint.el (comint-read-input-ring, comint-write-input-ring)
17410 (comint-substitute-in-file-name)
17411 (comint-dynamic-complete-as-filename)
17412 (comint-dynamic-simple-complete)
17413 (comint-dynamic-list-filename-completions)
17414 (comint-dynamic-list-completions)
17415 (comint-redirect-results-list-from-process): Minor simplifications.
17416
2affef34
KR
174172009-10-21 Kevin Ryde <user42@zip.com.au>
17418
3170b794
SM
17419 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
17420 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 17421 the first form. And insert a blank line after ";;; Code" since
d8194864 17422 that's usual style. (Bug#4612)
2affef34 17423
e7b94bbb
KR
17424 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
17425
528c56e2
SM
174262009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17427
17428 * minibuffer.el (completion-table-with-terminator): Properly implement
17429 boundaries, in case `terminator' appears in the suffix.
17430 (completion--embedded-envvar-table): Don't return boundaries if
17431 there's no valid completion. Simplify.
17432 (completion-file-name-table): New completion table extracted from
17433 completion--file-name-table.
17434 (completion--file-name-table): Use it.
17435 (read-file-name-predicate): Declare obsolete.
17436 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
17437 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
17438 completion-file-name-table, and use the `pred' argument.
17439 * files.el (locate-file-completion-table): Use the `pred' arg rather
17440 than read-file-name-predicate.
17441 (abbreviate-file-name): Use \` rather than ^ for BOS.
17442
f9ed9b4f
DN
174432009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
17444
17445 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
17446 vc-responsible-backend to register, it causes problems.
17447
5f2022a3
SM
174482009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17449
17450 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
17451
fc754ea1
MA
174522009-10-21 Michael Albinus <michael.albinus@gmx.de>
17453
17454 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
17455 (tramp-smb-handle-file-attributes): Use it.
17456 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
17457 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
17458 `mapcar'. Use `tramp-smb-get-stat-capability'.
17459 Add `dired-filename' text properties.
fc754ea1
MA
17460 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
17461 (tramp-smb-maybe-open-connection): Simplify check for smbclient
17462 version.
17463
79bd5ba1
SM
174642009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
17465
17466 * subr.el (read-key-delay): Reduce to 0.01.
17467 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
17468 (bug#4751).
17469
3c13704d
SM
174702009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
17471
554efd10
SM
17472 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
17473
c2a37b78
SM
17474 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
17475 (Info-menu): Remove unused vars `last' and `completions'.
17476 (Info-index-nodes): Remove unused var `node'.
17477
3c13704d
SM
17478 * info.el (Info-complete-menu-item): Use complete-with-action.
17479
d1e4c403
DN
174802009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
17481
17482 Make vc-annotate work through copies and renames.
3c13704d
SM
17483 * vc-annotate.el (vc-annotate-extract-revision-at-line):
17484 Return the file name too.
d1e4c403
DN
17485 (vc-annotate-revision-at-line)
17486 (vc-annotate-find-revision-at-line)
17487 (vc-annotate-revision-previous-to-line)
17488 (vc-annotate-show-log-revision-at-line): Update to get the file
17489 name from vc-annotate-extract-revision-at-line.
17490 (vc-annotate-show-diff-revision-at-line-internal): Change the
17491 argument to mean whether to show a file diff or not. Get the file
17492 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
17493 (vc-annotate-show-diff-revision-at-line):
17494 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
17495 (vc-annotate-warp-revision): Add an optional file argument.
17496
17497 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
17498 (vc-git-annotate-extract-revision-at-line): Also return the file
17499 name if found.
17500
17501 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
17502 command. Remove unused code.
17503 (vc-hg-annotate-re): Update to match --follow output.
17504 (vc-hg-annotate-extract-revision-at-line): Also return the file
17505 name if found.
17506
17507 * vc.el: Update annotate-extract-revision-at-line documentation.
17508
b0b0ef98
KR
175092009-10-18 Kevin Ryde <user42@zip.com.au>
17510
17511 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
17512 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
17513
a9e7f03d
KR
17514 * net/browse-url.el (browse-url): Identify alist with "consp and
17515 not functionp" and let all other things go down the `apply' leg,
17516 as suggested by Stefan. (Further to bug#4531.)
17517
7346a407
CY
175182009-10-18 Chong Yidong <cyd@stupidchicken.com>
17519
17520 * minibuffer.el (read-file-name): Check for repeat before putting
17521 a default argument in file-name-history (Bug#4657).
17522
17523 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
17524 read syntax (Bug#4737).
17525
3c13704d 17526 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 17527
1da94541
CY
175282009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
17529
17530 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
17531 (html-tag-alist, html-tag-help): Add descriptions for undocumented
17532 entries and make note of obsolete tags.
17533
2b93080a
SM
175342009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
17535
17536 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
17537
18b5ffb5
GM
175382009-10-18 Glenn Morris <rgm@gnu.org>
17539
17540 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
17541 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 17542 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
17543 now, and in any case the file header format has changed.
17544
c2e161b2
GM
175452009-10-17 Glenn Morris <rgm@gnu.org>
17546
17547 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
17548 (flyspell-get-word, flyspell-large-region)
17549 (flyspell-auto-correct-previous-word): Doc/error message fixes.
17550
a1eb44f5
CY
175512009-10-17 Chong Yidong <cyd@stupidchicken.com>
17552
17553 * Makefile.in (ELCFILES): Add ede/shell.
17554
4418646e
DN
175552009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
17556
17557 * term/common-win.el (x-colors): Purecopy it.
17558
4062011e
SM
175592009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17560
17561 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
17562 permissive for when the buffer is empty.
17563 (tar-header-block-tokenize): Decode the username and groupname.
17564 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
17565
b0b111c3
JB
175662009-10-17 Eric Ludlam <zappo@gnu.org>
17567
17568 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
17569 contains multibyte characters, choose first applicable coding
17570 system automatically.
17571
2df48a87
SM
175722009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17573
17574 * international/mule-cmds.el (select-safe-coding-system): If the file
17575 has a coding cookie, use it regardless of any other setting (bug#4712).
17576
fd7dd48c
GM
175772009-10-17 Glenn Morris <rgm@gnu.org>
17578
3ee0b477 17579 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
17580 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
17581
2550e4b1
GM
17582 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
17583 (dired-keep-marker-copy, dired-keep-marker-hardlink)
17584 (dired-keep-marker-symlink, dired-dwim-target)
17585 (dired-copy-preserve-time): Do not autoload these defcustoms.
17586
fd7dd48c
GM
17587 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
17588 messages from messing up the file coding. (Bug#4623)
17589
f3e3a990
GM
175902009-10-17 Jari Aalto <jari.aalto@cante.net>
17591
17592 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
17593 if no match is found for the current dictionary. (Bug#4578)
17594
17595 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
17596 optional, since that is how it is documented, and this is often called
17597 with a nil argument. (Bug#4577)
17598 (flyspell-external-point-words, flyspell-auto-correct-word)
17599 (flyspell-correct-word-before-point, flyspell-word-search-forward)
17600 (flyspell-word-search-backward): Remove nil argument in calls to
17601 flyspell-get-word, since it is not needed now.
17602
176032009-10-17 Ulrich Mueller <ulm@gentoo.org>
17604
1becddbb 17605 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 17606
b61374ab
GM
176072009-10-16 Glenn Morris <rgm@gnu.org>
17608
17609 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
17610
412707c2
SM
176112009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
17612
17613 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
17614 (ange-ftp-file-size): New function.
17615 (ange-ftp-file-attributes): Use it.
17616
0c6f436e
MA
176172009-10-16 Michael Albinus <michael.albinus@gmx.de>
17618
17619 * net/tramp-smb.el (tramp-smb-version): New defvar.
17620 (tramp-smb-maybe-open-connection): Use it, in order to avoid
17621 repeated checks.
17622
850bfd04
GM
176232009-10-16 Glenn Morris <rgm@gnu.org>
17624
17625 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
17626 Maybe copy some custom properties from old to new name. (Bug#4706)
17627
f3ed9aca
JB
176282009-10-16 Juanma Barranquero <lekktu@gmail.com>
17629
17630 * subr.el (error, sit-for, start-process-shell-command)
17631 (start-file-process-shell-command): Set the calling convention
17632 after the function definition.
17633
fd6c5134
SM
176342009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
17635
17636 * subr.el (error, sit-for, start-process-shell-command)
17637 (start-file-process-shell-command): Use the new
17638 set-advertised-calling-convention feature.
17639
73874eb7
KH
176402009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
17641
fd6c5134
SM
17642 * international/ucs-normalize.el (ucs-normalize-version):
17643 Change to 1.2.
17644 (check-range): Adjust for Unicode 5.2.
73874eb7 17645
03fb33cf
JL
176462009-10-15 Juri Linkov <juri@jurta.org>
17647
17648 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
17649 to the `menu-item' format.
17650
4260b402
MA
176512009-10-15 Michael Albinus <michael.albinus@gmx.de>
17652
17653 * net/tramp.el (tramp-replace-environment-variables): Do not fail
17654 if the environment variable does not exist.
17655
17656 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17657 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
17658 parameter.
17659 (tramp-smb-handle-add-name-to-file)
17660 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17661 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17662 (tramp-smb-handle-file-attributes)
17663 (tramp-smb-do-file-attributes-with-stat)
17664 (tramp-smb-handle-file-local-copy)
17665 (tramp-smb-handle-insert-directory)
17666 (tramp-smb-handle-make-directory)
17667 (tramp-smb-handle-make-directory-internal)
17668 (tramp-smb-handle-make-symbolic-link)
17669 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
17670 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
17671 (tramp-smb-maybe-open-connection): Apply the changed parameters.
17672 (tramp-smb-read-file-entry): Read Disk names in compressed format.
17673 Handle long file names.
17674 (tramp-smb-get-cifs-capabilities): Check, whether the connection
17675 process is running.
17676 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
17677 Read share names with "-g" option.
17678
d7a0fd6f
GM
176792009-10-15 Ryan Yeske <rcyeske@gmail.com>
17680
17681 * net/rcirc.el (rcirc-view-log-file): New command.
17682 (rcirc-track-minor-mode-map): Remove C-c ` binding.
17683 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
17684 specified.
17685
0b44494a
GM
176862009-10-15 Glenn Morris <rgm@gnu.org>
17687
af9fb32f
GM
17688 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
17689 from the second command-line argument.
17690 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
17691 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
17692 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
17693 w32-batch-update-autoloads.
17694 * emacs-lisp/autoload.el (autoload-make-program): New variable.
17695 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
17696
0b44494a
GM
17697 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
17698 the headers cannot be located. Simplify, subtracting superflous
17699 save-excursions.
17700
d5e63715
SM
177012009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
17702
17703 Replace completion-base-size by completion-base-position to fix bugs
17704 such as (bug#4699).
17705 * simple.el (completion-base-position): New var.
17706 (completion-base-size): Mark as obsolete.
17707 (choose-completion): Make it work for mouse events as well.
17708 Pass the new base-position to choose-completion-string.
17709 (choose-completion-guess-base-position): New function, extracted from
17710 choose-completion-delete-max-match.
17711 (choose-completion-delete-max-match): Use it. Make obsolete.
17712 (choose-completion-string): Use the new base-position info.
17713 (completion-root-regexp): Delete.
17714 (completion-setup-function): Preserve completion-base-position.
17715 Eliminate obsolete base-size manipulation.
17716 * minibuffer.el (display-completion-list): Don't mess with base-size.
17717 (minibuffer-completion-help): Set completion-base-position instead.
17718 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
17719 choose-completion.
17720 * textmodes/bibtex.el (bibtex-complete):
17721 * emacs-lisp/crm.el (crm--choose-completion-string):
17722 Adjust to new calling convention.
17723 * complete.el (partial-completion-mode): Use minibufferp to avoid
17724 bumping into incompatible change to choose-completion-string-functions.
17725 * ido.el (ido-choose-completion-string): Make its calling convention
17726 more permissive.
17727 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
17728 base-size manipulation.
17729 (comint-dynamic-list-input-ring): Use dotimes and push.
17730 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
17731 fundamental-mode. Use `or'.
17732
92f8bfc7
JL
177332009-10-14 Juri Linkov <juri@jurta.org>
17734
17735 * misearch.el (multi-isearch-next-buffer-from-list)
17736 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
17737
e78e280d
SM
177382009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17739
384ca163
SM
17740 * Makefile.in (compile-onefile): Load `bytecomp' rather than
17741 `bytecomp.el'.
17742
681e0e7c
SM
17743 * minibuffer.el (completion-pcm--merge-completions): Make sure the
17744 string we return is all made up of text from the completions rather
17745 than part from the completions and part from the input (bug#4219).
17746
e78e280d
SM
17747 * ido.el (ido-everywhere): Use define-minor-mode.
17748
17749 * buff-menu.el (list-buffers, ctl-x-map):
17750 Mark the entry points with ;;;###autoload cookies.
17751
b4e813ca
DN
177522009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
17753
52964e54
DN
17754 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
17755 correctly in the detached head case.
17756 (vc-git-print-log): Remove unused binding.
17757
b4e813ca
DN
17758 * vc.el (vc-responsible-backend): When a directory is passed for
17759 for registration create a VC repository if no backend is
17760 responsible for the directory argument.
17761 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
17762
17763 * vc.el: Move comments about RCS and SCCS ...
17764 * vc-rcs.el:
17765 * vc-sccs.el: ... here, respectively.
17766
40ba9882
SM
177672009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17768
17769 * minibuffer.el (completion--file-name-table): Return nil if there's
17770 no file completion, even if substitute-in-file-name changed
17771 the string (bug#4708).
17772
04e0f59b
JL
177732009-10-13 Juri Linkov <juri@jurta.org>
17774
17775 * files-x.el (read-file-local-variable-value): Don't filter out
17776 minor modes from mode name completion (bug#4664).
17777
314c8e25
JB
177782009-10-13 Juanma Barranquero <lekktu@gmail.com>
17779
17780 * international/mule-cmds.el (ucs-names): Remove exclusion of
17781 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
17782
5c9b7d36
KH
177832009-10-13 Kenichi Handa <handa@m17n.org>
17784
17785 * international/uni-name.el: Regenerated.
17786
1e7a80f2
JB
177872009-10-13 Juanma Barranquero <lekktu@gmail.com>
17788
17789 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
17790 should be automatically buffer-local, but isn't.)
17791
cd29f88b
SS
177922009-10-12 Sam Steingold <sds@gnu.org>
17793
17794 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 17795 timestamps if the buffer has been visited before.
0cd16af4
SS
17796 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
17797 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 17798
37493a98
GM
177992009-10-12 Glenn Morris <rgm@gnu.org>
17800
17801 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
17802 Let-bind `size'.
17803
3b56b1e6
JB
178042009-10-12 Juanma Barranquero <lekktu@gmail.com>
17805
7422a4bb
JB
17806 * proced.el (proced-unload-function): New function.
17807
fa72d075
JB
17808 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
17809 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
17810 Doc fix.
17811
3b56b1e6
JB
17812 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
17813
4d9b4323
JL
178142009-10-11 Juri Linkov <juri@jurta.org>
17815
17816 * files-x.el (read-file-local-variable-value):
17817 Provide default value only for bound variables (bug#4664).
17818
f6f7e059
MA
178192009-10-11 Michael Albinus <michael.albinus@gmx.de>
17820
17821 * net/tramp.el (tramp-local-host-p): Function shall return nil for
17822 connection methods like smb.
17823
17824 * net/tramp-cache.el (tramp-flush-connection-property): The hash
17825 can be empty.
17826
17827 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17828 (tramp-smb-file-name-handler-alist): Add handlers for
17829 `add-name-to-file', `make-symbolic-link'.
17830 (tramp-smb-handle-add-name-to-file)
2992485f 17831 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
17832 (tramp-smb-handle-make-symbolic-link)
17833 (tramp-smb-get-cifs-capabilities): New defuns.
17834 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17835 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17836 (tramp-smb-handle-file-local-copy)
17837 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
17838 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
17839 The file name syntax depends on cifs capabilities.
17840 (tramp-smb-handle-file-attributes):
17841 Call `tramp-smb-do-file-attributes-with-stat' if possible.
17842 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
17843 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 17844
67868d26
CY
178452009-10-11 Chong Yidong <cyd@stupidchicken.com>
17846
17847 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
17848 (eieio-defclass): Apply deftype handler and setf-method properties
17849 directly.
17850 (eieio-add-new-slot): Avoid union function from cl library.
17851 (eieio--typep): New function.
17852 (eieio-perform-slot-validation): Use it.
17853
6d6a5b7e
KF
178542009-10-10 Karl Fogel <kfogel@red-bean.com>
17855
3b56b1e6 17856 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
17857 Update documentation to refer to the variables documented in r1.135.
17858 (Bug#4188)
17859
67b70de9
KF
178602009-10-10 Karl Fogel <kfogel@red-bean.com>
17861
17862 * bookmark.el (Info-suffix-list): Remove this unused variable.
17863 (bookmark-current-point): Remove this obsolete variable.
17864 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
17865 Adjust for removal of bookmark-current-point.
17866
17867 (bookmarks-already-loaded, bookmark-current-buffer)
17868 (bookmark-yank-point): Document. (Bug#4188)
17869
58ae51ae
GM
178702009-10-10 Glenn Morris <rgm@gnu.org>
17871
4619ff5e
GM
17872 * frame.el (frame-height): Doc fix.
17873
58ae51ae
GM
17874 * calendar/calendar.el (calendar-split-width-threshold): New option.
17875 (calendar-basic-setup): Use calendar-split-width-threshold.
17876
d364386c
JB
178772009-10-09 Juanma Barranquero <lekktu@gmail.com>
17878
17879 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
17880 Ideographic Supplement" range (U+1F200..U+1F2FF).
17881
33e97a28
KF
178822009-10-09 Karl Fogel <kfogel@red-bean.com>
17883
02d0f051 17884 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 17885 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
17886
178872009-10-09 Karl Fogel <kfogel@red-bean.com>
17888
d364386c 17889 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
17890 (bookmark-bmenu-execute-deletions): Don't save here, as
17891 bookmark-delete will now do so if necessary.
d364386c 17892 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
17893 (Bug#4348)
17894
9656d87b
GM
178952009-10-09 Glenn Morris <rgm@gnu.org>
17896
17897 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
17898
e6227f06
KF
178992009-10-09 Karl Fogel <kfogel@red-bean.com>
17900
17901 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
17902 (bookmark-jump-other-window): Just invoke bookmark-jump with new
17903 argument now, so the two function's behaviors will match. (Bug#3645)
17904
288f783b
MA
179052009-10-08 Michael Albinus <michael.albinus@gmx.de>
17906
17907 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 17908 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 17909 Apply `save-match-data'.
288f783b
MA
17910
17911 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
17912 case both directories are remote.
17913 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 17914 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 17915
872a1ea4
JB
179162009-10-07 Juanma Barranquero <lekktu@gmail.com>
17917
17918 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
17919
ab2baced
GM
179202009-10-07 Glenn Morris <rgm@gnu.org>
17921
e78e280d
SM
17922 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
17923 of concat.
ab2baced 17924
5c4634c1
SM
179252009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
17926
17927 * files-x.el (read-file-local-variable): Include some
17928 non-user-variables in the completion table (bug#4664).
17929
c2dc9732
MA
179302009-10-07 Michael Albinus <michael.albinus@gmx.de>
17931
17932 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
17933 message.
17934
17935 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17936 (tramp-smb-file-name-handler-alist): Add handler for
17937 `copy-directory', `expand-file-name', `set-file-modes'.
17938 (tramp-smb-handle-copy-directory)
17939 (tramp-smb-handle-expand-file-name)
17940 (tramp-smb-handle-set-file-modes): New defuns.
17941 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
17942 (tramp-smb-handle-file-attributes): Simplify check for retrieving
17943 entry.
17944 (tramp-smb-handle-insert-directory): Don't flush the cache.
17945 (tramp-smb-maybe-open-connection): Check for samba client and
17946 server versions.
17947
11be40a6
EZ
179482009-10-07 Eli Zaretskii <eliz@gnu.org>
17949
17950 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
17951 to not error out of search for "^lisp=" fails.
17952
8c4afe20
JB
179532009-10-07 Juanma Barranquero <lekktu@gmail.com>
17954
17955 * makefile.w32-in (WINS_UPDATES): New macro.
17956 (custom-deps, finder-data, autoloads): Use it.
17957
429a1506
GM
179582009-10-07 Glenn Morris <rgm@gnu.org>
17959
ee2e93e2
GM
17960 * Makefile.in (autoloads): Revert previous change.
17961 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
17962 the list of preloaded files passed on the command-line, get
17963 it from src/Makefile.
17964
429a1506
GM
17965 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
17966 show the original buffer rather than a random one.
17967
a51203ee 179682009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
17969
17970 * help.el (describe-no-warranty): Place point in a slightly better
17971 position in the GPLv3 text.
17972
f58f7520
SS
179732009-10-06 Sam Steingold <sds@gnu.org>
17974
17975 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
17976 the comm attribute is present before calling regexp-quote.
17977
bde79dc0
JB
179782009-10-06 Juanma Barranquero <lekktu@gmail.com>
17979
17980 * play/animate.el (animate-string): For good effect, make sure
17981 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
17982
17983 * play/animate.el (animate-sequence, animate-birthday-present):
17984 * misc.el (butterfly): Don't set `indent-tabs-mode'.
17985
25ab0302
GM
179862009-10-06 Glenn Morris <rgm@gnu.org>
17987
73fe714a
GM
17988 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
17989
3405d98c
GM
17990 * emacs-lisp/autoload.el (autoload-excludes): New variable.
17991 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
17992 (batch-update-autoloads): Process a string value of autoload-excludes,
17993 set during the build process.
17994 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
17995
9fb2cdc5
GM
17996 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
17997 inside with-parsed... macro so that `v' is defined.
17998
7938ab41
GM
17999 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
18000 * progmodes/fortran.el (fortran-end-of-block)
18001 (fortran-beginning-of-block):
18002 Also push mark in the macro case.
18003
eaf9b564
GM
18004 * emerge.el (emerge-show-file-name):
18005 * calc/calc.el (calc-quit):
18006 * calc/calc-misc.el (calc-big-or-small):
18007 * calc/calc-graph.el (calc-graph-view):
18008 * calc/calc-ext.el (calc-reset):
18009 * calendar/calendar.el (calendar-basic-setup):
18010 Use window-full-height-p.
18011
25ab0302
GM
18012 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
18013 header we don't understand, don't insert another. (Bug#4624)
18014 If changing mime charset, insert the new one in the right place.
18015
00169eb6
GM
180162009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
18017
18018 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
18019 (cal-tex-cursor-month): Correctly increment the end date for diary and
18020 holiday listing. (Bug#4626)
18021
82882188
SM
180222009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18023
40ba9882 18024 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
18025 a symbol.
18026
a8f316ca
JB
180272009-10-05 Juanma Barranquero <lekktu@gmail.com>
18028
18029 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
18030 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
18031 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
18032 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
18033
18034 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
18035 (eieio-default-superclass): Reflow docstrings.
18036 (this, class-option-assoc, defclass, eieio-class-un-autoload)
18037 (eieio-unbind-method-implementations, defmethod)
18038 (eieio-validate-slot-value, eieio-validate-class-slot-value)
18039 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
18040 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
18041 (eieio-slot-originating-class-p, eieio-slot-name-index)
18042 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
18043 (constructor, initialize-instance, no-next-method, object-print)
18044 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
18045 Fix typos in docstrings.
18046 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
18047 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
18048 (next-method-p): Doc fixes.
18049 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
18050 Fix typos in error messages.
18051 (eieio-defmethod): Fix typo in description of generic method.
18052
18053 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
18054 (eieio-persistent-save-interactive, slot-missing):
18055 Fix typos in docstrings.
18056 (eieio-instance-inheritor-slot-boundp): Doc fix.
18057
18058 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
18059 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
18060
18061 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
18062 (eieio-custom-object-apply-reset):
18063 Fix typos in docstrings and error messages.
18064
18065 * emacs-lisp/eieio-datadebug.el (data-debug-show):
18066 Fix typo in docstring.
18067
18068 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
18069 (eieio-browse-tree): Doc fix.
18070 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
18071 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
18072 Fix typos in docstrings.
18073
18074 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
18075 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
18076 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
18077 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
18078 Reflow docstrings.
18079
c66b7ac0
DN
180802009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
18081
4a827e0a 18082 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
18083 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
18084 Set log-view-vc-backend so that diff can work.
4a827e0a 18085
c66b7ac0
DN
18086 * log-view.el (log-view-diff): Use vc-diff-internal instead of
18087 vc-version-diff.
18088 (vc-diff-internal): Autoload this instead of vc-version-diff.
18089
1902a98c
EZ
180902009-10-05 Eli Zaretskii <eliz@gnu.org>
18091
a7a8618b
EZ
18092 * simple.el (eval-expression): Doc fix.
18093
1902a98c
EZ
18094 * progmodes/cwarn.el (cwarn-mode): Doc fix.
18095
0e1f2ee6
MA
180962009-10-05 Michael Albinus <michael.albinus@gmx.de>
18097
18098 * files.el (directory-files-no-dot-files-regexp): New defconst.
18099 (delete-directory): Use it.
18100 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
18101
263c02ef 18102 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
18103 (tramp-methods): Add recursive option to `tramp-copy-args'.
18104 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 18105 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 18106 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
18107 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
18108 Add handler for `copy-directory'.
18109 (tramp-handle-copy-directory): New defun.
18110 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
18111 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
18112 Optimize sent command.
263c02ef 18113
72aa7df4
SM
181142009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18115
4a34f065
SM
18116 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
18117 window if necessary.
18118
72aa7df4
SM
18119 * calendar/calendar.el (calendar-basic-setup): Don't call
18120 switch-to-buffer in a dedicated window.
18121
5feb1ba7
KF
181222009-10-05 Karl Fogel <kfogel@red-bean.com>
18123
18124 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 18125 don't do anything related to relocating, just return nil.
5feb1ba7
KF
18126 (bookmark-error-no-filename): New error.
18127 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
18128 bookmark has no file. Don't even attempt to handle things that
18129 are not files; the whole point of custom handlers is to keep that
18130 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
18131 (bookmark-file-or-variation-thereof): Remove now-unused function.
18132 (bookmark-location): Doc string fix.
18133 (Bug#4250)
18134
1bd49952
KF
181352009-10-04 Karl Fogel <kfogel@red-bean.com>
18136
18137 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
18138 don't use a file dialog, because they usually don't know how to read
18139 a directory target from the user. (Bug#4230)
18140 Also, make sure the prompt can display directories as well as files.
18141
825382c0
KF
181422009-10-04 Karl Fogel <kfogel@red-bean.com>
18143
18144 * bookmark.el (bookmark-set, bookmark-buffer-name):
18145 Improve doc strings. (Bug#1193)
18146
13901bcb
KF
181472009-10-04 Karl Fogel <kfogel@red-bean.com>
18148
4a34f065
SM
18149 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
18150 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
18151 (bookmark-get-annotation, bookmark-set-annotation)
18152 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
18153 (bookmark-set-position, bookmark-get-front-context-string)
18154 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
18155 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
18156 (bookmark-jump-other-window, bookmark-handle-bookmark)
18157 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
18158 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
18159 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
18160 Improve doc strings to say whether bookmark can be a string or
18161 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
18162 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
18163 (bookmark-default-annotation-text, bookmark-yank-word)
18164 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
18165 (bookmark-import-new-list, bookmark-maybe-rename)
18166 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
18167 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 18168 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 18169 add a FIXME comment about how the function may be pointless.
13901bcb 18170 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
18171 parameter name, to clarify that this takes a bookmark record
18172 not a bookmark name.
13901bcb 18173 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 18174 and improve the doc string a bit.
13901bcb
KF
18175 (Bug#4188)
18176
5c1b3e94
KF
181772009-10-04 Karl Fogel <kfogel@red-bean.com>
18178
18179 * bookmark.el (bookmark-alist): Document the new `handler' element
18180 in the param alist.
18181 (bookmark-make-record-function): Adjust documentation for above.
18182 (Bug#4193)
18183
8559076d
KF
181842009-10-04 Karl Fogel <kfogel@red-bean.com>
18185
18186 * info.el (Info-bookmark-make-record): Document this function.
18187 (Info-bookmark-jump): Document with a doc string, not just a comment.
18188 (Bug#4203)
18189
b4583b8c
MA
181902009-10-04 Michael Albinus <michael.albinus@gmx.de>
18191
18192 * files.el (copy-directory): New defun.
18193
18194 * dired-aux.el (dired-copy-file-recursive): Use it.
18195
131ae8f2
JB
181962009-10-04 Juanma Barranquero <lekktu@gmail.com>
18197
a30e71ae 18198 * files-x.el (modify-dir-local-variable)
dd9af436
CY
18199 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
18200 docstrings.
a30e71ae 18201
131ae8f2
JB
18202 * recentf.el (recentf-unload-function): New function.
18203
ccafbf06
GM
182042009-10-04 Glenn Morris <rgm@gnu.org>
18205
18206 * window.el (window-full-height-p): Add doc string.
18207
02c6f098
GM
182082009-10-04 Martin Rudalics <rudalics@gmx.at>
18209
18210 * window.el (window-full-height-p): New function. (Bug#4543)
18211
ed6b0195
DN
182122009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
18213
18214 * vc.el: Remove commented out code.
18215 (vc-derived-from-dir-mode): Remove, unused.
18216 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
18217
1b8d1cc7
MA
182182009-10-03 Michael Albinus <michael.albinus@gmx.de>
18219
4a34f065
SM
18220 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
18221 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
18222 there could be recursive loading when `default-directory' is a
18223 remote file name. (Bug#4614)
18224
ac3c593c
GM
182252009-10-03 Glenn Morris <rgm@gnu.org>
18226
686ea556
GM
18227 * calendar/calendar.el (calendar-basic-setup): Handle the case where
18228 the frame is wide.
18229 (calendar-generate-window): Test for shrinkability rather than width.
18230
ac3c593c
GM
18231 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
18232 reusing existing buffers, in case we happen to visit two files with the
18233 same basename. (Bug#4593)
18234
573709fd
EZ
182352009-10-02 Eli Zaretskii <eliz@gnu.org>
18236
4a34f065 18237 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
18238 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
18239 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
18240 subdirs of cedet as well.
8f885d01 18241 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 18242
8d6c1239
SM
182432009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18244
18245 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
18246 Obey advertised-signature-table.
18247
18248 * help-fns.el (help-function-arglist): Don't check
18249 advertised-signature-table.
18250 (describe-function-1): Do it here instead so it also applies to subrs.
18251
c4861de0
MA
182522009-10-02 Michael Albinus <michael.albinus@gmx.de>
18253
18254 * simple.el (start-file-process): Say in the doc-string, that file
18255 handlers might not support pty association, if PROGRAM is nil.
18256
18257 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
18258 HOST and USER are strings. They are nil, when there are
18259 incomplete entries in ~/.netrc, for example.
18260 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
18261 root directory ("device busy" error otherwise).
18262
8d6c1239
SM
18263 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
18264 Flush file properties of created directory.
c4861de0 18265
d2bda74f
EZ
182662009-10-02 Eli Zaretskii <eliz@gnu.org>
18267
18268 * makefile.w32-in (WINS_BASIC): Remove cedet.
18269 (WINS_CEDET): Add cedet.
18270 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
18271
895d1904
GM
182722009-10-02 Kevin Ryde <user42@zip.com.au>
18273
18274 * net/browse-url.el (browse-url): Pass any symbol in
18275 browse-url-browser-function to `apply', since if you've mistakenly put
18276 an unbound symbol then the error is clearer. (Bug#4531)
18277
32226619
JB
182782009-10-02 Juanma Barranquero <lekktu@gmail.com>
18279
18280 * allout.el (allout-init, allout-back-to-current-heading)
18281 (allout-beginning-of-current-entry, allout-ascend-to-depth)
18282 (allout-ascend, allout-up-current-level, allout-end-of-level)
18283 (allout-previous-visible-heading, allout-forward-current-level)
18284 (allout-backward-current-level, allout-show-children):
18285 * apropos.el (apropos-describe-plist):
18286 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
18287 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
18288 * completion.el (add-completion, add-permanent-completion):
18289 * descr-text.el (describe-text-category, describe-char):
18290 * desktop.el (desktop-lazy-abort):
18291 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
18292 * dired.el (dired-build-subdir-alist):
18293 * ediff.el (ediff-version):
18294 * elide-head.el (elide-head, elide-head-show):
18295 * emerge.el (emerge-version):
18296 * env.el (getenv):
18297 * face-remap.el (variable-pitch-mode):
18298 * faces.el (describe-face):
18299 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
18300 (dired-at-point):
18301 * files.el (find-file-existing, auto-save-mode):
18302 * font-lock.el (font-lock-fontify-buffer):
18303 * help-fns.el (describe-function, describe-variable)
18304 (describe-syntax, describe-categories):
18305 * help.el (view-lossage, describe-bindings, describe-key)
18306 (describe-mode):
18307 * hexl.el (hexl-current-address):
18308 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
18309 * info.el (Info-goto-emacs-key-command-node):
18310 * log-edit.el (log-edit-insert-cvs-template)
18311 (log-edit-insert-cvs-rcstemplate):
18312 * menu-bar.el (menu-bar-mode):
18313 * mouse.el (mouse-appearance-menu):
18314 * newcomment.el (comment-indent-new-line):
18315 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
18316 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 18317 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
18318 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
18319 * recentf.el (recentf-mode):
18320 * savehist.el (savehist-mode, savehist-save):
18321 * shadowfile.el (shadow-copy-files):
18322 * simple.el (kill-ring-save, next-line, previous-line)
18323 (normal-erase-is-backspace-mode):
18324 * strokes.el (strokes-update-window-configuration)
18325 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
18326 (strokes-xpm-for-stroke):
18327 * time.el (emacs-uptime, emacs-init-time):
18328 * tutorial.el (tutorial--describe-nonstandard-key)
18329 (tutorial--detailed-help):
18330 * type-break.el (type-break-mode)
18331 (type-break-mode-line-message-mode, type-break-query-mode)
18332 (type-break-guesstimate-keystroke-threshold):
18333 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
18334 * version.el (emacs-version):
18335 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
18336 * winner.el (winner-mode):
18337 * calendar/timeclock.el (timeclock-in, timeclock-out)
18338 (timeclock-status-string, timeclock-change)
18339 (timeclock-workday-remaining-string)
18340 (timeclock-workday-elapsed-string)
18341 (timeclock-when-to-leave-string):
18342 * calendar/todo-mode.el (todo-add-category):
18343 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
18344 * emacs-lisp/autoload.el (update-file-autoloads):
18345 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
18346 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
18347 (checkdoc-message-text, checkdoc-defun):
18348 * emacs-lisp/debug.el (debugger-list-functions):
18349 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18350 * emacs-lisp/eieio-opt.el (eieio-describe-class)
18351 (eieio-describe-generic):
18352 * emacs-lisp/lisp-mnt.el (lm-synopsis):
18353 * emacs-lisp/shadow.el (list-load-path-shadows):
18354 * emulation/cua-base.el (cua-mode):
18355 * emulation/edt.el (edt-set-scroll-margins):
18356 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
18357 (tpu-toggle-regexp, tpu-toggle-search-direction)
18358 (tpu-toggle-rectangle, tpu-toggle-control-keys):
18359 * emulation/tpu-extras.el (tpu-set-scroll-margins):
18360 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
18361 (viper-set-parsing-style-toggling-macro)
18362 (viper-set-emacs-state-searchstyle-macros):
18363 * emulation/viper.el (viper-set-hooks):
18364 * eshell/esh-mode.el (eshell-truncate-buffer):
18365 * international/mule-cmds.el (prefer-coding-system)
18366 (describe-input-method, describe-language-environment):
18367 * international/mule-diag.el (list-character-sets)
18368 (describe-character-set, describe-coding-system)
18369 (describe-fontset, list-fontsets, list-input-methods):
18370 * mail/sendmail.el (mail-signature):
18371 * net/ange-ftp.el (ange-ftp-copy-file):
18372 * net/browse-url.el (browse-url):
18373 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
18374 * net/quickurl.el (quickurl-add-url):
18375 * net/rcirc.el (names, topic):
18376 * net/xesam.el (xesam-mode):
18377 * play/5x5.el (5x5-new-game):
18378 * play/yow.el (apropos-zippy):
18379 * progmodes/ada-mode.el (ada-mode-version):
18380 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
18381 (f90-end-of-block)
18382 (f90-beginning-of-block):
18383 * progmodes/fortran.el (fortran-end-of-block)
18384 (fortran-beginning-of-block):
18385 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
18386 * progmodes/python.el (python-describe-symbol, python-shell):
18387 * term/ns-win.el (ns-print-buffer):
18388 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
18389 * textmodes/flyspell.el (flyspell-mode-on):
18390 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
18391 (pages-directory-for-addresses):
18392 * textmodes/table.el (table-recognize-cell)
18393 (table-query-dimension, table-generate-source)
18394 (table-insert-sequence, table--warn-incompatibility):
18395 * textmodes/tex-mode.el (tex-validate-buffer):
18396 * textmodes/texinfmt.el (texinfmt-version)
18397 (texinfo-format-buffer):
18398 Use `called-interactively-p' instead of `interactive-p'.
18399
12a3c28c
JB
184002009-10-02 Juanma Barranquero <lekktu@gmail.com>
18401
18402 * image-mode.el (image-toggle-display):
18403 * emacs-lisp/elp.el (elp-instrument-function):
18404 * emacs-lisp/advice.el (ad-make-advised-definition):
18405 * emacs-lisp/easy-mmode.el (define-minor-mode):
18406 * net/browse-url.el (browse-url-maybe-new-window):
18407 * progmodes/sh-script.el (sh-learn-buffer-indent):
18408 Pass new argument 'any to `called-interactively-p'.
18409
171fda8a
JB
184102009-10-01 Juanma Barranquero <lekktu@gmail.com>
18411
171fda8a
JB
18412 * international/uni-bidi.el:
18413 * international/uni-category.el:
18414 * international/uni-combining.el:
18415 * international/uni-comment.el:
18416 * international/uni-decimal.el:
9c3c9fdf 18417 * international/uni-decomposition.el:
171fda8a
JB
18418 * international/uni-digit.el:
18419 * international/uni-lowercase.el:
18420 * international/uni-mirrored.el:
18421 * international/uni-name.el:
18422 * international/uni-numeric.el:
18423 * international/uni-old-name.el:
18424 * international/uni-titlecase.el:
18425 * international/uni-uppercase.el:
18426 Regenerate from Unicode 5.2.0 data.
18427
dcb9734a
GM
184282009-10-01 Glenn Morris <rgm@gnu.org>
18429
18430 * Makefile.in (ELCFILES): Regenerate.
18431
ced10a4c
SM
184322009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18433
9d28c33e
SM
18434 * subr.el (interactive-p): Mark obsolete.
18435 (called-interactively-p): Make the optional-ness of `kind' obsolete.
18436 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
18437 advertised-signature-table for subroutines as well.
18438
ced10a4c
SM
18439 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
18440 (set-advertised-calling-convention): New function.
18441 (make-obsolete, define-obsolete-function-alias)
18442 (make-obsolete-variable, define-obsolete-variable-alias):
18443 Make the optional-ness of `when' obsolete.
18444 (define-obsolete-face-alias): Make `when' non-optional.
18445 * help-fns.el (help-function-arglist):
18446 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
18447 Use advertised-signature-table.
18448
cc3dda16
MA
184492009-10-01 Michael Albinus <michael.albinus@gmx.de>
18450
18451 * files.el (delete-directory): New defun. The original function
18452 in fileio.c has been renamed to `delete-directory-internal'.
18453
18454 * dired.el (dired-delete-file): Call `delete-directory' with
18455 RECURSIVE parameter.
18456
5ce6e4f4 18457 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
18458 parameter RECURSIVE. Implementation is missing.
18459
18460 * net/tramp.el (tramp-handle-make-directory): Flush upper
18461 directory's file properties.
ced10a4c 18462 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
18463 (tramp-handle-dired-recursive-delete-directory): Flush directory
18464 properties after the remove command only.
18465
ced10a4c
SM
18466 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
18467 Handle optional parameter RECURSIVE.
cc3dda16 18468
ced10a4c
SM
18469 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
18470 Handle optional parameter RECURSIVE.
cc3dda16
MA
18471
18472 * net/tramp-smb.el (tramp-smb-errors): Add error message for
18473 connection timeout.
18474 (tramp-smb-handle-delete-directory): Handle optional parameter
18475 RECURSIVE.
18476
cf885595
SM
184772009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18478
e3a6b82f
SM
18479 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
18480 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
18481 (byte-compile-defmacro): Use backquotes.
18482
7201bfbb
SM
18483 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
18484
cf885595
SM
18485 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
18486 has no associated file.
18487 (vc-resynch-buffer): Use vc-dir-buffers.
18488
a4d2c321
GM
184892009-10-01 Glenn Morris <rgm@gnu.org>
18490
9ffe3f52
GM
18491 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
18492 (chart-file-count):
18493 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
18494 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
18495 * emacs-lisp/eieio-opt.el (eieio-describe-class):
18496 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
18497 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
18498 (eieio-copy-parents-into-subclass, make-instance, class-children)
18499 (eieio-generic-form):
bd2afec2 18500
9515cdcc
GM
18501 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
18502 match-data. (Bug#4555).
18503
a4d2c321
GM
18504 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
18505 rather than parsing it as a regexp. This relaxes the layout
18506 requirements and makes errors easier to detect.
18507 (check-declare-verify): Check file is regular.
18508 (check-declare-directory): Doc fix.
18509 * subr.el (declare-function): Doc fix.
18510
b15c31c7
GM
18511 * ibuffer.el (ibuffer-format-qualifier):
18512 * isearch.el (hi-lock-regexp-okay):
18513 * calc/calc.el (math-zerop):
18514 * mail/uce.el (rmail-msgbeg, rmail-msgend):
18515 * term/w32-win.el (setup-default-fontset, set-fontset-font):
18516 Remove unused declarations.
18517
b0b111c3
JB
185182009-09-30 Eric Ludlam <zappo@gnu.org>
18519
18520 * emacs-lisp/eieio.el (boolean-p): Delete.
18521
1fc28a2c
GM
185222009-09-30 Glenn Morris <rgm@gnu.org>
18523
1fc28a2c
GM
18524 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
18525
494f4fc7
GM
18526 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
18527 filename is not a string.
18528
561580e9
CY
185292009-09-29 Chong Yidong <cyd@stupidchicken.com>
18530
18531 * files.el (safe-local-eval-forms): Fix typo.
18532
dcbbecd4
SM
185332009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
18534
18535 * vc-hooks.el (vc-dir-buffers): New var.
18536 (vc-state-refresh): New function.
18537 (vc-state): Use it.
18538 (vc-after-save): Always ask the backend to recompute the new state.
18539 Always call vc-dir if necessary, using vc-dir-buffers.
18540 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
18541 Use vc-dir-buffers.
18542 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
18543 (vc-dir-prepare-status-buffer, vc-dir-update)
18544 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
18545 Don't call expand-file-name on default-directory.
18546
d88444f2
JB
185472009-09-29 Juanma Barranquero <lekktu@gmail.com>
18548
18549 * speedbar.el (speedbar-item-delete):
18550 * calc/calc-prog.el (calc-kbd-if):
18551 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
18552
18553 * epa.el (epa-key-list-mode-map):
18554 * hi-lock.el (hi-lock-menu): Fix typos in menus.
18555
18556 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
18557 (hs-show-hook): Fix typo in docstring.
18558
5da62d41
GM
185592009-09-29 Glenn Morris <rgm@gnu.org>
18560
8360fce0
GM
18561 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
18562 file-name-nondirectory call preventing location of cedet files.
18563 (check-declare-verify): Use literal search rather than re-search.
ae715515 18564 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
18565
18566 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18567 Use tramp-compat-file-attributes rather than nonexistent
18568 tramp-compat-handle-file-attributes.
18569
5da62d41
GM
18570 * Makefile.in (lisptagsfiles4): New.
18571 (AUTOGENEL): Add cedet loaddefs files.
18572 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
18573 (update-elclist, compile-always, backup-compiled-files)
18574 (bootstrap-clean): Add yet another directory level.
18575 (update-elclist): Use LC_COLLATE rather than COLLATE.
18576 (ELCFILES): Update, via `make update-elclist'.
18577
48267264
JB
185782009-09-29 Juanma Barranquero <lekktu@gmail.com>
18579
18580 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
18581 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
18582 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
18583
2c4cd0b0
AS
185842009-09-28 Andreas Schwab <schwab@linux-m68k.org>
18585
18586 * Makefile.in (lisptagsfiles3): Define.
5da62d41 18587 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
18588 (update-elclist): Add third directory level to look for elc files.
18589 (compile-always): Likewise.
18590 (backup-compiled-files): Likewise.
18591 (bootstrap-clean): Likewise.
18592 (ELCFILES): Update.
18593
a2533e47
CY
185942009-09-28 Chong Yidong <cyd@stupidchicken.com>
18595
18596 * Makefile.in (ELCFILES): Add CEDET files.
18597
eefbedb1
MA
185982009-09-28 Michael Albinus <michael.albinus@gmx.de>
18599
18600 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
18601
18602 * net/tramp.el (top): Require tramp-imap.
18603
18604 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18605 Use `tramp-compat-handle-file-attributes'.
18606
186072009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
18608
18609 * net/tramp-imap.el: New package.
18610
b0b111c3
JB
186112009-09-28 Eric Ludlam <zappo@gnu.org>
18612
18613 * emacs-lisp/chart.el:
18614 * emacs-lisp/eieio-base.el:
18615 * emacs-lisp/eieio-comp.el:
18616 * emacs-lisp/eieio-custom.el:
18617 * emacs-lisp/eieio-datadebug.el:
18618 * emacs-lisp/eieio-opt.el:
18619 * emacs-lisp/eieio-speedbar.el:
18620 * emacs-lisp/eieio.el: New files.
18621
748e3d67
VJL
186222009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18623
18624 * whitespace.el (whitespace-trailing-regexp)
18625 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
18626 Fix doc string.
18627
15120dec
CY
186282009-09-27 Chong Yidong <cyd@stupidchicken.com>
18629
18630 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
18631 menu.
18632
18633 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
18634 menu-bar-ediff-menu.
18635
18636 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
18637 define-overloadable-function.
18638
18639 * progmodes/autoconf.el: Provide autoconf as well, so that this
18640 file can be `require'd.
18641
18642 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
18643
18644 * emacs-lisp/autoload.el (generated-autoload-feature)
18645 (generated-autoload-load-name): New vars.
18646 (autoload-rubric, autoload-generate-file-autoloads): Use them.
18647 (make-autoload): Recognize define-overloadable-function and
18648 defclass forms (for EIEIO).
18649
18650 * Makefile.in (update-subdirs): Exclude cedet directory.
18651
135abf91
AR
186522009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
18653
1becddbb 18654 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
18655
18656 * faces.el: Default light-background background for region face to
18657 ns_selection_color under NS.
18658
3d994264
TZ
186592009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
18660
18661 * net/imap-hash.el: New library, see NEWS.
18662
18663 * Makefile.in (ELCFILES): Add imap-hash.el.
18664
ce9a0ccb
SM
186652009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
18666
18667 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
18668 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
18669 * help-macro.el (make-help-screen): Avoid using an ambiguous function
18670 definition where the docstring could be taken for the return value.
18671
a92cdd49
GM
186722009-09-26 Glenn Morris <rgm@gnu.org>
18673
18674 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
18675 Add option to only show images below a certain size.
18676 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
18677 save-excursion calls.
18678
416ac2f1
EZ
186792009-09-26 Eli Zaretskii <eliz@gnu.org>
18680
18681 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
18682 subdirectories) and eieio.
18683
d9a13f68
AM
186842009-09-26 Alan Mackenzie <acm@muc.de>
18685
6a7662bb
BR
18686 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18687 Correct buggy bracketing. (Bug#4289)
d9a13f68
AM
18688
18689 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 18690 character constants (as case labels). (Bug#4289)
d9a13f68 18691
182b3bec
CY
186922009-09-25 Juri Linkov <juri@jurta.org>
18693
18694 * files.el (safe-local-eval-forms): Allow time-stamp in
18695 before-save-hook (Bug#4554).
18696
8f75f2da
JB
186972009-09-25 Drew Adams <drew.adams@oracle.com>
18698
18699 * menu-bar.el (list-buffers-directory): Doc fix.
18700
8390fb80
SM
187012009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
18702
18703 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
18704 Try and avoid copying twice the same paragraph.
18705 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
18706 Remove save-excursion.
18707 (log-edit-changelog-entry): Do it here instead.
18708
11ee8d90
JB
187092009-09-25 Juanma Barranquero <lekktu@gmail.com>
18710
027b1942
JB
18711 * bs.el (bs--get-file-name): Use `list-buffers-directory'
18712 when available, instead of hardcoding mode names. Doc fix.
18713
11ee8d90
JB
18714 * menu-bar.el (list-buffers-directory): Add docstring.
18715 Make automatically buffer-local.
18716
18717 * dired.el (dired-mode):
18718 * files.el (cd-absolute):
18719 * pcvs.el (cvs-temp-buffer):
18720 * pcvs-util.el (cvs-get-buffer-create):
18721 * shell.el (shell-mode):
18722 * vc-dir.el (vc-dir-mode):
18723 Don't make `list-buffers-directory' buffer local.
18724
21289c5d
CY
187252009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
18726
8390fb80
SM
18727 * comint.el (comint-exec, comint-run, make-comint):
18728 Doc fixes (Bug#4542).
21289c5d 18729
e8652dd9
GM
187302009-09-25 Glenn Morris <rgm@gnu.org>
18731
18732 * mail/rmailmm.el (rmail-mime): New custom group.
18733 Move all defcustoms in this file into this group.
18734 (rmail-mime-media-type-handlers-alist): Revert previous change.
18735 (rmail-mime-show-images): New option.
18736 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
18737 references to it, since it wasn't actually used for anything.
18738 (rmail-mime-insert-image): New function.
18739 (rmail-mime-image): Use rmail-mime-insert-image.
18740 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
18741 obey the value of `rmail-mime-show-images' option. Print the size of
18742 attachments.
e8652dd9 18743
fb652bb5
JB
187442009-09-25 David Engster <deng@randomsample.de>
18745
18746 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
18747
32a9841c
VJL
187482009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18749
18750 * whitespace.el: Does not highlight trailing spaces While point is
18751 at end of line. Does not highligt spaces at beginning of buffer
18752 while point is at beginning of buffer. Does not highlight spaces
18753 at end of buffer while point is at end of buffer. (Bug#4177)
18754 New version 12.0.
18755 (whitespace-display-mappings): Adjust initialization.
18756 (whitespace-point, whitespace-font-lock-refontify): New vars.
18757 (whitespace-color-on, whitespace-color-off): Adjust code.
18758 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
18759 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
18760 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
18761
e477ca84
CY
187622009-09-24 Chong Yidong <cyd@stupidchicken.com>
18763
18764 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
18765
18766 * textmodes/sgml-mode.el: Remove xml-mode alias.
18767
18768 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 18769 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 18770
68712602
AM
187712009-09-24 Alan Mackenzie <acm@muc.de>
18772
18773 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
18774 c-forward-conditionals, but it doesn't move point and doesn't set
18775 the mark.
18776 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
18777 (c-down-conditional-with-else, c-backward-conditional)
18778 (c-forward-conditional): Refactor to use c-scan-conditionals.
18779
1659ada0
JB
187802009-09-24 Juanma Barranquero <lekktu@gmail.com>
18781
18782 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
18783 (help-default-arg-highlight): Remove.
18784 (help-highlight-arg): New function.
18785 (help-do-arg-highlight): Use it.
18786 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
18787
b3f01e46
SM
187882009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18789
18790 * term.el (term-set-scroll-region, term-handle-ansi-escape):
18791 Undo last change, which didn't fix the problem and introduced others.
18792
107ef54a
NR
187932009-09-24 Nick Roberts <nickrob@snap.net.nz>
18794
18795 * progmodes/gdb-mi.el: Don't require speedbar.
18796 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
18797
ffa1fed6
GM
187982009-09-24 Glenn Morris <rgm@gnu.org>
18799
2157a2be
GM
18800 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
18801
6125167c
GM
18802 * term/ns-win.el (ns-reg-to-script): Define for compiler.
18803
ffa1fed6
GM
18804 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
18805 there is no newline after the final mime boundary. (Bug#4539)
18806 Move markers on insertion so that any buttons inserted don't end up in
18807 the next part of a multipart message.
2e9075d3
GM
18808 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
18809 (rmail-mime-bulk-handler): Optionally handle images.
18810 (rmail-mime-image): New button action.
18811 (rmail-mime-image-handler): New function.
18812 (rmail-mime-mode): New mode.
18813 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 18814
4a814992
SM
188152009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18816
075518b5
SM
18817 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
18818 than just dropping elements from it (bug#4504).
18819
8ad2defc
SM
18820 * term.el (term-set-scroll-region): Don't move cursor any more.
18821 (term-handle-ansi-escape): Call term-goto here instead.
18822 Suggested by Ivan Kanis <apple@kanis.eu>.
18823
4a814992
SM
18824 * term.el: Require CL.
18825 (term-ansi-reset): New function.
18826 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
18827 (term-handle-colors-array): Simplify.
18828
5a0c3f56
JB
188292009-09-24 Juanma Barranquero <lekktu@gmail.com>
18830
18831 * allout.el (allout-overlay-interior-modification-handler)
18832 (allout-obtain-passphrase):
18833 * epa-file.el (epa-file-write-region):
18834 * ps-print.el (ps-begin-job):
18835 * vc-hooks.el (vc-toggle-read-only):
18836 * vc-rcs.el (vc-rcs-rollback):
18837 * vc-sccs.el (vc-sccs-rollback):
18838 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
18839 (vc-version-diff, vc-revert, vc-rollback):
18840 * wdired.el (wdired-check-kill-buffer):
18841 * emacs-lisp/authors.el (authors):
18842 * net/socks.el (socks-open-connection):
18843 * net/zeroconf.el (zeroconf-service-add-hook):
18844 * obsolete/vc-mcvs.el (vc-mcvs-register):
18845 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
18846 (gdb-select-frame):
18847 * progmodes/grep.el (lgrep, rgrep):
18848 * progmodes/idlw-help.el (idlwave-help-check-locations)
18849 (idlwave-help-html-link, idlwave-help-assistant-open-link):
18850 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
18851 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
18852 (reftex-toc-rename-label): Fix typos in error messages.
18853
18854 * dired-aux.el (dired-do-shell-command): Reflow docstring.
18855 (dired-copy-how-to-fn): Doc fix.
18856 (dired-files-attributes, dired-read-shell-command):
18857 Fix typos in docstrings.
18858
18859 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
18860 (dired-x-find-file-other-window): Reflow docstrings.
18861 (dired-omit-marker-char, dired-read-shell-command)
18862 (dired-x-submit-report): Fix typos in docstrings.
18863
18864 * shell.el (shell-mode-hook):
18865 * view.el (View-scroll-line-forward):
18866 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
18867 Fix typos in docstrings.
18868
18869 * net/dig.el (dig-invoke): Fix typo in docstring.
18870 (query-dig): Reflow docstring.
18871
18872 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
18873 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
18874 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
18875 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
18876 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
18877 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
18878 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
18879 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
18880 (idlwave-completion-map, idlwave-current-indent)
18881 (idlwave-custom-ampersand-surround, idlwave-customize)
18882 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
18883 (idlwave-define-abbrev, idlwave-determine-class-special)
18884 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
18885 (idlwave-end-block-reg, idlwave-end-of-statement)
18886 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
18887 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
18888 (idlwave-explicit-class-listed, idlwave-file-header)
18889 (idlwave-fill-paragraph, idlwave-find-class-definition)
18890 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
18891 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
18892 (idlwave-in-quote, idlwave-indent-action-table)
18893 (idlwave-indent-expand-table, idlwave-indent-line)
18894 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
18895 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
18896 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
18897 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
18898 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
18899 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
18900 (idlwave-outlawed-buffers, idlwave-popup-select)
18901 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
18902 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
18903 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
18904 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
18905 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
18906 (idlwave-statement-type, idlwave-struct-skip)
18907 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
18908 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
18909 (idlwave-what-module-find-class): Fix typos in docstrings.
18910 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
18911 (idlwave-calculate-cont-indent, idlwave-expand-equal)
18912 (idlwave-find-module, idlwave-find-structure-definition)
18913 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
18914 (idlwave-list-load-path-shadows, idlwave-next-statement)
18915 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
18916 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
18917 (idlwave-template): Reflow docstrings.
18918
18919 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
18920 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
18921 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
18922 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
18923 (idlwave-shell-display-line, idlwave-shell-display-wframe)
18924 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
18925 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
18926 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
18927 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
18928 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
18929 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
18930 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
18931 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
18932 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
18933 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
18934 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
18935 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
18936 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
18937 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
18938 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
18939 Fix typos in docstrings.
18940 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
18941 (idlwave-shell-hide-output, idlwave-shell-mode)
18942 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
18943 Reflow docstrings.
18944
18945 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
18946
62136c5d
SM
189472009-09-24 Ivan Kanis <apple@kanis.eu>
18948
18949 * term.el (term-bold-attribute): New var.
18950 (term-handle-colors-array): Use it.
18951
9c1a45ed
NR
189522009-09-23 Nick Roberts <nickrob@snap.net.nz>
18953
18954 * progmodes/gdb-mi.el (gdb-version): New variable.
18955 (gdb-non-stop-handler): Set gdb-version.
18956 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
18957 Condition "--thread" option on gdb-version.
18958 (gdb-invalidate-threads): Remove unused argument.
18959
03304f31
SM
189602009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18961
18962 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
18963 to looking-back to avoid ridiculous slow down in large files (bug#4511).
18964
4f02f0c9
GM
189652009-09-23 Glenn Morris <rgm@gnu.org>
18966
18967 * mail/rmail.el (rmail-reply): Don't try to add a References header when
18968 replying to mail without References or Message-Id. (Bug#4525)
18969
a3b4b363
AR
189702009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
18971
18972 * term/ns-win.el (ns-reg-to-script): New variable.
18973
7bda18cc
DU
189742009-09-23 Daiki Ueno <ueno@unixuser.org>
18975
18976 * epg.el (epg-wait-for-status): Preserve existing 'error results.
18977
72169e55
SS
189782009-09-22 Sam Steingold <sds@gnu.org>
18979
18980 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
18981 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
18982 to 1 because hg returns status 1 when nothing is found.
0aa4f295 18983 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 18984
905b7d38
SM
189852009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
18986
b0459dec
SM
18987 * textmodes/fill.el: Convert to utf-8 encoding.
18988 (fill-french-nobreak-p): Remove redundant » and « inherited from our
dd86ea11 18989 pre-Unicode days.
b0459dec 18990
905b7d38
SM
18991 * add-log.el (change-log-fill-forward-paragraph): New function.
18992 (change-log-mode): Use it so fill-region DTRT.
18993 Set fill-indent-according-to-mode here rather than in
18994 change-log-fill-paragraph.
18995 (change-log-fill-paragraph): Remove.
18996
baa7f3de
JB
189972009-09-22 Juanma Barranquero <lekktu@gmail.com>
18998
18999 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
19000 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
19001
a8d789f0
GM
190022009-09-22 Glenn Morris <rgm@gnu.org>
19003
daedbbc2
GM
19004 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
19005 the scroll-bar scroll the calendar window rather than the buffer.
19006
d8899a74
GM
19007 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
19008 commands that move point (as opposed to scrolling).
19009
a8d789f0
GM
19010 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
19011
19012 * emacs-lisp/elint.el (elint): New custom group.
19013 (elint-log-buffer): Make it a defcustom.
19014 (elint-scan-preloaded, elint-ignored-warnings)
19015 (elint-directory-skip-re): New options.
19016 (elint-builtin-variables): Doc fix.
19017 (elint-preloaded-env): New variable.
19018 (elint-unknown-builtin-args): Add an entry for encode-time.
19019 (elint-extra-errors): Make it a variable rather than a constant.
19020 (elint-preloaded-skip-re): New constant.
19021 (elint-directory): Skip files matching elint-directory-skip-re.
19022 (elint-features): New variable, local to linted buffers.
19023 (elint-update-env): Initialize elint-features. Possibly add
19024 elint-preloaded-env to the buffer's environment.
19025 (elint-get-top-forms): Bind elint-current-pos, for log messages.
19026 Skip quoted forms.
19027 (elint-init-form): New function, extracted from elint-init-env.
19028 Make non-list forms a warning rather than an error.
19029 Add the mode-map for define-derived-mode. Handle define-minor-mode,
19030 easy-menu-define, put that adds an error-condition, and provide.
19031 When requiring cl, also require cl-macs. Really require cl, to handle
19032 some cl macros. Store required libraries in the list elint-features,
19033 so as not to re-load them. Treat cc-require like require.
19034 (elint-init-env): Call elint-init-form to do the work.
19035 Handle eval-and-compile and such like.
19036 (elint-add-required-env): Do not clear messages.
19037 (elint-special-forms): Add handlers for function, defalias, if, when,
19038 unless, and, or.
19039 (elint-form): Add optional argument to ignore elint-special-forms,
19040 useful to prevent recursive calls from handlers. Doc fix.
19041 Respect elint-ignored-warnings.
19042 (elint-form): Respect elint-ignored-warnings.
19043 (elint-bound-variable, elint-bound-function): New variables.
19044 (elint-unbound-variable): Respect elint-bound-variable.
19045 (elint-get-args): Respect elint-bound-function.
19046 (elint-check-cond-form): Add some simple handling for (f)boundp and
19047 featurep tests.
19048 (elint-check-defalias-form): New handler.
19049 (elint-check-let-form): Make an empty let a warning rather than an
19050 error.
19051 (elint-check-setq-form): Make an empty setq a warning rather than an
19052 error. Respect elint-ignored-warnings.
19053 (elint-check-defvar-form): Accept null doc-strings.
19054 (elint-check-conditional-form): New handler. Does some simple-minded
19055 checking of featurep and (f)boundp tests.
19056 (elint-put-function-args): New function.
19057 (elint-initialize): Use elint-scan-doc-file rather than
19058 elint-find-builtin-variables. Use elint-put-function-args.
19059 Possibly scan preloaded-file-list.
19060 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
19061 extend to handle functions as well.
19062
245be23c
JB
190632009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
19064
19065 * linum.el (linum-delete-overlays, linum-update-window):
19066 Do not modify the right margin. (Bug#3971)
19067
91fdbd6f
CY
190682009-09-21 Chong Yidong <cyd@stupidchicken.com>
19069
6a7662bb
BR
19070 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
19071 Use nxml-mode instead of xml-mode.
91fdbd6f 19072
7589d38e
JB
190732009-09-21 Kevin Ryde <user42@zip.com.au>
19074
19075 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
19076
5ac42715
SM
190772009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
19078
19079 * net/dig.el (dig-mode): Use define-derived-mode.
19080
09c01323
DN
190812009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
19082
4096c5f2
DN
19083 * vc-dispatcher.el (vc-do-command): Return the process object in
19084 the asynchronous case. Use when instead of if. Do not run
5480359e 19085 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 19086
0e172cc2
DN
19087 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
19088 properties to the stash strings.
19089 (vc-git-stash-list): Return a list of strings.
19090 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
19091 (vc-git-stash-show-at-point): New functions.
19092 (vc-git-stash-map): New keymap.
19093
03304f31
SM
19094 * register.el (ctl-x-r-map): Define the keys here instead of
19095 using autoload.
09c01323 19096
03304f31 190972009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
19098
19099 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
19100 list, to workaround performance problem (bug#4485).
19101
2f5fc4d7
NR
191022009-09-20 Nick Roberts <nickrob@snap.net.nz>
19103
19104 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
19105
b0f5fd2e
DU
191062009-09-20 Daiki Ueno <ueno@unixuser.org>
19107
19108 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
19109 Document that this option is not recommended to use.
19110
f3445fab
GM
191112009-09-19 Glenn Morris <rgm@gnu.org>
19112
547c6921
GM
19113 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
19114 variable `var'.
19115
f3445fab
GM
19116 * calc/calc-alg.el (var):
19117 * calc/calcalg2.el (var): Define for compiler.
19118
946c009b
CY
191192009-09-19 Chong Yidong <cyd@stupidchicken.com>
19120
e3f36d03
SM
19121 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
19122 Doc fix (Bug#3932).
e2045997 19123
24aedbca
CY
19124 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
19125
327dd27a
CY
19126 * time-stamp.el (time-stamp-month-dd-yyyy)
19127 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
19128 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
19129 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
19130 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
19131 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 19132
946c009b
CY
19133 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
19134 indent buffer only if called interactively (Bug#4452).
19135
3e70541a 191362009-09-19 Juanma Barranquero <lekktu@gmail.com>
4e2af782 19137 Eli Zaretskii <eliz@gnu.org>
3e70541a
JB
19138
19139 This fixes bug#4197 (merged to bug#865, though not identical).
19140 * server.el (server-auth-dir): Add docstring note about FAT32.
19141 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
19142 but warn against using them.
19143
9b94c32e
NR
191442009-09-19 Nick Roberts <nickrob@snap.net.nz>
19145
19146 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
19147 older GDB where there is no has_more field.
19148
66590684
GM
191492009-09-19 Glenn Morris <rgm@gnu.org>
19150
19151 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
19152
9a1337f9
CY
191532009-09-18 Chong Yidong <cyd@stupidchicken.com>
19154
19155 * files.el (auto-mode-alist): Change default for XML files to nXML
19156 mode (Bug#4169).
19157
d7554167
JB
191582009-09-18 Juanma Barranquero <lekktu@gmail.com>
19159
19160 * server.el (server-ensure-safe-dir): Pass 'integer
19161 to `file-attributes', as suggested.
19162
35a3f9a4
SM
191632009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
19164
19165 * dired-aux.el (dired-query-alist): Remove spurious backslash.
19166 (dired-query): Use read-key.
19167
044f9b05
AR
191682009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
19169
19170 * cus-start.el (ns-use-qd-smoothing): Remove.
19171
6188ea49
GM
191722009-09-18 Glenn Morris <rgm@gnu.org>
19173
08cf18e4
GM
19174 * allout.el (top-level): Remove unnecessary progn.
19175
07eae5c5
GM
19176 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
19177
6726c25e
GM
19178 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
19179 definition of abbrev table.
19180
3f527154 19181 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
19182 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
19183 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
19184 * net/newst-backend.el (newsticker--cache-read-feed):
19185 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
19186 condition-case handlers.
19187
ccb4c30c
NR
191882009-09-18 Nick Roberts <nickrob@snap.net.nz>
19189
19190 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
19191 (gdb-var-list): Add an element for has_more field.
19192 (gdb-non-stop-handler): Enable pretty printing for STL containers.
19193 (gdb-var-create-handler, gdb-var-list-children-handler-1)
19194 (gdb-var-update-handler-1): Parse output of dynamic variable
19195 objects (STL containers).
19196 (gdb-var-delete-1): Pass var1 as an explicit second argument.
19197 (gdb-get-field): Delete alias. Use bindat-get-field directly.
19198
19199 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
19200 gdb-var-list.
19201 (gud-speedbar-buttons): Make node expandable if expression "has more"
19202 children.
19203
8686ac71
JB
192042009-09-17 Juanma Barranquero <lekktu@gmail.com>
19205
19206 * startup.el (emacs-quick-startup): Remove variable and all uses.
19207 (command-line): Set `inhibit-x-resources' instead.
19208 (command-line-1): Use `inhibit-x-resources' instead.
19209
a69c67e8
CY
192102009-09-17 Chong Yidong <cyd@stupidchicken.com>
19211
19212 * subr.el: Fix last change to avoid using the `unless' macro,
19213 which breaks bootstrapping.
19214
354f0faf
SM
192152009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19216
19217 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
19218 extended definitions, in case we reload subr.el after having
19219 loaded CL.
19220 (eval-next-after-load): Mark as obsolete.
19221
98b9bf40
JL
192222009-09-17 Juri Linkov <juri@jurta.org>
19223
19224 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
19225 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
19226 (menu-bar-showhide-menu, menu-bar-tools-menu)
19227 (menu-bar-describe-menu, menu-bar-help-menu)
19228 (minibuffer-local-completion-map, minibuffer-local-map):
19229 Fix list quoting.
19230
28fab7b5
GM
192312009-09-17 Glenn Morris <rgm@gnu.org>
19232
88d5190c
GM
19233 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
19234 arguments, whether or not it has a handler.
19235
74f24ba7
GM
19236 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
19237
28fab7b5
GM
19238 * simple.el (hard-newline): Give it a doc-string.
19239
a8106aec
GM
19240 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19241 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 19242
76251ad7
DN
192432009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
19244
72033dbe
DN
19245 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
19246 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
19247 (menu-bar-options-menu, menu-bar-showhide-menu)
19248 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
19249 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
19250 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
19251 (menu-bar-options-menu, menu-bar-tools-menu)
19252 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
19253 (menu-bar-help-menu):
19254 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
19255 string arguments.
19256
76251ad7
DN
19257 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
19258 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
19259 calls for the menu names and :help.
19260
97b952b7
SM
192612009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19262
19263 * mouse.el (minor-mode-menu-from-indicator): Pay attention
19264 to :minor-mode-function (bug#4455).
19265
8f38189e
SM
192662009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
19267
d2fd733e
SM
19268 * startup.el (command-line): Initialize the window-system after
19269 processing the command-line.
19270
8f38189e
SM
19271 * textmodes/page.el (what-page): Make sure we don't inf-loop if
19272 page-delimiter matches the empty string.
19273
77564fa4
GM
192742009-09-16 Glenn Morris <rgm@gnu.org>
19275
19276 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
19277 byte-compile-not-obsolete-var. It's a list now.
19278 (byte-compile-not-obsolete-funcs): New variable.
19279 (byte-compile-warn-obsolete): Don't warn about functions if they are in
19280 byte-compile-not-obsolete-funcs.
19281 (byte-compile-variable-ref, byte-compile-defvar): Update for
19282 byte-compile-not-obsolete-vars name-change and list nature.
19283 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
19284 and variables behind (f)boundp tests.
19285 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
19286
79d316d3
DN
192872009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19288
19289 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
19290
8fed6934
SM
192912009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19292
19293 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
19294 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
19295 Don't autoload.
19296
4078fd57
SE
192972009-09-15 Stephen Eglen <stephen@gnu.org>
19298
19299 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 19300 the virtual-buffers, use the name of the buffer specified by
4078fd57 19301 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 19302 problem if the target and the symlink had different names.)
4078fd57 19303
838ff458
SM
193042009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19305
b3c7c12d
SM
19306 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
19307
13dc2bc2
SM
19308 * desktop.el (desktop-path): Check user-emacs-directory.
19309
49fec531
SM
19310 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
19311
0e328d37
SM
19312 * loadup.el: Use after-load-functions to GC after loading each file.
19313 Remove the explicit GC calls that used to be sprinkled around.
19314
838ff458
SM
19315 * subr.el (after-load-functions): New hook.
19316 (do-after-load-evaluation): Run it. Use string-match-p to detect
19317 `obsolete' packages, rather than painfully extracting the relevant
19318 directory name.
19319
a62f564f
GM
193202009-09-15 Glenn Morris <rgm@gnu.org>
19321
19322 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
19323 free variable `doc'.
19324
19325 * dired.el (dired-mode-map): Add menu entry for async shell command.
19326
19327 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
19328 variables, also consider the .elc files, since the .el files are
19329 normally gzipped (subsequent code locates the .el.gz from the .elc).
19330
19331 * calc/calc-prog.el (arglist): Define for compiler.
19332
19333 * calendar/diary-lib.el (diary-display-function): Change the default to
19334 fancy display.
19335 (body): Define for compiler.
19336
19337 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
19338 (byte-compile-file-form, byte-compile-lambda)
19339 (byte-compile-top-level-body, byte-compile-form)
19340 (byte-compile-variable-ref, byte-compile-setq)
19341 (byte-compile-setq-default, byte-compile-body)
19342 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
19343 (batch-byte-compile): Give some more local variables with common names
19344 a "bytecomp-" prefix to avoid masking warnings about free variables.
19345
cd05fe7f
GM
19346 * startup.el (command-line-1): Give local variables with common names a
19347 distinguishing prefix, so as not to hide free variable warnings during
19348 bootstrap.
19349
a62f564f
GM
19350 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
19351 clever and add a suffix to make a unique name, just let the user decide
19352 whether or not to overwrite it. If the input is a directory, write the
19353 default filename to that directory. (Bug#4388)
19354 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
19355 is a filename-as-a-directory.
19356
fbc88440
SM
193572009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19358
19359 * textmodes/page.el (what-page): Don't move to beginning of line.
19360 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
19361
60308853
DN
193622009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19363
19364 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
19365
32ba3abc
DN
193662009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
19367
9cd39aff
DN
19368 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
19369 * help.el (help-for-help-internal): Add purecopy calls for text.
19370
32ba3abc
DN
19371 * vc.el (top): print-log method now takes an optional SHORTLOG
19372 argument. Add a new method: root.
32ba3abc
DN
19373 (vc-root-diff, vc-print-root-log): New functions.
19374 (vc-log-short-style): New variable.
19375 (vc-print-log-internal): Add support for showing short logs.
19376
19377 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
19378 vc-print-root-log and vc-print-root-diff.
19379
19380 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
19381 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
19382 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
19383 short logs.
19384
19385 * vc-cvs.el (vc-cvs-print-log):
19386 * vc-mtn.el (vc-mtn-print-log):
19387 * vc-rcs.el (vc-rcs-print-log):
19388 * vc-sccs.el (vc-sccs-print-log):
19389 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
19390 that is ignored for now.
19391
837b0e99
DN
19392 * vc-mtn.el (vc-mtn-annotate-command):
19393 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
19394
31cd2dd4
SM
193952009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19396
19397 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
19398 to function-key-map, and give them ascii-character property.
19399 * term/x-win.el (x-alternatives-map):
19400 * term/ns-win.el (ns-alternatives-map):
19401 * term/internal.el (msdos-key-remapping-map):
19402 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
19403
d62e5bf2
GM
194042009-09-14 Glenn Morris <rgm@gnu.org>
19405
19406 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
19407 temp-buffers (2009-09-12).
19408
7d0105e5
SM
194092009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19410
19411 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
19412 the new read-key function.
19413
e17ed9ad
CY
194142009-09-13 Chong Yidong <cyd@stupidchicken.com>
19415
19416 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
19417 is defined (Bug#4405).
19418
1fc26e29
CY
194192009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
19420
19421 * recentf.el (recentf-cleanup): Use a hash table to find
19422 duplicates (Bug#4407).
19423
61dc96a2 194242009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
19425
19426 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
19427 kp-0 to ascii equivalents (Bug#4325).
19428
42c3a9e3
CY
194292009-09-13 Chong Yidong <cyd@stupidchicken.com>
19430
1f5c1626
CY
19431 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
19432
42c3a9e3 19433 * eshell/em-hist.el:
31cd2dd4
SM
19434 * eshell/em-dirs.el (eshell-complete-user-reference):
19435 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
19436
194372009-09-13 Leo <sdl.web@gmail.com> (tiny change)
19438
19439 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
19440 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
19441 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
19442 * eshell/em-hist.el (eshell-history-file-name):
19443 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 19444
1e2b6acf
GM
194452009-09-13 Glenn Morris <rgm@gnu.org>
19446
19447 * ediff-merg.el (ediff-do-merge):
19448 * filesets.el (filesets-run-cmd):
19449 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
19450 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
19451 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
19452 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
19453 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
19454 Replace empty `let's with `progn'.
19455
adba8116
SM
194562009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19457
19458 * mail/sendmail.el (send-mail-function):
19459 * tooltip.el (tooltip-mode):
19460 * simple.el (transient-mark-mode):
19461 * rfn-eshadow.el (file-name-shadow-mode):
19462 * frame.el (blink-cursor-mode):
19463 * font-core.el (global-font-lock-mode):
19464 * files.el (temporary-file-directory)
19465 (small-temporary-file-directory, auto-save-file-name-transforms):
19466 * epa-hook.el (auto-encryption-mode):
19467 * composite.el (global-auto-composition-mode):
19468 Use custom-initialize-delay.
19469 * startup.el (command-line): Don't explicitly call
19470 custom-reevaluate-setting for all the above vars.
19471 * custom.el (custom-initialize-safe-set)
19472 (custom-initialize-safe-default): Delete.
19473
0a4afea9
SM
194742009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19475
9f94990d
SM
19476 * term/x-win.el (x-initialize-window-system):
19477 * term/w32-win.el (w32-initialize-window-system):
19478 * term/ns-win.el (ns-initialize-window-system): Don't call
19479 mouse-wheel-mode since it's enabled globally by default already.
19480
0a4afea9
SM
19481 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
19482 actually define the variable, but only silences the byte-compiler.
19483 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
19484 before looking it up.
19485 (mouse-wheel-scroll-amount): Also reset the bindings if this value
19486 is changed.
19487
bf01513f
GM
194882009-09-12 Glenn Morris <rgm@gnu.org>
19489
19490 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
19491 1000.
19492 (elint-add-required-env): Don't beep on error.
19493 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
19494 (elint-init-env): Skip non-list forms.
19495 (elint-log): Handle unknown file positions.
bf01513f 19496
d85889e4
DU
194972009-09-12 Daiki Ueno <ueno@unixuser.org>
19498
19499 * epg.el (epg-make-context): Add autoload cookie.
19500 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
19501 (epg-decrypt-string, epg-start-verify, epg-verify-file)
19502 (epg-verify-string, epg-start-sign, epg-sign-file)
19503 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
19504 (epg-encrypt-string, epg-start-export-keys)
19505 (epg-export-keys-to-file, epg-export-keys-to-string)
19506 (epg-start-import-keys, epg-import-keys-from-file)
19507 (epg-import-keys-from-string, epg-start-receive-keys)
19508 (epg-receive-keys, epg-import-keys-from-server)
19509 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
19510 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
19511 (epg-generate-key-from-file, epg-generate-key-from-string):
19512 Remove autoload cookie.
d85889e4 19513
8f825ee6
EZ
195142009-09-12 Eli Zaretskii <eliz@gnu.org>
19515
36b434ee
EZ
19516 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
19517 reevaluation of trash-directory.
19518
8f825ee6
EZ
19519 * mwheel.el: Fix last change.
19520 (mouse-wheel-mode): New defvar.
19521 (mouse-wheel-mode): Remove autoload cookie.
19522
5766c380
SM
195232009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19524
ab5c0fcd
SM
19525 * mwheel.el (mwheel-installed-bindings): New var.
19526 (mouse-wheel-mode): Use it, so as to make sure we really remove all
19527 the bindings we set last time. Use custom-initialize-delay.
19528 * loadup.el: Load mwheel after term/*-win.el.
19529 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
19530 and mouse-wheel-up-event now that their first evaluation is done
19531 sufficiently late to be correct.
19532
45448e64
SM
19533 * startup.el (tutorial-directory): Make it a defcustom.
19534 Use custom-initialize-delay rather than eval-at-startup to set it.
19535 * image.el (image-load-path): Make it a defcustom.
19536 Use custom-initialize-delay rather than eval-at-startup to set it.
19537 * subr.el (eval-at-startup): Remove.
19538 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
19539
5766c380
SM
19540 * subr.el (do-after-load-evaluation): Warn the user after loading an
19541 obsolete package.
19542
d6549da4
GM
195432009-09-12 Glenn Morris <rgm@gnu.org>
19544
19545 * proced.el (proced-mark-alt): Remove alias.
19546 (proced-mode-map): Remove proced-mark-alt.
19547
19548 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
19549 Elint file and directory. Remove initialization entry.
19550
19551 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
19552 commands.
19553 (elint-current-buffer): Set mode-line-process.
19554 (elint-init-env): Handle define-derived-mode.
19555 Fix declare-function with unspecified arglist. Guard against odd
19556 defalias statements (eg iso-insert's 8859-1-map).
19557 (elint-add-required-env): Use a temp buffer.
19558 (elint-form): Just print the function/macro name, not the whole form.
19559 Return env unchanged if we fail to parse a macro.
19560 (elint-forms): Guard against parse errors.
19561 (elint-output): New function, to handle batch mode.
19562 (elint-log-message): Add optional argument. Use elint-output.
19563 (elint-set-mode-line): New function.
19564
30194d4d
CY
195652009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
19566
19567 * emacs-lisp/elp.el (elp-not-profilable): Add more
19568 functions (Bug#4233).
19569
a035f9b0
CY
195702009-09-12 Chong Yidong <cyd@stupidchicken.com>
19571
19572 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
19573 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
19574
dad61164
NR
195752009-09-11 Nick Roberts <nickrob@snap.net.nz>
19576
19577 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
19578 (gdb-var-list-children): Use json parsing.
19579
9c3c9fdf 195802009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
19581
19582 * progmodes/js.el (js--proper-indentation): Handle the case where
19583 char-before is null. Reported by Deniz Dogan.
19584
b4587710
JB
195852009-09-11 Juanma Barranquero <lekktu@gmail.com>
19586
19587 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
19588
13890796
DU
195892009-09-11 Daiki Ueno <ueno@unixuser.org>
19590
19591 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
19592 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 19593 (epg-context-set-passphrase-callback)
97d4bdba 19594 (epg-context-set-progress-callback): Add description about
b18508dd 19595 callback function.
13890796 19596
2efb64a8
SM
195972009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19598
790d0270
SM
19599 * custom.el (custom-delayed-init-variables): New var.
19600 (custom-initialize-delay): New function.
19601 * startup.el (command-line): "Re"evaluate all vars in
19602 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
19603 explicitly any more.
19604 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
19605 to avoid creating a ~/.emacs.d at build-time (bug#4347).
19606
19607 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 19608
ac243a40
NR
196092009-09-11 Nick Roberts <nickrob@snap.net.nz>
19610
19611 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
19612 (gdb-var-update-handler): Use json parsing.
19613
657bc6fc
JB
196142009-09-11 Juanma Barranquero <lekktu@gmail.com>
19615
19616 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
19617 decode annotated text, regardless of language environment. (Bug#2741)
19618
b6fe8102
SM
196192009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19620
19621 * Makefile.in (autoloads): Make rmail.el writable as well.
19622
5cc443fe
GM
196232009-09-11 Glenn Morris <rgm@gnu.org>
19624
5515c54e
GM
19625 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
19626 loaddefs.el.
19627 * dired.el: Regenerate with extracted autoloads.
19628 * Makefile.in (autoloads): Make dired.el writable.
19629
15067158
GM
19630 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
19631 * ibuffer.el: Regenerate with extracted autoloads.
19632 * Makefile.in (autoloads): Make ibuffer.el writable.
19633
d35d0238
GM
19634 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
19635 * version.el (emacs-copyright, emacs-major-version)
19636 (emacs-minor-version): Reformat doc-strings for make-docfile.
19637
5cc443fe
GM
19638 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
19639 functions and variables, since they must be stuff specific to some other
19640 platform.
19641 (apropos-print): Make mouse-click message less specific about button.
19642
19643 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
19644 that records where a macro was defined.
19645 * help-fns.el (describe-function-1): Mention if a function has a
19646 compiler-macro.
19647 * help-mode.el (help-function-cmacro): New button.
19648
19649 * locate.el (top-level): Always require dired.
19650 (locate-mode-map): Initialize inside the defvar.
19651
19652 * net/ange-ftp.el (dired-compress-file): Declare.
19653 (ange-ftp-dired-compress-file): Add doc string.
19654
19655 * term/ns-win.el (x-display-name, x-setup-function-keys):
19656 Unify doc-strings with X versions.
19657
8cb95edf
SM
196582009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19659
726a4d09
SM
19660 * emulation/crisp.el (crisp-mode-map): Move initialization
19661 into declaration.
19662 (crisp-mode): Use define-minor-mode.
19663
8cb95edf
SM
19664 * progmodes/xscheme.el (xscheme-evaluation-commands):
19665 Put a :advertised-binding property rather than using
19666 advertised-xscheme-send-previous-expression.
19667 (advertised-xscheme-send-previous-expression): Declare obsolete.
19668 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
19669 `advertised-undo'.
19670 (crisp-mode): Add corresponding bindings to
19671 undo's :advertised-binding instead.
19672 * dired.el (dired-mode-map): Put a :advertised-binding property rather
19673 than using dired-advertised-find-file.
19674 (dired-advertised-find-file):
19675 * simple.el (advertised-undo):
19676 * wid-edit.el (advertised-widget-backward): Declare obsolete.
19677 (widget-keymap): Put a :advertised-binding property rather
19678 than using advertised-widget-backward.
19679 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
19680 than using advertised-undo.
19681 * tutorial.el (tutorial--default-keys): Adjust accordingly.
19682
07db5857
SS
196832009-09-10 Simon South <ssouth@slowcomputing.org>
19684
19685 * progmodes/delphi.el (delphi-tab): Indent region when Transient
19686 Mark mode is enabled and region is active; otherwise indent or
19687 insert TAB as usual.
19688 (delphi-mode): Update description of TAB-key binding.
19689
50d4ba39
SM
196902009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
19691
19692 * subr.el (define-key-rebound-commands): Mark obsolete.
19693 * startup.el (precompute-menubar-bindings): Remove.
19694 (normal-top-level): Remove obsolete code that tried to precompute
19695 menubar bindings.
19696 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
19697 define-key-rebound-commands and precompute-menubar-bindings.
19698
ffa894db
KY
196992009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
19700
19701 * net/imap.el (imap-interactive-login): Better messages.
19702 (imap-open): Fix bug with renamed buffer on reconnect.
19703 (imap-authenticate): Add buffer-local imap-last-authenticator variable
19704 for easier debugging and cleaner code. On successful (guessed based on
19705 server capabilities) secondary authentication, set imap-state
19706 correctly.
19707 (imap-last-authenticator): Define imap-last-authenticator as a variable
19708 to avoid warnings.
19709
9477096c
GM
197102009-09-10 Glenn Morris <rgm@gnu.org>
19711
19712 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
19713
19714 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
19715 (byte-compile-file-form-autoload): Don't warn about unknown functions
19716 where the autoload statement comes after the use.
19717 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
19718 that any handlers inside the body (eg require) are in turn respected.
19719
19720 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
19721 effects.
19722
19723 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
19724 and syntax and abbrev tables basic docs, if they don't have any.
19725
19726 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
19727
19728 * international/mule-cmds.el (top-level): Require cl when compiling.
19729 (view-hello-file): Use default-value rather than
19730 default-enable-multibyte-characters.
19731
19732 * progmodes/fortran.el: Move all safe and risky properties into the
19733 defcustoms.
19734
19735 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
19736 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
19737 * mail/undigest.el:
19738 Put autoloads in rmail.el rather than loaddefs.el.
19739 * mail/rmail.el: Regenerate with extracted autoloads.
19740
19741 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
19742 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
19743
9f16c547
NR
197442009-09-10 Nick Roberts <nickrob@snap.net.nz>
19745
19746 Reported in thread for Bug#4375.
19747 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
19748 "-data-evaluate-expression" instead of print.
19749 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
19750 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
19751 (gdb): Revert 2009-08-11 change. User should detach inferior
19752 manually.
9f16c547
NR
19753
19754 Remove the word "separate" from IO functions as inferior
19755 output is now never displayed in the GUD buffer.
19756
50405cd0
JB
197572009-09-10 Juanma Barranquero <lekktu@gmail.com>
19758
19759 * startup.el (command-line-normalize-file-name): On Windows and
19760 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
19761
7ae62430
JL
197622009-09-10 Juri Linkov <juri@jurta.org>
19763
19764 * isearch.el (isearch-text-char-description): Propertize escape
19765 character sequences with the `escape-glyph' face. (Bug#4344)
19766
19767 * simple.el (shell-command): Set asynchronous process filter to
19768 `comint-output-filter'. (Bug#4343)
19769
19770 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
19771 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
19772 the list. Move "asm" to the bottom.
19773 (grep-find-ignored-directories): Add `choice' with nil value
19774 to empty the list easily.
19775 (grep-find-ignored-files): New option.
19776 (grep-files-history): Set to nil by default instead of '("ch" "el").
19777 (grep-compute-defaults): Add "<X>" to `grep-template'.
19778 (grep-read-files): Bind new local variables `default-alias' and
19779 `default-extension'. Use a list of default values for the file prompt.
19780 (lgrep): Add `--exclude=' command line options composed from
19781 `grep-find-ignored-files'.
19782 (rgrep): Add `-name' command line options composed from
19783 `grep-find-ignored-files'. (Bug#4301)
19784
cd875252
SM
197852009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
19786
19787 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
19788 (bug#4368).
19789
cdce0b33
KY
197902009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
19791
19792 * calendar/time-date.el (autoload):
19793 Expand define-obsolete-function-alias into defalias and make-obsolete
19794 for old Emacsen that Gnus supports.
19795 (with-no-warnings): Define it for old Emacsen.
19796 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
19797 is available.
19798 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
19799 float-time is available; suppress compile warning for time-to-seconds.
19800
198012009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
19802
19803 * net/imap.el (imap-message-map): Docstring fix.
19804
2b2eb431
GM
198052009-09-09 Glenn Morris <rgm@gnu.org>
19806
19807 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
19808 line numbers too. (Bug#4374)
19809
83a5aac5
SM
198102009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
19811
755e0210
SM
19812 * smerge-mode.el (smerge-remove-props, smerge-refine):
19813 Use with-silent-modifications (bug#4342).
19814
83a5aac5
SM
19815 * subr.el (with-silent-modifications): New macro.
19816
79f01fa7
JB
198172009-09-07 Juanma Barranquero <lekktu@gmail.com>
19818
19819 * files.el (top-level): Require `cl' when compiling.
19820
448ecec3
GM
198212009-09-07 Glenn Morris <rgm@gnu.org>
19822
19823 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
19824
8f09a02f
GM
19825 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
19826 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
19827
76ff67bf
NR
198282009-09-06 Nick Roberts <nickrob@snap.net.nz>
19829
19830 * vc-git.el (vc-git-annotate-command): Use separator to parse
19831 arguments correctly.
19832
943c8b75
EZ
198332009-09-06 Eli Zaretskii <eliz@gnu.org>
19834
19835 * proced.el (proced-mode): Doc fix.
19836
680db9ac
MA
198372009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
19838
19839 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
19840 lstat fails.
19841 (tramp-do-file-attributes-with-ls): Check for file existence at
19842 remote end.
19843 (tramp-do-file-attributes-with-stat): Likewise.
19844 (tramp-convert-file-attributes): Return nil when attr is nil.
19845
3f12e5bd
GM
198462009-09-05 Glenn Morris <rgm@gnu.org>
19847
c8dc27bf
GM
19848 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
19849 properties to this button.
19850 (diary-fancy-display): Don't extend the button to the final newline.
19851 (diary-fancy-display-mode): Continue to define "q" as a local key.
19852
cca065d8
GM
19853 * calendar/cal-china.el (holiday-chinese): Make it slightly more
19854 efficient.
19855
cddaedb6
GM
19856 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
19857
3f12e5bd
GM
19858 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
19859 (byte-compile-dest-file-function): New option.
19860 (byte-compile-dest-file): Doc fix.
19861 Obey byte-compile-dest-file-function.
19862 (byte-compile-cl-file-p): New function.
19863 (byte-compile-eval): Only suppress noruntime warnings about cl functions
19864 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
19865 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
19866 than for file being previously loaded.
19867 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
19868 (byte-compile-file-form-require): Handle the case where requiring a file
19869 indirectly causes CL to be loaded.
19870
049a231b
KF
198712009-09-05 Karl Fogel <kfogel@red-bean.com>
19872
19873 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
19874 before killing the old buffer, since by the time `kill-buffer' is
19875 run so many buffer variables have been set to nil that it may not
19876 behave as expected. (Bug#4061)
19877
ef7ef2a0
KF
198782009-09-05 Karl Fogel <kfogel@red-bean.com>
19879
19880 * files.el (find-alternate-file): If the old buffer is modified
19881 and visiting a file, behave similarly to `kill-buffer' when
19882 killing it, thus reverting to the pre-1.878 behavior; see
19883 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
19884 for discussion. Also, consult `buffer-file-name' as a variable
19885 not as a function, for consistency with the rest of the code.
19886
73d854cd
MA
198872009-09-04 Michael Albinus <michael.albinus@gmx.de>
19888
19889 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
19890 also when adding a new directory.
19891
6a7662bb
BR
19892 * net/tramp-compat.el (tramp-compat-line-beginning-position):
19893 New defun.
73d854cd 19894
df120481
SM
198952009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
19896
19897 * files.el (locate-file-completion-table): Make it provide boundary
19898 information, so partial-completion works better.
19899
c0bc6d79
SM
199002009-09-04 Leo <sdl.web@gmail.com> (tiny change)
19901
19902 * mail/footnote.el (Footnote-text-under-cursor):
19903 Check footnote-text-marker-alist before using it (bug#4324).
19904
f76a9756
GM
199052009-09-04 Glenn Morris <rgm@gnu.org>
19906
67d110f1
GM
19907 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
19908 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
19909 * play/solitaire.el, play/tetris.el:
19910 Remove leading * from defcustom and defface docs.
19911
b42d4989
GM
19912 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
19913 necessary.
19914 (diary-fancy-overriding-map): New variable.
19915 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
19916 Use view-mode.
19917
f76a9756
GM
19918 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
19919 goto-line.
19920
e605eeeb
GM
199212009-09-03 Glenn Morris <rgm@gnu.org>
19922
597e2240
GM
19923 * arc-mode.el (archive-mode):
19924 * dos-fns.el (set-default-process-coding-system):
19925 * man.el (Man-getpage-in-background):
19926 * menu-bar.el (menu-bar-describe-menu):
19927 * server.el (server-process-filter):
19928 * startup.el (command-line):
19929 * tar-mode.el (tar-header-block-tokenize, tar-extract):
19930 * w32-fns.el (set-default-process-coding-system):
19931 * x-dnd.el (x-dnd-handle-file-name):
19932 * international/mule-cmds.el (mule-menu-keymap)
19933 (set-default-coding-systems, language-info-alist, set-language-info)
19934 (set-language-environment, standard-display-european-internal)
19935 (set-locale-environment):
19936 * international/mule-diag.el (mule-diag):
19937 * mail/emacsbug.el (report-emacs-bug):
19938 * mail/rmail.el (rmail-mode):
19939 * mail/sendmail.el (mail-setup):
19940 Use default-value rather than default-enable-multibyte-characters.
19941
f38184aa
GM
19942 * progmodes/f90.el: Move all safe properties into the defcustoms.
19943 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
19944
e605eeeb
GM
19945 * calendar/appt.el (appt-check):
19946 * calendar/diary-lib.el (diary-set-header, diary-live-p)
19947 (diary-check-diary-file, diary-list-entries)
19948 (diary-include-other-diary-files, diary-simple-display)
19949 (diary-fancy-display, diary-print-entries)
19950 (diary-mark-included-diary-files, diary-make-entry):
19951 Don't call substitute-in-file-name on diary-file.
19952
734db384 199532009-09-03 Eduard Wiebe <usenet@pusto.de>
4e2af782 19954 Stefan Monnier <monnier@iro.umontreal.ca>
734db384
SM
19955
19956 * mail/footnote.el (footnote-prefix): Make it a defcustom.
19957 (footnote-mode-map): Move initialization into the declaration.
19958 (footnote-minor-mode-map): Define it rather than changing global-map.
19959 (footnote-mode): Use define-minor-mode.
19960
e5aa47f9
MA
199612009-09-02 Michael Albinus <michael.albinus@gmx.de>
19962
19963 * net/tramp.el (tramp-handle-file-attributes-with-ls)
19964 (tramp-do-file-attributes-with-perl)
19965 (tramp-do-file-attributes-with-stat): Rename from
19966 `tramp-handle-file-attributes-with-*'.
19967 (tramp-handle-file-attributes): Use them.
19968 (tramp-do-directory-files-and-attributes-with-perl)
19969 (tramp-do-directory-files-and-attributes-with-stat): Rename from
19970 `tramp-handle-directory-files-and-attributes-with-*'.
19971 (tramp-handle-directory-files-and-attributes): Use them.
19972 (tramp-method-out-of-band-p): Additional parameter SIZE.
19973 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
19974 (tramp-handle-write-region): Use it.
734db384 19975 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
19976 (tramp-handle-vc-registered): Check, whether the first run did
19977 return files to be tested.
19978 (tramp-advice-make-auto-save-file-name): Do not call directly
19979 `tramp-handle-make-auto-save-file-name', because this would bypass
19980 the locking mechanism.
19981
734db384 19982 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
19983 (file-remote-p, process-file, start-file-process, set-file-times)
19984 (tramp-compat-file-attributes): Compatibility functions shall not
19985 call directly `tramp-handle-*', because this would bypass the
19986 locking mechanism.
19987 (tramp-compat-number-sequence): New defun.
19988
6e2ca895
GM
199892009-09-02 Glenn Morris <rgm@gnu.org>
19990
697c7714
GM
19991 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
19992 alias for float-time.
19993 (time-to-number-of-days): In Emacs, use float-time.
19994 * net/newst-backend.el (time-add): Suppress warnings from compat
19995 function.
19996 * time.el (emacs-uptime, emacs-init-time):
19997 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
19998 Use float-time rather than time-to-seconds.
19999
6e2ca895
GM
20000 * minibuffer.el (completion-initials-expand): Fix typo.
20001
20002 * faces.el (modeline, modeline-inactive, modeline-highlight)
20003 (modeline-buffer-id):
20004 * info.el (info-menu-5): Mark these face aliases as obsolete.
20005
ed17efec
NR
200062009-09-01 Nick Roberts <nickrob@snap.net.nz>
20007
20008 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
20009 space ...
20010 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
20011 no "--thread" option.
20012 (gdb-stopped): Don't print "Switched to thread" message when it is
20013 unchanged.
20014
fcb68f70
SM
200152009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
20016
20017 * minibuffer.el (completion-try-completion)
20018 (completion-all-completions): Remove ill-defined (and
20019 mistakenly installed and luckily never used nor documented)
20020 `completion-styles' property.
20021 (completion-initials-expand, completion-initials-all-completions)
20022 (completion-initials-try-completion): New functions.
20023 (completion-styles-alist): Add doc to each entry.
20024 Add new `initials' entry.
20025
83318a6d
NR
200262009-09-01 Nick Roberts <nickrob@snap.net.nz>
20027
20028 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
20029 MI command -var-evaluate-expression.
20030 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
20031 and tweak for case of string child.
734db384 20032 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 20033
d63eb0e7
GM
200342009-09-01 Glenn Morris <rgm@gnu.org>
20035
c4f6e489
GM
20036 * add-log.el (change-log-date-face, change-log-name-face)
20037 (change-log-email-face, change-log-file-face, change-log-list-face)
20038 (change-log-conditionals-face, change-log-function-face)
20039 (change-log-acknowledgement-face):
20040 * cus-edit.el (custom-invalid-face, custom-rogue-face)
20041 (custom-modified-face, custom-set-face, custom-changed-face)
20042 (custom-saved-face, custom-button-face, custom-button-pressed-face)
20043 (custom-documentation-face, custom-state-face, custom-comment-face)
20044 (custom-comment-tag-face, custom-variable-tag-face)
20045 (custom-variable-button-face, custom-face-tag-face)
20046 (custom-group-tag-face-1, custom-group-tag-face):
20047 * diff-mode.el (diff-header-face, diff-file-header-face)
20048 (diff-index-face, diff-hunk-header-face, diff-removed-face)
20049 (diff-added-face, diff-changed-face, diff-function-face)
20050 (diff-context-face, diff-nonexistent-face):
20051 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
20052 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
20053 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
20054 (Info-title-4-face):
20055 * isearch.el (isearch-lazy-highlight-face):
20056 * log-view.el (log-view-file-face, log-view-message-face):
20057 * paren.el (show-paren-match-face, show-paren-mismatch-face):
20058 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
20059 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
20060 (cvs-msg-face):
20061 * smerge-mode.el (smerge-mine-face, smerge-other-face)
20062 (smerge-base-face, smerge-markers-face):
20063 * wid-edit.el (widget-documentation-face, widget-button-face)
20064 (widget-field-face, widget-single-line-field-face)
20065 (widget-inactive-face, widget-button-pressed-face):
20066 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
20067 (woman-addition-face):
2fb1ec93
GM
20068 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
20069 (eshell-ls-executable-face, eshell-ls-readonly-face)
20070 (eshell-ls-unreadable-face, eshell-ls-special-face)
20071 (eshell-ls-missing-face, eshell-ls-archive-face)
20072 (eshell-ls-backup-face, eshell-ls-product-face)
20073 (eshell-ls-clutter-face):
20074 * eshell/em-prompt.el (eshell-prompt-face):
20075 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 20076 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
20077 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
20078 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
20079 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
20080 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
20081 (antlr-font-lock-literal-face):
c4f6e489
GM
20082 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
20083 (ebrowse-root-class-face, ebrowse-file-name-face)
20084 (ebrowse-default-face, ebrowse-member-attribute-face)
20085 (ebrowse-member-class-face, ebrowse-progress-face):
20086 * progmodes/make-mode.el (makefile-space-face):
20087 * progmodes/sh-script.el (sh-heredoc-face):
20088 * textmodes/flyspell.el (flyspell-incorrect-face)
20089 (flyspell-duplicate-face):
20090 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 20091 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
20092 Mark face aliases with "-face" suffix as obsolete.
20093
d80619fa
GM
20094 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
20095 compiler.
20096
5f68c1b7
GM
20097 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
20098 (eudc-bob-sound-menu): Use defvar rather than defconst, since
20099 easy-menu-define wants to modify these.
20100
20101 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
20102
20103 * net/browse-url.el (browse-url-file-url):
20104 * term/internal.el (dos-codepage-setup):
20105 Use default-value rather than default-enable-multibyte-characters.
20106
d80619fa 20107 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
20108 * progmodes/flymake.el (flymake-highlight-line)
20109 (flymake-goto-file-and-line, flymake-goto-line):
20110 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
20111 (gdb-goto-breakpoint):
20112 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
20113 * progmodes/python.el (python-find-function)
20114 (python-pdbtrack-track-stack-file):
20115 * progmodes/verilog-mode.el (verilog-surelint-off):
20116 * term/ns-win.el (ns-open-file-select-line):
20117 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
20118 Use forward-line rather than goto-line.
20119
d63eb0e7
GM
20120 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
20121 * textmodes/reftex-index.el (reftex-display-index):
20122 * textmodes/reftex-ref.el (reftex-offer-label-menu):
20123 * textmodes/reftex-toc.el (reftex-toc):
20124 Remove unnecessary bindings of default-major-mode (all are followed by
20125 major-mode check and possible mode switch).
20126
0afad278
NR
201272009-08-31 Nick Roberts <nickrob@snap.net.nz>
20128
20129 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
20130 Handle watchpoints (bug#4282).
20131 (def-gdb-thread-buffer-command): Enable thread to be selected by
20132 clicking without selecting threads buffer first.
20133 (gdb-current-context-command): Use selected frame so that "up",
20134 "down" etc work in the GUD buffer.
20135 (gdb-update): Find selected frame before rendering stack buffer.
20136 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
20137
4e135dd2
SM
201382009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
20139
20140 * progmodes/sym-comp.el (displayed-completions): Remove.
20141 (symbol-complete): Use minibuffer-complete.
20142
e61eba34
GM
201432009-08-31 Glenn Morris <rgm@gnu.org>
20144
20145 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
20146
734db384
SM
20147 * apropos.el (apropos-symbols-internal):
20148 Handle (obsolete) face aliases.
e61eba34
GM
20149
20150 * faces.el (describe-face): Adjust the output format to be more like
20151 describe-variable, and to mention (obsolete) face aliases.
20152 Adjust the whitespace so that help-setup-xref works.
20153
20154 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
20155 * calendar/diary-lib.el (diary-button-face):
20156 Mark these face aliases as obsolete.
20157
20158 * calendar/calendar.el (calendar-today): Doc fix.
20159
4cf71456
NR
201602009-08-31 Nick Roberts <nickrob@snap.net.nz>
20161
20162 * progmodes/gdb-mi.el (gdb-control-all-threads)
20163 (gdb-control-current-thread): Force tool bar update.
20164 (gdb-non-stop-handler): New function.
20165 (gdb-init-1): Use it to test if non-stop mode is supported.
20166 Remove unused gdbmi buffer type.
20167
e61eba34 201682009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
20169
20170 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 20171 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 20172
4324f7ca
NR
201732009-08-30 Nick Roberts <nickrob@snap.net.nz>
20174
20175 * comint.el (comint-exec-1): Check command is non-null first.
20176 Part of gdb-mi.el change (2009-08-28).
20177
a1bf889a
SM
201782009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20179
20180 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
20181
060c08b5
JB
201822009-08-30 Juanma Barranquero <lekktu@gmail.com>
20183
20184 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
20185 instead of `dolist' to avoid a recursive require when bootstrapping.
20186
ab22be48
SM
201872009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20188
73ebf88f
SM
20189 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
20190
80629cfc
SM
20191 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
20192
206d0387 20193 * net/imap.el (imap-send-command): Simplify.
734db384 20194 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 20195
844f7784
SM
20196 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
20197
5ca4661e
SM
20198 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
20199 with constant argument.
20200
c61dc887
SM
20201 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
20202
7eb73deb
SM
20203 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
20204
5fe443de
SM
20205 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
20206 Change default, since most of our files don't have a history.
20207 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
20208 the user.
20209
6444d64a
SM
20210 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20211 Add comint-run.
20212
5cb16bfc
SM
20213 * calc/calc.el: Improve commenting convention.
20214 (calc-digit-map, toplevel): Simplify.
20215
0aeb71a7
SM
20216 * comint.el (comint-insert-input): Be careful to only set point if we
20217 don't delegate to some other command.
20218
9a9af856
SM
20219 * proced.el (proced-signal-list): Make it an alist.
20220 (proced-grammar-alist): Capitalize names.
20221 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
20222 Disable undo manually and make it read-only.
20223 Use completion-annotate-function.
20224
ab22be48
SM
20225 * minibuffer.el (minibuffer-message): If the current buffer is not
20226 a minibuffer, insert the message in the echo area rather than at the
20227 end of the buffer.
20228 (completion-annotate-function): New variable.
20229 (minibuffer-completion-help): Use it.
20230 (completion--embedded-envvar-table): Environment vars are
20231 always case-sensitive.
20232
4a948dbf
GM
202332009-08-30 Glenn Morris <rgm@gnu.org>
20234
20235 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
20236 from fortran-current-defun.
20237 (fortran-beginning-of-subprogram): Be more precise about finding the
20238 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
20239 (fortran-end-of-subprogram): Simplify.
20240 (fortran-current-defun): Use fortran-start-prog-re.
20241
486cf3b8
JB
202422009-08-29 Juanma Barranquero <lekktu@gmail.com>
20243
20244 * subr.el (do-after-load-evaluation): Simplify.
20245
db167d28
DN
202462009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20247
20248 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
20249
20250 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
20251 (vc-rcs-print-log): Use it.
20252
20253 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
20254
efbc652a
SM
202552009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
20256
2aa0e5bf
SM
20257 * paths.el (abbrev-file-name): Move to abbrev.el.
20258 * abbrev.el (abbrev-file-name): Move from paths.el.
20259 Obey user-emacs-directory.
20260 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
20261 user-emacs-directory.
20262 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
20263 abbrev-file-name and calc-settings-file any more.
20264 * startup.el (command-line): Recompute abbrev-file-name and
20265 abbreviated-home-dir.
20266 (normal-no-mouse-startup-screen): Improve the generic code and get rid
20267 of the special code for when C-h bindings haven't been changed.
20268 (display-startup-echo-area-message): Use with-current-buffer.
20269 (command-line-1): Use a list of strings, rather than a list of lists
20270 of strings for longopts.
20271
51da8fe2
SM
20272 * files.el (get-free-disk-space): Use / for default-directory.
20273
0c3cc4dd
SM
20274 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
20275 Use with-current-buffer.
20276
d988dbf6
SM
20277 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
20278 Recognize immutable variables like most-positive-fixnum.
20279 (byte-compile-setq-default): Check and warn if trying to assign
20280 to an immutable variable, or a non-variable.
20281
efbc652a
SM
20282 * progmodes/cc-vars.el (c-comment-continuation-stars):
20283 * progmodes/cc-engine.el (c-looking-at-bos):
20284 * progmodes/cc-cmds.el (c-toggle-auto-state)
20285 (c-forward-into-nomenclature, c-backward-into-nomenclature)
20286 (c-comment-line-break-function): Add version of obsolescence.
20287
d30a05d1
JL
202882009-08-28 Juri Linkov <juri@jurta.org>
20289
20290 * files.el (magic-fallback-mode-alist): Add ZIP magic number
20291 associated with `archive-mode'.
20292
20293 * image.el (image-type-header-regexps): Use only JPEG magic number
20294 to determine JPEG images, and don't use `image-jpeg-p' because
20295 Emacs can display non-JFIF non-Exif JPEG images.
20296
1e8eecea
JB
202972009-08-28 Juanma Barranquero <lekktu@gmail.com>
20298
20299 * arc-mode.el (archive-mode):
20300 * emacs-lisp/re-builder.el (re-builder-unload-function):
20301 Protect against the default value of `major-mode' being nil.
20302
dd4fbf56
JB
203032009-08-28 Juanma Barranquero <lekktu@gmail.com>
20304
20305 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
20306 Fix typos in docstrings.
20307
20308 * progmodes/js.el (js--macro-decl-re): Doc fix.
20309 (js--plain-method-re, js--split-name): Refloc docstring.
20310 (js--class-styles, js--make-merged-item, js--splice-into-items):
20311 Fix typos in docstrings; reflow docstrings.
20312 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
20313 (js--variable-decl-matcher, js--inside-pitem-p)
20314 (js--parse-state-at-point, js--get-all-known-symbols)
20315 (js--symbol-history, js-find-symbol, js--js-references)
20316 (js--moz-interactor, js--js-encode-value, js--read-tab):
20317 Fix typos in docstrings.
20318
72f16325
SM
203192009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20320
14acf2f5
SM
20321 * textmodes/reftex.el (reftex-get-file-buffer-force):
20322 * progmodes/verilog-mode.el (verilog-batch-execute-func):
20323 * emulation/viper.el (viper-go-away, viper-set-hooks):
20324 * emacs-lisp/re-builder.el (re-builder-unload-function):
20325 * emacs-lisp/bytecomp.el (byte-compile-file):
20326 * ses.el (ses-unload-function):
20327 * hexl.el (hexl-find-file):
20328 * files.el (normal-mode):
20329 * ehelp.el (with-electric-help):
20330 * autoinsert.el (auto-insert-alist):
20331 * arc-mode.el (archive-mode):
20332 Use (default-value 'major-mode) instead of default-major-mode.
20333
72f16325
SM
20334 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
20335 * international/mule.el (load-with-code-conversion):
20336 * emacs-lisp/debug.el (debug):
20337 * ediff-vers.el (ediff-rcs-get-output-buffer):
20338 * dired.el (dired-internal-noselect): Don't let-bind
20339 default-major-mode around code that doesn't use it.
20340 E.g. buffer creation via get-buffer-create doesn't use it.
20341
aa485f7c
MA
203422009-08-28 Michael Albinus <michael.albinus@gmx.de>
20343
20344 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
20345 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
20346 when writing the temp file. Otherwise, epa-file gets confused.
20347 (tramp-register-file-name-handlers): Make it a defun. Move also
20348 `epa-file-handler' to the front of `file-name-handler-alist'.
20349
203502009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20351
20352 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
20353 start right after a ^M.
20354 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
20355 (tramp-completion-file-name-regexp-separate)
20356 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
20357 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
20358 Don't modify last-coding-system-used by accident.
aa485f7c
MA
20359 (tramp-completion-file-name-handler): Apply the checks here,
20360 instead during registration.
88b5a757 20361 (tramp-register-file-name-handlers): Rename from
aa485f7c
MA
20362 `tramp-register-file-name-handler'. Register both
20363 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 20364 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 20365
3f0c2b92
NR
203662009-08-28 Nick Roberts <nickrob@snap.net.nz>
20367
72f16325
SM
20368 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
20369 Remove variable ...
3f0c2b92
NR
20370 (gdb-init-1, gdb-display-separate-io-buffer)
20371 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
20372 references to it.
20373 (gdb-inferior-io-mode): Use make-comint-in-buffer.
20374 (gdb-inferior-filter): Use comint-output-filter to stop
20375 echoing and remove ^M characters.
20376
705e5bd9
SM
203772009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20378
009fdc2e
SM
20379 * emulation/viper-init.el (viper-restore-cursor-type):
20380 * emulation/cua-base.el (cua--update-indications):
20381 Replace default-cursor-type with (default-value 'cursor-type).
20382
b56a5ae0
SM
20383 * mail/sendmail.el (mail-recover-1):
20384 * international/mule-diag.el (describe-current-coding-system-briefly)
20385 (describe-current-coding-system):
20386 * international/mule-cmds.el (select-safe-coding-system)
20387 (select-message-coding-system)
20388 (set-language-environment-coding-systems, set-locale-environment):
20389 * hexl.el (hexl-insert-multibyte-char):
20390 * dos-w32.el (find-buffer-file-type-coding-system):
20391 * simple.el (what-cursor-position):
20392 Replace uses of default-buffer-file-coding-system
20393 with (default-value 'buffer-file-coding-system).
20394
de70529f
SM
20395 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
20396 Replace uses of default-cursor-in-non-selected-windows
20397 with (default-value 'cursor-in-non-selected-windows).
20398 Use with-current-buffer.
20399
705e5bd9
SM
20400 * mail/feedmail.el: Use CL macros.
20401 (feedmail-run-the-queue, feedmail-send-it-immediately):
20402 * dos-w32.el (find-buffer-file-type): Replace uses of
20403 default-buffer-file-type with (default-value 'buffer-file-type).
20404
4d985ac2
GM
204052009-08-28 Glenn Morris <rgm@gnu.org>
20406
20407 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
20408 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
20409 Use default-value of major-mode rather than default-major-mode.
20410
17c15b81
SM
204112009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20412
3a68ab06
SM
20413 * Makefile.in (update-elcfiles): Report left over elc files.
20414
9421bdd1
SM
20415 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
20416 expand-file-name and with-current-buffer.
20417 (mail-get-names, mail-directory): Use with-current-buffer.
20418
17c15b81
SM
20419 * vc.el (vc-read-revision): New function.
20420 (vc-version-diff, vc-merge): Use it.
20421
ba83a64e
SS
204222009-08-27 Sam Steingold <sds@gnu.org>
20423
20424 * simple.el (kill-do-not-save-duplicates): New user option.
20425 (kill-new): When it is non-nil, and the new string is the same as
20426 the latest kill, set replace to t to avoid duplicates in kill-ring.
20427
be3e598a 204282009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
20429
20430 * net/tramp.el (tramp-handle-process-file): Do not flush all
20431 caches when `process-file-side-effects' is set.
20432 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
20433 instead of `tramp-find-file-exists-command'.
20434 Unset `process-file-side-effects'.
d5b5c94a
MA
20435
204362009-08-27 Michael Albinus <michael.albinus@gmx.de>
20437
20438 * net/tramp.el (tramp-methods): New method "rsyncc".
20439 (top): Add completion function for "rsyncc".
20440 (tramp-message-show-message): New defvar.
20441 (tramp-message, tramp-error): Use it.
20442 (tramp-do-copy-or-rename-file-directly): Extend check for direct
20443 remote copying.
20444 (tramp-do-copy-or-rename-file-out-of-band): Handle new
20445 `tramp-methods' entry `copy-env' of "rsyncc".
20446 (tramp-vc-registered-read-file-names): New defconst.
20447 (tramp-vc-registered-file-names): New defvar.
20448 (tramp-handle-vc-registered): Implement optimization strategy.
20449 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
20450 (tramp-vc-file-name-handler): New defun.
20451 (tramp-get-ls-command, tramp-get-test-command)
20452 (tramp-get-file-exists-command, tramp-get-remote-ln)
20453 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 20454 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
20455
20456 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
20457 (tramp-cache-inhibit-cache): Extend doc string. It allows also
20458 timestamps.
20459 (tramp-get-file-property): Check for timestamps in
20460 `tramp-cache-inhibit-cache'.
20461 (tramp-set-file-property): Write timestamp.
20462
1339cf20
KH
204632009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20464
20465 * language/japan-util.el (japanese-symbol-table): Add entries for
20466 cp932-2-byte.
20467
20468 * international/characters.el: Add category `j' to cp932-2-byte.
20469
726e3f1d
KH
204702009-08-27 Kenichi Handa <handa@m17n.org>
20471
20472 * international/fontset.el (build-default-fontset-data): New macro.
20473 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 20474 tibetan, ethiopic, and ipa.
726e3f1d 20475
4e3b4528
SM
204762009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20477
20478 * cus-start.el (default-major-mode): Customize `major-mode' instead.
20479 (enable-multibyte-characters): Not customizable any more.
20480
20481 * subr.el (default-mode-line-format, default-header-line-format)
20482 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
20483 (default-direction-reversed, default-truncate-lines)
20484 (default-left-margin, default-tab-width, default-case-fold-search)
20485 (default-left-margin-width, default-right-margin-width)
20486 (default-left-fringe-width, default-right-fringe-width)
20487 (default-fringes-outside-margins, default-scroll-bar-width)
20488 (default-vertical-scroll-bar, default-indicate-empty-lines)
20489 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
20490 (default-fringe-cursor-alist, default-scroll-up-aggressively)
20491 (default-scroll-down-aggressively, default-fill-column)
20492 (default-cursor-type, default-buffer-file-type)
20493 (default-cursor-in-non-selected-windows)
20494 (default-buffer-file-coding-system, default-major-mode)
20495 (default-enable-multibyte-characters): Mark as obsolete.
20496
b3cca6a6
DN
204972009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
20498
652cc1a2
DN
20499 * vc-dir.el (vc-dir-update): Remove debug helper.
20500
b3cca6a6
DN
20501 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
20502
4ed8c7aa
SS
205032009-08-26 Sam Steingold <sds@gnu.org>
20504
20505 * simple.el (save-interprogram-paste-before-kill): New user option.
20506 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
20507 save the interprogram-paste into kill-ring before overriding it
20508 with the Emacs kill.
20509
3b64d86b
DN
205102009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20511
20512 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
20513 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
20514 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
20515 and move to vc-rcs.el.
20516 (vc-default-next-revision): Rename to vc-rcs-next-revision and
20517 move to vc-rcs.el.
20518 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
20519 (vc-rcs-update-changelog): Remove.
20520 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
20521 and move to vc-rcs.el.
20522
20523 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
20524 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
20525 renaming.
20526 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 20527 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
20528 vc.el, renamed to be RCS specific.
20529
72f16325
SM
20530 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
20531 New functions.
20532 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
20533
20534 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
20535 New functions.
20536
636a36a0
SM
205372009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
20538
20539 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
20540
239b3340
DN
205412009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20542
b91f0762 20543 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
20544 (vc-git-stash, vc-git-stash-show): New functions.
20545 (vc-git-extra-menu-map): Bind them.
b91f0762 20546
b8e54362
DN
20547 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
20548 directory correctly in case the item is a directory itself.
20549
239b3340
DN
20550 * vc.el: Document the desired behavior for reverted files in the
20551 `added' state.
dc810649
DN
20552 (vc-default-prettify-state-info): Remove function, unused.
20553
20554 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 20555
e49c0179
GM
205562009-08-26 Glenn Morris <rgm@gnu.org>
20557
20558 * bindings.el (standard-mode-line-format): Reposition dashes in
20559 which-func entry. (Bug#4217)
20560
3029e594
GM
20561 * files.el (enable-local-variables, enable-local-eval)
20562 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
20563 the defcustoms.
20564 (auto-mode-alist, ignored-local-variables)
20565 (save-some-buffers-action-alist): Move risky declarations to the
20566 definitions.
20567 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
20568 (font-lock-defaults, format-alist, imenu--index-alist)
20569 (imenu-generic-expression, input-method-alist, minor-mode-alist)
20570 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
20571 (mode-line-modified, mode-line-mule-info, mode-line-position)
20572 (mode-line-process, mode-line-remote, outline-level)
20573 (parse-time-rules, rmail-output-file-alist)
20574 (special-display-buffer-names, vc-mode):
20575 Move risky declarations to the relevant files.
72f16325
SM
20576 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
20577 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
20578 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
20579 * font-core.el (font-lock-defaults):
20580 * format.el (format-alist):
20581 * vc-hooks.el (vc-mode):
20582 * window.el (special-display-buffer-names):
20583 * international/mule-cmds.el (input-method-alist):
20584 Define riskiness here (dumped file) rather than in files.el.
20585 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
20586 * imenu.el (imenu-generic-expression, imenu--index-alist):
20587 * outline.el (outline-level):
20588 * time.el (display-time-string):
20589 * calendar/parse-time.el (parse-time-rules):
20590 * mail/rmailout.el (rmail-output-file-alist):
20591 Autoload riskiness here, rather than placing in files.el.
20592
8476cfaf
SM
205932009-08-26 Andreas Schwab <schwab@linux-m68k.org>
20594
20595 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
20596
0b35b48e
MA
205972009-08-25 Michael Albinus <michael.albinus@gmx.de>
20598
20599 * simple.el (process-file-side-effects): New defvar.
20600
20601 * dired-aux.el (dired-show-file-type):
20602 * vc.el (vc-diff-internal):
20603 * vc-arch.el (vc-arch-diff):
20604 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
20605 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
20606 * vc-git.el (vc-git-registered, vc-git-working-revision)
20607 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
20608 (vc-git--empty-db-p):
20609 * vc-hooks.el (vc-user-login-name):
20610 * vc-svn.el (vc-svn-registered, vc-svn-state)
20611 (vc-svn-dir-extra-headers, vc-svn-find-revision):
20612 * progmodes/grep.el (grep-probe): Let-bind
20613 `process-file-side-effects' with nil.
20614
20615 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
20616
20617 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
20618 daemon. Replace ping by checking for running service for bluez
20619 and zeroconf. (Bug#4239)
20620
d54cc599
GM
206212009-08-25 Kevin Ryde <user42@zip.com.au>
20622
20623 * net/dig.el (dig): Add autoload cookie.
20624
7bfd055d
GM
206252009-08-25 Glenn Morris <rgm@gnu.org>
20626
bac9c66c
GM
20627 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
20628 load-history for absolute file-names.
20629 (byte-compile-file-form-require): Warn about use of the cl package.
20630
7bfd055d
GM
20631 * format.el (format-alist): Doc fix.
20632
5ac1f9e0
GM
20633 * play/bubbles.el (top-level): Don't require cl at run-time.
20634
af62aa88
GM
20635 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
20636 run-time cl).
20637
71e036af
DD
206382009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
20639
20640 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
20641 from cl package.
20642 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
20643
42110eaf
JB
206442009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
20645
20646 * calc/calc-alg.el (math-trig-rewrite)
20647 (math-hyperbolic-trig-rewrite): New functions.
20648 (calc-simplify): Simplify trig functions when asked.
20649
88421f3e
SM
206502009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
20651
20652 * diff-mode.el (diff-find-source-location): Avoid goto-line.
20653
dbd9624e
KH
206542009-08-24 Kenichi Handa <handa@m17n.org>
20655
20656 * language/ind-util.el (mapthread): Delete it.
20657 (combinatorial): New function.
20658 (indian--puthash-cv): Use combinatorial instead of mapthread.
20659
9b89e3ee
GM
206602009-08-22 Kevin Ryde <user42@zip.com.au>
20661
20662 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
20663 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
20664 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
20665 Clarify docstring that the value is strings not symbols.
20666 (checkdoc-list-of-strings-p): New function.
20667
e6ce8c42
GM
206682009-08-22 Glenn Morris <rgm@gnu.org>
20669
2ddf2ea6 20670 * files.el (auto-mode-alist):
a3374680
GM
20671 * hippie-exp.el (he-concat-directory-file-name):
20672 * lpr.el (lpr-windows-system, printer-name):
20673 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
20674 * ps-print.el (ps-windows-system):
20675 * startup.el (command-line):
20676 * emulation/viper-ex.el (viper-glob-function):
20677 * international/mule-cmds.el (set-language-environment-coding-systems):
20678 * net/ange-ftp.el (ange-ftp-write-region):
20679 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 20680 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
20681 unisoft-unix, vax-vms, win32, w32.
20682
977955fa
GM
20683 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
20684 given name if the pattern is not more specific.
20685
b4deec2e
GM
20686 * calendar/lunar.el (lunar-phase-names): New option.
20687 (lunar-phase): Doc fix.
20688 (lunar-cycles-per-year): New constant.
20689 (lunar-index): New function.
20690 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
20691 (lunar-phase-name): Use lunar-phase-names.
20692 (calendar-lunar-phases): Use format.
20693 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
20694
47e83968
GM
20695 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
20696 Copy imenu-example--name-and-position function here for own use.
20697 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
20698
e6ce8c42
GM
20699 * bs.el (bs--redisplay):
20700 * cus-edit.el (custom-redraw):
20701 * ibuffer.el (ibuffer-bury-buffer):
20702 * server.el (server-goto-line-column):
20703 * startup.el (command-line-1):
20704 * strokes.el (strokes-xpm-for-stroke):
20705 * term.el (term-display-buffer-line):
20706 * view.el (View-goto-line):
20707 * calc/calc.el (calc-do, calc-trail-buffer):
20708 * play/gamegrid.el (gamegrid-add-score-insecure):
20709 * progmodes/ada-mode.el (ada-compile-goto-error):
20710 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
20711 (ebrowse-select-1st-to-9nth):
47e83968 20712 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
20713 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
20714 * progmodes/gud.el (gud-display-line):
20715 (idlwave-shell-display-line):
20716 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
20717 * progmodes/make-mode.el (makefile-browser-toggle):
20718 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
20719 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
20720 * textmodes/picture.el (picture-draw-rectangle):
20721 * textmodes/reftex-index.el (reftex-index-goto-letter):
20722 (reftex-select-jump-to-previous):
20723 * textmodes/reftex-sel.el (reftex-find-start-point)
20724 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
20725 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
20726 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
20727 * textmodes/tex-mode.el (tex-compilation-parse-errors):
20728 * textmodes/two-column.el (2C-associated-buffer):
20729 Use forward-line rather than goto-line.
20730
20731 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
20732 goto-line.
20733
4b18bdb3
GM
20734 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
20735 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
20736 (quick-check-list-to-regexp): Declare.
e6ce8c42 20737
72f16325
SM
20738 * progmodes/make-mode.el (makefile-browser-insert-selection):
20739 Use goto-char rather than goto-line.
e6ce8c42
GM
20740
20741 * progmodes/prolog.el (compilation-error-regexp-alist)
20742 (compilation-forget-errors): Declare.
20743
32a2cf25
JL
207442009-08-22 Juri Linkov <juri@jurta.org>
20745
20746 * progmodes/grep.el (lgrep, rgrep): At the beginning
20747 set `dir' to `default-directory' unless `dir' is a non-nil
20748 readable directory. (Bug#4052)
20749 (lgrep, rgrep): Change a weird way to report an error
20750 from using `read-string' to using `error'.
20751 Instead of using interactive arguments in the function body,
20752 add new argument `confirm'.
20753
5443c9b7
SM
207542009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
20755
cb5b40ee
SM
20756 * textmodes/remember.el (remember-buffer):
20757 * progmodes/cperl-mode.el (cperl-vc-header-alist):
20758 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
20759 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
20760 * net/newst-treeview.el (newsticker-groups-filename):
20761 * net/newst-backend.el (newsticker-cache-filename):
20762 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
20763 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
20764 (speedbar-add-ignored-path-regexp, speedbar-line-path)
20765 (speedbar-buffers-line-path, speedbar-path-line)
20766 (speedbar-buffers-line-path):
20767 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
20768 (epg-sign-keys):
20769 * epa.el (epa-display-verify-result):
20770 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
20771
d6261cc1
GM
207722009-08-21 Glenn Morris <rgm@gnu.org>
20773
3e1ea342
GM
20774 * progmodes/js.el (inferior-moz-process): Fix declaration.
20775
ce86eeb5
GM
20776 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
20777
fff28970
GM
20778 * obsolete/rnewspost.el (news-mail-reply):
20779 Use goto-char rather than goto-line.
20780
d93e053b
GM
20781 * term/ns-win.el (ns-open-file-select-line):
20782 Use line-beginning-position rather than goto-line.
20783
d5d105e8
GM
20784 * apropos.el (apropos-command):
20785 * ehelp.el (electric-helpify):
20786 * printing.el (pr-show-setup):
20787 * strokes.el (strokes-help):
20788 * tutorial.el (tutorial--describe-nonstandard-key)
20789 (tutorial--detailed-help):
20790 * woman.el (woman-mini-help, woman-display-extended-fonts):
20791 * calc/calc-help.el (calc-describe-key):
20792 * emulation/edt.el (edt-electric-helpify):
20793 * international/mule-diag.el (mule-diag):
20794 * play/yow.el (apropos-zippy):
20795 * progmodes/python.el (python-describe-symbol):
20796 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
20797 * textmodes/table.el (*table--cell-describe-mode)
20798 (*table--cell-describe-bindings):
20799 Use help-print-return-message rather than the now obsolete alias.
20800
a8ab722f 20801 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
20802 (calendar-cursor-to-visible-date):
20803 * play/5x5.el (5x5-position-cursor):
20804 * play/decipher.el (decipher):
20805 * play/gomoku.el (gomoku-goto-xy):
20806 * play/landmark.el (lm-goto-xy):
20807 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
20808 (mpuz-paint-digit):
20809 Use forward-line, not goto-line.
a8ab722f 20810
d6261cc1
GM
20811 * mail/rmail.el (rmail-obsolete): Delete custom group.
20812 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
20813 (rmail-remote-password, rmail-remote-password-required):
20814 Remove unneeded :set-after and :set properties.
20815
9e846523
MA
208162009-08-21 Michael Albinus <michael.albinus@gmx.de>
20817
20818 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
20819
bbe1f502
DN
208202009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
20821
bcc5db24
DN
20822 * loadup.el: Remove leftover macos code.
20823
bbe1f502
DN
20824 * vc-git.el (vc-git-annotate-command): Run asynchronously.
20825 Explicitly pass the date format to git blame so that user local
20826 so that the output format can be parsed.
20827
6fd2d19a
MA
208282009-08-20 Michael Albinus <michael.albinus@gmx.de>
20829
20830 * net/dbus.el (top): Don't check for (getenv
20831 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
20832
31764e15
SM
208332009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
20834
20835 * log-edit.el (log-edit-strip-single-file-name): New var.
01c35094 20836 (log-edit-insert-changelog): Use it. Bug#3571.
31764e15 20837
28930e39
SM
208382009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20839
4fd15622 20840 * subr.el (read-passwd): Use read-key so keypad keys work as well.
01c35094 20841 Bug#3287.
4fd15622 20842
b3d8e4a0
SM
20843 * help.el (help-print-return-message): Rename from
20844 print-help-return-message.
20845
c9829c70
SM
20846 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
20847 cvs-mode-map parent hack.
20848 (log-view-mode): Derive from special-mode.
20849
b932657b
SM
20850 * linum.el (linum-mode): window-size-change-functions is redundant.
20851 Adapt to new window-configuration-change-hook behavior.
20852 (linum-after-size, linum-after-config): Remove.
20853
1b700bca
SM
20854 * imenu.el (imenu-example--name-and-position)
20855 (imenu-example--lisp-extract-index-name)
20856 (imenu-example--create-lisp-index, imenu-example--create-c-index):
20857 Mark as obsolete.
20858
28930e39
SM
20859 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
20860 (inferior-prolog-mode): Use it.
20861 (inferior-prolog-load-file): Reset list of errors.
20862
c9af0b68
KH
208632009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20864
20865 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
20866
20867 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
20868
720c7cd6
MA
208692009-08-19 Michael Albinus <michael.albinus@gmx.de>
20870
20871 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
20872 is running already.
20873
03a74b84
SM
208742009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20875
20876 * subr.el (listify-key-sequence-1): Use normal syntax since those
20877 integers are nowadays always represented by the same (positive) number
20878 on all platforms.
20879 (read-key-empty-map): New const.
20880 (read-key-delay): New var.
20881 (read-key): New function.
20882 (force-mode-line-update): Use with-current-buffer.
20883 (locate-user-emacs-file): Don't forget to abbreviate the file name.
20884 (start-process-shell-command, start-file-process-shell-command):
20885 Discourage the use of command-args.
20886
f43e88d4
GM
208872009-08-19 Glenn Morris <rgm@gnu.org>
20888
20889 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
20890
890429cc
SM
208912009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20892
85be9ec4
SM
20893 * simple.el (choose-completion-string): Don't rely on
20894 minibuffer-completing-file-name and ad-hoc checks to decide whether
20895 to continue completion or not.
20896
890429cc
SM
20897 * minibuffer.el (minibuffer-hide-completions): New function.
20898 (completion--do-completion): Use it.
20899 (completions-annotations): New face.
20900 (completion--insert-strings): Use it.
20901 (completion-pcm--delim-wild-regex): Add docstring.
20902 (completion-pcm--string->pattern): Add support for 0-width delimiters
20903 in completion-pcm--delim-wild-regex.
20904
265d4549
SM
209052009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
20906
d440b941
SM
20907 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
20908 Remove unused var `buffer-modified-p'.
20909
265d4549
SM
20910 * minibuffer.el (completion--do-completion): Move point for the #b001
20911 case as well (bug#4176).
20912 (minibuffer-complete, minibuffer-complete-word): Don't move point.
20913
ba6f7d86
MA
209142009-08-18 Michael Albinus <michael.albinus@gmx.de>
20915
20916 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
20917 and :session buses.
20918
98819490
KH
209192009-08-18 Kenichi Handa <handa@m17n.org>
20920
265d4549
SM
20921 * international/ucs-normalize.el (ucs-normalize-version):
20922 Change to 1.1.
58627cf0
KH
20923 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
20924 (utf-8-hfs): Make it perform normalization on encoding too.
20925
98819490
KH
20926 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
20927 (sentence-end-without-space): Delete duplicated chars.
20928 (sentence-end-base): Likewise.
e739cc85
KH
20929
20930 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
20931 (html-mode): Delete duplicated chars from sentence-end-base.
20932
20933 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
20934 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 20935
645b9326
CY
209362009-08-17 Chong Yidong <cyd@stupidchicken.com>
20937
20938 * files.el (hack-one-local-variable): If the mode function is for
20939 a minor mode, pass it an argument (Bug#4148).
20940
56c195af
MA
209412009-08-17 Michael Albinus <michael.albinus@gmx.de>
20942
20943 * net/tramp.el (tramp-register-completion-file-name-handler):
20944 Check also for (member 'partial-completion completion-styles).
20945
7a55c78b
CY
209462009-08-16 Chong Yidong <cyd@stupidchicken.com>
20947
20948 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
20949 abbrev (Bug#3943).
20950
be3e598a 209512009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
20952
20953 * progmodes/cperl-mode.el: Merge upstream 6.2.
20954 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
20955 (cperl-forward-re): Check cperl-brace-recursing.
20956 (cperl-highlight-charclass): New function.
20957 (cperl-find-pods-heres): Use it.
31cd2dd4 20958 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 20959 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 20960 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
20961 (cperl-beautify-level): Don't process entire regexp.
20962 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
20963 calling man.
20964 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
20965 (cperl-init-faces): Build a list in the normal way.
20966
81b1f9c9
CY
209672009-08-16 Chong Yidong <cyd@stupidchicken.com>
20968
20969 * calendar/parse-time.el (parse-time-string-chars): Save match
20970 data.
20971
c3732cb8
SM
209722009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
20973
55659495
SM
20974 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
20975 (sql-product): Use it.
20976 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
20977 (sql-set-product): Add completion.
20978 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
20979 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
20980 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
20981 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
20982 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
20983 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
20984 (sql-highlight-db2-keywords): Remove.
20985 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
20986 (sql-highlight-product): Use derived-mode-p.
20987 (sql-set-sqli-buffer): Use with-current-buffer.
20988 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
20989 Simplify.
20990
1ae79427
SM
20991 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
20992
c3732cb8
SM
20993 * term.el: Fix commenting convention, turn comments into docstrings.
20994
f24b8bf3
CY
209952009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
20996
20997 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
20998
7b6fefac 209992009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 21000
1200ac26 21001 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
21002 character classes, to handle non-ascii characters (Bug#3190).
21003
210042009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 21005
1abbe4e5
CY
21006 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
21007 another heredoc if the user adds another < (Bug#3226).
21008
c3732cb8
SM
21009 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21010 Don't initialize based on window-system (Bug#4124).
19261da4 21011
daad00fc
CY
21012 * facemenu.el (facemenu-read-color): Use a completion function
21013 that accepts any defined color, such as RGB triplets (Bug#3677).
21014
e1bdde78
CY
21015 * files.el (get-free-disk-space): Change fallback default
21016 directory to /. Expand DIR argument before switching to fallback.
21017 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
21018
9d73a99e
CY
210192009-08-15 Chong Yidong <cyd@stupidchicken.com>
21020
21021 * files.el (load-library): Doc fix.
21022
68b962d4 210232009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 21024
953e0c1a 21025 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 21026 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 21027 incremental search string.
9d73a99e 21028
c3732cb8 21029 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 21030 XEmacs.
9d73a99e 21031
c3732cb8
SM
21032 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
21033 (ediff-merge-region-is-non-clash)
21034 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 21035 Also check if the job is really a merge job.
9d73a99e 21036
c3732cb8 21037 * ediff.el (ediff-current-file): New function.
9d73a99e 21038
2e330adc
CY
210392009-08-15 Chong Yidong <cyd@stupidchicken.com>
21040
21041 * progmodes/js.el: Edit docstrings throughout to follow Emacs
21042 conventions.
c3732cb8 21043 (js-insert-and-indent): Delete function.
2e330adc
CY
21044 (js-mode-map): Don't bind keys to js-insert-and-indent.
21045 (js-beginning-of-defun): Rename from js--beginning-of-defun.
21046 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 21047 (js-auto-indent-flag): Delete variable.
2e330adc 21048
17b5d0f7
CY
210492009-08-14 Chong Yidong <cyd@stupidchicken.com>
21050
c3732cb8
SM
21051 * progmodes/js.el: Remove proclaim statement.
21052 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 21053
ba2d8894
CY
21054 * files.el (auto-mode-alist): Use js-mode for .js files.
21055
c3732cb8 21056 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
21057
21058 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
21059
21060 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
21061
c3732cb8 21062 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
21063
210642009-08-14 Daniel Colascione <dan.colascione@gmail.com>
4e2af782 21065 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
21066
21067 * progmodes/js.el: New file.
21068
b6377f1d
MH
210692009-08-14 Mark A. Hershberger <mah@everybody.org>
21070
21071 * timezone.el (timezone-parse-date): Add ability to understand ISO
21072 basic format (minimal separators) dates in addition to the
21073 already-supported extended format dates.
21074
bc0eef46
EZ
210752009-08-14 Eli Zaretskii <eliz@gnu.org>
21076
4e021e65
EZ
21077 * international/ucs-normalize.el: Add a `coding' file variable.
21078
bc0eef46
EZ
21079 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
21080
53dab179
SS
210812009-08-14 Sam Steingold <sds@gnu.org>
21082
6801c38a 21083 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 21084
6c58c39c
CY
210852009-08-13 Chong Yidong <cyd@stupidchicken.com>
21086
21087 * faces.el (help-argument-name): Define it here instead of
21088 help-fns.el, because in daemon mode help-fns.el may be loaded when
21089 faces are still uninitialized (Bug#1078).
21090
21091 * help-fns.el (help-argument-name): Move defface to faces.el.
21092
c7baf7e9
NR
210932009-08-13 Nick Roberts <nickrob@snap.net.nz>
21094
21095 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
21096 create buffer with a pty but no process so that GDB can make the
21097 inferior the controlling process.
21098
9c40e995 210992009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
21100
21101 * international/ucs-normalize.el: New file.
21102
8cdba32b
RS
211032009-08-13 Richard Stallman <rms@gnu.org>
21104
5c950923
RS
21105 * mail/rmail.el (rmail-get-attr-names):
21106 Accept an attribute header that is too short.
21107
76e1e40b
RS
21108 * mail/rmail.el (rmail-forget-messages):
21109 Ignore nil elt in rmail-message-vector. Use dotimes.
21110
1fc01b08
RS
21111 * progmodes/compile.el (compilation-goto-locus):
21112 Use next-error-move-function.
21113
8cdba32b
RS
21114 * simple.el (next-error-move-function): New variable.
21115
99910cf4
JL
211162009-08-12 Juri Linkov <juri@jurta.org>
21117
21118 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
21119 always non-nil. (Bug#4052)
21120
21121 * replace.el (read-regexp): Return empty string when
21122 `default-value' is nil.
21123 (keep-lines-read-args): Don't use empty string as the
21124 default value for `read-regexp'. (Bug#2495)
21125
fc5bdf6c
JL
211262009-08-12 Juri Linkov <juri@jurta.org>
21127
21128 * international/mule-cmds.el (ucs-insert): Change arguments
21129 from `arg' to `character', `count', `inherit' to be the same
21130 as in `insert-char'. Doc fix. (Bug#4039)
21131
21132 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
21133
77748848
JL
211342009-08-12 Juri Linkov <juri@jurta.org>
21135
21136 * files-x.el: New file.
21137
21138 * files.el: Move code that deals with adding/deleting
21139 file/directory-local variables to files-x.el.
21140
21141 * Makefile.in (ELCFILES): Add files-x.elc.
21142
c8a44c4e
DD
211432009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
21144
27a9fd5a
DD
21145 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
21146 to use `goto-line'.
21147 (gdb-place-breakpoints, gdb-get-location): Rewritten without
21148 `goto-line'.
21149 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 21150 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 21151 threads list.
107ef54a 21152 (gdb): Send -target-detach when buffer is killed (Bug#3794).
88b5a757 21153 (gdb-starting): Move -data-list-register-names...
cf6e27cf
DD
21154 (gdb-stopped): ...here so it's sent when first thread stops.
21155 (gdb-registers-handler-custom): Do nothing if register names are
21156 unknown yet.
27a9fd5a 21157
c8a44c4e
DD
21158 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
21159 from `gdb-mi.el' to avoid extra tangling.
21160
21161 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 21162 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
21163 (gdb-update-gud-running): No extra fuss for updating frame number.
21164
dfd4e693
SM
211652009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
21166
51c4341f
SM
21167 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
21168 (describe-language-environment-map, setup-language-environment-map)
21169 (set-coding-system-map): Move initialization into declaration.
21170 (set-language-info-alist): Last arg to define-key-after can be skipped.
21171
21172 * international/quail.el (quail-completion-1): Simplify.
21173 (quail-define-rules): Use slightly more compact code.
21174 (quail-insert-decode-map): Propertize keys, compact columns.
21175
dfd4e693
SM
21176 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21177 Add goto-line.
21178
83326559
MB
211792009-08-10 Miles Bader <miles@gnu.org>
21180
21181 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
21182 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
21183 (js2-instance-member, js2-private-member, js2-private-function-call)
21184 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
21185 (js2-magic-paren, js2-external-variable):
21186 Remove "-face" suffix from face names.
21187 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
21188 (js2-highlight-undeclared-vars, js2-peek-token)
21189 (js2-parse-function-params, js2-mode-show-errors)
21190 (js2-mode-show-warnings, js2-make-magic-delimiter)
21191 (js2-mode-highlight-magic-parens): Update to use new face names.
21192
8e754ea2
MA
211932009-08-09 Michael Albinus <michael.albinus@gmx.de>
21194
21195 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
21196 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
21197
1c292fc7
CY
211982009-08-09 Chong Yidong <cyd@stupidchicken.com>
21199
18d433a7
CY
21200 * subr.el: Provide hashtable-print-readable.
21201
1c292fc7
CY
21202 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
21203 hs-c-like-adjust-block-beginning.
21204 (hs-hide-block-at-point): Stop hiding at the beginning of
21205 hs-block-end-regexp (Bug#700).
21206
2db0ae07
DD
212072009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
21208
21209 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
21210 a macro.
21211 (gdb-registers-handler-custom): Do not fail when register names
21212 are unavailable.
21213
fe4740a6
DD
212142009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21215
21216 * progmodes/gdb-mi.el (gdb-control-all-threads)
21217 (gdb-control-current-thread): Interactive setters for
21218 `gdb-gud-control-all-threads' to use in menu.
21219 (gdb-show-run-p): Show «Go» when process is not active.
6a7662bb
BR
21220 (gud-tool-bar-map): Add non-stop/A,T indicator.
21221 Uses gud/thread.xpm and gud/all.xpm.
fe4740a6 21222
ce299d55
CY
212232009-08-08 Yoni Rabkin <yoni@rabkins.net>
21224
21225 * net/net-utils.el (net-utils-font-lock-keywords): New var.
21226 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
21227 (net-utils-mode): New mode for viewing diagnostic network output.
21228 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
21229 (net-utils-run-simple): New function.
21230 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 21231
7c4654ad
DD
212322009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21233
21234 * progmodes/gdb-mi.el (gdb-read-memory-custom)
21235 (gdb-memory-set-address, def-gdb-set-positive-number)
21236 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
21237 after changing settings.
21238 (gdb-invalidate-disassembly): Update when first shown.
5f9d345c 21239 (gdb-edit-locals-value): Fix.
7c4654ad
DD
21240 (gdb-registers-handler-custom): Print registers in right order and
21241 allow changing register values (only for current thread yet).
9cbac26b
DD
21242 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
21243 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
21244 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
6a7662bb
BR
21245 (gdb-locals-handler-custom, gdb-registers-handler-custom):
21246 Thread info in mode name.
9cbac26b 21247 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 21248
0f25a277
EZ
212492009-08-08 Eli Zaretskii <eliz@gnu.org>
21250
21251 * mail/rmail.el (rmail-add-mbox-headers)
21252 (rmail-set-message-counters-counter): Search for
21253 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
21254
b971be60
GM
212552009-08-08 Glenn Morris <rgm@gnu.org>
21256
21257 * Makefile.in (ELCFILES): Update.
21258
a35d3ad8
EZ
212592009-08-07 Eli Zaretskii <eliz@gnu.org>
21260
6a7662bb
BR
21261 * mail/sendmail.el (mail-yank-original):
21262 Set buffer-file-coding-system from the one used by the message whose
60c2df40
EZ
21263 text is yanked.
21264
8b0bcc2e
EZ
21265 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
21266 to "windows" when "pgnuplot" is used.
6a7662bb
BR
21267 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
21268 Don't call accept-process-output if "pgnuplot" is used.
8b0bcc2e
EZ
21269 (calc-graph-init): Don't send -display and -geometry to
21270 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
21271 running "pgnuplot -V" with shell-command-to-string.
21272
21273 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
21274 the default.
21275
212762009-08-07 Eli Zaretskii <eliz@gnu.org>
21277
21278 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
21279 org/org-latex.elc.
21280
3bca7ca5
DN
212812009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
21282
3c53763c
DN
21283 * vc-dispatcher.el (vc-resynch-window): Update comment.
21284
3bca7ca5
DN
21285 * term.el (term-handle-ansi-escape): Add comments with the
21286 terminfo capabilities implemented.
21287
7b217360
DD
212882009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
21289
5f9d345c 21290 * progmodes/gdb-mi.el (gdb-var-create-regexp): Remove.
7b217360 21291 (gdb-var-create-handler): Rewritten using JSON parser.
88b5a757
DD
21292 (gdb-propertize-header): Move earlier.
21293 (gdb-set-header): Remove to avoid duplication.
7b217360
DD
21294 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
21295 Refresh disassembly buffers only after threads list have been
21296 update.
21297 (gdb-threads-header, gdb-registers-header): Per-buffer header line
21298 variables.
21299
b4d84ecf
JL
213002009-08-04 Juri Linkov <juri@jurta.org>
21301
21302 * files.el: Commands to add/delete file/directory-local variables.
21303 (read-file-local-variable, read-file-local-variable-value)
21304 (read-file-local-variable-mode, modify-file-local-variable)
21305 (modify-file-local-variable-prop-line)
21306 (modify-dir-local-variable): New functions.
21307 (add-file-local-variable, delete-file-local-variable)
21308 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
21309 (add-dir-local-variable, delete-dir-local-variable)
21310 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
21311 (copy-dir-locals-to-file-locals-prop-line): New commands.
21312
42da39c1
CY
213132009-08-04 Chong Yidong <cyd@stupidchicken.com>
21314
21315 * abbrev.el (insert-abbrev-table-description): Prettify output.
21316 Suggested by Karl Chen.
21317
98bf8494
DD
213182009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
21319
78b9fb28 21320 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 21321 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
21322 (gdb-overlay-arrow-position, gdb-thread-position)
21323 (gdb-disassembly-position): Declare variables.
21324 (gdb-wait-for-pending): Function now.
21325 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
21326 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
21327 compilation goes smoothly.
21328 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
21329 (gdb-non-stop-setting): New customization setting which replaces
21330 `gdb-non-stop' so changing it doesn't break active GDB session.
21331 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
21332 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
21333 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
21334 (gdb-show-threads-by-default): New customization options.
21335 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
21336 routines.
21337 (gdb-get-buffer-create): Send buffers update signal when they are
21338 created.
21339 (gdb-invalidate-locals, gdb-invalidate-registers)
21340 (gdb-invalidate-breakpoints)
21341 (gdb-invalidate-threads, gdb-invalidate-disassembly)
21342 (gdb-invalidate-memory): Accept update signal.
21343 (gdb-current-context-command): Use --frame option.
21344 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
21345 Implement `gdb-frame-number' selection logic.
21346 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
21347 whether to show GUD toolbar buttons.
21348 (gdb-thread-exited): Unselect current thread when it exits.
21349 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
21350 (gdb-mark-line): Routine which sets overlay arrow or inverses
21351 video on fringeless displays.
21352 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
21353 to build aligned columns of data in GDB buffers and set text
21354 properties line-by-line.
21355 (gdb-invalidate-breakpoints)
21356 (gdb-breakpoints-list-handler-custom)
21357 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
21358 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
21359 (gdb-registers-handler-custom): Align data columns.
21360 (gdb-locals-handler-custom): Now prints data like in variable
21361 declarations.
21362 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
88b5a757 21363 Remove confusing buttons.
78b9fb28
DD
21364 (gdb-invalidate-threads): Append --frame.
21365 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
21366 between breakpoints/threads buffers.
21367 (gdb-set-window-buffer): Now can ignore dedicated windows.
21368 (gdb-propertize-header): Use `gdb-set-window-buffer'.
21369 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
21370 (def-gdb-thread-buffer-gud-command): Replaces
21371 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
21372 for fine thread control.
21373 (gdb-preempt-existing-or-display-buffer): New function used to
21374 display bound buffers without breaking window layout.
21375 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
21376 (gdb-select-frame): New version of `gdb-frames-select' which now
21377 sets `gdb-frame-number' so commands may use --frame option instead
21378 of inner debugger state.
21379 (gdb-frame-handler): Do not set `gdb-frame-number'.
21380 (gdb-threads-mode-map): Select threads with mouse.
21381
21382 * progmodes/gud.el (gdb-gud-context-call): Declare function to
21383 avoid compilation warning.
21384 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
21385 `gdb-show-stop-p`.
21386
566f3909
DD
21387 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
21388 Argument `key' renamed to `buffer-type'.
21389 (gdb-current-context-buffer-name): Do not add thread info to
21390 buffer name when no thread is selected.
21391 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
21392 command (bug 3794).
21393 (gdb-thread-selected): Handle `=thread-selected' notification.
21394 (gdb-wait-for-pending): New macro to deal with congestion problems.
21395 (gdb-breakpoints-list-handler-custom): Don't fail on pending
21396 breakpoints.
7b6fefac
JB
21397 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
21398 This fixes problem similar to one described in bug 3947.
566f3909
DD
21399 (gud-menu-map): More menu items.
21400 (gdb-init-1): Reset `gdb-thread-number' to nil.
21401
4a31122c
DD
21402 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
21403 non-stop settings.
21404
21405 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
21406 (gdb-current-context-command): Do not append --thread if
21407 `gdb-thread-number' is nil.
6a7662bb
BR
21408 (gdb-running-threads-count, gdb-stopped-threads-count):
21409 New variables.
4a31122c 21410 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
6a7662bb
BR
21411 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
21412 New customization options.
4a31122c
DD
21413 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
21414 GUD commands.
7b6fefac 21415 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
21416 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
21417 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
21418 set `gdb-thread-number' and update `gud-running' properly.
21419 (gdb-running): Update threads list when new threads appear.
21420 (gdb-stopped): Support non-stop operation and new thread switching
21421 logic.
21422 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
21423 (gdb-json-partial-output): New set of JSON routines.
21424 (def-gdb-auto-update-trigger): New `signal-list' optional
21425 argument.
21426 (gdb-thread-list-handler-custom): Update `gud-running',
21427 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
21428 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
21429 (gdb-continue-thread, gdb-step-thread): New commands for fine
21430 thread execution control.
21431 (gud-menu-map): New menu items to switch non-stop options.
21432 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 21433 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
21434
21435 * progmodes/gdb-mi.el (gdb-rules-name-maker)
21436 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
21437 gdb-buffer-rules.
21438 (def-gdb-auto-update-handler): New nopreserve optional argument.
21439 (gdb-stack-list-frames-custom): Print stack from top to bottom.
21440
88b5a757 21441 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
4a31122c
DD
21442 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
21443 (gdb-parent-mode): New mode to derive other GDB modes from.
21444 (gdb-display-disassembly-for-thread)
21445 (gdb-frame-disassembly-for-thread): New commands for threads
21446 buffer.
21447
21448 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
21449 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
21450 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
21451 (gdb-update): We now store all GDB buffers in a list so that they
21452 can be updated by traversing a list instead of calling invalidate
7b6fefac 21453 triggers explicitly.
a5c9f540
DD
21454 (def-gdb-trigger-and-handler): New macro to define trigger-handler
21455 pair for GDB buffer.
21456 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
21457 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
21458 handle pending triggers.
21459 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
21460 (def-gdb-thread-buffer-simple-command)
21461 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
21462 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
21463 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
21464 New commands which show buffers bound to thread.
88b5a757 21465 (gdb-stack-list-locals-regexp): Remove unused regexp.
4a31122c 21466
7b6fefac
JB
21467 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
21468 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
21469 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
21470 to (gud-comint-buffer) in *-buffer-name functions
21471 because (gdb-get-target-string) already does that.
21472 (gdb-locals-handler-custom, gdb-registers-handler-custom)
21473 (gdb-changed-registers-handler): Rewritten without regexps.
21474
ba214964 21475 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
21476 (gdb-thread-number): New variable.
21477 (gdb-current-context-command): New macro which adds --thread
21478 option to command.
7b6fefac 21479 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 21480 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 21481 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
21482 (gdb-select-thread): New command which selects current thread.
21483 (gdb-invalidate-frames, gdb-invalidate-locals)
21484 (gdb-invalidate-registers): Use --thread option.
20f12ed8 21485
2ac33804
MA
214862009-08-04 Michael Albinus <michael.albinus@gmx.de>
21487
21488 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 21489 robust. (Bug#3977)
2ac33804
MA
21490 (tramp-handle-insert-file-contents): `unwind-protect' must be
21491 inside `with-parsed-tramp-file-name'.
21492
21493 * net/tramp-gvfs.el (top): Remove superfluous message when loading
21494 fails.
21495
39d0296f
NR
214962009-08-03 Nick Roberts <nickrob@snap.net.nz>
21497
21498 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
21499 directory if CLASSPATH is not set.
21500
adcbca53
MA
215012009-08-03 Michael Albinus <michael.albinus@gmx.de>
21502
7b6fefac
JB
21503 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
21504 New defconst.
7ef849b6 21505 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 21506
30924b0b
CY
215072009-08-02 Kevin Ryde <user42@zip.com.au>
21508
7b6fefac
JB
21509 * net/newst-backend.el (newsticker--raw-url-list-defaults):
21510 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 21511
b6ce92f1
CY
215122009-08-02 Chong Yidong <cyd@stupidchicken.com>
21513
d977a092
CY
21514 * select.el (x-set-selection): Doc fix (Bug#4021).
21515
21516 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
21517
b6ce92f1
CY
21518 * help-fns.el (describe-variable): Treat list return values from
21519 dir-locals-find-file properly (Bug#4005).
21520
7b6fefac 215212009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
21522
21523 * net/tramp.el (tramp-debug-message): Print also microseconds.
21524
215252009-08-02 Michael Albinus <michael.albinus@gmx.de>
21526
21527 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
21528 or END is non-nil.
21529 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
21530 (tramp-get-debug-buffer): Change `outline-regexp' according to new
21531 format.
21532
5ce6e4f4 21533 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
21534 (tramp-get-file-property): Use it.
21535
6a7662bb
BR
21536 * autorevert.el (auto-revert-handler):
21537 Allow `auto-revert-tail-mode' for remote files.
3eedbc85 21538
2aafe808
JR
215392009-08-02 Jason Rumney <jasonr@gnu.org>
21540
21541 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 21542 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 21543
e094097c
CY
215442009-08-02 Chong Yidong <cyd@stupidchicken.com>
21545
21546 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
6a7662bb
BR
21547 (font-lock-variable-name-face, font-lock-constant-face):
21548 Darken the colors for light backgrounds.
e094097c 21549
de94f281
EZ
215502009-08-01 Eli Zaretskii <eliz@gnu.org>
21551
21552 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
21553 month names. (Bug#3987)
21554
54b99340
CY
215552009-07-31 Chong Yidong <cyd@stupidchicken.com>
21556
21557 * simple.el (line-move-finish): Pass whole number to
21558 line-move-to-column.
34be836c 21559 (line-move-visual): Perform hscroll to the recorded position.
54b99340 21560
38216c30
JB
215612009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
21562
21563 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
21564
c779896d
CY
215652009-07-29 Alan Mackenzie <acm@muc.de>
21566
21567 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
21568
592ccae0
DD
215692009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
21570
35edc6c6
DD
21571 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
21572 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 21573
5a9e3ab7
JB
215742009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
21575
21576 * calc/calc.el (calc-mode-map): Add keybinding for
21577 `calc-transpose-lines'.
21578
7b6fefac 215792009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
21580
21581 * calc/calc-misc.el (calc-transpose-lines): New function.
21582
905fb90e
MA
215832009-07-28 Michael Albinus <michael.albinus@gmx.de>
21584
21585 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
21586 Simplify check for out-of-band methods.
21587 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
21588 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
21589
76e14464
DN
215902009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
21591
21592 * vc-git.el (vc-git-checkin): Fix typo.
21593
6088b51f 215942009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
21595
21596 * progmodes/js2-mode.el: New file.
21597
b85157fe
NR
215982009-07-28 Nick Roberts <nickrob@snap.net.nz>
21599
21600 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
21601 (gud-menu-map): Adjust tooltip accordingly.
21602
d43c2b06
DN
216032009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
21604
1c0f0c3b
DN
21605 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
21606 (vc-bzr-log-view-mode): Adjust log-view-file-re.
21607
d43c2b06
DN
21608 * add-log.el (change-log-mode-map): Add a menu.
21609
3dec5c36
MA
216102009-07-27 Michael Albinus <michael.albinus@gmx.de>
21611
21612 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
21613 function returns nil.
21614 (dbus-handle-event): Handle special return value :ignore.
21615 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
21616
5704140c
CY
216172009-07-26 Chong Yidong <cyd@stupidchicken.com>
21618
21619 * view.el (view-mode-enable): Don't define Helper-return-blurb if
21620 it's not needed.
21621
3077d1f6
EZ
216222009-07-25 Eli Zaretskii <eliz@gnu.org>
21623
21624 Fix Bug#3888:
21625
21626 * w32-vars.el (x-select-enable-clipboard): Doc fix.
21627
21628 * term/pc-win.el (x-display-name, x-colors)
21629 (x-select-enable-clipboard, x-select-text): Doc fix.
21630
21631 * term/common-win.el (x-display-name, x-colors): Doc fix.
21632
21633 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
21634 (xw-defined-colors): Doc fix.
21635
21636 * w32-fns.el (x-select-text, x-setup-function-keys)
21637 (x-get-selection, x-set-selection): Doc fix.
21638
21639 * term/x-win.el (x-select-text, x-setup-function-keys)
21640 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
21641
21642 * select.el (x-set-selection): Doc fix.
21643
51768bc8
MA
216442009-07-25 Michael Albinus <michael.albinus@gmx.de>
21645
21646 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
21647 instead of "IsNSSSupportAvailable". Avahi ought to work also when
6a7662bb
BR
21648 "IsNSSSupportAvailable" method is not available.
21649 Reported by Steve Youngs <steve@sxemacs.org>.
51768bc8 21650
b11c2874
KH
216512009-07-24 Kenichi Handa <handa@m17n.org>
21652
21653 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 21654 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
21655 (build-unicode-category-table): Fix range checks.
21656
ba83b7b6
DN
216572009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
21658
21659 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
21660 the buffer we try to sync is current when calling
21661 vc-resynch-buffer.
21662
21663 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
21664 not show up to date files.
21665
7a8ae964
GM
216662009-07-24 Glenn Morris <rgm@gnu.org>
21667
21668 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
21669 Add autoload cookies. If necessary, initialize.
21670 (elint-log): Handle non-file buffers.
21671 (elint-initialize): Add optional argument to reinitialize.
21672 (elint-find-builtin-variables): Save excursion.
21673
a707eb05
DN
216742009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
21675
21676 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
21677 for Lint.
21678
0a2ddfa6
DN
216792009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
21680
d6a62b0d
DN
21681 * vc.el (vc-print-log-internal): New function, split out from ...
21682 (vc-print-log): ... here.
10b5dcad 21683 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 21684
0a2ddfa6
DN
21685 * vc-git.el (vc-git-add-signoff): New variable.
21686 (vc-git-checkin): Use it.
21687 (vc-git-toggle-signoff): New function.
21688 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
21689 (vc-git--run-command-string): Accept a nil FILE argument.
21690 (vc-git-stash-list): New function.
21691 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 21692
589a99f2
GM
216932009-07-23 Glenn Morris <rgm@gnu.org>
21694
21695 * help-fns.el (describe-variable): Describe ignored and risky local
21696 variables in a similar way to that in which we describe safe ones.
21697
21698 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
21699 (byte-compile-output-file-form, byte-compile-output-docform)
21700 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
21701 Give some more local variables with common names a "bytecomp-" prefix,
21702 so as not to shadow things during compilation.
21703 * emacs-lisp/cl-macs.el (load-time-value)
21704 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
21705 `outbuffer' to `bytecomp-outbuffer'.
21706
21707 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
21708 since the next two variables cover them automatically now.
21709 (elint-builtin-variables, elint-autoloaded-variables): New.
21710 (elint-unknown-builtin-args): Remove all members, since they can be
21711 parsed automatically now.
21712 (elint-extra-errors): New.
21713 (elint-env-add-env, elint-env-add-macro): Use cadr.
21714 (elint-current-buffer): Use or. Change final message.
21715 (elint-get-top-forms): Use line-end-position.
21716 (elint-init-env): Use cadr. Handle autoload, declare-function,
21717 and defalias.
21718 (elint-add-required-env): Doc fix. Use or. Standardize error.
21719 (regexp-assoc): Remove unused function.
21720 (elint-top-form): Set elint-current-pos, to record the start of the
21721 top-level form, for compilation-mode.
21722 (elint-form): Trap errors in macro expansion. Use dolist.
21723 (elint-unbound-variable): Use elint-builtin-variables and
21724 elint-autoloaded-variables.
21725 (elint-get-args): Use cadr, or.
21726 (elint-check-cond-form): Use dolist, cadr.
21727 (elint-check-condition-case-form): Doc fix. Use cadr.
21728 Use elint-extra-errors.
21729 (elint-log): New function.
21730 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
21731 Distinguish errors and warnings.
21732 (elint-log-message): Use with-current-buffer. Inhibit read-only.
21733 Use a bytecomp-style format.
21734 (elint-clear-log): Preserve default-directory. Inhibit read-only.
21735 (elint-get-log-buffer): Use compilation mode. Disable undo.
21736 Don't truncate lines.
21737 (elint-initialize): Set builtin and autoloaded variable lists.
21738 Only process elint-unknown-builtin-args if non-nil.
21739 (elint-find-builtin-variables, elint-find-autoloaded-variables):
21740 New functions.
21741 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
21742
855b42a2
GM
217432009-07-22 Kevin Ryde <user42@zip.com.au>
21744
21745 * net/newst-backend.el (newsticker--parse-atom-1.0)
21746 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
21747 (newsticker--parse-rss-1.0):
21748 * progmodes/idlwave.el (idlwave-mode):
21749 * progmodes/idlw-shell.el (idlwave-shell-mode):
21750 * progmodes/vera-mode.el (vera-mode):
21751 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
21752 * progmodes/vhdl-mode.el (vhdl-mode):
21753 * textmodes/table.el (table-generate-source)
21754 (table--warn-incompatibility):
21755 Hyperlink urls in docstrings with URL `...'.
21756
fd413a37
GM
217572009-07-22 Glenn Morris <rgm@gnu.org>
21758
cb711556
GM
21759 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
21760 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
21761 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
21762 Remove leading * from defcustom docs.
21763
fd413a37
GM
21764 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
21765
21766 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
21767 defcustom doc.
21768 (list-load-path-shadows): Optionally, just return shadows as a string.
21769
21770 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
21771
a4f69701
CY
217722009-07-21 Chong Yidong <cyd@stupidchicken.com>
21773
6a7662bb
BR
21774 * mail/rmailedit.el (rmail-edit-mode):
21775 Use auto-save-include-big-deletions.
a4f69701 21776
6a7662bb
BR
21777 * mail/rmail.el (rmail-variables):
21778 Use auto-save-include-big-deletions.
a4f69701
CY
21779
21780 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
21781 changes.
21782
ec06459c
JB
217832009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
21784
21785 * calc/calc.el (calc-undo-length): New variable.
21786 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
21787
b41b0976
RS
217882009-07-21 Richard Stallman <rms@gnu.org>
21789
21790 * files.el (auto-save-mode): Handle buffer-save-size = -2
21791 for toggling mode.
21792
4ed32706
GM
217932009-07-21 Glenn Morris <rgm@gnu.org>
21794
531b1264
GM
21795 * textmodes/ispell.el (ispell-looking-back): Update declaration.
21796
55d27f41
GM
21797 * calendar/todo-mode.el (calendar-current-date): Update declaration.
21798
02df3f4d
GM
21799 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
21800 silence compiler. Instead...
21801 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
21802 (ps-print-ensure-fontified): Update for above function name changes.
21803
fdd8417e
GM
21804 * printing.el (pr-mh-get-msg-num, pr-mh-show)
21805 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
21806 silence compiler. Instead...
21807 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
21808 (mh-show-buffer): Only define for compiler.
21809 (pr-mh-current-message): Update for above function name changes.
21810
4ed32706
GM
21811 * files.el (abort-if-file-too-large): Explicitly pass `filename'
21812 as an argument.
21813 (find-file-noselect, insert-file-1): Update for above change.
21814
21815 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
21816
21817 * mail/mailclient.el (mailclient-send-it): Fix message.
21818
21819 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
21820 (edebug-eval): Check cl-debug-env is bound.
21821 (print-level, print-circle): Don't redefine built-in variables.
21822
21823 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
21824 (custom-print-vectors): Remove old comments from doc.
21825
21826 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
21827 (emerge-version): Make the variable an obsolete alias for the
21828 emacs-version variable. Make the function obsolete.
21829 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
21830 Emerge options, rather than merging in into the main Options menu.
21831 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
21832 and auto advance modes. Disable edit/fast items when not relevant.
21833
86812144
CY
218342009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
21835
21836 * term/vt420.el (terminal-init-vt420): Fix typo.
21837
6bb90094
SS
218382009-07-20 Sam Steingold <sds@gnu.org>
21839
21840 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
21841 variable (removed from compile.el on 2004-03-11).
21842
42e0a725
CY
218432009-07-20 Chong Yidong <cyd@stupidchicken.com>
21844
21845 * files.el (hack-local-variables-filter): Fix last change.
21846
2ee20f24
JL
218472009-07-19 Juri Linkov <juri@jurta.org>
21848
21849 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
21850 (dir-local-variables-alist): New buffer-local variable.
21851 (hack-local-variables-filter): If variable is not dir-local,
21852 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
21853 because file-local overrides dir-local.
3570691b 21854 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
21855 Remove obsolete declaration.
21856 (hack-dir-local-variables): Add dir-local variable/value pair to
21857 `dir-local-variables-alist' and remove duplicates. Doc fix.
21858
21859 * help-fns.el (describe-variable): Add information about
21860 file-local and dir-local variables.
21861
89bf83cd
CY
218622009-07-19 Chong Yidong <cyd@stupidchicken.com>
21863
21864 * files.el (hack-local-variables-filter): Rewrite.
21865
1a8d3541
GM
218662009-07-19 Glenn Morris <rgm@gnu.org>
21867
d9e8a018
GM
21868 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
21869 Silence compiler by only defining on XEmacs.
21870
da332cfb
GM
21871 * international/mule.el (auto-coding-regexp-alist): Only match
21872 BABYL... at the start of buffer, not of lines. (Bug#3790)
21873
1a8d3541
GM
21874 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
21875 non-calendar buffers (Bug#3862). Restore "not on a date" message.
21876 (cal-menu-context-mouse-menu): Doc fix.
21877
21878 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
21879
21880 * simple.el (mail-user-agent): Doc fix. Set :version tag.
21881
d842b103
JL
218822009-07-18 Juri Linkov <juri@jurta.org>
21883
21884 * info.el: Virtual Info keyword finder.
3570691b 21885 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
21886 (Info-finder-file): New variable.
21887 (Info-finder-find-file): New function.
21888 (finder-known-keywords, finder-package-info)
21889 (find-library-name, lm-commentary): Use defvar and
21890 declare-function to silence compiler warnings.
21891 (Info-finder-find-node): New function.
21892 (info-finder): New command.
21893
21894 * subr.el (process-kill-buffer-query-function): New function.
21895 (add-hook)<kill-buffer-query-functions>: Add hook
21896 `process-kill-buffer-query-function'.
21897
10d37df7
AM
218982009-07-18 Alan Mackenzie <acm@muc.de>
21899
7b6fefac 21900 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
21901 (c-postprocess-file-styles): Give invocation of `c-set-style'
21902 DONT-OVERRIDE parameter of t. Already set style variables will
21903 thus not be overridden by style settings given by `c-file-syle'.
21904
21905 * files.el (hack-local-variables-filter): Remove entries with
21906 duplicate keys from `file-local-variables-alist'.
21907
102e1a41
EZ
219082009-07-18 Eli Zaretskii <eliz@gnu.org>
21909
21910 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
21911 x-set-selection if display-selections-p returns nil for the
21912 current frame.
21913
16f2e9fc
CY
219142009-07-18 Chong Yidong <cyd@stupidchicken.com>
21915
21916 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
21917
f22693fc
EZ
219182009-07-18 Eli Zaretskii <eliz@gnu.org>
21919
a6c2c80c
EZ
21920 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
21921 Accept nil in addition to a regexp.
21922 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
21923 Accept nil in addition to a regexp.
21924 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
21925 buffers that have an associated file. Handle nil values of
21926 desktop-buffers-not-to-save and desktop-files-not-to-save.
21927 (Bug#3833)
21928
f22693fc
EZ
21929 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
21930 (x-disown-selection-internal): New functions.
21931
e456379a
NR
219322009-07-18 Nick Roberts <nickrob@snap.net.nz>
21933
21934 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
21935 warning.
21936 (gdb-breakpoints-header): Move forward to avoid compiler warning.
21937 (gdb-make-header-line-mouse-map): Remove duplicate definition.
21938
0013b70f
CY
219392009-07-18 David De La Harpe Golden <david@harpegolden.net>
21940
21941 * simple.el (set-mark): Revert last change.
21942
0855c2ca
CY
219432009-07-17 Tassilo Horn <tassilo@member.fsf.org>
21944
21945 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
21946 rendering of pngs is not possible instead of messaging a long
21947 description.
21948
3f5c9cad
CY
219492009-07-17 David De La Harpe Golden <david@harpegolden.net>
21950
21951 * w32-fns.el (x-selection-owner-p): New function.
21952
21953 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6a7662bb
BR
21954 (mouse-yank-at-click, mouse-yank-primary):
21955 If select-active-regions is non-nil, deactivate the mark before
6c6a75d5 21956 insertion.
3f5c9cad
CY
21957
21958 * simple.el (deactivate-mark, set-mark): Only save selection if we
21959 own it.
21960
1fc87f9b
KH
219612009-07-17 Kenichi Handa <handa@m17n.org>
21962
21963 * case-table.el (describe-buffer-case-table): Fix for the case
21964 that KEY is a cons.
21965
d56fdcd2
DN
219662009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
21967
21968 * vc-rcs.el (vc-rcs-find-file-hook):
21969 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
21970
bede3e9f
MA
219712009-07-16 Michael Albinus <michael.albinus@gmx.de>
21972
21973 * net/tramp.el (tramp-wait-for-output): Handle the case when
21974 commands do not return a newline but a null byte before the shell
21975 prompt. (Bug#3858)
21976
7653ca1d
YM
219772009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21978
21979 * term/ns-win.el (ns-set-alpha): Don't declare.
21980 (ns-set-background-alpha): Remove function.
21981
ed2a52e9
SM
219822009-07-16 Kevin Ryde <user42@zip.com.au>
21983
21984 * emacs-lisp/copyright.el (copyright-update): Save match-data across
21985 y-or-n-p, for safety.
21986
7a907299
RS
219872009-07-16 Richard Stallman <rms@gnu.org>
21988
21989 * files.el (auto-save-mode): If buffer-saved-size is -2,
21990 don't clobber it.
21991
21992 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
21993 (rmail-retry-ignored-headers): Add more uninteresting fields.
21994
c0db3477
CY
219952009-07-15 Jari Aalto <jari.aalto@cante.net>
21996
21997 * net/rcirc.el (rcirc): Use history variables.
21998 (rcirc-server-name-history, rcirc-nick-name-history)
21999 (rcirc-server-port-history): New variables.
22000
6c875452
KH
220012009-07-15 Kenichi Handa <handa@m17n.org>
22002
bf974dc9
KH
22003 * international/mule-cmds.el (set-language-environment-charset):
22004 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
22005 ignore them.
22006
6c875452
KH
22007 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
22008 Delete unibyte-display.
22009
2066b4fe
CY
220102009-07-15 Chong Yidong <cyd@stupidchicken.com>
22011
22012 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
22013
f9be2e35
CY
220142009-07-15 Chong Yidong <cyd@stupidchicken.com>
22015
22016 * simple.el (deactivate-mark): Optional argument FORCE.
22017 (set-mark): Use deactivate-mark.
22018
22019 * info.el (Info-search): No need to check transient-mark-mode
22020 before calling deactivate-mark.
22021
22022 * select.el (x-set-selection): Doc fix.
22023 (x-valid-simple-selection-p): Allow buffer values.
6a7662bb
BR
22024 (xselect--selection-bounds): Handle buffer values.
22025 Suggested by David De La Harpe Golden.
f9be2e35 22026
6a7662bb
BR
22027 * mouse.el (mouse-set-region, mouse-drag-track):
22028 Call copy-region-as-kill before setting the mark, to let
f9be2e35
CY
22029 select-active-regions work.
22030
be3e598a 220312009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
22032
22033 * simple.el (deactivate-mark): If select-active-regions is
22034 non-nil, copy the selection data into a string.
22035 (activate-mark): If select-active-regions is non-nil, set the
22036 selection to the current buffer.
22037 (set-mark): Update selection if select-active-regions is non-nil.
22038
22039 * select.el (x-valid-simple-selection-p): Allow buffer values.
22040
cbd61418
SM
220412009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
22042
22043 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
22044 and more featureful message-mode.
22045
f470187f
CY
220462009-07-14 Chong Yidong <cyd@stupidchicken.com>
22047
22048 * select.el (x-set-selection): Doc fix.
22049 (x-valid-simple-selection-p): Disallow selection data consisting
22050 of a list or cons of integers, since that is not used.
22051 (xselect--selection-bounds, xselect--int-to-cons): New functions.
22052 (xselect-convert-to-string, xselect-convert-to-length)
22053 (xselect-convert-to-filename, xselect-convert-to-charpos)
22054 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
22055
bfc99364
DD
220562009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
22057
22058 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
22059 output in -break-info command (Emacs bug #3794).
22060
e32721f5
GM
220612009-07-14 Glenn Morris <rgm@gnu.org>
22062
1e46f9e4
GM
22063 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
22064 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
22065 (edebug-print-length, edebug-print-level, edebug-print-circle)
22066 (edebug-sit-for-seconds, edebug-view-outside)
22067 (edebug-bounce-point, edebug-set-global-break-condition)
22068 (edebug-Go-nonstop-mode, edebug-trace-mode)
22069 (edebug-Trace-fast-mode, edebug-continue-mode)
22070 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
22071 (edebug-visit-eval-list): Doc fixes.
22072
e32721f5
GM
22073 * subr.el (def-edebug-spec): Doc fix.
22074
66a85e76
KH
220752009-07-14 Kenichi Handa <handa@m17n.org>
22076
22077 * international/characters.el: Fix setting of category ?C.
22078
28571246
JD
220792009-07-13 Jan Djärv <jan.h.d@swipnet.se>
22080
7b6fefac 22081 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
22082 ns-popup-font-panel instead of generate-fontset-menu.
22083
5d74672c
EZ
220842009-07-12 Eli Zaretskii <eliz@gnu.org>
22085
7b6fefac 22086 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 22087
eb1727a4
CY
220882009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
22089
22090 * arc-mode.el (archive-find-type): Allow for a PK00 string before
22091 the PK\003\004 header (Bug#3770).
22092
208384c5
CY
220932009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
22094
22095 * pcomplete.el (pcomplete-comint-setup): Check for
22096 shell-dynamic-complete-filename too.
22097
774409a1
CY
220982009-07-11 Chong Yidong <cyd@stupidchicken.com>
22099
22100 * simple.el (temporary-goal-column): Change the value for
22101 line-move-visual to a cons cell.
22102 (line-move-visual): Record or set the window hscroll, if
22103 necessary (Bug#3494).
22104 (line-move-1): Handle cons value of temporary-goal-column.
22105
1639ee1d
KH
221062009-07-11 Kenichi Handa <handa@m17n.org>
22107
22108 * international/mule-diag.el (describe-character-set): Don't show
22109 width.
22110
2b1d2412
SS
221112009-07-10 Sam Steingold <sds@gnu.org>
22112
22113 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22114 Omake sometimes indents the errors it prints, so allow all
22115 regexps to start with spaces.
22116
ed3a5691
EZ
221172009-07-10 Eli Zaretskii <eliz@gnu.org>
22118
ed2a52e9
SM
22119 * cus-edit.el (customize-changed-options-previous-release):
22120 Bump value to 22.1. (Bug#3804)
ed3a5691 22121
49405d0e
SS
221222009-07-08 Sam Steingold <sds@gnu.org>
22123
22124 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
22125 to be a cons cell (test . ignored-directory) to selectively ignore
22126 some directories depending on the location of the search.
22127
93c3eb7c
MA
221282009-07-08 Michael Albinus <michael.albinus@gmx.de>
22129
22130 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
22131 remote user is root, on the local host.
22132 (tramp-local-host-p): Either the local user or the remote user
22133 must be root. (Bug#3771)
22134
6f2a8484
NR
221352009-07-08 Nick Roberts <nickrob@snap.net.nz>
22136
22137 * progmodes/gdb-mi.el (gdb): Remove description of
22138 gdb-use-separate-io-buffer.
69cb8d82 22139 (menu): Don't allow toggling of or enable
6f2a8484
NR
22140 gdb-use-separate-io-buffer from menubar.
22141
88d03607
CY
221422009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
22143
22144 * mail/unrmail.el (unrmail): Make sure the message ends with two
22145 newlines (Bug#3769).
22146
7ef5b8b2
GM
221472009-07-08 Glenn Morris <rgm@gnu.org>
22148
22149 * calendar/calendar.el (calendar-current-date): Rework previous change.
22150
3ce82f97
GM
221512009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
22152
22153 * calendar/calendar.el (calendar-current-date):
22154 Add an optional argument giving an offset from today.
22155
f35fc841
GM
221562009-07-08 Glenn Morris <rgm@gnu.org>
22157
22158 * tutorial.el (tutorial--describe-nonstandard-key):
22159 Adjust the message for when a key has been unbound.
22160 (help-with-tutorial): Hide the arch-tag.
22161
40149292
KH
221622009-07-08 Kenichi Handa <handa@m17n.org>
22163
69cb8d82
KH
22164 * international/fontset.el (setup-default-fontset): For each
22165 script, append (not set) font-specs.
22166
40149292
KH
22167 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
22168 docstring.
22169
ff0c4194
NR
221702009-07-08 Nick Roberts <nickrob@snap.net.nz>
22171
22172 * progmodes/gdb-mi.el (gdb-init-1): Move sending
22173 -data-list-register-names to ...
22174 (gdb-starting): ... here because GDB 7.0 requires execution to
22175 have started when using this MI command.
22176 (gdb-set-header): New function to distinguish select and
22177 unselected tabs in gdb buffers.
22178 (gdb-propertize-header): New macro that uses gdb-set-header.
22179 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 22180 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 22181
8954c675
CY
221822009-07-07 Chong Yidong <cyd@stupidchicken.com>
22183
22184 * Makefile.in (ELCFILES): Remove fadr.elc.
22185
0996385d
DD
221862009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
22187
dc6b4519
DD
22188 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
22189 may contain frame information, so `string-match' should be used.
22190 (gdb-update): Disassembly is invalidated through
22191 `gdb-get-selected-frame'.
22192 (gdb-pad-string): New function to pad string with spaces.
22193 (gdb-invalidate-disassembly): Invalidate only if the buffer
22194 exists.
22195 (gdb-disassembly-handler-custom): Column alignment.
22196 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
22197 placing new ones.
22198 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
22199 end of line, too.
22200 (gdb-frame-handler): Match convention to for disassembly buffer
22201 mode name.
17c1380b 22202 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
22203 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
22204 not highlight breakpoints without line information.
69a197a2 22205 (gdb-input): Add trailing newline to command.
dc6b4519 22206
14340b25
DD
22207 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
22208 buffer properly.
22209 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 22210 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
22211 now.
22212 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
22213 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
22214 to place breakpoints.
14340b25
DD
22215 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
22216 functions.
22217 (gdb-disassembly-handler-custom): Show overlay arrow.
22218 (gdb-disassembly-place-breakpoints): Show breakpoints in
22219 disassembly buffer.
22220 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 22221 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 22222 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 22223 in `gud-menu-map'.
14340b25 22224
38d4f316 22225 * fadr.el: Remove.
1f2a6224 22226
7b6fefac 22227 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 22228 (gdb-memory-address): New variable which holds top address of
7b6fefac 22229 memory page shown in memory buffer.
6a7662bb
BR
22230 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
22231 New customization variables.
0996385d
DD
22232 New functions:
22233 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
22234 display the memory buffer.
22235 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
22236 buffer display parameters.
22237 (def-gdb-memory-format, gdb-memory-format-binary)
22238 (gdb-memory-format-octal, gdb-memory-format-unsigned)
22239 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
22240 Functions for setting memory buffer format.
22241 (gdb-memory-unit-word, gdb-memory-unit-halfword)
22242 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
22243 unit size used in memory buffer.
6a7662bb
BR
22244 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
22245 Switch to next/previous page of memory buffer.
28d67a53 22246 Now using (bindat-get-field) instead of fadr functions.
0996385d 22247
9ba562d3
SS
222482009-07-07 Sam Steingold <sds@gnu.org>
22249
22250 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
22251 non-top-level files.
22252
a43977db
KH
222532009-07-07 Kenichi Handa <handa@m17n.org>
22254
6a7662bb
BR
22255 * international/mule-cmds.el (reset-language-environment):
22256 Put the highset priority to the charset iso-8859-1.
a43977db 22257
d44d05e8
CY
222582009-07-06 Chong Yidong <cyd@stupidchicken.com>
22259
22260 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
22261 to the end of the line when locating the block (Bug#700).
22262
3e2fa353
MA
222632009-07-06 Michael Albinus <michael.albinus@gmx.de>
22264
22265 * net/tramp.el (tramp-handle-write-region): Flush file properties
22266 in case of short track.
22267
be3e598a 222682009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 22269
bf0b361c
JB
22270 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
22271 Coded custom representation of verilog error regular expressions
22272 to work with Emacs-22's new format.
d88782c3 22273 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 22274 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
22275 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
22276 error recognition into XEmacs.
22277 (verilog-error-regexp-add-emacs): Hook routine to install verilog
22278 error recognition into Emacs-22.
22279
25c6f63e
CY
222802009-07-06 Chong Yidong <cyd@stupidchicken.com>
22281
22282 * woman.el: Remove stand-alone closing parentheses.
22283 (woman-file-name, woman2-format-paragraphs)
22284 (woman-leave-blank-lines): Code cleanup.
22285 (woman-use-own-frame): Change default to nil.
6a7662bb
BR
22286 (woman-italic, woman-bold, woman-unknown, woman-addition):
22287 Change defaults to inherit from default faces.
25c6f63e
CY
22288 (woman2-process-escapes): Consume the newline after a stand-alone
22289 filler character (Bug#3651).
22290
f176290e
GM
222912009-07-06 Glenn Morris <rgm@gnu.org>
22292
22293 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
22294 (top-level): Move provide to the end.
22295 (ffap): Remove defunct URL from custom group.
22296
22297 * subr.el (eval-after-load): Doc fix.
22298
7b6fefac 222992009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
22300
22301 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
22302 `calc-embedded-word' is called twice.
22303
4b8b1ec5
SM
223042009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22305
22306 * files.el (find-alternate-file-other-window, find-alternate-file):
22307 Obey confirm-nonexistent-file-or-buffer.
22308
d6ceb380
MA
223092009-07-05 Michael Albinus <michael.albinus@gmx.de>
22310
22311 * dired-aux.el (dired-show-file-type): Handle remote files.
22312
be3e598a 223132009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 22314
4b8b1ec5
SM
22315 * desktop.el (desktop-globals-to-save):
22316 Add file-name-history (Bug#2750).
c760f19e 22317
6d00ce04
CY
223182009-07-05 Chong Yidong <cyd@stupidchicken.com>
22319
4b8b1ec5 22320 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 22321
6ee21b07
JB
223222009-07-04 Johan Bockgård <bojohan@gnu.org>
22323
22324 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
22325 property on entire argument since this is what eshell-lisp-command
22326 expects.
22327
f0dbdc25
MA
223282009-07-03 Michael Albinus <michael.albinus@gmx.de>
22329
22330 * net/tramp-gvfs.el (tramp-gvfs-methods)
22331 (tramp-gvfs-zeroconf-domain)
22332 (tramp-bluez-discover-devices-timeout): Add version flag.
22333 (tramp-gvfs-handler-mounted-unmounted)
22334 (tramp-gvfs-connection-mounted-p): Polish handling of
22335 incompatibilities between GVFS 0.2 and 1.0.
22336
e044e4fc
JD
223372009-07-03 Jan Djärv <jan.h.d@swipnet.se>
22338
4b8b1ec5 22339 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 22340
2e9b968b
JB
223412009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
22342
bf0b361c 22343 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
22344 formatted correctly.
22345
baf1a55e
JL
223462009-07-02 Juri Linkov <juri@jurta.org>
22347
22348 * info.el: Virtual Info files and nodes.
22349 (Info-virtual-files, Info-virtual-nodes): New variables.
22350 (Info-current-node-virtual): New variable.
22351 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
22352 New functions.
22353 (Info-file-supports-index-cookies): Use Info-virtual-file-p
22354 to check for a virtual file instead of checking a fixed list
22355 of node names.
22356 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
22357 instead of ad-hoc processing of "dir" and (apropos history toc).
22358 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
22359 instead of ad-hoc processing of "dir" and (apropos history toc).
22360 Reread a file when moving from a virtual node.
22361 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
22362 (Info-directory-toc-nodes, Info-directory-find-file)
22363 (Info-directory-find-node): New functions.
22364 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
22365 (Info-history): Move part of code to
22366 `Info-history-find-node'.
22367 (Info-history-toc-nodes, Info-history-find-file)
22368 (Info-history-find-node): New functions.
22369 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
22370 (Info-toc): Move part of code to `Info-toc-find-node'.
22371 (Info-toc-find-node): New function.
4b8b1ec5 22372 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
22373 the current Info file name to references because now the node
22374 "*TOC*" belongs to the same Info manual.
4b8b1ec5 22375 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
22376 (Info-toc-nodes): Rename input argument `file' to `filename'.
22377 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
22378 instead of ad-hoc processing of ("dir" apropos history toc).
22379 (Info-index-nodes): Use Info-virtual-file-p
22380 to check for a virtual file instead of checking a fixed list
22381 of node names.
22382 (Info-index-node): Add check for `Info-current-node-virtual'.
22383 Raise `save-match-data' higher up the tree to contain
22384 `search-forward' too (bug fix).
22385 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
22386 (Info-virtual-index-nodes): New variable.
22387 (Info-virtual-index-find-node, Info-virtual-index): New functions.
22388 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
22389 (Info-apropos-file, Info-apropos-nodes): New variables.
22390 (Info-apropos-toc-nodes, Info-apropos-find-file)
22391 (Info-apropos-find-node, Info-apropos-matches): New functions.
22392 (info-apropos): Move part of code to `Info-apropos-find-node' and
22393 `Info-apropos-matches'.
22394 (Info-mode-map): Bind "I" to `Info-virtual-index'.
22395 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
22396 for a virtual file instead of checking a fixed list of node names.
22397
22398 * simple.el (async-shell-command): New command.
22399
22400 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
22401
22402 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
22403 instead of `mount-info'.
22404
d04bc496
MA
224052009-07-02 Michael Albinus <michael.albinus@gmx.de>
22406
22407 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 22408 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 22409
af0403e0
KH
224102009-07-02 Kenichi Handa <handa@m17n.org>
22411
22412 * international/mule.el (set-keyboard-coding-system): Force *-unix
22413 coding-system to avoid eol conversion.
22414
99278f8a
MA
224152009-07-01 Michael Albinus <michael.albinus@gmx.de>
22416
4b8b1ec5
SM
22417 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
22418 Add handler for `process-file', `shell-command' and
99278f8a
MA
22419 `start-file-process'.
22420 (tramp-gvfs-handle-shell-command)
22421 (tramp-gvfs-handle-start-file-process)
22422 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 22423 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 22424
3f1c6666
JD
224252009-07-01 Jan Djärv <jan.h.d@swipnet.se>
22426
22427 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
22428
3f396bac
KH
224292009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
22430
22431 * language/korean.el (set-language-info-alist): Add korean-cp949,
22432 cp949 to spec.
22433
c1185193
KH
224342009-07-01 Kenichi Handa <handa@m17n.org>
22435
22436 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
22437
22438 * international/encoded-kb.el: Deleted.
22439
22440 * international/mule.el (set-keyboard-coding-system): Perform the
22441 necessary setup here instead of calling encoded-kbd-setup-display.
22442
3f150a60
GM
224432009-07-01 Glenn Morris <rgm@gnu.org>
22444
22445 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
22446
b0d5b05b
GM
224472009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
22448
22449 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
22450
4f4126e6
MA
224512009-06-30 Michael Albinus <michael.albinus@gmx.de>
22452
4b8b1ec5
SM
22453 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
22454 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 22455 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 22456
7ae3ea65 22457 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
22458 (top): Add a default for "synce" in `tramp-default-user-alist'.
22459 Add completion function for "synce" method.
22460 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
22461 (tramp-hal-interface-manager, tramp-hal-interface-device):
22462 New defconst.
22463 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
22464 (tramp-synce-list-devices, tramp-synce-parse-device-names):
22465 New defuns.
d6ceb380
MA
22466
22467 * net/trampver.el: Update release number.
7ae3ea65 22468
0ad6626b
KH
224692009-06-30 Kenichi Handa <handa@m17n.org>
22470
22471 * international/fontset.el (setup-default-fontset): Add CJK fonts
22472 for symbols and the other miscellaneous characters.
22473
4b8b1ec5
SM
22474 * language/korea-util.el (setup-korean-environment-internal):
22475 Make char-width-table suitable for Korean environments.
0ad6626b
KH
22476 (exit-korean-environment): Cancel above.
22477
22478 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
22479 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 22480 setup-function to make char-width-table suitable for respective
0ad6626b
KH
22481 environments, and an exit-function to cancel that.
22482
22483 * language/japan-util.el (setup-japanese-environment-internal):
22484 Call use-cjk-char-width-table with arg `ja_JP'.
22485
22486 * international/characters.el (cjk-char-width-table): Delete it.
22487 (cjk-char-width-table-list): New variable.
22488 (use-cjk-char-width-table): New arg local-name.
22489 (use-default-char-width-table): Fix for the case that Emacs is
22490 already using the default char-width-table.
22491
fd46e893
MA
224922009-06-29 Michael Albinus <michael.albinus@gmx.de>
22493
22494 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
22495 modes mandatory. (Bug#3712)
22496
b87d9f96
AM
224972009-06-29 Alan Mackenzie <acm@muc.de>
22498
22499 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 22500 correction between the visible width of TABs and their number of bytes.
b87d9f96 22501
2d25aa5a
CY
225022009-06-29 Chong Yidong <cyd@stupidchicken.com>
22503
22504 * server.el (server-buffer-done): Prevent kill-buffer from
22505 prompting by clearing the buffer modification flag (Bug#3696).
22506
a3a8b002
DN
225072009-06-28 Michael McNamara <mac@mail.brushroad.com>
22508
bf0b361c 22509 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 22510 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
22511 (verilog-basic-complete-re): Support localparam lineup.
22512 (verilog-beg-of-statement-1): Fix for robustness, unique case.
22513 (verilog-set-auto-endcomments): Fix for unique case, always_comb
22514 commenting.
22515 (verilog-leap-to-case-head): Now support *nested* unique &
22516 priority case statements.
22517 (verilog-auto-lineup): Make just declarations the default (as it
22518 had been).
4b8b1ec5 22519 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 22520 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 22521 select the various styles of automatic lineup.
a3a8b002
DN
22522 (verilog-error-regexp-alist): Rework to support the XEmacs style
22523 of error regular expressions from compilers, lint tools &
22524 simulators. Note that GNU Emacs has made it impossible for a mode
22525 to load such things.
22526 (electric-verilog-terminate-line, verilog-indent-declaration)
22527 (verilog-auto-wiure): Rework for radio button selection of
22528 auto-lineup selection of specification of auto lineup.
22529 (verilog-beg-of-statement-1): Redesign to support proper operation
22530 in additional code, based on testing with auto-lineup.
22531 (verilog-calculate-indent, assignments & declarations)
22532 (verilog-backward-token): Enhance to support auto-lineup of
22533 assignments & declarations.
22534 (verilog-in-directive-p, verilog-at-struct-p): New function for
22535 easy test of whether we are.
22536 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
22537 to support safe execution at almost anyline.
22538 (verilog-calc-1): Properly support indenting deep inside generate
22539 blocks.
48c2d18a 22540 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 22541 as it is redundant with font-lock-defaults.
a8f316ca 22542 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
22543 to avoid circular calls if syntax-ppss is a function (as is the
22544 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 22545 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
22546 (verilog-ovm-begin-re, verilog-ovm-end-re)
22547 (verilog-ovm-statement-re, verilog-leap-to-head)
22548 (verilog-backward-token): Add support for OVM macros. Some are
22549 complete statements, and others open and close scopes like begin
22550 and end.
22551 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
22552 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 22553 compilation issue.
48c2d18a 22554 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 22555 coverpoint, constraint and cross statements.
a3a8b002
DN
22556 (verilog-defun-level-list, verilog-generate-defun-level-list)
22557 (verilog-all-defun-level-list): Redo these specifications - it is
22558 too hard to support eval-when compile aggregation of lists also
22559 built at when-compile time.
22560 (verilog-defun-level-list): Place defconsts of variables used in
22561 building regular expressions which are built in eval-when-compile
22562 bodies in the same eval-when-compile body to facilitate compile
22563 without load.
22564 (verilog-beg-block-re-ordered): Support indenting
22565 virtual/protected tasks and functions.
7b6fefac 22566 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
22567 (verilog-backward-ws&directives, verilog-calc-1): Speed up
22568 indentation of some module items (generate items).
22569 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
22570 across virtual/protected tasks and functions.
22571
225722009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
22573
bf0b361c 22574 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 22575 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
22576 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
22577 in concatenations. Reported by Yishay Belkind.
22578 (verilog-auto-ascii-enum): Support one-hot state machines in
22579 AUTOASCIIENUM. Suggested by Lloyd Gomez.
22580 (verilog-auto-inst, verilog-auto-inst-port): Include interface
6a7662bb
BR
22581 modport in AUTOINST and add vl-modport for users.
22582 Reported by David Rogoff.
a3a8b002
DN
22583 (verilog-auto-inout-module, verilog-auto-inst)
22584 (verilog-decls-get-interfaces, verilog-insert-definition)
22585 (verilog-insert-one-definition, verilog-read-decls)
22586 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
22587 (verilog-sig-modport, verilog-signals-combine-bus)
22588 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
22589 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
22590 Suggested by David Rogoff.
22591 (verilog-repair-open-comma): Fix non-insertion of comma when
22592 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
22593 (verilog-make-width-expression): Simplify [A-1:0] expression
22594 widths to just {A{1'b0}}.
22595 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
22596 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
22597 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
22598 inputs/outputs or data type. Suggested by Vasu Kandadi.
22599 (next-error-last-buffer): Fix byte-compiler warning.
22600 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
22601 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 22602 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 22603 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5 22604 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
01c35094 22605 Fix dotted nets {a.b,c.d} and escaped identifiers being mis-included
7b6fefac 22606 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
22607 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
22608 causing use of <= assignments. Reported by Alex Reed.
22609 (verilog-read-decls): Fix triand, trior, wand, wor to be
22610 recognized by AUTOWIRE. Reported by Spencer Isaacson.
22611 (verilog-extended-complete-re): Support import "DPI-C" functions.
22612 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 22613 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
22614 (verilog-insert-date, verilog-insert-year)
22615 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
22616 Windows systems. Reported by Michael Potts.
22617 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 22618 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 22619 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 22620 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
22621 (verilog-read-decls): Fix detecting "parameter int" when using
22622 AUTOINSTPARAM. Reported by Bruce T.
22623 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 22624 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 22625 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
22626 verilog-goto-defun will work. Reported by Lawrence Butcher.
22627 (verilog-getopt): Expand environment variables in -f file
22628 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 22629 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
22630 when reading enumerations.
22631 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
22632 Suggested by Stephen Peltan.
4b8b1ec5 22633 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
22634 files. Reported by Steve Peltan.
22635
f7c0d931
CY
226362009-06-28 David De La Harpe Golden <david@harpegolden.net>
22637
22638 * files.el (trash-directory): Fix defcustom type.
22639
baf1a55e 226402009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
22641
22642 * help-fns.el (describe-function-1): Correctly locate adviced
22643 functions in hyperlink (Bug#2438).
22644
d63a01ef
CY
226452009-06-28 Chong Yidong <cyd@stupidchicken.com>
22646
22647 * files.el (trash-directory): Change default to nil.
22648 (move-file-to-trash): If trash-directory is nil and
22649 system-move-file-to-trash is unbound, perform freedesktop-style
22650 trashing.
22651
226522009-06-28 David De La Harpe Golden <david@harpegolden.net>
22653
22654 * files.el (move-file-to-trash): Add freedesktop trash
22655 support (Bug#973).
22656
fc2f6a26
GM
226572009-06-28 Glenn Morris <rgm@gnu.org>
22658
22659 * autorevert.el (global-auto-revert-non-file-buffers)
22660 (global-auto-revert-mode): Doc fixes.
22661
00242b07
JB
226622009-06-27 Johan Bockgård <bojohan@gnu.org>
22663
22664 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
22665
f5594f03
CY
226662009-06-27 Chong Yidong <cyd@stupidchicken.com>
22667
e8a2b2da
CY
22668 * faces.el (x-handle-named-frame-geometry): Ensure that we have
22669 opened an X connection before calling x-get-resource (Bug#3194).
22670
f5594f03
CY
22671 * play/doctor.el: Remove reference to obsolete website.
22672 (make-doctor-variables): Correct grammar mistake (Bug#2633).
22673
3c3bf6ce
DN
226742009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
22675
22676 Remove find-file-not-found-hook VC method. (Bug#2757)
22677 * vc-hooks.el (vc-file-not-found-hook)
22678 (vc-default-find-file-not-found-hook): Remove functions.
22679 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
22680 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
22681 * vc.el:
22682 * vc-hg.el:
22683 * vc-git.el: Do not mention find-file-not-found-hook VC method.
22684
e26a7bc0
AM
226852009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
22686
22687 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 22688 compatibility function for `looking-back'.
e26a7bc0 22689
4b8b1ec5 22690 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 22691 Use `ispell-looking-back'.
e26a7bc0 22692
d9848600
MA
226932009-06-24 Michael Albinus <michael.albinus@gmx.de>
22694
22695 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 22696 rather than `filename'.
d9848600 22697
05fbc4a9
MB
226982009-06-23 Miles Bader <miles@gnu.org>
22699
22700 * face-remap.el (text-scale-set): New function.
22701
f86ca715
GM
227022009-06-23 Glenn Morris <rgm@gnu.org>
22703
33e2c2e5
GM
22704 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
22705
f529f302
GM
22706 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
22707
34995333
GM
22708 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
22709
cc80ccee
GM
22710 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
22711
84cb770d
GM
22712 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
22713 Simplify Persian conditionals.
22714
d916c965
GM
22715 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
22716 variable `filename'.
22717
b6a44b27
GM
22718 * comint.el (comint-insert-input): Doc fix.
22719
f86ca715
GM
22720 * Makefile.in (ELCFILES): Fix typo in previous change.
22721
666e158e
MB
227222009-06-23 Miles Bader <miles@gnu.org>
22723
22724 * cus-start.el: Add entry for `recenter-redisplay'.
22725
be3e598a 227262009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
22727
22728 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
22729 Add an optional argument for the backend, use it instead of
22730 calling vc-backend.
4b8b1ec5
SM
22731 (vc-mode-line): Add an optional argument for the backend.
22732 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
22733 special handling for vc-state being a buffer to ...
22734
22735 * vc-rcs.el (vc-rcs-find-file-hook):
22736 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
22737
22738 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
22739 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
22740 vc-stay-local-p and vc-mode-line calls.
22741
22742 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
22743 (vc-cvs-diff, vc-cvs-annotate-command)
22744 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
22745 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
22746 vc-mode-line calls.
22747
22748 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
22749 direct comparison.
22750 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
22751 backend when calling vc-mode-line.
22752 (vc-register): Do not create a closure for calling the vc register
22753 function, call it directly.
22754
2764748c
DN
227552009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
22756
22757 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
22758 to make it obvious item can be clicked.
f5a0b281
DN
22759
22760 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
22761
d4a885b2
KH
227622009-06-23 Kenichi Handa <handa@m17n.org>
22763
22764 * language/korea-util.el (korean-key-bindings): Change the binding
22765 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
22766 same command.
22767
e3610693
MA
227682009-06-22 Michael Albinus <michael.albinus@gmx.de>
22769
22770 Sync with Tramp 2.1.16.
22771
22772 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
22773
22774 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
22775 when a loading of a package fails. Completion function for rsync
22776 is `tramp-completion-function-alist-ssh'.
22777 (all): Replace all calls of `split-string' and
22778 `tramp-split-string' by `tramp-compat-split-string'.
22779 (tramp-default-method): Use `tramp-compat-process-running-p'.
22780 (tramp-default-proxies-alist): Allow also Lisp forms.
22781 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 22782 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
22783 (tramp-domain-regexp): Allow also "-", "_" and ".".
22784 (tramp-end-of-output): Remove newlines, and add "$" at the end.
22785 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
22786 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
22787 (tramp-handle-directory-files-and-attributes-with-stat):
22788 Care about filenames with spaces, or starting with "-".
e3610693
MA
22789 (tramp-handle-dired-uncache): New defun.
22790 (tramp-handle-insert-directory): Don't flush the directory from
22791 cache, this is handled by `dired-uncache' now.
22792 (tramp-handle-insert-file-contents): Improve error handling.
22793 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
22794 Quote `tramp-end-of-output'.
22795 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
22796 (tramp-check-for-regexp): Both echoes must be present, before removing.
22797 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
22798 (tramp-compute-multi-hops): Eval cons cells of
22799 `tramp-default-proxies-alist'.
22800 (tramp-maybe-open-connection): Use the same command pattern for
22801 first hop and further hops.
22802 (tramp-wait-for-output): Remove handling of newlines.
22803 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
22804 (tramp-split-string): Remove function. It is handled in
22805 tramp-compat now.
22806
4b8b1ec5
SM
22807 * net/tramp-cmds.el (tramp-bug):
22808 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
22809
22810 * net/tramp-compat.el (tramp-compat-split-string)
22811 (tramp-compat-process-running-p): New defuns.
22812
22813 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
22814 for `dired-uncache'.
22815
22816 * net/tramp-gvfs.el: New package.
22817
4b8b1ec5
SM
22818 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
22819 Add handler for `dired-uncache'.
e3610693
MA
22820 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
22821
22822 * net/trampver.el: Update release number. Make version check fit
22823 for SXEmacs 22.
22824
13a3f374
JM
228252009-06-22 Jim Meyering <meyering@redhat.com>
22826
e0a28a3b 22827 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
22828 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
22829 XZ is the successor to LZMA: <http://tukaani.org/xz/>
22830
5242671e 228312009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
4e2af782 22832 Nick Roberts <nickrob@snap.net.nz>
13a3f374 22833
e0a28a3b 22834 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
22835 repository (http://sphinx.net.ru/hg/gdb-mi/).
22836
3fde45af
GM
228372009-06-22 Glenn Morris <rgm@gnu.org>
22838
46253b34
GM
22839 * files.el (dir-locals-collect-mode-variables): Allow for any number of
22840 `mode' and `eval' entries. (Bug#3430)
22841
97e18192
GM
22842 * Makefile.in (ELCFILES): Add fadr.elc.
22843
731a00fb
GM
22844 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
22845 differing behavior of \n and ^ in strings. (Bug#3385)
22846
c66cd0ff
GM
22847 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
22848
3fde45af
GM
22849 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
22850 property.
22851 (lisp-indent-function): Make it a defcustom.
22852
db2241a0
NR
228532009-06-21 Nick Roberts <nickrob@snap.net.nz>
22854
22855 * progmodes/gdb-ui.el: Replace with ...
5242671e 22856 * progmodes/gdb-mi.el: ... this file.
db2241a0 22857 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
22858
228592009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
22860
db2241a0
NR
22861 * fadr.el: New file.
22862
38d4f316 22863See ChangeLog.14 for earlier changes.
e3d51b27
MR
22864
22865;; Local Variables:
22866;; coding: utf-8
e3d51b27
MR
22867;; End:
22868
73b0cd50 22869 Copyright (C) 2009-2011 Free Software Foundation, Inc.
e3d51b27
MR
22870
22871 This file is part of GNU Emacs.
22872
22873 GNU Emacs is free software: you can redistribute it and/or modify
22874 it under the terms of the GNU General Public License as published by
22875 the Free Software Foundation, either version 3 of the License, or
22876 (at your option) any later version.
22877
22878 GNU Emacs is distributed in the hope that it will be useful,
22879 but WITHOUT ANY WARRANTY; without even the implied warranty of
22880 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22881 GNU General Public License for more details.
22882
22883 You should have received a copy of the GNU General Public License
22884 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.