morse.el additions from bug#2288.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
16130297
AH
12011-03-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2
3 * play/morse.el (nato-alphabet, nato-region, denato-region):
4 New variable and functions. (Bug#2288)
5
2b0787b3
SM
62011-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 * progmodes/gud.el (gdb-script-syntax-propertize-function):
9 Don't change the syntax of a \n that closes a comment (bug#8169).
10
5c69cb2c
CY
112011-03-06 Chong Yidong <cyd@stupidchicken.com>
12
13 * emacs-lisp/package-x.el (package-archive-upload-base): Make it a
14 defcustom.
15 (package--update-file): Doc fix. Accept relative file names.
16 (package--archive-contents-from-file): Remove the argument, since
17 it's necessarily always "archive-contents".
18 (package-maint-add-news-item): Pass relative file name args to
19 package--update-file.
20 (package-upload-buffer-internal): Prompt for a destination if
21 package-archive-upload-base is invalid. Create the directory if
22 it does not exist.
23 (package-upload-buffer, package-upload-file): Doc fix.
24
892777ba
CY
252011-03-06 Chong Yidong <cyd@stupidchicken.com>
26
27 * isearch.el (isearch-mode-map): Bind C-y to isearch-yank-kill,
28 and move isearch-yank-line to M-s C-e (Bug#8183).
29
9d1f0f55
AM
302011-03-06 Alan Mackenzie <acm@muc.de>
31
32 * progmodes/cc-engine.el (c-guess-basic-syntax): Reindent.
804a116c
AM
33 (c-guess-basic-syntax): Move CASE 19 to a different place,
34 correctly to process template-args-cont lines.
9d1f0f55 35
479a2c9b
JB
362011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
37
2b0787b3
SM
38 * calc/calc-ext.el (calc-init-extensions):
39 Rename calc-logunits-dblevel and calc-logunits-nplevel to calc-dblevel
804a116c
AM
40 and calc-nplevel, respectively. Add keybindings for calc-spn,
41 calc-midi and calc-freq. Add autoloads for calcFunc-spn,
42 calcFunc-midi, calcFunc-freq, calc-spn, calc-midi and calc-freq.
479a2c9b
JB
43
44 * calc/calc-units.el (calc-dblevel): Rename from
45 calc-logunits-dblevel.
46 (calc-nplevel): Rename from calc-logunits-nplevel.
05a29101
JB
47 (math-midi-round, math-freqp, math-midip, math-spnp)
48 (math-spn-to-midi, math-midi-to-spn, math-freq-to-spn)
49 (math-midi-to-freq, math-spn-to-freq, calcFunc-spn, calcFunc-midi)
50 (calcFunc-freq, calc-freq, calc-midi, calc-spn): New functions.
51 (math-notes): New variable.
52
53 * calc/calc.el (calc-note-threshold): New variable.
479a2c9b 54
f561e49a
CY
552011-03-06 Chong Yidong <cyd@stupidchicken.com>
56
57 * emacs-lisp/package.el (package-archives): Accept either ordinary
58 directory names, in addition to HTTP URLs.
59 (package--with-work-buffer): New macro. Handle normal directories.
60 (package-handle-response): Don't display the failing buffer.
61 (package-download-single, package-download-tar)
62 (package--download-one-archive): Use package--with-work-buffer.
63 (package-archive-base): Rename from package-archive-url.
64
79a0fb58
GM
652011-03-06 Glenn Morris <rgm@gnu.org>
66
67 * generic-x.el (generic-unix-modes): Add xmodmap-generic-mode.
68 (xmodmap-generic-mode): Respect generic-extras-enable-list.
69
ffd0a502
DC
702011-03-06 Daniel Clemente <dcl441-bugs@yahoo.com> (tiny change)
71
72 * generic-x.el (xmodmap-generic-mode): New. (Bug#2065)
73
01c35094
JB
742011-03-06 Juanma Barranquero <lekktu@gmail.com>
75
76 * allout.el (allout-init, allout-prefixed-keybindings)
77 (allout-unprefixed-keybindings):
78 * progmodes/prolog.el (prolog-find-term):
79 Fix typos in docstrings.
80
509742cc
NS
812011-03-06 Nikolaj Schumacher <me@nschum.de> (tiny change)
82
83 * emacs-lisp/elp.el (elp-results): Fix off-by-one in header. (Bug#2746)
84
14369ab3
KR
852011-03-06 Kevin Ryde <user42@zip.com.au>
86
87 * textmodes/sgml-mode.el (sgml-fill-nobreak): Give it a doc. (Bug#5326)
88
aa248733
MS
892011-03-06 Michael Shields <shields@msrl.com> (tiny change)
90
91 * window.el (one-window-p, walk-windows, display-buffer):
92 Doc fixes. (Bug#5567)
93
da0275f8
JB
942011-03-06 Jay Belanger <jay.p.belanger@gmail.com>
95
96 * cus-edit.el (custom-prompt-variable): Use the `custom-get' property
97 of the variable if it exists.
98
845fc5e5
JB
992011-03-06 Juanma Barranquero <lekktu@gmail.com>
100
101 * bookmark.el:
102 * desktop.el:
103 * emacs-lock.el:
104 * ps-print.el:
105 * saveplace.el:
106 * net/tramp-cache.el:
01c35094 107 * obsolete/fast-lock.el:
845fc5e5
JB
108 * textmodes/reftex.el:
109 Don't set `kill-emacs-hook' on noninteractive sessions (bug#8137).
110
7e27ce9c
AL
1112011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
112
01c35094
JB
113 * files.el (delete-directory, copy-directory, list-directory):
114 Use read-directory-name.
7e27ce9c
AL
115
116 * find-file.el (ff-find-the-other-file):
117 * net/ange-ftp.el (ange-ftp-make-directory):
118 * printing.el (pr-interactive-dir):
119 * progmodes/ada-prj.el (ada-prj-load-directory):
120 * progmodes/ebnf2ps.el (ebnf-print-directory)
121 (ebnf-spool-directory, ebnf-eps-directory)
122 (ebnf-syntax-directory):
123 * shell.el (shell):
124 * speedbar.el (speedbar-create-directory):
125 * vc/emerge.el (emerge-merge-directories):
126 * vc/vc-dir.el (vc-dir):
127 * vc/vc.el (vc-create-tag, vc-retrieve-tag): Likewise.
128
d23ae2b0
CY
1292011-03-05 Chong Yidong <cyd@stupidchicken.com>
130
131 * help-mode.el (help-buffer): If we are to return the current
132 buffer, signal an error if it's not in Help mode (Bug#8147).
133
2de9cc1a
RT
1342011-03-05 Reuben Thomas <rrt@sc3d.org>
135
136 * files.el (file-name-version-regexp): Handle backup files of the
137 form `foo.js.~HEAD~1~' (Bug#8159).
138
81fb60b2
GM
1392011-03-05 Glenn Morris <rgm@gnu.org>
140
141 * eshell/esh-var.el: Don't require esh-test when compiling.
142 * eshell/em-banner.el, eshell/esh-cmd.el, eshell/esh-mode.el:
143 * eshell/esh-var.el, eshell/eshell.el: Move tests to esh-test.
01c35094 144 * eshell/esh-test.el: Move to ../../test/eshell.el.
81fb60b2 145
c5f09daf
DE
1462011-03-05 David Engster <deng@randomsample.de>
147
148 * files.el (save-some-buffers): Report the names of buffers saved
149 automatically due to buffer-save-without-query (Bug#8134).
150
77f63d30
DD
1512011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
152
153 * net/rcirc.el: Add QuakeNet authentication support.
154 (rcirc-authinfo, rcirc-check-auth-status)
155 (rcirc-authenticate): Support QuakeNet.
156
72d2c2e3
DD
1572011-03-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
158
159 * net/rcirc.el: Add functionality to authenticate before
160 autojoining channels.
161 (rcirc-authenticate-before-join): New option.
162 (rcirc-authenticated-hook): New variable.
163 (rcirc-connect): Make local variable rcirc-user-authenticated.
164 (rcirc-handler-001): Respect rcirc-authenticate-before-join.
01c35094
JB
165 (rcirc-check-auth-status, rcirc-join-channels-post-auth):
166 New functions.
167 (rcirc-handler-PRIVMSG, rcirc-handler-NOTICE):
168 Call rcirc-check-auth-status.
72d2c2e3 169
d733e817
MA
1702011-03-05 Alex Harsanyi <AlexHarsanyi@gmail.com>
171
172 * net/soap-client.el (soap-namespace-put-link): Check if the target
173 name is fully qualified -- use only the name part.
174 (soap-parse-complex-type, soap-parse-sequence): Recognize xsd:all
175 types, treated the same as xsd:sequence. (Bug#8166)
176
3ae59fff
EZ
1772011-03-05 Eli Zaretskii <eliz@gnu.org>
178
179 * files.el (find-file-noselect): Don't ask about re-visiting
180 non-literally if the file is already visited in image-mode.
181 (Bug#8177)
182
a9eeff78
GM
1832011-03-05 Glenn Morris <rgm@gnu.org>
184
d783d303
GM
185 * eshell/esh-mode.el (eshell-kill-buffer-function): New function.
186 (eshell-mode): Use eshell-kill-buffer-function.
187 Run the -initialize functions independently of the -load-hooks.
188 * eshell/esh-proc.el (eshell-kill-process-function): New function.
189 (eshell-gather-process-output, eshell-sentinel)
190 (eshell-interrupt-process, eshell-kill-process, eshell-quit-process):
191 Use eshell-kill-process-function.
192 * eshell/em-alias.el (eshell-alias-load-hook):
193 * eshell/em-banner.el (eshell-banner-load-hook):
194 * eshell/em-cmpl.el (eshell-cmpl-load-hook):
195 * eshell/em-dirs.el (eshell-dirs-load-hook):
196 * eshell/em-glob.el (eshell-glob-load-hook):
197 * eshell/em-hist.el (eshell-hist-load-hook):
198 * eshell/em-pred.el (eshell-pred-load-hook):
199 * eshell/em-prompt.el (eshell-prompt-load-hook):
200 * eshell/em-rebind.el (eshell-rebind-load-hook):
201 * eshell/em-script.el (eshell-script-load-hook):
202 * eshell/em-smart.el (eshell-smart-load-hook):
203 * eshell/em-term.el (eshell-term-load-hook):
204 * eshell/em-unix.el (eshell-unix-load-hook):
205 * eshell/esh-arg.el (eshell-arg-load-hook):
206 * eshell/esh-cmd.el (eshell-cmd-load-hook):
207 * eshell/esh-ext.el (eshell-ext-load-hook):
208 * eshell/esh-io.el (eshell-io-load-hook):
209 * eshell/esh-mode.el (eshell-exit-hook):
210 * eshell/esh-proc.el (eshell-proc-load-hook, eshell-kill-hook):
211 * eshell/esh-var.el (eshell-var-load-hook):
212 Set default hook values to nil. (Bug#5375)
213
4a0f18a8
GM
214 * eshell/esh-module.el (eshell-module-unload-hook)
215 (eshell-modules-list): Remove leading * from defcustom docs.
216
a9eeff78
GM
217 * eshell/esh-util.el (eshell-for): Make it obsolete.
218 * eshell/em-alias.el (eshell/alias, eshell-alias-completions):
219 * eshell/em-dirs.el (eshell-save-some-last-dir):
220 * eshell/em-hist.el (eshell-save-some-history)
221 (eshell-hist-parse-modifier):
222 * eshell/em-ls.el (eshell-ls-dir, eshell-ls-files)
223 (eshell-ls-entries):
224 * eshell/em-unix.el (eshell/cat, eshell/du, eshell/su):
225 * eshell/esh-cmd.el (eshell-invoke-directly, eshell-do-eval)
226 (eshell/which):
227 * eshell/esh-ext.el (eshell-find-interpreter):
228 * eshell/esh-mode.el (eshell-mode):
229 * eshell/esh-module.el (eshell-unload-extension-modules):
230 * eshell/esh-proc.el (eshell-process-interact):
231 * eshell/esh-test.el (eshell-test):
232 * eshell/esh-util.el (eshell-flatten-list, eshell-winnow-list):
233 * eshell/esh-var.el (eshell/env, eshell-environment-variables)
234 (eshell-variables-list):
235 * eshell/eshell.el (eshell-unload-all-modules):
236 Replace eshell-for with dolist.
237
85a55d38
GM
2382011-03-04 Glenn Morris <rgm@gnu.org>
239
240 * vc/vc-bzr.el (vc-bzr-after-dir-status): Handle bzr 2.3.0. (Bug#8170)
241
38c179c9
TT
2422011-03-04 Tom Tromey <tromey@redhat.com>
243
244 * progmodes/gud.el (gdb-script-mode): Derive from prog-mode.
245
732795fa
GM
2462011-03-04 Glenn Morris <rgm@gnu.org>
247
015bea8f
GM
248 * outline.el (outline-regexp): No longer allow nil.
249 (outline-heading-end-regexp): Add safety predicate. (Bug#7619)
250
9d982739
GM
251 * net/browse-url.el (browse-url):
252 Handle deleted default-directory. (Bug#6077)
253
732795fa
GM
254 * recentf.el (recentf-include-p): In case of a buggy predicate,
255 err on the side of including, not excluding. (Bug#5843)
256
d6ffd3f8
JB
2572011-03-04 Jay Belanger <jay.p.belanger@gmail.com>
258
259 * calc/calc-units.el (math-to-standard-rec): Don't treat subscripted
260 variables as units.
261
a918ed9b
BR
2622011-03-04 Bob Rogers <rogers@rgrjr.dyndns.org>
263
264 * emacs-lisp/ewoc.el (ewoc-goto-next): Give a more explicit error
265 if there is no node. (Bug#3261)
266
fc0e9092
LL
2672011-03-04 Leo <sdl.web@gmail.com>
268
0a5cb52b
LL
269 * vc/diff-mode.el (diff-mode): Fix whitespace-style. (Bug#8139)
270
fc0e9092
LL
271 * time.el (display-time-world-list): Fix typo. (Bug#7571)
272
a65112fb 2732011-03-04 Zachary Kanfer <zkanfer@gmail.com> (tiny change)
d8c8743b
ZK
274
275 * cus-edit.el (custom-buffer-create-internal):
276 Split search string before passing it to `customize-apropos' (bug#8136).
277
3191adaf
DA
2782011-03-04 Drew Adams <drew.adams@oracle.com>
279
280 * image-dired.el (image-dired-cmd-read-exif-data-options):
281 Fix typo in docstring (bug#8156).
282
fcd8ed1d
DD
2832011-03-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
284
285 * net/rcirc.el (rcirc-cmd-join): Accept comma-separated input.
286
de69c0a8
CO
2872011-03-03 Christian Ohler <ohler@gnu.org>
288
289 * emacs-lisp/ert.el (ert--explain-equal): New function.
290 (ert--explain-equal-rec): Renamed from `ert--explain-not-equal'.
291 All callers changed.
292 (ert--explain-equal-including-properties): Renamed from
293 `ert--explain-not-equal-including-properties'. All callers
294 changed.
295
7c0d1441
CO
2962011-03-03 Christian Ohler <ohler@gnu.org>
297
298 * emacs-lisp/ert.el (ert--stats-set-test-and-result)
299 (ert-char-for-test-result, ert-string-for-test-result)
300 (ert-run-tests-batch, ert--print-test-for-ewoc):
301 Handle `ert-test-quit'.
302
31128af6
DA
3032011-03-03 David Abrahams <dave@boostpro.com> (tiny change)
304
305 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
306 Move ediff-defvar-local calls after defcustoms. (Bug#1821)
307
06083aa1
GM
3082011-03-03 Glenn Morris <rgm@gnu.org>
309
310 * files.el (file-truename): Doc fix. (Bug#2341)
311
c7a74801
BR
3122011-03-03 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
313
01c35094 314 * vc/vc-dir.el (vc-dir-mode-map): Bind vc-dir-find-file to e (Bug#7349).
c7a74801 315
614b85f8
VJ
3162011-03-03 Vagn Johansen <gonz808@hotmail.com> (tiny change)
317
318 * vc/vc-svn.el (vc-svn-after-dir-status): Some MS Windows svn client
319 programs output backslashes. (Bug#7663)
320
f96dc50f
GM
3212011-03-03 Glenn Morris <rgm@gnu.org>
322
fb532fe8
GM
323 * mail/sendmail.el (mail-mode-map): Remove mail-sent-via.
324 (mail-mode): Remove mail-sent-via from the doc.
325 (mail-sent-via): Make it obsolete. (Bug#1776)
326
a915d7a1
GM
327 * progmodes/grep.el (grep-highlight-matches): Doc fix.
328 (grep-process-setup): No highlighting without font-lock. (Bug#8084)
329
f96dc50f
GM
330 * vc/vc-bzr.el (vc-bzr-state-heuristic): Handle dirstate entries
331 with no parents. (Bug#8025)
332
71f8b7ed
G
3332011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
334
335 * password-cache.el (password-in-cache-p): Add autoload.
336
8889f4e2
GM
3372011-03-02 Glenn Morris <rgm@gnu.org>
338
3ab7ebb9
GM
339 * man.el (Man-support-local-filenames): Also handle Red Hat's man.
340 * dired-x.el (Man-support-local-filenames): Autoload it.
341 (dired-guess-shell-alist-default): Also handle Red Hat's man.
342
2777ccbf
GM
343 * dired-x.el (dired-default-directory-alist, dired-default-directory):
344 Mark as obsolete.
345 (dired-smart-shell-command): Just call dired-current-directory.
346
5dedeef2
GM
347 * dired-x.el (dired-jump-other-window): Add autoload.
348 (dired-default-directory-alist, dired-default-directory): Doc fixes.
349 (dired-default-directory-alist): Mark as risky.
350
8889f4e2
GM
351 * dired-x.el (dired-omit-here-always): Make it obsolete.
352
d77aaf6f
CY
3532011-03-02 Chong Yidong <cyd@stupidchicken.com>
354
355 * textmodes/artist.el (artist-curr-go): Default to pen-line.
356 (artist-select-op-pen-line): New function.
357 (artist-menu-map): New variable.
358 (artist-mode-map): Add a menu to the menu-bar.
359
771fc75e
JB
3602011-03-02 Jay Belanger <jay.p.belanger@gmail.com>
361
362 * calc/calc-math.el (calcFunc-log10): Check for symbolic mode
363 when evaluating.
364
365 * calc/calc-units.el (math-conditional-apply, math-conditional-pow):
366 New function.
367 (math-logunits-add, math-logunits-mul, math-logunits-divide):
368 (math-logunits-quant, math-logunits-level):
369 Use `math-conditional-apply' and `math-conditional-pow' to evaluate
370 functions.
371 (math-logunits-level): Extract units from ratio.
372
f6132e5a
JB
3732011-03-01 Juanma Barranquero <lekktu@gmail.com>
374
375 * emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
376
7454f200
GM
3772011-03-01 Glenn Morris <rgm@gnu.org>
378
a65112fb
GM
379 * calendar/cal-hebrew.el (calendar-hebrew-birthday)
380 (diary-hebrew-birthday): Rename and rework functions added
381 in previous change.
7454f200 382
cdcbd5a7
ER
3832011-03-01 Ed Reingold <reingold@emr.cs.iit.edu>
384
385 * calendar/cal-hebrew.el (hebrew-calendar-birthday)
386 (diary-hebrew-birthday): New functions.
387
9903d828
GM
3882011-03-01 Glenn Morris <rgm@gnu.org>
389
390 * dired.el (dired-safe-switches-p): Beef it up.
391 (dired-actual-switches): Use it for the safe-local prop. (Bug#3230)
392
75da6eb9
SM
3932011-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
394
395 * dired.el (dired-safe-switches-p): New function.
396
6640b281
GM
3972011-03-01 Glenn Morris <rgm@gnu.org>
398
399 * files.el (dir-locals-collect-variables):
400 Add the ability to exclude subdirectories. (Bug#8100)
401
402 * dired-x.el (dired-omit-here-always): Add `(subdirs . nil)' to locals.
403
cead857b
CS
4042011-02-28 Christoph Scholtes <cschol2112@googlemail.com>
405
406 * ido.el (ido-everywhere): Doc fix.
407 (ido-mode): Doc fix.
408
0a906ec3
GM
4092011-02-28 Glenn Morris <rgm@gnu.org>
410
411 * dired-x.el (dired-guess-shell-alist-default): Use \\', not $.
412
22b300de
MA
4132011-02-28 Michael Albinus <michael.albinus@gmx.de>
414
415 * net/tramp-cmds.el (tramp-append-tramp-buffers): Dump load-path
416 shadows.
417
abec5126 4182011-02-28 Antoine Levitt <antoine.levitt@gmail.com>
584a2773
AL
419
420 * dired-x.el (dired-guess-shell-alist-default): Add rar and 7z.
421
ca3afb79
JB
4222011-02-28 Juanma Barranquero <lekktu@gmail.com>
423
424 * emacs-lisp/pcase.el (pcase, pcase--u1, pcase--q1):
425 Fix typos in docstrings.
426
edb57480
SB
4272011-02-28 Stephen Berman <stephen.berman@gmx.net>
428
429 * dired-aux.el (dired-update-file-line):
430 Fix 2010-11-09 change. (Bug#8131)
431
2b0c7330 4322011-02-28 Eli Zaretskii <eliz@gnu.org>
d1f61aaf
EZ
433
434 * international/mule-cmds.el (set-default-coding-systems): Use the
435 -unix variant of encoding in default-keyboard-coding-system.
436 (Bug#8122)
437
df7f0d0b
CY
4382011-02-27 Chong Yidong <cyd@stupidchicken.com>
439
440 * facemenu.el (list-colors-display): Use with-help-window (Bug#8048).
441
3e478a7c 4422011-02-27 Prestoo Ten <prestooten@gmail.com> (tiny change)
6c89f663
PT
443
444 * term/screen.el: New file (Bug#2650).
445
1f0816b6
SM
4462011-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
447
448 * emacs-lisp/pcase.el (pcase--if): Try to invert test to reduce depth.
449 (pcase-mutually-exclusive-predicates): New var.
450 (pcase--split-consp, pcase--split-pred): Use it.
451 (pcase--split-equal, pcase--split-member): When splitting against
452 a pure predicate, run it to know the outcome.
453 (pcase--u1): Mark vars that are actually used.
454 (pcase--q1): Avoid introducing unused vars.
455
b49df742
JB
4562011-02-27 Jay Belanger <jay.p.belanger@gmail.com>
457
458 * calc/calc-ext.el (calc-init-extensions):
459 Autoload `calc-l-prefix-help' instead of `calc-ul-prefix-help'.
460
461 * calc/calc-math.el (calcFunc-log10): Don't signal an error in
462 symbolic mode.
463
464 * calc/calc-vec.el (calcFunc-subscr): Return nil if the first
465 argument is a variable.
466
e573299d
SM
4672011-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
468
469 * emacs-lisp/assoc.el: Remove misleading `sort' (bug#8126).
470 (aput, adelete, amake): Replace `eval' -> `symbol-value'.
471 Suggested by Michael Heerdegen <michael_heerdegen@web.de>.
472
61e9662e
TZ
4732011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
474
475 * password-cache.el (password-in-cache-p): Convenience function to
476 check if a key is in the cache, even if the value is nil.
477
7fe42546
J
4782011-02-25 Jambunathan K <kjambunathan@gmail.com>
479
480 * emacs-lisp/package-x.el (package--archive-contents-from-url)
481 (package--archive-contents-from-file): New functions.
482 (package-update-news-on-upload): New var.
483 (package-upload-buffer-internal): Extract archive-contents from
484 package-archive-upload-base if it is not found at archive-url.
485 Obey package-update-news-on-upload.
486 (package-upload-buffer, package-upload-file): Doc fix.
487
2d8a57ef
GM
4882011-02-24 Glenn Morris <rgm@gnu.org>
489
6a88f031
GM
490 * files-x.el (modify-dir-local-variable): Handle dir-locals from
491 the cache, and from non-file sources.
492
303f9ae0
GM
493 * help-fns.el (describe-variable): Return consistent results when a
494 dir-local from a file came from the cache or did not. (Bug#8095)
495 If a dir-local has no associated file, say it came from a "directory".
496
07915ed9
GM
497 * files.el (hack-dir-local-variables): Fix setting of `dir-name'.
498 (hack-local-variables-confirm, hack-local-variables-filter): Doc fix.
499
ebe401f6
GM
500 * files.el (dir-locals-find-file): Doc fix.
501 Fix the check for cache elements that have no associated file,
303f9ae0 502 and the mtime check for those that do. (Bug#8095)
ebe401f6 503
b36f2f1c
GM
504 * dired-x.el (dired-hack-local-variables):
505 Handle interrupts during hacking local variables. (Bug#5216)
506
2d8a57ef
GM
507 * emacs-lisp/autoload.el (autoload-save-buffers)
508 (autoload-find-destination, update-directory-autoloads):
509 Avoid prompts when updating autoloads.
510
53cfe624
SM
5112011-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
512
513 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete.
514
c1449bff
KH
5152011-02-23 Kenichi Handa <handa@m17n.org>
516
517 * mail/rmailmm.el (rmail-mime-process-multipart): Do not signal an
518 error when a multipart boundary in the nested multipart is found.
519
251ebe0f
KH
520 * mail/rmail.el (rmail-start-mail): Decode "encoded-words" of
521 header components.
522
5582c670
GM
5232011-02-23 Glenn Morris <rgm@gnu.org>
524
817b48a7
GM
525 * dired.el (dired-mode): Call hack-dir-local-variables-non-file-buffer.
526 * dired-x.el (dired-omit-mode): Safe if boolean.
527 (dired-enable-local-variables): Fix doc and custom type.
528 (dired-enable-local-variables, dired-local-variables-file)
529 (dired-hack-local-variables): Make obsolete.
530 (dired-omit-here-always): Use dir-locals.el instead.
531
5582c670
GM
532 * files.el (safe-local-eval-forms): Add the write-file-hooks version.
533
5f9d345c
SM
5342011-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
535
536 * help-fns.el (describe-function-1): Don't signal an error just because
537 the DOC file disappeared.
538
01c35094 5392011-02-22 Seppo Sade <sepposade1@gmail.com> (tiny change)
ca41d117
MA
540
541 * eshell/esh-ext.el (eshell-external-command): Do not restrict
542 remote check to "ftp". (Bug#8089)
543
e84efb70
AM
5442011-02-21 Alan Mackenzie <acm@muc.de>
545
546 Fix bug #7930.
547 * progmodes/cc-engine.el (c-state-literal-at): Prevent positions
548 in macros finding their way into c-state-nonlit-pos-cache.
549 Strengthen the comments.
550 (c-state-dump): New commented out diagnostic routine.
551
c6309045
MA
5522011-02-21 Michael Albinus <michael.albinus@gmx.de>
553
554 * net/tramp.el (tramp-rfn-eshadow-setup-minibuffer): Do not use
555 `field' property of `rfn-eshadow-overlay'.
556
06b840e0
LI
5572011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
558
559 * net/netrc.el (netrc-parse): Comment fix.
560
6d713256
CY
5612011-02-21 Chong Yidong <cyd@stupidchicken.com>
562
563 * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
564 Autoload. Add optional arg FRAME, and pass it to color-values.
565 (color-complement): Caller changed. Doc fix.
566 (color-gradient): Rewrite for better clarity and efficiency.
567
568 * faces.el (color-values): Use cond for clarity. Doc fix.
569
5f9d345c 570 * facemenu.el (color-rgb-to-hsv): Delete; use the version in
6d713256 571 color.el instead.
5f9d345c
SM
572 (list-colors-sort-key, list-colors-print):
573 Use color-normalized-values.
6d713256
CY
574
5752011-02-20 Drew Adams <drew.adams@oracle.com>
576
577 * color.el: First part of merge from hexrgb.el.
578 (color-rgb-to-hex): Rename from color-rgb->hex.
579 (color-rgb-to-hsv): Rename from color-rgb->hsv. Force hue and
580 saturation to zero if the value is too small.
581 (color-rgb-to-hsl): Rename from color-rgb->hsl.
582 (color-srgb-to-xyz): Rename from color-srgb->xyz. Doc fix.
583 (color-xyz-to-srgb): Rename from color-xyz->srgb. Doc fix.
584 (color-xyz-to-lab): Rename from color-xyz->lab. Doc fix.
585 (color-lab-to-xyz): Rename from color-lab->xyz. Doc fix.
586 (color-lab-to-srgb): Rename from color-lab->srgb. Doc fix.
587 (color-cie-de2000): Doc fix.
588
aa9c0efc
AM
5892011-02-20 Alan Mackenzie <acm@muc.de>
590
591 * progmodes/cc-cmds.el (c-beginning-of-statement): Avoid loop in
592 locating the beginning of a macro. (Bug#7595)
593
18cfb5a1
GM
5942011-02-20 Glenn Morris <rgm@gnu.org>
595
e17816e5
GM
596 * edmacro.el (edmacro-eight-bits): Make it a defcustom.
597 Don't autoload it.
598
18cfb5a1
GM
599 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
600 (global-auto-revert-ignore-buffer): Remove leading "*" from docs.
601
01c35094
JB
6022011-02-19 Dmitry Bolshakov <dmitry.bolshakov@bridge-quest.com>
603 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
a87af185
DB
604
605 * progmodes/hideshow.el (hs-find-block-beginning)
606 (hs-hide-level-recursive): Ignore comments when parsing braces
607 (Bug#8036).
608
6092011-02-19 Chong Yidong <cyd@stupidchicken.com>
610
611 * vc/vc-bzr.el (vc-bzr-bound-branch-p): New function.
612 (vc-bzr-pull): Use it.
613
3ab713fd
CY
6142011-02-19 Chong Yidong <cyd@stupidchicken.com>
615
616 * vc/vc-bzr.el (vc-bzr--branch-conf): Function deleted.
617 (vc-bzr-branch-conf): New function, similar to vc-bzr--branch-conf
618 but returning an alist. Ignore comments in bzr conffile.
619 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-bzr-branch-conf.
620 (vc-bzr-error-regex-alist): New var.
621 (vc-bzr-merge-branch): Use it to highlight the pull/merge buffer.
622
5f9d345c
SM
623 * vc/vc-dispatcher.el (vc-do-async-command):
624 Bind inhibit-read-only to t.
3ab713fd
CY
625
626 * progmodes/compile.el (compilation--flush-directory-cache):
627 Handle the case where cdr of compilation--flush-directory-cache
628 points to no buffer, which can occur if we previously switched to
629 compilation-mode in a pregenerated buffer.
630
16bc9688
KH
6312011-02-19 Kenichi Handa <handa@m17n.org>
632
633 * mail/rmailmm.el (rmail-mime-find-header-encoding): Be sure to
634 get the header copy into the temporary buffer.
635 (rmail-mime-insert-decoded-text): Ignore us-ascii.
636 (rmail-show-mime): When rmail-mime-coding-system is nil, set
637 buffer-file-coding-system to undecided.
638
67ab0163 6392011-02-19 Eli Zaretskii <eliz@gnu.org>
61aa93ed 640
a167e505
EZ
641 * international/mule-cmds.el (read-char-by-name, ucs-insert):
642 Document completion with asterisk and a substring.
643
67ab0163 6442011-02-19 Glenn Morris <rgm@gnu.org>
72d6685c
GM
645
646 * files.el (find-file-literally): Doc fix.
647
41002397
GM
648 * simple.el (rfc822-goto-eoh): Give it a doc-string.
649
b8bd9908
GM
650 * log-edit.el (log-edit-insert-changelog):
651 Fix `log-edit-strip-single-file-name' functionality. (Bug#8057)
652
4d737eb2
GM
6532011-02-19 Glenn Morris <rgm@gnu.org>
654
cad7445b
GM
655 * dired-x.el: Don't require dired-aux.
656 (dired-do-create-files, dired-mark-read-regexp)
657 (dired-do-create-files-regexp): Autoload from dired-aux.
658
bea584fa
GM
659 * dired-x.el (dired-find-buffer-nocreate): Merge into dired.el.
660 * dired.el (dired-find-buffer-nocreate): Merge dired-x version.
661
d6e96966
GM
662 * dired-x.el (dired-read-shell-command): Merge into dired-aux's version.
663 * dired-aux.el (dired-read-shell-command): Merge dired-x's version.
664
42924231
GM
665 * dired-x.el (dired-clean-up-after-deletion): Merge into dired.el.
666 * dired.el (dired-clean-up-after-deletion): Merge dired-x's version.
667 (dired-clean-up-buffers-too): Declare.
668
203784cc
GM
669 * dired-x.el (dired-initial-position): Merge into dired.el's version.
670 * dired.el (dired-initial-position): Merge dired-x's version here.
671 (dired-find-subdir): Declare.
672
30abce25
GM
673 * dired-x.el (dired-omit-new-add-entry): Merge into dired-add-entry.
674 * dired-aux.el (dired-add-entry): Give it a doc-string.
675 Merge dired-x's dired-omit handling here.
676 (dired-omit-mode, dired-omit-regexp, dired-omit-localp): Declare.
677
4d737eb2
GM
678 * international/mule-diag.el (list-input-methods-1):
679 Indent all lines of multi-line doc-strings. (Bug#8066)
680
abd20d91
CY
6812011-02-18 Chong Yidong <cyd@stupidchicken.com>
682
683 Fix 2011-02-02 changes.
684
685 * apropos.el (apropos-print): Call apropos-mode before setting up
686 buffer variables. Use inhibit-read-only.
687
5f9d345c
SM
688 * emacs-lisp/package.el (package--list-packages):
689 Call package-menu-mode before setting up buffer variables.
abd20d91
CY
690
691 * play/solitaire.el (solitaire): Call solitaire-mode before
692 setting up buffer variables. Use inhibit-read-only.
693
e697fcfc
LM
6942011-02-18 Lawrence Mitchell <wence@gmx.li>
695
696 * progmodes/sh-script.el (sh-syntax-propertize-here-doc): (bug#8053)
697 Bind case-fold-search to nil when looking for end of here-doc.
698
4114ed61
EZ
6992011-02-18 Eli Zaretskii <eliz@gnu.org>
700
e697fcfc
LM
701 * image-mode.el (image-toggle-display-image):
702 Set find-file-literally non-nil in buffers visiting binary image
4114ed61
EZ
703 files. (Bug#8047)
704
aa56f361
SM
7052011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
706
707 * files.el (cd): Make completion obey cd-path (bug#7924).
708
d1be20a1
GM
7092011-02-18 Glenn Morris <rgm@gnu.org>
710
135dee55
GM
711 * progmodes/prolog.el: Don't require compile when compiling.
712 (compilation-shell-minor-mode, compilation-error-regexp-alist)
713 (compilation-forget-errors, compilation-fake-loc)
714 (compilation-parse-errors-function, compilation-error-list): Declare.
715 (prolog-inferior-mode): Require 'compile.
716
15e0d5a1
GM
717 * emulation/cua-base.el (pc-selection-mode): Declare.
718
002b46b7
GM
719 * emacs-lisp/eieio-custom.el: Set generated-autoload-file.
720 (customize-object): Add autoload cookie.
721 * emacs-lisp/eieio-opt.el: Set generated-autoload-file.
722 (eieio-browse, describe-class, eieio-describe-class)
723 (eieio-describe-constructor, describe-generic, eieio-describe-generic)
724 (eieio-help-mode-augmentation-maybee): Add autoload cookies.
725 * emacs-lisp/eieio.el: Regenerate with automatic autoloads.
726 * Makefile.in (autoloads): Make eieio.el writable.
727
d1be20a1
GM
728 * dired-x.el (dired-clean-up-after-deletion, dired-do-relsymlink)
729 (dired-do-relsymlink-regexp, dired-find-buffer-nocreate): Use #'.
730 (dired-hack-local-variables): Use inhibit-read-only.
731 (dired-guess-default): Simplify.
732 (dired-make-relative-symlink): Use dotimes.
733 (dired-simultaneous-find-file): Use dolist.
734 (dired-mark-sexp): Remove unneeded `if'. Use line-end-position.
735 (dired-x-hands-off-my-keys): Doc fix.
736 (dired-x-bind-find-file): Doc fix. Use remapping.
737 (after-init-hook): No need to add dired-x-bind-find-file.
738 (dired-x-find-file, dired-x-find-file-other-window): Doc fixes.
739 No need to call expand-file-name.
740 (dired-filename-at-point): Remove unused locals `end', `filename'.
741
f9d554dd
SM
7422011-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
743
744 * emacs-lisp/pcase.el (pcase--u1): Understand non-linear patterns.
745
5da16a86
CO
7462011-02-18 Christian Ohler <ohler@gnu.org>
747
748 * emacs-lisp/ert.el (ert--setup-results-buffer)
749 (ert-results-pop-to-backtrace-for-test-at-point)
750 (ert-results-pop-to-messages-for-test-at-point)
751 (ert-results-pop-to-should-forms-for-test-at-point)
752 (ert-results-pop-to-timings): Revert parts of change 2011-02-02T17:59:44Z!sds@gnu.org that
753 were incorrect and unnecessary. This should make `make check'
754 pass again.
755
3a00a363
KM
7562011-02-17 Ken Manheimer <ken.manheimer@gmail.com>
757
01c35094 758 * lisp/allout-widgets.el (allout-widgets-icons-light-subdir)
3a00a363
KM
759 (allout-widgets-icons-dark-subdir): Track relocations of icons
760 * lisp/allout.el: Remove commentary about remove encryption
761 passphrase mnemonic support and verification.
01c35094
JB
762 (allout-encrypt-string): Recognize epg failure to decrypt gpg2
763 armored text using gpg1, and indicate that the gpg version *might*
764 be the problem in the error message.
3a00a363 765
73057ba9
DD
7662011-02-17 Deniz Dogan <deniz.a.m.dogan@gmail.com>
767
768 * net/rcirc.el (rcirc-float-time): New function.
769 (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE)
770 (rcirc-ctcp-sender-PING): Use it.
771
8551cb32
GM
7722011-02-17 Glenn Morris <rgm@gnu.org>
773
53ef76c7
GM
774 * speedbar.el (speedbar-ignored-modes, speedbar-file-unshown-regexp)
775 (speedbar-update-flag, speedbar-fetch-etags-command)
776 (speedbar-fetch-etags-arguments):
777 * term.el (term-buffer-maximum-size, term-input-chunk-size)
778 (term-completion-autolist, term-completion-addsuffix)
779 (term-completion-recexact, term-completion-fignore):
780 * term/sup-mouse.el (sup-mouse-fast-select-window):
781 * term/x-win.el (x-select-request-type):
782 Convert some defvars with "*" to defcustoms.
783
64a14c74
GM
784 * shell.el (shell-delimiter-argument-list): Set it to nil. (Bug#8027)
785
92e39d6f
GM
786 * vc/vc.el (vc-default-previous-version):
787 Remove alias that points nowhere. (Bug#4496)
788
fc14288b
GM
789 * dired-x.el (dired-clean-up-after-deletion):
790 kill-buffer does not need save-excursion.
791 (dired-do-run-mail): Doc fix.
792 (dired-filename-at-point): Doc fix.
793 Use looking-at, and skip-chars rather than re search.
794
8551cb32
GM
795 * dired-x.el (dired-filename-at-point): Fix 8-year old typo.
796
96497653
KM
7972011-02-16 Ken Manheimer <ken.manheimer@gmail.com>
798
aac7a935
KM
799 * allout-widgets.el: New allout extension that shows allout
800 outline structure with graphical widgets. 'allout-widgets'
801 customize group is an 'allout' subgroup, for easy discovery.
802
96497653
KM
803 * allout.el: Include PGP and GnuPG in Keywords, and other
804 commentary refinements.
805 (allout-abbreviate-flattened-numbering): Rename to
806 allout-flattened-numbering-abbreviation, and
807 define-obsolete-variable-alias the old name.
808 (allout-flattened-numbering-abbreviation): Rename from
809 allout-abbreviate-flattened-numbering.
810 (allout-mode-p): Include among autoloads, for use by other modes
811 with impunity.
e697fcfc
LM
812 (allout-listify-exposed):
813 Use allout-flattened-numbering-abbreviation.
96497653
KM
814 (allout-encrypt-string): Use set-buffer-multibyte directly.
815 (allout-set-buffer-multibyte): Remove.
816
be4a1d71
DD
8172011-02-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
818
819 * simple.el (just-one-space): Remove useless `or' call.
820
274c2d34
MA
8212011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
822
c6309045 823 * net/soap-client.el (soap-well-known-xmlns, soap-local-xmlns)
274c2d34
MA
824 (soap-default-xmlns, soap-target-xmlns, soap-multi-refs)
825 (soap-decoded-multi-refs, soap-current-wsdl)
826 (soap-encoded-namespaces): Rename CL-style *...* variables.
827
88ae2870
MA
8282011-02-16 Michael Albinus <michael.albinus@gmx.de>
829
830 * net/soap-client.el: Add "comm" and "hypermedia" to the
831 keywords. Reflow too long lines.
832
833 * net/soap-inspect.el: Ditto. Require 'cl.
834
689743a2
BG
8352011-02-16 Bastien Guerry <bzg@altern.org>
836
837 * play/doctor.el (doctor-mode): Bugfix: escape the "," character
838 in a `doctor-type' argument.
839
16d2ff89
MA
8402011-02-16 Alex Harsanyi <AlexHarsanyi@gmail.com>
841
842 * net/soap-client.el:
843 * net/soap-inspect.el: New files.
844
c6cefd36
LL
8452011-02-16 Leo <sdl.web@gmail.com>
846
847 * dired-x.el (dired-mode-map, dired-extra-startup):
848 Remove dired-copy-filename-as-kill since it's already in dired.el.
849
da5e0ce4
GM
8502011-02-16 Glenn Morris <rgm@gnu.org>
851
852 * dired-x.el (dired-bind-jump, dired-bind-man, dired-bind-info):
853 Doc fixes. Add :set property, replacing top-level calls.
854 (dired-vm-read-only-folders, dired-vm): Doc fix (drop v. old VM 4).
855 (dired-guess-shell-gnutar): Test tar version rather than system-type.
856 (dired-extra-startup, dired-man, dired-info): Doc fixes.
857 (dired-clean-up-after-deletion): Use when and dolist.
858 (dired-jump): Use unless and when.
859 (dired-virtual): Use line-end-position.
860 (dired-default-directory-alist): Rename from default-directory-alist.
861 (dired-default-directory): Update for above name change.
862 (dired-vm): Drop VM < 5 and simplify.
863 (dired-buffer-more-recently-used-p): Rewrite.
864 (dired-filename-at-point): Use when and or.
865 (dired-x-read-filename-at-point): Rename from read-filename-at-point.
866 Update callers.
867
c5ca3aa0
GM
8682011-02-15 Glenn Morris <rgm@gnu.org>
869
870 * dired-x.el: Use easymenu for menu items. Fix item capitalization.
871
33f6cf7b
CY
8722011-02-14 Chong Yidong <cyd@stupidchicken.com>
873
874 * vc/vc-git.el (vc-git-root-log-format): New option for
875 customizing log format.
876 (vc-git-print-log, vc-git-log-outgoing, vc-git-log-incoming)
877 (vc-git-log-view-mode): Use it.
878 (vc-git-expanded-log-entry): New function.
879 (vc-git-log-view-mode): Use it. Truncate lines in root log.
880
881 * vc/vc-hg.el (vc-hg-root-log-template): New option for
882 customizing log format.
883 (vc-hg-print-log): Use it.
884 (vc-hg-expanded-log-entry): New function.
885 (vc-hg-log-view-mode): Use vc-hg-root-log-template and
886 vc-hg-expanded-log-entry. Truncate lines in root log.
887
888 * vc/vc-bzr.el (vc-bzr-log-view-mode): Truncate lines in root log.
889
e697fcfc
LM
890 * vc/log-view.el (log-view-mode-menu):
891 Add log-view-toggle-entry-display.
33f6cf7b 892
461b69ae
GM
8932011-02-14 Glenn Morris <rgm@gnu.org>
894
895 * dired-x.el: Don't require man when compiling.
896 (dired-omit-extensions, dired-local-variables-file)
897 (dired-x-hands-off-my-keys): Make them defcustoms.
898 (Man-support-local-filenames, Man-getpage-in-background): Declare.
899 (vm-visit-folder): Declare rather than defining.
900 (dired-x-help-address, dired-x-variable-list): Remove.
901 (dired-x-submit-report): Make it an obsolete alias.
902
35f52ed6
JB
9032011-02-14 Juanma Barranquero <lekktu@gmail.com>
904
905 * makefile.w32-in (TRAMP_SRC): Remove tramp-imap.el.
906
b2108a36
TZ
9072011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
908
67186ae2 909 * net/imap.el: Bring it back.
b2108a36 910
abfc152b
AM
9112011-02-13 Alan Mackenzie <acm@muc.de>
912
913 * progmodes/cc-fonts.el (c-font-lock-declarations): Remove a
914 narrow-to-region call that cuts context off the end (Bug#7722).
915
e697fcfc
LM
916 * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
917 Refactor nested if-forms with a simple cond.
abfc152b
AM
918 (c-forward-<>-arglist): Revert 2011-01-31 change.
919
d4eb88c7
CY
9202011-02-13 Chong Yidong <cyd@stupidchicken.com>
921
922 * vc/log-view.el: New command log-view-toggle-entry-display for
923 toggling log entries between concise and detailed forms.
924 (log-view-toggle-entry-display): New command.
925 (log-view-mode-map): Bind RET to it.
926 (log-view-expanded-log-entry-function): New variable.
927 (log-view-current-entry, log-view-inside-comment-p)
928 (log-view-current-tag): New functions.
929 (log-view-toggle-mark-entry): Use log-view-current-entry and
930 log-view-end-of-defun instead of searching directly with
931 log-view-message-re.
932 (log-view-end-of-defun): Likewise. Add optional ARG for
933 compatibility with end-of-defun.
934 (log-view-end-of-defun): Ignore comments and VC buttons.
935
936 * vc/vc-bzr.el (vc-bzr-expanded-log-entry): New function.
937 (vc-bzr-log-view-mode): Use log-view-expanded-log-entry-function.
938
2609a08e
TZ
9392011-02-13 Teodor Zlatanov <tzz@lifelogs.com>
940
114fe546
G
941 * net/imap.el: Remove file. All the functionality is in nnimap.el.
942
2609a08e
TZ
943 * net/imap-hash.el: Remove file.
944
7a6ebb1a
MA
9452011-02-13 Michael Albinus <michael.albinus@gmx.de>
946
947 * Makefile.in (TRAMP_SRC): Remove tramp-imap.el.
948
949 * net/tramp.el (tramp-read-passwd): Simplify `auth-source-search'
950 call.
951
952 * net/tramp-imap.el: Remove file.
953
75d4dcc9
CY
9542011-02-13 Chong Yidong <cyd@stupidchicken.com>
955
956 * vc/vc.el (vc-print-log-setup-buttons): Instead of using the
957 widget library for buttons, just use button.el.
958
959 * vc/log-view.el (log-view-mode-map): Don't inherit from
960 widget-keymap.
961
3c65e88d 9622011-02-12 Glenn Morris <rgm@gnu.org>
dc4c6a7a 963
86361e1e
GM
964 * emacs-lisp/cl-seq.el (union, nunion, intersection)
965 (nintersection, set-difference, nset-difference)
966 (set-exclusive-or, nset-exclusive-or): Doc fix.
967
dc4c6a7a
GM
968 * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
969
8a6f24e5
GM
970 * faces.el (face-attr-match-p): Handle the obsolete :bold and
971 :italic props, so that frame-set-background-mode works. (Bug#7966)
972
3caced0b
GM
973 * simple.el (next-error): Doc fix.
974
9de31df2
TV
9752011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
976
977 * dired-aux.el (dired-create-files): Adapt destination name to
978 match the new behavior of copy-directory.
979
38a71655
CY
9802011-02-12 Chong Yidong <cyd@stupidchicken.com>
981
982 * mail/mail-utils.el (mail-dont-reply-to-names): New variable,
983 from rmail-dont-reply-to-names. Callers changed.
984 (mail-dont-reply-to): Rename from mail-dont-reply-to.
985 (rmail-dont-reply-to): Make it an obsolete alias.
986
987 * mail/rmail.el (rmail-default-dont-reply-to-names): Default to
988 nil, and make obsolete (Bug#7888).
989 (rmail-dont-reply-to-names): Alias to mail-dont-reply-to-names.
990
991 * mail/rmailsum.el (rmail-summary-sort-by-correspondent): Doc fix.
992
993 * mail/rmailsort.el (rmail-sort-by-correspondent)
994 (rmail-select-correspondent): Doc fix. Use mail-dont-reply-to.
995
996 * mail/rmail.el (rmail-reply): Use mail-dont-reply-to.
997
470d996d
TV
9982011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
999
1000 * files.el (copy-directory): New argument COPY-CONTENTS for
1001 copying directory contents into another existing directory.
1002
e2784c87
TH
10032011-02-12 Tassilo Horn <tassilo@member.fsf.org>
1004
1005 * minibuffer.el (completion-table-case-fold): New function for
1006 creating a case-insensitive completion table.
1007
563790b6
TZ
10082011-02-12 Teodor Zlatanov <tzz@lifelogs.com>
1009
1010 * net/tramp.el (tramp-default-method): Also check if
1011 `auth-source-search' is bound.
1012 (tramp-read-passwd): Use `auth-source-search' instead of
1013 `auto-source-user-or-password'.
1014
1015 * net/tramp-imap.el: Autoload `auto-source-search' instead of
1016 `auto-source-user-or-password.
1017 (tramp-imap-passphrase-callback-function): Use it.
1018
1019 * net/imap-hash.el: Autoload `auto-source-search' instead of
1020 `auto-source-user-or-password.
1021 (imap-hash-open-connection): Use it.
1022
1023 * mail/smtpmail.el: Autoload `auto-source-search' instead of
1024 `auto-source-user-or-password.
1025 (smtpmail-try-auth-methods): Use it.
1026
c6affbde
PH
10272011-02-12 Phil Hagelberg <phil@hagelb.org>
1028
1029 * emacs-lisp/package.el: Allow packages to be reinstalled.
1030 (package--write-file-no-coding): Remove EXCL arg.
1031 (package-unpack-single): Don't use it.
1032
b5a53795
KP
10332011-02-12 Karl Pflästerer <k@rl.pflaesterer.de> (tiny change)
1034
1035 * vc/vc-svn.el: Adapt to Subversion change, with no .svn directory
1036 in each sub directory.
1037 (vc-svn-registered): Use vc-svn-root.
1038 (vc-svn-root): New function. Make vc-svn-responsible-p an alias.
1039 (vc-svn-repository-hostname): Use "svn info".
1040
25833f5e
DD
10412011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1042
1043 * simple.el (delete-trailing-whitespace): New optional buffer
1044 bound parameters.
1045
75d1d833
BG
10462011-02-11 Bastien Guerry <bzg@altern.org>
1047
1048 * files.el (basic-save-buffer): save unmodified buffers when
1049 the file pointed by buffer-file-name doesn't exist.
1050
e0e36cac
DD
10512011-02-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1052
079721e9 1053 * net/rcirc.el (rcirc-cmd-join): Accept multiple channels.
e0e36cac 1054
59350862
GM
10552011-02-11 Glenn Morris <rgm@gnu.org>
1056
1057 * emacs-lisp/cl-specs.el (multiple-value-bind): Fix debug spec.
1058
5708ce5e
JB
10592011-02-11 Juanma Barranquero <lekktu@gmail.com>
1060
1061 * net/rcirc.el (rcirc-send-ctcp): Remove spurious arg to `format'.
1062
b016851c
SM
10632011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
1064
59003be9
SM
1065 * server.el (server-process-filter): Use pcase.
1066
9517f8af
SM
1067 * emacs-lisp/smie.el (smie-blink-matching-open): Don't use `pos' in two
1068 conflicting ways.
1069 (smie-indent--parent): Extend to "parent of arg".
1070 (smie-indent-inside-string): New function.
1071 (smie-indent-functions): Use it.
1072
cf77dd27
SM
1073 * vc/vc-dir.el (vc-dir-refresh): Reorder operations to try and avoid
1074 bzr locking race condition.
1075
49ffc078
SM
1076 * emacs-lisp/edebug.el (edebug-instrument-function): Check a marker is
1077 still valid before using it.
1078
1a0a6cef
SM
1079 * progmodes/grep.el (grep-mode-font-lock-keywords): Adjust to
1080 `message' -> `compilation-message' rename (bug#8004).
1081
b016851c
SM
1082 Move keymap initialization into declaration.
1083 * textmodes/enriched.el (enriched-mode-map):
1084 * textmodes/bib-mode.el (bib-mode-map):
1085 * term/lk201.el (lk201-function-map):
1086 * tar-mode.el (tar-mode-map):
1087 * replace.el (occur-mode-map):
1088 * progmodes/idlwave.el (idlwave-rinfo-mouse-map, idlwave-rinfo-map):
1089 * progmodes/idlw-help.el (idlwave-help-mode-map):
1090 * progmodes/gdb-mi.el (gdb-memory-format-menu, gdb-memory-unit-menu):
1091 * play/solitaire.el (solitaire-mode-map):
1092 * play/snake.el (snake-mode-map, snake-null-map):
1093 * play/pong.el (pong-mode-map):
1094 * play/handwrite.el (menu-bar-handwrite-map):
1095 * play/gametree.el (gametree-mode-map):
a65112fb 1096 * net/rcirc.el (rcirc-mode-map, rcirc-browse-url-map)
b016851c
SM
1097 (rcirc-multiline-minor-mode-map, rcirc-track-minor-mode-map):
1098 * net/newst-plainview.el (newsticker-menu, newsticker-mode-map)
1099 (newsticker--url-keymap):
1100 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
1101 * menu-bar.el (menu-bar-file-menu, menu-bar-i-search-menu)
1102 (menu-bar-search-menu, menu-bar-replace-menu, menu-bar-goto-menu)
1103 (menu-bar-edit-menu, menu-bar-custom-menu)
1104 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
1105 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
1106 (menu-bar-line-wrapping-menu, menu-bar-options-menu)
1107 (menu-bar-games-menu, menu-bar-encryption-decryption-menu)
1108 (menu-bar-tools-menu, menu-bar-describe-menu)
1109 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
1110 (menu-bar-help-menu):
1111 * mail/rmailsum.el (rmail-summary-mode-map):
1112 * kmacro.el (kmacro-step-edit-map):
1113 * ibuffer.el (ibuffer-mode-groups-popup, ibuffer-mode-map)
1114 (ibuffer-mode-operate-map):
1115 * hi-lock.el (hi-lock-menu, hi-lock-map):
1116 * emulation/vip.el (vip-mode-map):
1117 * emacs-lisp/re-builder.el (reb-lisp-mode-map):
1118 * bookmark.el (bookmark-bmenu-mode-map):
1119 * help-mode.el (help-mode-map): Move initialization into declaration.
1120
1be1d1e9
DD
11212011-02-10 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1122
1123 * net/rcirc.el: Add PRIVMSG and CTCP functions.
1124 (rcirc-send-privmsg, rcirc-send-ctcp): New functions.
1125 (rcirc-keepalive, rcirc-cmd-ctcp, rcirc-ctcp-sender-PING)
1126 (rcirc-cmd-me, rcirc-authenticate): Use them.
1127
26d2a9bd
KM
11282011-02-10 Ken Manheimer <ken.manheimer@gmail.com>
1129
1130 * allout.el: Synopsis: Change allout user configuration so
1131 auto-activation is controlled solely by customization
1132 `allout-auto-activation'.
1133
01c35094 1134 (allout-auto-activation-helper, allout-setup): New autoloads
26d2a9bd
KM
1135 implement new custom set procedure for allout-auto-activation.
1136 Also, explicitly invoke
1137 (allout-setup) after allout-auto-activation is custom-defined, to
1138 effect the settings in emacs sessions besides the few where
1139 allout-auto-activation customization is donea.
1140 (allout-auto-activation): Use allout-auto-activation-helper to
1141 :set. Revise the docstring.
1142 (allout-init): Reduce functionality to just customizing
1143 allout-auto-activation, and mark obsolete.
1144 (allout-mode): Respect string values for allout-auto-activation.
1145 Run allout-after-copy-or-kill-hook without any args.
01c35094 1146 (allout-mode, allout-layout, allout-default-layout)
26d2a9bd
KM
1147 (outlineify-sticky): Adjust docstring for new scheme.
1148 (allout-after-copy-or-kill-hook): No arguments - hook implementers
1149 should concentrate on the kill ring.
1150
b8e0f0cd
G
11512011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
1152
1153 * password-cache.el (password-cache-remove): Accept secrets that are
1154 not strings.
1155
ccded26c
SM
11562011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1157
1158 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Fix case
1159 of here-doc that immediately follows a comment.
1160
ee6a57ab
DD
11612011-02-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1162
4d04fdc9
DD
1163 * net/rcirc.el (rcirc-ctcp-sender-PING): Simplifying.
1164
ee6a57ab
DD
1165 * net/rcirc.el (rcirc-cmd-ctcp): Use dedicated function when
1166 available.
1167 (rcirc-ctcp-sender-PING): New function.
1168
6ca94a0b
SM
11692011-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1170
1171 * obsolete/pc-select.el: Rename from emulation/pc-select.el (bug#7940).
1172 Remove the mark/nomark handling, and activate shift-select-mode instead.
1173
1174 * obsolete/pc-mode.el: Rename from emulation/pc-mode.el.
1175
226590f8
JB
11762011-02-07 Jay Belanger <jay.p.belanger@gmail.com>
1177
1178 * calc/calc-units.el (math-logunits-quant): Add support for
1179 non-logarithmic units.
1180
dd0b691e
KM
11812011-02-07 Ken Manheimer <ken.manheimer@gmail.com>
1182
4ec28e14
KM
1183 * allout.el (allout-after-copy-or-kill-hook): New hook for
1184 extension-specific processing of killed text.
1185 (allout-mode): Include new allout-after-copy-or-kill-hook among
1186 mentioned hooks.
01c35094 1187 (allout-kill-line, allout-kill-topic): Ensure that processing
4ec28e14
KM
1188 after kill happens even if barf-if-buffer-read-only is raised.
1189 Include new allout-after-copy-or-kill-hook among that subsequent
1190 processing.
1191 (allout-deannotate-hidden): Actually remove the annotation text
1192 properties.
1193
dd0b691e
KM
1194 * allout.el (allout-listify-exposed): Copy text sans text properties.
1195
07e52e08
MA
11962011-02-07 Michael Albinus <michael.albinus@gmx.de>
1197
b016851c 1198 * net/dbus.el (dbus-list-activatable-names): Add optional argument BUS.
07e52e08 1199
c5aff743
DD
12002011-02-07 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1201
1202 * net/rcirc.el (rcirc-handler-317): New function (Bug#6507).
1203
03925868
JB
12042011-02-06 Jay Belanger <jay.p.belanger@gmail.com>
1205
b016851c 1206 * calc/calc.el (calc-logunits-field-reference): Rename from
03925868 1207 `calc-default-field-reference-level'.
b016851c 1208 (calc-logunits-power-reference): Rename from
01c35094 1209 `calc-default-power-reference-level'.
03925868 1210
b016851c 1211 * calc/calc-units.el (math-logunits-quant): Rename from
03925868 1212 `math-logunits-level'
b016851c 1213 (math-logunits-plus): Rename from math-logcombine.
03925868 1214 (calcFunc-luplus, calcFunc-luminus calc-luplus, calc-luminus): Remove.
ec6ad6f2 1215 (calcFunc-lufieldadd, calcFunc-lupoweradd, calcFunc-lufieldsub)
01c35094 1216 (calcFunc-lufieldsub, calc-logunits-add, calc-logunits-sub):
03925868 1217 New functions.
b016851c
SM
1218 (calcFunc-fieldquant): Rename from `calcFunc-fieldlevel'.
1219 (calcFunc-powerquant): Rename from `calcFunc-powerlevel'.
1220 (calc-logunits-quantity): Rename from `calc-level'.
03925868 1221 (calcFunc-dbfieldlevel, calcFunc-dbpowerlevel, calcFunc-npfieldlevel)
01c35094 1222 (calcFunc-nppowerlevel, calc-logunits-dblevel, calc-logunits-nplevel)
ec6ad6f2
JB
1223 (math-logunits-mul, calcFunc-lufieldmul, calcFunc-lupowermul)
1224 (calc-logunits-mul, math-logunits-divide, calcFunc-lufielddiv)
01c35094 1225 (calcFunc-lupowerdiv, calc-logunits-divide, math-logunits-level):
03925868
JB
1226 New functions.
1227
b016851c 1228 * calc/calc-help.el (calc-u-prefix-help): Remove "L" reference.
03925868
JB
1229 (calc-ul-prefix-help): Remove.
1230 (calc-l-prefix-help): New function.
1231 (calc-full-help): Add reference to `calc-l-prefix-help'.
1232
1233 * calc/calc-ext.el (calc-init-extensions): Update autoloads.
1234
ec6ad6f2
JB
1235 * calc/README: Mention logarithmic units.
1236
f8b351c1
CY
12372011-02-06 Chong Yidong <cyd@stupidchicken.com>
1238
1239 * mail/emacsbug.el (report-emacs-bug-hook): Remove the check for
1240 non-ASCII characters (Bug#7925).
1241
a60287ff
GM
12422011-02-05 Glenn Morris <rgm@gnu.org>
1243
1244 * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
1245
9ad53e98
GM
1246 * calendar/diary-lib.el (diary-font-lock-keywords):
1247 Tweak diary-time-regexp match. (Bug#7891)
1248
9783df21
GM
1249 * progmodes/f90.el (f90-find-tag-default): New function. (Bug#7919)
1250 (f90-mode): Use it for mode's `find-tag-default-function' property.
1251
df275851
GM
1252 * ibuf-ext.el (ibuffer-filter-disable): Make it work. (Bug#7969)
1253
95838641
GM
1254 * faces.el (set-face-attribute): Doc fix. (Bug#2659)
1255
827b77e9
DD
12562011-02-05 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1257
1258 * net/rcirc.el (rcirc-handler-JOIN): Reset mode-line-process
1259 (Bug#6386).
1260
7cb76591
SM
12612011-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1262
ba70ab1c
SM
1263 * progmodes/sh-script.el (sh-here-doc-open-re): Don't rely on the
1264 font-lock-syntax-table remappings.
1265 (sh-here-doc-markers, sh-here-doc-re): Remove.
1266 (sh-font-lock-close-heredoc): Remove.
1267 (sh-syntax-propertize-here-doc): New function.
1268 (sh-font-lock-open-heredoc): Set the sh-here-doc-marker property
1269 instead of the sh-here-doc-re.
1270 (sh-font-lock-paren): Don't do anything in comments or strings.
1271 Handle line continuations. Accept a few more chars.
1272 Don't rely on the font-lock-syntax-table remappings.
1273 `esac' is not a valid pattern.
1274 (sh-syntax-propertize-function): Handle here-docs differently, so we
1275 don't bother syntax-propertizing the insides.
1276
7cb76591
SM
1277 * progmodes/sh-script.el (sh-font-lock-paren, sh-kw, sh-prev-thing):
1278 Handle new bashisms ";&" and ";;&" (bug#7947).
1279
39b20f56
MA
12802011-02-05 Michael Albinus <michael.albinus@gmx.de>
1281
7cb76591
SM
1282 * net/tramp-smb.el (tramp-smb-errors): Use `regexp-opt'.
1283 Add "NT_STATUS_IO_TIMEOUT" and "NT_STATUS_NO_SUCH_USER".
39b20f56 1284
51aba3f3
MA
12852011-02-05 Era Eriksson <era+tramp@iki.fi> (tiny change)
1286
1287 * net/tramp.el (tramp-postfix-method-format)
1288 (tramp-postfix-method-regexp, tramp-prefix-domain-format)
1289 (tramp-prefix-domain-regexp, tramp-postfix-user-format)
1290 (tramp-postfix-user-regexp, tramp-prefix-port-format)
1291 (tramp-prefix-port-regexp, tramp-postfix-host-format)
1292 (tramp-postfix-host-regexp, tramp-handle-substitute-in-file-name):
1293 Doc fix.
1294
7bc61bb7
SS
12952011-02-04 Sam Steingold <sds@gnu.org>
1296
1297 * mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group.
1298
d93c111e
AS
12992011-02-04 Andreas Schwab <schwab@linux-m68k.org>
1300
1301 * international/mule-util.el (with-coding-priority): Doc fix.
1302
6f52d86e
EZ
13032011-02-04 Eli Zaretskii <eliz@gnu.org>
1304
1305 * arc-mode.el (archive-mode-map): Fix a typo in last change.
1306
c1b4afac
SS
13072011-02-03 Sam Steingold <sds@gnu.org>
1308
1309 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
1310 Do not error out when `func' is nil.
1311
a857d3c7
MA
13122011-02-03 Michael Albinus <michael.albinus@gmx.de>
1313
1314 * net/tramp-sh.el (tramp-remote-path): Add default settings for
1315 `tramp-default-remote-path' to the docstring.
1316 (tramp-get-remote-path): Suppress error message when `getconf
1317 PATH' fails.
1318
1319 * net/tramp-smb.el (tramp-smb-errors): Add "NT_STATUS_UNSUCCESSFUL".
1320
8aa88760
GM
13212011-02-03 Glenn Morris <rgm@gnu.org>
1322
219ea611
GM
1323 * vc/vc-hg.el (vc-hg-command): Doc fix.
1324
8d7b5b5b
GM
1325 * term/w32-win.el (libpng-version): Declare for compiler.
1326
c03eac34
GM
1327 * msb.el: No need to load dired while compiling.
1328
7f07c1fe
GM
1329 * emacs-lisp/elint.el (elint-standard-variables):
1330 Remove a couple of built-ins that now have doc-strings.
1331
befe199d
GM
1332 * hi-lock.el, ps-bdf.el, ps-mule.el, ps-print.el, ps-samp.el:
1333 `require' is automatically `eval-and-compile'd.
1334
2d7d6439
GM
1335 * net/rcirc.el (rcirc-nick-completion-format): Add :version tag.
1336 (rcirc-log-directory, rcirc-log-flag): Move definitions before use.
1337
8aa88760
GM
1338 * strokes.el (strokes-fill-current-buffer-with-whitespace):
1339 Move definition before use.
1340 (strokes-report-bug): Make it obsolete.
1341
e90f8545
SS
13422011-02-02 Sam Steingold <sds@gnu.org>
1343
1344 * apropos.el (apropos-print): Now that `apropos-mode' inherits
1345 from `special-mode', entering it makes the buffer read-only, so
1346 call it only when everything has been already inserted.
1347 * emacs-lisp/ert.el (ert--setup-results-buffer)
1348 (ert-results-pop-to-backtrace-for-test-at-point)
1349 (ert-results-pop-to-messages-for-test-at-point)
1350 (ert-results-pop-to-timings): Ditto.
1351 * emacs-lisp/package.el (package--list-packages): Ditto.
1352 * play/solitaire.el (solitaire): Ditto.
1353
90db975f
CY
13542011-02-02 Chong Yidong <cyd@stupidchicken.com>
1355
1356 * progmodes/compile.el: Make all faces inherit.
1357 (compilation-warning): Inherit from font-lock-variable-name-face.
1358 (compilation-info): Inherit from font-lock-type-face.
1359 (compilation-line-number): Reassign to font-lock-keyword-face.
1360 (compilation-column-number): Reassign to font-lock-doc-face.
1361 (compilation-leave-directory-face): Reassign to
1362 font-lock-builtin-face.
1363
bc35ff32
EZ
13642011-02-02 Eli Zaretskii <eliz@gnu.org>
1365
1366 * dired.el (dired-insert-directory): Don't invoke `ls' when
1367 ls-lisp.el is used to emulate it.
1368
39cde66c
JD
13692011-02-01 Julien Danjou <julien@danjou.info>
1370
1371 * color.el (color-gradient): Add a color-gradient function.
1372
abef340a
SS
13732011-02-01 Sam Steingold <sds@gnu.org>
1374
1375 * simple.el (special-mode-map): Bind "h" to `describe-mode';
1376 bind "z" to `kill-this-buffer'.
1377 (completion-list-mode-map): Bind "z" to `kill-this-buffer'.
1378 * apropos.el (apropos-mode-map): Inherit from `special-mode-map'.
1379 (apropos-mode): Inherit from `special-mode'.
1380 * arc-mode.el (archive-mode-map): Inherit from `special-mode-map'.
1381 * bookmark.el (bookmark-bmenu-mode): Define using
1382 `define-derived-mode' inheriting from `special-mode'.
1383 * dired.el (dired-mode-map): Inherit from `special-mode-map'.
1384 * image-mode.el (image-mode-map): Ditto.
1385 * replace.el (occur-mode): Define using
1386 `define-derived-mode' inheriting from `special-mode'.
1387 * tar-mode.el (tar-mode): Inherit from `special-mode'.
1388 * calendar/diary-lib.el (diary-fancy-display-mode):
1389 Inherit from `special-mode-map'.
1390 * emacs-lisp/ert.el (ert-simple-view-mode, ert-results-mode):
1391 Inherit from `special-mode'.
1392 * emacs-lisp/package.el (package-menu-mode-map): Copy from
1393 `special-mode-map'.
1394 (package-menu-mode): Define using `define-derived-mode'
1395 inheriting from `special-mode'.
1396 * erc/erc-list.el (erc-list-menu-mode): Inherit from `special-mode'.
1397 * net/xesam.el (xesam-mode): Inherit from `special-mode'.
1398 (xesam-mode-map): Define separately.
1399 * play/solitaire.el (solitaire-mode): Inherit from `special-mode'.
1400 * progmodes/compile.el (compilation-minor-mode-map)
1401 (compilation-mode-map): Inherit from `special-mode-map'.
1402 * vc/diff-mode.el (diff-mode-shared-map):
1403 Inherit from `special-mode-map'.
1404 * vc/log-view.el (log-view-mode-map): Add a comment.
1405
928f4e73
CY
14062011-02-01 Chong Yidong <cyd@stupidchicken.com>
1407
1408 * custom.el (load-theme): Define return value. Drop use of
1409 unsafep; call custom-theme-load-confirm for non-known-safe themes.
1410 (custom-theme-load-confirm): Scroll in the correct window.
1411 (custom-enabled-themes): Add custom-safe-themes to :set-after.
1412
1413 * cus-theme.el (custom-theme-checkbox-toggle): Don't activate the
1414 checkbox if load-theme fails.
1415
7d116647
SM
14162011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1417
1418 * progmodes/compile.el (compilation-next-error): Check there's
1419 a message before using it (bug#7941).
1420
4fdfcddf
JB
14212011-02-01 Jay Belanger <jay.p.belanger@gmail.com>
1422
1423 * calc/calc-mtx.el (math-lud-pivot-check): New function.
1424 (math-do-matrix-lud): Use `math-lud-pivot-check' to check the size
1425 of potential pivots.
1426
3b95603f
AM
14272011-01-31 Alan Mackenzie <acm@muc.de>
1428
7d116647
SM
1429 * progmodes/cc-cmds.el (c-forward-over-illiterals):
1430 Continue parsing if we encounter a naked # (Bug#7595).
3b95603f 1431 (c-beginning-of-statement): Avoid loop in locating the beginning
aa9c0efc 1432 of a macro. (Not actually committed until 2011-02-20, see above).
3b95603f 1433
6fa1f651
CY
14342011-01-31 Chong Yidong <cyd@stupidchicken.com>
1435
1436 * files.el (copy-directory): Fix arguments to recursive call.
1437
14beddf4 14382011-01-31 Chong Yidong <cyd@stupidchicken.com>
82d84d3f
CY
1439
1440 * files.el (copy-directory): If destination is an existing
1441 directory, copy into a subdirectory there.
1442
14beddf4 14432011-01-31 Andreas Schwab <schwab@linux-m68k.org>
e935c6a2
AS
1444
1445 * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
1446 files.
1447
14beddf4 14482011-01-31 Chong Yidong <cyd@stupidchicken.com>
d1f14baa 1449
6fc0aac3
CY
1450 * image-dired.el (image-dired-mouse-display-image): No-op if no
1451 file is found (Bug#7817).
1452
d1f14baa
CY
1453 * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
1454
14beddf4 14552011-01-31 Kenichi Handa <handa@m17n.org>
67442738 1456
7d116647
SM
1457 * international/quail.el (quail-keyboard-layout-alist):
1458 Remove superfluous SPC for "pc105-uk" (bug#7927).
67442738 1459
14beddf4 14602011-01-31 Glenn Morris <rgm@gnu.org>
220c2a14
GM
1461
1462 * msb.el (msb-menu-bar-update-buffers): Update for changed
1463 argument handling of menu-bar-select-frame. (Bug#7902)
1464
14beddf4 14652011-01-31 Chong Yidong <cyd@stupidchicken.com>
af7c5700
CY
1466
1467 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
1468 to the recursion depth (Bug#7722).
1469
14beddf4 14702011-01-31 Roy Liu <carsomyr@gmail.com> (tiny change)
ca9c274a
JD
1471
1472 * term/ns-win.el (ns-find-file): Expand ns-input-file with
1473 command-line-default-directory (Bug#7872).
1474
9e11271c
SM
14752011-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1476
1477 * progmodes/compile.el (compilation--flush-directory-cache):
1478 New function, extracted from compilation--remove-properties.
1479 (compilation--remove-properties, compilation--parse-region): Use it.
1480 (compilation--previous-directory): Handle one more case.
1481 (compilation-enable-debug-messages): Remove.
1482 (compilation-parse-errors, compilation--flush-parse): Just remove the
1483 left over debug messages.
1484
038714ab
SS
14852011-01-31 Sam Steingold <sds@gnu.org>
1486
1487 * progmodes/compile.el (compilation-enable-debug-messages):
1488 Add a variable to make the parsing messages introduced in
1489 2011-01-28T22:12:05Z!monnier@iro.umontreal.ca optional.
1490 (compilation-parse-errors, compilation--flush-parse): Use it.
1491
2a4466ca
DD
14922011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1493
35f52ed6 1494 * net/rcirc.el: New customizable nick completion format. (Bug#6314)
2a4466ca
DD
1495 (rcirc-nick-completion-format): New defcustom.
1496 (rcirc-complete): Use it.
1497
186ecaf1
DD
14982011-01-31 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1499
1500 * net/rcirc.el: Clean log filenames (Bug#7933).
1501 (rcirc-log-write): Use convert-standard-filename.
1502 (rcirc-log-filename-function): Documentation updates.
1503
253f7d1b
JD
15042011-01-30 Jan Djärv <jan.h.d@swipnet.se>
1505
9e11271c
SM
1506 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer):
1507 Check report-emacs-bug-can-use-osx-open and use that if t.
253f7d1b
JD
1508 (report-emacs-bug-can-use-osx-open): New function.
1509 (report-emacs-bug): Rename can-xdg-email to can-insert-mail.
1510 Check report-emacs-bug-can-use-osx-open also for can-insert-mail.
1511
a2b6e5d6
CY
15122011-01-29 Chong Yidong <cyd@stupidchicken.com>
1513
1514 * vc/vc-dispatcher.el (vc-set-async-update): New function for
1515 updating Dired or VC-dir buffers after async command completes.
1516
1517 * vc/vc-bzr.el (vc-bzr-async-command): Return the process buffer.
1518 (vc-bzr-pull, vc-bzr-merge-branch): Use vc-set-async-update.
1519
1520 * vc/vc-git.el (vc-git-merge-branch): Add FETCH_HEAD to branch
1521 completions if it exists. Use vc-set-async-update.
1522 (vc-git-pull): Use vc-set-async-update.
1523
1524 * vc/vc-hg.el (vc-hg-pull): Fix default-contents arg to
1525 read-shell-command. Use vc-set-async-update.
1526 (vc-hg-merge-branch): Use vc-set-async-update.
1527
8907f7b9
DU
15282011-01-29 Daiki Ueno <ueno@unixuser.org>
1529
9e11271c
SM
1530 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
1531 Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
8907f7b9
DU
1532 (Bug#7931).
1533
e52f87a1
SM
15342011-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
1535
1536 * progmodes/compile.el: Avoid an N² behavior in grep.
1537 (compilation--previous-directory): New fun.
1538 (compilation--previous-directory-cache): New var.
1539 (compilation--remove-properties): Flush it.
1540 (compilation-directory-properties, compilation-error-properties):
1541 Use the new fun to speed up looking for the current directory.
1542
659114fd
CY
15432011-01-29 Chong Yidong <cyd@stupidchicken.com>
1544
1545 * vc/vc-hg.el (vc-hg-history): New var.
1546 (vc-hg-pull): Perform default pull if called via Lisp by vc-pull.
1547 (vc-hg-merge-branch): New function.
1548
1549 * vc/vc.el (vc-pull): Make vc-update an alias for this, instead of
1550 the other way around.
1551
1552 * vc/vc-git.el (vc-git-branches, vc-git-pull)
1553 (vc-git-merge-branch): New functions.
1554 (vc-git-history): New var.
1555
9bfe5783
CY
15562011-01-28 Chong Yidong <cyd@stupidchicken.com>
1557
1558 * vc/vc-dispatcher.el (vc-do-async-command): New function.
1559
1560 * vc/vc-bzr.el (vc-bzr-async-command): Convert into a wrapper for
1561 vc-do-async-command.
1562
e52f87a1
SM
1563 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch):
1564 Callers changed.
9bfe5783 1565
b1ea593c
LL
15662011-01-28 Leo <sdl.web@gmail.com>
1567
1568 * emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply
9bfe5783 1569 highlighting to the "this function is advised" message.
b1ea593c
LL
1570
1571 * help-mode.el (help-mode-finish): Apply highlighting here, to
1572 avoid clobbering by substitute-command-keys (Bug#6304).
1573
40e22d80
CY
15742011-01-28 Chong Yidong <cyd@stupidchicken.com>
1575
1576 * woman.el (woman0-roff-buffer): Process roff escape sequences
1577 occurring prior to the first request (Bug#7843).
1578
01c63f4c
SM
15792011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1580
55fb9013
SM
1581 * progmodes/compile.el: Don't use font-lock any more.
1582 (compilation-error-regexp-alist-alist): Change handling of makepp
1583 so it preserves the warning/error distinction on subsequent files.
1584 Simplify various rules.
1585 (compilation-directory-properties): Use font-lock-face.
1586 Add a compilation-message property.
1587 (compilation-internal-error-properties): Use font-lock-face.
1588 Don't set the compilation-debug property here.
1589 (compilation--put-prop, compilation--remove-properties)
1590 (compilation--parse-region, compilation--ensure-parse)
1591 (compilation--ensure-parse): New functions.
1592 (compilation-parse-errors): New function, largely inspired of
1593 compilation-mode-font-lock-keywords. Set compilation-debug here.
1594 (compilation--parsed): New var.
1595 (compilation--flush-parse): Use compilation--ensure-parse.
1596 (compilation-start): Don't call font-lock.
1597 (compilation-turn-on-font-lock): Remove.
1598 (compilation-setup): Don't set font-lock-extra-managed-props not change
1599 other font-lock settings, other than keywords.
1600 Don't activate font-lock-mode.
1601 Set change-major-mode-hook and before-change-functions.
1602 (compilation--unsetup): Remove properties and hooks.
1603 (compilation-next-single-property-change): New function.
1604 (compilation-next-error): Use it to parse when needed.
1605 (compile-goto-error): Parse buffer as needed.
1606 (compilation--compat-error-properties): Don't need a dummy `face'
1607 property any more.
1608
8fe52384
SM
16092011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1610
1611 * progmodes/compile.el: Use accessors for clarity and fix omake hack.
1612 (compilation-process-setup-function): Fix docstring's false promises.
1613 (compilation-error-regexp-alist-alist): Catch omake's continuous
1614 recompilation message and avoid reuse of old markers.
1615 (compilation-parse-errors-function): Declare obsolete.
1616 (compilation-buffer-modtime): Remove.
1617 (compilation--make-cdrloc, compilation--loc->col)
1618 (compilation--loc->line, compilation--loc->file-struct)
1619 (compilation--loc->marker, compilation--loc->visited)
1620 (compilation--make-file-struct, compilation--file-struct->file-spec)
1621 (compilation--file-struct->formats)
1622 (compilation--file-struct->loc-tree): New macros. Use them.
1623 (compilation--message): New defstruct. Use them.
1624 (compilation-next-error-function): Don't mess with timestamps to try
1625 and guess when to reparse.
1626
01c63f4c
SM
16272011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1628
5e853d01
SM
1629 * textmodes/tex-mode.el: Get rid of compilation-parse-errors-function
1630 (tex-old-error-file-name): New function,
1631 extracted from tex-compilation-parse-errors.
1632 (tex-compilation-parse-errors): Remove.
1633 (tex-error-regexp-alist): New var.
1634 (tex-shell): Use it to avoid compilation-parse-errors-function.
1635
07b741a7
SM
1636 * progmodes/grep.el (grep-regexp-alist): Tighten regexp.
1637 (grep-mode-font-lock-keywords): Remove regexp that seems like
1638 a left-over from before we used compile.el.
1639 (grep-mode-font-lock-keywords): Call syntax-ppss-flush-cache when
1640 modifying the buffer within with-silent-modifications.
1641
1642 * progmodes/compile.el: Cleanup text-properties namespace by using
1643 `compilation-message' instead of `message', `compilation-directory'
1644 instead of `directory', and `compilation-debug' instead of `debug'.
1645 (compilation-last-buffer, compilation-parsing-end)
1646 (compilation-error-list, compilation-old-error-list): Move to the
1647 compatibility part of the code.
1648 (compilation-error-properties): If `file' is a function, let it return
1649 a file name.
1650 (compilation-mode-font-lock-keywords): Be more conservative with the
1651 omake "^ *" pattern prefix, to try and minimize the risk of
1652 pathologically slow regexp matching.
1653 (compilation-start): Use inhibit-read-only.
1654 (compilation--unsetup): New function.
1655 (compilation-shell-minor-mode, compilation-minor-mode): Use it.
1656 (compilation-filter): Minor tweaks.
8fe52384 1657 (compilation-next-error-function): Try and avoid abusing variables.
07b741a7 1658 (compilation--flush-file-structure): New fun.
8fe52384 1659 (compilation-fake-loc): Use it to improve behavior when file is reused.
07b741a7
SM
1660 (debug-ignored-errors): Add "Moved past last ...".
1661 (compilation--compat-error-properties)
1662 (compilation--compat-parse-errors): Rename by doubling the "-".
1663
01c63f4c
SM
1664 Port features from the previous prolog.el to the new one.
1665 * progmodes/prolog.el (prolog-system): Add GNU and ECLiPSe options.
1666 (prolog-program-name, prolog-program-switches, prolog-consult-string)
1667 (prolog-compile-string, prolog-prompt-regexp): Get rid of the <foo>-i
1668 variable and use a function to compute the value dynamically.
1669 (prolog-prompt-regexp): Add regexp for GNU Prolog.
1670 (prolog-continued-prompt-regexp): Remove, unused.
1671 (prolog-find-value-by-system): Try and use the value of prolog-system
1672 in the *prolog* buffer if it helps.
1673 (prolog-mode-keybindings-common): Bind C-c C-z unconditionally...
1674 (prolog-zip-on): ..and check prolog-system and version here instead.
1675 (prolog-inferior-self-insert-command): New command.
1676 (prolog-inferior-mode-map): Use it.
1677 (prolog-inferior-error-regexp-alist): New var.
8fe52384 1678 (prolog-inferior-mode): Use it, with compilation-shell-minor-mode.
01c63f4c
SM
1679 (prolog-input-filter): Use derived-mode-p.
1680 (prolog-inferior-guess-flavor): New function.
1681 (prolog-ensure-process): Use it. Use make-comint-in-buffer rather than
1682 make-comint to avoid running comint-mode twice.
1683 (prolog-inferior-buffer): New fun.
1684 (prolog-old-process-region, prolog-old-process-file):
1685 Don't call prolog-bsts here...
1686 (prolog-build-prolog-command): ...do it here instead.
1687 (prolog-old-process-region, prolog-old-process-file):
1688 Use compilation-fake-loc and compilation-forget-errors.
1689 (prolog-consult-compile-region): Use bolp.
1690
2f224f0b
CY
16912011-01-28 Chong Yidong <cyd@stupidchicken.com>
1692
1693 * image-mode.el (image-display-size): Doc fix (Bug#7820).
1694
db0e305d
SS
16952011-01-27 Sam Steingold <sds@gnu.org>
1696
9e11271c
SM
1697 * midnight.el (clean-buffer-list-kill-never-buffer-names):
1698 Remove "*server*" which is never created by emacs server.
db0e305d 1699
27bbeb29
DD
17002011-01-27 Deniz Dogan <deniz.a.m.dogan@gmail.com>
1701
1702 * vc/vc-bzr.el (vc-bzr-diff): Don't pass --diff-options unless
1703 there are some diff switches.
1704
153c5428
SM
17052011-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
1706
89fdaac7
SM
1707 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1708 Copy change made to ruby-font-lock-syntactic-keywords.
1709
153c5428
SM
1710 * htmlfontify.el: Make it obey the font-lock-face text property.
1711 Miscellaneous cleanup such as:
1712 - Don't hide expressions after a closing paren.
1713 - Move initial setq into let.
1714 - Hoist common parts out of ifs.
1715 (hfy-p-to-face, hfy-p-to-face-lennart): Remove.
1716 (hfy-face-at): Use get-text-property instead.
1717 (hfy-prop-invisible-p): Use invisible-p if available.
1718 (htmlfontify-manual): Use \\[...].
1719 (hfy-html-quote-regex): Use [...].
1720 (hfy-combined-face-spec): Simplify.
1721 (hfy-compile-face-map): Don't presume point-min==1.
1722 (hfy-css-name, hfy-buffer, htmlfontify-buffer): Use \' rather than $ to
1723 match end of string.
1724 (hfy-text-p): η-reduce.
1725 (hfy-tags-for-file): Receive cache-hash directly.
1726 (hfy-mark-tag-names): Adjust call.
1727
ed7646d4
GM
17282011-01-27 Glenn Morris <rgm@gnu.org>
1729
1730 * msb.el (msb-after-load-hooks): Make it an obsolete alias.
1731 (msb-after-load-hook): Remove eval-after-load wackiness.
1732
ed68f651
SS
17332011-01-25 Sam Steingold <sds@gnu.org>
1734
1735 * vc/vc-svn.el (vc-svn-diff): Use `diff-command' instead of the
1736 literal "diff" (important for windows-nt).
1737
0fe719e6
GM
17382011-01-25 Glenn Morris <rgm@gnu.org>
1739
1740 * emacs-lisp/copyright.el (copyright-at-end-flag)
1741 (copyright-names-regexp): Add safety properties.
1742 (copyright-year-ranges): New option.
1743 (copyright-find-end): New function, split from copyright-update-year.
1744 (copyright-update-year): Use copyright-find-end.
1745 (copyright-fix-years): Optionally, convert years to ranges.
1746 Handle years continued over comment lines.
1747 Do not mess with the fill-prefix.
1748 Do not call copyright-update.
1749 (copyright-update-directory): Optionally, fix years rather than update.
7e6e2304 1750 Skip directories. Find files with only safe local vars.
0fe719e6 1751
06d8ace5 17522011-01-25 Stefan Monnier <monnier@iro.umontreal.ca>
10e1d5f3
SM
1753
1754 * files.el (file-name-non-special): Only change buffer-file-name after
1755 insert-file-contents if it's `visit'ing the file (bug#7854).
1756
06d8ace5 17572011-01-25 Chong Yidong <cyd@stupidchicken.com>
b14f16ad
CY
1758
1759 * dired.el (dired-revert): Doc fix (Bug#7758).
1760
06d8ace5
GM
1761 * simple.el (line-move-visual): Doc fix (Bug#7594).
1762
17632011-01-25 Nobuyoshi Nakada <nobu@ruby-lang.org>
cc9c9831
NN
1764
1765 * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
1766 here-doc which ends with an underscore.
1767 (ruby-mode-set-encoding): Skip shebang line always.
1768 (ruby-mode-map): Bind C-c C-c to comment-region.
0d19d4fe 1769 (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
cc9c9831
NN
1770 (ruby-forward-sexp): Stop after literal hash key labels.
1771 (ruby-font-lock-syntactic-keywords): Highlight regexp after open
1772 bracket.
1773
06d8ace5 17742011-01-25 Keitaro Miyazaki <keitaro.miyazaki@gmail.com> (tiny change)
d6476407
KM
1775
1776 * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
1777 the correct buffer (Bug#7650).
1778
06d8ace5
GM
17792011-01-25 Glenn Morris <rgm@gnu.org>
1780
1781 * comint.el (comint-mode): Doc fix. (Bug#7897)
4d265b4d 1782
ce558208
GM
1783 * simple.el (do-auto-fill): Give it a doc string.
1784
4d265b4d
GM
1785 * button.el (make-text-button): Doc fix. (See bug#7881)
1786
21bb5ce0
SM
17872011-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
1788
ab0a61d0
SM
1789 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
1790 Don't move backward, so as not to fall in an inf-loop (bug#7736).
1791
21bb5ce0
SM
1792 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): (bug#7735)
1793 Handle ?" and friends differently (e.g. don't use backrefs).
1794
603823f5
JB
17952011-01-24 Jay Belanger <jay.p.belanger@gmail.com>
1796
1797 * calc/calc.el (calc-default-power-reference-level)
1798 (calc-default-field-reference-level): New variables.
35f52ed6 1799 * calc/calc-units.el (math-standard-units): Add dB and Np.
603823f5
JB
1800 (math-logunits): New variable.
1801 (math-extract-logunits, math-logcombine, calcFunc-luplus)
1802 (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level)
21bb5ce0
SM
1803 (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level):
1804 New functions.
603823f5
JB
1805 (math-find-base-units-rec): Add entry for ln(10).
1806 * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help.
1807 (calc-ul-prefix-help): New function.
1808 * calc/calc-ext.el (calc-init-extensions): Autoload new units
35f52ed6 1809 functions. Add keybindings for new units functions.
603823f5 1810
11ea68ce 18112011-01-22 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
10617634
DD
1812
1813 * net/rcirc.el (rcirc-kill-buffer-hook): Flush logs when killing
11ea68ce 1814 rcirc buffers. (Bug#4940)
10617634 1815
0412a5a4
GM
18162011-01-22 Glenn Morris <rgm@gnu.org>
1817
1818 * emacs-lisp/copyright.el (copyright-find-copyright): New function,
1819 split out from copyright-update-year.
1820 (copyright-update): Don't mess with the GPL version if we don't own the
1821 copyright. Update license regexp, and remove no longer needed
1822 Esperanto stuff.
d226ec23 1823 (copyright-fix-years): Use copyright-find-copyright.
0412a5a4 1824
e7c1dca8
CY
18252011-01-22 Chong Yidong <cyd@stupidchicken.com>
1826
1827 * vc/diff.el (diff-sentinel): Doc fix (Bug#7682).
1828
4d0143e6
JA
18292011-01-22 Jari Aalto <jari.aalto@cante.net>
1830
1831 * play/landmark.el: Change `lm-' prefix to `landmark-' (Bug#7672).
1832 (lm): Rename to landmark.
1833 (lm-test-run): Rename to landmark-test-run.
1834
e3545d0d
CY
18352011-01-22 Chong Yidong <cyd@stupidchicken.com>
1836
1837 * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
1838 "Case sensitive" menu item.
1839
7c82f3e2 18402011-01-22 Roland McGrath <roland@frob.com>
6e1dbaa9
RM
1841
1842 * comint.el (comint-replace-by-expanded-history-before-point): Fix
1843 expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
1844
7c82f3e2 18452011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
0f1f97ca
SM
1846
1847 * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
1848
7c82f3e2 18492011-01-22 Jari Aalto <jari.aalto@cante.net>
26a27884 1850
6e1dbaa9
RM
1851 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1852 Assume foo(bar) is a manpage reference rather than some unquoted
1853 symbol (bug#7705).
26a27884 1854
7c82f3e2 18552011-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
d5e632d8
SM
1856
1857 * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
1858 Suggested by Flo <sensorflo@gmail.com>.
1859
7c82f3e2 18602011-01-22 Glenn Morris <rgm@gnu.org>
d00b05c9
GM
1861
1862 * progmodes/compile.el (compilation-error-regexp-alist):
1863 Fix custom type. (Bug#7812)
1864
4936e3ba
KM
18652011-01-22 Ken Manheimer <ken.manheimer@gmail.com>
1866
1867 * allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' to
1868 allout-number-siblings, in keeping with what obtained due to
1869 (now-defunct) allout-keybindings-list. Ditch repeat binding to
1870 (prefixed) ?i.
1871 (allout-before-change-handler): Better expose spots affected by
1872 undo.
1873
cde7e38b
CY
18742011-01-22 Chong Yidong <cyd@stupidchicken.com>
1875
1876 * man.el (Man-highlight-references0): Use make-button (Bug#7881).
1877
6b072b27
PH
18782011-01-22 Phil Hagelberg <phil@evri.com>
1879
1880 * pcmpl-unix.el (pcmpl-ssh-config-file): New option.
1881 (pcmpl-ssh-known-hosts): Rename from pcmpl-ssh-hosts.
1882 (pcmpl-ssh-config-hosts): New function.
1883 (pcmpl-ssh-hosts): Use pcmpl-ssh-config-hosts in addition to
1884 pcmpl-ssh-known-hosts.
1885
26d82c3a
JB
18862011-01-21 Jay Belanger <jay.p.belanger@gmail.com>
1887
c310ff4f
JB
1888 * calc/calc-undo.el (calc-undo): Autoload it.
1889 * calc/calc-ext.el (calc-init-extensions): Remove keybindings
1890 and autoload for `calc-undo'.
1891 * calc/calc.el (calc-mode-map): Add keybindings for `calc-undo'.
1892 * calc/calc-prog.el:
1893 * calc/calc-graph.el:
1894 * calc/calc-map.el: Change `arglist' to `math-arglist' throughout.
26d82c3a 1895
a10c4149
ŠN
18962011-01-21 Štěpán Němec <stepnem@gmail.com> (tiny change)
1897
1898 * calc/calc-ext.el (calc-init-extensions): Map all `undo'
1899 keybindings to `calc-undo'.
1900
8dabbfd6
SM
19012011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1902
1903 Don't mess with *temp*.
1904 * obsolete/spell.el: Move from textmodes/spell.el.
1905 (spell-string):
1906 * term.el (term-read-input-ring):
1907 * startup.el (display-startup-echo-area-message):
1908 * progmodes/antlr-mode.el (antlr-directory-dependencies):
1909 * comint.el (comint-read-input-ring): Use with-temp-buffer.
1910 * international/mule.el (ctext-pre-write-conversion): Don't hardcode
1911 point-min==1.
1912
d3e51865
KM
19132011-01-20 Ken Manheimer <ken.manheimer@gmail.com>
1914
35f52ed6 1915 * allout.el (allout-institute-keymap): Use fset instead of
d42f7802
KM
1916 reapplying defalias.
1917
1918 (allout-hotspot-key-handler): Check for non-control-modified
1919 bindings for hotspot characters if there are no control-modified
1920 versions.
1921
d3e51865
KM
1922 * allout.el: Summary - migrate to defining allout mode using
1923 define-minor-mode instead of defun. Significantly clean-up
1924 internal keymap provisions, refactoring and, in the process,
1925 removing a lot of accumulated cruft.
1926
1927 allout-mode-map is now a keymap by virtue of being a defalias to
1928 allout-mode-map-value, which contains the actual keymap structure.
1929
8dabbfd6
SM
1930 (allout-mode): Use define-minor-mode rather than defun.
1931 Remove now-unnecessary minor-mode setup activities from the body.
d3e51865
KM
1932 Specify :keymap as allout-mode-map so the minor-mode-map-alist
1933 entry will be '(allout-mode . allout-mode-map) - see
1934 allout-mode-map-value, below. Adjust docstring to track changes.
1935 (allout-minor-mode): Remove this defalias, now that we're using
1936 define-minor-mode.
1937 (allout-mode-map): Set value to be 'allout-mode-map. The actual
1938 keymap is allout-mode-map-value, via defalias.
1939 (allout-mode-map-value): The variable holding the actual mode
1940 keymap structure, by virtue of defalias from allout-mode-map.
8dabbfd6 1941 (allout-compose-and-institute-keymap): Rename from
d3e51865
KM
1942 allout-bind-keys, and including the binding-composition
1943 functionality of the former produce-allout-mode-map and
1944 allout-setup-mode-map.
1945 (allout-institute-keymap): Take over the "setup" part of the former
1946 allout-setup-mode-map. Reassign allout-mode-map-value value and
1947 update the defalias.
01c35094 1948 (allout-command-prefix, allout-prefixed-keybindings)
8dabbfd6
SM
1949 (allout-unprefixed-keybindings):
1950 Use allout-compose-and-institute-keymap to process the bindings.
2cf429d0 1951 (allout-unprefixed-keybindings): Remove extraneous '?' question marks.
d3e51865 1952 (allout-prefixed-keybindings): Elide binding to (prefixed) \C-h -
8dabbfd6
SM
1953 user can customize if they want to use that binding.
1954 Bind allout-copy-topic-as-kill to (prefixed) \M-k.
1955 Bind allout-up-current-level to (prefixed) \C-u. (I think i mistakenly
d3e51865
KM
1956 elided that, previously, instead of the one for \C-h.)
1957 (allout-hotspot-key-handler): Remove attempt to resolve the key
1958 through the literal key-string lookup on allout-keybindings-list.
1959 That probably hasn't worked for a Long Time, and removal of
2cf429d0 1960 allout-keybindings-list further simplifies the keybindings situation.
d3e51865
KM
1961 (allout-pre-command-business): Use allout-mode-map-value instead
1962 of allout-mode-map.
1963 (allout-preempt-trailing-ctrl-h): Remove. The user can customize
1964 the bindings if they want to use a keybinding having a trailing
2cf429d0 1965 \C-h. No deprecation needed since this feature was never in a release.
d3e51865
KM
1966 (allout-keybindings-list): Remove. It's not been useful for a
1967 while. (See allout-hotspot-key-handler changes, above.)
1968 (produce-allout-mode-map): Remove. Consolidate into
1969 allout-compose-and-institute-keymap.
1970 (allout-mode-map-adjustments): Remove. No longer necessary with
1971 removal of allout-preempt-trailing-ctrl-h.
1972 (allout-setup-mode-map): Remove. Consolidate into
1973 allout-compose-and-institute-keymap and allout-institute-keymap.
1974
c11136ec
GM
19752011-01-20 Glenn Morris <rgm@gnu.org>
1976
dbfb414e
GM
1977 * vc/vc-svn.el (vc-svn-after-dir-status): Tweak previous change.
1978
c11136ec
GM
1979 * simple.el (read-expression-history): Remove, it's in minibuf.c.
1980
9aea757b
CY
19812011-01-20 Chong Yidong <cyd@stupidchicken.com>
1982
1983 * subr.el (y-or-n-p): Revert 2011-01-07 change, removing ARGS.
1984
1985 * files.el (find-alternate-file, basic-save-buffer)
1986 (basic-save-buffer-2, revert-buffer, recover-file)
1987 (kill-buffer-ask, abort-if-file-too-large)
1988 (set-visited-file-name, write-file, backup-buffer)
1989 (basic-save-buffer, save-some-buffers):
1990 * dired-aux.el (dired-compress-file): Callers changed.
1991
5dd4f3f7
GM
19922011-01-19 Glenn Morris <rgm@gnu.org>
1993
1994 * vc/vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
1995 Also check the property status. (Bug#7861)
1996
56761182
MA
19972011-01-18 Michael Albinus <michael.albinus@gmx.de>
1998
1999 * net/tramp.el (tramp-debug-message): Extend function exclude
2000 list. Use `regexp-opt'.
2001
a9faac5c 20022011-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
1a1fcbe1 2003
9cc3a0c7
SM
2004 * textmodes/tex-mode.el (tex-font-lock-verb): Make sure \verb
2005 highlighting doesn't spill over subsequent lines.
2006
1a1fcbe1
SM
2007 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
2008 keymap expression. Improve docstring.
2009
74a10be5
SM
2010 * electric.el (electric-indent-post-self-insert-function):
2011 Don't auto-indent for indent-to-left-margin, it's too often
2012 counter-productive.
2013
721be9cd
TH
20142011-01-16 Tassilo Horn <tassilo@member.fsf.org>
2015
2016 * strokes.el (strokes-read-stroke): Re-fill strokes buffer with
2017 spaces if the frame was resized, so that the full visible buffer
2018 serves as canvas for strokes.
2019
a767645f
GM
20202011-01-16 Glenn Morris <rgm@gnu.org>
2021
2022 * info-xref.el (info-xref-docstrings): Replace cl function.
e5c7913c 2023 Also skip directories.
a767645f 2024
444ee8dd
KR
20252011-01-16 Kevin Ryde <user42@zip.com.au>
2026
2027 * info-xref.el: Version 3.
2028 (info-xref-check, info-xref-check-all): Move commentary details
2029 into docstrings for better visibility.
2030 Use compilation-mode for the results buffer.
2031 (info-xref-output, info-xref-output-error, info-xref-with-output)
2032 (info-xref-filename, info-xref-in-progress):
2033 New internals for this.
2034 (info-xref-check-list, info-xref-check-buffer)
2035 (info-xref-check-all-custom): Use those.
2036 (info-xref-output-buffer): Rename from info-xref-results-buffer.
2037 (info-xref-output-heading): Rename from info-xref-filename-heading.
2038 (info-xref-good, info-xref-bad, info-xref-xfile-alist)
2039 (info-xref-filename-heading): Move to output managing section.
35f52ed6 2040 (info-xref-docstrings): New command checking "Info node `(foo)Bar'"
444ee8dd
KR
2041 (info-xref-lock-file-p, info-xref-with-file): New helpers for it.
2042 (info-xref-subfile-p): Move to generic section with those two.
2043 (info-xref-check-node): New function split from
2044 info-xref-check-buffer, shared by info-xref-docstrings.
2045 (info-xref-goto-node-p): Move to a checking section with that func.
2046 (info-xref-unavail): New counter.
2047 (info-xref-check-node): Use it.
2048 (info-xref-with-output): Show count of unavailables at end of output.
2049 (info-xref-all-info-files): Exclude ".*" dotfiles. Ignore broken
35f52ed6 2050 symlinks. Exclude .texi files. Exclude Emacs backup files.
444ee8dd
KR
2051 (info-xref-check-all-custom): Fix quietening viper-mode and
2052 gnus-registry-install -- use setq not let so as not to unbind
2053 after load.
2054
d4119912
JL
20552011-01-16 Juri Linkov <juri@jurta.org>
2056
2057 * isearch.el (isearch-abort): Don't quit if search has
2058 an incomplete regexp (isearch-error is non-nil). (Bug#7534)
2059
b024d9f0
MD
20602011-01-15 Mark Diekhans <markd@soe.ucsc.edu>
2061
2062 * files.el (backup-buffer): Make last-resort backup file in
2063 .emacs.d (Bug#6953).
2064
2065 * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
2066 make it with permission 700.
2067
d52969e8 20682011-01-15 Kenichi Handa <handa@m17n.org>
1a6a03e4 2069
74a10be5
SM
2070 * mail/rmailmm.el (rmail-mime-insert-header):
2071 Set rmail-mime-coding-system to a cons whose car is the last coding
1a6a03e4
KH
2072 system used to decode the header.
2073 (rmail-mime-find-header-encoding): New function.
74a10be5
SM
2074 (rmail-mime-insert-decoded-text):
2075 Override rmail-mime-coding-system if it is a cons.
1a6a03e4
KH
2076 (rmail-show-mime): If only a header part was decoded, find the
2077 coding system while ignoring mm-charset-override-alist.
2078
d52969e8 20792011-01-15 Chong Yidong <cyd@stupidchicken.com>
c88aaf48
CY
2080
2081 * subr.el (event-start, event-end): Doc fix (Bug#7826).
2082
d52969e8 20832011-01-15 Kenichi Handa <handa@m17n.org>
e7ca0062
KH
2084
2085 * mail/rmailmm.el (rmail-mime-next-item)
2086 (rmail-mime-previous-item): Delete them.
2087 (rmail-mime-shown-mode): Recursively call for children.
74a10be5
SM
2088 (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
2089 Callers changed.
e7ca0062
KH
2090 (rmail-mime-raw-mode): Recursively call for children.
2091 (rmail-mode-map): Change mapping of tab and backtab to
2092 forward-button and backward-button respectively.
2093 (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
2094 button.
2095 (rmail-mime-update-tagline): New function.
2096 (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
2097 body display is changed.
74a10be5 2098 (rmail-mime-toggle-button): Rename from rmail-mime-image.
e7ca0062
KH
2099 (rmail-mime-image): Delete this button type.
2100 (rmail-mime-toggle): New button type.
2101 (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
2102 body display is changed. Change the save button label to "Save".
2103 Don't process show/hide button here.
2104 (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
2105 the body display is changed. Unconditionally call
2106 rmail-mime-insert for children.
2107 (rmail-mime-handle): Update `display' vector of the just inserted
2108 entity.
2109 (rmail-mime-process): If mail-header-parse-content-type returns
2110 nil, use "text/plain" as the fallback type.
2111 (rmail-mime-insert): For raw-mode, recursively call
2112 rmail-mim-insert for children.
2113 (rmail-mime): Handle the case that the current buffer is not rmail
2114 buffer (e.g. in summary buffer).
2115
d52969e8 21162011-01-15 Kenichi Handa <handa@m17n.org>
e7ca0062
KH
2117
2118 * mail/rmailmm.el (rmail-mime-next-item)
2119 (rmail-mime-previous-item): Skip the body of a non-multipart
2120 entity if a tagline is shown.
2121
362b9d48
GM
21222011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2123
2124 * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
2125 (tmm-prompt): Simplify.
2126 (tmm-add-prompt): Remove unused var `win'.
2127
2128 * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
2129 to minor mode which used nil accidentally to mean "turn off".
2130
21312011-01-15 Michael Albinus <michael.albinus@gmx.de>
2132
2133 * net/tramp-sh.el (tramp-find-inline-compress)
2134 (tramp-get-inline-coding): Quote command after pipe symbol for
2135 local calls under W32. (Bug#6784)
2136
21372011-01-15 Michael Albinus <michael.albinus@gmx.de>
2138
2139 * net/tramp.el (tramp-default-method): Initialize with pscp/plink
2140 only when running under W32.
2141
21422011-01-15 Eli Zaretskii <eliz@gnu.org>
2143
2144 * progmodes/grep.el (grep-compute-defaults): Quote the program
2145 file name after the pipe symbol in Grep templates. (Bug#6784)
2146 * jka-compr.el (jka-compr-partial-uncompress): Likewise.
2147
21482011-01-15 Lennart Borgman <lennart.borgman@gmail.com>
2149
2150 * buff-menu.el (Buffer-menu-buffer-list): New var.
2151 (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
2152 restricted buffer list is not lost on revert (Bug#7749).
2153
21542011-01-15 Eric Hanchrow <eric.hanchrow@gmail.com>
2155
2156 * net/ldap.el (ldap-search-internal): Discard stderr output.
2157
21582011-01-15 Eli Zaretskii <eliz@gnu.org>
2159
2160 * files.el (directory-abbrev-alist): Doc fix. (Bug#7777)
2161
21622011-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2163
2164 * vc-bzr.el (vc-bzr-annotate-time): Tweak previous change.
2165
21662011-01-15 Kenichi Handa <handa@m17n.org>
2167
2168 * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
2169 part as a plain text.
2170 (rmail-mime-process-multipart): Set the default content-type to
2171 nil for unknown multipart subtypes (bug#7651).
2172
6d3d6113
SM
21732011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2174
4391b429
SM
2175 * hexl.el (hexl-mode-old-*): Remove.
2176 (hexl-mode--old-var-vals): New var to replace them.
2177 (hexl-mode--minor-mode-p, hexl-mode--setq-local): New funs.
2178 (hexl-mode, hexl-follow-line, hexl-activate-ruler):
2179 Use them to set local vars (bug#7846).
2180 (hexl-mode-exit): Use hexl-mode--old-var-vals to restore state.
2181 (hexl-backward-short, hexl-backward-word, hexl-scroll-down)
2182 (hexl-scroll-up, hexl-end-of-1k-page, hexl-end-of-512b-page): Simplify.
2183
6d3d6113
SM
2184 * vc/smerge-mode.el: Resolve comment conflicts more aggressively.
2185 (smerge-resolve--normalize-re): New var.
2186 (smerge-resolve--extract-comment, smerge-resolve--normalize): New funs.
2187 (smerge-resolve): Use them.
2188 * newcomment.el (comment-only-p): New function.
2189 (comment-or-uncomment-region): Use it.
2190
77ab81d0 21912011-01-14 Brent Goodrick <bgoodr@gmail.com> (tiny change)
8d4708af
BG
2192
2193 * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
2194 table, get the value before switching to the output buffer. (Bug#7733)
2195
77ab81d0 21962011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
364df1cc
SM
2197
2198 * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
2199
8faba62c
KS
22002011-01-14 Kim F. Storm <storm@cua.dk>
2201
2202 * emulation/cua-base.el (cua--init-keymaps):
2203 Remap exchange-point-and-mark in cua-global-keymap.
2204
ab7eb811
TH
22052011-01-14 Tassilo Horn <tassilo@member.fsf.org>
2206
2207 * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
2208 loop keyword.
2209
fc55380c
SM
22102011-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2211
2212 * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label.
2213 Require CL.
2214 (easy-menu-create-menu, easy-menu-convert-item-1):
2215 Use :label rather than nil for labels. Use `case'.
2216 Add :enable as alias for :active.
2217 (easy-menu-binding): Obey :label.
2218
dbed16aa
SM
22192011-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2220
4d789d84
SM
2221 Use run-mode-hooks for major mode hooks (bug#513).
2222 * textmodes/reftex-toc.el (reftex-toc-mode-map):
2223 Rename from reftex-toc-map.
2224 (reftex-toc-mode): Use define-derived-mode.
2225 * textmodes/reftex-sel.el (reftex-select-shared-map): New map.
2226 (reftex-select-label-mode-map, reftex-select-bib-mode-map):
2227 Rename from reftex-select-(label|bib)-map. Move init into declaration.
2228 (reftex-select-label-mode, reftex-select-bib-mode):
2229 Use define-derived-mode.
2230 * textmodes/reftex-index.el (reftex-index-phrases-mode-map)
2231 (reftex-index-mode-map): Rename from reftex-index(-phrases)-map.
2232 Move init into delcaration.
2233 (reftex-index-mode, reftex-index-phrases-mode):
2234 Use define-derived-mode.
2235 * speedbar.el (speedbar-mode-syntax-table): Renaqme from
2236 speedbar-syntax-table. Move init into declaration.
2237 (speedbar-mode-map): Rename from speedbar-key-map.
2238 Move init into declaration.
2239 (speedbar-file-key-map): Move init into declaration.
2240 (speedbar-mode): Use define-derived-mode.
2241 * recentf.el (recentf-mode): Don't run hook (or message) redundantly.
2242 * net/rcirc.el (rcirc-mode): Use run-mode-hooks.
2243 * emacs-lisp/chart.el (chart-mode-map): Rename from chart-map.
2244 (chart-face-list): Move initialization into declaration.
2245 (chart-mode): Use define-derived-mode.
2246 * calculator.el (calculator-mode-map): Move init into declaration.
2247 (calculator-mode): Use define-derived-mode.
2248
b49a2dbf
SM
2249 * mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
2250 work for nested comments.
2251
dbed16aa
SM
2252 * progmodes/prolog.el: Use syntax-propertize. Further code cleanup.
2253 (prolog-use-prolog-tokenizer-flag): Change default when
2254 syntax-propertize can be used.
2255 (prolog-syntax-propertize-function): New var.
2256 (prolog-mode-variables): Move make-local-variable into `set'.
2257 Don't make comment-column local since we don't set it.
2258 Set comment-add (as it was in previous prolog.el). Use dolist.
2259 Set syntax-propertize-function.
2260 (prolog-mode, prolog-inferior-mode):
2261 Call prolog(-inferior)-menu directly, not through the mode-hook.
2262 (prolog-buffer-module, prolog-indent-level)
2263 (prolog-paren-is-the-first-on-line-p, prolog-paren-balance)
2264 (prolog-comment-limits, prolog-goto-comment-column):
2265 Use line-(end|beginning)-position.
2266 (prolog-build-prolog-command): Tighten up regexp.
2267 (prolog-consult-compile): Move make-local-variable into `set'.
2268 (prolog-consult-compile-filter, prolog-goto-next-paren)
2269 (prolog-help-on-predicate, prolog-clause-info)
2270 (prolog-mark-predicate): Don't let+setq.
2271 (prolog-indent-line): Use indent-line-to.
2272 Only call prolog-goto-comment-column if necessary.
2273 (prolog-indent-level): Use bobp.
2274 (prolog-first-pos-on-line): Remove, not used any more.
2275 (prolog-in-string-or-comment): Use syntax-ppss if available.
2276 (prolog-help-on-predicate): Use read-string.
2277 (prolog-goto-predicate-info): Simplify.
2278 (prolog-read-predicate): Use `default' rather than `initial'.
2279 (prolog-temporary-file): Use make-temp-file to close a security hole.
2280 (prolog-toggle-sicstus-sd): New command.
2281 (prolog-electric-underscore, prolog-variables-to-anonymous):
2282 Use dynamic-scoping as it was meant.
2283 (prolog-menu): Move menu definitions to top-level.
2284 Use a toggle-button for Sicstus's source debugger.
2285 Change "Code" to the more usual "Prolog", and hence change "Prolog"
2286 to "System".
2287 (prolog-inferior-menu): Reuse prolog-menu's help menu.
2288 Move other menu definition to top-level.
2289
50f8cd96
TH
22902011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2291
5b355315
TH
2292 * doc-view.el (doc-view-open-text): Use meaningful text buffer
2293 name. Keep original document's directory as default-directory
2294 (bug#6446).
1281bd51
TH
2295 (doc-view-initiate-display): Fall back to normal mode when
2296 doc-view-mode cannot be enabled, also when extracting the document
2297 text into a separate buffer (bug#6446).
5b355315 2298
50f8cd96
TH
2299 * simple.el (shell-command): Don't error out if shell command
2300 buffer contains text with non-nil read-only property when erasing
2301 the buffer.
2302
821f936d
KS
23032011-01-13 Kim F. Storm <storm@cua.dk>
2304
2305 * ido.el (ido-may-cache-directory): Move "too-big" check later.
2306 (ido-next-match, ido-prev-match): Fix stray reordering of matching
2307 items when cycling through the matches.
2308
f754f898
TH
23092011-01-13 Tassilo Horn <tassilo@member.fsf.org>
2310
2311 * dired-x.el (dired-omit-verbose): New defcustom that allows
2312 disabling the omit messages.
2313 (dired-omit-expunge): Use it.
2314
d221e780
CO
23152011-01-13 Christian Ohler <ohler@gnu.org>
2316
2317 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files.
2318
a03b542a
CY
23192011-01-13 Chong Yidong <cyd@stupidchicken.com>
2320
2321 * font-lock.el (font-lock-verbose): Default to nil.
2322
25ca2e61
CY
23232011-01-13 Chong Yidong <cyd@stupidchicken.com>
2324
2325 * simple.el (sendmail-user-agent-compose): Move to sendmail.el.
2326 (compose-mail): New arg RETURN-ACTION.
2327 (compose-mail-other-window, compose-mail-other-frame): Likewise.
2328
2329 * mail/sendmail.el (mail-return-action): New var.
2330 (mail-mode): Make it buffer-local.
2331 (mail-bury): Obey it. Move special Rmail window handling to
2332 rmail-mail-return.
2333 (mail, mail-setup): New arg RETURN-ACTION.
2334 (sendmail-user-agent-compose): Move from simple.el.
2335
2336 * mail/rmail.el (rmail-mail-return): New function.
2337 (rmail-start-mail): Pass it to compose-mail.
2338
2a8b13af
CY
23392011-01-12 Chong Yidong <cyd@stupidchicken.com>
2340
b2948a87
CY
2341 * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
2342 menus. Add menu item for customize-themes.
2343
2344 * cus-theme.el (customize-themes):
74a10be5
SM
2345 * emacs-lisp/package.el (package--list-packages):
2346 Use switch-to-buffer.
2a8b13af 2347
059616e5
JB
23482011-01-11 Johan Bockgård <bojohan@gnu.org>
2349
2350 * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
2351
04380ff1
SM
23522011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2353
2354 * progmodes/prolog.el: Fix up coding convention and such.
2355 (prolog-indent-width): Use the same default as in
2356 previous prolog.el rather than tab-width which depends on which buffer
2357 is current when the file is loaded.
2358 (prolog-electric-newline-flag): Only enable if electric-indent-mode
2359 is not available.
2360 (prolog-emacs): Remove. Use (featurep 'xemacs) instead.
2361 (prolog-known-systems): Remove.
2362 (prolog-mode-syntax-table, prolog-inferior-mode-map):
2363 Move initialization into declaration.
2364 (prolog-mode-map): Move initialization into declaration.
2365 Remove system-specific mode-map vars, since they referred to the same
2366 keymap anyway.
2367 (prolog-mode-variables): Obey the user's preference w.r.t
2368 adaptive-fill-mode. Prefer symbol-value to `eval'.
2369 (prolog-mode-keybindings-edit): Add compatibility bindings.
2370 (prolog-mode): Use define-derived-mode. Don't handle mercury here.
2371 (mercury-mode-map): New var.
2372 (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
2373 (prolog-ensure-process, prolog-process-insert-string)
2374 (prolog-consult-compile): Use with-current-buffer.
2375 (prolog-guess-fill-prefix): Simplify data flow.
2376 (prolog-replace-in-string): New function to use instead of
2377 replace-in-string.
2378 (prolog-enable-sicstus-sd): Don't abuse `eval'.
2379 (prolog-uncomment-region): Use `uncomment-region' when available.
2380 (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
2381 (prolog-int-to-char, prolog-char-to-int): New functions to use instead
2382 of int-to-char and char-to-int.
2383 (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
2384
e2019526
SB
23852011-01-11 Stefan Bruda <stefan@bruda.ca>
2386
2387 * progmodes/prolog.el: Replace by a whole new file.
2388
3fa173b4
SM
23892011-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2390
2391 * subr.el (eval-after-load): Fix timing for features (bug#7769).
2392 (declare-function, undefined, insert-for-yank)
2393 (replace-regexp-in-string): Follow checkdoc's recommendations.
2394
7973bcea
SM
23952011-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2396
2397 * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
2398 refreshing the diary buffer.
2399
0af8c88b
KM
24002011-01-10 Ken Manheimer <ken.manheimer@gmail.com>
2401
7973bcea 2402 * allout.el: Add 2011 to the file copyright.
0af8c88b
KM
2403 (allout-encrypt-string): Prevent encryption from adding an extra
2404 newline at the end of the topic body.
2405 (allout-version): Increment to 2.3.
2406
1a27c64e
MA
24072011-01-10 Michael Albinus <michael.albinus@gmx.de>
2408
7973bcea
SM
2409 * net/dbus.el (dbus-unregister-service): Complete doc.
2410 Fix call of dbus-error signal.
5c0b4070 2411 (dbus-register-property): Use `dont-register' keyword.
1a27c64e 2412
0a203b61
MA
24132011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de>
2414
2415 * net/dbus.el (dbus-unregister-service): Translate returned
2416 integer into a symbol.
2417 (dbus-register-property): Use `dbus-register-service' to do the
2418 name registration.
2419
895123f5
CY
24202011-01-09 Chong Yidong <cyd@stupidchicken.com>
2421
7973bcea
SM
2422 * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
2423 Suggested by Joakim Verona.
12e1f328 2424
732eb50a
CY
2425 * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
2426
895123f5
CY
2427 * wid-edit.el (visibility): Replace :on-image and :off-image
2428 widget properties with :on-glyph and :off-glyph, for consistency
2429 with the `visibility' widget.
2430 (widget-toggle-value-create, widget-visibility-value-create):
2431 Merge into a single function `widget-toggle-value-create'.
2432
2433 * cus-edit.el (custom-variable-value-create, custom-visibility)
7973bcea
SM
2434 (custom-face-edit-value-create, custom-face-value-create):
2435 Replace :on-image and :off-image widget properties with :on-glyph and
895123f5
CY
2436 :off-glyph, for consistency with the `visibility' widget.
2437
c8043a22
AS
24382011-01-09 Andreas Schwab <schwab@linux-m68k.org>
2439
2440 * net/ldap.el (ldap-search-internal): Don't use eval.
2441
b7617f6d
CY
24422011-01-09 Chong Yidong <cyd@stupidchicken.com>
2443
973f1f2a
CY
2444 * subr.el (read-char-choice): Use read-key.
2445
b7617f6d
CY
2446 * custom.el (custom-safe-themes): Rename from
2447 custom-safe-theme-files. Add :risky tag.
2448 (load-theme, custom-theme-load-confirm): Save sha1 hashes to
2449 custom-safe-themes, not filenames. Suggested by Stefan Monnier.
2450
900503ae
CY
24512011-01-09 Chong Yidong <cyd@stupidchicken.com>
2452
2453 * tool-bar.el (tool-bar-setup): Remove Help button. Remove label
2454 from Search and add a label to Undo.
2455
2456 * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
2457 inappropriate buttons and adding :vert-only tags.
2458
2459 * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
2460 removal of Help tool-bar button. Remove Undo button for space.
2461
2462 * info.el (info-tool-bar-map): Add :vert-only tags.
2463
c44d54b3
TH
24642011-01-08 Tassilo Horn <tassilo@member.fsf.org>
2465
2466 * doc-view.el (doc-view-mode-p): Check for png or imagemagick
2467 image backend support. Either of them is fine.
2468
3ef01959
CY
24692011-01-08 Chong Yidong <cyd@stupidchicken.com>
2470
3d91e302
CY
2471 * subr.el (y-or-n-p): Doc fix.
2472
278f6845
CY
2473 * custom.el (custom-safe-theme-files): New defcustom.
2474 (custom-theme-load-confirm): New function.
2475 (load-theme): Load theme using `load', confirming with
2476 custom-theme-load-confirm if necessary.
2477
3ef01959
CY
2478 * subr.el (read-char-choice): New function, factored out from
2479 dired-query and hack-local-variables-confirm.
2480
2481 * dired-aux.el (dired-query):
2482 * files.el (hack-local-variables-confirm): Use it.
2483
2484 * dired-aux.el (dired-compress-file):
2485 * files.el (abort-if-file-too-large, find-alternate-file)
2486 (set-visited-file-name, write-file, backup-buffer)
2487 (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
2488 (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
2489 Use new format string args for y-or-n-p and yes-or-no-p.
2490
7c837933
AS
24912011-01-08 Andreas Schwab <schwab@linux-m68k.org>
2492
2493 * progmodes/compile.el (compilation-error-regexp-alist-alist)
2494 [gcc-include]: Tighten file name match, add match for column
2495 number. (Bug#7806)
6c7ec171 2496 [gnu]: Remove unused group.
7c837933 2497
d0981f82
GM
24982011-01-08 Glenn Morris <rgm@gnu.org>
2499
e7a42417
GM
2500 * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
2501
d0981f82
GM
2502 * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
2503
d43bb7d3
SS
25042011-01-07 Sam Steingold <sds@gnu.org>
2505
2506 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
2507 the `explicit-shell-file-name' because that is the
2508 non-interactive shell.
2509
8c51d2a2
CY
25102011-01-07 Chong Yidong <cyd@stupidchicken.com>
2511
2512 * subr.el (y-or-n-p): Accept format string args.
2513
66b7b0fe
GM
25142011-01-07 Glenn Morris <rgm@gnu.org>
2515
2516 * Makefile.in (EMACSOPT): Add --no-site-lisp.
2517
1e004a83
KM
25182011-01-06 Ken Manheimer <ken.manheimer@gmail.com>
2519
66b7b0fe 2520 * allout.el (allout-back-to-current-heading): Ensure return to
1e004a83 2521 the visible containing topic, rather than a collapsed one.
66b7b0fe 2522 (allout-view-change-hook): Remove hook that was deprecated long ago.
1e004a83
KM
2523 (allout-exposure-change-hook): Remove documentation remarks
2524 concerning removed allout-view-change-hook.
2525 (allout-flag-region): Remove invocation of and documentation
2526 remarks concerning allout-view-change-hook.
2527
b0a8e46b
GM
25282011-01-06 Glenn Morris <rgm@gnu.org>
2529
2530 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
2531 (vc-bzr-annotate-extract-revision-at-line):
2532 Handle authors with embedded spaces. (Bug#7792)
2533
875c044a
TH
25342011-01-05 Tassilo Horn <tassilo@member.fsf.org>
2535
2536 * doc-view.el (doc-view-image-width): New variable.
2537 (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
2538 backend for PNG images, and do dynamic rescaling instead of
2539 reconverting the whole doc.
2540
1f6f7722
GM
25412011-01-05 Glenn Morris <rgm@gnu.org>
2542
2543 * emacs-lisp/rx.el (rx-repeat): Replace CL function.
2544
e9e68fda
KM
25452011-01-04 Ken Manheimer <ken.manheimer@gmail.com>
2546
4896e8fc 2547 * allout.el: Reconcile with changes in line movement behavior for
e9e68fda
KM
2548 long text lines that cross more than a single physical window
2549 line, ie when truncate-lines is nil.
e9e68fda
KM
2550 (allout-next-visible-heading): Provide for change in line-move
2551 behavior on long lines when truncate-lines is nil. In that case,
2552 line-move can wind up on the same textual line when it moves to
2553 the next window line, and moving to the bullet position after the
2554 move yields zero advancement. Add logic to detect and compensate
2555 for the lack of progress.
2556 (allout-current-topic-collapsed-p): move-end-of-line respect for
2557 field boundaries is different when operating with body lines
2558 shorter than window width versus ones greater than window width,
2559 which can yield false negatives in this function. Avoid
2560 difference by applying move-end-of-line while field-text-motion is
2561 inhibited.
2562
3f1b6eb2
GM
25632011-01-04 Glenn Morris <rgm@gnu.org>
2564
2565 * textmodes/rst.el (rst-compile-toolsets):
2566 Add pdf and s5 to option alist.
2567
6388924a
MA
25682011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
2569
7973bcea 2570 * net/dbus.el (dbus-register-property): Add optional parameter
6388924a
MA
2571 dont-register-service. Updated docstring accordingly.
2572
c3e4b003
AS
25732011-01-04 Andreas Schwab <schwab@linux-m68k.org>
2574
2575 * textmodes/rst.el (rst-compile-pdf-preview)
2576 (rst-compile-slides-preview): Remove extra line.
2577
ef4271fe
GM
25782011-01-04 Glenn Morris <rgm@gnu.org>
2579
2580 * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
2581 Add `pdf' and `s5' entries. Use `prog.py' if found, otherwise
2582 default to `prog' without a .py extension.
2583 (rst-compile-pdf-preview, rst-compile-slides-preview):
2584 Use program names from rst-compile-toolsets, rather than hard-coding.
2585 (rst-portable-mark-active-p): Fix presumed typo.
2586
7c420169 25872011-01-02 Eli Zaretskii <eliz@gnu.org>
01e62600 2588
7c420169 2589 * term/w32-win.el (dynamic-library-alist): Set up correctly for
5be1c984
EZ
2590 libpng versions both before and after 1.4.0. (Bug#7716)
2591
7c420169 25922011-01-02 Eli Zaretskii <eliz@gnu.org>
2d34d523 2593
6491af11
EZ
2594 * time.el (display-time-mode): Mention display-time-interval in
2595 the doc string. (Bug#7713)
2596
7c420169 25972011-01-02 Kenichi Handa <handa@m17n.org>
8258ae3f
KH
2598
2599 * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
2600 condition-case and return an error message string if something
2601 goes wrong.
2f952059 2602 (rmail-show-mime): Adjust for the above change. Insert the
8258ae3f
KH
2603 header by rmail-mime-insert-header.
2604
7c420169 26052011-01-02 Kenichi Handa <handa@m17n.org>
186f7f0b
KH
2606
2607 * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
2608 rmail-mime-previous-item, and rmail-mime-toggle-hidden.
2609 (rmail-mime-mbox-buffer)
2610 (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
2611 (rmail-mime-entity): Argument changed. All codes handling an
2612 entity object are changed.
2f952059 2613 (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
186f7f0b
KH
2614 the above change.
2615 (rmail-mime-entity-children, rmail-mime-entity-handler)
2616 (rmail-mime-entity-tagline): New functions.
2617 (rmail-mime-message-p): New function.
2618 (rmail-mime-save): Bind rmail-mime-mbox-buffer.
2619 (rmail-mime-entity-segment, rmail-mime-next-item)
2620 (rmail-mime-previous-item, rmail-mime-shown-mode)
2621 (rmail-mime-hidden-mode, rmail-mime-raw-mode)
2622 (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
2f952059
ML
2623 (rmail-mime-insert-tagline, rmail-mime-insert-header):
2624 New functions.
186f7f0b
KH
2625 (rmail-mime-text-handler): Call rmail-mime-insert-text.
2626 (rmail-mime-insert-decoded-text): New function.
2627 (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
2628 (rmail-mime-insert-image): Argument changed. Caller changed.
2629 (rmail-mime-image): Call rmail-mime-toggle-hidden.
b762841f 2630 (rmail-mime-set-bulk-data): New function.
186f7f0b
KH
2631 (rmail-mime-insert-bulk): Argument changed.
2632 (rmail-mime-multipart-handler): Return t.
2f952059
ML
2633 (rmail-mime-process-multipart): Argument changed.
2634 Handle "multipart/alternative" here.
186f7f0b
KH
2635 (rmail-mime-process): Argument changed.
2636 (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
2637 (rmail-mime-insert): Argument changed. Handle raw display mode.
2638 (rmail-mime): Argument changed. Handle toggling of raw display
2639 mode.
2640 (rmail-show-mime): Bind rmail-mime-mbox-buffer and
2641 rmail-mime-view-buffer.
2642 (rmail-insert-mime-forwarded-message): Likewise.
2643 (rmail-search-mime-message): Likewise. Don't bind rmail-buffer.
2644
2645 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
2646 non-nil, handle the header in rmail-show-mime-function.
2647
7c420169 26482011-01-02 Leo <sdl.web@gmail.com>
e1a23575 2649
7c420169 2650 * help-fns.el (describe-variable): Fix previous change.
e1a23575 2651
7c420169 26522011-01-02 Juri Linkov <juri@jurta.org>
957e5dd1
JL
2653
2654 * isearch.el (isearch-lazy-highlight-error): New variable.
2655 (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
2656 `isearch-lazy-highlight-error'. Set `isearch-lazy-highlight-error'
2657 to the current value of `isearch-error' (Bug#7468).
2658
7c420169 26592011-01-02 Chong Yidong <cyd@stupidchicken.com>
3c505d31
CY
2660
2661 * help-fns.el (describe-variable): Don't emit trailing whitespace
2662 (Bug#7511).
2663
7c420169 26642011-01-02 Chong Yidong <cyd@stupidchicken.com>
c1cf05f4
CY
2665
2666 * textmodes/rst.el (rst-compile-pdf-preview)
2667 (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
2668
7c420169 26692011-01-02 Kevin Gallagher <Kevin.Gallagher@boeing.com>
c8cbbe27
KG
2670
2671 * emulation/edt-mapper.el: Override mapping of function keys so
2672 that the later call to read-key-sequence works.
2673
7c420169 26742011-01-02 Eli Zaretskii <eliz@gnu.org>
95e4cc85
EZ
2675
2676 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
2677 Unix EOLs. (Bug#7589)
2678
7c420169
CY
26792011-01-02 Leo <sdl.web@gmail.com>
2680
2681 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
2682 if point is not behind eshell-last-output-end (Bug#7585).
2683
26842011-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
2685
2686 * files.el (file-local-variables-alist):
2687 Make permanent-local (bug#7767).
2688
26892011-01-02 Glenn Morris <rgm@gnu.org>
2690
2691 * version.el (emacs-copyright): Set short copyright year to 2011.
2692
26932011-01-02 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
2694
2695 * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
2696 an existing temp buffer. (Bug#7746)
2697
26982011-01-02 Glenn Morris <rgm@gnu.org>
2699
2700 * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
2701 multiple addresses. (Bug#7760)
2702
fb9a573a
KM
27032011-01-01 Ken Manheimer <ken.manheimer@gmail.com>
2704
e9e68fda 2705 * allout.el (allout-auto-fill): Do not infinitely recurse - use
fb9a573a
KM
2706 do-auto-fill if everything points back to allout-auto-fill.
2707 (allout-mode-deactivate-hook): Declare obsolete, in favor of
2708 standard-formed minor-mode deactivate hook, allout-mode-off-hook.
2709
8d68c659
MA
27102010-12-31 Michael Albinus <michael.albinus@gmx.de>
2711
2712 * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
2713 and "scpx".
2714
291cc045
TH
27152010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2716
2717 * doc-view.el (doc-view-set-doc-type): New function refactored
2718 from doc-view-mode.
2719 (doc-view-fallback-mode): New function.
2720 (doc-view-mode): Use it.
2721 (doc-view-mode-maybe): New function that checks if doc-view-mode
2722 can be used and falls back to the next best mode otherwise.
2723
2724 * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
2725 DVI, OpenDocument, and MS Office files.
2726
8ee2dc5c
AS
27272010-12-30 Andreas Schwab <schwab@linux-m68k.org>
2728
2729 * emacs-lisp/rx.el (rx-syntax): Fix typo.
2730
f9e68477
TH
27312010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2732
2733 * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
2734 on a copy of auto-mode-alist, because that deletes with side
2735 effects.
2736
ad727c81
TH
27372010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2738
7973bcea
SM
2739 * doc-view.el (doc-view-mode, doc-view-toggle-display):
2740 Use normal-mode without doc-view-mode bindings in auto-mode-alist as
ad727c81
TH
2741 fallback instead of hard coding fundamental mode.
2742
b71b7803
TH
27432010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2744
2745 * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
2746 Office) files also for searching.
2747
95e16d17
TH
27482010-12-30 Tassilo Horn <tassilo@member.fsf.org>
2749
2750 * doc-view.el: Implement viewing of OpenDocument (and Microsoft
2751 Office) files. Not yet enabled via auto-mode-list.
2752 (doc-view-unoconv-program): New custom variable.
2753 (doc-view-mode-p): Handle new odf document type.
2754 (doc-view-odf->pdf): New conversion function.
2755 (doc-view-convert-current-doc): Call it for odf files.
2756 (doc-view-mode): Recognize newly supported file extensions.
2757
b191c9d9
MA
27582010-12-30 Michael Albinus <michael.albinus@gmx.de>
2759
2760 * net/tramp.el (tramp-default-method-alist)
2761 (tramp-default-user-alist)
2762 (tramp-local-host-regexp, tramp-prefix-domain-format)
2763 (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
2764
2765 * net/tramp-ftp.el:
2766 * net/tramp-gvfs.el:
2767 * net/tramp-gw.el:
2768 * net/tramp-imap.el:
2769 * net/tramp-sh.el:
2770 * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
2771 code of `tramp-default-method-alist' and `tramp-default-user-alist'.
2772
6e457cc9
KF
27732010-12-29 Karl Fogel <kfogel@red-bean.com>
2774
2775 * saveplace.el (save-place-alist-to-file): Save list sorted and
2776 pretty-printed, so that it is mergeable by line-based text merging,
2777 as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
2778
fb9a573a
KM
27792010-12-28 Ken Manheimer <ken.manheimer@gmail.com>
2780
e9e68fda 2781 * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
fb9a573a
KM
2782 (allout-mode): Argument "toggle" => "force".
2783 Refine the docstring.
2784 Remove special provisions for reactivation, besides the 'force'
2785 argument.
2786 Consolidate layout provisions coce directly into the activation
2787 condition branch, now that we've removed those provisions.
2788 (allout-unload-function): Explicitly activate the mode before
2789 deactivating, if it's initially deactivated.
2790 (allout-set-buffer-multibyte): Properly prevent byte-compiler
2791 warnings for version of function used only where
2792 set-buffer-multibyte is unavailable.
2793
c940c054
CY
27942010-12-28 Chong Yidong <cyd@stupidchicken.com>
2795
2796 * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
2797 are handled by the menu-bar entries. As before, don't use
2798 :visibile to avoid changing the tool-bar.
2799
4c145d5d
MA
28002010-12-27 Michael Albinus <michael.albinus@gmx.de>
2801
2802 * net/secrets.el (secrets-delete-alias): New defun.
2803
fe99f704
MA
28042010-12-27 Michael Albinus <michael.albinus@gmx.de>
2805
2806 * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
2807 methods, otherwise ~/.ssh/config would be ignored.
2808
723ee192
SM
28092010-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
2810
2811 * emacs-lisp/rx.el: Make it a superset of sregex.
2812 (rx-constituents): Add `any => "."', mark `repeat' as taking any number
2813 of args, add `regex' alias.
2814 (rx-info): Add arg to distinguish head and standalone forms.
2815 (rx-check, rx-form): Pass the corresponding arg.
2816 (rx-**): Simplify.
2817 (rx-repeat): Make it work for any number of args.
2818 (rx-syntax): Make it accept syntax chars as is.
2819 * obsolete/sregex.el: Move from emacs-lisp/.
2820 * emacs-lisp/re-builder.el: Remove sregex support.
2821 * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
2822
e77714da
EZ
28232010-12-25 Eli Zaretskii <eliz@gnu.org>
2824
2825 * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
2826 PRIMARY first, then the clipboard. (Bug#7699)
2827
17870c01
SM
28282010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
2829
2830 * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
2831 print-number-table.
2832
6bfa51ba
CY
28332010-12-21 Chong Yidong <cyd@stupidchicken.com>
2834
d78cdcf7
CY
2835 * help-fns.el (find-lisp-object-file-name): Locate .emacs from
2836 .emacs.elc (Bug#7530).
2837
6bfa51ba
CY
2838 * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
2839 image spec (Bug#7480).
2840
9d9cfd53
DU
28412010-12-21 Daiki Ueno <ueno@unixuser.org>
2842
2843 * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
723ee192
SM
2844 * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
2845 Move from lisp/.
9d9cfd53 2846
adc0b793
JD
28472010-12-20 Leo <sdl.web@gmail.com>
2848
2849 * dnd.el (dnd-get-local-file-name): Unhex of file name shall
2850 always be performed (Bug#7680).
2851
778ca437
CY
28522010-12-20 Chong Yidong <cyd@stupidchicken.com>
2853
3f95d7ff
CY
2854 * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
2855 (menu-bar-edit-menu): Bind "Copy" to kill-ring-save. Don't use
2856 mouse-region-match.
778ca437 2857
3f95d7ff 2858 * color.el: Move from gnus/.
94975270 2859
f48fdaad
CY
2860 * vc/diff.el (diff-better-file-name): Function deleted.
2861 abbreviating file names causes problems with shell-quote-argument.
94975270
CY
2862 (diff-no-select): Just use expand-file-name.
2863
2864 * tool-bar.el (tool-bar--image-expression): New function.
2865 (tool-bar-local-item, tool-bar--image-exp): Use it.
2866 (tool-bar-setup): Initialize tool-bar-separator-image-expression.
2867 Use :enable instead of :visible to avoid changing the tool-bar
2868 configuration unnecessarily.
2869
2870 * info.el (info-tool-bar-map): Add separators.
2871
2e306b39
KB
28722010-12-17 Ken Brown <kbrown@cornell.edu>
2873
2874 * loadup.el: Use version numbers in Cygwin build.
2875
395542c6
RT
28762010-12-17 Ryan Twitchell <metatheorem@gmail.com> (tiny change)
2877
2878 * ido.el (ido-file-internal): Ask for confirmation before
2879 overwriting an existing file (Bug#1238).
2880
4039c786
CY
28812010-12-16 Chong Yidong <cyd@stupidchicken.com>
2882
2883 * tool-bar.el (tool-bar-setup): Add separators.
2884
2885 * menu-bar.el (featurep): Use menu-bar-separator.
2886
45720dc3
GM
28872010-12-16 Ken Manheimer <ken.manheimer@gmail.com>
2888
2889 Migrate allout encryption provisions from pgg to epg.
2890
2891 * allout.el (allout-toggle-current-subtree-encryption)
2892 (allout-toggle-subtree-encryption): Adjust docstrings to reflect
2893 defaulting policy and other changes. Change fetch-pass to keymode-cue,
2894 for simpler universal argument interpretation.
35f52ed6 2895 (allout-toggle-subtree-encryption): Adjust docstring to describe
45720dc3
GM
2896 changed encryption provisions. Change fetch-pass to keymode-cue, for
2897 simpler universal argument interpretation. Remove provisions for
2898 handling key type and identity - they'll all be within
2899 allout-encrypt-string or epg/epg or even contained all the way in gpg.
2900 (allout-encrypt-string): Include keymode-cue, for optionally prompting
2901 for keypair recipients (universal argument > 1) and, in addition,
2902 associating the specified recipients with the outline (universal
2903 argument > 4) using a file local variable setting for
2904 'epa-file-encrypt-to'.
2905 Require epa, for recipients handling.
2906 Change how regexp filtering elements are named.
2907 Describe the problem with caching of incorrect symmetric-decryption
2908 keys.
2909 Use the epa-passphrase-callback-function, in case the user is using
2910 GnuPG v1.
2911 Support saving of the selected keypair recipients when invoked with a
2912 keymode-cue > 4.
2913 Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
2914 Require 'epa.
2915 Establish epg-context with armoring and default epg-protocol.
2916 Remove all passphrase cache, verification, and hinting code.
2917 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
2918 No longer used, delete.
2919 (allout-mode): Adjust docstring to describe changed encryption
2920 provisions. Describe the problem with caching of incorrect
2921 symmetric-decryption keys.
2922 (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
2923 (allout-make-passphrase-state, allout-passphrase-state-passphrase)
2924 (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
2925 (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
2926 Obsolete, remove.
2927
33088bed
DU
29282010-12-16 Daiki Ueno <ueno@unixuser.org>
2929
2930 * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
2931 key selection prompt; make 'silent as default (Bug#7487).
2932
bfc49a5b
LL
29332010-12-16 Leo <sdl.web@gmail.com>
2934
7973bcea
SM
2935 * eshell/eshell.el (eshell-directory-name):
2936 Use locate-user-emacs-file (Bug#7578).
bfc49a5b 2937
68251e16
GM
29382010-12-15 Glenn Morris <rgm@gnu.org>
2939
2940 * loadup.el (symbol-file-load-history-loaded): Remove; unused.
2941
99f053cf 29422010-12-15 Jari Aalto <jari.aalto@cante.net>
01c35094 2943 Scott Evans <gse@antisleep.com>
99f053cf
JA
2944
2945 * rect.el (rectange--default-line-number-format)
2946 (rectangle-number-line-callback): New functions.
2947 (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
2948
5614fd56
CY
29492010-12-15 Chong Yidong <cyd@stupidchicken.com>
2950
2951 * rect.el (operate-on-rectangle-lines, string-rectangle-string):
2952 Delete unused variables.
2953 (move-to-column-force): Remove function obsolete since 21.2.
2954
d68b0220
MA
29552010-12-14 Michael Albinus <michael.albinus@gmx.de>
2956
2957 * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
2958 (tramp-handle-insert-file-contents): Do not set permanent-local
2959 property.
2960
7973bcea
SM
2961 * net/tramp-cache.el (tramp-persistency-file-name):
2962 Use `locate-user-emacs-file' if fboundp.
d68b0220
MA
2963
2964 * net/tramp-sh.el (tramp-methods): Add "ksu".
2965 (tramp-default-user-alist): Add "ksu". Use `regexp-opt' for
2966 method list.
2967
0273f794
GM
29682010-12-14 Glenn Morris <rgm@gnu.org>
2969
ab274982
GM
2970 * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
2971 (find-tag-marker-ring): Declare.
2972 (js-find-symbol): Require etags.
2973
e758216c
GM
2974 * mail/sendmail.el: Don't require rmail or mailalias when compiling.
2975 Require mail-utils.
2976 (mail-alias-file): Don't autoload. Doc fix.
2977 (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
2978 (mail-mailer-swallows-blank-line): Default to nil. Doc fix.
2979 Mark as obsolete, and risky.
2980 (mail-setup): Simplify.
2981
53aff12a
GM
2982 * mail/mailalias.el (build-mail-aliases): Make it interactive.
2983 * mail/sendmail.el (build-mail-aliases): Update autoload.
2984
aae4b48c
GM
2985 * dired.el (dired-trivial-filenames, dired-chown-program)
2986 (dired-auto-revert-buffer): Remove autoload cookies.
2987 * mail/sendmail.el (mail-recover-1): Require 'dired.
2988
bff7c1ad
GM
2989 * dired.el (dired-subdir-switches, dired-chown-program)
2990 (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
2991 Make into defcustoms.
2992 (dired-chown-program): Simplify initialization.
2993
0273f794
GM
2994 * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
2995
bc557672
RF
29962010-12-13 Romain Francoise <romain@orebokech.com>
2997
2998 * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
2999
7410c270
G
30002010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3001
3002 * net/netrc.el (netrc-point-at-eol): Remove the unused
3003 netrc-point-at-old and netrc-bound-and-true-p bindings.
3004 (netrc-parse): Cache the netrc contents.
3005
f49d1f52 30062010-12-13 Eli Zaretskii <eliz@gnu.org>
11aad4e9
EZ
3007
3008 * subr.el (posn-col-row): Evaluate header-line-format in the
3009 context of the POSITION window's buffer.
3010
f49d1f52 30112010-12-13 Glenn Morris <rgm@gnu.org>
5612fd08
GM
3012
3013 * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
3014 (with-silent-modifications): Doc fixes.
3015
f49d1f52 30162010-12-13 Michael Albinus <michael.albinus@gmx.de>
158d5945
MA
3017
3018 * net/tramp.el (tramp-action-password, tramp-process-actions):
d68b0220 3019 Revert previous from. Use `save-restriction'.
158d5945 3020
f49d1f52 30212010-12-13 Stephen Berman <stephen.berman@gmx.net>
81ced43d
SB
3022
3023 * calendar/diary-lib.el (diary-list-sexp-entries):
3024 Handle case of no newline at end of file. (Bug#7536)
3025
f49d1f52 30262010-12-13 Glenn Morris <rgm@gnu.org>
b2364eaa
GM
3027
3028 * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
3029
f49d1f52 30302010-12-13 Michael Albinus <michael.albinus@gmx.de>
32802ee1 3031
f49d1f52 3032 * net/tramp.el (tramp-action-password): Delete region, do not narrow.
32802ee1 3033 (tramp-process-actions): Do not widen.
d68b0220 3034
f49d1f52
SM
3035 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3036 Protect buffer-modified value. (Bug#7557)
32802ee1 3037
f49d1f52 30382010-12-13 Jan Moringen <jmoringe@techfak.uni-bielefeld.de>
da9123a8
JM
3039
3040 * log-edit.el (log-edit-changelog-entries):
3041 Regexp quote filename. (Bug#7505)
3042
f49d1f52 30432010-12-13 Tom Breton <tehom@panix.com>
478834e6
TB
3044
3045 * cus-edit.el (custom-save-all):
3046 Bind print-length and print-level to nil. (Bug#7581)
3047
f49d1f52 30482010-12-13 Glenn Morris <rgm@gnu.org>
3c1e62f8 3049
d5e6e0b6
GM
3050 * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
3051 Run hooks to update menu contents. (Bug#7586)
3052
3c1e62f8
GM
3053 * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
3054 file names, for the sake of MS Windows. (Bug#7588)
3055
f49d1f52 30562010-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
b1816a74
SM
3057
3058 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
3059 empty lines without a leading space.
3060
f49d1f52 30612010-12-13 Leo <sdl.web@gmail.com>
86a6e8e0 3062
740af6c9
GM
3063 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
3064 while mapping over marks (Bug#6810).
86a6e8e0 3065
f49d1f52 30662010-12-13 Chong Yidong <cyd@stupidchicken.com>
bc60f4de
CY
3067
3068 * image-dired.el (image-dired-db-file)
3069 (image-dired-temp-image-file, image-dired-gallery-dir)
3070 (image-dired-temp-rotate-image-file): Set default values relative
3071 to image-dired-dir (Bug#7518).
3072
f49d1f52 30732010-12-13 Lawrence Mitchell <wence@gmx.li>
3ecba049
LM
3074
3075 * format.el (format-decode-run-method): Pass args FROM and TO, not
3076 point-min and point-max, to shell-command-on-region (Bug#7488).
3077
f49d1f52 30782010-12-13 Jan Djärv <jan.h.d@swipnet.se>
0afb6242
JD
3079
3080 * frame.el (blink-cursor-mode): Make default t for ns.
3081
f49d1f52 30822010-12-13 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
5eae900e
BR
3083
3084 * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3085
f49d1f52 30862010-12-13 Chong Yidong <cyd@stupidchicken.com>
74194465 3087
637c2c43
CY
3088 * comint.el (comint-dynamic-list-input-ring)
3089 (comint-dynamic-complete-filename)
3090 (comint-replace-by-expanded-filename)
3091 (comint-dynamic-simple-complete)
3092 (comint-dynamic-list-filename-completions)
3093 (comint-dynamic-list-completions): Doc fix (Bug#7499).
3094
74194465
CY
3095 * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
3096 Doc fix (Bug#7471).
3097
f49d1f52 30982010-12-13 Martin Rudalics <rudalics@gmx.at>
6ed96c33
MR
3099
3100 * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
3101 (Bug#7533).
3102
01c35094 31032010-12-13 W. Martin Borgert <debacle@debian.org> (tiny change)
11cb1e35
MB
3104
3105 * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
3106 (Bug#7491).
3107
f49d1f52 31082010-12-13 Eli Zaretskii <eliz@gnu.org>
2472c214
EZ
3109
3110 * files.el (file-relative-name): Handle UNC file names on
3111 DOS/Windows. (Bug#4674)
3112
f49d1f52 31132010-12-13 Daiki Ueno <ueno@unixuser.org>
f9fe1af9
DU
3114
3115 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3116 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3117 (epg-context-set-passphrase-callback): Mention that the callback
3118 is not called when used with GnuPG 2.x.
3119
f49d1f52 31202010-12-13 Glenn Morris <rgm@gnu.org>
ff80efe7
GM
3121
3122 * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
3123 Ensure ps-footer-font-size-internal is initialized.
3124 Call ps-get-page-dimensions before trying to use ps-font-for-text.
3125
f49d1f52 31262010-12-13 Kenichi Handa <handa@m17n.org>
7e116860
KH
3127
3128 * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
3129 within condition-case.
3130 (rmail-show-mime): Don't use condition-case.
3131 (rmail-search-mime-message): New function.
3132 (rmail-search-mime-message-function): Set to
3133 rmail-search-mime-message.
3134
f49d1f52 31352010-12-13 Leo <sdl.web@gmail.com>
bd794450 3136
0fdd1db7 3137 * ido.el (ido-common-initialization): New function. (bug#3274)
bd794450
LL
3138 (ido-mode): Use it.
3139 (ido-completing-read): Call it.
3140
fdbb4d85
KF
31412010-12-12 Karl Fogel <kfogel@red-bean.com>
3142
3143 * bookmark.el (bookmark-name-from-full-record): Rename back to
3144 this original name from `bookmark-name-from-record' reverting part
3145 of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
3146 As Drew Adams pointed out, there was no reason to cause churn for
2cf429d0 3147 third-party callers. (Bug#7609)
fdbb4d85 3148
0e5cf2b8
AM
31492010-12-12 Alan Mackenzie <acm@muc.de>
3150
3151 * progmodes/cc-engine.el (c-forward-type): Before scanning a
3152 template arglist, check that the current language supports this.
3153
6961d41c
GM
31542010-12-11 Glenn Morris <rgm@gnu.org>
3155
2b404597
GM
3156 * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
3157 state of the file matches. (Bug#7544)
3158 (vc-bzr-register, vc-bzr-checkin)
3159 (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
3160 (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
3161
6961d41c
GM
3162 * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
3163
1e5d2a04
KK
31642010-12-11 Karel Klíč <kklic@redhat.com>
3165
3166 * files.el (auto-mode-alist): Use html-mode for *.xhtml. (Bug#7606)
3167
175069ef
SM
31682010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3169
3170 Derive from prog-mode, use derived-mode-p, and fix up various
3171 minor style issues in lisp/progmodes.
3172
3173 * progmodes/vhdl-mode.el (vhdl-mode):
3174 * progmodes/verilog-mode.el (verilog-mode):
3175 * progmodes/vera-mode.el (vera-mode):
3176 * progmodes/sql.el (sql-mode):
3177 * progmodes/scheme.el (scheme-mode):
3178 * progmodes/perl-mode.el (perl-mode):
3179 * progmodes/octave-inf.el (inferior-octave-mode):
3180 * progmodes/autoconf.el (autoconf-mode):
3181 * progmodes/m4-mode.el (m4-mode):
3182 * progmodes/inf-lisp.el (inferior-lisp-mode):
3183 * progmodes/idlwave.el (idlwave-mode):
3184 * progmodes/icon.el (icon-mode):
3185 * progmodes/idlw-help.el (idlwave-help-mode):
3186 * progmodes/dcl-mode.el (dcl-mode):
3187 * progmodes/idlw-shell.el (idlwave-shell-mode):
3188 * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
3189 (ebrowse-member-mode, ebrowse-electric-position-mode):
3190 Use define-derived-mode.
3191
3192 * progmodes/xscheme.el (exit-scheme-interaction-mode)
3193 (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
3194 (xscheme-debugger-mode-p, xscheme-send-string-1):
3195 * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
3196 (tcl-load-file, tcl-restart-with-file):
3197 * progmodes/ps-mode.el (ps-run-running):
3198 * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
3199 * progmodes/js.el (js--get-all-known-symbols):
3200 * progmodes/inf-lisp.el (inferior-lisp-proc):
3201 * progmodes/idlwave.el (idlwave-beginning-of-statement)
3202 (idlwave-template, idlwave-update-buffer-routine-info)
3203 (idlwave-update-current-buffer-info)
3204 (idlwave-get-routine-info-from-buffers, idlwave-choose)
3205 (idlwave-scan-class-info, idlwave-fix-keywords)
3206 (idlwave-list-buffer-load-path-shadows):
3207 * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
3208 (idlwave-toolbar-remove):
3209 * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
3210 (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
3211 (idlwave-shell-menu-def):
3212 * progmodes/idlw-complete-structtag.el
3213 (idlwave-prepare-structure-tag-completion):
3214 * progmodes/gud.el (gud-set-buffer):
3215 * progmodes/f90.el (f90-backslash-not-special):
3216 * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
3217
3218 * progmodes/xscheme.el (xscheme-start)
3219 (local-set-scheme-interaction-buffer, scheme-interaction-mode):
3220 * progmodes/which-func.el (which-function):
3221 * progmodes/vhdl-mode.el (vhdl-set-style):
3222 * progmodes/verilog-mode.el (verilog-set-compile-command)
3223 (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
3224 (verilog-set-define, verilog-auto-reeval-locals):
3225 * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
3226 * progmodes/simula.el (simula-mode):
3227 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
3228 * progmodes/python.el (python-check, python-mode):
3229 * progmodes/prolog.el (prolog-mode-variables):
3230 * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
3231 * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
3232 * progmodes/delphi.el (delphi-mode):
3233 * progmodes/cc-styles.el (c-setup-paragraph-variables):
3234 * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
3235 (c-font-lock-init): Move make-local-variable to their setq.
3236
3237 * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
3238 (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
3239 make-local-hook.
3240 * progmodes/sh-script.el (sh-require-final-newline): Remove.
3241 (sh-set-shell): Don't set require-final-newline since it's already done
3242 by prog-mode.
3243 * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
3244 since we never set it.
3245 * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
3246 Use read-string and standard prompt.
3247 * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
3248 * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
3249 (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
3250 (meta-common-mode-map): Rename from meta-mode-map.
3251 Remove C-m binding, which is a user preference, not mode specific.
3252 (meta-common-mode): New major mode; replace meta-common-initialization.
3253 * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
3254 around with font-lock.
3255 * progmodes/etags.el (select-tags-table-mode):
3256 Derive from special-mode.
3257 * progmodes/octave-mod.el (octave-mode):
3258 * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
3259 (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
3260 (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
3261 Let define-derived-mode do its job.
3262 * progmodes/cpp.el (cpp-edit-mode-map):
3263 Move initialization into declaration.
3264 (cpp-edit-mode): Use define-derived-mode.
3265 (cpp-edit-load): Use derived-mode-p.
3266 * progmodes/mixal-mode.el (mixal-mode):
3267 * progmodes/f90.el (f90-mode):
3268 * progmodes/cfengine.el (cfengine-mode): Don't bother setting
3269 require-final-newline since prog-mode does it already.
3270 * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
3271 * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
3272 * progmodes/antlr-mode.el: Require cc-mode upfront.
3273 (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
3274 the declaration.
3275 (antlr-directory-dependencies, antlr-show-makefile-rules):
3276 Use derived-mode-p.
3277 (antlr-language-option): Don't assume point-min==1.
3278 (antlr-mode): Use define-derived-mode.
3279 * progmodes/ada-mode.el: Use derived-mode-p.
3280 (ada-mode): Use define-derived-mode.
3281 Use hack-local-variables-hook.
3282
61f91c04
SM
32832010-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
3284
3285 * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
3286 (texinfo-mode): Don't disable adaptive-fill-mode.
3287 (texinfo-insert-block): Adjust cursor placement for blocks with arg.
3288 (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
3289 (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
3290 (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
3291 (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
3292 (texinfo-insert-@quotation, texinfo-insert-@samp)
3293 (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
3294 (texinfo-insert-@uref): Use define-skeleton.
3295 (texinfo-insert-@-with-arg): Delete.
3296
72a44673
EZ
32972010-12-10 Eli Zaretskii <eliz@gnu.org>
3298
3299 * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
3300 nil, do quote archive member names. (Bug#6144)
3301
ab540f59
GM
33022010-12-10 Glenn Morris <rgm@gnu.org>
3303
66f782de
GM
3304 * files.el (diff-no-select): Declare.
3305
e554b3f8
GM
3306 * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
3307 (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
3308
ab540f59
GM
3309 * comint.el (comint-input-ring-file-name): Doc fix.
3310
f68ab99b
EZ
33112010-12-09 Eli Zaretskii <eliz@gnu.org>
3312
3313 * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
3314 New functions.
61f91c04
SM
3315 (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
3316 Use them instead of `nil' and `>', respectively.
f68ab99b
EZ
3317 (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
3318 instead of `nil'.
3319 (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
3320 and menu-bar-positive-p instead of `nil' and `>', respectively.
3321 (Bug#1077)
3322
650453a9
VJL
33232010-12-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3324
3325 * whitespace.el (whitespace-newline-mode): Code fix.
3326
28d5de72
GM
33272010-12-09 Glenn Morris <rgm@gnu.org>
3328
3329 * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
3330 Rename functions without commas, update callers.
3331
b596d50d 33322010-12-08 Jeff Dairiki <dairiki@dairiki.org> (tiny change)
16498102 3333
b596d50d
GM
3334 * whitespace.el (whitespace-cleanup-region):
3335 Clean up spaces before tabs. (Bug#7582)
16498102 3336
eff37c5e
KF
33372010-12-08 Karl Fogel <kfogel@red-bean.com>
3338
3339 * bookmark.el: Adjust parameter names and doc strings to resolve
3340 confusion over whether "bookmark" meant a bookmark name or a
3341 bookmark record. Along the way, shorten one function's name for
3342 similar reasons. (Issue #7548)
3343 (bookmark-name-from-record): New name for
3344 `bookmark-name-from-full-record'. All callers changed.
3345 (bookmark-get-bookmark, bookmark-get-bookmark-record)
3346 (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
3347 (bookmark-get-annotation, bookmark-set-annotation)
3348 (bookmark-get-filename, bookmark-set-filename)
3349 (bookmark-get-position, bookmark-set-position)
3350 (bookmark-get-front-context-string, bookmark-set-front-context-string)
3351 (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
3352 (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
3353 (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
3354 Rename `bookmark' parameter to `bookmark-name-or-record', to
3355 clearly show its role, and shorten or adjust doc strings accordingly.
3356 (bookmark-set-name): Same, and pass the parameter directly to
3357 `bookmark-get-bookmark' instead of redundantly doing the callee's work.
3358 (bookmark-default-annotation-text, bookmark-send-edited-annotation)
3359 (bookmark-relocate, bookmark-insert-location, bookmark-insert)
3360 (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
3361 and in some cases shorten doc string accordingly.
3362 (bookmark-rename): Change `old' and `new' parameters to `old-name'
3363 and `new-name', and adjust an internal variable to avoid confusion.
3364 (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
3365 parameter in doc string.
3366
5fe9ebd1
GM
33672010-12-08 Glenn Morris <rgm@gnu.org>
3368
ac8331a7
GM
3369 * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
3370 from gdb's history file. (Bug#7575)
3371
5fe9ebd1
GM
3372 * mail/emacsbug.el (report-emacs-bug):
3373 Try to handle some other mail clients.
3374
33cf0fb2
SM
33752010-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3376
3377 * files.el (dir-locals-collect-variables): Don't let errors stop us.
3378 Use string-prefix-p.
3379 (file-name-version-regexp): New var.
3380 (file-name-sans-versions):
3381 * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
3382 (jka-compr-get-compression-info): Use dolist.
3383 (jka-compr-compression-info-list): Don't bother specifying
3384 version/backup regexps.
3385
11c31b99
TH
33862010-12-07 Tassilo Horn <tassilo@member.fsf.org>
3387
3388 * simple.el (just-one-space): Make argument n default to 1 if
3389 omitted.
3390
a733fc37
SM
33912010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
3392
3393 * electric.el (electric-indent-post-self-insert-function):
3394 Delete trailing newlines even if we don't reindent.
3395
88b5a757
DD
33962010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3397
a733fc37
SM
3398 * minibuffer.el (completion-at-point): Remove the `arg'.
3399 * bindings.el (complete-symbol): Move back from minibuffer.el.
3400
34012010-12-06 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3402
88b5a757
DD
3403 * simple.el (just-one-space): Delete newlines for negative arg.
3404
ce327e48
SM
34052010-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
3406
3407 * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
3408 (ansi-color-filter-apply): Simplify.
3409 (ansi-color-apply): Use `font-lock-face' rather than `face'.
3410
ac73d955
BR
34112010-12-05 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3412
3413 * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
3414
8c44f097
CY
34152010-12-04 Chong Yidong <cyd@stupidchicken.com>
3416
3417 * dired.el (dired-use-ls-dired): Set default to a special
3418 "unspecified" value.
3419 (dired-insert-directory): When called the first time, check
3420 whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
3421
15af15e5
TO
34222010-12-04 Tak Ota <Takaaki.Ota@am.sony.com>
3423
3424 * replace.el: Add "collect" feature to occur.
3425 (occur-collect-regexp-history): New var.
88b5a757
DD
3426 (occur-read-primary-args): Return a replace string for nlines,
3427 if needed.
15af15e5
TO
3428 (occur): Extend the meaning of nlines.
3429
b2e6e5bd
SM
34302010-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3431
3432 * progmodes/which-func.el (which-func-ff-hook): Log the error message.
3433 (which-func-update-1): Distinguish symbols from strings.
3434 (which-function): Stay within 80 columns.
3435
ee9355dc
SM
34362010-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3437
7f0ea0ff
SM
3438 * subr.el (with-demoted-errors): Distinguish symbols from strings.
3439
ee9355dc
SM
3440 * newcomment.el (comment-styles): Add docs to each style (bug#7509).
3441 Improve docstring.
3442 (comment-style): Use comment-styles's docs to describe values.
3443
3e972d98
JD
34442010-12-03 Jan Djärv <jan.h.d@swipnet.se>
3445
3446 * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
3447 and ns-show-prefs (Bug#7535).
3448
3449 * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
3450 bindings (Bug#7535).
3451
c879436a
GM
34522010-12-03 Glenn Morris <rgm@gnu.org>
3453
afe27238
GM
3454 * nxml/nxml-mode.el: Require rng-nxml.
3455 (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
3456 Remove declarations.
3457
65beee52
GM
3458 * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
3459 * nxml/rng-nxml.el, nxml/rng-valid.el:
3460 Remove leading `*' from defcustom docs.
3461
ad961a00
GM
3462 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3463 (normal-top-level-add-to-load-path, tty-handle-args):
3464 Convert comments to basic doc-strings.
3465
c5fd0ab5
GM
3466 * net/browse-url.el (browse-url-url-at-point)
3467 (browse-url-default-browser): Remove autoload cookies.
3468
f62f063d
GM
3469 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3470 Remove more undefined cl functions.
3471
c879436a
GM
3472 * vc/diff.el (diff-sentinel): Make new arguments optional.
3473 * ibuf-ext.el (diff-sentinel): Update declaration.
3474
3721e124
DU
34752010-12-03 Daiki Ueno <ueno@unixuser.org>
3476
3477 * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
3478 "RIPEMD160" (Bug#7490). Reported by Daniel Kahn Gillmor.
3479 (epg-context-set-passphrase-callback): Mention that the callback
3480 is not called when used with GnuPG 2.x.
3481
66feec8b
MA
34822010-12-02 Michael Albinus <michael.albinus@gmx.de>
3483
3484 * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
3485 (tramp-file-name-port): Check also for `tramp-default-port'.
3486 (tramp-get-connection-name): New defun.
3487 (tramp-get-connection-process): Use it.
3488 (tramp-debug-message): Extend function exclude list.
3489 (tramp-drop-volume-letter): Fix doc string.
3490
3491 * net/tramp-cmds.el: Remove solved todo item.
3492
66feec8b
MA
3493 * net/tramp-ftp.el:
3494 * net/tramp-gvfs.el:
3495 * net/tramp-gw.el:
3496 * net/tramp-imap.el:
3497 * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
3498 and `tramp-default-user-alist', respectively.
3499
88b5a757
DD
3500 * net/tramp-gw.el (tramp-gw-open-connection):
3501 Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
66feec8b
MA
3502
3503 * net/tramp-imap.el (tramp-imap-make-iht): Use just
3504 `tramp-file-name-port'.
3505
3506 * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
3507 and "psftp". Exchange "%k" marker with options.
3508 (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
3509 Compute size of link target.
35f52ed6
JB
3510 (tramp-do-copy-or-rename-file-out-of-band): Move setting of
3511 `tramp-current-*' up due to gateway methods. Optimize computing of
66feec8b
MA
3512 copy arguments. Use `tramp-get-connection-name' and
3513 `tramp-get-connection-buffer'. Improve debug messages.
3514 (tramp-compute-multi-hops): Remove port determination.
3515 (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
3516
3517 * net/trampver.el: Update release number.
3518
bd77c2ef
GM
35192010-12-02 Glenn Morris <rgm@gnu.org>
3520
05907bb3
GM
3521 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
3522 Avoid infinite loop over windows. (Bug#7492)
3523
bd77c2ef
GM
3524 * progmodes/flymake.el (flymake-check-file-limit):
3525 Allow nil to mean "no limit".
3526 (flymake-check-patch-master-file-buffer): Update for above change.
3527 Allow a .tex file-name extension to be optional.
3528 (flymake-master-tex-init): Also match \include statements.
3529
f7ca27a1
SS
35302010-11-30 Sam Steingold <sds@gnu.org>
3531
3532 * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
3533 (nxml-parent-document-set): A function to set `nxml-parent-document'.
3534 (nxml-mode): Define using `define-derived-mode' instead of `defun'.
3535 (nxml-mode-hook): Remove `defcustom' (auto-defined by
3536 define-derived-mode').
3537 * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
3538 users who want to call `nxml-parent-document-set'.
3539
402c8a49
CY
35402010-11-27 Chong Yidong <cyd@stupidchicken.com>
3541
3542 * log-edit.el (log-edit-font-lock-keywords): Don't try matching
3543 stand-alone lines, since that is handled by log-edit-match-to-eoh
3544 (Bug#6465).
3545
d1882ac7
EW
35462010-11-27 Eduard Wiebe <usenet@pusto.de>
3547
3548 * dired.el (dired-get-filename): Replace backslashes with slashes
3549 in file names on MS-Windows, needed by `locate'. (Bug#7308)
3550 * locate.el (locate-default-make-command-line): Don't consider
3551 drive letter and root directory part of
3552 `directory-listing-before-filename-regexp'. (Bug#7308)
3553 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
3554
07976ae3 35552010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
09ffa822
SM
3556
3557 * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
3558 of :smie-open/close-alist.
3559 (smie-next-sexp): Make it accept a "start token" as argument.
3560 (smie-indent-keyword): Be careful not to misidentify tokens that span
3561 more than one line, as empty lines. Add argument `token'.
3562
07976ae3 35632010-11-27 Kenichi Handa <handa@m17n.org>
3d9ee611 3564
afde451a
KH
3565 * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
3566 multipart subtypes, insert all as usual.
3567
3d9ee611
KH
3568 * mail/rmail.el: Require rfc2047.
3569
07976ae3 35702010-11-27 Kenichi Handa <handa@m17n.org>
d1be4ec2
KH
3571
3572 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
3573 (rmail-mime-entity-disposition)
3574 (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
3575 (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
3576 (rmail-mime-save): Handle the case that the button's `data' is a
3577 MIME entity.
3578 (rmail-mime-insert-text): New function.
9e0ecdab 3579 (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
d1be4ec2
KH
3580 (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
3581 (rmail-mime-insert-bulk): New function mostly copied from the old
3582 rmail-mime-bulk-handler.
9e0ecdab
GM
3583 (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
3584 (rmail-mime-process-multipart): New function mostly copied from
d1be4ec2
KH
3585 the old rmail-mime-multipart-handler.
3586 (rmail-mime-show): Just call rmail-mime-process.
9e0ecdab 3587 (rmail-mime-process): New function mostly copied from the old
d1be4ec2
KH
3588 rmail-mime-show.
3589 (rmail-mime-insert-multipart, rmail-mime-parse)
3590 (rmail-mime-insert, rmail-show-mime)
3591 (rmail-insert-mime-forwarded-message)
3592 (rmail-insert-mime-resent-message): New functions.
3593 (rmail-insert-mime-forwarded-message-function): Set to
3594 rmail-insert-mime-forwarded-message.
3595 (rmail-insert-mime-resent-message-function): Set to
3596 rmail-insert-mime-resent-message.
3597
3598 * mail/rmailsum.el: Require rfc2047.
3599 (rmail-header-summary): Handle multiline Subject: field.
3600 (rmail-summary-line-decoder): Change the default to
3601 rfc2047-decode-string.
3602
3603 * mail/rmail.el (rmail-enable-mime): Change the default to t.
3604 (rmail-mime-feature): Change the default to `rmailmm'.
3605 (rmail-quit): Delete the specifal code for rmail-enable-mime.
3606 (rmail-display-labels): Likewise.
3607 (rmail-show-message-1): Check rmail-enable-mime, and use
3608 rmail-show-mime-function for a MIME message. Decode the headers
3609 according to RFC2047.
3610
07976ae3 36112010-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
33aeea0e
SM
3612
3613 * progmodes/which-func.el (which-func-imenu-joiner-function):
3614 Return a string, as expected.
3615 (which-function-mode): Make sure we stop any previous timer before
3616 starting a new one.
3617
07976ae3 36182010-11-27 Michael Albinus <michael.albinus@gmx.de>
e40fc745
MA
3619
3620 * net/tramp.el (tramp-default-method-alist)
33aeea0e
SM
3621 (tramp-default-user-alist, tramp-default-proxies-alist):
3622 Adapt custom options type. (Bug#7445)
e40fc745 3623
07976ae3 36242010-11-27 Chong Yidong <cyd@stupidchicken.com>
ae3da38a
CY
3625
3626 * progmodes/python.el: Add Ipython support (Bug#5390).
3627 (python-shell-prompt-alist)
3628 (python-shell-continuation-prompt-alist): New options.
3629 (python--set-prompt-regexp): New function.
33aeea0e
SM
3630 (inferior-python-mode, run-python, python-shell):
3631 Require ansi-color. Use python--set-prompt-regexp to set the comint
ae3da38a
CY
3632 prompt based on the Python interpreter.
3633 (python--prompt-regexp): New var.
3634 (python-check-comint-prompt)
3635 (python-comint-output-filter-function): Use it.
3636 (run-python): Use a pipe (Bug#5694).
3637
07976ae3 36382010-11-27 Chong Yidong <cyd@stupidchicken.com>
1d851570
CY
3639
3640 * progmodes/python.el (run-python): Doc fix.
3641 (python-keep-current-directory-in-path): New var (Bug#7454).
3642
07976ae3 36432010-11-27 Chong Yidong <cyd@stupidchicken.com>
76dabd37
CY
3644
3645 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3646 Prompt user before actually printing.
3647
0b839457
GM
36482010-11-27 Glenn Morris <rgm@gnu.org>
3649
3650 * startup.el (package-enable-at-startup, package-initialize):
3651 Remove unnecessary declarations.
3652
96107967
EZ
36532010-11-27 Eli Zaretskii <eliz@gnu.org>
3654
3655 * international/characters.el (glyphless-char-display-control):
3656 Exclude newline and TAB from the c0-control group.
3657
a140ec5f
GM
36582010-11-27 Glenn Morris <rgm@gnu.org>
3659
82445062
GM
3660 * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
3661 (expand-mail-aliases): Remove unnecessary autoload.
3662
08b5f072
GM
3663 * allout.el (allout-command-prefix, allout-mode-map): Declare.
3664
e96d4147
GM
3665 * shell.el (shell-dir-cookie-re): Move definition before use.
3666
a140ec5f
GM
3667 * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
3668 Replace undefined CL functions.
3669
a2249e66
EZ
36702010-11-26 Eli Zaretskii <eliz@gnu.org>
3671
228482b2
EZ
3672 * simple.el (prog-mode): Set bidi-paragraph-direction to
3673 left-to-right.
3674
a2249e66
EZ
3675 * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
3676
d01d7b8d
GM
36772010-11-26 Glenn Morris <rgm@gnu.org>
3678
3679 * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
3680 diary-outlook-formats can be sensitive to calendar-date-style.
3681 (diary-outlook-formats): Simplify the default setting.
3682 (diary-from-outlook-internal): Pass subject and body as arguments.
3683 Use dolist rather than dotimes. Don't save the diary buffer.
3684 (diary-from-outlook-gnus, diary-from-outlook-rmail):
3685 Pass subject and body as explicit arguments to the -internal function.
3686
b3ea64a3
LMI
36872010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3688
3689 * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
3690 parsing them. This makes mailto:...?subject=foo\nbar work.
3691
d5e7b0d8
SM
36922010-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
3693
3694 * vc/diff.el (diff): Fix last change.
3695
872ab164
SM
36962010-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3697
3698 * emacs-lisp/pcase.el: Improve pcase-let. Use "pcase--" prefix.
3699 (pcase--dontcare-upats): New var.
3700 (pcase-let, pcase-let*): Generate better code.
3701 Accept the same bodies as `let'.
3702 (pcase-dolist): New macro.
3703 (pcase--trivial-upat-p): New helper function.
3704 (pcase--expand): Strip leading "(let nil" if any.
3705
876d1684
LMI
37062010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3707
7bd9b9d8
LMI
3708 * mail/mailclient.el (browse-url): Require.
3709 (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
3710 use the external browser function to send the mail (bug#7469).
3711
876d1684
LMI
3712 * net/browse-url.el (browse-url-browser-function): Revert the
3713 default back to the previous value, since the new value broke
3714 mailclient.el.
3715 (browse-url-mailto-function): New variable for mailto: URLs.
3716 (browse-url): Use the new variable for mailto: URLs.
3717
6e13206c
SM
37182010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3719
3720 * eshell/esh-cmd.el (eshell-parse-command):
3721 * eshell/esh-arg.el (eshell-parse-arguments):
3722 * eshell/em-script.el (eshell-source-file):
3723 Use with-silent-modifications.
3724
3d92f44e
CY
37252010-11-23 Chong Yidong <cyd@stupidchicken.com>
3726
3727 * vc/vc.el (vc-merge): Remove optional arg PROMPT. Always prompt
3728 for a merge location.
3729
3730 * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
3731 (vc-bzr-merge-branch): Always prompt.
3732 (vc-bzr-async-command): Use the full branch filename.
3733
8f5f1e68
SM
37342010-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3735
3736 * shell.el (shell): Use current-buffer by default if it's already
3737 a shell mode buffer and its process is dead.
ee9355dc 3738 Suggested by Jose E. Marchesi <jemarch@gnu.org>.
8f5f1e68 3739
331460ac
TH
37402010-11-23 Tassilo Horn <tassilo@member.fsf.org>
3741
8f5f1e68
SM
3742 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
3743 Mention that the keywords should be comma separated.
331460ac 3744
2c3160c5
CY
37452010-11-23 Chong Yidong <cyd@stupidchicken.com>
3746
3747 * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
3748 Accept optional prefix arg meaning to prompt for a command.
3749 (vc-update): Use vc-BACKEND-pull if available. Accept optional
3750 prefix arg meaning to prompt for a command.
3751 (vc-pull): Alias for vc-update.
3752
3753 * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
3754 (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
3755 (vc-bzr-merge-branch): New functions, implementing merge-branch
3756 and pull operations.
3757
b2e44819
SM
37582010-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3759
8a0eb852
SM
3760 * Makefile.in: Fix up last merge.
3761
b2e44819
SM
3762 * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
3763 (diff-sentinel): Get them as arguments instead.
3764 (diff-old-file, diff-new-file, diff-extra-args): Remove.
3765 (diff-file-local-copy, diff-better-file-name): New funs.
3766 (diff-no-select): Rename from diff-into-buffer.
3767 Support buffers additionally to files. Move `buf' arg. Don't display buf.
3768 Prefer closures to buffer-local variables.
3769 (diff): Adjust accordingly.
3770 (diff-buffer-with-file): Move from files.el.
3771 * files.el (diff-buffer-with-file): Move to vc/diff.el.
3772 (diff-buffer-internal): Remove.
3773 (diff-buffer-buffer): Remove.
3774 (save-some-buffers-action-alist): Use diff-no-select so as not to guess
3775 the buffer name used, and so as not to mess up windows and frames.
3776
6a7662bb
BR
37772010-11-22 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
3778
3779 * files.el: Make revert work with diff-buffer-with-file (bug#7277).
3780 (diff-buffer-internal): New function extracted from diff-buffer-with-file
3781 (diff-buffer-with-file): Use it.
3782 * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
3783 (diff): Use it.
3784
c799747b
TH
37852010-11-22 Tassilo Horn <tassilo@member.fsf.org>
3786
3787 * textmodes/reftex-ref.el (reftex-goto-label): Use the current
3788 \ref's or \pageref's value as default instead of initial input.
3789
e274eb13
MA
37902010-11-21 Michael Albinus <michael.albinus@gmx.de>
3791
3792 * files.el (backup-by-copying-when-mismatch): The default value is
3793 now t.
3794
3795 * startup.el (normal-top-level):
3796 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
3797 `backup-by-copying-when-mismatch'.
3798
77af54d7
JD
37992010-11-21 Jan Djärv <jan.h.d@swipnet.se>
3800
3801 * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
3802
4e2f7d2a
CY
38032010-11-21 Deniz Dogan <deniz.a.m.dogan@gmail.com>
3804
6a7662bb
BR
3805 * progmodes/python.el (python-font-lock-keywords):
3806 Highlight top-level augmented assignments (Bug#6445).
4e2f7d2a 3807
b7d1e144
JD
38082010-11-21 Jan Djärv <jan.h.d@swipnet.se>
3809
3810 * term/ns-win.el (ns-right-control-modifier)
3811 (ns-right-command-modifier): Defvar them.
3812
3813 * cus-start.el (all): Add ns-right-control-modifier and
3814 ns-right-command-modifier (Bug#7458).
3815
c11cc37a
GM
38162010-11-20 Glenn Morris <rgm@gnu.org>
3817
3818 * emacs-lisp/authors.el (authors-ignored-files)
3819 (authors-valid-file-names, authors-renamed-files-alist): Add entries.
3820
7dcd777e
TH
38212010-11-20 Tassilo Horn <tassilo@member.fsf.org>
3822
3823 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
3824 (report-emacs-bug-parse-query-results)
3825 (report-emacs-bug-create-existing-bugs-buffer): Pass through
3826 keywords used for querying the bug database to show them in the
3827 existing bugs buffer.
3828
d2bd5189
JD
38292010-11-20 Jan Djärv <jan.h.d@swipnet.se>
3830
3831 * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
3832
3833 * info.el (info-tool-bar-map): Add some :vert-only keywords.
3834
0e7c0582
EZ
38352010-11-20 Eli Zaretskii <eliz@gnu.org>
3836
3837 * international/characters.el (glyphless-char-display-control):
3838 Make it a defcustom, with update-glyphless-char-display as its
3839 :set attribute.
3840 (top level): Don't call update-glyphless-char-display.
3841
7398933f
MA
38422010-11-20 Michael Albinus <michael.albinus@gmx.de>
3843
3844 Sync with Tramp 2.2.0.
3845
3846 * net/tramp.el (tramp-handle-insert-file-contents): Don't use
3847 `file-remote-p' (due to compatibility).
3848
3849 * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
3850 (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
3851
3852 * net/trampver.el: Update release number.
3853
1cd64aae
EZ
38542010-11-20 Eli Zaretskii <eliz@gnu.org>
3855
3856 * faces.el (glyphless-char): Define value for `pc'.
3857
614316a7
TH
38582010-11-20 Tassilo Horn <tassilo@member.fsf.org>
3859
26214810
EZ
3860 Implemented a bug querying mechanism.
3861 * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
614316a7
TH
3862 (report-emacs-bug-create-existing-bugs-buffer)
3863 (report-emacs-bug-parse-query-results)
26214810 3864 (report-emacs-bug-query-existing-bugs): New functions.
614316a7 3865
9061f667
TH
38662010-11-19 Tassilo Horn <tassilo@member.fsf.org>
3867
3868 * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
3869 a \ref{} or \pageref{} macro, then use its value as initial input.
3870
1265829e
JB
38712010-11-19 Jay Belanger <jay.p.belanger@gmail.com>
3872
3873 * calc/calc-units.el (math-build-units-table-buffer):
3874 calc/README: Mention that the TeX specific units won't use the
3875 `tex' prefix in TeX mode.
3876 calc/calc-lang.el (math-variable-table): Don't use the `tex'
3877 prefix for units in TeX mode.
3878
9fca7811
SM
38792010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3880
3881 * simple.el (kill-new, kill-append, kill-region):
76dabd37
CY
3882 * comint.el (comint-kill-region): Make the yank-handler argument
3883 obsolete.
9fca7811 3884
4a47c275 38852010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
88bf1bec 3886
e2f454c4
SM
3887 * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
3888 that are both openers (resp. closers) and something else.
3889 (smie-grammar): Loosen definition of valid values.
3890 (smie-next-sexp, smie-down-list, smie-blink-matching-open)
3891 (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
3892 (smie-indent-after-keyword): Adjust users.
3893 (smie-indent-keyword): Don't indent empty lines.
3894
88bf1bec
SM
3895 * vc-hg.el (vc-hg-program): New var.
3896 Suggested by Norman Gray <norman@astro.gla.ac.uk>.
3897 (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
3898
4a47c275 38992010-11-18 Glenn Morris <rgm@gnu.org>
4c0eb0d3
GM
3900
3901 * emacs-lisp/autoload.el (autoload-find-destination): The function
3902 coding-system-eol-type may return non-numeric values. (Bug#7414)
3903
4a47c275 39042010-11-18 Ulrich Mueller <ulm@gentoo.org>
bf6442c3
UM
3905
3906 * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
3907
4a47c275 39082010-11-18 Eli Zaretskii <eliz@gnu.org>
e68afd74
EZ
3909
3910 * subr.el (posn-col-row): Pay attention to header line. (Bug#7390)
3911
4a47c275 39122010-11-18 Chong Yidong <cyd@stupidchicken.com>
de02effd
CY
3913
3914 * textmodes/picture.el (picture-mouse-set-point): Don't use
3915 posn-col-row; explicitly compute the motion based on the posn at
3916 the window-start (Bug#7390).
3917
4a47c275 39182010-11-18 Glenn Morris <rgm@gnu.org>
f0a698ab
GM
3919
3920 * novice.el (disabled-command-function):
3921 Fix 2009-11-15 change. (Bug#7384)
3922
4a47c275 39232010-11-18 Glenn Morris <rgm@gnu.org>
29f30ab7
GM
3924
3925 * calendar/calendar.el (diary-iso-date-forms): Make elements
3926 mutually exclusive. (Bug#7377)
3927
4a47c275 39282010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
10b40d2e
SM
3929
3930 * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
3931 when filling the remaining "unconstrained" values.
3932
4a47c275 39332010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7bea8c7a 3934
acef0722
SM
3935 * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
3936 safety predicate.
3937
3938 * files.el (safe-local-variable-p): Gracefully handle errors.
3939
7bea8c7a
SM
3940 * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
3941 Use smie-indent-virtual when indenting relative to an opener.
3942 (smie-rule-separator): Use smie-rule-parent.
3943 (smie-indent-keyword): Consult rules, even for openers at bol.
3944 (smie-indent-comment-close): Try to align closer's content.
3945
4a47c275 39462010-11-18 Glenn Morris <rgm@gnu.org>
b010e1ba
GM
3947
3948 * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
3949
4a47c275 39502010-11-18 Glenn Morris <rgm@gnu.org>
c790cad4 3951
aa514451
GM
3952 * printing.el (pr-menu-bind): Doc fix.
3953
32b636de
GM
3954 * speedbar.el (speedbar-toggle-images): Doc fix.
3955
bc1d5cdf
GM
3956 * progmodes/python.el (python-shell): Doc fix.
3957
c790cad4
GM
3958 * wid-edit.el (widget-field-use-before-change)
3959 (widget-use-overlay-change): Doc fixes.
3960
c51bb5d2
SM
39612010-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3962
8bbb7dd8
SM
3963 Minor cleanup to improve style.
3964 * textmodes/rst.el (rst-update-section): Use point-marker.
3965 (rst-get-decoration): Eliminate unneeded assignment.
3966 (rst-promote-region, rst-straighten-decorations)
3967 (rst-section-tree, rst-adjust): Use point-marker.
3968 (rst-toc-mode-mouse-goto): Avoid setq.
3969 (rst-shift-region-guts, rst-shift-region-left)
3970 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
3971 (rst-convert-bullets-to-enumeration): Use copy-marker.
3972
b7e270a2
SM
3973 * minibuffer.el (completion-fail-discreetly): New var.
3974 (completion--do-completion): Use it.
3975
c51bb5d2
SM
3976 * electric.el (electric-pair-pairs): New var.
3977 (electric-pair-post-self-insert-function): Use it.
3978 (electric-layout-post-self-insert-function): Don't insert a before
3979 newline unless it's actually needed.
3980
c04f2ac0
SM
39812010-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
3982
bac2de0f
SM
3983 * progmodes/python.el (run-python): Explain why we remove the current
3984 directory from sys.path. Suggested by Eric Hanchrow <erich@cozi.com>.
3985
c04f2ac0
SM
3986 * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
3987
7100ff98
SM
39882010-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3989
03f70355
SM
3990 * progmodes/octave-mod.el: Rely on elecric-*-modes.
3991 (octave-mode-map): Don't bind ;, SPC, and LF.
3992 (octave-auto-indent, octave-auto-newline): Remove.
3993 (electric-layout-rules): Declare.
3994 (octave-mode): Set electric-layout-rules.
3995 (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
3996 (octave-reindent-then-newline-and-indent, octave-electric-semi)
3997 (octave-electric-space): Remove.
3998
7100ff98
SM
3999 * electric.el (electric-layout-mode): New minor mode.
4000 (electric--after-char-pos): New function.
4001 (electric-indent-post-self-insert-function): Use it.
4002 (electric-layout-rules): New var.
4003 (electric-layout-post-self-insert-function): New function.
4004 (electric-indent-mode): Make them interact better.
4005
cca982d0
SM
40062010-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4007
4008 * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
4009 (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
4010 (checkdoc-proper-noun-region-engine): Use with-syntax-table.
4011
84992dff
AM
40122010-11-15 Agustín Martín <agustin.martin@hispalinux.es>
4013
4014 * textmodes/flyspell.el (flyspell-generic-progmode-verify):
4015 Make sure to check inside the word (Bug#6761).
4016
afa42fe3
CY
40172010-11-14 Chong Yidong <cyd@stupidchicken.com>
4018
4019 * startup.el (command-line): If the cursorColor resource is set,
4020 change the cursor face-spec (Bug#7392).
4021
a798747d 40222010-11-13 Ken Manheimer <ken.manheimer@gmail.com>
1c9b9df0 4023
a798747d 4024 The main features of the following allout.el changes are:
1c9b9df0
KM
4025 - implement user customization for the allout key bindings
4026 - add a customization control by which the user can inhibit use of
a798747d 4027 a trailing Ctrl-H, so by default it's reserved for use with
1c9b9df0
KM
4028 describe-prefix-bindings
4029 - adapt to new version of called-interactively-p, while
a798747d 4030 maintaining backwards compatibility with old version
01c35094 4031 - fix hotspot navigation so i works properly with meta-modified keys.
1c9b9df0 4032
a798747d
GM
4033 * allout.el (allout-keybindings, allout-bind-keys)
4034 (allout-keybindings-binding, allout-prefixed-keybindings)
4035 (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
4036 (allout-keybindings-list, allout-mode-map-adjustments)
4037 (allout-setup-mode-map): Establish allout-mode keymaps as user
4038 customizable settings, and also establish a customizable setting which
4039 regulates whether or not a trailing control-h is reserved for use with
4040 describe-prefix-bindings - and inhibit it by default, so that control-h
4041 *is* reserved for describe-prefix-bindings unless the user changes it.
4042
4043 * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
4044 and accurately between modified and unmodified events, and handle
1c9b9df0
KM
4045 modified events more comprehensively.
4046
a798747d
GM
4047 * allout.el (allout-substring-no-properties):
4048 Alias to use or provide version of `substring-no-properties'.
4049 (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
1c9b9df0 4050
a798747d
GM
4051 * allout.el (allout-next-single-char-property-change):
4052 Alias to use or provide version of `next-single-char-property-change'.
4053 (allout-annotate-hidden, allout-hide-by-annotation):
4054 Use `allout-next-single-char-property-change'.
1c9b9df0 4055
a798747d
GM
4056 * allout.el (allout-select-safe-coding-system):
4057 Alias to use or provide version of `select-safe-coding-system'.
4058 (allout-toggle-subtree-encryption):
4059 Use `allout-select-safe-coding-system'.
1c9b9df0 4060
a798747d
GM
4061 * allout.el (allout-set-buffer-multibyte):
4062 Alias to use or provide version of `set-buffer-multibyte'.
4063 (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
1c9b9df0 4064
a798747d
GM
4065 * allout.el (allout-called-interactively-p): Macro for using the
4066 different versions of called-interactively-p identically, depending on
4067 the subroutine's argument signature.
4068 (allout-back-to-current-heading, allout-beginning-of-current-entry):
4069 Use `(interactive "p")' instead of `(called-interactively-p)'.
1c9b9df0 4070
a798747d
GM
4071 * allout.el (allout-init, allout-ascend, allout-end-of-level)
4072 (allout-previous-visible-heading, allout-forward-current-level)
4073 (allout-backward-current-level, allout-show-children):
4074 Use `allout-called-interactively-p' instead of `called-interactively-p'.
1c9b9df0 4075
a798747d
GM
4076 * allout.el (allout-before-change-handler):
4077 Exempt edits to the (overlaid) character after the allout outline
4078 bullet from edit confirmation prompt.
1c9b9df0 4079
a798747d
GM
4080 * allout.el (allout-add-resumptions):
4081 Ensure that it respects correct buffer for keybindings.
1c9b9df0 4082
a798747d
GM
4083 * allout.el (allout-beginning-of-line):
4084 Use `allout-previous-single-char-property-change' alias for the sake of
4085 diverse compatibility.
1c9b9df0 4086
a798747d
GM
4087 * allout.el (allout-end-of-line):
4088 Use `allout-mark-active-p' to encapsulate respect for mark activity.
1c9b9df0 4089
0216b738
CY
40902010-11-13 Chong Yidong <cyd@stupidchicken.com>
4091
4092 * frame.el (frame-notice-user-settings): Don't clobber other
4093 user-set parameters when calling face-set-after-frame-default in
4094 response to background-color parameter (Bug#7373).
4095
0eb025fb
EZ
40962010-11-13 Eli Zaretskii <eliz@gnu.org>
4097
4098 * international/characters.el (glyphless-char-display-control):
88b5a757 4099 Rename from glyphless-char-control; all users changed. Doc fix.
4a9f985c
EZ
4100 Signal an error if display method is not one of the recognized
4101 symbols.
0eb025fb 4102
6e060cee
MA
41032010-11-13 Michael Albinus <michael.albinus@gmx.de>
4104
4105 * net/tramp-compat.el (tramp-compat-line-beginning-position)
4106 (tramp-compat-line-end-position): Remove them.
4107
4108 * net/tramp.el (tramp-parse-rhosts-group)
4109 (tramp-parse-shosts-group, tramp-parse-sconfig-group)
4110 (tramp-parse-hosts-group, tramp-parse-passwd-group)
4111 (tramp-parse-netrc-group, tramp-parse-putty-group)
4112 * net/tramp-cmds.el (tramp-append-tramp-buffers)
4113 * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
4114 (tramp-sh-handle-file-selinux-context)
4115 (tramp-sh-handle-file-name-all-completions)
4116 (tramp-sh-handle-insert-directory)
4117 (tramp-sh-handle-expand-file-name, tramp-find-executable)
4118 (tramp-wait-for-output, tramp-send-command-and-read)
4119 * net/tramp-smb.el (tramp-smb-read-file-entry)
4120 (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
4121
4122 * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
4123 `point-at-bol'.
4124 (tramp-remote-coding-commands): Add an alternative using "base64
4125 -d -i". This is needed for older base64 versions from GNU
4126 coreutils. Reported by Klaus Reichl
4127 <Klaus.Reichl@thalesgroup.com>.
4128
8da5345f
HN
41292010-11-13 Hrvoje Niksic <hniksic@xemacs.org>
4130
4131 * simple.el (count-words-region): New function.
4132
c156a63b
SM
41332010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4134
78835dd0
SM
4135 * shell.el (shell-dir-cookie-re): New custom variable.
4136 (shell-dir-cookie-watcher): New function.
4137
ebff325e
SM
4138 * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
4139 and compilation-mode (bug#7350).
4140
4e9e1584
SM
4141 * vc/smerge-mode.el (smerge-refine): Choose better default part to
4142 highlight when one of them is empty.
4143
4490f875
SM
4144 * skeleton.el (skeleton-read): Don't use `newline' since it may strip
4145 trailing space.
4146 (skeleton-newline): New function.
4147 (skeleton-internal-1): Use it.
4148
c156a63b
SM
4149 * simple.el (open-line): `newline' may strip trailing space.
4150
f3bb9e16
KR
41512010-11-12 Kevin Ryde <user42@zip.com.au>
4152
4153 * international/mule-cmds.el (princ-list): Use mapc.
4154
7847454a
GM
41552010-11-12 Glenn Morris <rgm@gnu.org>
4156
4157 * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
01c35094 4158 Use it to replace all instances of "*Compile-Log*".
7847454a 4159
aa310257
SM
41602010-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
4161
4162 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
4163 indentation specs.
4164
cbf83ce9
SM
41652010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4166
4167 * progmodes/modula2.el: Use SMIE and skeleton.
4168 (m2-mode-syntax-table): (*..*) can be nested.
4169 Add //...\n. Fix paren syntax.
4170 (m2-mode-map): Remove LF and TAB bindings.
4171 (m2-indent): Add safety property.
4172 (m2-smie-grammar): New var.
4173 (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
4174 (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
4175 (m2-mode): Use define-derived-mode.
4176 (m2-newline, m2-tab): Remove.
4177 (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
4178 (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
4179 (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
4180 (m2-import): Use define-skeleton.
4181
e7c4fb1e
GM
41822010-11-11 Glenn Morris <rgm@gnu.org>
4183
b3e4c911
GM
4184 * obsolete/lucid.el: Don't warn about any CL functions in this file.
4185
b3e22bd4
GM
4186 * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
4187 (ls-lisp-verbosity): Add custom :set-after property.
4188 (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
4189 (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
4190 (ls-lisp-insert-directory): Update caller.
606dcd9e
GM
4191 (ls-lisp-set-options): New function.
4192 (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
4193 Doc fix.
b3e22bd4 4194
55a4b4fe
GM
4195 * play/landmark.el (lm-prompt-for-move):
4196 * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
4197
e7c4fb1e
GM
4198 * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
4199
4200 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
4201 (idlwave-study-twins): Prefix dynamic local variable `name'.
4202 (idlwave-routine-twin-compare): Update for above change.
4203
4204 * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
4205 Prefix dynamic local variables `name', `kwd', and `link'.
4206 * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
4207 * progmodes/idlw-complete-structtag.el
4208 (idlwave-complete-structure-tag-help):
4209 * progmodes/idlwave.el (idlwave-complete-sysvar-help)
4210 (idlwave-complete-sysvar-tag-help)
4211 (idlwave-complete-class-structure-tag-help):
4212 Update for above name changes.
4213
afe2870b
LMI
42142010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4215
4216 * net/browse-url.el (browse-url-browser-function): Change the
4217 default to use `browse-url-mail' on mailto: URLs.
4218
fbe3be3f
CY
42192010-11-10 Chong Yidong <cyd@stupidchicken.com>
4220
cbf83ce9
SM
4221 * emacs-lisp/package.el (package-read-all-archive-contents):
4222 Reset package-archive-contents to nil before re-reading.
fbe3be3f 4223
a7cfbaea 42242010-11-10 Brandon Craig Rhodes <brandon@rhodesmill.org> (tiny change)
bd4532fc
AM
4225
4226 * textmodes/flyspell.el (flyspell-word): Do not re-check words
4227 already found as misspellings by (flyspell-large-region), just
c97685d4 4228 do highlighting (bug#7322).
bd4532fc 4229
13e7256f
GM
42302010-11-10 Glenn Morris <rgm@gnu.org>
4231
6d2a1e35
GM
4232 * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
4233
d4aca69c
GM
4234 * emulation/edt.el (edt-with-position): New macro.
4235 (edt-find-forward, edt-find-backward, edt-find-next-forward)
4236 (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
4237 (edt-paragraph-forward, edt-paragraph-backward): Use it.
4238
f8a09adb
GM
4239 * emulation/tpu-extras.el (tpu-with-position): New macro.
4240 (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
4241
c026460b
GM
4242 * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
4243
dea53a43
GM
4244 * textmodes/texnfo-upd.el (texinfo-all-menus-update)
4245 (texinfo-menu-copy-old-description, texinfo-start-menu-description)
4246 (texinfo-master-menu, texinfo-insert-node-lines)
4247 (texinfo-multiple-files-update):
4248 * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
4249 Use line-beginning-position.
4250
72bc50c0
GM
4251 * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
4252 No recent Emacs supports system-type `emx'.
4253
4254 * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
4255 (ada-command-separator, ada-default-prj-properties)
4256 (ada-find-any-references): Update for above name change.
4257
4258 * dirtrack.el (dirtrack-directory-function)
4259 (dirtrack-canonicalize-function):
4260 * filecache.el (file-cache-completion-ignore-case)
4261 (file-cache-case-fold-search, file-cache-ignore-case):
4262 * term.el (serial-port-is-file-p): Cosmetic change.
4263
4264 * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
4265 Remove non-existent `windows-95' system-type.
4266 * dired.el (dired-chown-program): Remove non-existent `linux'
4267 system-type.
4268
17731c39
GM
4269 * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
4270 (ping-program-options): Remove non-existent `linux' system-type.
4271
9228bbd3
GM
4272 * startup.el (package-initialize): Update declaration.
4273
6e404950
GM
4274 * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
4275 (ls-lisp-handle-switches): Use time-less-p.
4276 (ls-lisp-format-time): Use float-time.
4277
6f0d4bb6
GM
4278 * textmodes/remember.el (remember-time-to-seconds): Remove.
4279 (remember-store-in-mailbox): Use float-time.
4280
4281 * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
4282
4283 * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
4284 never a real function.
4285 (with-no-warnings): Remove compat stub, now unused.
4286 (time-less-p): Doc fix.
4287 (time-to-number-of-days): Simplify.
4288
73171bd4
GM
4289 * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
4290 Remove.
4291 (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
4292 * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
4293 * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
4294 * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
4295 * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
4296
13e7256f
GM
4297 * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
4298 (eshell-shuffle-files, eshell-shorthand-tar-command)
4299 (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
4300 Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
4301 * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
4302 Prefix dynamic local variable `matches'.
4303
b565f5a1
GM
4304 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
4305 Prefix dynamic local variable `skeleton'.
4306
5ad3e885
KY
43072010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4308
4309 * net/browse-url.el (browse-url-mail): Insert body part of mailto url
4310 in mail buffer; make yank-action always a command that yanks original
4311 buffer.
4312
14121c52
GM
43132010-11-09 Glenn Morris <rgm@gnu.org>
4314
4315 * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
4316
d607b96b 43172010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
73525e72 4318
9bdba5f5
SM
4319 * minibuffer.el (minibuffer-completion-help): Specify the end of the
4320 completion field (bug#7211).
4321
73525e72
SM
4322 * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
4323 Fix handling of backslash escapes.
4324 (python-quote-syntax): Adjust accordingly.
4325
d607b96b 43262010-11-09 Richard Levitte <richard@levitte.org> (tiny change)
05539fb3
RL
4327
4328 * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
4329 (vc-mtn-workfile-branch): Adjust to new output format.
4330
d607b96b 43312010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
cc4d2366
SM
4332
4333 * international/mule-cmds.el (princ-list): Mark as obsolete.
4334
d607b96b 43352010-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7f925a67
SM
4336
4337 * emacs-lisp/smie.el: New package.
4338
d607b96b 43392010-11-09 Michael Albinus <michael.albinus@gmx.de>
6ce78fdc 4340
7f925a67
SM
4341 * files.el (backup-by-copying-when-mismatch):
4342 Set `permanent-local' property.
6ce78fdc
MA
4343
4344 * net/tramp.el (tramp-handle-insert-file-contents): Do not set
09def8be 4345 `permanent-local' property for `backup-by-copying-when-mismatch'.
6ce78fdc 4346
d607b96b 43472010-11-09 Eli Zaretskii <eliz@gnu.org>
21620882
EZ
4348
4349 * ls-lisp.el (insert-directory): Doc fix. (bug#7285)
4350
d607b96b 43512010-11-09 Wilson Snyder <wsnyder@wsnyder.org>
8468f78b 4352
7f925a67 4353 * progmodes/verilog-mode.el (verilog-insert-one-definition)
8468f78b 4354 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
7f925a67
SM
4355 AUTOINOUT for SV style multidimensional arrays, bug294.
4356 Reported by Eric Mastromarchi.
4357 (verilog-preprocess): Use with-current-buffer and
8468f78b
WS
4358 font-lock-fontify-buffer to cleanup style issues.
4359
d607b96b 43602010-11-09 Glenn Morris <rgm@gnu.org>
cb5e49a3
GM
4361
4362 * locate.el (locate, locate-mode): Doc fixes.
4363
d607b96b 43642010-11-09 Chong Yidong <cyd@stupidchicken.com>
381d186f
CY
4365
4366 * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
4367 user for confirmation.
4368 (server-force-stop): Use it.
4369 (server-start): Use server-force-stop for kill-emacs-hook, to
4370 avoid user interaction while killing Emacs.
4371
9b026d9f
GM
43722010-11-09 Glenn Morris <rgm@gnu.org>
4373
3406534c 4374 * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
e814121e 4375 (meta-indent-line): Simplify.
3406534c 4376
9b026d9f
GM
4377 * vc/emerge.el (emerge-line-number-in-buf):
4378 * textmodes/ispell.el (ispell-region):
4379 * textmodes/fill.el (current-fill-column):
4380 * progmodes/xscheme.el (xscheme-send-current-line):
4381 * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
4382 * progmodes/tcl.el (tcl-hairy-scan-for-comment):
4383 * progmodes/sh-script.el (sh-handle-prev-do):
4384 * progmodes/meta-mode.el (meta-indent-line):
4385 * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
4386 (idlwave-in-quote):
4387 * progmodes/idlw-shell.el (idlwave-shell-current-frame)
4388 (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
4389 * progmodes/fortran.el (fortran-looking-at-if-then):
4390 * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
4391 * progmodes/cperl-mode.el (cperl-sniff-for-indent)
4392 (cperl-find-pods-heres):
4393 * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
4394 * net/quickurl.el (quickurl-list-insert):
4395 * net/ldap.el (ldap-search-internal):
4396 * net/eudc.el (eudc-expand-inline):
4397 * mail/sendmail.el (sendmail-send-it):
4398 * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
4399 * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
4400 (viper-brac-function):
4401 * calc/calc-yank.el (calc-do-grab-region):
4402 * calc/calc-keypd.el (calc-keypad-press):
4403 * term.el (term-move-columns, term-insert-spaces):
4404 * speedbar.el (speedbar-highlight-one-tag-line):
4405 * simple.el (current-word):
4406 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4407 * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
4408 (Info-scroll-down):
4409 * hippie-exp.el (he-line-beg):
4410 * epa.el (epa--marked-keys):
4411 * dired-aux.el (dired-kill-line, dired-do-kill-lines)
4412 (dired-update-file-line, dired-add-entry, dired-remove-entry)
4413 (dired-relist-entry):
4414 * buff-menu.el (Buffer-menu-buffer):
4415 * array.el (current-line):
4416 * allout.el (allout-resolve-xref)
4417 (allout-latex-verbatim-quote-curr-line):
4418 Replace yet more uses of end-of-line etc with line-end-position, etc.
4419
db94771e
SM
44202010-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4421
1398b795
SM
4422 * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
4423 (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
4424 (checkdoc-syntax-table): Initialize in the declaration.
4425 (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
4426 the mode on unconditionally.
4427
db94771e
SM
4428 * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
4429 (extent-end-position, extent-start-position): Remove setf method for
4430 non-existing functions (bug#7319).
4431
674728d4
SM
44322010-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
4433
4434 * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
4435 (smie-precs->prec2): Rename from smie-precs-precedence-table.
4436 (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
4437 (smie-prec2->grammar): Rename from smie-prec2-levels.
4438 (smie-grammar): Rename from smie-op-levels.
4439 (smie-indent--hanging-p): Rename from smie-hanging-p.
4440 (smie-rule-hanging-p): New alias.
4441 (smie-indent--bolp): Rename from smie-bolp.
4442 (smie-indent--hanging-p): New alias.
4443 (smie--token): New dynamically bound variable.
4444 (smie-indent--parent): New function.
4445 (smie-rule-parent-p): Use it; rename from smie-parent-p.
4446 (smie-rule-next-p): Rename from smie-next-p.
4447 (smie-rule-prev-p): Rename from smie-prev-p.
4448 (smie-rule-sibling-p, smie-rule-parent)
4449 (smie-indent--separator-outdent, smie-rule-separator): New functions.
4450 (smie-rule-separator-outdent): New var.
4451 (smie-indent--rule): Merge with smie-indent--column.
4452 (smie-indent-forward-token, smie-indent-backward-token):
4453 Also recognize close parens.
4454 (smie-indent-keyword): Don't use smie-indent--column any more.
4455 (smie-indent-after-keyword): Ignore closers by default.
4456 (smie-indent-line): Use with-demoted-errors.
4457 * progmodes/octave-mod.el (octave-smie-grammar):
4458 Rename from octave-smie-op-levels.
4459 (octave-smie-rules): Adjust to new behavior.
4460 * progmodes/prolog.el (prolog-smie-grammar):
4461 Rename from prolog-smie-op-levels.
4462
26f097bf
GM
44632010-11-07 Glenn Morris <rgm@gnu.org>
4464
de3490e1
GM
4465 * eshell/esh-util.el (subst-char-in-string)
4466 (directory-files-and-attributes): These compatibility definitions are
4467 not needed on any version of Emacs since at least 21.4.
4468
3ba6b2ee
GM
4469 * progmodes/verilog-mode.el (verilog-get-beg-of-line)
4470 (verilog-get-end-of-line): Remove.
4471 (verilog-within-string, verilog-re-search-forward-substr)
4472 (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
4473 (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
4474 Use point-at-bol, point-at-eol.
4475 * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
4476 Remove.
4477 (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
4478 (electric-pascal-terminate-line, pascal-set-auto-comments)
4479 (pascal-indent-paramlist, pascal-indent-declaration)
4480 (pascal-get-lineup-indent, pascal-func-completion)
4481 (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
4482 Use point-at-bol, point-at-eol.
4483 * progmodes/flymake.el (flymake-line-beginning-position)
4484 (flymake-line-end-position): Remove.
4485 (flymake-highlight-line): Use point-at-bol, point-at-eol.
4486 * eshell/esh-util.el (line-end-position, line-beginning-position):
4487 Remove compat definitions.
4488
76fc02b6
GM
4489 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4490 Use end-of-line N.
4491 (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
4492 Use line-end-position.
4493
e180ab9f
GM
4494 * emacs-lisp/chart.el (chart-zap-chars):
4495 * play/decipher.el (decipher-set-map):
4496 * progmodes/ada-mode.el (ada-get-current-indent)
4497 (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
4498 * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
4499 * progmodes/ada-xref.el (ada-initialize-runtime-library)
4500 (ada-get-all-references):
4501 * progmodes/cperl-mode.el (cperl-electric-paren)
4502 (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
4503 (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
4504 (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
4505 (cperl-word-at-point-hard):
4506 * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
4507 (idlwave-shell-filename-string, idlwave-shell-batch-command)
4508 (idlwave-shell-display-line):
4509 * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
4510 (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
4511 * progmodes/js.el (js--re-search-forward-inner)
4512 (js--re-search-backward-inner):
4513 * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
4514 (vhdl-fix-clause, vhdl-compose-configuration-architecture):
4515 * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
4516 * textmodes/flyspell.el (flyspell-process-localwords):
4517 * textmodes/ispell.el (ispell-buffer-local-parsing)
4518 (ispell-buffer-local-dict, ispell-buffer-local-words):
4519 Use point-at-bol and point-at-eol.
4520
26f097bf
GM
4521 * speedbar.el (speedbar-generic-item-info)
4522 (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
4523 (speedbar-add-indicator, speedbar-check-vc-this-line)
4524 (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
4525 (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
4526 Replace more uses of end-of-line etc with line-end-position.
4527
b05fde66
GM
45282010-11-06 Glenn Morris <rgm@gnu.org>
4529
5ed619e0
GM
4530 * textmodes/texnfo-upd.el (texinfo-start-menu-description)
4531 (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
4532 (texinfo-delete-existing-pointers, texinfo-find-pointer)
4533 (texinfo-clean-up-node-line, texinfo-insert-node-lines)
4534 (texinfo-multiple-files-update):
4535 * textmodes/table.el (table--probe-cell-left-up)
4536 (table--probe-cell-right-bottom):
4537 * textmodes/picture.el (picture-tab-search):
4538 * textmodes/page-ext.el (pages-copy-header-and-position)
4539 (pages-directory-for-addresses):
4540 * progmodes/vera-mode.el (vera-get-offset):
4541 * progmodes/simula.el (simula-calculate-indent):
4542 * progmodes/python.el (python-pdbtrack-overlay-arrow):
4543 * progmodes/prolog.el (end-of-prolog-clause):
4544 * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
4545 * progmodes/icon.el (indent-icon-exp):
4546 * progmodes/etags.el (tag-re-match-p):
4547 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
4548 * progmodes/ebnf2ps.el (ebnf-begin-file):
4549 * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
4550 (dcl-save-local-variable):
4551 * play/life.el (life-setup):
4552 * play/gametree.el (gametree-looking-at-ply):
4553 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4554 * mail/sendmail.el (mail-mode-auto-fill):
4555 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4556 * emacs-lisp/edebug.el (edebug-overlay-arrow):
4557 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
4558 * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
4559 (woman-tab-to-tab-stop, WoMan-warn-ignored):
4560 * type-break.el (type-break-file-keystroke-count):
4561 * term.el (term-replace-by-expanded-history-before-point)
4562 (term-skip-prompt, term-extract-string):
4563 * speedbar.el (speedbar-edit-line, speedbar-expand-line)
4564 (speedbar-contract-line, speedbar-toggle-line-expansion)
4565 (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
4566 (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
4567 * sort.el (sort-skip-fields):
4568 * skeleton.el (skeleton-internal-list):
4569 * simple.el (line-move-finish, line-move-to-column):
4570 * shell.el (shell-forward-command):
4571 * misc.el (copy-from-above-command):
4572 * makesum.el (double-column):
4573 * ebuff-menu.el (electric-buffer-update-highlight):
4574 * dired.el (dired-move-to-end-of-filename):
4575 * dframe.el (dframe-popup-kludge):
4576 * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
4577 * arc-mode.el (archive-get-lineno):
4578 Use line-end-position and line-beginning-position.
4579
e2a9c0bc
GM
4580 * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
4581 (idlwave-study-twins): Prefix dynamic local `class'.
4582 (idlwave-routine-twin-compare): Update for above name change.
4583
4e44448f
GM
4584 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
4585 Use boundp tests to silence compiler. Update for changed name of
4586 bytecomp-filename variable.
4587
8f6c3eac
GM
4588 * emulation/viper-cmd.el (viper-read-string-with-history):
4589 Prefix dynamic local `initial'.
4590 (viper-minibuffer-standard-hook): Update for above name change.
4591
79d1dabe
GM
4592 * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
4593 (elint-init-form): Update for above name change.
4594
0e4bb7f0
GM
4595 * mail/mail-extr.el (mail-extract-address-components): Give dynamic
4596 local variables `cbeg' and `cend' a prefix.
4597 (mail-extr-voodoo): Update for above name change.
4598
c8f3bf36
GM
4599 * textmodes/reftex-toc.el (reftex-toc-do-promote)
4600 (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
4601 (reftex-toc-promote-action): Doc fix.
4602
4603 * textmodes/reftex-sel.el (reftex-select-item): Give local variables
4604 `prompt', `data' a prefix.
4605 (reftex-select-post-command-hook, reftex-select-callback)
4606 (reftex-select-mouse-accept, reftex-select-read-cite):
4607 Update for above name changes.
4608
4609 * textmodes/reftex-ref.el (reftex-reference): Rename local variable
4610 `refstyle' to reftex-refstyle.
4611 (reftex-offer-label-menu): Update for above name change.
4612 * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
4613 `refstyle' name change.
4614
b05fde66
GM
4615 * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
4616 with with-current-buffer.
4617 (diff, template): Give dynamic local variables a prefix.
4618 (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
4619 (emerge-line-number-in-buf): Update for above name change.
4620 (emerge-combine-versions-internal): Rename local `template' to
4621 emerge-combine-template.
4622 (emerge-combine-versions-edit): Update for above name change.
4623
5d8f9169
RA
46242010-11-06 Ralf Angeli <angeli@caeruleus.net>
4625
4626 * textmodes/reftex-cite.el
4627 (reftex-extract-bib-entries-from-thebibliography): Match bibitem
4628 entries with whitespace after \bibitem.
4629 (reftex-create-bibtex-file): Match entries containing numbers and
4630 symbol constituents. Make sure that entries with whitespace at
4631 various places are found.
4632
f8aefe82
MA
46332010-11-05 Christian Millour <cm@abtela.com> (tiny change)
4634
4635 * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
4636
e06918d2
JD
46372010-11-05 Jan Djärv <jan.h.d@swipnet.se>
4638
4639 * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
4640
17fc58c9
GM
46412010-11-05 Glenn Morris <rgm@gnu.org>
4642
f7fe4837
GM
4643 * woman.el (woman0-roff-buffer, woman1-roff-buffer)
4644 (woman2-roff-buffer): Give local variable `request' a prefix.
4645 (woman0-macro): Rename argument `request' in the same way.
4646 (woman-request): New name for `request' dynamic variable.
4647 (woman-unquote, woman-forward-arg): Update for above name change.
4648 (woman1-roff-buffer): Give local variable `unquote' a prefix.
4649 (woman1-unquote): New name for `unquote' dynamic variable.
4650 (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
4651 (woman-translations): Rename from `translations'. No longer global.
4652 (woman2-tr, woman-translate): Update for above name change.
4653 (woman-translate): Check for bound variable.
4654 (woman2-roff-buffer): Give local variable `translations' a prefix.
4655
869c4186
GM
4656 * play/doctor.el: Give all local variables a prefix. Update callers.
4657 (doc$, doctor-put-meaning): Use backquote.
4658
215461a8
GM
4659 * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
4660 (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
4661
17fc58c9
GM
4662 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
4663 variables bytes, ptr, op a prefix.
4664 (disassemble-offset): Update for above change.
4665
015eea59
CY
46662010-11-03 Chong Yidong <cyd@stupidchicken.com>
4667
4668 * emacs-lisp/package.el (package-unpack): Remove no-op.
4669 (package--builtins, package--dir): Doc fix.
4670 (package-activate-1, package-activate, package-install)
4671 (package-compute-transaction): Fix error message.
4672 (package-delete): Use delete-directory. Omit system packages.
4673 (package-initialize): Set package-alist to nil first.
4674 (package-menu-mark-delete, package-menu-mark-install): Don't add
4675 symbols that are inconsistent with the package state.
4676 (package-menu-execute): Perform deletions and installations as
4677 single batch operations.
4678
033862d1
GM
46792010-11-03 Glenn Morris <rgm@gnu.org>
4680
0b03a950
GM
4681 * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
4682 (props): Remove unnecessary declaration.
4683
e337e22c
GM
4684 * textmodes/ispell.el (ispell-init-process): On Emacs, always use
4685 set-process-query-on-exit-flag.
4686
a88e24dd 4687 * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
728618ba
GM
4688 (reftex-toc-do-promote): Remove unused local `mpos'.
4689 (reftex-toc-restore-region): Make `mpos' local to this function.
a88e24dd 4690
537b04b9
GM
4691 * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
4692
52365e61
GM
4693 * play/landmark.el (lm-losing-threshold): Correct spelling.
4694 (lm-human-plays): Use new name.
4695
cd32f8a9
GM
4696 * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
4697 (gomoku-human-plays): Use new name.
4698
033862d1
GM
4699 * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
4700 (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
4701 (gomoku-score-trans-table, gomoku-winning-threshold)
4702 (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
4703
4b99edf2
CY
47042010-11-03 Chong Yidong <cyd@stupidchicken.com>
4705
4706 * emacs-lisp/package.el: Don't put built-in packages in
4707 package-alist, to avoid loading inefficiencies.
4708 (package-built-in-p): Make VERSION optional, and treat it as a
4709 minimum acceptable version.
6a7662bb
BR
4710 (package-activate): Search separately for built-in packages.
4711 Emit a warning if a dependency fails.
4b99edf2
CY
4712 (define-package): Handle most common case, where there is no
4713 obsolete package, first.
4714 (package-compute-transaction): Print required version in error.
4715 (package--initialized): New variable.
4716 (list-packages): Use it.
4717 (package-initialize): Optional arg NO-ACTIVATE. Don't put
6a7662bb
BR
4718 built-in packages in packages-alist; keep it separate.
4719 Set package--initialized.
4b99edf2
CY
4720 (describe-package): Avoid activating packages as a side-effect.
4721 Search separately for built-in packages.
4722 (describe-package-1): Handle the case where an elpa package is
4723 simultaneously built-in and available/installed.
6a7662bb
BR
4724 (package-installed-p, package--generate-package-list):
4725 Search separately for built-in packages.
4b99edf2
CY
4726 (package-load-descriptor): Doc fix.
4727
3225dcaa
SM
47282010-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4729
4730 * progmodes/perl-mode.el (perl-syntax-propertize-function):
4731 Handle __DATA__ and __END__.
4732
fa14dc18
NF
47332010-11-02 Noah Friedman <friedman@splode.com>
4734
4735 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
4736 nil, do not ask to recompile files that are not already compiled,
4737 and do not recompile them.
4738
0f75c62a
CY
47392010-11-02 Chong Yidong <cyd@stupidchicken.com>
4740
4741 * emacs-lisp/package.el (package-initialize): Ensure that
4742 obsoleted built-in packages are not in package-activated-list
4743 during activation.
4744 (describe-package-1): Make the "installed" status override
4745 "built-in".
4746
b29f5b7b
VJL
47472010-11-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4748
4749 * subr.el (version-separator, version-regexp-alist): Remove '*'
4750 from docstring.
4751 (version-list-<=, version<=, version=): Doc fix.
4752
b18fad6d
KH
47532010-11-01 Kenichi Handa <handa@m17n.org>
4754
4755 * faces.el (glyphless-char): Inherit underline for tty.
4756
a8039db1 47572010-11-01 Kenichi Handa <handa@m17n.org>
b2cca856
KH
4758
4759 Implement various display methods for glyphless characters.
4760
4761 * international/characters.el (char-acronym-table): New variable.
4762 (glyphless-char-control): New variable.
35f52ed6 4763 (update-glyphless-char-display): New function.
b2cca856
KH
4764
4765 * faces.el (glyphless-char): New face.
4766
28886d5e
GM
47672010-11-01 Glenn Morris <rgm@gnu.org>
4768
919dd7aa
GM
4769 * calendar/holidays.el (general-holidays, oriental-holidays)
4770 (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
4771 (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
4772 the definitions of their targets.
4773
c79fc059
GM
4774 * emacs-lisp/smie.el (smie): New custom group.
4775 (smie-blink-matching-inners, smie-indent-basic): Add :group.
4776
c8ccffb1
GM
4777 * faces.el (xw-defined-colors, x-setup-function-keys):
4778 * mouse-sel.el (x-select-text):
4779 * term/w32console.el (x-setup-function-keys): Update declarations.
4780
f4ff702e
GM
4781 * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
4782
806c491a
GM
4783 * textmodes/ispell.el (comment-add): Declare.
4784
c3dfebd1
GM
4785 * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
4786 Declare.
4787
28886d5e
GM
4788 * info.el (finder-keywords-hash, package-alist): Declare.
4789
693c9d15
CY
47902010-11-01 Chong Yidong <cyd@stupidchicken.com>
4791
4792 * finder.el (finder-compile-keywords): Don't use intern-soft,
4793 since package names may not yet exist in the obarray.
4794
47952010-11-01 Chong Yidong <cyd@stupidchicken.com>
4624de78
CY
4796
4797 * vc/vc-arch.el (vc-arch-checkin):
4798 * vc/vc-cvs.el (vc-cvs-checkin):
4799 * vc/vc-mtn.el (vc-mtn-checkin):
4800 * vc/vc-rcs.el (vc-rcs-checkin):
4801 * vc/vc-sccs.el (vc-sccs-checkin):
4802 * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
4803 since 2010-04-21 commit by Stefan Monnier.
4804
36967cf7
GM
48052010-11-01 Glenn Morris <rgm@gnu.org>
4806
feb5e60a
GM
4807 * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
4808
1f023ca9
GM
4809 * startup.el (package-enable-at-startup, package-initialize):
4810 Silence compiler.
4811
36967cf7
GM
4812 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
4813 Silence compiler.
4814
430e7297
JD
48152010-10-31 Julien Danjou <julien@danjou.info>
4816
4817 * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
4818 (byte-recompile-directory):
4819 * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
430e7297
JD
4820 Use `byte-recompile-file'.
4821
c8c59954
GM
48222010-10-31 Glenn Morris <rgm@gnu.org>
4823
4824 * cus-start.el: Handle standard values via a keyword.
4825 Only set version property if specified.
4826 (cursor-in-non-selected-windows, menu-bar-mode)
4827 (tool-bar-mode, show-trailing-whitespace):
4828 Do not specify standard values.
4829 (transient-mark-mode, temporary-file-directory): Use :standard.
4830
04e63796
JD
48312010-10-31 Jan Djärv <jan.h.d@swipnet.se>
4832
4833 * term/x-win.el (x-get-selection-value): New function that gets
35f52ed6 4834 PRIMARY with type as specified in x-select-request-type. (Bug#6802)
04e63796 4835
2699a554 48362010-10-31 Michael Albinus <michael.albinus@gmx.de>
a057950d
MA
4837
4838 * net/tramp.el (tramp-handle-insert-file-contents): For root,
4839 preserve owner and group when editing files. (Bug#7289)
4840
35fcc05c 48412010-10-31 Glenn Morris <rgm@gnu.org>
d2ce10d2
GM
4842
4843 * speedbar.el (speedbar-mode):
4844 * play/fortune.el (fortune-in-buffer, fortune):
4845 * play/gomoku.el (gomoku-mode):
4846 * play/landmark.el (lm-mode):
4847 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
4848 Replace inappropriate uses of toggle-read-only. (Bug#7292)
4849
82f7efc3
GM
4850 * select.el (x-selection): Mark it as an obsolete alias.
4851
2699a554 48522010-10-31 Aaron S. Hawley <aaron.s.hawley@gmail.com>
ca39416c 4853
f486841f 4854 * vc/add-log.el (find-change-log): Use derived-mode-p rather than
ca39416c
AH
4855 major-mode (bug#7284).
4856
2699a554 48572010-10-31 Glenn Morris <rgm@gnu.org>
aab705a2
GM
4858
4859 * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
4860 rather than just an unused variable that inherits from the real one.
4861
e6ef5dd9
AM
48622010-10-31 Alan Mackenzie <acm@muc.de>
4863
4864 * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
4865 This fixes bug #7185.
4866
8a500a91
CY
48672010-10-30 Chong Yidong <cyd@stupidchicken.com>
4868
4869 * startup.el (command-line): Search for package directories, and
4870 don't load package.el if none are found.
4871
6a7662bb
BR
4872 * emacs-lisp/package.el (describe-package, list-packages):
4873 Call package-initialize if it has not been called yet.
8a500a91 4874
4f9e41e4
AM
48752010-10-30 Alan Mackenzie <acm@muc.de>
4876
4877 * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
4878 which fontifies the tail of an enum.
4879 (c-basic-matchers-after): Insert a call to the above new function.
4880 This fixes bug #7264.
4881
88f43c67
GM
48822010-10-30 Glenn Morris <rgm@gnu.org>
4883
4884 * cus-start.el: Add :set properties for minor modes menu-bar-mode,
4885 tool-bar-mode, transient-mark-mode. (Bug#7306)
4886 Include the :set property in the dumped Emacs.
4887
c4d17d50
SM
48882010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4889
4890 SMIE: change indent rules format, improve smie-setup.
4891 * emacs-lisp/smie.el (smie-precs-precedence-table)
4892 (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
4893 Mark them pure so the tables gets built at compile time.
4894 (smie-bnf-precedence-table): Store the closer-alist in the table.
4895 (smie-prec2-levels): Preserve the closer-alist.
4896 (smie-blink-matching-open): Be more forgiving in case of indentation.
4897 (smie-hanging-p): Rename from smie-indent--hanging-p.
4898 (smie-bolp): Rename from smie-indent--bolp.
4899 (smie--parent, smie--after): New dynamic vars.
4900 (smie-parent-p, smie-next-p, smie-prev-p): New funs.
4901 (smie-indent-rules): Remove.
4902 (smie-indent--offset-rule): Remove fun.
4903 (smie-rules-function): New var.
4904 (smie-indent--rule): New fun.
4905 (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
4906 (smie-indent-exps): Use it.
4907 (smie-setup): Setup paren blinking; add keyword args for token
4908 functions; extract closer-alist from op-levels.
4909 (smie-indent-debug-log): Remove var.
4910 (smie-indent-debug): Remove fun.
4911 * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
4912 (prolog-smie-rules): New fun to replace it.
4913 (prolog-mode-variables): Simplify.
4914 * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
4915 it's setup automatically.
4916 (octave-smie-indent-rules): Remove.
4917 (octave-smie-rules): New fun to replace it.
4918 (octave-mode): Simplify.
4919
9d794026
GM
49202010-10-29 Glenn Morris <rgm@gnu.org>
4921
e088c02a
GM
4922 * files.el (temporary-file-directory): Remove (already defined in C).
4923 * cus-start.el: Add temporary-file-directory.
4924
9d794026
GM
4925 * abbrev.el (abbrev-mode):
4926 * composite.el (auto-composition-mode):
4927 * menu-bar.el (menu-bar-mode):
4928 * simple.el (transient-mark-mode):
4929 * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
4930 that they do not define the associated variables twice.
4931 * simple.el (transient-mark-mode): Remove defvar.
4932 * composite.el (auto-composition-mode): Make variable auto-buffer-local.
4933 * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
4934 Handle multiple groups, and also custom-delayed-init-variables.
4935 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
4936
dcc029e0
SM
49372010-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4938
4939 * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
4940 (pcase-if): Add one minor optimization.
4941 (pcase-split-equal): Rename from pcase-split-eq.
4942 (pcase-split-member): Rename from pcase-split-memq.
4943 (pcase-u1): Add strings to the member optimization.
4944 Add `guard' variant of predicates.
4945 (pcase-q1): Add string patterns.
4946
a62b88d4
SM
49472010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4948
4949 * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
4950
f41f19b0
GM
49512010-10-28 Glenn Morris <rgm@gnu.org>
4952
b3edb781
GM
4953 * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
4954 Move menu-bar related settings to ../menu-bar.el.
4955 * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
4956 Move ns-specific settings here from term/ns-win.el.
4957
f41f19b0
GM
4958 * simple.el (x-selection-owner-p): Remove unused declaration.
4959
6175cd08
SM
49602010-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4961
4962 * minibuffer.el (completion-cycling): New var (bug#7266).
4963 (minibuffer-complete, completion--do-completion):
4964 Use completion--flush-all-sorted-completions.
4965 (minibuffer-complete): Only cycle if completion-cycling is set.
4966 (completion--flush-all-sorted-completions): Unset completion-cycling.
4967 (minibuffer-force-complete): Set completion-cycling.
4968 (completion-all-sorted-completions): Move declaration before first use.
4969
19677c71
LL
49702010-10-28 Leo <sdl.web@gmail.com>
4971
4972 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
4973 which changes the order of matches seen by users (bug#7231).
4974
49752010-10-28 Jes Bodi Klinke <jes@bodi-klinke.dk> (tiny change)
77b143eb
JBK
4976
4977 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4978 Don't confuse -omega as "-o mega".
4979
2122161f
SM
49802010-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
4981
ce8794df
SM
4982 * vc/log-edit.el (log-edit-rewrite-fixes): New var.
4983 (log-edit-author): New dynamic var.
4984 (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
4985 to return the author if different from committer.
4986 (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
4987
80cb310d
SM
4988 * play/landmark.el: Adjust commenting convention.
4989 (lm-nil-score): Rename from nil-score.
4990 (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
4991 (OOOOscore): Move into a let in lm-score-trans-table.
4992 (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
4993
2122161f
SM
4994 * electric.el (electric-indent-chars): Autoload.
4995 * progmodes/octave-mod.el (octave-mode):
4996 * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
4997 (ruby-mode-abbrev-table): Merge initialization and declaration.
4998
e925113b
GM
49992010-10-27 Glenn Morris <rgm@gnu.org>
5000
208d109c
GM
5001 * abbrev.el (abbrev-mode): Remove one of the three definitions of this
5002 variable.
5003
7d3e3843
GM
5004 * server.el (server-host, server-port, server-auth-dir): Autoload risky.
5005
e925113b
GM
5006 * term/ns-win.el: Restore require of cl when compiling.
5007 (menu-bar-final-items): Remove non-existent `windows' menu.
1bcc4637
GM
5008 (ns-handle-nxopen): Optionally handle the temp-case.
5009 (ns-handle-nxopentemp): Just call ns-handle-nxopen.
5010 (ns-insert-file, ns-find-file): Use `pop'.
e925113b 5011
b94a5a43
GM
50122010-10-26 Glenn Morris <rgm@gnu.org>
5013
5014 * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
5015
fc3eda04
AR
50162010-10-26 Adrian Robert <Adrian.B.Robert@gmail.com>
5017
5018 * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
5019 global map.
5020 * term/common-win.el (x-setup-function-keys): Remove most of the
5021 keymappings. Comment on the remaining ones.
5022
c79b0b1c
PO
50232010-10-26 Peter Oliver <p.d.oliver@mavit.org.uk> (tiny change)
5024
c31dc2c0 5025 * server.el (server-port): New option. (Bug#854)
c79b0b1c
PO
5026 (server-start): Use server-port.
5027
725513b7
GM
50282010-10-26 Glenn Morris <rgm@gnu.org>
5029
d7d8c62a
GM
5030 * term/ns-win.el (ns-version-string): Remove unused declaration.
5031 (ns-invocation-args): Change to x-invocation-args.
5032 (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
5033 (ns-handle-name-switch, ns-ignore-2-arg): Remove.
5034 (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
5035 Use x-invocation-args instead of ns-invocation-args.
5036 (ns-initialize-window-system, handle-args-function-alist):
5037 Use x-handle-args instead of ns-handle-args.
5038 * term/common-win.el (x-handle-args): Also handle nextstep arguments.
5039 * startup.el (command-line-ns-option-alist): Replace
5040 ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
5041 ns-handle-iconic with the x- equivalents.
5042
725513b7
GM
5043 * term/common-win.el (x-select-enable-clipboard):
5044 * term/pc-win.el (x-select-enable-clipboard): Doc fix.
5045
5046 * term/ns-win.el: No need to require cl when compiling.
5047 (x-display-name, x-setup-function-keys, x-select-text, x-colors)
5048 (xw-defined-colors): Use the common-win definitions.
5049 (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
5050 (ns-handle-iconic): Make it an alias for x-handle-iconic.
5051 * term/common-win.el (x-select-text, x-alternatives-map)
5052 (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
5053 * loadup.el [ns]: Load common-win.
5054
77ec02d8
DU
50552010-10-26 Daiki Ueno <ueno@unixuser.org>
5056
5057 * epa-mail.el (epa-mail-encrypt): Handle local-part only
6ee79275 5058 recipients; expand mail aliases (Bug#7280).
77ec02d8 5059
6a5c2175
GM
50602010-10-25 Glenn Morris <rgm@gnu.org>
5061
59ba9d59
GM
5062 * term/common-win.el (x-handle-switch): Simplify with pop.
5063 Optionally handle numeric switches.
5064 (x-handle-numeric-switch): Just call x-handle-switch.
5065 (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
5066 (x-handle-name-switch, x-handle-display, x-handle-args):
5067 Simplify with pop.
5068
6a5c2175
GM
5069 * term/ns-win.el: Do not require easymenu.
5070 (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
5071 <spell>: Move adjustments to menu-bar.el.
5072 * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
5073 <separator-undo, spell>: Move ns-win's adjustments here.
5074 * loadup.el [ns]: Do not load easymenu.
5075
01898dc2
CY
50762010-10-24 Chong Yidong <cyd@stupidchicken.com>
5077
5078 * image.el (image-checkbox-checked, image-checkbox-unchecked):
6a5c2175 5079 Delete (Bug#7222).
01898dc2
CY
5080
5081 * startup.el (fancy-startup-tail): Instead of using inline images,
5082 refer to image files from etc/.
5083
5084 * wid-edit.el (checkbox): Likewise.
5085 (widget-image-find): Center image specs.
5086
a44d921f
GM
50872010-10-24 Glenn Morris <rgm@gnu.org>
5088
5089 * term/ns-win.el (x-select-text): Doc fix.
5090 * w32-fns.el (x-alternatives-map, x-setup-function-keys)
5091 (x-select-text): Move to term/common-win.
5092 * term/w32-win.el (xw-defined-colors): Move to common-win.
5093 * term/x-win.el (xw-defined-colors, x-alternatives-map)
5094 (x-setup-function-keys, x-select-text): Move to common-win.
5095 * term/common-win.el (x-select-text, x-alternatives-map)
5096 (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
5097 definitions here.
5098
709228c0 50992010-10-24 T.V. Raman <tv.raman.tv@gmail.com> (tiny change)
a11de514
R
5100
5101 * net/mairix.el (mairix-searches-mode-map):
5102 * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
5103
0c382083 51042010-10-24 Michael McNamara <mac@mail.brushroad.com>
a03c2342 5105
2b0c7330 5106 * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
a03c2342
WS
5107 auto-built for efficiency of execution and updating.
5108 (verilog-extended-complete-re): Support 'pure' fucntion & task
5109 declarations (these have no bodies).
ca39416c
AH
5110 (verilog-beg-of-statement): General cleanup to enable support of
5111 'pure' fucntion & task declarations (these have no bodies).
5112 These efforts together fix Verilog bug210 from veripool; which was also
a03c2342
WS
5113 noticed by Steve Pearlmutter.
5114 (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
ca39416c
AH
5115 (verilog-directive-nest-re, verilog-set-auto-endcomments):
5116 Support `elsif. Reported by Shankar Giri.
a03c2342
WS
5117 (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
5118 attribute handling for lining up declarations and assignments.
5119 (verilog-beg-of-statement-1): Fix issue where continued declaration
5120 is indented differently if it is after a begin..end clock.
5121 (verilog-in-attribute-p, verilog-skip-backward-comments)
5122 (verilog-skip-forward-comment-p): Support proper treatment of
84eb0351 5123 attributes by indent code. Reported by Jeff Steele.
ca39416c 5124 (verilog-in-directive-p): Fix comment to correctly describe function.
a03c2342
WS
5125 (verilog-backward-up-list, verilog-in-struct-region-p)
5126 (verilog-backward-token, verilog-in-struct-p)
5127 (verilog-in-coverage-p, verilog-do-indent)
5128 (verilog-pretty-declarations): Use verilog-backward-up-list as
5129 wrapper around backward-up-list inorder to properly skip comments.
5130 Reported by David Rogoff.
5131 (verilog-property-re, verilog-endcomment-reason-re)
5132 (verilog-beg-of-statement, verilog-set-auto-endcomments)
5133 (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
84eb0351 5134 of if). Reported by Max Bjurling and
a03c2342 5135 (verilog-calc-1): Fix for clocking block in modport
84eb0351 5136 declaration. Reported by Brian Hunter.
a03c2342 5137
0c382083 51382010-10-24 Wilson Snyder <wsnyder@wsnyder.org>
a03c2342 5139
2b0c7330 5140 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
a03c2342
WS
5141 (verilog-gate-keywords, verilog-read-sub-decls)
5142 (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
5143 (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
5144 AUTOINST for gate primitives, bug284. Reported by Mark Johnson.
5145 (verilog-read-decls): Fix spaces in V2K module parameters causing
5146 mis-identification as interfaces, bug287.
5147 (verilog-read-decls): Fix not treating "parameter string" as a
5148 parameter in AUTOINSTPARAM.
5149 (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
5150 treating `elsif similar to `endif inside AUTOSENSE.
ca39416c 5151 (verilog-do-indent): Implement correct automatic or static task or
b762841f 5152 function end comment highlight. Reported by Steve Pearlmutter.
a03c2342
WS
5153 (verilog-font-lock-keywords-2): Fix highlighting of single
5154 character pins, bug264. Reported by Michael Laajanen.
5155 (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
5156 (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
6a7662bb
BR
5157 (verilog-subdecls-get-interfaced, verilog-subdecls-new):
5158 Support interfaces with AUTOINST, bug270. Reported by Luis Gutierrez.
ca39416c
AH
5159 (verilog-pretty-expr): Fix interactive arguments, bug272.
5160 Reported by Mark Johnson.
5161 (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
5162 Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
b762841f 5163 bug269. Suggested by Gary Delp.
a03c2342 5164 (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
ca39416c
AH
5165 (verilog-preprocessor, verilog-set-compile-command):
5166 Create verilog-preprocess and verilog-preprocessor to show
5167 preprocessed output.
a03c2342
WS
5168 (verilog-get-beg-of-line, verilog-get-end-of-line)
5169 (verilog-modi-file-or-buffer, verilog-modi-name)
5170 (verilog-modi-point, verilog-within-string): Move defmacro's
b762841f 5171 before first use to avoid warning. Reported by Steve Pearlmutter.
a03c2342
WS
5172 (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
5173 (verilog-colorize-region, verilog-highlight-buffer)
5174 (verilog-highlight-includes, verilog-highlight-modules)
5175 (verilog-highlight-region, verilog-mode): Rename colorize to
5176 highlight to match other packages. Disable module highlighting,
5177 as received speed complaints, reenable for experimentation only
5178 using new verilog-highlight-modules.
5179 (verilog-read-decls): Fix regexp stack overflow in very large
5180 AUTO_TEMPLATEs, bug250.
5181 (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
5182 (verilog-scan): Create verilog-save-buffer-state to standardize
5183 making insignificant changes that shouldn't call hooks.
5184 (verilog-save-no-change-functions, verilog-save-scan-cache)
5185 (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
5186 Create verilog-save-no-change-functions to wrap verilog-scan
5187 preservation, and fix to work with nested preserved calls.
5188 (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
5189 port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
5190 generate .name with AUTOINST, bug245. Suggested by David Rogoff.
5191 (verilog-submit-bug-report): Update variable list to be complete.
5192 (verilog-auto, verilog-colorize-region): Fix AUTO expansion
5193 breaking on-the-fly font-locking.
5194 (verilog-colorize-buffer, verilog-colorize-include-files)
5195 (verilog-colorize-include-files-buffer, verilog-colorize-region)
5196 (verilog-load-file-at-mouse, verilog-load-file-at-point)
5197 (verilog-mode, verilog-read-inst-module-matcher): With point on a
5198 AUTOINST cell instance name, middle mouse button now finds-file on
5199 it. Suggested by Brad Dobbie.
5200 (verilog-alw-get-temps, verilog-auto-reset)
5201 (verilog-auto-sense-sigs, verilog-read-always-signals)
5202 (verilog-read-always-signals-recurse): Fix loop indexes being
b762841f 5203 AUTORESET. AUTORESET now assumes any variables in the
6a7662bb
BR
5204 initialization section of a for() should be ignored.
5205 Reported by Dan Dever.
a03c2342
WS
5206 (verilog-error-font-lock-keywords)
5207 (verilog-error-regexp-emacs-alist)
5208 (verilog-error-regexp-xemacs-alist): Fix error detection of
5209 Cadence HAL, reported by David Asher. Repair drift between the
5210 three similar error variables.
5211 (verilog-modi-lookup, verilog-modi-lookup-cache)
5212 (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
5213 (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
5214 Fix slow verilog-auto expansion on very large files.
ca39416c
AH
5215 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
5216 Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
a03c2342
WS
5217 "{1*2{...". Broke in last revision.
5218 (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
5219 submodule connections with replications "{#{a},#{b}}".
5220
0c382083
CY
52212010-10-24 Juanma Barranquero <lekktu@gmail.com>
5222
5223 * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
5224 Fix typo in docstring.
5225
52262010-10-24 Kenichi Handa <handa@m17n.org>
5227
5228 * face-remap.el (text-scale-adjust): Call read-event with a proper
5229 prompt.
5230
52312010-10-24 Chong Yidong <cyd@stupidchicken.com>
5232
5233 * emacs-lisp/unsafep.el: Don't mark functions that display
5234 messages as safe. Suggested by Johan Bockgård.
5235
52362010-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5237
5238 * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
5239 Turn comments into docstrings.
5240
5241 * minibuffer.el (completion--replace): Move point where it belongs
5242 when there's a common suffix (bug#7215).
5243
9317e499
CY
52442010-10-24 Chong Yidong <cyd@stupidchicken.com>
5245
5246 Merge read-color and facemenu-read-color (Bug#7242).
5247
5248 * faces.el (read-color): Use the completion code from
5249 facemenu-read-color. Require match in completion. Doc fix.
5250
5251 * facemenu.el (facemenu-read-color): Alias for read-color.
6a7662bb
BR
5252 (facemenu-set-foreground, facemenu-set-background):
5253 Use read-color.
9317e499
CY
5254
5255 * frame.el (set-background-color, set-foreground-color)
6a7662bb
BR
5256 (set-cursor-color, set-mouse-color, set-border-color):
5257 Use read-color.
9317e499 5258
a44d921f 52592010-10-24 Leo <sdl.web@gmail.com>
59dd6f73
LL
5260
5261 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
5262 argument of delete-file and delete-directory (Bug#7011).
5263
43207249
CY
52642010-10-24 Chong Yidong <cyd@stupidchicken.com>
5265
5266 * emacs-lisp/package.el (package-menu-mode-map): Inherit from
5267 button-buffer-map.
5268
484db896 52692010-10-24 Ralf Angeli <angeli@caeruleus.net>
f34e6aaa
CY
5270
5271 * emacs-lisp/package.el (package--generate-package-list): Make the
5272 *Packages* buffer read-only.
5273
10f5e3e6
AM
52742010-10-24 Alan Mackenzie <acm@muc.de>
5275
5276 * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
5277 result of `c-beginning-of-decl-1' between invocations of a lambda
5278 function (Bug #7265).
5279
3ec6ca72
DU
52802010-10-24 Daiki Ueno <ueno@unixuser.org>
5281
5282 * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
5283 executable is not available on the system (Bug#7268).
5284
ec514007
GM
52852010-10-24 Glenn Morris <rgm@gnu.org>
5286
f5f25615
GM
5287 * select.el (selection-coding-system, next-selection-coding-system):
5288 Sync doc with C versions.
3646b86d 5289
8aa0f263
GM
5290 * w32-vars.el (x-select-enable-clipboard):
5291 * term/x-win.el (x-select-enable-clipboard): Move to common-win.
5292 * term/common-win.el (x-select-enable-clipboard): Move here.
5293
46710489
GM
5294 * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
5295 definition of C variable.
5296
ec514007
GM
5297 * frame.el (show-trailing-whitespace, auto-hscroll-mode)
5298 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5299 Don't redefine things that are defined in C.
5300 * cus-start.el: Also handle :risky, :safe, :set, and :tag.
5301 (show-trailing-whitespace, auto-hscroll-mode)
5302 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
5303 Set up the appropriate custom properties.
5304
8a79905d
CY
53052010-10-24 Chong Yidong <cyd@stupidchicken.com>
5306
5307 Bind "C-c ]" to ...
5308 * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
5309 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
5310 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
5311 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
5312
aa02a29f
GM
53132010-10-23 Glenn Morris <rgm@gnu.org>
5314
7dfc15df
GM
5315 * textmodes/flyspell.el (flyspell-mode): If there was an error,
5316 say what it was.
5317
66c6abf0
GM
5318 * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
5319 Sync docs with C version.
f3d87560 5320
3193e969
GM
5321 * term/ns-win.el (xw-defined-colors):
5322 * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
5323
6f748f70
GM
5324 * term/pc-win.el (x-select-enable-clipboard):
5325 * term/x-win.el (x-select-enable-clipboard):
5326 * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
5327
7aa93795
GM
5328 * comint.el (comint-password-prompt-regexp): Make it less vague.
5329 Bump version.
5330
17284e30
GM
5331 * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
5332
aa02a29f
GM
5333 * help.el (finder-by-keyword): Remove unnecessary autoload.
5334
69b55131
GM
53352010-10-22 Glenn Morris <rgm@gnu.org>
5336
9a0dd02d
GM
5337 * loadup.el: Unconditionally load float-sup.
5338 * paren.el (show-paren-delay):
5339 * emacs-lisp/float-sup.el:
5340 * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
5341 * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
5342 (lazy-lock-stealth-verbose): Assume float support.
5343 * ps-print.el: Assume float support on Emacs.
5344 * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
5345 Remove non-float branch.
5346
69b55131
GM
5347 * emacs-lisp/autoload.el (batch-update-autoloads): Update for
5348 src/Makefile no longer being pre-processed.
5349
7c23d9e8
SM
53502010-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
5351
5352 * emacs-lisp/find-func.el (find-library): Use test-completion.
5353
23737b4a
LMI
53542010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5355
7c23d9e8 5356 * newcomment.el (comment-dwim): Fix the intentation in the doc string.
23737b4a 5357
6e060cee 53582010-10-21 Michael Albinus <michael.albinus@gmx.de>
01d884cf
MA
5359
5360 * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
5361 space in stat format string.
5362 (tramp-send-command): Unset $PS1 when using here documents, in
5363 order not to get several prompts.
5364 (tramp-get-inline-coding): Return `nil' in case of errors.
5365
08ffb131
DU
53662010-10-21 Daiki Ueno <ueno@unixuser.org>
5367
7c23d9e8
SM
5368 * hexl.el (hexl-mode, hexl-mode-exit):
5369 Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
08ffb131
DU
5370 (hexl-revert-buffer-function): New function.
5371 (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
5372
ba7fdf30
AM
53732010-10-19 Alan Mackenzie <acm@muc.de>
5374
7c23d9e8
SM
5375 * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
5376 Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
7f0789c9
AM
5377 that these keywords aren't wrongly matched as identifiers.
5378
ba7fdf30
AM
5379 * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
5380 setting of c-new-BEG and c-new-END from c-before-change to
e64ae4e8 5381 c-after-change. (Bug#7181)
ba7fdf30 5382
7fd8732d
CY
53832010-10-19 Chong Yidong <cyd@stupidchicken.com>
5384
5385 * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
5386 Don't mark as safe.
5387
5388 * custom.el (custom-theme-set-variables): Likewise.
5389 (load-theme): Add custom-theme-set-faces and
5390 custom-theme-set-variables to safe-functions while loading.
5391 (custom-enabled-themes): Mark as risky.
5392
3f12b18c
JD
53932010-10-18 Julien Danjou <julien@danjou.info>
5394
5395 * bindings.el: Remove end dashes in default mode-line-format.
5396
b8a47412
CY
53972010-10-19 Chong Yidong <cyd@stupidchicken.com>
5398
5399 * bindings.el (global-map): Bind C-d to delete-char and deletechar
5400 to delete-forward-char.
5401
5402 * simple.el (normal-erase-is-backspace-mode): Remap delete to
5403 deletechar, and hence delete-forward-char.
5404
ca3fa302
JB
54052010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5406
5407 * repeat.el (repeat): Use read-key (bug#6256).
5408
54092010-10-19 Chong Yidong <cyd@stupidchicken.com>
5410
5411 * emacs-lisp/unsafep.el: Don't mark functions that display
5412 messages as safe. Suggested by Johan Bockgård.
5413
54142010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5415
5416 * minibuffer.el (completion--replace): Move point where it belongs
5417 when there's a common suffix (bug#7215).
5418
54192010-10-19 Kenichi Handa <handa@m17n.org>
5420
5421 * international/characters.el: Add category '|' (word breakable)
5422 to fullwidth characters.
5423
3224b54d
MA
54242010-10-19 Michael Albinus <michael.albinus@gmx.de>
5425
5426 * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
5427 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
5428 order to make stat results a float. Patch by Andreas Schwab
5429 <schwab@linux-m68k.org>.
5430
36ba6f07
JD
54312010-10-18 Julien Danjou <julien@danjou.info>
5432
5433 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
5434 hidden by `make-pointer-invisible'.
5435
43f964fc
SM
54362010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5437
5438 * files.el (locate-file-completion-table): Strip non-matching elements
5439 before checking length of list (bug#7238).
5440
e48eb343
CY
54412010-10-18 Chong Yidong <cyd@stupidchicken.com>
5442
5443 * custom.el (custom-theme-set-variables): Mark as a safe function.
5444 (load-theme): Check forms using unsafep.
5445
5446 * cus-face.el (custom-theme-set-faces): Mark as a safe function.
5447
df987d70
AM
54482010-10-17 Agustín Martín <agustin.martin@hispalinux.es>
5449
43f964fc
SM
5450 * textmodes/ispell.el (ispell-aspell-find-dictionary):
5451 Fix aspell data file searching (bug#7230).
df987d70 5452
29a4c45b
CY
54532010-10-16 Chong Yidong <cyd@stupidchicken.com>
5454
5455 * cus-theme.el (custom-theme--migrate-settings): New var.
5456 (customize-create-theme): Allow editing the `user' theme.
5457 (custom-theme-add-variable, custom-theme-add-var-1)
5458 (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
5459 to the front of each variable or face widget.
5460 (custom-theme-write): Save theme settings in the correct order.
5461 Optionally, remove saved settings from user customizations.
43f964fc
SM
5462 (custom-theme-write-variables, custom-theme-write-faces):
5463 Save only the checked widgets.
29a4c45b
CY
5464 (customize-themes): Add a link for migrating custom settings.
5465
43f964fc
SM
5466 * custom.el (custom-declare-theme, provide-theme):
5467 Use custom-theme-name-valid-p.
29a4c45b
CY
5468 (custom-theme-name-valid-p): Remove checks that are now
5469 unnecessary since themes no longer obey load-path.
5470
5471 * cus-edit.el (custom-variable-value-create): For the simple
5472 style, hide documentation string when hidden.
5473
782b5e8d
CY
54742010-10-16 Chong Yidong <cyd@stupidchicken.com>
5475
647bc502
CY
5476 * cus-edit.el (custom-variable, custom-face): Combine the
5477 :inhibit-magic and :display-style properties into a single
5478 :custom-style property.
43f964fc
SM
5479 (custom-toggle-hide-variable, custom-toggle-hide-face):
5480 New functions. If hiding an edited value, save it to :shown-value.
5481 (custom-variable-value-create, custom-face-value-create): Use them.
647bc502
CY
5482 (custom-magic-reset): Allow magic property to be unset.
5483
782b5e8d
CY
5484 * custom.el: Custom themes no longer use load-path.
5485 (custom-theme-load-path): New option. Change built-in theme
5486 directory to etc/.
5487 (custom-enabled-themes): Add custom-theme-load-path dependency.
5488 (custom-theme--load-path): New function.
5489 (load-theme, custom-available-themes): Use it.
5490
5491 * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
5492 (customize-themes): Link to custom-theme-load-path variable.
647bc502
CY
5493 (custom-theme-add-var-1, custom-theme-add-face-1): Use the
5494 :custom-style property.
782b5e8d
CY
5495
5496 * themes/*.el: Moved to etc/.
5497
99f65cfa
RA
54982010-10-16 Ralf Angeli <angeli@caeruleus.net>
5499
5500 * textmodes/reftex-cite.el
5501 (reftex-extract-bib-entries-from-thebibliography): Do not move
5502 point when searching for \bibitem entries. Match entries with
5503 spaces or tabs in front of arguments.
5504
da16abfc
CY
55052010-10-16 Chong Yidong <cyd@stupidchicken.com>
5506
5507 * cus-theme.el (customize-create-theme): Delete overlays after
5508 erasing. If given a THEME arg, display only the faces of that arg
5509 instead of custom-theme--listed-faces.
5510 (custom-theme-variable-menu, custom-theme-variable-action)
43f964fc 5511 (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
da16abfc
CY
5512 (custom-theme-add-variable, custom-theme-add-face): Apply value
5513 from the theme settings, instead of the current value.
5514 (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
5515 (custom-theme-visit-theme): Allow calling outside theme buffers.
5516 (custom-theme-merge-theme): Don't enable the theme when merging.
5517 (custom-theme-write-variables, custom-theme-write-faces): Use the
5518 :shown-value properties to save buffer values, not global ones.
5519 (customize-themes): Display a warning about user customizations.
5520
5521 * cus-edit.el (custom-variable-value-create)
5522 (custom-face-value-create): Obey new special properties
5523 :shown-value and :inhibit-magic.
5524
aa095b2d
MA
55252010-10-15 Michael Albinus <michael.albinus@gmx.de>
5526
5527 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3224b54d
MA
5528 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
5529 <dale@codefu.org>.
aa095b2d 5530
7ca9cfda
KH
55312010-10-14 Kenichi Handa <handa@m17n.org>
5532
9650fc61
KH
5533 * mail/rmail.el (rmail-show-message-1): Catch an error of
5534 base64-decode-region and just show an error message (bug#7165).
5535
43f964fc 5536 * ps-mule.el (ps-mule-font-spec-list): Delete it. Not used anymore.
7ca9cfda
KH
5537 (ps-mule-begin-job): Fix for the case that only ENCODING is set in
5538 a font-spec (bug#7197).
5539
220d91b8 55402010-10-14 Glenn Morris <rgm@gnu.org>
7163badd
GM
5541
5542 * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
5543
220d91b8 55442010-10-14 Juanma Barranquero <lekktu@gmail.com>
51e4f4a8 5545
c0943d3d
JB
5546 * international/mule.el (define-coding-system):
5547 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
51e4f4a8
JB
5548 * composite.el (compose-region): Fix typo in docstring.
5549
4983ddea
CY
55502010-10-14 Chong Yidong <cyd@stupidchicken.com>
5551
de43f11b
CY
5552 * cus-face.el (custom-theme-set-faces): Call custom-push-theme
5553 only after checking the theme-face property.
5554
4983ddea
CY
5555 * faces.el (face-spec-reset-face): Reset all attributes in one
5556 single call to set-face-attribute.
5557 (face-spec-match-p): Make it a defsubst.
5558 (frame-set-background-mode): New arg KEEP-FACE-SPECS.
5559 (x-create-frame-with-faces, tty-create-frame-with-faces)
5560 (tty-set-up-initial-frame-faces): Don't recompute face specs in
5561 frame-set-background-mode, since they are recomputed immediately
5562 afterwards in face-set-after-frame-default.
5563 (face-set-after-frame-default): Minor optimization.
5564 (cursor): Provide non-trivial defface spec.
5565
5566 * custom.el (custom-theme-recalc-face): Simplify.
5567
a974dcf2
JB
55682010-10-14 Jay Belanger <jay.p.belanger@gmail.com>
5569
43f964fc 5570 * calc/calc-alg.el (math-var): Rename from `var'.
a974dcf2
JB
5571 (math-is-polynomial, math-is-poly-rec): Replace `var'
5572 with `math-var'.
5573
43f964fc 5574 * calc/calcalg2.el (math-var): Rename from `var'.
a974dcf2
JB
5575 (calcFunc-table, math-scan-for-limits): Replace `var'
5576 with `math-var'.
5577
10e4702a
GM
55782010-10-13 Glenn Morris <rgm@gnu.org>
5579
5580 * subr.el (last): Deal with dotted lists (reported in bug#7174).
5581
88f427d5
SB
55822010-10-13 Stephen Berman <stephen.berman@gmx.net>
5583
5584 * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
5585
a1d16a7b
G
55862010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5587
5588 * net/tls.el (tls-program): Remove spurious %s from openssl.
5589 (tls-starttls-switches): Remove starttls hack.
5590 (open-tls-stream): Ditto.
5591 (tls-find-starttls-argument): Ditto.
5592
2e288d54
JB
55932010-10-13 Juanma Barranquero <lekktu@gmail.com>
5594
5595 * image.el (image-library-alist): Declare as obsolete alias.
5596 (image-type-available-p): Use `dynamic-library-alist'.
5597
5598 * term/w32-win.el (dynamic-library-alist):
5599 Use instead of `image-library-alist'.
5600
35744400
IS
56012010-10-13 IRIE Shinsuke <irieshinsuke@yahoo.co.jp> (tiny change)
5602
5603 * subr.el (last): Make it faster. (Bug#7174)
5604
290fe464
RO
56052010-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
5606
5607 * Makefile.in (compile-clean): Use `` instead of $(). (Bug#7178)
5608
2919746c
CY
56092010-10-12 Chong Yidong <cyd@stupidchicken.com>
5610
5611 * cus-theme.el (custom-theme--listed-faces): Add cursor face.
5612 (describe-theme-1): Extract doc from unloaded themes.
5613
5614 * custom.el (custom-theme-name-valid-p): Don't list color-themes.
5615
5616 * themes/tango-theme.el:
5617 * themes/tango-dark-theme.el:
5618 * themes/wheatgrass-theme.el: New files.
5619
6b09b5d1
CY
56202010-10-12 Chong Yidong <cyd@stupidchicken.com>
5621
5622 * cus-theme.el (describe-theme, customize-themes)
5623 (custom-theme-save): New commands.
5624 (custom-new-theme-mode-map): Bind C-x C-s.
5625 (custom-new-theme-mode): Use custom--initialize-widget-variables.
5626 (customize-create-theme): New optional arg THEME.
5627 (custom-theme-revert): Use it.
5628 (custom-theme-visit-theme): Remove dead code.
5629 (custom-theme-merge-theme): Use custom-available-themes.
5630 (custom-theme-write): Make interactive.
5631 (custom-theme-write): Use custom-theme-name-valid-p.
5632 (describe-theme-1, custom-theme-choose-revert)
5633 (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
5634 New funs.
5635 (custom-theme-allow-multiple-selections): New option.
5636 (custom-theme-choose-mode): New major mode.
5637
43f964fc
SM
5638 * custom.el (custom-theme-set-variables): Remove dead code.
5639 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
5640 (custom--inhibit-theme-enable): New var.
5641 (provide-theme): Obey it.
5642 (load-theme): Replace load with manual read/eval, in order to
5643 check for correctness. Use custom-theme-name-valid-p.
5644 (custom-theme-name-valid-p): New function.
5645 (custom-available-themes): Use it.
5646
5647 * cus-edit.el (custom--initialize-widget-variables): New function.
5648 (Custom-mode): Use it.
5649
43f964fc
SM
5650 * cus-face.el (custom-theme-set-faces): Remove dead code.
5651 Obey custom--inhibit-theme-enable.
6b09b5d1
CY
5652
5653 * help-mode.el (help-theme-def, help-theme-edit): New buttons.
5654
16366259
JB
56552010-10-12 Juanma Barranquero <lekktu@gmail.com>
5656
cb7d821e 5657 * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
16366259 5658
4c14013d 56592010-10-12 Jan Djärv <jan.h.d@swipnet.se>
9386ae12 5660
4c14013d
JB
5661 * term/ns-win.el (ns-right-alternate-modifier): New defvar.
5662 (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
5663 (mac-right-option-modifier): New alias for ns-right-option-modifier.
5664
5665 * cus-start.el (all): ns-right-alternate-modifier is new.
9386ae12 5666
4c14013d 56672010-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4c528197
SM
5668
5669 * emacs-lisp/lisp.el (lisp-completion-at-point):
5670 Use emacs-lisp-mode-syntax-table for the whole function.
5671
4c14013d 56722010-10-12 David Koppelman <koppel@ece.lsu.edu>
c58059f2
DK
5673
5674 * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
4c528197
SM
5675 instead of font-lock-mode before adding keywords.
5676 Remove hi-lock-mode off code. Remove inhibit hack.
c58059f2
DK
5677 (hi-lock-set-pattern): Only add keywords if font-lock-fontified
5678 non-nil; removed hook inhibit hack.
5679
4c14013d 56802010-10-12 Glenn Morris <rgm@gnu.org>
c7d6d8a1 5681
d15f9a2b
GM
5682 * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
5683 (load-path-shadows-find): ... to this.
5684 (list-load-path-shadows): Update for above change.
5685
c7d6d8a1
GM
5686 * mail/mail-utils.el (mail-mbox-from): Also try return-path.
5687
f0b7f5a8
KY
56882010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
5689
5690 * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
5691 Fix comment for declare-function.
5692
05d22d02
CY
56932010-10-11 Chong Yidong <cyd@stupidchicken.com>
5694
5695 * custom.el (custom-fix-face-spec): New function; code moved from
5696 custom-face-edit-fix-value.
5697 (custom-push-theme): Use it when checking if a face has been
5698 changed outside customize.
5699 (custom-available-themes): New function.
5700 (load-theme): Use it.
5701
43f964fc 5702 * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
05d22d02
CY
5703
5704 * custom.el (custom-push-theme): Cleanup (use cond).
5705 (disable-theme): Recompute the saved-face property.
5706 (custom-theme-recalc-face): Follow face alias before setting prop.
5707
43f964fc
SM
5708 * image.el (image-checkbox-checked, image-checkbox-unchecked):
5709 New variables, containing checkbox images.
05d22d02
CY
5710
5711 * startup.el (fancy-startup-tail):
5712 * wid-edit.el (checkbox): Use them.
5713
293e7c22
DN
57142010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
5715
a0310a6c
DN
5716 * shell.el (shell-mode-map):
5717 * progmodes/modula2.el (m2-mode-map):
5718 * progmodes/inf-lisp.el (inferior-lisp-mode-map):
5719 * play/mpuz.el (mpuz-mode-map):
5720 * play/landmark.el (lm-mode-map):
5721 * play/decipher.el (decipher-mode-map):
5722 * play/5x5.el (5x5-mode-map):
5723 * net/telnet.el (telnet-mode-map):
5724 * net/quickurl.el (quickurl-list-mode-map):
5725 * net/mairix.el (mairix-searches-mode-map):
5726 * net/eudc-hotlist.el (eudc-hotlist-mode-map):
5727 * net/dig.el (dig-mode-map):
5728 * mail/mspools.el (mspools-mode-map):
5729 * hexl.el (hexl-mode-map):
5730 * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
5731 (wordstar-C-o-map, wordstar-C-q-map):
5732 * emacs-lisp/edebug.el (edebug-eval-mode-map):
5733 * emacs-lisp/chart.el (chart-map):
5734 * edmacro.el (edmacro-mode-map):
5735 * erc/erc-list.el (erc-list-menu-mode-map):
5736 * array.el (array-mode-map): Declare and define in one step.
5737
293e7c22
DN
5738 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
5739
446b12da
DU
57402010-10-10 Daiki Ueno <ueno@unixuser.org>
5741
5742 * epa.el (epa-passphrase-callback-function): Display filename
5743 passed as the 3rd arg.
43f964fc
SM
5744 * epa-file.el (epa-file-passphrase-callback-function):
5745 Pass filename to epa-passphrase-callback-function.
446b12da 5746
76c16af8
CY
57472010-10-09 Chong Yidong <cyd@stupidchicken.com>
5748
5749 * cus-edit.el (custom-face-widget-to-spec)
5750 (custom-face-get-current-spec, custom-face-state): New functions.
5751 (custom-face-set, custom-face-mark-to-save)
5752 (custom-face-value-create, custom-face-state-set): Use them.
5753
5754 * cus-theme.el (custom-theme--listed-faces): New var.
5755 (customize-create-theme): Use *Custom Theme* as the buffer name.
5756 Set revert-buffer-function. Optional arg BUFFER. Insert all
5757 faces listed in custom-theme--listed-faces.
5758 (custom-theme-revert): New function.
5759 (custom-theme-add-variable, custom-theme-add-face): Insert at the
5760 bottom of the list.
5761 (custom-theme-write): Prompt for theme name if empty.
5762 (custom-theme-write-variables): Use dolist.
5763 (custom-theme-write-faces): Handle hidden (collapsed) widgets.
5764
e15f8aaa
AM
57652010-10-09 Alan Mackenzie <acm@muc.de>
5766
5767 Enhance fontification of declarators to take account of the
5768 presence/absence of "typedef".
5769
5770 * cc-engine.el (c-forward-type): New &optional param
5771 "brace-block-too".
5772 (c-forward-decl-or-cast-1): cdr of return value now indicates the
43f964fc 5773 presence of either or both of a "struct"-like keyword and "typedef".
e15f8aaa
AM
5774
5775 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
5776 fontification of declarators which follow a "}".
5777 (c-font-lock-declarations): Fontify declarators according to the
5778 presence/absence of "typedef".
5779
5780 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
5781 for "typedef".
5782 (c-typedef-decl-key): New lang variable built from
5783 c-typedef-decl-kwds.
5784
cf321e50
LMI
57852010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
5786
77aec221
LMI
5787 * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
5788 since that's too annoying. Move the filter groups commands to
5789 TAB/backtab.
5790
7450df5d
LMI
5791 * epa.el (epa-passphrase-callback-function): Say what we're
5792 querying the password for.
5793
cf321e50 5794 * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
43f964fc 5795 behaviour, don't bury the ibuffer buffer when visiting other buffers.
cf321e50 5796
587faadd
CY
57972010-10-08 Chong Yidong <cyd@stupidchicken.com>
5798
5799 * cus-edit.el (custom-commands, custom-buffer-create-internal)
5800 (custom-magic-value-create): Pad button tags with spaces.
5801 (custom-face-edit): New variable.
5802 (custom-face-value-create): Determine whether to use the usual
43f964fc
SM
5803 face editor here, instead of using custom-face-selected.
5804 Pass face defaults to custom-face-edit widget.
587faadd
CY
5805 (custom-face-selected, custom-display-unselected): Delete widgets.
5806 (custom-display-unselected-match): Function removed.
43f964fc
SM
5807 (custom-face-set, custom-face-mark-to-save):
5808 Accept custom-face-edit widgets as the direct widget child.
587faadd
CY
5809
5810 * wid-edit.el (widget--completing-widget): New var.
5811 (widget-default-complete): Bind it when doing completion.
5812 (widget-string-complete, widget-file-complete): Use it.
5813
a1ab97d0
GM
58142010-10-09 Glenn Morris <rgm@gnu.org>
5815
85d50db7
GM
5816 * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
5817 (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
5818 (holiday-hebrew-misc): Small simplifications.
5819
3fb78d1f
GM
5820 * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
5821
a1ab97d0
GM
5822 * net/browse-url.el: Don't require thingatpt, term, dired,
5823 executable, or w3-auto when compiling.
5824 (dired-get-filename, term-char-mode, term-send-down, term-send-string):
5825 Declare.
5826 (browse-url-text-emacs): Require term.
5827
2187e5bb
AS
58282010-10-08 Andreas Schwab <schwab@linux-m68k.org>
5829
5830 * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
5831
e5d49589
GM
58322010-10-08 Glenn Morris <rgm@gnu.org>
5833
5823f53f
GM
5834 * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
5835
e5d49589
GM
5836 * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
5837 (shadows-compare-text-p): Make it an obsolete alias for...
5838 (load-path-shadows-compare-text): ... new name.
5839 (find-emacs-lisp-shadows): Update for above name change.
5840 (load-path-shadows-same-file-or-nonexistent): New name for the old
5841 shadow-same-file-or-nonexistent.
5842
4628bef1 58432010-10-08 Chong Yidong <cyd@stupidchicken.com>
397ae226
CY
5844
5845 * minibuffer.el (completion--some, completion--do-completion)
5846 (minibuffer-complete-and-exit, minibuffer-completion-help)
5847 (completion-basic-try-completion)
5848 (completion-basic-all-completions)
5849 (completion-pcm--find-all-completions): Use lexical-let to
5850 avoid some false matches in variable completion (Bug#7056)
5851
4628bef1 58522010-10-08 Olof Ohlsson Sax <olof.ohlsson.sax@gmail.com> (tiny change)
8686a5ea
OOS
5853
5854 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
5855
4628bef1 58562010-10-08 Leo <sdl.web@gmail.com>
83b8ea28
LL
5857
5858 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
5859 return non-nil if the file exists (Bug#7090).
5860
4628bef1 58612010-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
55586d2a
SM
5862
5863 * minibuffer.el (completion--replace):
5864 Better preserve markers (bug#7138).
5865
4628bef1 58662010-10-08 Juanma Barranquero <lekktu@gmail.com>
2b7ba565
JB
5867
5868 * server.el (server-process-filter): Doc fix.
5869
4628bef1 58702010-10-08 Drew Adams <drew.adams@oracle.com>
53ad04fc
DA
5871
5872 * dired.el (dired-save-positions): Doc fix. (Bug#7119)
5873
e4adf61e
GM
58742010-10-08 Glenn Morris <rgm@gnu.org>
5875
24ac444f
GM
5876 * vc/ediff-wind.el (ediff-setup-control-frame):
5877 * vc/ediff-ptch.el (ediff-default-backup-extension):
5878 * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
5879 (ediff-exec-process): Remove system-types emx, windows-95.
5880
e4adf61e
GM
5881 * net/browse-url.el (browse-url-xdg-open): Shell-quote url. (Bug#7166)
5882
61328d7c
CY
58832010-10-07 Chong Yidong <cyd@stupidchicken.com>
5884
5885 * cus-edit.el (custom-variable, custom-face): Doc fix.
5886 (custom-face-edit): Add value-create attribute.
5887 (custom-face-edit-value-create)
43f964fc
SM
5888 (custom-face-edit-value-visibility-action): New functions.
5889 Hide unused face attributes by default, and add a visibility toggle.
61328d7c
CY
5890 (custom-face-edit-deactivate): Show empty values with shadow face.
5891 (custom-face-selected): Only use this for face specs with default
5892 attributes.
5893 (custom-face-value-create): Cleanup.
5894
5895 * wid-edit.el (widget-checklist-value-create): Use dolist.
5896 (widget-checklist-match-find): Make second arg optional.
5897
ac44263a
GM
58982010-10-07 Glenn Morris <rgm@gnu.org>
5899
849b02b4
GM
5900 * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
5901 Prefix things.
5902
ac44263a
GM
5903 * emacs-lisp/shadow.el (shadow-font-lock-keywords)
5904 (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
5905 load-path-shadows-mode, update references.
06d9ef85
GM
5906 (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
5907 Rename variable and button.
5908 (list-load-path-shadows): Update button caller.
ac44263a 5909
29c72a6e
SM
59102010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5911
5912 * emacs-lisp/smie.el (smie-bnf-classify): New function.
5913 (smie-bnf-precedence-table): Use it to remember the closers/openers.
5914 (smie-merge-prec2s): Handle those new entries.
5915 (smie-prec2-levels): Only set precedence to nil for actual
5916 openers/closers.
5917 * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
5918 that is now unnecessary.
5919
775f75bc 59202010-10-07 Miles Bader <miles@gnu.org>
07ff7702
MB
5921
5922 * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
5923
7e1e2a6e
GM
59242010-10-07 Glenn Morris <rgm@gnu.org>
5925
58d1ac6d
GM
5926 * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
5927 (mail-position-on-field): Remove declarations.
5928 (mail-position-on-field): Autoload it.
5929 (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
5930 and mail-header-end. Don't require sendmail.
5931
7b9235ad
GM
5932 * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
5933 (shadow-mode): New mode.
5934 (shadow-find-file): New button.
5935 (list-load-path-shadows): Use shadow-mode and buttons.
5936
52da2182
GM
5937 * iimage.el (iimage-version): Remove.
5938 (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
5939 Turn into defcustoms.
5940 (iimage-mode-map): Give it a doc string.
5941
7e1e2a6e
GM
5942 * calendar/appt.el (appt-activate): Give a warning rather than an error
5943 if there is no diary-file.
5944
e44eccd7
MA
59452010-10-06 Michael Albinus <michael.albinus@gmx.de>
5946
29c72a6e
SM
5947 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5948 Use `tramp-handle-find-backup-file-name'.
e44eccd7 5949
4583e796
GM
59502010-10-06 Glenn Morris <rgm@gnu.org>
5951
6aecca99
GM
5952 * font-core.el (font-lock-defaults-alist): Remove variable.
5953 (font-lock-mode): Doc fix.
5954 (font-lock-default-function): Do not consult font-lock-defaults-alist.
5955 * font-lock.el (font-lock-refresh-defaults): Doc fix.
5956 (font-lock-set-defaults): Doc fix.
5957 Do not consult font-lock-defaults-alist.
5958
645a6257
GM
5959 * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
5960
4583e796
GM
5961 * emacs-lisp/cl.el: No longer provide cl-19.
5962
bd8fadca
MA
59632010-10-05 Michael Albinus <michael.albinus@gmx.de>
5964
5965 * net/tramp.el (tramp-handle-directory-files-and-attributes)
5966 (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
5967 New defuns, taken from tramp-smb.el.
5968 (tramp-coding-system-change-eol-conversion)
43f964fc 5969 (tramp-set-process-query-on-exit-flag): Remove.
bd8fadca 5970
43f964fc 5971 * net/tramp-compat.el (top): Do not check for byte-compiler objects.
bd8fadca
MA
5972 (tramp-compat-coding-system-change-eol-conversion)
5973 (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
5974 from tramp.el.
5975
5976 * net/tramp-gvfs.el:
5977 * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
5978 by `tramp-compat-set-process-query-on-exit-flag'.
5979
43f964fc
SM
5980 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5981 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
5982 `tramp-handle-file-exists-p' and
5983 `tramp-handle-file-newer-than-file-p'.
5984 (tramp-imap-handle-file-exists-p)
5985 (tramp-imap-handle-file-executable-p)
5986 (tramp-imap-handle-file-readable-p)
5987 (tramp-imap-handle-directory-files-and-attributes)
43f964fc 5988 (tramp-imap-handle-file-newer-than-file-p): Remove.
bd8fadca
MA
5989
5990 * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
5991 by `tramp-compat-set-process-query-on-exit-flag' and
5992 `tramp-coding-system-change-eol-conversion' by
5993 `tramp-compat-coding-system-change-eol-conversion'.
5994
43f964fc
SM
5995 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5996 Use `tramp-handle-directory-files-and-attributes',
bd8fadca
MA
5997 `tramp-handle-file-exists-p' and
5998 `tramp-handle-file-newer-than-file-p'.
5999 (tramp-smb-handle-directory-files-and-attributes)
6000 (tramp-smb-handle-file-exists-p)
43f964fc
SM
6001 (tramp-smb-handle-file-newer-than-file-p): Remove.
6002 (tramp-smb-maybe-open-connection):
6003 Replace `tramp-set-process-query-on-exit-flag' by
bd8fadca
MA
6004 `tramp-compat-set-process-query-on-exit-flag'.
6005
726c5357
GM
60062010-10-05 Glenn Morris <rgm@gnu.org>
6007
6008 * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
6009
4a93e698
MA
60102010-10-04 Michael Albinus <michael.albinus@gmx.de>
6011
6012 Continue reorganization of load dependencies. (Bug#7156)
6013
6014 * net/tramp.el (tramp-handle-file-local-copy-hook)
6015 (tramp-delete-temp-file-function): Move down.
6016 (tramp-exists-file-name-handler): Move up.
6017 (tramp-register-file-name-handlers): Simplify autoload.
6018 (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
6019 (tramp-handle-directory-files, tramp-handle-dired-uncache)
6020 (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
6021 (tramp-handle-file-name-completion)
6022 (tramp-handle-file-name-directory)
6023 (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
6024 (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
6025 (tramp-handle-find-backup-file-name)
6026 (tramp-handle-insert-file-contents, tramp-handle-load)
6027 (tramp-handle-substitute-in-file-name)
6028 (tramp-handle-unhandled-file-name-directory)
6029 (tramp-mode-string-to-int, tramp-local-host-p)
43f964fc 6030 (tramp-make-tramp-temp-file): Move from tramp-sh.el.
4a93e698
MA
6031
6032 * net/tramp-gvfs.el (top):
6033 * net/tramp-smb.el (top): Do not require 'tramp-sh.
6034
6035 * net/tramp-sh.el (all): Move several objects to tramp.el, see
6036 there. Rename `tramp-handle-*' to `tramp-sh-handle-*'.
6037
b4593555
GM
60382010-10-04 Glenn Morris <rgm@gnu.org>
6039
6040 * calendar/appt.el (appt-add): Ensure reminders are enabled.
6041 (appt-activate): Give status messages.
6042
8762aa10
TZ
60432010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6044
6045 * net/gnutls.el: Improve docs. Remove starttls and ssl emulation.
6046 Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
43f964fc
SM
6047 `gnutls-negotiate' (formerly `starttls-negotiate').
6048 Remove trivial wrapper `starttls-open-stream'.
8762aa10 6049
82fb8701
DN
60502010-10-03 Dan Nicolaescu <dann@ics.uci.edu>
6051
6052 Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
6053 log-outgoing commands.
6054 * vc/vc.el (vc-log-internal-common): Add a new argument and use it
6055 to create a buffer local revert-buffer-function variable.
6056 (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
6057 revert-buffer-function lambda.
6058
c1ae068b
LMI
60592010-10-03 Teodor Zlatanov <tzz@lifelogs.com>
6060
6061 * net/gnutls.el (starttls-negotiate): Use the plist interface to
43f964fc
SM
6062 `gnutls-boot'. Make TYPE the only required parameter.
6063 Allow TRUSTFILES and KEYFILES to be lists.
c1ae068b
LMI
6064 (open-ssl-stream): Use it.
6065
67141a37
GM
60662010-10-03 Glenn Morris <rgm@gnu.org>
6067
77f38949
GM
6068 * subr.el (directory-sep-char): Remove obsolete variable.
6069 * net/tramp-compat.el: Don't mess about with the byte-compiler unless
6070 it is "necessary".
6071
67141a37
GM
6072 * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
6073 * vc/vc.el (vc-static-header-alist): Doc fix.
6074 * vc/vc-cvs.el (vc-cvs-header):
6075 * vc/vc-rcs.el (vc-rcs-header):
6076 * vc/vc-sccs.el (vc-sccs-header):
6077 * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
6078 * obsolete/vc-mcvs.el (vc-mcvs-header):
6079 * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
6080 on XEmacs.
6081
96bcef2e
CY
60822010-10-03 Chong Yidong <cyd@stupidchicken.com>
6083
43f964fc
SM
6084 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
6085 Remove obsolete use of binary-overwrite-mode (Bug#7001).
96bcef2e 6086
ef47f179
GM
60872010-10-03 Glenn Morris <rgm@gnu.org>
6088
01c35094 6089 * obsolete/x-menu.el: Remove file, obsolete since 21.1.
0437978e 6090
aee3c6f7
GM
6091 * textmodes/rst.el (rst-font-lock-keywords-function):
6092 Drop Emacs 20 code.
6093
f88cd114
GM
6094 * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
6095
6abfe35f
GM
6096 * printing.el: Drop Emacs 20 code.
6097
59e31cfa
GM
6098 * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
6099 without having used appt.el already).
6100
922ad43e
GM
6101 * subr.el (make-local-hook): Remove function obsolete since 21.1.
6102 * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
6103 (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
6104 XEmacs.
6105 * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
6106 (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
6107
ef47f179
GM
6108 * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
6109 (charset-width, find-charset-region, chars-in-region, forward-point)
6110 (encode-coding-string, coding-system-p, ccl-execute-on-string)
6111 (define-ccl-program, multibyte-string-p, string-make-multibyte):
6112 Remove compatibility cruft (none of these are used by ps*.el).
6113
ac6ca7ba
KR
61142010-10-03 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6115
6116 * subr.el (booleanp): Return t instead of a list (Bug#7086).
6117
2a847524
CY
61182010-10-03 Chong Yidong <cyd@stupidchicken.com>
6119
43f964fc
SM
6120 * server.el (server-process-filter, server-return-error):
6121 Give emacsclient time to shut down after receiving an error string.
2a847524 6122
4bc3c53d
MA
61232010-10-02 Michael Albinus <michael.albinus@gmx.de>
6124
6125 * files.el (remote-file-name-inhibit-cache): New defcustom.
6126
43f964fc
SM
6127 * time.el (display-time-file-nonempty-p):
6128 Use `remote-file-name-inhibit-cache'.
4bc3c53d 6129
43f964fc
SM
6130 * net/tramp.el (tramp-completion-reread-directory-timeout):
6131 Fix docstring.
4bc3c53d
MA
6132
6133 * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
6134 (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
6135 `remote-file-name-inhibit-cache'. Check also for an integer
6136 value. Add/increase counter when `tramp-verbose' >= 10.
6137 (tramp-set-file-property): Add/increase counter when
6138 `tramp-verbose' >= 10.
6139
6140 * net/tramp-cmds.el (tramp-cleanup-all-connections)
6141 (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
6142 (tramp-bug): Set tramp-autoload cookie. Report all interned
6143 tramp-* variables. Report also `remote-file-name-inhibit-cache'.
6144 (tramp-reporter-dump-variable): Fix docstring. Mask non-7bit
6145 characters only in strings.
6146
6147 * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
6148 to backward compatibility.
6149
6150 * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
6151 (tramp-handle-file-name-all-completions)
43f964fc
SM
6152 (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
6153 (tramp-open-connection-setup-interactive-shell):
6154 Call `tramp-cleanup-connection' directly.
4bc3c53d 6155
9c524fcb
GM
61562010-10-02 Glenn Morris <rgm@gnu.org>
6157
3226d6ca
GM
6158 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
6159
6160 * subr.el (char-bytes): Remove obsolete function.
6161
6162 * isearch.el (isearch-return-char): Remove obsolete function.
6163
6164 * mouse.el: No longer provide mldrag.
6165 (mldrag-drag-mode-line, mldrag-drag-vertical-line):
6166 Remove obsolete aliases.
6167
6168 * comint.el (comint-kill-output): Remove obsolete alias.
6169
6170 * composite.el (decompose-composite-char): Remove obsolete function.
6171 * ps-def.el (decompose-composite-char): Remove unused function.
6172
6173 * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
6174
6175 * outline.el (outline-visible): Remove obsolete function.
6176
6177 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
6178 * faces.el (internal-find-face, internal-get-face)
6179 (frame-update-faces, frame-update-face-colors)
6180 (x-frob-font-weight, x-frob-font-slant)
6181 (internal-frob-font-weight, internal-frob-font-slant)
6182 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
6183 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
6184 (x-make-font-bold-italic): Remove functions and aliases, obsolete
6185 since Emacs 21.1.
6186 * emulation/viper-util.el (viper-get-face):
6187 * obsolete/lucid.el (find-face, get-face): Use facep.
6188 * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
6189 Remove unused functions.
6190 * vc/ediff-util.el (ediff-submit-report): Doc fix.
6191
9c524fcb
GM
6192 * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
6193 delete tempfile if interrupted during compilation.
6194
aecb42aa
LMI
61952010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6196
6197 * net/tls.el (tls-starttls-switches): Give up on using starttls with
6198 gnutls-cli.
6199 (tls-program): Add --insecure to be consistent with the defaults from
6200 openssl s_client. Now all three commands are insecure.
6201
73077a9a
EZ
62022010-10-01 Eli Zaretskii <eliz@gnu.org>
6203
6204 * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
6205 (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
6206 (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
6207
1ef075bb
GM
62082010-10-01 Glenn Morris <rgm@gnu.org>
6209
1fcaf927
GM
6210 * obsolete/sc.el: Remove file.
6211
1ef075bb
GM
6212 * files.el (temporary-file-directory): On darwin, also try
6213 DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
6214
a16f5f64
JB
62152010-10-01 Juanma Barranquero <lekktu@gmail.com>
6216
6217 * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
6218 Let's not break compatibility gratuitously, shall we?
6219
6b958814
G
62202010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6221
47e08896 6222 * net/tls.el (tls-starttls-switches): New variable.
6b958814
G
6223 (tls-find-starttls-argument): Use it.
6224 (open-tls-stream): Ditto.
6225
47e08896 6226 * net/netrc.el (netrc-credentials): Return the value of the "default"
6b958814
G
6227 entry.
6228 (netrc-machine): Ditto.
6229
cad90f3b
EZ
62302010-09-30 Eli Zaretskii <eliz@gnu.org>
6231
6232 * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
6233
968ef9b4
JB
62342010-09-30 Juanma Barranquero <lekktu@gmail.com>
6235
6236 * server.el (server-start): Don't write pid to the authentication file.
6237 (server-create-tty-frame): Don't send pid.
6238 (server-process-filter): Send pid at the start of every connection.
6239
3536dea8
GM
62402010-09-30 Glenn Morris <rgm@gnu.org>
6241
8e378d88
GM
6242 * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
6243 (show-all-diary-entries): Remove obsolete function aliases.
6244
3536dea8
GM
6245 * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
6246 Remove options, obsolete since 22.1.
6a7662bb
BR
6247 (appt-display-format, appt-display-message):
6248 Remove backwards-compatibility code.
3536dea8
GM
6249 (appt-check): No longer check appt-issue-message.
6250 (appt-make-list): No longer autoload it. Doc fix. No longer
6251 activate the package.
6252
df7fcaff
LMI
62532010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6254
6255 * net/gnutls.el (starttls-negotiate): Loop a lot longer.
bac5cef8
LMI
6256 (starttls-negotiate): Just call boot, and let the handshake be
6257 triggered from the read loop.
df7fcaff 6258
c2828614
GM
62592010-09-29 Glenn Morris <rgm@gnu.org>
6260
17a46341
GM
6261 * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
6262 not displaying the diary.
6263 (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
6264 * calendar/appt.el (appt-check): No longer need to kill diary.
6265
7161e329
GM
6266 * calendar/diary-lib.el (diary-list-entries): Move the
6267 "Preparing..." message entirely here.
6268 (diary-simple-display, diary-fancy-display): Move "Preparing..."
6269 messages to diary-list-entries.
6270 (diary-include-other-diary-files): Use LIST-ONLY rather than setting
6271 diary-display-function.
6272
d0de6cba
GM
6273 * calendar/diary-lib.el (diary-include-other-diary-files):
6274 Trap some recursive includes.
6275
c2828614
GM
6276 * calendar/appt.el (appt-activate): Check diary file.
6277
0c43b6f8
KY
62782010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
6279
6280 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
6281 construction.
6282
6283 * calendar/time-date.el: No need to require cl for Emacs 21.
6284
97ce2730
GM
62852010-09-28 Glenn Morris <rgm@gnu.org>
6286
6287 * calendar/appt.el (appt-check): Minor simplification.
6288
e0a185ae
KY
62892010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6290
6291 * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
6292 citation prefix.
6293
c19f76a1
AS
62942010-09-27 Andreas Schwab <schwab@linux-m68k.org>
6295
95b6d681
JB
6296 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6297 Avoid infinite recursion on erroneous lambda form. (Bug#7114)
c19f76a1 6298
fd057fd2
KH
62992010-09-27 Kenichi Handa <handa@m17n.org>
6300
6301 * tar-mode.el (tar-header-block-tokenize): Decode filenames in
6302 "ustar" format.
6303
368b3544
KH
63042010-09-27 Kenichi Handa <handa@m17n.org>
6305
6306 * international/mule.el (define-coding-system): Docstring fixed.
6307
6308 * international/mule-diag.el (describe-character-set): Use princ
6309 with proper print-length and print-level instead of insert.
6310
95b6d681 63112010-09-27 Juanma Barranquero <lekktu@gmail.com>
fb5f3a23
JB
6312
6313 * window.el (walk-windows): Doc fix (bug#7105).
6314
99368725
SM
63152010-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6316
6317 * emacs-lisp/float-sup.el (e): Remove.
6318
8ed70bf3
LMI
63192010-09-27 Teodor Zlatanov <tzz@lifelogs.com>
6320
6321 * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
6322 variable.
6323 (starttls-negotiate): Use it.
6324
d2e9d0bb
LMI
63252010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6326
6327 * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
6328 back.
6329
15413fb4
SM
63302010-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6331
6332 * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
6333
1821a7b4
LMI
63342010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6335
6303aba1
LMI
6336 * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
6337
1821a7b4
LMI
6338 * net/netrc.el (netrc-store-data): New function.
6339
8af55556
TZ
63402010-09-26 Teodor Zlatanov <tzz@lifelogs.com>
6341
6342 * net/gnutls.el: GnuTLS glue code to set up a connection.
6343
42343747
JD
63442010-09-25 Julien Danjou <julien@danjou.info>
6345
6346 * notifications.el: Call dbus-register-signal only if it is bound.
6347
ec60da52
GM
63482010-09-25 Glenn Morris <rgm@gnu.org>
6349
6350 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6351 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
6352 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
6353 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
6354 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
6355 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
6356 * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
6357 * eshell/esh-util.el, eshell/esh-var.el:
6358 Remove leading `*' from docs of faces and defcustoms.
6359
4c964351
UM
63602010-09-25 Ulrich Mueller <ulm@gentoo.org>
6361
6362 * eshell/em-ls.el (eshell-ls-archive-regexp):
6363 * eshell/esh-util.el (eshell-tar-regexp):
6364 * ibuffer.el (ibuffer-compressed-file-name-regexp):
6365 * info.el (Info-suffix-list):
6366 * international/mule.el (auto-coding-alist):
6367 * woman.el (woman-file-regexp, woman-file-compression-regexp):
6368 * progmodes/etags.el (tags-compression-info-list):
6369 Support xz compression.
6370
41f54b73
CY
63712010-09-25 Chong Yidong <cyd@stupidchicken.com>
6372
6373 * files.el (get-free-disk-space): Don't assume the "df" output
6374 columns line up (Bug#6995).
6375
40b1a3a9
JB
63762010-09-25 Juanma Barranquero <lekktu@gmail.com>
6377
6378 * finder.el (finder-unknown-keywords):
6379 * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
6380 * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
6381
ba3033ee
JB
63822010-09-25 Juanma Barranquero <lekktu@gmail.com>
6383
6384 * server.el (server-start): Revert part of 2010-08-08 change. Using
6385 address 127.0.0.1 for local host is now done in Fmake_network_process.
6386
5e339ee2
GM
63872010-09-24 Glenn Morris <rgm@gnu.org>
6388
6389 * image-mode.el, progmodes/compile.el, progmodes/gud.el:
6390 * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
6391 * textmodes/css-mode.el, textmodes/dns-mode.el:
6392 Move autoloaded auto-mode-alist entries to files.el.
6393 * files.el (auto-mode-alist): Move entries here.
6394
af3ccb5c
GM
63952010-09-23 Glenn Morris <rgm@gnu.org>
6396
6397 * isearch.el (isearch-lazy-highlight-cleanup)
6398 (isearch-lazy-highlight-initial-delay)
6399 (isearch-lazy-highlight-interval)
6400 (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
6401 * net/net-utils.el (ipconfig-program-options):
6402 Move aliases to options before the associated definitions.
6403
266a86bd 64042010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
c9805d23
SM
6405
6406 * newcomment.el (comment-normalize-vars): Better test validity of
6407 comment-end-skip.
6408
27ffea71 64092010-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9e0d4f9e
SM
6410
6411 * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
6412 (float-e): New name for `e'.
6413 (degrees-to-radians, radians-to-degrees):
6414 * calendar/solar.el (solar-longitude):
6415 * calculator.el (calculator-registers, calculator-funcall):
6416 * textmodes/artist.el (artist-spray-random-points):
6417 * play/bubbles.el (bubbles--initialize-images): Use new names.
6418
27ffea71 64192010-09-23 Eric M. Ludlam <zappo@gnu.org>
a2930e43
EL
6420
6421 Update to CEDET 1.0's version of EIEIO.
6422
9e0d4f9e
SM
6423 * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
6424 New function.
a2930e43
EL
6425 (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
6426 (eieio-default-eval-maybe): Eval val instead of unquoting only.
6427 (class-precedence-list): If class is nil, return nil.
6428 (eieio-generic-call): If class of first input arg is nil, don't
6429 look up static methods, and do check for primary methods.
6430 (initialize-instance): See if the default needs to be evaluated
6431 during the constructor.
6432 (eieio-perform-slot-validation-for-default): Don't do the check
6433 for values that will eventually be evaluated.
6434 (eieio-eval-default-p): New function.
6435 (eieio-default-eval-maybe): Use it.
6436
27ffea71 64372010-09-23 Jan Moringen <jan.moringen@uni-bielefeld.de>
a2930e43
EL
6438
6439 * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
6440 method-invocation-order.
6441 (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
6442 (eieio-class-precedence-dfs): Compute class precedence list using
6443 dfs algorithm.
6444 (eieio-class-precedence-bfs): Compute class precedence list using
6445 bfs algorithm.
9e0d4f9e 6446 (eieio-class-precedence-c3): Compute class precedence list using
a2930e43
EL
6447 c3 algorithm.
6448 (class-precedence-list): New function.
6449 (eieiomt-method-list, eieiomt-sym-optimize): Use it.
6450 (inconsistent-class-hierarchy): New error symbol.
6451 (call-next-method): Stow the replacement argument list for future
6452 call-next-method invocations.
6453
266a86bd 64542010-09-23 Glenn Morris <rgm@gnu.org>
87e798a7 6455
ea7f9ebf
GM
6456 * calendar/appt.el (appt-check): If not displaying the diary,
6457 use (diary 1) to only get the entries we need.
6458 (appt-make-list): Sort diary-list-entries, if we cannot guarantee
6459 that it is in day order. (Bug#7019)
6460
1bf6d075
GM
6461 * calendar/appt.el (appt-check): Rather than showing the diary,
6462 just turn off invisible display, and only if needed.
6463
87e798a7
GM
6464 * calendar/diary-lib.el (diary-list-entries): Doc fix. (Bug#7019)
6465
1fc7dabf
GM
64662010-09-23 Glenn Morris <rgm@gnu.org>
6467
7a16788b
GM
6468 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6469 (byte-compile-defvar, byte-compile-cl-warn):
27ffea71 6470 Start warnings with lower-case, like the majority.
7a16788b 6471
19543b17
GM
6472 * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
6473
54238e6d
GM
6474 * files.el (auto-mode-alist): Prefer C-mode for .xs. (Bug#7071)
6475
ce009d0b
GM
6476 * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
6477 * files.el (auto-mode-alist): Move ld-script entries here, further down
6478 the list.
6479
7b344dfe
GM
6480 * vc/add-log.el: Don't require timezone when compiling.
6481 (timezone-make-date-sortable): Autoload it.
6482 (change-log-sortable-date-at): Don't require timezone.
6483 Use `ignore-errors'.
6484
d9703498
GM
6485 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6486 Move alias before definition, so it does not need autoloading.
6487
1fc7dabf
GM
6488 * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
6489 * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
6490 * international/kkc.el, international/ogonek.el, mail/feedmail.el:
6491 * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
6492 * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
6493 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
6494 * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
6495 * textmodes/tex-mode.el, textmodes/two-column.el:
6496 Remove leading `*' from docs of defcustoms etc.
6497
7676efad
TZ
64982010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
6499
6500 * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
6501
b069e5a6
G
65022010-09-22 Dan Christensen <jdc@uwo.ca>
6503
6504 * calendar/time-date.el (date-to-time): Try using parse-time-string
6505 first before using the slower timezone-make-date-arpa-standard.
6506
1bf68d53
KY
65072010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
6508
6509 * calendar/time-date.el (format-seconds): Comment fix.
6510
cd205c76
GM
65112010-09-22 Glenn Morris <rgm@gnu.org>
6512
6513 * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
6514 is not automatically buffer-local.
6515
4ddea91b
SM
65162010-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6517
6518 * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
6519 (smie-indent-comment): Be more careful with comment-start-skip.
6520 (smie-indent-comment-close, smie-indent-comment-inside): New funs.
6521 (smie-indent-functions): Use them.
6522
b0f037ed
MA
65232010-09-21 Michael Albinus <michael.albinus@gmx.de>
6524
6525 * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
6526
8cf1771a
JD
65272010-09-21 Jan Djärv <jan.h.d@swipnet.se>
6528
36a1b6db
JD
6529 * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
6530 tool-bar-position. Don't modify frame parameters here.
180fb94a 6531 (menu-bar-options-save): Add tool-bar-position.
36a1b6db 6532
8cf1771a
JD
6533 * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
6534
0097720d
SM
65352010-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6536
5d8e0d5d
SM
6537 * textmodes/reftex-parse.el (reftex-what-macro)
6538 (reftex-context-substring): Let-bind forward-sexp-function to nil
6539 since we don't need/want to treat \begin...\end as a block (bug#7053).
6540
984edd22
SM
6541 * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
6542
6543 * simple.el (blink-matching-open): Use syntax-class.
6544
3672149f
SM
6545 * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
6546 Set invisibility spec for pascal's outline mode.
6547 (pascal-outline-change): Clean up calling convention.
6548 (pascal-show-all, pascal-hide-other-defuns): Update callers.
6549
549d0e1e
SM
6550 * progmodes/prolog.el (prolog-smie-forward-token)
6551 (prolog-smie-backward-token): New functions.
6552 (prolog-mode-variables): Use them to parse "!," correctly.
6553 Set up smie-blink-matching for ".".
6554
a9cb95dd
SM
6555 * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
6556 and `end'.
6557 (ispell-region, ispell-process-line): Update users.
6558
de558d10
SM
6559 * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
6560 point-min==1.
6561
94eb3112
SM
6562 * textmodes/ispell.el: Fix commenting convention.
6563 (ispell-parse-output): Simplify, use push.
6564 (ispell-region): Use match-string-no-properties.
6565 (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
6566 (ispell-minor-mode): Use define-minor-mode.
6567 (ispell-message): Remove unused var `skip-regexp'.
6568 (ispell-add-per-file-word-list): Use dynamic let-binding.
6569 Try and use the proper comment marker.
6570
1f7f45a5
SM
6571 * mail/sendmail.el: Fix commenting convention.
6572 (sendmail-send-it): Use line-beginning-position.
6573
0097720d
SM
6574 * help-fns.el (describe-variable): Add original value, if applicable.
6575
596880ea
JB
65762010-09-20 Juanma Barranquero <lekktu@gmail.com>
6577
f0713411
JB
6578 * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
6579
596880ea
JB
6580 * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
6581
37c0347e
SM
65822010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6583
2bc01104
SM
6584 * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
6585 (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
6586 (smie-prec2-levels): Use them to better diagnose precedence cycles.
6587 (smie-blink-matching-check): Don't signal a mismatch if car is t.
6588 (smie-blink-matching-open): Rewrite to remove assumptions, so that
6589 something like "." can also be a closer.
6590 (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
6591 (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
6592 Rename internal functions to use "--". Update callers.
6593
e2c3f530
SM
6594 * frame.el (make-frame-names-alist): Don't list frames on other displays.
6595
37c0347e
SM
6596 * fringe.el (fringe-styles): New var.
6597 (fringe-mode, fringe-query-style): Use it.
6598
74790210
MM
65992010-09-18 Michael R. Mauger <mmaug@yahoo.com>
6600
6601 * progmodes/sql.el: Version 2.8
93acd23d 6602 (sql-login-params): Update widget structure; changes still needed.
74790210
MM
6603 (sql-product-alist): Add :list-all and :list-table features for
6604 SQLite, Postgres and MySQL products.
6605 (sql-redirect): Handle default value.
6606 (sql-execute, sql-execute-feature): New functions.
6607 (sql-read-table-name): New function.
93acd23d 6608 (sql-list-all, sql-list-table): New functions. User API.
74790210
MM
6609 (sql-mode-map, sql-interactive-mode-map): Add key definitions
6610 for above functions.
6611 (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
6612 for above functions.
6613 (sql-postgres-login-params): Add user and database defaults.
6614 (sql-buffer-live-p): Bug fix.
93acd23d 6615 (sql-product-history): New variable.
35f52ed6 6616 (sql-read-product): New function. Use it.
74790210
MM
6617 (sql-set-product, sql-product-interactive): Use it.
6618 (sql-connection-history): New variable.
93acd23d 6619 (sql-read-connection): New function. Use it.
74790210
MM
6620 (sql-connect): New function.
6621 (sql-for-each-login): Redesign function interface.
6622 (sql-make-alternate-buffer-name, sql-save-connection): Use it.
93acd23d
JB
6623 (sql-get-login-ext, sql-get-login): Use it. Handle default values.
6624 (sql-comint): Check for program. Existing live buffer.
74790210
MM
6625 (sql-comint-postgres): Add port parameter.
6626
cec01cd2
SM
66272010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6628
6629 * emacs-lisp/warnings.el: Fix commenting convention.
6630 (display-warning): Use special mode and make the buffer read-only.
6631
c2a845b5
JB
66322010-09-18 Jay Belanger <jay.p.belanger@gmail.com>
6633
6634 * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
6635 empty string when it follows a repeated or optional pattern.
6636
f5632fb6
SM
66372010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6638
6639 * indent.el (indent-according-to-mode): Apply syntax-propertize.
6640 (indent-region): Use indent-according-to-mode.
6641
71b961e8
EZ
66422010-09-18 Eli Zaretskii <eliz@gnu.org>
6643
6644 * fringe.el (fringe-mode): Doc fix.
6645
dbbd7ad4
KRC
66462010-09-14 Kan-Ru Chen <kanru@kanru.info> (tiny change)
6647
6648 * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
6649 refreshing the preview buffer.
6650
b879a6e2
SM
66512010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6652
6653 * textmodes/tex-mode.el (tex-syntax-propertize-rules)
6654 (latex-syntax-propertize-rules): New consts; replace
6655 tex-font-lock-syntactic-keywords.
6656 (tex-env-mark, latex-env-before-change): New functions.
6657 (latex-electric-env-pair-mode): New minor mode.
6658 (tex-font-lock-verb): Change arguments; do move point.
6659 (tex-font-lock-syntactic-face-function): Adjust to new verbatim
6660 representation as a form of comment.
6661 (tex-font-lock-keywords-1): Remove workaround, now unneeded.
6662 (doctex-syntax-propertize-rules): New const; replaces
6663 doctex-font-lock-syntactic-keywords.
6664 (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
6665
6666 * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
6667 (fortran-make-syntax-propertize-function): New function; replaces
6668 fortran-font-lock-syntactic-keywords.
6669 (fortran-mode): Use it.
6670 (fortran-line-length): Use it. Improve interactive spec.
6671
6672 * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
6673 (syntax-propertize-rules): Add var-ref case. Fix offset computation
6674 when adding surrounding \(..\).
6675
6676 * progmodes/js.el (js-mode): Fix last change (bug#7054).
6677
4be520fb
SM
66782010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6679
269c197e
SM
6680 * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
6681 Use with-current-buffer.
6682
4be520fb
SM
6683 * isearch.el (isearch-face): Rename from `isearch'.
6684 (isearch-highlight): Use new name.
6685
a67597d6
EZ
66862010-09-17 Eli Zaretskii <eliz@gnu.org>
6687
6688 * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
6689 5, for `half' width fringes. (Bug#6933)
6690
31c381e8
SM
66912010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
6692
3fe6ef4e
SM
6693 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6694 (byte-compile-defvar): "foo/bar" does not lack a prefix.
6695
31c381e8
SM
6696 * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
6697
fb0cf781
J
66982010-09-17 Stephen Berman <stephen.berman@gmx.net>
6699
6700 * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
6701 in calculating new frame position. Add more space between new and
6702 parent on the left (Bug#7048).
6703
1a9dc3b5
MA
67042010-09-17 Michael Albinus <michael.albinus@gmx.de>
6705
6706 * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
6707 defmacro.
6708
dff0fdc3
CY
67092010-09-16 Chong Yidong <cyd@stupidchicken.com>
6710
31c381e8 6711 * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
6e23d4a4 6712
117c96c7
CY
6713 * term/x-win.el (x-cut-buffer-or-selection-value): Define as
6714 obsolete alias for x-selection-value.
6715
dff0fdc3
CY
6716 * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
6717
c6f2191f
MA
67182010-09-16 Michael Albinus <michael.albinus@gmx.de>
6719
6720 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
6721 cookie.
6722
6139f995
MA
67232010-09-15 Michael Albinus <michael.albinus@gmx.de>
6724
6725 * net/tramp-compat.el (tramp-compat-with-temp-message)
6726 (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
6727 (tramp-compat-process-put): New defuns.
6728
6729 * net/tramp.el (top):
6730 * net/tramp-gvfs.el (top):
6731 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
6732
31c381e8
SM
6733 * net/tramp.el (tramp-progress-reporter-update):
6734 Use `tramp-compat-funcall'.
6139f995
MA
6735
6736 * net/tramp.el (tramp-process-actions):
0dc3e410
MA
6737 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
6738 * net/tramp-sh.el (tramp-handle-vc-registered)
31c381e8
SM
6739 (tramp-get-remote-stat, tramp-get-remote-readlink):
6740 Use `tramp-compat-with-temp-message'.
6139f995
MA
6741
6742 * net/tramp-sh.el (top): Require 'cl.
6743 (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
31c381e8
SM
6744 (tramp-open-connection-setup-interactive-shell):
6745 Use `tramp-compat-process-put'.
6139f995 6746
22c3ce97
AM
67472010-09-15 Alan Mackenzie <acm@muc.de>
6748
6749 * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
6750 indentation.
a4ee83cc 6751 (c-forward-<>-arglist-recur): Fix an infinite recursion.
22c3ce97 6752
4f1e9960
SM
67532010-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
6754
6755 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
6756 `lexical' for warnings related to lexical scoping.
6757 (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
6758 global vars which don't have a prefix and could hence affect lexical
6759 scoping in unrelated files.
6760
01e80360
LMI
67612010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6762
6763 * net/imap.el: Revert back to version
6764 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
6765 seem problematic.
6766
5e2a84e3
JB
67672010-09-14 Juanma Barranquero <lekktu@gmail.com>
6768
6769 * obsolete/old-whitespace.el (whitespace-unload-function):
6770 Explicitly pass `obarray' to `unintern' to avoid a warning.
6771
f3a30a50
SM
67722010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6773
6774 * emacs-lisp/byte-run.el (set-advertised-calling-convention):
6775 Add `when' argument. Update callers.
6776
6777 * subr.el (unintern): Declare the obarray arg mandatory.
6778
92b99a01
GM
67792010-09-14 Glenn Morris <rgm@gnu.org>
6780
67ae9766
GM
6781 * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
6782 Doc fixes.
6783
92b99a01
GM
6784 * calendar/diary-lib.el (diary-included-files): New variable.
6785 (diary-list-entries): Maybe initialize diary-included-files.
6786 (diary-include-other-diary-files): Append to diary-included-files.
6787 * calendar/appt.el (appt-update-list): Also check the members of
6788 diary-included-files. (Bug#6999)
08151ec5 6789 (appt-check): Doc fix.
92b99a01 6790
6664fc59 67912010-09-14 David Reitter <david.reitter@gmail.com>
5a66ed0f
DR
6792
6793 * simple.el (line-move-visual): Do not truncate goal column to
6794 integer size. (Bug#7020)
6795
6664fc59 67962010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
dba28758
SM
6797
6798 * repeat.el (repeat): Allow repeating when the last event is a click.
6799 Suggested by Drew Adams (bug#6256).
6800
6664fc59 68012010-09-14 Sascha Wilde <wilde@sha-bang.de>
681b88dd 6802
01c35094 6803 * vc/vc-hg.el (vc-hg-state, vc-hg-working-revision):
681b88dd
SM
6804 Replace setting HGRCPATH to "" by some less invasive --config options.
6805
6664fc59 68062010-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
71e657fc
SM
6807
6808 * font-lock.el (font-lock-beginning-of-syntax-function):
6809 Mark as obsolete.
6810
6664fc59 68112010-09-14 Glenn Morris <rgm@gnu.org>
639b9d87
GM
6812
6813 * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
6814 and tool-bar modes. (Bug#6211)
6815 (menu-bar-mode): Move setting of standard-value after the
6816 minor-mode definition, otherwise it seems to have no effect.
6817
6664fc59 68182010-09-14 Masatake YAMATO <yamato@redhat.com>
33bd47be
MY
6819
6820 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
6821 Fix typo. (Bug#6976)
6822
6664fc59 68232010-09-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9c405a86
CY
6824
6825 * whitespace.el: Allow cleaning up blanks without blank
6826 visualization (Bug#6651). Adjust help window for
6827 whitespace-toggle-options (Bug#6479). Allow to use fill-column
71e657fc
SM
6828 instead of whitespace-line-column (from EmacsWiki). New version 13.1.
6829 (whitespace-style): Add new value 'face. Adjust docstring.
6830 (whitespace-space, whitespace-hspace, whitespace-tab):
6831 Adjust foreground property face.
9c405a86
CY
6832 (whitespace-line-column): Adjust docstring and type declaration.
6833 (whitespace-style-value-list, whitespace-toggle-option-alist)
6834 (whitespace-help-text): Adjust const initialization.
6835 (whitespace-toggle-options, global-whitespace-toggle-options):
6836 Adjust docstring.
6837 (whitespace-display-window, whitespace-interactive-char)
6838 (whitespace-style-face-p, whitespace-color-on): Adjust code.
6839 (whitespace-help-scroll): New fun.
6840
ba96ddf5
KY
68412010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
6842
6843 * calendar/time-date.el (format-seconds): Comment fix.
6844
a386ac70
MM
68452010-09-13 Michael R. Mauger <mmaug@yahoo.com>
6846
6847 * progmodes/sql.el: Version 2.7.
6848 (sql-buffer-live-p): Improve detection.
6849 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
6850 (sql-set-sqli-buffer): Use it.
6851 (sql-product-interactive): Run `sql-set-sqli-hook'.
6852 (sql-rename-buffer): Code cleanup.
6853 (sql-redirect, sql-redirect-value): New functions. More to come.
6854
5d921df2
JB
68552010-09-13 Juanma Barranquero <lekktu@gmail.com>
6856
6857 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.
6858 * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
6859 (TRAMP_SRC): New macro.
6860 ($(lisp)/net/tramp-loaddefs.el): New target.
6861
03c1ad43
MA
68622010-09-13 Michael Albinus <michael.albinus@gmx.de>
6863
6864 Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el.
6865
6866 * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el.
6867
6868 * net/tramp.el (top): Don't show loading message. Require just
4f1e9960
SM
6869 'tramp-compat, everything else is required there.
6870 Use `ignore-errors' where appropriate.
03c1ad43
MA
6871 (tramp-inline-compress-start-size, tramp-copy-size-limit)
6872 (tramp-terminal-type, tramp-end-of-output)
6873 (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
6874 (tramp-completion-function-alist-ssh)
6875 (tramp-completion-function-alist-telnet)
6876 (tramp-completion-function-alist-su)
6877 (tramp-completion-function-alist-putty, tramp-remote-path)
6878 (tramp-remote-process-environment, tramp-sh-extra-args)
6879 (tramp-actions-before-shell, tramp-uudecode)
6880 (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
6881 (tramp-perl-file-attributes)
6882 (tramp-perl-directory-files-and-attributes)
6883 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
6884 (tramp-perl-encode, tramp-perl-decode)
6885 (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
6886 (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
6887 (tramp-handle-make-symbolic-link, tramp-handle-load)
6888 (tramp-handle-file-name-as-directory)
6889 (tramp-handle-file-name-directory)
6890 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
6891 (tramp-handle-file-exists-p, tramp-handle-file-attributes)
6892 (tramp-do-file-attributes-with-ls)
6893 (tramp-do-file-attributes-with-perl)
6894 (tramp-do-file-attributes-with-stat)
6895 (tramp-handle-set-visited-file-modtime)
6896 (tramp-handle-verify-visited-file-modtime)
6897 (tramp-handle-set-file-modes, tramp-handle-set-file-times)
6898 (tramp-set-file-uid-gid, tramp-remote-selinux-p)
6899 (tramp-handle-file-selinux-context)
6900 (tramp-handle-set-file-selinux-context)
6901 (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
6902 (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
6903 (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
6904 (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
6905 (tramp-handle-file-ownership-preserved-p)
6906 (tramp-handle-directory-file-name, tramp-handle-directory-files)
6907 (tramp-handle-directory-files-and-attributes)
6908 (tramp-do-directory-files-and-attributes-with-perl)
6909 (tramp-do-directory-files-and-attributes-with-stat)
6910 (tramp-handle-file-name-all-completions)
6911 (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
6912 (tramp-handle-copy-file, tramp-handle-copy-directory)
6913 (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
6914 (tramp-do-copy-or-rename-file-via-buffer)
6915 (tramp-do-copy-or-rename-file-directly)
6916 (tramp-do-copy-or-rename-file-out-of-band)
6917 (tramp-handle-make-directory, tramp-handle-delete-directory)
6918 (tramp-handle-delete-file)
6919 (tramp-handle-dired-recursive-delete-directory)
6920 (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
6921 (tramp-handle-insert-directory)
6922 (tramp-handle-unhandled-file-name-directory)
6923 (tramp-handle-expand-file-name)
6924 (tramp-handle-substitute-in-file-name)
6925 (tramp-handle-executable-find, tramp-process-sentinel)
6926 (tramp-handle-start-file-process, tramp-handle-process-file)
6927 (tramp-handle-call-process-region, tramp-handle-shell-command)
6928 (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
6929 (tramp-handle-insert-file-contents)
6930 (tramp-handle-insert-file-contents-literally)
6931 (tramp-handle-find-backup-file-name)
6932 (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
6933 (tramp-vc-registered-file-names, tramp-handle-vc-registered)
6934 (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
6935 (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
6936 (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
6937 (tramp-find-file-exists-command, tramp-open-shell)
6938 (tramp-find-shell, tramp-barf-if-no-shell-prompt)
6939 (tramp-open-connection-setup-interactive-shell)
6940 (tramp-local-coding-commands, tramp-remote-coding-commands)
6941 (tramp-find-inline-encoding, tramp-call-local-coding-command)
6942 (tramp-inline-compress-commands, tramp-find-inline-compress)
6943 (tramp-compute-multi-hops, tramp-maybe-open-connection)
1fc7dabf 6944 (tramp-send-command, tramp-wait-for-output)
03c1ad43
MA
6945 (tramp-send-command-and-check, tramp-barf-unless-okay)
6946 (tramp-send-command-and-read, tramp-mode-string-to-int)
6947 (tramp-convert-file-attributes, tramp-check-cached-permissions)
6948 (tramp-file-mode-from-int, tramp-file-mode-permissions)
6949 (tramp-shell-case-fold, tramp-make-copy-program-file-name)
6950 (tramp-method-out-of-band-p, tramp-local-host-p)
6951 (tramp-get-remote-path, tramp-get-remote-tmpdir)
6952 (tramp-get-ls-command, tramp-get-ls-command-with-dired)
6953 (tramp-get-test-command, tramp-get-test-nt-command)
6954 (tramp-get-file-exists-command, tramp-get-remote-ln)
6955 (tramp-get-remote-perl, tramp-get-remote-stat)
6956 (tramp-get-remote-readlink, tramp-get-remote-trash)
6957 (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
6958 (tramp-get-local-uid, tramp-get-local-gid)
6664fc59 6959 (tramp-get-inline-compress, tramp-get-inline-coding): Move to
03c1ad43
MA
6960 tramp-sh.el.
6961 (tramp-methods, tramp-default-method-alist)
6962 (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
6963 Move initialization to tramp-sh.el.
6964 (tramp-temp-name-prefix): Make it a defconst.
6965 (tramp-dissect-file-name): Don't check anymore for multi-hop
6966 methods.
6967 (tramp-debug-outline-regexp): Add a docstring.
31c381e8 6968 (tramp-debug-outline-level): Rename from `tramp-outline-level'.
03c1ad43
MA
6969 (tramp-get-debug-buffer): Use it.
6970
6971 * net/tramp-cache.el (top): Set tramp-autoload cookie for
6972 initialization forms.
6973 (tramp-set-connection-property): Don't protect `tramp-message'
6974 call, it isn't necessary any longer.
6975 (tramp-dump-connection-properties): Use `ignore-errors'.
6976
6977 * net/tramp-compat.el (top): Require 'advice, 'format-spec,
6978 'password-cache and 'auth-source.
6979
6980 * net/tramp-gvfs.el (top):
6981 * net/tramp-smb.el (top): Require 'tramp-sh.
6982
6983 * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
6984
6985 * net/tramp-sh.el: New file, derived from tramp.el.
6986 (top): Initialize `tramp-methods', `tramp-default-method-alist',
6139f995 6987 `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
31c381e8
SM
6988 Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
6989 Use `ignore-errors' where appropriate.
6990 (tramp-sh-file-name-handler-alist): Rename from
03c1ad43
MA
6991 `tramp-file-name-handler-alist'.
6992 (tramp-send-command-and-check): Return t or nil. Remove all
6993 `zerop' checks, where called.
6994 (tramp-handle-set-file-modes)
6995 (tramp-do-copy-or-rename-file-directly)
6996 (tramp-handle-delete-directory, tramp-handle-delete-file)
93acd23d 6997 (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
03c1ad43
MA
6998 (tramp-sh-file-name-handler, tramp-send-command-and-check)
6999 (tramp-get-remote-ln): Set tramp-autoload cookie.
7000
7001 * net/tramp-fish.el: Remove file.
7002
c5fe4acb
DU
70032010-09-13 Daiki Ueno <ueno@unixuser.org>
7004
7005 * epa-file.el (epa-file-insert-file-contents): If visiting, bind
7006 buffer-file-name to avoid file-locking. (Bug#7026)
7007
7ea2d383
MA
70082010-09-13 Julien Danjou <julien@danjou.info>
7009
7010 * notifications.el (notifications-notify): Add support for
7011 image-path and sound-name.
7012 (notifications-specification-version): Add this variable.
7013
5616cc54
SM
70142010-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7015
31c381e8 7016 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
5616cc54 7017
94c7243b
LL
70182010-09-12 Leo <sdl.web@gmail.com>
7019
7020 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
7021 (rcirc-completion-start): New variables.
7022 (rcirc-nick-completions): Rename to rcirc-completions.
7023 (rcirc-nick-completion-start-offset): Delete.
7024 (rcirc-completion-at-point): New function for constructing
7025 completion data for both nicks and irc commands. Add to
7026 completion-at-point-functions in rcirc mode.
7027 (rcirc-complete): Rename from rcirc-nick-complete; use
7028 rcirc-completion-at-point.
7029 (defun-rcirc-command): Update rcirc-client-commands.
7030
0f34ae28
GM
70312010-09-11 Glenn Morris <rgm@gnu.org>
7032
7033 * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
7034 atomically, to avoid parallel build errors. (Bug#4196)
7035
9250002f
MM
70362010-09-11 Michael R. Mauger <mmaug@yahoo.com>
7037
7038 * progmodes/sql.el: Version 2.6
7039 (sql-dialect): Synonym for "sql-product".
7040 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7041 (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
7042 Set "sql-buffer" to buffer name not buffer object so multiple sql
7043 interactive buffers work properly. Reverts misguided changes in
7044 earlier work.
7045 (sql-comint): Make sure different buffer name is used if "*SQL*"
7046 buffer is for a different product.
7047 (sql-make-alternate-buffer-name): Fix bug with "sql-database"
7048 login param.
7049 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
7050 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
7051 (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
7052 Accept new buffer name or prompt for one.
7053 (sql-port): Default to zero.
7054 (sql-comint-mysql): Handle "sql-port" as a numeric.
7055 (sql-port-history): Delete unused variable.
7056 (sql-get-login): Default "sql-port" to a number.
31c381e8 7057 (sql-product-alist): Correct Postgres prompt and terminator regexp.
9250002f
MM
7058 (sql-sqlite-program): Dynamically detect presence of "sqlite" or
7059 "sqlite3" executables.
31c381e8 7060 (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
9250002f
MM
7061 (sql-buffer-live-p): New function.
7062 (sql-mode-menu, sql-send-string): Use it.
7063 (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
7064 syntax pattern.
7065 (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
7066 (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
7067
a9ec34f4
LMI
70682010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7069
31c381e8 7070 * net/netrc.el (netrc-credentials): New convenience function.
a9ec34f4 7071
cf38dd42
SM
70722010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
7073
7074 * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
7075 to replace texinfo-font-lock-syntactic-keywords.
7076 (texinfo-mode): Use it.
7077
7078 * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
7079 Use syntax-propertize-function.
7080
7081 * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
7082 replace sgml-font-lock-syntactic-keywords.
7083 (sgml-mode): Use it.
7084
7085 * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
7086 since we don't use it.
7087
7088 * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
7089
7090 * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
7091 if available.
7092 (vhdl-fontify-buffer): Adjust.
7093
7094 * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
7095 replace tcl-font-lock-syntactic-keywords.
7096 (tcl-mode): Use it.
7097
7098 * progmodes/simula.el (simula-syntax-propertize-function): New var to
7099 replace simula-font-lock-syntactic-keywords.
7100 (simula-mode): Use it.
7101
7102 * progmodes/sh-script.el (sh-st-symbol): Remove.
7103 (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
7104 (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
7105 (sh-font-lock-quoted-subshell): Assume we've already matched $(.
7106 (sh-font-lock-paren): Set syntax-multiline.
7107 (sh-font-lock-syntactic-keywords): Remove.
7108 (sh-syntax-propertize-function): New function to replace it.
7109 (sh-mode): Use it.
7110
7111 * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
7112 Define while compiling.
7113 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
7114 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
7115 (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
7116 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
7117 (ruby-here-doc-end-syntax): Only define when
7118 syntax-propertize is not available.
7119 (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
7120 New functions.
7121 (ruby-in-ppss-context-p): Update to new syntax of heredocs.
7122 (electric-indent-chars): Silence bytecompiler.
7123 (ruby-mode): Use prog-mode, syntax-propertize-function, and
7124 electric-indent-chars.
7125
7126 * progmodes/python.el (python-syntax-propertize-function): New var to
7127 replace python-font-lock-syntactic-keywords.
7128 (python-mode): Use it.
7129 (python-quote-syntax): Simplify and adjust to new use.
7130
7131 * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
7132 replace perl-font-lock-syntactic-keywords.
7133 (perl-syntax-propertize-special-constructs): New fun to replace
7134 perl-font-lock-special-syntactic-constructs.
7135 (perl-font-lock-syntactic-face-function): New fun.
7136 (perl-mode): Use it.
7137
7138 * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
7139 to replace octave-font-lock-close-quotes.
7140 (octave-syntax-propertize-function): New function to replace
7141 octave-font-lock-syntactic-keywords.
7142 (octave-mode): Use it.
7143
7144 * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
7145 replaces mixal-font-lock-syntactic-keywords.
7146 (mixal-mode): Use it.
7147
7148 * progmodes/make-mode.el (makefile-syntax-propertize-function):
7149 New var; replaces makefile-font-lock-syntactic-keywords.
7150 (makefile-mode): Use it.
7151 (makefile-imake-mode): Adjust.
7152
7153 * progmodes/js.el (js--regexp-literal): Define while compiling.
7154 (js-syntax-propertize-function): New var; replaces
7155 js-font-lock-syntactic-keywords.
7156 (js-mode): Use it.
7157
7158 * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
7159 replaces gdb-script-font-lock-syntactic-keywords.
7160 (gdb-script-mode): Use it.
7161
7162 * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
7163 (fortran--font-lock-syntactic-keywords): New var.
7164 (fortran-line-length): Update syntax-propertize-function and
7165 fortran--font-lock-syntactic-keywords.
7166
7167 * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
7168
7169 * progmodes/cfengine.el (cfengine-mode):
7170 Use syntax-propertize-function.
7171 (cfengine-font-lock-syntactic-keywords): Remove.
7172
7173 * progmodes/autoconf.el (autoconf-mode):
7174 Use syntax-propertize-function.
7175 (autoconf-font-lock-syntactic-keywords): Remove.
7176
7177 * progmodes/ada-mode.el (ada-set-syntax-table-properties)
7178 (ada-after-change-function, ada-initialize-syntax-table-properties)
7179 (ada-handle-syntax-table-properties): Only define when
7180 syntax-propertize is not available.
7181 (ada-mode): Use syntax-propertize-function.
7182
7183 * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
7184 (font-lock-fontify-syntactic-keywords-region): Move handling of
7185 font-lock-syntactically-fontified to...
7186 (font-lock-default-fontify-region): ...here.
7187 Let syntax-propertize-function take precedence.
7188 (font-lock-fontify-syntactically-region): Cal syntax-propertize.
7189
7190 * emacs-lisp/syntax.el (syntax-propertize-function)
7191 (syntax-propertize-chunk-size, syntax-propertize--done)
7192 (syntax-propertize-extend-region-functions): New vars.
7193 (syntax-propertize-wholelines, syntax-propertize-multiline)
7194 (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
7195 (syntax-propertize): New functions.
7196 (syntax-propertize-rules): New macro.
7197 (syntax-ppss-flush-cache): Set syntax-propertize--done.
7198 (syntax-ppss): Call syntax-propertize.
7199
7200 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
7201
36f7d366
AM
72022010-09-10 Agustín Martín <agustin.martin@hispalinux.es>
7203
7204 * textmodes/ispell.el (ispell-init-process): Improve comments.
7205 XEmacs compatibility changes regarding (add-hook) 'local option
7206 and (set-process-query-on-exit-flag).
7207
8fca3921
MA
72082010-09-09 Michael Albinus <michael.albinus@gmx.de>
7209
cf38dd42
SM
7210 * net/tramp-cache.el (tramp-parse-connection-properties):
7211 Set tramp-autoload cookie.
8fca3921 7212
399653d6
GM
72132010-09-09 Glenn Morris <rgm@gnu.org>
7214
7215 * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
7216 (imagemagick-register-types): Doc fix.
7217
c34a9669
SM
72182010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7219
b073dc4b
SM
7220 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
7221
7222 * progmodes/js.el (require): Require is already "eval-and-compile".
7223 (js--re-search-forward): Avoid `eval'. Preserve the error data.
7224 (js--re-search-backward): Use js--re-search-forward.
7225
7226 * progmodes/fortran.el (fortran-line-length): Don't recompute
7227 syntactic keywords redundantly a second time.
7228
7229 * progmodes/ada-mode.el: Replace "(set '" with setq.
7230 (ada-mode): Simplify.
7231 (ada-create-case-exception, ada-adjust-case-interactive)
7232 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
7233 (ada-search-ignore-string-comment, ada-move-to-start)
7234 (ada-move-to-end): Use with-syntax-table.
7235
7236 * font-lock.el (save-buffer-state): Remove `varlist' arg.
7237 (font-lock-unfontify-region, font-lock-default-fontify-region):
7238 Update usage correspondingly.
7239 (font-lock-fontify-syntactic-keywords-region):
7240 Set parse-sexp-lookup-properties buffer-locally here.
7241 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
7242
c34a9669
SM
7243 * simple.el (blink-matching-open): Don't burp if we can't find a match.
7244
13639aab
GM
72452010-09-08 Glenn Morris <rgm@gnu.org>
7246
5a972c36
GM
7247 * emacs-lisp/bytecomp.el (byte-compile-report-ops):
7248 Error if not compiled with -DBYTE_CODE_METER.
7249
13639aab
GM
7250 * emacs-lisp/bytecomp.el (byte-recompile-directory):
7251 Ignore dir-locals-file.
7252
331b2b90
SM
72532010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
7254
7255 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7256 Not a const.
7257 (compilation-error-regexp-alist-alist): Rule out ": " in file names
7258 for the `gnu' messages.
7259 (compilation-set-skip-threshold): New command.
7260 (compilation-start): Use \' rather than $.
7261 (compilation-forget-errors): Use clrhash.
7262
73b4d51a
AM
72632010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
7264
7265 * textmodes/ispell.el (ispell-valid-dictionary-list):
7266 Simplify logic.
7267
0f34aa77
MA
72682010-09-08 Michael Albinus <michael.albinus@gmx.de>
7269
7270 Migrate to Tramp 2.2. Rearrange load dependencies.
7271 (Bug#1529, Bug#5448, Bug#5705)
7272
7273 * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
7274 ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
7275 (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
7276
7277 * net/tramp.el (top): Remove all other tramp-* loads except
7278 tramp-compat.el. Remove all changes to tramp-unload-hook for
7279 other tramp-* packages. Rearrange defun order. Change calls of
7280 `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
7281 `tramp-compat-octal-to-decimal' to new function names.
7282 (tramp-terminal-type, tramp-initial-end-of-output)
7283 (tramp-methods, tramp-foreign-file-name-handler-alist)
7284 (tramp-tramp-file-p, tramp-completion-mode-p)
7285 (tramp-send-command-and-check, tramp-get-remote-path)
7286 (tramp-get-remote-tmpdir, tramp-get-remote-ln)
7287 (tramp-shell-quote-argument): Set tramp-autoload cookie.
7288 (with-file-property, with-connection-property): Move to
7289 tramp-cache.el.
7290 (tramp-local-call-process, tramp-decimal-to-octal)
7291 (tramp-octal-to-decimal): Move to tramp-compat.el.
7292 (tramp-handle-shell-command): Do not require 'shell.
7293 (tramp-compute-multi-hops): No special handling for tramp-gw-*
7294 symbols.
7295 (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
7296
7297 * net/tramp-cache.el (top): Require 'tramp. Add to
7298 `tramp-unload-hook'.
7299 (tramp-cache-data, tramp-get-file-property)
7300 (tramp-set-file-property, tramp-flush-file-property)
7301 (tramp-flush-directory-property, tramp-get-connection-property)
7302 (tramp-set-connection-property, tramp-flush-connection-property)
7303 (tramp-cache-print, tramp-list-connections): Set tramp-autoload
7304 cookie.
7305 (with-file-property, with-connection-property): New defuns, moved
7306 from tramp.el.
7307 (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
7308 macro.
7309
7310 * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
7311 (tramp-version): Set tramp-autoload cookie.
7312
7313 * net/tramp-compat.el (top): Require 'tramp-loaddefs. Remove all
7314 changes to tramp-unload-hook for other tramp-* packages. Add to
7315 `tramp-unload-hook'.
7316 (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
7317 (tramp-compat-call-process): New defuns, moved from tramp.el.
7318
7319 * net/tramp-fish.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7320 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7321 Add to `tramp-unload-hook'. Change call of
0f34aa77
MA
7322 `tramp-compat-decimal-to-octal' to new function name.
7323 (tramp-fish-method): Make it a defconst.
7324 (tramp-fish-file-name-p): Make it a defsubst.
7325 (tramp-fish-method, tramp-fish-file-name-handler)
7326 (tramp-fish-file-name-p): Set tramp-autoload cookie.
7327
7328 * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
7329 `tramp-foreign-file-name-handler-alist'. Add to
7330 `tramp-unload-hook'.
7331 (tramp-ftp-method): Make it a defconst.
7332 (tramp-ftp-file-name-p): Make it a defsubst.
7333 (tramp-ftp-method, tramp-ftp-file-name-handler)
7334 (tramp-ftp-file-name-p): Set tramp-autoload cookie.
7335
7336 * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
7337 `tramp-foreign-file-name-handler-alist'. Add to
7338 `tramp-unload-hook'. Change checks, whether package can be
7339 loaded.
7340 (tramp-gvfs-file-name-p): Make it a defsubst.
7341 (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
7342 (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
7343 (tramp-gvfs-handle-file-directory-p): New defun.
7344 (tramp-gvfs-file-name-handler-alist): Use it.
7345
7346 * net/tramp-gw.el (top) Add objects to `tramp-methods' and
7347 `tramp-foreign-file-name-handler-alist'. Add to
7348 `tramp-unload-hook'.
7349 (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
7350 (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
7351 defconst.
7352 (tramp-gw-tunnel-method, tramp-gw-socks-method)
7353 (tramp-gw-open-connection): Set tramp-autoload cookie.
7354
7355 * net/tramp-imap.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7356 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7357 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
7358 loaded.
7359 (tramp-imap-file-name-p): Make it a defsubst.
7360 (tramp-imap-method, tramp-imaps-method)
7361 (tramp-imap-file-name-handler)
7362 (tramp-imap-file-name-p): Set tramp-autoload cookie.
7363
7364 * net/tramp-smb.el (top) Require just 'tramp. Add objects to
6a7662bb
BR
7365 `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
7366 Add to `tramp-unload-hook'. Change checks, whether package can be
0f34aa77
MA
7367 loaded. Change call of `tramp-compat-decimal-to-octal' to new
7368 function name.
7369 (tramp-smb-tunnel-method): Make it a defconst.
7370 (tramp-smb-file-name-p): Make it a defsubst.
7371 (tramp-smb-method, tramp-smb-file-name-handler)
7372 (tramp-smb-file-name-p): Set tramp-autoload cookie.
7373
7374 * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
7375 (tramp-uuencode-region): Set tramp-autoload cookie.
7376
7377 * net/trampver.el (top) Add to `tramp-unload-hook'.
7378 (tramp-version, tramp-bug-report-address): Set tramp-autoload
7379 cookie. Update release number.
7380
308e764f
AM
73812010-09-07 Agustín Martín <agustin.martin@hispalinux.es>
7382
7383 * textmodes/ispell.el (ispell-start-process): Make sure original
7384 arg list is properly initialized (Bug#6993, Bug#6994).
7385
10999305 73862010-09-06 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3fa0dc8f
AK
7387
7388 * files.el (directory-abbrev-alist): Use \` as default regexp.
19fe13df
SM
7389
7390 * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
7391 chars like - or ] (bug#6984).
7392 (rx-any-condense-range): Explode 2-char ranges.
7393
10999305
CY
73942010-09-06 Glenn Morris <rgm@gnu.org>
7395
7396 * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
7397
73982010-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1e05f387
SM
7399
7400 * textmodes/bibtex.el:
7401 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
7402
f292afe5
LMI
74032010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7404
331b2b90 7405 * net/imap.el (imap-message-map): Remove optional buffer parameter,
f292afe5
LMI
7406 since no callers use it.
7407 (imap-message-get): Ditto.
7408 (imap-message-put): Ditto.
7409 (imap-mailbox-map): Ditto.
7410 (imap-mailbox-put): Ditto.
7411 (imap-mailbox-get): Ditto.
a131b9b8 7412 (imap-mailbox-get): Revert last change for this function.
f292afe5 7413
dfe1285d
LMI
74142010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7415
331b2b90 7416 * net/imap.el (imap-fetch-safe): Remove function, and alter all
31b5f292
LMI
7417 callers to use `imap-fetch' instead. According to the comments, this
7418 should be safe, since all other IMAP clients use the 1:* syntax.
331b2b90
SM
7419 (imap-enable-exchange-bug-workaround): Remove.
7420 (imap-debug): Remove -- doesn't seem very useful.
dfe1285d 7421
3ff31c90
LMI
74222010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7423
7424 * net/imap.el (imap-log): New convenience function used throughout
7425 instead of repeating the same code all over the place.
7426
dfe1285d 74272010-09-05 David De La Harpe Golden <david@harpegolden.net>
93d68d4f
DDLHG
7428
7429 * mouse.el (mouse-save-then-kill): Save region to kill-ring
7430 when mouse-drag-copy-region is non-nil (Bug#6956).
7431
93a596e1
CY
74322010-09-05 Chong Yidong <cyd@stupidchicken.com>
7433
8d76af4a
CY
7434 * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
7435 Improve regexps (Bug#6987).
7436 (dired-sort-toggle): Search more robustly for -t flag.
7437
93a596e1
CY
7438 * files.el (get-free-disk-space): Search more robustly for
7439 "available" column. Suggested by Ehud Karni
7440 <ehud@unix.mvs.co.il>.
7441
733946e7
JB
74422010-09-05 Juanma Barranquero <lekktu@gmail.com>
7443
7444 * international/uni-bidi.el:
7445 * international/uni-category.el:
7446 * international/uni-combining.el:
7447 * international/uni-decimal.el:
7448 * international/uni-mirrored.el:
7449 * international/uni-name.el: Regenerate.
7450
2e664aab
SM
74512010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7452
6aeafb34
SM
7453 * electric.el (electric-indent-post-self-insert-function):
7454 Don't reindent with a sloppy indentation function.
7455
2e664aab
SM
7456 * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
7457 border case in change-log-mode.
7458
13ef65a4
CY
74592010-09-04 Chong Yidong <cyd@stupidchicken.com>
7460
7461 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7462 Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
7463 Recognize leading tab in gcc-include regexp. Ignore names with
7464 leading "from" or "in" in gnu regexp (Bug#6937).
7465
5abf1556
SM
74662010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7467
6aeafb34 7468 Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
5abf1556
SM
7469 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
7470 (ispell-start-process): Avoid setq and simplify logic.
7471 (ispell-init-process): Setup kill-buffer-hook locally when needed.
7472 (kill-buffer-hook): Don't use it globally with code that uses
7473 expand-file-name since that may call kill-buffer via
7474 code_conversion_restore.
7475
0be01d2c
CY
74762010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
7477
7478 * emacs-lisp/package.el (package-directory-list): Only call
7479 file-name-nondirectory on a string.
7480
ebf662f4
CY
74812010-09-02 Chong Yidong <cyd@stupidchicken.com>
7482
5abf1556
SM
7483 * emacs-lisp/package.el (package--download-one-archive):
7484 Ensure that archive-contents is valid before saving it.
ebf662f4
CY
7485 (package-activate-1, package-mark-obsolete, define-package)
7486 (package-compute-transaction, package-list-maybe-add): Use push.
7487
e5eddfd1
SM
74882010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7489
89acf735
SM
7490 Use SMIE's blink-paren for octave-mode.
7491 * progmodes/octave-mod.el (octave-font-lock-close-quotes):
7492 Backslashes do not escape single-quotes, single-quotes do.
7493 (octave-block-else-regexp, octave-block-end-regexp)
7494 (octave-block-match-alist): Remove.
7495 (octave-smie-bnf-table): New var, with old content.
7496 (octave-smie-op-levels): Use it.
7497 (octave-smie-closer-alist): New var.
7498 (octave-mode): Use it. Setup smie-blink-matching and electric-indent.
7499 (octave-blink-matching-block-open): Remove.
7500 (octave-reindent-then-newline-and-indent, octave-electric-semi)
7501 (octave-electric-space): Let self-insert-command run expand-abbrev and
7502 blink parens.
7503
3b843809
SM
7504 * electric.el (electricity): New group.
7505 (electric-indent-chars): New var.
7506 (electric-indent-post-self-insert-function): New fun.
7507 (electric-indent-mode): New minor mode.
7508 (electric-pair-skip-self): New custom.
7509 (electric-pair-post-self-insert-function): New function.
7510 (electric-pair-mode): New minor mode.
7511
0da20854
SM
7512 * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
7513 calcAlg-blink-matching-open.
7514 (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
7515 (calc-do-alg-entry): Only touch the part of the keymap that varies.
7516 Use the new blink-matching-check-function.
7517
a49e651e
SM
7518 Provide blink-matching support to SMIE.
7519 * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
7520 (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
7521 (smie-blink-matching-check, smie-blink-matching-open): New functions.
7522
e5eddfd1
SM
7523 * simple.el (newline): Fix last change to properly remove itself from
7524 the hook.
7525
b13ebb5c
SM
75262010-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
7527
7528 * simple.el (newline): Eliminate optimization.
7529 Use post-self-insert-hook to set hard-newline and things before
7530 running post-self-insert-hook.
7531 (blink-matching-check-mismatch): New function.
7532 (blink-matching-check-function): New variable.
7533 (blink-matching-open): Use them.
7534 Skip back forward over prefix chars skipped by forward-sexp.
7535 Don't check if the parens are backslash escaped.
7536 (blink-paren-post-self-insert-function): Check backslash escaping here.
7537
e687c2cd
CY
75382010-09-02 Chong Yidong <cyd@stupidchicken.com>
7539
b13ebb5c
SM
7540 * emacs-lisp/package.el (package-menu-mode-map):
7541 Change package-menu-revert bindings to revert-buffer.
e687c2cd
CY
7542 (package-menu-mode): Set revert-buffer-function.
7543 (package-menu-revert): Doc fix.
7544
567efba9
AM
75452010-09-02 Agustín Martín <agustin.martin@hispalinux.es>
7546
7547 * textmodes/ispell.el (ispell-init-process): Use "~/" as
7548 `default-directory' unless using Ispell per-directory personal
7549 dictionaries and not in a mini-buffer under XEmacs.
7550 (kill-buffer-hook): Do not kill ispell process on exit when
93acd23d 7551 `ispell-process-directory' is "~/". (Bug#6143)
567efba9 7552
6d7cc563
JD
75532010-09-02 Jan Djärv <jan.h.d@swipnet.se>
7554
08d4877e
J
7555 * simple.el (kill-new): Call interprogram-cut-function with only
7556 one argument.
7557
45240125
JD
7558 * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
7559 Remove cut buffer from error message.
7560
7561 * term/x-win.el (x-select-text):
7562 * term/pc-win.el (x-selection-value):
7563 * term/ns-win.el (x-selection-value):
7564 * eshell/em-term.el:
7565 * w32-fns.el (x-get-selection-value):
7566 * mouse-sel.el (mouse-sel-set-selection-function):
7567 * frame.el (display-selections-p): Remove cut-buffer in documentation.
7568
6d7cc563
JD
7569 * term/x-win.el: Update documentation for x-last-selected-text-*.
7570 (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
7571 (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
6a7662bb
BR
7572 (x-select-text): Remove argument PUSH, update documentation.
7573 Remove cut-buffer code.
6d7cc563 7574 (x-selection-value-internal): Was previously x-selection-value.
5986b97d 7575 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6a7662bb
BR
7576 Update documentation, remove cut-buffer code.
7577 Call x-selection-value-internal.
6d7cc563
JD
7578 (x-clipboard-yank): Call x-selection-value-internal.
7579 (x-initialize-window-system): Remove setting of x-cut-buffer-max.
7580
7581 * term/pc-win.el (x-last-selected-text):
7582 x-cut-buffer-or-selection-value renamed to x-selection-value
7583 (x-select-text): Remove argument PUSH, update documentation.
7584
7585 * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
7586 x-cut-buffer-or-selection-value renamed to x-selection-value
88b5a757 7587 (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6d7cc563
JD
7588 (x-select-text): Remove argument PUSH, update documentation.
7589
7590 * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
7591
7592 * w32-fns.el (x-last-selected-text):
7593 x-cut-buffer-or-selection-value renamed to x-selection-value.
7594 (x-cut-buffer-max): Remove.
7595 (x-select-text): Remove argument PUSH, update documentation.
7596
7597 * simple.el (interprogram-cut-function): Remove mention of PUSH.
7598
7599 * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
7600
7601 * mouse-sel.el (mouse-sel-get-selection-function):
7602 x-cut-buffer-or-selection-value renamed to x-selection-value.
5986b97d 7603 (x-select-text): Remove optional push.
6d7cc563 7604
4de81ee0
SM
76052010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
7606
8f4e9110
SM
7607 * simple.el (blink-paren-function): Move from C to here.
7608 (blink-paren-post-self-insert-function): New function.
7609 (post-self-insert-hook): Use it.
7610
4de81ee0
SM
7611 * emacs-lisp/pcase.el (pcase-split-memq):
7612 Fix overenthusiastic optimisation.
7613 (pcase-u1): Handle the case of a lambda pred.
7614
d419e1d9
KH
76152010-08-31 Kenichi Handa <handa@m17n.org>
7616
7617 * international/mule-cmds.el (standard-display-european-internal):
7618 Setup standard-display-table for 8-bit characters by storing 8-bit
7619 characters in the element vector.
7620
1e05f387
SM
7621 * disp-table.el (standard-display-8bit):
7622 Setup standard-display-table for 8-bit characters by storing 8-bit
d419e1d9
KH
7623 characters in the element vector.
7624 (standard-display-european): Likewise.
7625
61f7096c
CY
76262010-08-31 Masatake YAMATO <yamato@redhat.com>
7627
7628 * textmodes/nroff-mode.el (nroff-view): New command.
7629 (nroff-mode-map): Bind it to C-c C-c.
7630
ec5d3ff7
SM
76312010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
7632
c8977b2e
SM
7633 * emacs-lisp/smie.el (smie-down-list): New command.
7634
ec5d3ff7
SM
7635 Remove old indentation and navigation code on octave-mode.
7636 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
7637 smie-down-list rather than add a binding for octave-down-block.
7638 (octave-mark-block, octave-blink-matching-block-open):
7639 Rely on forward-sexp-function.
7640 (octave-fill-paragraph): Don't narrow, so you can use
7641 indent-according-to-mode.
7642 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
7643 (octave-in-block-p, octave-re-search-forward-kw)
7644 (octave-re-search-backward-kw, octave-indent-calculate)
7645 (octave-end-as-array-index-p, octave-block-end-offset)
7646 (octave-scan-blocks, octave-forward-block, octave-backward-block)
7647 (octave-down-block, octave-backward-up-block, octave-up-block)
7648 (octave-before-magic-comment-p, octave-indent-line): Remove.
7649
187d3296
CY
76502010-08-31 Chong Yidong <cyd@stupidchicken.com>
7651
7652 * emacs-lisp/package.el (package--read-archive-file): Just use
7653 `read', to avoid copying an additional string.
7654 (package-menu-mode): Set header-line-format here.
7655 (package-menu-refresh, package-menu-revert): Signal an error if
7656 not in the Package Menu.
7657 (package-menu-package-list): New var.
7658 (package--generate-package-list): Operate on the current buffer;
7659 don't assume that it is *Packages*, since the user may rename it.
7660 Allow persistent package listings and sort keys using
7661 package-menu-package-list and package-menu-package-sort-key.
7662 (package-menu--version-predicate): Fix version calculation.
7663 (package-menu-sort-by-column): Don't select the window.
ec5d3ff7
SM
7664 (package--list-packages): Create the *Packages* buffer.
7665 Set package-menu-package-list-key.
187d3296
CY
7666 (list-packages): Sorting by status is now the default.
7667 (package-buffer-info): Use match-string-no-properties.
7668 (define-package): Add a &rest argument for future proofing, but
7669 don't use it yet.
7670 (package-install-from-buffer, package-install-buffer-internal):
ec5d3ff7
SM
7671 Merge into a single function, package-install-from-buffer.
7672 (package-install-file): Change caller.
187d3296
CY
7673
7674 * finder.el: Load finder-inf using `require'.
7675 (finder-list-matches): Sorting by status is now the default.
7676 (finder-compile-keywords): Simpify printing.
7677
e17b68ed
SM
76782010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7679
7680 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
7681 (octave-mode-map): Remove special bindings for forward/backward-block
7682 and octave-backward-up-block. Use smie-close-block.
7683 (octave-continuation-marker-regexp): New var.
7684 (octave-continuation-regexp): Use it.
7685 (octave-operator-table, octave-smie-op-levels)
7686 (octave-operator-regexp, octave-smie-indent-rules): New vars.
7687 (octave-smie-backward-token, octave-smie-forward-token): New funs.
7688 (octave-mode): Use SMIE.
7689 (octave-close-block): Delete.
7690
42b6a73b
EZ
76912010-08-30 Eli Zaretskii <eliz@gnu.org>
7692
7693 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
7694 CLIPBOARD, not in PRIMARY. (Bug#6944)
7695
f291fe60
SM
76962010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7697
ee992a8c
SM
7698 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
7699 a list of parents.
7700 (smie-indent-column): Allow indirection through variables.
7701
d36b74ca
SM
7702 * composite.el (save-buffer-state): Delete, unused.
7703 * font-lock.el (save-buffer-state): Use with-silent-modifications.
7704 (font-lock-default-fontify-region): Use with-syntax-table.
7705 * jit-lock.el (with-buffer-unmodified): Remove.
7706 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
7707
f291fe60
SM
7708 Use `declare' in defmacros.
7709 * window.el (save-selected-window):
7710 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
7711 * progmodes/python.el (def-python-skeleton):
7712 * net/dbus.el (dbus-ignore-errors):
7713 * jka-cmpr-hook.el (with-auto-compression-mode):
7714 * international/mule.el (with-category-table):
7715 * emacs-lisp/timer.el (with-timeout):
7716 * emacs-lisp/lisp-mnt.el (lm-with-file):
7717 * emacs-lisp/eieio.el (with-slots):
7718 * emacs-lisp/easymenu.el (easy-menu-define):
7719 * emacs-lisp/debug.el (debugger-env-macro):
7720 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
7721 (Multiple-value-call, Multiple-value-prog1):
7722 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
7723 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
7724 edebug rule to definition.
7725 * emacs-lisp/lisp-mode.el (save-selected-window)
7726 (with-current-buffer, combine-after-change-calls)
7727 (with-output-to-string, with-temp-file, with-temp-buffer)
7728 (with-temp-message, with-syntax-table, read-if, eval-after-load)
7729 (dolist, dotimes, when, unless):
7730 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
7731
96ae4c8f
CY
77322010-08-29 Chong Yidong <cyd@stupidchicken.com>
7733
7734 * finder.el: Require `package'.
7735 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
7736 (finder-package-info): Var deleted.
7737 (finder-keywords-hash, finder--builtins-alist): New vars.
7738 (finder-compile-keywords): Compute package--builtins and
7739 finder-keywords-hash instead of finder-keywords-hash, respecting
7740 the "Package" header.
f291fe60
SM
7741 (finder-unknown-keywords, finder-list-matches):
7742 Use finder-keywords-hash and package--list-packages.
96ae4c8f
CY
7743 (finder-mode): Don't set font-lock-defaults.
7744 (finder-exit): We don't use "*Finder-package*" and "*Finder
7745 Category*" buffers anymore.
7746
7747 * emacs-lisp/package.el (package--builtins-base): Var deleted.
7748 (package--builtins): Set default value to nil.
7749 (package-initialize): Load precomputed value of package--builtins
7750 from finder-inf.el.
7751 (package-alist, package-compute-transaction)
7752 (package-download-transaction): Improve docstring.
7753 (package-read-all-archive-contents): Do not change
7754 package--builtins here.
7755 (list-packages): Make package-list-packages an alias for this.
7756 Sort by status by default.
7757 (package--list-packages): Add optional PACKAGES arg.
7758 (describe-package-1): Use font-lock-face property. For built-in
7759 packages, insert file commentary.
7760 (package--generate-package-list): Rename from
7761 package-list-packages-internal; all callers changed. Add optional
7762 PACKAGES arg. Add alphabetical sort fallbacks.
7763 (package-menu--version-predicate, package-menu--status-predicate)
7764 (package-menu--description-predicate)
7765 (package-menu--name-predicate): New functions.
7766
7767 * info.el (Info-finder-find-node): Search package-alist instead of
7768 finder-package-info.
7769
e2046ecf
CY
77702010-08-29 Chong Yidong <cyd@stupidchicken.com>
7771
7772 * subr.el (version-regexp-alist): Don't use "a" and "b" for
7773 "alpha" and "beta".
7774 (version-to-list): Handle versions like "10.3d".
7775
6fe79b7c
SM
77762010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7777
7778 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
7779 (macroexp-accumulate): Use `declare'.
7780
1a868076
VJL
77812010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7782
7783 * whitespace.el (whitespace-style): Adjust type declaration.
7784
9e69cb05
KH
77852010-08-26 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
7786
7787 * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
7788
77892010-08-26 Chong Yidong <cyd@stupidchicken.com>
7790
7791 * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
7792 (Bug#6907).
7793
4142607e
NW
77942010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
7795
7796 * progmodes/js.el: Make indentation more customizable (Bug#6914).
7797 (js-paren-indent-offset, js-square-indent-offset)
7798 (js-curly-indent-offset): New options.
7799 (js--proper-indentation): Use them.
7800
88a36e60
DC
78012010-08-26 Daniel Colascione <dan.colascione@gmail.com>
7802
7803 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
7804 instead of inspecting font-lock properties (Bug#6916).
7805
38dbc4d8
DR
78062010-08-26 David Reitter <david.reitter@gmail.com>
7807
7808 * server.el (server-visit-files): Run pre-command-hook and
76e3243a 7809 post-command-hook for each buffer while it is current (Bug#6910).
38dbc4d8
DR
7810 (server-execute): Do not run hooks here.
7811
44ffae96
MA
78122010-08-26 Michael Albinus <michael.albinus@gmx.de>
7813
7814 Sync with Tramp 2.1.19.
7815
0dc3e410
MA
7816 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Protect
7817 deleting tmpfile.
7818 (tramp-gvfs-maybe-open-connection): Use `tramp-compat-funcall'.
20b8ac83 7819
0dc3e410 7820 * net/tramp.el (tramp-handle-expand-file-name)
20b8ac83 7821 (tramp-completion-handle-file-name-all-completions)
1e05f387
SM
7822 (tramp-completion-handle-file-name-completion):
7823 Use `tramp-connectable-p'.
20b8ac83 7824
44ffae96
MA
7825 * net/trampver.el: Update release number.
7826
cb6c4991
CY
78272010-08-26 Chong Yidong <cyd@stupidchicken.com>
7828
7829 * help.el (help-map): Bind `C-h P' to describe-package.
7830
7831 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
7832
7833 * emacs-lisp/package.el (package-refresh-contents): Catch errors
7834 when downloading archives.
7835 (describe-package-1): Add package commentary.
7836 (package-install-button-action): New function.
7837 (package-menu-mode-map): Bind ? to package-menu-describe-package.
7838 (package-menu-view-commentary): Function removed.
7839 (package-list-packages-internal): Hide the `package' package too.
7840
b60f961f
KH
78412010-08-25 Kenichi Handa <handa@m17n.org>
7842
7843 * language/misc-lang.el ("Arabic"): New language environment.
7844 Setup composition-function-table for Arabic characters.
7845
7846 * international/fontset.el (setup-default-fontset): Fix typo for
7847 arabic OTF spec (fini->fina).
7848
a0c16be4
J
78492010-08-25 Jan Djärv <jan.h.d@swipnet.se>
7850
7851 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
7852 on all frames.
7853
85cc3d4f
VJL
78542010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7855
7856 * whitespace.el: Allow cleaning up blanks without blank
7857 visualization (Bug#6651). Adjust help window for
7858 whitespace-toggle-options (Bug#6479). Allow to use fill-column
7859 instead of whitespace-line-column (from EmacsWiki). New version
7860 13.1.
88b5a757 7861 (whitespace-style): Add new value 'face. Adjust docstring.
6a7662bb
BR
7862 (whitespace-space, whitespace-hspace, whitespace-tab):
7863 Adjust foreground property face.
85cc3d4f
VJL
7864 (whitespace-line-column): Adjust docstring and type declaration.
7865 (whitespace-style-value-list, whitespace-toggle-option-alist)
7866 (whitespace-help-text): Adjust const initialization.
7867 (whitespace-toggle-options, global-whitespace-toggle-options):
7868 Adjust docstring.
7869 (whitespace-display-window, whitespace-interactive-char)
7870 (whitespace-style-face-p, whitespace-color-on): Adjust code.
7871 (whitespace-help-scroll): New fun.
7872
cb8759ca
CY
78732010-08-24 Chong Yidong <cyd@stupidchicken.com>
7874
7875 * emacs-lisp/package.el (list-packages): Alias for
7876 package-list-packages.
7877
44a41a47
KR
78782010-08-24 Kevin Ryde <user42@zip.com.au>
7879
be7748e7
KR
7880 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
7881 (Bug#5651).
7882
44a41a47
KR
7883 * progmodes/ruby-mode.el (ruby): Add defgroup.
7884
edfd00fa
CY
78852010-08-24 Chong Yidong <cyd@stupidchicken.com>
7886
7887 * progmodes/python.el: Add Ipython support (Bug#5390).
7888 (python-shell-prompt-alist)
7889 (python-shell-continuation-prompt-alist): New options.
7890 (python--set-prompt-regexp): New function.
6a7662bb
BR
7891 (inferior-python-mode, run-python, python-shell):
7892 Require ansi-color. Use python--set-prompt-regexp to set the comint
edfd00fa
CY
7893 prompt based on the Python interpreter.
7894 (python--prompt-regexp): New var.
7895 (python-check-comint-prompt)
7896 (python-comint-output-filter-function): Use it.
7897 (run-python): Use a pipe (Bug#5694).
7898
78992010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
7900
7901 * progmodes/python.el (python-send-region): Send a different
7902 Python command if Ipython is in use.
7903 (python-check-version): Use a Python command to find the version.
7904
1c409d0b
CY
79052010-08-24 Chong Yidong <cyd@stupidchicken.com>
7906
7907 * mouse.el (mouse-yank-primary): Avoid setting primary when
7908 deactivating the mark (Bug#6872).
7909
733946e7 79102010-08-23 Chris Foote <chris@foote.com.au> (tiny change)
9027027d
CF
7911
7912 * progmodes/python.el (python-block-pairs): Allow use of "finally"
7913 with "else" (Bug#3991).
7914
e73f184c
MA
79152010-08-23 Michael Albinus <michael.albinus@gmx.de>
7916
7917 * net/dbus.el: Accept UNIX domain sockets as bus address.
7918 (top): Don't initialize `dbus-registered-objects-table' anymore,
01c35094 7919 this is done in dbusbind.c.
e73f184c
MA
7920 (dbus-check-event): Adapt test for bus.
7921 (dbus-return-values-table, dbus-unregister-service)
7922 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
7923 Adapt doc string.
7924
1a140747
JB
79252010-08-23 Juanma Barranquero <lekktu@gmail.com>
7926
7927 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
7928
7133b7ee
JL
79292010-08-22 Juri Linkov <juri@jurta.org>
7930
7931 * simple.el (read-extended-command): New function with the logic
7932 for `completing-read' moved to Elisp from `execute-extended-command'.
7933 Use `function-called-at-point' in `minibuffer-default-add-function'
7934 to get a command name for M-n (bug#5364, bug#5214).
7935
198a7a97
CY
79362010-08-22 Chong Yidong <cyd@stupidchicken.com>
7937
7938 * startup.el (command-line-1): Issue warning for ignored arguments
7939 --unibyte, etc (Bug#6886).
7940
c00725d7
LL
79412010-08-22 Leo <sdl.web@gmail.com>
7942
7943 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
7944 (ignore, bright, dim, keyword): Split list of nicknames before
7945 passing to rcirc-add-or-remove (Bug#6894).
7946
bc7d7ea6
CY
79472010-08-22 Chong Yidong <cyd@stupidchicken.com>
7948
7949 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
7950
b0126eac 79512010-08-22 Leo <sdl.web@gmail.com>
e0143335 7952
\81ukasz Stelmach, 2010-08-26 17:33:52 +0200">d5720b4c 7953 Fix buffer-list rename&refresh after killing a buffer in ido.
76e3243a 7954 * ido.el: Revert Óscar's.
e0143335
LL
7955 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
7956 Remember the buffers at head, rather than their name.
76e3243a 7957 * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
e0143335 7958
b0126eac 79592010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
8f081e96
SM
7960 Stefan Monnier <monnier@iro.umontreal.ca>
7961
7962 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
7963 extra backslash added to each line (bug#6890).
7964
b0126eac 79652010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3ff78624
SM
7966
7967 * subr.el (read-key): Don't echo keystrokes (bug#6883).
7968
b0126eac 79692010-08-22 Glenn Morris <rgm@gnu.org>
635f7282
GM
7970
7971 * menu-bar.el (menu-bar-games-menu): Add landmark.
7972
b0126eac 79732010-08-22 Glenn Morris <rgm@gnu.org>
fb89a654 7974
9130a2d6
GM
7975 * align.el (align-regexp): Make group and spacing arguments
7976 use the interactive defaults when non-interactive. (Bug#6698)
7977
fb89a654
GM
7978 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
7979 expansion, so as not to need sendmail.
7980 (mail-text-start): Remove declaration.
7981 (rmail-retry-failure): Require sendmail.
7982
b0126eac 79832010-08-22 Chong Yidong <cyd@stupidchicken.com>
186e86db
SM
7984
7985 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
7986
b0126eac 79872010-08-22 Michael Albinus <michael.albinus@gmx.de>
a67e6f13 7988
186e86db
SM
7989 * progmodes/flymake.el (flymake-start-syntax-check-process):
7990 Use `start-file-process' in order to let it run also on remote hosts.
a67e6f13 7991
b0126eac 79922010-08-22 Kenichi Handa <handa@m17n.org>
f3cc64f8
KH
7993
7994 * files.el: Add `word-wrap' as safe local variable.
7995
b0126eac 79962010-08-22 Glenn Morris <rgm@gnu.org>
bb25c8d7
GM
7997
7998 * woman.el (woman-translate): Case matters. (Bug#6849)
7999
b0126eac 80002010-08-22 Chong Yidong <cyd@stupidchicken.com>
a4aae1a5
CY
8001
8002 * simple.el (kill-region): Doc fix (Bug#6787).
8003
b0126eac 80042010-08-22 Glenn Morris <rgm@gnu.org>
721dce17
GM
8005
8006 * calendar/diary-lib.el (diary-header-line-format):
8007 Fit it to the window, not the frame.
8008
b0126eac 80092010-08-22 Andreas Schwab <schwab@linux-m68k.org>
7467d0a8
AS
8010
8011 * subr.el (ignore-errors): Add debug declaration.
8012
b0126eac 80132010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
1fcf76af
GG
8014
8015 * whitespace.el (whitespace-color-off): Remove post-command-hook
8016 locally.
8017
537ffaf3
SM
80182010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8019
8020 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
8021
d64b8a68
CY
80222010-08-21 Chong Yidong <cyd@stupidchicken.com>
8023
8024 * cus-edit.el (custom-group-value-create): Add extra newline
8025 before end line (Bug#6876).
8026
d2625c3d
CY
80272010-08-21 Chong Yidong <cyd@stupidchicken.com>
8028
8029 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
8030 when extending it. Before killing on the second click, check if
8031 the buffer is the correct one. Doc fix.
8032 (mouse-secondary-save-then-kill): Allow usage without first
8033 calling mouse-start-secondary, by defaulting to point. Don't save
8034 an empty secondary selection. Doc fix.
8035
80525855
VJL
80362010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8037
91bdeb66
VJL
8038 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
8039 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
537ffaf3 8040 New version 13.0.
80525855
VJL
8041 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8042 Adjust initialization.
8043 (whitespace-bob-marker, whitespace-eob-marker)
8044 (whitespace-buffer-changed): New vars.
8045 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
8046 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
537ffaf3
SM
8047 (whitespace-post-command-hook, whitespace-display-char-on):
8048 Adjust code.
80525855 8049 (whitespace-looking-back, whitespace-buffer-changed): New funs.
85cc3d4f 8050 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
80525855 8051
4b9c0a49
SM
80522010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
8053
118cf454
SM
8054 * files.el (locate-file-completion-table): Only list the .el and .elc
8055 extensions if there's no other choice (bug#5955).
8056
a2e5caf7
SM
8057 * facemenu.el (facemenu-self-insert-data): New var.
8058 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
8059 New functions.
8060 (facemenu-add-face): Use them.
8061
4b9c0a49
SM
8062 * simple.el (blink-matching-open): Obey forward-sexp-function.
8063
0193499f
SM
80642010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
8065
b2a15250
SM
8066 * simple.el (prog-mode-map): New var.
8067 (prog-indent-sexp): New command.
8068
b5ba2d6f
SM
8069 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
8070
9acd1bdc
SM
8071 * progmodes/prolog.el (smie): Require.
8072
8723cfa4
SM
8073 * emacs-lisp/smie.el (smie-default-backward-token)
8074 (smie-default-forward-token): Strip properties.
8075 (smie-next-sexp): Be more careful with associative operators.
8076 (smie-forward-sexp-command): Generalize.
8077 (smie-backward-sexp-command): Simplify.
8078 (smie-closer-alist): New var.
8079 (smie-close-block): New command.
8080 (smie-indent-debug-log): New var.
8081 (smie-indent-offset-rule): Add a few more cases.
8082 (smie-indent-column): New function.
8083 (smie-indent-after-keyword): Use it.
8084 (smie-indent-keyword): Use it.
8085 Fix up the opener code's point position.
8086 (smie-indent-comment): Only applies at BOL.
8087 (smie-indent-debug): New command.
8088
0193499f
SM
8089 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
8090 declarations that are useful before running the macro.
8091
0c9b8993
GM
80922010-08-18 Joakim Verona <joakim@verona.se>
8093
8094 * image.el (imagemagick-types-inhibit): New variable.
8095 (imagemagick-register-types): New function.
8096 * image-mode.el (image-transform-properties): New function.
ccd80618
JV
8097 (image-transform-set-scale, image-transform-fit-to-height)
8098 (image-transform-set-rotation, image-transform-set-resize)
0c9b8993
GM
8099 (image-transform-fit-to-width, image-transform-fit-to-height):
8100 New functions.
ccd80618
JV
8101 (image-toggle-display-image): Support image transforms.
8102
1075cd61
KY
81032010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
8104
8105 * image.el (create-animated-image): Don't add heuristic mask to image
8106 (Bug#6839).
8107
64cb6c78
J
81082010-08-18 Jan Djärv <jan.h.d@swipnet.se>
8109
0193499f
SM
8110 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
8111 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
64cb6c78 8112
ff80a446
SM
81132010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
8114
afa22f7c
SM
8115 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
8116
ff80a446
SM
8117 Font-lock '...' strings, plus various simplifications and fixes.
8118 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
8119 (octave-font-lock-close-quotes): New function.
8120 (octave-font-lock-syntactic-keywords): New var.
8121 (octave-mode): Use it. Set beginning-of-defun-function.
8122 (octave-mode-map): Don't override the <foo>-defun commands.
8123 (octave-mode-menu): Pass it directly to easy-menu-define;
8124 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
8125 (octave-block-match-alist): Fix up last change so that
8126 octave-close-block uses the more specific keyword.
8127 (info-lookup-mode): Silence byte-compiler.
8128 (octave-beginning-of-defun): Not interactive any more.
8129 Optimize slightly.
8130 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
8131 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
8132 (octave-completion-at-point-function): Make sure point is within
8133 beg..end.
8134 (octave-reindent-then-newline-and-indent):
8135 Use reindent-then-newline-and-indent.
8136 (octave-add-octave-menu): Remove.
8137
2269b349
JD
81382010-08-17 Jan Djärv <jan.h.d@swipnet.se>
8139
489cd5bd
JD
8140 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
8141 (report-emacs-bug-can-use-xdg-email): New functions.
8142 (report-emacs-bug): Set can-xdg-email to result of
8143 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
8144 \C-cm to report-emacs-bug-insert-to-mailer and add help text
8145 about it.
30ebab6d 8146
a2fb159c
GM
8147 * net/browse-url.el (browse-url-default-browser): Add cond
8148 for browse-url-xdg-open.
8149 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
8150
81512010-08-17 Glenn Morris <rgm@gnu.org>
8152
8153 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
8154 (c-fontify-recorded-types-and-refs): Define for compiler.
8155 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
8156 before use.
8157
8158 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
8159 Fix format call.
8160
bb6aba9c
MA
81612010-08-17 Michael Albinus <michael.albinus@gmx.de>
8162
8163 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
8164 properties.
8165 (tramp-handle-process-file): Call the program in a subshell, in
8166 order to preserve working directory.
8167 (tramp-action-password): Hide password prompt before next run.
8168 (tramp-process-actions): Widen connection buffer for the trace.
8169
8f10c937
DD
81702010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
8171
8172 * net/rcirc.el (rcirc-log-process-buffers): New option.
8173 (rcirc-print): Use it.
8174 (rcirc-generate-log-filename): New function.
8175 (rcirc-log-filename-function): Change default to
8176 rcirc-generate-log-filename (Bug#6828).
8177
7c23dd44
CY
81782010-08-16 Chong Yidong <cyd@stupidchicken.com>
8179
8180 * simple.el (deactivate-mark): If select-active-regions is `only',
8181 only set selection for temporarily active regions.
8182
8183 * cus-start.el: Change defcustom for select-active-regions.
8184
6d3e82d2
CY
81852010-08-15 Chong Yidong <cyd@stupidchicken.com>
8186
8187 * mouse.el (mouse--drag-set-mark-and-point): New function.
ff80a446
SM
8188 (mouse-drag-track): Use LOCATION arg to push-mark.
8189 Use mouse--drag-set-mark-and-point to take click-count into
6d3e82d2
CY
8190 consideration when updating point and mark (Bug#6840).
8191
c68263b1
CY
81922010-08-15 Chong Yidong <cyd@stupidchicken.com>
8193
8194 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8195 Give the Ruby rule a lower priority than Gnu (Bug#6778).
8196
456f369a
ŠN
81972010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
8198
ff80a446
SM
8199 * font-lock.el (lisp-font-lock-keywords-2):
8200 Add combine-after-change-calls, condition-case-no-debug,
456f369a
ŠN
8201 with-demoted-errors, and with-silent-modifications (Bug#6025).
8202
c22e18f5
KR
82032010-08-14 Kevin Ryde <user42@zip.com.au>
8204
8205 * emacs-lisp/copyright.el (copyright-update-year)
b7716b25
CY
8206 (copyright-update): Temporary switch-to-buffer to ensure the
8207 buffer change being queried is visible (Bug#5394).
c22e18f5 8208
6f1a6faf
TT
82092010-08-14 Tom Tromey <tromey@redhat.com>
8210
8211 * progmodes/etags.el (tags-file-name): Mark safe if stringp
8212 (Bug#6733).
8213
e7afcf30
EZ
82142010-08-14 Eli Zaretskii <eliz@gnu.org>
8215
8216 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
8217 MS-DOS. (Bug#6689)
8218
2b4e6277
J
82192010-08-13 Jan Djärv <jan.h.d@swipnet.se>
8220
8221 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
8222 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8223 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
8224 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
ff80a446
SM
8225 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
8226 Call menu-bar-set-tool-bar-position.
2b4e6277 8227
dc94fc85
SM
82282010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
8229
c5683ceb
SM
8230 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
8231 comment style (bug#6834).
8232 * progmodes/scheme.el (scheme-mode-syntax-table):
8233 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
8234 "b" flag in "' 14b" syntax.
8235
c82d5b11
SM
8236 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
8237 for (un)commenting the region and performing completion.
8238 (octave-mode-menu): Use standard commands for help and completion.
8239 (octave-mode-syntax-table): Support %{..%} comments (sort of).
8240 (octave-mode): Use define-derived-mode.
8241 Set completion-at-point-functions and don't set columns.
8242 Don't disable adaptive-fill-regexp.
8243 (octave-describe-major-mode, octave-comment-region)
8244 (octave-uncomment-region, octave-comment-indent)
8245 (octave-indent-for-comment): Remove.
8246 (octave-indent-calculate): Rename from calculate-octave-indent.
7e82caa7 8247 (octave-indent-line, octave-fill-paragraph): Update caller.
c82d5b11
SM
8248 (octave-initialize-completions): No need to make an alist.
8249 (octave-completion-at-point-function): New function.
8250 (octave-complete-symbol): Use it.
8251 (octave-insert-defun): Use define-skeleton.
8252
8253 * progmodes/octave-mod.el (octave-mode): Set comment-add.
8254 (octave-mode-map): Use comment-dwim (bug#6829).
dc94fc85 8255
abec5126 82562010-08-12 Antoine Levitt <antoine.levitt@gmail.com>
61b6abbd
AL
8257
8258 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
8259 indentation of inserted comment.
8260
3a46642b
J
82612010-08-11 Jan Djärv <jan.h.d@swipnet.se>
8262
8263 * faces.el (region): Add type gtk that uses gtk colors.
8264
8265 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
8266 Handle theme-name change.
8267
3bd2cfef
MM
82682010-08-10 Michael R. Mauger <mmaug@yahoo.com>
8269
8270 * progmodes/sql.el: Version 2.5
8271 (sql-product-alist): Add :prompt-cont-regexp property for several
8272 database products.
8273 (sql-prompt-cont-regexp): New variable.
61b6abbd
AL
8274 (sql-output-newline-count, sql-output-by-send):
8275 New variables. Record number of newlines in input text.
3bd2cfef
MM
8276 (sql-send-string): Handle multiple filters and count newlines.
8277 (sql-send-magic-terminator): Count terminator newline.
8278 (sql-interactive-remove-continuation-prompt): Filters output to
8279 remove continuation prompts; one for each newline.
8280 (sql-interactive-mode): Set up new variables, prompt regexp and
8281 output filter.
8282 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
61b6abbd 8283 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
3bd2cfef 8284
d02c9bcd
SM
82852010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
8286
8287 * emacs-lisp/pcase.el: New file.
8288
80ca4f1e
MA
82892010-08-10 Michael Albinus <michael.albinus@gmx.de>
8290
8291 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
8292 as here-document, otherwise the command could exceed maximum
8293 length of command line.
d02c9bcd
SM
8294 (tramp-handle-vc-registered): Call script accordingly.
8295 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
80ca4f1e 8296
2948599b
KH
82972010-08-10 Kenichi Handa <handa@m17n.org>
8298
8299 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
8300 composable pattern.
8301
148cef8e
CY
83022010-08-09 Chong Yidong <cyd@stupidchicken.com>
8303
8304 * emacs-lisp/package.el (package-version-split)
8305 (package--version-first-nonzero, package-version-compare):
8306 Functions removed.
8307 (package-directory-list, package-load-all-descriptors)
8308 (package--built-in, package-activate, define-package)
8309 (package-installed-p, package-compute-transaction)
8310 (package-read-all-archive-contents)
8311 (package--add-to-archive-contents, package-buffer-info)
d02c9bcd
SM
8312 (package-tar-file-info, package-list-packages-internal):
8313 Use version-to-list and version-list-*.
148cef8e 8314
d02c9bcd
SM
8315 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8316 Use version-to-list.
148cef8e
CY
8317 (package-upload-buffer-internal): Use version-list-<=.
8318
82a9ce0f
KH
83192010-08-09 Kenichi Handa <handa@m17n.org>
8320
231e5e5f 8321 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
82a9ce0f
KH
8322 composable pattern.
8323
7adf5fdc
CY
83242010-08-08 Chong Yidong <cyd@stupidchicken.com>
8325
fc560445
CY
8326 * tutorial.el (tutorial--default-keys): C-d is now bound to
8327 delete-forward-char (Bug#6826).
8328
7adf5fdc
CY
8329 * mouse.el (mouse-drag-track): Remove accidentally-removed check
8330 for `double' value of mouse-1-click-follows-link (Bug#6807).
8331
e54a1075
JB
83322010-08-08 Johan Bockgård <bojohan@gnu.org>
8333
8334 * replace.el (replace-highlight): Bind isearch-forward and
8335 isearch-error, ensuring that highlighting is updated if the user
8336 switches the search direction (Bug#6808).
8337
8338 * isearch.el (isearch-lazy-highlight-forward): New var.
8339 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8340 (isearch-lazy-highlight-update): Use it.
8341
7815fe19 83422010-08-08 Kenichi Handa <handa@m17n.org>
7a84eee5 8343
8d9e03e4
JB
8344 * international/mule.el (define-charset): Store NAME as :base property.
8345 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
7a84eee5
KH
8346 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
8347 current priority. Force using the designation of the specific
8d9e03e4 8348 charset by adding `charset' text property. Improve the whole algorithm.
7a84eee5 8349
7815fe19 83502010-08-08 Juanma Barranquero <lekktu@gmail.com>
f6b55526
JB
8351
8352 * emulation/pc-select.el (pc-selection-mode-hook)
8353 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
8354 (pc-selection-mode): Fix typos in docstrings.
8355
7815fe19 83562010-08-08 Kenichi Handa <handa@m17n.org>
6b4d96c2
KH
8357
8358 * language/cyrillic.el: Don't add "microsoft-cp1251" to
8359 ctext-non-standard-encodings-alist here.
8360
8d9e03e4
JB
8361 * international/mule.el (ctext-non-standard-encodings-alist):
8362 Add "koi8-r" and "microsoft-cp1251".
6b4d96c2
KH
8363 (ctext-standard-encodings): New variable.
8364 (ctext-non-standard-encodings-table): List only elements for
8365 non-standard encodings.
186e86db 8366 (ctext-pre-write-conversion): Adjust for the above change.
6b4d96c2
KH
8367 Check ctext-standard-encodings.
8368
8369 * international/mule-conf.el (compound-text): Doc fix.
8370 (ctext-no-compositions): Doc fix.
8371 (compound-text-with-extensions): Doc fix.
8372
7815fe19 83732010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
c613687b
SM
8374
8375 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
8376
8d9e03e4 83772010-08-08 Juanma Barranquero <lekktu@gmail.com>
d5b8058f 8378
9ebc731b
JB
8379 * progmodes/which-func.el (which-func-format): Split help-echo text
8380 into lines, like other mode-line tooltips.
8381
d5b8058f
JB
8382 * server.el (server-start): When using TCP sockets, force IPv4
8383 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
8384
8d9e03e4 83852010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a2077b7f
SM
8386
8387 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
8388
8d9e03e4 83892010-08-08 Juanma Barranquero <lekktu@gmail.com>
f63a7652
JB
8390
8391 * term.el (term-delimiter-argument-list): Reflow docstring.
8392 (term-read-input-ring, term-write-input-ring, term-send-input)
8393 (term-bol, term-erase-in-display, serial-supported-or-barf):
8394 Fix typos in docstrings.
8395
8d9e03e4 83962010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
a7e26d8b
SM
8397
8398 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
8399
8d9e03e4 84002010-08-08 Juanma Barranquero <lekktu@gmail.com>
bbc4e17c
JB
8401
8402 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
8403
8d9e03e4 84042010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
9aea20c9
MK
8405
8406 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
8407 Fix typo in docstring (bug#6747).
8408
7815fe19 84092010-08-08 Leo <sdl.web@gmail.com>
16b0b347
LL
8410
8411 * eshell/esh-io.el (eshell-get-target): Better detection of
8412 read-only file (Bug#6762).
8413
7815fe19 84142010-08-08 Juanma Barranquero <lekktu@gmail.com>
ad9ae065
JB
8415
8416 * align.el (align-default-spacing): Doc fix.
8417 (align-region-heuristic, align-regexp): Fix typos in docstrings.
8418
733946e7 84192010-08-08 Stephen Peters <speters@itasoftware.com>
81ee9410 8420
490b89ac 8421 * calendar/icalendar.el
93acd23d
JB
8422 (icalendar--split-value): Fix splitting regexp. (Bug#6766)
8423 (icalendar--get-weekday-numbers): New.
81ee9410 8424 (icalendar--convert-recurring-to-diary): Handle multiple byday
93acd23d 8425 values in weekly rules. (Bug#6766)
81ee9410 8426
490b89ac
UJ
84272010-08-08 Ulf Jasper <ulf.jasper@web.de>
8428
8429 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
8430 (icalendar--create-uid, icalendar-export-region)
8431 (icalendar--parse-summary-and-rest): Code formatting.
8432
2c695727
JB
84332010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
8434
01c35094 8435 * calc/calc.el (calc-trail-mode, calc-refresh): Use `face' property
2c695727
JB
8436 to italicize headers.
8437 (calc-highlight-selections-with-faces): New variable.
8438 (calc-selected-face, calc-nonselected-face): New faces.
8439
8440 * calc/calccomp.el (math-comp-highlight-string): Use
8441 `calc-highlight-selections-with-faces' to determine how to highlight
8442 sub-formulas.
8443
8444 * calc/calc-sel.el (calc-show-selections): Change message to when
8445 using faces to highlight selections.
8446
b93d4f22
MM
84472010-08-07 Michael R. Mauger <mmaug@yahoo.com>
8448
8d9e03e4
JB
8449 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
8450 Add SQLite 3 keywords, functions and datatypes.
8451 (sql-interactive-mode): Remove `comint-process-echoes' set to t
b93d4f22
MM
8452 (Bug#6686).
8453
9852377f
CY
84542010-08-07 Chong Yidong <cyd@stupidchicken.com>
8455
8456 * simple.el (select-active-regions): Move to keyboard.c.
8457 (deactivate-mark): Used saved-region-selection.
8458 (select-active-region): Function removed.
8459 (activate-mark, set-mark, push-mark-command)
8460 (handle-shift-selection): Don't call it.
8461 (keyboard-quit): Avoid adding the region to the window selection.
8462
8463 * mouse.el (mouse-drag-track): Remove hacks to deal with old
8464 select-active-regions implementation.
8465 (mouse-yank-at-click): Doc fix.
8466
8467 * cus-start.el: Add custom declaration for select-active-regions.
8468
822775bf
EZ
84692010-08-07 Eli Zaretskii <eliz@gnu.org>
8470
4c5130d6
EZ
8471 * simple.el (delete-forward-char): Doc fix.
8472
822775bf
EZ
8473 * tutorial.el (help-with-tutorial): Hack safe file-local variables
8474 after reading the tutorial.
8475
bd4c5e3e
AM
84762010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
8477
6a7662bb
BR
8478 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
8479 Fix for the case that a C style comment has its delimiters alone on
cb6fa1ad 8480 their respective lines. (Bug#193)
bd4c5e3e 8481
d00fa9b6
MA
84822010-08-06 Michael Albinus <michael.albinus@gmx.de>
8483
8d9e03e4 8484 * net/tramp.el (tramp-handle-start-file-process): Set connection
d00fa9b6 8485 property "vec".
6a7662bb
BR
8486 (tramp-process-sentinel): Use it for flushing the cache.
8487 We cannot do it via the process buffer, the buffer could be deleted
d00fa9b6
MA
8488 already when running the sentinel.
8489
84902010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
942415f3
MA
8491
8492 * comint.el (comint-mode): Make directory tracking functions
8493 functional on remote files. (Bug#6764)
8494
b3d42406
DN
84952010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
8496
8497 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
8498
29cf3e20
EZ
84992010-08-05 Eli Zaretskii <eliz@gnu.org>
8500
6a7662bb
BR
8501 * emacs-lisp/find-gc.el (find-gc-source-files):
8502 Rename unexec.c => unexcoff.c.
29cf3e20 8503
6a7662bb
BR
8504 * emacs-lisp/authors.el (authors-fixed-entries):
8505 Rename unexec.c => unexcoff.c.
29cf3e20 8506
39e1bf0b
MA
85072010-08-05 Michael Albinus <michael.albinus@gmx.de>
8508
8509 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
8510 cache, not only file cache.
8511 (tramp-process-sentinel): New defun.
8512 (tramp-handle-start-file-process): Use it, in order to invalidate
8513 file caches.
8514
9f982e22
LL
85152010-08-03 Leo <sdl.web@gmail.com>
8516
8517 * server.el (server-start): Simplify loop.
8518
0798a8d8
SM
85192010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
8520
548c5c47
SM
8521 * frame.el (screen-height, screen-width, set-screen-width)
8522 (set-screen-height): Remove ancient compatibility aliases.
8523
3311d1c2
SM
8524 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
8525 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
8526
0798a8d8
SM
8527 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
8528 that change current buffer.
8529
26ee77a6
YM
85302010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8531
8532 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
8533 beginning of the string. Use `string-match-p'. (Bug#6765)
8534
aa1859f5
J
85352010-08-01 Jan Djärv <jan.h.d@swipnet.se>
8536
8537 * cus-start.el (x-gtk-use-system-tooltips): New variable.
8538
376c2b6b
CY
85392010-08-01 Chong Yidong <cyd@stupidchicken.com>
8540
0798a8d8 8541 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
376c2b6b 8542 (package--builtins): Tweak descriptions.
0798a8d8
SM
8543 (package-print-package): Upcase descriptions if necessary.
8544 Show all built-in packages in font-lock-builtin-face.
8545 (package-list-packages-internal): Omit "emacs" package.
8546 Show status of built-in packages as "built-in".
376c2b6b 8547
16041401
CY
85482010-07-31 Chong Yidong <cyd@stupidchicken.com>
8549
8550 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
8551 before killing to preserve the primary selection (Bug#6701).
8552
8553 * term/x-win.el (x-select-text): Doc fix.
8554
0798a8d8
SM
85552010-07-31 Nathaniel Flath <flat0103@gmail.com>
8556
452ea855
AM
8557 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
8558 (objc-font-lock-extra-types):
452ea855 8559 * progmodes/cc-mode.el (c-basic-common-init):
452ea855
AM
8560 * progmodes/cc-langs.el (c-make-mode-syntax-table)
8561 (c++-make-template-syntax-table)
8562 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
8563 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
8564 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
8565 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
452ea855
AM
8566 * progmodes/cc-fonts.el (c-make-inverse-face)
8567 (c-basic-matchers-after):
452ea855
AM
8568 * progmodes/cc-engine.el (c-forward-keyword-clause)
8569 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
8570 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
8571 (c-guess-continued-construct, c-guess-basic-syntax):
2f5e7c6f
GM
8572 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
8573 The above functions were modified or created.
452ea855 8574
37766706
J
85752010-07-31 Jan Djärv <jan.h.d@swipnet.se>
8576
0798a8d8 8577 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
37766706 8578
cd83d522
EZ
85792010-07-31 Eli Zaretskii <eliz@gnu.org>
8580
8581 * files.el (bidi-paragraph-direction): Define safe local values.
8582
8583 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
8584 language-info-alist. Remove outdated FIXME in a comment.
8585
28e5cf7c
AM
85862010-07-31 Alan Mackenzie <acm@muc.de>
8587
8588 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
8589 Auto-fill broken in C/C++ modes.
8590
bfeabdc3
JD
85912010-07-29 Jan Djärv <jan.h.d@swipnet.se>
8592
8593 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
8594 (menu-bar-showhide-tool-bar-menu-customize-disable)
8595 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
0798a8d8
SM
8596 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
8597 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
bfeabdc3
JD
8598 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
8599 make a menu for Options => toolbar that can move it.
8600
063e5294
CY
86012010-07-29 Chong Yidong <cyd@stupidchicken.com>
8602
8603 * emacs-lisp/package-x.el (package--make-rss-entry):
8604 (package-maint-add-news-item, package--update-news)
8605 (package-upload-buffer-internal): New arg ARCHIVE-URL.
8606
8607 * emacs-lisp/package.el (package-archive-url): Rename from
8608 package-archive-id.
8609 (package-install): Doc fix.
8610 (package-download-single, package-download-tar, package-install)
8611 (package-menu-view-commentary): Callers changed.
8612
683cc385
MA
86132010-07-29 Michael Albinus <michael.albinus@gmx.de>
8614
8615 * net/tramp.el (tramp-handle-start-file-process): Check only for
8616 `remote-tty' process property.
8617 (tramp-open-shell): Don't check for tty.
8618 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
8619 process property.
8620
8621 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
8622 host.
8623
bc44bef7
PH
86242010-07-28 Chong Yidong <cyd@stupidchicken.com>
8625
8626 * emacs-lisp/package.el (package-load-list, package-archives)
8627 (package-archive-contents, package-user-dir)
8628 (package-directory-list, package--builtins, package-alist)
8629 (package-activated-list, package-obsolete-alist): Mark as risky.
8630
86312010-07-28 Phil Hagelberg <phil@evri.com>
8632
8633 Add support for non-default package repositories.
8634 * emacs-lisp/package.el (package-archive-base): Var deleted.
8635 (package-archives): New variable.
8636 (package-archive-contents): Doc fix.
0798a8d8 8637 (package-load-descriptor): Do nothing if descriptor file is missing.
bc44bef7
PH
8638 (package--write-file-no-coding): New function.
8639 (package-unpack-single): Use it.
8640 (package-archive-id): New function.
8641 (package-download-single, package-download-tar)
8642 (package-menu-view-commentary): Use it.
8643 (package-installed-p): Make second argument optional.
8644 (package-read-all-archive-contents): New function.
8645 (package-initialize): Use it.
8646 (package-read-archive-contents): Add ARCHIVE argument.
8647 (package--add-to-archive-contents): New function.
8648 (package-install): Don't call package-read-archive-contents.
8649 (package--download-one-archive): Store archive file in a
8650 subdirectory of package-user-dir.
8651 (package-menu-execute): Remove spurious line movement.
8652
8a52f00a
JD
86532010-07-28 Jan Djärv <jan.h.d@swipnet.se>
8654
8655 * cus-start.el (tool-bar-style): Add text-image-horiz.
8656
b21d3ceb
MA
86572010-07-28 Michael Albinus <michael.albinus@gmx.de>
8658
8659 * progmodes/gud.el (gud-common-init): Check for remoteness of
8660 `file', and not of `default-directory'.
8661
8fbcce2d
MA
86622010-07-28 Michael Albinus <michael.albinus@gmx.de>
8663
8664 * net/tramp.el (tramp-methods): Move hostname to the end in all
8665 ssh `tramp-login-args'.
8666 (tramp-verbose): Describe verbose level 9.
8667 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
8668 (tramp-open-connection-setup-interactive-shell): Trace stty
8669 settings if `tramp-verbose' >= 9.
8670 (tramp-handle-start-file-process): Implement tty setting.
8671 (Bug#4604, Bug#6360)
8672
8673 * net/tramp-cmds.el (tramp-bug): Recommend setting of
8674 `tramp-verbose' to 9.
8675
128440c9
AH
86762010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
8677
8678 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
8679 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
8680 Remove references to package `lisp-re' (bug#4369).
8681
ae0c2494
TT
86822010-07-27 Tom Tromey <tromey@redhat.com>
8683
8684 * progmodes/js.el (js-mode):
8685 * progmodes/make-mode.el (makefile-mode):
8686 * progmodes/simula.el (simula-mode):
8687 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
8688
0ed082fe 86892010-07-27 Juanma Barranquero <lekktu@gmail.com>
fe4be04c
JB
8690
8691 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
8692
7c7c04c0
JB
8693 * time.el (display-time-day-and-date): Remove spurious * in docstring.
8694 (display-time-world-buffer-name, display-time-world-mode-map):
8695 Fix typos in docstrings.
8696
0ed082fe 86972010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
c9088194
SK
8698
8699 * image-mode.el (image-display-size): New function.
8700 (image-forward-hscroll, image-next-line, image-eol, image-eob)
8701 (image-mode-fit-frame): Use it (Bug#6639).
8702
0ed082fe 87032010-07-27 Chong Yidong <cyd@stupidchicken.com>
dad7c716
CY
8704
8705 * dired.el (dired-buffers-for-dir): Handle list values of
8706 dired-directory (Bug#6636).
8707
aa2d4bd3
SS
87082010-07-26 Sam Steingold <sds@gnu.org>
8709
8710 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
8711 Do not call `x-get-selection' the second time, reuse the value.
8712
78b84da3
DU
87132010-07-26 Daiki Ueno <ueno@unixuser.org>
8714
8715 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
0798a8d8 8716 which consist of control chars only. Suggested by Richard Stallman.
78b84da3 8717
4f195cf7
DU
87182010-07-25 Daiki Ueno <ueno@unixuser.org>
8719
8720 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
8721 exists before passing an error to find-file-not-found-functions
8722 (bug#6723).
8723
195e19e4
LH
87242010-07-23 Lukas Huonker <l.huonker@gmail.com>
8725
8726 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
8727 Remove leading nil element, adjust values.
8728 (tetris-shapes, tetris-shape-scores):
8729 Change representation of shapes and remove some redundancy.
8730 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
8731 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
8732 Adjust for working with new representation of shapes.
8733 (tetris-shape-rotations): New function.
8734 (tetris-move-bottom, tetris-move-left, tetris-move-right)
8735 (tetris-rotate-prev, tetris-rotate-next):
8736 Adjust for working with the new version of tetris-test-shape.
8737
9cf2db99
MT
87382010-07-23 Markus Triska <markus.triska@gmx.at>
8739
8740 * progmodes/ps-mode.el: Use comint (bug#5954).
8741 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
8742 (ps-mode-other-newline): Simplify.
8743 (ps-run-mode): Derive from comint-mode instead of
8744 fundamental-mode, yielding input history etc.
8745 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
8746 (ps-run-send-string): Adapt for comint-mode.
8747 (ps-run-newline): Remove now unneeded function.
8748
225d5e9e
MA
87492010-07-23 Michael Albinus <michael.albinus@gmx.de>
8750
8751 * net/tramp.el (tramp-methods): Move hostname to the end in all
8752 plink `tramp-login-args'.
8753
84bc68f2
MA
87542010-07-23 Michael Albinus <michael.albinus@gmx.de>
8755
8756 * net/tramp.el (tramp-open-shell): New defun.
8757 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8758 Use it.
8759
1eb5ca1c
MA
87602010-07-23 Michael Albinus <michael.albinus@gmx.de>
8761
8762 * net/tramp.el (tramp-file-name-regexp-unified)
8763 (tramp-completion-file-name-regexp-unified): On W32 systems, do
8764 not regard the volume letter as remote filename. (Bug#5447)
8765
440735a7
JB
87662010-07-23 Juanma Barranquero <lekktu@gmail.com>
8767
8768 * custom.el (custom-declare-variable): Give a clearer error message
8769 when the docstring is missing (bug#6476).
8770
5474c40f
MM
87712010-07-22 Michael R. Mauger <mmaug@yahoo.com>
8772
8773 * progmodes/sql.el: Version 2.4. Improved Login prompting.
8774 (sql-login-params): New widget definition.
8775 (sql-oracle-login-params, sql-mysql-login-params)
8776 (sql-solid-login-params, sql-sybase-login-params)
8777 (sql-informix-login-params, sql-ingres-login-params)
8778 (sql-ms-login-params, sql-postgres-login-params)
8779 (sql-interbase-login-params, sql-db2-login-params)
8780 (sql-linter-login-params): Use it.
8781 (sql-sqlite-login-params): Use it; Define "database" parameter as
8782 a file name.
c4cc8b9a 8783 (sql-sqlite-program): Change to "sqlite3".
5474c40f
MM
8784 (sql-comint-sqlite): Make sure database name is complete.
8785 (sql-for-each-login): New function.
8786 (sql-connect, sql-save-connection): Use it.
8787 (sql-get-login-ext): New function.
8788 (sql-get-login): Use it.
8789 (sql-make-alternate-buffer-name): Handle :file parameters.
8790
9c0deccb
JB
87912010-07-22 Juanma Barranquero <lekktu@gmail.com>
8792
8793 * dired.el (dired-no-confirm): Document value t and fix defcustom to
8794 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
8795
aac818a8
TL
87962010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
8797
8798 * dired.el (dired-mode-map): Use command remapping (bug#6632).
8799
47d2734f
LM
88002010-07-22 Lawrence Mitchell <wence@gmx.li>
8801
8802 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
8803
10e73994
MA
88042010-07-21 Michael Albinus <michael.albinus@gmx.de>
8805
8806 * net/tramp.el (tramp-get-ls-command)
8807 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
8808 instead of "/".
8809
d26b0ea9
MM
88102010-07-20 Michael R. Mauger <mmaug@yahoo.com>
8811
8812 * progmodes/sql.el: Version 2.3.
f49d1f52 8813 (sql-connection-alist): Change keys from symbols to strings;
d26b0ea9 8814 enhanced the widget definition.
88b5a757
DD
8815 (sql-mode-menu): Add submenu to select connections.
8816 (sql-interactive-mode-menu): Add "Save Connection" item.
8817 (sql-add-product): Fix menu item.
d26b0ea9 8818 (sql-get-product-feature): Improved error handling.
5f9d345c 8819 (sql--alt-buffer-part, sql--alt-if-not-empty): Remove.
d26b0ea9
MM
8820 (sql-make-alternate-buffer-name): Simplified.
8821 (sql-product-interactive): Handle missing product.
8822 (sql-connect): Support string keys, minor improvements.
8823 (sql-save-connection): New function.
8824 (sql-connection-menu-filter): New function.
8825
af4b9ae5
MA
88262010-07-20 Michael Albinus <michael.albinus@gmx.de>
8827
8828 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
6a7662bb
BR
8829 (tramp-open-connection-setup-interactive-shell):
8830 Apply workaround for IRIX64 bug. Move argument of last
af4b9ae5
MA
8831 `tramp-send-command' where it belongs to.
8832
da040a16
MA
88332010-07-20 Michael Albinus <michael.albinus@gmx.de>
8834
8835 * net/tramp.el (tramp-perl-file-attributes)
8836 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
8837 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
8838 front of `login-args'.
8839
16f3ade5
JB
88402010-07-19 Juanma Barranquero <lekktu@gmail.com>
8841
8842 * time.el (display-time-world-mode): Define with `define-derived-mode'.
8843 Set `show-trailing-whitespace' to nil.
8844 (display-time-world-display): Simplify.
8845
00af0b67
AM
88462010-07-18 Alan Mackenzie <acm@muc.de>
8847
8848 Enhance `c-file-style' in file/directory local variables.
a628ad9d 8849 * progmodes/cc-mode.el (c-count-cfss): New function.
00af0b67
AM
8850 (c-before-hack-hook): Call `c-set-style' differently according to
8851 whether c-file-style was set in file or directory local
8852 variables.
8853
30c4d8dc
MM
88542010-07-18 Michael R. Mauger <mmaug@yahoo.com>
8855
8856 * progmodes/sql.el: Version 2.2.
6a7662bb
BR
8857 (sql-product, sql-user, sql-database, sql-server, sql-port):
8858 Use defcustom :safe keyword rather than putting safe-local-variable
30c4d8dc
MM
8859 property.
8860 (sql-password): Use defcustom :risky keyword rather than putting
8861 risky-local-variable property.
8862 (sql-oracle-login-params, sql-sqlite-login-params)
8863 (sql-solid-login-params, sql-sybase-login-params)
8864 (sql-informix-login-params, sql-ingres-login-params)
8865 (sql-ms-login-params, sql-postgres-login-params)
8866 (sql-interbase-login-params, sql-db2-login-params)
c4cc8b9a 8867 (sql-linter-login-params): Add `port' option.
88b5a757 8868 (sql-get-product-feature): Add NO-INDIRECT parameter.
30c4d8dc
MM
8869 (sql-comint-oracle, sql-comint-sybase)
8870 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
8871 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
8872 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
88b5a757 8873 (sql-comint-linter): Rename sql-connect-* functions to
30c4d8dc 8874 sql-comint-*.
88b5a757 8875 (sql-product-alist, sql-mode-menu): Rename as above and
30c4d8dc 8876 :sqli-connect-func to :sqli-comint-func.
c4cc8b9a 8877 (sql-connection): New variable.
30c4d8dc
MM
8878 (sql-interactive-mode): Set it.
8879 (sql-connection-alist): New variable.
8880 (sql-connect): New function.
8881 (sql--alt-buffer-part, sql--alt-if-not-empty)
a628ad9d 8882 (sql-make-alternate-buffer-name): Improved alternative buffer name.
30c4d8dc 8883
f12492c8
TV
88842010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8885
8886 * image-mode.el (image-bookmark-make-record): Do not set context
8887 in an image (Bug#6650).
8888
91023c68
CY
88892010-07-17 Chong Yidong <cyd@stupidchicken.com>
8890
8891 * simple.el (select-active-region): New function.
8892 (push-mark-command, set-mark, activate-mark)
8893 (handle-shift-selection): Use it.
8894 (deactivate-mark): Don't check for size of region.
8895
8896 * mouse.el (mouse-drag-track): Use select-active-region.
8897
1c0e8f0e
MA
88982010-07-17 Michael Albinus <michael.albinus@gmx.de>
8899
8900 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
8901 "--dired" stronger.
8902
2490cbbc
CY
89032010-07-17 Chong Yidong <cyd@stupidchicken.com>
8904
8905 * term/x-win.el (x-select-enable-primary): Change default to nil.
8906 (x-select-enable-clipboard): Add :version keyword.
8907
8908 * mouse.el (mouse-drag-copy-region):
8909 * simple.el (select-active-regions): Likewise.
8910
f253ef6a
RS
89112010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
8912
a628ad9d 8913 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
f253ef6a
RS
8914 (vc-coding-system-for-diff): Use it to decide whether to inherit
8915 from the file the EOL format for reading the diffs of that file.
8916 (Bug#4451)
8917
134a027f
EZ
89182010-07-16 Eli Zaretskii <eliz@gnu.org>
8919
8920 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
8921 unibyte, so compressed attachments are not compressed again.
8922
7e4289ad
MA
89232010-07-16 Michael Albinus <michael.albinus@gmx.de>
8924
8925 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
8926 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
8927 (tramp-find-shell): Simplify setting connection property.
8928 (tramp-get-ls-command): Make test for "--color=never" stronger.
8929
7473fff9 89302010-07-15 Simon South <ssouth@member.fsf.org>
2c6a779a
SS
8931
8932 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
8933 blocks within record declarations (i.e. variant parts) correctly.
8934
a11b38ee
SS
89352010-07-15 Simon South <ssouth@member.fsf.org>
8936
8937 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
8938 over literal tokens when parsing so newlines aren't "absorbed" by
8939 single-line comments. Corrects the indentation of case blocks
8940 that have a comment on the first line.
8941
077e0753
KF
89422010-07-14 Karl Fogel <kfogel@red-bean.com>
8943
8944 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
8945 by Drew Adams (Bug#5504).
8946
243881ed
J
89472010-07-14 Jan Djärv <jan.h.d@swipnet.se>
8948
8949 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
dd86ea11 8950 now that Unicode is used (Bug#6594).
243881ed 8951
f9d71b42
CY
89522010-07-14 Chong Yidong <cyd@stupidchicken.com>
8953
8954 * term/x-win.el (x-select-enable-clipboard): Default to t.
8955 (x-initialize-window-system): Don't overwrite Paste menu item.
8956
8957 * simple.el (select-active-regions): Default to t.
8958 (push-mark-command): Don't overwrite primary with empty string.
8959
8960 * mouse.el: Bind mouse-2 to mouse-yank-primary.
8961 (mouse-drag-copy-region): Default to nil.
8962
8963 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
8964 Cut/Copy/Paste menu bar items.
8965
a628ad9d 89662010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8f2eaa8a
TV
8967
8968 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
8969 Patch applied by Karl Fogel.
8970
8971 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
8972 and `bookmark-current-buffer' if they have been already set in
8973 another buffer (e.g gnus-art).
8974
e44fa724 89752010-07-13 Karl Fogel <kfogel@red-bean.com>
a628ad9d 8976 Thierry Volpiatto <thierry.volpiatto@gmail.com>
e44fa724
KF
8977
8978 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
8979
8980 * bookmark.el (bookmark-make-record-default): Allow unneeded
8981 information to be omitted from the record.
8982
8983 Adjust declarations and calls:
8984
8985 * info.el (bookmark-make-record-default): Adjust declaration.
8986 (Info-bookmark-make-record): Adjust call.
8987
8988 * woman.el (bookmark-make-record-default): Adjust declaration.
8989 (woman-bookmark-make-record): Adjust call.
8990
8991 * man.el (bookmark-make-record-default): Adjust declaration.
8992 (Man-bookmark-make-record): Adjust call.
8993
8994 * image-mode.el (bookmark-make-record-default): Adjust declaration.
8995
8996 * doc-view.el (bookmark-make-record-default): Adjust declaration.
8997
0c4371fe
KF
89982010-07-13 Karl Fogel <kfogel@red-bean.com>
8999
9000 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
9001 This is also from Thierry Volpiatto's patch in bug #6444. However,
9002 because it was extraneous to the functional change in that patch,
9003 and causes a re-indendation, I am committing it separately.
9004
2bb8db3e 90052010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
068a0233
KF
9006
9007 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
9008 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
2bb8db3e 9009 Patch applied by Karl Fogel (Bug#6444).
068a0233 9010
21bd02a6
CY
90112010-07-13 Chong Yidong <cyd@stupidchicken.com>
9012
9013 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
9014
79cb9c05
AR
90152010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
9016
9017 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
9018 Dempsky; bug#5084). Remove incorrect binding for S-tab.
9019 (ns-alternatives-map): Change S-tab binding to backtab
9020 (bug#6616).
9021
9022 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
9023 under ns.
9024
beb000f9
AS
90252010-07-12 Andreas Schwab <schwab@linux-m68k.org>
9026
dd86ea11
JB
9027 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
9028 (Bug#5806)
e9952282 9029
beb000f9
AS
9030 * language/tv-util.el (tai-viet-re): Remove format.
9031
6f2cdcd1
KH
90322010-07-12 Kenichi Handa <handa@m17n.org>
9033
dd86ea11
JB
9034 * language/hebrew.el: Remove no-byte-compile declaration.
9035 Change coding: tag to utf-8. Register hebrew-shape-gstring in
6f2cdcd1
KH
9036 composition-function-table for 3-character looking back.
9037 (hebrew-font-get-precomposed): New function.
9038 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
9039
f479ef6e
CY
90402010-07-11 Chong Yidong <cyd@stupidchicken.com>
9041
9042 * mouse.el (mouse-drag-track): Handle select-active-regions
9043 (Bug#6612).
9044
3277c1ee
MA
90452010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
9046
9047 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
9048 empty argument to gvfs-copy.
9049
3260caf8
GM
90502010-07-10 Glenn Morris <rgm@gnu.org>
9051
9052 * calendar/calendar.el (calendar-week-end-day): New function.
9053 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
9054 Respect calendar-week-start-day. (Bug#6606)
9055 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
9056 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
9057 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
9058 respect calendar-week-start-day.
9059
c876b263
CY
90602010-07-10 Chong Yidong <cyd@stupidchicken.com>
9061
9062 * simple.el (use-region-p): Doc fix (Bug#6607).
9063
dce34635
AG
90642010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
9065
6a7662bb
BR
9066 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9067 Add regexps for cucumber and ruby.
dce34635 9068
c0397930
DU
90692010-07-08 Daiki Ueno <ueno@unixuser.org>
9070
9071 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
9072 (epa-file-insert-file-contents): Hack to prevent
192cfe77 9073 find-file from opening empty buffer when decryption failed
c0397930
DU
9074 (bug#6568).
9075
fd5539c6
AM
90762010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
9077
a628ad9d
JB
9078 * textmodes/ispell.el (ispell-alternate-dictionary):
9079 Use file-readable-p.
fd5539c6
AM
9080 Return nil if no word-list is found at default locations.
9081 (ispell-complete-word-dict): Default to nil.
9082 (ispell-command-loop): Use 'word-list' when using lookup-words.
9083 (lookup-words): Use ispell-complete-word-dict or
9084 ispell-alternate-dictionary. Check for word-list availability
9085 and handle errors if needed with better messages (Bug#6539).
9086 (ispell-complete-word): Use ispell-complete-word-dict or
9087 ispell-alternate-dictionary.
9088
4565b08e
CS
90892010-07-07 Christoph Scholtes <cschol2112@gmail.com>
9090
9091 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
9092 builtins (BufferError, BytesWarning, WindowsError; callables
9093 bin, bytearray, bytes, format, memoryview, next, print; __package__).
9094
a2c270e7
GM
90952010-07-07 Glenn Morris <rgm@gnu.org>
9096
9097 * play/zone.el (top-level): Do not require timer, tabify, or cl.
9098 (zone-shift-left): Ignore intangibility, and any errors from
9099 forward-char.
9100 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
9101 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
9102 deleting, and copying text properties.
9103 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
9104 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
9105 to point-max is hard.
9106 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
9107 (zone-fill-out-screen): Ignore intangibility.
9108
81133808
CY
91092010-07-05 Chong Yidong <cyd@stupidchicken.com>
9110
4ad11f8c
CY
9111 * menu-bar.el (menu-bar-mode):
9112 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
9113 if it has been set.
9114
81133808
CY
9115 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
9116 word/line selection (Bug#6565).
9117
b24344ca
JB
91182010-07-04 Juanma Barranquero <lekktu@gmail.com>
9119
9120 * net/dbus.el (dbus-send-signal): Declare function.
9121
b1ce08da
MA
91222010-07-04 Michael Albinus <michael.albinus@gmx.de>
9123
9124 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
9125 (dbus-register-property): New optional argument EMITS-SIGNAL.
9126 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
9127
5592c08f
CY
91282010-07-03 Chong Yidong <cyd@stupidchicken.com>
9129
9130 * mouse.el (mouse-drag-overlay): Variable deleted.
9131 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
9132 (mouse--remap-link-click-p): New function.
9133 (mouse-drag-track): Handle dragging by using temporary Transient
9134 Mark mode, instead of a special overlay.
9135 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
9136 mouse-show-mark.
9137
9138 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
9139 deleted.
9140
a6ed0e28
JL
91412010-07-02 Juri Linkov <juri@jurta.org>
9142
9143 * autoinsert.el (auto-insert-alist): Fix readability
9144 by using dotted pair notation for lambda.
9145
c91e692b
JL
91462010-07-02 Juri Linkov <juri@jurta.org>
9147
9148 * faces.el (read-face-name): Rename arg `string-describing-default'
9149 to `default'. Doc fix. Display the default value in quotes
9150 in the prompt. With empty input, return the `default' arg,
9151 unless the default value is a string (in which case return nil).
9152 (describe-face): Replace the string `default' arg of `read-face-name'
9153 with the symbol `default'.
9154
23640f8f
CY
91552010-07-02 Chong Yidong <cyd@stupidchicken.com>
9156
9157 * emulation/viper-cmd.el (viper-delete-backward-char)
9158 (viper-del-backward-char-in-insert)
9159 (viper-del-backward-char-in-replace, viper-change)
9160 (viper-backward-indent): Replace delete-backward-char with
9161 delete-char (Bug#6552).
9162
b32d1614
CY
91632010-07-01 Chong Yidong <cyd@stupidchicken.com>
9164
9165 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
9166
c1ef4455
CY
91672010-06-30 Chong Yidong <cyd@stupidchicken.com>
9168
9169 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
9170 argument passed to frame-creation-function (Bug#5378).
9171
9172 * faces.el (x-handle-named-frame-geometry)
9173 (x-handle-reverse-video, x-create-frame-with-faces)
6a7662bb
BR
9174 (face-set-after-frame-default, tty-create-frame-with-faces):
9175 Don't separately consult default-frame-alist. It is now passed as the
c1ef4455
CY
9176 PARAMETER argument.
9177
55702e89
AS
91782010-06-30 Andreas Schwab <schwab@linux-m68k.org>
9179
9180 * startup.el (command-line): Don't call tool-bar-setup in a
9181 tty-only build.
9182
dc9a226c
CY
91832010-06-30 Chong Yidong <cyd@stupidchicken.com>
9184
9185 * ruler-mode.el (ruler--save-header-line-format): New fun.
9186 (ruler-mode): Use it as a setter function, so as not to overwrite
9187 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
9188
a2f043d3
CY
91892010-06-29 Chong Yidong <cyd@stupidchicken.com>
9190
9191 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
9192 (vc-root-diff, vc-print-root-log, vc-log-incoming)
9193 (vc-log-outgoing): Use it.
9194 (vc-diff-internal): Set diff-vc-backend.
9195
9196 * vc/diff-mode.el (diff-vc-backend): New var.
9197
62d115ef
J
91982010-06-28 Jan Djärv <jan.h.d@swipnet.se>
9199
6a7662bb
BR
9200 * dynamic-setting.el (font-setting-change-default-font):
9201 Remove call to message.
62d115ef 9202
1180f752
KH
92032010-06-28 Kenichi Handa <handa@m17n.org>
9204
9205 * international/quail.el (quail-insert-kbd-layout): Fix the
9206 showing of untranslated characters.
9207
b9229673
CY
92082010-06-28 Chong Yidong <cyd@stupidchicken.com>
9209
9210 * simple.el (delete-active-region): New option.
9211 (delete-backward-char): Implement in Lisp.
9212 (delete-forward-char): New command.
9213
5f9d345c 9214 * mouse.el (mouse-region-delete-keys): Delete.
b9229673
CY
9215 (mouse-show-mark): Simplify.
9216
9217 * bindings.el (global-map): Bind delete and DEL, the former to
9218 delete-forward-char.
9219
a628ad9d 92202010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
2286174e
CY
9221
9222 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
9223 (ruby-mode): Bind indent-line-function (Bug#5119).
9224
3468f435
CY
92252010-06-27 Chong Yidong <cyd@stupidchicken.com>
9226
9227 * startup.el (command-line): Recognize "0" X resource value.
9228
6431f2e6
CY
92292010-06-27 Chong Yidong <cyd@stupidchicken.com>
9230
9231 * startup.el (command-line): Use X resources to set the value of
9232 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
9233
9234 * menu-bar.el (menu-bar-mode):
9235 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
9236 Set init-value to t.
9237
9238 * frame.el (frame-notice-user-settings): Don't change
9239 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
9240 vice versa (Bug#2249).
9241
b61dfbe2
EZ
92422010-06-26 Eli Zaretskii <eliz@gnu.org>
9243
9244 * w32-fns.el (w32-convert-standard-filename): Doc fix.
9245
f5cbf40e
AM
92462010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
9247
a628ad9d
JB
9248 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
9249 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
f5cbf40e 9250
a628ad9d 9251 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
dd86ea11 9252 default directories are expanded (Bug#6143).
f5cbf40e 9253
8f3b8a5f
JL
92542010-06-24 Juri Linkov <juri@jurta.org>
9255
9256 * minibuffer.el (completions-format): Change default from nil to
9257 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
9258
5af72a47
JL
92592010-06-24 Juri Linkov <juri@jurta.org>
9260
9261 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
9262 buffer-locally to lambda that re-runs the vc diff command.
9263 (Bug#6447)
9264
8f804316
CY
92652010-06-24 Chong Yidong <cyd@stupidchicken.com>
9266
9267 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
9268 echo area is in use (Bug#3412).
9269
be19ef0b
GM
92702010-06-22 Glenn Morris <rgm@gnu.org>
9271
6555773f
GM
9272 * textmodes/texinfmt.el (texinfo-format-region)
9273 (texinfo-raise-lower-sections, texinfo-format-separate-node)
9274 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
9275 (texinfo-format-option, texinfo-noindent):
9276 Use line-beginning-position and line-end-position.
9277
be19ef0b
GM
9278 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
9279 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
9280 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
9281 utf-8 characters.
9282
7f0b7b3e
KF
92832010-06-21 Karl Fogel <kfogel@red-bean.com>
9284
49554388
GM
9285 * play/zone.el (zone-fall-through-ws): Fix next-line ->
9286 forward-line fallout.
9287
e8579ebc
CY
92882010-07-06 Chong Yidong <cyd@stupidchicken.com>
9289
9290 * mouse.el (mouse-appearance-menu): Add docstring.
9291
9292 * help.el (describe-key): Print up-event using key-description.
9293
5d1cd8bd
MA
92942010-07-03 Michael Albinus <michael.albinus@gmx.de>
9295
9296 * net/zeroconf.el (zeroconf-resolve-service)
95b6d681 9297 (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
5d1cd8bd
MA
9298 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
9299
112dbc0e
MA
93002010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
9301
9302 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
9303
d0cb23ca
DN
93042010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
9305
9306 Avoid displaying files with a nil state in vc-dir.
a628ad9d 9307 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
d0cb23ca
DN
9308 cases that cause insertion.
9309 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
9310 with a nil state.
9311
01b229d1
CY
93122010-06-30 Chong Yidong <cyd@stupidchicken.com>
9313
9314 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
9315
8bf1c786 93162010-06-29 Leo <sdl.web@gmail.com>
a354ac6a
LL
9317
9318 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
9319
dfc6544c
CY
93202010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9321
9322 * generic-x.el (bat-generic-mode): Fix regexp for command line
9323 switches (Bug#5719).
9324
b7d4de51
CY
93252010-06-27 Masatake YAMATO <yamato@redhat.com>
9326
dfc6544c
CY
9327 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
9328 of nconc to avoid pure storage error (Bug#6239).
b7d4de51 9329
53cfe624 93302010-06-27 Christoph Scholtes <cschol2112@googlemail.com>
3726248f 9331
8bf1c786 9332 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
3726248f
CY
9333 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
9334 bindings of bookmark-automatically-show-annotations (Bug#6515).
9335
aca54191
EZ
93362010-06-25 Eli Zaretskii <eliz@gnu.org>
9337
9338 * arc-mode.el (archive-zip-extract): Don't quote the file name on
9339 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
9340
2330fa87
ŠN
93412010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
9342
9343 * comint.el (make-comint, make-comint-in-buffer): Mention return
9344 value in the docstrings. (Bug#6498)
9345
29115ca9
YR
93462010-06-24 Yoni Rabkin <yoni@rabkins.net>
9347
9348 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
9349 since it is not present when using some non-default switches.
9350
2c79f053
KF
93512010-06-23 Karl Fogel <kfogel@red-bean.com>
9352
7f0b7b3e
KF
9353 * simple.el (compose-mail): Fix doc string to refer to
9354 `compose-mail-user-agent-warnings', instead of to the
9355 nonexistent `compose-mail-check-user-agent'.
9356
43a91810
AM
93572010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
9358
9359 Fix an indentation bug:
9360
9361 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
9362 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
9363 of existing values.
9364
9365 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
9366 (c-clear->-pair-props-if-match-before): now return t when they've
9367 cleared properties, nil otherwise.
9368 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
9369 by taking account of the existing value.
9370
9371 * progmodes/cc-defs.el
9372 (c-clear-char-property-with-value-function): Fix this to clear the
9373 property rather than overwriting it with nil.
9374
8adb4c33
CY
93752010-06-20 Chong Yidong <cyd@stupidchicken.com>
9376
9377 * emacs-lisp/package.el (package-print-package): Add link to
9378 package description via describe-package.
9379 (describe-package-1): List package requirements. Add button to
9380 perform installation.
9381 (package-menu-describe-package): New command.
9382
9383 * help-mode.el (help-package): New button type.
9384
cced7584
CY
93852010-06-19 Chong Yidong <cyd@stupidchicken.com>
9386
9387 * emacs-lisp/package.el: Move package-list-packages binding to
9388 menu-bar.el.
9389 (describe-package, describe-package-1, package--dir): New funs.
9390 (package-activate-1): Use package--dir.
9391
9392 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
9393
9394 * help-mode.el (help-package-def): New button type.
9395
9396 * menu-bar.el: Move package-list-packages binding here from
9397 package.el.
9398
d148e8f9
GH
93992010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
9400
9401 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
9402
b1a03ef6
SM
94032010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9404
9405 * emacs-lisp/edebug.el (edebug-read-list):
9406 Phase out old-style backquotes.
9407
dbd6da78
JL
94082010-06-17 Juri Linkov <juri@jurta.org>
9409
9410 * help-mode.el (help-mode): Set buffer-local variable
9411 revert-buffer-function to help-mode-revert-buffer.
9412 (help-mode-revert-buffer): New function.
9413
9414 * info.el (Info-revert-find-node): Check for major-mode Info-mode
9415 before popping to "*info*" (like in other Info functions).
9416 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
9417 old-history-forward. Pop to old-buffer-name or "*info*" to
9418 recreate the killed buffer. Set Info-history-forward from
9419 old-history-forward.
9420 (Info-breadcrumbs-depth): Add :group and :version.
9421
64eba874
DN
94222010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
9423
9424 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
9425
26508c03
AM
94262010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
9427
a628ad9d
JB
9428 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
9429 for languages like Portuguese with pt_{BR,PT} and no plain pt.
26508c03 9430
69582fcd
JB
94312010-06-17 Juanma Barranquero <lekktu@gmail.com>
9432
54ea2a0d
JB
9433 * emacs-lisp/package.el (package-menu-mode-map):
9434 Move initialization into declaration.
9435
69582fcd
JB
9436 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
9437
44198b6e
CY
94382010-06-17 Chong Yidong <cyd@stupidchicken.com>
9439
9440 * emacs-lisp/package.el (package-archive-base): Point to
9441 elpa.gnu.org.
9442 (package-enable, package-load-list): New defcustoms.
9443 (package-user-dir, package-directory-list): Turn into defcustoms.
9444 Don't include package-user-dir in package-directory-list.
9445 (package--builtins-base): Don't include Emacs as a "package".
9446 (package-subdirectory-regexp): New var.
9447 (package-load-all-descriptors, package-compute-transaction)
9448 (package-download-transaction): Obey package-load-list.
9449 (package-activate-1): Rename from package-do-activate.
9450 (package-list-packages-internal): Check package-load-list.
9451 (package-load-descriptor, package-generate-autoloads)
9452 (package-unpack, package-unpack-single)
6a7662bb
BR
9453 (package--read-archive-file, package-delete):
9454 Use expand-file-name.
44198b6e
CY
9455
9456 * emacs-lisp/package-x.el: New file. Package uploading
9457 functionality split out from package.el.
9458
95b6d681 9459 * startup.el (command-line): Load packages after reading init file.
44198b6e
CY
9460
94612010-06-17 Tom Tromey <tromey@redhat.com>
9462
9463 * emacs-lisp/package.el: New file.
9464
50d76a9f
DN
94652010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9466
9467 Fix vc-annotate for renamed files when using Git.
76e3243a 9468 * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
50d76a9f
DN
9469 ls-files. Doe not pass the object as a file name to cat-file, it
9470 is not a file name.
9471 (vc-git-annotate-command): Pass the file name using -- to avoid
9472 ambiguity with the revision.
9473 (vc-git-previous-revision): Pass a relative file name.
9474
6095a05b
GM
94752010-06-22 Glenn Morris <rgm@gnu.org>
9476
943375a6
GM
9477 * progmodes/js.el (js-mode-map): Use standard capitalization and
9478 ellipses for menu entries.
9479
6095a05b
GM
9480 * wid-edit.el (widget-complete): Doc fix.
9481
4514199e
JH
94822010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
9483
9484 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
9485
c4786d60
DN
94862010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9487
11c46b39 9488 Fix annotating other revisions for renamed files in vc-annotate.
76e3243a 9489 * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
11c46b39 9490 VC backend. Use it when non-nil.
a628ad9d 9491 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
07976ae3 9492 (Bug#6487).
11c46b39 9493
c4786d60 9494 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
76e3243a 9495 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
c4786d60
DN
9496 Do not pass the file name to the 'previous-revision call when we
9497 don't want a file diff. (Bug#6489)
9498
04ec0963
DN
94992010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9500
11c46b39 9501 Fix finding revisions for renamed files in vc-annotate.
76e3243a 9502 * vc/vc.el (vc-find-revision): Add an optional argument for
04ec0963 9503 the VC backend. Use it when non-nil.
76e3243a 9504 * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
04ec0963
DN
9505 backend to vc-find-revision. (Bug#6487)
9506
c036381c
DN
95072010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
9508
9509 Fix reading file names in Git annotate buffers.
95b6d681
JB
9510 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
9511 Remove trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
c036381c 9512
05c123e6
AM
95132010-06-20 Alan Mackenzie <acm@muc.de>
9514
9515 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
9516 in file local variables, set it first.
9517
4111f0c7
GM
95182010-06-19 Glenn Morris <rgm@gnu.org>
9519
74739ffd
GM
9520 * descr-text.el (describe-char-unicode-data): Insert separating
9521 space when needed. (Bug#6422)
9522
4111f0c7
GM
9523 * progmodes/idlwave.el (idlwave-action-and-binding):
9524 Fix typo in 2009-12-03 change. (Bug#6450)
9525
e20f0421
SM
95262010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9527
9528 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
9529 handling for `lambda' (misunderstanding).
9530
fb3e306a
JB
95312010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
9532
dd86ea11 9533 * calc/calc-poly.el (math-accum-factors): Make sure that
fb3e306a
JB
9534 constants aren't distributed after they are factored out.
9535
e020fb59
JL
95362010-06-16 Juri Linkov <juri@jurta.org>
9537
9538 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
9539 `list-colors-print'. (Bug#6332)
9540
b8add347
SM
9541 * subr.el (read-quoted-char): Fix up last change (bug#6290).
9542
36901266
SM
95432010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9544
49b2e83d
SM
9545 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
9546 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
9547
36901266
SM
9548 * font-lock.el (font-lock-major-mode): Rename from
9549 font-lock-mode-major-mode to distinguish it from
9550 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
9551 (font-lock-set-defaults):
9552 * font-core.el (font-lock-default-function): Adjust users.
9553 (font-lock-mode): Don't set it at all.
9554
2a64315a 95552010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
12755d08 9556
76e3243a 9557 * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
12755d08 9558
2a64315a 95592010-06-16 Glenn Morris <rgm@gnu.org>
d7cd4abb
GM
9560
9561 * calendar/appt.el (appt-time-msg-list): Doc fix.
9562 (appt-check): Let-bind appt-warn-time.
9563 (appt-add): Make the 3rd argument optional.
9564 Simplify argument names. Doc fix. Check for integer WARNTIME.
9565 Only add WARNTIME to the output list if non-nil.
9566
2a64315a 95672010-06-16 Ivan Kanis <apple@kanis.eu>
a675c749
IK
9568
9569 * calendar/appt.el (appt-check): Let the 3rd element of
9570 appt-time-msg-list specify the warning time.
9571 (appt-add): Add new argument with the warning time. (Bug#5176)
9572
6a7662bb 95732010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
a9de35fe 9574
76e3243a 9575 * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
a9de35fe
BR
9576 older than version 1.6. (Bug#6361)
9577
2a64315a 95782010-06-16 Helmut Eller <eller.helmut@gmail.com>
37a7e764
HE
9579
9580 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
9581 used by cl-do-arglist. (Bug#6408)
9582
30d7ac37
AM
95832010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
9584
6a7662bb
BR
9585 * textmodes/ispell.el (ispell-dictionary-base-alist):
9586 Fix portuguese casechars/not-casechars for missing 'çÇ'.
30d7ac37
AM
9587 Suggested by Rolando Pereira (bug#6434).
9588
8fd02581
JB
95892010-06-15 Juanma Barranquero <lekktu@gmail.com>
9590
9591 * facemenu.el (list-colors-sort): Doc fix.
9592
6a7662bb 95932010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org>
b15922cc
BR
9594
9595 * progmodes/sql.el (sql-connect-mysql): Fix typo.
9596
f0bf7c8e
JL
95972010-06-14 Juri Linkov <juri@jurta.org>
9598
9599 Add sort option `list-colors-sort'. (Bug#6332)
9600 * facemenu.el (color-rgb-to-hsv): New function.
9601 (list-colors-sort): New defcustom.
9602 (list-colors-sort-key): New function.
9603 (list-colors-display): Doc fix. Sort list according to the option
9604 `list-colors-sort'.
9605 (list-colors-print): Add HSV values to `help-echo' property of
9606 RGB strings.
9607
c42fe9a5
JL
96082010-06-14 Juri Linkov <juri@jurta.org>
9609
9610 * compare-w.el: Move to the "vc" subdirectory.
9611
b263a4c4
SM
96122010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9613
d8b0cddd
SM
9614 * image-mode.el (image-mode-map): Remap left-char and right-char.
9615
b263a4c4
SM
9616 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
9617
89877f5f
CY
96182010-06-12 Chong Yidong <cyd@stupidchicken.com>
9619
133a8d82
CY
9620 * term/common-win.el (x-colors): Add all the color names defined
9621 in rgb.txt (Bug#6332).
9622
89877f5f
CY
9623 * facemenu.el (list-colors-print): Don't print extra names if it
9624 will overflow the window width.
9625
9626 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
133a8d82 9627 change (Bug#6343).
89877f5f 9628
9d1f18b5
EZ
96292010-06-12 Eli Zaretskii <eliz@gnu.org>
9630
9631 * files.el (make-directory): Doc fix (bug#6396).
9632
b81a0b56
MA
96332010-06-12 Michael Albinus <michael.albinus@gmx.de>
9634
9635 * net/tramp.el (tramp-remote-process-environment): Protect version
9636 string by apostroph.
9637 (tramp-shell-prompt-pattern): Do not use a shy group in case of
9638 XEmacs.
9639 (tramp-file-name-for-operation): Add `call-process-region'.
9640 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
9641
9642 * net/tramp-compat.el (top): Do not autoload
9643 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
9644 only when `start-file-process' is not bound.
9645 (tramp-advice-file-expand-wildcards): Do not use
9646 `tramp-handle-file-remote-p'.
9647 (tramp-compat-make-temp-file): Handle the case, that
9648 `make-temp-file' has no third argument EXTENSION.
9649
69f18acc
JB
96502010-06-11 Juanma Barranquero <lekktu@gmail.com>
9651
5fee75d4
JB
9652 * makefile.w32-in (WINS_BASIC): Include new directory vc.
9653
69f18acc
JB
9654 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
9655
9766adfb
JL
96562010-06-11 Juri Linkov <juri@jurta.org>
9657
9658 * finder.el (finder-known-keywords): Add keyword "vc"
9659 for version control.
9660
9661 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
9662 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
9663 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
9664 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
9665
56b2854f
JL
96662010-06-11 Juri Linkov <juri@jurta.org>
9667
9668 Move version control related files to the "vc" subdirectory.
9669 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
9670 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
9671 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
9672 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
9673 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
9674 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
9675 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
9676 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
9677 Move files to the "vc" subdirectory.
9678
6534e58a
CY
96792010-06-11 Chong Yidong <cyd@stupidchicken.com>
9680
9681 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
9682 (Bug#6367).
9683
84d9562f
SE
96842010-06-11 Stephen Eglen <stephen@gnu.org>
9685
9686 * shell.el: Bind `shell-resync-dirs' to M-RET.
9687
3ef0a6a5
MA
96882010-06-10 Michael Albinus <michael.albinus@gmx.de>
9689
9690 * notifications.el: Move file from lisp/net, because it is
9691 supposed to talk locally to the user.
9692
fa4003da
MA
96932010-06-10 Julien Danjou <julien@danjou.info>
9694
9695 * net/notifications.el (notifications-on-action-signal)
9696 (notifications-on-closed-signal): Pass notification id as first
b81a0b56 9697 argument to the callback functions. Add docstrings.
fa4003da
MA
9698 (notifications-notify): Fix docstring.
9699
46e6650e
GM
97002010-06-10 Glenn Morris <rgm@gnu.org>
9701
9702 * emacs-lisp/authors.el (authors-ignored-files)
9703 (authors-valid-file-names): Add some files.
9704
a71832f7
SM
97052010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9706
9707 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
9708 merge conflict, giving preference to the emacs-23 version of the code.
9709
8c6eab5a
SM
97102010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9711
989bc97f
SM
9712 * emacs-lisp/advice.el (ad-compile-function):
9713 Define warning-suppress-types before we let-bind it (bug#6275).
9714
8c6eab5a
SM
9715 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
9716 declare it, make it buffer-local and permanent-local (bug#6324).
9717 (vc-resynch-window): Adjust name.
9718 * vc-hooks.el (vc-find-file-hook): Adjust name.
9719
890a18d6
MA
97202010-06-09 Michael Albinus <michael.albinus@gmx.de>
9721
9722 * net/notifications.el (notifications-notify): Fix docstring.
9723
bf3e70eb
JB
97242010-06-09 Juanma Barranquero <lekktu@gmail.com>
9725
9726 Update to Unicode 6.0.0 beta.
9727 * international/charprop.el: Update copyright.
9728 * international/mule-cmds.el (ucs-names): Update character ranges.
9729 * international/uni-bidi.el:
9730 * international/uni-category.el:
9731 * international/uni-combining.el:
9732 * international/uni-comment.el:
9733 * international/uni-decimal.el:
9734 * international/uni-decomposition.el:
9735 * international/uni-digit.el:
9736 * international/uni-lowercase.el:
9737 * international/uni-mirrored.el:
9738 * international/uni-name.el:
9739 * international/uni-numeric.el:
9740 * international/uni-old-name.el:
9741 * international/uni-titlecase.el:
9742 * international/uni-uppercase.el: Regenerate.
9743
b978141d
JB
97442010-06-09 Juanma Barranquero <lekktu@gmail.com>
9745
ee8359ba
JB
9746 * emacs-lisp/smie.el (comment-string-strip): Declare function.
9747 (smie-precs-precedence-table): Fix typo in docstring.
9748
f64ab8fb
JB
9749 * vc-mtn.el (log-edit-extract-headers): Declare function.
9750
883ffa8c
JB
9751 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
9752
b978141d
JB
9753 * net/notifications.el (dbus-register-signal): Declare function.
9754 (notifications-notify): Fix typos and reflow docstring.
9755
5f4f2ae4
DN
97562010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
9757
9758 Improve VC create/retrieve tag/branch.
9759 * vc.el (vc-create-tag): Do not read the directory name for VCs
9760 with repository revision granularity. Adjust the tag/branch
9761 prompt. Reset VC properties.
9762 (vc-retrieve-tag): Do not read the directory name for VCs
9763 with repository revision granularity. Reset VC properties.
9764
41a86354
MA
97652010-06-09 Julien Danjou <julien@danjou.info>
9766
ef33fd34 9767 * net/notifications.el: New file.
41a86354 9768
fab43c76
DN
97692010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
9770
00fd1147
DN
9771 Add optional support for resetting VC properties.
9772 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
9773 call vc-file-clearprops when true.
9774 (vc-resynch-buffer): Add new optional argument, pass it down.
9775 (vc-resynch-buffers-in-directory): Likewise.
9776
fab43c76
DN
9777 Improve support for special markup in the VC commit message.
9778 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
9779 * vc-hg.el (vc-hg-checkin): Add support for Date:.
9780 * vc-git.el (vc-git-checkin):
9781 * vc-bzr.el (vc-bzr-checkin): Likewise.
9782
e7d67e73
SM
97832010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9784
9785 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
9786 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
9787
277e6741
MP
97882010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
9789
9790 * iimage.el: Remove images as soon as the underlying text is modified.
9791 (iimage-modification-hook): New function.
9792 (iimage-mode-buffer): Use it.
9793
83156c18
SM
97942010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9795
9796 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
9797 smie-indent-offset-after. Add :prev case. Make a bit more generic.
9798 (smie-indent-virtual): Remove `virtual' arg. Update callers.
9799 (smie-indent-keyword): Add handling of open-paren keywords.
9800 (smie-indent-comment-continue): Don't assume comment-continue.
9801
13b5221f
MR
98022010-06-07 Martin Rudalics <rudalics@gmx.at>
9803
9804 * window.el (pop-to-buffer): Remove the conditional that
9805 compares new-window and old-window, so it will reselect
9806 the selected window unconditionally.
9807 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
9808
c2ea5810
SM
98092010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9810
9811 * emacs-lisp/smie.el (smie-indent-offset-after)
9812 (smie-indent-forward-token, smie-indent-backward-token): New functions.
9813 (smie-indent-after-keyword): Use them.
9814 (smie-indent-fixindent): Only applies to the indentation of the BOL.
9815 (smie-indent-keyword): Tweak the black magic.
9816 (smie-indent-comment-continue): Strip comment-continue before use.
9817 (smie-indent-functions): Indent comments before keywords.
9818
27dd3c11
JL
98192010-06-06 Juri Linkov <juri@jurta.org>
9820
9821 * isearch.el (isearch-lazy-highlight-search): Fix looping
9822 by checking for empty match. This syncs this loop with the
9823 similar loop in `isearch-search'. (Bug#6362)
9824
35b148ee
JB
98252010-06-05 Juanma Barranquero <lekktu@gmail.com>
9826
9827 * net/dbus.el (dbus-register-method): Declare function.
9828 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
9829 (dbus-introspect): Doc fix.
9830 (dbus-event-bus-name, dbus-introspect-get-interface)
9831 (dbus-introspect-get-argument): Reflow docstrings.
9832
eccdfe5f
DN
98332010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
9834
9835 vc-log-incoming/vc-log-outgoing fixes for Git.
9836 * vc-git.el (vc-git-log-view-mode): Fix font lock for
9837 incoming/outgoing logs.
9838 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
9839 instead of vc-git-compute-remote.
9840 (vc-git-compute-remote): Remove.
9841
86253dc0
CY
98422010-06-04 Chong Yidong <cyd@stupidchicken.com>
9843
9844 * term/common-win.el (x-colors): Add "dark green" and "dark
9845 turquoise" (Bug#6332).
9846
0665f661
JL
98472010-06-04 Juri Linkov <juri@jurta.org>
9848
9849 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
9850 Instead of setting `replace' to t and replacing the same string
9851 with itself, don't do certain actions when
9852 kill-do-not-save-duplicates is non-nil and string is equal to car
9853 of kill-ring: don't call menu-bar-update-yank-menu, don't push
9854 interprogram-paste strings to kill-ring, and don't push the input
9855 argument `string' to kill-ring.
9856 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
9857
087fc47a
JB
98582010-06-04 Juanma Barranquero <lekktu@gmail.com>
9859
9860 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
9861
4f201088
MA
98622010-06-04 Michael Albinus <michael.albinus@gmx.de>
9863
9864 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
9865 (tramp-gvfs-handler-mounted-unmounted)
9866 (tramp-gvfs-connection-mounted-p): Handle default-location.
9867
9868 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
9869 move files to trash.
9870
18ccd78a
JB
98712010-06-04 Juanma Barranquero <lekktu@gmail.com>
9872
9873 * international/mule-cmds.el (nonascii-insert-offset)
9874 (nonascii-translation-table): Add obsolescence information.
9875
9876 * international/mule.el (make-translation-table-from-vector): Doc fix.
9877
3845c322
GM
98782010-06-03 Glenn Morris <rgm@gnu.org>
9879
9880 * desktop.el (desktop-clear-preserve-buffers):
9881 Add "*Warnings*" buffer. (Bug#6336)
9882
54d3626e
DN
98832010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
9884
6941ffec
DN
9885 vc-log-incoming/vc-log-outgoing improvements for Git.
9886 * vc-git.el (vc-git-log-outgoing): Use the same format as the
9887 short log.
9888 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
9889
54d3626e
DN
9890 Add bindings for vc-log-incoming and vc-log-outgoing.
9891 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
9892 and vc-log-outgoing.
9893 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
9894 and vc-log-outgoing.
9895
aa1bc616
CY
98962010-06-03 Chong Yidong <cyd@stupidchicken.com>
9897
9898 * net/rcirc.el (rcirc-sort-nicknames): Remove.
9899 (rcirc-handler-366): Always sort nicknames.
9900
e2d2a205
JB
99012010-06-03 Juanma Barranquero <lekktu@gmail.com>
9902
9903 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
9904
44ea155d
CY
99052010-06-03 Chong Yidong <cyd@stupidchicken.com>
9906
a628ad9d 9907 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
44ea155d 9908
a91dedc4
SM
99092010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9910
9911 * net/rcirc.el (rcirc-sort-nicknames): Change default.
9912 (rcirc-sort-nicknames-join): Avoid setq.
9913
c62bf05a
DD
99142010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
9915
9916 * net/rcirc.el (rcirc-sort-nicknames): New custom.
9917 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
9918 (rcirc-handler-366): Use them.
9919
dd2c3c92
SM
99202010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9921
9922 Split smie-indent-calculate into more manageable chunks.
9923 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
9924 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
9925 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
9926 (smie-indent-exps): Extract from smie-indent-calculate.
9927 (smie-indent-functions): New var.
9928 (smie-indent-functions): Use them.
9929
927c346b
SM
99302010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9931
9932 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
9933 (smie-indent-calculate): Simplify and cleanup.
9934
1efeec86
MA
99352010-06-02 Michael Albinus <michael.albinus@gmx.de>
9936
9937 * net/tramp-gvfs.el (top): Require url-util.
927c346b
SM
9938 (tramp-gvfs-mount-point): Remove.
9939 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
9940 New defuns.
1efeec86
MA
9941 (with-tramp-dbus-call-method): Format trace message.
9942 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
927c346b
SM
9943 Implement backup call, when operation on local files fails.
9944 Use progress reporter. Flush properties of changed files.
1efeec86
MA
9945 (tramp-gvfs-handle-make-directory): Make more traces.
9946 (tramp-gvfs-url-file-name): Hexify file name in url.
9947 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
9948 into account for the resulting file name.
9949 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
9950 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
9951 (tramp-gvfs-handler-mounted-unmounted)
9952 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
9953 attribute "default_location". Set "prefix" property.
9954 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
9955 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
9956 exists. Raise an error, if not (due to a corresponding answer
9957 "no" in interactive questions, for example).
9958
89877f5f 99592010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
9cac248c
DN
9960
9961 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
9962
24f574a9
JB
99632010-06-01 Juanma Barranquero <lekktu@gmail.com>
9964
9965 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
9966 right-*. (Bug#6265)
9967
290736f2
DN
99682010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
9969
61158bfa
DN
9970 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
9971 * vc-git.el (vc-git-compute-remote): New function.
9972 (vc-git-log-outgoing): Use it instead of hard coding a value.
9973 (vc-git-log-incoming): New function.
9974
5828f6ca
DN
9975 Improve state updating for VC tag commands.
9976 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
9977 to update the state of all buffers in the directory.
9978
290736f2
DN
9979 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
9980
feceda26
SM
99812010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9982
9983 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
9984 `file-directory-p' to the filename part rather than to the whole text.
9985
896114cf
SM
99862010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9987
9988 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
9989
1603358c
DA
99902010-05-31 Drew Adams <drew.adams@oracle.com>
9991
9992 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
9993
fe40dc63
JB
99942010-05-31 Juanma Barranquero <lekktu@gmail.com>
9995
9996 * subr.el (momentary-string-display): Just use read-event to read
9997 the exit event (Bug#6238).
9998
9e8014c6
EZ
99992010-05-30 Eli Zaretskii <eliz@gnu.org>
10000
10001 * international/mule.el (define-coding-system): Doc fix (bug#6313).
10002
61a08071
JB
100032010-05-30 Juanma Barranquero <lekktu@gmail.com>
10004
10005 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
10006 Suggested by Eli Zaretskii <eliz@gnu.org>.
10007
5feec8ca
SM
100082010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10009
10010 * minibuffer.el (completion-file-name-table): Don't return a boundary
10011 past the end of `string' (bug#6299).
10012 (completion--file-name-table): Delegate to completion-file-name-table
10013 for the `boundaries' case.
10014
8175cb90
JB
100152010-05-30 Juanma Barranquero <lekktu@gmail.com>
10016
2b94133f
JB
10017 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
10018 movement commands.
10019
8175cb90
JB
10020 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
10021 `path-separator', but maintain compatibility with Emacs 20.2.
10022
0191e222
CY
100232010-05-29 Chong Yidong <cyd@stupidchicken.com>
10024
10025 * server.el (server-process-filter): Receive parent-id argument
10026 from emacsclient.
10027 (server-create-window-system-frame): New arg. Pass parent-id as
10028 frame parameter.
10029
9b655a0a
EZ
100302010-05-29 Eli Zaretskii <eliz@gnu.org>
10031
db5dce9d
EZ
10032 Bidi-sensitive word movement with arrow keys.
10033 * subr.el (right-arrow-command, left-arrow-command): Move to
10034 bindings.el.
10035
10036 * bindings.el (right-char, left-char): Move from subr.el and
10037 rename from right-arrow-command and left-arrow-command.
10038 (right-word, left-word): New functions.
10039 (global-map) <right>: Bind to right-char.
10040 (global-map) <left>: Bind to left-char.
10041 (global-map) <C-right>: Bind to right-word.
10042 (global-map) <C-left>: Bind to left-word.
10043
9b655a0a
EZ
10044 * ls-lisp.el (ls-lisp-classify-file): New function.
10045 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
10046 (ls-lisp-classify): Call ls-lisp-classify-file.
10047 (insert-directory): Remove blanks from switches.
10048
fcb52808
CY
100492010-05-29 Chong Yidong <cyd@stupidchicken.com>
10050
10051 * ansi-color.el: Delete unused escape sequences (Bug#6085).
10052 (ansi-color-drop-regexp): New constant.
10053 (ansi-color-apply, ansi-color-filter-region)
896114cf 10054 (ansi-color-apply-on-region): Delete unrecognized control sequences.
fcb52808
CY
10055 (ansi-color-apply): Build string list before calling concat.
10056
0040735a
JL
100572010-05-28 Juri Linkov <juri@jurta.org>
10058
10059 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
10060 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
10061 (Bug#5270)
10062
b6827fff
MA
100632010-05-28 Michael Albinus <michael.albinus@gmx.de>
10064
10065 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
10066 to ignored backtrace functions.
10067 (with-progress-reporter): Expand docstring.
10068 (tramp-handle-delete-file): Implement TRASH argument.
10069 (tramp-get-remote-trash): New defun.
10070
eba082a2
MA
100712010-05-28 Michael Albinus <michael.albinus@gmx.de>
10072
6a7662bb
BR
10073 * net/tramp-compat.el (tramp-compat-delete-file):
10074 Use `symbol-value' for backward compatibility.
eba082a2
MA
10075
10076 * net/tramp.el (tramp-handle-make-symbolic-link)
10077 (tramp-handle-load)
10078 (tramp-do-copy-or-rename-file-via-buffer)
10079 (tramp-do-copy-or-rename-file-directly)
10080 (tramp-do-copy-or-rename-file-out-of-band)
10081 (tramp-handle-process-file, tramp-handle-call-process-region)
10082 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10083 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10084 (tramp-delete-temp-file-function): Use `delete-file' instead
10085 of `tramp-compat-delete-file'.
10086
10087 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10088 (tramp-fish-handle-make-symbolic-link)
10089 (tramp-fish-handle-process-file): Use `delete-file' instead
10090 of `tramp-compat-delete-file'.
10091
6a7662bb
BR
10092 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10093 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2 10094
0dc3e410
MA
10095 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Use
10096 `delete-file' instead of `tramp-compat-delete-file'.
eba082a2 10097
6a7662bb
BR
10098 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
10099 Use `delete-file' instead of `tramp-compat-delete-file'.
eba082a2
MA
10100
10101 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10102 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10103 (tramp-smb-handle-write-region): Use `delete-file' instead of
10104 `tramp-compat-delete-file'.
10105 (tramp-smb-handle-delete-directory): Use 'trash as arg.
10106
f1a5d776
CY
101072010-05-27 Chong Yidong <cyd@stupidchicken.com>
10108
10109 * dired.el (dired-delete-file): New arg TRASH.
c4ce1145 10110 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
f1a5d776
CY
10111 (dired-do-flagged-delete, dired-do-delete): Use trash.
10112
10113 * speedbar.el (speedbar-item-delete): Allow trashing.
10114
10115 * files.el (delete-directory): New arg TRASH.
10116
10117 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
10118 (ange-ftp-rename-remote-to-remote)
10119 (ange-ftp-rename-local-to-remote)
10120 (ange-ftp-rename-remote-to-local, ange-ftp-load)
10121 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
10122 `delete-file'.
10123 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
10124 allow trashing.
10125
10126 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
10127 handle new TRASH arg of `delete-file'.
10128
c4ce1145 10129 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
f1a5d776
CY
10130 (tramp-handle-make-symbolic-link, tramp-handle-load)
10131 (tramp-do-copy-or-rename-file-via-buffer)
10132 (tramp-do-copy-or-rename-file-directly)
10133 (tramp-do-copy-or-rename-file-out-of-band)
10134 (tramp-handle-process-file, tramp-handle-call-process-region)
10135 (tramp-handle-shell-command, tramp-handle-file-local-copy)
10136 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10137 (tramp-delete-temp-file-function): Use null TRASH arg in
10138 tramp-compat-delete-file call.
10139
10140 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
10141 (tramp-fish-handle-delete-file)
10142 (tramp-fish-handle-make-symbolic-link)
10143 (tramp-fish-handle-process-file): Use null TRASH arg in
10144 `tramp-compat-delete-file' call.
10145
10146 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
10147 arg in `tramp-compat-delete-file' call.
10148
10149 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
10150 (tramp-gvfs-handle-write-region): Use null TRASH arg in
10151 `tramp-compat-delete-file' call.
10152
10153 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
10154 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
10155 `tramp-compat-delete-file' call.
10156
10157 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10158 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10159 (tramp-smb-handle-write-region): Use null TRASH arg in
10160 tramp-compat-delete-file call.
10161 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
10162 (tramp-smb-handle-delete-file): Rename arg.
10163
10164 * diff.el (diff-sentinel):
10165 * epg.el (epg--make-temp-file, epg-decrypt-string)
10166 (epg-verify-string, epg-sign-string, epg-encrypt-string):
10167 * jka-compr.el (jka-compr-partial-uncompress)
10168 (jka-compr-call-process, jka-compr-write-region):
10169 * server.el (server-sentinel): Remove optional arg from
10170 delete-file, reverting 2010-05-03 change.
10171
ecb0ab90
CY
101722010-05-27 Chong Yidong <cyd@stupidchicken.com>
10173
6a7662bb
BR
10174 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10175 Use font-lock-constant-face, not obsolete font-lock-reference-face.
ecb0ab90 10176
2b25da45
KH
101772010-05-27 Kenichi Handa <handa@m17n.org>
10178
10179 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
10180 element of GSTRING is nil.
10181
11e4d8c0
SM
101822010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10183
10184 * emacs-lisp/smie.el (smie-forward-token-function)
10185 (smie-backward-token-function): New vars.
10186 (smie-backward-sexp, smie-forward-sexp)
10187 (smie-indent-hanging-p, smie-indent-calculate): Use them.
10188 (smie-default-backward-token): Rename from smie-backward-token and
10189 skip comments.
10190 (smie-default-forward-token): Rename from smie-forward-token and
10191 skip comments.
10192 (smie-next-sexp): Handle nil results from next-token.
10193 (smie-indent-calculate): Add a new case for special `fixindent' comments.
10194
4da3541b
CY
101952010-05-27 Chong Yidong <cyd@stupidchicken.com>
10196
896114cf
SM
10197 * progmodes/verilog-mode.el (verilog-type-font-keywords):
10198 Use font-lock-constant-face, not obsolete font-lock-reference-face.
4da3541b
CY
10199
102002010-05-27 Masatake YAMATO <yamato@redhat.com>
10201
10202 * htmlfontify.el (hfy-face-resolve-face): New function.
10203 (hfy-face-to-style): Use it (Bug#6279).
10204
6dc439cb
SM
102052010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10206
10207 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
10208 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
10209
021eb8d7
GM
102102010-05-26 Glenn Morris <rgm@gnu.org>
10211
10212 * emulation/edt.el (edt-load-keys): Use locate-library.
10213
bef4957b
CY
102142010-05-25 Chong Yidong <cyd@stupidchicken.com>
10215
10216 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
10217 (log-edit-changelog-entries): Doc fix.
6dc439cb
SM
10218 (log-edit-changelog-insert-entries): Args changed.
10219 Rename relative filenames in ChangeLog entries. Delete tabs.
bef4957b
CY
10220 (log-edit-insert-changelog-entries): Reorganize return value of
10221 `log-edit-changelog-entries' to pass filenames to
10222 log-edit-changelog-insert-entries.
10223
84fb0956
TV
102242010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10225
10226 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
10227 `image-dired-dired-insert-marked-thumbs' to
10228 `image-dired-dired-toggle-marked-thumbs'.
10229
10230 * image-dired.el: Require cl when compiling.
10231 (image-dired-dired-toggle-marked-thumbs): Rename from
10232 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
10233 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
10234 to 'no-dir. Skip files whose names don't match
10235 `image-file-name-regexp'. When file has a thumbnail overlay,
10236 delete it. (Bug#5270)
10237
0fb1193d
JL
102382010-05-25 Juri Linkov <juri@jurta.org>
10239
10240 * image-mode.el (image-mode): Add image-after-revert-hook to
10241 after-revert-hook.
10242 (image-after-revert-hook): New function. (Bug#5669)
10243
fc937924
JL
102442010-05-25 Juri Linkov <juri@jurta.org>
10245
10246 * image.el (image-animated-p): When delay between animated images
10247 is 0, set it to 10 (0.1 sec). (Bug#6258)
10248
fa9ba953
MA
102492010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
10250
10251 * net/tramp.el (tramp-handle-insert-directory): Don't use
f5c8afe6 10252 `forward-word', its default syntax could be changed.
fa9ba953 10253
9e021389
MA
102542010-05-25 Michael Albinus <michael.albinus@gmx.de>
10255
10256 * net/tramp.el (tramp-progress-reporter-update): New defun.
10257 (with-progress-reporter): Use it.
10258 (tramp-process-actions):
6a7662bb
BR
10259 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
10260 Preserve current message, in order to let progress reporter continue
9e021389
MA
10261 afterwards. (Bug#6257)
10262
6169260b
GM
102632010-05-25 Glenn Morris <rgm@gnu.org>
10264
10265 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
10266 Add :version.
10267
d26781af
RY
102682010-05-25 Ryan Yeske <rcyeske@gmail.com>
10269
8826afe3 10270 * net/rcirc.el (rcirc-default-user-name): Change to "user".
d26781af
RY
10271 (rcirc-default-full-name): Change to "unknown".
10272 (rcirc-user-name-history): Add variable.
8826afe3
GM
10273
102742010-05-25 Ryan Yeske <rcyeske@gmail.com>
acd0102a 10275 Jonathan Rockway <jon@jrock.us>
8826afe3
GM
10276
10277 * net/rcirc.el (rcirc-server-alist): Add :pass.
10278 (rcirc): When prompting for connection parameters, also prompt for
d26781af 10279 username and password.
a628ad9d 10280 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
d26781af
RY
10281 value to server when connecting.
10282
d355a0b7
SM
102832010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10284
f5228f84
SM
10285 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
10286 (smie-merge-prec2s): Pass the tables as separate args.
10287 (smie-bnf-precedence-table): Adjust call accordingly.
10288 (smie-prec2-levels): Set levels at the end.
10289
d355a0b7
SM
10290 Replace Lisp calls to delete-backward-char by delete-char.
10291 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
f5c8afe6
JB
10292 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
10293 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
76e3243a 10294 * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
f5c8afe6
JB
10295 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
10296 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
10297 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
10298 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
10299 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
10300 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
10301 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
10302 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
10303 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
10304 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
d355a0b7
SM
10305 delete-backward-char by calls to delete-char.
10306
f668ef02
KH
103072010-05-25 Kenichi Handa <handa@m17n.org>
10308
10309 * language/hebrew.el (hebrew-shape-gstring): New function.
10310 Register it in composition-function-table for all Hebrew combining
10311 characters.
10312
397eb3f3
SM
103132010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10314
10315 * epa.el (epa--select-keys): Don't explicitly delete the window since
10316 that can fail (e.g. sole window in frame). Use dedication instead.
10317
171eda53 103182010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
ab0c07c0
SM
10319
10320 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
10321
110683ad
CY
103222010-05-22 Chong Yidong <cyd@stupidchicken.com>
10323
10324 * image.el (image-refresh): Define as an alias for image-flush.
10325
10326 * image-mode.el (image-toggle-display-image): Caller changed.
10327
df9db151
JL
103282010-05-21 Juri Linkov <juri@jurta.org>
10329
10330 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
10331 Remove "all" from grep-files-aliases. Split grep-files-aliases by
10332 whitespace, call wildcard-to-regexp on substrings and concat them
10333 with "\\|". (Bug#6114)
10334
c0209c2c
AM
103352010-05-21 Alan Mackenzie <acm@muc.de>
10336
171eda53
SM
10337 * progmodes/cc-engine.el (c-parse-state-get-strategy):
10338 Replace parameter `here' with `here-' and `here-plus', which sandwich
10339 any pertinent CPP construct.
c0209c2c
AM
10340 (c-remove-stale-state-cache-backwards): Fix a bug which happens
10341 when doing (c-parse-state) in a CPP construct: Exclude any "new"
10342 CPP construct from taking part in the scanning.
10343
655bded0
MA
103442010-05-21 Michael Albinus <michael.albinus@gmx.de>
10345
10346 * net/tramp.el (tramp-do-copy-or-rename-file)
171eda53
SM
10347 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
10348 Tune `with-progress-reporter' messages.
655bded0
MA
10349 (tramp-handle-vc-registered):
10350 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
10351 (tramp-fish-handle-insert-file-contents)
10352 (tramp-fish-maybe-open-connection):
10353 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10354 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
10355 (tramp-imap-handle-insert-file-contents)
10356 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
10357
3e17a1a7
JB
103582010-05-21 Juanma Barranquero <lekktu@gmail.com>
10359
bf1e8d4a
JB
10360 * add-log.el (change-log-font-lock-keywords):
10361 Highlight all authors in multi-author entries.
10362
3e17a1a7
JB
10363 * smerge-mode.el (smerge-refine-ignore-whitespace)
10364 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
10365 Fix typos in docstrings.
10366 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
10367
969e684a
GM
103682010-05-21 Glenn Morris <rgm@gnu.org>
10369
e75c1e7d
GM
10370 * progmodes/fortran.el (fortran-mode):
10371 * progmodes/f90.el (f90-mode): Derive from prog-mode.
10372
969e684a
GM
10373 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
10374 having a relative path in src/Makefile.in.
10375
a50878fa
KR
103762010-05-20 Kevin Ryde <user42@zip.com.au>
10377
10378 * help-mode.el (help-make-xrefs): For Info node links turn
10379 newlines into spaces. Link node names with newlines are matched
10380 by help-xref-info-regexp and buttonized, this change ensures they
10381 can be followed successfully with RET. (Bug#6206)
10382
f66a2f90
JL
103832010-05-20 Juri Linkov <juri@jurta.org>
10384
10385 * locate.el (locate): Use pop-to-buffer instead of
10386 switch-to-buffer-other-window. (Bug#6204)
10387
201d895a
JL
103882010-05-20 Juri Linkov <juri@jurta.org>
10389
10390 * replace.el (replace-highlight): Fix lazy-highlighting
10391 for `M-s w str M-% str RET'.
10392
1ddb2ea0
MY
103932009-12-15 Masatake YAMATO <yamato@redhat.com>
10394
10395 * isearch.el (isearch-yank-word-or-char): Pull next subword
10396 when `subword-mode' is activated. (Bug#6220)
10397
a6020335
MH
103982010-05-20 Mark A. Hershberger <mah@everybody.org>
10399
10400 * isearch.el (isearch-update-post-hook): New hook.
10401 (isearch-update): Use the new hook. (Bug#6225)
10402
50de6a38
JL
104032010-05-20 Juri Linkov <juri@jurta.org>
10404
10405 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
10406 [f1], [help], and (char-to-string help-char) instead of "\C-h".
10407 (Bug#6222)
10408
5d944a8f
JL
104092010-05-20 Juri Linkov <juri@jurta.org>
10410
10411 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
10412 (Bug#6223)
10413
f5d6548a
JL
104142010-05-20 Juri Linkov <juri@jurta.org>
10415
10416 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
10417 FILE-NAME to read from the minibuffer when called interactively
10418 with prefix argument instead of using buffer-file-name.
10419 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
10420
10421 * dired.el: Update autoloads.
10422
f8e63691
CY
104232010-05-20 Chong Yidong <cyd@stupidchicken.com>
10424
10425 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
10426 nxml-finish-element, for consistency with SGML mode.
10427
10428 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
10429 octave-close-block.
10430
07d7c3bd
JB
104312010-05-20 Juanma Barranquero <lekktu@gmail.com>
10432
10433 * composite.el: Require cl when compiling.
10434 (reference-point-alist, compose-gstring-for-graphic)
10435 (compose-gstring-for-terminal): Fix typos in docstrings.
10436
7bce8510
JL
104372010-05-19 Juri Linkov <juri@jurta.org>
10438
10439 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
10440 set-window-parameter.
10441
a7723e05
MA
104422010-05-19 Michael Albinus <michael.albinus@gmx.de>
10443
10444 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
10445 where appropriate.
10446 (tramp-maybe-open-connection): Use it.
10447
3f2e7735
EZ
104482010-05-19 Eli Zaretskii <eliz@gnu.org>
10449
10450 * simple.el (move-end-of-line): Make sure we are at line beginning
10451 before backing up to end of previous line.
10452
8d9181c7
MA
104532010-05-19 Michael Albinus <michael.albinus@gmx.de>
10454
8c4ec20f
MA
10455 * password-cache.el (password-cache-remove): Fix docstring.
10456
8d9181c7
MA
10457 * net/secrets.el: Autoload the widget functions.
10458 (secrets-search-items, secrets-create-item)
10459 (secrets-get-attributes, secrets-expand-item): Attributes will be
10460 stored on the password database without leading ":", as all other
10461 clients do as well.
10462 (secrets-mode): Fix docstring.
10463 (secrets-show-secrets): Provide it as autoloaded command only when
10464 D-Bus support is available. Check existence of Secret Service API.
10465
2a96c2a7
SM
104662010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10467
10468 * indent.el (indent-region): Deactivate region (bug#6200).
10469
d24e10b1
GM
104702010-05-19 Glenn Morris <rgm@gnu.org>
10471
10472 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
10473
2833d915
KH
104742010-05-19 Kenichi Handa <handa@m17n.org>
10475
10476 * composite.el: Register compose-gstring-for-graphic in
d24e10b1 10477 composition-function-table only for combining characters (Mn, Mc, Me).
2833d915 10478
134c2f29
JB
104792010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10480
10481 * calc/calc-trail.el (calc-trail-isearch-forward)
10482 (calc-trail-isearch-backward): Ensure that the new window
10483 point is set correctly.
10484
278847cd
SM
104852010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10486
10487 * subr.el (read-quoted-char): Resolve modifiers after key
10488 remapping (bug#6212).
10489
3a8e7cbd
MA
104902010-05-18 Michael Albinus <michael.albinus@gmx.de>
10491
10492 Add visualization code for secrets.
10493 * net/secrets.el (secrets-mode): New major mode.
10494 (secrets-show-secrets, secrets-show-collections)
10495 (secrets-expand-collection, secrets-expand-item)
10496 (secrets-tree-widget-after-toggle-function)
10497 (secrets-tree-widget-show-password): New defuns.
10498
472e7ec1
SM
104992010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10500
224b70cb
SM
10501 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
10502 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
10503 handled in smie-next-sexp.
10504 (smie-indent-calculate): Provide a starting indentation (so the
10505 recursion is well-founded ;-).
10506
472e7ec1
SM
10507 Fix handling of non-associative equal levels.
10508 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
10509 when it's not needed.
10510 (smie-op-left, smie-op-right): New functions.
10511 (smie-next-sexp): New function, extracted from smie-backward-sexp.
10512 Better handle equal levels to distinguish the associative case from
10513 the "multi-keyword construct" case.
10514 (smie-backward-sexp, smie-forward-sexp): Use it.
10515
35e53abd
JB
105162010-05-18 Juanma Barranquero <lekktu@gmail.com>
10517
5d8fe0ba
JB
10518 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
10519
35e53abd
JB
10520 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
10521 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
10522
5ad4bef5
SM
105232010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10524
10525 Provide a simple generic indentation engine and use it for Prolog.
10526 * emacs-lisp/smie.el: New file.
10527 * progmodes/prolog.el (prolog-smie-op-levels)
10528 (prolog-smie-indent-rules): New var.
10529 (prolog-mode-variables): Use them to configure SMIE.
10530 (prolog-indent-line, prolog-indent-level): Remove.
10531
00681a3c
JB
105322010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
10533
560bb7ae 10534 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
00681a3c
JB
10535 order before computing the averages.
10536
eba62f7a
JB
105372010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
10538
597517ef 10539 * calc/calc-vec.el (calc-histogram):
5ad4bef5 10540 (calcFunc-histogram): Allow vectors as inputs.
597517ef
JB
10541 (math-vector-avg): New function.
10542
560bb7ae 10543 * calc/calc-ext.el (math-group-float): Have the number of digits
eba62f7a
JB
10544 being grouped depend on the radix (Bug#6189).
10545
8c5ff6dd
KR
105462010-05-15 Ken Raeburn <raeburn@raeburn.org>
10547
10548 * version.el (emacs-copyright, emacs-version): Don't define here,
10549 now that emacs.c defines it.
10550
98d8b17e
EZ
105512010-05-15 Eli Zaretskii <eliz@gnu.org>
10552
71078429
EZ
10553 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
10554 "Describe Language Environment" menu item.
10555
ce6233c1
EZ
10556 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
10557
d20e1419
EZ
10558 Bidi-sensitive movement with arrow keys.
10559 * subr.el (right-arrow-command, left-arrow-command): New functions.
10560
10561 * bindings.el (global-map): Bind them to right and left arrow keys.
10562
98d8b17e 10563 Don't override standard definition of convert-standard-filename.
6a7662bb
BR
10564 * files.el (convert-standard-filename):
10565 Call w32-convert-standard-filename and dos-convert-standard-filename on
98d8b17e
EZ
10566 the corresponding systems.
10567
10568 * w32-fns.el (w32-convert-standard-filename): Rename from
10569 convert-standard-filename. Doc fix.
10570
10571 * dos-fns.el (dos-convert-standard-filename): Doc fix.
10572 (convert-standard-filename): Don't defalias.
10573 (register-name-alist, make-register, register-value)
10574 (set-register-value, intdos): Obsolete aliases for the
10575 corresponding dos-* functions and variables.
10576 (dos-intdos): Add a doc string.
10577
ae6bc504
JB
105782010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
10579
10580 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
10581 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
10582 (math-compose-tex-func):
10583 * calc/calccomp.el (math-compose-expr):
10584 * calc/calc-ext.el (math-format-flat-expr-fancy):
10585 * calc/calc-store.el (calc-read-var-name):
10586 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
10587
10588 * calc/calc.el (var-π, var-φ, var-γ): New variables.
560bb7ae 10589 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
ae6bc504 10590 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
560bb7ae 10591 (math-standard-units): Add units.
ae6bc504 10592
c26ea4b2
SM
105932010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10594
7aefa445 10595 * progmodes/asm-mode.el (asm-mode):
13973643
SM
10596 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
10597
c26ea4b2
SM
10598 * pcomplete.el (pcomplete-completions-at-point): New function,
10599 extracted from pcomplete-std-complete.
10600 (pcomplete-std-complete): Use it.
10601
02be533b
GM
106022010-05-15 Glenn Morris <rgm@gnu.org>
10603
10604 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
10605 Remove references to CVS, RCS and Old directories.
10606
78ed0efc
JB
106072010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
10608
ae6bc504 10609 * calc/calc-bin.el (math-format-twos-complement): Group digits when
78ed0efc
JB
10610 appropriate.
10611
10dcc561
SM
106122010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10613
5ccaa359
SM
10614 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
10615 (sh-mode-syntax-table): Give it a default value instead.
10616 (sh-header-marker): Make buffer-local.
10617 (sh-mode): Move make-local-variable to the corresponding setq.
10618 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
10619 Use complete-with-action.
10620
10dcc561
SM
10621 * simple.el (prog-mode): New (abstract) major mode.
10622 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
10623 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
10624
c38762fd
JB
106252010-05-14 Juanma Barranquero <lekktu@gmail.com>
10626
10627 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
10628 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
10629 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
10630 (sql-make-alternate-buffer-name, sql-placeholders-filter)
10631 (sql-escape-newlines-filter, sql-input-sender)
10632 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
10633
2ef3c144
CY
106342010-05-13 Chong Yidong <cyd@stupidchicken.com>
10635
560bb7ae 10636 Add TeX open-block and close-block keybindings to SGML, and vice versa.
2ef3c144
CY
10637
10638 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
10639 latex-open-block and C-c / to latex-close-block.
10640
10641 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
10642 and C-c C-e to sgml-close-tag.
10643
3b30ccda
MA
106442010-05-13 Michael Albinus <michael.albinus@gmx.de>
10645
10646 * net/tramp.el (with-progress-reporter): Create reporter object
3a8e7cbd 10647 only when the message would be displayed. Handle nested calls.
3b30ccda
MA
10648 (tramp-handle-load, tramp-handle-file-local-copy)
10649 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10dcc561
SM
10650 (tramp-maybe-send-script, tramp-find-shell):
10651 Use `with-progress-reporter'.
3b30ccda
MA
10652 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
10653 Fix message text.
10654
10655 * net/tramp-smb.el (tramp-smb-handle-copy-file)
10656 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
10657 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
10658 Use `with-progress-reporter'.
10659
57ff5d7b
AM
106602010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
10661
a628ad9d
JB
10662 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
10663 process everytime when spellchecking from the minibuffer (bug#6143).
57ff5d7b 10664
5a70d10f
SM
106652010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10666
791ffe1c
SM
10667 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
10668
5a70d10f
SM
10669 * dos-fns.el: Add "dos-" prefix for namespace control.
10670 (convert-standard-filename): Define as alias for
10671 dos-convert-standard-filename but only if applicable.
10672
38d93f03
AM
106732010-05-12 Alan Mackenzie <acm@muc.de>
10674
10675 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
10676 Push the mark at the start of these functions when appropriate.
10677
902a6d8d
SM
106782010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10679
10680 * minibuffer.el (completion-cycle-threshold): New custom var.
10681 (completion--do-completion): Use it.
10682 (minibuffer-complete): Use cycling if appropriate.
10683
9ee120ba
JB
106842010-05-11 Juanma Barranquero <lekktu@gmail.com>
10685
10686 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
10687 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
10688
841c4085
JL
106892010-05-11 Juri Linkov <juri@jurta.org>
10690
10691 * scroll-all.el (scroll-all-check-to-scroll):
10692 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
10693
8a67c70e
SM
106942010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10695
f2b9ed18
SM
10696 * iimage.el (iimage-mode-map): Move initialization into declaration.
10697 (iimage-mode-buffer): Use with-silent-modifications.
10698 Simplify calling convention. Adjust callers.
10699 (iimage-mode): Don't run hook redundantly.
10700
8a67c70e
SM
10701 * minibuffer.el (completion-pcm--pattern->regex):
10702 Fix last change (bug#6160).
10703
4bbedd98
JL
107042010-05-10 Juri Linkov <juri@jurta.org>
10705
10706 Remove nodes visited during Isearch from the Info history.
10707 * info.el (Info-isearch-initial-history)
10708 (Info-isearch-initial-history-list): New variables.
10709 (Info-isearch-start): Record initial values of
10710 Info-isearch-initial-history and Info-isearch-initial-history-list.
10711 Add Info-isearch-end to isearch-mode-end-hook.
10712 (Info-isearch-end): New function.
10713
94ecf5da
MA
107142010-05-10 Michael Albinus <michael.albinus@gmx.de>
10715
10716 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
8a67c70e
SM
10717 format string, in order to work around a bug in pdksh.
10718 Reported by Gilles Pion <gpion@lfdj.com>.
94ecf5da
MA
10719 (tramp-handle-verify-visited-file-modtime): Do not send a command
10720 when the connection is not established.
10721 (tramp-handle-set-file-times): Simplify the check for utc.
10722
c5eb971b
JB
107232010-05-10 Juanma Barranquero <lekktu@gmail.com>
10724
10725 Fix use of `filter-buffer-substring' (rework previous change).
10726 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
10727 (cua-repeat-replace-region):
10728 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
10729 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10730 (cua-cut-region-to-global-mark): Use it.
10731
7492acc9
MM
107322010-05-09 Michael R. Mauger <mmaug@yahoo.com>
10733
77e2fc7a
JB
10734 * progmodes/sql.el: Version 2.1.
10735 (sql-product-alist): Redesign structure of product info.
10736 (sql-product, sql-user, sql-server, sql-database): Safe variables.
7492acc9
MM
10737 (sql-port, sql-port-history): New variables.
10738 (sql-interactive-product): New variable.
10739 (sql-send-terminator): New variable.
77e2fc7a 10740 (sql-imenu-generic-expression): Add "Types" imenu entry.
7492acc9
MM
10741 (sql-oracle-login-params, sql-sqlite-login-params)
10742 (sql-mysql-login-params, sql-solid-login-params)
10743 (sql-sybase-login-params, sql-informix-login-params)
10744 (sql-ingres-login-params, sql-ms-login-params)
10745 (sql-postgres-login-params, sql-interbase-login-params)
10746 (sql-db2-login-params, sql-linter-login-params)
10747 (sql-oracle-scan-on): New variables.
77e2fc7a
JB
10748 (sql-mode-map): Add C-c C-i to start interactive mode.
10749 (sql-mode-menu): Update existing menu entries.
10750 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
7492acc9
MM
10751 (sql-mode-oracle-font-lock-keywords)
10752 (sql-mode-postgres-font-lock-keywords)
10753 (sql-mode-ms-font-lock-keywords)
10754 (sql-mode-sybase-font-lock-keywords)
10755 (sql-mode-informix-font-lock-keywords)
10756 (sql-mode-interbase-font-lock-keywords)
10757 (sql-mode-ingres-font-lock-keywords)
10758 (sql-mode-solid-font-lock-keywords)
10759 (sql-mode-mysql-font-lock-keywords)
10760 (sql-mode-sqlite-font-lock-keywords)
10761 (sql-mode-db2-font-lock-keywords)
77e2fc7a 10762 (sql-mode-linter-font-lock-keywords): Update initialization to
7492acc9
MM
10763 reduce run-time complexity.
10764 (sql-add-product, sql-del-product): New functions.
10765 (sql-set-product-feature, sql-get-product-feature): New functions.
10766 (sql-product-font-lock): Update product API.
10767 (sql-add-product-keywords): New function.
10768 (sql-highlight-product): Update product API.
10769 (sql-help-list-products): New function.
10770 (sql-help): Dynamically lists free and non-free products.
77e2fc7a 10771 (sql-get-login): Correct bug in handling history and added
7492acc9
MM
10772 prompt for port.
10773 (sql-copy-column): Copy without properties.
10774 (sqli-input-sender): Apply filters to SQLi input.
77e2fc7a
JB
10775 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
10776 Implement as a filter.
7492acc9
MM
10777 (sql-escape-newlines-filter): Implement as a filter.
10778 (sql-remove-tabs-filter): New function.
10779 (sql-send-magic-terminator): New function.
10780 (sql-send-string): Implement magic terminator.
10781 (sql-send-region): Use `sql-send-string'.
10782 (sql-interactive-mode): Use product API.
10783 (sql-product-interactive): Use product API.
10784 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
10785 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
10786 (sql-db2, sql-linter): Use `sql-product-interactive'.
10787 (sql-connect): New function.
10788 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
10789 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
10790 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
77e2fc7a
JB
10791 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
10792 Use `sql-connect'.
7492acc9 10793
79ccd68f
SM
107942010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10795
10796 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
10797 New custom variable.
10798 (completion-pcm--string->pattern): Use it.
10799 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
10800 Make it handle any symbol as `any'.
10801 (completion-pcm--merge-completions): Extract common suffix for the new
10802 `prefix' symbol as well.
10803 (completion-substring--all-completions): Use the new `prefix' symbol.
10804
0d5852cf
MA
108052010-05-09 Michael Albinus <michael.albinus@gmx.de>
10806
10807 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
10808 not bound.
10809 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
10810 (tramp-compat-funcall): New defmacro.
10811 (tramp-compat-line-beginning-position)
10812 (tramp-compat-line-end-position)
10813 (tramp-compat-temporary-file-directory)
10814 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
10815 (tramp-compat-copy-file, tramp-compat-copy-directory)
10816 (tramp-compat-delete-file, tramp-compat-delete-directory)
10817 (tramp-compat-number-sequence, tramp-compat-process-running-p)
10818 * net/tramp.el (top, with-progress-reporter)
10819 (tramp-rfn-eshadow-setup-minibuffer)
10820 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
10821 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
10822 (tramp-completion-mode-p, tramp-check-for-regexp)
10823 (tramp-open-connection-setup-interactive-shell)
10824 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
10825 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
10826 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
10827 * net/tramp-cmds.el (tramp-cleanup-all-connections)
10828 (tramp-reporter-dump-variable, tramp-load-report-modules)
10829 (tramp-append-tramp-buffers)
10830 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
10831
10832 * net/tramp-imap.el (top): Autoload `epg-make-context'.
10833
f913fe7d
SM
108342010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10835
10836 * progmodes/compile.el (compilation-buffer-modtime): Rename from
10837 buffer-modtime. Adjust users.
10838
0235128c 108392010-05-08 Chong Yidong <cyd@stupidchicken.com>
f034e176 10840
77e2fc7a 10841 * international/mule.el (auto-coding-alist): Only purecopy
3b180a24 10842 car of each item, not the whole list (Bug#6083).
f034e176 10843
0235128c 108442010-05-08 Chong Yidong <cyd@stupidchicken.com>
f5d6ff44
CY
10845
10846 * progmodes/js.el (js-mode): Make paragraph variables local before
10847 calling c-setup-paragraph-variables (Bug#6071).
10848
0235128c 108492010-05-08 Eli Zaretskii <eliz@gnu.org>
aa4d4e4a
EZ
10850
10851 * composite.el (compose-region, reference-point-alist): Fix typos
10852 in the doc strings.
10853
77e2fc7a 108542010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9822590b
AK
10855
10856 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
10857 gnuplot's "set" command.
10858
0235128c 108592010-05-08 Juanma Barranquero <lekktu@gmail.com>
29c48340
JB
10860
10861 * abbrev.el (last-abbrev-text): Doc fix.
10862 (abbrev-prefix-mark): Don't escape parenthesis.
10863
0235128c 108642010-05-08 Andreas Schwab <schwab@linux-m68k.org>
8ed6fc47
AS
10865
10866 * composite.el (find-composition): Doc fix.
10867
0235128c 108682010-05-08 Juanma Barranquero <lekktu@gmail.com>
063c6324
JB
10869
10870 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
10871 (sql-oracle-program, sql-sqlite-options)
10872 (sql-query-placeholders-and-send): Doc fixes.
10873 (sql-set-product, sql-interactive-mode): Reflow docstrings.
10874 (sql-imenu-generic-expression, sql-buffer)
10875 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
10876 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
10877 (sql-mode-sybase-font-lock-keywords)
10878 (sql-mode-informix-font-lock-keywords)
10879 (sql-mode-interbase-font-lock-keywords)
10880 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
10881 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
10882 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
10883 (sql-product-feature, sql-highlight-product)
10884 (comint-line-beginning-position, sql-rename-buffer)
0235128c
SM
10885 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
10886 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
063c6324
JB
10887 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
10888 Fix typos in docstrings.
10889
0235128c 108902010-05-08 Juri Linkov <juri@jurta.org>
e89dee79
JL
10891
10892 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
10893 property instead of `invisible' and `after-string' (bug#5998).
10894
0235128c 108952010-05-08 Juri Linkov <juri@jurta.org>
316d12fb
JL
10896
10897 * image-mode.el (image-mode-as-text): Fix typo in docstring.
10898
0235128c 108992010-05-08 Juanma Barranquero <lekktu@gmail.com>
770255e9
JB
10900
10901 * filecache.el (file-cache-add-directory-list)
10902 (file-cache-add-directory-recursively): Fix typos in docstrings.
10903
0235128c 109042010-05-08 Kenichi Handa <handa@m17n.org>
ece33a6e
KH
10905
10906 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
b106e264 10907 (gujarati-composable-pattern): Fix typo.
ece33a6e 10908
0235128c 109092010-05-08 Kenichi Handa <handa@m17n.org>
771533aa
KH
10910
10911 * language/indian.el (oriya-composable-pattern)
0235128c
SM
10912 (tamil-composable-pattern, malayalam-composable-pattern):
10913 Add two-part vowels to "v" (vowel sign).
771533aa 10914
0235128c 109152010-05-08 Chong Yidong <cyd@stupidchicken.com>
790c2e44 10916
99833607
CY
10917 * files.el (copy-directory): Handle symlinks (Bug#5982).
10918
0235128c 109192010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
808ecc4e
CY
10920
10921 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
10922 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
10923 (Bug#5846).
10924
0235128c 109252010-05-08 Glenn Morris <rgm@gnu.org>
d2c7b917 10926
0ca12598
GM
10927 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
10928
d2c7b917
GM
10929 * minibuffer.el (completion-at-point): Doc fix.
10930
ba5bf5f0
SM
109312010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10932
10933 * electric.el (Electric-command-loop): Minor tweak.
10934
10935 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
10936 better with dedicated windows.
10937
0235128c
SM
109382010-05-07 Chong Yidong <cyd@stupidchicken.com>
10939
10940 * Version 23.2 released.
10941
560bb7ae 109422010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
4e2af782 10943 Stefan Monnier <monnier@iro.umontreal.ca>
5b3a105e
SM
10944
10945 Highlight vendor specific properties.
10946 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
10947 (css-proprietary-property): New face.
10948 (css-font-lock-keywords): Use them.
10949
c0162ade
EZ
109502010-05-07 Eli Zaretskii <eliz@gnu.org>
10951
10952 * cus-start.el (all): Add native condition for tool-bar-* symbols.
10953
f3ee9200
SM
109542010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10955
05623156
SM
10956 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
10957 * files.el (auto-mode-alist): Remove redundant entries.
10958
f3ee9200
SM
10959 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
10960 * simple.el (auto-save-mode): Move from files.el.
10961 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
10962
560bb7ae 109632010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
5146e84c 10964
76e3243a 10965 * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
5146e84c 10966
765d4319
KY
109672010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
10968
10969 * mail/binhex.el (binhex-decode-region-internal)
10970 * mail/uudecode.el (uudecode-decode-region-internal)
10971 * net/dns.el (dns-read-string-name, dns-write, dns-read)
10972 (dns-read-type, dns-query)
10973 * pgg-parse.el (pgg-parse-armor)
10974 * pgg.el (pgg-verify-region)
10975 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
10976 XEmacs.
10977
86d21cc0 10978 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
765d4319 10979
f83483ff
JB
109802010-05-07 Juanma Barranquero <lekktu@gmail.com>
10981
40ab7974
JB
10982 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
10983
f83483ff
JB
10984 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
10985 * emulation/cua-base.el (cua-repeat-replace-region):
10986 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10987 (cua-cut-region-to-global-mark):
10988 Remove text properties with `set-text-properties'.
10989
9566840f
MA
109902010-05-06 Michael Albinus <michael.albinus@gmx.de>
10991
f3ee9200
SM
10992 * net/tramp.el (top, with-progress-reporter):
10993 Use `symbol-function' inside `funcall'.
9566840f
MA
10994
10995 * net/tramp-compat.el (tramp-compat-file-attributes)
f3ee9200
SM
10996 (tramp-compat-delete-file, tramp-compat-delete-directory):
10997 Handle only `wrong-number-of-arguments' error.
9566840f
MA
10998
10999 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
11000 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
11001 inside `funcall'.
11002
0c495c21
SM
110032010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11004
1493963b
SM
11005 * minibuffer.el (completion--sreverse, completion--common-suffix):
11006 New functions.
11007 (completion-pcm--merge-completions): Extract common suffix when safe.
11008
0c495c21
SM
11009 * emacs-lisp/easy-mmode.el (define-minor-mode):
11010 Make :variable more flexible.
11011 * files.el (auto-save-mode): Use it to define using define-minor-mode.
11012
221a0647
JL
110132010-05-05 Juri Linkov <juri@jurta.org>
11014
11015 Add `slow' and `history' tags to the desktop data.
11016
11017 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
11018 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
11019 (Info-finder-find-node): Require `finder.el' to be able
11020 to restore node from the desktop.
11021 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
11022 data `Info-history' and `slow' tag in the assoc list.
11023 (Info-restore-desktop-buffer): Don't restore nodes with the
11024 `slow' tag. Restore `Info-history'.
11025
66bdc868
MA
110262010-05-05 Michael Albinus <michael.albinus@gmx.de>
11027
11028 Add FORCE argument to `delete-file'.
11029
11030 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
11031 forcing to delete the temporary file.
11032 (ange-ftp-delete-file): Add FORCE arg.
11033 (ange-ftp-rename-remote-to-remote)
11034 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
0c495c21
SM
11035 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
11036 Force file deletion.
66bdc868
MA
11037
11038 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
11039
11040 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
11041 (tramp-handle-make-symbolic-link, tramp-handle-load)
11042 (tramp-do-copy-or-rename-file-via-buffer)
11043 (tramp-do-copy-or-rename-file-directly)
11044 (tramp-do-copy-or-rename-file-out-of-band)
11045 (tramp-handle-process-file, tramp-handle-call-process-region)
11046 (tramp-handle-shell-command, tramp-handle-file-local-copy)
11047 (tramp-handle-insert-file-contents, tramp-handle-write-region)
11048 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
11049
11050 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
11051 (tramp-fish-handle-make-symbolic-link)
11052 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
11053
0c495c21
SM
11054 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
11055 Use `tramp-compat-delete-file'.
66bdc868
MA
11056
11057 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
11058 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
11059
11060 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
11061 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
11062
11063 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
11064 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
6a7662bb
BR
11065 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
11066 Use `tramp-compat-delete-file'.
66bdc868 11067
f44379e7
SM
110682010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11069
365f8d85
SM
11070 Minor cleanups.
11071 * subr.el (add-minor-mode): Use push.
11072 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
11073 * emulation/edt.el (edt-select-mode): Simplify.
11074
80ac5d4d
SM
11075 Use define-minor-mode in more cases.
11076 * term/tvi970.el (tvi970-set-keypad-mode):
11077 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
11078 (normal-erase-is-backspace-mode):
11079 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
11080 (set-scroll-bar-mode-1): (Re)move to its sole caller.
11081 (get-scroll-bar-mode): New function.
11082 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
11083
11084 Use define-minor-mode for less obvious cases.
f44379e7
SM
11085 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
11086 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
11087 * international/iso-ascii.el (iso-ascii-mode):
11088 * frame.el (auto-raise-mode, auto-lower-mode):
11089 * composite.el (global-auto-composition-mode): Use define-minor-mode.
11090
c04b03f8
MA
110912010-05-04 Michael Albinus <michael.albinus@gmx.de>
11092
11093 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
11094 in order to see error messages for failed logins.
11095
53967e09
CY
110962010-05-03 Chong Yidong <cyd@stupidchicken.com>
11097
11098 * diff.el (diff-sentinel):
11099
11100 * epg.el (epg--make-temp-file, epg-decrypt-string)
11101 (epg-verify-string, epg-sign-string, epg-encrypt-string):
11102
11103 * jka-compr.el (jka-compr-partial-uncompress)
11104 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
11105
11106 * server.el (server-sentinel): Use delete-file's new FORCE arg
11107 (Bug#6070).
11108
56eb0904
SM
111092010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11110
11111 Use define-minor-mode where applicable.
11112 * view.el (view-mode):
11113 * type-break.el (type-break-query-mode)
11114 (type-break-mode-line-message-mode):
11115 * textmodes/reftex.el (reftex-mode):
11116 * term/vt100.el (vt100-wide-mode):
11117 * tar-mode.el (tar-subfile-mode):
11118 * savehist.el (savehist-mode):
11119 * ibuf-ext.el (ibuffer-auto-mode):
11120 * composite.el (auto-composition-mode):
11121 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
11122 Use define-minor-mode.
11123 (vhdl-mode): Use static mode-line format.
11124 (vhdl-mode-line-update): Delete.
11125 (vhdl-create-mode-menu, vhdl-activate-customizations)
11126 (vhdl-hs-minor-mode): Don't bother calling it.
11127
672eb710
SM
111282010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11129
8f92b8ad
SM
11130 * simple.el (with-wrapper-hook): Move.
11131 (buffer-substring-filters): Mark obsolete.
11132 (filter-buffer-substring-functions): New variable.
1fada563 11133 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
8f92b8ad 11134
c04b03f8 111352010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4e2af782 11136 Michael Albinus <michael.albinus@gmx.de>
6a29a838
MA
11137
11138 Implement compression for inline methods.
11139
11140 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
11141 (tramp-copy-size-limit): Allow also nil.
11142 (tramp-inline-compress-commands): New defconst.
11143 (tramp-find-inline-compress, tramp-get-inline-compress)
11144 (tramp-get-inline-coding): New defuns.
cb7f3653 11145 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
c04b03f8 11146 replaced by `tramp-get-inline-coding'.
6a29a838
MA
11147 (tramp-handle-file-local-copy, tramp-handle-write-region)
11148 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
11149
8c0bf8b3
SM
111502010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11151
07125a91
SM
11152 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
11153 Remove unused functions.
11154
f3a47002
SM
11155 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
11156 Set find-tag-default-function as a variable rather than a property.
11157
8c0bf8b3
SM
11158 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
11159 * progmodes/etags.el (tags-completion-at-point-function):
11160 Remove left over interactive spec. Add autoloading stub.
11161 (complete-tag): Use tags-completion-at-point-function.
11162
27601456
CY
111632010-04-30 Chong Yidong <cyd@stupidchicken.com>
11164
cb7f3653 11165 * minibuffer.el (tags-completion-at-point-function): Fix return value.
27601456 11166
09d0284d
CY
111672010-04-29 Chong Yidong <cyd@stupidchicken.com>
11168
27d3cd56
CY
11169 * ido.el (ido-init-completion-maps): Remove C-v binding.
11170 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
09d0284d 11171
3a07ffce
CY
111722010-04-29 Chong Yidong <cyd@stupidchicken.com>
11173
11174 * minibuffer.el (tags-completion-at-point-function): New function.
11175 (completion-at-point-functions): Use it.
11176
3a07ffce
CY
11177 * progmodes/etags.el (complete-tag): Revert last change.
11178
3d14bb73
AM
111792010-04-29 Alan Mackenzie <acm@muc.de>
11180
11181 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
11182 off-by-one error (in end of macro position).
11183
7d353d11
SM
111842010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11185
11186 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
11187 firefox is absent. Don't autoload.
11188 (browse-url-galeon-program): Don't autoload.
11189
48111a85
CY
111902010-04-28 Chong Yidong <cyd@stupidchicken.com>
11191
11192 * bindings.el (complete-symbol): Move into minibuffer.el.
11193
11194 * minibuffer.el (complete-tag): Move from etags.el. If tags
11195 completion cannot be performed, return nil instead of signalling
11196 an error.
11197 (completion-at-point): Make it an alias for complete-symbol.
11198 (complete-symbol): Move from bindings.el, and replace with the
11199 body of completion-at-point.
11200
11201 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
11202
7ba94701
MA
112032010-04-28 Michael Albinus <michael.albinus@gmx.de>
11204
11205 * net/tramp.el (tramp-remote-selinux-p): New defun.
11206 (tramp-handle-file-selinux-context)
11207 (tramp-handle-set-file-selinux-context): Use it.
11208
95c6cc3e
SS
112092010-04-28 Sam Steingold <sds@gnu.org>
11210
11211 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11212 `safe-local-variable' if the value is a string or a symbol with
11213 the property `bug-reference-url-format'.
11214
36045ff3
CY
112152010-04-28 Chong Yidong <cyd@stupidchicken.com>
11216
537ffaf3
SM
11217 * progmodes/bug-reference.el (bug-reference-url-format):
11218 Revert 2010-04-27 change due to security risk.
36045ff3 11219
56924d99
SM
112202010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11221
11222 Make it possible to locally disable a globally enabled mode.
11223 * simple.el (fundamental-mode): Run fundamental-mode-hook.
11224 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
11225 rather than kill-all-local-variables so it runs fundamental-mode-hook.
11226 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11227 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
11228 that subsequent hooks get a chance to disable it.
11229
ccaa4765
SM
112302010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11231
17818d71
SM
11232 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
11233 Avoid re-enabling a minor mode after the user turned the minor mode
11234 off if MODE-enable-in-buffers is run twice (typically once from
11235 fundamental-mode's after-change-major-mode-hook and a second time from
11236 run-mode-hook's own after-change-major-mode-hook).
11237
ccaa4765
SM
11238 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
11239
2a6f654e
SS
112402010-04-27 Sam Steingold <sds@gnu.org>
11241
11242 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
11243 `safe-local-variable' if the value is a string or a function, as
11244 documented and implemented on 2010-04-02.
11245
cecaa674
JB
112462010-04-27 Juanma Barranquero <lekktu@gmail.com>
11247
11248 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
11249 when method is 'kill.
11250
112512010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
1e116bb3 11252
a628ad9d
JB
11253 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
11254 condition in default directory check.
01c35094 11255 (ispell-init-process, ispell-kill-ispell, kill-buffer-hook):
1e116bb3
AM
11256 Kill ispell process when killing its associated buffer.
11257
7dd7fbb9
JD
112582010-04-27 Jan Djärv <jan.h.d@swipnet.se>
11259
11260 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
11261 but we aren't using it.
11262
7ac82b84
J
112632010-04-25 Jan Djärv <jan.h.d@swipnet.se>
11264
11265 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
11266 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
11267
fea1add4
GM
112682010-04-24 Glenn Morris <rgm@gnu.org>
11269
11270 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
11271 Ignore VCS-ignore files, and deleted nextstep preferences files.
11272 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
11273 (authors-ambiguous-files): New list.
11274 (authors-valid-file-names): Add some deleted files.
11275 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
11276 (authors-disambiguate-file-name): New function. (Bug#5501)
11277 (authors-canonical-file-name): Doc fix.
11278 Don't warn about obsolete files.
11279 (authors-canonical-file-name, authors-scan-el):
11280 Use authors-disambiguate-file-name.
11281
cbcfee6e
GM
11282 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11283 Add autoload cookies.
11284 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
11285 (generated-autoload-file): Set file-local value to "htmlfontify.el".
11286 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
11287 They have definitions / compiler macros in cl.el.
11288 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
11289 Replace manual autoloads with generated ones.
11290 (htmlfontify-unload-rgb-file): Remove autoload.
11291 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
11292
3b548e1b
SM
112932010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
11294
9ae0c310
SM
11295 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
11296 (byte-compile-setq-default): Optimize for the
11297 single-var case and don't call byte-compile-form in this case to avoid
11298 inf-loop with byte-compile-set-default.
11299
3b548e1b
SM
11300 * progmodes/compile.el (compilation-start): Abbreviate default directory.
11301
632c5478
MA
113022010-04-23 Michael Albinus <michael.albinus@gmx.de>
11303
11304 Implement SELINUX backends.
11305
3b548e1b
SM
11306 * net/tramp.el (tramp-file-name-handler-alist):
11307 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
11308 (tramp-handle-file-selinux-context)
11309 (tramp-handle-set-file-selinux-context): New defuns.
3b548e1b
SM
11310 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
11311 Handle PRESERVE-SELINUX-CONTEXT.
632c5478 11312
3b548e1b
SM
11313 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11314 Add `file-selinux-context' and `set-file-selinux-context'.
632c5478
MA
11315 (tramp-gvfs-handle-file-selinux-context)
11316 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
11317 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
11318
11319 * net/ange-ftp.el (ange-ftp-copy-file):
11320 * net/tramp-fish.el (tramp-fish-handle-copy-file):
11321 * net/tramp-imap.el (tramp-imap-handle-copy-file):
3b548e1b
SM
11322 * net/tramp-smb.el (tramp-smb-handle-copy-file):
11323 Add PRESERVE-SELINUX-CONTEXT.
632c5478 11324
a94d821f
MA
113252010-04-22 Michael Albinus <michael.albinus@gmx.de>
11326
11327 Synchronize with Tramp repository.
11328
11329 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
11330 (tramp-action-process-alive, tramp-action-out-of-band)
11331 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
11332 (tramp-exists-file-name-handler): Fix docstring.
11333 (with-progress-reporter): New defmacro.
11334 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
11335 (tramp-maybe-open-connection): Use it.
11336
a92375d9
MA
113372010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
11338
11339 Detect ssh 'ControlMaster' argument automatically in some cases.
11340
11341 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
11342 (tramp-default-method): Use it.
11343
489fe4c2
MA
113442010-04-22 Michael Albinus <michael.albinus@gmx.de>
11345
25f14cdb
MA
11346 * net/tramp.el (tramp-handle-copy-file): Add new optional
11347 parameter `preserve-selinux-context'.
11348 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
11349
a92375d9
MA
113502010-04-22 Michael Albinus <michael.albinus@gmx.de>
11351
489fe4c2
MA
11352 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
11353 Ensure, that non remote files are still checked. Oops.
11354
acd1f317
MA
113552010-04-21 Michael Albinus <michael.albinus@gmx.de>
11356
11357 Fix Bug#5840.
11358
11359 * icomplete.el (icomplete-completions): Use `non-essential'.
11360
11361 * net/tramp.el (tramp-connectable-p): New defun.
11362 (tramp-handle-expand-file-name)
11363 (tramp-completion-handle-file-name-all-completions)
11364 (tramp-completion-handle-file-name-completion): Use it.
11365
62c5b459
SM
113662010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11367
11368 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
11369
f904c0f9
JD
113702010-04-21 Jan Djärv <jan.h.d@swipnet.se>
11371
11372 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
11373
11374 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
11375
11376 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
11377 is present.
11378
11379 * info.el (info-tool-bar-map): Add labels.
11380
11381 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
11382
11383 * cus-edit.el (custom-commands): Add labels for tool bar.
11384 (custom-buffer-create-internal, Custom-mode): Adjust for
11385 labels in custom-commands.
11386
11387 * dynamic-setting.el: Renamed from font-setting.el.
11388
c5cbeb12
LL
113892010-04-21 John Wiegley <jwiegley@gmail.com>
11390
11391 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
11392 toggles the use of virtual buffers.
537ffaf3 11393 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
c5cbeb12
LL
11394 (ido-toggle-virtual-buffers): New function.
11395
fcc93746
JB
113962010-04-21 Juanma Barranquero <lekktu@gmail.com>
11397
11398 Use `define-derived-mode'; fix window selection; doc fixes.
11399 * play/tetris.el (tetris, tetris-update-speed-function)
11400 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
11401 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
11402 (tetris-rotate-next, tetris-end-game, tetris-start-game)
11403 (tetris-pause-game): Fix typos in docstrings.
11404 (tetris-mode-map, tetris-null-map):
11405 Move initialization into declaration.
11406 (tetris-mode): Define with `define-derived-mode';
11407 set show-trailing-whitespace to nil.
11408 (tetris): Prefer window already displaying the "*Tetris*" buffer.
11409
574c05e2
KK
114102010-04-21 Karel Klíč <kklic@redhat.com>
11411
11412 * files.el (backup-buffer): Handle SELinux context, and return it
11413 if a backup was made by renaming.
11414 (backup-buffer-copy): Set SELinux context to the target file.
11415 (basic-save-buffer): Set SELinux context of the newly written file.
11416 (basic-save-buffer-1): Now it also returns any SELinux context.
11417 (basic-save-buffer-2): Set SELinux context of the newly created file,
11418 and return it.
11419 * net/tramp.el (tramp-file-name-for-operation):
11420 Add file-selinux-context.
11421
e97a42c1
SM
114222010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
11423
f2b9ed18
SM
11424 Make the log-edit comments use RFC822 format throughout.
11425
e97a42c1
SM
11426 * vc.el (vc-checkin, vc-modify-change-comment):
11427 Adjust to new vc-start/finish-logentry.
11428 (vc-find-conflicted-file): New command.
11429 (vc-transfer-file): Adjust to new vc-checkin.
11430 (vc-next-action): Improve scoping.
11431
11432 * vc-hg.el (vc-hg-log-edit-mode): Remove.
11433 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
11434
11435 * vc-git.el (vc-git-log-edit-mode): Remove.
11436 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
11437 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
11438
11439 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
11440 (vc-start-logentry): Remove argument `extra'.
11441 (vc-finish-logentry): Remove extra args.
11442
11443 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
11444 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
11445 (vc-bzr-conflicted-files): New function.
11446
11447 * log-edit.el (log-edit-extra-flags)
11448 (log-edit-before-checkin-process): Remove.
11449 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
11450 (log-edit-headers-alist): New var.
11451 (log-edit-header-contents-regexp): New const.
11452 (log-edit-match-to-eoh): New function.
11453 (log-edit-font-lock-keywords): Use them.
11454 (log-edit): Insert a "Summary:" header as default.
11455 (log-edit-mode): Mark font-lock rules as case-insensitive.
11456 (log-edit-done): Cleanup headers.
11457 (log-view-process-buffer): Remove.
11458 (log-edit-extract-headers): New function to replace it.
11459
938efb77
JB
114602010-04-20 Juanma Barranquero <lekktu@gmail.com>
11461
11462 * subr.el (default-direction-reversed): Remove obsolescence info.
11463
1cfb415b
SM
114642010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11465
cb4f9513
SM
11466 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
11467 windows/frames.
11468
6e610c72
SM
11469 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
11470 I.e. include text after point in the completion region.
11471 Also, return nil when we're not after/in a symbol.
11472
1cfb415b
SM
11473 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
11474 default enable-multibyte-characters.
11475
c80fa13c
SM
114762010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11477
87926e02
SM
11478 * international/mule.el: Help the user choose a valid coding-system.
11479 (read-buffer-file-coding-system): New function.
11480 (set-buffer-file-coding-system): Use it. Prompt the user if the
11481 coding-system cannot encode all the chars.
11482
c80fa13c
SM
11483 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
11484 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
11485 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
11486 Don't use *vc-bzr-shelve*.
11487
6e104790 114882010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
bce31830
DN
11489
11490 Fix the version number for added files.
11491 * vc-hg.el (vc-hg-working-revision): Check if the file is
11492 registered after hg parent fails (Bug#5961).
11493
6e104790 114942010-04-19 Glenn Morris <rgm@gnu.org>
0433ffa6
GM
11495
11496 * htmlfontify.el (htmlfontify-buffer)
11497 (htmlfontify-copy-and-link-dir): Autoload entry points.
11498
6e104790 114992010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
8507c65c
CY
11500
11501 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
11502 name relative to the project root (Bug#5960).
11503
6e104790 115042010-04-19 Glenn Morris <rgm@gnu.org>
e9ef9777
GM
11505
11506 * vc-git.el (vc-git-print-log): Doc fix.
11507
6e104790 115082010-04-19 Óscar Fuentes <ofv@wanadoo.es>
3808c51f
CY
11509
11510 * ido.el (ido-file-internal): Fix 2009-12-02 change.
11511
53cfe624 115122010-04-19 Christoph Scholtes <cschol2112@googlemail.com>
7860d2e3
CY
11513
11514 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
11515 default settings (Bug#5928).
11516
6e104790 115172010-04-19 Glenn Morris <rgm@gnu.org>
119850e9
GM
11518
11519 * progmodes/fortran.el (fortran-match-and-skip-declaration):
11520 New function.
0a23b2c3 11521 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
119850e9 11522
6e104790 115232010-04-19 Kenichi Handa <handa@m17n.org>
86a366f4
KH
11524
11525 * language/indian.el (malayalam-composable-pattern): Fix previous
11526 change (add U+0D4D "SIGN VIRAMA").
11527 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
11528 (tamil-composable-pattern): Fix typo in the regexp.
11529 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
11530 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
11531 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
11532
6e104790 115332010-04-19 Chong Yidong <cyd@stupidchicken.com>
8afe2ec6
CY
11534
11535 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
11536 paragraph-separate (Bug#5821).
11537
6e104790 115382010-04-19 Juri Linkov <juri@jurta.org>
3c5d6dfb
JL
11539
11540 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
11541
11542 * info.el (Info-find-node-2): Comment out code that skips
11543 breadcrumbs line.
11544 (Info-mouse-follow-link): New command.
11545 (Info-link-keymap): New keymap.
11546 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
11547 Return a string with links instead of inserting breadcrumbs
11548 to the Info buffer.
11549 (Info-fontify-node): Comment out code that inserts breadcrumbs.
11550 Instead of putting the `invisible' text property over the Info
11551 header, make an overlay over the Info header with the `invisible'
11552 property and `after-string' set to the string returned by
11553 `Info-breadcrumbs'.
11554
6e104790 115552010-04-19 Chong Yidong <cyd@stupidchicken.com>
6baa27a2
CY
11556
11557 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
11558 Reported by monkey@sandpframing.com.
11559
98923800
SM
115602010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11561
b5feea0f
SM
11562 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
11563 (tmm-get-keymap): Add key-binding shortcuts now that they're not
11564 available in the "keyseq cache" any more.
11565
98923800
SM
11566 * custom.el (defcustom): Add edebug spec.
11567
fd5c9dfa
JL
115682010-04-18 Juri Linkov <juri@jurta.org>
11569
11570 Test for special mode-class in view-buffer instead of view-file (bug#5513).
11571
11572 * view.el (view-file, view-buffer): Move test for special mode-class
11573 from view-file to view-buffer.
11574
11575 * tar-mode.el (tar-extract): Turn if's into one cond
11576 like in arc-mode.el.
11577
b3671a51
JL
115782010-04-18 Juri Linkov <juri@jurta.org>
11579
11580 Add 7z archive format support (bug#5475).
11581
11582 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
11583 (archive-7z-extract): New defcustom.
11584 (archive-find-type): Add magic string for 7z.
11585 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
11586 If `stderr-file' is non-nil, use `(t stderr-file)' for the
11587 `buffer' arg of `call-process'.
11588 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
11589 call the function `archive-7z-extract' with the variable
11590 `archive-7z-extract' let-bound to `archive-zip-extract'.
11591 (archive-7z-summarize, archive-7z-extract): New functions.
11592
11593 * international/mule.el (auto-coding-alist):
11594 * files.el (auto-mode-alist): Add 7z file extension.
11595
8a37fb25
SM
115962010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11597
e9515805
SM
11598 * loadup.el: Setup hash-cons for pure data.
11599
f8ea0098
SM
11600 Fix duplicate entries in cedet's loaddefs.el files.
11601 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
11602 Should make most file-local generated-autoload-file unnecessary.
11603 (print-readably): Silence warnings.
11604 (autoload-find-destination): Take load-name as an arg to make sure
11605 it's the same as the one that will be in the file.
11606 (autoload-generate-file-autoloads): Adjust to above changes.
11607 Try to make the dataflow a bit simpler.
11608
8a37fb25
SM
11609 * cvs-status.el (cvs-refontify): Remove unused.
11610
f8b91752
JB
116112010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
11612
76e3243a 11613 * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
f8b91752 11614
76e3243a 11615 * calc/calc-bin.el (calc-radix): Have the "O" option turn on
f8b91752
JB
11616 twos-complement mode.
11617
d8b01fef
JB
116182010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
11619
76e3243a
JB
11620 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
11621 'calc-option'. Add `calc-option-prefix-help' to calc-help autoloads.
d8b01fef
JB
11622 (calc-inverse): Add "Option" to message, as appropriate.
11623 (calc-hyperbolic): Add "Option" to message, as appropriate.
11624 (calc-option, calc-is-option): New functions.
11625
76e3243a 11626 * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
d8b01fef
JB
11627 (calc-option-prefix-help): New function.
11628
76e3243a 11629 * calc/calc-misc.el (calc-help): Add "Option" entry.
d8b01fef 11630
76e3243a 11631 * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
d8b01fef
JB
11632 (calc-option-flag): New variable.
11633 (calc-do): Set `calc-option-flag to nil.
11634 (calc-set-mode-line): Add "Opt " as appropriate.
11635
74f806a1
JL
116362010-04-16 Juri Linkov <juri@jurta.org>
11637
11638 Move scrolling commands from simple.el to window.el
11639 because their primitives are implemented in window.c.
11640
11641 * simple.el (scroll-error-top-bottom)
11642 (scroll-up-command, scroll-down-command, scroll-up-line)
11643 (scroll-down-line, scroll-other-window-down)
11644 (beginning-of-buffer-other-window, end-of-buffer-other-window):
11645 * window.el (scroll-error-top-bottom)
11646 (scroll-up-command, scroll-down-command, scroll-up-line)
11647 (scroll-down-line, scroll-other-window-down)
11648 (beginning-of-buffer-other-window, end-of-buffer-other-window):
11649 Move from simple.el to window.el because their primitives are
11650 implemented in window.c.
11651
ad40eec5
JL
116522010-04-16 Juri Linkov <juri@jurta.org>
11653
11654 * isearch.el (isearch-lookup-scroll-key): Check both
11655 `isearch-scroll' and `scroll-command' properties.
11656 (scroll-up, scroll-down): Remove `isearch-scroll' property.
11657
11658 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
11659
11660 * simple.el (scroll-up-command, scroll-down-command)
11661 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
11662
a4b000fb
JL
116632010-04-15 Juri Linkov <juri@jurta.org>
11664
11665 * simple.el (scroll-up-command, scroll-down-command)
11666 (scroll-up-line, scroll-down-line): Put `scroll-command'
11667 property on the these symbols. Remove them from
11668 `scroll-preserve-screen-position-commands'.
11669
11670 * mwheel.el (mwheel-scroll): Put `scroll-command' and
11671 `isearch-scroll' properties on the `mwheel-scroll' symbol.
11672 Remove it from `scroll-preserve-screen-position-commands'.
11673
11674 * isearch.el (isearch-allow-scroll): Doc fix.
11675
4874f5e6
MA
116762010-04-15 Michael Albinus <michael.albinus@gmx.de>
11677
11678 * net/tramp.el (tramp-error-with-buffer): Don't show the
11679 connection buffer when we are in completion mode.
11680 (tramp-file-name-handler): Catch the error for some operations
11681 when we are in completion mode. This gives the user the chance to
11682 correct the file name in the minibuffer.
11683
82883f0a
GM
116842010-04-15 Glenn Morris <rgm@gnu.org>
11685
11686 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
11687
528b9ea9
JB
116882010-04-15 Juanma Barranquero <lekktu@gmail.com>
11689
11690 Simplify by using `define-derived-mode'.
11691 * info.el (Info-mode):
11692 * calendar/todo-mode.el (todo-mode):
11693 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
11694 (gomoku-mode-map): Move initialization into declaration.
11695
5f2b693f
MA
116962010-04-14 Michael Albinus <michael.albinus@gmx.de>
11697
11698 Fix Bug#5840.
11699 * ido.el (ido-file-name-all-completions-1):
11700 * minibuffer.el (minibuffer-completion-help):
11701 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
11702
ebb9641f
SM
117032010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11704
38111a5a
SM
11705 * simple.el (non-essential): New var.
11706
ebb9641f
SM
11707 Add a new field `location' to bookmarks for non-file bookmarks.
11708 * bookmark.el (bookmark-location): Use the new field, if present.
11709 (bookmark-insert-location): Undo last change, not needed any more.
11710 * man.el (Man-bookmark-make-record):
11711 * woman.el (woman-bookmark-make-record): Add `location' field.
11712
7b05466f
JL
117132010-04-14 Juri Linkov <juri@jurta.org>
11714
11715 * simple.el (scroll-error-top-bottom): New defcustom.
11716 (scroll-up-command, scroll-down-command): Use it. Doc fix.
11717
11718 * emulation/pc-select.el (pc-select-override-scroll-error):
11719 Obsolete in favor of `scroll-error-top-bottom'.
11720
32129746
JL
117212010-04-14 Juri Linkov <juri@jurta.org>
11722
11723 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
11724 `scroll-up-command' and `M-v' to `scroll-down-command'.
11725
11726 * emulation/cua-rect.el (cua--init-rectangles):
11727 * forms.el (forms--change-commands):
11728 * image-mode.el (image-mode-map):
11729 Remap scroll-down-command and scroll-up-command
11730 in addition to scroll-down and scroll-up.
11731
9013a7f8
JL
117322010-04-14 Juri Linkov <juri@jurta.org>
11733
11734 * mwheel.el (scroll-preserve-screen-position-commands):
11735 Add mwheel-scroll to this list of commands.
11736
11737 * simple.el (scroll-preserve-screen-position-commands):
11738 Add scroll-up-command, scroll-down-command, scroll-up-line,
11739 scroll-down-line to this list of commands.
11740
3b7e1d5f
SM
117412010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
11742
c1e25821
SM
11743 * obsolete/complete.el: Move from lisp/complete.el.
11744
5b31b787
SM
11745 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
11746
3b7e1d5f
SM
11747 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
11748 to the minor mode function now turns the mode ON unconditionally.
11749
398a825b
SM
117502010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11751
a544e7c1
SM
11752 * vc-dir.el (vc-dir-kill-line): New command.
11753 (vc-dir-mode-map): Bind it to C-k.
11754
a1979d8e
SM
11755 * bookmark.el (bookmark-insert-location): Handle a nil filename.
11756
398a825b
SM
11757 * woman.el: Add bookmark declarations to silence the compiler.
11758 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
11759 step to compatibility between man and woman bookmarks.
11760 Adjust for Man-default-bookmark-title renaming.
11761 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
11762
11763 * man.el: Add bookmark declarations to silence the compiler.
11764 (Man-name-local-regexp): Make it match NAME as well.
11765 (Man-getpage-in-background): Return the buffer.
11766 (Man-notify-when-ready): Use `case'.
11767 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
11768 Don't hardcode "NAME". Simplify.
11769 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
11770 Rename from Man-bookmark-make-record.
11771 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
11772 we have the actual man-args. Use Man-getpage-in-background rather
11773 than `man' since the arg is already processed. Let bookmark.el do the
11774 window handling. Only wait for the relevant process.
11775 Don't forget to autoload.
11776
11777 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
11778
45be326a
TV
117792010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11780
11781 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
11782 New functions.
11783 (woman-mode): Setup bookmark support.
11784
11785 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
11786 (man-bookmark-jump): New functions.
11787 (Man-mode): Setup bookmark support.
11788
3acb4c93
CY
117892010-04-10 Jari Aalto <jari.aalto@cante.net>
11790
11791 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
11792 recognize ssh-keygen prompt (Bug#2817).
11793
b6bbb65e
MA
117942010-04-10 Michael Albinus <michael.albinus@gmx.de>
11795
11796 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
11797
b533bc97
MA
117982010-04-10 Michael Albinus <michael.albinus@gmx.de>
11799
11800 Synchronize with Tramp repository.
11801
11802 * net/tramp.el (tramp-completion-function-alist)
11803 (tramp-file-name-regexp, tramp-chunksize)
45be326a
TV
11804 (tramp-local-coding-commands, tramp-remote-coding-commands):
11805 Fix docstring.
11806 (tramp-remote-process-environment): Use `format' instead of `concat'.
b533bc97
MA
11807 (tramp-handle-directory-files-and-attributes)
11808 (tramp-get-remote-path): Use `copy-tree'.
11809 (tramp-handle-file-name-all-completions): Backward/ XEmacs
11810 compatibility: Use `completion-ignore-case' if
11811 `read-file-name-completion-ignore-case' does not exist.
11812 (tramp-do-copy-or-rename-file-directly): Do not use
11813 `tramp-handle-file-remote-p'.
45be326a
TV
11814 (tramp-do-copy-or-rename-file-out-of-band):
11815 Use `tramp-compat-delete-directory'.
b533bc97 11816 (tramp-do-copy-or-rename-file-out-of-band)
45be326a
TV
11817 (tramp-compute-multi-hops, tramp-maybe-open-connection):
11818 Use `format-spec-make'.
b533bc97
MA
11819 (tramp-find-foreign-file-name-handler)
11820 (tramp-advice-make-auto-save-file-name)
11821 (tramp-set-auto-save-file-modes): Remove superfluous check for
11822 `stringp'. This is done inside `tramp-tramp-file-p'.
11823 (tramp-debug-outline-regexp): New defconst.
11824 (tramp-get-debug-buffer): Use it.
11825 (tramp-check-for-regexp): Use (forward-line 1).
11826 (tramp-set-auto-save-file-modes): Adapt version check.
11827
45be326a
TV
11828 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
11829 Wrap call of `featurep' for 2nd argument.
b533bc97
MA
11830 (tramp-compat-make-temp-file): Simplify fallback implementation.
11831 (tramp-compat-copy-tree): Remove function.
11832 (tramp-compat-delete-directory): Provide implementation for older
11833 Emacsen.
11834
11835 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
11836 Do not use `tramp-fish-handle-file-attributes.
11837
11838 * net/trampver.el: Update release number.
11839
ba33df00
GM
118402010-04-10 Glenn Morris <rgm@gnu.org>
11841
11842 * progmodes/compile.el (compilation-save-buffers-predicate):
11843 Add missing :version tag.
11844
4a8ae76f
SS
118452010-04-09 Sam Steingold <sds@gnu.org>
11846
11847 * progmodes/compile.el (compilation-save-buffers-predicate):
11848 Remove the "autoload" cookie.
11849
0880716f
SS
11850 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
11851 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
11852 and `bug-reference-prog-mode' can be used in hooks directly.
11853
6aebd58c
DN
118542010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
11855
11856 Add --author support to git commit.
11857 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
11858 (vc-git-log-edit-mode): New minor mode.
45be326a
TV
11859 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
11860 New declarations.
6aebd58c 11861
f6d90772
ER
118622010-04-09 Eric Raymond <esr@snark.thyrsus.com>
11863
11864 * vc-hooks.el, vc-git.el: Improve documentation comments.
11865
e754e83b
SM
118662010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11867
11868 Fix some of the problems in defsubst* (bug#5728).
11869 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
11870 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
11871
9e86ab0b
SS
118722010-04-07 Sam Steingold <sds@gnu.org>
11873
e754e83b
SM
11874 * progmodes/compile.el (compilation-save-buffers-predicate):
11875 New custom variable.
9e86ab0b
SS
11876 (compile, recompile): Pass it to `save-some-buffers'.
11877
b0c8b840
JD
118782010-04-07 Jan Djärv <jan.h.d@swipnet.se>
11879
11880 * wid-edit.el (widget-choose): Move cursor to the second line of
11881 the buffer (Bug#5695).
11882
31527c56
DN
118832010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
11884
11885 Add new VC methods: vc-log-incoming and vc-log-outgoing.
11886 * vc.el (vc-print-log-setup-buttons): New function split out from
11887 vc-print-log-internal.
11888 (vc-log-internal-common): New function, a parametrized version of
11889 vc-print-log-internal.
11890 (vc-print-log-internal): Just call vc-log-internal-common with the
11891 right arguments.
11892 (vc-incoming-outgoing-internal):
11893 (vc-log-incoming, vc-log-outgoing): New functions.
11894 (vc-log-view-type): New permanent local variable.
11895
11896 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
11897
11898 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
11899 of the dynamic bound vc-short-log.
11900 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
11901
11902 * vc-git.el (vc-git-log-outgoing): New function.
11903 (vc-git-log-view-mode): Use vc-log-view-type instead
11904 of the dynamic bound vc-short-log.
11905
11906 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
11907 of the dynamic bound vc-short-log. Highlight the tag.
11908 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
11909 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
11910 (vc-hg-incoming-mode): Remove.
11911 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
11912
7ec69e2b
DN
119132010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
11914
11915 Fix default-directory for vc-root-diff.
11916 * vc.el (vc-root-diff): Bind default-directory to the root
11917 directory for the diff command.
11918
fd9ea9d3
WS
119192010-04-07 Michael McNamara <mac@mail.brushroad.com>
11920
6e104790 11921 * progmodes/verilog-mode.el (verilog-forward-sexp):
31527c56
DN
11922 (verilog-calc-1): Support "disable fork" and "fork wait" multi
11923 word keywords, suggested by Steve Pearlmutter.
6e104790 11924 (verilog-pretty-declarations): Support lineup of declarations in
fd9ea9d3 11925 port lists.
6e104790 11926 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
c4cc8b9a 11927 fix bug for /* / comments.
6e104790 11928 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
fd9ea9d3 11929 Speed up and simplfy as this is never called with a bound.
6e104790
SM
11930 (verilog-pretty-declarations): Enhance to line up declarations
11931 inside a parameter list, suggested by Alan Morgan.
11932 (verilog-pretty-expr): Tune assignment regular expression match
11933 string for corner cases; also use markers instead of character
11934 number as indent changes the later.
fd9ea9d3
WS
11935
119362010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
11937
6e104790
SM
11938 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
11939 as missing keyword.
11940 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
11941 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
11942 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
11943 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
11944 Tennant.
11945 (verilog-keywords):
fd9ea9d3
WS
11946 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
11947 1800-2009 keywords, including "global.".
11948
2a07afc5
JW
119492010-04-06 John Wiegley <jwiegley@gmail.com>
11950
8b32731a 11951 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2a07afc5 11952 appearing in buffer list (if a live buffer name matched a recentf
8b32731a 11953 file basename). Should use uniquify to offer a real solution.
2a07afc5 11954
f9a27d86
JW
119552010-04-06 John Wiegley <jwiegley@gmail.com>
11956
8b32731a
JB
11957 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
11958 comment to code, and add a :version tag.
11959 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
f9a27d86 11960
9caf8a8f
JB
119612010-04-06 Juanma Barranquero <lekktu@gmail.com>
11962
11963 Enable recentf-mode if using virtual buffers.
11964 * ido.el (recentf-list): Declare for byte-compiler.
93acd23d 11965 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
9caf8a8f
JB
11966 (ido-make-buffer-list): Simplify.
11967 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
11968
5a97d2da
JL
119692010-04-05 Juri Linkov <juri@jurta.org>
11970
11971 Scrolling commands which scroll a line instead of full screen.
11972 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
11973
11974 * simple.el (scroll-up-line, scroll-down-line): New commands.
11975 Put property isearch-scroll=t on them.
11976
11977 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
11978 Remove commands.
11979
79ce172a
JL
119802010-04-05 Juri Linkov <juri@jurta.org>
11981
8b32731a 11982 Scrolling commands which do not signal errors at top/bottom.
79ce172a
JL
11983 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
11984
11985 * simple.el (scroll-up-command, scroll-down-command): New commands.
11986 Put property isearch-scroll=t on them.
11987
11988 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
11989 `scroll-down-command' and [next] from `scroll-up' to
11990 `scroll-up-command'.
11991
11992 * emulation/cua-base.el: Put property CUA=move on
11993 `scroll-up-command' and `scroll-down-command'.
11994 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
11995 and `scroll-down-command' to `cua-scroll-down'.
11996
309d5b43
JB
119972010-04-05 Juanma Barranquero <lekktu@gmail.com>
11998
6460e534 11999 * help.el (describe-mode): Return nil.
309d5b43 12000
0523d117
JW
120012010-04-04 John Wiegley <jwiegley@gmail.com>
12002
12003 * ido.el (ido-use-virtual-buffers): New variable to indicate
f9a27d86 12004 whether "virtual buffer" support is enabled for IDO.
0523d117
JW
12005 (ido-virtual): Face used to indicate virtual buffers in the list.
12006 (ido-buffer-internal): If a buffer is chosen, and no such buffer
12007 exists, but a virtual buffer of that name does (which would be why
12008 it was in the list), recreate the buffer by reopening the file.
12009 (ido-make-buffer-list): If virtual buffers are being used, call
12010 `ido-add-virtual-buffers-to-list' before the make list hook.
12011 (ido-virtual-buffers): New variable which contains a copy of the
12012 current contents of the `recentf-list', albeit pared down for the
12013 sake of speed, and with proper faces applied.
12014 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
12015 create a list of "virtual buffers" to present to the user in
12016 addition to the currently open set. Note that this logic could
12017 get rather slow if that list is too large. With the default
12018 `recentf-max-saved-items' of 200, there is little speed penalty.
12019
202ff0d6
SM
120202010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12021
12022 * font-lock.el: Require CL when compiling.
12023 (font-lock-turn-on-thing-lock): Use `case'.
12024
ef43a0f4
EZ
120252010-04-03 Eli Zaretskii <eliz@gnu.org>
12026
12027 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
12028 Zaretskii.
ef43a0f4 12029
9c13a46e
JL
120302010-04-02 Juri Linkov <juri@jurta.org>
12031
12032 * ehelp.el (electric-help-orig-major-mode):
12033 New buffer-local variable.
12034 (electric-help-mode): Set it to original major-mode. Doc fix.
12035 (with-electric-help): Use `electric-help-orig-major-mode' instead
12036 of (default-value 'major-mode). Doc fix.
12037 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
12038
3fb87bf5
SS
120392010-04-02 Sam Steingold <sds@gnu.org>
12040
12041 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
12042 `vc-hg-command' with a list of flags.
12043
202ff0d6
SM
12044 * progmodes/bug-reference.el (bug-reference-bug-regexp):
12045 Also accept "patch" and "RFE".
dbb5e44a
SS
12046 (bug-reference-fontify): `bug-reference-url-format' can also be a
12047 function to be able to handle the bug kind.
202ff0d6 12048 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
dbb5e44a 12049
d0b22876
JD
120502010-04-02 Jan Djärv <jan.h.d@swipnet.se>
12051
12052 * tmm.el (tmm-get-keymap): Check with symbolp before passing
12053 value to fboundp, it may not be a symbol.
12054
1625d379
CY
120552010-03-31 Chong Yidong <cyd@stupidchicken.com>
12056
202ff0d6 12057 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
1625d379 12058
1cd095c6
JL
120592010-03-31 Juri Linkov <juri@jurta.org>
12060
12061 * simple.el (next-line, previous-line): Re-throw a signal
12062 with `signal' instead of using `ding'.
12063 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
12064
67189e62
JL
120652010-03-31 Juri Linkov <juri@jurta.org>
12066
12067 * simple.el (keyboard-escape-quit): Raise deselecting the active
12068 region higher than exiting the minibuffer.
12069 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
12070
1546c559
JL
120712010-03-31 Juri Linkov <juri@jurta.org>
12072
12073 * image.el (image-animated-p): Use `image-metadata' instead of
12074 `image-extension-data'. Get GIF extenstion data from metadata
12075 property `extension-data'.
12076
85626eef
SM
120772010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12078
12079 * simple.el (append-to-buffer): Simplify.
12080
85738751 120812010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
b42da387
TA
12082
12083 * textmodes/artist.el (artist-mode): Fix typo in docstring.
12084 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
12085
85738751 120862010-03-31 Kenichi Handa <handa@m17n.org>
42763dda
KH
12087
12088 * language/sinhala.el (composition-function-table): Fix regexp for
12089 the new Unicode specification.
12090
12091 * language/indian.el (devanagari-composable-pattern)
12092 (tamil-composable-pattern, kannada-composable-pattern)
85626eef 12093 (malayalam-composable-pattern): Adjust for the new Unicode
42763dda
KH
12094 specification.
12095 (bengali-composable-pattern, gurmukhi-composable-pattern)
12096 (gujarati-composable-pattern, oriya-composable-pattern)
12097 (telugu-composable-pattern): New variables to cope with the new
12098 Unicode specification. Use them in composition-function-table.
12099
85738751 121002010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
fe59d705 12101
79d74ac5 12102 Make tmm-menubar work for the Buffers menu again (bug#5726).
fe59d705
SM
12103 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
12104 vectors rather than cons cells, as used in menu-bar-update-buffers.
12105
85738751 121062010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be 12107
2a793f7f
CY
12108 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
12109 (js-insert-and-indent): Revert 2009-08-15 change, restoring
12110 electric punctuation for "{}();,:" (Bug#5586).
12111
03ffe8be
CY
12112 * mail/sendmail.el (mail-default-directory): Doc fix.
12113
85738751 121142010-03-31 Chong Yidong <cyd@stupidchicken.com>
03ffe8be
CY
12115
12116 * mail/sendmail.el (mail-default-directory): Doc fix.
12117
85738751 121182010-03-31 Eli Zaretskii <eliz@gnu.org>
94785022
EZ
12119
12120 * subr.el (version-regexp-alist, version-to-list)
12121 (version-list-<, version-list-=, version-list-<=)
12122 (version-list-not-zero, version<, version<=, version=): Doc fix.
12123 (Bug#5744).
12124
85738751 121252010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
431af6a4
DN
12126
12127 * vc.el (vc-root-diff): Doc fix.
12128
85738751 121292010-03-31 Chong Yidong <cyd@stupidchicken.com>
9d30a9f4 12130
9aa2c576
CY
12131 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
12132
9d30a9f4
CY
12133 * simple.el (append-to-buffer): Fix last change.
12134
85738751 121352010-03-31 Chong Yidong <cyd@stupidchicken.com>
d0fba174
CY
12136
12137 * simple.el (append-to-buffer): Ensure that point is preserved if
12138 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
12139 (Bug#5749)
12140
2372f278
SM
121412010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12142
12143 * files.el (auto-mode-case-fold): Change default to t.
12144
2223a1b3
JL
121452010-03-30 Juri Linkov <juri@jurta.org>
12146
12147 * dired-x.el (dired-omit-mode): Doc fix.
12148
0ef84fc8
JL
121492010-03-30 Juri Linkov <juri@jurta.org>
12150
12151 * replace.el (occur-accumulate-lines): Move occur-engine related
12152 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
12153 to be located after `occur-engine'.
12154
dc2d2590
JL
121552010-03-30 Juri Linkov <juri@jurta.org>
12156
12157 Make occur handle multi-line matches cleanly with context.
12158 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
12159
12160 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
12161 (occur-engine): Add local variables `ret', `prev-after-lines',
12162 `prev-lines'. Use more arguments for `occur-context-lines'.
12163 Set first elem of its returned list to `data', and the second elem
12164 to `prev-after-lines'. Don't print the separator line.
12165 In the end, print remaining context after-lines.
12166 (occur-context-lines): Add new arguments `begpt', `endpt',
12167 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
12168 after-lines of the previous match with before-lines of the
12169 current match and not overlap them. Return a list with two
12170 values: the output line and the list of context after-lines.
12171
47c88c06
JL
121722010-03-30 Juri Linkov <juri@jurta.org>
12173
12174 * replace.el (occur-accumulate-lines): Fix a bug where the first
12175 context line at the beginning of the buffer was missing.
12176
a7b02820
EZ
121772010-03-30 Eli Zaretskii <eliz@gnu.org>
12178
12179 * files.el: Make bidi-display-reordering safe variable for boolean
12180 values.
12181
9326ba26 121822010-03-29 Phil Hagelberg <phil@evri.com>
4e2af782 12183 Chong Yidong <cyd@stupidchicken.com>
9326ba26
CY
12184
12185 * subr.el: Extend progress reporters to perform "spinning".
85626eef
SM
12186 (progress-reporter-update, progress-reporter-do-update):
12187 Handle non-numeric value arguments.
9326ba26
CY
12188 (progress-reporter--pulse-characters): New var.
12189
f6f8aa12
CY
121902010-03-28 Chong Yidong <cyd@stupidchicken.com>
12191
12192 * progmodes/compile.el (compilation-start): Fix regexp detection
12193 of initial cd command (Bug#5771).
12194
7ed287b5
CY
121952010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
12196
12197 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
12198
146b8b16
NR
121992010-03-27 Nick Roberts <nickrob@snap.net.nz>
12200
12201 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
76e3243a
JB
12202 * progmodes/gdb-mi.el: Restore.
12203 * progmodes/gdb-ui.el: Remove.
12204 * progmodes/gud.el: Re-accommodate for gdb-mi.el.
146b8b16 12205
b23caf75
GM
122062010-03-25 Glenn Morris <rgm@gnu.org>
12207
12208 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
12209 all dired buffers, even tramp ones. (Bug#5755)
12210
18c812bd
SM
122112010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12212
12213 Add "union tags" in mpc.el.
12214 * mpc.el: Remove backward compatibility code.
12215 (mpc-browser-tags): Change default.
12216 (mpc--find-memoize-union-tags): New var.
12217 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
12218 (mpc-cmd-find): Handle the case where the playlist does not exist.
12219 Handle union-tags.
12220 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
12221 (mpc-cmd-add): Use mpc-cmd-flush.
12222 (mpc-tagbrowser-tag-name): New fun.
12223 (mpc-tagbrowser-buf): Use it.
12224 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
12225
efee6a6d
SM
122262010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12227
9586c41a
SM
12228 Misc cleanup.
12229 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
12230 Use replace-regexp-in-string.
12231 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
12232 (makefile-imake-mode-syntax-table): Move init into defvar.
12233 (makefile-mode): Use define-derived-mode.
12234
efee6a6d
SM
12235 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
12236 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
12237 not be present any more.
12238
c6f3804c
JB
122392010-03-24 Juanma Barranquero <lekktu@gmail.com>
12240
12241 * faces.el (set-face-attribute): Fix typo in docstring.
12242 (face-valid-attribute-values): Reflow docstring.
12243
e867cb5d 122442010-03-24 Glenn Morris <rgm@gnu.org>
4c3a215a 12245
efee6a6d 12246 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4c3a215a 12247
e867cb5d 122482010-03-24 Chong Yidong <cyd@stupidchicken.com>
e9ba3e26
CY
12249
12250 * indent.el (indent-for-tab-command): Doc fix.
12251
e867cb5d 122522010-03-24 Alan Mackenzie <acm@muc.de>
657071fc 12253
efee6a6d
SM
12254 * progmodes/cc-engine.el (c-remove-stale-state-cache):
12255 Fix off-by-one error. Fixes bug #5747.
657071fc 12256
e867cb5d 122572010-03-24 Juanma Barranquero <lekktu@gmail.com>
c8de140b
JB
12258
12259 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
12260 (image-dired-read-comment): Doc fix.
12261
efee6a6d
SM
12262 * json.el (json-object-type, json-array-type, json-key-type)
12263 (json-false, json-null, json-read-number):
c8de140b
JB
12264 * minibuffer.el (completion-in-region-functions):
12265 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
12266 (cal-tex-cursor-week):
12267 * emacs-lisp/trace.el (trace-function):
12268 * eshell/em-basic.el (eshell/printnl):
12269 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
12270 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
12271 * obsolete/levents.el (allocate-event, event-key, event-object)
12272 (event-point, event-process, event-timestamp, event-to-character)
12273 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
12274 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
12275 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
12276 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
12277 (reftex-highlight-selection): Fix typos in docstrings.
12278
e867cb5d 122792010-03-24 Juanma Barranquero <lekktu@gmail.com>
d1200087
JB
12280
12281 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
12282
e867cb5d 122832010-03-24 Glenn Morris <rgm@gnu.org>
f454672b
GM
12284
12285 * mail/rmail.el (rmail-highlight-face): Restore option deleted
12286 2008-02-13 without comment; mark it obsolete.
12287 (rmail-highlight-headers): Use rmail-highlight-face once more.
12288
e867cb5d 122892010-03-24 Chong Yidong <cyd@stupidchicken.com>
d5704d66
CY
12290
12291 * woman.el (woman2-process-escapes): Only consume the newline if
12292 the filler character is on a line by itself (Bug#5729).
12293
e867cb5d 122942010-03-24 Kenichi Handa <handa@m17n.org>
fade35dd
KH
12295
12296 * language/indian.el (devanagari-composable-pattern): Add more
12297 consonants.
12298
e867cb5d 122992010-03-24 Michael Albinus <michael.albinus@gmx.de>
c8215db1
MA
12300
12301 * net/trampver.el: Update release number.
12302
e867cb5d 123032010-03-24 Michael Albinus <michael.albinus@gmx.de>
c0e17ff2 12304
efee6a6d
SM
12305 * net/tramp.el (tramp-find-executable):
12306 Use `tramp-get-connection-buffer'. Make the regexp for checking
c0e17ff2
MA
12307 output of "wc -l" more robust.
12308 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
12309 (tramp-open-connection-setup-interactive-shell): Remove workaround
12310 for OpenSolaris bug, it is not needed anymore.
12311
e867cb5d 123122010-03-24 Glenn Morris <rgm@gnu.org>
eb123b12
GM
12313
12314 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
12315
e867cb5d 123162010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
5f8d2ce0
WS
12317
12318 * files.el (auto-mode-alist): Accept more verilog file patterns.
12319
b2b8574b
SM
123202010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12321
12322 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
12323
1d94ebb0
GM
123242010-03-24 Glenn Morris <rgm@gnu.org>
12325
7e263967
GM
12326 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
12327 log-edit-before-checkin-process.
12328
5ac92c5f
GM
12329 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
12330
12331 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
ebbe23dd 12332
549f324a
GM
12333 * vc-dispatcher.el (vc-start-logentry): Doc fix.
12334 (log-view-process-buffer, log-edit-extra-flags): Declare.
12335
495b517c
GM
12336 * log-edit.el (log-edit-before-checkin-process): Doc fix.
12337
f4087766
SS
123382010-03-23 Sam Steingold <sds@gnu.org>
12339
12340 Fix bug#5620: recalculate all markers on compilation buffer
12341 modifications, not on file modifications.
38e9aa53
GM
12342 * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
12343 variable: the buffer modification time, for buffers not associated with
12344 files.
f4087766
SS
12345 (compilation-mode): Create it.
12346 (compilation-filter): Update it.
12347 (compilation-next-error-function): Use it instead of
12348 `visited-file-modtime' for timestamp.
12349
774642e5
JL
123502010-03-23 Juri Linkov <juri@jurta.org>
12351
12352 Implement Occur multi-line matches.
12353 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
12354
12355 * replace.el (occur): Doc fix.
12356 (occur-engine): Set `begpt' to the beginning of the first line.
12357 Set `endpt' to the end of the last match line. At first, count
12358 line numbers between `origpt' and `begpt'. Split out code from
12359 `out-line' variable to new let-bindings `match-prefix' and
12360 `match-str'. In `out-line' add non-numeric prefix to all
12361 non-first lines of multi-line matches. Finally, count lines
12362 between `begpt' and `endpt' and add to `lines'.
12363
f14d1172
JL
123642010-03-23 Juri Linkov <juri@jurta.org>
12365
12366 * replace.el (occur-accumulate-lines, occur-engine):
12367 Use `occur-engine-line' instead of duplicate code.
12368 (occur-engine-line): New function created from duplicate code
12369 in `occur-accumulate-lines' and `occur-engine'.
12370
53e87c57
JL
12371 * replace.el (occur-engine-line): Add optional arg `keep-props'.
12372 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
12373
75a3ff20
JL
123742010-03-23 Juri Linkov <juri@jurta.org>
12375
12376 * finder.el: Remove TODO tasks.
12377
12378 * info.el (Info-finder-find-node): Add node "all"
12379 with all package info. Handle a list of multiple keywords
12380 separated by comma.
12381 (info-finder): In interactive use with a prefix argument,
12382 use `completing-read-multiple' to read a list of keywords
12383 separated by comma.
12384
00278747
SM
123852010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12386
12387 Add a new completion style `substring'.
12388 * minibuffer.el (completion-basic--pattern): New function.
12389 (completion-basic-try-completion, completion-basic-all-completions):
12390 Use it.
12391 (completion-substring--all-completions)
12392 (completion-substring-try-completion)
12393 (completion-substring-all-completions): New functions.
12394 (completion-styles-alist): New style `substring'.
12395
64cb11cc
SM
123962010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12397
12398 Get rid of .elc files after removal of the corresponding .el.
12399 * Makefile.in (compile-clean): New target.
12400 (compile-main): Use it.
12401
835e2c65
JD
124022010-03-22 Jan Djärv <jan.h.d@swipnet.se>
12403
12404 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
12405 don't do make there. When compiling with separate object dir, there
12406 is no Makefile there.
12407
111a9dff
SM
124082010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
12409
12410 Get rid of the ELCFILES abomination, again.
12411 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
12412 (all, compile): Don't call compile-last.
12413 (compile-main): Build the "elcfiles" list dynamically.
12414 (compile-targets): New (internal) target.
12415
82c3d67a
AS
124162010-03-21 Andreas Schwab <schwab@linux-m68k.org>
12417
12418 * Makefile.in (top_srcdir): Define.
12419 (abs_top_builddir): Define.
12420 (srcdir): Don't append `/..'.
12421 (EMACS): Use ${abs_top_builddir}.
12422 (all, compile, compile-always, compile-last): Don't set emacswd.
64cb11cc
SM
12423 (update-subdirs, update-authors): Use $(top_srcdir) instead of
12424 $(srcdir).
82c3d67a
AS
12425 (lisp): Use $(srcdir) instead of @srcdir@.
12426
d66ecdbb
JL
124272010-03-21 Juri Linkov <juri@jurta.org>
12428
12429 Fix message of multi-line occur regexps and multi-buffer header lines.
12430 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
12431
12432 * replace.el (occur-1): Don't display regexp if it is longer
12433 than window-width. Use `query-replace-descr' to display regexp.
12434 (occur-engine): Don't display regexp in the buffer header for
12435 multi-buffer occur. Display a separate header line with total
12436 match count and regexp for multi-buffer occur.
12437 Use `query-replace-descr' to display regexp.
12438
f05e1b94
TZ
124392010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
12440
12441 * net/secrets.el: Fix parenthesis.
12442 (secrets-enabled): Fix parenthesis.
12443
801ba3ba
SM
124442010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12445
3613edce
SM
12446 Use more relative file and directory names.
12447 * Makefile.in (EMACS): Arrange for it to work when we chdir.
12448 (setwins, setwins_almost, setwins_for_subdirs):
12449 Don't `cd'; output relative names.
12450 (all, compile, compile-always, compile-last): Set emacswd.
12451 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
12452 Just cd to the lisp source dir so we can use relative file names.
12453
801ba3ba
SM
12454 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
12455
2b1400b9
GM
124562010-03-20 Glenn Morris <rgm@gnu.org>
12457
12458 * textmodes/rst.el: Use faces for font-lock customization, and make the
12459 old -face variables obsolete.
12460 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
12461 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
12462 (rst-block-face, rst-external-face, rst-definition-face)
12463 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
12464 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
12465 Make obsolete.
12466 (rst-font-lock-keywords-function): Update for above changes.
12467
5e418f17
JL
124682010-03-20 Juri Linkov <juri@jurta.org>
12469
12470 * s-region.el:
12471 * obsolete/s-region.el: Move to obsolete.
12472
b0287b39
JB
124732010-03-19 Juanma Barranquero <lekktu@gmail.com>
12474
12475 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
12476
3c95bbb6
DN
124772010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12478
12479 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
12480
09158997
DN
124812010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12482
12483 Add special markup processing for commit logs.
12484 * log-edit.el (log-edit-extra-flags): New variable.
12485 (log-edit): Add new argument MODE. Use that mode when non-nil
12486 instead of the log-view-mode.
12487 (log-view-process-buffer): New function.
12488
12489 * vc.el: Document that the checkin method takes optional
12490 arguments. Document new backend specific method: log-view-mode.
12491 (vc-default-log-edit-mode): New function.
12492 (vc-checkin): Use a backend specific log-view-mode.
12493 Pass extra arguments to the checkin method.
12494 (vc-modify-change-comment): Pass a dummy extra argument.
12495
12496 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
12497 log-edit.
12498 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
12499 (vc-finish-logentry): Process the log buffer before passing it
12500 down. Pass log-edit-extra-flags.
12501
12502 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
12503 command.
85626eef
SM
12504 (log-edit-extra-flags, log-edit-before-checkin-process):
12505 New declarations.
09158997
DN
12506
12507 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
12508 command.
85626eef
SM
12509 (log-edit-extra-flags, log-edit-before-checkin-process):
12510 New declarations.
09158997
DN
12511 (vc-hg-log-edit-mode): New derived mode.
12512
12513 * vc-arch.el (vc-arch-checkin):
12514 * vc-cvs.el (vc-cvs-checkin):
12515 * vc-git.el (vc-git-checkin):
12516 * vc-mtn.el (vc-mtn-checkin):
12517 * vc-rcs.el (vc-rcs-checkin):
12518 * vc-sccs.el (vc-sccs-checkin):
12519 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
12520
f430423d
SM
125212010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12522
12523 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
12524 parent typo).
12525
aa8f8277
GM
125262010-03-19 Glenn Morris <rgm@gnu.org>
12527
f430423d 12528 * password-cache.el (password-cache, password-cache-expiry): Autoload.
aa8f8277 12529
04525749
GM
125302010-03-18 Glenn Morris <rgm@gnu.org>
12531
c70815f1
GM
12532 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
12533
84d0a5f8
GM
12534 * replace.el (query-replace-history): Give it a doc string.
12535 (map-query-replace-regexp): Use query-replace-from-history-variable
12536 and query-replace-to-history-variable.
12537
e3a15161
GM
12538 * mail/hashcash.el (declare-function): Remove duplicate definition.
12539
27be0364
GM
12540 * mail/emacsbug.el (report-emacs-bug-pretest-address):
12541 Make it an obsolete alias for report-emacs-bug-address.
12542 (message-strip-special-text-properties): Declare.
12543 (report-emacs-bug): Remove test for a pretest bug address.
12544 Combine message-mode-specific code.
12545
88b8d18e
GM
12546 * mail/supercite.el: Don't require sendmail.
12547 (mh-in-header-p): Declare rather than using with-no-warnings.
12548 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
12549 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
12550
1a355d09
GM
12551 * calendar/cal-french.el: Convert to utf-8.
12552
04525749
GM
12553 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
12554 Emacs scripts.
12555
ae84eb97
MA
125562010-03-16 Michael Albinus <michael.albinus@gmx.de>
12557
12558 * net/secrets.el (secrets-enabled): New variable. Use it instead
12559 of a subfeature.
12560
7c75524e
MA
125612010-03-15 Michael Albinus <michael.albinus@gmx.de>
12562
12563 * net/secrets.el (top): Register the D-Bus signals only when the
f430423d
SM
12564 service "org.freedesktop.secrets" can be pinged.
12565 Provide subfeature `enabled'.
7c75524e 12566
57938a79
JL
125672010-03-14 Juri Linkov <juri@jurta.org>
12568
12569 Add finder unknown keywords.
12570
12571 * finder.el (finder-unknown-keywords): New function.
12572
12573 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
12574 to create a Finder node with unknown keywords.
12575
88f4758e
JL
125762010-03-14 Juri Linkov <juri@jurta.org>
12577
12578 * finder.el (finder-compile-keywords): Replace `princ' with
12579 `prin1' on a list of symbols interned from keyword strings.
12580
12581 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
12582 a comma, then split keywords using a comma and optional whitespace.
12583 Otherwise, split by whitespace.
12584
12585 * complete.el:
12586 * face-remap.el:
12587 * log-view.el:
12588 * net/hmac-def.el:
12589 * net/hmac-md5.el:
12590 * net/netrc.el:
12591 * progmodes/mixal-mode.el: Fix keywords.
12592
7725ebb7
MA
125932010-03-13 Michael Albinus <michael.albinus@gmx.de>
12594
12595 * Makefile.in (ELCFILES): Add net/secrets.elc.
12596
12597 * net/secrets.el: New file.
12598
6f320937
CY
125992010-03-12 Chong Yidong <cyd@stupidchicken.com>
12600
12601 * facemenu.el (list-colors-display, list-colors-print): New arg
12602 callback. Use it to allow selecting colors.
12603
12604 * wid-edit.el (widget-image-insert): Insert image prop even if the
12605 current display is non-graphic.
12606 (widget-field-value-set): New fun.
12607 (editable-field): Use it.
12608 (widget-field-value-get): Clean up unused var.
85626eef
SM
12609 (widget-color-value-create, widget-color--choose-action):
12610 New funs. Allow using list-colors-display to choose color.
6f320937 12611
647f9993
CY
126122010-03-12 Chong Yidong <cyd@stupidchicken.com>
12613
12614 * cus-edit.el: Resort topmost custom groups.
12615 (custom-buffer-sort-alphabetically): Default to t.
12616 (customize-apropos): Use apropos-parse-pattern.
12617 (custom-search-field): New var.
12618 (custom-buffer-create-internal): Add custom-apropos search field.
12619 (custom-add-parent-links): Don't display parent doc.
12620 (custom-group-value-create): Don't sort top-level custom group.
85626eef 12621 (custom-magic-value-create): Show visibility button before option name.
647f9993
CY
12622
12623 (custom-variable-state): New fun, from custom-variable-state-set.
12624 (custom-variable-state-set): Use it.
12625 (custom-group-value-create): Hide options with standard values
12626 using the :hidden-states property. Use progress reporter.
12627
12628 (custom-show): Simplify.
12629 (custom-visibility): Disable images by default.
12630 (custom-variable): New property :hidden-states.
12631 (custom-variable-value-create): Enable images for
12632 custom-visibility widgets. Use :hidden-states property to
12633 determine initial visibility.
12634
12635 * wid-edit.el (widget-image-find): Give images center ascent.
12636 (visibility): Add :on-image and :off-image properties.
12637 (widget-visibility-value-create): Use them.
12638
eba5b4dd
CY
126392010-03-12 Chong Yidong <cyd@stupidchicken.com>
12640
12641 * cus-edit.el (processes): Remove from development group.
12642 (oop, hypermedia): Delete group.
26f4b8ab 12643 (comm): Promote to top-level group.
eba5b4dd
CY
12644
12645 * net/browse-url.el (browse-url):
12646 * net/xesam.el (xesam):
12647 * net/tramp.el (tramp):
12648 * net/goto-addr.el (goto-address):
26f4b8ab 12649 * net/ange-ftp.el (ange-ftp): Put in comm group.
eba5b4dd
CY
12650
12651 * view.el (view): Remove from editing group.
12652
12653 * uniquify.el (uniquify): Put in files group.
12654
12655 * net/browse-url.el (browse-url):
12656 * ps-print.el (postscript): Put in external group.
12657
12658 * cus-edit.el (outlines):
12659 * textmodes/text-mode.el (text-mode-hook):
12660 * textmodes/table.el (table):
12661 * textmodes/picture.el (picture):
12662 * outline.el (outlines): Put in wp group.
12663
12664 * nxml/nxml-mode.el (nxml): Remove from wp group.
12665
12666 * net/tramp-imap.el (tramp-imap): Put in tramp group.
12667
12668 * mail/metamail.el (metamail): Remove from hypermedia group.
12669
12670 * cus-edit.el (abbrev):
12671 * whitespace.el (whitespace):
12672 * vcursor.el (vcursor):
12673 * reveal.el (reveal):
12674 * hl-line.el (hl-line): Put in convenience group.
12675
12676 * epg-config.el (epg): Put in data group.
12677
12678 * emulation/pc-select.el (pc-select): Put in emulations group.
12679
12680 * calculator.el (calculator): Put in applications group.
12681
8117868f
DN
126822010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
12683
12684 Add .dir-locals.el support for file-less buffers.
12685 * files.el (hack-local-variables): Split out code to apply local
12686 variable settings ...
12687 (hack-local-variables-apply): ... here. New function.
12688 (hack-dir-local-variables): Use the default directory for when the
12689 buffer does not have an associated file.
12690 (hack-dir-local-variables-non-file-buffer): New function.
12691 * diff-mode.el (diff-mode):
12692 * vc-annotate.el (vc-annotate-mode):
12693 * vc-dir.el (vc-dir-mode):
12694 * log-edit.el (log-edit-mode):
12695 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
12696
855a2294
DN
126972010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
12698
12699 Add support for shelving snapshots and for showing shelves.
12700 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
12701 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
12702 New functions.
12703 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
12704 (vc-bzr-extra-menu-map): Map them.
12705
3e5b7009
GM
127062010-03-11 Glenn Morris <rgm@gnu.org>
12707
0dcf7d7e
GM
12708 * cus-edit.el (customize-changed-options-previous-release):
12709 Bump to 23.1.
12710
3e5b7009
GM
12711 * image.el (image-animate-max-time): Fix :version tag.
12712
288f9fc0
CY
127132010-03-10 Chong Yidong <cyd@stupidchicken.com>
12714
12715 * Branch for 23.2.
12716
53ef91b1
SM
127172010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
12718
12719 * vc-git.el (vc-git-revision-table): Include remote branches.
12720
b41460ae 127212010-03-10 Kim F. Storm <storm@cua.dk>
0608aa45
KS
12722
12723 Animated image API.
12724 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
12725
12726 * image.el (image-animate-max-time): New defcustom.
12727 (image-animated-types): New defconst.
12728 (create-animated-image, image-animate-timer)
12729 (image-animate-start, image-animate-stop, image-animate-timeout)
12730 (image-animated-p): New functions.
12731
12732 * image-mode.el (image-toggle-display-image):
12733 Replace `create-image' with `create-animated-image'.
12734
e5d1fb10 127352010-03-09 Miles Bader <miles@gnu.org>
25344b05
MB
12736
12737 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
12738 instead of "format:"; this ensures that the output is
12739 newline-terminated.
12740
4e7cafbe
CY
127412010-03-08 Chong Yidong <cyd@stupidchicken.com>
12742
12743 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
12744 that all errors are caught, and that the return value is always a
12745 list (Bug#5692).
12746
aec66319
KH
127472010-03-08 Kenichi Handa <handa@m17n.org>
12748
12749 * language/misc-lang.el (windows-1256): New coding system.
ebc3ea5c 12750 (cp1256): New alias of windows-1256 (bug#5690).
aec66319 12751
b327c975
AS
127522010-03-07 Andreas Schwab <schwab@linux-m68k.org>
12753
12754 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
12755 call to rfc822-bad-address. (Bug#5692)
12756
1c465a6a
CY
127572010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
12758
85626eef
SM
12759 * vc-git.el (vc-git-annotate-extract-revision-at-line):
12760 Use vc-git-root as default directory for revision path (Bug#5657).
1c465a6a 12761
a4e32226
CY
127622010-03-06 Chong Yidong <cyd@stupidchicken.com>
12763
12764 * calculator.el (calculator): Don't bind split-window-keep-point
12765 (Bug#5674).
12766
4c83ed3d
SM
127672010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
12768
12769 * vc-git.el: Re-flow to fit into 80 columns.
12770 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
12771 Remove spurious `quote' element in each case alternative.
12772 (vc-git-show-log-entry): Use prog1.
12773 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
12774
e8defde3
SM
127752010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
12776
12777 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
12778
233f0c9f
CY
127792010-03-03 Chong Yidong <cyd@stupidchicken.com>
12780
12781 * macros.el (insert-kbd-macro): Look up keyboard macro using the
12782 definition, not the name (Bug#5481).
12783
254bedef 127842010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
bc91aee9
ŠN
12785
12786 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
12787 argument with a local variable. (Bug#5670)
12788
7187cdae
JL
127892010-03-02 Juri Linkov <juri@jurta.org>
12790
12791 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
12792
9cf3544e
MA
127932010-03-02 Michael Albinus <michael.albinus@gmx.de>
12794
12795 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
12796 error when FILENAME and NEWNAME are existing remote directories.
12797
12798 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
12799 parameter DIR-FLAG.
12800
33f77982
GM
128012010-03-02 Glenn Morris <rgm@gnu.org>
12802
12803 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
12804 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
12805
d99ea08e
KH
128062010-03-01 Kenichi Handa <handa@m17n.org>
12807
e8defde3 12808 * language/burmese.el (burmese-composable-pattern): Rename from
d99ea08e
KH
12809 myanmar-composable-pattern.
12810
e8defde3
SM
12811 * international/characters.el (script-list):
12812 * international/fontset.el (script-representative-chars):
12813 Change myanmar to burmese.
d99ea08e 12814 (otf-script-alist): Likewise.
4aa2c3b2
KH
12815 (setup-default-fontset): Likewise. Re-fix :otf spec.
12816
b374f54d
KY
128172010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
12818
12819 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
12820
71572c03
JD
128212010-02-28 Jan Djärv <jan.h.d@swipnet.se>
12822
12823 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
12824
00cffdeb
MA
128252010-02-28 Michael Albinus <michael.albinus@gmx.de>
12826
12827 * net/tramp.el (tramp-handle-write-region): START can be a string.
12828 Take care in the checks. Reported by Dan Davison
12829 <davison@stats.ox.ac.uk>.
12830
d4b06783
MA
128312010-02-28 Michael Albinus <michael.albinus@gmx.de>
12832
12833 * net/dbus.el (dbus-introspect, dbus-get-property)
85626eef
SM
12834 (dbus-set-property, dbus-get-all-properties):
12835 Use `dbus-call-method' when noninteractive. (Bug#5645)
d4b06783 12836
8c3e96d2
CY
128372010-02-28 Chong Yidong <cyd@stupidchicken.com>
12838
de3a1fe9
CY
12839 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
12840 * emacs-lisp/elint.el (elint-add-required-env):
de3a1fe9
CY
12841 * calendar/icalendar.el (icalendar--add-diary-entry):
12842 * calc/calcalg2.el (math-tracing-integral):
8c3e96d2
CY
12843 * files.el (recover-session-finish): Use with-current-buffer
12844 instead of save-excursion.
12845
c53b9c3b
SM
128462010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
12847
12848 Fix in-buffer completion when after-change-functions modify the buffer.
12849 * minibuffer.el (completion--replace): New function.
12850 (completion--do-completion): Use it and use relative movement.
12851
4a16bdc6
CY
128522010-02-27 Chong Yidong <cyd@stupidchicken.com>
12853
12854 * international/fontset.el (setup-default-fontset): Fix :otf spec.
d99ea08e 12855
b8280f39
CY
128562010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
12857
c53b9c3b
SM
12858 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
12859 Allow the characters _<> in the stack entry (Bug#5653).
b8280f39 12860
f88cc4d6
KH
128612010-02-26 Kenichi Handa <handa@m17n.org>
12862
12863 * language/burmese.el: Fix entries in composition-function-table.
12864 (myanmar-composable-pattern): New variable.
12865
12866 * international/fontset.el (setup-default-fontset): Add an entry
12867 for myanmar.
12868
12869 * international/characters.el (script-list): Add Myanmar
12870 Extended-A.
12871
cdbf9100
GM
128722010-02-26 Glenn Morris <rgm@gnu.org>
12873
90a94603
GM
12874 * custom.el (custom-initialize-delay): Doc fix.
12875
cdbf9100
GM
12876 * mail/sendmail.el (send-mail-function): Autoload the call
12877 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
12878
f95a5fd0
CY
128792010-02-24 Chong Yidong <cyd@stupidchicken.com>
12880
12881 * files.el (hack-local-variables-filter): For eval forms, also
12882 check safe-local-variable-p (Bug#5636).
12883
459a5f4b
MA
128842010-02-22 Michael Albinus <michael.albinus@gmx.de>
12885
12886 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
12887 setting the modes by `ignore-errors'. It might fail, for example
12888 if the file is not owned by the user but the group.
12889 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
12890
bb23f6e8
CY
128912010-02-21 Chong Yidong <cyd@stupidchicken.com>
12892
6a7662bb
BR
12893 * files.el (directory-listing-before-filename-regexp):
12894 Use stricter matching for iso-style dates, to avoid false matches with
50c58e27
CY
12895 date-like filenames (Bug#5597).
12896
b660eb70
CY
12897 * htmlfontify.el (htmlfontify): Doc fix.
12898
12899 * eshell/eshell.el (eshell): Doc fix.
12900
bb23f6e8
CY
12901 * startup.el (fancy-about-screen): In mode-line, apply
12902 mode-line-buffer-id face only to the buffer name (Bug#5613).
12903
3e39928c
CY
129042010-02-20 Kevin Ryde <user42@zip.com.au>
12905
f7e0618c
JB
12906 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12907 In `watcom' anchor regexp to start of line, to avoid slowness
3e39928c
CY
12908 (Bug#5599).
12909
0f00e948
EZ
129102010-02-20 Eli Zaretskii <eliz@gnu.org>
12911
12912 * subr.el (remove-yank-excluded-properties): Explain in a comment
12913 why `category' property is removed.
12914
3513efb2
CY
129152010-02-19 Chong Yidong <cyd@stupidchicken.com>
12916
6a7662bb
BR
12917 * isearch.el (isearch-update-post-hook, isearch-update):
12918 Revert 2010-02-17 change.
3513efb2 12919
b4340b3f
UJ
129202010-02-19 Ulf Jasper <ulf.jasper@web.de>
12921
12922 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
12923 (icalendar--convert-weekly-to-ical)
12924 (icalendar--convert-yearly-to-ical)
12925 (icalendar--convert-block-to-ical)
12926 (icalendar--convert-cyclic-to-ical)
12927 (icalendar--convert-anniversary-to-ical): Take care of time
12928 specifications where hour has 1-digit only (Bug#5549).
12929
8cfae03d
NR
129302010-02-19 Nick Roberts <nickrob@snap.net.nz>
12931
12932 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
12933 of disassemble output in GDB 7.1.
12934
055e4eea
GM
129352010-02-19 Glenn Morris <rgm@gnu.org>
12936
12937 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
12938 property. (Bug#5593)
12939
ff6b00de
SS
129402010-02-18 Sam Steingold <sds@gnu.org>
12941
12942 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
12943
fe8c0b47
SM
129442010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
12945
12946 Use abbreviated file names in bookmarks (bug#5591).
12947 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
12948 calls to expand-file-name.
12949 (bookmark-relocate): Use abbreviated file names in bookmarks.
12950 (bookmark-load): Use abbreviated file names in messages.
12951
73a37a69
MA
129522010-02-18 Michael Albinus <michael.albinus@gmx.de>
12953
12954 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
12955 expand "." and "..". Reported by Thierry Volpiatto
12956 <thierry.volpiatto@gmail.com>.
12957
6e4f5731
MA
129582010-02-18 Michael Albinus <michael.albinus@gmx.de>
12959
12960 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
12961 permissions of the temporary file to "0600". In case the remote
12962 file has no read permissions for the owner, there might be
12963 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
12964
1296522010-02-18 Glenn Morris <rgm@gnu.org>
b788a98d
GM
12966
12967 * emacs-lisp/authors.el (authors-renamed-files-alist):
12968 Add entries for INSTALL.CVS.
12969
ba5bf642
MH
129702010-02-17 Mark A. Hershberger <mah@everybody.org>
12971
f7e0618c 12972 * vc-bzr.el: Fix typo in Known Bugs section.
ba5bf642 12973
f7e0618c 12974 * isearch.el (isearch-update-post-hook): New hook.
ba5bf642
MH
12975 (isearch-update): Use the new hook.
12976
aac0b0f2
MA
129772010-02-16 Michael Albinus <michael.albinus@gmx.de>
12978
fe8c0b47
SM
12979 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
12980 Fix errors in copying directories.
aac0b0f2
MA
12981 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
12982 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
12983 (tramp-handle-delete-file)
12984 (tramp-handle-dired-recursive-delete-directory)
12985 (tramp-handle-write-region): Flush also the cache for the upper
12986 directory.
12987
05bbe066
CY
129882010-02-16 Chong Yidong <cyd@stupidchicken.com>
12989
e8ab3908
CY
12990 * simple.el (save-interprogram-paste-before-kill): Doc fix.
12991
ff90f4b0
CY
12992 * cus-edit.el (hardware): Doc fix.
12993
12994 * man.el (man): Add to external custom group.
12995
12996 * delim-col.el (columns): Move to wp custom group.
12997
12998 * doc-view.el (doc-view): Add to data custom group.
12999
fe8c0b47 13000 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
ff90f4b0 13001
05bbe066
CY
13002 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
13003 by ispell-parse-output (Bug#5575).
13004
fa6ea913
KH
130052010-02-16 Kenichi Handa <handa@m17n.org>
13006
13007 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
13008 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
13009 (skkdic-convert): Use `euc-japan' coding system for writing.
13010
88fd78ae
GM
130112010-02-16 Glenn Morris <rgm@gnu.org>
13012
13013 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
13014 tex-main-file before using it. (Bug#5562)
13015
2b8c974a
SM
130162010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
13017
13018 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
13019 warnings, since it is annoying for the user to see them each time he
13020 runs the code.
13021
7540f029
MA
130222010-02-15 Michael Albinus <michael.albinus@gmx.de>
13023
13024 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
13025 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
13026 instead of PROC for caching "first-password-request". Otherwise,
13027 new processes would not profit from passwords already entered.
13028
2b8c974a
SM
13029 * net/tramp-cache.el (tramp-dump-connection-properties):
13030 Don't save "first-password-request" property.
7540f029 13031
fa5f7c5f
JB
130322010-02-14 Juanma Barranquero <lekktu@gmail.com>
13033
13034 * outline.el (outline-head-from-level):
13035 * simple.el (with-wrapper-hook):
fa5f7c5f
JB
13036 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
13037 (elint-defun, elint-buffer-env, elint-top-form-logged)
13038 (elint-unbound-variable):
13039 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
13040 Fix typos in docstrings.
13041
ecbaeb7b
MA
130422010-02-14 Michael Albinus <michael.albinus@gmx.de>
13043
13044 * files.el (insert-directory): When WILDCARD-REGEXP and
13045 FULL-DIRECTORY-P are nil, insert the file entry instead of the
13046 whole directory. (Bug#5551)
13047
13048 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
13049 dired's alignment sanity. (Bug#5516)
13050
91e3333f
JL
130512010-02-14 Juri Linkov <juri@jurta.org>
13052
13053 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
13054 Remove remaining ^H with their preceding chars. (Bug#5566)
13055
36020642
GM
130562010-02-13 Glenn Morris <rgm@gnu.org>
13057
13058 * simple.el (transpose-subr): Give it a doc-string.
13059
13060 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
13061 Doc fixes.
13062
f5952338
JL
130632010-02-12 Juri Linkov <juri@jurta.org>
13064
13065 * arc-mode.el (archive-unique-fname): Make directories for nested
13066 archives. (Bug#5540)
13067
918fe50f
JL
130682010-02-12 Juri Linkov <juri@jurta.org>
13069
13070 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
13071
c07ff221
SM
130722010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13073
48b1e7cf
SM
13074 * subr.el (copy-overlay): Handle deleted overlays.
13075
c07ff221
SM
13076 * man.el (Man-completion-table): Don't signal an error if we can't run
13077 manual-program (bug#4056).
13078
0e374247
JB
130792010-02-10 Juanma Barranquero <lekktu@gmail.com>
13080
13081 * textmodes/artist.el (artist-mt): Fix typos in docstring.
13082
dbf8402b
SM
130832010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13084
348d1e60
SM
13085 * info.el (Info-bookmark-jump): Simplify.
13086
dbf8402b
SM
13087 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
13088 (bookmark-default-handler): Accept new bookmark field `buffer'.
13089
e6d23bb5
CY
130902010-02-10 Chong Yidong <cyd@stupidchicken.com>
13091
13092 * iswitchb.el (iswitchb-completions): Revert last change.
13093
a8e4290b
MA
130942010-02-10 Michael Albinus <michael.albinus@gmx.de>
13095
2b23acde 13096 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
348d1e60
SM
13097 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
13098 This prevents file names like "~/" being listed literally.
a8e4290b 13099
c59d6fad
DN
131002010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
13101
348d1e60
SM
13102 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13103 Remove dead code. (Bug#5546)
c59d6fad 13104
3a66e78f
CY
131052010-02-09 Chong Yidong <cyd@stupidchicken.com>
13106
13107 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
13108 correctly (Bug#5548).
13109
f29fd869
CY
131102010-02-08 Jose E. Marchesi <jemarch@gnu.org>
13111
13112 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
fe8c0b47 13113 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
f29fd869 13114
7fad1447
KH
131152010-02-08 Kenichi Handa <handa@m17n.org>
13116
13117 * international/mule-util.el (with-coding-priority): Add autoload
48c2d18a 13118 cookie for putting `lisp-indent-function'.
7fad1447 13119
50e4518b
GM
131202010-02-07 Glenn Morris <rgm@gnu.org>
13121
13122 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
13123 Move F2003 named interfaces from keywords-2 to keywords-1, and
13124 use function-name-face rather than constant-face.
13125 Simplify "abstract interface" regexp.
13126
a4cc44cf
CY
131272010-02-07 Chong Yidong <cyd@stupidchicken.com>
13128
13129 * eshell/esh-util.el (eshell-file-attributes): New optional arg
13130 ID-FORMAT. Pass it to `file-attributes'.
13131
13132 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
13133
c917476d
CY
131342010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
13135
13136 * faces.el (set-face-attribute): Allow calling
13137 internal-set-lisp-face-attribute with 'unspecified family and
13138 foundry argument (Bug#5536).
13139
7cf3f3d6
GM
131402010-02-07 Glenn Morris <rgm@gnu.org>
13141
13142 * progmodes/f90.el (f90-font-lock-keywords-2)
13143 (f90-looking-at-type-like, f90-looking-at-program-block-end):
13144 Handle F2003 named interfaces.
13145
ffe87109
CY
131462010-02-06 Chong Yidong <cyd@stupidchicken.com>
13147
13148 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
13149 beg and end before calling c-get-state-before-change-functions.
13150
4775ecad
DN
131512010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
13152
33aeea0e
SM
13153 * vc-bzr.el (vc-bzr-dir-extra-headers):
13154 Disable the pending merges header.
4775ecad 13155
0d17c4b9
JL
131562010-02-05 Juri Linkov <juri@jurta.org>
13157
13158 * doc-view.el (doc-view-mode):
13159 * image-mode.el (image-mode): Put property mode-class=special.
13160 (Bug#4896)
13161
8228a275
MH
131622010-02-05 Mark A. Hershberger <mah@everybody.org>
13163
13164 * vc-svn.el (vc-svn-revision-table): New function.
13165
d9320986
MA
131662010-02-05 Michael Albinus <michael.albinus@gmx.de>
13167
13168 * net/ange-ftp.el (ange-ftp-insert-directory):
13169 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13170 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13171 Handle also directories. (Bug#5478)
13172
f43d8ecc
GM
131732010-02-05 Glenn Morris <rgm@gnu.org>
13174
13175 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
13176
ce3a988d
CY
131772010-02-05 Chong Yidong <cyd@stupidchicken.com>
13178
13179 * startup.el (command-line-1): Convert options beginning with a
13180 single dash as well (Bug#5519).
13181
bdd42899
SM
131822010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
13183
51b23c44
SM
13184 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
13185 * minibuffer.el (completion-initials-expand): Only check the presence
13186 of delims *within* the boundaries, since otherwise the / delim is
13187 always found for files.
13188
bdd42899
SM
13189 Fix up various corner case problems.
13190 * doc-view.el (doc-view-last-page-number): New function.
13191 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
13192 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
13193 (doc-view-kill-proc): Avoid inf-loop in freak cases.
13194 (doc-view-reconvert-doc): Use the new recursive delete-directory.
13195 (doc-view-convert-current-doc): Don't create the resolution.el file
13196 here any more.
13197 (doc-view-pdf/ps->png): Do it here instead.
13198 (doc-view-already-converted-p): Check that resolution.el is present.
13199 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
13200 windows that are not yet showing images.
13201
d5b3979c
MA
132022010-02-04 Michael Albinus <michael.albinus@gmx.de>
13203
13204 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
13205 `dired-uncache' for every elemnt which is an absolute file name.
13206
13207 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
13208 directory, handle its directory component.
13209 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
13210 function is called permanently and creates noise, otherwise.
13211
13212 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
13213 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
13214 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
13215
b003beb1
DB
132162010-02-04 David Burger <dburger@google.com> (tiny change)
13217
13218 * macros.el (apply-macro-to-region-lines):
13219 Minor simplification. (Bug#5485)
13220
ea92f9f3
GM
132212010-02-04 Glenn Morris <rgm@gnu.org>
13222
a03ae20d
GM
13223 * mail/rmail.el (rmail-show-message-1): Handle malformed
13224 quoted-printable text. (Bug#5441)
13225
4d01b827
GM
13226 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
13227
ea92f9f3
GM
13228 * simple.el (visual-line-mode): Capitalize lighter.
13229
82055bb7
JW
132302010-02-03 John Wiegley <jwiegley@gmail.com>
13231
13232 * iswitchb.el (iswitchb-completions): Add bookmark files to the
13233 list of files considered for "virtual buffer" completions.
13234
8214b6e4
MA
132352010-02-03 Michael Albinus <michael.albinus@gmx.de>
13236
13237 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
dd86ea11 13238 also in case of (and (not full) (not wildcard)). This is needed
8214b6e4
MA
13239 when dired is called with a list of files, which are not in
13240 `default-directory'. (Bug#5478)
13241
1df9718f
SM
132422010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
13243
13244 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
13245
02ba1267
JL
132462010-02-02 Juri Linkov <juri@jurta.org>
13247
13248 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
13249 from unidiff to allow function-line after @@.
13250
a0c6a0fb
JL
132512010-02-02 Juri Linkov <juri@jurta.org>
13252
13253 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
13254 '(RCS SCCS) with inverted condition.
13255
c35fcd52
MA
132562010-02-02 Michael Albinus <michael.albinus@gmx.de>
13257
13258 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
13259 messages.
13260
6ba973c1
JL
132612010-02-01 Juri Linkov <juri@jurta.org>
13262
13263 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
13264 compare with "pkunzip" and "pkzip" instead of only "pkzip".
13265 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
13266 only when (car archive-zip-extract) is "unzip". (Bug#5475)
13267
0bca393f
SM
132682010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
13269
13270 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
13271 (doc-view-revert-buffer): New command.
13272 (doc-view-mode-map): Use it.
13273
7a444e2a
DN
132742010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
13275
13276 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
13277 pending merge is detected.
13278
ad6fc8f4
JL
132792010-01-31 Juri Linkov <juri@jurta.org>
13280
13281 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
13282 beginning of interactive spec like all other grep commands do.
13283 Put "all" in front of "gz". (Bug#5260)
13284
b9236874
DN
132852010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
13286
13287 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
13288
1e868757
CY
132892010-01-29 Chong Yidong <cyd@stupidchicken.com>
13290
13291 * dirtrack.el (dirtrack): Warn instead of signalling error if the
13292 regexp is incorrect (Bug#5476).
13293
e5c70c41
MA
132942010-01-29 Michael Albinus <michael.albinus@gmx.de>
13295
13296 * net/tramp.el (tramp-handle-insert-directory): Handle also
13297 symlinks, when FILENAME is not in `default-directory'.
13298
0c0b61f1
MA
132992010-01-28 Michael Albinus <michael.albinus@gmx.de>
13300
13301 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
e5c70c41 13302 FILE is not in `default-directory'. (Bug#5478)
0c0b61f1
MA
13303
13304 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
13305 of SWITCHES. Handle the case, FILENAME is not in
13306 `default-directory'. (Bug#5478)
13307 (tramp-register-file-name-handlers): Add safe-magic property.
13308
763f325e
CY
133092010-01-28 Chong Yidong <cyd@stupidchicken.com>
13310
13311 * arc-mode.el (archive-zip-extract): Quote the argument passed to
13312 unzip (Bug#5475).
13313
fd09a83f
CY
133142010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
13315
13316 * progmodes/flymake.el (flymake-allowed-file-name-masks)
13317 (flymake-master-make-header-init): Add other C++ filename masks.
13318 (flymake-find-possible-master-files)
13319 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
13320
7e5686f0
MA
133212010-01-28 Michael Albinus <michael.albinus@gmx.de>
13322
13323 Fix some busybox annoyances.
13324
13325 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
13326 not responding." string.
13327 (tramp-open-connection-setup-interactive-shell): Dump stty
13328 settings. Enable "neveropen" arg for all `tramp-send-command'
13329 calls. Handle "=" in variable values properly.
13330 (tramp-find-inline-encoding): Raise an error, when no encoding is
13331 found.
13332 (tramp-wait-for-output): Check, whether PROC buffer is available.
13333 Remove spurious " ^H" sequences, sent by busybox.
13334 (tramp-get-ls-command): Suppress coloring, if possible.
13335
c6265c10
GM
133362010-01-28 Glenn Morris <rgm@gnu.org>
13337
c85a168b
GM
13338 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
13339
c6265c10
GM
13340 * log-edit.el (log-edit-strip-single-file-name): Add missing
13341 :safe, :group, and :version tags.
13342
7d82a738
SB
133432010-01-27 Stephen Berman <stephen.berman@gmx.net>
13344
13345 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
13346 buffers. (Bug#5477)
13347
8b0e68ea
CY
133482010-01-27 David De La Harpe Golden <david@harpegolden.net>
13349
13350 * files.el (delete-directory): Handle moving to trash without
13351 first doing recursion (Bug#5436).
13352
368d3208
DN
133532010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
13354
13355 * vc-hooks.el (vc-path): Mark as obsolete.
13356
755da7fa
DN
133572010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
13358
e2396d80
DN
13359 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
13360 names too.
13361
755da7fa
DN
13362 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
13363 for the short log.
13364 (vc-bzr-log-view-mode): Adjust regexp for the above change.
13365
6a6d15ab 133662010-01-25 Mark A. Hershberger <mah@everybody.org>
aaef4f91 13367
ac9ffe99 13368 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
d9de6d6f 13369
48c2d18a 13370 * vc-bzr.el (vc-bzr-revision-table): New function.
aaef4f91 13371
25f38310 133722010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com>
504dcc71
EH
13373
13374 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
13375 diff-index command. This requires at least git-1.5.5. (Bug#1589).
13376
51850286
DN
133772010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
13378
c2f1d6d8
DN
13379 Remove support for adding --signoff on commit.
13380 Future support will use an incompatible generic mechanism.
13381 * vc-git.el (vc-git-add-signoff): Remove variable.
13382 (vc-git-toggle-signoff): Remove function.
13383 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
13384
6a7662bb
BR
13385 * term/xterm.el (xterm-maybe-set-dark-background-mode):
13386 Rename from xterm-set-background-mode. Return t if the background mode
51850286
DN
13387 was set.
13388 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
13389 earlier, call it again in case the background mode has changed.
13390
02c6d0d0
CY
133912010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
13392
13393 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
13394 (Bug#3541).
13395
064eee03
CY
133962010-01-23 Chong Yidong <cyd@stupidchicken.com>
13397
02c6d0d0
CY
13398 * emacs-lisp/assoc.el (aelement): Doc fix.
13399 (aput, adelete, amake): Use lexical-let (Bug#5450).
064eee03 13400
5336c3ec 134012010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
afb5d709 13402
48c2d18a 13403 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
afb5d709
SL
13404 is the same as subprogram call, not declaration. (Bug#5435).
13405
0536254e
MA
134062010-01-23 Michael Albinus <michael.albinus@gmx.de>
13407
13408 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
13409 (tramp-smb-maybe-open-connection): Use it.
13410
411d06c2
MA
134112010-01-22 Michael Albinus <michael.albinus@gmx.de>
13412
0536254e 13413 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
411d06c2 13414
c893016b
SM
134152010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13416
13417 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
13418 just because we see "encoding: 8bit".
13419 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
13420
9425f8e1
CY
134212010-01-22 Chong Yidong <cyd@stupidchicken.com>
13422
13423 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
13424
6a801864
EZ
134252010-01-22 Eli Zaretskii <eliz@gnu.org>
13426
13427 * jka-compr.el (jka-compr-load): If load-file is not in
13428 load-history, try its file-truename version. (bug#5447)
13429
3e8f7d91
AM
134302010-01-21 Alan Mackenzie <acm@muc.de>
13431
13432 Fix a situation where deletion of a cpp construct throws an error.
537ffaf3
SM
13433 * progmodes/cc-engine.el (c-invalidate-state-cache):
13434 Before invoking c-with-all-but-one-cpps-commented-out, check that the
3e8f7d91
AM
13435 special cpp construct is still in the buffer.
13436 (c-parse-state): Record the special cpp with markers, not numbers.
13437
f0bd0ad5
CY
134382010-01-21 Kenichi Handa <handa@m17n.org>
13439
13440 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
13441 process last-command-event, as it is now decoded first (Bug#5380).
13442
5189d95b
CY
134432010-01-20 Chong Yidong <cyd@stupidchicken.com>
13444
13445 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
13446
e073d74a
GM
134472010-01-20 Glenn Morris <rgm@gnu.org>
13448
13449 * indent.el (tab-always-indent): Fix custom-type.
13450
8ee04f3a
AM
134512010-01-19 Alan Mackenzie <acm@muc.de>
13452
13453 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
13454 buffer throws "args out of range".
13455 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
13456 playing the role of delimiter.
13457
6a47c86a
SL
134582010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
13459
bf0b361c 13460 * progmodes/ada-mode.el: Fix bug#5400.
6a47c86a
SL
13461 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
13462 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
13463 changed. Delete RECURSIVE parameter; never used. Improve doc string.
13464 Improve comments in "is" portion. Handle null procedure declaration.
13465 (ada-move-to-end): Improve doc string.
13466
2acfb954
ÓF
134672010-01-18 Óscar Fuentes <ofv@wanadoo.es>
13468
e90d57c0 13469 * ido.el (ido-cur-list): Initialize to nil.
2acfb954 13470 Remove obsolete information from commentary.
e90d57c0
JB
13471 (ido-choice-list): Initialize to nil.
13472 (ido-get-bufname): Reject minibuffers.
13473 (ido-make-buffer-list): If "default" is a nonexistent
13474 buffer, ignore it, as per the function's comment.
13475 (ido-kill-buffer-internal): New function.
13476 (ido-kill-buffer-at-head): Use it.
13477 (ido-visit-buffer): Likewise.
2acfb954 13478
244b023e
CY
134792010-01-18 Chong Yidong <cyd@stupidchicken.com>
13480
13481 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
13482
db9e401b
JB
134832010-01-18 Juanma Barranquero <lekktu@gmail.com>
13484
db9e401b
JB
13485 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
13486 Fix typos in chart titles.
13487
13488 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
db9e401b
JB
13489 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
13490 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
13491 (describe-class, eieio-describe-generic, describe-generic):
13492 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
13493 (eieio-speedbar-expand):
13494 * emulation/viper-cmd.el (viper-exec-form-in-vi)
13495 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
13496 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
13497 (viper-del-backward-char-in-replace, viper-backward-indent)
13498 (viper-brac-function, viper-register-to-point, viper-submit-report):
13499 * net/tramp.el (tramp-remote-coding-commands):
13500 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
13501 Fix typos in docstrings.
13502
9295137d
CY
135032010-01-17 Chong Yidong <cyd@stupidchicken.com>
13504
13505 * mail/sendmail.el (mail-yank-original): Set the mark if the
13506 specified function for yanking does not do it.
13507
4d0bbcb6
DN
135082010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
13509
7902c120
DN
13510 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
13511
4d0bbcb6
DN
13512 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
13513 resyncing a directory.
13514
0b702bc1
SL
135152010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
13516
6a47c86a 13517 * progmodes/ada-mode.el: Fix bug#1920.
0b702bc1
SL
13518 (ada-ident-re): Delete ., allow multibyte characters.
13519 (ada-goto-label-re): New; matches goto labels.
13520 (ada-block-label-re): New; matches block labels.
13521 (ada-label-re): New; matches both.
5f9d345c 13522 (ada-named-block-re): Delete; callers changed to use
0b702bc1
SL
13523 `ada-block-label-re' instead.
13524 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
13525 Use `ada-block-label-re'.
13526 (ada-indent-on-previous-lines): Improve handling of goto labels.
13527 (ada-get-indent-block-start): Special-case block label.
13528 (ada-get-indent-label): Split into `ada-indent-block-label' and
13529 `ada-indent-goto-label'.
13530 (ada-goto-stmt-start, ada-goto-next-non-ws):
13531 Optionally ignore goto labels.
13532 (ada-goto-next-word): Simplify.
13533 (ada-indent-newline-indent-conditional): Insert newline before
13534 trying to fix indentation; doc fix.
13535
05287c49
JB
135362010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
13537
13538 * calc/calc.el (calc-command-flags): Give it an initial value.
13539
4963739e
JB
135402010-01-17 Juanma Barranquero <lekktu@gmail.com>
13541
4963739e
JB
13542 * files.el (minibuffer-with-setup-hook):
13543 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
13544 (artist-key-draw-continously, artist-key-do-continously-continously)
13545 (artist-key-set-point-continously, artist-mouse-draw-continously):
13546 Fix typos in docstrings.
13547
116bd1ee
CY
135482010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
13549
6a7662bb
BR
13550 * nxml/nxml-mode.el (nxml-extend-after-change-region):
13551 Never return t (Bug#3898).
116bd1ee 13552
2784cd7a 135532010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
d4efdaea
CY
13554
13555 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
13556 can parse the output of the external commands (Bug#5279).
13557
abd5cfe8
CY
135582010-01-16 Jari Aalto <jari.aalto@cante.net>
13559
13560 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
13561
4fe22cdf
CY
135622010-01-16 Chong Yidong <cyd@stupidchicken.com>
13563
bbdc98ef
CY
13564 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
13565
c7dc1ac1
CY
13566 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
13567
4fe22cdf
CY
13568 * startup.el (command-line): Remove unused --icon-type arg.
13569 Handle --display arg, passing it to command-line-1 (Bug#5392).
13570
045b9da7
ML
135712010-01-16 Mario Lang <mlang@delysid.org>
13572
045b9da7
ML
13573 * emacs-lisp/chart.el (chart-translate-namezone):
13574 * textmodes/artist.el (artist-compute-popup-menu-table):
13575 Remove duplicated words in doc-strings.
13576
6554a5df
CY
135772010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
13578
13579 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
13580 to mairix-search to suppress threading (Bug#5342).
13581
ca4f0e9a
KH
135822010-01-15 Kenichi Handa <handa@m17n.org>
13583
13584 * international/mule-cmds.el (canonicalize-coding-system-name):
b7235808 13585 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
ca4f0e9a 13586
1db3226b
GM
135872010-01-15 Glenn Morris <rgm@gnu.org>
13588
56a03f46
GM
13589 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
13590
13591 * wid-edit.el (widget-keymap): Doc fix.
13592
1db3226b
GM
13593 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
13594 former seems to be more widely accepted by various svn versions.
13595
80cd4bb4
JB
135962010-01-14 Juanma Barranquero <lekktu@gmail.com>
13597
d1f18ec0
JB
13598 * find-cmd.el (find-constituents):
13599 * vc-arch.el (vc-arch-root):
13600 * window.el (window-body-height, pop-up-frames):
d1f18ec0
JB
13601 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
13602 * progmodes/ada-stmt.el (ada-if):
13603 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
13604 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
13605 (ispell-encoding8-command, ispell-aspell-supports-utf8)
13606 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
13607
80cd4bb4
JB
13608 * progmodes/flymake.el (flymake-post-syntax-check):
13609 Fix typo in error message.
13610
9c23ca47
JB
136112010-01-14 Juanma Barranquero <lekktu@gmail.com>
13612
13613 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
13614 which is always a string. (Bug#5313)
13615
8794c483
JB
136162010-01-14 Juanma Barranquero <lekktu@gmail.com>
13617
13618 * progmodes/ada-xref.el (ada-default-prj-properties):
13619 Simplify previous change.
13620
95005d39
SL
136212010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13622
13623 * progmodes/ada-xref.el (ada-default-prj-properties):
13624 Default ada_project_path to $ADA_PROJECT_PATH.
13625
136262010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
80e18d20
SL
13627
13628 * progmodes/ada-mode.el (ada-create-keymap):
13629 Override `narrow-to-defun' with `ada-narrow-to-defun'.
13630
fb0d1545
SL
136312010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13632
13633 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
13634 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
13635 (ada-get-current-indent, ada-imenu-generic-expression)
13636 (ada-which-function): Check for it.
13637
5c9434d0
SL
136382010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
13639
13640 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
13641 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
13642
3a4f3a3b
GM
136432010-01-14 Glenn Morris <rgm@gnu.org>
13644
13645 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
13646
d9a7c140
KH
136472010-01-14 Kenichi Handa <handa@m17n.org>
13648
13649 * composite.el (auto-composition-mode): Make it a buffer local
13650 variable (permanent-local).
13651 (auto-composition-function): Set the default value to
13652 auto-compose-chars.
49caf252 13653 (auto-composition-mode): Make it a simple function, not a minor mode.
d9a7c140
KH
13654 (global-auto-composition-mode): Likewise.
13655 (turn-on-auto-composition-if-enabled): Delete it.
49caf252 13656
38bee102
KF
136572010-01-13 Karl Fogel <kfogel@red-bean.com>
13658
13659 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
d9a7c140 13660
b8b45afc
MA
136612010-01-12 Michael Albinus <michael.albinus@gmx.de>
13662
13663 * files.el (copy-directory): Compute target for recursive
13664 directories with identical names. (Bug#5343)
13665
893db5bc
GM
136662010-01-12 Glenn Morris <rgm@gnu.org>
13667
6a7662bb
BR
13668 * mail/emacsbug.el (report-emacs-bug-pretest-address):
13669 Set it to bug-gnu-emacs rather than emacs-pretest-bug.
893db5bc 13670
d8b8451f
SS
136712010-01-11 Sam Steingold <sds@gnu.org>
13672
13673 * imenu.el (imenu-default-create-index-function): Detect infinite
13674 loops caused by imenu-prev-index-position-function.
13675
30afcdff
JB
136762010-01-11 Juanma Barranquero <lekktu@gmail.com>
13677
13678 * htmlfontify.el (htmlfontify-load-rgb-file)
13679 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
13680 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
13681 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
13682 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
13683 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
13684 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
13685 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
13686 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
13687 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
13688 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
13689 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
13690 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
13691 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
13692 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
13693 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
13694 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
13695 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
13696 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
13697 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
13698 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
13699 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
13700 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
13701 backslash-quoting from parentheses, etc.
13702
92b1c416
CY
137032010-01-11 Chong Yidong <cyd@stupidchicken.com>
13704
13705 * progmodes/js.el: Autoload javascript-mode alias.
13706
4454adab
JB
137072010-01-11 Juanma Barranquero <lekktu@gmail.com>
13708
13709 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
13710 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
13711 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
13712 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
13713 Fix typos in docstrings.
13714 (ffap-url-regexp): Doc fix.
13715 (ffap-at-mouse): Fix typo in message.
13716
6589a2f9
GM
137172010-01-11 Glenn Morris <rgm@gnu.org>
13718
13719 * version.el (emacs-copyright): Set copyright year to 2010.
13720
4e5617ee
SM
137212010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
13722
13723 * format.el (format-annotate-function): Only set
13724 write-region-post-annotation-function after running to-fn so as not to
13725 affect nested write-region calls (bug#5273).
13726
52bee098
CY
137272010-01-10 Chong Yidong <cyd@stupidchicken.com>
13728
a069f067
CY
13729 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
13730 wisent/python.el.
13731
e709e39d
CY
137322010-01-09 Chong Yidong <cyd@stupidchicken.com>
13733
13734 * man.el (Man-goto-section): Signal error if the section is not
13735 found (Bug#5317).
13736
6ee86780
JB
137372010-01-09 Juanma Barranquero <lekktu@gmail.com>
13738
13739 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
13740 URLs with a leading triple slash in the file: scheme. (Bug#5345)
13741
fa7b5f7b
CY
137422010-01-09 Chong Yidong <cyd@stupidchicken.com>
13743
13744 * progmodes/compile.el: Don't treat compile-command as safe if
13745 compilation-read-command might be nil (Bug#4218).
13746
de62c4d9
JD
137472010-01-09 Jan Djärv <jan.h.d@swipnet.se>
13748
13749 * startup.el (command-line-1): Use orig-argi to check for ignored X and
13750 NS options.
13751
e94be827
KH
137522010-01-08 Kenichi Handa <handa@m17n.org>
13753
4e5617ee
SM
13754 * international/fontset.el (build-default-fontset-data):
13755 Exclude characters in scripts kana, hangul, han, or cjk-misc.
e94be827 13756
1dfae2a2
JB
137572010-01-07 Juanma Barranquero <lekktu@gmail.com>
13758
13759 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
13760 to `create-file-buffer' as it expects, not just a buffer name.
13761 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
13762 to help uniquify. (Bug#3224)
13763
d0cf45b7
JD
137642010-01-06 Jan Djärv <jan.h.d@swipnet.se>
13765
13766 * font-setting.el (font-setting-change-default-font): Use user-spec
13767 instead of name.
13768
7534fa5e
DN
137692010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
13770
13771 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
13772
fd579fdc
CY
137732010-01-05 Tom Tromey <tromey@redhat.com>
13774
4e5617ee
SM
13775 * progmodes/python.el (python-font-lock-keywords):
13776 Handle qualified decorators (Bug#881).
fd579fdc 13777
37860caf
DN
137782010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
13779
13780 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
13781 in a lightweight checkout.
13782
69db641d
KH
137832010-01-05 Kenichi Handa <handa@m17n.org>
13784
4e5617ee 13785 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
69db641d 13786
b25d6a02
DN
137872010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
13788
13789 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
13790
137d88ca
DN
137912010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
13792
13793 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
13794 checkouts. (Bug#618)
3d5d0aa9 13795 (vc-bzr-log-view-mode): Also highlight the author.
8e7e2286
DN
13796 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
13797 (vc-bzr-shelve-menu-map):
13798 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
13799 (vc-bzr-shelve-apply): Make prompt more explicit.
137d88ca 13800
da76998b
CY
138012010-01-02 Chong Yidong <cyd@stupidchicken.com>
13802
13803 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
13804 They are valid characters in URL paths (rfc3986), and at least
13805 Firefox does not understand the encoded version (Bug#3166).
13806
b2ad70b6
CY
138072010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
13808
13809 * progmodes/octave-mod.el (octave-end-keywords)
4e5617ee
SM
13810 (octave-block-begin-or-end-regexp, octave-block-match-alist):
13811 Add "end" keyword (Bug#3061).
b2ad70b6
CY
13812 (octave-end-as-array-index-p): New function.
13813 (calculate-octave-indent): Use it.
13814
54136282
KF
138152010-01-02 Karl Fogel <kfogel@red-bean.com>
13816
13817 * bookmark.el: Consistently put the text property on the bookmark name.
13818 (bookmark-bmenu-marks-width): Bump back to 2, to include
13819 annotation marks.
13820 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
13821 property on the bookmark name, instead of not putting it at all.
13822 (bookmark-bmenu-list): Fix where we put the text property.
13823
cc4d3cad
KF
138242010-01-02 Karl Fogel <kfogel@red-bean.com>
13825
13826 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
13827 for showing buffer modified state (as added in the previous change).
13828
b894c439
KF
138292010-01-02 Karl Fogel <kfogel@red-bean.com>
13830
13831 * bookmark.el: Show modified state of bookmark buffer more accurately.
13832 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
13833 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
13834 (with-buffer-modified-unmodified): New macro.
13835 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
13836 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
cc4d3cad 13837 Use new macro to preserve the buffer modified state.
b894c439 13838
3a69db53
KF
138392010-01-02 Karl Fogel <kfogel@red-bean.com>
13840
4e5617ee 13841 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3a69db53
KF
13842 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
13843 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
13844 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
13845 (bookmark-bmenu-rename, bookmark-bmenu-locate)
4e5617ee
SM
13846 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
13847 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3a69db53 13848
af414f10
EZ
138492010-01-02 Eli Zaretskii <eliz@gnu.org>
13850
4e5617ee
SM
13851 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13852 Make the lines in the generated doc string shorter. (Bug#4668)
af414f10 13853
f2ec0e5e
CY
138542010-01-02 Ryan Yeske <rcyeske@gmail.com>
13855
13856 * net/rcirc.el: Add follow-link binding (Bug#4738).
13857
38c1ba62
EZ
138582010-01-02 Eli Zaretskii <eliz@gnu.org>
13859
4e5617ee 13860 * Makefile.in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
13861 (cvs-update): New target for backward compatibility.
13862
4e5617ee 13863 * makefile.w32-in (bzr-update): Rename from cvs-update.
38c1ba62
EZ
13864 (cvs-update): New target for backward compatibility.
13865
ea2c0f5b
KF
138662010-01-02 Karl Fogel <kfogel@red-bean.com>
13867
13868 * bookmark.el: Remove gratuitous gratitude.
13869
5ae329f4
KF
138702010-01-02 Karl Fogel <kfogel@red-bean.com>
13871
c4cc8b9a 13872 * bookmark.el (bookmark-bmenu-any-marks): New function.
47989945
KF
13873 (bookmark-bmenu-save): Clear buffer modification if no marks.
13874
138752010-01-02 Karl Fogel <kfogel@red-bean.com>
13876
13877 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
5ae329f4
KF
13878 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
13879 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
13880 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
13881
13882 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
13883 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
13884 To: emacs-devel {_AT_} gnu.org
13885 Subject: bookmark.el bug report
13886 Date: Mon, 28 Dec 2009 14:19:16 +0800
13887 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
13888
aef053eb
KF
138892010-01-02 Karl Fogel <kfogel@red-bean.com>
13890
13891 * bookmark.el: Improvements suggested by Drew Adams:
13892 (bookmark-bmenu-ensure-position): New name for
13893 `bookmark-bmenu-check-position'. Just ensure the position,
13894 don't return any meaningful value.
13895 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
13896 New constants.
13897
0472835f
JB
138982010-01-02 Juanma Barranquero <lekktu@gmail.com>
13899
13900 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
13901 (bookmark-yank-point, bookmark-bmenu-check-position):
13902 Fix typos in docstrings.
13903 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
13904 (bookmark-name-from-full-record, bookmark-get-position)
13905 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
13906 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
13907 Remove useless quoting of parenthesis, etc. in docstrings.
13908
13909 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
13910 (ediff-append-custom-diff): Fix typo in error message.
13911 (ediff-meta-mark-equal-files): Fix typos in messages.
13912
13913 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
13914
0472835f
JB
13915 * net/imap-hash.el (imap-hash-make): Doc fix.
13916 (imap-hash-test): Fix typo in error message; reflow docstring.
13917 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
13918 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
13919 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
13920 Fix typos in docstrings.
13921 (imap-hash-open-connection): Fix typo in error message.
13922
13923 * play/gomoku.el (gomoku): Fix typos in docstring.
13924
13925 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
13926 (gdb-jsonify-buffer): Fix typos in docstring.
13927 (gdb-goto-breakpoint): Fix typo in error message.
13928 ("Display Other Windows"): Fix typo in help message.
13929 (gdb-speedbar-expand-node): Fix typo in question.
13930
13931 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
13932 (idlwave-html-system-help-location, idlwave-html-help-location)
13933 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
13934 (idlwave-help-browser-generic-args, idlwave-help-directory)
13935 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
13936 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
13937 (idlwave-online-help, idlwave-help-html-link)
13938 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
13939 Fix typos in docstrings.
13940 (idlwave-help-with-source, idlwave-help-find-routine-definition):
13941 Reflow docstrings.
13942 (idlwave-help-assistant-start): Fix typo in error message.
13943
13944 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
13945 (octave-electric-space): Fix typos in docstrings.
13946
9bbe0828
CY
139472010-01-01 Chong Yidong <cyd@stupidchicken.com>
13948
13949 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
13950
a88c46c3
CY
139512010-01-01 Juri Linkov <juri@jurta.org>
13952
13953 * comint.el (comint-input-ring-size): Make it a defcustom and
918fa8ba 13954 increase the default to 500 (Bug#5148).
a88c46c3 13955
7ee6c59b
NR
139562009-12-31 Nick Roberts <nickrob@snap.net.nz>
13957
13958 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
13959 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
13960 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
13961
a9c8a2cd
NR
139622009-12-30 Nick Roberts <nickrob@snap.net.nz>
13963
13964 Show working revision correctly for mercurial.
13965 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
d8c75479 13966 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
a9c8a2cd 13967
659e4408
JB
139682009-12-29 Juanma Barranquero <lekktu@gmail.com>
13969
13970 Declare some functions for the byte-compiler.
13971 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
13972 (speedbar-timer-fn, speedbar-change-expand-button-char)
13973 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
13974
7ee6c59b
NR
139752009-12-29 Nick Roberts <nickrob@snap.net.nz>
13976
13977 This changeset reverts GDB Graphical Interface to use annotations.
13978 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
13979
460f6e7c
DN
139802009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
13981
13982 Make vc-dir work on subdirectories of the bzr root.
6a7662bb
BR
13983 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
13984 Return file names relative to it.
460f6e7c
DN
13985 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
13986 relative directory to vc-bzr-after-dir-status.
13987
543f553a
TH
139882009-12-28 Tassilo Horn <tassilo@member.fsf.org>
13989
13990 * font-lock.el (font-lock-refresh-defaults): New function, which
13991 can be used to let font-lock react to external changes in
13992 variables like font-lock-defaults and keywords.
13993 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
13994
2592ab76
DN
139952009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
13996
ac859983
DN
13997 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
13998
2592ab76
DN
13999 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
14000
58941d03
JB
140012009-12-28 Juanma Barranquero <lekktu@gmail.com>
14002
14003 Supersede color.diff settings in git log (bug#5211).
14004
14005 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
14006 escape chars in its output when the user has color.diff set to `always'.
14007 This fix works on git 1.4.2 and newer (released on 2006-08-13).
14008
39764e76
KR
140092009-12-26 Kevin Ryde <user42@zip.com.au>
14010
14011 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
14012 node. Keep previous "Index" name to work with past coreutils too.
14013
91c4831e
KR
14014 * man.el (man): Revise docstring a bit to show -a and -l as
14015 examples. Add -k description since support for it has otherwise
14016 been a secret. (Further to bug#3717.)
651e932e
KR
14017 (Man-bgproc-sentinel): When "-k foo" produces no output show error
14018 "no matches" rather than "Can't find manpage", as the latter reads
d8c75479 14019 like -k was interpreted as a page name, which is not so. (Bug#5431)
91c4831e 14020
7f4d4a97
MA
140212009-12-26 Michael Albinus <michael.albinus@gmx.de>
14022
14023 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
14024 switches. Check also for //SUBDIRED// line.
14025
bcffff46
KH
140262009-12-25 Kenichi Handa <handa@m17n.org>
14027
88b5a757 14028 * language/indian.el (devanagari-composable-pattern): Fix to
bcffff46
KH
14029 handle ZWNJ and ZWJ. Use it in composition-function-table for
14030 Devanagari.
14031 (malayalam-composable-pattern): Fix previous change.
14032
dc1dcfa4
VJL
140332009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14034
14035 * ps-print.el (ps-face-attributes): It was not returning the
14036 attribute face for faces specified as string. Reported by harven
80525855 14037 <harven@free.fr>. (Bug#5254)
dc1dcfa4
VJL
14038 (ps-print-version): New version 7.3.5.
14039
6fe539d2
UJ
140402009-12-18 Ulf Jasper <ulf.jasper@web.de>
14041
85626eef 14042 * calendar/icalendar.el (icalendar--convert-tz-offset):
88b5a757
DD
14043 Fix timezone names.
14044 (icalendar--convert-tz-offset): Fix the "last-day-problem".
6fe539d2
UJ
14045 (icalendar--add-diary-entry): Remove the trailing blank that
14046 diary-make-entry inserts.
14047
1f3611c6
MA
140482009-12-17 Michael Albinus <michael.albinus@gmx.de>
14049
14050 Make `file-expand-wildcards' work for remote files.
14051
14052 * files.el (file-expand-wildcards): In case of remote files, check
14053 only local file name part for wildcards. Provide feature 'files
14054 and subfeature 'remote-wildcards. (Bug#5198)
14055
14056 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
14057 if there is already an established connection.
14058 (tramp-advice-file-expand-wildcards): Remove it.
14059
14060 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
85626eef 14061 (tramp-advice-file-expand-wildcards): Move from tramp.el.
1f3611c6
MA
14062 Activate advice for older GNU Emacs versions. (Bug#5237)
14063
9762b219
JB
140642009-12-17 Juanma Barranquero <lekktu@gmail.com>
14065
14066 Some doc fixes (more needed).
14067
14068 * find-cmd.el (find-constituents): Reflow docstring.
14069 (find-cmd, find-prune, find-command): Fix typos in docstrings.
14070 (find-generic): Doc fix.
14071
cfb54897
JL
140722009-12-17 Juri Linkov <juri@jurta.org>
14073
14074 Fix regression from 23.1 to allow multiple modes in Local Variables.
14075
14076 * files.el (hack-local-variables-filter): While ignoring duplicates,
14077 don't take `mode' into account.
85626eef
SM
14078 (hack-local-variables-filter, hack-dir-local-variables):
14079 Don't remove duplicate `mode' from local-variables-alist (like `eval').
cfb54897 14080
ad974e9e
JL
140812009-12-17 Juri Linkov <juri@jurta.org>
14082
85626eef 14083 Make `dired-diff' safer. (Bug#5225)
ad974e9e
JL
14084
14085 * dired-aux.el (dired-diff): Signal an error when `file' equals to
14086 `current' or when `file' is a directory of the `current' file.
14087
3616e0b9
AS
140882009-12-17 Andreas Schwab <schwab@linux-m68k.org>
14089
14090 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
14091 unconditionally preloaded files.
14092
72b57560
JL
140932009-12-16 Juri Linkov <juri@jurta.org>
14094
14095 Revert to old 23.1 logic of using the file at the mark as default.
14096 * dired-aux.el (dired-diff): Use the file at the mark as default
14097 if it's not the same as the current file, and the target dir is
14098 the current dir or the mark is active. Add the current file
14099 as the arg of `dired-dwim-target-defaults'. Use the default file
14100 in the prompt. (Bug#5225)
14101
68712eb6
MA
141022009-12-15 Michael Albinus <michael.albinus@gmx.de>
14103
14104 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
14105 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
14106 (tramp-check-for-regexp): Check also, when an echoing shell stops
14107 to echo sent commands.
14108
fd471993
CY
141092009-12-14 Chong Yidong <cyd@stupidchicken.com>
14110
14111 * Makefile.in: Revert last change (Bug#5191).
14112
86b5e14c
DN
141132009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
14114
14115 * vc-hg.el (vc-hg-print-log): Fix argument order.
110de3bb
DN
14116 (vc-hg-working-revision): Make sure the command is executed in a
14117 known environment so that we can parse the output. (Bug#4417)
86b5e14c 14118
8cffbb75
CY
141192009-12-14 Chong Yidong <cyd@stupidchicken.com>
14120
14121 * progmodes/python.el (python-symbol-completions): Remove text
14122 properties from symbol string before calling python-send-receive.
14123
6c2b67ad
NR
141242009-12-14 Nick Roberts <nickrob@snap.net.nz>
14125
14126 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
5ce6e4f4 14127 when there are values for both file and line. (Bug#5060)
6c2b67ad 14128
ff6f4585
JL
141292009-12-14 Juri Linkov <juri@jurta.org>
14130
14131 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
14132 whitespace after the file name of the first line of unified format,
14133 because git-diff doesn't output whitespace and file modification time
14134 after the file name.
14135
d3de1c8e
JL
141362009-12-14 David Kastrup <dak@gnu.org>
14137
14138 * info.el (Info-hide-cookies-node): Before hiding a cookie,
14139 check if it already has the `display' property added by
14140 `Info-display-images-node', and not put the `invisible' property
14141 in this case.
14142
2f1b7dc4
GM
141432009-12-13 Glenn Morris <rgm@gnu.org>
14144
a0cefee5
GM
14145 * mail/emacsbug.el (message-sort-headers): Define for compiler.
14146 (report-emacs-bug): In message-mode, sort manually before storing
14147 original report text. (Bug#5178)
2f1b7dc4
GM
14148 Remove superfluous save-excursion.
14149
31bb373f
MA
141502009-12-12 Michael Albinus <michael.albinus@gmx.de>
14151
14152 * net/dbus.el (dbus-property-handler): Filter lambda forms out
14153 when responding to "GetAll" properties.
14154
5e1d4968
CY
141552009-12-12 Chong Yidong <cyd@stupidchicken.com>
14156
14157 * simple.el (compose-mail): Remove mail-setup-with-from from
14158 customization checks.
14159
097d86f9
EZ
141602009-12-12 Eli Zaretskii <eliz@gnu.org>
14161
14162 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
14163 RAR archives created on Unix systems.
14164
1d4adede
SM
141652009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
14166
14167 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
14168 the varalias that was accidentally removed by the 2009-11-19 change
14169 (bug#5186).
14170
3ff3655c
KH
141712009-12-12 Kenichi Handa <handa@m17n.org>
14172
14173 * language/indian.el (indian-compose-regexp): New function.
14174 (malayalam-composable-pattern): Fix the pattern.
14175 (composition-function-table): Set malayalam-composable-pattern for
14176 Malayalam characters.
14177
82d3343c
CY
141782009-12-11 Chong Yidong <cyd@stupidchicken.com>
14179
315eb96d
CY
14180 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
14181 rather than down-mouse-1, based on follow-link conventions.
14182
82d3343c
CY
14183 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
14184 are compiled.
14185
86a4c7ac
DN
141862009-12-11 Michael McNamara <mac@mail.brushroad.com>
14187
bf0b361c 14188 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
1d4adede
SM
14189 (verilog-vmm-statement-re, verilog-ovm-statement-re)
14190 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
14191 (verilog-leap-to-head, verilog-backward-token):
14192 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
86a4c7ac
DN
14193
141942009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
14195
bf0b361c
JB
14196 * progmodes/verilog-mode.el (verilog-auto-lineup)
14197 (verilog-nameable-item-re): Cleanup user-visible spelling and
14198 documentation errors. One reported by Gary Delp.
1d4adede 14199 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
86a4c7ac
DN
14200 (verilog-read-decls): Fix AUTOWIRE with types declared in a
14201 package, bug195. Reported by Pierre-David Pfister.
14202
fe03f49a
GM
142032009-12-11 Glenn Morris <rgm@gnu.org>
14204
47641aac
GM
14205 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
14206
85094855
GM
14207 * mail/emacsbug.el: No longer require sendmail.
14208 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
14209 (report-emacs-bug-orig-text): Doc fix.
14210 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
14211 New local variables, to adapt to different mail-user-agents.
14212 (report-emacs-bug): Fix test for a gnu.org address.
14213 Use overlays for emphasis, since font-lock defeats 'face property.
14214 Pretest bugs also end up at the newsgroup these days.
14215 Stop message-mode stripping text properties.
14216 Set and use the new buffer-local variables.
14217 (report-emacs-bug-hook): Add doc-string.
14218 Remove some unnecessary save-excursions and simplify.
14219 Use the appropriate hook and send-command.
14220
fe03f49a
GM
14221 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
14222 capitalization of some menu entries.
14223
345427f0
VJL
142242009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14225
277e6741
MP
14226 * whitespace.el (whitespace-display-char-on):
14227 Ensure `buffer-display-table' is unique when two or more windows are
345427f0
VJL
14228 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
14229 New version 12.1.
14230
c70ccbba
EZ
142312009-12-10 Eli Zaretskii <eliz@gnu.org>
14232
14233 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
14234 characters in the Attribute field.
14235
f1943c1b
DN
142362009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
14237
14238 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
14239
1c67aeaa
SM
142402009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
14241
14242 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
14243 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
14244 Disregard autoload-excludes.
14245 (update-directory-autoloads): Obey autoload-excludes here instead.
14246 But don't store its contents in no-autoloads and remove entries that
14247 refer to excludes files.
14248
d8194864
GM
142492009-12-10 Glenn Morris <rgm@gnu.org>
14250
8c0171c0
GM
14251 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
14252 (expand-mail-aliases): Define for compiler.
14253
dba372dd
GM
14254 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
14255 Define for compiler.
14256
d8194864
GM
14257 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
14258 appropriate for the mail-user-agent in use.
14259
fe5facd3
MA
142602009-12-09 Michael Albinus <michael.albinus@gmx.de>
14261
14262 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
14263
99999a1d
DN
142642009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
14265
14266 Fix short log parsing and fontification.
14267 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
14268 Fix fontification for the [merge] label.
14269
2ea1c4aa
SM
142702009-12-09 Vivek Dasmohapatra <vivek@etla.org>
14271
85626eef 14272 Drop some properties to avoid surprises (bug#5002).
2ea1c4aa
SM
14273 * htmlfontify.el (hfy-ignored-properties): New defcustom.
14274 (hfy-fontify-buffer): Use it.
14275
9840deb6
SM
142762009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
14277
a0d1aadf
SM
14278 Minor cleanup.
14279 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
14280 Adjust all callers.
14281 (ffap-locate-file): Remove unused arg `dir-ok' and make other
14282 args compulsory. Adjust callers.
14283 (ffap-gopher-at-point): Remove unused var `name'.
14284
9840deb6
SM
14285 Get rid of the ELCFILES abomination.
14286 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
14287 (compile-elcfiles): New phony target.
14288 (compile-main): Compute ELCFILES dynamically.
14289 (compile-clean): New target to remove left-over elc files.
14290 (compile, all): Use it.
14291
7eb3f9a8
KH
142922009-12-09 Kenichi Handa <handa@etlken>
14293
14294 * international/mule-diag.el: Require help-mode instead of help-fns.
14295
ae63e572
KH
142962009-12-09 Kenichi Handa <handa@m17n.org>
14297
5ce6e4f4 14298 * international/mule-cmds.el (ucs-names): Supply sufficiently
a0d1aadf
SM
14299 fine ranges instead of pre-calculating accurate ranges.
14300 Iterate with bigger gc-cons-threshold.
ae63e572 14301
e2f3c692
DN
143022009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
14303
14304 Add support for stashing a snapshot of the current tree.
14305 * vc-git.el (vc-git-stash-snapshot): New function.
14306 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
14307
cf6d0352
JB
143082009-12-08 Jose E. Marchesi <jemarch@gnu.org>
14309
14310 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
14311 instead of `(beginning|end)-of-line'.
14312
48e4acc9
GM
143132009-12-08 Glenn Morris <rgm@gnu.org>
14314
6e890faa
GM
14315 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
14316
48e4acc9
GM
14317 * Makefile.in (ELCFILES): Regenerate.
14318
d2a1dc7b
JL
143192009-12-07 Juri Linkov <juri@jurta.org>
14320
14321 Don't lazy-highlight the comint output in history Isearch mode.
14322
14323 * comint.el (comint-history-isearch-search): Instead of
14324 `comint-line-beginning-position', use `comint-after-pmark-p'
14325 to check if point if before the process mark, and go to
14326 `process-mark' in this case.
14327
51ef56c4
SM
143282009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14329
fb10ee4a
SM
14330 * textmodes/tex-mode.el (latex-complete)
14331 (latex-indent-or-complete): Remove.
14332 (latex-mode): Set completion-at-point-functions instead.
14333
14334 Provide a standard completion command and hook it into TAB.
51ef56c4
SM
14335 * minibuffer.el (completion-at-point-functions): New var.
14336 (completion-at-point): New command.
fb10ee4a 14337 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
51ef56c4
SM
14338 * progmodes/python.el (python-mode-map): Use completion-at-point.
14339 (python-completion-at-point): Rename from python-partial-symbol and
14340 adjust for use in completion-at-point-functions.
14341 (python-mode): Setup completion-at-point for Python completion.
14342 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
14343 extracted from lisp-complete-symbol.
14344 (lisp-complete-symbol): Use it.
14345 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
14346 setup completion-at-point for Elisp completion.
fb10ee4a
SM
14347 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14348 Use completion-at-point.
51ef56c4 14349 * ielm.el (ielm-map): Use completion-at-point.
fb10ee4a 14350 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
51ef56c4
SM
14351 * progmodes/sym-comp.el: Move to...
14352 * obsolete/sym-comp.el: Move from progmodes.
14353
5e7a9022
EZ
143542009-12-07 Eli Zaretskii <eliz@gnu.org>
14355
14356 Prevent save-buffer in Rmail buffers from using the coding-system
14357 of the current message, and from clobbering the encoding mnemonics
14358 in the mode line (Bug#4623).
14359
14360 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
14361 flag, too.
14362 (rmail-message-encoding): New variable.
14363 (rmail-write-region-annotate): Record the encoding of the current
14364 message in rmail-message-encoding.
14365 (rmail-after-save-hook): New function, restores the encoding of
14366 the current message after the message collection is saved.
14367
9136e895
JL
143682009-12-07 Juri Linkov <juri@jurta.org>
14369
14370 * progmodes/grep.el (grep-read-files): Use `completing-read'
14371 instead of `read-string'. Set its `collection' arg to
14372 `read-file-name-internal'. (Bug#4301)
14373
40637410
JL
143742009-12-07 Juri Linkov <juri@jurta.org>
14375
14376 Correctly restore original Isearch point. (Bug#4994)
14377
14378 * isearch.el (isearch-mode): Move `isearch-push-state' after
14379 `(run-hooks 'isearch-mode-hook)'.
14380 (isearch-cancel): When `isearch-push-state-function' is defined,
14381 let-bind `isearch-cmds' to the first state (the last element of
14382 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
14383 function and restores the original point). Otherwise, move point
14384 to `isearch-opoint'.
14385
da10ce2b
SM
143862009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14387
14388 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
14389 chars that don't have names, so the table can be built much faster at
14390 run-time.
14391
3d68fa99
CY
143922009-12-07 Chong Yidong <cyd@stupidchicken.com>
14393
f82b1493
CY
14394 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
14395 change. Suggested by David Kastrup.
14396
3d68fa99
CY
14397 * simple.el (compose-mail): Check for incompatibilities and warn.
14398 (compose-mail-user-agent-warnings): New option.
14399
662c5698
DN
144002009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14401
14402 Support showing a single log entry from vc-annotate.
14403 * vc.el (print-log): Add a new argument: START-REVISION.
14404 (vc-print-log-internal): Add a new optional argument and
14405 pass it to the backend.
14406 (vc-print-log, vc-print-root-log): Adjust callers.
14407 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
14408 buffer already displays the requested log entry, use it.
14409 Otherwise display only the log entry in question.
14410 * vc-svn.el (vc-svn-print-log):
e4070cdc 14411 * vc-mtn.el (vc-mtn-print-log):
662c5698
DN
14412 * vc-hg.el (vc-hg-state):
14413 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
14414 (vc-git-show-log-entry): Return t on success.
14415 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
14416 (vc-bzr-show-log-entry): Return t on success.
14417 * vc-rcs.el (vc-rcs-print-log):
14418 * vc-sccs.el (vc-sccs-print-log):
14419 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
14420
e4070cdc
GM
144212009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14422
5ce6e4f4
JB
14423 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
14424 Add menus to the meta mode. (Bug#5043)
e4070cdc 14425
5ce6e4f4 144262009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
662c5698
DN
14427
14428 * ediff-init.el (ediff-event-key): Use event-to-character instead of
2de386ca 14429 event-key.
662c5698 14430
662c5698
DN
14431 * ediff.el (ediff-buffers-internal): Add unwind-protect.
14432
dab816a9
MA
144332009-12-07 Michael Albinus <michael.albinus@gmx.de>
14434
14435 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
14436 Berbain <raphael.berbain@gmail.com>.
14437
14438 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
14439 characters.
14440 (tramp-initial-end-of-output): New defconst.
14441 (tramp-methods, tramp-find-shell)
14442 (tramp-open-connection-setup-interactive-shell)
14443 (tramp-maybe-open-connection): Use it.
6a7662bb
BR
14444 (tramp-shell-prompt-pattern, tramp-wait-for-output):
14445 Handle existence of `#' and `$'.
dab816a9 14446
6a7662bb
BR
14447 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
14448 Use `tramp-initial-end-of-output'.
dab816a9 14449
a91e1f6b
DN
144502009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
14451
14452 Get the background mode from the terminal for xterm, and set
14453 faces accordingly.
14454 * term/xterm.el (xterm-set-background-mode): New function.
14455 (terminal-init-xterm): Use it in case xterm supports background
14456 color queries. Recompute faces after getting the background
14457 color.
14458
5fa9d1ec
GM
144592009-12-07 Ulrich Mueller <ulm@gentoo.org>
14460
14461 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
14462 number comment back on its own line, for easier parsing.
14463
5e9fde5e
SM
144642009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14465
14466 Make it work for non-file buffers (bug#5102).
14467 * doc-view.el (doc-view-current-cache-dir):
14468 Use doc-view-buffer-file-name rather than buffer-file-name.
14469 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
14470
2f2f5242
CY
144712009-12-06 Óscar Fuentes <ofv@wanadoo.es>
14472
14473 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
14474 author field is too short.
14475
cebf8ec6
DN
144762009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
14477
5e9fde5e
SM
14478 * vc-git.el (vc-git-print-log): Handle a limit argument.
14479 Display the short log in graph form and with labels.
0d3f8a78
DN
14480 (vc-git-log-view-mode): Handle labels.
14481
cebf8ec6
DN
14482 Make vc-revert change VC state from 'added to 'unregistered.
14483 * vc-git.el (vc-git-revert): Call git reset first.
14484
8e39154d
UJ
144852009-12-06 Ulf Jasper <ulf.jasper@web.de>
14486
d8194864
GM
14487 * net/newst-backend.el, net/newst-plainview.el:
14488 * net/newst-reader.el, net/newst-ticker.el:
14489 * net/newst-treeview.el, net/newsticker.el:
14490 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
8e39154d 14491
ef187c24
CY
144922009-12-06 Chong Yidong <cyd@stupidchicken.com>
14493
238a0f3a
CY
14494 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
14495
2c6bb71a
CY
14496 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
14497 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
14498 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
14499 Update annotation regexp.
14500
ef187c24
CY
14501 * simple.el (beginning-of-visual-line): Constrain to field
14502 boundaries (Bug#5106).
14503
571855b6
UJ
145042009-12-06 Ulf Jasper <ulf.jasper@web.de>
14505
6a7662bb
BR
14506 * xml.el (xml-substitute-numeric-entities):
14507 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 14508 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6
UJ
14509 * net/newst-backend.el (newsticker--parse-generic-feed)
14510 (newsticker--parse-generic-items)
6a7662bb
BR
14511 (newsticker--decode-numeric-entities):
14512 Move newsticker--decode-numeric-entities in newst-backend.el to
d8194864 14513 xml-substitute-numeric-entities in xml.el. (Bug#5008)
571855b6 14514
b857059c
CY
145152009-12-06 Daniel Colascione <dan.colascione@gmail.com>
14516
14517 * progmodes/js.el (js--js-not): Add null to the list of values.
14518
c2dae51b
CY
145192009-12-06 Chong Yidong <cyd@stupidchicken.com>
14520
d8194864 14521 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
c2dae51b 14522
ed0f72d2
RW
145232009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14524
14525 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
14526 delimiter if it is at the end of the current line.
14527 (bibtex-generate-url-list): Fix docstring.
14528
365b9a62
SM
145292009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
14530
14531 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
14532 minibuffer's content with itself.
14533 Fold the confirm-after-completion case into the `confirm' case.
14534 (completion-pcm-word-delimiters): Add : and / to the delimiters.
14535
990a9cb1
KR
145362009-12-06 Kevin Ryde <user42@zip.com.au>
14537
14538 * ffap.el (ffap-rfc-path): Make this a defcustom since
d8194864 14539 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
990a9cb1 14540
8b5a10db 14541 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
d8194864 14542 manuals, similar to existing setup for help-mode. (Bug#3913.)
8b5a10db 14543
065543e7
JL
145442009-12-05 Juri Linkov <juri@jurta.org>
14545
14546 Save and restore dired buffer's point positions too. (Bug#4880)
14547
14548 * dired.el (dired-save-positions): Return in the first element
14549 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
14550 Doc fix.
14551 (dired-restore-positions): First restore buffer's position.
14552 While restoring window's positions, check if window still displays
14553 the original buffer.
14554
503edac9
CY
145552009-12-05 Chong Yidong <cyd@stupidchicken.com>
14556
9a594ee6
CY
14557 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
14558 if possible.
14559
925f8c70
CY
14560 * shell.el (shell): Require ansi-color (Bug#5113).
14561
14562 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
14563
503edac9
CY
14564 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
14565
8fea6b33
AM
145662009-12-05 Alan Mackenzie <acm@muc.de>
14567
14568 * progmodes/cc-mode.el (c-before-hack-hook)
14569 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
14570 `c-file-style' to work again. This reversion restores the current
212c5aef 14571 software to its state in Emacs 23.1. (Bug#4146)
8fea6b33 14572
5d1fd962
CY
145732009-12-05 Kevin Ryde <user42@zip.com.au>
14574
6a7662bb
BR
14575 * textmodes/sgml-mode.el (sgml-lexical-context):
14576 Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
5d1fd962 14577
30760c8b
JL
145782009-12-05 Juri Linkov <juri@jurta.org>
14579
14580 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
14581 for virtual nodes. (Bug#4147)
14582 (Info-find-node-2): Set `Info-current-node-virtual' to nil
14583 when moving from a virtual node.
14584 (Info-mode-menu): Add `Info-virtual-index' to the menu.
14585 (Info-mode): Add `Info-virtual-index' to the docstring.
14586
403111a8
RW
145872009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14588
14589 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
14590 track of the buffer position of the end of a BibTeX entry as this
14591 position may change during reformatting.
14592 (bibtex-format-entry): Remove whitespace before processing
14593 numerical fields so that we recognize the latter properly.
14594 (bibtex-reformat): Do not use push which changes the global value
14595 of bibtex-entry-format.
14596 (bibtex-field-braces-alist, bibtex-field-strings-alist)
14597 (bibtex-field-re-init): Replace only space characters by regexp
14598 for whitespace.
365b9a62 14599 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
403111a8
RW
14600 (bibtex-initialize): Also update bibtex-strings.
14601 (bibtex-kill-field): Preserve white space at end of entry.
365b9a62
SM
14602 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
14603 Update bibtex-reference-keys.
403111a8 14604
25b54627
SM
146052009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
14606
14607 * minibuffer.el (completion-pcm--merge-try): Also consider placing
14608 point after a star, if that's the only place where modifications can
14609 make progress.
14610
35639eb4
DN
146112009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
14612
14613 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
14614 in docstrings.
14615
8b78760b
JL
146162009-12-04 Juri Linkov <juri@jurta.org>
14617
14618 * proced.el (proced): Call `(proced-update t)' to update process
14619 information instead of only running proced-post-display-hook.
14620 (proced-send-signal): Add a leading space to the buffer name
14621 " *Marked Processes*" to make this buffer ephemeral.
14622
2b3489a7
JL
146232009-12-04 Juri Linkov <juri@jurta.org>
14624
14625 * dired.el (dired-auto-revert-buffer): New defcustom.
14626 (dired-internal-noselect): Use it.
14627
9b9debd1
JL
146282009-12-04 Juri Linkov <juri@jurta.org>
14629
14630 Change roles of modes and functions in image-mode.el (Bug#5062).
14631
14632 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
14633 in `auto-mode-alist'.
14634 (image-mode-previous-major-mode): New variable.
14635 (image-minor-mode-map): Rename from `image-mode-text-map'.
14636 (image-mode): Move graceful error-handling code from
14637 `image-minor-mode' to here. On errors call `image-mode-as-text'.
14638 (image-minor-mode): Remove all image-handling code.
14639 Replace `image-mode-text-map' with `image-minor-mode-map'.
14640 Check for `image-type' in mode-line format string.
14641 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
14642 (image-mode-as-text): New function with most code from
14643 `image-mode-maybe'.
14644 (image-toggle-display-text): Move code that removes image
14645 properties from `image-toggle-display' to here.
14646 (image-toggle-display-image): New function with code that adds
14647 image properties copied from `image-toggle-display'.
14648 (image-toggle-display): Remove most code with leaving only code
14649 that toggles between `image-mode-as-text' and `image-mode'.
14650
0c74a301
UJ
146512009-12-04 Ulf Jasper <ulf.jasper@web.de>
14652
14653 * net/newst-treeview.el
14654 (newsticker--treeview-list-highlight-start): Restored call to
14655 save-excursion: Selected item was stuck.
14656 (newsticker--treeview-list-select): New.
14657 (newsticker--treeview-item-show-text)
14658 (newsticker--treeview-item-show)
14659 (newsticker--treeview-item-update): Use new
14660 newsticker-treeview-item-mode.
14661 (newsticker-treeview-update): Keep current item.
14662 (newsticker-treeview-next-new-or-immortal-item): Doc change.
14663 (newsticker--treeview-first-feed): Doc change.
14664 (newsticker-treeview-list-menu)
88b5a757 14665 (newsticker-treeview-item-menu): Add menu entries.
0c74a301
UJ
14666 (newsticker-treeview-item-mode): New.
14667
5ce6e4f4 14668 * net/newst-backend.el (newsticker-customize): Delete other
0c74a301
UJ
14669 windows.
14670
9eaeec5b
SS
146712009-12-04 Sam Steingold <sds@gnu.org>
14672
14673 * log-view.el (log-view-mode-map): "q" calls quit-window,
14674 like in all the other non-self-insert buffers.
14675
b2bf5be5
SM
146762009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
14677
14678 Minor cleanup.
14679 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
14680 key decoding rather than do it manually via last-input-event +
14681 ascii-character.
14682 (term-exec): Use delete-and-extract-region.
14683 (term-handle-ansi-terminal-messages): Remove unused var `end'.
14684 (term-process-pager): Remove unused var `i'.
14685 (term-dynamic-simple-complete): Make obsolete.
14686 (serial-update-config-menu): Remove unused vars `y' and `str'.
14687 (term-update-mode-line): Remove unused var `temp'.
14688
46e5c897
DN
146892009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14690
14691 Limit the number of log entries displayed by default.
14692 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
14693 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
14694 using a prefix argument.
14695
627e0a14
GM
146962009-12-03 Glenn Morris <rgm@gnu.org>
14697
14698 * progmodes/idlwave.el (class): Restore still useful declaration.
14699
8578c224
AM
147002009-12-03 Alan Mackenzie <acm@muc.de>
14701
4abc318c 14702 Enhance `c-parse-state' to run efficiently in "brace deserts".
8578c224 14703
b2bf5be5
SM
14704 * progmodes/cc-mode.el (c-basic-common-init):
14705 Call c-state-cache-init.
9762b219 14706 (c-neutralize-syntax-in-and-mark-CPP): Rename from
8578c224 14707 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
b2bf5be5 14708 placing `category' properties value 'c-cpp-delimiter at its boundaries.
8578c224
AM
14709
14710 * progmodes/cc-langs.el (c-before-font-lock-function):
14711 c-extend-and-neutralize-syntax-in-CPP has been renamed
14712 c-neutralize-syntax-in-and-mark-CPP.
14713
14714 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
14715 with `category' properties now, not `syntax-table' ones.
14716
14717 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
14718 enhanced (but slower) version of c-end-of-macro that won't land
14719 inside a literal or on another awkward character.
14720 (c-state-cache-too-far, c-state-cache-start)
14721 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
14722 (c-state-nonlit-pos-cache-limit, c-state-point-min)
14723 (c-state-point-min-lit-type, c-state-point-min-lit-start)
14724 (c-state-min-scan-pos, c-state-brace-pair-desert)
14725 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
14726 buffer local variables.
14727 (c-state-literal-at, c-state-lit-beg)
14728 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
14729 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
14730 (c-state-cache-top-paren, c-state-cache-after-top-paren)
14731 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
14732 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
14733 (c-renarrow-state-cache)
14734 (c-append-lower-brace-pair-to-state-cache)
14735 (c-state-push-any-brace-pair, c-append-to-state-cache)
14736 (c-remove-stale-state-cache)
14737 (c-remove-stale-state-cache-backwards, c-state-cache-init)
14738 (c-invalidate-state-cache-1, c-parse-state-1)
14739 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
b2bf5be5
SM
14740 (c-parse-state): Enhance and refactor.
14741 (c-debug-parse-state): Amend to deal with all the new variables.
8578c224
AM
14742
14743 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
14744 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
b2bf5be5
SM
14745 modify to use category text properties rather than syntax-table ones.
14746 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
8578c224
AM
14747 to switch off/on the syntactic paren property of C++ template
14748 delimiters using the category property.
14749 (c-with-<->-as-parens-suppressed): Macro to invoke code with
14750 template delims suppressed.
14751 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
14752 New constant/macros which apply category properties to the start
14753 and end of preprocessor constructs.
b2bf5be5 14754 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
8578c224
AM
14755 "comment out" the syntactic value of characters in preprocessor
14756 constructs.
14757 (c-with-cpps-commented-out)
14758 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
14759 with characters in all or all but one preprocessor constructs
14760 "commented out".
14761
0d4dc442
RW
147622009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14763
14764 * proced.el (proced-filter-alist): Use regexp-quote.
14765
a09dc9bf
MA
147662009-12-03 Michael Albinus <michael.albinus@gmx.de>
14767
14768 Cleanup.
14769 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
14770 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
14771 arguments. Expand `default-directory'.
14772
14773 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
14774 the benefit of returning an expanded localname.
14775 (tramp-tramp-file-p): Handle the case NAME is not a string.
14776
3f6bd790
DN
147772009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14778
4dfb3b9c
DN
14779 Add support for bzr shelve/unshelve.
14780 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
14781 (vc-bzr-extra-menu-map): New variables.
14782 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
14783 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
14784 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
14785 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
14786 (vc-bzr-dir-extra-headers): Display shelves.
14787
3f6bd790
DN
14788 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
14789
842d73a1
SM
147902009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14791
14792 * textmodes/bibtex.el (bibtex-complete-internal):
14793 Use completion-in-region.
14794 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
14795
7fa4876f
DN
147962009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
14797
14798 Support applying stashes. Improve UI.
14799 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
14800 (vc-git-stash-apply, vc-git-stash-pop)
14801 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
14802 (vc-git-stash-menu): New functions.
14803 (vc-git-stash-menu-map): New variable.
14804 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
14805
d6e82452
GM
148062009-12-03 Glenn Morris <rgm@gnu.org>
14807
14808 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
14809 (vc-print-log-internal): Fix previous change.
14810 (vc-revert): Correct pluralization.
14811
8d222148
SM
148122009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14813
ea52206b
SM
14814 * progmodes/make-mode.el (makefile-special-targets-list): No need for
14815 it to be an alist any more.
14816 (makefile-complete): Use completion-in-region.
14817
69a94a37
SM
14818 * progmodes/octave-mod.el (octave-complete-symbol):
14819 Use completion-in-region.
14820
8d222148
SM
14821 Misc cleanup.
14822 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
14823 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
14824 (idlwave-complete-class): Don't quote lambda.
14825 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
14826 (idlwave-mode-map): Move initialization into declaration.
14827 (idlwave-action-and-binding): Use backquotes.
14828 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
14829 Simplify.
14830 (idlwave-is-pointer-dereference): Remove unused var `pos'.
14831 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
14832 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
14833 `parts', and `all-parts'.
14834 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
14835 (idlwave-convert-xml-system-routine-info): Remove unused string
14836 `version-string'.
14837 (idlwave-display-user-catalog-widget): Use dolist.
14838 (idlwave-scanning-lib): Declare dynamically-scoped var.
14839 (idlwave-scan-library-catalogs): Remove unused var `flags'.
14840 (completion-highlight-first-word-only): Declare to silence bytecomp.
14841 (idlwave-popup-select): Tighten scope of `resp'.
14842 (idlwave-find-struct-tag): Remove unused var `beg'.
14843 (idlwave-after-load-rinfo-hook): Declare.
14844 (idlwave-sintern-class-info): Remove unused var `taglist'.
14845 (idlwave-find-class-definition): Remove unused var `list'.
14846 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
14847 (idlwave-what-module-find-class): Remove unused var `classes'.
14848
3bb8691b
JB
148492009-12-03 Juanma Barranquero <lekktu@gmail.com>
14850
14851 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
14852
f72f0c23
SM
148532009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
14854
14855 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
14856 buffers visited. Remove redundant current-buffer-saving.
14857
601a9508
SM
148582009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
14859
14860 Use completion-in-buffer and remove uses of dynamic scoping.
14861 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
14862 (pascal-buffer-to-use, pascal-flag): Don't declare.
14863 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
14864 (pascal-get-completion-decl, pascal-keyword-completion):
14865 Add `pascal-str' argument, save-excursion,
14866 return the found completions, and don't filter with pascal-pred.
14867 (pascal-completion-cache): New var.
14868 (pascal-completion): Don't switch buffer any more (it was never
14869 necessary). Don't save-excursion any more (it's done by the called
14870 subroutines). Use a cache to avoid redundant computations.
14871 Use complete-with-action rather than pascal-completion-response and
14872 let it apply the predicate as well.
14873 (pascal-complete-word): Use completion-in-buffer when
14874 pascal-toggle-completions is nil.
14875 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
14876 not used any more.
14877 (pascal-comp-defun): Don't change buffer any more.
14878 Use complete-with-action rather than pascal-completion-response and
14879 let it apply the predicate as well.
14880 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
14881 when neded.
14882
1ff4cb98
KH
148832009-12-02 Kenichi Handa <handa@m17n.org>
14884
14885 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
14886 shape for all Indic scripts.
14887
bb12edf1
SM
148882009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
14889
14890 Use completion-in-buffer.
14891 * wid-edit.el (widget-field-text-end): New function.
14892 (widget-field-value-get): Use it.
14893 (widget-string-complete, widget-file-complete)
14894 (widget-color-complete): Use it and completion-in-region.
14895 (widget-complete): Don't narrow the buffer.
14896
5813f6ef
GM
148972009-12-02 Glenn Morris <rgm@gnu.org>
14898
c920f222
GM
14899 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
14900 (rmail-select-summary): Use rmail-pop-to-buffer.
60f2013c
GM
14901 * mail/rmailsum.el: Replace all pop-to-buffer calls with
14902 rmail-pop-to-buffer, to prevent horizontal splits.
c920f222 14903
5813f6ef
GM
14904 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
14905 save-excursion with save-current-buffer.
14906 Widen before searching. (Bug#5093)
14907 (diary-list-sexp-entries): Remove superfluous save-excursion.
14908
34b1d750
GM
149092009-12-02 Michael Welsh Duggan <mwd@cert.org>
14910
14911 * woman.el (woman-make-bufname): Handle man-pages with "." in the
14912 name. (Bug#5038)
14913
b2d5f31a
GM
149142009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
14915
14916 * ido.el (ido-file-internal): Handle filenames at point that do
14917 not have a directory part. (Bug#5049)
14918
c710ac3c
JB
149192009-12-02 Juanma Barranquero <lekktu@gmail.com>
14920
14921 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
14922 (mpc-songs-jump-to, mpc-resume): Doc fixes.
14923
9946be46
SM
149242009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
14925
14926 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
14927 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
14928 any more.
14929
b08016f2
SM
149302009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
14931
e7440df4
SM
14932 * comint.el (comint-insert-input): Ignore clicks to the right of
14933 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
14934
3bb8691b 14935 * vc.el (vc-print-log-internal): Don't wait for the process to
c767b665
SM
14936 terminate before setting up the major mode.
14937
f3b757f5
SM
14938 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
14939 in case.
14940
a2877f1d
SM
14941 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
14942 the last element.
14943
b08016f2
SM
14944 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
14945
782d6e30
GM
149462009-12-01 Glenn Morris <rgm@gnu.org>
14947
14948 * window.el (window--display-buffer-2): Fix previous changes.
14949
28f57f7e
CY
149502009-12-01 Chong Yidong <cyd@stupidchicken.com>
14951
14952 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
14953
c31a2fdc
GM
149542009-12-01 Glenn Morris <rgm@gnu.org>
14955
14956 * Makefile.in (ELCFILES): Add mpc.elc.
14957
e1ada222
SM
149582009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
14959
14960 * mpc.el: New file.
14961
0c9ff2c5
GM
149622009-12-01 Glenn Morris <rgm@gnu.org>
14963
3689984f
GM
14964 * window.el (window-to-use): Define for compiler.
14965
3ab4308b
GM
14966 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
14967 consistent with others (no final period).
14968
0c9ff2c5
GM
14969 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
14970 (rmail-mime-show): Downcase the encoding. (Bug#5070)
14971
fb0c18ff
DN
149722009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
14973
14974 Make vc-print-log buttons work.
045b9da7 14975 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
fb0c18ff 14976
2ac7e73e
JB
149772009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
14978
14979 * savehist.el (savehist-autosave-interval): Allow setting to nil
14980 through customize. (Bug#5056)
14981
5237d741
JB
149822009-11-30 Juanma Barranquero <lekktu@gmail.com>
14983
14984 Fix references to jit-lock properties.
14985 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
14986 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
14987 (perl-font-lock-special-syntactic-constructs):
14988 Quote jit-lock-defer-multiline property.
14989
379241fa
DN
149902009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
14991
14992 * vc-git.el (vc-git-registered): Call vc-git-root only once.
14993
054ae856
JL
149942009-11-30 Juri Linkov <juri@jurta.org>
14995
14996 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
14997 value `buffer' of `multi-isearch-next-buffer-current-function'.
14998 Use `(current-buffer)' when `buffer' is nil.
14999 (multi-isearch-next-buffer-from-list): Don't fallback to
15000 `(current-buffer)' when `buffer' is nil. (Bug#4947)
15001
67296dda
JL
150022009-11-30 Juri Linkov <juri@jurta.org>
15003
15004 * misearch.el (multi-isearch-read-buffers): Move canonicalization
15005 of buffers with `get-buffer' to `multi-isearch-buffers'.
15006 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15007 Canonicalize BUFFERS with `get-buffer'. Doc fix.
15008 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
15009 FILES with `expand-file-name' converting relative file names
15010 to absolute. Doc fix. (Bug#4727)
15011
c585bf32
JL
150122009-11-30 Juri Linkov <juri@jurta.org>
15013
15014 * misearch.el (multi-isearch-read-buffers)
15015 (multi-isearch-read-matching-buffers): New functions.
15016 (multi-isearch-buffers, multi-isearch-buffers-regexp):
15017 Use them in the `interactive' spec. Doc fix.
15018 (multi-isearch-read-files, multi-isearch-read-matching-files):
15019 New functions.
15020 (multi-isearch-files, multi-isearch-files-regexp):
15021 Use them in the `interactive' spec. Doc fix. (Bug#4725)
15022
0a745733
JL
150232009-11-30 Juri Linkov <juri@jurta.org>
15024
15025 * doc-view.el (doc-view-continuous):
15026 Rename from `doc-view-continuous-mode'.
15027 (doc-view-menu): Move "Toggle display" to the top.
15028 Add submenu "Continuous" with radio buttons "Off"/"On"
15029 and "Save as Default".
15030 (doc-view-scroll-up-or-next-page)
15031 (doc-view-scroll-down-or-previous-page)
15032 (doc-view-next-line-or-next-page)
6a7662bb
BR
15033 (doc-view-previous-line-or-previous-page):
15034 Rename `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
0a745733 15035
1f9689eb
JL
150362009-11-30 Juri Linkov <juri@jurta.org>
15037
15038 * comint.el (comint-mode-map): Rebind `M-r' from
15039 `comint-previous-matching-input' to
15040 `comint-history-isearch-backward-regexp'.
15041 Unbind `M-s' to allow global key binding `M-s'.
15042 Add menu items for `comint-history-isearch-backward' and
15043 `comint-history-isearch-backward-regexp'. (Bug#3746)
15044
2952b1ae
JL
150452009-11-30 Juri Linkov <juri@jurta.org>
15046
15047 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
15048 For def=recenter, replace `recenter' with `recenter-top-bottom'
15049 that is called with `this-command' and `last-command' let-bound
15050 to `recenter-top-bottom'. When the last `def' was not `recenter',
15051 set `recenter-last-op' to nil. (Bug#4981)
15052
7a9547ca
SM
150532009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
15054
20565545
SM
15055 Minor cleanup and simplification.
15056 * filecache.el (file-cache-add-directory)
15057 (file-cache-add-directory-recursively)
15058 (file-cache-add-from-file-cache-buffer)
15059 (file-cache-delete-file-regexp, file-cache-delete-directory)
15060 (file-cache-files-matching-internal, file-cache-display): Use dolist.
15061 (file-cache-temp-minibuffer-message): Delete function.
15062 (file-cache-minibuffer-complete): Use minibuffer-message instead.
15063
7a9547ca
SM
15064 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
15065 Don't signal an error when bumping into EOB in tr, s, or y.
15066
08e968f3
JL
150672009-11-29 Juri Linkov <juri@jurta.org>
15068
15069 * startup.el (fancy-about-text): Fix wording of Guided Tour.
15070 (Bug#4960)
15071
15072 * descr-text.el (describe-char-unidata-list): Use lowercase name
15073 for "Unicode name" like in other tags.
15074
f8d170a4
JL
150752009-11-29 Juri Linkov <juri@jurta.org>
15076
15077 * ediff-util.el (ediff-minibuffer-with-setup-hook):
15078 New compatibility macro.
7a9547ca 15079 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
f8d170a4 15080
0116abbd
JL
150812009-11-29 Juri Linkov <juri@jurta.org>
15082
15083 Add defcustom to define the cycling order of `recenter-top-bottom'.
15084 (Bug#4981)
15085
15086 * window.el (recenter-last-op): Doc fix.
15087 (recenter-positions): New defcustom.
15088 (recenter-top-bottom): Rewrite to use `recenter-positions'.
15089 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
15090
61eef560
MA
150912009-11-29 Michael Albinus <michael.albinus@gmx.de>
15092
15093 Improve integration of Tramp and ange-ftp in eshell.
15094
e4070cdc 15095 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
61eef560
MA
15096 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
15097 (eshell/sudo): Flatten args. Let-bind `default-directory'.
15098
15099 * eshell/esh-util.el (top): Require also Tramp when compiling.
15100 (eshell-directory-files-and-attributes): Check for FTP remote
15101 connection.
15102 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
15103 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
15104 (eshell-file-attributes): Handle ".". Return `entry'.
15105
15106 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
15107 (ange-ftp-directory-files-and-attributes)
15108 (ange-ftp-real-directory-files-and-attributes): New defuns.
15109
15110 * net/tramp.el (tramp-maybe-open-connection): Open the remote
15111 shell with "exec" when possible. This prevents trailing prompts
15112 in `start-file-process'.
15113
f5467d3f
SM
151142009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15115
21f49db9
SM
15116 Try and remove assumptions about point-min==1.
15117 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
15118 (rng-compute-mode-line-string): Show the validation percentage in
15119 terms of the narrowed text, not the widened text.
15120 (rng-do-some-validation): Don't catch internal errors when debugging.
15121 (rng-first-error): Simplify.
15122 (rng-after-change-function): Remove work around. AFAIK the bug has
15123 been fixed a while ago.
15124
26224faf
SM
15125 * image-mode.el (image-minor-mode): Exit more gracefully when the image
15126 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
15127
d7117720
SM
15128 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
15129
f5467d3f
SM
15130 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
15131 `cd' doesn't always do it for us (bug#5067).
15132
15133 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
15134 on 2009-10-25 as part of some other change (bug#5067).
15135
c5269f1c
SM
151362009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15137
62a258a7
SM
15138 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
15139 `suspicious'.
15140 (byte-compile-warnings): Use byte-compile-warning-types.
15141 (byte-compile-save-excursion): Warn about use of set-buffer right
15142 after save-excursion.
15143
c5269f1c
SM
15144 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
15145 the excursion as well.
15146
3ba30eb8
MA
151472009-11-27 Michael Albinus <michael.albinus@gmx.de>
15148
15149 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
15150 providing a Tramp related implementation of "su" and "sudo".
15151 (eshell-unix-initialize): Add "su" and "sudo".
15152
6c6f788d
DU
151532009-11-27 Daiki Ueno <ueno@unixuser.org>
15154
15155 * net/socks.el (socks-send-command): Convert binary request to
15156 unibyte before sending. This fixes mishandling of some port
15157 numbers such as 129.
15158
10c877fe
SM
151592009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
15160
6f06a171
SM
15161 * help.el (describe-bindings-internal): Remove `interactive'.
15162
10c877fe
SM
15163 * man.el (Man-completion-table): Trim a terminating "(".
15164 Remove the space between name page a section.
15165 Add the command's description on the `help-echo' property.
c5269f1c
SM
15166 Remove `process-connection-type' binding since it's unused by
15167 call-process.
10c877fe
SM
15168 Provide completion for the "<section> <name>" format as well.
15169 (Man-default-man-entry): Remove spurious var shadowing the argument.
15170
c44a4822
KR
151712009-11-26 Kevin Ryde <user42@zip.com.au>
15172
15173 * log-view.el: Add "Keywords: tools", since its other keywords
15174 aren't in finder-known-keywords, and following vc.el.
15175
9d58f081
KR
15176 * sha1.el (sha1-string-external): default-directory "/" in case
15177 otherwise non-existent. process-connection-type pipe for touch of
15178 efficiency recommended by elisp manual. (An aside in Bug#3911.)
15179
72fe6b25
SM
151802009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15181
15182 Misc coding convention cleanups.
15183 * htmlfontify.el (hfy-init-kludge-hook): Rename from
15184 hfy-init-kludge-hooks.
15185 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
15186 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
15187 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
15188 and push.
15189 (hfy-slant, hfy-weight): Use tables rather than code.
15190 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
15191 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
15192 (hfy-face-attr-for-class): Initialize `face-spec' directly.
15193 (hfy-face-to-css): Remove `nconc' with single arg.
15194 (hfy-p-to-face-lennart): Use `or'.
15195 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
15196 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
15197 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
15198 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
15199 (hfy-force-fontification): Use run-hooks.
15200
85e0a536
SM
152012009-11-26 Vivek Dasmohapatra <vivek@etla.org>
15202
15203 Various minor fixes.
15204 * htmlfontify.el (hfy-default-header): Add toggle_invis since
15205 Javascript belongs in the header, not the body.
15206 (hfy-javascript): Remove.
15207 (hfy-fontify-buffer): Don't insert it any more.
15208 (hfy-face-at): Handle (face0 face1 face2) style face properties.
15209 Fix bug in invis handling when there were no invis props in a chunk.
15210
62ccc42c
SM
152112009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
15212
15213 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
15214
2643c7aa
DN
152152009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
15216
15217 * finder.el (finder-mode-map): Add a menu.
15218
0e5c8aed
DN
152192009-11-26 Michael McNamara <mac@mail.brushroad.com>
15220
bf0b361c 15221 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
0e5c8aed
DN
15222 "unsigned" structs.
15223
15224 (verilog-leap-to-head, verilog-backward-token): Handle "disable
15225 fork" statement better.
15226
152272009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
15228
bf0b361c
JB
15229 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
15230 (verilog-delete-auto, verilog-delete-empty-auto-pair)
15231 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
15232 Reported by Clay Douglass.
0e5c8aed
DN
15233
15234 (verilog-auto-inst, verilog-auto-star-safe)
62ccc42c 15235 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
6a7662bb
BR
15236 Fix removing "// Interfaces" when saving .* expansions.
15237 Reported by Pierre-David Pfister.
0e5c8aed 15238
7629c4e7
GM
152392009-11-26 Glenn Morris <rgm@gnu.org>
15240
62ccc42c
SM
15241 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
15242 the scope.
7629c4e7 15243
a5d358f8
JB
152442009-11-25 Johan Bockgård <bojohan@gnu.org>
15245
15246 * vc-annotate.el (vc-annotate-revision-previous-to-line):
15247 Really use previous revision.
15248
002cbde5
KR
152492009-11-25 Kevin Ryde <user42@zip.com.au>
15250
15251 * man.el (Man-completion-table): default-directory "/" in case
15252 doesn't otherwise exist. process-environment COLUMNS=999 so as
15253 not to truncate long names. process-connection-type pipe to avoid
573f4575
KR
15254 any chance of hitting the pseudo-tty TIOCGWINSZ.
15255 (man): completion-ignore-case t for friendliness and since man
15256 itself is case-insensitive on the command line.
15257 Further to Bug#3717.
002cbde5 15258
8cb5ffe8
KR
15259 * arc-mode.el: Add "Keywords: files", so the details in its
15260 commentary can be reached from finder-by-keyword.
34607612
KR
15261 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
15262 editing mode, but it's comms related and sgml-mode.el has "comm"
15263 on that basis too.
b8dfcf54 15264 * textmodes/bibtex-style.el: Add "Keywords: tex".
5cf751b4
GM
15265 * international/isearch-x.el, international/ja-dic-cnv.el:
15266 * international/ja-dic-utl.el, international/kkc.el:
b8dfcf54 15267 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
34607612 15268
1e2d9ba1
JL
152692009-11-25 Juri Linkov <juri@jurta.org>
15270
15271 * man.el (Man-completion-table): Modify regexp to include
15272 section names to completion strings. (Bug#3717)
15273
a601d313
JL
152742009-11-25 Juri Linkov <juri@jurta.org>
15275
15276 Search recursively in gzipped files. (Bug#4982)
15277
15278 * progmodes/grep.el (grep-highlight-matches): Add new options
15279 `always' and `auto'. Doc fix.
15280 (grep-process-setup): Check `grep-highlight-matches' for
15281 `auto-detect' to determine the need to compute grep defaults.
15282 Move Windows/DOS specific --colors settings handling
15283 to `grep-compute-defaults'. Check `grep-highlight-matches'
15284 to get the value of "--color=".
15285 (grep-compute-defaults): Compute `grep-highlight-matches' when it
15286 has the value `auto-detect'. Move Windows/DOS specific settings
15287 from `grep-process-setup'.
15288 (zrgrep): New command with alias `rzgrep'.
15289
bde04ea9
JL
152902009-11-25 Juri Linkov <juri@jurta.org>
15291
15292 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
15293 to nil instead of switching off view-mode. (Bug#4896)
15294
7d6b4d3c
JL
152952009-11-25 Juri Linkov <juri@jurta.org>
15296
15297 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
15298
15299 * mwheel.el (mwheel-scroll-up-function)
15300 (mwheel-scroll-down-function): New defvars.
15301 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
15302 `scroll-up', and `mwheel-scroll-down-function' instead of
15303 `scroll-down'.
15304
15305 * doc-view.el (doc-view-scroll-up-or-next-page)
15306 (doc-view-scroll-down-or-previous-page): Add optional ARG.
15307 Use this ARG in the call to image-scroll-up/image-scroll-down.
15308 Change `interactive' spec to "P". Goto next/previous page only
15309 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
15310 SPC/DEL case). Doc fix.
15311 (doc-view-next-line-or-next-page)
15312 (doc-view-previous-line-or-previous-page): Rename arg to ARG
15313 for consistency.
15314 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
15315 `doc-view-scroll-up-or-next-page', and buffer-local
15316 `mwheel-scroll-down-function' to
15317 `doc-view-scroll-down-or-previous-page'.
15318
e237085f
JL
153192009-11-25 Juri Linkov <juri@jurta.org>
15320
15321 Provide additional default values (directories at other Dired
15322 windows) via M-n in the minibuffer of some Dired commands.
15323
15324 * dired-aux.el (dired-diff, dired-compare-directories)
15325 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
15326 `minibuffer-default' in `minibuffer-with-setup-hook'.
15327 (dired-dwim-target-directory): Find a window that displays Dired
15328 buffer instead of failing when the next window is not Dired.
15329 Use `get-window-with-predicate' to find for the next Dired window.
15330 (dired-dwim-target-defaults): New function.
15331
15332 * ediff-util.el (ediff-read-file-name):
15333 Use `dired-dwim-target-defaults' to set `minibuffer-default'
15334 in `minibuffer-with-setup-hook'.
15335
7d371eac
JL
153362009-11-25 Juri Linkov <juri@jurta.org>
15337
15338 Provide additional default values (file name at point or at the
15339 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
15340
15341 * minibuffer.el (read-file-name-defaults): New function.
15342 (read-file-name): Reset `minibuffer-default' to nil when
15343 it duplicates initial input `insdef'.
15344 Bind `minibuffer-default-add-function' to lambda that
15345 calls `read-file-name-defaults' in `minibuffer-selected-window'.
15346 (minibuffer-insert-file-name-at-point): New command.
15347
15348 * files.el (file-name-at-point-functions): New defcustom.
15349 (find-file-default): Remove defvar.
15350 (find-file-read-args): Don't use `find-file-default'.
15351 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15352 to `read-file-name'.
15353 (find-file-literally): Use `read-file-name' with
15354 `confirm-nonexistent-file-or-buffer'.
15355
15356 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
15357
15358 * dired.el (dired-read-dir-and-switches):
15359 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
15360 to `read-file-name'.
15361 (dired-file-name-at-point): New function.
15362 (dired-mode): Add hook `dired-file-name-at-point' to
15363 `file-name-at-point-functions'.
15364
04ae543a
SM
153652009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15366
15367 Really make the *Completions* window soft-dedicated (bug#5030).
15368 * window.el (window--display-buffer-2): Add `dedicated' argument.
15369 (display-buffer): Pass it when needed so the dedicated flag is set
15370 after calling set-window-buffer, which would otherwise reset it.
15371
eb708e66
SM
153722009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15373
d6b8d4e7
SM
15374 * progmodes/meta-mode.el (meta-complete-symbol):
15375 * progmodes/etags.el (complete-tag):
e2d4ea5a
SM
15376 * mail/mailabbrev.el (mail-abbrev-complete-alias):
15377 Use completion-in-region.
15378
5f24557b
SM
15379 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
15380 (dabbrev-completion): Use completion-in-region.
15381 (dabbrev--abbrev-at-point): Simplify regexp.
15382
fe4346f0
SM
15383 * abbrev.el (abbrev--before-point): Use word-motion functions
15384 if :regexp is not specified (bug#5031).
15385
cb190d7d
SM
15386 * subr.el (string-prefix-p): New function.
15387
e2ec6dd5
SM
15388 * man.el (Man-completion-cache): New var.
15389 (Man-completion-table): Use it.
15390
eb708e66
SM
15391 * vc.el (vc-print-log-internal): Make `limit' optional for better
15392 compatibility (e.g. with vc-annotate.el).
15393
4cf8971b
KR
153942009-11-24 Kevin Ryde <user42@zip.com.au>
15395
eb708e66 15396 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
d8194864 15397 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
f69c67b6 15398
4cf8971b
KR
15399 * emacs-lisp/elint.el (elint-add-required-env): Better error message
15400 when .el source file not found or other error.
15401
d204c46c
SM
154022009-11-24 Markus Triska <markus.triska@gmx.at>
15403
15404 * linum.el (linum-update-window): Ignore intangible (bug#4996).
15405
bb301b9a
SM
154062009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15407
449c27f0
SM
15408 Handle the [back] button properly (bug#4979).
15409 * descr-text.el (describe-text-properties): Add a `buffer' argument.
15410 Use help-setup-xref, help-buffer, and with-help-window.
15411 (describe-char): Add `buffer' argument.
15412 Pass proper command to help-setup-xref. Don't meddle with
15413 help-xref-stack-item directly.
15414 (describe-text-category): Use with-help-window and help-buffer.
15415
32fe5377
SM
15416 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
15417 for the displayed buffer (bug#4887).
15418
bb301b9a
SM
15419 * man.el (Man-completion-table): New function.
15420 (man): Use it.
15421
35179414
DR
154222009-11-24 David Reitter <david.reitter@gmail.com>
15423
bb301b9a 15424 * vc-git.el (vc-git-registered): Use checkout directory (where
35179414
DR
15425 .git is) rather than the file's directory and a relative path spec
15426 to work around a bug in git.
15427
605a20a9
MA
154282009-11-24 Michael Albinus <michael.albinus@gmx.de>
15429
15430 Improve handling of processes on remote hosts.
15431
15432 * eshell/esh-util.el (eshell-path-env): New defvar.
15433 (eshell-parse-colon-path): New defun.
15434 (eshell-file-attributes): Use `eshell-parse-colon-path'.
15435
bb301b9a
SM
15436 * eshell/esh-ext.el (eshell-search-path):
15437 Use `eshell-parse-colon-path'.
605a20a9
MA
15438 (eshell-remote-command): Remove argument HANDLER.
15439 (eshell-external-command): Check for FTP remote connection.
15440
bb301b9a
SM
15441 * eshell/esh-proc.el (eshell-gather-process-output):
15442 Use `file-truename', in order to start also symlinked files.
15443 Apply `start-file-process' instead of `start-process'.
15444 Shorten `command' to the local file name part.
605a20a9 15445
bb301b9a
SM
15446 * eshell/em-cmpl.el (eshell-complete-commands-list):
15447 Use `eshell-parse-colon-path'.
605a20a9
MA
15448
15449 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
15450
15451 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
15452 to `eshell-directory-change-hook'.
15453
d1d33062
TH
154542009-11-24 Tassilo Horn <tassilo@member.fsf.org>
15455
15456 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
bb301b9a 15457 because it could be enabled automatically if view-read-only is non-nil.
d1d33062 15458
a34d8565 154592009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
d1d33062 15460
a34d8565
MK
15461 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
15462 made on 2009-11-22.
d1d33062 15463
c83b8d1b
GM
154642009-11-24 Glenn Morris <rgm@gnu.org>
15465
15466 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
15467 deleted variable bookmark-bmenu-bookmark-column.
15468
83505cfe
SM
154692009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
15470
15471 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
15472
5241b291
CY
154732009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
15474
15475 * net/browse-url.el (browse-url-filename-alist): On Windows, add
15476 two slashes to the "file:" prefix.
15477 (browse-url-file-url): De-munge Cygwin filenames before passing
15478 them to Windows browser.
15479 (browse-url-default-windows-browser): Use call-process.
15480
aefcadb6
JL
154812009-11-23 Juri Linkov <juri@jurta.org>
15482
15483 Implement DocView Continuous mode. (Bug#4896)
15484 * doc-view.el (doc-view-continuous-mode): New defcustom.
83505cfe
SM
15485 (doc-view-mode-map): Bind C-n/<down> to
15486 `doc-view-next-line-or-next-page', C-p/<up> to
15487 `doc-view-previous-line-or-previous-page'.
aefcadb6
JL
15488 (doc-view-next-line-or-next-page)
15489 (doc-view-previous-line-or-previous-page): New commands.
15490
0d62bcea
JL
154912009-11-23 Juri Linkov <juri@jurta.org>
15492
15493 Implement Isearch in comint input history. (Bug#3746)
15494 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
15495 `isearch-mode-hook'.
15496 (comint-history-isearch): New defcustom.
15497 (comint-history-isearch-backward)
15498 (comint-history-isearch-backward-regexp): New commands.
15499 (comint-history-isearch-message-overlay): New buffer-local variable.
15500 (comint-history-isearch-setup, comint-history-isearch-end)
15501 (comint-goto-input, comint-history-isearch-search)
15502 (comint-history-isearch-message, comint-history-isearch-wrap)
15503 (comint-history-isearch-push-state)
15504 (comint-history-isearch-pop-state): New functions.
15505
b593f105
MA
155062009-11-23 Michael Albinus <michael.albinus@gmx.de>
15507
15508 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
15509 return.
15510 (tramp-handle-make-symbolic-link)
15511 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
15512 Quote file names.
15513 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
15514 (tramp-handle-process-file): Use it.
15515
0f202d5d
SM
155162009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
15517
15518 * window.el (move-to-window-line-last-op): Remove.
15519 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
15520
216349f8
SM
155212009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
15522
0f202d5d 15523 Make M-r mirror the new cycling behavior of C-l.
216349f8
SM
15524 * window.el (move-to-window-line-last-op): New var.
15525 (move-to-window-line-top-bottom): New command.
15526 (global-map): Bind M-r move-to-window-line-top-bottom.
15527
c10e0633
GM
155282009-11-23 Sven Joachim <svenjoac@gmx.de>
15529
15530 * dired-x.el (dired-guess-shell-alist-default):
15531 Support xz format. (Bug#4953)
15532
953e0c1a
GM
155332009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
15534
15535 * emulation/viper-cmd.el: Use viper-last-command-char instead of
15536 last-command-char/last-command-event.
15537 (viper-prefix-arg-value): Do correct conversion of event-char for
15538 XEmacs.
15539
83505cfe
SM
15540 * emulation/viper-util.el, emulation/viper.el:
15541 Use viper-last-command-char instead of
15542 last-command-char/last-command-event.
953e0c1a 15543
83505cfe
SM
15544 * ediff-init.el, ediff-mult.el, ediff-util.el:
15545 Replace last-command-char and last-command-event
15546 with (ediff-last-command-char) everywhere.
953e0c1a
GM
15547
15548 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
15549 created in fundamental mode.
15550
15551 * ediff.el (ediff-version): Revert the change of interactive-p to
15552 called-interactively-p.
15553
9ee12eee
TH
155542009-11-22 Tassilo Horn <tassilo@member.fsf.org>
15555
15556 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
15557 generation from word-movement command names.
15558
8b571bf3
JD
155592009-11-21 Jan Djärv <jan.h.d@swipnet.se>
15560
15561 * cus-start.el (all): Add native condition for font-use-system-font.
15562
4121db47
AM
155632009-11-21 Nathaniel Flath <flat0103@gmail.com>
15564
83505cfe
SM
15565 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
15566 Correct the patch from 2009-11-18. (Bug#3910)
4121db47 15567
d71f5e0c
TH
155682009-11-21 Tassilo Horn <tassilo@member.fsf.org>
15569
15570 * progmodes/subword.el: Rename from lisp/subword.el.
15571
15572 * subword.el: Rename to progmodes/subword.el.
15573
15574 * Makefile.in (ELCFILES): Adapt to subword.el move.
15575
fc9d6ad6 155762009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4e2af782 15577 Stefan Monnier <monnier@iro.umontreal.ca>
fc9d6ad6
SM
15578
15579 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
15580 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
15581 (bookmark-bmenu-show-filenames): Use push.
15582 (bookmark-bmenu-hide-filenames): Use local var instead of
15583 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
15584 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
15585 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
15586 filenames now that the bookmark names are always available.
15587
26d9285f
SM
155882009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15589
15590 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
15591 (bookmark-search-pattern): Move and leave unbound.
15592 (bookmark-bmenu-mode-map): Change binding.
15593 (bookmark-read-search-input): Simplify.
15594 Don't use text-char-description. Don't error on non-char events.
15595 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
15596 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
15597 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
15598 Use a local var for the timer.
15599 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
15600 (i.e. bookmark-bmenu-search).
15601
d73a0317
GM
156022009-11-21 Glenn Morris <rgm@gnu.org>
15603
15604 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
15605
e572025f
CY
156062009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
15607
26d9285f
SM
15608 * net/browse-url.el (browse-url-default-windows-browser):
15609 Use cygstart for cygwin.
e572025f 15610
6aeaa3dc
KF
156112009-11-20 Karl Fogel <karl.fogel@red-bean.com>
15612
e4070cdc 15613 * bookmark.el: Formatting and doc fixes only:
6aeaa3dc
KF
15614 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
15615 (bookmark-bmenu-search): Wrap to fit within 80 columns.
194d44e7 15616 Minor grammar and punctuation fixes in doc string.
6aeaa3dc
KF
15617 (bookmark-read-search-input): Adjust to fit within 80 columns.
15618
a9b76eec
TH
156192009-11-20 Tassilo Horn <tassilo@member.fsf.org>
15620
15621 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
15622 (c-backward-into-nomenclature): Adapt to subword renaming.
15623
15624 * subword.el (subword-forward, subword-backward, subword-mark)
15625 (subword-kill, subword-backward-kill, subword-transpose)
15626 (subword-downcase, subword-upcase, subword-capitalize)
26d9285f
SM
15627 (subword-forward-internal, subword-backward-internal):
15628 Rename from forward-subword, backward-subword, mark-subword,
15629 kill-subword, backward-kill-subword, transpose-subwords,
15630 downcase-subword, upcase-subword, capitalize-subword,
15631 forward-subword-internal, backward-subword-internal.
a9b76eec 15632
1e7d4475
SM
156332009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15634
26d9285f
SM
15635 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
15636 New options.
1e7d4475
SM
15637 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
15638 New vars.
15639 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
15640 (bookmark-bmenu-filter-alist-by-regexp)
15641 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
15642 (bookmark-bmenu-search): New command.
15643 (bookmark-bmenu-mode-map): Bind it.
15644
653d1554
TH
156452009-11-20 Tassilo Horn <tassilo@member.fsf.org>
15646
ab84bfa0
TH
15647 * progmodes/cc-cmds.el: declare-functioned forward-subword and
15648 backward-subword to quit the byte-compiler.
15649
1f35fda9
TH
15650 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
15651
15652 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
15653
653d1554 15654 * progmodes/cc-cmds.el (c-update-modeline)
1e7d4475
SM
15655 (c-forward-into-nomenclature, c-backward-into-nomenclature):
15656 Refer to subword.el functions instead of cc-subword.el.
653d1554
TH
15657
15658 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
15659 subword.el functions instead of cc-subword.el.
15660
1e7d4475
SM
15661 * progmodes/cc-subword.el: Rename to subword.el.
15662 * subword.el: Rename from progmodes/cc-subword.el.
15663 (subword-mode-map): Rename from c-subword-mode-map.
15664 (subword-mode): Rename from c-subword-mode.
653d1554 15665 (global-subword-mode): New global minor mode.
1e7d4475
SM
15666 (forward-subword): Rename from c-forward-subword.
15667 (backward-subword): Rename from c-backward-subword.
15668 (mark-subword): Rename from c-mark-subword.
15669 (kill-subword): Rename from c-kill-subword.
15670 (backward-kill-subword): Rename from c-backward-kill-subword.
15671 (transpose-subwords): Rename from c-tranpose-subword.
15672 (downcase-subword): Rename from c-downcase-subword.
15673 (capitalize-subword): Rename from c-capitalize-subword.
15674 (forward-subword-internal): Rename from c-forward-subword-internal.
15675 (backward-subword-internal): Rename from c-backward-subword-internal.
653d1554 15676
9717f119
DN
156772009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
15678
8de724f3
DN
15679 * vc.el (vc-deduce-fileset): Allow non-state changing operations
15680 from a dired buffer.
15681 (vc-dired-deduce-fileset): New function.
15682 (vc-root-diff, vc-print-root-log): Use it.
15683
9717f119
DN
15684 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
15685 nil LIMIT argument to vc-print-log-internal.
15686
af4999b8
GM
156872009-11-20 Glenn Morris <rgm@gnu.org>
15688
15689 * Makefile.in (ELCFILES): Regenerate.
15690
b58edcb6
JB
156912009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
15692
02e1b488
SM
15693 * calc/calc.el (calc-set-mode-line):
15694 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
15695 (math-format-number): Rename `math-format-complement-signed' to
15696 `math-format-twos-complement'.
15697
02e1b488 15698 * calc/calc-bin.el (math-format-twos-complement): Rename from
b58edcb6
JB
15699 math-format-complement-signed.
15700 (calc-radix): Rename `calc-complement-signed-mode' to
15701 `calc-twos-complement-mode'.
02e1b488
SM
15702 (calc-octal-radix, calc-hex-radix): Add an argument for
15703 two's complement.
b58edcb6 15704
02e1b488
SM
15705 * calc/calc-embed.el (calc-embedded-mode-vars):
15706 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6 15707
02e1b488
SM
15708 * calc/calc-ext.el (calc-init-extensions):
15709 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
b58edcb6
JB
15710 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
15711
02e1b488
SM
15712 * calc/calc-units.el (math-build-units-table-buffer):
15713 Let `calc-twos-complement-mode' be nil.
b58edcb6
JB
15714
15715 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
15716 entries.
15717
15718 * calc/calc-vec.el (calcFunc-vunpack):
15719 * calc/calc-aent.el (calc-do-calc-eval):
15720 * calc/calc-forms.el (math-format-date):
15721 * calc/calc-graph.el (calc-graph-plot):
15722 * calc/calc-math.el (math-use-emacs-fn):
02e1b488
SM
15723 * calc/calccomp.el (math-compose-expr):
15724 Let `calc-twos-complement-mode' be nil.
15725
157262009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15727
15728 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
15729 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
15730 * minibuffer.el (completion-in-region-functions): New hook.
15731 (completion-in-region): New function.
15732 * emacs-lisp/lisp.el (lisp-complete-symbol):
15733 * pcomplete.el (pcomplete-std-complete): Use it.
b58edcb6 15734
e3353a78
SM
157352009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
15736
eff77808
SM
15737 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
15738 (latex-complete-alist): New vars.
15739 (latex-string-prefix-p, latex-complete-bibtex-keys)
15740 (latex-complete-envnames, latex-complete-refkeys)
15741 (latex-complete-data): New functions.
15742 (latex-complete, latex-indent-or-complete): New commands.
15743
d2c9fc42
SM
15744 * window.el (display-buffer-mark-dedicated): New var.
15745 (display-buffer): Obey it.
15746 * minibuffer.el (minibuffer-completion-help): Use it.
15747
31a1c477
SM
15748 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
15749
bed4c972
SM
15750 * filecache.el (file-cache-add-file): Use push and cons.
15751 (file-cache-delete-file-regexp): Use push.
15752 (file-cache-complete): Use completion-in-region.
15753
8c22699f
SM
15754 * simple.el (with-wrapper-hook): Fix thinko.
15755
e3353a78
SM
15756 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
15757 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
15758 Use with-current-buffer and string-to-number.
15759 (hfy-fallback-colour-values): Use assoc-string.
15760 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
15761 (hfy-face-at): Remove unused var `found-face'.
15762 (hfy-compile-stylesheet): Remove unused var `css'.
15763 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
15764 and `orig-buffer'.
15765 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
15766 Use with-current-buffer.
15767 (hfy-text-p): Use expand-file-name and fewer setq.
15768
acca02b0
SM
157692009-11-19 Vivek Dasmohapatra <vivek@etla.org>
15770
15771 * htmlfontify.el, hfy-cmap.el: New files.
15772
042b7cc6
JL
157732009-11-19 Juri Linkov <juri@jurta.org>
15774
15775 * minibuffer.el (completions-format): New defcustom.
15776 (completion--insert-strings): Implement vertical format.
15777
15778 * simple.el (switch-to-completions): Move point to the first
15779 completion when point was at the beginning of the buffer.
15780
da205913
JL
157812009-11-19 Juri Linkov <juri@jurta.org>
15782
15783 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
15784
15785 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
15786
0b8ee421
CY
157872009-11-19 Chong Yidong <cyd@stupidchicken.com>
15788
15789 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
15790 (mail-signature): Change default to t.
15791 (mail-from-style): Deprecate `system-default' value.
15792 (mail-insert-from-field): For default value of mail-from-style,
15793 default to `angles' unless `angles' needs quoting and `parens'
15794 does not.
15795 (mail-citation-prefix-regexp): Use citation regexp from
15796 message-mode.
15797
4265deab
MA
157982009-11-19 Michael Albinus <michael.albinus@gmx.de>
15799
acca02b0
SM
15800 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
15801 Set variables for computing the prompt for reading password.
4265deab 15802
27cacd2d
GM
158032009-11-19 Glenn Morris <rgm@gnu.org>
15804
470bce7d
GM
15805 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
15806
7e705a1d
GM
15807 * textmodes/flyspell.el (sgml-lexical-context): Declare.
15808
27cacd2d
GM
15809 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
15810 (newsticker-treeview-listwindow-height): Fix custom type.
15811
b2f0be0f
KH
158122009-11-19 Kenichi Handa <handa@m17n.org>
15813
15814 * descr-text.el (describe-char-padded-string): Compose with TAB
15815 only if there's a font for CH.
02e1b488 15816 (describe-char): Fix the condition for detecting a trivial composition.
b2f0be0f 15817
03446045 158182009-11-18 Nathaniel Flath <flat0103@gmail.com>
b96337b0
AM
15819
15820 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
03446045 15821 more accurate version of the regexp. (Bug#3910)
b96337b0 15822
03446045 158232009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
efa3639b
SS
15824
15825 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
15826
e0620570
JB
158272009-11-18 Juanma Barranquero <lekktu@gmail.com>
15828
15829 * font-setting.el (font-use-system-font): Declare for byte-compiler.
15830 (font-setting-change-default-font): Fix typo in docstring.
15831
6cc6582e
AM
158322009-11-18 Alan Mackenzie <acm@muc.de>
15833
15834 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
15835
dfb3c4c6
JD
158362009-11-17 Jan Djärv <jan.h.d@swipnet.se>
15837
02e1b488 15838 * font-setting.el (font-use-system-font): Move ...
dfb3c4c6
JD
15839
15840 * cus-start.el (all): ... to here.
15841
e268e987
MA
158422009-11-17 Michael Albinus <michael.albinus@gmx.de>
15843
15844 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
15845 Don't set `ad-return-value' if `ad-do-it' doesn't.
15846
303ffde8
MA
15847 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
15848 modification time.
15849
637fa988
JD
158502009-11-17 Jan Djärv <jan.h.d@swipnet.se>
15851
15852 * menu-bar.el: Put "Use system font" in Option-menu.
ad413b35 15853 (menu-bar-options-save): Add font-use-system-font.
637fa988
JD
15854
15855 * loadup.el: If feature system-font-setting or font-render-setting is
15856 there, load font-setting.
15857
02e1b488 15858 * Makefile.in (ELCFILES): Add font-settings.el.
637fa988
JD
15859 * font-setting.el: New file.
15860
1d16a255
GM
158612009-11-17 Glenn Morris <rgm@gnu.org>
15862
15863 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
15864
2d84f804
GM
15865 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
15866 Preserve point in the list buffer. (Bug#4939)
15867 Use point-at-eol.
15868 (newsticker--treeview-list-update-highlight)
15869 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
15870
14467b99
JB
158712009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
15872
15873 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
15874 Remove.
15875
15876 * calc/calc-ext.el (calc-init-extensions): Remove references to
15877 symclip.
15878
15879 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
15880
15881 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5237d741 15882 * calc/calc-help.el (calc-b-prefix-help): Remove references to
14467b99
JB
15883 `calc-symclip'.
15884
e3c39c01
KR
158852009-11-16 Kevin Ryde <user42@zip.com.au>
15886
02e1b488 15887 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5237d741 15888 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
e3c39c01 15889
497de631
KR
15890 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
15891 (lm-keywords-list): Allow comma-only separator like "foo,bar".
15892 Ignore trailing spaces by omit-nulls to split-string (fixing
15893 regression from Emacs 21 due to the incompatible split-string
14467b99 15894 change). (Bug #4928.)
497de631 15895
48b27575
DN
158962009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
15897
5237d741 15898 * vc.el (vc-log-show-limit): Default to 2000.
48b27575
DN
15899 (vc-print-log-internal): Insert buttons to request more entries
15900 when limiting the output.
15901
15902 * vc-sccs.el (vc-sccs-print-log):
15903 * vc-rcs.el (vc-rcs-print-log):
15904 * vc-cvs.el (vc-cvs-print-log):
15905 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
15906 LIMIT is non-nil.
15907
d3e97185
MA
159082009-11-16 Michael Albinus <michael.albinus@gmx.de>
15909
15910 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
15911 error when `tramp-gvfs-dbus-event-vector' is set.
15912 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
15913
68d87786
SM
159142009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
15915
15916 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
15917
c0a39702
MA
159182009-11-16 Michael Albinus <michael.albinus@gmx.de>
15919
15920 * net/dbus.el (dbus-unregister-service): New defun.
d3e97185 15921 (dbus-register-property): Register the handlers of
c0a39702
MA
15922 "org.freedesktop.DBus.Properties" for SERVICE.
15923 (dbus-property-handler): Fix docstring.
15924
1e857121
YM
159252009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15926
15927 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
15928 Quote doc string reference in defvaralias as it is not in special form.
15929 (byte-compile-output-docform): Doc fix.
15930
887484c1
JB
159312009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
15932
15933 * calc/calc.el (math-2-word-size, math-half-2-word-size)
15934 (calc-complement-signed-mode): New variables.
15935 (calc-set-mode-line): Add indicator for twos-complements.
15936 (math-format-number): Format twos-complement notation.
15937
15938 * calc/calc-bin.el (calc-word-size): Reset the variables
15939 `math-2-word-size' and `math-half-2-word-size'.
68d87786
SM
15940 (math-format-complement-signed, math-symclip, calcFunc-symclip)
15941 (calc-symclip): New functions.
887484c1
JB
15942
15943 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
15944
68d87786
SM
15945 * calc/calc-embed.el (calc-embedded-mode-vars):
15946 Add `calc-complement-signed-mode' to the list of modes.
887484c1
JB
15947
15948 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
68d87786 15949 (calc-b-oper-keys): Add `calc-symclip' to list.
887484c1
JB
15950
15951 * calc/calc-ext.el (math-read-number-fancy): Read complement
15952 signed numbers.
68d87786
SM
15953 (calc-init-extensions): Add binding for `calc-symclip'.
15954 Add autoload for `calcFunc-symclip' and `calc-symclip'.
887484c1
JB
15955
15956 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
15957 `calc-symclip'.
68d87786 15958 (calc-modes-menu): Add item for twos complement mode.
887484c1 15959
5237d741 15960 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
887484c1 15961
4cf1d7e3
CY
159622009-11-15 Chong Yidong <cyd@stupidchicken.com>
15963
15964 * register.el (jump-to-register, insert-register): Handle Semantic
15965 tags. From commented-out advice in semantic/senator.el.
15966
f8e65267
DN
159672009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
15968
6616006b
DN
15969 * vc.el (vc-log-show-limit): New variable.
15970 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
15971 when using a prefix argument.
15972 (vc-print-log-internal): Add new argument LIMIT.
15973
15974 * vc-svn.el (vc-svn-print-log):
15975 * vc-mtn.el (vc-mtn-print-log):
15976 * vc-hg.el (vc-hg-print-log):
15977 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1e7d4475 15978 pass it to the log command when set. Make the BUFFER argument
6616006b
DN
15979 non-optional.
15980
15981 * vc-sccs.el (vc-sccs-print-log):
15982 * vc-rcs.el (vc-rcs-print-log):
15983 * vc-git.el (vc-git-print-log):
15984 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
01c35094 15985 ignore it. Make the BUFFER argument non-optional.
6616006b 15986
f8e65267
DN
15987 * bindings.el (mode-line-buffer-identification): Do not purecopy.
15988
0566c4bc
CY
159892009-11-15 Chong Yidong <cyd@stupidchicken.com>
15990
7cce3c91
CY
15991 * dired.el (dired-mode-map): Move encryption items to "Operate"
15992 menu (Bug#4703).
15993
d7063de9
CY
15994 * strokes.el (strokes-update-window-configuration): Make strokes
15995 buffer current before erasing (Bug#4906).
15996
0fc10137
JL
159972009-11-15 Juri Linkov <juri@jurta.org>
15998
15999 * simple.el (set-mark-default-inactive): Add :type, :group
16000 and :version. (Bug#4876)
16001
f5fce4ec
MA
160022009-11-15 Michael Albinus <michael.albinus@gmx.de>
16003
16004 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
16005 (archive-unique-fname): ... here. (Bug#4929)
16006
8d720a00
SM
160072009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
16008
589888fe
SM
16009 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
16010 with a real fix.
16011
8d720a00
SM
16012 * novice.el (disabled-command-function): Add useful args.
16013 Setup the help buffer so that [back] works.
16014 Remove redundant call to help-mode.
16015 (disabled-command-function): Use `case'.
16016 (en/disable-command): New function extracted from enable-command.
16017 (enable-command, disable-command): Use it.
16018
a61344d6
GM
160192009-11-14 Glenn Morris <rgm@gnu.org>
16020
497f0cdd
GM
16021 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
16022 constants. (Bug#4913)
16023
a61344d6
GM
16024 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
16025
d501801e
GM
160262009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
16027
16028 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
16029 defined in C that have no doc-strings. (Bug#1063)
16030
5af27ac2
GM
160312009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
16032
16033 * cus-edit.el (data, files):
16034 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
16035
aec5395b
CY
160362009-11-14 Chong Yidong <cyd@stupidchicken.com>
16037
e7791447
CY
16038 * simple.el (shell-command): Doc fix (Bug#4891).
16039
aec5395b
CY
16040 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
16041
7a41cd7f
GM
160422009-11-14 Glenn Morris <rgm@gnu.org>
16043
c3583c94
GM
16044 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
16045 statements for vc-diff, emerge-quit, and rmail-cease-edit.
16046 If they are already loaded, eval-after-load will do the right thing.
16047
73900d1f
GM
16048 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
16049 compiling.
16050
0028351d
GM
16051 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
16052
f6714ede
GM
16053 * simple.el (x-selection-owner-p): Declare.
16054 (read-mail-command): Use custom radio type rather than choice.
16055 (completion-no-auto-exit): Doc fix.
16056
7a41cd7f 16057 * custom.el (defgroup):
5af27ac2 16058 * epg-config.el (epg): Doc fixes.
7a41cd7f 16059
2d0659ec
DN
160602009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
16061
16062 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
16063 * international/ccl.el (define-ccl-program): Do not purecopy the
16064 docstring, defconst does it anyway.
16065
7fdbcd83
SM
160662009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16067
d499c5b9
SM
16068 * add-log.el (add-change-log-entry): Avoid displaying the changelog
16069 a second time.
16070
7fdbcd83
SM
16071 * x-dnd.el (x-dnd-maybe-call-test-function):
16072 * window.el (split-window-vertically):
16073 * whitespace.el (whitespace-help-on):
16074 * vc-rcs.el (vc-rcs-consult-headers):
16075 * userlock.el (ask-user-about-lock-help)
16076 (ask-user-about-supersession-help):
16077 * type-break.el (type-break-force-mode-line-update):
16078 * time-stamp.el (time-stamp-conv-warn):
16079 * terminal.el (te-set-output-log, te-more-break, te-filter)
5ce6e4f4 16080 (te-sentinel, terminal-emulator):
7fdbcd83
SM
16081 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
16082 (term-write-input-ring, term-check-source, term-start-output-log):
16083 (term-display-buffer-line, term-dynamic-list-completions):
16084 (term-ansi-make-term, serial-term):
16085 * subr.el (selective-display):
16086 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
16087 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
16088 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
16089 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
16090 (speedbar-remove-localized-speedbar-support)
16091 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
16092 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
16093 (speedbar-buffers-line-directory):
16094 * simple.el (shell-command-on-region, append-to-buffer)
16095 (prepend-to-buffer):
16096 * shadowfile.el (shadow-save-todo-file):
16097 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
16098 (scroll-bar-maybe-set-window-start):
16099 * sb-image.el (speedbar-image-dump):
16100 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
16101 (load-save-place-alist-from-file):
16102 * ps-samp.el (ps-print-message-from-summary):
16103 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
16104 (ps-background-image, ps-begin-job, ps-do-despool):
16105 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
16106 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
16107 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
16108 (pr-call-process, pr-file-list, pr-interface-save):
16109 * novice.el (disabled-command-function)
16110 (enable-command, disable-command):
16111 * mouse.el (mouse-buffer-menu-alist):
16112 * mouse-copy.el (mouse-kill-preserving-secondary):
16113 * macros.el (kbd-macro-query):
16114 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
16115 * informat.el (batch-info-validate):
16116 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
16117 * hippie-exp.el (try-expand-dabbrev-visible):
16118 * help-mode.el (help-make-xrefs):
16119 * help-fns.el (describe-variable):
16120 * generic-x.el (bat-generic-mode-run-as-comint):
16121 * finder.el (finder-mouse-select):
16122 * find-dired.el (find-dired-sentinel):
16123 * filesets.el (filesets-file-close):
16124 * files.el (list-directory):
16125 * faces.el (list-faces-display, describe-face):
16126 * facemenu.el (list-colors-display):
16127 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
16128 * epg.el (epg--process-filter, epg-cancel):
16129 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
16130 (epa--read-signature-type):
16131 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
16132 (emerge-file-names):
16133 * ehelp.el (electric-helpify):
16134 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
16135 * ediff-vers.el (rcs-ediff-view-revision):
16136 * ediff-util.el (ediff-setup):
16137 * ediff-mult.el (ediff-append-custom-diff):
16138 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
16139 (ediff-wordify):
16140 * echistory.el (Electric-command-history-redo-expression):
16141 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
16142 * disp-table.el (describe-display-table):
16143 * dired.el (dired-find-buffer-nocreate):
16144 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
16145 * dabbrev.el (dabbrev--same-major-mode-p):
16146 * chistory.el (list-command-history):
16147 * apropos.el (apropos-documentation):
16148 * allout.el (allout-obtain-passphrase):
16149 (allout-copy-exposed-to-buffer):
16150 (allout-verify-passphrase): Use with-current-buffer.
16151
2ccbc060
GM
161522009-11-13 Glenn Morris <rgm@gnu.org>
16153
16154 * Makefile.in (ELCFILES): Regenerate.
16155
b172ed20
MA
161562009-11-13 Michael Albinus <michael.albinus@gmx.de>
16157
7fdbcd83
SM
16158 * net/dbus.el (dbus-registered-objects-table): Rename from
16159 `dbus-registered-functions-table', because it contains also properties.
b172ed20
MA
16160 (dbus-unregister-object): Unregister also properties.
16161 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
16162 Use a timeout of 500 msec, in order to not block.
16163 (dbus-register-property, dbus-property-handler): New defuns.
16164
e96d62cd
SM
161652009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
16166
16167 * simple.el (minibuffer-default-add-completions): Drop deprecated
16168 4th arg.
16169
14bd267d
EZ
161702009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
16171
e96d62cd
SM
16172 * textmodes/artist.el (artist-mouse-choose-operation):
16173 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
5237d741 16174 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
14bd267d
EZ
16175 (artist-compute-up-event-key): New function.
16176 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
16177
bf89fd7b
KH
161782009-11-13 Kenichi Handa <handa@m17n.org>
16179
16180 * language/japan-util.el: Make sure that the value of jisx0208
16181 property is jisx0208 character.
16182
f70b8925
DN
161832009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
16184
16185 * international/mule.el (auto-coding-regexp-alist): Only purecopy
16186 car or each item, not the whole list.
16187
4d93a9e0
SM
161882009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
16189
16190 * minibuffer.el (minibuffer-completion-help):
16191 Use minibuffer-hide-completions.
16192
05404988
SM
161932009-11-12 Per Starbäck <per@starback.se> (tiny change)
16194
16195 * dired.el (dired-save-positions, dired-restore-positions): New funs.
16196 (dired-revert): Use them (bug#4880).
16197
5297bc10
DN
161982009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16199
16200 * tooltip.el (tooltip-frame-parameters): Undo previous change.
16201
e2685eb7
JL
162022009-11-12 Juri Linkov <juri@jurta.org>
16203
16204 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
16205 New functions.
16206 (find-file-literally-at-point): Alias of `ffap-literally'.
16207
76410c3e
DN
162082009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
16209
6d341a2a
DN
16210 * textmodes/ispell.el (ispell-skip-region-alist):
16211 * textmodes/css-mode.el (auto-mode-alist):
16212 * progmodes/compile.el (auto-mode-alist):
16213 * international/mule.el (ctext-non-standard-encodings-alist)
16214 (ctext-non-standard-encodings-regexp):
16215 * simple.el (shell-command-switch, text-read-only):
16216 * replace.el (occur-mode-map):
16217 * paths.el (rmail-file-name):
16218 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
16219 * find-file.el (ff-special-constructs):
16220 * files.el (file-name-handler-alist):
16221 * composite.el: Purecopy strings.
16222
76410c3e
DN
16223 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
16224
aaa448c9
DN
162252009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16226
16227 * widget.el (define-widget): Purecopy the docstring.
16228 * international/mule-cmds.el (charset): Do not purecopy the
16229 docstring here, define-widget does it.
16230
16231 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
16232 * textmodes/bibtex-style.el (auto-mode-alist):
16233 * progmodes/inf-lisp.el (inferior-lisp-prompt):
16234 * progmodes/compile.el (compile-command):
16235 * language/korea-util.el (default-korean-keyboard):
16236 * international/mule-conf.el (file-coding-system-alist):
16237 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
16238 * tooltip.el (tooltip-frame-parameters):
16239 * newcomment.el (comment-end, comment-padding):
16240 * dired.el (dired-trivial-filenames):
16241 * comint.el (comint-file-name-prefix): Purecopy initial values.
16242
bbe650fd
MA
162432009-11-11 Michael Albinus <michael.albinus@gmx.de>
16244
16245 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
16246 (tramp-advice-minibuffer-electric-tilde): Unload advices via
16247 `tramp-unload'.
16248 (tramp-advice-make-auto-save-file-name)
16249 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
16250 after removing the advice.
16251
6bdad9ae
DN
162522009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
16253
2f7f4bee
DN
16254 * progmodes/grep.el (grep-regexp-alist):
16255 * international/mule-cmds.el (iso-2022-control-alist):
16256 * emacs-lisp/timer.el (timer-duration-words):
16257 * subr.el (version-separator, version-regexp-alist):
16258 * minibuffer.el (completion-styles-alist):
16259 * faces.el (face-attribute-name-alist, list-faces-sample-text):
16260 Change defvars to defconsts.
16261
a042de45
DN
16262 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
16263 * loadup.el ("international/mule-conf"): Load the byte compiled version.
16264 * international/mule-conf.el: Allow to be byte compiled.
16265
3b6acc72
DN
16266 * international/mule.el (define-charset): Purecopy props.
16267 (load-with-code-conversion): Purecopy doc string and file name.
16268 (put-charset-property): Purecopy strings.
16269 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
16270
1c2efdfb 16271 * international/mule-cmds.el (register-input-method): Purecopy arguments.
ebfa10d3
DN
16272 (define-char-code-property): Correctly purecopy the table.
16273
62591911
DN
16274 * international/ccl.el (define-ccl-program): Purecopy the docstring.
16275
8b908da6
DN
16276 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
16277
ff917d63
DN
16278 * subr.el (add-hook): Purecopy strings.
16279 (eval-after-load): Purecopy load-history-regexp and the form.
16280
af89cf77
DN
16281 * custom.el (custom-declare-group): Purecopy load-file-name.
16282
a3c20c83 16283 * subr.el (menu-bar-separator): New defconst.
04991a1c
DN
16284 * net/eudc.el (eudc-tools-menu):
16285 * international/mule-cmds.el (set-coding-system-map)
16286 (mule-menu-keymap):
16287 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
16288 * vc-hooks.el (vc-menu-map):
a3c20c83
DN
16289 * replace.el (occur-mode-map):
16290 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1c2efdfb 16291 (menu-bar-edit-menu, menu-bar-goto-menu)
a3c20c83
DN
16292 (menu-bar-custom-menu, menu-bar-showhide-menu)
16293 (menu-bar-options-menu, menu-bar-tools-menu)
16294 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
16295 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
16296 (menu-bar-help-menu):
16297 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
16298 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
16299
6bdad9ae
DN
16300 * term/x-win.el (x-gtk-stock-map):
16301 * progmodes/vera-mode.el (auto-mode-alist):
16302 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
16303 (inferior-lisp-program, inferior-lisp-load-command):
16304 * progmodes/hideshow.el (hs-special-modes-alist):
16305 * progmodes/gud.el (same-window-regexps):
16306 * progmodes/grep.el (grep-program, find-program, xargs-program):
16307 * net/telnet.el (same-window-regexps):
16308 * net/rlogin.el (same-window-regexps):
16309 * language/ethiopic.el (font-ccl-encoder-alist):
16310 * vc-sccs.el (vc-sccs-master-templates):
16311 * vc-rcs.el (vc-rcs-master-templates):
16312 * subr.el (cl-assertion-failed):
16313 * simple.el (next-error-overlay-arrow-position):
16314 * lpr.el (lpr-command):
16315 * locate.el (locate-ls-subdir-switches):
16316 * info.el (same-window-regexps, info)
16317 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
16318 * image-mode.el (image-mode, auto-mode-alist):
16319 * hippie-exp.el (hippie-expand-ignore-buffers):
16320 * format.el (format-alist):
16321 * find-dired.el (find-ls-subdir-switches, find-grep-options)
16322 (find-name-arg):
16323 * facemenu.el (facemenu-keybindings):
16324 * dired.el (dired-listing-switches, dired-chown-program):
16325 * diff.el (diff-switches, diff-command):
16326 * cus-edit.el (same-window-regexps):
16327 * bindings.el (mode-line-mule-info)
16328 (mode-line-buffer-identification): Purecopy strings.
16329
e0987650
JL
163302009-11-11 Juri Linkov <juri@jurta.org>
16331
3570691b 16332 * simple.el (dired-get-filename) <declare-function>:
e0987650
JL
16333 Tell the byte-compiler about dired-get-filename.
16334 (shell-command): In Dired mode, get filename from the current line
16335 as the default value.
16336
b16ff465
GM
163372009-11-10 Glenn Morris <rgm@gnu.org>
16338
e8a11b22
GM
16339 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
16340 * calendar/holidays.el, progmodes/cperl-mode.el:
16341 Update x-popup-menu declarations.
16342
b16ff465
GM
16343 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
16344 (list-load-path-shadows): Use dolist.
16345 (list-load-path-shadows): Use with-current-buffer.
16346
032c3399
JL
163472009-11-10 Juri Linkov <juri@jurta.org>
16348
16349 * minibuffer.el (read-file-name): Support a list of default values
16350 in `default-filename'. Use the first file name where only one
16351 element is required. Doc fix.
16352
8fb1629f
MA
163532009-11-09 Michael Albinus <michael.albinus@gmx.de>
16354
16355 * net/dbus.el (dbus-unregister-object): Release service, if no
16356 other method is registered for it.
16357
a51203ee 163582009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
fd4489f0
CY
16359
16360 * bookmark.el (bookmark-completing-read): Sort bookmark names if
16361 bookmark-sort-flag is non-nil (Bug#4653).
16362
9bf7dc8a
CY
163632009-11-08 Chong Yidong <cyd@stupidchicken.com>
16364
15207e74
CY
16365 * emulation/cua-base.el: Add CUA property to some CC mode commands
16366 (Bug#4100).
16367
8bf7ed70
KR
163682009-11-08 Kevin Ryde <user42@zip.com.au>
16369
16370 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9bf7dc8a 16371 at end of sentence (Bug#4818).
8bf7ed70 16372
951802d0
CY
163732009-11-08 Jared Finder <jfinder@crypticstudios.com>
16374
16375 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16376 Handle "see declaration of" MSFT statements (Bug#4100).
16377
e8244310
MA
163782009-11-08 Michael Albinus <michael.albinus@gmx.de>
16379
16380 * net/tramp.el (tramp-advice-make-auto-save-file-name)
16381 (tramp-advice-file-expand-wildcards): Unload via
16382 `ad-remove-advice'.
16383
16384 * net/trampver.el: Update release number.
16385
a51203ee 163862009-11-08 Kevin Ryde <user42@zip.com.au>
e8244310
MA
16387
16388 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
16389 `ad-do-it'.
16390
a51203ee 163912009-11-08 Andr <m00naticus@gmail.com> (tiny change)
e8244310
MA
16392
16393 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
16394 in order to keep context in SELinux.
16395
bedd8a58
CY
163962009-11-08 Chong Yidong <cyd@stupidchicken.com>
16397
16398 * dired-aux.el (dired-query): Place cursor in echo area and allow
16399 C-g.
16400
16401 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
16402 menu item if not on a directory (Bug#4701).
16403
0484d600
MA
164042009-11-07 Michael Albinus <michael.albinus@gmx.de>
16405
16406 Sync with Tramp 2.1.17.
16407
16408 * net/tramp.el (tramp-handle-copy-directory): Don't use
16409 `file-remote-p' (due to compatibility).
16410
16411 * net/tramp-compat.el (tramp-compat-copy-directory)
16412 (tramp-compat-delete-directory): New defuns.
16413
16414 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6a7662bb
BR
16415 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
16416 Use `tramp-compat-delete-directory'.
0484d600
MA
16417
16418 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6a7662bb
BR
16419 (tramp-smb-handle-delete-directory):
16420 Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
0484d600
MA
16421
16422 * net/trampver.el: Update release number.
16423
b42b2189
CY
164242009-11-07 Chong Yidong <cyd@stupidchicken.com>
16425
6960d7b9
CY
16426 * tar-mode.el (tar-copy): Call write-region on the right buffer
16427 (Bug#4857).
16428
b42b2189
CY
16429 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
16430 by hand, if necessary (Bug#4878).
16431
0ad57dfd
CY
164322009-11-06 Chong Yidong <cyd@stupidchicken.com>
16433
d19e23ae
CY
16434 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
16435 align size column (Bug#4839).
16436
0ad57dfd
CY
16437 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
16438 statement.
16439
0b7f397c
DN
164402009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16441
16442 * progmodes/ld-script.el (auto-mode-alist):
16443 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
16444
16445 * cus-face.el (custom-declare-face): Purecopy face spec.
16446
495bd5ca
KH
164472009-11-06 Kenichi Handa <handa@m17n.org>
16448
16449 * international/uni-bidi.el: Re-generated.
16450 * international/uni-category.el: Re-generated.
16451 * international/uni-combining.el: Re-generated.
16452 * international/uni-mirrored.el: Re-generated.
16453
1e8780b1
DN
164542009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
16455
16456 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
16457 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
16458 (tex-start-options, slitex-run-command, latex-run-command)
16459 (tex-run-command, tex-directory):
16460 * textmodes/ispell.el (ispell-html-skip-alists)
16461 (ispell-tex-skip-alists, ispell-tex-skip-alists):
16462 * textmodes/fill.el (adaptive-fill-first-line-regexp):
16463 (adaptive-fill-regexp):
16464 * textmodes/dns-mode.el (auto-mode-alist):
16465 * progmodes/python.el (interpreter-mode-alist):
16466 * progmodes/etags.el (tags-compression-info-list):
16467 * progmodes/etags.el (tags-file-name):
16468 * net/browse-url.el (browse-url-galeon-program)
16469 (browse-url-firefox-program):
16470 * mail/sendmail.el (mail-signature-file)
16471 (mail-citation-prefix-regexp):
16472 * international/mule-conf.el (eight-bit):
16473 * international/latexenc.el (latex-inputenc-coding-alist):
16474 * international/fontset.el (x-pixel-size-width-font-regexp):
16475 * emacs-lisp/warnings.el (warning-type-format):
16476 * emacs-lisp/trace.el (trace-buffer):
16477 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
16478 (emacs-lisp-mode-map):
16479 * calendar/holidays.el (holiday-solar-holidays)
16480 (holiday-bahai-holidays, holiday-islamic-holidays)
16481 (holiday-christian-holidays, holiday-hebrew-holidays)
16482 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
16483 (hebrew-holidays-1, holiday-oriental-holidays)
16484 (holiday-general-holidays):
16485 * x-dnd.el (x-dnd-known-types):
16486 * tool-bar.el (tool-bar):
16487 * startup.el (site-run-file):
16488 * shell.el (shell-dumb-shell-regexp):
16489 * rfn-eshadow.el (file-name-shadow-tty-properties)
16490 (file-name-shadow-properties):
16491 * paths.el (remote-shell-program, news-directory):
16492 * mouse.el ([C-down-mouse-3]):
16493 * menu-bar.el (menu-bar-tools-menu):
16494 * jka-cmpr-hook.el (jka-compr-load-suffixes)
16495 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
16496 (jka-compr-compression-info-list):
16497 * isearch.el (search-whitespace-regexp):
16498 * image-file.el (image-file-name-extensions):
16499 * find-dired.el (find-ls-option):
16500 * files.el (directory-listing-before-filename-regexp)
16501 (directory-free-space-args, insert-directory-program)
16502 (list-directory-brief-switches, magic-fallback-mode-alist)
16503 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
16504 (automount-dir-prefix):
16505 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
16506 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
16507 (face-font-registry-alternatives, face-font-registry-alternatives)
16508 (face-font-family-alternatives):
16509 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
16510 (facemenu-foreground-menu, facemenu-face-menu):
16511 * epa-hook.el (epa-file-name-regexp):
16512 * dnd.el (dnd-protocol-alist):
16513 * textmodes/rst.el (auto-mode-alist):
a51203ee 16514 * button.el (default-button): Purecopy strings.
1e8780b1 16515
0adae11f
GM
165162009-11-06 Glenn Morris <rgm@gnu.org>
16517
16518 * Makefile.in (ELCFILES): Update.
16519
2adaf057
SM
165202009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
16521
8f72f03c
SM
16522 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
16523 * emacs-lisp/levents.el: Move to obsolete/levents.el.
16524
2adaf057
SM
16525 * nxml/xsd-regexp.el (xsdre-gen-categories):
16526 * nxml/xmltok.el (xmltok-parse-entity):
16527 * nxml/rng-parse.el (rng-parse-validate-file):
16528 * nxml/rng-maint.el (rng-format-manual)
16529 (rng-manual-output-force-new-line):
16530 * nxml/rng-loc.el (rng-save-schema-location-1):
16531 * nxml/rng-cmpct.el (rng-c-parse-file):
16532 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
16533 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
16534
14862301
SM
165352009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
16536
bf0b361c 16537 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
14862301
SM
16538 Remove extra save-excursions and make-variable-buffer-local's.
16539 Suggested by Stefan Monnier.
16540
16541 (verilog-getopt-file, verilog-module-inside-filename-p)
16542 (verilog-set-define): Merge GNU 1.35 and repair changes from
16543 switching to using with-current-buffer.
16544
16545 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
16546 being treated as a number and confusing AUTORESET.
16547 Reported by Dan Dever.
16548
16549 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
16550 Add verilog-auto-ignore-concat to fix backward compatibility with
16551 older verilog-modes. Reported by Dan Katz.
16552
16553 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
16554 containing closing anchors "...$".
16555
16556 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
16557 Reported by Wade Smith.
16558
48c2d18a 16559 (verilog-batch-execute-func): Comment on function usage.
14862301
SM
16560
165612009-11-05 Michael McNamara <mac@mail.brushroad.com>
16562
bf0b361c
JB
16563 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
16564 for labels.
14862301
SM
16565
16566 (verilog-label-re, verilog-calc-1): Support proper indent of named
16567 asserts.
16568
16569 (verilog-backward-token, verilog-basic-complete-re)
16570 (verilog-beg-of-statement, verilog-indent-re): Support proper
16571 indent of the assert statement at the beginning of a block of text.
16572
16573 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
16574 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
16575 tokens as begins.
16576
4f8f657f
GM
165772009-11-05 Glenn Morris <rgm@gnu.org>
16578
775adc51
GM
16579 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
16580 Emacs 19. (Bug#1531)
16581 (byte-compile-fix-header): Update for the above change.
16582 Drop test for epoch::version.
16583
4ad6a5e7 16584 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
60878f2d
GM
16585 * cus-dep.el (custom-make-dependencies):
16586 * finder.el (finder-compile-keywords):
16587 Use autoload-rubric's feature argument.
4ad6a5e7 16588
4f8f657f
GM
16589 * calendar/diary-lib.el (top-level): Make load behave more like require.
16590
881e4184
GM
16591 * vc-git.el (vc-git-stash-map): Move definition before use.
16592
ba214964 165932009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
f6195dfb 16594
b6f8ba09
DN
16595 * custom.el (custom-declare-group): Purecopy standard-value.
16596 (custom-declare-group): Purecopy custom-prefix.
16597
7fdbcd83
SM
16598 * international/mule.el (load-with-code-conversion):
16599 Call do-after-load-evaluation unconditionally.
eb6f577b 16600
f6195dfb
DN
16601 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
16602
56f14120
SM
166032009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
16604
16605 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
16606
e5c89ce9
GM
166072009-11-04 Glenn Morris <rgm@gnu.org>
16608
16609 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
16610 (byte-compile-compatibility): Remove option.
16611 (byte-compile-close-variables, byte-compile-fix-header)
16612 (byte-compile-insert-header, byte-compile-output-docform)
16613 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
16614 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
16615 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
16616 (byte-compile-insert, byte-compile-defun):
16617 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
eef899a9
GM
16618 (byte-defop-compiler19): Remove.
16619 Without byte-compile-compatibility, the 'emacs19-opcode property is not
16620 used by anything. Replace all calls with byte-defop-compiler.
e5c89ce9 16621
e24f42ab
JL
166222009-11-04 Juri Linkov <juri@jurta.org>
16623
16624 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
16625 (menu-bar-options-menu): Don't quote the `prop' arg of
16626 `menu-bar-make-mm-toggle'.
16627
d3d5f4f5
JB
166282009-11-04 Juanma Barranquero <lekktu@gmail.com>
16629
16630 * calendar/calendar.el (cal-loaddefs):
16631 * calendar/diary-lib.el (diary-loaddefs):
16632 * calendar/holidays.el (hol-loaddefs):
16633 * eshell/esh-module.el (esh-groups): Load rather than require.
16634
6e39d3b2
SM
166352009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16636
e96d62cd
SM
16637 * calendar/todo-mode.el (todo-add-category): Don't hardcode
16638 point-min==1.
7e83e8b4
SM
16639 (todo-top-priorities): Only display-buffer when called interactively.
16640 (todo-item-start): Don't save excursion point.
16641 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
16642 (todo-insert-item-here, todo-file-item, todo-remove-item):
16643 Adjust uses of todo-item-start and todo-item-end.
16644
fae4e5b9
SM
16645 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
16646 (autoload-rubric): Don't use any more.
fae4e5b9 16647
6e39d3b2
SM
16648 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
16649 and only put a prop if it is non-nil.
16650
c9753fb4
JL
166512009-11-03 Juri Linkov <juri@jurta.org>
16652
16653 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
16654 (menu-bar-options-menu): Fix list quoting (Bug#4429).
16655
16656 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
16657 and "Menu" to make top-level menu item visually one unit (like
16658 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
16659 multi-word menu items). Fix :help string for quit-window.
16660
db04f33f
GM
166612009-11-03 Glenn Morris <rgm@gnu.org>
16662
2aea6521
GM
16663 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
16664 (byte-compile-file-form-define-abbrev-table)
16665 (byte-compile-file-form-custom-declare-variable)
16666 (byte-compile-variable-ref, byte-compile-defvar):
16667 Whether or not a warning is enabled should only affect whether we issue
16668 the warning, not whether or not we collect the relevant data.
16669 Eg warnings can be turned on and off throughout the course of a file.
16670
db04f33f
GM
16671 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
16672 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
16673
937e6a56
SM
166742009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16675
16676 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
16677 * play/mpuz.el (mpuz-create-buffer):
16678 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
16679 (lm-print-y,s,noise, lm-print-w0, lm-init):
16680 * play/gomoku.el (gomoku-prompt-for-move):
16681 * play/fortune.el (fortune-in-buffer):
16682 * play/dissociate.el (dissociated-press):
16683 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5ce6e4f4 16684 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
937e6a56
SM
16685 * mail/supercite.el (sc-eref-show):
16686 * mail/smtpmail.el (smtpmail-send-it):
16687 * mail/rmailsum.el (rmail-summary-next-labeled-message)
16688 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
16689 (rmail-summary-undelete-many, rmail-summary-rmail-update)
16690 (rmail-summary-goto-msg, rmail-summary-expunge)
16691 (rmail-summary-get-new-mail, rmail-summary-search-backward)
16692 (rmail-summary-add-label, rmail-summary-output-menu)
16693 (rmail-summary-output-body):
16694 * mail/rfc822.el (rfc822-addresses):
16695 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
16696 * mail/mailpost.el (post-mail-send-it):
16697 * mail/hashcash.el (hashcash-generate-payment):
16698 * mail/feedmail.el (feedmail-run-the-queue)
16699 (feedmail-queue-send-edit-prompt-help-first)
16700 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
16701 (feedmail-deduce-address-list):
16702 * eshell/esh-ext.el (eshell-remote-command):
16703 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
16704 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
16705 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
16706 (viper-save-string-in-file, viper-valid-marker):
16707 * emulation/viper-keym.el (viper-toggle-key):
16708 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
16709 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
16710 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
16711 * emulation/viper-cmd.el (viper-exec-form-in-vi)
16712 (viper-exec-form-in-emacs, viper-brac-function):
16713 * emulation/viper.el (viper-delocalize-var):
16714 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
16715 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
16716 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
16717 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
16718 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
16719 * emulation/edt.el (edt-electric-helpify):
16720 * emulation/cua-rect.el (cua--rectangle-aux-replace):
16721 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
16722 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
16723 (cua-indent-to-global-mark-column):
16724 * calendar/diary-lib.el (calendar-mark-1):
16725 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
16726 Use with-current-buffer.
16727 * emulation/viper.el (viper-delocalize-var): Use dolist.
16728
5b955562
CY
167292009-11-03 Chong Yidong <cyd@stupidchicken.com>
16730
16731 * comint.el (comint-replace-by-expanded-history-before-point):
16732 Replace !! with the previous input string literally (Bug#1795).
16733
6292c599
JB
167342009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
16735
16736 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
16737 to be made up of whitespace.
16738
8368c14e
CY
167392009-11-02 Chong Yidong <cyd@stupidchicken.com>
16740
16741 * minibuffer.el (read-file-name): Don't use file dialogs for
16742 remote directories (Bug#99).
16743
6f750f0d
CY
167442009-11-01 Chong Yidong <cyd@stupidchicken.com>
16745
16746 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
16747
97ab3f47
AS
167482009-11-01 Andreas Schwab <schwab@linux-m68k.org>
16749
16750 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
16751 instead of deleting the window or frame.
16752
673c1168
CY
167532009-10-31 Chong Yidong <cyd@stupidchicken.com>
16754
16755 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
16756 Support face colors.
16757
937e6a56
SM
16758 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
16759 New function. Support face colors (Bug#1168).
673c1168
CY
16760 (tex-common-initialization): Use it.
16761
16762 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
16763 mode allows it (Bug#1168).
16764
c9349f0a
CY
167652009-10-31 Juri Linkov <juri@jurta.org>
16766
16767 * facemenu.el (list-colors-display): Don't mark buffer as
16768 modified (Bug#3948).
16769
ebf5c4f5
CY
167702009-10-31 Chong Yidong <cyd@stupidchicken.com>
16771
6a7662bb
BR
16772 * international/mule-diag.el (list-character-sets-1):
16773 Minor message fix (Bug#3526).
5c2dce75 16774
6a7662bb
BR
16775 * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
16776 Fix face property (Bug#4834).
26581f0e
CY
16777 (etags-list-tags, etags-tags-apropos-additional)
16778 (etags-tags-apropos, tags-select-tags-table): Add follow-link
16779 property.
16780
ebf5c4f5
CY
16781 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
16782 items.
16783
9a529312
SM
167842009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
16785
16786 * textmodes/two-column.el (2C-split):
16787 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
16788 * textmodes/tex-mode.el (tex-set-buffer-directory):
16789 * textmodes/spell.el (spell-region, spell-string):
16790 * textmodes/reftex.el (reftex-erase-buffer):
16791 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
16792 * textmodes/reftex-toc.el (reftex-toc-promote-action):
16793 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
16794 (reftex-select-item):
16795 * textmodes/reftex-ref.el (reftex-label-info-update)
16796 (reftex-offer-label-menu):
16797 * textmodes/reftex-index.el (reftex-index-change-entry)
16798 (reftex-index-phrases-info):
16799 * textmodes/reftex-global.el (reftex-create-tags-file)
16800 (reftex-save-all-document-buffers, reftex-ensure-write-access):
16801 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
16802 (reftex-view-crossref-from-bibtex):
16803 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
16804 (reftex-extract-bib-entries-from-thebibliography)
16805 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
16806 * textmodes/refbib.el (r2b-capitalize-title):
16807 (r2b-convert-buffer, r2b-help):
16808 * textmodes/page-ext.el (pages-directory)
16809 (pages-directory-goto-with-mouse):
16810 * textmodes/bibtex.el (bibtex-validate-globally):
16811 * textmodes/bib-mode.el (bib-capitalize-title):
16812 * textmodes/artist.el (artist-clear-buffer, artist-system):
16813 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
16814 (local-set-scheme-interaction-buffer, xscheme-process-filter)
16815 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
16816 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
16817 (xscheme-send-control-g-interrupt, xscheme-start-process)
16818 (xscheme-process-sentinel, xscheme-cd):
16819 * progmodes/verilog-mode.el (verilog-read-always-signals)
16820 (verilog-set-define, verilog-getopt-file)
16821 (verilog-module-inside-filename-p):
16822 * progmodes/sh-script.el:
16823 * progmodes/python.el (python-pdbtrack-get-source-buffer)
16824 (python-pdbtrack-grub-for-buffer, python-execute-file):
16825 * progmodes/octave-inf.el (inferior-octave):
16826 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
16827 (idlwave-shell-compile-helper-routines, idlwave-set-local)
16828 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
16829 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
16830 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
16831 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
16832 (idlwave-shell-filter, idlwave-shell-examine-highlight)
16833 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
16834 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
16835 (idlwave-shell-examine-display, idlwave-shell-run-region)
16836 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
16837 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
16838 * progmodes/idlw-help.el (idlwave-help-get-special-help)
16839 (idlwave-help-get-help-buffer):
16840 * progmodes/gud.el (gud-basic-call, gud-find-class)
16841 (gud-tooltip-activate-mouse-motions-if-enabled):
16842 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
16843 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
16844 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
16845 (ebrowse-tags-next-file):
16846 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
16847 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
16848 (ebnf-eps-finish-and-write):
16849 * progmodes/cpp.el (cpp-edit-save):
16850 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
16851 * progmodes/cc-defs.el (c-emacs-features):
16852 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
16853 (antlr-directory-dependencies):
16854 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
16855 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
16856 (ada-find-any-references, ada-make-filename-from-adaname)
16857 (ada-make-body-gnatstub):
16858 * obsolete/rnews.el (news-list-news-groups):
5ce6e4f4 16859 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9a529312
SM
16860 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
16861 * net/rcirc.el (rcirc-debug):
16862 * net/newst-treeview.el (newsticker--treeview-list-add-item)
16863 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
16864 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
16865 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5ce6e4f4 16866 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9a529312
SM
16867 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
16868 (newsticker--treeview-list-clear-highlight)
16869 (newsticker--treeview-list-update-highlight)
16870 (newsticker--treeview-list-highlight-start)
16871 (newsticker--treeview-tree-update-highlight)
16872 (newsticker--treeview-get-selected-item)
16873 (newsticker-treeview-mark-list-items-old)
16874 (newsticker--treeview-set-current-node):
16875 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
16876 * net/newst-backend.el (newsticker--get-news-by-funcall)
16877 (newsticker--get-news-by-wget, newsticker--image-get)
16878 (newsticker--image-sentinel):
16879 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
16880 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
16881 (eudc-ph-close-session):
16882 * net/eudc.el (eudc-save-options):
16883 * language/thai-word.el (thai-update-word-table):
16884 * language/japan-util.el (japanese-string-conversion):
16885 * international/titdic-cnv.el (tsang-quick-converter)
16886 (ziranma-converter, ctlau-converter):
16887 * international/mule-cmds.el (describe-language-environment):
16888 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
16889 (skkdic-convert-postfix, skkdic-convert-prefix):
16890 (skkdic-convert-okuri-nasi, skkdic-convert):
16891 * emacs-lisp/re-builder.el (reb-update-overlays):
16892 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
16893 * emacs-lisp/gulp.el (gulp-send-requests):
16894 * emacs-lisp/find-gc.el (trace-call-tree):
16895 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
16896 (eieio-describe-generic):
16897 * emacs-lisp/eieio-base.el (eieio-persistent-read):
16898 * emacs-lisp/edebug.el (edebug-outside-excursion):
16899 * emacs-lisp/debug.el (debugger-make-xrefs):
16900 * emacs-lisp/cust-print.el (custom-prin1-to-string):
16901 * emacs-lisp/chart.el (chart-new-buffer):
16902 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
16903 Use with-current-buffer.
16904 * textmodes/artist.el (artist-system): Don't call
16905 copy-sequence on a fresh string.
16906 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
16907
d566f228
GM
169082009-10-31 Stephen Berman <stephen.berman@gmx.net>
16909
16910 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1c2efdfb 16911 is no item to edit. (Bug#4820)
d566f228 16912 (todo-top-priorities): Restore point and restore narrowing in Todo
1c2efdfb 16913 buffer. (Bug#4820)
d566f228 16914
f3628edd
GM
169152009-10-31 Glenn Morris <rgm@gnu.org>
16916
5cf3709c
GM
16917 * net/ange-ftp.el (top-level): Don't require dired when compiling.
16918 (comint-last-output-start, comint-last-input-start)
16919 (comint-last-input-end): Don't defvar when compiling.
16920 (ange-ftp-process-file): Use bound-and-true-p.
16921
4c814fd2
GM
16922 * pcmpl-rpm.el (top-level): Move provide statement to end.
16923 (pcmpl-rpm): Remove unused custom group.
16924
113b8dcc
GM
16925 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
16926
31c615e4
GM
16927 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
16928
416d3588
GM
16929 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
16930 (byte-compile-warnings): Add `constants' as an option.
16931 (byte-compile-callargs-warn, byte-compile-arglist-warn)
16932 (display-call-tree): Update for byte-compile-fdefinition possibly
16933 returning `(macro lambda ...)'. (Bug#4778)
16934 (byte-compile-variable-ref, byte-compile-setq-default):
16935 Respect `constants' member of byte-compile-warnings.
16936
00f71f39
SM
169372009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
16938
16939 * vc-bzr.el (vc-bzr-revision-keywords): New var.
16940 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
16941 to "submit:".
16942
ca0a881a
DN
169432009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
16944
16945 * textmodes/ispell.el (ispell-skip-region-alist):
16946 * international/mule-conf.el (eight-bit):
16947 * international/fontset.el (font-encoding-alist):
16948 * startup.el (pure-space-overflow-message):
16949 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
16950 * paths.el (gnus-nntp-service, rmail-spool-directory)
16951 (term-file-prefix):
16952 * files.el (save-some-buffers-action-alist):
16953 * cmuscheme.el (same-window-buffer-names):
16954 * ielm.el (same-window-buffer-names):
16955 * shell.el (same-window-buffer-names):
16956 * mail/sendmail.el (same-window-buffer-names):
16957 * progmodes/inf-lisp.el (same-window-buffer-names):
16958 * bindings.el (mode-line-client)
16959 (mode-line-column-line-number-mode-map):
16960 * language/tibetan.el (tibetan-precomposition-rule-regexp)
16961 (tibetan-precomposed-regexp): Purecopy string arguments.
16962
b861e45e
SM
169632009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16964
6df9b6d7
SM
16965 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
16966 (calcDigit-nondigit):
16967 * calc/calc-yank.el (calc-copy-to-buffer):
16968 * calc/calc-units.el (calc-invalidate-units-table):
16969 * calc/calc-trail.el (calc-trail-yank):
16970 * calc/calc-store.el (calc-insert-variables):
16971 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
16972 * calc/calc-prog.el (calc-read-parse-table):
16973 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
16974 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
16975 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
16976 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
16977 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
16978 (calc-graph-name, calc-graph-find-command, calc-graph-view)
16979 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
16980 * calc/calc-ext.el (calc-realign):
16981 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
16982 (calc-embedded-finish-edit, calc-embedded-make-info)
16983 (calc-embedded-finish-command, calc-embedded-stack-change):
16984 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
16985
70f44c65
SM
16986 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
16987 shell-dynamic-complete-filename in preference to
16988 comint-dynamic-complete-filename.
16989
b861e45e
SM
16990 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
16991 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
16992 Don't consider whether the display supports colors.
16993 (bookmark-import-new-list): Use dolist.
16994 (bookmark-bmenu-mode-map): Move initialization into declaration.
16995 (bookmark-bmenu-list): Use dolist, simplify.
16996 (bookmark-show-all-annotations): Use save-selected-window and dolist.
16997 (menu-bar-final-items): Use push.
16998
8549241d 169992009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
cc63d28f
SM
17000
17001 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
17002 it works on remote files.
17003 (vc-hg-diff): Don't pass any `--cwd' argument.
17004
30644573
KR
170052009-10-27 Kevin Ryde <user42@zip.com.au>
17006
cc63d28f
SM
17007 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17008 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
30644573
KR
17009 (Further to Bug#3921).
17010
9be01a63
MA
170112009-10-27 Michael Albinus <michael.albinus@gmx.de>
17012
17013 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
17014 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
17015 calling `tramp-imap-put-file'. Add file size to the call.
17016 (tramp-imap-get-file-entries): Compute also user name, file size,
17017 and date.
17018 (tramp-imap-handle-insert-directory): Insert uid and gid.
17019 (tramp-imap-handle-file-attributes): Transform uid and gid
17020 according to `id-format'.
17021 (tramp-imap-put-file): New optional parameter SIZE. Encode file
17022 size in header X-Size.
17023
41849bf9
JB
170242009-10-26 Juanma Barranquero <lekktu@gmail.com>
17025
17026 * simple.el (transpose-subr): Give clearer error when the mark
17027 is not set. (Bug#4807)
17028
293c24f9
MA
170292009-10-26 Michael Albinus <michael.albinus@gmx.de>
17030
cc63d28f
SM
17031 * net/tramp.el (tramp-perl-file-truename): New defconst.
17032 Perl code contributed by yary <not.com@gmail.com> (tiny change).
293c24f9 17033 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
cc63d28f
SM
17034 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
17035 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
293c24f9 17036
cc63d28f
SM
17037 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
17038 Ignore `dired-call-process'.
293c24f9
MA
17039 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
17040
170412009-10-26 Julian Scheid <julians37@gmail.com>
17042
cc63d28f 17043 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
293c24f9
MA
17044 (tramp-get-remote-readlink): New defun.
17045 (tramp-handle-file-truename): Use it.
17046 (tramp-handle-file-exists-p): Check file-attributes cache, assume
17047 file exists if cache value present.
48c2d18a 17048 (tramp-check-cached-permissions): New defun.
293c24f9
MA
17049 (tramp-handle-file-readable-p): Use it.
17050 (tramp-handle-file-writable-p): Likewise.
17051 (tramp-handle-file-executable-p): Likewise.
17052 (tramp-handle-file-name-all-completions): Try using Perl to get
17053 partial completions. When perl not available, combine `cd' and
17054 `ls' into single remote operation and use shell expansion to get
17055 partial remote directory contents. Set `file-exists-p' cache for
17056 directory and any files returned by ls. Change cache handling to
17057 support partial directory contents. Use error message emitted by
17058 remote `cd' or Perl code for local tramp-error.
17059 (tramp-do-copy-or-rename-file-directly): Avoid separate
17060 tramp-send-command-and-check call.
cc63d28f
SM
17061 (tramp-handle-process-file): Merge three remote ops into one.
17062 Do not flush all caches when `process-file-side-effects' is set.
293c24f9
MA
17063 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
17064 file-attributes shows uid/gid to be set already.
17065
a7610c52
DN
170662009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
17067
17068 * textmodes/tex-mode.el (tex-dvi-view-command)
17069 (tex-show-queue-command, tex-open-quote):
17070 * progmodes/ruby-mode.el (auto-mode-alist)
17071 (interpreter-mode-alist): Purecopy strings.
17072
17073 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
17074
17075 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
17076 string for the hook, keymap and abbrev table.
17077
17078 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
17079
17080 * x-dnd.el (x-dnd-xdnd-to-action):
17081 * startup.el (fancy-startup-text, fancy-about-text): Change to
17082 defconst from defvar.
17083
17084 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
17085
17086 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
17087 Purecopy initialization strings.
17088
17089 * mail/sendmail.el (mail-header-separator)
17090 (mail-personal-alias-file):
17091 * mail/rmail.el (rmail-default-dont-reply-to-names)
17092 (rmail-ignored-headers, rmail-retry-ignored-headers)
17093 (rmail-highlighted-headers, rmail-secondary-file-directory)
17094 (rmail-secondary-file-regexp):
17095 * files.el (null-device, file-name-invalid-regexp)
17096 (locate-dominating-stop-dir-regexp)
cc63d28f 17097 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
a7610c52
DN
17098 (interpreter-mode-alist): Use mapcar instead of mapc.
17099
17100 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
17101
17102 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
17103 (completion-ignored-extensions):
17104 (debug-ignored-errors): Purecopy strings.
17105
4fcc3d32
SM
171062009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
17107
0667de21
SM
17108 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
17109 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
17110 (pcomplete--here): Use push.
17111
4fcc3d32
SM
17112 * subr.el (all-completions): Declare the 4th arg obsolete.
17113
955ef430
SM
171142009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
17115
2d085307
SM
17116 * pcomplete.el (pcomplete-unquote-argument-function): New var.
17117 (pcomplete-unquote-argument): New function.
17118 (pcomplete--common-suffix): Always pay attention to case.
17119 (pcomplete--table-subvert): Quote and unquote the text.
17120 (pcomplete--common-quoted-suffix): New function.
17121 (pcomplete-std-complete): Use it and pcomplete-begin.
17122
955ef430
SM
17123 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
17124 we're inside a dedicated or minibuffer window.
17125
7c85c02b
KF
171262009-10-24 Karl Fogel <kfogel@red-bean.com>
17127
17128 * bookmark.el: Update documentation, especially documentation
17129 of `bookmark-alist' and of the bookmark file format.
17130 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
17131
3e8ae8a6
CY
171322009-10-24 Chong Yidong <cyd@stupidchicken.com>
17133
3e425845
CY
17134 * mail/emacsbug.el (report-emacs-bug): Clarify that the
17135 keybindings apply to the mail buffer (Bug#4003). Shrink help
17136 window to buffer.
17137
cdd47d48
CY
17138 * whitespace.el (whitespace-mode, whitespace-newline-mode)
17139 (global-whitespace-mode, global-whitespace-newline-mode)
955ef430
SM
17140 (whitespace-toggle-options, global-whitespace-toggle-options):
17141 Doc fix (Bug#3660).
cdd47d48 17142
ba07c9ad
CY
17143 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
17144 of xmltok-start before the end tag was inserted (Bug#2840).
17145
3e8ae8a6
CY
17146 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
17147 patterns that are preceded by an open-paren (Bug#1320).
17148
ab276820
CY
171492009-10-24 Sven Joachim <svenjoac@gmx.de>
17150
17151 * files.el (delete-directory): Delete symlinks to directories with
17152 delete-file (Bug#4739).
17153
905a9ed3
DN
171542009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
17155
a9a2a6db
DN
17156 * vc.el (vc-backend-for-registration): Rename from
17157 vc-get-backend-for-registration. Update callers.
17158
cc63d28f
SM
17159 * international/mule-cmds.el (set-language-info-alist):
17160 Purecopy lang-env.
905a9ed3
DN
17161 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
17162 (charset): Purecopy the name.
17163 (define-char-code-property): Purecopy string arguments.
17164
17165 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17166 Purecopy string arguments.
17167
17168 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
17169 * ediff-hook.el (menu-bar-ediff-menu):
17170 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
17171 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
17172
d270305a
GM
171732009-10-24 Glenn Morris <rgm@gnu.org>
17174
6c74d523 17175 * comint.el (comint-dynamic-list-completions):
656fc5f5
GM
17176 * term.el (term-dynamic-list-completions): Use choose-completion rather
17177 than obsolete alias mouse-choose-completion.
17178
ae732337
GM
17179 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
17180 file-cache-choose-completion.
17181 (file-cache-choose-completion): Handle an optional event argument.
17182 (file-cache-mouse-choose-completion): Make it an obsolete alias.
17183
cc63d28f
SM
17184 * progmodes/octave-mod.el (octave-complete-symbol):
17185 Use choose-completion if mouse-choose-completion is ever removed.
ae480838 17186
9847dc91
GM
17187 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
17188 use.
17189
e8f2a5d5
GM
17190 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
17191 compiler.
17192
d270305a
GM
17193 * vc-hooks.el (vc-responsible-backend): Fix declaration.
17194
c6432f1e
SM
171952009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
17196
17197 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
17198 Ignore `pred' now that we receive one.
17199 Handle test-completion specially.
17200
6ab196f9
DN
172012009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17202
17203 * vc.el (vc-responsible-backend): Throw an error if not backend is
1c2efdfb 17204 found. Remove the REGISTER argument. Move the code dealing with
6ab196f9
DN
17205 REGISTER ...
17206 (vc-get-backend-for-registration): ... here. New function.
17207 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
17208 of vc-responsible-backend, pass the file name instead of the
17209 directory name.
17210
48feed59
SM
172112009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
17212
17213 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
17214 New funs.
17215 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
17216 (pcomplete-comint-setup): Don't modify a global var via
17217 accidental side-effects.
17218 (pcomplete-shell-setup): Adjust call accordingly.
17219 (pcomplete-parse-comint-arguments): Use push.
17220
00006066
CY
172212009-10-23 Chong Yidong <cyd@stupidchicken.com>
17222
36bfa3af
CY
17223 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
17224 Allow uncapitalized info node names (Bug#3921).
17225
00006066
CY
17226 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
17227 to the DEBUG file (Bug#3781).
17228
aa311d6e
CY
172292009-10-23 Jari Aalto <jari.aalto@cante.net>
17230
17231 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
17232 dictionary entry (Bug#4579).
17233
b88f2d0a
MA
172342009-10-23 Michael Albinus <michael.albinus@gmx.de>
17235
17236 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
17237 from `rfn-eshadow-update-overlay-hook' when unloading.
17238 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
17239 "rsyncc". Adjust doc string.
48c2d18a 17240 (tramp-temp-buffer-file-name): New buffer-local defvar.
b88f2d0a
MA
17241 (tramp-handle-insert-file-contents, tramp-handle-write-region):
17242 Keep temporary file when indicated by method ("rsync" and
17243 "rsyncc").
17244 (tramp-handle-write-region): Handle APPEND.
17245 (tramp-delete-temp-file-function): New defun. Added to
17246 `kill-buffer-hook'.
17247
1becddbb
JB
172482009-10-23 Juanma Barranquero <lekktu@gmail.com>
17249
17250 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
17251
8f43cbf3
DN
172522009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
17253
17254 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
17255 (color-name-rgb-alist, tty-standard-colors)
17256 (tty-color-mode-alist): Change to defconst.
17257
17258 * simple.el (mark-inactive): Purecopy message.
17259
17260 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
17261 (global-map, yank-menu):
17262 * textmodes/ispell.el (ispell-menu-map):
17263 * net/eudc.el (eudc-tools-menu):
17264 * international/mule-cmds.el (describe-language-environment-map)
17265 (setup-language-environment-map, set-coding-system-map)
17266 (mule-menu-keymap):
17267 * vc-hooks.el (vc-menu-entry, vc-menu-map):
17268 * replace.el (occur-mode-map):
17269 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
17270
1d228a31
JB
172712009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
17272
6a7662bb
BR
17273 * calc/calc.el (math-read-number, math-read-number-simple):
17274 Use `save-match-data'.
1d228a31 17275
3b067af1
SM
172762009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17277
28a90c44
SM
17278 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
17279 rather than fiddling with global-map bindings, since it should only
17280 affect per-terminal settings.
17281 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
17282
a452eee8
SM
17283 * minibuffer.el (completion-table-with-terminator): Allow to specify
17284 the terminator-regexp.
17285
ab14d7d5
SM
17286 * simple.el (switch-to-completions): Look for *Completions* in other
17287 frames as well.
17288
3b067af1
SM
17289 * pcomplete.el: Allow the use of completion-tables.
17290 (pcomplete-std-complete): New command.
17291 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
17292 (pcomplete--here): Use a function for `form' rather than an expression,
17293 so it can be byte-compiled.
17294 (pcomplete-here, pcomplete-here*): Adjust accordingly.
17295 Add edebug declaration.
17296 (pcomplete-show-completions): Remove unused var `curbuf'.
17297 (pcomplete-do-complete, pcomplete-stub):
1becddbb 17298 Don't assume `completions' is a list of strings any more.
3b067af1 17299
5480359e
JB
173002009-10-22 Juanma Barranquero <lekktu@gmail.com>
17301
17302 * find-dired.el (find-name-arg): Fix typo in docstring.
17303
3170b794
SM
173042009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
17305
48c23a25
SM
17306 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
17307 (pcmpl-linux-fs-types): Same, and update to new modules layout.
17308
56b14058
SM
17309 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
17310 pcomplete-entries.
17311
3170b794
SM
17312 * comint.el (comint-read-input-ring, comint-write-input-ring)
17313 (comint-substitute-in-file-name)
17314 (comint-dynamic-complete-as-filename)
17315 (comint-dynamic-simple-complete)
17316 (comint-dynamic-list-filename-completions)
17317 (comint-dynamic-list-completions)
17318 (comint-redirect-results-list-from-process): Minor simplifications.
17319
2affef34
KR
173202009-10-21 Kevin Ryde <user42@zip.com.au>
17321
3170b794
SM
17322 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
17323 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
2affef34 17324 the first form. And insert a blank line after ";;; Code" since
d8194864 17325 that's usual style. (Bug#4612)
2affef34 17326
e7b94bbb
KR
17327 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
17328
528c56e2
SM
173292009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17330
17331 * minibuffer.el (completion-table-with-terminator): Properly implement
17332 boundaries, in case `terminator' appears in the suffix.
17333 (completion--embedded-envvar-table): Don't return boundaries if
17334 there's no valid completion. Simplify.
17335 (completion-file-name-table): New completion table extracted from
17336 completion--file-name-table.
17337 (completion--file-name-table): Use it.
17338 (read-file-name-predicate): Declare obsolete.
17339 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
17340 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
17341 completion-file-name-table, and use the `pred' argument.
17342 * files.el (locate-file-completion-table): Use the `pred' arg rather
17343 than read-file-name-predicate.
17344 (abbreviate-file-name): Use \` rather than ^ for BOS.
17345
f9ed9b4f
DN
173462009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
17347
17348 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
17349 vc-responsible-backend to register, it causes problems.
17350
5f2022a3
SM
173512009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
17352
17353 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
17354
fc754ea1
MA
173552009-10-21 Michael Albinus <michael.albinus@gmx.de>
17356
17357 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
17358 (tramp-smb-handle-file-attributes): Use it.
17359 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
17360 (tramp-smb-handle-insert-directory): Use `mapc' rather than
5f2022a3
SM
17361 `mapcar'. Use `tramp-smb-get-stat-capability'.
17362 Add `dired-filename' text properties.
fc754ea1
MA
17363 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
17364 (tramp-smb-maybe-open-connection): Simplify check for smbclient
17365 version.
17366
79bd5ba1
SM
173672009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
17368
17369 * subr.el (read-key-delay): Reduce to 0.01.
17370 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
17371 (bug#4751).
17372
3c13704d
SM
173732009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
17374
554efd10
SM
17375 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
17376
c2a37b78
SM
17377 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
17378 (Info-menu): Remove unused vars `last' and `completions'.
17379 (Info-index-nodes): Remove unused var `node'.
17380
3c13704d
SM
17381 * info.el (Info-complete-menu-item): Use complete-with-action.
17382
d1e4c403
DN
173832009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
17384
17385 Make vc-annotate work through copies and renames.
3c13704d
SM
17386 * vc-annotate.el (vc-annotate-extract-revision-at-line):
17387 Return the file name too.
d1e4c403
DN
17388 (vc-annotate-revision-at-line)
17389 (vc-annotate-find-revision-at-line)
17390 (vc-annotate-revision-previous-to-line)
17391 (vc-annotate-show-log-revision-at-line): Update to get the file
17392 name from vc-annotate-extract-revision-at-line.
17393 (vc-annotate-show-diff-revision-at-line-internal): Change the
17394 argument to mean whether to show a file diff or not. Get the file
17395 name from vc-annotate-extract-revision-at-line.
3c13704d
SM
17396 (vc-annotate-show-diff-revision-at-line):
17397 Update vc-annotate-show-diff-revision-at-line call.
d1e4c403
DN
17398 (vc-annotate-warp-revision): Add an optional file argument.
17399
17400 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
17401 (vc-git-annotate-extract-revision-at-line): Also return the file
17402 name if found.
17403
17404 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
17405 command. Remove unused code.
17406 (vc-hg-annotate-re): Update to match --follow output.
17407 (vc-hg-annotate-extract-revision-at-line): Also return the file
17408 name if found.
17409
17410 * vc.el: Update annotate-extract-revision-at-line documentation.
17411
b0b0ef98
KR
174122009-10-18 Kevin Ryde <user42@zip.com.au>
17413
17414 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
17415 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
17416
a9e7f03d
KR
17417 * net/browse-url.el (browse-url): Identify alist with "consp and
17418 not functionp" and let all other things go down the `apply' leg,
17419 as suggested by Stefan. (Further to bug#4531.)
17420
7346a407
CY
174212009-10-18 Chong Yidong <cyd@stupidchicken.com>
17422
17423 * minibuffer.el (read-file-name): Check for repeat before putting
17424 a default argument in file-name-history (Bug#4657).
17425
17426 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
17427 read syntax (Bug#4737).
17428
3c13704d 17429 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7346a407 17430
1da94541
CY
174312009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
17432
17433 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
17434 (html-tag-alist, html-tag-help): Add descriptions for undocumented
17435 entries and make note of obsolete tags.
17436
2b93080a
SM
174372009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
17438
17439 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
17440
18b5ffb5
GM
174412009-10-18 Glenn Morris <rgm@gnu.org>
17442
17443 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
17444 grep, so that binary files (eg international/uni-bidi.el) can match.
e5f035d7 17445 Remove test for "UnicodeData" files, since it is hopefully unnecessary
18b5ffb5
GM
17446 now, and in any case the file header format has changed.
17447
c2e161b2
GM
174482009-10-17 Glenn Morris <rgm@gnu.org>
17449
17450 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
17451 (flyspell-get-word, flyspell-large-region)
17452 (flyspell-auto-correct-previous-word): Doc/error message fixes.
17453
a1eb44f5
CY
174542009-10-17 Chong Yidong <cyd@stupidchicken.com>
17455
17456 * Makefile.in (ELCFILES): Add ede/shell.
17457
4418646e
DN
174582009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
17459
17460 * term/common-win.el (x-colors): Purecopy it.
17461
4062011e
SM
174622009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17463
17464 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
17465 permissive for when the buffer is empty.
17466 (tar-header-block-tokenize): Decode the username and groupname.
17467 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
17468
b0b111c3
JB
174692009-10-17 Eric Ludlam <zappo@gnu.org>
17470
17471 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
17472 contains multibyte characters, choose first applicable coding
17473 system automatically.
17474
2df48a87
SM
174752009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
17476
17477 * international/mule-cmds.el (select-safe-coding-system): If the file
17478 has a coding cookie, use it regardless of any other setting (bug#4712).
17479
fd7dd48c
GM
174802009-10-17 Glenn Morris <rgm@gnu.org>
17481
3ee0b477 17482 * foldout.el (foldout-mouse-swallow-events):
cec05144
GM
17483 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
17484
2550e4b1
GM
17485 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
17486 (dired-keep-marker-copy, dired-keep-marker-hardlink)
17487 (dired-keep-marker-symlink, dired-dwim-target)
17488 (dired-copy-preserve-time): Do not autoload these defcustoms.
17489
fd7dd48c
GM
17490 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
17491 messages from messing up the file coding. (Bug#4623)
17492
f3e3a990
GM
174932009-10-17 Jari Aalto <jari.aalto@cante.net>
17494
17495 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
17496 if no match is found for the current dictionary. (Bug#4578)
17497
17498 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
17499 optional, since that is how it is documented, and this is often called
17500 with a nil argument. (Bug#4577)
17501 (flyspell-external-point-words, flyspell-auto-correct-word)
17502 (flyspell-correct-word-before-point, flyspell-word-search-forward)
17503 (flyspell-word-search-backward): Remove nil argument in calls to
17504 flyspell-get-word, since it is not needed now.
17505
175062009-10-17 Ulrich Mueller <ulm@gentoo.org>
17507
1becddbb 17508 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
f3e3a990 17509
b61374ab
GM
175102009-10-16 Glenn Morris <rgm@gnu.org>
17511
17512 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
17513
412707c2
SM
175142009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
17515
17516 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
17517 (ange-ftp-file-size): New function.
17518 (ange-ftp-file-attributes): Use it.
17519
0c6f436e
MA
175202009-10-16 Michael Albinus <michael.albinus@gmx.de>
17521
17522 * net/tramp-smb.el (tramp-smb-version): New defvar.
17523 (tramp-smb-maybe-open-connection): Use it, in order to avoid
17524 repeated checks.
17525
850bfd04
GM
175262009-10-16 Glenn Morris <rgm@gnu.org>
17527
17528 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
17529 Maybe copy some custom properties from old to new name. (Bug#4706)
17530
f3ed9aca
JB
175312009-10-16 Juanma Barranquero <lekktu@gmail.com>
17532
17533 * subr.el (error, sit-for, start-process-shell-command)
17534 (start-file-process-shell-command): Set the calling convention
17535 after the function definition.
17536
fd6c5134
SM
175372009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
17538
17539 * subr.el (error, sit-for, start-process-shell-command)
17540 (start-file-process-shell-command): Use the new
17541 set-advertised-calling-convention feature.
17542
73874eb7
KH
175432009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
17544
fd6c5134
SM
17545 * international/ucs-normalize.el (ucs-normalize-version):
17546 Change to 1.2.
17547 (check-range): Adjust for Unicode 5.2.
73874eb7 17548
03fb33cf
JL
175492009-10-15 Juri Linkov <juri@jurta.org>
17550
17551 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
17552 to the `menu-item' format.
17553
4260b402
MA
175542009-10-15 Michael Albinus <michael.albinus@gmx.de>
17555
17556 * net/tramp.el (tramp-replace-environment-variables): Do not fail
17557 if the environment variable does not exist.
17558
17559 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17560 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
17561 parameter.
17562 (tramp-smb-handle-add-name-to-file)
17563 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17564 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17565 (tramp-smb-handle-file-attributes)
17566 (tramp-smb-do-file-attributes-with-stat)
17567 (tramp-smb-handle-file-local-copy)
17568 (tramp-smb-handle-insert-directory)
17569 (tramp-smb-handle-make-directory)
17570 (tramp-smb-handle-make-directory-internal)
17571 (tramp-smb-handle-make-symbolic-link)
17572 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
17573 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
17574 (tramp-smb-maybe-open-connection): Apply the changed parameters.
17575 (tramp-smb-read-file-entry): Read Disk names in compressed format.
17576 Handle long file names.
17577 (tramp-smb-get-cifs-capabilities): Check, whether the connection
17578 process is running.
17579 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
17580 Read share names with "-g" option.
17581
d7a0fd6f
GM
175822009-10-15 Ryan Yeske <rcyeske@gmail.com>
17583
17584 * net/rcirc.el (rcirc-view-log-file): New command.
17585 (rcirc-track-minor-mode-map): Remove C-c ` binding.
17586 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
17587 specified.
17588
0b44494a
GM
175892009-10-15 Glenn Morris <rgm@gnu.org>
17590
af9fb32f
GM
17591 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
17592 from the second command-line argument.
17593 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
17594 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
17595 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
17596 w32-batch-update-autoloads.
17597 * emacs-lisp/autoload.el (autoload-make-program): New variable.
17598 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
17599
0b44494a
GM
17600 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
17601 the headers cannot be located. Simplify, subtracting superflous
17602 save-excursions.
17603
d5e63715
SM
176042009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
17605
17606 Replace completion-base-size by completion-base-position to fix bugs
17607 such as (bug#4699).
17608 * simple.el (completion-base-position): New var.
17609 (completion-base-size): Mark as obsolete.
17610 (choose-completion): Make it work for mouse events as well.
17611 Pass the new base-position to choose-completion-string.
17612 (choose-completion-guess-base-position): New function, extracted from
17613 choose-completion-delete-max-match.
17614 (choose-completion-delete-max-match): Use it. Make obsolete.
17615 (choose-completion-string): Use the new base-position info.
17616 (completion-root-regexp): Delete.
17617 (completion-setup-function): Preserve completion-base-position.
17618 Eliminate obsolete base-size manipulation.
17619 * minibuffer.el (display-completion-list): Don't mess with base-size.
17620 (minibuffer-completion-help): Set completion-base-position instead.
17621 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
17622 choose-completion.
17623 * textmodes/bibtex.el (bibtex-complete):
17624 * emacs-lisp/crm.el (crm--choose-completion-string):
17625 Adjust to new calling convention.
17626 * complete.el (partial-completion-mode): Use minibufferp to avoid
17627 bumping into incompatible change to choose-completion-string-functions.
17628 * ido.el (ido-choose-completion-string): Make its calling convention
17629 more permissive.
17630 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
17631 base-size manipulation.
17632 (comint-dynamic-list-input-ring): Use dotimes and push.
17633 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
17634 fundamental-mode. Use `or'.
17635
92f8bfc7
JL
176362009-10-14 Juri Linkov <juri@jurta.org>
17637
17638 * misearch.el (multi-isearch-next-buffer-from-list)
17639 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
17640
e78e280d
SM
176412009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17642
384ca163
SM
17643 * Makefile.in (compile-onefile): Load `bytecomp' rather than
17644 `bytecomp.el'.
17645
681e0e7c
SM
17646 * minibuffer.el (completion-pcm--merge-completions): Make sure the
17647 string we return is all made up of text from the completions rather
17648 than part from the completions and part from the input (bug#4219).
17649
e78e280d
SM
17650 * ido.el (ido-everywhere): Use define-minor-mode.
17651
17652 * buff-menu.el (list-buffers, ctl-x-map):
17653 Mark the entry points with ;;;###autoload cookies.
17654
b4e813ca
DN
176552009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
17656
52964e54
DN
17657 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
17658 correctly in the detached head case.
17659 (vc-git-print-log): Remove unused binding.
17660
b4e813ca
DN
17661 * vc.el (vc-responsible-backend): When a directory is passed for
17662 for registration create a VC repository if no backend is
17663 responsible for the directory argument.
17664 (vc-deduce-fileset): Tell vc-responsible-backend to register.
1043ce19
DN
17665
17666 * vc.el: Move comments about RCS and SCCS ...
17667 * vc-rcs.el:
17668 * vc-sccs.el: ... here, respectively.
17669
40ba9882
SM
176702009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
17671
17672 * minibuffer.el (completion--file-name-table): Return nil if there's
17673 no file completion, even if substitute-in-file-name changed
17674 the string (bug#4708).
17675
04e0f59b
JL
176762009-10-13 Juri Linkov <juri@jurta.org>
17677
17678 * files-x.el (read-file-local-variable-value): Don't filter out
17679 minor modes from mode name completion (bug#4664).
17680
314c8e25
JB
176812009-10-13 Juanma Barranquero <lekktu@gmail.com>
17682
17683 * international/mule-cmds.el (ucs-names): Remove exclusion of
17684 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
17685
5c9b7d36
KH
176862009-10-13 Kenichi Handa <handa@m17n.org>
17687
17688 * international/uni-name.el: Regenerated.
17689
1e7a80f2
JB
176902009-10-13 Juanma Barranquero <lekktu@gmail.com>
17691
17692 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
17693 should be automatically buffer-local, but isn't.)
17694
cd29f88b
SS
176952009-10-12 Sam Steingold <sds@gnu.org>
17696
17697 * progmodes/compile.el (compilation-next-error-function): Fix the
0cd16af4 17698 timestamps if the buffer has been visited before.
0cd16af4
SS
17699 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
17700 non-anchored patterns, like the perl one (bug#3928).
cd29f88b 17701
37493a98
GM
177022009-10-12 Glenn Morris <rgm@gnu.org>
17703
17704 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
17705 Let-bind `size'.
17706
3b56b1e6
JB
177072009-10-12 Juanma Barranquero <lekktu@gmail.com>
17708
7422a4bb
JB
17709 * proced.el (proced-unload-function): New function.
17710
fa72d075
JB
17711 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
17712 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
17713 Doc fix.
17714
3b56b1e6
JB
17715 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
17716
4d9b4323
JL
177172009-10-11 Juri Linkov <juri@jurta.org>
17718
17719 * files-x.el (read-file-local-variable-value):
17720 Provide default value only for bound variables (bug#4664).
17721
f6f7e059
MA
177222009-10-11 Michael Albinus <michael.albinus@gmx.de>
17723
17724 * net/tramp.el (tramp-local-host-p): Function shall return nil for
17725 connection methods like smb.
17726
17727 * net/tramp-cache.el (tramp-flush-connection-property): The hash
17728 can be empty.
17729
17730 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17731 (tramp-smb-file-name-handler-alist): Add handlers for
17732 `add-name-to-file', `make-symbolic-link'.
17733 (tramp-smb-handle-add-name-to-file)
2992485f 17734 (tramp-smb-do-file-attributes-with-stat)
f6f7e059
MA
17735 (tramp-smb-handle-make-symbolic-link)
17736 (tramp-smb-get-cifs-capabilities): New defuns.
17737 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17738 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17739 (tramp-smb-handle-file-local-copy)
17740 (tramp-smb-handle-make-directory-internal)
3b56b1e6
JB
17741 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
17742 The file name syntax depends on cifs capabilities.
17743 (tramp-smb-handle-file-attributes):
17744 Call `tramp-smb-do-file-attributes-with-stat' if possible.
17745 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
17746 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
f6f7e059 17747
67868d26
CY
177482009-10-11 Chong Yidong <cyd@stupidchicken.com>
17749
17750 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
17751 (eieio-defclass): Apply deftype handler and setf-method properties
17752 directly.
17753 (eieio-add-new-slot): Avoid union function from cl library.
17754 (eieio--typep): New function.
17755 (eieio-perform-slot-validation): Use it.
17756
6d6a5b7e
KF
177572009-10-10 Karl Fogel <kfogel@red-bean.com>
17758
3b56b1e6 17759 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6d6a5b7e
KF
17760 Update documentation to refer to the variables documented in r1.135.
17761 (Bug#4188)
17762
67b70de9
KF
177632009-10-10 Karl Fogel <kfogel@red-bean.com>
17764
17765 * bookmark.el (Info-suffix-list): Remove this unused variable.
17766 (bookmark-current-point): Remove this obsolete variable.
17767 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
17768 Adjust for removal of bookmark-current-point.
17769
17770 (bookmarks-already-loaded, bookmark-current-buffer)
17771 (bookmark-yank-point): Document. (Bug#4188)
17772
58ae51ae
GM
177732009-10-10 Glenn Morris <rgm@gnu.org>
17774
4619ff5e
GM
17775 * frame.el (frame-height): Doc fix.
17776
58ae51ae
GM
17777 * calendar/calendar.el (calendar-split-width-threshold): New option.
17778 (calendar-basic-setup): Use calendar-split-width-threshold.
17779
d364386c
JB
177802009-10-09 Juanma Barranquero <lekktu@gmail.com>
17781
17782 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
17783 Ideographic Supplement" range (U+1F200..U+1F2FF).
17784
33e97a28
KF
177852009-10-09 Karl Fogel <kfogel@red-bean.com>
17786
02d0f051 17787 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
d364386c 17788 since the list will have been rebuilt anyway. (Bug#4349)
02d0f051
KF
17789
177902009-10-09 Karl Fogel <kfogel@red-bean.com>
17791
d364386c 17792 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
33e97a28
KF
17793 (bookmark-bmenu-execute-deletions): Don't save here, as
17794 bookmark-delete will now do so if necessary.
d364386c 17795 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
33e97a28
KF
17796 (Bug#4348)
17797
9656d87b
GM
177982009-10-09 Glenn Morris <rgm@gnu.org>
17799
17800 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
17801
e6227f06
KF
178022009-10-09 Karl Fogel <kfogel@red-bean.com>
17803
17804 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
17805 (bookmark-jump-other-window): Just invoke bookmark-jump with new
17806 argument now, so the two function's behaviors will match. (Bug#3645)
17807
288f783b
MA
178082009-10-08 Michael Albinus <michael.albinus@gmx.de>
17809
17810 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
e78e280d 17811 (tramp-file-name-real-host, tramp-file-name-port):
fc754ea1 17812 Apply `save-match-data'.
288f783b
MA
17813
17814 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
17815 case both directories are remote.
17816 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
e78e280d 17817 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
288f783b 17818
872a1ea4
JB
178192009-10-07 Juanma Barranquero <lekktu@gmail.com>
17820
17821 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
17822
ab2baced
GM
178232009-10-07 Glenn Morris <rgm@gnu.org>
17824
e78e280d
SM
17825 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
17826 of concat.
ab2baced 17827
5c4634c1
SM
178282009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
17829
17830 * files-x.el (read-file-local-variable): Include some
17831 non-user-variables in the completion table (bug#4664).
17832
c2dc9732
MA
178332009-10-07 Michael Albinus <michael.albinus@gmx.de>
17834
17835 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
17836 message.
17837
17838 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17839 (tramp-smb-file-name-handler-alist): Add handler for
17840 `copy-directory', `expand-file-name', `set-file-modes'.
17841 (tramp-smb-handle-copy-directory)
17842 (tramp-smb-handle-expand-file-name)
17843 (tramp-smb-handle-set-file-modes): New defuns.
17844 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
17845 (tramp-smb-handle-file-attributes): Simplify check for retrieving
17846 entry.
17847 (tramp-smb-handle-insert-directory): Don't flush the cache.
17848 (tramp-smb-maybe-open-connection): Check for samba client and
17849 server versions.
17850
11be40a6
EZ
178512009-10-07 Eli Zaretskii <eliz@gnu.org>
17852
17853 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
17854 to not error out of search for "^lisp=" fails.
17855
8c4afe20
JB
178562009-10-07 Juanma Barranquero <lekktu@gmail.com>
17857
17858 * makefile.w32-in (WINS_UPDATES): New macro.
17859 (custom-deps, finder-data, autoloads): Use it.
17860
429a1506
GM
178612009-10-07 Glenn Morris <rgm@gnu.org>
17862
ee2e93e2
GM
17863 * Makefile.in (autoloads): Revert previous change.
17864 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
17865 the list of preloaded files passed on the command-line, get
17866 it from src/Makefile.
17867
429a1506
GM
17868 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
17869 show the original buffer rather than a random one.
17870
a51203ee 178712009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
e7e2b26c
GM
17872
17873 * help.el (describe-no-warranty): Place point in a slightly better
17874 position in the GPLv3 text.
17875
f58f7520
SS
178762009-10-06 Sam Steingold <sds@gnu.org>
17877
17878 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
17879 the comm attribute is present before calling regexp-quote.
17880
bde79dc0
JB
178812009-10-06 Juanma Barranquero <lekktu@gmail.com>
17882
17883 * play/animate.el (animate-string): For good effect, make sure
17884 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
17885
17886 * play/animate.el (animate-sequence, animate-birthday-present):
17887 * misc.el (butterfly): Don't set `indent-tabs-mode'.
17888
25ab0302
GM
178892009-10-06 Glenn Morris <rgm@gnu.org>
17890
73fe714a
GM
17891 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
17892
3405d98c
GM
17893 * emacs-lisp/autoload.el (autoload-excludes): New variable.
17894 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
17895 (batch-update-autoloads): Process a string value of autoload-excludes,
17896 set during the build process.
17897 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
17898
9fb2cdc5
GM
17899 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
17900 inside with-parsed... macro so that `v' is defined.
17901
7938ab41
GM
17902 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
17903 * progmodes/fortran.el (fortran-end-of-block)
17904 (fortran-beginning-of-block):
17905 Also push mark in the macro case.
17906
eaf9b564
GM
17907 * emerge.el (emerge-show-file-name):
17908 * calc/calc.el (calc-quit):
17909 * calc/calc-misc.el (calc-big-or-small):
17910 * calc/calc-graph.el (calc-graph-view):
17911 * calc/calc-ext.el (calc-reset):
17912 * calendar/calendar.el (calendar-basic-setup):
17913 Use window-full-height-p.
17914
25ab0302
GM
17915 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
17916 header we don't understand, don't insert another. (Bug#4624)
17917 If changing mime charset, insert the new one in the right place.
17918
00169eb6
GM
179192009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
17920
17921 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
17922 (cal-tex-cursor-month): Correctly increment the end date for diary and
17923 holiday listing. (Bug#4626)
17924
82882188
SM
179252009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
17926
40ba9882 17927 * help-fns.el (describe-function-1): Don't burp if the function is not
82882188
SM
17928 a symbol.
17929
a8f316ca
JB
179302009-10-05 Juanma Barranquero <lekktu@gmail.com>
17931
17932 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
17933 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
17934 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
17935 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
17936
17937 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
17938 (eieio-default-superclass): Reflow docstrings.
17939 (this, class-option-assoc, defclass, eieio-class-un-autoload)
17940 (eieio-unbind-method-implementations, defmethod)
17941 (eieio-validate-slot-value, eieio-validate-class-slot-value)
17942 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
17943 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
17944 (eieio-slot-originating-class-p, eieio-slot-name-index)
17945 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
17946 (constructor, initialize-instance, no-next-method, object-print)
17947 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
17948 Fix typos in docstrings.
17949 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
17950 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
17951 (next-method-p): Doc fixes.
17952 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
17953 Fix typos in error messages.
17954 (eieio-defmethod): Fix typo in description of generic method.
17955
17956 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
17957 (eieio-persistent-save-interactive, slot-missing):
17958 Fix typos in docstrings.
17959 (eieio-instance-inheritor-slot-boundp): Doc fix.
17960
17961 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
17962 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
17963
17964 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
17965 (eieio-custom-object-apply-reset):
17966 Fix typos in docstrings and error messages.
17967
17968 * emacs-lisp/eieio-datadebug.el (data-debug-show):
17969 Fix typo in docstring.
17970
17971 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
17972 (eieio-browse-tree): Doc fix.
17973 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
17974 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
17975 Fix typos in docstrings.
17976
17977 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
17978 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
17979 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
17980 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
17981 Reflow docstrings.
17982
c66b7ac0
DN
179832009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
17984
4a827e0a 17985 * vc-hg.el (log-view-vc-backend): Declare for compiler.
82882188
SM
17986 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
17987 Set log-view-vc-backend so that diff can work.
4a827e0a 17988
c66b7ac0
DN
17989 * log-view.el (log-view-diff): Use vc-diff-internal instead of
17990 vc-version-diff.
17991 (vc-diff-internal): Autoload this instead of vc-version-diff.
17992
1902a98c
EZ
179932009-10-05 Eli Zaretskii <eliz@gnu.org>
17994
a7a8618b
EZ
17995 * simple.el (eval-expression): Doc fix.
17996
1902a98c
EZ
17997 * progmodes/cwarn.el (cwarn-mode): Doc fix.
17998
0e1f2ee6
MA
179992009-10-05 Michael Albinus <michael.albinus@gmx.de>
18000
18001 * files.el (directory-files-no-dot-files-regexp): New defconst.
18002 (delete-directory): Use it.
18003 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
18004
263c02ef 18005 * net/tramp.el (tramp-verbose): Fix docstring.
82882188
SM
18006 (tramp-methods): Add recursive option to `tramp-copy-args'.
18007 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
263c02ef 18008 "scp1_old", "scp2_old", "rsync", "rsyncc".
a8f316ca 18009 (tramp-default-method): Check also for `auth-source-user-or-password'.
263c02ef
MA
18010 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
18011 Add handler for `copy-directory'.
18012 (tramp-handle-copy-directory): New defun.
18013 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
a8f316ca
JB
18014 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
18015 Optimize sent command.
263c02ef 18016
72aa7df4
SM
180172009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
18018
4a34f065
SM
18019 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
18020 window if necessary.
18021
72aa7df4
SM
18022 * calendar/calendar.el (calendar-basic-setup): Don't call
18023 switch-to-buffer in a dedicated window.
18024
5feb1ba7
KF
180252009-10-05 Karl Fogel <kfogel@red-bean.com>
18026
18027 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
194d44e7 18028 don't do anything related to relocating, just return nil.
5feb1ba7
KF
18029 (bookmark-error-no-filename): New error.
18030 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
194d44e7
JB
18031 bookmark has no file. Don't even attempt to handle things that
18032 are not files; the whole point of custom handlers is to keep that
18033 knowledge elsewhere anyway. Tighten some comments.
5feb1ba7
KF
18034 (bookmark-file-or-variation-thereof): Remove now-unused function.
18035 (bookmark-location): Doc string fix.
18036 (Bug#4250)
18037
1bd49952
KF
180382009-10-04 Karl Fogel <kfogel@red-bean.com>
18039
18040 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
18041 don't use a file dialog, because they usually don't know how to read
18042 a directory target from the user. (Bug#4230)
18043 Also, make sure the prompt can display directories as well as files.
18044
825382c0
KF
180452009-10-04 Karl Fogel <kfogel@red-bean.com>
18046
18047 * bookmark.el (bookmark-set, bookmark-buffer-name):
18048 Improve doc strings. (Bug#1193)
18049
13901bcb
KF
180502009-10-04 Karl Fogel <kfogel@red-bean.com>
18051
4a34f065
SM
18052 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
18053 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
18054 (bookmark-get-annotation, bookmark-set-annotation)
18055 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
18056 (bookmark-set-position, bookmark-get-front-context-string)
18057 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
18058 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
18059 (bookmark-jump-other-window, bookmark-handle-bookmark)
18060 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
18061 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
18062 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
194d44e7
JB
18063 Improve doc strings to say whether bookmark can be a string or
18064 a record or both, and make other consistency and clarity fixes.
4a34f065
SM
18065 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
18066 (bookmark-default-annotation-text, bookmark-yank-word)
18067 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
18068 (bookmark-import-new-list, bookmark-maybe-rename)
18069 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
18070 (bookmark-bmenu-bookmark): Give these doc strings.
13901bcb 18071 (bookmark-bmenu-check-position): Give this a doc string, but also
194d44e7 18072 add a FIXME comment about how the function may be pointless.
13901bcb 18073 (bookmark-default-handler): Rework doc string and change a
194d44e7
JB
18074 parameter name, to clarify that this takes a bookmark record
18075 not a bookmark name.
13901bcb 18076 (bookmark-set): Change a parameter name to indicate its meaning,
194d44e7 18077 and improve the doc string a bit.
13901bcb
KF
18078 (Bug#4188)
18079
5c1b3e94
KF
180802009-10-04 Karl Fogel <kfogel@red-bean.com>
18081
18082 * bookmark.el (bookmark-alist): Document the new `handler' element
18083 in the param alist.
18084 (bookmark-make-record-function): Adjust documentation for above.
18085 (Bug#4193)
18086
8559076d
KF
180872009-10-04 Karl Fogel <kfogel@red-bean.com>
18088
18089 * info.el (Info-bookmark-make-record): Document this function.
18090 (Info-bookmark-jump): Document with a doc string, not just a comment.
18091 (Bug#4203)
18092
b4583b8c
MA
180932009-10-04 Michael Albinus <michael.albinus@gmx.de>
18094
18095 * files.el (copy-directory): New defun.
18096
18097 * dired-aux.el (dired-copy-file-recursive): Use it.
18098
131ae8f2
JB
180992009-10-04 Juanma Barranquero <lekktu@gmail.com>
18100
a30e71ae 18101 * files-x.el (modify-dir-local-variable)
dd9af436
CY
18102 (copy-dir-locals-to-file-locals-prop-line): Fix typos in
18103 docstrings.
a30e71ae 18104
131ae8f2
JB
18105 * recentf.el (recentf-unload-function): New function.
18106
ccafbf06
GM
181072009-10-04 Glenn Morris <rgm@gnu.org>
18108
18109 * window.el (window-full-height-p): Add doc string.
18110
02c6f098
GM
181112009-10-04 Martin Rudalics <rudalics@gmx.at>
18112
18113 * window.el (window-full-height-p): New function. (Bug#4543)
18114
ed6b0195
DN
181152009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
18116
18117 * vc.el: Remove commented out code.
18118 (vc-derived-from-dir-mode): Remove, unused.
18119 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
18120
1b8d1cc7
MA
181212009-10-03 Michael Albinus <michael.albinus@gmx.de>
18122
4a34f065
SM
18123 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
18124 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
1b8d1cc7
MA
18125 there could be recursive loading when `default-directory' is a
18126 remote file name. (Bug#4614)
18127
ac3c593c
GM
181282009-10-03 Glenn Morris <rgm@gnu.org>
18129
686ea556
GM
18130 * calendar/calendar.el (calendar-basic-setup): Handle the case where
18131 the frame is wide.
18132 (calendar-generate-window): Test for shrinkability rather than width.
18133
ac3c593c
GM
18134 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
18135 reusing existing buffers, in case we happen to visit two files with the
18136 same basename. (Bug#4593)
18137
573709fd
EZ
181382009-10-02 Eli Zaretskii <eliz@gnu.org>
18139
4a34f065 18140 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
573709fd
EZ
18141 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
18142 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
18143 subdirs of cedet as well.
8f885d01 18144 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
573709fd 18145
8d6c1239
SM
181462009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
18147
18148 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
18149 Obey advertised-signature-table.
18150
18151 * help-fns.el (help-function-arglist): Don't check
18152 advertised-signature-table.
18153 (describe-function-1): Do it here instead so it also applies to subrs.
18154
c4861de0
MA
181552009-10-02 Michael Albinus <michael.albinus@gmx.de>
18156
18157 * simple.el (start-file-process): Say in the doc-string, that file
18158 handlers might not support pty association, if PROGRAM is nil.
18159
18160 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
18161 HOST and USER are strings. They are nil, when there are
18162 incomplete entries in ~/.netrc, for example.
18163 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
18164 root directory ("device busy" error otherwise).
18165
8d6c1239
SM
18166 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
18167 Flush file properties of created directory.
c4861de0 18168
d2bda74f
EZ
181692009-10-02 Eli Zaretskii <eliz@gnu.org>
18170
18171 * makefile.w32-in (WINS_BASIC): Remove cedet.
18172 (WINS_CEDET): Add cedet.
18173 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
18174
895d1904
GM
181752009-10-02 Kevin Ryde <user42@zip.com.au>
18176
18177 * net/browse-url.el (browse-url): Pass any symbol in
18178 browse-url-browser-function to `apply', since if you've mistakenly put
18179 an unbound symbol then the error is clearer. (Bug#4531)
18180
32226619
JB
181812009-10-02 Juanma Barranquero <lekktu@gmail.com>
18182
18183 * allout.el (allout-init, allout-back-to-current-heading)
18184 (allout-beginning-of-current-entry, allout-ascend-to-depth)
18185 (allout-ascend, allout-up-current-level, allout-end-of-level)
18186 (allout-previous-visible-heading, allout-forward-current-level)
18187 (allout-backward-current-level, allout-show-children):
18188 * apropos.el (apropos-describe-plist):
18189 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
18190 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
18191 * completion.el (add-completion, add-permanent-completion):
18192 * descr-text.el (describe-text-category, describe-char):
18193 * desktop.el (desktop-lazy-abort):
18194 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
18195 * dired.el (dired-build-subdir-alist):
18196 * ediff.el (ediff-version):
18197 * elide-head.el (elide-head, elide-head-show):
18198 * emerge.el (emerge-version):
18199 * env.el (getenv):
18200 * face-remap.el (variable-pitch-mode):
18201 * faces.el (describe-face):
18202 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
18203 (dired-at-point):
18204 * files.el (find-file-existing, auto-save-mode):
18205 * font-lock.el (font-lock-fontify-buffer):
18206 * help-fns.el (describe-function, describe-variable)
18207 (describe-syntax, describe-categories):
18208 * help.el (view-lossage, describe-bindings, describe-key)
18209 (describe-mode):
18210 * hexl.el (hexl-current-address):
18211 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
18212 * info.el (Info-goto-emacs-key-command-node):
18213 * log-edit.el (log-edit-insert-cvs-template)
18214 (log-edit-insert-cvs-rcstemplate):
18215 * menu-bar.el (menu-bar-mode):
18216 * mouse.el (mouse-appearance-menu):
18217 * newcomment.el (comment-indent-new-line):
18218 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
18219 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
5ce6e4f4 18220 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
32226619
JB
18221 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
18222 * recentf.el (recentf-mode):
18223 * savehist.el (savehist-mode, savehist-save):
18224 * shadowfile.el (shadow-copy-files):
18225 * simple.el (kill-ring-save, next-line, previous-line)
18226 (normal-erase-is-backspace-mode):
18227 * strokes.el (strokes-update-window-configuration)
18228 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
18229 (strokes-xpm-for-stroke):
18230 * time.el (emacs-uptime, emacs-init-time):
18231 * tutorial.el (tutorial--describe-nonstandard-key)
18232 (tutorial--detailed-help):
18233 * type-break.el (type-break-mode)
18234 (type-break-mode-line-message-mode, type-break-query-mode)
18235 (type-break-guesstimate-keystroke-threshold):
18236 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
18237 * version.el (emacs-version):
18238 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
18239 * winner.el (winner-mode):
18240 * calendar/timeclock.el (timeclock-in, timeclock-out)
18241 (timeclock-status-string, timeclock-change)
18242 (timeclock-workday-remaining-string)
18243 (timeclock-workday-elapsed-string)
18244 (timeclock-when-to-leave-string):
18245 * calendar/todo-mode.el (todo-add-category):
18246 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
18247 * emacs-lisp/autoload.el (update-file-autoloads):
18248 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
18249 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
18250 (checkdoc-message-text, checkdoc-defun):
18251 * emacs-lisp/debug.el (debugger-list-functions):
18252 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18253 * emacs-lisp/eieio-opt.el (eieio-describe-class)
18254 (eieio-describe-generic):
18255 * emacs-lisp/lisp-mnt.el (lm-synopsis):
18256 * emacs-lisp/shadow.el (list-load-path-shadows):
18257 * emulation/cua-base.el (cua-mode):
18258 * emulation/edt.el (edt-set-scroll-margins):
18259 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
18260 (tpu-toggle-regexp, tpu-toggle-search-direction)
18261 (tpu-toggle-rectangle, tpu-toggle-control-keys):
18262 * emulation/tpu-extras.el (tpu-set-scroll-margins):
18263 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
18264 (viper-set-parsing-style-toggling-macro)
18265 (viper-set-emacs-state-searchstyle-macros):
18266 * emulation/viper.el (viper-set-hooks):
18267 * eshell/esh-mode.el (eshell-truncate-buffer):
18268 * international/mule-cmds.el (prefer-coding-system)
18269 (describe-input-method, describe-language-environment):
18270 * international/mule-diag.el (list-character-sets)
18271 (describe-character-set, describe-coding-system)
18272 (describe-fontset, list-fontsets, list-input-methods):
18273 * mail/sendmail.el (mail-signature):
18274 * net/ange-ftp.el (ange-ftp-copy-file):
18275 * net/browse-url.el (browse-url):
18276 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
18277 * net/quickurl.el (quickurl-add-url):
18278 * net/rcirc.el (names, topic):
18279 * net/xesam.el (xesam-mode):
18280 * play/5x5.el (5x5-new-game):
18281 * play/yow.el (apropos-zippy):
18282 * progmodes/ada-mode.el (ada-mode-version):
18283 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
18284 (f90-end-of-block)
18285 (f90-beginning-of-block):
18286 * progmodes/fortran.el (fortran-end-of-block)
18287 (fortran-beginning-of-block):
18288 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
18289 * progmodes/python.el (python-describe-symbol, python-shell):
18290 * term/ns-win.el (ns-print-buffer):
18291 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
18292 * textmodes/flyspell.el (flyspell-mode-on):
18293 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
18294 (pages-directory-for-addresses):
18295 * textmodes/table.el (table-recognize-cell)
18296 (table-query-dimension, table-generate-source)
18297 (table-insert-sequence, table--warn-incompatibility):
18298 * textmodes/tex-mode.el (tex-validate-buffer):
18299 * textmodes/texinfmt.el (texinfmt-version)
18300 (texinfo-format-buffer):
18301 Use `called-interactively-p' instead of `interactive-p'.
18302
12a3c28c
JB
183032009-10-02 Juanma Barranquero <lekktu@gmail.com>
18304
18305 * image-mode.el (image-toggle-display):
18306 * emacs-lisp/elp.el (elp-instrument-function):
18307 * emacs-lisp/advice.el (ad-make-advised-definition):
18308 * emacs-lisp/easy-mmode.el (define-minor-mode):
18309 * net/browse-url.el (browse-url-maybe-new-window):
18310 * progmodes/sh-script.el (sh-learn-buffer-indent):
18311 Pass new argument 'any to `called-interactively-p'.
18312
171fda8a
JB
183132009-10-01 Juanma Barranquero <lekktu@gmail.com>
18314
171fda8a
JB
18315 * international/uni-bidi.el:
18316 * international/uni-category.el:
18317 * international/uni-combining.el:
18318 * international/uni-comment.el:
18319 * international/uni-decimal.el:
9c3c9fdf 18320 * international/uni-decomposition.el:
171fda8a
JB
18321 * international/uni-digit.el:
18322 * international/uni-lowercase.el:
18323 * international/uni-mirrored.el:
18324 * international/uni-name.el:
18325 * international/uni-numeric.el:
18326 * international/uni-old-name.el:
18327 * international/uni-titlecase.el:
18328 * international/uni-uppercase.el:
18329 Regenerate from Unicode 5.2.0 data.
18330
dcb9734a
GM
183312009-10-01 Glenn Morris <rgm@gnu.org>
18332
18333 * Makefile.in (ELCFILES): Regenerate.
18334
ced10a4c
SM
183352009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18336
9d28c33e
SM
18337 * subr.el (interactive-p): Mark obsolete.
18338 (called-interactively-p): Make the optional-ness of `kind' obsolete.
18339 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
18340 advertised-signature-table for subroutines as well.
18341
ced10a4c
SM
18342 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
18343 (set-advertised-calling-convention): New function.
18344 (make-obsolete, define-obsolete-function-alias)
18345 (make-obsolete-variable, define-obsolete-variable-alias):
18346 Make the optional-ness of `when' obsolete.
18347 (define-obsolete-face-alias): Make `when' non-optional.
18348 * help-fns.el (help-function-arglist):
18349 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
18350 Use advertised-signature-table.
18351
cc3dda16
MA
183522009-10-01 Michael Albinus <michael.albinus@gmx.de>
18353
18354 * files.el (delete-directory): New defun. The original function
18355 in fileio.c has been renamed to `delete-directory-internal'.
18356
18357 * dired.el (dired-delete-file): Call `delete-directory' with
18358 RECURSIVE parameter.
18359
5ce6e4f4 18360 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
cc3dda16
MA
18361 parameter RECURSIVE. Implementation is missing.
18362
18363 * net/tramp.el (tramp-handle-make-directory): Flush upper
18364 directory's file properties.
ced10a4c 18365 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
cc3dda16
MA
18366 (tramp-handle-dired-recursive-delete-directory): Flush directory
18367 properties after the remove command only.
18368
ced10a4c
SM
18369 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
18370 Handle optional parameter RECURSIVE.
cc3dda16 18371
ced10a4c
SM
18372 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
18373 Handle optional parameter RECURSIVE.
cc3dda16
MA
18374
18375 * net/tramp-smb.el (tramp-smb-errors): Add error message for
18376 connection timeout.
18377 (tramp-smb-handle-delete-directory): Handle optional parameter
18378 RECURSIVE.
18379
cf885595
SM
183802009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
18381
e3a6b82f
SM
18382 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
18383 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
18384 (byte-compile-defmacro): Use backquotes.
18385
7201bfbb
SM
18386 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
18387
cf885595
SM
18388 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
18389 has no associated file.
18390 (vc-resynch-buffer): Use vc-dir-buffers.
18391
a4d2c321
GM
183922009-10-01 Glenn Morris <rgm@gnu.org>
18393
9ffe3f52
GM
18394 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
18395 (chart-file-count):
18396 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
18397 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
18398 * emacs-lisp/eieio-opt.el (eieio-describe-class):
18399 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
18400 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
18401 (eieio-copy-parents-into-subclass, make-instance, class-children)
18402 (eieio-generic-form):
bd2afec2 18403
9515cdcc
GM
18404 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
18405 match-data. (Bug#4555).
18406
a4d2c321
GM
18407 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
18408 rather than parsing it as a regexp. This relaxes the layout
18409 requirements and makes errors easier to detect.
18410 (check-declare-verify): Check file is regular.
18411 (check-declare-directory): Doc fix.
18412 * subr.el (declare-function): Doc fix.
18413
b15c31c7
GM
18414 * ibuffer.el (ibuffer-format-qualifier):
18415 * isearch.el (hi-lock-regexp-okay):
18416 * calc/calc.el (math-zerop):
18417 * mail/uce.el (rmail-msgbeg, rmail-msgend):
18418 * term/w32-win.el (setup-default-fontset, set-fontset-font):
18419 Remove unused declarations.
18420
b0b111c3
JB
184212009-09-30 Eric Ludlam <zappo@gnu.org>
18422
18423 * emacs-lisp/eieio.el (boolean-p): Delete.
18424
1fc28a2c
GM
184252009-09-30 Glenn Morris <rgm@gnu.org>
18426
1fc28a2c
GM
18427 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
18428
494f4fc7
GM
18429 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
18430 filename is not a string.
18431
561580e9
CY
184322009-09-29 Chong Yidong <cyd@stupidchicken.com>
18433
18434 * files.el (safe-local-eval-forms): Fix typo.
18435
dcbbecd4
SM
184362009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
18437
18438 * vc-hooks.el (vc-dir-buffers): New var.
18439 (vc-state-refresh): New function.
18440 (vc-state): Use it.
18441 (vc-after-save): Always ask the backend to recompute the new state.
18442 Always call vc-dir if necessary, using vc-dir-buffers.
18443 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
18444 Use vc-dir-buffers.
18445 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
18446 (vc-dir-prepare-status-buffer, vc-dir-update)
18447 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
18448 Don't call expand-file-name on default-directory.
18449
d88444f2
JB
184502009-09-29 Juanma Barranquero <lekktu@gmail.com>
18451
18452 * speedbar.el (speedbar-item-delete):
18453 * calc/calc-prog.el (calc-kbd-if):
18454 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
18455
18456 * epa.el (epa-key-list-mode-map):
18457 * hi-lock.el (hi-lock-menu): Fix typos in menus.
18458
18459 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
18460 (hs-show-hook): Fix typo in docstring.
18461
5da62d41
GM
184622009-09-29 Glenn Morris <rgm@gnu.org>
18463
8360fce0
GM
18464 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
18465 file-name-nondirectory call preventing location of cedet files.
18466 (check-declare-verify): Use literal search rather than re-search.
ae715515 18467 Add basic defmethod and defclass, and define-overloadable-function.
8360fce0
GM
18468
18469 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18470 Use tramp-compat-file-attributes rather than nonexistent
18471 tramp-compat-handle-file-attributes.
18472
5da62d41
GM
18473 * Makefile.in (lisptagsfiles4): New.
18474 (AUTOGENEL): Add cedet loaddefs files.
18475 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
18476 (update-elclist, compile-always, backup-compiled-files)
18477 (bootstrap-clean): Add yet another directory level.
18478 (update-elclist): Use LC_COLLATE rather than COLLATE.
18479 (ELCFILES): Update, via `make update-elclist'.
18480
48267264
JB
184812009-09-29 Juanma Barranquero <lekktu@gmail.com>
18482
18483 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
18484 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
18485 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
18486
2c4cd0b0
AS
184872009-09-28 Andreas Schwab <schwab@linux-m68k.org>
18488
18489 * Makefile.in (lisptagsfiles3): Define.
5da62d41 18490 (TAGS, TAGS-LISP): Use it.
2c4cd0b0
AS
18491 (update-elclist): Add third directory level to look for elc files.
18492 (compile-always): Likewise.
18493 (backup-compiled-files): Likewise.
18494 (bootstrap-clean): Likewise.
18495 (ELCFILES): Update.
18496
a2533e47
CY
184972009-09-28 Chong Yidong <cyd@stupidchicken.com>
18498
18499 * Makefile.in (ELCFILES): Add CEDET files.
18500
eefbedb1
MA
185012009-09-28 Michael Albinus <michael.albinus@gmx.de>
18502
18503 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
18504
18505 * net/tramp.el (top): Require tramp-imap.
18506
18507 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
18508 Use `tramp-compat-handle-file-attributes'.
18509
185102009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
18511
18512 * net/tramp-imap.el: New package.
18513
b0b111c3
JB
185142009-09-28 Eric Ludlam <zappo@gnu.org>
18515
18516 * emacs-lisp/chart.el:
18517 * emacs-lisp/eieio-base.el:
18518 * emacs-lisp/eieio-comp.el:
18519 * emacs-lisp/eieio-custom.el:
18520 * emacs-lisp/eieio-datadebug.el:
18521 * emacs-lisp/eieio-opt.el:
18522 * emacs-lisp/eieio-speedbar.el:
18523 * emacs-lisp/eieio.el: New files.
18524
748e3d67
VJL
185252009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18526
18527 * whitespace.el (whitespace-trailing-regexp)
18528 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
18529 Fix doc string.
18530
15120dec
CY
185312009-09-27 Chong Yidong <cyd@stupidchicken.com>
18532
18533 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
18534 menu.
18535
18536 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
18537 menu-bar-ediff-menu.
18538
18539 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
18540 define-overloadable-function.
18541
18542 * progmodes/autoconf.el: Provide autoconf as well, so that this
18543 file can be `require'd.
18544
18545 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
18546
18547 * emacs-lisp/autoload.el (generated-autoload-feature)
18548 (generated-autoload-load-name): New vars.
18549 (autoload-rubric, autoload-generate-file-autoloads): Use them.
18550 (make-autoload): Recognize define-overloadable-function and
18551 defclass forms (for EIEIO).
18552
18553 * Makefile.in (update-subdirs): Exclude cedet directory.
18554
135abf91
AR
185552009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
18556
1becddbb 18557 * term/ns-win.el: Don't set the region face background. (Bug#4381)
135abf91
AR
18558
18559 * faces.el: Default light-background background for region face to
18560 ns_selection_color under NS.
18561
3d994264
TZ
185622009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
18563
18564 * net/imap-hash.el: New library, see NEWS.
18565
18566 * Makefile.in (ELCFILES): Add imap-hash.el.
18567
ce9a0ccb
SM
185682009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
18569
18570 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
18571 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
18572 * help-macro.el (make-help-screen): Avoid using an ambiguous function
18573 definition where the docstring could be taken for the return value.
18574
a92cdd49
GM
185752009-09-26 Glenn Morris <rgm@gnu.org>
18576
18577 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
18578 Add option to only show images below a certain size.
18579 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
18580 save-excursion calls.
18581
416ac2f1
EZ
185822009-09-26 Eli Zaretskii <eliz@gnu.org>
18583
18584 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
18585 subdirectories) and eieio.
18586
d9a13f68
AM
185872009-09-26 Alan Mackenzie <acm@muc.de>
18588
6a7662bb
BR
18589 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18590 Correct buggy bracketing. (Bug#4289)
d9a13f68
AM
18591
18592 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
550d95a0 18593 character constants (as case labels). (Bug#4289)
d9a13f68 18594
182b3bec
CY
185952009-09-25 Juri Linkov <juri@jurta.org>
18596
18597 * files.el (safe-local-eval-forms): Allow time-stamp in
18598 before-save-hook (Bug#4554).
18599
8f75f2da
JB
186002009-09-25 Drew Adams <drew.adams@oracle.com>
18601
18602 * menu-bar.el (list-buffers-directory): Doc fix.
18603
8390fb80
SM
186042009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
18605
18606 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
18607 Try and avoid copying twice the same paragraph.
18608 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
18609 Remove save-excursion.
18610 (log-edit-changelog-entry): Do it here instead.
18611
11ee8d90
JB
186122009-09-25 Juanma Barranquero <lekktu@gmail.com>
18613
027b1942
JB
18614 * bs.el (bs--get-file-name): Use `list-buffers-directory'
18615 when available, instead of hardcoding mode names. Doc fix.
18616
11ee8d90
JB
18617 * menu-bar.el (list-buffers-directory): Add docstring.
18618 Make automatically buffer-local.
18619
18620 * dired.el (dired-mode):
18621 * files.el (cd-absolute):
18622 * pcvs.el (cvs-temp-buffer):
18623 * pcvs-util.el (cvs-get-buffer-create):
18624 * shell.el (shell-mode):
18625 * vc-dir.el (vc-dir-mode):
18626 Don't make `list-buffers-directory' buffer local.
18627
21289c5d
CY
186282009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
18629
8390fb80
SM
18630 * comint.el (comint-exec, comint-run, make-comint):
18631 Doc fixes (Bug#4542).
21289c5d 18632
e8652dd9
GM
186332009-09-25 Glenn Morris <rgm@gnu.org>
18634
18635 * mail/rmailmm.el (rmail-mime): New custom group.
18636 Move all defcustoms in this file into this group.
18637 (rmail-mime-media-type-handlers-alist): Revert previous change.
18638 (rmail-mime-show-images): New option.
18639 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
18640 references to it, since it wasn't actually used for anything.
18641 (rmail-mime-insert-image): New function.
18642 (rmail-mime-image): Use rmail-mime-insert-image.
18643 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
69220882
GM
18644 obey the value of `rmail-mime-show-images' option. Print the size of
18645 attachments.
e8652dd9 18646
fb652bb5
JB
186472009-09-25 David Engster <deng@randomsample.de>
18648
18649 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
18650
32a9841c
VJL
186512009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18652
18653 * whitespace.el: Does not highlight trailing spaces While point is
18654 at end of line. Does not highligt spaces at beginning of buffer
18655 while point is at beginning of buffer. Does not highlight spaces
18656 at end of buffer while point is at end of buffer. (Bug#4177)
18657 New version 12.0.
18658 (whitespace-display-mappings): Adjust initialization.
18659 (whitespace-point, whitespace-font-lock-refontify): New vars.
18660 (whitespace-color-on, whitespace-color-off): Adjust code.
18661 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
18662 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
18663 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
18664
e477ca84
CY
186652009-09-24 Chong Yidong <cyd@stupidchicken.com>
18666
18667 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
18668
18669 * textmodes/sgml-mode.el: Remove xml-mode alias.
18670
18671 * files.el (auto-mode-alist, conf-mode-maybe)
8390fb80 18672 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
e477ca84 18673
68712602
AM
186742009-09-24 Alan Mackenzie <acm@muc.de>
18675
18676 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
18677 c-forward-conditionals, but it doesn't move point and doesn't set
18678 the mark.
18679 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
18680 (c-down-conditional-with-else, c-backward-conditional)
18681 (c-forward-conditional): Refactor to use c-scan-conditionals.
18682
1659ada0
JB
186832009-09-24 Juanma Barranquero <lekktu@gmail.com>
18684
18685 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
18686 (help-default-arg-highlight): Remove.
18687 (help-highlight-arg): New function.
18688 (help-do-arg-highlight): Use it.
18689 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
18690
b3f01e46
SM
186912009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18692
18693 * term.el (term-set-scroll-region, term-handle-ansi-escape):
18694 Undo last change, which didn't fix the problem and introduced others.
18695
107ef54a
NR
186962009-09-24 Nick Roberts <nickrob@snap.net.nz>
18697
18698 * progmodes/gdb-mi.el: Don't require speedbar.
18699 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
18700
ffa1fed6
GM
187012009-09-24 Glenn Morris <rgm@gnu.org>
18702
2157a2be
GM
18703 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
18704
6125167c
GM
18705 * term/ns-win.el (ns-reg-to-script): Define for compiler.
18706
ffa1fed6
GM
18707 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
18708 there is no newline after the final mime boundary. (Bug#4539)
18709 Move markers on insertion so that any buttons inserted don't end up in
18710 the next part of a multipart message.
2e9075d3
GM
18711 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
18712 (rmail-mime-bulk-handler): Optionally handle images.
18713 (rmail-mime-image): New button action.
18714 (rmail-mime-image-handler): New function.
18715 (rmail-mime-mode): New mode.
18716 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
ffa1fed6 18717
4a814992
SM
187182009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
18719
075518b5
SM
18720 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
18721 than just dropping elements from it (bug#4504).
18722
8ad2defc
SM
18723 * term.el (term-set-scroll-region): Don't move cursor any more.
18724 (term-handle-ansi-escape): Call term-goto here instead.
18725 Suggested by Ivan Kanis <apple@kanis.eu>.
18726
4a814992
SM
18727 * term.el: Require CL.
18728 (term-ansi-reset): New function.
18729 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
18730 (term-handle-colors-array): Simplify.
18731
5a0c3f56
JB
187322009-09-24 Juanma Barranquero <lekktu@gmail.com>
18733
18734 * allout.el (allout-overlay-interior-modification-handler)
18735 (allout-obtain-passphrase):
18736 * epa-file.el (epa-file-write-region):
18737 * ps-print.el (ps-begin-job):
18738 * vc-hooks.el (vc-toggle-read-only):
18739 * vc-rcs.el (vc-rcs-rollback):
18740 * vc-sccs.el (vc-sccs-rollback):
18741 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
18742 (vc-version-diff, vc-revert, vc-rollback):
18743 * wdired.el (wdired-check-kill-buffer):
18744 * emacs-lisp/authors.el (authors):
18745 * net/socks.el (socks-open-connection):
18746 * net/zeroconf.el (zeroconf-service-add-hook):
18747 * obsolete/vc-mcvs.el (vc-mcvs-register):
18748 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
18749 (gdb-select-frame):
18750 * progmodes/grep.el (lgrep, rgrep):
18751 * progmodes/idlw-help.el (idlwave-help-check-locations)
18752 (idlwave-help-html-link, idlwave-help-assistant-open-link):
18753 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
18754 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
18755 (reftex-toc-rename-label): Fix typos in error messages.
18756
18757 * dired-aux.el (dired-do-shell-command): Reflow docstring.
18758 (dired-copy-how-to-fn): Doc fix.
18759 (dired-files-attributes, dired-read-shell-command):
18760 Fix typos in docstrings.
18761
18762 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
18763 (dired-x-find-file-other-window): Reflow docstrings.
18764 (dired-omit-marker-char, dired-read-shell-command)
18765 (dired-x-submit-report): Fix typos in docstrings.
18766
18767 * shell.el (shell-mode-hook):
18768 * view.el (View-scroll-line-forward):
18769 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
18770 Fix typos in docstrings.
18771
18772 * net/dig.el (dig-invoke): Fix typo in docstring.
18773 (query-dig): Reflow docstring.
18774
18775 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
18776 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
18777 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
18778 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
18779 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
18780 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
18781 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
18782 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
18783 (idlwave-completion-map, idlwave-current-indent)
18784 (idlwave-custom-ampersand-surround, idlwave-customize)
18785 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
18786 (idlwave-define-abbrev, idlwave-determine-class-special)
18787 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
18788 (idlwave-end-block-reg, idlwave-end-of-statement)
18789 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
18790 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
18791 (idlwave-explicit-class-listed, idlwave-file-header)
18792 (idlwave-fill-paragraph, idlwave-find-class-definition)
18793 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
18794 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
18795 (idlwave-in-quote, idlwave-indent-action-table)
18796 (idlwave-indent-expand-table, idlwave-indent-line)
18797 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
18798 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
18799 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
18800 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
18801 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
18802 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
18803 (idlwave-outlawed-buffers, idlwave-popup-select)
18804 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
18805 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
18806 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
18807 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
18808 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
18809 (idlwave-statement-type, idlwave-struct-skip)
18810 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
18811 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
18812 (idlwave-what-module-find-class): Fix typos in docstrings.
18813 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
18814 (idlwave-calculate-cont-indent, idlwave-expand-equal)
18815 (idlwave-find-module, idlwave-find-structure-definition)
18816 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
18817 (idlwave-list-load-path-shadows, idlwave-next-statement)
18818 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
18819 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
18820 (idlwave-template): Reflow docstrings.
18821
18822 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
18823 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
18824 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
18825 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
18826 (idlwave-shell-display-line, idlwave-shell-display-wframe)
18827 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
18828 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
18829 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
18830 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
18831 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
18832 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
18833 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
18834 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
18835 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
18836 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
18837 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
18838 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
18839 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
18840 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
18841 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
18842 Fix typos in docstrings.
18843 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
18844 (idlwave-shell-hide-output, idlwave-shell-mode)
18845 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
18846 Reflow docstrings.
18847
18848 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
18849
62136c5d
SM
188502009-09-24 Ivan Kanis <apple@kanis.eu>
18851
18852 * term.el (term-bold-attribute): New var.
18853 (term-handle-colors-array): Use it.
18854
9c1a45ed
NR
188552009-09-23 Nick Roberts <nickrob@snap.net.nz>
18856
18857 * progmodes/gdb-mi.el (gdb-version): New variable.
18858 (gdb-non-stop-handler): Set gdb-version.
18859 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
18860 Condition "--thread" option on gdb-version.
18861 (gdb-invalidate-threads): Remove unused argument.
18862
03304f31
SM
188632009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
18864
18865 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
18866 to looking-back to avoid ridiculous slow down in large files (bug#4511).
18867
4f02f0c9
GM
188682009-09-23 Glenn Morris <rgm@gnu.org>
18869
18870 * mail/rmail.el (rmail-reply): Don't try to add a References header when
18871 replying to mail without References or Message-Id. (Bug#4525)
18872
a3b4b363
AR
188732009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
18874
18875 * term/ns-win.el (ns-reg-to-script): New variable.
18876
7bda18cc
DU
188772009-09-23 Daiki Ueno <ueno@unixuser.org>
18878
18879 * epg.el (epg-wait-for-status): Preserve existing 'error results.
18880
72169e55
SS
188812009-09-22 Sam Steingold <sds@gnu.org>
18882
18883 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
71630ffe
SS
18884 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
18885 to 1 because hg returns status 1 when nothing is found.
0aa4f295 18886 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
72169e55 18887
905b7d38
SM
188882009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
18889
b0459dec
SM
18890 * textmodes/fill.el: Convert to utf-8 encoding.
18891 (fill-french-nobreak-p): Remove redundant » and « inherited from our
dd86ea11 18892 pre-Unicode days.
b0459dec 18893
905b7d38
SM
18894 * add-log.el (change-log-fill-forward-paragraph): New function.
18895 (change-log-mode): Use it so fill-region DTRT.
18896 Set fill-indent-according-to-mode here rather than in
18897 change-log-fill-paragraph.
18898 (change-log-fill-paragraph): Remove.
18899
baa7f3de
JB
189002009-09-22 Juanma Barranquero <lekktu@gmail.com>
18901
18902 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
18903 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
18904
a8d789f0
GM
189052009-09-22 Glenn Morris <rgm@gnu.org>
18906
daedbbc2
GM
18907 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
18908 the scroll-bar scroll the calendar window rather than the buffer.
18909
d8899a74
GM
18910 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
18911 commands that move point (as opposed to scrolling).
18912
a8d789f0
GM
18913 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
18914
18915 * emacs-lisp/elint.el (elint): New custom group.
18916 (elint-log-buffer): Make it a defcustom.
18917 (elint-scan-preloaded, elint-ignored-warnings)
18918 (elint-directory-skip-re): New options.
18919 (elint-builtin-variables): Doc fix.
18920 (elint-preloaded-env): New variable.
18921 (elint-unknown-builtin-args): Add an entry for encode-time.
18922 (elint-extra-errors): Make it a variable rather than a constant.
18923 (elint-preloaded-skip-re): New constant.
18924 (elint-directory): Skip files matching elint-directory-skip-re.
18925 (elint-features): New variable, local to linted buffers.
18926 (elint-update-env): Initialize elint-features. Possibly add
18927 elint-preloaded-env to the buffer's environment.
18928 (elint-get-top-forms): Bind elint-current-pos, for log messages.
18929 Skip quoted forms.
18930 (elint-init-form): New function, extracted from elint-init-env.
18931 Make non-list forms a warning rather than an error.
18932 Add the mode-map for define-derived-mode. Handle define-minor-mode,
18933 easy-menu-define, put that adds an error-condition, and provide.
18934 When requiring cl, also require cl-macs. Really require cl, to handle
18935 some cl macros. Store required libraries in the list elint-features,
18936 so as not to re-load them. Treat cc-require like require.
18937 (elint-init-env): Call elint-init-form to do the work.
18938 Handle eval-and-compile and such like.
18939 (elint-add-required-env): Do not clear messages.
18940 (elint-special-forms): Add handlers for function, defalias, if, when,
18941 unless, and, or.
18942 (elint-form): Add optional argument to ignore elint-special-forms,
18943 useful to prevent recursive calls from handlers. Doc fix.
18944 Respect elint-ignored-warnings.
18945 (elint-form): Respect elint-ignored-warnings.
18946 (elint-bound-variable, elint-bound-function): New variables.
18947 (elint-unbound-variable): Respect elint-bound-variable.
18948 (elint-get-args): Respect elint-bound-function.
18949 (elint-check-cond-form): Add some simple handling for (f)boundp and
18950 featurep tests.
18951 (elint-check-defalias-form): New handler.
18952 (elint-check-let-form): Make an empty let a warning rather than an
18953 error.
18954 (elint-check-setq-form): Make an empty setq a warning rather than an
18955 error. Respect elint-ignored-warnings.
18956 (elint-check-defvar-form): Accept null doc-strings.
18957 (elint-check-conditional-form): New handler. Does some simple-minded
18958 checking of featurep and (f)boundp tests.
18959 (elint-put-function-args): New function.
18960 (elint-initialize): Use elint-scan-doc-file rather than
18961 elint-find-builtin-variables. Use elint-put-function-args.
18962 Possibly scan preloaded-file-list.
18963 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
18964 extend to handle functions as well.
18965
245be23c
JB
189662009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
18967
18968 * linum.el (linum-delete-overlays, linum-update-window):
18969 Do not modify the right margin. (Bug#3971)
18970
91fdbd6f
CY
189712009-09-21 Chong Yidong <cyd@stupidchicken.com>
18972
6a7662bb
BR
18973 * files.el (conf-mode-maybe, magic-fallback-mode-alist):
18974 Use nxml-mode instead of xml-mode.
91fdbd6f 18975
7589d38e
JB
189762009-09-21 Kevin Ryde <user42@zip.com.au>
18977
18978 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
18979
5ac42715
SM
189802009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
18981
18982 * net/dig.el (dig-mode): Use define-derived-mode.
18983
09c01323
DN
189842009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
18985
4096c5f2
DN
18986 * vc-dispatcher.el (vc-do-command): Return the process object in
18987 the asynchronous case. Use when instead of if. Do not run
5480359e 18988 vc-exec-after to display a message if not enabled. (Bug#4463)
4096c5f2 18989
0e172cc2
DN
18990 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
18991 properties to the stash strings.
18992 (vc-git-stash-list): Return a list of strings.
18993 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
18994 (vc-git-stash-show-at-point): New functions.
18995 (vc-git-stash-map): New keymap.
18996
03304f31
SM
18997 * register.el (ctl-x-r-map): Define the keys here instead of
18998 using autoload.
09c01323 18999
03304f31 190002009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
e3f36d03
SM
19001
19002 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
19003 list, to workaround performance problem (bug#4485).
19004
2f5fc4d7
NR
190052009-09-20 Nick Roberts <nickrob@snap.net.nz>
19006
19007 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
19008
b0f5fd2e
DU
190092009-09-20 Daiki Ueno <ueno@unixuser.org>
19010
19011 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
19012 Document that this option is not recommended to use.
19013
f3445fab
GM
190142009-09-19 Glenn Morris <rgm@gnu.org>
19015
547c6921
GM
19016 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
19017 variable `var'.
19018
f3445fab
GM
19019 * calc/calc-alg.el (var):
19020 * calc/calcalg2.el (var): Define for compiler.
19021
946c009b
CY
190222009-09-19 Chong Yidong <cyd@stupidchicken.com>
19023
e3f36d03
SM
19024 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
19025 Doc fix (Bug#3932).
e2045997 19026
24aedbca
CY
19027 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
19028
327dd27a
CY
19029 * time-stamp.el (time-stamp-month-dd-yyyy)
19030 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
19031 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
19032 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
e3f36d03
SM
19033 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
19034 Remove functions that have been obsolete since 1995 (Bug#4436).
327dd27a 19035
946c009b
CY
19036 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
19037 indent buffer only if called interactively (Bug#4452).
19038
3e70541a 190392009-09-19 Juanma Barranquero <lekktu@gmail.com>
4e2af782 19040 Eli Zaretskii <eliz@gnu.org>
3e70541a
JB
19041
19042 This fixes bug#4197 (merged to bug#865, though not identical).
19043 * server.el (server-auth-dir): Add docstring note about FAT32.
19044 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
19045 but warn against using them.
19046
9b94c32e
NR
190472009-09-19 Nick Roberts <nickrob@snap.net.nz>
19048
19049 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
19050 older GDB where there is no has_more field.
19051
66590684
GM
190522009-09-19 Glenn Morris <rgm@gnu.org>
19053
19054 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
19055
9a1337f9
CY
190562009-09-18 Chong Yidong <cyd@stupidchicken.com>
19057
19058 * files.el (auto-mode-alist): Change default for XML files to nXML
19059 mode (Bug#4169).
19060
d7554167
JB
190612009-09-18 Juanma Barranquero <lekktu@gmail.com>
19062
19063 * server.el (server-ensure-safe-dir): Pass 'integer
19064 to `file-attributes', as suggested.
19065
35a3f9a4
SM
190662009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
19067
19068 * dired-aux.el (dired-query-alist): Remove spurious backslash.
19069 (dired-query): Use read-key.
19070
044f9b05
AR
190712009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
19072
19073 * cus-start.el (ns-use-qd-smoothing): Remove.
19074
6188ea49
GM
190752009-09-18 Glenn Morris <rgm@gnu.org>
19076
08cf18e4
GM
19077 * allout.el (top-level): Remove unnecessary progn.
19078
07eae5c5
GM
19079 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
19080
6726c25e
GM
19081 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
19082 definition of abbrev table.
19083
3f527154 19084 * speedbar.el (speedbar-track-mouse):
6188ea49
GM
19085 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
19086 * net/eudc.el (eudc-expand-inline):
770af4b4
GM
19087 * net/newst-backend.el (newsticker--cache-read-feed):
19088 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
6188ea49
GM
19089 condition-case handlers.
19090
ccb4c30c
NR
190912009-09-18 Nick Roberts <nickrob@snap.net.nz>
19092
19093 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
19094 (gdb-var-list): Add an element for has_more field.
19095 (gdb-non-stop-handler): Enable pretty printing for STL containers.
19096 (gdb-var-create-handler, gdb-var-list-children-handler-1)
19097 (gdb-var-update-handler-1): Parse output of dynamic variable
19098 objects (STL containers).
19099 (gdb-var-delete-1): Pass var1 as an explicit second argument.
19100 (gdb-get-field): Delete alias. Use bindat-get-field directly.
19101
19102 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
19103 gdb-var-list.
19104 (gud-speedbar-buttons): Make node expandable if expression "has more"
19105 children.
19106
8686ac71
JB
191072009-09-17 Juanma Barranquero <lekktu@gmail.com>
19108
19109 * startup.el (emacs-quick-startup): Remove variable and all uses.
19110 (command-line): Set `inhibit-x-resources' instead.
19111 (command-line-1): Use `inhibit-x-resources' instead.
19112
a69c67e8
CY
191132009-09-17 Chong Yidong <cyd@stupidchicken.com>
19114
19115 * subr.el: Fix last change to avoid using the `unless' macro,
19116 which breaks bootstrapping.
19117
354f0faf
SM
191182009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19119
19120 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
19121 extended definitions, in case we reload subr.el after having
19122 loaded CL.
19123 (eval-next-after-load): Mark as obsolete.
19124
98b9bf40
JL
191252009-09-17 Juri Linkov <juri@jurta.org>
19126
19127 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
19128 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
19129 (menu-bar-showhide-menu, menu-bar-tools-menu)
19130 (menu-bar-describe-menu, menu-bar-help-menu)
19131 (minibuffer-local-completion-map, minibuffer-local-map):
19132 Fix list quoting.
19133
28fab7b5
GM
191342009-09-17 Glenn Morris <rgm@gnu.org>
19135
88d5190c
GM
19136 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
19137 arguments, whether or not it has a handler.
19138
74f24ba7
GM
19139 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
19140
28fab7b5
GM
19141 * simple.el (hard-newline): Give it a doc-string.
19142
a8106aec
GM
19143 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19144 (lisp-mode-syntax-table): Give them doc-strings.
e4a09a11 19145
76251ad7
DN
191462009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
19147
72033dbe
DN
19148 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
19149 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
19150 (menu-bar-options-menu, menu-bar-showhide-menu)
19151 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
19152 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
19153 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
19154 (menu-bar-options-menu, menu-bar-tools-menu)
19155 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
19156 (menu-bar-help-menu):
19157 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
19158 string arguments.
19159
76251ad7
DN
19160 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
19161 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
19162 calls for the menu names and :help.
19163
97b952b7
SM
191642009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
19165
19166 * mouse.el (minor-mode-menu-from-indicator): Pay attention
19167 to :minor-mode-function (bug#4455).
19168
8f38189e
SM
191692009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
19170
d2fd733e
SM
19171 * startup.el (command-line): Initialize the window-system after
19172 processing the command-line.
19173
8f38189e
SM
19174 * textmodes/page.el (what-page): Make sure we don't inf-loop if
19175 page-delimiter matches the empty string.
19176
77564fa4
GM
191772009-09-16 Glenn Morris <rgm@gnu.org>
19178
19179 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
19180 byte-compile-not-obsolete-var. It's a list now.
19181 (byte-compile-not-obsolete-funcs): New variable.
19182 (byte-compile-warn-obsolete): Don't warn about functions if they are in
19183 byte-compile-not-obsolete-funcs.
19184 (byte-compile-variable-ref, byte-compile-defvar): Update for
19185 byte-compile-not-obsolete-vars name-change and list nature.
19186 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
19187 and variables behind (f)boundp tests.
19188 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
19189
79d316d3
DN
191902009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19191
19192 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
19193
8fed6934
SM
191942009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19195
19196 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
19197 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
19198 Don't autoload.
19199
4078fd57
SE
192002009-09-15 Stephen Eglen <stephen@gnu.org>
19201
19202 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5a0c3f56 19203 the virtual-buffers, use the name of the buffer specified by
4078fd57 19204 find-file-noselect, as the match may be a symlink. (This was a
5a0c3f56 19205 problem if the target and the symlink had different names.)
4078fd57 19206
838ff458
SM
192072009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19208
b3c7c12d
SM
19209 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
19210
13dc2bc2
SM
19211 * desktop.el (desktop-path): Check user-emacs-directory.
19212
49fec531
SM
19213 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
19214
0e328d37
SM
19215 * loadup.el: Use after-load-functions to GC after loading each file.
19216 Remove the explicit GC calls that used to be sprinkled around.
19217
838ff458
SM
19218 * subr.el (after-load-functions): New hook.
19219 (do-after-load-evaluation): Run it. Use string-match-p to detect
19220 `obsolete' packages, rather than painfully extracting the relevant
19221 directory name.
19222
a62f564f
GM
192232009-09-15 Glenn Morris <rgm@gnu.org>
19224
19225 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
19226 free variable `doc'.
19227
19228 * dired.el (dired-mode-map): Add menu entry for async shell command.
19229
19230 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
19231 variables, also consider the .elc files, since the .el files are
19232 normally gzipped (subsequent code locates the .el.gz from the .elc).
19233
19234 * calc/calc-prog.el (arglist): Define for compiler.
19235
19236 * calendar/diary-lib.el (diary-display-function): Change the default to
19237 fancy display.
19238 (body): Define for compiler.
19239
19240 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
19241 (byte-compile-file-form, byte-compile-lambda)
19242 (byte-compile-top-level-body, byte-compile-form)
19243 (byte-compile-variable-ref, byte-compile-setq)
19244 (byte-compile-setq-default, byte-compile-body)
19245 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
19246 (batch-byte-compile): Give some more local variables with common names
19247 a "bytecomp-" prefix to avoid masking warnings about free variables.
19248
cd05fe7f
GM
19249 * startup.el (command-line-1): Give local variables with common names a
19250 distinguishing prefix, so as not to hide free variable warnings during
19251 bootstrap.
19252
a62f564f
GM
19253 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
19254 clever and add a suffix to make a unique name, just let the user decide
19255 whether or not to overwrite it. If the input is a directory, write the
19256 default filename to that directory. (Bug#4388)
19257 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
19258 is a filename-as-a-directory.
19259
fbc88440
SM
192602009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
19261
19262 * textmodes/page.el (what-page): Don't move to beginning of line.
19263 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
19264
60308853
DN
192652009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
19266
19267 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
19268
32ba3abc
DN
192692009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
19270
9cd39aff
DN
19271 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
19272 * help.el (help-for-help-internal): Add purecopy calls for text.
19273
32ba3abc
DN
19274 * vc.el (top): print-log method now takes an optional SHORTLOG
19275 argument. Add a new method: root.
32ba3abc
DN
19276 (vc-root-diff, vc-print-root-log): New functions.
19277 (vc-log-short-style): New variable.
19278 (vc-print-log-internal): Add support for showing short logs.
19279
19280 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
19281 vc-print-root-log and vc-print-root-diff.
19282
19283 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
19284 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
19285 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
19286 short logs.
19287
19288 * vc-cvs.el (vc-cvs-print-log):
19289 * vc-mtn.el (vc-mtn-print-log):
19290 * vc-rcs.el (vc-rcs-print-log):
19291 * vc-sccs.el (vc-sccs-print-log):
19292 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
19293 that is ignored for now.
19294
837b0e99
DN
19295 * vc-mtn.el (vc-mtn-annotate-command):
19296 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
19297
31cd2dd4
SM
192982009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
19299
19300 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
19301 to function-key-map, and give them ascii-character property.
19302 * term/x-win.el (x-alternatives-map):
19303 * term/ns-win.el (ns-alternatives-map):
19304 * term/internal.el (msdos-key-remapping-map):
19305 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
19306
d62e5bf2
GM
193072009-09-14 Glenn Morris <rgm@gnu.org>
19308
19309 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
19310 temp-buffers (2009-09-12).
19311
7d0105e5
SM
193122009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19313
19314 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
19315 the new read-key function.
19316
e17ed9ad
CY
193172009-09-13 Chong Yidong <cyd@stupidchicken.com>
19318
19319 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
19320 is defined (Bug#4405).
19321
1fc26e29
CY
193222009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
19323
19324 * recentf.el (recentf-cleanup): Use a hash table to find
19325 duplicates (Bug#4407).
19326
61dc96a2 193272009-09-13 Per Starbäck <per@starback.se> (tiny change)
7e73ea32
CY
19328
19329 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
19330 kp-0 to ascii equivalents (Bug#4325).
19331
42c3a9e3
CY
193322009-09-13 Chong Yidong <cyd@stupidchicken.com>
19333
1f5c1626
CY
19334 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
19335
42c3a9e3 19336 * eshell/em-hist.el:
31cd2dd4
SM
19337 * eshell/em-dirs.el (eshell-complete-user-reference):
19338 Declare pcomplete functions and variables to avoid compiler warnings.
42c3a9e3
CY
19339
193402009-09-13 Leo <sdl.web@gmail.com> (tiny change)
19341
19342 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
19343 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
19344 * eshell/em-alias.el (eshell-aliases-file):
31cd2dd4
SM
19345 * eshell/em-hist.el (eshell-history-file-name):
19346 Use expand-file-name instead of concat to make file names (Bug#4308).
42c3a9e3 19347
1e2b6acf
GM
193482009-09-13 Glenn Morris <rgm@gnu.org>
19349
19350 * ediff-merg.el (ediff-do-merge):
19351 * filesets.el (filesets-run-cmd):
19352 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
19353 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
19354 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
19355 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
19356 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
19357 Replace empty `let's with `progn'.
19358
adba8116
SM
193592009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
19360
19361 * mail/sendmail.el (send-mail-function):
19362 * tooltip.el (tooltip-mode):
19363 * simple.el (transient-mark-mode):
19364 * rfn-eshadow.el (file-name-shadow-mode):
19365 * frame.el (blink-cursor-mode):
19366 * font-core.el (global-font-lock-mode):
19367 * files.el (temporary-file-directory)
19368 (small-temporary-file-directory, auto-save-file-name-transforms):
19369 * epa-hook.el (auto-encryption-mode):
19370 * composite.el (global-auto-composition-mode):
19371 Use custom-initialize-delay.
19372 * startup.el (command-line): Don't explicitly call
19373 custom-reevaluate-setting for all the above vars.
19374 * custom.el (custom-initialize-safe-set)
19375 (custom-initialize-safe-default): Delete.
19376
0a4afea9
SM
193772009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19378
9f94990d
SM
19379 * term/x-win.el (x-initialize-window-system):
19380 * term/w32-win.el (w32-initialize-window-system):
19381 * term/ns-win.el (ns-initialize-window-system): Don't call
19382 mouse-wheel-mode since it's enabled globally by default already.
19383
0a4afea9
SM
19384 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
19385 actually define the variable, but only silences the byte-compiler.
19386 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
19387 before looking it up.
19388 (mouse-wheel-scroll-amount): Also reset the bindings if this value
19389 is changed.
19390
bf01513f
GM
193912009-09-12 Glenn Morris <rgm@gnu.org>
19392
19393 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
19394 1000.
19395 (elint-add-required-env): Don't beep on error.
19396 (elint-forms): In case of error, return ENV unchanged.
afdceaec
GM
19397 (elint-init-env): Skip non-list forms.
19398 (elint-log): Handle unknown file positions.
bf01513f 19399
d85889e4
DU
194002009-09-12 Daiki Ueno <ueno@unixuser.org>
19401
19402 * epg.el (epg-make-context): Add autoload cookie.
19403 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
19404 (epg-decrypt-string, epg-start-verify, epg-verify-file)
19405 (epg-verify-string, epg-start-sign, epg-sign-file)
19406 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
19407 (epg-encrypt-string, epg-start-export-keys)
19408 (epg-export-keys-to-file, epg-export-keys-to-string)
19409 (epg-start-import-keys, epg-import-keys-from-file)
19410 (epg-import-keys-from-string, epg-start-receive-keys)
19411 (epg-receive-keys, epg-import-keys-from-server)
19412 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
19413 (epg-sign-keys, epg-start-generate-key)
0a4afea9
SM
19414 (epg-generate-key-from-file, epg-generate-key-from-string):
19415 Remove autoload cookie.
d85889e4 19416
8f825ee6
EZ
194172009-09-12 Eli Zaretskii <eliz@gnu.org>
19418
36b434ee
EZ
19419 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
19420 reevaluation of trash-directory.
19421
8f825ee6
EZ
19422 * mwheel.el: Fix last change.
19423 (mouse-wheel-mode): New defvar.
19424 (mouse-wheel-mode): Remove autoload cookie.
19425
5766c380
SM
194262009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
19427
ab5c0fcd
SM
19428 * mwheel.el (mwheel-installed-bindings): New var.
19429 (mouse-wheel-mode): Use it, so as to make sure we really remove all
19430 the bindings we set last time. Use custom-initialize-delay.
19431 * loadup.el: Load mwheel after term/*-win.el.
19432 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
19433 and mouse-wheel-up-event now that their first evaluation is done
19434 sufficiently late to be correct.
19435
45448e64
SM
19436 * startup.el (tutorial-directory): Make it a defcustom.
19437 Use custom-initialize-delay rather than eval-at-startup to set it.
19438 * image.el (image-load-path): Make it a defcustom.
19439 Use custom-initialize-delay rather than eval-at-startup to set it.
19440 * subr.el (eval-at-startup): Remove.
19441 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
19442
5766c380
SM
19443 * subr.el (do-after-load-evaluation): Warn the user after loading an
19444 obsolete package.
19445
d6549da4
GM
194462009-09-12 Glenn Morris <rgm@gnu.org>
19447
19448 * proced.el (proced-mark-alt): Remove alias.
19449 (proced-mode-map): Remove proced-mark-alt.
19450
19451 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
19452 Elint file and directory. Remove initialization entry.
19453
19454 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
19455 commands.
19456 (elint-current-buffer): Set mode-line-process.
19457 (elint-init-env): Handle define-derived-mode.
19458 Fix declare-function with unspecified arglist. Guard against odd
19459 defalias statements (eg iso-insert's 8859-1-map).
19460 (elint-add-required-env): Use a temp buffer.
19461 (elint-form): Just print the function/macro name, not the whole form.
19462 Return env unchanged if we fail to parse a macro.
19463 (elint-forms): Guard against parse errors.
19464 (elint-output): New function, to handle batch mode.
19465 (elint-log-message): Add optional argument. Use elint-output.
19466 (elint-set-mode-line): New function.
19467
30194d4d
CY
194682009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
19469
19470 * emacs-lisp/elp.el (elp-not-profilable): Add more
19471 functions (Bug#4233).
19472
a035f9b0
CY
194732009-09-12 Chong Yidong <cyd@stupidchicken.com>
19474
19475 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
19476 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
19477
dad61164
NR
194782009-09-11 Nick Roberts <nickrob@snap.net.nz>
19479
19480 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
19481 (gdb-var-list-children): Use json parsing.
19482
9c3c9fdf 194832009-09-11 Daniel Colascione <dan.colascione@gmail.com>
34cab3d9
CY
19484
19485 * progmodes/js.el (js--proper-indentation): Handle the case where
19486 char-before is null. Reported by Deniz Dogan.
19487
b4587710
JB
194882009-09-11 Juanma Barranquero <lekktu@gmail.com>
19489
19490 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
19491
13890796
DU
194922009-09-11 Daiki Ueno <ueno@unixuser.org>
19493
19494 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
19495 (epg-digest-algorithm-alist): Add SHA224.
b18508dd 19496 (epg-context-set-passphrase-callback)
97d4bdba 19497 (epg-context-set-progress-callback): Add description about
b18508dd 19498 callback function.
13890796 19499
2efb64a8
SM
195002009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19501
790d0270
SM
19502 * custom.el (custom-delayed-init-variables): New var.
19503 (custom-initialize-delay): New function.
19504 * startup.el (command-line): "Re"evaluate all vars in
19505 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
19506 explicitly any more.
19507 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
19508 to avoid creating a ~/.emacs.d at build-time (bug#4347).
19509
19510 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2efb64a8 19511
ac243a40
NR
195122009-09-11 Nick Roberts <nickrob@snap.net.nz>
19513
19514 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
19515 (gdb-var-update-handler): Use json parsing.
19516
657bc6fc
JB
195172009-09-11 Juanma Barranquero <lekktu@gmail.com>
19518
19519 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
19520 decode annotated text, regardless of language environment. (Bug#2741)
19521
b6fe8102
SM
195222009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19523
19524 * Makefile.in (autoloads): Make rmail.el writable as well.
19525
5cc443fe
GM
195262009-09-11 Glenn Morris <rgm@gnu.org>
19527
5515c54e
GM
19528 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
19529 loaddefs.el.
19530 * dired.el: Regenerate with extracted autoloads.
19531 * Makefile.in (autoloads): Make dired.el writable.
19532
15067158
GM
19533 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
19534 * ibuffer.el: Regenerate with extracted autoloads.
19535 * Makefile.in (autoloads): Make ibuffer.el writable.
19536
d35d0238
GM
19537 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
19538 * version.el (emacs-copyright, emacs-major-version)
19539 (emacs-minor-version): Reformat doc-strings for make-docfile.
19540
5cc443fe
GM
19541 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
19542 functions and variables, since they must be stuff specific to some other
19543 platform.
19544 (apropos-print): Make mouse-click message less specific about button.
19545
19546 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
19547 that records where a macro was defined.
19548 * help-fns.el (describe-function-1): Mention if a function has a
19549 compiler-macro.
19550 * help-mode.el (help-function-cmacro): New button.
19551
19552 * locate.el (top-level): Always require dired.
19553 (locate-mode-map): Initialize inside the defvar.
19554
19555 * net/ange-ftp.el (dired-compress-file): Declare.
19556 (ange-ftp-dired-compress-file): Add doc string.
19557
19558 * term/ns-win.el (x-display-name, x-setup-function-keys):
19559 Unify doc-strings with X versions.
19560
8cb95edf
SM
195612009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
19562
726a4d09
SM
19563 * emulation/crisp.el (crisp-mode-map): Move initialization
19564 into declaration.
19565 (crisp-mode): Use define-minor-mode.
19566
8cb95edf
SM
19567 * progmodes/xscheme.el (xscheme-evaluation-commands):
19568 Put a :advertised-binding property rather than using
19569 advertised-xscheme-send-previous-expression.
19570 (advertised-xscheme-send-previous-expression): Declare obsolete.
19571 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
19572 `advertised-undo'.
19573 (crisp-mode): Add corresponding bindings to
19574 undo's :advertised-binding instead.
19575 * dired.el (dired-mode-map): Put a :advertised-binding property rather
19576 than using dired-advertised-find-file.
19577 (dired-advertised-find-file):
19578 * simple.el (advertised-undo):
19579 * wid-edit.el (advertised-widget-backward): Declare obsolete.
19580 (widget-keymap): Put a :advertised-binding property rather
19581 than using advertised-widget-backward.
19582 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
19583 than using advertised-undo.
19584 * tutorial.el (tutorial--default-keys): Adjust accordingly.
19585
07db5857
SS
195862009-09-10 Simon South <ssouth@slowcomputing.org>
19587
19588 * progmodes/delphi.el (delphi-tab): Indent region when Transient
19589 Mark mode is enabled and region is active; otherwise indent or
19590 insert TAB as usual.
19591 (delphi-mode): Update description of TAB-key binding.
19592
50d4ba39
SM
195932009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
19594
19595 * subr.el (define-key-rebound-commands): Mark obsolete.
19596 * startup.el (precompute-menubar-bindings): Remove.
19597 (normal-top-level): Remove obsolete code that tried to precompute
19598 menubar bindings.
19599 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
19600 define-key-rebound-commands and precompute-menubar-bindings.
19601
ffa894db
KY
196022009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
19603
19604 * net/imap.el (imap-interactive-login): Better messages.
19605 (imap-open): Fix bug with renamed buffer on reconnect.
19606 (imap-authenticate): Add buffer-local imap-last-authenticator variable
19607 for easier debugging and cleaner code. On successful (guessed based on
19608 server capabilities) secondary authentication, set imap-state
19609 correctly.
19610 (imap-last-authenticator): Define imap-last-authenticator as a variable
19611 to avoid warnings.
19612
9477096c
GM
196132009-09-10 Glenn Morris <rgm@gnu.org>
19614
19615 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
19616
19617 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
19618 (byte-compile-file-form-autoload): Don't warn about unknown functions
19619 where the autoload statement comes after the use.
19620 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
19621 that any handlers inside the body (eg require) are in turn respected.
19622
19623 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
19624 effects.
19625
19626 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
19627 and syntax and abbrev tables basic docs, if they don't have any.
19628
19629 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
19630
19631 * international/mule-cmds.el (top-level): Require cl when compiling.
19632 (view-hello-file): Use default-value rather than
19633 default-enable-multibyte-characters.
19634
19635 * progmodes/fortran.el: Move all safe and risky properties into the
19636 defcustoms.
19637
19638 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
19639 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
19640 * mail/undigest.el:
19641 Put autoloads in rmail.el rather than loaddefs.el.
19642 * mail/rmail.el: Regenerate with extracted autoloads.
19643
19644 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
19645 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
19646
9f16c547
NR
196472009-09-10 Nick Roberts <nickrob@snap.net.nz>
19648
19649 Reported in thread for Bug#4375.
19650 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
19651 "-data-evaluate-expression" instead of print.
19652 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
19653 (gdb-tooltip-print): Parse output from above MI command.
7ab133d1
NR
19654 (gdb): Revert 2009-08-11 change. User should detach inferior
19655 manually.
9f16c547
NR
19656
19657 Remove the word "separate" from IO functions as inferior
19658 output is now never displayed in the GUD buffer.
19659
50405cd0
JB
196602009-09-10 Juanma Barranquero <lekktu@gmail.com>
19661
19662 * startup.el (command-line-normalize-file-name): On Windows and
19663 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
19664
7ae62430
JL
196652009-09-10 Juri Linkov <juri@jurta.org>
19666
19667 * isearch.el (isearch-text-char-description): Propertize escape
19668 character sequences with the `escape-glyph' face. (Bug#4344)
19669
19670 * simple.el (shell-command): Set asynchronous process filter to
19671 `comint-output-filter'. (Bug#4343)
19672
19673 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
19674 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
19675 the list. Move "asm" to the bottom.
19676 (grep-find-ignored-directories): Add `choice' with nil value
19677 to empty the list easily.
19678 (grep-find-ignored-files): New option.
19679 (grep-files-history): Set to nil by default instead of '("ch" "el").
19680 (grep-compute-defaults): Add "<X>" to `grep-template'.
19681 (grep-read-files): Bind new local variables `default-alias' and
19682 `default-extension'. Use a list of default values for the file prompt.
19683 (lgrep): Add `--exclude=' command line options composed from
19684 `grep-find-ignored-files'.
19685 (rgrep): Add `-name' command line options composed from
19686 `grep-find-ignored-files'. (Bug#4301)
19687
cd875252
SM
196882009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
19689
19690 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
19691 (bug#4368).
19692
cdce0b33
KY
196932009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
19694
19695 * calendar/time-date.el (autoload):
19696 Expand define-obsolete-function-alias into defalias and make-obsolete
19697 for old Emacsen that Gnus supports.
19698 (with-no-warnings): Define it for old Emacsen.
19699 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
19700 is available.
19701 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
19702 float-time is available; suppress compile warning for time-to-seconds.
19703
197042009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
19705
19706 * net/imap.el (imap-message-map): Docstring fix.
19707
2b2eb431
GM
197082009-09-09 Glenn Morris <rgm@gnu.org>
19709
19710 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
19711 line numbers too. (Bug#4374)
19712
83a5aac5
SM
197132009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
19714
755e0210
SM
19715 * smerge-mode.el (smerge-remove-props, smerge-refine):
19716 Use with-silent-modifications (bug#4342).
19717
83a5aac5
SM
19718 * subr.el (with-silent-modifications): New macro.
19719
79f01fa7
JB
197202009-09-07 Juanma Barranquero <lekktu@gmail.com>
19721
19722 * files.el (top-level): Require `cl' when compiling.
19723
448ecec3
GM
197242009-09-07 Glenn Morris <rgm@gnu.org>
19725
19726 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
19727
8f09a02f
GM
19728 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
19729 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
19730
76ff67bf
NR
197312009-09-06 Nick Roberts <nickrob@snap.net.nz>
19732
19733 * vc-git.el (vc-git-annotate-command): Use separator to parse
19734 arguments correctly.
19735
943c8b75
EZ
197362009-09-06 Eli Zaretskii <eliz@gnu.org>
19737
19738 * proced.el (proced-mode): Doc fix.
19739
680db9ac
MA
197402009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
19741
19742 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
19743 lstat fails.
19744 (tramp-do-file-attributes-with-ls): Check for file existence at
19745 remote end.
19746 (tramp-do-file-attributes-with-stat): Likewise.
19747 (tramp-convert-file-attributes): Return nil when attr is nil.
19748
3f12e5bd
GM
197492009-09-05 Glenn Morris <rgm@gnu.org>
19750
c8dc27bf
GM
19751 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
19752 properties to this button.
19753 (diary-fancy-display): Don't extend the button to the final newline.
19754 (diary-fancy-display-mode): Continue to define "q" as a local key.
19755
cca065d8
GM
19756 * calendar/cal-china.el (holiday-chinese): Make it slightly more
19757 efficient.
19758
cddaedb6
GM
19759 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
19760
3f12e5bd
GM
19761 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
19762 (byte-compile-dest-file-function): New option.
19763 (byte-compile-dest-file): Doc fix.
19764 Obey byte-compile-dest-file-function.
19765 (byte-compile-cl-file-p): New function.
19766 (byte-compile-eval): Only suppress noruntime warnings about cl functions
19767 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
19768 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
19769 than for file being previously loaded.
19770 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
19771 (byte-compile-file-form-require): Handle the case where requiring a file
19772 indirectly causes CL to be loaded.
19773
049a231b
KF
197742009-09-05 Karl Fogel <kfogel@red-bean.com>
19775
19776 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
19777 before killing the old buffer, since by the time `kill-buffer' is
19778 run so many buffer variables have been set to nil that it may not
19779 behave as expected. (Bug#4061)
19780
ef7ef2a0
KF
197812009-09-05 Karl Fogel <kfogel@red-bean.com>
19782
19783 * files.el (find-alternate-file): If the old buffer is modified
19784 and visiting a file, behave similarly to `kill-buffer' when
19785 killing it, thus reverting to the pre-1.878 behavior; see
19786 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
19787 for discussion. Also, consult `buffer-file-name' as a variable
19788 not as a function, for consistency with the rest of the code.
19789
73d854cd
MA
197902009-09-04 Michael Albinus <michael.albinus@gmx.de>
19791
19792 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
19793 also when adding a new directory.
19794
6a7662bb
BR
19795 * net/tramp-compat.el (tramp-compat-line-beginning-position):
19796 New defun.
73d854cd 19797
df120481
SM
197982009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
19799
19800 * files.el (locate-file-completion-table): Make it provide boundary
19801 information, so partial-completion works better.
19802
c0bc6d79
SM
198032009-09-04 Leo <sdl.web@gmail.com> (tiny change)
19804
19805 * mail/footnote.el (Footnote-text-under-cursor):
19806 Check footnote-text-marker-alist before using it (bug#4324).
19807
f76a9756
GM
198082009-09-04 Glenn Morris <rgm@gnu.org>
19809
67d110f1
GM
19810 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
19811 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
19812 * play/solitaire.el, play/tetris.el:
19813 Remove leading * from defcustom and defface docs.
19814
b42d4989
GM
19815 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
19816 necessary.
19817 (diary-fancy-overriding-map): New variable.
19818 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
19819 Use view-mode.
19820
f76a9756
GM
19821 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
19822 goto-line.
19823
e605eeeb
GM
198242009-09-03 Glenn Morris <rgm@gnu.org>
19825
597e2240
GM
19826 * arc-mode.el (archive-mode):
19827 * dos-fns.el (set-default-process-coding-system):
19828 * man.el (Man-getpage-in-background):
19829 * menu-bar.el (menu-bar-describe-menu):
19830 * server.el (server-process-filter):
19831 * startup.el (command-line):
19832 * tar-mode.el (tar-header-block-tokenize, tar-extract):
19833 * w32-fns.el (set-default-process-coding-system):
19834 * x-dnd.el (x-dnd-handle-file-name):
19835 * international/mule-cmds.el (mule-menu-keymap)
19836 (set-default-coding-systems, language-info-alist, set-language-info)
19837 (set-language-environment, standard-display-european-internal)
19838 (set-locale-environment):
19839 * international/mule-diag.el (mule-diag):
19840 * mail/emacsbug.el (report-emacs-bug):
19841 * mail/rmail.el (rmail-mode):
19842 * mail/sendmail.el (mail-setup):
19843 Use default-value rather than default-enable-multibyte-characters.
19844
f38184aa
GM
19845 * progmodes/f90.el: Move all safe properties into the defcustoms.
19846 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
19847
e605eeeb
GM
19848 * calendar/appt.el (appt-check):
19849 * calendar/diary-lib.el (diary-set-header, diary-live-p)
19850 (diary-check-diary-file, diary-list-entries)
19851 (diary-include-other-diary-files, diary-simple-display)
19852 (diary-fancy-display, diary-print-entries)
19853 (diary-mark-included-diary-files, diary-make-entry):
19854 Don't call substitute-in-file-name on diary-file.
19855
734db384 198562009-09-03 Eduard Wiebe <usenet@pusto.de>
4e2af782 19857 Stefan Monnier <monnier@iro.umontreal.ca>
734db384
SM
19858
19859 * mail/footnote.el (footnote-prefix): Make it a defcustom.
19860 (footnote-mode-map): Move initialization into the declaration.
19861 (footnote-minor-mode-map): Define it rather than changing global-map.
19862 (footnote-mode): Use define-minor-mode.
19863
e5aa47f9
MA
198642009-09-02 Michael Albinus <michael.albinus@gmx.de>
19865
19866 * net/tramp.el (tramp-handle-file-attributes-with-ls)
19867 (tramp-do-file-attributes-with-perl)
19868 (tramp-do-file-attributes-with-stat): Rename from
19869 `tramp-handle-file-attributes-with-*'.
19870 (tramp-handle-file-attributes): Use them.
19871 (tramp-do-directory-files-and-attributes-with-perl)
19872 (tramp-do-directory-files-and-attributes-with-stat): Rename from
19873 `tramp-handle-directory-files-and-attributes-with-*'.
19874 (tramp-handle-directory-files-and-attributes): Use them.
19875 (tramp-method-out-of-band-p): Additional parameter SIZE.
19876 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
19877 (tramp-handle-write-region): Use it.
734db384 19878 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
e5aa47f9
MA
19879 (tramp-handle-vc-registered): Check, whether the first run did
19880 return files to be tested.
19881 (tramp-advice-make-auto-save-file-name): Do not call directly
19882 `tramp-handle-make-auto-save-file-name', because this would bypass
19883 the locking mechanism.
19884
734db384 19885 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
e5aa47f9
MA
19886 (file-remote-p, process-file, start-file-process, set-file-times)
19887 (tramp-compat-file-attributes): Compatibility functions shall not
19888 call directly `tramp-handle-*', because this would bypass the
19889 locking mechanism.
19890 (tramp-compat-number-sequence): New defun.
19891
6e2ca895
GM
198922009-09-02 Glenn Morris <rgm@gnu.org>
19893
697c7714
GM
19894 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
19895 alias for float-time.
19896 (time-to-number-of-days): In Emacs, use float-time.
19897 * net/newst-backend.el (time-add): Suppress warnings from compat
19898 function.
19899 * time.el (emacs-uptime, emacs-init-time):
19900 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
19901 Use float-time rather than time-to-seconds.
19902
6e2ca895
GM
19903 * minibuffer.el (completion-initials-expand): Fix typo.
19904
19905 * faces.el (modeline, modeline-inactive, modeline-highlight)
19906 (modeline-buffer-id):
19907 * info.el (info-menu-5): Mark these face aliases as obsolete.
19908
ed17efec
NR
199092009-09-01 Nick Roberts <nickrob@snap.net.nz>
19910
19911 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
19912 space ...
19913 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
19914 no "--thread" option.
19915 (gdb-stopped): Don't print "Switched to thread" message when it is
19916 unchanged.
19917
fcb68f70
SM
199182009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
19919
19920 * minibuffer.el (completion-try-completion)
19921 (completion-all-completions): Remove ill-defined (and
19922 mistakenly installed and luckily never used nor documented)
19923 `completion-styles' property.
19924 (completion-initials-expand, completion-initials-all-completions)
19925 (completion-initials-try-completion): New functions.
19926 (completion-styles-alist): Add doc to each entry.
19927 Add new `initials' entry.
19928
83318a6d
NR
199292009-09-01 Nick Roberts <nickrob@snap.net.nz>
19930
19931 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
19932 MI command -var-evaluate-expression.
19933 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
19934 and tweak for case of string child.
734db384 19935 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
83318a6d 19936
d63eb0e7
GM
199372009-09-01 Glenn Morris <rgm@gnu.org>
19938
c4f6e489
GM
19939 * add-log.el (change-log-date-face, change-log-name-face)
19940 (change-log-email-face, change-log-file-face, change-log-list-face)
19941 (change-log-conditionals-face, change-log-function-face)
19942 (change-log-acknowledgement-face):
19943 * cus-edit.el (custom-invalid-face, custom-rogue-face)
19944 (custom-modified-face, custom-set-face, custom-changed-face)
19945 (custom-saved-face, custom-button-face, custom-button-pressed-face)
19946 (custom-documentation-face, custom-state-face, custom-comment-face)
19947 (custom-comment-tag-face, custom-variable-tag-face)
19948 (custom-variable-button-face, custom-face-tag-face)
19949 (custom-group-tag-face-1, custom-group-tag-face):
19950 * diff-mode.el (diff-header-face, diff-file-header-face)
19951 (diff-index-face, diff-hunk-header-face, diff-removed-face)
19952 (diff-added-face, diff-changed-face, diff-function-face)
19953 (diff-context-face, diff-nonexistent-face):
19954 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19955 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
19956 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
19957 (Info-title-4-face):
19958 * isearch.el (isearch-lazy-highlight-face):
19959 * log-view.el (log-view-file-face, log-view-message-face):
19960 * paren.el (show-paren-match-face, show-paren-mismatch-face):
19961 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
19962 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
19963 (cvs-msg-face):
19964 * smerge-mode.el (smerge-mine-face, smerge-other-face)
19965 (smerge-base-face, smerge-markers-face):
19966 * wid-edit.el (widget-documentation-face, widget-button-face)
19967 (widget-field-face, widget-single-line-field-face)
19968 (widget-inactive-face, widget-button-pressed-face):
19969 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
19970 (woman-addition-face):
2fb1ec93
GM
19971 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
19972 (eshell-ls-executable-face, eshell-ls-readonly-face)
19973 (eshell-ls-unreadable-face, eshell-ls-special-face)
19974 (eshell-ls-missing-face, eshell-ls-archive-face)
19975 (eshell-ls-backup-face, eshell-ls-product-face)
19976 (eshell-ls-clutter-face):
19977 * eshell/em-prompt.el (eshell-prompt-face):
19978 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
c4f6e489 19979 * obsolete/old-whitespace.el (whitespace-highlight-face):
0142e36b
GM
19980 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
19981 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
19982 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
19983 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
19984 (antlr-font-lock-literal-face):
c4f6e489
GM
19985 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
19986 (ebrowse-root-class-face, ebrowse-file-name-face)
19987 (ebrowse-default-face, ebrowse-member-attribute-face)
19988 (ebrowse-member-class-face, ebrowse-progress-face):
19989 * progmodes/make-mode.el (makefile-space-face):
19990 * progmodes/sh-script.el (sh-heredoc-face):
19991 * textmodes/flyspell.el (flyspell-incorrect-face)
19992 (flyspell-duplicate-face):
19993 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
49c539a1 19994 * textmodes/texinfo.el (texinfo-heading-face):
c4f6e489
GM
19995 Mark face aliases with "-face" suffix as obsolete.
19996
d80619fa
GM
19997 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
19998 compiler.
19999
5f68c1b7
GM
20000 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
20001 (eudc-bob-sound-menu): Use defvar rather than defconst, since
20002 easy-menu-define wants to modify these.
20003
20004 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
20005
20006 * net/browse-url.el (browse-url-file-url):
20007 * term/internal.el (dos-codepage-setup):
20008 Use default-value rather than default-enable-multibyte-characters.
20009
d80619fa 20010 * progmodes/etags.el (etags-goto-tag-location):
5f68c1b7
GM
20011 * progmodes/flymake.el (flymake-highlight-line)
20012 (flymake-goto-file-and-line, flymake-goto-line):
20013 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
20014 (gdb-goto-breakpoint):
20015 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
20016 * progmodes/python.el (python-find-function)
20017 (python-pdbtrack-track-stack-file):
20018 * progmodes/verilog-mode.el (verilog-surelint-off):
20019 * term/ns-win.el (ns-open-file-select-line):
20020 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
20021 Use forward-line rather than goto-line.
20022
d63eb0e7
GM
20023 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
20024 * textmodes/reftex-index.el (reftex-display-index):
20025 * textmodes/reftex-ref.el (reftex-offer-label-menu):
20026 * textmodes/reftex-toc.el (reftex-toc):
20027 Remove unnecessary bindings of default-major-mode (all are followed by
20028 major-mode check and possible mode switch).
20029
0afad278
NR
200302009-08-31 Nick Roberts <nickrob@snap.net.nz>
20031
20032 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
20033 Handle watchpoints (bug#4282).
20034 (def-gdb-thread-buffer-command): Enable thread to be selected by
20035 clicking without selecting threads buffer first.
20036 (gdb-current-context-command): Use selected frame so that "up",
20037 "down" etc work in the GUD buffer.
20038 (gdb-update): Find selected frame before rendering stack buffer.
20039 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
20040
4e135dd2
SM
200412009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
20042
20043 * progmodes/sym-comp.el (displayed-completions): Remove.
20044 (symbol-complete): Use minibuffer-complete.
20045
e61eba34
GM
200462009-08-31 Glenn Morris <rgm@gnu.org>
20047
20048 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
20049
734db384
SM
20050 * apropos.el (apropos-symbols-internal):
20051 Handle (obsolete) face aliases.
e61eba34
GM
20052
20053 * faces.el (describe-face): Adjust the output format to be more like
20054 describe-variable, and to mention (obsolete) face aliases.
20055 Adjust the whitespace so that help-setup-xref works.
20056
20057 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
20058 * calendar/diary-lib.el (diary-button-face):
20059 Mark these face aliases as obsolete.
20060
20061 * calendar/calendar.el (calendar-today): Doc fix.
20062
4cf71456
NR
200632009-08-31 Nick Roberts <nickrob@snap.net.nz>
20064
20065 * progmodes/gdb-mi.el (gdb-control-all-threads)
20066 (gdb-control-current-thread): Force tool bar update.
20067 (gdb-non-stop-handler): New function.
20068 (gdb-init-1): Use it to test if non-stop mode is supported.
20069 Remove unused gdbmi buffer type.
20070
e61eba34 200712009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
6830f449
JL
20072
20073 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
7ae62430 20074 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
6830f449 20075
4324f7ca
NR
200762009-08-30 Nick Roberts <nickrob@snap.net.nz>
20077
20078 * comint.el (comint-exec-1): Check command is non-null first.
20079 Part of gdb-mi.el change (2009-08-28).
20080
a1bf889a
SM
200812009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20082
20083 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
20084
060c08b5
JB
200852009-08-30 Juanma Barranquero <lekktu@gmail.com>
20086
20087 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
20088 instead of `dolist' to avoid a recursive require when bootstrapping.
20089
ab22be48
SM
200902009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
20091
73ebf88f
SM
20092 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
20093
80629cfc
SM
20094 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
20095
206d0387 20096 * net/imap.el (imap-send-command): Simplify.
734db384 20097 (imap-wait-for-tag): point-max -> buffer-size.
206d0387 20098
844f7784
SM
20099 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
20100
5ca4661e
SM
20101 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
20102 with constant argument.
20103
c61dc887
SM
20104 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
20105
7eb73deb
SM
20106 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
20107
5fe443de
SM
20108 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
20109 Change default, since most of our files don't have a history.
20110 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
20111 the user.
20112
6444d64a
SM
20113 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20114 Add comint-run.
20115
5cb16bfc
SM
20116 * calc/calc.el: Improve commenting convention.
20117 (calc-digit-map, toplevel): Simplify.
20118
0aeb71a7
SM
20119 * comint.el (comint-insert-input): Be careful to only set point if we
20120 don't delegate to some other command.
20121
9a9af856
SM
20122 * proced.el (proced-signal-list): Make it an alist.
20123 (proced-grammar-alist): Capitalize names.
20124 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
20125 Disable undo manually and make it read-only.
20126 Use completion-annotate-function.
20127
ab22be48
SM
20128 * minibuffer.el (minibuffer-message): If the current buffer is not
20129 a minibuffer, insert the message in the echo area rather than at the
20130 end of the buffer.
20131 (completion-annotate-function): New variable.
20132 (minibuffer-completion-help): Use it.
20133 (completion--embedded-envvar-table): Environment vars are
20134 always case-sensitive.
20135
4a948dbf
GM
201362009-08-30 Glenn Morris <rgm@gnu.org>
20137
20138 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
20139 from fortran-current-defun.
20140 (fortran-beginning-of-subprogram): Be more precise about finding the
20141 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
20142 (fortran-end-of-subprogram): Simplify.
20143 (fortran-current-defun): Use fortran-start-prog-re.
20144
486cf3b8
JB
201452009-08-29 Juanma Barranquero <lekktu@gmail.com>
20146
20147 * subr.el (do-after-load-evaluation): Simplify.
20148
db167d28
DN
201492009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
20150
20151 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
20152
20153 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
20154 (vc-rcs-print-log): Use it.
20155
20156 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
20157
efbc652a
SM
201582009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
20159
2aa0e5bf
SM
20160 * paths.el (abbrev-file-name): Move to abbrev.el.
20161 * abbrev.el (abbrev-file-name): Move from paths.el.
20162 Obey user-emacs-directory.
20163 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
20164 user-emacs-directory.
20165 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
20166 abbrev-file-name and calc-settings-file any more.
20167 * startup.el (command-line): Recompute abbrev-file-name and
20168 abbreviated-home-dir.
20169 (normal-no-mouse-startup-screen): Improve the generic code and get rid
20170 of the special code for when C-h bindings haven't been changed.
20171 (display-startup-echo-area-message): Use with-current-buffer.
20172 (command-line-1): Use a list of strings, rather than a list of lists
20173 of strings for longopts.
20174
51da8fe2
SM
20175 * files.el (get-free-disk-space): Use / for default-directory.
20176
0c3cc4dd
SM
20177 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
20178 Use with-current-buffer.
20179
d988dbf6
SM
20180 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
20181 Recognize immutable variables like most-positive-fixnum.
20182 (byte-compile-setq-default): Check and warn if trying to assign
20183 to an immutable variable, or a non-variable.
20184
efbc652a
SM
20185 * progmodes/cc-vars.el (c-comment-continuation-stars):
20186 * progmodes/cc-engine.el (c-looking-at-bos):
20187 * progmodes/cc-cmds.el (c-toggle-auto-state)
20188 (c-forward-into-nomenclature, c-backward-into-nomenclature)
20189 (c-comment-line-break-function): Add version of obsolescence.
20190
d30a05d1
JL
201912009-08-28 Juri Linkov <juri@jurta.org>
20192
20193 * files.el (magic-fallback-mode-alist): Add ZIP magic number
20194 associated with `archive-mode'.
20195
20196 * image.el (image-type-header-regexps): Use only JPEG magic number
20197 to determine JPEG images, and don't use `image-jpeg-p' because
20198 Emacs can display non-JFIF non-Exif JPEG images.
20199
1e8eecea
JB
202002009-08-28 Juanma Barranquero <lekktu@gmail.com>
20201
20202 * arc-mode.el (archive-mode):
20203 * emacs-lisp/re-builder.el (re-builder-unload-function):
20204 Protect against the default value of `major-mode' being nil.
20205
dd4fbf56
JB
202062009-08-28 Juanma Barranquero <lekktu@gmail.com>
20207
20208 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
20209 Fix typos in docstrings.
20210
20211 * progmodes/js.el (js--macro-decl-re): Doc fix.
20212 (js--plain-method-re, js--split-name): Refloc docstring.
20213 (js--class-styles, js--make-merged-item, js--splice-into-items):
20214 Fix typos in docstrings; reflow docstrings.
20215 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
20216 (js--variable-decl-matcher, js--inside-pitem-p)
20217 (js--parse-state-at-point, js--get-all-known-symbols)
20218 (js--symbol-history, js-find-symbol, js--js-references)
20219 (js--moz-interactor, js--js-encode-value, js--read-tab):
20220 Fix typos in docstrings.
20221
72f16325
SM
202222009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20223
14acf2f5
SM
20224 * textmodes/reftex.el (reftex-get-file-buffer-force):
20225 * progmodes/verilog-mode.el (verilog-batch-execute-func):
20226 * emulation/viper.el (viper-go-away, viper-set-hooks):
20227 * emacs-lisp/re-builder.el (re-builder-unload-function):
20228 * emacs-lisp/bytecomp.el (byte-compile-file):
20229 * ses.el (ses-unload-function):
20230 * hexl.el (hexl-find-file):
20231 * files.el (normal-mode):
20232 * ehelp.el (with-electric-help):
20233 * autoinsert.el (auto-insert-alist):
20234 * arc-mode.el (archive-mode):
20235 Use (default-value 'major-mode) instead of default-major-mode.
20236
72f16325
SM
20237 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
20238 * international/mule.el (load-with-code-conversion):
20239 * emacs-lisp/debug.el (debug):
20240 * ediff-vers.el (ediff-rcs-get-output-buffer):
20241 * dired.el (dired-internal-noselect): Don't let-bind
20242 default-major-mode around code that doesn't use it.
20243 E.g. buffer creation via get-buffer-create doesn't use it.
20244
aa485f7c
MA
202452009-08-28 Michael Albinus <michael.albinus@gmx.de>
20246
20247 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
20248 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
20249 when writing the temp file. Otherwise, epa-file gets confused.
20250 (tramp-register-file-name-handlers): Make it a defun. Move also
20251 `epa-file-handler' to the front of `file-name-handler-alist'.
20252
202532009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20254
20255 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
20256 start right after a ^M.
20257 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
20258 (tramp-completion-file-name-regexp-separate)
20259 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
72f16325
SM
20260 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
20261 Don't modify last-coding-system-used by accident.
aa485f7c
MA
20262 (tramp-completion-file-name-handler): Apply the checks here,
20263 instead during registration.
88b5a757 20264 (tramp-register-file-name-handlers): Rename from
aa485f7c
MA
20265 `tramp-register-file-name-handler'. Register both
20266 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
72f16325 20267 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
aa485f7c 20268
3f0c2b92
NR
202692009-08-28 Nick Roberts <nickrob@snap.net.nz>
20270
72f16325
SM
20271 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
20272 Remove variable ...
3f0c2b92
NR
20273 (gdb-init-1, gdb-display-separate-io-buffer)
20274 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
20275 references to it.
20276 (gdb-inferior-io-mode): Use make-comint-in-buffer.
20277 (gdb-inferior-filter): Use comint-output-filter to stop
20278 echoing and remove ^M characters.
20279
705e5bd9
SM
202802009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
20281
009fdc2e
SM
20282 * emulation/viper-init.el (viper-restore-cursor-type):
20283 * emulation/cua-base.el (cua--update-indications):
20284 Replace default-cursor-type with (default-value 'cursor-type).
20285
b56a5ae0
SM
20286 * mail/sendmail.el (mail-recover-1):
20287 * international/mule-diag.el (describe-current-coding-system-briefly)
20288 (describe-current-coding-system):
20289 * international/mule-cmds.el (select-safe-coding-system)
20290 (select-message-coding-system)
20291 (set-language-environment-coding-systems, set-locale-environment):
20292 * hexl.el (hexl-insert-multibyte-char):
20293 * dos-w32.el (find-buffer-file-type-coding-system):
20294 * simple.el (what-cursor-position):
20295 Replace uses of default-buffer-file-coding-system
20296 with (default-value 'buffer-file-coding-system).
20297
de70529f
SM
20298 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
20299 Replace uses of default-cursor-in-non-selected-windows
20300 with (default-value 'cursor-in-non-selected-windows).
20301 Use with-current-buffer.
20302
705e5bd9
SM
20303 * mail/feedmail.el: Use CL macros.
20304 (feedmail-run-the-queue, feedmail-send-it-immediately):
20305 * dos-w32.el (find-buffer-file-type): Replace uses of
20306 default-buffer-file-type with (default-value 'buffer-file-type).
20307
4d985ac2
GM
203082009-08-28 Glenn Morris <rgm@gnu.org>
20309
20310 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
20311 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
20312 Use default-value of major-mode rather than default-major-mode.
20313
17c15b81
SM
203142009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20315
3a68ab06
SM
20316 * Makefile.in (update-elcfiles): Report left over elc files.
20317
9421bdd1
SM
20318 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
20319 expand-file-name and with-current-buffer.
20320 (mail-get-names, mail-directory): Use with-current-buffer.
20321
17c15b81
SM
20322 * vc.el (vc-read-revision): New function.
20323 (vc-version-diff, vc-merge): Use it.
20324
ba83a64e
SS
203252009-08-27 Sam Steingold <sds@gnu.org>
20326
20327 * simple.el (kill-do-not-save-duplicates): New user option.
20328 (kill-new): When it is non-nil, and the new string is the same as
20329 the latest kill, set replace to t to avoid duplicates in kill-ring.
20330
be3e598a 203312009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
d5b5c94a
MA
20332
20333 * net/tramp.el (tramp-handle-process-file): Do not flush all
20334 caches when `process-file-side-effects' is set.
20335 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
17c15b81
SM
20336 instead of `tramp-find-file-exists-command'.
20337 Unset `process-file-side-effects'.
d5b5c94a
MA
20338
203392009-08-27 Michael Albinus <michael.albinus@gmx.de>
20340
20341 * net/tramp.el (tramp-methods): New method "rsyncc".
20342 (top): Add completion function for "rsyncc".
20343 (tramp-message-show-message): New defvar.
20344 (tramp-message, tramp-error): Use it.
20345 (tramp-do-copy-or-rename-file-directly): Extend check for direct
20346 remote copying.
20347 (tramp-do-copy-or-rename-file-out-of-band): Handle new
20348 `tramp-methods' entry `copy-env' of "rsyncc".
20349 (tramp-vc-registered-read-file-names): New defconst.
20350 (tramp-vc-registered-file-names): New defvar.
20351 (tramp-handle-vc-registered): Implement optimization strategy.
20352 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
20353 (tramp-vc-file-name-handler): New defun.
20354 (tramp-get-ls-command, tramp-get-test-command)
20355 (tramp-get-file-exists-command, tramp-get-remote-ln)
20356 (tramp-get-remote-perl, tramp-get-remote-stat)
17c15b81 20357 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
d5b5c94a
MA
20358
20359 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
20360 (tramp-cache-inhibit-cache): Extend doc string. It allows also
20361 timestamps.
20362 (tramp-get-file-property): Check for timestamps in
20363 `tramp-cache-inhibit-cache'.
20364 (tramp-set-file-property): Write timestamp.
20365
1339cf20
KH
203662009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20367
20368 * language/japan-util.el (japanese-symbol-table): Add entries for
20369 cp932-2-byte.
20370
20371 * international/characters.el: Add category `j' to cp932-2-byte.
20372
726e3f1d
KH
203732009-08-27 Kenichi Handa <handa@m17n.org>
20374
20375 * international/fontset.el (build-default-fontset-data): New macro.
20376 (setup-default-fontset): Use build-default-fontset-data for CJK,
7b6fefac 20377 tibetan, ethiopic, and ipa.
726e3f1d 20378
4e3b4528
SM
203792009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
20380
20381 * cus-start.el (default-major-mode): Customize `major-mode' instead.
20382 (enable-multibyte-characters): Not customizable any more.
20383
20384 * subr.el (default-mode-line-format, default-header-line-format)
20385 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
20386 (default-direction-reversed, default-truncate-lines)
20387 (default-left-margin, default-tab-width, default-case-fold-search)
20388 (default-left-margin-width, default-right-margin-width)
20389 (default-left-fringe-width, default-right-fringe-width)
20390 (default-fringes-outside-margins, default-scroll-bar-width)
20391 (default-vertical-scroll-bar, default-indicate-empty-lines)
20392 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
20393 (default-fringe-cursor-alist, default-scroll-up-aggressively)
20394 (default-scroll-down-aggressively, default-fill-column)
20395 (default-cursor-type, default-buffer-file-type)
20396 (default-cursor-in-non-selected-windows)
20397 (default-buffer-file-coding-system, default-major-mode)
20398 (default-enable-multibyte-characters): Mark as obsolete.
20399
b3cca6a6
DN
204002009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
20401
652cc1a2
DN
20402 * vc-dir.el (vc-dir-update): Remove debug helper.
20403
b3cca6a6
DN
20404 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
20405
4ed8c7aa
SS
204062009-08-26 Sam Steingold <sds@gnu.org>
20407
20408 * simple.el (save-interprogram-paste-before-kill): New user option.
20409 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
20410 save the interprogram-paste into kill-ring before overriding it
20411 with the Emacs kill.
20412
3b64d86b
DN
204132009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20414
20415 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
20416 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
20417 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
20418 and move to vc-rcs.el.
20419 (vc-default-next-revision): Rename to vc-rcs-next-revision and
20420 move to vc-rcs.el.
20421 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
20422 (vc-rcs-update-changelog): Remove.
20423 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
20424 and move to vc-rcs.el.
20425
20426 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
20427 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
20428 renaming.
20429 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
72f16325 20430 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3b64d86b
DN
20431 vc.el, renamed to be RCS specific.
20432
72f16325
SM
20433 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
20434 New functions.
20435 (vc-cvs-update-changelog): Move here from vc.el.
3b64d86b
DN
20436
20437 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
20438 New functions.
20439
636a36a0
SM
204402009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
20441
20442 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
20443
239b3340
DN
204442009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
20445
b91f0762 20446 * vc-git.el (vc-git-register): Use "git add" for directories.
2ddf440d
DN
20447 (vc-git-stash, vc-git-stash-show): New functions.
20448 (vc-git-extra-menu-map): Bind them.
b91f0762 20449
b8e54362
DN
20450 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
20451 directory correctly in case the item is a directory itself.
20452
239b3340
DN
20453 * vc.el: Document the desired behavior for reverted files in the
20454 `added' state.
dc810649
DN
20455 (vc-default-prettify-state-info): Remove function, unused.
20456
20457 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
239b3340 20458
e49c0179
GM
204592009-08-26 Glenn Morris <rgm@gnu.org>
20460
20461 * bindings.el (standard-mode-line-format): Reposition dashes in
20462 which-func entry. (Bug#4217)
20463
3029e594
GM
20464 * files.el (enable-local-variables, enable-local-eval)
20465 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
20466 the defcustoms.
20467 (auto-mode-alist, ignored-local-variables)
20468 (save-some-buffers-action-alist): Move risky declarations to the
20469 definitions.
20470 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
20471 (font-lock-defaults, format-alist, imenu--index-alist)
20472 (imenu-generic-expression, input-method-alist, minor-mode-alist)
20473 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
20474 (mode-line-modified, mode-line-mule-info, mode-line-position)
20475 (mode-line-process, mode-line-remote, outline-level)
20476 (parse-time-rules, rmail-output-file-alist)
20477 (special-display-buffer-names, vc-mode):
20478 Move risky declarations to the relevant files.
72f16325
SM
20479 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
20480 (mode-line-modified, mode-line-process, mode-line-position)
3029e594
GM
20481 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
20482 * font-core.el (font-lock-defaults):
20483 * format.el (format-alist):
20484 * vc-hooks.el (vc-mode):
20485 * window.el (special-display-buffer-names):
20486 * international/mule-cmds.el (input-method-alist):
20487 Define riskiness here (dumped file) rather than in files.el.
20488 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
20489 * imenu.el (imenu-generic-expression, imenu--index-alist):
20490 * outline.el (outline-level):
20491 * time.el (display-time-string):
20492 * calendar/parse-time.el (parse-time-rules):
20493 * mail/rmailout.el (rmail-output-file-alist):
20494 Autoload riskiness here, rather than placing in files.el.
20495
8476cfaf
SM
204962009-08-26 Andreas Schwab <schwab@linux-m68k.org>
20497
20498 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
20499
0b35b48e
MA
205002009-08-25 Michael Albinus <michael.albinus@gmx.de>
20501
20502 * simple.el (process-file-side-effects): New defvar.
20503
20504 * dired-aux.el (dired-show-file-type):
20505 * vc.el (vc-diff-internal):
20506 * vc-arch.el (vc-arch-diff):
20507 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
20508 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
20509 * vc-git.el (vc-git-registered, vc-git-working-revision)
20510 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
20511 (vc-git--empty-db-p):
20512 * vc-hooks.el (vc-user-login-name):
20513 * vc-svn.el (vc-svn-registered, vc-svn-state)
20514 (vc-svn-dir-extra-headers, vc-svn-find-revision):
20515 * progmodes/grep.el (grep-probe): Let-bind
20516 `process-file-side-effects' with nil.
20517
20518 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
20519
20520 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
20521 daemon. Replace ping by checking for running service for bluez
20522 and zeroconf. (Bug#4239)
20523
d54cc599
GM
205242009-08-25 Kevin Ryde <user42@zip.com.au>
20525
20526 * net/dig.el (dig): Add autoload cookie.
20527
7bfd055d
GM
205282009-08-25 Glenn Morris <rgm@gnu.org>
20529
bac9c66c
GM
20530 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
20531 load-history for absolute file-names.
20532 (byte-compile-file-form-require): Warn about use of the cl package.
20533
7bfd055d
GM
20534 * format.el (format-alist): Doc fix.
20535
5ac1f9e0
GM
20536 * play/bubbles.el (top-level): Don't require cl at run-time.
20537
af62aa88
GM
20538 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
20539 run-time cl).
20540
71e036af
DD
205412009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
20542
20543 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
20544 from cl package.
20545 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
20546
42110eaf
JB
205472009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
20548
20549 * calc/calc-alg.el (math-trig-rewrite)
20550 (math-hyperbolic-trig-rewrite): New functions.
20551 (calc-simplify): Simplify trig functions when asked.
20552
88421f3e
SM
205532009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
20554
20555 * diff-mode.el (diff-find-source-location): Avoid goto-line.
20556
dbd9624e
KH
205572009-08-24 Kenichi Handa <handa@m17n.org>
20558
20559 * language/ind-util.el (mapthread): Delete it.
20560 (combinatorial): New function.
20561 (indian--puthash-cv): Use combinatorial instead of mapthread.
20562
9b89e3ee
GM
205632009-08-22 Kevin Ryde <user42@zip.com.au>
20564
20565 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
20566 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
20567 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
20568 Clarify docstring that the value is strings not symbols.
20569 (checkdoc-list-of-strings-p): New function.
20570
e6ce8c42
GM
205712009-08-22 Glenn Morris <rgm@gnu.org>
20572
2ddf2ea6 20573 * files.el (auto-mode-alist):
a3374680
GM
20574 * hippie-exp.el (he-concat-directory-file-name):
20575 * lpr.el (lpr-windows-system, printer-name):
20576 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
20577 * ps-print.el (ps-windows-system):
20578 * startup.el (command-line):
20579 * emulation/viper-ex.el (viper-glob-function):
20580 * international/mule-cmds.el (set-language-environment-coding-systems):
20581 * net/ange-ftp.el (ange-ftp-write-region):
20582 * obsolete/fast-lock.el (fast-lock-cache-name):
2ddf2ea6 20583 Remove code for defunct system-types emx, macos, mswindows, next-mach,
a3374680
GM
20584 unisoft-unix, vax-vms, win32, w32.
20585
977955fa
GM
20586 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
20587 given name if the pattern is not more specific.
20588
b4deec2e
GM
20589 * calendar/lunar.el (lunar-phase-names): New option.
20590 (lunar-phase): Doc fix.
20591 (lunar-cycles-per-year): New constant.
20592 (lunar-index): New function.
20593 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
20594 (lunar-phase-name): Use lunar-phase-names.
20595 (calendar-lunar-phases): Use format.
20596 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
20597
47e83968
GM
20598 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
20599 Copy imenu-example--name-and-position function here for own use.
20600 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
20601
e6ce8c42
GM
20602 * bs.el (bs--redisplay):
20603 * cus-edit.el (custom-redraw):
20604 * ibuffer.el (ibuffer-bury-buffer):
20605 * server.el (server-goto-line-column):
20606 * startup.el (command-line-1):
20607 * strokes.el (strokes-xpm-for-stroke):
20608 * term.el (term-display-buffer-line):
20609 * view.el (View-goto-line):
20610 * calc/calc.el (calc-do, calc-trail-buffer):
20611 * play/gamegrid.el (gamegrid-add-score-insecure):
20612 * progmodes/ada-mode.el (ada-compile-goto-error):
20613 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
20614 (ebrowse-select-1st-to-9nth):
47e83968 20615 * progmodes/cperl-mode.el (cperl-time-fontification):
e6ce8c42
GM
20616 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
20617 * progmodes/gud.el (gud-display-line):
20618 (idlwave-shell-display-line):
20619 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
20620 * progmodes/make-mode.el (makefile-browser-toggle):
20621 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
20622 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
20623 * textmodes/picture.el (picture-draw-rectangle):
20624 * textmodes/reftex-index.el (reftex-index-goto-letter):
20625 (reftex-select-jump-to-previous):
20626 * textmodes/reftex-sel.el (reftex-find-start-point)
20627 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
20628 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
20629 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
20630 * textmodes/tex-mode.el (tex-compilation-parse-errors):
20631 * textmodes/two-column.el (2C-associated-buffer):
20632 Use forward-line rather than goto-line.
20633
20634 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
20635 goto-line.
20636
4b18bdb3
GM
20637 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
20638 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
20639 (quick-check-list-to-regexp): Declare.
e6ce8c42 20640
72f16325
SM
20641 * progmodes/make-mode.el (makefile-browser-insert-selection):
20642 Use goto-char rather than goto-line.
e6ce8c42
GM
20643
20644 * progmodes/prolog.el (compilation-error-regexp-alist)
20645 (compilation-forget-errors): Declare.
20646
32a2cf25
JL
206472009-08-22 Juri Linkov <juri@jurta.org>
20648
20649 * progmodes/grep.el (lgrep, rgrep): At the beginning
20650 set `dir' to `default-directory' unless `dir' is a non-nil
20651 readable directory. (Bug#4052)
20652 (lgrep, rgrep): Change a weird way to report an error
20653 from using `read-string' to using `error'.
20654 Instead of using interactive arguments in the function body,
20655 add new argument `confirm'.
20656
5443c9b7
SM
206572009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
20658
cb5b40ee
SM
20659 * textmodes/remember.el (remember-buffer):
20660 * progmodes/cperl-mode.el (cperl-vc-header-alist):
20661 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
20662 (icalendar-extract-ical-from-buffer):
5443c9b7
SM
20663 * net/newst-treeview.el (newsticker-groups-filename):
20664 * net/newst-backend.el (newsticker-cache-filename):
20665 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
20666 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
20667 (speedbar-add-ignored-path-regexp, speedbar-line-path)
20668 (speedbar-buffers-line-path, speedbar-path-line)
20669 (speedbar-buffers-line-path):
20670 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
20671 (epg-sign-keys):
20672 * epa.el (epa-display-verify-result):
20673 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
20674
d6261cc1
GM
206752009-08-21 Glenn Morris <rgm@gnu.org>
20676
3e1ea342
GM
20677 * progmodes/js.el (inferior-moz-process): Fix declaration.
20678
ce86eeb5
GM
20679 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
20680
fff28970
GM
20681 * obsolete/rnewspost.el (news-mail-reply):
20682 Use goto-char rather than goto-line.
20683
d93e053b
GM
20684 * term/ns-win.el (ns-open-file-select-line):
20685 Use line-beginning-position rather than goto-line.
20686
d5d105e8
GM
20687 * apropos.el (apropos-command):
20688 * ehelp.el (electric-helpify):
20689 * printing.el (pr-show-setup):
20690 * strokes.el (strokes-help):
20691 * tutorial.el (tutorial--describe-nonstandard-key)
20692 (tutorial--detailed-help):
20693 * woman.el (woman-mini-help, woman-display-extended-fonts):
20694 * calc/calc-help.el (calc-describe-key):
20695 * emulation/edt.el (edt-electric-helpify):
20696 * international/mule-diag.el (mule-diag):
20697 * play/yow.el (apropos-zippy):
20698 * progmodes/python.el (python-describe-symbol):
20699 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
20700 * textmodes/table.el (*table--cell-describe-mode)
20701 (*table--cell-describe-bindings):
20702 Use help-print-return-message rather than the now obsolete alias.
20703
a8ab722f 20704 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9b4c5ecd
GM
20705 (calendar-cursor-to-visible-date):
20706 * play/5x5.el (5x5-position-cursor):
20707 * play/decipher.el (decipher):
20708 * play/gomoku.el (gomoku-goto-xy):
20709 * play/landmark.el (lm-goto-xy):
20710 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
20711 (mpuz-paint-digit):
20712 Use forward-line, not goto-line.
a8ab722f 20713
d6261cc1
GM
20714 * mail/rmail.el (rmail-obsolete): Delete custom group.
20715 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
20716 (rmail-remote-password, rmail-remote-password-required):
20717 Remove unneeded :set-after and :set properties.
20718
9e846523
MA
207192009-08-21 Michael Albinus <michael.albinus@gmx.de>
20720
20721 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
20722
bbe1f502
DN
207232009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
20724
bcc5db24
DN
20725 * loadup.el: Remove leftover macos code.
20726
bbe1f502
DN
20727 * vc-git.el (vc-git-annotate-command): Run asynchronously.
20728 Explicitly pass the date format to git blame so that user local
20729 so that the output format can be parsed.
20730
6fd2d19a
MA
207312009-08-20 Michael Albinus <michael.albinus@gmx.de>
20732
20733 * net/dbus.el (top): Don't check for (getenv
20734 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
20735
31764e15
SM
207362009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
20737
20738 * log-edit.el (log-edit-strip-single-file-name): New var.
01c35094 20739 (log-edit-insert-changelog): Use it. Bug#3571.
31764e15 20740
28930e39
SM
207412009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20742
4fd15622 20743 * subr.el (read-passwd): Use read-key so keypad keys work as well.
01c35094 20744 Bug#3287.
4fd15622 20745
b3d8e4a0
SM
20746 * help.el (help-print-return-message): Rename from
20747 print-help-return-message.
20748
c9829c70
SM
20749 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
20750 cvs-mode-map parent hack.
20751 (log-view-mode): Derive from special-mode.
20752
b932657b
SM
20753 * linum.el (linum-mode): window-size-change-functions is redundant.
20754 Adapt to new window-configuration-change-hook behavior.
20755 (linum-after-size, linum-after-config): Remove.
20756
1b700bca
SM
20757 * imenu.el (imenu-example--name-and-position)
20758 (imenu-example--lisp-extract-index-name)
20759 (imenu-example--create-lisp-index, imenu-example--create-c-index):
20760 Mark as obsolete.
20761
28930e39
SM
20762 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
20763 (inferior-prolog-mode): Use it.
20764 (inferior-prolog-load-file): Reset list of errors.
20765
c9af0b68
KH
207662009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
20767
20768 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
20769
20770 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
20771
720c7cd6
MA
207722009-08-19 Michael Albinus <michael.albinus@gmx.de>
20773
20774 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
20775 is running already.
20776
03a74b84
SM
207772009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20778
20779 * subr.el (listify-key-sequence-1): Use normal syntax since those
20780 integers are nowadays always represented by the same (positive) number
20781 on all platforms.
20782 (read-key-empty-map): New const.
20783 (read-key-delay): New var.
20784 (read-key): New function.
20785 (force-mode-line-update): Use with-current-buffer.
20786 (locate-user-emacs-file): Don't forget to abbreviate the file name.
20787 (start-process-shell-command, start-file-process-shell-command):
20788 Discourage the use of command-args.
20789
f43e88d4
GM
207902009-08-19 Glenn Morris <rgm@gnu.org>
20791
20792 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
20793
890429cc
SM
207942009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
20795
85be9ec4
SM
20796 * simple.el (choose-completion-string): Don't rely on
20797 minibuffer-completing-file-name and ad-hoc checks to decide whether
20798 to continue completion or not.
20799
890429cc
SM
20800 * minibuffer.el (minibuffer-hide-completions): New function.
20801 (completion--do-completion): Use it.
20802 (completions-annotations): New face.
20803 (completion--insert-strings): Use it.
20804 (completion-pcm--delim-wild-regex): Add docstring.
20805 (completion-pcm--string->pattern): Add support for 0-width delimiters
20806 in completion-pcm--delim-wild-regex.
20807
265d4549
SM
208082009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
20809
d440b941
SM
20810 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
20811 Remove unused var `buffer-modified-p'.
20812
265d4549
SM
20813 * minibuffer.el (completion--do-completion): Move point for the #b001
20814 case as well (bug#4176).
20815 (minibuffer-complete, minibuffer-complete-word): Don't move point.
20816
ba6f7d86
MA
208172009-08-18 Michael Albinus <michael.albinus@gmx.de>
20818
20819 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
20820 and :session buses.
20821
98819490
KH
208222009-08-18 Kenichi Handa <handa@m17n.org>
20823
265d4549
SM
20824 * international/ucs-normalize.el (ucs-normalize-version):
20825 Change to 1.1.
58627cf0
KH
20826 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
20827 (utf-8-hfs): Make it perform normalization on encoding too.
20828
98819490
KH
20829 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
20830 (sentence-end-without-space): Delete duplicated chars.
20831 (sentence-end-base): Likewise.
e739cc85
KH
20832
20833 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
20834 (html-mode): Delete duplicated chars from sentence-end-base.
20835
20836 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
20837 (texinfo-mode): Delete duplicated chars from sentence-end-base.
98819490 20838
645b9326
CY
208392009-08-17 Chong Yidong <cyd@stupidchicken.com>
20840
20841 * files.el (hack-one-local-variable): If the mode function is for
20842 a minor mode, pass it an argument (Bug#4148).
20843
56c195af
MA
208442009-08-17 Michael Albinus <michael.albinus@gmx.de>
20845
20846 * net/tramp.el (tramp-register-completion-file-name-handler):
20847 Check also for (member 'partial-completion completion-styles).
20848
7a55c78b
CY
208492009-08-16 Chong Yidong <cyd@stupidchicken.com>
20850
20851 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
20852 abbrev (Bug#3943).
20853
be3e598a 208542009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
8c777c8d
CY
20855
20856 * progmodes/cperl-mode.el: Merge upstream 6.2.
20857 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
20858 (cperl-forward-re): Check cperl-brace-recursing.
20859 (cperl-highlight-charclass): New function.
20860 (cperl-find-pods-heres): Use it.
31cd2dd4 20861 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
8c777c8d 20862 (cperl-beautify-regexp-piece): Fix column calculation.
31cd2dd4 20863 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
8c777c8d
CY
20864 (cperl-beautify-level): Don't process entire regexp.
20865 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
20866 calling man.
20867 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
20868 (cperl-init-faces): Build a list in the normal way.
20869
81b1f9c9
CY
208702009-08-16 Chong Yidong <cyd@stupidchicken.com>
20871
20872 * calendar/parse-time.el (parse-time-string-chars): Save match
20873 data.
20874
c3732cb8
SM
208752009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
20876
55659495
SM
20877 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
20878 (sql-product): Use it.
20879 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
20880 (sql-set-product): Add completion.
20881 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
20882 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
20883 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
20884 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
20885 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
20886 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
20887 (sql-highlight-db2-keywords): Remove.
20888 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
20889 (sql-highlight-product): Use derived-mode-p.
20890 (sql-set-sqli-buffer): Use with-current-buffer.
20891 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
20892 Simplify.
20893
1ae79427
SM
20894 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
20895
c3732cb8
SM
20896 * term.el: Fix commenting convention, turn comments into docstrings.
20897
f24b8bf3
CY
208982009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
20899
20900 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
20901
7b6fefac 209022009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
e1bdde78 20903
1200ac26 20904 * calendar/parse-time.el (parse-time-string-chars): Compute using
d0d3f6e9
CY
20905 character classes, to handle non-ascii characters (Bug#3190).
20906
209072009-08-16 Chong Yidong <cyd@stupidchicken.com>
1200ac26 20908
1abbe4e5
CY
20909 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
20910 another heredoc if the user adds another < (Bug#3226).
20911
c3732cb8
SM
20912 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20913 Don't initialize based on window-system (Bug#4124).
19261da4 20914
daad00fc
CY
20915 * facemenu.el (facemenu-read-color): Use a completion function
20916 that accepts any defined color, such as RGB triplets (Bug#3677).
20917
e1bdde78
CY
20918 * files.el (get-free-disk-space): Change fallback default
20919 directory to /. Expand DIR argument before switching to fallback.
20920 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
20921
9d73a99e
CY
209222009-08-15 Chong Yidong <cyd@stupidchicken.com>
20923
20924 * files.el (load-library): Doc fix.
20925
68b962d4 209262009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
9d73a99e 20927
953e0c1a 20928 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
c3732cb8 20929 (viper-if-string): Redefine C-s in the minibuffer to insert the last
68b962d4 20930 incremental search string.
9d73a99e 20931
c3732cb8 20932 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
68b962d4 20933 XEmacs.
9d73a99e 20934
c3732cb8
SM
20935 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
20936 (ediff-merge-region-is-non-clash)
20937 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
68b962d4 20938 Also check if the job is really a merge job.
9d73a99e 20939
c3732cb8 20940 * ediff.el (ediff-current-file): New function.
9d73a99e 20941
2e330adc
CY
209422009-08-15 Chong Yidong <cyd@stupidchicken.com>
20943
20944 * progmodes/js.el: Edit docstrings throughout to follow Emacs
20945 conventions.
c3732cb8 20946 (js-insert-and-indent): Delete function.
2e330adc
CY
20947 (js-mode-map): Don't bind keys to js-insert-and-indent.
20948 (js-beginning-of-defun): Rename from js--beginning-of-defun.
20949 (js-end-of-defun): Rename from js--end-of-defun.
c3732cb8 20950 (js-auto-indent-flag): Delete variable.
2e330adc 20951
17b5d0f7
CY
209522009-08-14 Chong Yidong <cyd@stupidchicken.com>
20953
c3732cb8
SM
20954 * progmodes/js.el: Remove proclaim statement.
20955 Defvar which-func-imenu-joiner-function to silence compiler.
2e330adc 20956
ba2d8894
CY
20957 * files.el (auto-mode-alist): Use js-mode for .js files.
20958
c3732cb8 20959 * progmodes/js2-mode.el: Remove file.
17b5d0f7
CY
20960
20961 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
20962
20963 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
20964
c3732cb8 20965 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
17b5d0f7
CY
20966
209672009-08-14 Daniel Colascione <dan.colascione@gmail.com>
4e2af782 20968 Karl Landstrom <karl.landstrom@brgeight.se>
17b5d0f7
CY
20969
20970 * progmodes/js.el: New file.
20971
b6377f1d
MH
209722009-08-14 Mark A. Hershberger <mah@everybody.org>
20973
20974 * timezone.el (timezone-parse-date): Add ability to understand ISO
20975 basic format (minimal separators) dates in addition to the
20976 already-supported extended format dates.
20977
bc0eef46
EZ
209782009-08-14 Eli Zaretskii <eliz@gnu.org>
20979
4e021e65
EZ
20980 * international/ucs-normalize.el: Add a `coding' file variable.
20981
bc0eef46
EZ
20982 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
20983
53dab179
SS
209842009-08-14 Sam Steingold <sds@gnu.org>
20985
6801c38a 20986 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
53dab179 20987
6c58c39c
CY
209882009-08-13 Chong Yidong <cyd@stupidchicken.com>
20989
20990 * faces.el (help-argument-name): Define it here instead of
20991 help-fns.el, because in daemon mode help-fns.el may be loaded when
20992 faces are still uninitialized (Bug#1078).
20993
20994 * help-fns.el (help-argument-name): Move defface to faces.el.
20995
c7baf7e9
NR
209962009-08-13 Nick Roberts <nickrob@snap.net.nz>
20997
20998 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
20999 create buffer with a pty but no process so that GDB can make the
21000 inferior the controlling process.
21001
9c40e995 210022009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
d6d30064
KH
21003
21004 * international/ucs-normalize.el: New file.
21005
8cdba32b
RS
210062009-08-13 Richard Stallman <rms@gnu.org>
21007
5c950923
RS
21008 * mail/rmail.el (rmail-get-attr-names):
21009 Accept an attribute header that is too short.
21010
76e1e40b
RS
21011 * mail/rmail.el (rmail-forget-messages):
21012 Ignore nil elt in rmail-message-vector. Use dotimes.
21013
1fc01b08
RS
21014 * progmodes/compile.el (compilation-goto-locus):
21015 Use next-error-move-function.
21016
8cdba32b
RS
21017 * simple.el (next-error-move-function): New variable.
21018
99910cf4
JL
210192009-08-12 Juri Linkov <juri@jurta.org>
21020
21021 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
21022 always non-nil. (Bug#4052)
21023
21024 * replace.el (read-regexp): Return empty string when
21025 `default-value' is nil.
21026 (keep-lines-read-args): Don't use empty string as the
21027 default value for `read-regexp'. (Bug#2495)
21028
fc5bdf6c
JL
210292009-08-12 Juri Linkov <juri@jurta.org>
21030
21031 * international/mule-cmds.el (ucs-insert): Change arguments
21032 from `arg' to `character', `count', `inherit' to be the same
21033 as in `insert-char'. Doc fix. (Bug#4039)
21034
21035 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
21036
77748848
JL
210372009-08-12 Juri Linkov <juri@jurta.org>
21038
21039 * files-x.el: New file.
21040
21041 * files.el: Move code that deals with adding/deleting
21042 file/directory-local variables to files-x.el.
21043
21044 * Makefile.in (ELCFILES): Add files-x.elc.
21045
c8a44c4e
DD
210462009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
21047
27a9fd5a
DD
21048 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
21049 to use `goto-line'.
21050 (gdb-place-breakpoints, gdb-get-location): Rewritten without
21051 `goto-line'.
21052 (gdb-invalidate-disassembly): Do not refresh upon receiving
7b6fefac 21053 'update signal. Instead, update all disassembly buffers only after
27a9fd5a 21054 threads list.
107ef54a 21055 (gdb): Send -target-detach when buffer is killed (Bug#3794).
88b5a757 21056 (gdb-starting): Move -data-list-register-names...
cf6e27cf
DD
21057 (gdb-stopped): ...here so it's sent when first thread stops.
21058 (gdb-registers-handler-custom): Do nothing if register names are
21059 unknown yet.
27a9fd5a 21060
c8a44c4e
DD
21061 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
21062 from `gdb-mi.el' to avoid extra tangling.
21063
21064 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7b6fefac 21065 change which breaks `gud-def' definitions used in `gdb'.
c8a44c4e
DD
21066 (gdb-update-gud-running): No extra fuss for updating frame number.
21067
dfd4e693
SM
210682009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
21069
51c4341f
SM
21070 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
21071 (describe-language-environment-map, setup-language-environment-map)
21072 (set-coding-system-map): Move initialization into declaration.
21073 (set-language-info-alist): Last arg to define-key-after can be skipped.
21074
21075 * international/quail.el (quail-completion-1): Simplify.
21076 (quail-define-rules): Use slightly more compact code.
21077 (quail-insert-decode-map): Propertize keys, compact columns.
21078
dfd4e693
SM
21079 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21080 Add goto-line.
21081
83326559
MB
210822009-08-10 Miles Bader <miles@gnu.org>
21083
21084 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
21085 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
21086 (js2-instance-member, js2-private-member, js2-private-function-call)
21087 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
21088 (js2-magic-paren, js2-external-variable):
21089 Remove "-face" suffix from face names.
21090 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
21091 (js2-highlight-undeclared-vars, js2-peek-token)
21092 (js2-parse-function-params, js2-mode-show-errors)
21093 (js2-mode-show-warnings, js2-make-magic-delimiter)
21094 (js2-mode-highlight-magic-parens): Update to use new face names.
21095
8e754ea2
MA
210962009-08-09 Michael Albinus <michael.albinus@gmx.de>
21097
21098 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
21099 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
21100
1c292fc7
CY
211012009-08-09 Chong Yidong <cyd@stupidchicken.com>
21102
18d433a7
CY
21103 * subr.el: Provide hashtable-print-readable.
21104
1c292fc7
CY
21105 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
21106 hs-c-like-adjust-block-beginning.
21107 (hs-hide-block-at-point): Stop hiding at the beginning of
21108 hs-block-end-regexp (Bug#700).
21109
2db0ae07
DD
211102009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
21111
21112 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
21113 a macro.
21114 (gdb-registers-handler-custom): Do not fail when register names
21115 are unavailable.
21116
fe4740a6
DD
211172009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21118
21119 * progmodes/gdb-mi.el (gdb-control-all-threads)
21120 (gdb-control-current-thread): Interactive setters for
21121 `gdb-gud-control-all-threads' to use in menu.
21122 (gdb-show-run-p): Show «Go» when process is not active.
6a7662bb
BR
21123 (gud-tool-bar-map): Add non-stop/A,T indicator.
21124 Uses gud/thread.xpm and gud/all.xpm.
fe4740a6 21125
ce299d55
CY
211262009-08-08 Yoni Rabkin <yoni@rabkins.net>
21127
21128 * net/net-utils.el (net-utils-font-lock-keywords): New var.
21129 (nslookup-font-lock-keywords): Make it a variable.
dba90ffd
CY
21130 (net-utils-mode): New mode for viewing diagnostic network output.
21131 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
21132 (net-utils-run-simple): New function.
21133 (ifconfig, iwconfig, netstat, arp, route): Use it.
ce299d55 21134
7c4654ad
DD
211352009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
21136
21137 * progmodes/gdb-mi.el (gdb-read-memory-custom)
21138 (gdb-memory-set-address, def-gdb-set-positive-number)
21139 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
21140 after changing settings.
21141 (gdb-invalidate-disassembly): Update when first shown.
5f9d345c 21142 (gdb-edit-locals-value): Fix.
7c4654ad
DD
21143 (gdb-registers-handler-custom): Print registers in right order and
21144 allow changing register values (only for current thread yet).
9cbac26b
DD
21145 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
21146 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
21147 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
6a7662bb
BR
21148 (gdb-locals-handler-custom, gdb-registers-handler-custom):
21149 Thread info in mode name.
9cbac26b 21150 (gdb-registers-mode-map): TAB to switch to locals.
7c4654ad 21151
0f25a277
EZ
211522009-08-08 Eli Zaretskii <eliz@gnu.org>
21153
21154 * mail/rmail.el (rmail-add-mbox-headers)
21155 (rmail-set-message-counters-counter): Search for
21156 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
21157
b971be60
GM
211582009-08-08 Glenn Morris <rgm@gnu.org>
21159
21160 * Makefile.in (ELCFILES): Update.
21161
a35d3ad8
EZ
211622009-08-07 Eli Zaretskii <eliz@gnu.org>
21163
6a7662bb
BR
21164 * mail/sendmail.el (mail-yank-original):
21165 Set buffer-file-coding-system from the one used by the message whose
60c2df40
EZ
21166 text is yanked.
21167
8b0bcc2e
EZ
21168 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
21169 to "windows" when "pgnuplot" is used.
6a7662bb
BR
21170 (calc-graph-command, calc-gnuplot-command, calc-graph-init):
21171 Don't call accept-process-output if "pgnuplot" is used.
8b0bcc2e
EZ
21172 (calc-graph-init): Don't send -display and -geometry to
21173 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
21174 running "pgnuplot -V" with shell-command-to-string.
21175
21176 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
21177 the default.
21178
211792009-08-07 Eli Zaretskii <eliz@gnu.org>
21180
21181 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
a35d3ad8
EZ
21182 org/org-latex.elc.
21183
3bca7ca5
DN
211842009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
21185
3c53763c
DN
21186 * vc-dispatcher.el (vc-resynch-window): Update comment.
21187
3bca7ca5
DN
21188 * term.el (term-handle-ansi-escape): Add comments with the
21189 terminfo capabilities implemented.
21190
7b217360
DD
211912009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
21192
5f9d345c 21193 * progmodes/gdb-mi.el (gdb-var-create-regexp): Remove.
7b217360 21194 (gdb-var-create-handler): Rewritten using JSON parser.
88b5a757
DD
21195 (gdb-propertize-header): Move earlier.
21196 (gdb-set-header): Remove to avoid duplication.
7b217360
DD
21197 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
21198 Refresh disassembly buffers only after threads list have been
21199 update.
21200 (gdb-threads-header, gdb-registers-header): Per-buffer header line
21201 variables.
21202
b4d84ecf
JL
212032009-08-04 Juri Linkov <juri@jurta.org>
21204
21205 * files.el: Commands to add/delete file/directory-local variables.
21206 (read-file-local-variable, read-file-local-variable-value)
21207 (read-file-local-variable-mode, modify-file-local-variable)
21208 (modify-file-local-variable-prop-line)
21209 (modify-dir-local-variable): New functions.
21210 (add-file-local-variable, delete-file-local-variable)
21211 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
21212 (add-dir-local-variable, delete-dir-local-variable)
21213 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
21214 (copy-dir-locals-to-file-locals-prop-line): New commands.
21215
42da39c1
CY
212162009-08-04 Chong Yidong <cyd@stupidchicken.com>
21217
21218 * abbrev.el (insert-abbrev-table-description): Prettify output.
21219 Suggested by Karl Chen.
21220
98bf8494
DD
212212009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
21222
78b9fb28 21223 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7b6fefac 21224 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
78b9fb28
DD
21225 (gdb-overlay-arrow-position, gdb-thread-position)
21226 (gdb-disassembly-position): Declare variables.
21227 (gdb-wait-for-pending): Function now.
21228 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
21229 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
21230 compilation goes smoothly.
21231 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
21232 (gdb-non-stop-setting): New customization setting which replaces
21233 `gdb-non-stop' so changing it doesn't break active GDB session.
21234 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
21235 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
21236 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
21237 (gdb-show-threads-by-default): New customization options.
21238 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
21239 routines.
21240 (gdb-get-buffer-create): Send buffers update signal when they are
21241 created.
21242 (gdb-invalidate-locals, gdb-invalidate-registers)
21243 (gdb-invalidate-breakpoints)
21244 (gdb-invalidate-threads, gdb-invalidate-disassembly)
21245 (gdb-invalidate-memory): Accept update signal.
21246 (gdb-current-context-command): Use --frame option.
21247 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
21248 Implement `gdb-frame-number' selection logic.
21249 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
21250 whether to show GUD toolbar buttons.
21251 (gdb-thread-exited): Unselect current thread when it exits.
21252 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
21253 (gdb-mark-line): Routine which sets overlay arrow or inverses
21254 video on fringeless displays.
21255 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
21256 to build aligned columns of data in GDB buffers and set text
21257 properties line-by-line.
21258 (gdb-invalidate-breakpoints)
21259 (gdb-breakpoints-list-handler-custom)
21260 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
21261 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
21262 (gdb-registers-handler-custom): Align data columns.
21263 (gdb-locals-handler-custom): Now prints data like in variable
21264 declarations.
21265 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
88b5a757 21266 Remove confusing buttons.
78b9fb28
DD
21267 (gdb-invalidate-threads): Append --frame.
21268 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
21269 between breakpoints/threads buffers.
21270 (gdb-set-window-buffer): Now can ignore dedicated windows.
21271 (gdb-propertize-header): Use `gdb-set-window-buffer'.
21272 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
21273 (def-gdb-thread-buffer-gud-command): Replaces
21274 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
21275 for fine thread control.
21276 (gdb-preempt-existing-or-display-buffer): New function used to
21277 display bound buffers without breaking window layout.
21278 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
21279 (gdb-select-frame): New version of `gdb-frames-select' which now
21280 sets `gdb-frame-number' so commands may use --frame option instead
21281 of inner debugger state.
21282 (gdb-frame-handler): Do not set `gdb-frame-number'.
21283 (gdb-threads-mode-map): Select threads with mouse.
21284
21285 * progmodes/gud.el (gdb-gud-context-call): Declare function to
21286 avoid compilation warning.
21287 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
21288 `gdb-show-stop-p`.
21289
566f3909
DD
21290 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
21291 Argument `key' renamed to `buffer-type'.
21292 (gdb-current-context-buffer-name): Do not add thread info to
21293 buffer name when no thread is selected.
21294 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
21295 command (bug 3794).
21296 (gdb-thread-selected): Handle `=thread-selected' notification.
21297 (gdb-wait-for-pending): New macro to deal with congestion problems.
21298 (gdb-breakpoints-list-handler-custom): Don't fail on pending
21299 breakpoints.
7b6fefac
JB
21300 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
21301 This fixes problem similar to one described in bug 3947.
566f3909
DD
21302 (gud-menu-map): More menu items.
21303 (gdb-init-1): Reset `gdb-thread-number' to nil.
21304
4a31122c
DD
21305 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
21306 non-stop settings.
21307
21308 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
21309 (gdb-current-context-command): Do not append --thread if
21310 `gdb-thread-number' is nil.
6a7662bb
BR
21311 (gdb-running-threads-count, gdb-stopped-threads-count):
21312 New variables.
4a31122c 21313 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
6a7662bb
BR
21314 (gdb-stopped-hooks, gdb-switch-when-another-stopped):
21315 New customization options.
4a31122c
DD
21316 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
21317 GUD commands.
7b6fefac 21318 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4a31122c
DD
21319 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
21320 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
21321 set `gdb-thread-number' and update `gud-running' properly.
21322 (gdb-running): Update threads list when new threads appear.
21323 (gdb-stopped): Support non-stop operation and new thread switching
21324 logic.
21325 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
21326 (gdb-json-partial-output): New set of JSON routines.
21327 (def-gdb-auto-update-trigger): New `signal-list' optional
21328 argument.
21329 (gdb-thread-list-handler-custom): Update `gud-running',
21330 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
21331 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
21332 (gdb-continue-thread, gdb-step-thread): New commands for fine
21333 thread execution control.
21334 (gud-menu-map): New menu items to switch non-stop options.
21335 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
0d25e058 21336 (gdb-send): Mimic RET properly (bug 3794).
4a31122c
DD
21337
21338 * progmodes/gdb-mi.el (gdb-rules-name-maker)
21339 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
21340 gdb-buffer-rules.
21341 (def-gdb-auto-update-handler): New nopreserve optional argument.
21342 (gdb-stack-list-frames-custom): Print stack from top to bottom.
21343
88b5a757 21344 * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
4a31122c
DD
21345 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
21346 (gdb-parent-mode): New mode to derive other GDB modes from.
21347 (gdb-display-disassembly-for-thread)
21348 (gdb-frame-disassembly-for-thread): New commands for threads
21349 buffer.
21350
21351 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
21352 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
a5c9f540
DD
21353 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
21354 (gdb-update): We now store all GDB buffers in a list so that they
21355 can be updated by traversing a list instead of calling invalidate
7b6fefac 21356 triggers explicitly.
a5c9f540
DD
21357 (def-gdb-trigger-and-handler): New macro to define trigger-handler
21358 pair for GDB buffer.
21359 (gdb-stack-buffer-name): Add thread information.
e7086683
DD
21360 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
21361 handle pending triggers.
21362 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
21363 (def-gdb-thread-buffer-simple-command)
21364 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
21365 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7b6fefac
JB
21366 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
21367 New commands which show buffers bound to thread.
88b5a757 21368 (gdb-stack-list-locals-regexp): Remove unused regexp.
4a31122c 21369
7b6fefac
JB
21370 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
21371 (gdb-locals-buffer-name, gdb-registers-buffer-name)
4a31122c
DD
21372 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
21373 to (gud-comint-buffer) in *-buffer-name functions
21374 because (gdb-get-target-string) already does that.
21375 (gdb-locals-handler-custom, gdb-registers-handler-custom)
21376 (gdb-changed-registers-handler): Rewritten without regexps.
21377
ba214964 21378 * progmodes/gdb-mi.el: Basic thread selection support.
4a31122c
DD
21379 (gdb-thread-number): New variable.
21380 (gdb-current-context-command): New macro which adds --thread
21381 option to command.
7b6fefac 21382 (gdb-threads-mode-map): Select thread with SPC.
4a31122c 21383 (gdb-thread-list-handler-custom): Mark current thread with overlay
7b6fefac 21384 arrow. Synchronize GDB thread and Emacs thread.
4a31122c
DD
21385 (gdb-select-thread): New command which selects current thread.
21386 (gdb-invalidate-frames, gdb-invalidate-locals)
21387 (gdb-invalidate-registers): Use --thread option.
20f12ed8 21388
2ac33804
MA
213892009-08-04 Michael Albinus <michael.albinus@gmx.de>
21390
21391 * net/tramp.el (top): Make check for tramp-gvfs loading more
8e754ea2 21392 robust. (Bug#3977)
2ac33804
MA
21393 (tramp-handle-insert-file-contents): `unwind-protect' must be
21394 inside `with-parsed-tramp-file-name'.
21395
21396 * net/tramp-gvfs.el (top): Remove superfluous message when loading
21397 fails.
21398
39d0296f
NR
213992009-08-03 Nick Roberts <nickrob@snap.net.nz>
21400
21401 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
21402 directory if CLASSPATH is not set.
21403
adcbca53
MA
214042009-08-03 Michael Albinus <michael.albinus@gmx.de>
21405
7b6fefac
JB
21406 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
21407 New defconst.
7ef849b6 21408 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
adcbca53 21409
30924b0b
CY
214102009-08-02 Kevin Ryde <user42@zip.com.au>
21411
7b6fefac
JB
21412 * net/newst-backend.el (newsticker--raw-url-list-defaults):
21413 Update freshmeat link. Delete newsforge.com as it seems gone.
30924b0b 21414
b6ce92f1
CY
214152009-08-02 Chong Yidong <cyd@stupidchicken.com>
21416
d977a092
CY
21417 * select.el (x-set-selection): Doc fix (Bug#4021).
21418
21419 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
21420
b6ce92f1
CY
21421 * help-fns.el (describe-variable): Treat list return values from
21422 dir-locals-find-file properly (Bug#4005).
21423
7b6fefac 214242009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
3eedbc85
MA
21425
21426 * net/tramp.el (tramp-debug-message): Print also microseconds.
21427
214282009-08-02 Michael Albinus <michael.albinus@gmx.de>
21429
21430 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
21431 or END is non-nil.
21432 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
21433 (tramp-get-debug-buffer): Change `outline-regexp' according to new
21434 format.
21435
5ce6e4f4 21436 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
3eedbc85
MA
21437 (tramp-get-file-property): Use it.
21438
6a7662bb
BR
21439 * autorevert.el (auto-revert-handler):
21440 Allow `auto-revert-tail-mode' for remote files.
3eedbc85 21441
2aafe808
JR
214422009-08-02 Jason Rumney <jasonr@gnu.org>
21443
21444 * minibuffer.el (read-file-name): Treat confirm options to
7b6fefac 21445 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
2aafe808 21446
e094097c
CY
214472009-08-02 Chong Yidong <cyd@stupidchicken.com>
21448
21449 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
6a7662bb
BR
21450 (font-lock-variable-name-face, font-lock-constant-face):
21451 Darken the colors for light backgrounds.
e094097c 21452
de94f281
EZ
214532009-08-01 Eli Zaretskii <eliz@gnu.org>
21454
21455 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
21456 month names. (Bug#3987)
21457
54b99340
CY
214582009-07-31 Chong Yidong <cyd@stupidchicken.com>
21459
21460 * simple.el (line-move-finish): Pass whole number to
21461 line-move-to-column.
34be836c 21462 (line-move-visual): Perform hscroll to the recorded position.
54b99340 21463
38216c30
JB
214642009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
21465
21466 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
21467
c779896d
CY
214682009-07-29 Alan Mackenzie <acm@muc.de>
21469
21470 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
21471
592ccae0
DD
214722009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
21473
35edc6c6
DD
21474 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
21475 (gdb-place-breakpoints): Use full path when setting breakpoints.
592ccae0 21476
5a9e3ab7
JB
214772009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
21478
21479 * calc/calc.el (calc-mode-map): Add keybinding for
21480 `calc-transpose-lines'.
21481
7b6fefac 214822009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
5a9e3ab7
JB
21483
21484 * calc/calc-misc.el (calc-transpose-lines): New function.
21485
905fb90e
MA
214862009-07-28 Michael Albinus <michael.albinus@gmx.de>
21487
21488 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
21489 Simplify check for out-of-band methods.
21490 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
21491 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
21492
76e14464
DN
214932009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
21494
21495 * vc-git.el (vc-git-checkin): Fix typo.
21496
6088b51f 214972009-07-28 Steve Yegge <steve.yegge@gmail.com>
af077012
SY
21498
21499 * progmodes/js2-mode.el: New file.
21500
b85157fe
NR
215012009-07-28 Nick Roberts <nickrob@snap.net.nz>
21502
21503 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
21504 (gud-menu-map): Adjust tooltip accordingly.
21505
d43c2b06
DN
215062009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
21507
1c0f0c3b
DN
21508 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
21509 (vc-bzr-log-view-mode): Adjust log-view-file-re.
21510
d43c2b06
DN
21511 * add-log.el (change-log-mode-map): Add a menu.
21512
3dec5c36
MA
215132009-07-27 Michael Albinus <michael.albinus@gmx.de>
21514
21515 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
21516 function returns nil.
21517 (dbus-handle-event): Handle special return value :ignore.
21518 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
21519
5704140c
CY
215202009-07-26 Chong Yidong <cyd@stupidchicken.com>
21521
21522 * view.el (view-mode-enable): Don't define Helper-return-blurb if
21523 it's not needed.
21524
3077d1f6
EZ
215252009-07-25 Eli Zaretskii <eliz@gnu.org>
21526
21527 Fix Bug#3888:
21528
21529 * w32-vars.el (x-select-enable-clipboard): Doc fix.
21530
21531 * term/pc-win.el (x-display-name, x-colors)
21532 (x-select-enable-clipboard, x-select-text): Doc fix.
21533
21534 * term/common-win.el (x-display-name, x-colors): Doc fix.
21535
21536 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
21537 (xw-defined-colors): Doc fix.
21538
21539 * w32-fns.el (x-select-text, x-setup-function-keys)
21540 (x-get-selection, x-set-selection): Doc fix.
21541
21542 * term/x-win.el (x-select-text, x-setup-function-keys)
21543 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
21544
21545 * select.el (x-set-selection): Doc fix.
21546
51768bc8
MA
215472009-07-25 Michael Albinus <michael.albinus@gmx.de>
21548
21549 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
21550 instead of "IsNSSSupportAvailable". Avahi ought to work also when
6a7662bb
BR
21551 "IsNSSSupportAvailable" method is not available.
21552 Reported by Steve Youngs <steve@sxemacs.org>.
51768bc8 21553
b11c2874
KH
215542009-07-24 Kenichi Handa <handa@m17n.org>
21555
21556 * international/characters.el: Fix setting of category ?C, ?|, ?K,
7b6fefac 21557 and ?H. Fix setting of case for Latin Extended and Greek Extended.
b11c2874
KH
21558 (build-unicode-category-table): Fix range checks.
21559
ba83b7b6
DN
215602009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
21561
21562 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
21563 the buffer we try to sync is current when calling
21564 vc-resynch-buffer.
21565
21566 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
21567 not show up to date files.
21568
7a8ae964
GM
215692009-07-24 Glenn Morris <rgm@gnu.org>
21570
21571 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
21572 Add autoload cookies. If necessary, initialize.
21573 (elint-log): Handle non-file buffers.
21574 (elint-initialize): Add optional argument to reinitialize.
21575 (elint-find-builtin-variables): Save excursion.
21576
a707eb05
DN
215772009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
21578
21579 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
21580 for Lint.
21581
0a2ddfa6
DN
215822009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
21583
d6a62b0d
DN
21584 * vc.el (vc-print-log-internal): New function, split out from ...
21585 (vc-print-log): ... here.
10b5dcad 21586 (vc-dir-move-to-goal-column): Declare.
d6a62b0d 21587
0a2ddfa6
DN
21588 * vc-git.el (vc-git-add-signoff): New variable.
21589 (vc-git-checkin): Use it.
21590 (vc-git-toggle-signoff): New function.
21591 (vc-git-extra-menu-map): Bind it to menu.
2a0e3379
DN
21592 (vc-git--run-command-string): Accept a nil FILE argument.
21593 (vc-git-stash-list): New function.
21594 (vc-git-dir-extra-headers): Use it.
0a2ddfa6 21595
589a99f2
GM
215962009-07-23 Glenn Morris <rgm@gnu.org>
21597
21598 * help-fns.el (describe-variable): Describe ignored and risky local
21599 variables in a similar way to that in which we describe safe ones.
21600
21601 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
21602 (byte-compile-output-file-form, byte-compile-output-docform)
21603 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
21604 Give some more local variables with common names a "bytecomp-" prefix,
21605 so as not to shadow things during compilation.
21606 * emacs-lisp/cl-macs.el (load-time-value)
21607 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
21608 `outbuffer' to `bytecomp-outbuffer'.
21609
21610 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
21611 since the next two variables cover them automatically now.
21612 (elint-builtin-variables, elint-autoloaded-variables): New.
21613 (elint-unknown-builtin-args): Remove all members, since they can be
21614 parsed automatically now.
21615 (elint-extra-errors): New.
21616 (elint-env-add-env, elint-env-add-macro): Use cadr.
21617 (elint-current-buffer): Use or. Change final message.
21618 (elint-get-top-forms): Use line-end-position.
21619 (elint-init-env): Use cadr. Handle autoload, declare-function,
21620 and defalias.
21621 (elint-add-required-env): Doc fix. Use or. Standardize error.
21622 (regexp-assoc): Remove unused function.
21623 (elint-top-form): Set elint-current-pos, to record the start of the
21624 top-level form, for compilation-mode.
21625 (elint-form): Trap errors in macro expansion. Use dolist.
21626 (elint-unbound-variable): Use elint-builtin-variables and
21627 elint-autoloaded-variables.
21628 (elint-get-args): Use cadr, or.
21629 (elint-check-cond-form): Use dolist, cadr.
21630 (elint-check-condition-case-form): Doc fix. Use cadr.
21631 Use elint-extra-errors.
21632 (elint-log): New function.
21633 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
21634 Distinguish errors and warnings.
21635 (elint-log-message): Use with-current-buffer. Inhibit read-only.
21636 Use a bytecomp-style format.
21637 (elint-clear-log): Preserve default-directory. Inhibit read-only.
21638 (elint-get-log-buffer): Use compilation mode. Disable undo.
21639 Don't truncate lines.
21640 (elint-initialize): Set builtin and autoloaded variable lists.
21641 Only process elint-unknown-builtin-args if non-nil.
21642 (elint-find-builtin-variables, elint-find-autoloaded-variables):
21643 New functions.
21644 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
21645
855b42a2
GM
216462009-07-22 Kevin Ryde <user42@zip.com.au>
21647
21648 * net/newst-backend.el (newsticker--parse-atom-1.0)
21649 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
21650 (newsticker--parse-rss-1.0):
21651 * progmodes/idlwave.el (idlwave-mode):
21652 * progmodes/idlw-shell.el (idlwave-shell-mode):
21653 * progmodes/vera-mode.el (vera-mode):
21654 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
21655 * progmodes/vhdl-mode.el (vhdl-mode):
21656 * textmodes/table.el (table-generate-source)
21657 (table--warn-incompatibility):
21658 Hyperlink urls in docstrings with URL `...'.
21659
fd413a37
GM
216602009-07-22 Glenn Morris <rgm@gnu.org>
21661
cb711556
GM
21662 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
21663 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
21664 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
21665 Remove leading * from defcustom docs.
21666
fd413a37
GM
21667 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
21668
21669 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
21670 defcustom doc.
21671 (list-load-path-shadows): Optionally, just return shadows as a string.
21672
21673 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
21674
a4f69701
CY
216752009-07-21 Chong Yidong <cyd@stupidchicken.com>
21676
6a7662bb
BR
21677 * mail/rmailedit.el (rmail-edit-mode):
21678 Use auto-save-include-big-deletions.
a4f69701 21679
6a7662bb
BR
21680 * mail/rmail.el (rmail-variables):
21681 Use auto-save-include-big-deletions.
a4f69701
CY
21682
21683 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
21684 changes.
21685
ec06459c
JB
216862009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
21687
21688 * calc/calc.el (calc-undo-length): New variable.
21689 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
21690
b41b0976
RS
216912009-07-21 Richard Stallman <rms@gnu.org>
21692
21693 * files.el (auto-save-mode): Handle buffer-save-size = -2
21694 for toggling mode.
21695
4ed32706
GM
216962009-07-21 Glenn Morris <rgm@gnu.org>
21697
531b1264
GM
21698 * textmodes/ispell.el (ispell-looking-back): Update declaration.
21699
55d27f41
GM
21700 * calendar/todo-mode.el (calendar-current-date): Update declaration.
21701
02df3f4d
GM
21702 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
21703 silence compiler. Instead...
21704 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
21705 (ps-print-ensure-fontified): Update for above function name changes.
21706
fdd8417e
GM
21707 * printing.el (pr-mh-get-msg-num, pr-mh-show)
21708 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
21709 silence compiler. Instead...
21710 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
21711 (mh-show-buffer): Only define for compiler.
21712 (pr-mh-current-message): Update for above function name changes.
21713
4ed32706
GM
21714 * files.el (abort-if-file-too-large): Explicitly pass `filename'
21715 as an argument.
21716 (find-file-noselect, insert-file-1): Update for above change.
21717
21718 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
21719
21720 * mail/mailclient.el (mailclient-send-it): Fix message.
21721
21722 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
21723 (edebug-eval): Check cl-debug-env is bound.
21724 (print-level, print-circle): Don't redefine built-in variables.
21725
21726 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
21727 (custom-print-vectors): Remove old comments from doc.
21728
21729 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
21730 (emerge-version): Make the variable an obsolete alias for the
21731 emacs-version variable. Make the function obsolete.
21732 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
21733 Emerge options, rather than merging in into the main Options menu.
21734 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
21735 and auto advance modes. Disable edit/fast items when not relevant.
21736
86812144
CY
217372009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
21738
21739 * term/vt420.el (terminal-init-vt420): Fix typo.
21740
6bb90094
SS
217412009-07-20 Sam Steingold <sds@gnu.org>
21742
21743 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
21744 variable (removed from compile.el on 2004-03-11).
21745
42e0a725
CY
217462009-07-20 Chong Yidong <cyd@stupidchicken.com>
21747
21748 * files.el (hack-local-variables-filter): Fix last change.
21749
2ee20f24
JL
217502009-07-19 Juri Linkov <juri@jurta.org>
21751
21752 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
21753 (dir-local-variables-alist): New buffer-local variable.
21754 (hack-local-variables-filter): If variable is not dir-local,
21755 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
21756 because file-local overrides dir-local.
3570691b 21757 (c-postprocess-file-styles) <declare-function>:
2ee20f24
JL
21758 Remove obsolete declaration.
21759 (hack-dir-local-variables): Add dir-local variable/value pair to
21760 `dir-local-variables-alist' and remove duplicates. Doc fix.
21761
21762 * help-fns.el (describe-variable): Add information about
21763 file-local and dir-local variables.
21764
89bf83cd
CY
217652009-07-19 Chong Yidong <cyd@stupidchicken.com>
21766
21767 * files.el (hack-local-variables-filter): Rewrite.
21768
1a8d3541
GM
217692009-07-19 Glenn Morris <rgm@gnu.org>
21770
d9e8a018
GM
21771 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
21772 Silence compiler by only defining on XEmacs.
21773
da332cfb
GM
21774 * international/mule.el (auto-coding-regexp-alist): Only match
21775 BABYL... at the start of buffer, not of lines. (Bug#3790)
21776
1a8d3541
GM
21777 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
21778 non-calendar buffers (Bug#3862). Restore "not on a date" message.
21779 (cal-menu-context-mouse-menu): Doc fix.
21780
21781 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
21782
21783 * simple.el (mail-user-agent): Doc fix. Set :version tag.
21784
d842b103
JL
217852009-07-18 Juri Linkov <juri@jurta.org>
21786
21787 * info.el: Virtual Info keyword finder.
3570691b 21788 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
d842b103
JL
21789 (Info-finder-file): New variable.
21790 (Info-finder-find-file): New function.
21791 (finder-known-keywords, finder-package-info)
21792 (find-library-name, lm-commentary): Use defvar and
21793 declare-function to silence compiler warnings.
21794 (Info-finder-find-node): New function.
21795 (info-finder): New command.
21796
21797 * subr.el (process-kill-buffer-query-function): New function.
21798 (add-hook)<kill-buffer-query-functions>: Add hook
21799 `process-kill-buffer-query-function'.
21800
10d37df7
AM
218012009-07-18 Alan Mackenzie <acm@muc.de>
21802
7b6fefac 21803 * progmodes/cc-mode.el (c-before-hack-hook)
10d37df7
AM
21804 (c-postprocess-file-styles): Give invocation of `c-set-style'
21805 DONT-OVERRIDE parameter of t. Already set style variables will
21806 thus not be overridden by style settings given by `c-file-syle'.
21807
21808 * files.el (hack-local-variables-filter): Remove entries with
21809 duplicate keys from `file-local-variables-alist'.
21810
102e1a41
EZ
218112009-07-18 Eli Zaretskii <eliz@gnu.org>
21812
21813 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
21814 x-set-selection if display-selections-p returns nil for the
21815 current frame.
21816
16f2e9fc
CY
218172009-07-18 Chong Yidong <cyd@stupidchicken.com>
21818
21819 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
21820
f22693fc
EZ
218212009-07-18 Eli Zaretskii <eliz@gnu.org>
21822
a6c2c80c
EZ
21823 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
21824 Accept nil in addition to a regexp.
21825 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
21826 Accept nil in addition to a regexp.
21827 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
21828 buffers that have an associated file. Handle nil values of
21829 desktop-buffers-not-to-save and desktop-files-not-to-save.
21830 (Bug#3833)
21831
f22693fc
EZ
21832 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
21833 (x-disown-selection-internal): New functions.
21834
e456379a
NR
218352009-07-18 Nick Roberts <nickrob@snap.net.nz>
21836
21837 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
21838 warning.
21839 (gdb-breakpoints-header): Move forward to avoid compiler warning.
21840 (gdb-make-header-line-mouse-map): Remove duplicate definition.
21841
0013b70f
CY
218422009-07-18 David De La Harpe Golden <david@harpegolden.net>
21843
21844 * simple.el (set-mark): Revert last change.
21845
0855c2ca
CY
218462009-07-17 Tassilo Horn <tassilo@member.fsf.org>
21847
21848 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
21849 rendering of pngs is not possible instead of messaging a long
21850 description.
21851
3f5c9cad
CY
218522009-07-17 David De La Harpe Golden <david@harpegolden.net>
21853
21854 * w32-fns.el (x-selection-owner-p): New function.
21855
21856 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6a7662bb
BR
21857 (mouse-yank-at-click, mouse-yank-primary):
21858 If select-active-regions is non-nil, deactivate the mark before
6c6a75d5 21859 insertion.
3f5c9cad
CY
21860
21861 * simple.el (deactivate-mark, set-mark): Only save selection if we
21862 own it.
21863
1fc87f9b
KH
218642009-07-17 Kenichi Handa <handa@m17n.org>
21865
21866 * case-table.el (describe-buffer-case-table): Fix for the case
21867 that KEY is a cons.
21868
d56fdcd2
DN
218692009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
21870
21871 * vc-rcs.el (vc-rcs-find-file-hook):
21872 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
21873
bede3e9f
MA
218742009-07-16 Michael Albinus <michael.albinus@gmx.de>
21875
21876 * net/tramp.el (tramp-wait-for-output): Handle the case when
21877 commands do not return a newline but a null byte before the shell
21878 prompt. (Bug#3858)
21879
7653ca1d
YM
218802009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21881
21882 * term/ns-win.el (ns-set-alpha): Don't declare.
21883 (ns-set-background-alpha): Remove function.
21884
ed2a52e9
SM
218852009-07-16 Kevin Ryde <user42@zip.com.au>
21886
21887 * emacs-lisp/copyright.el (copyright-update): Save match-data across
21888 y-or-n-p, for safety.
21889
7a907299
RS
218902009-07-16 Richard Stallman <rms@gnu.org>
21891
21892 * files.el (auto-save-mode): If buffer-saved-size is -2,
21893 don't clobber it.
21894
21895 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
21896 (rmail-retry-ignored-headers): Add more uninteresting fields.
21897
c0db3477
CY
218982009-07-15 Jari Aalto <jari.aalto@cante.net>
21899
21900 * net/rcirc.el (rcirc): Use history variables.
21901 (rcirc-server-name-history, rcirc-nick-name-history)
21902 (rcirc-server-port-history): New variables.
21903
6c875452
KH
219042009-07-15 Kenichi Handa <handa@m17n.org>
21905
bf974dc9
KH
21906 * international/mule-cmds.el (set-language-environment-charset):
21907 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
21908 ignore them.
21909
6c875452
KH
21910 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
21911 Delete unibyte-display.
21912
2066b4fe
CY
219132009-07-15 Chong Yidong <cyd@stupidchicken.com>
21914
21915 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
21916
f9be2e35
CY
219172009-07-15 Chong Yidong <cyd@stupidchicken.com>
21918
21919 * simple.el (deactivate-mark): Optional argument FORCE.
21920 (set-mark): Use deactivate-mark.
21921
21922 * info.el (Info-search): No need to check transient-mark-mode
21923 before calling deactivate-mark.
21924
21925 * select.el (x-set-selection): Doc fix.
21926 (x-valid-simple-selection-p): Allow buffer values.
6a7662bb
BR
21927 (xselect--selection-bounds): Handle buffer values.
21928 Suggested by David De La Harpe Golden.
f9be2e35 21929
6a7662bb
BR
21930 * mouse.el (mouse-set-region, mouse-drag-track):
21931 Call copy-region-as-kill before setting the mark, to let
f9be2e35
CY
21932 select-active-regions work.
21933
be3e598a 219342009-07-15 David De La Harpe Golden <david@harpegolden.net>
f9be2e35
CY
21935
21936 * simple.el (deactivate-mark): If select-active-regions is
21937 non-nil, copy the selection data into a string.
21938 (activate-mark): If select-active-regions is non-nil, set the
21939 selection to the current buffer.
21940 (set-mark): Update selection if select-active-regions is non-nil.
21941
21942 * select.el (x-valid-simple-selection-p): Allow buffer values.
21943
cbd61418
SM
219442009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
21945
21946 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
21947 and more featureful message-mode.
21948
f470187f
CY
219492009-07-14 Chong Yidong <cyd@stupidchicken.com>
21950
21951 * select.el (x-set-selection): Doc fix.
21952 (x-valid-simple-selection-p): Disallow selection data consisting
21953 of a list or cons of integers, since that is not used.
21954 (xselect--selection-bounds, xselect--int-to-cons): New functions.
21955 (xselect-convert-to-string, xselect-convert-to-length)
21956 (xselect-convert-to-filename, xselect-convert-to-charpos)
21957 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
21958
bfc99364
DD
219592009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
21960
21961 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
21962 output in -break-info command (Emacs bug #3794).
21963
e32721f5
GM
219642009-07-14 Glenn Morris <rgm@gnu.org>
21965
1e46f9e4
GM
21966 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
21967 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
21968 (edebug-print-length, edebug-print-level, edebug-print-circle)
21969 (edebug-sit-for-seconds, edebug-view-outside)
21970 (edebug-bounce-point, edebug-set-global-break-condition)
21971 (edebug-Go-nonstop-mode, edebug-trace-mode)
21972 (edebug-Trace-fast-mode, edebug-continue-mode)
21973 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
21974 (edebug-visit-eval-list): Doc fixes.
21975
e32721f5
GM
21976 * subr.el (def-edebug-spec): Doc fix.
21977
66a85e76
KH
219782009-07-14 Kenichi Handa <handa@m17n.org>
21979
21980 * international/characters.el: Fix setting of category ?C.
21981
28571246
JD
219822009-07-13 Jan Djärv <jan.h.d@swipnet.se>
21983
7b6fefac 21984 * term/ns-win.el (x-select-font): defalias x-select-font to
28571246
JD
21985 ns-popup-font-panel instead of generate-fontset-menu.
21986
5d74672c
EZ
219872009-07-12 Eli Zaretskii <eliz@gnu.org>
21988
7b6fefac 21989 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
5d74672c 21990
eb1727a4
CY
219912009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
21992
21993 * arc-mode.el (archive-find-type): Allow for a PK00 string before
21994 the PK\003\004 header (Bug#3770).
21995
208384c5
CY
219962009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
21997
21998 * pcomplete.el (pcomplete-comint-setup): Check for
21999 shell-dynamic-complete-filename too.
22000
774409a1
CY
220012009-07-11 Chong Yidong <cyd@stupidchicken.com>
22002
22003 * simple.el (temporary-goal-column): Change the value for
22004 line-move-visual to a cons cell.
22005 (line-move-visual): Record or set the window hscroll, if
22006 necessary (Bug#3494).
22007 (line-move-1): Handle cons value of temporary-goal-column.
22008
1639ee1d
KH
220092009-07-11 Kenichi Handa <handa@m17n.org>
22010
22011 * international/mule-diag.el (describe-character-set): Don't show
22012 width.
22013
2b1d2412
SS
220142009-07-10 Sam Steingold <sds@gnu.org>
22015
22016 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22017 Omake sometimes indents the errors it prints, so allow all
22018 regexps to start with spaces.
22019
ed3a5691
EZ
220202009-07-10 Eli Zaretskii <eliz@gnu.org>
22021
ed2a52e9
SM
22022 * cus-edit.el (customize-changed-options-previous-release):
22023 Bump value to 22.1. (Bug#3804)
ed3a5691 22024
49405d0e
SS
220252009-07-08 Sam Steingold <sds@gnu.org>
22026
22027 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
22028 to be a cons cell (test . ignored-directory) to selectively ignore
22029 some directories depending on the location of the search.
22030
93c3eb7c
MA
220312009-07-08 Michael Albinus <michael.albinus@gmx.de>
22032
22033 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
22034 remote user is root, on the local host.
22035 (tramp-local-host-p): Either the local user or the remote user
22036 must be root. (Bug#3771)
22037
6f2a8484
NR
220382009-07-08 Nick Roberts <nickrob@snap.net.nz>
22039
22040 * progmodes/gdb-mi.el (gdb): Remove description of
22041 gdb-use-separate-io-buffer.
69cb8d82 22042 (menu): Don't allow toggling of or enable
6f2a8484
NR
22043 gdb-use-separate-io-buffer from menubar.
22044
88d03607
CY
220452009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
22046
22047 * mail/unrmail.el (unrmail): Make sure the message ends with two
22048 newlines (Bug#3769).
22049
7ef5b8b2
GM
220502009-07-08 Glenn Morris <rgm@gnu.org>
22051
22052 * calendar/calendar.el (calendar-current-date): Rework previous change.
22053
3ce82f97
GM
220542009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
22055
22056 * calendar/calendar.el (calendar-current-date):
22057 Add an optional argument giving an offset from today.
22058
f35fc841
GM
220592009-07-08 Glenn Morris <rgm@gnu.org>
22060
22061 * tutorial.el (tutorial--describe-nonstandard-key):
22062 Adjust the message for when a key has been unbound.
22063 (help-with-tutorial): Hide the arch-tag.
22064
40149292
KH
220652009-07-08 Kenichi Handa <handa@m17n.org>
22066
69cb8d82
KH
22067 * international/fontset.el (setup-default-fontset): For each
22068 script, append (not set) font-specs.
22069
40149292
KH
22070 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
22071 docstring.
22072
ff0c4194
NR
220732009-07-08 Nick Roberts <nickrob@snap.net.nz>
22074
22075 * progmodes/gdb-mi.el (gdb-init-1): Move sending
22076 -data-list-register-names to ...
22077 (gdb-starting): ... here because GDB 7.0 requires execution to
22078 have started when using this MI command.
22079 (gdb-set-header): New function to distinguish select and
22080 unselected tabs in gdb buffers.
22081 (gdb-propertize-header): New macro that uses gdb-set-header.
22082 (gdb-breakpoints-header, gdb-locals-header): Use it.
6f2a8484 22083 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
ff0c4194 22084
8954c675
CY
220852009-07-07 Chong Yidong <cyd@stupidchicken.com>
22086
22087 * Makefile.in (ELCFILES): Remove fadr.elc.
22088
0996385d
DD
220892009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
22090
dc6b4519
DD
22091 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
22092 may contain frame information, so `string-match' should be used.
22093 (gdb-update): Disassembly is invalidated through
22094 `gdb-get-selected-frame'.
22095 (gdb-pad-string): New function to pad string with spaces.
22096 (gdb-invalidate-disassembly): Invalidate only if the buffer
22097 exists.
22098 (gdb-disassembly-handler-custom): Column alignment.
22099 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
22100 placing new ones.
22101 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
22102 end of line, too.
22103 (gdb-frame-handler): Match convention to for disassembly buffer
22104 mode name.
17c1380b 22105 (gdb-stack-list-frames-handler): Rewritten without regexps.
e7006f27
DD
22106 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
22107 not highlight breakpoints without line information.
69a197a2 22108 (gdb-input): Add trailing newline to command.
dc6b4519 22109
14340b25
DD
22110 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
22111 buffer properly.
22112 (gdb-breakpoints-list-handler-custom): Replacement for
7b6fefac 22113 `gdb-break-list-handler'. Using real parser instead of regexps
dc6b4519
DD
22114 now.
22115 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
22116 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
22117 to place breakpoints.
14340b25
DD
22118 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
22119 functions.
22120 (gdb-disassembly-handler-custom): Show overlay arrow.
22121 (gdb-disassembly-place-breakpoints): Show breakpoints in
22122 disassembly buffer.
22123 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
dc6b4519 22124 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7b6fefac 22125 instead of parsing breakpoints buffer. Fixed old menu references
dc6b4519 22126 in `gud-menu-map'.
14340b25 22127
38d4f316 22128 * fadr.el: Remove.
1f2a6224 22129
7b6fefac 22130 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
0996385d 22131 (gdb-memory-address): New variable which holds top address of
7b6fefac 22132 memory page shown in memory buffer.
6a7662bb
BR
22133 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
22134 New customization variables.
0996385d
DD
22135 New functions:
22136 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
22137 display the memory buffer.
22138 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
22139 buffer display parameters.
22140 (def-gdb-memory-format, gdb-memory-format-binary)
22141 (gdb-memory-format-octal, gdb-memory-format-unsigned)
22142 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
22143 Functions for setting memory buffer format.
22144 (gdb-memory-unit-word, gdb-memory-unit-halfword)
22145 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
22146 unit size used in memory buffer.
6a7662bb
BR
22147 (gdb-memory-show-next-page, gdb-memory-show-previous-page):
22148 Switch to next/previous page of memory buffer.
28d67a53 22149 Now using (bindat-get-field) instead of fadr functions.
0996385d 22150
9ba562d3
SS
221512009-07-07 Sam Steingold <sds@gnu.org>
22152
22153 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
22154 non-top-level files.
22155
a43977db
KH
221562009-07-07 Kenichi Handa <handa@m17n.org>
22157
6a7662bb
BR
22158 * international/mule-cmds.el (reset-language-environment):
22159 Put the highset priority to the charset iso-8859-1.
a43977db 22160
d44d05e8
CY
221612009-07-06 Chong Yidong <cyd@stupidchicken.com>
22162
22163 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
22164 to the end of the line when locating the block (Bug#700).
22165
3e2fa353
MA
221662009-07-06 Michael Albinus <michael.albinus@gmx.de>
22167
22168 * net/tramp.el (tramp-handle-write-region): Flush file properties
22169 in case of short track.
22170
be3e598a 221712009-07-06 Michael McNamara <mac@mail.brushroad.com>
d88782c3 22172
bf0b361c
JB
22173 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
22174 Coded custom representation of verilog error regular expressions
22175 to work with Emacs-22's new format.
d88782c3 22176 (verilog-error-regexp-xemacs-alist): Coded custom representation
7b6fefac 22177 of verilog error regular expressions to work with XEmacs format.
d88782c3
DN
22178 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
22179 error recognition into XEmacs.
22180 (verilog-error-regexp-add-emacs): Hook routine to install verilog
22181 error recognition into Emacs-22.
22182
25c6f63e
CY
221832009-07-06 Chong Yidong <cyd@stupidchicken.com>
22184
22185 * woman.el: Remove stand-alone closing parentheses.
22186 (woman-file-name, woman2-format-paragraphs)
22187 (woman-leave-blank-lines): Code cleanup.
22188 (woman-use-own-frame): Change default to nil.
6a7662bb
BR
22189 (woman-italic, woman-bold, woman-unknown, woman-addition):
22190 Change defaults to inherit from default faces.
25c6f63e
CY
22191 (woman2-process-escapes): Consume the newline after a stand-alone
22192 filler character (Bug#3651).
22193
f176290e
GM
221942009-07-06 Glenn Morris <rgm@gnu.org>
22195
22196 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
22197 (top-level): Move provide to the end.
22198 (ffap): Remove defunct URL from custom group.
22199
22200 * subr.el (eval-after-load): Doc fix.
22201
7b6fefac 222022009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
e4a5a307
JB
22203
22204 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
22205 `calc-embedded-word' is called twice.
22206
4b8b1ec5
SM
222072009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
22208
22209 * files.el (find-alternate-file-other-window, find-alternate-file):
22210 Obey confirm-nonexistent-file-or-buffer.
22211
d6ceb380
MA
222122009-07-05 Michael Albinus <michael.albinus@gmx.de>
22213
22214 * dired-aux.el (dired-show-file-type): Handle remote files.
22215
be3e598a 222162009-07-05 Jari Aalto <jari.aalto@cante.net>
c760f19e 22217
4b8b1ec5
SM
22218 * desktop.el (desktop-globals-to-save):
22219 Add file-name-history (Bug#2750).
c760f19e 22220
6d00ce04
CY
222212009-07-05 Chong Yidong <cyd@stupidchicken.com>
22222
4b8b1ec5 22223 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6d00ce04 22224
6ee21b07
JB
222252009-07-04 Johan Bockgård <bojohan@gnu.org>
22226
22227 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
22228 property on entire argument since this is what eshell-lisp-command
22229 expects.
22230
f0dbdc25
MA
222312009-07-03 Michael Albinus <michael.albinus@gmx.de>
22232
22233 * net/tramp-gvfs.el (tramp-gvfs-methods)
22234 (tramp-gvfs-zeroconf-domain)
22235 (tramp-bluez-discover-devices-timeout): Add version flag.
22236 (tramp-gvfs-handler-mounted-unmounted)
22237 (tramp-gvfs-connection-mounted-p): Polish handling of
22238 incompatibilities between GVFS 0.2 and 1.0.
22239
e044e4fc
JD
222402009-07-03 Jan Djärv <jan.h.d@swipnet.se>
22241
4b8b1ec5 22242 * cus-start.el (all): Add make-pointer-invisible.
e044e4fc 22243
2e9b968b
JB
222442009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
22245
bf0b361c 22246 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
2e9b968b
JB
22247 formatted correctly.
22248
baf1a55e
JL
222492009-07-02 Juri Linkov <juri@jurta.org>
22250
22251 * info.el: Virtual Info files and nodes.
22252 (Info-virtual-files, Info-virtual-nodes): New variables.
22253 (Info-current-node-virtual): New variable.
22254 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
22255 New functions.
22256 (Info-file-supports-index-cookies): Use Info-virtual-file-p
22257 to check for a virtual file instead of checking a fixed list
22258 of node names.
22259 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
22260 instead of ad-hoc processing of "dir" and (apropos history toc).
22261 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
22262 instead of ad-hoc processing of "dir" and (apropos history toc).
22263 Reread a file when moving from a virtual node.
22264 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
22265 (Info-directory-toc-nodes, Info-directory-find-file)
22266 (Info-directory-find-node): New functions.
22267 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
22268 (Info-history): Move part of code to
22269 `Info-history-find-node'.
22270 (Info-history-toc-nodes, Info-history-find-file)
22271 (Info-history-find-node): New functions.
22272 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
22273 (Info-toc): Move part of code to `Info-toc-find-node'.
22274 (Info-toc-find-node): New function.
4b8b1ec5 22275 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
baf1a55e
JL
22276 the current Info file name to references because now the node
22277 "*TOC*" belongs to the same Info manual.
4b8b1ec5 22278 (Info-toc-build): Rename from `Info-build-toc'.
baf1a55e
JL
22279 (Info-toc-nodes): Rename input argument `file' to `filename'.
22280 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
22281 instead of ad-hoc processing of ("dir" apropos history toc).
22282 (Info-index-nodes): Use Info-virtual-file-p
22283 to check for a virtual file instead of checking a fixed list
22284 of node names.
22285 (Info-index-node): Add check for `Info-current-node-virtual'.
22286 Raise `save-match-data' higher up the tree to contain
22287 `search-forward' too (bug fix).
22288 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
22289 (Info-virtual-index-nodes): New variable.
22290 (Info-virtual-index-find-node, Info-virtual-index): New functions.
22291 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
22292 (Info-apropos-file, Info-apropos-nodes): New variables.
22293 (Info-apropos-toc-nodes, Info-apropos-find-file)
22294 (Info-apropos-find-node, Info-apropos-matches): New functions.
22295 (info-apropos): Move part of code to `Info-apropos-find-node' and
22296 `Info-apropos-matches'.
22297 (Info-mode-map): Bind "I" to `Info-virtual-index'.
22298 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
22299 for a virtual file instead of checking a fixed list of node names.
22300
22301 * simple.el (async-shell-command): New command.
22302
22303 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
22304
22305 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
22306 instead of `mount-info'.
22307
d04bc496
MA
223082009-07-02 Michael Albinus <michael.albinus@gmx.de>
22309
22310 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4b8b1ec5 22311 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
d04bc496 22312
af0403e0
KH
223132009-07-02 Kenichi Handa <handa@m17n.org>
22314
22315 * international/mule.el (set-keyboard-coding-system): Force *-unix
22316 coding-system to avoid eol conversion.
22317
99278f8a
MA
223182009-07-01 Michael Albinus <michael.albinus@gmx.de>
22319
4b8b1ec5
SM
22320 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
22321 Add handler for `process-file', `shell-command' and
99278f8a
MA
22322 `start-file-process'.
22323 (tramp-gvfs-handle-shell-command)
22324 (tramp-gvfs-handle-start-file-process)
22325 (tramp-gvfs-handle-process-file): New defuns.
4b8b1ec5 22326 (tramp-synce-list-devices): Simplify check for existence of property.
99278f8a 22327
3f1c6666
JD
223282009-07-01 Jan Djärv <jan.h.d@swipnet.se>
22329
22330 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
22331
3f396bac
KH
223322009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
22333
22334 * language/korean.el (set-language-info-alist): Add korean-cp949,
22335 cp949 to spec.
22336
c1185193
KH
223372009-07-01 Kenichi Handa <handa@m17n.org>
22338
22339 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
22340
22341 * international/encoded-kb.el: Deleted.
22342
22343 * international/mule.el (set-keyboard-coding-system): Perform the
22344 necessary setup here instead of calling encoded-kbd-setup-display.
22345
3f150a60
GM
223462009-07-01 Glenn Morris <rgm@gnu.org>
22347
22348 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
22349
b0d5b05b
GM
223502009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
22351
22352 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
22353
4f4126e6
MA
223542009-06-30 Michael Albinus <michael.albinus@gmx.de>
22355
4b8b1ec5
SM
22356 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
22357 Handle also the 'rename case, when setting file modes. (Bug#3712)
48c2d18a 22358 (tramp-default-file-modes): Remove execute permissions.
4f4126e6 22359
7ae3ea65 22360 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
d6ceb380
MA
22361 (top): Add a default for "synce" in `tramp-default-user-alist'.
22362 Add completion function for "synce" method.
22363 (tramp-hal-service, tramp-hal-path-manager)
4b8b1ec5
SM
22364 (tramp-hal-interface-manager, tramp-hal-interface-device):
22365 New defconst.
22366 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
22367 (tramp-synce-list-devices, tramp-synce-parse-device-names):
22368 New defuns.
d6ceb380
MA
22369
22370 * net/trampver.el: Update release number.
7ae3ea65 22371
0ad6626b
KH
223722009-06-30 Kenichi Handa <handa@m17n.org>
22373
22374 * international/fontset.el (setup-default-fontset): Add CJK fonts
22375 for symbols and the other miscellaneous characters.
22376
4b8b1ec5
SM
22377 * language/korea-util.el (setup-korean-environment-internal):
22378 Make char-width-table suitable for Korean environments.
0ad6626b
KH
22379 (exit-korean-environment): Cancel above.
22380
22381 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
22382 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
48c2d18a 22383 setup-function to make char-width-table suitable for respective
0ad6626b
KH
22384 environments, and an exit-function to cancel that.
22385
22386 * language/japan-util.el (setup-japanese-environment-internal):
22387 Call use-cjk-char-width-table with arg `ja_JP'.
22388
22389 * international/characters.el (cjk-char-width-table): Delete it.
22390 (cjk-char-width-table-list): New variable.
22391 (use-cjk-char-width-table): New arg local-name.
22392 (use-default-char-width-table): Fix for the case that Emacs is
22393 already using the default char-width-table.
22394
fd46e893
MA
223952009-06-29 Michael Albinus <michael.albinus@gmx.de>
22396
22397 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
22398 modes mandatory. (Bug#3712)
22399
b87d9f96
AM
224002009-06-29 Alan Mackenzie <acm@muc.de>
22401
22402 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4b8b1ec5 22403 correction between the visible width of TABs and their number of bytes.
b87d9f96 22404
2d25aa5a
CY
224052009-06-29 Chong Yidong <cyd@stupidchicken.com>
22406
22407 * server.el (server-buffer-done): Prevent kill-buffer from
22408 prompting by clearing the buffer modification flag (Bug#3696).
22409
a3a8b002
DN
224102009-06-28 Michael McNamara <mac@mail.brushroad.com>
22411
bf0b361c 22412 * progmodes/verilog-mode.el (verilog-beg-of-statement)
4b8b1ec5 22413 (verilog-endcomment-reason-re): Support unique case and priority case.
a3a8b002
DN
22414 (verilog-basic-complete-re): Support localparam lineup.
22415 (verilog-beg-of-statement-1): Fix for robustness, unique case.
22416 (verilog-set-auto-endcomments): Fix for unique case, always_comb
22417 commenting.
22418 (verilog-leap-to-case-head): Now support *nested* unique &
22419 priority case statements.
22420 (verilog-auto-lineup): Make just declarations the default (as it
22421 had been).
4b8b1ec5 22422 (verilog-leap-to-case-head): Support priority/unique case statements.
a3a8b002 22423 (verilog-auto-lineup): Rework to give users radio buttons to
7b6fefac 22424 select the various styles of automatic lineup.
a3a8b002
DN
22425 (verilog-error-regexp-alist): Rework to support the XEmacs style
22426 of error regular expressions from compilers, lint tools &
22427 simulators. Note that GNU Emacs has made it impossible for a mode
22428 to load such things.
22429 (electric-verilog-terminate-line, verilog-indent-declaration)
22430 (verilog-auto-wiure): Rework for radio button selection of
22431 auto-lineup selection of specification of auto lineup.
22432 (verilog-beg-of-statement-1): Redesign to support proper operation
22433 in additional code, based on testing with auto-lineup.
22434 (verilog-calculate-indent, assignments & declarations)
22435 (verilog-backward-token): Enhance to support auto-lineup of
22436 assignments & declarations.
22437 (verilog-in-directive-p, verilog-at-struct-p): New function for
22438 easy test of whether we are.
22439 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
22440 to support safe execution at almost anyline.
22441 (verilog-calc-1): Properly support indenting deep inside generate
22442 blocks.
48c2d18a 22443 (verilog-init-font): Remove definition & use of verilog-init-font,
a3a8b002 22444 as it is redundant with font-lock-defaults.
a8f316ca 22445 (verilog-mode): Alter the definition of verilog-font-lock-defaults
a3a8b002
DN
22446 to avoid circular calls if syntax-ppss is a function (as is the
22447 case now in 22.x GNU Emacs) as that function would sometimes call
7b6fefac 22448 itself, leading to (nearly) infinite recursion.
a3a8b002
DN
22449 (verilog-ovm-begin-re, verilog-ovm-end-re)
22450 (verilog-ovm-statement-re, verilog-leap-to-head)
22451 (verilog-backward-token): Add support for OVM macros. Some are
22452 complete statements, and others open and close scopes like begin
22453 and end.
22454 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
22455 (verilog-defun-level-generate-only-re): Really fix the defun-list
7b6fefac 22456 compilation issue.
48c2d18a 22457 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
7b6fefac 22458 coverpoint, constraint and cross statements.
a3a8b002
DN
22459 (verilog-defun-level-list, verilog-generate-defun-level-list)
22460 (verilog-all-defun-level-list): Redo these specifications - it is
22461 too hard to support eval-when compile aggregation of lists also
22462 built at when-compile time.
22463 (verilog-defun-level-list): Place defconsts of variables used in
22464 building regular expressions which are built in eval-when-compile
22465 bodies in the same eval-when-compile body to facilitate compile
22466 without load.
22467 (verilog-beg-block-re-ordered): Support indenting
22468 virtual/protected tasks and functions.
7b6fefac 22469 (verilog-defun-level-list, verilog-in-generate-region-p)
a3a8b002
DN
22470 (verilog-backward-ws&directives, verilog-calc-1): Speed up
22471 indentation of some module items (generate items).
22472 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
22473 across virtual/protected tasks and functions.
22474
224752009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
22476
bf0b361c 22477 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4b8b1ec5 22478 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
a3a8b002
DN
22479 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
22480 in concatenations. Reported by Yishay Belkind.
22481 (verilog-auto-ascii-enum): Support one-hot state machines in
22482 AUTOASCIIENUM. Suggested by Lloyd Gomez.
22483 (verilog-auto-inst, verilog-auto-inst-port): Include interface
6a7662bb
BR
22484 modport in AUTOINST and add vl-modport for users.
22485 Reported by David Rogoff.
a3a8b002
DN
22486 (verilog-auto-inout-module, verilog-auto-inst)
22487 (verilog-decls-get-interfaces, verilog-insert-definition)
22488 (verilog-insert-one-definition, verilog-read-decls)
22489 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
22490 (verilog-sig-modport, verilog-signals-combine-bus)
22491 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
22492 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
22493 Suggested by David Rogoff.
22494 (verilog-repair-open-comma): Fix non-insertion of comma when
22495 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
22496 (verilog-make-width-expression): Simplify [A-1:0] expression
22497 widths to just {A{1'b0}}.
22498 (verilog-mode): Cleanup checkdoc warnings.
4b8b1ec5
SM
22499 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
22500 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
a3a8b002
DN
22501 inputs/outputs or data type. Suggested by Vasu Kandadi.
22502 (next-error-last-buffer): Fix byte-compiler warning.
22503 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
22504 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4b8b1ec5 22505 or shell command text during AUTO expansion. Suggested by Tad Truex.
a3a8b002 22506 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4b8b1ec5 22507 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
01c35094 22508 Fix dotted nets {a.b,c.d} and escaped identifiers being mis-included
7b6fefac 22509 in AUTOINOUT. Reported by Matthew Lovell.
a3a8b002
DN
22510 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
22511 causing use of <= assignments. Reported by Alex Reed.
22512 (verilog-read-decls): Fix triand, trior, wand, wor to be
22513 recognized by AUTOWIRE. Reported by Spencer Isaacson.
22514 (verilog-extended-complete-re): Support import "DPI-C" functions.
22515 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4b8b1ec5 22516 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
a3a8b002
DN
22517 (verilog-insert-date, verilog-insert-year)
22518 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
22519 Windows systems. Reported by Michael Potts.
22520 (verilog-read-module-name): Fix AUTOINST when the child module
7b6fefac 22521 declaration's name is a tick define. Reported by Elliot Mednick.
a3a8b002 22522 (verilog-read-decls): Fix V2K parameter bit subscripts getting
7b6fefac 22523 passed to next parameter's definition. Reported by Bruce T.
a3a8b002
DN
22524 (verilog-read-decls): Fix detecting "parameter int" when using
22525 AUTOINSTPARAM. Reported by Bruce T.
22526 (verilog-goto-defun): Fix goto not finding modules unless first
7b6fefac 22527 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
4b8b1ec5 22528 (verilog-mode): Expand -f flag arguments on entry to mode so
a3a8b002
DN
22529 verilog-goto-defun will work. Reported by Lawrence Butcher.
22530 (verilog-getopt): Expand environment variables in -f file
22531 arguments. Suggested by Lawrence Butcher.
4b8b1ec5 22532 (verilog-set-define): Fix "Symbol's value as variable is void"
a3a8b002
DN
22533 when reading enumerations.
22534 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
22535 Suggested by Stephen Peltan.
4b8b1ec5 22536 (verilog-read-defines): Fix reading of enumerations in include
a3a8b002
DN
22537 files. Reported by Steve Peltan.
22538
f7c0d931
CY
225392009-06-28 David De La Harpe Golden <david@harpegolden.net>
22540
22541 * files.el (trash-directory): Fix defcustom type.
22542
baf1a55e 225432009-06-28 Juri Linkov <juri@jurta.org>
cebabb67
CY
22544
22545 * help-fns.el (describe-function-1): Correctly locate adviced
22546 functions in hyperlink (Bug#2438).
22547
d63a01ef
CY
225482009-06-28 Chong Yidong <cyd@stupidchicken.com>
22549
22550 * files.el (trash-directory): Change default to nil.
22551 (move-file-to-trash): If trash-directory is nil and
22552 system-move-file-to-trash is unbound, perform freedesktop-style
22553 trashing.
22554
225552009-06-28 David De La Harpe Golden <david@harpegolden.net>
22556
22557 * files.el (move-file-to-trash): Add freedesktop trash
22558 support (Bug#973).
22559
fc2f6a26
GM
225602009-06-28 Glenn Morris <rgm@gnu.org>
22561
22562 * autorevert.el (global-auto-revert-non-file-buffers)
22563 (global-auto-revert-mode): Doc fixes.
22564
00242b07
JB
225652009-06-27 Johan Bockgård <bojohan@gnu.org>
22566
22567 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
22568
f5594f03
CY
225692009-06-27 Chong Yidong <cyd@stupidchicken.com>
22570
e8a2b2da
CY
22571 * faces.el (x-handle-named-frame-geometry): Ensure that we have
22572 opened an X connection before calling x-get-resource (Bug#3194).
22573
f5594f03
CY
22574 * play/doctor.el: Remove reference to obsolete website.
22575 (make-doctor-variables): Correct grammar mistake (Bug#2633).
22576
3c3bf6ce
DN
225772009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
22578
22579 Remove find-file-not-found-hook VC method. (Bug#2757)
22580 * vc-hooks.el (vc-file-not-found-hook)
22581 (vc-default-find-file-not-found-hook): Remove functions.
22582 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
22583 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
22584 * vc.el:
22585 * vc-hg.el:
22586 * vc-git.el: Do not mention find-file-not-found-hook VC method.
22587
e26a7bc0
AM
225882009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
22589
22590 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3570691b 22591 compatibility function for `looking-back'.
e26a7bc0 22592
4b8b1ec5 22593 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7b6fefac 22594 Use `ispell-looking-back'.
e26a7bc0 22595
d9848600
MA
225962009-06-24 Michael Albinus <michael.albinus@gmx.de>
22597
22598 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
fc2f6a26 22599 rather than `filename'.
d9848600 22600
05fbc4a9
MB
226012009-06-23 Miles Bader <miles@gnu.org>
22602
22603 * face-remap.el (text-scale-set): New function.
22604
f86ca715
GM
226052009-06-23 Glenn Morris <rgm@gnu.org>
22606
33e2c2e5
GM
22607 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
22608
f529f302
GM
22609 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
22610
34995333
GM
22611 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
22612
cc80ccee
GM
22613 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
22614
84cb770d
GM
22615 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
22616 Simplify Persian conditionals.
22617
d916c965
GM
22618 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
22619 variable `filename'.
22620
b6a44b27
GM
22621 * comint.el (comint-insert-input): Doc fix.
22622
f86ca715
GM
22623 * Makefile.in (ELCFILES): Fix typo in previous change.
22624
666e158e
MB
226252009-06-23 Miles Bader <miles@gnu.org>
22626
22627 * cus-start.el: Add entry for `recenter-redisplay'.
22628
be3e598a 226292009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
77bf3f54
DN
22630
22631 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
22632 Add an optional argument for the backend, use it instead of
22633 calling vc-backend.
4b8b1ec5
SM
22634 (vc-mode-line): Add an optional argument for the backend.
22635 Pass the backend to vc-state and vc-working-revision. Move code for
77bf3f54
DN
22636 special handling for vc-state being a buffer to ...
22637
22638 * vc-rcs.el (vc-rcs-find-file-hook):
22639 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
22640
22641 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
22642 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
22643 vc-stay-local-p and vc-mode-line calls.
22644
22645 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
22646 (vc-cvs-diff, vc-cvs-annotate-command)
22647 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
22648 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
22649 vc-mode-line calls.
22650
22651 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
22652 direct comparison.
22653 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
22654 backend when calling vc-mode-line.
22655 (vc-register): Do not create a closure for calling the vc register
22656 function, call it directly.
22657
2764748c
DN
226582009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
22659
22660 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
22661 to make it obvious item can be clicked.
f5a0b281
DN
22662
22663 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
22664
d4a885b2
KH
226652009-06-23 Kenichi Handa <handa@m17n.org>
22666
22667 * language/korea-util.el (korean-key-bindings): Change the binding
22668 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
22669 same command.
22670
e3610693
MA
226712009-06-22 Michael Albinus <michael.albinus@gmx.de>
22672
22673 Sync with Tramp 2.1.16.
22674
22675 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
22676
22677 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
22678 when a loading of a package fails. Completion function for rsync
22679 is `tramp-completion-function-alist-ssh'.
22680 (all): Replace all calls of `split-string' and
22681 `tramp-split-string' by `tramp-compat-split-string'.
22682 (tramp-default-method): Use `tramp-compat-process-running-p'.
22683 (tramp-default-proxies-alist): Allow also Lisp forms.
22684 (tramp-remote-path): Add choice "Private Directories".
4b8b1ec5 22685 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
e3610693
MA
22686 (tramp-domain-regexp): Allow also "-", "_" and ".".
22687 (tramp-end-of-output): Remove newlines, and add "$" at the end.
22688 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
22689 (tramp-debug-message): Insert header line in debug buffer.
4b8b1ec5
SM
22690 (tramp-handle-directory-files-and-attributes-with-stat):
22691 Care about filenames with spaces, or starting with "-".
e3610693
MA
22692 (tramp-handle-dired-uncache): New defun.
22693 (tramp-handle-insert-directory): Don't flush the directory from
22694 cache, this is handled by `dired-uncache' now.
22695 (tramp-handle-insert-file-contents): Improve error handling.
22696 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
22697 Quote `tramp-end-of-output'.
22698 (tramp-action-password): Improve trace message.
4b8b1ec5
SM
22699 (tramp-check-for-regexp): Both echoes must be present, before removing.
22700 (tramp-open-connection-setup-interactive-shell): Trace coding system.
e3610693
MA
22701 (tramp-compute-multi-hops): Eval cons cells of
22702 `tramp-default-proxies-alist'.
22703 (tramp-maybe-open-connection): Use the same command pattern for
22704 first hop and further hops.
22705 (tramp-wait-for-output): Remove handling of newlines.
22706 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
22707 (tramp-split-string): Remove function. It is handled in
22708 tramp-compat now.
22709
4b8b1ec5
SM
22710 * net/tramp-cmds.el (tramp-bug):
22711 Recommend `tramp-cleanup-all-connections' in the bug mail.
e3610693
MA
22712
22713 * net/tramp-compat.el (tramp-compat-split-string)
22714 (tramp-compat-process-running-p): New defuns.
22715
22716 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
22717 for `dired-uncache'.
22718
22719 * net/tramp-gvfs.el: New package.
22720
4b8b1ec5
SM
22721 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
22722 Add handler for `dired-uncache'.
e3610693
MA
22723 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
22724
22725 * net/trampver.el: Update release number. Make version check fit
22726 for SXEmacs 22.
22727
13a3f374
JM
227282009-06-22 Jim Meyering <meyering@redhat.com>
22729
e0a28a3b 22730 Automatically handle .xz suffix (XZ-compressed files), too.
13a3f374
JM
22731 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
22732 XZ is the successor to LZMA: <http://tukaani.org/xz/>
22733
5242671e 227342009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
4e2af782 22735 Nick Roberts <nickrob@snap.net.nz>
13a3f374 22736
e0a28a3b 22737 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5242671e
NR
22738 repository (http://sphinx.net.ru/hg/gdb-mi/).
22739
3fde45af
GM
227402009-06-22 Glenn Morris <rgm@gnu.org>
22741
46253b34
GM
22742 * files.el (dir-locals-collect-mode-variables): Allow for any number of
22743 `mode' and `eval' entries. (Bug#3430)
22744
97e18192
GM
22745 * Makefile.in (ELCFILES): Add fadr.elc.
22746
731a00fb
GM
22747 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
22748 differing behavior of \n and ^ in strings. (Bug#3385)
22749
c66cd0ff
GM
22750 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
22751
3fde45af
GM
22752 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
22753 property.
22754 (lisp-indent-function): Make it a defcustom.
22755
db2241a0
NR
227562009-06-21 Nick Roberts <nickrob@snap.net.nz>
22757
22758 * progmodes/gdb-ui.el: Replace with ...
5242671e 22759 * progmodes/gdb-mi.el: ... this file.
db2241a0 22760 * progmodes/gud.el: Modify for gdb-mi.el.
fca428fe
GM
22761
227622009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
22763
db2241a0
NR
22764 * fadr.el: New file.
22765
38d4f316 22766See ChangeLog.14 for earlier changes.
e3d51b27
MR
22767
22768;; Local Variables:
22769;; coding: utf-8
e3d51b27
MR
22770;; End:
22771
73b0cd50 22772 Copyright (C) 2009-2011 Free Software Foundation, Inc.
e3d51b27
MR
22773
22774 This file is part of GNU Emacs.
22775
22776 GNU Emacs is free software: you can redistribute it and/or modify
22777 it under the terms of the GNU General Public License as published by
22778 the Free Software Foundation, either version 3 of the License, or
22779 (at your option) any later version.
22780
22781 GNU Emacs is distributed in the hope that it will be useful,
22782 but WITHOUT ANY WARRANTY; without even the implied warranty of
22783 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22784 GNU General Public License for more details.
22785
22786 You should have received a copy of the GNU General Public License
22787 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.